id
stringlengths
1
7
postTypeId
stringclasses
1 value
acceptedAnswerId
stringlengths
1
7
creationDate
stringdate
2009-01-08 07:47:55
2024-03-31 23:33:05
score
stringclasses
504 values
viewCount
stringlengths
1
7
body
stringlengths
24
34.3k
ownerUserId
stringlengths
1
7
lastEditorUserId
stringlengths
1
7
lastEditDate
stringdate
2010-07-28 20:43:11
2024-04-07 06:16:28
lastActivityDate
stringdate
2010-07-29 14:11:46
2024-04-07 06:16:28
title
stringlengths
13
150
tags
listlengths
1
5
answerCount
stringclasses
45 values
commentCount
stringclasses
47 values
contentLicense
stringclasses
3 values
comments
listlengths
0
56
acceptedAnswer
dict
answers
listlengths
0
82
communityOwnedDate
stringclasses
232 values
favoriteCount
stringclasses
2 values
closedDate
stringlengths
23
23
lastEditorDisplayName
stringclasses
890 values
ownerDisplayName
stringlengths
2
28
25995
1
null
2011-02-12T16:48:45.783
4
1663
<p>How can I automatically create a list of files and folders in a given folder in LibreOffice Calc ? I'd like it to have as much info as possible (size, name, folder hierarchy...) sorted in nice little cells. I'd rather not dump it to a file using ls and then trying to sort it manually: it creates an awful output.</p>
5159
667
2011-02-12T17:40:34.147
2016-02-01T12:01:07.247
How can I automatically create a list of files and folders in a given folder in LibreOffice Calc?
[ "nautilus", "automation", "libreoffice" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Your best bet would be to use a scripting language (Ruby, Python, Perl etc.) to create a text file in CSV format with this data. Calc can import CSV text files as spreadsheets.</p>\n\n<p>An example Ruby script to get you started:</p>\n\n<pre><code>#!/usr/bin/env ruby\nrequire...
null
null
null
null
null
25996
1
null
2011-02-12T16:49:23.583
4
4333
<p>I'm looking to try out Natty with a liveUSB stick, but I've and internet access problem. I've only wireless internet access (Mifi dongle) and my laptop has a broadcom wireless adapter (BC4312) which needs a proprietary driver.</p> <p>I was wondering if there was any way of adding the wifi drivers to liveUSB stick after I've created it using the startup disk creator in my maverick install?</p>
128
null
null
2011-11-21T13:32:43.447
Can I add a proprietary wireless driver to a liveUSB stick?
[ "wireless", "drivers", "live-usb" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-12T16:56:00.583", "id": "28508", "postId": "25996", "score": "0", "text": "AFAIK, reading the methods to make a live disk, you cant add the proprietary drivers.", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2011-02-12T20:32:26.097", ...
null
[ { "accepted": null, "body": "<p>I am not an advanced user but been using Ubuntu since 2005</p>\n<p>You can actually do and at the same time you cant,</p>\n<h1>Scenario 1 - Getting live just ONCE</h1>\n<p>When you get Live through your usb stick, just get a wired cable, and install the wireless drivers. Once...
null
null
null
null
null
26001
1
26126
2011-02-12T17:33:43.827
4
482
<p>Given the path to an executable (say <code>/usr/bin/gvim</code>), how can I find the Gnome .desktop file for that application? </p> <p>I'm futzing around in python, so a python-specific answer would be most helpful.</p>
252
25863
2012-11-21T22:01:06.033
2013-04-29T08:39:34.210
How do I find the .desktop information for a given binary?
[ "gnome", "python", "programming" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-12T17:36:18.987", "id": "28516", "postId": "26001", "score": "0", "text": "I've poked around with [the Gnome docs](http://library.gnome.org/devel/references), but I haven't found anything for querying the existing set of [desktop entries](http://library.gnome.org/devel...
{ "accepted": true, "body": "<p>If you want to do it programmatically, use python-gmenu. It wraps the libgnome-menu2 API for Python.</p>\n\n<p>That API lets you iterate over all the desktop directories that are currently configured and includes any overrides or modifications the user has customized. Then you just query each file to see if it's Exec line matches what you expect.</p>\n\n<p>I couldn't find any documentation for either library, but liberal use of \"import gmenu; dir(gmenu)\" and looking over /usr/include/gnome-menus/gmenu-tree.h should help.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-13T21:58:05.287", "id": "28760", "postId": "26126", "score": "0", "text": "Excellent! That's exactly what I was looking for! Thanks!", "userDisplayName": null, "userId": "252" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T13:36:24.063", "id": "26126", "lastActivityDate": "2011-02-13T13:36:24.063", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "12", "parentId": "26001", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>The .desktop files for most applications are stored in:</p>\n\n<pre><code>/usr/share/applications\n</code></pre>\n\n<p>some .desktop files may also be stored in:</p>\n\n<pre><code>/usr/local/share/applications\n</code></pre>\n\n<p>or (for per user settings) in:</p>\n\n<pre><c...
null
null
null
null
null
26005
1
null
2011-02-12T18:20:53.660
3
10047
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/67909/how-do-i-install-oracles-jdk-6">How do I install Oracle&#39;s JDK 6?</a> </p> </blockquote> <p>I'm trying to manually install the Sun JDK package (I have my reasons, don't bother asking why). I've successfully extracted the .bin file into /usr/lib/jvm/jdk1.6.0_23, but the problem is the PATH variable. </p> <p>I added this line to the /etc/environment file: <code>JAVA_HOME="/usr/lib/jvm/jdk1.6.0_23"</code> and added <code>JAVA_HOME/bin</code> to the PATH variable, BUT the OS still doesn't recognise the command <code>java</code>, says it's not installed and offers me gcj and openjdk. </p> <p>There was another way by using <code>java-package</code> and converting the .bin to .deb installer, but unfortunately that package is not available on/for maverick, so I can't do it that way. </p> <p>How can I make the PATH variable work and is there anything else required apart from the environment variables to make it all work?<br> When I try to use the <code>update-java-alternatives -l</code> command, it says the following:<br> <code>awk: cannot open /usr/lib/jvm/*.jinfo (No such file or directory)<br> jdk1.6.0_23 /usr/lib/jvm/jdk1.6.0_23</code><br> What should be the name of the file and the contents of it?</p>
10083
-1
2017-04-13T12:23:44.677
2011-02-13T15:54:51.003
How to properly set up Sun's JDK?
[ "java", "environment-variables", "jdk" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2012-03-12T18:06:43.300", "id": "132619", "postId": "26005", "score": "0", "text": "possible duplication - http://askubuntu.com/questions/21131/how-to-correctly-remove-openjdk-and-jre-and-set-the-system-use-only-and-only-sun", "userDisplayName": null, "userId": "46312"...
null
[]
null
0
2012-03-12T20:28:21.010
null
null
26008
1
26010
2011-02-12T18:24:07.793
3
1243
<p>Why the packages in the directory </p> <blockquote> <p>/var/cache/apt/archives/</p> </blockquote> <p>have names like: *x11proto-damage-Dev_1%3a1.2.0-1_all.deb* where the "strange" in this case is "%3". In fact, if I download it manually from the firefox the package has the name "normal".</p> <p>thanks</p>
null
null
2011-02-12T18:33:14.023
2011-02-12T18:34:27.563
Filenames in the apt cache directory
[ "apt", "package-management", "dpkg", "deb", "filename" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think it's because the cache contains the URL specific scheme of representation characters, %3a is ASCII code 3A in hexadecimal, which is character \":\" and if you query that installed package eg with command <code>dpkg -s x11proto-damage-dev | grep Version</code> you can see that it contains \":\"</p>\n\n<p>Version: 1:1.2.0-1</p>\n\n<p>So indeed, that \":\" is encoded as %3a ...</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-12T19:03:50.570", "id": "28541", "postId": "26010", "score": "1", "text": "Thanks. But I do not understand why some symbols do not have the notation '%..' as for example '+'.", "userDisplayName": "user10707", "userId": null }, { "creationDate": "2011-02-12T19:08:35.710", "id": "28543", "postId": "26010", "score": "1", "text": "\"...Only alphanumerics [0-9a-zA-Z], the special characters \"$-_.+!*'(),\" [not including the quotes - ed], and reserved characters used for their reserved purposes may be used unencoded within a URL.\" I understand! Thanks for the idea.", "userDisplayName": "user10707", "userId": null }, { "creationDate": "2011-02-12T19:58:59.390", "id": "28551", "postId": "26010", "score": "0", "text": "Yes, there are rules of this encoding, it's hard to ask \"why\", because it was defined this way :) But it's nice that you figured out yourself too after the first comment, good work :)", "userDisplayName": null, "userId": "10579" }, { "creationDate": "2011-02-12T20:06:32.800", "id": "28555", "postId": "26010", "score": "0", "text": "Oops, I tried to upvote your second comment, but accidentally clicked the first one :p Well, nice self-education ^^", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-12T18:34:27.563", "id": "26010", "lastActivityDate": "2011-02-12T18:34:27.563", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10579", "parentId": "26008", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I think it's because the cache contains the URL specific scheme of representation characters, %3a is ASCII code 3A in hexadecimal, which is character \":\" and if you query that installed package eg with command <code>dpkg -s x11proto-damage-dev | grep Version</code> you can ...
null
null
null
user10707
user10707
26011
1
26325
2011-02-12T18:56:59.853
6
174
<p>In the last few month and maybe even years, Ubuntu and Canonical often were criticised for developing software and desktop components without talking to other groups in the free software community. I don't want to comment on this topic, but I see problems arising with creating a "proprietary" solution for displaying indicators and progressbars with a launcher like Unity.</p> <p>In the world of free and open Desktop Environments we often try to standardize parts and libraries or write specifications to increase collaboration between different desktops. We have the instrument of <a href="http://freedesktop.org" rel="nofollow">http://freedesktop.org</a> and a lot of specifications are getting implemented by the major Desktop Environments.</p> <p>In this context, proposing a standard for those indicators would be a great step towards better interoperability between desktops.</p> <p>These indicators represent a great feature on the Linux Desktop and I'm sure that other projects like AWN, Docky, etc. would pick them up.</p> <p>With the great market share of Ubuntu, Canonical is in a position to propose it as a standard and encourage projects to implement it.</p> <p>Thank you in advance, Sebastian Billaudelle</p>
10708
10708
2011-02-12T19:23:30.930
2011-02-14T13:24:18.217
Are there any plans to create a standard based on libunity?
[ "unity" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm the evil mastermind behind libunity where many of these things will be implemented :-)</p>\n\n<p>There is an inherent problems with standards - namely that they are standards :-) If you set them in stone you gotta stick to them if they should be worth the paper they are written on. If they turn out to have unforeseen drawbacks or design problems you're in trouble. You can either extend-and-embrace it or do something completely different. No matter what you'll get flamed somewhere for your choice.</p>\n\n<p>That said, I don't think you can find many that will object to fact that a well written, thought through, and proven standard is a good thing. The problem is getting to that point.</p>\n\n<p>For Ubuntu we have some very rapid cycles for feature development and if we would first negotiate a standard on FDO and after that implement it we would simply have no way of delivering features at the pace we're doing right now.</p>\n\n<p>The approach we're taking now is mostly to try stuff out in practice and then when if we feel really good about something we can draft them up as standards. But if we see our selves changing the specs every cycle it might just be wasting everyone's time if we pull people in to standardization discussions, don't you think?</p>\n\n<p>So in principle I'm pretty sure we agree :-) The problem is how to get there without jeopardizing the user experience.</p>\n\n<p>Another way to look at this is to not necessarily mandate that a \"standard\" is DBus API or written spec. An API+ABI stable library is just as good in my book. Then the standard is not human readable words, but machine readable binary instructions.</p>\n\n<p>Sorry for the long response, but it's a complicated matter :-)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-14T13:45:49.003", "id": "28934", "postId": "26325", "score": "0", "text": "Infact I just documented the DBus protocol for the Launcher API here https://wiki.ubuntu.com/Unity/LauncherAPI That's progress at least :-)", "userDisplayName": null, "userId": "10823" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T13:24:18.217", "id": "26325", "lastActivityDate": "2011-02-14T13:24:18.217", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10823", "parentId": "26011", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>I'm the evil mastermind behind libunity where many of these things will be implemented :-)</p>\n\n<p>There is an inherent problems with standards - namely that they are standards :-) If you set them in stone you gotta stick to them if they should be worth the paper they are w...
null
null
null
null
null
26016
1
26035
2011-02-12T19:48:25.167
0
2848
<p>Using Ubuntu 10.04. Whenever I run Firefox I get a pop up requesting authorisation. It says </p> <p>'a user name and password are being requested by <a href="http://localhost:51675" rel="nofollow">http://localhost:51675</a>. The site says "server"</p> <p>I have tried all passwords I know and nothing is accepted. If I click 'cancel' it disappears but re-appears after about 5 minutes. This whole 'experience' is accompanied by a great deal of hard disc activity.</p> <ul> <li><a href="http://paste.ubuntu.com/566455/" rel="nofollow">List of extensions</a></li> </ul> <p>Can anyone help with this?</p>
10711
235
2011-02-14T02:41:15.840
2011-02-14T02:41:15.840
Authorization pop-up requested by http://localhost:51675 every time I run Firefox
[ "firefox", "authentication" ]
2
9
CC BY-SA 2.5
[ { "creationDate": "2011-02-12T20:04:29.183", "id": "28554", "postId": "26016", "score": "0", "text": "Can you dump your Firefox extensions and plugins using `http://www.lekensteyn.nl/firefox-debug-list.html` (copy & paste the contents from the textfield in your answer or on http://paste.ubuntu.c...
{ "accepted": true, "body": "<p>I assume you've installed Firefox using the Software center (or apt-get/aptitude, but not from untrusted sources).</p>\n\n<p>Your problem looks similar to the one as described on <a href=\"http://ubuntuforums.org/showthread.php?t=1299957\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1299957</a>. I suspect that <code>Bindwood 1.0.4</code> has something to do with this. Try disabling this add-on, and restart Firefox.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-12T21:55:27.427", "id": "28588", "postId": "26035", "score": "0", "text": "Brilliant! Thank you for your help. Would never have got list like that or known what to do without your aid. Thank you.", "userDisplayName": null, "userId": "10711" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-12T21:40:34.987", "id": "26035", "lastActivityDate": "2011-02-12T21:40:34.987", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "26016", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Port 51675? On localhost? Hmmm. My ideas:</p>\n\n<ol>\n<li>You have some kind of proxy software running on your machine.</li>\n<li>You have installed some kind of extension for firefox which causes it.</li>\n<li>Some malicious stuff on your machine :(</li>\n</ol>\n\n<p>Try to...
null
null
null
null
null
26017
1
null
2011-02-12T19:49:52.700
19
22009
<p>Is there a way to put an active website, such as Gmail, as your Desktop background in Gnome, running Ubuntu 10.10 64-bit? MS Win calls it "Active Desktop".</p>
10712
169736
2014-02-01T03:41:10.917
2016-05-15T23:55:30.403
Active Web Site as Gnome Background
[ "gnome", "desktop-background" ]
8
3
CC BY-SA 2.5
[ { "creationDate": "2012-08-11T09:46:49.473", "id": "215293", "postId": "26017", "score": "0", "text": "@AthloX: I have a question as there is something not quite clear. When you set your desktop wallpaper how do you expect to trigger changing websites (you elude to an need for multiple website...
null
[ { "accepted": null, "body": "<p>There is no way to do this with standard gnome. The wallpaper is a solid image and isn't doing anything special.</p>\n\n<p>If you would like to see the feature, you can add your voice to the existing bug. But the developers for gnome have said that they think the desktop web ...
null
null
null
null
null
26018
1
26077
2011-02-12T19:57:26.943
3
8399
<p>Whenever I boot my laptop, I see this message and it makes the boot process very slow as my screen stays black for a long time before this message appears. It shows just for a split second but today It got worst when my system couldn't boot and stuck on this error, I did several reboots but still couldn't pass this boot <strong>error message</strong>, then after sometime it fixed itself and now I can use my system as normal.</p> <p>I didn't pay much attention to the error when It was there for just a split second and making my boot process slow, but now that it has stopped me from booting into my system, I would like to know why this error occurring.</p> <p><strong>Error--</strong></p> <blockquote> <p>...failed to get i915 symbols, graphics turbo disabled....</p> </blockquote>
2910
6005
2012-07-09T13:12:30.290
2015-12-12T23:12:23.013
failed to get i915 symbols, graphics turbo disabled error on boot
[ "boot", "graphics", "intel" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is a known bug - see link <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/651104\" rel=\"nofollow\">here</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T05:14:34.793", "id": "26077", "lastActivityDate": "2011-02-13T05:14:34.793", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4982", "parentId": "26018", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>This is a known bug - see link <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/651104\" rel=\"nofollow\">here</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "201...
null
null
null
null
null
26019
1
26079
2011-02-12T20:07:46.013
2
5984
<p>I have an Acer Aspire 5740 laptop and it has a hardware button for enabling and disabling bluetooth next to the button for toggling wifi. But when I go to System->Preferences->Bluetooth it says "No Bluetooth adapters present".</p>
10263
10263
2011-02-12T20:44:37.103
2011-02-13T05:37:53.957
Acer Aspire 5740 (model MS2286), do I have bluetooth?
[ "bluetooth", "acer" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-12T20:28:25.867", "id": "28559", "postId": "26019", "score": "1", "text": "Can you be more specific on the model #? Look on the bottom or something and see if there's some other number after the 5740. That will help us determine if it came with BT or not. Thanks!", ...
{ "accepted": true, "body": "<p>I own three Acer laptops, none of which have bluetooth, but all have a bluetooth switch. If you turn on the bluetooth and Ubuntu does not show that bluetooth is available, I would be confident that your laptop does not have a bluetooth module installed.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T05:37:53.957", "id": "26079", "lastActivityDate": "2011-02-13T05:37:53.957", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3018", "parentId": "26019", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Your computer doesn't have bluetooth hardware, but the button is there for is you select that option when you ask the hardware people to build your laptop.</p>\n\n<p>It's common for OEMs to use standard parts, including standard cases and keyboards. So they have to account fo...
null
null
null
null
null
26030
1
43098
2011-02-12T21:08:44.680
2
2101
<p>I recently installed Ubuntu 10.10 on a computer that was previously running 10.04 (that worked fine).</p> <p>Now, each time I boot up, it starts up in a command line login prompt. I can login and it stays at the command line (as expected). I can then manually start gdm with sudo start gdm and it works fine. I can also enable compiz (using proprietary nvidia drivers) so I'm reasonably confident that it's not a driver problem (at least not in the sense that the drivers just flat out aren't working).</p> <p>Interestingly, if I leave it at the command prompt without logging in, after about 5 or 10 minutes, gnome starts up on its own. I'm not sure what is causing this.</p> <p>This is what dmesg | tail gives me after a manual start of gdm:</p> <pre><code>[ 15.664166] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 270.18 Tue Jan 18 21:46:26 PST 2011 [ 15.991304] type=1400 audit(1297543976.953:11): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=990 comm="apparmor_parser" [ 16.606986] eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1 [ 18.798506] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0 [ 26.740010] eth0: no IPv6 routers present [ 90.444593] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0 [ 189.252208] audit_printk_skb: 21 callbacks suppressed [ 189.252213] type=1400 audit(1297544150.218:19): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=1876 comm="apparmor_parser" [ 189.252584] type=1400 audit(1297544150.218:20): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1876 comm="apparmor_parser" [ 351.159585] lo: Disabled Privacy Extensions </code></pre>
693
null
null
2011-05-16T05:41:19.747
10.10 boots to command line login prompt
[ "10.10", "boot", "nvidia", "gdm" ]
4
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-12T21:19:33.733", "id": "28577", "postId": "26030", "score": "0", "text": "Have you tried Ctrl + Alt + F7 or Ctrl + Alt + F8?", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-02-12T21:25:20.840", "id": "28579", "postId": "2...
{ "accepted": true, "body": "<p>Fixed when I upgraded to 11.04</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-16T05:41:19.747", "id": "43098", "lastActivityDate": "2011-05-16T05:41:19.747", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "693", "parentId": "26030", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>How about purging gdm and reinstalling it so it rewrites the init scripts?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T23:17:05.963", "id": "26218", "lastAct...
null
null
null
null
null
26033
1
null
2011-02-12T21:32:56.260
6
6232
<p>I would like to use some KDE Plasma Widgets but don't want to install KDE and don't want to lose my current Gnome setup.</p>
7463
null
null
2017-01-03T14:26:59.483
Can I use KDE Plasma Widgets in Gnome?
[ "10.04", "gnome", "widgets", "plasma" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2017-01-03T14:26:59.483", "id": "1342633", "postId": "26033", "score": "0", "text": "If you can decide to make the jump you can use enlightenment (e20) and enable the loading of gnome and kde then select what you want via module manager.", "userDisplayName": null, "use...
null
[ { "accepted": null, "body": "<p>Can't say I tried this myself, not even sure it still works, but here is the link anyways.</p>\n\n<p><a href=\"http://www.webupd8.org/2010/01/use-kde-plasma-in-gnome-ubuntu-linux.html\" rel=\"nofollow\">http://www.webupd8.org/2010/01/use-kde-plasma-in-gnome-ubuntu-linux.html<...
null
null
null
null
null
26038
1
null
2011-02-12T21:51:04.043
2
1423
<p>I am using Ubuntu 10.10, and I have an IBM ThinkPad T43 that the touchpad buttons don't work. For example I don't have a right click and the left click is on the right. button. Can someone help me to correct this problem. Thanks,</p>
10721
null
null
2011-02-12T22:47:19.043
Touchpad not working
[ "touchpad" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Did you try the mouse options on System > Preferences > Mouse? There you can specify if you are left or right handed. You can also try looking for the Linux drivers for your touchpad, if they exist.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate"...
null
null
null
null
null
26040
1
null
2011-02-12T22:01:35.357
2
689
<p>On my Ubuntu, Gnu screen is very slow when scrolling in a vertically split region (the one you create with CTRL-A |.</p> <p>But Tmux doesn't have this problem. Why is this?</p>
8986
null
null
2011-02-12T22:01:35.357
Why is Gnu Screen slow to scroll in a vertical split region?
[ "gnu-screen", "tmux" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2012-02-21T22:07:02.883", "id": "123779", "postId": "26040", "score": "0", "text": "Hello, this question has no information and activity for a very long time. I am closing it for now. If by any reason you think this question is still viable or useful in anyway or that there is...
null
[]
null
null
2012-02-21T22:07:08.093
null
null
26042
1
26250
2011-02-12T22:34:24.030
14
3023
<p>When I fist start Nautilus I invariably open five favourite tabs.. </p> <p>I've tried multiple URIs from the command line, but it opened multiple windows.</p> <p>Is it possible to somehow do this via command-line ?... </p>
2670
null
null
2022-10-08T07:40:53.847
Can a single Nautilus window be started with multiple tabs?
[ "nautilus", "startup" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T19:49:53.910", "id": "28728", "postId": "26042", "score": "0", "text": "This doesn't appear possible, best thing to do here is probably file a wishlist bug upstream in Nautilus and see if someone will implement it.", "userDisplayName": null, "userId": "235" ...
{ "accepted": true, "body": "<p>As per jorge's comment, the answer is \"no\"... </p>\n\n<hr>\n\n<p>So as a side issue, because it's not a current option in Nautilus, I've cobbled together a script.. It suits me, given the situation.<br>\nI initially had some timing inssues which caused modifier-key states to go whacko, so I've added 100ms delays between steps, and it is now behaving itself on my system...<br>\nThis may need to be changed in a different environment...\nHere it is; at <a href=\"http://paste.ubuntu.com/566869/\" rel=\"nofollow\">paste.ubuntu.com</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2013-03-05T23:22:11.397", "id": "331050", "postId": "26250", "score": "3", "text": "The script is no longer online... Can you place it online gain?", "userDisplayName": null, "userId": "27480" }, { "creationDate": "2014-05-31T07:42:34.443", "id": "629783", "postId": "26250", "score": "0", "text": "do you still have that script?", "userDisplayName": null, "userId": "46437" }, { "creationDate": "2014-12-30T16:35:32.713", "id": "780954", "postId": "26250", "score": "1", "text": "there is [this](http://sourceforge.net/p/scriptechocolor/git/ci/master/tree/ScriptEchoColor/bin.extras/secNautilusRestartAndRestoreTabs.sh) now", "userDisplayName": null, "userId": "46437" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T06:28:36.503", "id": "26250", "lastActivityDate": "2011-02-16T18:18:17.267", "lastEditDate": "2011-02-16T18:18:17.267", "lastEditorDisplayName": null, "lastEditorUserId": "2670", "ownerDisplayName": null, "ownerUserId": "2670", "parentId": "26042", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>As per jorge's comment, the answer is \"no\"... </p>\n\n<hr>\n\n<p>So as a side issue, because it's not a current option in Nautilus, I've cobbled together a script.. It suits me, given the situation.<br>\nI initially had some timing inssues which caused modifier-key states ...
null
null
null
null
null
26043
1
26854
2011-02-12T22:44:28.767
12
251
<p>Some relatively small text files on my netbook that I use every day 8 hours/day are a week out of sync. <code>u1sdtool --waiting-content</code> shows a huge number of photos on the list to be uploaded before one of the text file to be downloaded.</p> <p>Is there a way to move the text file up to get it processed sooner? Seems like it has been taking weeks for the photos to synchronize.</p>
10054
866
2011-02-13T08:16:05.987
2011-02-22T09:14:00.310
Can I reprioritize the queue in Ubuntu One?
[ "10.04", "ubuntu-one" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You cannot change the order, in which Ubuntu One downloads the files. I'm not even sure you can chose to skip certain file formats. </p>\n\n<p>Is it possible for you to sign in on the web, and fetch them directly instead? If you place them in the correct folders, there might be a chance they sync before Ubuntu One download new files. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-23T04:54:48.817", "id": "30577", "postId": "26854", "score": "0", "text": "Yes, thanks, that is a good idea. Instead I kept my netbook humming along all night and got the backlog cleared by morning.", "userDisplayName": null, "userId": "10054" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-17T18:32:50.437", "id": "26854", "lastActivityDate": "2011-02-17T18:32:50.437", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11006", "parentId": "26043", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You cannot change the order, in which Ubuntu One downloads the files. I'm not even sure you can chose to skip certain file formats. </p>\n\n<p>Is it possible for you to sign in on the web, and fetch them directly instead? If you place them in the correct folders, there might ...
null
null
null
null
null
26045
1
26660
2011-02-12T22:57:07.407
4
1622
<p>I have most of my music in FLAC on my large storage device, and would like to automatically re-encode it in Ogg Vorbis when copying it to my portable audio player (Sansa Fuze v2). I have set my Fuze to MTP mode and told Banshee to encode to Ogg Vorbis with quality 4 in the Device Properties dialog for the Fuze (I would use MSC mode, but don't have an encoding option in the device properties when I do that). However, when I copy music to the device, either by dragging it from the music library or by syncing a playlist, the full FLAC files are copied rather than transcoded and written as Oggs.</p> <p>How can I get my Banshee setup re-encoding the audio?</p> <p>If StackExchange supported bonus points, I'd give bonus points for a solution that only re-encoded music that was already losslessly encoded, but I don't think that's possible.</p>
5050
null
null
2011-02-16T16:47:55.410
How can I make Banshee re-encode FLAC to Ogg Vorbis when copying to my player?
[ "banshee", "mp3-player", "encoding" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-16T23:53:59.720", "id": "29386", "postId": "26045", "score": "0", "text": "Include a bounty for a solution that only re-encodes lossless files!", "userDisplayName": null, "userId": "8515" } ]
{ "accepted": true, "body": "<p>If you can treat your device as a USB Mass Storage device, you might be able to use <a href=\"http://www.floccinaucinihilipilification.net/wiki/index.php/.is_audio_player_file_format\" rel=\"nofollow\">.is_audio_player</a> to trick Banshee into thinking that your device only supports Ogg Vorbis (not FLAC). If this works, Banshee should automatically transcode your songs to that format every time you sync it.</p>\n\n<p>But it seems like what you really want is the option to override Banshee's transcoding settings for your device. This is being tracked as <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=576722\" rel=\"nofollow\">Bug 576722</a>. Quite a bit of work has already been done, but the person who contributed the original patch hasn't been around for a few months. If anyone wants to help out, I'm sure they'd love some volunteers to polish up the patch and test it.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-20T01:50:05.310", "id": "29964", "postId": "26660", "score": "0", "text": "Setting the `output_formats` variable in `.is_audio_player` did the trick.", "userDisplayName": null, "userId": "5050" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-16T16:38:43.390", "id": "26660", "lastActivityDate": "2011-02-16T16:47:55.410", "lastEditDate": "2011-02-16T16:47:55.410", "lastEditorDisplayName": null, "lastEditorUserId": "2079", "ownerDisplayName": null, "ownerUserId": "2079", "parentId": "26045", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>If you can treat your device as a USB Mass Storage device, you might be able to use <a href=\"http://www.floccinaucinihilipilification.net/wiki/index.php/.is_audio_player_file_format\" rel=\"nofollow\">.is_audio_player</a> to trick Banshee into thinking that your device only ...
null
null
null
null
null
26046
1
26084
2011-02-12T23:12:10.833
2
363
<p>I just installed some application called wmgtemp that shows live CPU temperatures via Synaptic Package Manager in Ubuntu 10.10. But I cannot find it in Application menu or Add to Panel. How can I find it to run? Thanks!</p>
1471
8844
2011-02-26T21:55:41.100
2011-02-26T21:55:41.100
newly installed applications not shown in Application menu or panel
[ "10.10", "appmenu" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://manpages.ubuntu.com/manpages/maverick/man1/wmgtemp.1.html\" rel=\"nofollow\">Wmgtemp</a> is a tool for <a href=\"http://windowmaker.org/index.php\" rel=\"nofollow\">Windows Maker</a> (this is another <a href=\"http://en.wikipedia.org/wiki/X_window_manager\" rel=\"nofollow\">X window manager</a>) and uses lm_sensors to display CPU temperature. For Ubuntu the default window manager is <a href=\"https://help.ubuntu.com/community/Metacity\" rel=\"nofollow\">Metacity</a> or <a href=\"https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz\" rel=\"nofollow\">Compiz</a>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-13T14:26:55.983", "id": "28669", "postId": "26084", "score": "0", "text": "Thanks! What is the default X window manager for Ubuntu 10.10?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-02-13T17:43:21.770", "id": "28710", "postId": "26084", "score": "0", "text": "Thanks! How to know what type of windows manager that my Ubuntu currently has?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-02-13T17:54:30.397", "id": "28712", "postId": "26084", "score": "0", "text": "@Tim: `gconftool -g /desktop/gnome/applications/window_manager/default`", "userDisplayName": null, "userId": "3940" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T08:00:55.437", "id": "26084", "lastActivityDate": "2011-02-13T15:56:32.553", "lastEditDate": "2011-02-13T15:56:32.553", "lastEditorDisplayName": null, "lastEditorUserId": "3940", "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "26046", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><a href=\"http://manpages.ubuntu.com/manpages/maverick/man1/wmgtemp.1.html\" rel=\"nofollow\">Wmgtemp</a> is a tool for <a href=\"http://windowmaker.org/index.php\" rel=\"nofollow\">Windows Maker</a> (this is another <a href=\"http://en.wikipedia.org/wiki/X_window_manager\" r...
null
null
null
null
null
26047
1
26048
2011-02-12T23:13:26.090
7
8181
<p>Broken software dependencies are often caused by incompatible third party repositories.</p> <p>I am asked to provide a list of software sources (also known as software repositories). How can I quickly get a list of software sources?</p>
6969
235
2011-02-13T03:06:51.830
2018-07-19T20:36:32.673
How do I find all of my software sources?
[ "apt", "software-sources", "repository" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Software repositories as used for <code>apt-get</code> are set in <code>/etc/apt/sources.list</code>. </p>\n\n<p><code>apt-add-repository</code> adds additional repositories in <code>/etc/apt/sources.list.d/*.list</code>. Note that the extension is <code>.list</code> too. To find all occurences of these <code>*.list</code> files, run the next command <a href=\"https://help.ubuntu.com/community/UsingTheTerminal\">in a terminal window</a>:</p>\n\n<pre><code>find /etc/apt/ -name '*.list' -ls -exec cat {} \\;\n</code></pre>\n\n<p>It will provide all useful information regarding software repositories used by <code>apt</code>. If this list is very long, and a file is preffered, use the next command to create a file in the current directory, named <code>repositories.txt</code>:</p>\n\n<pre><code>find /etc/apt/ -name '*.list' -ls -exec cat {} \\; &gt; repositories.txt\n</code></pre>\n\n<p>To post this list on Askubuntu, go to <a href=\"http://paste.ubuntu.com/\">http://paste.ubuntu.com/</a> and paste the list in the big text field. Submit the form by pressing \"Paste!\" and copy the URL from the location bar (which should look like \"http://paste.ubuntu.com/566454/\"). Finally, paste this URL in your question.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-16T14:17:50.833", "id": "34354", "postId": "26048", "score": "0", "text": "As a refinement of that find command, you can use this answer : http://askubuntu.com/questions/28644/how-can-i-backup-my-ppas/28655#28655", "userDisplayName": null, "userId": "861" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-12T23:13:36.200", "id": "26048", "lastActivityDate": "2011-02-14T14:01:10.910", "lastEditDate": "2011-02-14T14:01:10.910", "lastEditorDisplayName": null, "lastEditorUserId": "6969", "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "26047", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>Software repositories as used for <code>apt-get</code> are set in <code>/etc/apt/sources.list</code>. </p>\n\n<p><code>apt-add-repository</code> adds additional repositories in <code>/etc/apt/sources.list.d/*.list</code>. Note that the extension is <code>.list</code> too. To ...
null
null
null
null
null
26049
1
null
2011-02-12T23:15:06.993
4
2910
<p>There are two very quick screens of errors shown after I choose Ubuntu in the screen of Grub and before the scrren of Ubuntu icon. I was wondering where to find the log file of the start information/errors?</p> <p>Thanks!</p>
1471
null
null
2011-02-13T19:07:35.830
Where to find log file for booting information
[ "10.10", "boot", "log" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The boot log is located at <code>/var/log/boot.log</code></p>\n\n<p>If that does not have the information you're looking for, then try the command <code>dmesg</code> in the terminal. That should have the detail you may not get in the log file.</p>\n", "commentCount": "2"...
null
null
null
null
null
26050
1
null
2011-02-12T23:18:53.230
3
792
<p>In Ubuntu 10.10, is it possible to vertically or horizontally tile several open windows, just like in Windows? Thanks!</p>
1471
25863
2012-11-21T22:29:26.953
2012-11-21T22:29:26.953
Possible to vertically or horizontally tile several open windows?
[ "10.10", "shortcut-keys", "shortcuts" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2013-09-27T20:09:48.997", "id": "449584", "postId": "26050", "score": "0", "text": "Possibly duplicate question: http://askubuntu.com/questions/7798/how-do-i-arrange-my-windows-automatically", "userDisplayName": null, "userId": "35459" } ]
null
[ { "accepted": null, "body": "<p>You could try <code>xmonad</code>.</p>\n\n<p>Install it so:</p>\n\n<p><code>sudo apt-get -y install xmonad dwm-tools</code></p>\n\n<p>The <a href=\"http://ubuntu-snippets.blogspot.com/2008/08/xmonad-tiling-window-manager.html\" rel=\"nofollow\">blog</a> says that dmenu is the...
null
null
null
null
null
26053
1
26055
2011-02-12T23:45:07.540
1
2510
<p>So, I do Arduino development on my system to program arduinos using the FTDI USB programming interface (if you have no idea what this means don't worry).</p> <p>The issue arises because the FTDI interface uses tty to communicate and it conflicts with one of the default ubuntu services.</p> <p>The default service in question is called brltty (which enables braille accessibility for people with impaired vision). Considering that I don't have any particular use for this service and it's annoying to stop it manually (using 'service brltty stop') after I restart my system...</p> <p>Where would I configure this (or any) service to prevent it from loading on startup?</p> <p><em>Note: I also have this issue with qemu-kvm conflicting with virtualbox.</em></p>
2139
236
2013-01-07T08:35:22.863
2013-01-07T08:35:22.863
Prevent service brltty and qemu-kvm from starting
[ "startup", "services" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Just remove the <code>brltty</code> package if you don't need it.</p>\n\n<pre><code>sudo apt-get remove brltty\n</code></pre>\n\n<hr>\n\n<p>As for qemu-kvm service, there is an easy solution too. <code>sudoedit</code> your <code>/etc/init/qemu-kvm.conf</code> and correct the line</p>\n\n<blockquote>\n <p>start on runlevel [2345]</p>\n</blockquote>\n\n<p>to</p>\n\n<blockquote>\n <p>start on runlevel [345]</p>\n</blockquote>\n\n<p>System's default <a href=\"http://en.wikipedia.org/wiki/Runlevel\" rel=\"nofollow\">runlevel</a> is 2.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-13T00:23:01.513", "id": "28601", "postId": "26055", "score": "0", "text": "+1 While that's the easy solution, it's not really what I'm looking for. For instance, I'd like to remove the auto-start on the qemu-kvm service (because I still use it) but I don't want to bother with starting/stopping it every time I load virtualbox (because I use virtualbox a lot more than qemu-kvm).", "userDisplayName": null, "userId": "2139" }, { "creationDate": "2011-02-13T00:29:17.250", "id": "28602", "postId": "26055", "score": "0", "text": "@Evan see update.", "userDisplayName": null, "userId": "9061" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-12T23:58:34.940", "id": "26055", "lastActivityDate": "2011-02-13T00:28:56.190", "lastEditDate": "2011-02-13T00:28:56.190", "lastEditorDisplayName": null, "lastEditorUserId": "9061", "ownerDisplayName": null, "ownerUserId": "9061", "parentId": "26053", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Just remove the <code>brltty</code> package if you don't need it.</p>\n\n<pre><code>sudo apt-get remove brltty\n</code></pre>\n\n<hr>\n\n<p>As for qemu-kvm service, there is an easy solution too. <code>sudoedit</code> your <code>/etc/init/qemu-kvm.conf</code> and correct the ...
null
null
null
null
null
26054
1
null
2011-02-12T23:46:33.747
25
46515
<p>I boot into ubuntu and it connects to the Wifi network fine. After about 10-15min the DNS stop resolving any website and a couple of minutes later network-managers tells me that I'm disconnected and tries to reconnect constantly to my router and fails to do it. Upon Ubuntu restart everything works fine for the first 10-15min again. When I boot into Mac OS X everything is fine with the same connection!</p> <p>How do I restart wifi interface? <code>sudo ifdow wlan0</code> just tells me that <code>wlan0 is not configured</code> and <code>wlan0</code> doesn't appear in <code>/etc/network/interfaces</code> either, which I find strange.... (unless network-manager is doing it behind my back).</p>
72
null
null
2018-05-09T03:19:14.607
How to restart WiFi interface without rebooting (it drops connection)?
[ "networking", "wireless" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T00:04:06.370", "id": "28600", "postId": "26054", "score": "1", "text": "This looks like a problem with wifi driver. It is unlikely that you will be able to resolve it by just \"restarting\" network interface. Could you please show the output of `lshw -class network`...
null
[ { "accepted": null, "body": "<p>I would have a look at dmesg too, and, after loosing connection, at the last messages of dmesg: </p>\n\n<pre><code>dmesg | tail \n</code></pre>\n\n<p>Maybe dropping and reloading your wifi-module helps: </p>\n\n<pre><code>sudo rmmod ipw2100\nsudo modprobe ipw2100\n</code></pr...
null
null
null
null
null
26056
1
217310
2011-02-13T00:07:23.480
77
49994
<p>I usually load a new version for every release to keep my OS fresh while preserving the last version on another partition as backup. I also employ a lot of custom key mappings.</p> <p>I've figured out how to transfer the majority of my configuration across systems so far but I can't figure out where the custom keyboard shortcut mappings are stored.</p> <p>Does anybody know where gnome puts these? Are there separate user config (i.e., <code>~/</code>) and system config (i.e. <code>/etc</code>) files?</p>
2139
1066942
2022-01-11T11:03:42.170
2022-01-11T11:03:42.170
Where are GNOME keyboard shortcuts stored?
[ "backup", "keyboard-layout" ]
5
2
CC BY-SA 4.0
[ { "creationDate": "2011-02-13T06:51:41.743", "id": "28618", "postId": "26056", "score": "2", "text": "How did you change the settings? Using GConf Editor? I'm guessing you want `gconftool-2 --dump /apps/metacity` or something like that.", "userDisplayName": null, "userId": "1951" }, ...
{ "accepted": true, "body": "<p>Ubuntu has changed since other answers to this question were written. </p>\n\n<p>Keybindings have moved from gconf to dconf. Gconf stores its data in xml files and was accessed by <code>gconf-editor</code> and <code>gconf-tool2</code>. Dconf stores its data in a binary format and is accessed by <code>dconf-editor</code> and <code>gsettings</code>.</p>\n\n<p>The number of places that keybindings are stored is reduced. There is now a centralized dconf path to store window manager keybindings (<code>org.gnome.desktop.wm.keybindings</code>). There are mapping files in the directory <code>/usr/share/gnome-control-center/keybindings/</code>that show how these are applied based on the window manager you are actually using (compiz or metacity).</p>\n\n<p>A second set of non-window-manager related key bindings is stored in the dconf path <code>org.gnome.settings-daemon.plugins.media-keys</code></p>\n\n<p>There is a third set of keybindings related to power buttons that is stored in the dconf path <code>org.gnome.settings-daemon.plugins.power</code>. There is currently a bug in the GUI that lets you configure keybindings. It doesn't know about these settings. I have a \"sleep\" button on my keyboard. If I want to reassign it to other functionality, I have to disable the setting in <code>org.gnome.settings-daemon.plugins.power</code> manually. The GUI doesn't do it for me (although it assigns the new functionality just fine).</p>\n\n<p>The other wrinkle is custom key bindings. These are stored in dconf using relocatable schema. Its done this way because there are an arbitrary number of them. A reasonable approach, but it makes listing or modifying them via the command line harder than it should be.</p>\n\n<p>I also found out that the GUI that allows you to assign keybindings is limited in a way that annoys me. The GUI allows exactly ONE keybinding to be assigned to each action. In dconf, you can set an array of bindings for a single action. This is useful to me. For example, I like to have the \"close-window\" action assigned to the traditonal Alt-F4 as well as to an easier to hit single button on my keybord.</p>\n\n<p>I have written a Perl script to dump all the keybindings to a csv file, or restore them from the csv file. For example to dump the keybindings you might use:</p>\n\n<p><code>./keybindings.pl -e /tmp/keys.csv</code></p>\n\n<p>and to restore them you might use:</p>\n\n<p><code>./keybindings.pl -i /tmp/keys.csv</code></p>\n\n<pre class=\"lang-perl prettyprint-override\"><code>#!/usr/bin/perl\n\nuse strict;\n\nmy $action = '';\nmy $filename = '-';\n\nfor my $arg (@ARGV){\n if ($arg eq \"-e\" or $arg eq \"--export\"){\n $action = 'export';\n } elsif ($arg eq \"-i\" or $arg eq \"--import\"){\n $action = 'import';\n } elsif ($arg eq \"-h\" or $arg eq \"--help\"){\n print \"Import and export keybindings\\n\";\n print \" -e, --export &lt;filename&gt;\\n\";\n print \" -i, --import &lt;filename&gt;\\n\";\n print \" -h, --help\\n\";\n exit;\n } elsif ($arg =~ /^\\-/){\n die \"Unknown argument $arg\";\n } else {\n $filename = $arg;\n if (!$action){\n if ( -e $filename){\n $action='import';\n } else {\n $action='export';\n }\n }\n }\n}\n\n$action='export' if (!$action);\nif ($action eq 'export'){\n &amp;export();\n} else {\n &amp;import();\n}\n\nsub export(){\n my $gsettingsFolders = [\n ['org.gnome.desktop.wm.keybindings','.'],\n ['org.gnome.settings-daemon.plugins.power','button'],\n ['org.gnome.settings-daemon.plugins.media-keys','.'],\n ];\n\n my $customBindings = [\n ];\n\n $filename = \"&gt;$filename\";\n open (my $fh, $filename) || die \"Can't open file $filename: $!\";\n\n for my $folder (@$gsettingsFolders){\n my @keylist = split(/\\n/, `gsettings list-recursively $folder-&gt;[0]`);\n foreach my $line (@keylist){\n if ($line =~ /^([^ ]+) ([^ ]+)(?: \\@[a-z]+)? (.*)/){\n my ($path, $name, $value) = ($1,$2,$3);\n if ($name eq \"custom-keybindings\"){\n $value =~ s/[\\[\\]\\' ]//g;\n my @c = split(/,/, $value);\n $customBindings = \\@c;\n } elsif ($name =~ /$folder-&gt;[1]/){\n if ($value =~ /^\\[|\\'/){\n if ($value =~ /^\\[\\'(?:disabled)?\\'\\]$/){\n $value = '[]';\n } \n print $fh \"$path\\t$name\\t$value\\n\";\n }\n } \n } else {\n die \"Could note parse $line\";\n }\n }\n } \n\n for my $folder (@$customBindings){\n my $gs = `gsettings list-recursively org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:$folder`;\n my ($binding) = $gs =~ /org.gnome.settings-daemon.plugins.media-keys.custom-keybinding binding (\\'[^\\n]+\\')/g;\n my ($command) = $gs =~ /org.gnome.settings-daemon.plugins.media-keys.custom-keybinding command (\\'[^\\n]+\\')/g;\n my ($name) = $gs =~ /org.gnome.settings-daemon.plugins.media-keys.custom-keybinding name (\\'[^\\n]+\\')/g;\n $command =~ s/\\\"/\\\\\\\"/g;\n $command =~ s/^'(.*)'$/$1/g;\n $command =~ s/\\'/\\'\\\\\\'\\'/g;\n $command = \"\\'$command\\'\";\n print $fh \"custom\\t$name\\t$command\\t$binding\\n\" \n }\n\n close($fh);\n}\n\nsub import(){\n\n $filename = \"&lt;$filename\";\n open (my $fh, $filename) || die \"Can't open file $filename: $!\";\n\n my $customcount=0;\n\n while (my $line = &lt;$fh&gt;){\n chomp $line;\n if ($line){\n my @v = split(/\\t/, $line);\n if (@v[0] eq 'custom'){\n my ($custom, $name, $command, $binding) = @v;\n print \"Installing custom keybinding: $name\\n\";\n print `gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom$customcount/ name \\\"$name\\\"`;\n print `gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom$customcount/ command \\\"$command\\\"`;\n print `gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom$customcount/ binding \\\"$binding\\\"`;\n $customcount++;\n } else {\n my ($path, $name, $value) = @v;\n print \"Importing $path $name\\n\";\n print `gsettings set \\\"$path\\\" \\\"$name\\\" \\\"$value\\\"`;\n }\n } \n }\n if ($customcount &gt; 0){\n my $customlist = \"\";\n for (my $i=0; $i&lt;$customcount; $i++){\n $customlist .= \",\" if ($customlist);\n $customlist .= \"'/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom$i/'\"; \n }\n $customlist = \"[$customlist]\";\n print \"Importing list of custom keybindings.\\n\";\n print `gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings \\\"$customlist\\\"`;\n }\n\n close($fh);\n}\n</code></pre>\n\n<p>This includes the fix by <a href=\"https://askubuntu.com/users/184113/user2589537\">user2589537</a> to allow custom commands with quotes in them.</p>\n", "commentCount": "9", "comments": [ { "creationDate": "2012-11-15T13:57:38.710", "id": "269232", "postId": "217310", "score": "2", "text": "I filed two bugs against ubuntu gnome-control-center keyboard shortcuts. I found them while creating this script. https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1079190 and https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1079198", "userDisplayName": null, "userId": "53750" }, { "creationDate": "2014-01-19T22:28:14.873", "id": "524543", "postId": "217310", "score": "1", "text": "Thanks for the script @Stephen, just tried on Ubuntu 13.10 and it just worked! Created a gist for easy sharing: https://gist.github.com/elgalu/8511861#file-keybindings-pl", "userDisplayName": null, "userId": "134645" }, { "creationDate": "2015-05-06T19:00:42.107", "id": "876620", "postId": "217310", "score": "0", "text": "Awesome work and good job documenting the specifics.", "userDisplayName": null, "userId": "2139" }, { "creationDate": "2016-05-16T01:55:26.980", "id": "1155072", "postId": "217310", "score": "2", "text": "Still works on Ubuntu GNOME 3.2 - Thank you!", "userDisplayName": null, "userId": "268617" }, { "creationDate": "2016-09-03T00:08:03.663", "id": "1243950", "postId": "217310", "score": "0", "text": "Ran it in export mode - output does not look like CSV", "userDisplayName": null, "userId": "289062" }, { "creationDate": "2017-09-03T10:13:09.490", "id": "1517416", "postId": "217310", "score": "1", "text": "\"works\" technically for me, but would probably need to watch different dconf sections for Ubuntu-MATE (i.e. `[org/mate/marco/global-keybindings]`, `[org/mate/marco/window-keybindings]`, ...)", "userDisplayName": null, "userId": "479118" }, { "creationDate": "2023-04-27T12:11:10.620", "id": "2567081", "postId": "217310", "score": "0", "text": "\"The other wrinkle is custom key bindings. These are stored in dconf using relocatable schema\"\nHow can I access them via CLI ? the above perl script does not take them into account.", "userDisplayName": null, "userId": "604371" }, { "creationDate": "2023-04-27T12:36:06.497", "id": "2567086", "postId": "217310", "score": "0", "text": "@n0tis There is a bunch of code in that script to deal with custom key bindings. It uses `gsettings list-recursively` to find them.", "userDisplayName": null, "userId": "53750" }, { "creationDate": "2023-04-27T13:26:32.823", "id": "2567097", "postId": "217310", "score": "0", "text": "Then apparently can't find any of my custom shortcut on `ubuntu 20.04`, `gnome 3.36.8`. They are not present in the dumped CSV file\n(what I mean by custom shortcut is shortcut for new custom commands )", "userDisplayName": null, "userId": "604371" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2012-11-14T22:00:39.690", "id": "217310", "lastActivityDate": "2020-01-06T05:01:21.580", "lastEditDate": "2020-01-06T05:01:21.580", "lastEditorDisplayName": null, "lastEditorUserId": "349837", "ownerDisplayName": null, "ownerUserId": "53750", "parentId": "26056", "postTypeId": "2", "score": "64" }
[ { "accepted": true, "body": "<p>Ubuntu has changed since other answers to this question were written. </p>\n\n<p>Keybindings have moved from gconf to dconf. Gconf stores its data in xml files and was accessed by <code>gconf-editor</code> and <code>gconf-tool2</code>. Dconf stores its data in a binary f...
null
null
null
null
null
26060
1
null
2011-02-13T00:54:20.537
2
153
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/18928/wubi-doenst-work-anymore-shows-no-wubildr-error">Wubi doens&#39;t work anymore - shows &#39;No wubildr&#39; error</a> </p> </blockquote> <p>Two weeks ago I made an update and when it finished,it asked for a reboot. never again booted, when I turn on the pc, the grub appears, offering me, Start Windows or Ubuntu. When I start ubuntu this appeared:</p> <pre><code>Try(hd0,0):NTFS5: No wubilder Try(hd0,1):NTFS5: </code></pre> <p>Somebody can help me, with that?</p>
null
-1
2017-04-13T12:23:59.520
2011-02-13T07:56:07.893
Computadora no arranca (Computer Doesn't Start Up)
[ "installation", "boot", "grub2", "dual-boot", "wubi" ]
0
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T02:08:36.720", "id": "28607", "postId": "26060", "score": "1", "text": "deberias de usar el traductor de google, ya que este sitio es principalmente en ingles, ahora has instalado Ubuntu usando wubi?", "userDisplayName": null, "userId": "4203" }, { "...
null
[]
null
null
2011-02-13T07:56:58.593
null
user10729
26062
1
26066
2011-02-13T01:48:09.573
3
583
<ol> <li>I was wondering if the kernel choice during startup is equivalent to Ubuntu release choice? For example, I have installed 10.10. During startup, I can choose two kernels: 2.6.32 and 2.6.35. Does 2.6.32 mean 10.04 and 2.6.32 mean 10.10?</li> <li>Will applications installed under one kernel be also installed for other kernels available during startup?</li> </ol> <p>Thanks!</p>
1471
1471
2011-02-13T01:56:29.157
2011-02-13T13:05:11.380
How to understand kernel choice at startup
[ "10.10", "kernel", "startup" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>10.04 does use 2.6.32 and 10.10 uses 2.6.35. You can install different versions than those on either Ubuntu release, or some other version. Applications generally do not know or care what kernel you are using. If you install the application, it goes on your disk, and is there no matter which kernel you boot.</p>\n\n<p>The general rule is that you need one kernel, but when upgrading, you want to keep the previous version around in case the new version has problems, you can fall back. You can remove older versions so they do not pile up over time and add clutter.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-13T02:21:58.580", "id": "28611", "postId": "26066", "score": "0", "text": "Thanks! I didn't install 10.04 but just 10.10 and then I have two versions of kernels. When running the two kernels, are they both 10.10 or one is 10.04 and the other is 10.10?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-02-13T16:30:26.323", "id": "28691", "postId": "26066", "score": "0", "text": "@Tim: if they are both 2.6.35-smoething then they are probably from 10.10. From time to time they release an update so after a while you can get several versions that just have a different number after the \"-\". You can remove older ones with the package manager.", "userDisplayName": null, "userId": "8500" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T02:17:00.803", "id": "26066", "lastActivityDate": "2011-02-13T02:17:00.803", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "26062", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>10.04 does use 2.6.32 and 10.10 uses 2.6.35. You can install different versions than those on either Ubuntu release, or some other version. Applications generally do not know or care what kernel you are using. If you install the application, it goes on your disk, and is th...
null
null
null
null
null
26063
1
null
2011-02-13T01:54:24.683
7
3333
<p>On Lenovo T400 and Ubuntu 10.10, I am using CPU Frequency Scaling Monitor 2.30.0 on the panel to show and control CPU frequency. </p> <p>My CPU frequency by default will change according to load. But I want to make CPU work at the lowest level and so I choose 800 MHz in CPU Frequency Scaling Monitor. After a few seconds, however, it automatically changes back to Powersave or Performance mode which has automatic adjustment to CPU frequency. </p> <p>I was wondering how to actually make CPU work at the lowest level? Thanks!</p> <p>PS: On Acer Aspire 5000 and ubuntu 8.10, I can use CPU Frequency Scaling Monitor to control CPU frequency as I wish.</p>
1471
158442
2018-05-17T01:52:33.397
2018-05-17T01:52:33.397
How to control CPU frequency
[ "cpu" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T20:27:07.243", "id": "28736", "postId": "26063", "score": "1", "text": "Sounds like a bug. Possibly this is relevant : https://bugs.launchpad.net/ubuntu/+source/cpufreqd/+bug/344252", "userDisplayName": null, "userId": "861" } ]
null
[ { "accepted": null, "body": "<p>Follow the steps:</p>\n\n<pre><code>sudo apt-get install rcconf \nsudo rcconf\n</code></pre>\n\n<p>Search for </p>\n\n<p><code>ondemand</code></p>\n\n<p>option and disable(un-check the check-box) it using space-bar.</p>\n", "commentCount": "6", "comments": [ { ...
null
null
null
null
null
26068
1
26069
2011-02-13T02:44:26.207
116
97167
<p>How do you mute the sound system from the command line?</p>
333
169736
2014-05-03T21:20:45.337
2021-06-24T16:16:20.997
How do you mute from the command line?
[ "command-line", "pulseaudio", "alsa" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Assuming you're using ALSA driver, run:</p>\n\n<pre><code>amixer set Master mute \namixer set Master unmute\n</code></pre>\n\n<p>Or, you can just use:</p>\n\n<pre><code>amixer set Master toggle\n</code></pre>\n\n<p>to toggle mute on and off.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2012-05-08T13:12:51.993", "id": "159096", "postId": "26069", "score": "8", "text": "for me / my system (precise), this only goes one way: off / mute. Neither toggle nor unmute bring the music back on. Any ideas as to why??", "userDisplayName": null, "userId": "16023" }, { "creationDate": "2012-05-08T13:17:01.410", "id": "159097", "postId": "26069", "score": "2", "text": "see http://askubuntu.com/questions/77522/command-to-unmute-and-maximize-volume", "userDisplayName": null, "userId": "16023" }, { "creationDate": "2016-02-17T01:32:42.490", "id": "1092177", "postId": "26069", "score": "4", "text": "This solution is for pure Alsa. For Alsa with pulseaudio, use the command from [Tim's answer](http://askubuntu.com/a/444183). Or don't touch the command and instead configure Alsa as in [this answer](http://askubuntu.com/a/517453). Else, @nutty about natty's problem of not being able to unmute results.", "userDisplayName": null, "userId": "107321" }, { "creationDate": "2016-10-02T20:11:33.970", "id": "1269199", "postId": "26069", "score": "0", "text": "on Ubuntu Server 14.04 \"Master\" was not available as a simple control. I used \"Speaker\" in its place. I found the substitution by running `sudo amixer` and finding the line in the output that matched `Simple mixer control 'Speaker',0`", "userDisplayName": null, "userId": "172038" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-13T03:25:46.487", "id": "26069", "lastActivityDate": "2013-01-02T23:10:05.347", "lastEditDate": "2013-01-02T23:10:05.347", "lastEditorDisplayName": null, "lastEditorUserId": "65926", "ownerDisplayName": null, "ownerUserId": "8036", "parentId": "26068", "postTypeId": "2", "score": "92" }
[ { "accepted": true, "body": "<p>Assuming you're using ALSA driver, run:</p>\n\n<pre><code>amixer set Master mute \namixer set Master unmute\n</code></pre>\n\n<p>Or, you can just use:</p>\n\n<pre><code>amixer set Master toggle\n</code></pre>\n\n<p>to toggle mute on and off.</p>\n", "commentCount": "4",...
null
null
null
null
null
26072
1
null
2011-02-13T03:36:23.870
0
1187
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/5996/unable-to-mount-dev-loop0-during-install">Unable to mount /dev/loop0 during install</a> </p> </blockquote> <p>I am try to install Ubuntu 10.10 download from <a href="http://www.ubuntu.com/desktop/get-ubuntu/alternative-download" rel="nofollow noreferrer">http://www.ubuntu.com/desktop/get-ubuntu/alternative-download</a>. ISO image burnt to a CD and i boot from this cd. But i am not able to install because of some error 'Input/Output error Can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs'</p> <p>So please let me know how to solve this.</p>
null
-1
2017-04-13T12:24:49.530
2014-08-04T18:59:09.867
Not able to install Ubuntu 'Can not mount /dev/loop0'
[ "system-installation" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-13T10:10:27.717", "id": "28640", "postId": "26072", "score": "0", "text": "What program are you using to burn the cd? What version of Ubuntu are you using right now?", "userDisplayName": null, "userId": "8515" } ]
null
[ { "accepted": null, "body": "<p>Maybe CD is damaged? Try to boot ISO image on VirtualBox. If it works, CD media is probably damaged. Possible reason might be that your CD/DVD drive is dirty or broken.\nIf you cannot boot ISO image in VirtualBox, downloaded ISO image might be corrupted. In this case, try to ...
null
null
2011-02-14T02:55:16.600
null
user10737
26078
1
27336
2011-02-13T05:25:05.030
2
1199
<p>My umask is 0022, but when I download a file (using Firefox 40b11) it is created with umask 0026 (-rw-r-----). No clue where the issue is, if I'm even asking in the right forum. I'm on Mint 10 (sorry, there is no "AskMint"), Gnome desktop. I'd like downloaded files to be -rw-r--r-- so they are shareable without having to change permissions every time.</p>
10741
252
2011-02-13T05:43:50.443
2013-10-22T20:45:52.503
Firefox downloaded files permissions
[ "gnome", "permissions", "umask" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T05:25:44.123", "id": "28615", "postId": "26078", "score": "0", "text": "this should really be tagged \"umask \" but I'm not allowed to create a new tag...", "userDisplayName": null, "userId": "10741" }, { "creationDate": "2011-02-13T18:43:40.830", ...
{ "accepted": true, "body": "<p>Actually, I'm getting the same issue on Mac OS X 10.6, Firefox 4.0b11. Looks like it's a Firefox bug.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-22T19:23:45.187", "id": "30492", "postId": "27336", "score": "0", "text": "Thanks for confirming, I was considering that as well. I will accept your answer later, unless someone proves it wrong of course.", "userDisplayName": null, "userId": "10741" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T04:02:23.010", "id": "27336", "lastActivityDate": "2011-02-21T04:02:23.010", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user11193", "ownerUserId": null, "parentId": "26078", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Actually, I'm getting the same issue on Mac OS X 10.6, Firefox 4.0b11. Looks like it's a Firefox bug.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-22T19:23:45.187", "id": "30492", "postId": "27336", "score...
null
null
null
null
null
26080
1
null
2011-02-13T06:39:22.730
1
1253
<p>I Love the unity interface... so I installed the interface in my desktop pc and I installed the Ati Official Drivers, I recently Bought an Ati HD 4350, and the interface starts but very Sluggish and when I open an app, it just frezees constanly, even the title bars from the windows look distorsionated.</p> <p>Thanks for the answers.</p> <p><img src="https://i.stack.imgur.com/wh9LP.jpg" alt="Screenshot"></p>
10715
235
2011-02-14T02:00:41.723
2011-02-14T02:00:41.723
Is there any fix for ATI HD 4350 With Unity?
[ "10.10", "unity", "ati" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T06:44:52.260", "id": "28617", "postId": "26080", "score": "0", "text": "have you installed the proper drivers?, also unity on 10.10 uses mutter for compositing and unity for 11.04 uses compiz, and mutter just isn't as good as compiz", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>I have an ATI Radeon HD 4350 in my Desktop.</p>\n\n<p>My advice is not to use the Official ATI drivers. The \"default\" open source drivers work perfectly for me, both with Ubuntu's normal interface and in Unity. Unity is not sluggish, does not freeze, or have corruption of t...
null
null
null
null
null
26089
1
null
2011-02-13T09:15:14.093
1
3382
<p>Is it possible to move a window that was opened on screen "A" (not workspace, but separate X screen) to screen "B" (with or without additional tools which aren't provided by Ubuntu)?</p> <p>I have an nVidia card with proper drivers installed. I've tried using Xinerama / Twinview, but if one of these option are enabled (in /etc/xorg.conf) flash videos in Chromium (like on YouTube or Vimeo) doesn't play nicely (clicking full screen plays the video, but not in fullscreen). </p> <p>Furthermore sometimes windows pops up on my second screen (which is an LCD TV usually turned off) which is inconvenient. </p> <p>Disabling Xinerama / Twinview solves these problems, but it would be nice to move windows back and forth between the two screens.</p>
10744
null
null
2013-03-12T22:13:40.483
Moving windows between separate X screens
[ "xorg", "nvidia", "xinerama", "twinview" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I have a dual monitor setup too and I'm using the open source nouveau driver. I haven't seen any performance issues when playing flash and it works like Twinview. If you don't want windows to open on your secondary monitor you can disable it temporarily via System->Preference...
null
null
null
null
null
26092
1
26600
2011-02-13T09:31:45.467
9
6024
<p>Does anyone know about software that can detect or monitor host / url are being accessed by ubuntu? I want to see what host/url are beeing accessed by installed software or by my internet browser.</p>
2997
866
2011-02-13T09:42:58.427
2012-08-03T00:10:33.377
How to detect/monitor the hosts/urls being accessed?
[ "networking", "monitoring", "network-monitoring" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>For just watching general traffic destinations, I like using <em>iftop</em>:</p>\n\n<pre><code>sudo iftop\n</code></pre>\n\n<p>It'll show a live report with speeds, through-put, etc:</p>\n\n<pre><code> 25.0Kb 50.0Kb 75.0Kb 100Kb 125Kb\n└───────────────┴───────────────┴───────────────┴───────────────┴───────────────\nsystem.outflux.net =&gt; wildcard-edge-launchpad-n 3.49Kb 3.94Kb 3.94Kb\n &lt;= 3.38Kb 10.3Kb 10.3Kb\n────────────────────────────────────────────────────────────────────────────────\nTX: cumm: 71.3KB peak: 154Kb rates: 154Kb 95.0Kb 95.0Kb\nRX: 47.6KB 126Kb 126Kb 63.4Kb 63.4Kb\nTOTAL: 119KB 280Kb 280Kb 158Kb 158Kb\n</code></pre>\n\n<p>Note that <code>iftop</code> will choose the first network interface it finds to monitor (usually <code>eth0</code> for your ethernet cable). If you'd like it to listen to another interface, like your wireless card, you can list valid interfaces with <code>ifconfig</code>, and then call <code>iftop -i [interface_name]</code>.</p>\n\n<p>For watching your browser, I recommend the <a href=\"http://tamperdata.mozdev.org/\" rel=\"nofollow noreferrer\">Tamper Data</a> extension for Firefox. Opening its window will show you all the active and historical requests:</p>\n\n<p><img src=\"https://i.stack.imgur.com/68tFB.jpg\" alt=\"enter image description here\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-16T07:52:57.447", "id": "29240", "postId": "26600", "score": "1", "text": "[HttpFox](https://addons.mozilla.org/en-us/firefox/addon/httpfox/) provides similar monitor functionality as Tamper Data, without methods for \"tampering\" (modifying) the data.", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-16T07:50:27.023", "id": "26600", "lastActivityDate": "2012-08-03T00:10:33.377", "lastEditDate": "2012-08-03T00:10:33.377", "lastEditorDisplayName": null, "lastEditorUserId": "24694", "ownerDisplayName": null, "ownerUserId": "721", "parentId": "26092", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Hmmm, you can set up a http proxy software (like squid) and using that: proxy server will log accesses. Another solution: use netfilter of the linux kernel (with <code>iptables</code>) to log network connections. If you use the <code>ULOG</code> target, with <code>ulogd</code...
null
null
null
null
null
26093
1
null
2011-02-13T09:34:19.223
1
986
<p>I am trying to set up mod_fcgid on my server. Part of the requirement is that Apache needs to create a socket file for mod_fcgid.</p> <p>I specified the folder for Apache to write the socket data to:</p> <pre><code>/var/run/apache2/fcgid </code></pre> <p>I then specified this file in my fcgid.conf file as follows:</p> <pre><code>SocketPath /var/run/apache2/fcgid/sock </code></pre> <p>I then changed the owner of the folder to www-data (the apache user) and gave the owner full permissions to the folder and its contents.</p> <p>I was able to run my test fcgi app then.</p> <p>When I rebooted the machine, y fastcgi app no longer worked. After some investigation, I found that ownership of /var/run/apache2/fcgid has been reset to root, and with permission reset to 700</p> <p>I have the following questions:</p> <ul> <li>Is there something specific about the /var/run folder?</li> <li>why is the permissions being reset after a reboot?</li> <li>Should I move my socket file to another location (in case root automatically takes ownership of contents in this folder for security reasons?)</li> </ul> <p>I am running Ubuntu 10.0.4 LTS 64 bit</p>
null
5
2011-04-23T01:15:06.377
2011-04-23T01:15:06.377
Setting up fastcgi on an Ubuntu server (socket file permissions issue)
[ "security", "permissions" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>/var/run is not a \"real\" filesystem on Ubuntu, it's tmpfs (something like \"ramdisk\"). So I think permissions and files are not preserved in case of reboot since that filesystem only exists till the reboot. You can use another location which is a real filesystem, or you ca...
null
null
null
null
user10746
26094
1
27363
2011-02-13T09:47:21.807
13
4347
<p>What is the difference between <em>default</em> and <em>login</em>?<br> And what does <strong>Default Keyring</strong> mean?</p> <p>When I run some applications(Emphaty etc), <strong>Unlock Keyring window</strong> launched first, then it requires me password. Why?</p> <p>This is a screen-shot when I run Emphaty.<br> <img src="https://i.stack.imgur.com/TJw8b.png" alt="enter image description here"> </p> <p>Why does it require me a password? It's a just messenger. It makes me crazy.</p> <p>I was able to find this Window. I guess this Windows could give me a solution.<br> Before trying something to fix it, I'd like know about what they are. </p> <p>Please explain them to me.<br> P.S My login password is <strong>not</strong> equal to default password now.</p> <p><img src="https://i.stack.imgur.com/q9TsO.png" alt="enter image description here"></p>
5717
235
2012-12-06T13:56:26.620
2012-12-06T13:56:26.620
What is default password?
[ "security", "password", "gnome-keyring" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>'Default' keyring actually means \"the keyring called 'Default'\" And it is a keyring automatically created upon user account creation.</p>\n\n<p>That 'Default' keyring is where all the password goes, the Instant messaging app stores passwords, so it uses a keyring to store them. The keyring is locked so, to access it it need to unlock it to recover the passwords stored.</p>\n\n<p>The password for that keyring is equal to the login password <b>until</b> you manually change one of these. So if you've changed login passwords now the keyring called 'Default' password is out of sync. Desktop uses your login password to try to unlock the keyring, if it fails ask you the password, assuming you've changed the keyring password.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T08:57:29.700", "id": "27363", "lastActivityDate": "2011-02-21T08:57:29.700", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10525", "parentId": "26094", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Are you asking what is the GNOME keyring in general? This is from <a href=\"http://en.wikipedia.org/wiki/GNOME_Keyring\" rel=\"nofollow\">Wikipedia</a></p>\n\n<blockquote>\n <p>GNOME Keyring is a daemon application\n designed to take care of the user's\n security credentia...
null
null
null
null
null
26101
1
28773
2011-02-13T10:24:21.797
4
1512
<p>How do I setup and use the <code>vim-rails</code> plugin?</p> <p>I have installed it by running <code>sudo apt-get install vim-rails</code>. What do I do next to enable the plugin?</p>
7885
106495
2013-02-12T03:53:21.753
2013-02-12T03:53:21.753
How to setup and use the vim-rails plugin?
[ "vim", "rails", "vim-plugin" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Use <code>vim-addon-manager</code> to enable the plugin. To do so, open your terminal <kbd>Ctrl</kbd>-<kbd>Alt</kbd>-<kbd>t</kbd> and execute the following command.</p>\n\n<p><code>vim-addons install vim-rails</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-02T20:47:23.790", "id": "28773", "lastActivityDate": "2013-02-12T03:51:01.440", "lastEditDate": "2013-02-12T03:51:01.440", "lastEditorDisplayName": null, "lastEditorUserId": "106495", "ownerDisplayName": null, "ownerUserId": "11729", "parentId": "26101", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Use <code>vim-addon-manager</code> to enable the plugin. To do so, open your terminal <kbd>Ctrl</kbd>-<kbd>Alt</kbd>-<kbd>t</kbd> and execute the following command.</p>\n\n<p><code>vim-addons install vim-rails</code></p>\n", "commentCount": "0", "comments": [], "c...
null
null
null
null
null
26102
1
null
2011-02-13T10:28:59.577
4
1034
<p>If <em>"One of the design goals of Unity is to reduce the clutter of the desktop, another is to use space more efficiently."</em> Then why not hide the multi-color launcher when your windows are maximized on a small laptop? So i can see it just when I'm going to use it.</p> <p>The desktop looks very cool when applications are not maximized by the way :)</p>
10749
235
2011-02-15T00:37:14.673
2011-03-30T14:36:18.063
Will Unity 2D hide the launcher when windows are maximized?
[ "unity-2d" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I am sure it will It already does on the normal Unity its a compiz setting it has been stated that this and many other enhancements are to be ported to unity 2d</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-S...
null
null
null
null
null
26104
1
26995
2011-02-13T10:37:25.363
27
5169
<p>Since 10.10 we have the wonderful new <a href="http://design.canonical.com/category/design/font-design/">Ubuntu sans serif font</a>. If everything goes well 11.04 will bring a great looking new <a href="http://design.canonical.com/2010/11/the-monospace-is-coming/">monospace font</a>. </p> <p>It would only be a logical step to also develop a serif font! This way, the Ubuntu experience would get its definite touch. It could for example give a very special web experience as proposed and supported in <a href="https://lists.launchpad.net/ayatana/msg04795.html">this post</a>, by covering the three major font families.</p> <p>Now of course the question remains, are there any plans for this?</p>
2192
7702
2011-06-15T11:12:27.250
2011-06-15T11:12:27.250
Will there be an Ubuntu Serif font in the future?
[ "ubuntu-font-family" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-15T19:30:21.463", "id": "29166", "postId": "26104", "score": "0", "text": "I'd be glad to ask Ivanka Majic or so on Twitter about this issue, but I do not have an account there. Anyone else :)?", "userDisplayName": null, "userId": "2192" } ]
{ "accepted": true, "body": "<p>When and if an <strong>Ubuntu Serif</strong> counterpart happens depends on who comes forward with plans and finds the <strong>skilled font designers/engineers</strong> who can make an Ubuntu Serif! See more discussion on:</p>\n\n<ul>\n<li><a href=\"http://launchpad.net/bugs/720332\">Bug #720332</a> <em>Expansion: Ubuntu Serif font style</em> (comment #2)</li>\n</ul>\n\n<p>The initial focus has been on building a firm foundation for the <a href=\"http://font.ubuntu.com/\">Ubuntu Font Family</a> (style, quality, coverage). For the \"bootstrapping\" phase, <a href=\"http://www.daltonmaag.com/\">Dalton Maag</a> have been taking the lead with the initial drawing and engineering. The result will hopefully be a beautiful, highly-readable set of screen-optimised fonts, covering:</p>\n\n<ul>\n<li><strong>Five scripts:</strong> Arabic, Cyrillic, Greek, Hebrew, Latin</li>\n<li><strong>Thirteen fonts:</strong> Ubuntu (×4), Ubuntu Mono (×4), Ubuntu Light/Medium (×4), Ubuntu Condensed (×1)</li>\n</ul>\n\n<p>With this foundation built we can hopefully all transition the project over to being \"drawn by everyone\". If you'd like to contribute a script, style, or font to the project please find a local skilled type designer and start working with them on it, it may also be possible to arrange some internships if you know a budding student! The philosophy behind Ubuntu is that <em>\"everyone should be able to use Ubuntu in their native language\"</em> and that includes excellent font coverage for their own language too!</p>\n\n<p>Making a font (let alone thirteen!) takes a very, very long time so it's worth getting started on making connections. The end result will be seen and used by tens of millions of people, making each of their lives easier in the process:</p>\n\n<ol>\n<li><strong>Find a type designer</strong> who is interested</li>\n<li><strong>Work with them</strong> to make a beautiful, complementary and hinted expansion</li>\n</ol>\n\n<p>This shouldn't be about just about making an <strong>Ubuntu Serif</strong> typeface \"for the sake of it\". The result is definitely worth doing if it will be truly better than the libre/open fonts that are already out there, or shipping in K/Ubuntu already!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-18T14:20:36.580", "id": "26995", "lastActivityDate": "2011-02-18T22:23:32.970", "lastEditDate": "2011-02-18T22:23:32.970", "lastEditorDisplayName": null, "lastEditorUserId": "7702", "ownerDisplayName": null, "ownerUserId": "7702", "parentId": "26104", "postTypeId": "2", "score": "17" }
[ { "accepted": null, "body": "<p>After some in depth research there doesn't appear there are plans for this in 11.04, according to the <a href=\"https://wiki.ubuntu.com/Ubuntu%20Font%20Family\" rel=\"nofollow\">Ubuntu Font Family Blueprint</a> There is no mention of Serif - though there is no mention of what...
null
null
null
null
null
26106
1
26119
2011-02-13T10:48:20.693
9
14242
<p>Just got my netbook edition of Ubuntu working with my tablets touch screen about 3 seconds ago... but straight away, I've noticed something - is it possible to make the right click menu show up when I <strong>press and hold</strong> left click, like on my Win 7 partition?</p> <p>Now if you'll ecuse me im just gonna go and get mouse gestures working...</p>
10750
32230
2012-11-09T15:32:54.960
2013-05-20T03:03:07.517
Make long click act like a right click?
[ "mouse", "tablet", "accessibility", "click-policy" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is an option for this in <code>System-&gt;Preferences-&gt;Mouse</code>. Click the 'Accessibility' tab then tick the box under Simulated Secondary Click. You can also vary the duration that you need to hold it down for.</p>\n\n<p><img src=\"https://i.stack.imgur.com/dFL6m.png\" alt=\"Mouse Preferences\"></p>\n\n<p>Once this is set, you should be able to hold down then release the mouse to get the right click menu. You will see the cursor 'fill up' with a colour (by default, orange) to indicate how long you need to hold the mouse down. When the cursor is completely filled, release the mouse and you will get the right click menu.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-02-14T07:33:23.750", "id": "28858", "postId": "26119", "score": "0", "text": "Thanks. But in Win7, if I press and hold then drag, it allows me to drag with the right button down... is this possible in GNOME?", "userDisplayName": null, "userId": "10750" }, { "creationDate": "2011-02-14T16:28:38.003", "id": "28960", "postId": "26119", "score": "1", "text": "I don't know - you should ask a new question for this particular query.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2011-09-14T14:52:48.970", "id": "70339", "postId": "26119", "score": "0", "text": "This stopped working for me when I upgraded to 11.04. It's probably a bug.", "userDisplayName": "user24984", "userId": null }, { "creationDate": "2011-10-10T15:57:02.603", "id": "74833", "postId": "26119", "score": "1", "text": "No, our right click behaviour is a little different from Windows. In Windows, a menu appears after you release the right mouse button, which allows you to do stuff like right click and drag. In Ubuntu, it appears when you press the right mouse button, which allows you to use a menu with a single click.", "userDisplayName": null, "userId": "2992" }, { "creationDate": "2014-02-13T16:10:53.637", "id": "542718", "postId": "26119", "score": "0", "text": "New under accessibility, not under mouse...", "userDisplayName": null, "userId": "1768" }, { "creationDate": "2014-08-30T16:41:15.560", "id": "703428", "postId": "26119", "score": "0", "text": "This solution doesn't work very well, only about half the time, seemingly randomly.", "userDisplayName": null, "userId": "320359" }, { "creationDate": "2022-02-18T07:45:17.977", "id": "2410682", "postId": "26119", "score": "0", "text": "for Ubuntu 20.04.3 LTS: Settings > Universal Access > Pointing & Clicking > Click Assist > Simulate Secondary Click", "userDisplayName": null, "userId": "952908" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T12:32:06.403", "id": "26119", "lastActivityDate": "2011-02-13T12:32:06.403", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "667", "parentId": "26106", "postTypeId": "2", "score": "14" }
[ { "accepted": null, "body": "<p>Go to your mouse preferences and click the accessibility tab. You want \"trigger secondary click by holding down primary button\".</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2...
null
null
null
null
null
26114
1
null
2011-02-13T11:39:45.520
52
26125
<p>Is it possible to change the order of icons shown in the indicator applet? With Tomboy indicator, Weather indicator, Clipboard-manager indicator, Ubuntu One and Dropbox indicators and a Battery Status indicator in addition to the classic Messages indicator and Sound Menu indicator my Indicator Applet becomes a little bit messed up, sorting the icons would help a lot...</p>
10753
235
2012-02-28T18:42:12.197
2015-02-19T21:44:32.263
Is it possible to change the order of icons in the indicator applet?
[ "indicator", "icons", "panel" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2012-10-12T08:30:04.283", "id": "248249", "postId": "26114", "score": "1", "text": "Not an answer, but under kde (kubuntu), I can place or remove just about anything on the desktop and panel, indicators included.", "userDisplayName": null, "userId": "23861" } ]
null
[ { "accepted": null, "body": "<p>The official ubuntu ones (weather, ubu-one, battery, messages, me, sound, shutdown) are hardcoded in place. Sucks. The other ones should take their order using the law of first come first serve, right-left precedence. Judging from this <a href=\"http://brainstorm.ubuntu.com/i...
null
null
null
null
null
26115
1
47398
2011-02-13T12:15:36.993
6
12725
<p>I wanna use <a href="https://launchpad.net/ubuntu/oneiric/+package/i3-wm" rel="noreferrer">I3</a> as WM with a gnome-panel on the bottom. But when i try to start the gnome-panel, I3 crashes. So how is it possible to run both?</p> <p>Another question is: How can i connect to the internet (over wifi and cable) when I3 starts? In standard i get no connection after starting (and waiting some time). Do i need a static configuration or is there a better/other possibility?</p> <p>Best Regards</p>
10755
39372
2012-03-31T05:34:53.603
2013-04-30T06:35:10.133
I3 WM with auto internet connectivity and a gnome panel
[ "networking", "window-manager", "i3-wm" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>In the version of i3 that came with Ubuntu 10.10, there was a bug that caused it to crash when running with Gnome. See <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610143\" rel=\"nofollow\">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610143</a> . However, in the version of i3 that comes with Ubuntu 11.04, the bug is fixed.</p>\n\n<p>The way I got i3 to run as the WM for gnome (i.e. i3 + gnome-panel) was to go run gconf-editor, navigate to /desktop/gnome/session/required_components, and add/edit the key called windowmanager to have the value i3 (it was previously metacity or compiz). Next time you run Gnome (now \"Ubuntu Classic\") from GDM, it will use i3 as the window manager. For some reason, though, it takes like 30 seconds to start up the panel, so be patient.</p>\n\n<p><strong>Update 2012-05-10</strong></p>\n\n<p>When I upgraded to Ubuntu 11.10 and 12.04 I had to use a different solution (which works for both). I created a file called <code>/usr/share/gnome-session/sessions/gnome-i3.session</code> with the followingcontents:</p>\n\n<pre><code>[GNOME Session]\nName=gnome-i3\nRequiredComponents=gnome-panel;gnome-settings-daemon;\nRequiredProviders=windowmanager;\nDefaultProvider-windowmanager=i3\nDefaultProvider-notifications=notify-osd\nIsRunnableHelper=/usr/lib/gnome-session/gnome-session-check-accelerated\nFallbackSession=gnome-fallback\nDesktopName=GNOME\n</code></pre>\n\n<p>Then at the lightdm login screen, I just select gnome-i3 instead of \"Ubuntu 2D\" or whatever else is in the list. I may have had to install gnome classic/fallback as well, but there should be plenty of tutorials online on how to get that installed if it's not there already.</p>\n\n<p>Another thing to note: when I upgraded i3 to 4.2 (I use the <a href=\"http://i3-wm.org/docs/repositories.html\" rel=\"nofollow\">i3 Ubuntu repository</a>), whenever I logged in the gnome-panel wouldn't appear until after I launched my first application.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-07T06:29:46.967", "id": "47398", "lastActivityDate": "2012-05-11T05:52:25.317", "lastEditDate": "2012-05-11T05:52:25.317", "lastEditorDisplayName": null, "lastEditorUserId": "19446", "ownerDisplayName": null, "ownerUserId": "19446", "parentId": "26115", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>In the version of i3 that came with Ubuntu 10.10, there was a bug that caused it to crash when running with Gnome. See <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610143\" rel=\"nofollow\">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610143</a> . However, i...
null
null
null
null
null
26117
1
83935
2011-02-13T12:22:59.303
5
979
<p>I tried to change via dragging from the Backgrounds and Emblems window, but the icon just goes back to that window rather than changing the folder background.However, I can change the task bar by this drag-n-drop. </p> <p>Probably it is something about changing ownership permission? if so how to change that? </p> <p>In /home/mashruf/.gconf/apps/nautilus/preferences/%gconf.xml file it says:, Should I change this file? how?</p> <pre><code>&lt;?xml version="1.0"?&gt; &lt;gconf&gt; &lt;entry name="click_policy" mtime="1297597800" type="string"&gt; &lt;stringvalue&gt;single&lt;/stringvalue&gt; &lt;/entry&gt; &lt;entry name="default_folder_viewer" mtime="1297597336" type="string"&gt; &lt;stringvalue&gt;list_view&lt;/stringvalue&gt; &lt;/entry&gt; &lt;entry name="media_autorun_x_content_open_folder" mtime="1297534321" type="list" ltype="string"&gt; &lt;/entry&gt; &lt;entry name="media_autorun_x_content_ignore" mtime="1297534321" type="list" ltype="string"&gt; &lt;/entry&gt; &lt;entry name="media_autorun_x_content_start_app" mtime="1297534321" type="list" ltype="string"&gt; &lt;li type="string"&gt; &lt;stringvalue&gt;x-content/software&lt;/stringvalue&gt; &lt;/li&gt; &lt;/entry&gt; &lt;entry name="start_with_location_bar" mtime="1297300028" type="bool" value="true"/&gt; &lt;entry name="side_pane_view" mtime="1297269334" type="string"&gt; &lt;stringvalue&gt;NautilusTreeSidebar&lt;/stringvalue&gt; &lt;/entry&gt; &lt;entry name="navigation_window_saved_maximized" mtime="1297600306" type="bool" value="false"/&gt; &lt;entry name="navigation_window_saved_geometry" mtime="1297600306" type="string"&gt; &lt;stringvalue&gt;964x608+59+2&lt;/stringvalue&gt; &lt;/entry&gt; &lt;entry name="sidebar_width" mtime="1297390418" type="int" value="192"/&gt; &lt;/gconf&gt; </code></pre>
10123
10123
2011-02-13T22:43:23.900
2011-11-30T06:18:22.373
Can't change folder background
[ "gui", "themes", "folder" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It sounds like there is a much easier way to achieve what you would like to do.</p>\n\n<ul>\n<li>Open Nautilus</li>\n<li>Right Click on a Folder</li>\n<li>Click on Properties</li>\n<li>Click on the Folder Icon Button (yes it's really a button!)</li>\n<li><p>Browse to the image you would like to replace it with</p>\n\n<p>/usr/share/pixmaps</p></li>\n</ul>\n\n<p>are where most of the standard icons are stored</p>\n\n<ul>\n<li>Select the image you would like to use</li>\n</ul>\n\n<p>(see the images below)</p>\n\n<p><em>On a side note.</em> Never try to edit the gconf files by hand in the XML it's completely unnecessary and very easy to nuke your entire desktop/gnome configuration.\nInstead use the GUI(Graphical User Interface) tool gconf-editor. Ubuntu-Key (Super) then type in gconf and choose the Configuration Editor. It works very similar to the Windows(R)(tm)(c) registry editor (gasp).</p>\n\n<p><em>For your third question</em> on File Permissions you can right-click in Nautilus, Choose Properties and change the permissions under the Permissions tab.\nOr you can change the permissions on the command line using the chmod command\nsee this <a href=\"https://help.ubuntu.com/community/FilePermissions\" rel=\"nofollow noreferrer\">Ubuntu Help</a> document on File Permissions\n<a href=\"https://help.ubuntu.com/community/FilePermissions\" rel=\"nofollow noreferrer\">https://help.ubuntu.com/community/FilePermissions</a></p>\n\n<p><img src=\"https://i.stack.imgur.com/9PqMy.png\" alt=\"choose Properties\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/u2jKF.png\" alt=\"Folder Properties\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/nfurt.png\" alt=\"usr share pixmaps\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/KbEmn.png\" alt=\"icon changed\">\n<img src=\"https://i.stack.imgur.com/2DYsx.png\" alt=\"Ubuntu Logo as Folder Icon\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-11-30T06:09:21.723", "id": "83935", "lastActivityDate": "2011-11-30T06:18:22.373", "lastEditDate": "2011-11-30T06:18:22.373", "lastEditorDisplayName": null, "lastEditorUserId": "184404", "ownerDisplayName": null, "ownerUserId": "184404", "parentId": "26117", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Have a look at $HOME/.gconf/apps/nautilus/preferences</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-13T22:22:46.670", "id": "28770", "postId": "26166", "score": "0", "text": "@newcomer Update your q...
null
null
null
null
null
26120
1
null
2011-02-13T12:49:28.037
1
108
<p>In <code>System -&gt; Preferences -&gt; Startup Applications</code> I have <code>nm-applet --sm-disable</code> Ticked.</p> <p>I don't know why its not showing up after boot.</p>
9394
null
null
2011-02-13T19:06:18.883
My network applet thingy has dissapeared
[ "gnome", "networking" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T14:54:03.147", "id": "28673", "postId": "26120", "score": "0", "text": "possibly related to https://bugs.launchpad.net/bugs/637202", "userDisplayName": null, "userId": "10758" } ]
null
[ { "accepted": null, "body": "<p>Try opening a terminal and type </p>\n\n<pre><code>killall nm-applet\nnm-applet &amp;\n</code></pre>\n\n<p>If that still doesn't work, post the results of doing this into your question.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "...
null
null
null
null
null
26125
1
26127
2011-02-13T13:27:31.453
0
9066
<p><img src="https://i.stack.imgur.com/DddWT.png" alt="enter image description here"></p> <p>I want to know the solution to this and resume my downloading. I am running Ubuntu 10.10.</p>
9969
252
2011-02-14T02:46:10.823
2016-03-31T21:07:37.570
Permission Denied when trying to download a torrent?
[ "filesystem", "permissions", "transmission" ]
4
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T17:08:03.387", "id": "28705", "postId": "26125", "score": "0", "text": "you may use gimp to \"gully\" unwanted text away :)", "userDisplayName": null, "userId": "6341" }, { "creationDate": "2011-02-13T20:22:20.227", "id": "28734", "postId": "...
{ "accepted": true, "body": "<p>In my system: <code>drwxr-xr-x 6 root root 4096 2011-02-13 13:36 media/</code> it is writeable only by root. The system stores here the mounted volumes, like: USB flash drive, Cardreader, mounted HDDs... etc...</p>\n\n<p>If you are looking for a place, where you want to store your personal data, in only your home dir, like: <code>/home/YourName</code> or the siple <code>~</code> refers to it.</p>\n\n<p>Ubuntu makes you some default dirs, like: Music, Video... in your home dir. I suggest you, to place your movies there, to Videos; or you can individualy make a dir in your home folder. This is situated on <strong>GNOME menu > Places > Home folder</strong> (the first)</p>\n\n<p>Illustration(from google):\n<img src=\"https://i.stack.imgur.com/EXD3e.png\" alt=\"home dir ubuntu 10.10\"></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-13T13:46:20.880", "id": "28663", "postId": "26127", "score": "0", "text": "/media is usually a space where other filesystems are mounted, but a directory is created in that, and that directory's ownership is set, etc etc. So it's useless to check the permissions of /media, because especially removable medias are automounted in a directory created in /media with proper permissions.", "userDisplayName": null, "userId": "10579" }, { "creationDate": "2011-02-13T13:50:51.910", "id": "28664", "postId": "26127", "score": "0", "text": "`The system stores here the mounted volumes, like: USB flash drive, Cardreader, mounted HDDs... etc...`\nI wrote that, \"etc\" means the others, what hasn't listed. I checked the permissons only to make my suggestions understood.", "userDisplayName": null, "userId": "6341" }, { "creationDate": "2011-02-13T14:25:29.413", "id": "28668", "postId": "26127", "score": "0", "text": "Roland: I see, and you'right, but I haven't understood why you mentioned the permission of /media itself, it's totally unimportant since it's not a habit to have one filesystem mounted right in /media, but one directory deeper only. Also from the screenshot (what the question has) I have the idea that some media is mounted there which has the name \"The.Green.Hornet....\", that's why I've suggested in my answer to check out what it is.", "userDisplayName": null, "userId": "10579" }, { "creationDate": "2011-02-14T12:22:54.203", "id": "28902", "postId": "26127", "score": "1", "text": "Thanks will change all download locations to a dir in home folder!", "userDisplayName": null, "userId": "9969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T13:40:27.850", "id": "26127", "lastActivityDate": "2011-02-13T13:40:27.850", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6341", "parentId": "26125", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>In my system: <code>drwxr-xr-x 6 root root 4096 2011-02-13 13:36 media/</code> it is writeable only by root. The system stores here the mounted volumes, like: USB flash drive, Cardreader, mounted HDDs... etc...</p>\n\n<p>If you are looking for a place, where you want to st...
null
0
null
null
null
26129
1
26131
2011-02-13T14:04:49.550
23
2897
<p>I'm trying to upload packages to <a href="https://launchpad.net/~lorinh/+archive/ppa/">my PPA</a> for the first time. </p> <p>I want to use the PPA for customized versions of the <a href="https://launchpad.net/nova">OpenStack Compute (nova) project</a>, so I tried to do a test by uploading packages corresponding to the bexar release of this project (lp:nova/bexar), with a new version number and changelog entry. I signed the source packages using my OpenGPG key, which has been uploaded to the ubuntu keyserver:</p> <pre><code>$ dch -v 2011.1-0ubuntu2-isi1 -D lucid "ISI bexar build #1" $ dpkg-buildpackage -s -rfakeroot -tc -D -k4C8A14AB </code></pre> <p>When I tried to upload the files to the repository, it seemed to work (real email obscured):</p> <pre><code>$ dput ppa:lorinh/ppa nova_2011.2~bzr663-1isi1_source.changes Checking signature on .changes gpg: Signature made Fri 11 Feb 2011 03:52:50 PM EST using RSA key ID 4C8A14AB gpg: Good signature from "Lorin Hochstein &lt;lorin@...&gt;" Good signature on /home/lorin/packaging/nova_2011.2~bzr663-1isi1_source.changes. Checking signature on .dsc gpg: Signature made Fri 11 Feb 2011 03:52:44 PM EST using RSA key ID 4C8A14AB gpg: Good signature from "Lorin Hochstein &lt;lorin@...&gt;" Good signature on /home/lorin/packaging/nova_2011.2~bzr663-1isi1.dsc. Uploading to ppa (via ftp to ppa.launchpad.net): Uploading nova_2011.2~bzr663-1isi1.dsc: done. Uploading nova_2011.2~bzr663-1isi1.tar.gz: done. Uploading nova_2011.2~bzr663-1isi1_source.changes: done. </code></pre> <p>However, the packages aren't listed on <a href="https://launchpad.net/~lorinh/+archive/ppa/">my PPA page</a>. If I try to upload again, I get the error:</p> <pre><code>$ dput ppa:lorinh/ppa nova_2011.2~bzr663-1isi1_source.changes Package has already been uploaded to ppa on ppa.launchpad.net Nothing more to do for nova_2011.2~bzr663-1isi1_source.changes </code></pre> <p>Am I supposed to do something next? How do I track down what wrong? As of this writing, it's been a day and a half since I've done the upload.</p> <p>Edit: I tried this again, and I received the email notification. I used a slightly different set of flags for dpkg-buildpackage the second itme:</p> <pre><code>dpkg-buildpackage -S -sa -rfakeroot -tc -D -k4C8A14AB </code></pre>
3983
243321
2022-12-17T00:20:21.737
2023-04-10T10:17:19.117
Upload to PPA succeeded but packages doesn't appear
[ "ppa", "10.04", "launchpad" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Packages take a while to process. You just need to wait. You will receive an email soon saying that your package was accepted (or rejected) then the packages will build, which will take some time. You should see the build progress on the right of your PPA page.</p>\n\n<p>Once the packages have built (or failed to build), you will be emailed again.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-13T14:21:52.400", "id": "28667", "postId": "26131", "score": "2", "text": "It's been a day and a half since I uploaded the package. What's the typical turnaround time for the accept/reject email notice? Ultimately, I would like to be able to upload new packages every time our branch gets updated, like the main nova project does. But, if it takes several days to upload a new package, then hosting the custom packages on Launchpad is probably not the right solution for us.", "userDisplayName": null, "userId": "3983" }, { "creationDate": "2011-02-13T14:32:04.507", "id": "28670", "postId": "26131", "score": "2", "text": "It definitely shouldn't take that long. In my experience it takes 2 hours max.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2011-02-13T16:50:08.303", "id": "28701", "postId": "26131", "score": "0", "text": "Does launchpad have your correct email address? Did your spam filter catch it? If it still doesn't show up on the web page then it must have been rejected and it at least tried to send you email explaining why.", "userDisplayName": null, "userId": "8500" }, { "creationDate": "2011-02-13T19:50:35.940", "id": "28729", "postId": "26131", "score": "0", "text": "It definitely has my correct email address (I receive other emails from LP). My best guess is that I somehow deleted the email or got spam-filtered. Trying again...", "userDisplayName": null, "userId": "3983" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T14:13:08.070", "id": "26131", "lastActivityDate": "2011-02-13T14:13:08.070", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "667", "parentId": "26129", "postTypeId": "2", "score": "15" }
[ { "accepted": true, "body": "<p>Packages take a while to process. You just need to wait. You will receive an email soon saying that your package was accepted (or rejected) then the packages will build, which will take some time. You should see the build progress on the right of your PPA page.</p>\n\n<p>Once...
null
null
null
null
null
26130
1
null
2011-02-13T14:10:50.250
12
25026
<p>How can I set up Ubuntu to share my printer so that I can use it with Airprint ? Airprint is a system set-up by Apple on iOS devices (iPhone, iPad, iPod Touch)</p>
5159
235
2011-03-18T21:52:58.730
2015-11-24T02:23:16.560
How can share my printer so that I can use it with Airprint?
[ "apple", "ipod", "iphone", "ipad" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<ol>\n<li>First download this Python file and make it executable:\n<a href=\"https://github.com/tjfontaine/airprint-generate/raw/master/airprint-generate.py\" rel=\"nofollow\">https://github.com/tjfontaine/airprint-generate/raw/master/airprint-generate.py</a> : Go to the downloa...
null
null
null
null
null
26134
1
null
2011-02-13T14:42:37.133
2
9279
<p>I was using Lenovo T410 with Windows. Last week I wiped off Windows and installed Ubuntu 10.10 as my primary OS. Now, I am not sure how to install/enable the default camera in ubuntu. I searched lenovo site for ubuntu drivers but they are all for Windows only.</p>
6240
3550
2011-02-16T18:14:26.890
2015-06-26T21:42:27.193
Enable default camera in Lenovo T410
[ "video", "webcam" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-16T18:15:58.120", "id": "29343", "postId": "26134", "score": "0", "text": "please provide the follow information execute in terminal `lsusb` and `lspci` and update your post with this information and will see what happen.", "userDisplayName": null, "userId": "3...
null
[ { "accepted": null, "body": "<p>If the camera is enabled in the BIOS, then it should just work (you can test it by installing and running the webcam program <code>cheese</code>).</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-14T03:57:12.613", "id": "2882...
null
null
null
null
null
26135
1
26144
2011-02-13T14:51:11.693
7
7215
<p>What would be the best place to save jar files of libraries I want to use in a project, that are not in any repositories, and how should I set permissions?</p> <p>Should I put them in /usr/share/java, or is it better to store them somewhere in my home folder?</p> <p>What would be the most usefull access rights? Does it make sense to follow the convention in /usr/share/java of making a symlink with the package name to the specific version of the jar, and follow the permissions as used there?</p>
10758
3037
2011-02-13T15:11:49.043
2011-02-16T01:15:46.883
Where should I store 3rd party jar (Java archive) files?
[ "permissions", "java", "downloads", "paths" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If all the users in your system don't need access the files, you can put them in your home folder or even better in bin folder (create one if not already done) under your home folder. That way you have a personal bin directory which can be accessed from terminal without specifying the file extension or the program to open the file.</p>\n\n<p>For example,</p>\n\n<pre><code>my-app\n</code></pre>\n\n<p>would make the terminal to run my-app.any_possible_extension with proper program (Sun's Java or Openjdk in this case). If you create the bin folder, you need to log out and log back in order for the system to recognise the new bin folder. Also, files in the personal bin folder must have been set as executable, otherwise terminal will ignore the file.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-16T01:14:49.147", "id": "29215", "postId": "26144", "score": "0", "text": "Just to add that the file my_app.extension needs probably to tell terminal what program to use, for example sh files have the `#bin/bash` line. I don't have experience in java programming, so I can't tell if java files needs such instructions for terminal.", "userDisplayName": null, "userId": "8973" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T15:41:21.377", "id": "26144", "lastActivityDate": "2011-02-16T01:15:46.883", "lastEditDate": "2011-02-16T01:15:46.883", "lastEditorDisplayName": null, "lastEditorUserId": "8973", "ownerDisplayName": null, "ownerUserId": "8973", "parentId": "26135", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>definately better to keep 'local' changes out of a distribution area. When you need to upgrade later, you changes won't be removed or the upgrade won't fail because of an errant file. You just need to change the CLASSPATH environment variable to include the jar files in you...
null
null
null
null
null
26139
1
26140
2011-02-13T15:21:14.210
0
478
<p>I just installed 10.10 on my girlfriends Toshiba Satellite a300 and for about two days it has been working just fine for two days but today it started acting pretty wonky.</p> <p>Several times over the machine just dies as if it didn't have a battery and someone yanked out the power supply. After such a crash I'll have to wait a while before powering it up again or it will die before it even reaches the startup screen.</p> <p>It sort of seems like it's reacting to something I do. I kept it on for several hours while we were out of the house and it was still fine when I came back. I haven't been doing anything I can imagine is especially CPU-intensive when the crashes occur, but I have been trying to set up her iPod with Rythmbox and / or Banshee.</p> <p>If anyone can point me in the right direction I'd be very grateful. </p>
10761
5768
2012-07-09T13:57:29.780
2012-07-09T13:57:29.780
Toshiba Satellite a300 with Maverick keeps crashing
[ "10.10" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>does it give the same behaviour when you boot it from - a live CD? - a live CD with another distribution? -if you installed it as a dual boot enviornment, booted in Windows? It sounds very much to me as a harware problem. The heavy CPU issues makes me think it might be an overheating-related issue? Possibly fan controllers not working properly? The <code>sensors</code> command might give some indication of problems here.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-14T09:17:09.053", "id": "28870", "postId": "26140", "score": "0", "text": "Since posting here I haven't been able to reproduce the problem. I'm crossing my fingers that it'll stay that way. Thanks a lot for your input.", "userDisplayName": null, "userId": "10761" }, { "creationDate": "2011-03-14T17:29:56.580", "id": "33985", "postId": "26140", "score": "0", "text": "Seems this was indeed a hardware issue.", "userDisplayName": null, "userId": "10761" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T15:28:52.090", "id": "26140", "lastActivityDate": "2011-02-13T15:28:52.090", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10758", "parentId": "26139", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>does it give the same behaviour when you boot it from - a live CD? - a live CD with another distribution? -if you installed it as a dual boot enviornment, booted in Windows? It sounds very much to me as a harware problem. The heavy CPU issues makes me think it might be an ove...
null
null
null
null
null
26141
1
26149
2011-02-13T15:37:04.910
26
37037
<p>Is there a way to find out if a filesystem check is scheduled for the next boot?</p> <p>Maybe it's similar to a forced check, which gets triggered by the existence of the file <code>/forcefsck</code>?</p>
3037
null
null
2017-09-28T14:59:13.043
How do I find out if there will be a fsck during the next boot?
[ "fsck" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2011-09-23T17:01:51.650", "id": "71999", "postId": "26141", "score": "2", "text": "Besides command-line tools like dumpe2fs and tune2fs, are there any GUI tools for finding this out? It would seem like a good feature for Gnome Disk Utility (palimpsest) but I don't see it ther...
{ "accepted": true, "body": "<p>It depends on your filesystem, in addition to /forcefsck .</p>\n\n<p>With ext2, ext3 and ext4 you can use </p>\n\n<pre><code>dumpe2fs -h /dev/diskname \n</code></pre>\n\n<p>Where diskname is for example sda1. You can determine name of your disk partition by running command</p>\n\n<pre><code>mount\n</code></pre>\n\n<p>Example output (only partly):</p>\n\n<pre><code>/dev/xvda1 on / type ext3 (rw,noatime,usrquota,errors=remount-ro)\n</code></pre>\n\n<p>Where xvda1 is name of root disk partition.</p>\n\n<p>For dumpe2fs three interesting items are</p>\n\n<pre><code>Mount count: 9\nMaximum mount count: 36\nNext check after: Mon Feb 14 09:31:33 2011\n</code></pre>\n\n<p>Ubuntu will run fsck if mount count is equal or greater than maximum mount count, or if \"next check after\" is passed.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-13T16:13:44.203", "id": "26149", "lastActivityDate": "2012-03-16T18:15:44.247", "lastEditDate": "2012-03-16T18:15:44.247", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "10581", "parentId": "26141", "postTypeId": "2", "score": "30" }
[ { "accepted": null, "body": "<p>There's a utility called <a href=\"http://packages.ubuntu.com/maverick/showfsck\">showfsck</a> that will tell you how many mounts are left until the next scheduled <code>fsck</code>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-1...
null
null
null
null
null
26142
1
null
2011-02-13T15:39:03.950
0
5693
<p>I am trying to use OpenShot for movie making. My ideal situation is to encode for the web HD, 30 Frames Per Second, to YouTube. This works out great as OpenShot has a setting for this. The problem is when i go to use it I get:</p> <p>"The following formats/codecs are missing from your system:</p> <p>libx264 libmp3lame</p> <p>You will not be able to use the selected export profile. You will need to install the missing formats/codecs or choose a different export profile."</p> <p>I have tried using Synaptic Package Manager and I think I am installing the right "plugins/codecs" yet to no avail or success. I used the instructions found here to remedy:</p> <p><a href="https://answers.launchpad.net/openshot/+faq/1040" rel="nofollow">https://answers.launchpad.net/openshot/+faq/1040</a></p> <p>I know this impacts OTHER video editing software (in other words it is not specific just to OpenShot). They give the same type of error message when i try to use their presets as well.</p> <p>So in a word "Help!"... Any info is much appreciated!!!</p> <p>PS - If you know of a BETTER way to do this (another software) that is appreciated too!<br> :-D</p>
null
3550
2011-02-13T16:27:53.373
2014-07-17T16:49:56.673
Trouble Installing Codecs libx264 AND libmp3lame
[ "codecs", "youtube", "openshot" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p><a href=\"http://medibuntu.org/\" rel=\"nofollow\">Medibuntu</a> (Multimedia, Entertainment &amp; Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons (copyright, license, patent, etc).</p>\n\n<p>Some of th...
null
null
null
null
user10762
26147
1
26151
2011-02-13T16:09:59.643
0
1326
<p>I would like to understand <code>format of extended partition (EBR)</code> meaning exact bit positions and locations of data blocks describing meta info about the following and (probably) the next partition. </p> <p>Does anybody know the document that describes the format?</p>
10552
10552
2011-02-13T16:29:28.837
2011-02-13T16:29:28.837
Format of extended partition?
[ "partitioning", "gparted" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The description of an extended partition is contained in the first block. It consists of a standard partition table. The first entry describes the partition. The second entry if any describes the location of the next extended partition. </p>\n\n<p><a href=\"http://en.wikipedia.org/wiki/Master_boot_record\" rel=\"nofollow\">Wikipedia has a good description of the MBR</a> which contains the layout of the partition table.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-13T16:34:29.317", "id": "28693", "postId": "26151", "score": "1", "text": "To clarify that a bit, an extended partition looks like a whole disk with its own partition table and contains at most two partitions: a logical partition, and another extended partition nested inside it, which in turn may have another extended partition nested inside it, etc.", "userDisplayName": null, "userId": "8500" }, { "creationDate": "2011-02-13T16:44:12.350", "id": "28697", "postId": "26151", "score": "0", "text": "Thats what I have seen. Just no code in the MBR. Maximized partitions will start the data in the second sector. Otherwise the partitions starts on the second track. This is a hangover from the old Cylinder, Track, Sector addressing scheme.", "userDisplayName": null, "userId": "2176" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T16:15:55.140", "id": "26151", "lastActivityDate": "2011-02-13T16:15:55.140", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2176", "parentId": "26147", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>The description of an extended partition is contained in the first block. It consists of a standard partition table. The first entry describes the partition. The second entry if any describes the location of the next extended partition. </p>\n\n<p><a href=\"http://en.wiki...
null
null
null
null
null
26150
1
null
2011-02-13T16:13:50.287
10
19769
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/28086/keyboard-shortcuts-in-unity">Keyboard shortcuts in Unity?</a> </p> </blockquote> <p>Is there a shortcut key for accessing the menu bar of an application? (Not Ubuntu's menu.) I tried <kbd>Alt</kbd> and <kbd>F10</kbd>, but no luck. I don't want to access a specific menu, just the menu bar so I could use the arrows to go between the menus.</p> <p>I'm using 11.04 Alpha-2.</p>
7538
-1
2017-04-13T12:23:59.520
2011-02-15T15:58:44.810
Is there a shortcut key for accessing the menu bar?
[ "unity", "11.04", "keyboard", "menu" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T22:36:18.493", "id": "31133", "postId": "26150", "score": "0", "text": "I started a page documenting them all now that we have an idea how they're shaping up.", "userDisplayName": null, "userId": "235" } ]
null
[ { "accepted": null, "body": "<p>Do you mean Ubuntu menu? It is <code>Alt</code> + <code>F1</code>.</p>\n\n<p>For window menu, use <code>Alt</code> + <code>Space</code>. For e.g. File menu, just hold down <code>Alt</code> and see what letter is underlined. Example: <code>Alt</code> + <code>F</code></p>\n\n<p...
null
null
2011-03-22T11:05:48.407
null
null
26154
1
null
2011-02-13T16:19:29.517
4
6125
<p>I have configured my Ubuntu VirtualBox install to have a base memory setting of 512MB. When running this install, its fairly sluggish in a way that feels like its thrashing memory. In other words, it will be fine for a little while and then suddenly run like a pig for a minute or two. This happens when running a couple of terminals, Eclipse w/ a PyDev Django project, and Firefox, or really any combination of a few applications. </p> <p>When I look in Windows task manager, the VirtualBox.exe that corresponds to this Ubuntu machine is hovering at about 100MB-120MB.</p> <p>When I look at System Monitor within Ubuntu, I see that it says for Memory "329.3 Mib (66.3%) of 496.6 MiB" and for Swap "138.6 MiB (38.0%) of 365.0 MiB".</p> <p>So my first question is, which of these numbers do I believe? (And why the difference?)</p> <p>My second question is, how can I convince Ubuntu to use the memory I've given it, assuming it will improve performance.</p>
10765
235
2011-06-23T19:52:19.677
2013-04-07T17:17:41.413
Which is correct for VirtualBox memory usage: Windows Task Manager or System Monitor?
[ "virtualbox", "memory" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-02-13T16:22:38.607", "id": "28690", "postId": "26154", "score": "1", "text": "Further info about my specific setup: Windows XP with SP3, 2.5GB memory total, dual 2GHz CPUs; Ubuntu 10.10; VirtualBox 4.0.2.", "userDisplayName": null, "userId": "10765" }, { "...
null
[ { "accepted": null, "body": "<p>VirtualBox.exe shows only ~100MB because it's either swapping to disk in windows (nasty and bad) or because it's forked the service off to some other process that you can't find.</p>\n\n<p>The correct tool to see Ubuntu's memory usage is the System Monitor. In your case, it s...
null
null
null
null
null
26160
1
26162
2011-02-13T17:46:02.123
5
3779
<p>My job wants me to install the following utilities on our Ubuntu server:</p> <ul> <li><code>lp</code></li> <li><code>lpstat</code></li> <li><code>cancel</code></li> <li><code>mail</code></li> </ul> <p>I have no idea how to do it.</p> <p>Thank you very much in advance for your time.</p>
10053
618353
2021-05-30T09:11:39.500
2021-05-30T09:11:39.500
How do I install these printing and mail related utilities?
[ "server", "software-installation", "software-recommendation", "mail" ]
2
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>In order to use <code>lp</code>, <code>lpstat</code> and <code>cancel</code>, you need to install and configure a printer.</p>\n\n<p>In the process of installing the printer, you're going to install <code>cups-client</code>, which contains these utilities.</p>\n\n<p>The <code>mail</code> program is in <code>mailutils</code></p>\n\n<p>To install both of these, type</p>\n\n<pre><code>sudo apt-get install cups-client\nsudo apt-get install mailutils\n</code></pre>\n\n<p>Afterwards, you may want to</p>\n\n<ul>\n<li><p><a href=\"https://help.ubuntu.com/10.04/serverguide/C/cups.html\" rel=\"nofollow noreferrer\">set up a Print server</a></p></li>\n<li><p><a href=\"https://askubuntu.com/questions/12917/how-to-send-mail-from-the-command-line\">set up a Mail server</a></p></li>\n</ul>\n", "commentCount": "1", "comments": [ { "creationDate": "2021-05-30T12:18:57.130", "id": "2291791", "postId": "26162", "score": "0", "text": "It is important to note that `mail` itself won't work without a mail server.", "userDisplayName": null, "userId": "1089525" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T17:57:18.840", "id": "26162", "lastActivityDate": "2011-02-13T17:57:18.840", "lastEditDate": "2017-04-13T12:24:49.530", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "26160", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Install the <code>cups-client</code> and <code>mailutils</code> packages.</p>\n<p>You can do this from GUI (System → <em>Administration</em> → <em>Synaptic Package Manager</em>) or using the command line (terminal) with this command:</p>\n<pre><code>sudo apt-get install cups-...
null
null
null
null
null
26163
1
null
2011-02-13T18:02:42.027
5
246
<p>I would like to have a better selection of free software in the Software Centre and have newer versions of the packages. How can I achieve this?</p>
null
667
2011-02-13T18:07:06.013
2012-03-28T22:08:51.847
How to have up to date software and more open source software in the Software Centre?
[ "package-management", "software-center", "software-sources" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You can search in Personal Package Archives (PPA) the package you want to have up to date.</p>\n\n<p><a href=\"https://edge.launchpad.net/ubuntu/+ppas\" rel=\"nofollow noreferrer\">Personal Package Archives for Ubuntu</a></p>\n\n<p>just enter the program to search and it will...
null
null
null
null
user10769
26169
1
26171
2011-02-13T18:48:50.517
2
6815
<p>well, just typing ffmpeg on command line gives me lots of spam. I'm perfectly comfortable with that till it does not break my files, but... Is there any way to troubleshoot/fix that?</p> <pre><code>$ ffmpeg FFmpeg version 0.6-4:0.6-2ubuntu6, Copyright (c) 2000-2010 the FFmpeg developers built on Oct 5 2010 22:35:47 with gcc 4.4.5 configuration: --extra-version=4:0.6-2ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-x11grab --enable-libdc1394 --enable-shared --disable-static WARNING: library configuration mismatch libavutil configuration: --extra-version=4:0.6-2ubuntu3+medibuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable-libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-libmp3lame --enable-libfaac --enable-nonfree --enable-gpl --enable-postproc --enable-x11grab --enable-libfaad --enable-libxvid --enable-libx264 --enable-librtmp --enable-libopencore-amrnb --enable-version3 --enable-libopencore-amrwb --enable-version3 --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay libavcodec configuration: --extra-version=4:0.6-2ubuntu3+medibuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable-libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-libmp3lame --enable-libfaac --enable-nonfree --enable-gpl --enable-postproc --enable-x11grab --enable-libfaad --enable-libxvid --enable-libx264 --enable-librtmp --enable-libopencore-amrnb --enable-version3 --enable-libopencore-amrwb --enable-version3 --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay libavformat configuration: --extra-version=4:0.6-2ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-x11grab --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay libavdevice configuration: --extra-version=4:0.6-2ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-x11grab --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay libavfilter configuration: --extra-version=4:0.6-2ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-x11grab --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay libswscale configuration: --extra-version=4:0.6-2ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-x11grab --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay libpostproc configuration: --extra-version=4:0.6-2ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-x11grab --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay libavutil 50.15. 1 / 50.15. 1 libavcodec 52.72. 2 / 52.72. 2 libavformat 52.64. 2 / 52.64. 2 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 1.19. 0 / 1.19. 0 libswscale 0.11. 0 / 0.11. 0 libpostproc 51. 2. 0 / 51. 2. 0 $ uname -a Linux arcano 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 GNU/Linux </code></pre>
9345
235
2011-02-13T23:41:57.663
2011-02-13T23:41:57.663
WARNING: library configuration mismatch when running ffmpeg
[ "10.10", "command-line", "codecs", "ffmpeg" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It's a warning, not an error.</p>\n\n<p>Some of your <code>ffmpeg</code> packages (the medibuntu ones) are older than the updated ones from <code>maverick-updates</code>. This <em>can</em> cause problems as ABIs change.</p>\n\n<p>Three options for avoiding a mismatch:</p>\n\n<ol>\n<li>Purge out the Medibuntu packages and go back to pure Ubuntu packages (you might lose some codec options).</li>\n<li>Set the version of the now updated packages back to the approximate medibuntu version and lock them so they're not updated again.</li>\n<li>Or compile it yourself. Not as easy as other things.</li>\n</ol>\n\n<p>Option 2 is probably the easiest with the best results.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T19:07:38.337", "id": "26171", "lastActivityDate": "2011-02-13T19:07:38.337", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "26169", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>It's a warning, not an error.</p>\n\n<p>Some of your <code>ffmpeg</code> packages (the medibuntu ones) are older than the updated ones from <code>maverick-updates</code>. This <em>can</em> cause problems as ABIs change.</p>\n\n<p>Three options for avoiding a mismatch:</p>\n\n...
null
null
null
null
null
26172
1
26196
2011-02-13T19:17:28.677
4
1712
<p>I have <em>yet another</em> question about <em>"where is my Linux memory"</em></p> <p>Question goes: <strong>can I use cache for application data?</strong></p> <p>On my laptop I have 1GB ram. Situation after some time of work: browser takes 400MB and all other apps caa 300MB (quickly summed in system monitor). System monitor says I use 90% of RAM and I have already 200MB on swap. Laptop is getting slower when I start new things (e.g. open new tab in browser or open new Nautilus window). <em>probably putting memory on swap</em></p> <p>So there should be 1200MB (ram+swap) used but all app I see uses only 600MB. Where are other 600MB? Out of this 600MB there is 400MB real RAM.</p> <p><em>I am not copying or any other massive IO activity.</em></p> <p>I read about Linux smartly uses all ram it has using buffers and cache. So, kernel (cache) uses 300MB. What if I don't want to have disk mirrored and I want to use memory for application data (e.g. new browser tab)? I don't need 200MB of mirrored disk data, because I <em>(for example)</em> won't use open the same photos on data partition I just seen.</p> <p><strong>So can I use <em>all</em> my RAM for application data?</strong> (including browser, desktop, xorg, other services). <strong>How?</strong></p>
1982
235
2011-02-13T19:47:24.053
2011-02-13T21:07:52.007
Can I use all my RAM for application data?
[ "cache", "system-monitor", "ram", "memory-usage" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T19:37:00.670", "id": "28725", "postId": "26172", "score": "0", "text": "Could you please provide the output of the command `free` from the Terminal (when the situation you describe happens)? A few numbers are usually better than thousand words.", "userDisplayNam...
{ "accepted": true, "body": "<p>Applications use ram on their own; you don't have to DO anything. Whatever ram ISN'T in use by applications is used to cache recently accessed files to speed things up if they are needed again, thus between the two, ram usage is usually close to 100%. As applications request more ram, the cache gives it up.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-14T08:35:18.627", "id": "28863", "postId": "26196", "score": "0", "text": "This is usually true and I don't have problem when it is... but when I suppose to have like 25% more of free RAM and computer starts to freeze (e.g. start using swap).", "userDisplayName": null, "userId": "1982" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T21:07:52.007", "id": "26196", "lastActivityDate": "2011-02-13T21:07:52.007", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "26172", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Try setting the swapiness to 100, it should improve performance in your machine and avoid freezes by making a more intensive usage of the swap, keeping only what is active on memory.</p>\n\n<p>See here how to do :\n<a href=\"https://help.ubuntu.com/community/SwapFaq#What%20is...
null
null
null
null
null
26176
1
null
2011-02-13T19:42:49.533
9
27925
<p>I would like to turn off mouse acceleration to begin training my hand for better accuracy and precision in my mouse movements. How can I do this in Ubuntu 10.10?</p>
463
169736
2013-10-01T15:58:05.197
2016-05-18T19:52:14.280
How do I turn off mouse acceleration?
[ "mouse", "input-devices" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2016-08-20T16:12:04.130
null
null
26177
1
null
2011-02-13T19:43:42.087
4
179
<p>I am using netbeans in ubuntu 10.04. After Updation of Netbeans from version 6.8 to version 6.9, Netbeans refuses to close. When I exit Netbeans, it immediately restarts again. </p> <p>It will constantly do it until I reboot the machine. How can I solve this issue?</p>
1448
47672
2012-02-23T09:19:50.760
2012-02-23T09:19:50.760
Netbeans 6.8 refuses to close
[ "10.04", "netbeans" ]
0
3
CC BY-SA 3.0
[ { "creationDate": "2012-02-21T22:06:15.723", "id": "123777", "postId": "26177", "score": "0", "text": "Hello, this question has no information and activity for a very long time. I am closing it for now. If by any reason you think this question is still viable or useful in anyway or that there is...
null
[]
null
null
2012-02-21T22:06:21.527
null
null
26179
1
26221
2011-02-13T19:59:23.773
14
17851
<p>I know that some define permissions on the file system (such as www-data). But I don't understand why <a href="https://askubuntu.com/questions/22993/why-do-i-have-low-fps-unless-root">this question was answered successfully</a> by adding a user to the "Video" group.</p> <p>So the question is mainly what do all the pre-built groups do in Ubuntu? More reasonably, since there are so many, what "special" groups exist and how or when should they be used?</p> <p><img src="https://i.stack.imgur.com/y5xMN.jpg" alt="enter image description here"></p>
861
-1
2017-04-13T12:24:55.353
2016-01-25T15:59:29.443
What do the groups do in "Users and Groups"?
[ "permissions", "user-management" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Some groups allow access to files or directories, for example: the <code>www-data</code> allow the access to web files or the <code>adm</code> group to read files in <code>/var/log</code>. This is the trivial use.</p>\n\n<p>But some groups allow access to certain devices. For example the <code>dialout</code> group allows access to the serial ports via files in <code>/dev</code>:</p>\n\n<pre><code>$ find /dev -group dialout -exec ls -ld {} \\;\ncrw-rw---- 1 root dialout 4, 64 Jan 19 12:51 /dev/ttyS0\ncrw-rw---- 1 root dialout 4, 67 Jan 19 12:51 /dev/ttyS3\ncrw-rw---- 1 root dialout 4, 66 Jan 19 12:51 /dev/ttyS2\ncrw-rw---- 1 root dialout 4, 65 Jan 19 12:51 /dev/ttyS1\n</code></pre>\n\n<p>So if you are member of the <code>dialout</code> group you can use the serial ports by reading and writing to the device file: <code>echo \"Hello world\" &gt; /dev/ttyS0</code>. The <code>video</code> group allows access to the video hardware.</p>\n\n<p>For description of each groups, read the file: <code>/usr/share/doc/base-passwd/users-and-groups.html</code></p>\n\n<p><strong>EDIT about first comment:</strong></p>\n\n<p>In fact, usually you don't have to be in those groups to \"access\" the hardware resources, from a user point of view. The common practice is to have a daemon/server managing it, being member of the most restrictive group, then allowing you access to the daemon/server.</p>\n\n<p>For your case, being member of the <code>video</code> group allows direct access to the graphic hardware, not through the X server. Usually on desktop/laptop computer it is nice to have direct access to the graphic hardware (<code>glxinfo | grep \"direct rendering\"</code>).</p>\n\n<p>Side note, if you have direct rendering but you are not member of the <code>video</code> group (<code>id | grep --color video</code>), you were allowed hardware access by an acl of the <code>/dev</code> file (<code>find /dev/ -group video -exec getfacl {} \\; | grep $USERNAME</code>).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-14T09:08:50.607", "id": "28867", "postId": "26221", "score": "0", "text": "Great answer, thanks. But just follow up - I'm not a member of any groups in my system, but I can still use all the hardware (such as video). I'm confused as to why they exist if I can still work without them.", "userDisplayName": null, "userId": "861" }, { "creationDate": "2011-02-20T09:00:31.150", "id": "29992", "postId": "26221", "score": "0", "text": "You'll need to `sudo apt-get install acl` to run that second command (getfacl). Thanks for the clarification.", "userDisplayName": null, "userId": "861" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-13T23:48:21.790", "id": "26221", "lastActivityDate": "2016-01-25T15:59:29.443", "lastEditDate": "2016-01-25T15:59:29.443", "lastEditorDisplayName": null, "lastEditorUserId": "199210", "ownerDisplayName": null, "ownerUserId": "6475", "parentId": "26179", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>Some groups allow access to files or directories, for example: the <code>www-data</code> allow the access to web files or the <code>adm</code> group to read files in <code>/var/log</code>. This is the trivial use.</p>\n\n<p>But some groups allow access to certain devices. For...
null
null
null
null
null
26182
1
26262
2011-02-13T20:06:29.727
17
662
<p>I notice that many of the user privileges in "Users and Groups" are not ticked on my user, but I still have access to the items they specify. For example, I'm constantly using VirtualBox for virtualisation, I can connect to wireless and wired networks and I can plug in and use any audio device.</p> <p>When are these privileges honoured? How useful are they?</p> <p><img src="https://i.stack.imgur.com/cnvlS.jpg" alt="User Privileges"></p>
861
8851
2011-02-13T22:25:25.653
2011-02-14T07:58:12.970
When are "User Privileges" relevant?
[ "permissions" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T21:03:07.830", "id": "28751", "postId": "26182", "score": "0", "text": "Nice question(s):) Never understood [bug 433654](https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/433654) when you are not allowed to be in audio group if all users need sound. Still, t...
{ "accepted": true, "body": "<p>There is no one answer to this question, as each permission has it's own effects. Most of that \"privileges\" means that you are a member of some group. This will usually let you access to files owner by that group. Remember that in most unix-like systems everything is a file.</p>\n\n<p>Now, one answer:</p>\n\n<p>\"Use VirtualBox virtualization solution\" likely means that you are member of the vboxusers group. You will need to be member of this group to be able to use usb devices on VirtualBox. If you are not member of this groups, all the devices on the USB menu on VirtualBox should be greyed.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-14T09:12:05.877", "id": "28869", "postId": "26262", "score": "0", "text": "I only use my XP virtual box to program my Harmony remote, so I've definitely used USB on that without being a member of the group. Or rather, I might be a member of the group, but as you can see above, the privilege certainly isn't ticked.", "userDisplayName": null, "userId": "861" }, { "creationDate": "2011-02-14T09:36:40.167", "id": "28872", "postId": "26262", "score": "1", "text": "I have make some checks in my computer and it works that way here. Unticking that box gets me out of vboxuser group. Being out of vboxusers disables usb in Virtual Box. Adding myself to vboxuser group enables usb again and ticks that box. Note that you have to log-out, log-in for group changes to take effect.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2011-02-20T08:44:10.453", "id": "29988", "postId": "26262", "score": "0", "text": "Sounds like this is simply a poor GUI then with poor synchronisation. I'm currently a member of Vboxusers, but no tick. If I ticked this, nothing would happen. If I then unticked it, it would remove me and be 'in sync'. Thanks.", "userDisplayName": null, "userId": "861" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T07:58:12.970", "id": "26262", "lastActivityDate": "2011-02-14T07:58:12.970", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "211", "parentId": "26182", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>You might have been asked pass whenever you try one of these through ask pass which means you are using sudo command to perform that action as a different user</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-13T20:36:55.440", ...
null
null
null
null
null
26185
1
null
2011-02-13T20:27:33.473
5
3066
<p>I need a cross platform screen sharing solution for a presentation. Users might have Windows, Mac or Linux... I've successfully hosted before with Yugma, but after upgrading to 10.10 I can't get it to work on my main box. I would potentially use TeamViewer, but the "Presentation" mode doesn't work with Ubuntu as the host. Anyone have other suggestions?</p>
2692
25863
2012-11-21T22:06:53.633
2012-11-21T22:06:53.633
Share Screen with Multiple Viewers?
[ "remote-desktop" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T20:40:11.913", "id": "28743", "postId": "26185", "score": "0", "text": "How many clients are we talking about? My answer here (http://askubuntu.com/questions/10232/currently-vnc-doesnt-work-with-compiz-will-you-fix-this-before-unity-is-releas/18176#18176) outlines ...
null
[ { "accepted": null, "body": "<p>You can use VNC, for example <a href=\"http://www.tightvnc.com/\" rel=\"nofollow\">tightvnc</a> offers exactly that, with view only (and remote access with separate password) mode.</p>\n\n<p>Unfortunately, with tightvnc you can't share your current desktop. You can use x11vnc...
null
null
null
null
null
26186
1
26193
2011-02-13T20:29:39.130
0
1188
<p>I would like to install a package but don't find it in Synaptic Package Manager.</p> <p>I was wondering how to find out the repository of the package and add it to Synaptic package manager so that I can find it and install it from there?</p> <p>For example, this is the case when I am now looking for "djvused" under 10.10 Synaptic Package Manager</p> <p>Thanks and regards!</p>
1471
null
null
2011-02-13T20:51:44.443
How to install a package not found in Synaptic Package Manager
[ "10.10", "repository", "package-management" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>djvused</code> is included with the <a href=\"http://packages.ubuntu.com/maverick/djvulibre-bin\" rel=\"nofollow\">djvulibre-bin</a> package. If you cannot find the program by it's package name, try the \"package contents\" option in the search box on the right side at <a href=\"http://packages.ubuntu.com/\" rel=\"nofollow\">packages.ubuntu.com</a>. <a href=\"http://packages.ubuntu.com/search?searchon=contents&amp;keywords=djvused\" rel=\"nofollow\">Search for \"djvused\" in package contents</a>.</p>\n\n<p>If a program is relatively new, and no package exist in the Ubuntu repositories, you could try to find one using <a href=\"https://launchpad.net/ubuntu/+ppas\" rel=\"nofollow\">PPAs</a> (=Personal Package Archives).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T20:46:51.547", "id": "26193", "lastActivityDate": "2011-02-13T20:46:51.547", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "26186", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p><code>djvused</code> is included with the <a href=\"http://packages.ubuntu.com/maverick/djvulibre-bin\" rel=\"nofollow\">djvulibre-bin</a> package. If you cannot find the program by it's package name, try the \"package contents\" option in the search box on the right side at ...
null
null
null
null
null
26190
1
null
2011-02-13T20:35:36.133
1
107
<pre><code>sudo apt-get install clamcour Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho E: No se ha podido localizar el paquete clamcour ricardo@laboratorio:~$ </code></pre> <p>It says <em>Can not localize the package clamcour</em>, I updated the OS, and also uncommented the repositories on sources.list. What can I do to install clamcour on this server? Thanks in advance.</p>
10778
235
2011-02-13T20:47:44.760
2011-02-13T21:06:43.413
Why can't I install clamcour?
[ "10.10", "server", "clamav" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-14T07:24:23.830", "id": "28856", "postId": "26190", "score": "0", "text": "Looks like this should be \"Can not *locate* the package\" instead of \"localize\" .", "userDisplayName": null, "userId": "8844" }, { "creationDate": "2011-02-14T07:24:58.900", ...
null
[ { "accepted": null, "body": "<p>That's beacause it's not in the repositories, you need to build it from source.</p>\n\n<p><a href=\"http://sourceforge.net/projects/clamcour/\" rel=\"nofollow\">Download it first</a></p>\n\n<p>and then: </p>\n\n<p><a href=\"http://www.becrux.com/index.php?page=projects&amp;na...
null
null
null
null
null
26197
1
26208
2011-02-13T21:11:06.370
3
3460
<p>I am trying to install a build of Chromium OS on my PC. I do not have any spare disks or flash drives. I want to find a way from installing the .iso from Ubuntu Live CD. How would I go about doing this? My friend suggested mounting the .iso, but I don't know what he's talking about.</p>
10781
null
null
2011-02-14T02:43:24.040
Installing an operating system from an .iso file
[ "mount", "installation" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T21:13:06.430", "id": "28753", "postId": "26197", "score": "3", "text": "why don't you just burn the iso? and boot from it", "userDisplayName": null, "userId": "4203" } ]
{ "accepted": true, "body": "<p>Unetbootin will set up grub2 to boot an iso directly from your hard disk.</p>\n\n<p><a href=\"http://www.webupd8.org/2011/02/how-to-boot-iso-with-grub2-easy-way.html\" rel=\"nofollow\">http://www.webupd8.org/2011/02/how-to-boot-iso-with-grub2-easy-way.html</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T22:15:11.073", "id": "26208", "lastActivityDate": "2011-02-13T22:15:11.073", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10786", "parentId": "26197", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>potentially you could use QEMU to attach your real harddisk inside a virtual instance booted off that .iso you are willing to install. can be a bit tricky but it worked for me. </p>\n\n<p>once booted from Ubuntu Live CD install qemu:</p>\n\n<pre><code>sudo apt-get install qem...
null
null
null
null
null
26199
1
26206
2011-02-13T21:13:30.267
9
15738
<p>I have installed ubuntu 10.04 on a laptop. Wifi is switched on by default on startup. I can disable it rightclicking the network manager icon in the gnome bar.</p> <p>How can I set it to have wifi switched off as default?</p> <p>Alternatively, how can I switch off wifi on the console?</p> <p>I tried already the rfkill command but it does not list any devices and it does not switch off wifi, I tried different parameters.</p> <p>This is a standard install of the Ubuntu 10.04 i386 Desktop Live CD on an IBM T40 Laptop. </p> <hr> <p><em>EDIT A:</em> This is the output of some rfkill commands on my system, and it does not affect the wifi of the laptop:</p> <pre><code>$ rfkill --help Usage: rfkill [options] command Options: --version show version (0.4) Commands: help event list [IDENTIFIER] block IDENTIFIER unblock IDENTIFIER where IDENTIFIER is the index no. of an rfkill switch or one of: &lt;idx&gt; all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm $ rfkill list $ rfkill list wifi $ rfkill list all $ rfkill list wlan $ sudo rfkill list all $ sudo rfkill block all $ sudo rfkill block wlan $ sudo rfkill block wifi $ </code></pre> <hr> <p><em>EDIT B:</em> Now I found out that </p> <pre><code>sudo ifconfig eth1 down </code></pre> <p>turns it off.</p> <p>And I can turn it on through the gnome network applet again. But the applet does not reflect the change from the commandline, it stills believes wifi is switched on. I have to switch it off and on again on the applet to switch it on again, when I switched it off from the console. </p> <p>Is there a better way? </p> <p>This is what the syslog looks like when I switch wireless off and on again from the network manager:</p> <pre><code>NetworkManager: &lt;info&gt; (eth1): device state change: 3 -&gt; 2 (reason 0) NetworkManager: &lt;info&gt; (eth1): deactivating device (reason: 0). NetworkManager: &lt;info&gt; Policy set '24' (eth0) as default for routing and DNS. NetworkManager: &lt;info&gt; (eth1): taking down device. avahi-daemon[660]: Withdrawing address record for fe80::202:8aff:feba:d798 on eth1. kernel: [ 971.472116] airo(eth1): cmd:3 status:7f03 rsp0:0 rsp1:0 rsp2:0 NetworkManager: &lt;info&gt; (eth1): bringing up device. NetworkManager: &lt;info&gt; (eth1): supplicant interface state: starting -&gt; ready NetworkManager: &lt;info&gt; (eth1): device state change: 2 -&gt; 3 (reason 42) avahi-daemon[660]: Registering new address record for fe80::202:8aff:feba:d798 on eth1.*. kernel: [ 965.512048] eth1: no IPv6 routers present </code></pre> <hr> <p><em>EDIT C:</em> It works somehow now, but in a hacky way, not very nice. I added a line to rc.local, just before <code>exit 0</code>:</p> <pre><code>$ cat /etc/rc.local #!/bin/sh -e # turn off wifi on boot: ifconfig eth1 down exit 0 </code></pre> <p>When I start the machine, wifi comes up, and after an instance it is turned off. This must be the effect of the standard configuration of ubuntu that turns it on, then my script <code>ifconfig eth1 down</code> kicks in and turns it off. And network manager does not realize that it was turned off and thinks it is still on.</p> <p>It would be desirable to configure network manager's so that the standard state when turning on the machine can be <code>on</code> or <code>off</code>, and not only <code>on</code></p>
1467
10616
2011-03-16T03:41:50.117
2011-05-15T19:50:54.540
How to switch off wifi on startup or from the console
[ "10.04", "networking", "wireless", "network-manager" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2011-02-13T22:07:57.420", "id": "28761", "postId": "26199", "score": "0", "text": "I foudn something here: http://ubuntuforums.org/showpost.php?p=10248717&postcount=10 - will try it out ...", "userDisplayName": null, "userId": "1467" }, { "creationDate": "2011-...
{ "accepted": true, "body": "<p>You can turn off Wifi using <code>rfkill</code>:</p>\n\n<pre><code>sudo rfkill block wifi\n</code></pre>\n\n<p>To turn it on again, run:</p>\n\n<pre><code>sudo rfkill unblock wifi\n</code></pre>\n\n<p>See <a href=\"https://askubuntu.com/questions/24171/how-can-i-keep-a-wireless-cards-radio-powered-off-by-default/24189#24189\">my answer</a> on <a href=\"https://askubuntu.com/q/24171/6969\">How can I keep a wireless card's radio powered off by default?</a>.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-02-13T22:33:55.113", "id": "28772", "postId": "26206", "score": "0", "text": "could you add the command to do the opposite?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2011-02-13T22:37:30.193", "id": "28773", "postId": "26206", "score": "0", "text": "`sudo rfkill block wifi` doesn't seem to do anything. Wifi stays on.", "userDisplayName": null, "userId": "1467" }, { "creationDate": "2011-02-13T22:41:28.893", "id": "28775", "postId": "26206", "score": "0", "text": "@dustyprogrammer: done @mit: can you post the output of `rfkill list` (nvm, I saw your comment in your question)?", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-02-13T23:05:56.193", "id": "28780", "postId": "26206", "score": "0", "text": "I updated the question with the output. See my \"EDIT A\" - all the commands return no result in the console.", "userDisplayName": null, "userId": "1467" }, { "creationDate": "2011-03-16T03:35:23.303", "id": "34277", "postId": "26206", "score": "1", "text": "FYI: `sudo ifconfig <interface> down` is not recognized by Network Manager. This isn't a bug, and EVENTUALLY Network Manager gets that the wifi card is disabled (although sometimes it doesn't. I have the same issue with both the command line and the wifi \"kill switch\" I have on my system (Ubuntu 10.04 and Ubuntu 10.10)", "userDisplayName": null, "userId": "10616" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T22:07:58.967", "id": "26206", "lastActivityDate": "2011-02-13T22:40:29.563", "lastEditDate": "2017-04-13T12:24:29.360", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "26199", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>You can turn off Wifi using <code>rfkill</code>:</p>\n\n<pre><code>sudo rfkill block wifi\n</code></pre>\n\n<p>To turn it on again, run:</p>\n\n<pre><code>sudo rfkill unblock wifi\n</code></pre>\n\n<p>See <a href=\"https://askubuntu.com/questions/24171/how-can-i-keep-a-wirele...
null
null
null
null
null
26200
1
null
2011-02-13T21:34:23.530
18
5818
<p>I like <a href="http://notepad-plus-plus.org/release/5.8.7" rel="nofollow">Notepad++</a> under Windows. I was wondering if there are some similar ones for Ubuntu? Or just the powerful and convenient one in your opinion.</p> <p>Features that I like are:</p> <ul> <li>syntax highlighting for language X</li> <li>theme support</li> <li>line numbering</li> <li>code folding</li> <li>regex style</li> <li>Powerful, yet not resource-consuming</li> </ul>
1471
527764
2017-03-14T19:11:34.360
2021-01-16T08:57:08.737
Text editor with syntax highlighting, theme support and code folding
[ "software-recommendation", "editor" ]
15
2
CC BY-SA 3.0
[ { "creationDate": "2011-02-14T07:16:46.470", "id": "28855", "postId": "26200", "score": "6", "text": "This sounds rather subjective. I recommend you add a few use-cases and requirements to your questions, so that it has [one correct answer](http://askubuntu.com/faq).", "userDisplayName": nul...
null
[ { "accepted": null, "body": "<p>I would think <a href=\"http://projects.gnome.org/gedit/\" rel=\"noreferrer\">gedit</a> would be perfect. It is on Ubuntu by default, is easy to use, and can be extended with plugins.</p>\n<p>That being said, since notepad++ is based on scintilla, <a href=\"http://packages....
null
null
null
null
null
26204
1
null
2011-02-13T22:00:31.650
3
335
<p>I'm having a problem with an Acer Aspire One netbook after the latest kernel upgrade. Basically, doing anything relating to an external monitor locks the trackpad, and in some cases, the keyboard as well. This lock will continue in Gnome even after reboots, and requires battery removal to fix. It does work in the graphical login manager up until the problem occurs the first time. And ideas on settings, etc, that I can change to make it work again?</p>
1217
null
null
2011-08-10T23:22:08.953
Acer Aspire One and Kernel 2.6.35-25 Freeze
[ "acer", "aspire-one", "external-monitor" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-16T14:54:15.430", "id": "29310", "postId": "26204", "score": "0", "text": "Seems to be working after the (unrelated) SSL/Kerberos updates ... I'm wondering if the fix was actually because of reconfigured XOrg configuration. I did try a dpkg-reconfigure on xorg earlier ...
null
[ { "accepted": null, "body": "<p>use 2.6.35-24\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/703553\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/703553</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-16T14:54:58.410"...
null
null
2012-02-04T21:07:38.850
null
null
26205
1
null
2011-02-13T22:07:22.813
2
3757
<p>If I use Windows XP the drive is seen in the network it is not seen in ubuntu's network. I do know and can use Connect to a Server but the question is really not about that. I would like to know if the windows functionality can be obtained in ubuntu?</p>
5499
235
2011-02-14T00:13:19.323
2012-02-14T04:14:57.203
What is needed to see NAS drive?
[ "networking" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-14T02:38:37.083", "id": "28815", "postId": "26205", "score": "0", "text": "I think the question is: \"why doesn't Ubuntu show the NAS somewhere? Why do I have to connect to it?\"", "userDisplayName": null, "userId": "252" }, { "creationDate": "2011-02-1...
null
[ { "accepted": null, "body": "<p>You could <a href=\"https://help.ubuntu.com/community/MountWindowsSharesPermanently\" rel=\"nofollow\">mount it permanently</a> and it would just look like another drive.</p>\n\n<p>Or when you use the \"Connect to server\" dialogue, just tick the bookmark checkbox and you gai...
null
null
null
null
null
26209
1
26213
2011-02-13T22:17:36.453
2
470
<p>If I change my home from ext3 to ext4 when installing will my data be lost?</p>
5304
5304
2011-02-13T22:28:44.323
2011-02-14T08:52:56.497
If I change my home from ext3 to ext4 when installing will my data be lost?
[ "partitioning", "ext4", "ext3" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes. And you should be able to see that because the format box will automatically be checked. If you want to enable the two main features of ext4 that can be added without reformatting, run sudo tune2fs -O extents,uninit_bg /dev/sda1 and then sudo e2fsck -f /dev/sda1.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-13T22:35:59.420", "id": "26213", "lastActivityDate": "2011-02-13T22:35:59.420", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "26209", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Where do you want to change it? As far as I can imagine, if you install new version of ubuntu, any selection about a new file system means destroying the previous. Since you mentioned \"my home\" (I am not sure you mean that /home is mounted as a separated filesystem), if I w...
null
null
null
null
null
26214
1
26597
2011-02-13T22:43:39.547
8
1128
<p>When I generate and upload source packages to my PPA, what's the best way to pass DEB_BUILD_OPTIONS that Launchpad will use when building binary versions of the package? </p> <p>In particular, I want to pass in the "nodocs" option so that the documentation isn't built. </p>
3983
null
null
2011-02-16T07:36:59.737
Tell Launchpad what DEB_BUILD_OPTIONS to use when building PPA package
[ "ppa", "launchpad" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The PPAs do not have a way to specify an environment variables (including <code>DEB_BUILD_OPTIONS</code>) unfortunately. Until they do, you will need to edit the <code>debian/rules</code> file and set it manually yourself near the top (but not the first line if it uses a \"#!\"):</p>\n\n<pre><code>DEB_BUILD_OPTIONS=nodocs\n</code></pre>\n\n<p>Optionally, just find the section of the <code>rules</code> file that looks for \"nodocs\" and change it to do what you need it to do.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-16T07:36:59.737", "id": "26597", "lastActivityDate": "2011-02-16T07:36:59.737", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "721", "parentId": "26214", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>Set it in your debian/rules file.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-14T05:07:26.453", "id": "28838", "postId": "26215", "score": "0", "text": "What to set would be benficial. Esp some li...
null
null
null
null
null
26217
1
null
2011-02-13T23:13:34.817
0
847
<p>My MacBook Pro runs slower the longer it's on. I am getting kernel warnings.</p> <p>Some, but not all, resets correlate with AC power connects and disconnects. I don't think the warnings do. (How do I tell?)</p> <p>What are these errors? What causes them?</p> <p>Can this damage the drive or corrupt data? What is it seeing that motivates these?</p> <pre><code> 02:37:16[ 0.791992] ahci 0000:00:0b.0: PCI INT A -&gt; Link[LSI0] -&gt; GSI 20 (level, low) -&gt; IRQ 20 02:37:16[ 0.792047] ahci 0000:00:0b.0: irq 43 for MSI/MSI-X 02:37:16[ 0.792053] ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP 02:37:16[ 0.792104] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 1.5 Gbps 0x3 impl IDE mode 02:37:16[ 0.792107] ahci 0000:00:0b.0: flags: 64bit ncq sntf pm led pio slum part boh 02:37:16[ 0.792111] ahci 0000:00:0b.0: setting latency timer to 64 02:37:16[ 0.813473] scsi0 : ahci 02:37:16[ 0.823340] scsi1 : ahci 02:37:16[ 0.848164] ata1: SATA max UDMA/133 abar m8192@0xe7484000 port 0xe7484100 irq 43 02:37:16[ 0.848166] ata2: SATA max UDMA/133 abar m8192@0xe7484000 port 0xe7484180 irq 43 02:37:16[ 1.190132] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 02:37:16[ 1.190153] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 02:37:16[ 1.213568] ata1.00: ATA-8: OCZ-VERTEX2, 1.23, max UDMA/133 02:37:16[ 1.213572] ata1.00: 195371568 sectors, multi 1: LBA48 NCQ (depth 31/32) 02:37:16[ 1.227293] ata2.00: ATA-8: ST9500420ASG, 0002SDM1, max UDMA/133 02:37:16[ 1.227297] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32) 02:37:16[ 1.229570] ata2.00: configured for UDMA/133 02:37:16[ 1.240120] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5850000 action 0xe frozen 02:37:16[ 1.240123] ata2: irq_stat 0x00000040, connection status changed 02:37:16[ 1.240127] ata2: SError: { PHYRdyChg CommWake LinkSeq TrStaTrns DevExch } 02:37:16[ 1.240133] ata2: hard resetting link 02:37:16[ 1.260738] ata1.00: configured for UDMA/133 02:37:16[ 1.280111] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5850000 action 0xe frozen 02:37:16[ 1.280114] ata1: irq_stat 0x00000040, connection status changed 02:37:16[ 1.280118] ata1: SError: { PHYRdyChg CommWake LinkSeq TrStaTrns DevExch } 02:37:16[ 1.280122] ata1: hard resetting link 02:37:16[ 1.990101] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 02:37:16[ 1.994215] ata2.00: configured for UDMA/133 02:37:16[ 1.994220] ata2: EH complete 02:37:16[ 2.030097] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 02:37:16[ 2.090773] ata1.00: configured for UDMA/133 02:37:16[ 2.090778] ata1: EH complete 02:37:16[ 2.090931] scsi 0:0:0:0: Direct-Access ATA OCZ-VERTEX2 1.23 PQ: 0 ANSI: 5 02:37:16[ 2.091045] sd 0:0:0:0: Attached scsi generic sg0 type 0 02:37:16[ 2.091121] sd 0:0:0:0: [sda] 195371568 512-byte logical blocks: (100 GB/93.1 GiB) 02:37:16[ 2.091159] scsi 1:0:0:0: Direct-Access ATA ST9500420ASG 0002 PQ: 0 ANSI: 5 02:37:16[ 2.091163] sd 0:0:0:0: [sda] Write Protect is off 02:37:16[ 2.091165] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 02:37:16[ 2.091183] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 02:37:16[ 2.091252] sd 1:0:0:0: Attached scsi generic sg1 type 0 02:37:16[ 2.091446] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) 02:37:16[ 2.091580] sd 1:0:0:0: [sdb] Write Protect is off 02:37:16[ 2.091582] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 02:37:16[ 2.091637] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 02:37:16[ 2.093140] sd 0:0:0:0: [sda] Attached SCSI disk 02:37:16[ 2.093773] sd 1:0:0:0: [sdb] Attached SCSI disk 02:37:16[ 2.693899] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) 02:37:16[ 5.483492] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro 02:37:16[ 7.905040] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) 02:37:25[ 19.553095] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=600 02:37:25[ 19.555266] EXT4-fs (dm-2): re-mounted. Opts: commit=600 02:37:25[ 19.641532] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5950000 action 0xe frozen t4 02:37:25[ 19.641532] ata1: irq_stat 0x00000040, connection status changed 02:37:25[ 19.641532] ata1: SError: { PHYRdyChg CommWake Dispar LinkSeq TrStaTrns DevExch } 02:37:25[ 19.641533] ata1: hard resetting link 02:37:25[ 19.642076] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5950000 action 0xe frozen t4 02:37:25[ 19.642078] ata2: irq_stat 0x00000040, connection status changed 02:37:25[ 19.642081] ata2: SError: { PHYRdyChg CommWake Dispar LinkSeq TrStaTrns DevExch } 02:37:25[ 19.642084] ata2: hard resetting link 02:37:26[ 20.392606] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 02:37:26[ 20.392610] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 02:37:26[ 20.396697] ata2.00: configured for UDMA/133 02:37:26[ 20.396703] ata2: EH complete 02:37:26[ 20.451491] ata1.00: configured for UDMA/133 02:37:26[ 20.451498] ata1: EH complete 02:37:30[ 24.563725] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=600 02:37:30[ 24.565939] EXT4-fs (dm-2): re-mounted. Opts: commit=600 02:37:30[ 24.627236] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5900000 action 0xe frozen t4 02:37:30[ 24.627240] ata1: irq_stat 0x00000040, connection status changed 02:37:30[ 24.627242] ata1: SError: { Dispar LinkSeq TrStaTrns DevExch } 02:37:30[ 24.627246] ata1: hard resetting link 02:37:30[ 24.632241] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5950000 action 0xe frozen t4 02:37:30[ 24.632244] ata2: irq_stat 0x00000040, connection status changed 02:37:30[ 24.632247] ata2: SError: { PHYRdyChg CommWake Dispar LinkSeq TrStaTrns DevExch } 02:37:30[ 24.632250] ata2: hard resetting link 02:37:31[ 25.372582] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 02:37:31[ 25.382615] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 02:37:31[ 25.386782] ata2.00: configured for UDMA/133 02:37:31[ 25.386788] ata2: EH complete 02:37:31[ 25.431668] ata1.00: configured for UDMA/133 02:37:31[ 25.431674] ata1: EH complete 02:45:54[ 529.141844] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=0 02:45:55[ 529.544529] EXT4-fs (dm-2): re-mounted. Opts: commit=0 02:45:55[ 529.622561] ata1: limiting SATA link speed to 1.5 Gbps 02:45:55[ 529.622568] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5850000 action 0xe frozen 02:45:55[ 529.622572] ata1: irq_stat 0x00400040, connection status changed 02:45:55[ 529.622576] ata1: SError: { PHYRdyChg CommWake LinkSeq TrStaTrns DevExch } 02:45:55[ 529.622583] ata1: hard resetting link 02:45:55[ 529.622609] ata2: limiting SATA link speed to 1.5 Gbps 02:45:55[ 529.622613] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5950000 action 0xe frozen 02:45:55[ 529.622616] ata2: irq_stat 0x00000040, connection status changed 02:45:55[ 529.622620] ata2: SError: { PHYRdyChg CommWake Dispar LinkSeq TrStaTrns DevExch } 02:45:55[ 529.622624] ata2: hard resetting link 02:45:56[ 530.380135] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:45:56[ 530.380157] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:45:56[ 530.384305] ata2.00: configured for UDMA/133 02:45:56[ 530.384314] ata2: EH complete 02:45:56[ 530.399225] ata1.00: configured for UDMA/133 02:45:56[ 530.399233] ata1: EH complete 02:45:58[ 532.395990] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=600 02:45:58[ 532.518270] EXT4-fs (dm-2): re-mounted. Opts: commit=600 02:45:58[ 532.590968] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5840000 action 0xe frozen t4 02:45:58[ 532.590973] ata1: irq_stat 0x00000040, connection status changed 02:45:58[ 532.590977] ata1: SError: { CommWake LinkSeq TrStaTrns DevExch } 02:45:58[ 532.590983] ata1: hard resetting link 02:45:58[ 532.591034] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5950000 action 0xe frozen t4 02:45:58[ 532.591037] ata2: irq_stat 0x00000040, connection status changed 02:45:58[ 532.591041] ata2: SError: { PHYRdyChg CommWake Dispar LinkSeq TrStaTrns DevExch } 02:45:58[ 532.591045] ata2: hard resetting link 02:45:59[ 533.340147] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:45:59[ 533.340168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:45:59[ 533.344416] ata2.00: configured for UDMA/133 02:45:59[ 533.344424] ata2: EH complete 02:45:59[ 533.360839] ata1.00: configured for UDMA/133 02:45:59[ 533.360847] ata1: EH complete 02:45:59[ 533.584449] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=0 02:45:59[ 533.586999] EXT4-fs (dm-2): re-mounted. Opts: commit=0 02:45:59[ 533.660117] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5950000 action 0xe frozen 02:45:59[ 533.660122] ata2: irq_stat 0x00000040, connection status changed 02:45:59[ 533.660126] ata2: SError: { PHYRdyChg CommWake Dispar LinkSeq TrStaTrns DevExch } 02:45:59[ 533.660132] ata2: hard resetting link 02:45:59[ 533.660141] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5850000 action 0xe frozen 02:45:59[ 533.660143] ata1: irq_stat 0x00000040, connection status changed 02:45:59[ 533.660147] ata1: SError: { PHYRdyChg CommWake LinkSeq TrStaTrns DevExch } 02:45:59[ 533.660151] ata1: hard resetting link 02:46:00[ 534.412536] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:00[ 534.412562] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:00[ 534.416768] ata2.00: configured for UDMA/133 02:46:00[ 534.416777] ata2: EH complete 02:46:00[ 534.431396] ata1.00: configured for UDMA/133 02:46:00[ 534.431401] ata1: EH complete 02:46:03[ 537.384649] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=600 02:46:03[ 537.504214] EXT4-fs (dm-2): re-mounted. Opts: commit=600 02:46:03[ 537.585992] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5900000 action 0xe frozen t4 02:46:03[ 537.585996] ata1: irq_stat 0x00000040, connection status changed 02:46:03[ 537.585999] ata1: SError: { Dispar LinkSeq TrStaTrns DevExch } 02:46:03[ 537.586002] ata1: hard resetting link 02:46:03[ 537.586028] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5950000 action 0xe frozen t4 02:46:03[ 537.586030] ata2: irq_stat 0x00000040, connection status changed 02:46:03[ 537.586033] ata2: SError: { PHYRdyChg CommWake Dispar LinkSeq TrStaTrns DevExch } 02:46:03[ 537.586036] ata2: hard resetting link 02:46:04[ 538.330147] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:04[ 538.330168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:04[ 538.334389] ata2.00: configured for UDMA/133 02:46:04[ 538.334398] ata2: EH complete 02:46:04[ 538.343511] ata1.00: configured for UDMA/133 02:46:04[ 538.343519] ata1: EH complete 02:46:04[ 538.456413] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=0 02:46:04[ 538.459404] EXT4-fs (dm-2): re-mounted. Opts: commit=0 02:46:04[ 538.540138] ata1.00: limiting speed to UDMA/100:PIO4 02:46:04[ 538.540144] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5850000 action 0xe frozen 02:46:04[ 538.540148] ata1: irq_stat 0x00000040, connection status changed 02:46:04[ 538.540153] ata1: SError: { PHYRdyChg CommWake LinkSeq TrStaTrns DevExch } 02:46:04[ 538.540159] ata1: hard resetting link 02:46:04[ 538.540202] ata2.00: limiting speed to UDMA/100:PIO4 02:46:04[ 538.540207] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5950000 action 0xe frozen 02:46:04[ 538.540211] ata2: irq_stat 0x00000040, connection status changed 02:46:04[ 538.540215] ata2: SError: { PHYRdyChg CommWake Dispar LinkSeq TrStaTrns DevExch } 02:46:04[ 538.540220] ata2: hard resetting link 02:46:05[ 539.290054] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:05[ 539.290041] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:05[ 539.294100] ata2.00: configured for UDMA/100 02:46:05[ 539.294106] ata2: EH complete 02:46:05[ 539.314125] ata1.00: configured for UDMA/100 02:46:05[ 539.314132] ------------[ cut here ]------------ 02:46:05[ 539.314140] WARNING: at /build/buildd/linux-2.6.35/drivers/ata/libata-eh.c:3638 ata_eh_finish+0xdf/0xf0() 02:46:05[ 539.314144] Hardware name: MacBookPro5,3 02:46:05[ 539.314146] Modules linked in: michael_mic arc4 xt_multiport binfmt_misc rfcomm sco bnep l2cap parport_pc ppdev nvidia(P) ipt_REJECT xt_recent snd_hda_codec_cirrus xt_limit xt_tcpudp ipt_addrtype xt_state snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi applesmc led_class ip6table_filter lib80211_crypt_tkip snd_rawmidi snd_seq_midi_event ip6_tables input_polldev hid_apple snd_seq wl(P) snd_timer snd_seq_device snd joydev bcm5974 usbhid mbp_nvidia_bl uvcvideo btusb videodev v4l1_compat v4l2_compat_ioctl32 nf_nat_irc hid nf_conntrack_irc soundcore snd_page_alloc i2c_nforce2 coretemp lib80211 bluetooth nf_nat_ftp nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack lp parport iptable_filter ip_tables x_tables usb_storage firewire_ohci firewire_core forcedeth crc_itu_t ahci libahci 02:46:05[ 539.314221] Pid: 202, comm: scsi_eh_0 Tainted: P 2.6.35-25-generic #44-Ubuntu 02:46:05[ 539.314224] Call Trace: 02:46:05[ 539.314233] [&lt;ffffffff8106091f&gt;] warn_slowpath_common+0x7f/0xc0 02:46:05[ 539.314237] [&lt;ffffffff8106097a&gt;] warn_slowpath_null+0x1a/0x20 02:46:05[ 539.314242] [&lt;ffffffff813dc77f&gt;] ata_eh_finish+0xdf/0xf0 02:46:05[ 539.314246] [&lt;ffffffff813e441e&gt;] sata_pmp_error_handler+0x2e/0x40 02:46:05[ 539.314256] [&lt;ffffffffa00021bf&gt;] ahci_error_handler+0x1f/0x90 [libahci] 02:46:05[ 539.314261] [&lt;ffffffff813dd6d2&gt;] ata_scsi_error+0x492/0x5e0 02:46:05[ 539.314266] [&lt;ffffffff813b24cd&gt;] scsi_error_handler+0x10d/0x190 02:46:05[ 539.314270] [&lt;ffffffff813b23c0&gt;] ? scsi_error_handler+0x0/0x190 02:46:05[ 539.314275] [&lt;ffffffff8107f266&gt;] kthread+0x96/0xa0 02:46:05[ 539.314280] [&lt;ffffffff8100aee4&gt;] kernel_thread_helper+0x4/0x10 02:46:05[ 539.314284] [&lt;ffffffff8107f1d0&gt;] ? kthread+0x0/0xa0 02:46:05[ 539.314288] [&lt;ffffffff8100aee0&gt;] ? kernel_thread_helper+0x0/0x10 02:46:05[ 539.314291] ---[ end trace 76dbffc2d5d49d9b ]--- 02:46:05[ 539.314296] ata1: EH complete 02:46:12[ 547.040091] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen 02:46:12[ 547.040098] ata1.00: failed command: IDENTIFY DEVICE 02:46:12[ 547.040106] ata1.00: cmd ec/00:00:00:00:00/00:00:00:00:00/40 tag 0 pio 512 in 02:46:12[ 547.040108] res 40/00:01:00:00:00/00:00:00:00:00/e0 Emask 0x4 (timeout) 02:46:12[ 547.040111] ata1.00: status: { DRDY } 02:46:12[ 547.040117] ata1: hard resetting link 02:46:13[ 547.390144] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:13[ 547.408430] ata1.00: configured for UDMA/100 02:46:13[ 547.408438] ------------[ cut here ]------------ 02:46:13[ 547.408447] WARNING: at /build/buildd/linux-2.6.35/drivers/ata/libata-eh.c:3638 ata_eh_finish+0xdf/0xf0() 02:46:13[ 547.408451] Hardware name: MacBookPro5,3 02:46:13[ 547.408453] Modules linked in: michael_mic arc4 xt_multiport binfmt_misc rfcomm sco bnep l2cap parport_pc ppdev nvidia(P) ipt_REJECT xt_recent snd_hda_codec_cirrus xt_limit xt_tcpudp ipt_addrtype xt_state snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi applesmc led_class ip6table_filter lib80211_crypt_tkip snd_rawmidi snd_seq_midi_event ip6_tables input_polldev hid_apple snd_seq wl(P) snd_timer snd_seq_device snd joydev bcm5974 usbhid mbp_nvidia_bl uvcvideo btusb videodev v4l1_compat v4l2_compat_ioctl32 nf_nat_irc hid nf_conntrack_irc soundcore snd_page_alloc i2c_nforce2 coretemp lib80211 bluetooth nf_nat_ftp nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack lp parport iptable_filter ip_tables x_tables usb_storage firewire_ohci firewire_core forcedeth crc_itu_t ahci libahci 02:46:13[ 547.408528] Pid: 202, comm: scsi_eh_0 Tainted: P W 2.6.35-25-generic #44-Ubuntu 02:46:13[ 547.408531] Call Trace: 02:46:13[ 547.408540] [&lt;ffffffff8106091f&gt;] warn_slowpath_common+0x7f/0xc0 02:46:13[ 547.408544] [&lt;ffffffff8106097a&gt;] warn_slowpath_null+0x1a/0x20 02:46:13[ 547.408549] [&lt;ffffffff813dc77f&gt;] ata_eh_finish+0xdf/0xf0 02:46:13[ 547.408553] [&lt;ffffffff813e441e&gt;] sata_pmp_error_handler+0x2e/0x40 02:46:13[ 547.408563] [&lt;ffffffffa00021bf&gt;] ahci_error_handler+0x1f/0x90 [libahci] 02:46:13[ 547.408567] [&lt;ffffffff813dd6d2&gt;] ata_scsi_error+0x492/0x5e0 02:46:13[ 547.408572] [&lt;ffffffff813b24cd&gt;] scsi_error_handler+0x10d/0x190 02:46:13[ 547.408577] [&lt;ffffffff813b23c0&gt;] ? scsi_error_handler+0x0/0x190 02:46:13[ 547.408582] [&lt;ffffffff8107f266&gt;] kthread+0x96/0xa0 02:46:13[ 547.408587] [&lt;ffffffff8100aee4&gt;] kernel_thread_helper+0x4/0x10 02:46:13[ 547.408591] [&lt;ffffffff8107f1d0&gt;] ? kthread+0x0/0xa0 02:46:13[ 547.408595] [&lt;ffffffff8100aee0&gt;] ? kernel_thread_helper+0x0/0x10 02:46:13[ 547.408598] ---[ end trace 76dbffc2d5d49d9c ]--- 02:46:13[ 547.408620] ata1: EH complete 02:46:13[ 547.562470] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=600 02:46:13[ 547.671380] EXT4-fs (dm-2): re-mounted. Opts: commit=600 02:46:13[ 547.738198] ata1.00: limiting speed to UDMA/33:PIO4 02:46:13[ 547.738204] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5800000 action 0xe frozen t4 02:46:13[ 547.738208] ata1: irq_stat 0x00000040, connection status changed 02:46:13[ 547.738212] ata1: SError: { LinkSeq TrStaTrns DevExch } 02:46:13[ 547.738218] ata1: hard resetting link 02:46:13[ 547.738262] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5900000 action 0xe frozen t4 02:46:13[ 547.738265] ata2: irq_stat 0x00000040, connection status changed 02:46:13[ 547.738269] ata2: SError: { Dispar LinkSeq TrStaTrns DevExch } 02:46:13[ 547.738274] ata2: hard resetting link 02:46:14[ 548.482561] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:14[ 548.484083] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:14[ 548.486809] ata2.00: configured for UDMA/100 02:46:14[ 548.486818] ata2: EH complete 02:46:14[ 548.498998] ata1.00: configured for UDMA/33 02:46:14[ 548.499004] ata1: EH complete 02:46:18[ 552.410499] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro,commit=600 02:46:18[ 552.522521] EXT4-fs (dm-2): re-mounted. Opts: commit=600 02:46:18[ 552.529674] ata1: exception Emask 0x10 SAct 0x0 SErr 0x5800000 action 0xe frozen t4 02:46:18[ 552.529678] ata1: irq_stat 0x00000040, connection status changed 02:46:18[ 552.529680] ata1: SError: { LinkSeq TrStaTrns DevExch } 02:46:18[ 552.529684] ata1: hard resetting link 02:46:18[ 552.529716] ata2: exception Emask 0x10 SAct 0x0 SErr 0x5800000 action 0xe frozen t4 02:46:18[ 552.529718] ata2: irq_stat 0x00000040, connection status changed 02:46:18[ 552.529720] ata2: SError: { LinkSeq TrStaTrns DevExch } 02:46:18[ 552.529723] ata2: hard resetting link 02:46:19[ 553.280059] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:19[ 553.280068] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) 02:46:19[ 553.284141] ata2.00: configured for UDMA/100 02:46:19[ 553.284150] ata2: EH complete 02:46:19[ 553.301629] ata1.00: configured for UDMA/33 02:46:19[ 553.301637] ata1: EH complete </code></pre>
1304
22949
2017-09-08T23:58:52.743
2017-09-08T23:58:52.743
MacBook Pro Late 2009 SATA slow/resets. Is my motherboard dying?
[ "kernel", "10.10", "macbook" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This look like it might be the cause: <a href=\"https://bugs.launchpad.net/linux/+bug/576601\" rel=\"nofollow\">https://bugs.launchpad.net/linux/+bug/576601</a></p>\n\n<p>I see you have not installed the Apple EFI firmware update 1.7 that is known to cause bus errors that can...
null
null
null
null
null
26219
1
null
2011-02-13T23:18:47.867
1
279
<p>when i try to install clamcour from terminal, it gives me this error, somebody can help me?</p> <pre><code>calmcourdir# ./configure checking for libraries containing socket functions... -lc checking for socket... yes checking for bind... yes checking for listen... yes checking for accept... yes checking for shutdown... yes checking for socklen_t... yes checking for struct sockaddr_un.sun_len... no System log functions checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for openlog... yes checking for syslog... yes checking for closelog... yes Time functions checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for localtime_r... yes checking for strftime... yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for sysconf... yes BZip2 support checking bzlib.h usability... no checking bzlib.h presence... no checking for bzlib.h... no checking for BZ2_bzWriteOpen in -lbz2... no GZip support checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no checking for gzopen in -lz... no LibClamAV support checking for /usr/bin/clamav-config... no checking for /usr/local/bin/courier-config... no checking for /usr/clamav/bin/clamav-config... no checking for /usr/local/clamav/bin/clamav-config... no ./configure: line 25234: : command not found configure: error: Cannot find clamav-config </code></pre>
10778
235
2011-02-13T23:38:53.157
2011-02-14T07:01:06.107
Problems building clamcour
[ "clamav" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-14T19:56:35.850", "id": "28995", "postId": "26219", "score": "0", "text": "What version of clamcour are you trying to install? The one I've seen doesn't come with a 'configure' script.", "userDisplayName": null, "userId": "8844" } ]
null
[ { "accepted": null, "body": "<p>I don't know if you've already considered trying clamav-milter , which is in the repositories .</p>\n\n<p>From <code>apt-cache show clamav-milter</code>: </p>\n\n<pre><code> This package contains the ClamAV milter for use with sendmail. It can\n be configured to be run either...
null
null
null
null
null
26227
1
null
2011-02-14T01:16:31.617
1
287
<p>when i install clamcoure and run this command</p> <pre><code>clamcourdir# sudo ./configure </code></pre> <p>It gives me this error :</p> <p><code>configure: error: Cannot find sendmail Courier binary</code></p>
10778
54298
2012-07-09T13:10:10.070
2012-07-09T13:10:10.070
Can't find sendmail Courier binary when configuring clamcour 2.0
[ "install-from-source", "clamav" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-14T02:08:08.673", "id": "28809", "postId": "26227", "score": "2", "text": "You seem to be making progress with your problem, can you make sure you go back to your past postings and either accept answers or post how you solved that step so the next person who tries to b...
null
[ { "accepted": null, "body": "<p>You must install Courier before you can get clamcour working. </p>\n\n<p>If you have installed at least <code>courier-base</code> and probably <code>courier-mta</code> then clamcour is probably looking in the wrong location for courier's sendmail. </p>\n\n<p>Try this : </p>\n...
null
null
null
null
null
26228
1
26247
2011-02-14T01:26:19.140
43
119793
<p>I recently was messing around with my Apache config and wanted to reinstall so I could start from fresh. I followed some forum posts about reinstalling the <code>apache2</code> package and this ended up deleting my <code>/etc/apache2</code> folder.</p> <p>Now matter how many things I try I can't seem to do a full wipe of the Apache install and then reinstall. <code>sudo apt-get install apache2</code> or <code>reinstall</code> doesn't do anything. I can't seem to remove it using Synaptic either. </p> <p>Is there anything I can do to have a fresh Apache install on my computer again?</p>
10792
7146
2014-02-27T13:56:27.850
2014-07-08T17:32:17.123
How can I reinstall Apache HTTPD after deleting some of the configuration files?
[ "apt", "apache2" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-14T07:07:24.477", "id": "28851", "postId": "26228", "score": "1", "text": "/etc/apache2/envvars is in apache2.2-common, have you reinstalled that package too? Like with command `sudo apt-get --reinstall install apache2.2-common`", "userDisplayName": null, "user...
{ "accepted": true, "body": "<p>To replace configuration files that have been deleted, without purging the package, you can do</p>\n\n<pre><code>sudo apt-get -o DPkg::Options::=\"--force-confmiss\" --reinstall install apache2\n</code></pre>\n\n<p>To fully remove the apache2 config files, you should </p>\n\n<pre><code>sudo apt-get purge apache2\n</code></pre>\n\n<p>which will then let you reinstall it in the usual way with </p>\n\n<pre><code>sudo apt-get install apache2\n</code></pre>\n\n<p>Purge is required to remove all the config files - if you delete the config files but only remove the package, then this is remembered &amp; missing config files are not reinstalled by default.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-02-14T10:31:19.237", "id": "28883", "postId": "26247", "score": "0", "text": "This also doesn't work. It says that apache2 is already installed and the purge doesn't remove the config file in etc/apache2. In fact the purge complains that it can't envvars too.", "userDisplayName": null, "userId": "10792" }, { "creationDate": "2011-02-17T00:51:58.333", "id": "29393", "postId": "26247", "score": "0", "text": "Has reinstalling apache2.2-common with the option about to replace missing conf files worked for you?", "userDisplayName": null, "userId": "129" }, { "creationDate": "2012-12-06T16:35:31.760", "id": "279250", "postId": "26247", "score": "0", "text": "Almost a year later and found this, thank you very much.", "userDisplayName": null, "userId": "113087" }, { "creationDate": "2014-06-20T07:20:08.873", "id": "648047", "postId": "26247", "score": "1", "text": "helped a lot, but package apache2.2-common doesn't exist anymore....did the same sequence just with package apache2", "userDisplayName": null, "userId": "295213" }, { "creationDate": "2015-02-23T18:07:18.000", "id": "817916", "postId": "26247", "score": "0", "text": "Not tested with Ubuntu, but under Debian to restore config files which are managed by `ucf` the `--force-confmiss` option won't work, you have to use `sudo UCF_FORCE_CONFFMISS=1 apt-get --reinstall install [pkgname]`.", "userDisplayName": null, "userId": "136964" }, { "creationDate": "2015-10-28T10:38:39.437", "id": "1008775", "postId": "26247", "score": "0", "text": "`apt-get purge apache2` works in Debian 8!", "userDisplayName": null, "userId": "326207" }, { "creationDate": "2018-07-31T14:16:33.610", "id": "1736916", "postId": "26247", "score": "0", "text": "It happened to me that I had the file but was empty. It's important that the file to recover doesn't exists so it's installed again.", "userDisplayName": null, "userId": "838047" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-14T06:06:17.563", "id": "26247", "lastActivityDate": "2014-07-08T17:32:17.123", "lastEditDate": "2014-07-08T17:32:17.123", "lastEditorDisplayName": null, "lastEditorUserId": "193850", "ownerDisplayName": null, "ownerUserId": "129", "parentId": "26228", "postTypeId": "2", "score": "82" }
[ { "accepted": true, "body": "<p>To replace configuration files that have been deleted, without purging the package, you can do</p>\n\n<pre><code>sudo apt-get -o DPkg::Options::=\"--force-confmiss\" --reinstall install apache2\n</code></pre>\n\n<p>To fully remove the apache2 config files, you should </p>\n\n...
null
null
null
null
null
26235
1
26236
2011-02-14T03:16:44.723
2
212
<p>How can I temporarily prevent Ubuntu from hibernating? Is there a binary available that makes use of an API similar to the one preventing screen savers from activating for hibernation? I'm utilizing a network service provided by my netbook without physically making use of the netbook, so it hibernates after the time specified in the power management preferences.</p>
4560
null
null
2011-02-14T03:26:36.717
Temporarily prevent hibernation
[ "10.04", "hibernate", "sleep" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>perhaps 'caffeine' could help? \n<a href=\"https://launchpad.net/caffeine\" rel=\"nofollow\">https://launchpad.net/caffeine</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-28T02:09:55.763", "id": "31492", "postId": "26236", "score": "0", "text": "Caffeine seems to miss the point, but provides enough to get me writing my own utility. Thanks.", "userDisplayName": null, "userId": "4560" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T03:26:36.717", "id": "26236", "lastActivityDate": "2011-02-14T03:26:36.717", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10784", "parentId": "26235", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>perhaps 'caffeine' could help? \n<a href=\"https://launchpad.net/caffeine\" rel=\"nofollow\">https://launchpad.net/caffeine</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-28T02:09:55.763", "id": "31492", "postId...
null
null
null
null
null
26237
1
26253
2011-02-14T03:39:30.773
105
213773
<p>For the purposes of kernel logging, why do I have three different, non-inclusive levels of logging amongst <code>/var/log/messages</code>, <code>/var/log/syslog</code>, and <code>/var/log/kern.log</code>?</p>
1304
18612
2011-11-04T17:39:26.803
2020-01-09T18:08:50.360
Difference between /var/log/messages, /var/log/syslog, and /var/log/kern.log?
[ "logging", "syslog" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2018-10-03T15:42:09.413", "id": "1775771", "postId": "26237", "score": "2", "text": "Note that /var/log/messages is the syslog on non-Debian/non-Ubuntu systems such as RHEL or CentOS systems usually.", "userDisplayName": null, "userId": "10616" }, { "creationDa...
{ "accepted": true, "body": "<p><a href=\"http://en.wikipedia.org/wiki/Syslog\" rel=\"noreferrer\">Syslog</a> is a standard logging facility. It collects messages of various programs and services including the kernel, and stores them, depending on setup, in a bunch of log files typically under <code>/var/log</code>. In some datacenter setups there are <em>hundreds</em> of devices each with its own log; <strong>syslog</strong> comes in handy here too. One just sets up a dedicated syslog server which collects all the individual device logs over the network. Syslog can also save logs to databases, and other clients.</p>\n\n<p>According to my <code>/etc/syslog.conf</code>, default <code>/var/log/kern.log</code> captures only the kernel's messages of any loglevel; i.e. the output of <code>dmesg</code>.</p>\n\n<p><code>/var/log/messages</code> instead aims at storing valuable, non-debug and non-critical messages. This log should be considered the \"general system activity\" log.</p>\n\n<p><code>/var/log/syslog</code> in turn logs everything, except auth related messages.</p>\n\n<p>Other insteresting standard logs managed by syslog are <code>/var/log/auth.log</code>, <code>/var/log/mail.log</code>.</p>\n\n<hr>\n\n<h3>2020 update</h3>\n\n<p>You may still stumble upon syslog; but the defaults have changed.</p>\n\n<p><code>journald</code> has replaced syslog, in quite a big portion of systems, including Ubuntu.</p>\n\n<p>This is relevant because you won't be finding <code>/var/log/messages</code> that often anymore. <code>journald</code> doesn't write plaintext logs — it uses its own, compressed and partially authenticated format.</p>\n\n<p>Search online for e.g. <em>journalctl cheatsheet</em>, or just study <code>man 8 systemd-journald</code>, <code>man 1 journalctl</code> yourself.</p>\n\n<p>Syslog and journald are, to a degree, cross-compatible; you can transport logs between them in either direction. However, you won't get plaintext logs a-la <code>/var/log/messages</code> with journald; and you won't get structured (<code>journalctl -o json-pretty</code>) and authenticated logging with syslog.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2013-05-29T19:14:26.527", "id": "379460", "postId": "26253", "score": "1", "text": "any references to you claims please?", "userDisplayName": null, "userId": "139201" }, { "creationDate": "2013-05-31T10:32:15.187", "id": "380396", "postId": "26253", "score": "9", "text": "@Goaler444, `man syslog.conf`.", "userDisplayName": null, "userId": "9061" }, { "creationDate": "2014-07-02T17:54:37.897", "id": "656444", "postId": "26253", "score": "2", "text": "Note that entries in the kernel ring buffer (what dmesg reads) won't make it into any /var/log file by default if they were written by a user space process. You need to set `$KLogPermitNonKernelFacility on` in rsyslogd's config if you want to see those messages in `/var/log`. See my answer at http://askubuntu.com/a/490900/297973 for more details.", "userDisplayName": null, "userId": "297973" }, { "creationDate": "2015-01-23T17:29:35.703", "id": "796669", "postId": "26253", "score": "9", "text": "also worth noting that ubuntu ([since natty](https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/794727)) no longer uses `/var/log/messages`, and stores everything on `/var/log/syslog`", "userDisplayName": null, "userId": "50444" }, { "creationDate": "2016-11-12T18:25:25.123", "id": "1303153", "postId": "26253", "score": "2", "text": "in Ubuntu 16.04 `/var/log/syslog` is indeed a clean superset of `/var/log/kern.log` with the caveat that one has to account for different rotation strategies. E.g. in my system (default config unchanged) today's and yesterday's messages are kept in a single file in `/var/log/kern.log` whereas most of yesterday's messages for `syslog` are in `/var/log/syslog.1`.", "userDisplayName": null, "userId": "89663" }, { "creationDate": "2018-02-01T02:04:54.263", "id": "1620394", "postId": "26253", "score": "1", "text": "Now see: `man rsyslog.conf`", "userDisplayName": null, "userId": "568145" }, { "creationDate": "2021-12-14T18:57:05.440", "id": "2381399", "postId": "26253", "score": "1", "text": "On at least some systems `/var/log/messages` is where `dmesg` logs to FWIW... (Red Hat)", "userDisplayName": null, "userId": "20972" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-02-14T06:39:33.163", "id": "26253", "lastActivityDate": "2020-01-09T18:08:50.360", "lastEditDate": "2020-01-09T18:08:50.360", "lastEditorDisplayName": null, "lastEditorUserId": "9061", "ownerDisplayName": null, "ownerUserId": "9061", "parentId": "26237", "postTypeId": "2", "score": "82" }
[ { "accepted": null, "body": "<ul>\n<li>syslog contains all the messages except of type auth.</li>\n<li>messages contains only generic non-critical messages. The category is <code>info</code> , <code>notice</code> and <code>warn</code></li>\n<li>For complete log look at <code>/var/log/syslog</code> and <code...
null
null
null
null
null
26239
1
null
2011-02-14T04:25:07.533
3
7755
<p>Is there a good card creating application? Haven't had one in over ten years but used to have one that had all types of easy to use templates designs etc for ton of occasions. Looking for something that can fill this void and do everything from Christmas cards to greeting cards and get well cards. I know this is possible in Gimp/Scribus but I'm looking for something less involved</p>
4538
8844
2011-02-26T21:55:06.063
2015-12-16T06:57:53.887
What is a good card creating application?
[ "gnome", "software-recommendation" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-14T08:55:31.010", "id": "28865", "postId": "26239", "score": "0", "text": "+1! While trying to replace Windows with Ubuntu, I'd also need to find a replacement for MS Publisher.", "userDisplayName": null, "userId": "5786" } ]
null
[ { "accepted": null, "body": "<p>I found these templates online for LibreOffice:\n<a href=\"http://templates.services.openoffice.org/en/search/node/greeting%20card\" rel=\"nofollow\">http://templates.services.openoffice.org/en/search/node/greeting%20card</a></p>\n", "commentCount": "0", "comments": [...
null
0
null
null
null
26248
1
26249
2011-02-14T06:15:11.290
4
22759
<p>I've got a Macbook Pro with Keyboard Light brightness keys. How to I make them work?</p>
1304
null
null
2021-02-02T11:55:33.797
How to get Keyboard Light keys working on Macbook?
[ "10.10", "keyboard", "macbook" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Add the <code>mactel</code> PPA by <a href=\"https://wiki.ubuntu.com/MactelSupportTeam/PPA\">following these instructions</a>.</p>\n\n<p>Install packages <code>applesmc-dkms</code> and <code>hid-dkms</code>.</p>\n\n<p>Reboot.</p>\n\n<p><code>sudo vi /usr/local/bin/keyboard-backlight</code> and add:</p>\n\n<pre><code>#!/bin/bash\nVALUE=$(cat /sys/class/leds/smc::kbd_backlight/brightness)\nINCREMENT=32\nTOTAL=unset\n\ncase $1 in\nup)\n TOTAL=`expr $VALUE + $INCREMENT`\n ;;\ndown)\n TOTAL=`expr $VALUE - $INCREMENT`\n ;;\nfull)\n TOTAL=255\n ;;\noff)\n TOTAL=0\n ;;\nesac\n\nif [ $TOTAL == unset ]; then\n echo \"Please specify up, down, full, or off\"\n exit 1\nfi\n\nif [ $TOTAL -gt 255 ]; then TOTAL=255; fi\nif [ $TOTAL -lt 0 ]; then TOTAL=0; fi \necho $TOTAL &gt; /sys/class/leds/smc::kbd_backlight/brightness\n</code></pre>\n\n<p>Followed by <code>sudo chmod 755 /usr/local/bin/keyboard-backlight</code>.</p>\n\n<p><code>sudo visudo</code> and add the line:</p>\n\n<pre><code>your_username_goes_here ALL=NOPASSWD:/usr/local/bin/keyboard-backlight up, /usr/local/bin/keyboard-backlight down\n</code></pre>\n\n<p>Go to <code>System</code> > <code>Preferences</code> > <code>Keyboard Shortcuts</code>.</p>\n\n<p>Add new shortcuts:</p>\n\n<p><code>Increase Keyboard Backlight Brightness</code>/<code>sudo keyboard-backlight up</code> and</p>\n\n<p><code>Decrease Keyboard Backlight Brightness</code>/<code>sudo keyboard-backlight down</code>.</p>\n\n<p>Set each to the correct key by clicking the key mapping box and pressing the key.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2014-05-18T17:44:36.463", "id": "619523", "postId": "26249", "score": "0", "text": "Thanks, Jorge! It works with my Macbook Air (Early 2014) in Xubuntu 14.04 LTS. Thanks again! :)", "userDisplayName": null, "userId": "282892" }, { "creationDate": "2014-07-03T11:42:16.183", "id": "656861", "postId": "26249", "score": "0", "text": "Actually, I wrote this. It is out of date, though.", "userDisplayName": null, "userId": "1304" }, { "creationDate": "2014-09-06T02:32:24.590", "id": "707851", "postId": "26249", "score": "0", "text": "Thanks, I can also confirm that this is working on Xubuntu 14.04-1 on a MacBookPro 11,2. Note that I had to install [`applesmc-dkms` from the quantal version](https://launchpad.net/~mactel-support/+archive/ubuntu/ppa?field.series_filter=quantal), and failed to build/install `hid-dkms` but it didn't matter.", "userDisplayName": null, "userId": "76314" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T06:23:47.083", "id": "26249", "lastActivityDate": "2011-02-14T16:14:36.237", "lastEditDate": "2011-02-14T16:14:36.237", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "1304", "parentId": "26248", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Add the <code>mactel</code> PPA by <a href=\"https://wiki.ubuntu.com/MactelSupportTeam/PPA\">following these instructions</a>.</p>\n\n<p>Install packages <code>applesmc-dkms</code> and <code>hid-dkms</code>.</p>\n\n<p>Reboot.</p>\n\n<p><code>sudo vi /usr/local/bin/keyboard-ba...
null
null
null
null
null
26251
1
26357
2011-02-14T06:33:35.697
4
671
<p>Dropbox works well, but often the tray icon starts spinning forever with the tooltip message "Saving 1 file..."<br> I usually don't worry about it, and I never had any loss, despite switching computers often. An easy solution is to restart Dropbox, it spins for a second before the tooltip says "All files up to date".</p> <p>But how to permanently prevent this problem?</p> <p>Ubuntu 2010.10<br> Dropbox 0.7.110<br> Dropbox stores about 50 text files, 1 MB in total.</p>
4066
null
null
2011-06-19T11:31:49.897
Dropbox often stalls "Saving 1 file", have to restart it
[ "dropbox" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h1>This worked for me, you give it a try:</h1>\n\n<p>If unlinking and relinking your account doesn't solve the issue, your settings may be protected or inaccessible due to a permissions problem. If this is the case, you can remove your settings by hand using an administrative account. Here's how:</p>\n\n<p><strong>On Linux</strong></p>\n\n<ol>\n<li>Quit Dropbox by right-clicking on the Dropbox menu from the menu bar and selecting Quit </li>\n<li><p>Open a terminal and copy and paste the following line into the terminal (exactly as written below):</p>\n\n<p><strong>sudo rm -rfI ~/.dropbox</strong></p></li>\n<li><p>You will be asked for your password to confirm the folder's removal</p></li>\n<li><p>Restart Dropbox from the Applications > Internet menu</p></li>\n</ol>\n\n<p>Once Dropbox loads, the application will rebuild your settings files and you will be asked to relink to your account.</p>\n\n<p>Note: We're working on a way to check and fix your Dropbox installation automatically from within the application. Stay tuned...</p>\n\n<p>(From the Dropbox Help Forum Team)</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-02-15T07:22:14.700", "id": "29082", "postId": "26357", "score": "0", "text": "I just unlinked and relinked, I will let a few days pass to judge whether the problem reappears or not.", "userDisplayName": null, "userId": "4066" }, { "creationDate": "2011-02-15T19:34:43.133", "id": "29168", "postId": "26357", "score": "0", "text": "The instructions of the dropbox team isn't to simply unlink and relink. You should remove a folder in order to allow your dropbox to make a new configuration of your dropbox when relinking. Which seems to have some sense since it works. In my experience: I waited 2 weeks until I found this solution. Good luck my friend!", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2011-02-17T05:58:37.710", "id": "29418", "postId": "26357", "score": "0", "text": "OK, I also ran this command. Will come back for feedback in a few days.", "userDisplayName": null, "userId": "4066" }, { "creationDate": "2011-03-02T03:23:02.607", "id": "31831", "postId": "26357", "score": "0", "text": "I removed the folder, reinstalled completely, and still the same problem.", "userDisplayName": null, "userId": "4066" }, { "creationDate": "2012-06-15T06:56:15.807", "id": "183033", "postId": "26357", "score": "1", "text": "Problem does not occur anymore with recent versions. Accepting highest-voted answer.", "userDisplayName": null, "userId": "4066" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T16:08:06.510", "id": "26357", "lastActivityDate": "2011-02-14T16:08:06.510", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "26251", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<h1>This worked for me, you give it a try:</h1>\n\n<p>If unlinking and relinking your account doesn't solve the issue, your settings may be protected or inaccessible due to a permissions problem. If this is the case, you can remove your settings by hand using an administrative a...
null
null
null
null
null
26258
1
26309
2011-02-14T07:29:38.637
2
632
<p>The thing on the left is called a launcher right?</p> <p>Anyway, I want to apply a few applications with custom arguments, namely</p> <blockquote> <p>google-chrome --user-agent "That of iPad's"</p> </blockquote> <p>Possible?</p> <p>Oh, and how would I utilise all that free desktop space that UNR doesn't want me to use? Way to much space there - why can't I put desktop icons there?</p>
10750
5
2011-04-23T01:07:02.670
2011-04-23T01:07:02.670
Where are the launcher shortcuts stored in Ubuntu Netbook?
[ "10.10", "ubuntu-netbook", "launcher" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Go to <code>System=&gt;Preferences=&gt;Main Menu</code> and select the category (internet) and then your app (Google Chrome), click on the <code>properties</code> button and add extra options to the <em>command</em></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T12:37:59.907", "id": "26309", "lastActivityDate": "2011-02-14T12:37:59.907", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "234", "parentId": "26258", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Go to <code>System=&gt;Preferences=&gt;Main Menu</code> and select the category (internet) and then your app (Google Chrome), click on the <code>properties</code> button and add extra options to the <em>command</em></p>\n", "commentCount": "0", "comments": [], "co...
null
null
null
null
null
26259
1
null
2011-02-14T07:32:52.577
2
12039
<p>I installed Ubuntu and I'm teaching my mother to use it. Everything is going fine except that her new <a href="http://www.pqi.com.tw/product2.asp?oid=19&amp;catE1=19&amp;PROID=385" rel="nofollow">USB pen drive</a> (8GB - fat32) is not working in Linux (but it works in Windows and Mac). </p> <p>OS: Kubuntu Lucid kernel: 2.6.32-28-generic</p> <p>Before and after "<strong>lsusb</strong>":</p> <pre><code>root@desktop:/etc# lsusb Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub root@desktop:/etc# lsusb Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 005: ID 3538:0901 Power Quotient International Co., Ltd Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub </code></pre> <p><strong>dmesg</strong>:</p> <pre><code>[ 1061.544029] usb 3-1: new full speed USB device using uhci_hcd and address 2 [ 1061.709572] usb 3-1: configuration #1 chosen from 1 choice [ 1061.744920] scsi5 : SCSI emulation for USB Mass Storage devices [ 1061.752290] usb-storage: device found at 2 [ 1061.752297] usb-storage: waiting for device to settle before scanning [ 1066.753954] usb-storage: device scan complete [ 1066.756871] scsi 5:0:0:0: Direct-Access-RBC PQ: 2 ANSI: 4 [ 1066.763379] scsi 5:0:0:0: Attached scsi generic sg3 type 14 </code></pre> <p>But in "<strong>fdisk -l</strong>" it is not shown, and not found under /media/:</p> <p>root@desktop:/etc# fdisk -l</p> <pre><code>Disk /dev/sda: 60.0 GB, 60022480896 bytes 255 heads, 63 sectors/track, 7297 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x90789078 Device Boot Start End Blocks Id System /dev/sda1 * 1 7296 58605088+ 7 Linux </code></pre> <p>What else can be done? any help is appreciated.</p>
8747
null
null
2014-09-16T18:12:27.697
USB recognized but not available?
[ "usb-drive" ]
2
7
CC BY-SA 2.5
[ { "creationDate": "2011-02-14T07:46:42.300", "id": "28860", "postId": "26259", "score": "0", "text": "Your `fdisk -l` call lists your hard drive's partitions. Run `fdisk -l /dev/sdb` and post the output.", "userDisplayName": null, "userId": "9061" }, { "creationDate": "2011-02-15...
null
[ { "accepted": null, "body": "<p>Does it show up in gParted?</p>\n\n<p>Also, can you check if it works using a Live Session CD in the same machine?</p>\n\n<p>I will wait for this info, and we can work from there...</p>\n\n<p><strong>EDIT</strong></p>\n\n<p>Try to install <code>gnome-disk-utility</code> packa...
null
null
null
null
null
26263
1
26358
2011-02-14T08:00:09.043
2
3609
<p>My gut says disabling write cache on soft RAID5 is the smart move, but I'm not certain.</p> <p>Possible Considerations:</p> <ul> <li>The drives a WD20EARS with 64Mb cache.</li> <li>The server hasn't gone down due to a power outage in the last 4-5 years. (even without a UPS)</li> <li>Most of the data is media that can be ripped again from cd/dvd or downloaded from the relevant service, but some of it is pretty critical (family photo's, personal docs etc, but there is a working backup that's tested for recovery twice a year).</li> </ul> <p>What are the pro's and con's of each decision?</p>
10807
235
2011-02-14T16:12:42.853
2011-02-14T16:52:58.840
Should I disable write cache in an mdadm array?
[ "raid", "mdadm" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h2>Enabling</h2>\n\n<p>Pros: it's faster.</p>\n\n<p>Cons: with RAID5 you can have horrible corruption failures with write cache, when kernel thinks everything is written to disk, and it is safe to continue. Basically, you can get your whole array destroyed unrecoverably (or actually, it is possible to recover, but it is huge mess). We had that case earlier when battery backup for write caches failed (raid card memory backup), and it wasn't nice.</p>\n\n<h2>Disabling</h2>\n\n<p>Cons: small performance hit for writing.</p>\n\n<p>Pros: your data is safer.</p>\n\n<hr>\n\n<h2>Considerations</h2>\n\n<p>Your usage looks like mainly reading (you aren't adding new CD's/DVD's all the time, are you, same goes for family photos etc.). Is it important to have little bit more performance for writing?</p>\n\n<p>How long it will take to rip all data again, and restore all backups in case of failure? If that is trivial amount of time (or someone else will do it :)) go for it, but if you really do not want to do that, I would skip adding small performance improvement.</p>\n\n<p>Also, you can enable write cache temporarily, and run some benchmarks, for example bonnie++ or just copy'n'paste some files to disk to see if there is any advantage. If you can't notice it, is it worth of risks?</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-16T21:26:50.490", "id": "29366", "postId": "26358", "score": "0", "text": "Yep, thats what I thought was the case, i just wanted someone to verify it for me.", "userDisplayName": null, "userId": "10807" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T16:52:58.840", "id": "26358", "lastActivityDate": "2011-02-14T16:52:58.840", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10581", "parentId": "26263", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<h2>Enabling</h2>\n\n<p>Pros: it's faster.</p>\n\n<p>Cons: with RAID5 you can have horrible corruption failures with write cache, when kernel thinks everything is written to disk, and it is safe to continue. Basically, you can get your whole array destroyed unrecoverably (or act...
null
null
null
null
null
26264
1
null
2011-02-14T08:12:13.657
2
690
<p>Currently I do have Win-XP (C: partition) which is the system &amp; primary partition. Win7 is the boot partition and the logical drive. </p> <p>I want to replace Win-XP with Ubuntu 10.04 desktop. After I restarted with the Ubuntu CD all went well until the partitioning. The installer screen displayed that win7 was in <code>dev/sda1</code> and the rest <code>dev/sda2</code> it suggested to install Ubuntu. </p> <p>When I checked the disk size it points <code>dev/sda1</code> to C: partition which is where Win-XP is installed. While the other partition E: is where my win7 is. This could be due to the boot loader residing in the C: partition or c being the system partition. When I try to manually changes I selected <code>dev/sda1</code> where the Ubuntu should be installed &amp; tried to resize the partition but it freezes.</p> <p>What am i not doing correctly? Thanks</p>
null
47151
2012-03-14T12:31:45.440
2012-03-14T12:31:45.440
Install Ubuntu & Win7 side by side
[ "installation", "partitioning", "boot-partition" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I would try to remove the Windows XP partition first and then select the option \"Use the largest continuous free space\".</p>\n\n<p>One way to delete the XP partition is to boot the Ubuntu livecd and select \"Try Ubuntu\", than start <code>GParted</code> from <code>System &g...
null
null
null
null
user10808
26269
1
26270
2011-02-14T09:03:03.747
19
29066
<p>I tried to use the <code>usb-creator.exe</code> from Ubuntu 10.10 desktop i386 ISO image and it does create an USB stick that doesn't boot. When I try to boot from it I get:</p> <blockquote> <p>Operating System not found.</p> </blockquote> <p>I try to do this from Windows 7 x64. I'm not looking to create a live Ubuntu media, only an installation USB disk.</p> <p>I repeated the process several times and I even tried to reformat the USB drive (FAT32), no success yet.</p> <p>The USB stick is a 8GB one.</p>
1004
169736
2014-01-07T18:57:17.663
2017-03-03T04:21:09.957
How do I install Ubuntu from an USB drive / create a live USB-stick in Windows?
[ "live-usb", "system-installation" ]
9
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Well you can create a Live-USB disk that can be used for installing the operating system with <a href=\"http://unetbootin.sourceforge.net/\" rel=\"noreferrer\">unetbootin</a>. Here is the official <a href=\"https://help.ubuntu.com/community/Installation/FromUSBStick\" rel=\"noreferrer\">documentation on USB installation</a>.</p>\n\n<p>Make sure that you boot the USB disk at system startup, i.e. when you on your computer. That means the BIOS of your computer has to be set to try to boot from USB before it boots from hard drive and the stick has to be inserted before hard drive booting takes place.</p>\n\n<p>The usual procedure from within Ubuntu is to use <strong>Startup Disk Creator</strong>. With that you just select the Ubuntu image or LiveCD and the USB-Media and go ahead. See picture below:</p>\n\n<p><img src=\"https://i.stack.imgur.com/nn6Ni.png\" alt=\"Startup Disk Creator usage\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-14T09:10:11.607", "id": "26270", "lastActivityDate": "2012-08-22T11:17:20.953", "lastEditDate": "2012-08-22T11:17:20.953", "lastEditorDisplayName": null, "lastEditorUserId": "17789", "ownerDisplayName": null, "ownerUserId": "1543", "parentId": "26269", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>Well you can create a Live-USB disk that can be used for installing the operating system with <a href=\"http://unetbootin.sourceforge.net/\" rel=\"noreferrer\">unetbootin</a>. Here is the official <a href=\"https://help.ubuntu.com/community/Installation/FromUSBStick\" rel=\"n...
null
null
null
null
null
26271
1
26272
2011-02-14T09:16:50.347
1
2415
<p>I have shared a samba folder on ubuntu desktop. Is there a way to disable ubuntu shared folder password prompt when accessed from windows?.</p>
3215
null
null
2014-04-28T06:41:07.497
How to disable samba shared folder password prompt
[ "windows", "samba", "password", "share" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>check \"Remember My password\" check box. </p>\n\n<p><img src=\"https://i.stack.imgur.com/doraQ.png\" alt=\"enter image description here\"></p>\n\n<p>Then check \"Reconnect at logon\"</p>\n\n<p><img src=\"https://i.stack.imgur.com/jCnDw.png\" alt=\"enter image description here\"></p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-02-14T10:12:04.070", "id": "28874", "postId": "26272", "score": "0", "text": "won't it prompt even after rebooting the windows machine?", "userDisplayName": null, "userId": "3215" }, { "creationDate": "2011-02-14T10:49:46.827", "id": "28889", "postId": "26272", "score": "0", "text": "Yes, but first unmount the mounted shared location, then mount it again with checking \"Remember my password\" and \"Reconnect at logon\" checkbox's, after that you can try rebooting your windows machine it won't prompt again.", "userDisplayName": null, "userId": "9701" }, { "creationDate": "2011-02-14T12:20:12.787", "id": "28899", "postId": "26272", "score": "0", "text": "I have checked the way you suggested on my xp vm. I don't know why it's still prompting for the password after every reboot. I've checked it for 6-7 times rebooting xp vm and it kept on prompting for the password.", "userDisplayName": null, "userId": "3215" }, { "creationDate": "2011-02-14T12:58:13.287", "id": "28914", "postId": "26272", "score": "0", "text": "No, actually it should be on xp physical machine. I'm just trying to access ubuntu shared folder on my xp virtual machine.", "userDisplayName": null, "userId": "3215" }, { "creationDate": "2011-02-14T13:01:53.547", "id": "28916", "postId": "26272", "score": "0", "text": "I'm thinking if it works on the vm then it will definitely works on the real windows machine", "userDisplayName": null, "userId": "3215" }, { "creationDate": "2011-02-14T13:20:01.240", "id": "28926", "postId": "26272", "score": "0", "text": "That will be true but I think it depends on what virtual machine you are using and the way you are mapping the shared folder. i'm using a deferent method sharing between ubuntu and xp inside Virtualbox. anyhow i don't know exactly your virtual machine problem.", "userDisplayName": null, "userId": "9701" }, { "creationDate": "2011-02-14T13:30:43.933", "id": "28930", "postId": "26272", "score": "0", "text": "I'm using VirtualBox VMs. I'm checking in the VMs because I can't restart real machines right now as it's running many virtual servers and so I'm trying it on my local vms. I'll definitely let you know once I restart the windows machine.", "userDisplayName": null, "userId": "3215" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T09:36:55.100", "id": "26272", "lastActivityDate": "2011-02-14T10:58:55.693", "lastEditDate": "2011-02-14T10:58:55.693", "lastEditorDisplayName": null, "lastEditorUserId": "9701", "ownerDisplayName": null, "ownerUserId": "9701", "parentId": "26271", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>check \"Remember My password\" check box. </p>\n\n<p><img src=\"https://i.stack.imgur.com/doraQ.png\" alt=\"enter image description here\"></p>\n\n<p>Then check \"Reconnect at logon\"</p>\n\n<p><img src=\"https://i.stack.imgur.com/jCnDw.png\" alt=\"enter image description he...
null
null
null
null
null
26273
1
26371
2011-02-14T09:47:31.760
3
762
<p>I have some photos taken with a digital camera. Which software under Ubuntu can I use to make a photo CD out of it, which can be read on standard CD/DVD players for TV sets?</p>
4157
4469
2011-02-14T09:56:43.220
2011-02-14T18:27:41.210
Make a photo CD
[ "software-recommendation", "cd", "photo" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>K3b does the job! <a href=\"https://help.ubuntu.com/6.06/kubuntu/desktopguide/C/burning-cds.html\" rel=\"nofollow\">https://help.ubuntu.com/6.06/kubuntu/desktopguide/C/burning-cds.html</a>\nPlease note that K3b also works fine under Ubuntu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T18:27:41.210", "id": "26371", "lastActivityDate": "2011-02-14T18:27:41.210", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2191", "parentId": "26273", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p><a href=\"http://live.gnome.org/gthumb\" rel=\"nofollow\">gthumb</a> has an option for burning to cd/dvd. I am not sure if it makes a photo CD</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creat...
null
0
null
null
null
26285
1
26312
2011-02-14T10:42:03.980
7
13228
<p>I want play a Blu Ray Video from my hard drive with Boxee, but it chokes all the time. I've tried to play it with others video players but it is the same. </p> <p>I think that is a 10gb .mkv file with 10Gb. Stuttering video with VLC , mplayer, and the default video player on ubuntu.</p> <p>I read in many Forums just can´t put this to work. Any idea? thanks.</p> <p>Ubuntu 10.10, </p> <ul> <li>My PC specs: </li> <li>Single Core 2Ghz</li> <li>ATI HD 4350 (i have installed the drivers from "Hardware Drivers"), </li> <li>2G Memory</li> </ul> <p>*EDIT: Problem solved, this weekend had buy a motherboard and a processor DualCore 2.5Ghz, no more stuttering. thanks alot for your help.</p>
10817
10817
2011-02-21T11:58:18.040
2012-11-12T12:52:43.513
How do I play HD video without it stuttering?
[ "ati", "boxee", "blu-ray" ]
6
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-14T11:38:41.597", "id": "28893", "postId": "26285", "score": "0", "text": "Can you please explain two things a little better: 1. What's the input? Are we talking about a Blu Ray that has been decrypted to disk or just a high-definition video (that's been created from a...
{ "accepted": true, "body": "<p>Try it on any other operating system with this specs and it will choke. Some Single Core 2 Ghz can't handle even 720p but 1080p it's a sure...</p>\n\n<p>I have a PC: Athlon 3000+, Single Core 2 Ghz, ATI Radeon 4850 HD(1GB ; 512 bit) with big bandwidth and it chokes too... Overclocked to 2.4 Ghz and anyway chokes for 1080p(Blu-Ray).</p>\n\n<p>Btw, try to compile the new kernel(2.6.38-rc4) it gives awesome performance boost(I don't know if it gives the boost for Single Core, for Multi-Core for sure but anyway, u may wanna try): <a href=\"https://wiki.ubuntu.com/KernelTeam/GitKernelBuild\" rel=\"nofollow\">https://wiki.ubuntu.com/KernelTeam/GitKernelBuild</a> .If u want to compile the Kernel, don't forget that u need at least 7GB disk space.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-14T12:56:53.157", "id": "28913", "postId": "26312", "score": "0", "text": "Thanks for your help. I Going to try it and later post the result.", "userDisplayName": null, "userId": "10817" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T12:42:28.153", "id": "26312", "lastActivityDate": "2011-02-14T12:42:28.153", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10533", "parentId": "26285", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Try it on any other operating system with this specs and it will choke. Some Single Core 2 Ghz can't handle even 720p but 1080p it's a sure...</p>\n\n<p>I have a PC: Athlon 3000+, Single Core 2 Ghz, ATI Radeon 4850 HD(1GB ; 512 bit) with big bandwidth and it chokes too... Ove...
null
null
null
null
null
26286
1
null
2011-02-14T10:50:45.897
28
82362
<p>I want to generate a public-private key on Sever 1 and store it in a location which is not the default location.</p> <p>Thereafter, save the public key on Server 2; once again NOT at the default location.</p> <p>Then make this key an authorized key.</p> <p>However, I cannot find <code>authorized_keys</code> file in <code>~/.ssh</code> folder. How do I make it authorized?</p>
null
114818
2014-04-17T12:02:20.610
2015-11-16T13:10:08.247
How to generate a private-public key using ssh-keygen and make it authorized?
[ "ssh" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-14T11:02:14.377", "id": "28890", "postId": "26286", "score": "1", "text": "ssh-keygen is the command for generating keys. It asks for location of key file during creation. I think you have to create the file authorised key if you don't have one", "userDisplayName":...
null
[ { "accepted": null, "body": "<p>Sounds like you've already made the keys. If not, just run ssh-keygen and accept the defaults. Make the authorized_keys file yourself: <code>touch authorized_keys</code></p>\n\n<p>When you keep your private keys in a non-standard location, make sure and use -i: <code>ssh -i /...
null
null
null
null
user10631
26290
1
null
2011-02-14T11:04:04.793
26
55657
<p>How does Ubuntu come up with the default synaptics settings? I've got Ubuntu Netbook 10.10 installed on an Eeepc 900. Out of the box TapButton2 was set to 3, and TapButton3 was set to 2.</p> <p>I have several custom synaptics settings I want as system wide defaults. Right now I use a script with synclient commands I have to run every boot or wake. Pita. It used to be everything went in xorg.conf..which no longer exists. I'm trying to learn the new way, which is apparently conf files at <code>/usr/share/X11/xorg.conf.d</code>.</p> <ol> <li><p>I edited <code>/usr/share/X11/xorg.conf.d/50-synaptics.conf</code> to look like:</p> <pre>Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "LockedDrags" "1" Option "TapButton2" "2" Option "TapButton3" "3" EndSection</pre></li> <li><p>I tried modifying the touchpad section of <code>/usr/share/X11/xorg.conf.d/10-evdev.conf</code>, no cigar.</p></li> <li><p>Tried the same 50-synaptics.conf and 10-evdev.conf files in a <code>/etc/X11/xorg.conf.d</code> section.</p></li> <li><p>Tried making a <code>/etc/X11/xorg.conf</code> with the InputClass section above. No cigar.</p></li> </ol> <p>I always revert the old change first, make the new one, and start a new X session to test (<code>startx -- :2</code>). <strong>Something I find interesting</strong> is that after any switch to the virtual terminal (<kbd>ctrl</kbd>+<kbd>alt</kbd>+<kbd>F1</kbd>) my synaptics settings are lost. Significant? I don't know.</p> <p>These are the synclient commands I run:</p> <pre>jake@clyde:~$ cat bin/synset.sh #!/bin/bash synclient TapButton2=2 synclient TapButton3=3 synclient LockedDrags=1 </pre> <p>Here is what's in /dev/input:</p> <pre><code>jake@clyde:/dev/input$ ls by-path/ event0 event1 event2 event3 event4 event5 event6 event7 mice mouse0 jake@clyde:/dev/input$ ls -l by-path/ total 0 lrwxrwxrwx 1 root root 9 2011-02-18 15:43 platform-eeepc-event -&gt; ../event6 lrwxrwxrwx 1 root root 9 2011-02-18 15:43 platform-i8042-serio-0-event-kbd -&gt; ../event4 lrwxrwxrwx 1 root root 9 2011-02-18 15:43 platform-i8042-serio-1-event-mouse -&gt; ../event7 lrwxrwxrwx 1 root root 9 2011-02-18 15:43 platform-i8042-serio-1-mouse -&gt; ../mouse0 </code></pre> <p>The X log is rather long, but here's some output. If the whole thing would be useful, where is a good place to upload it?</p> <pre><code>jake@clyde:/var/log$ egrep "synaptics|touchpad" Xorg.0.log [ 16.707] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7) [ 16.707] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall" [ 16.707] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall" [ 16.707] (II) LoadModule: "synaptics" [ 16.707] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 16.707] (II) Module synaptics: vendor="X.Org Foundation" [ 16.708] (II) Synaptics touchpad driver version 1.2.2 [ 16.708] (II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144 [ 16.708] (II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760 [ 16.708] (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data. [ 16.708] (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0 [ 16.708] (II) ETPS/2 Elantech Touchpad: buttons: left right double triple [ 16.708] (--) ETPS/2 Elantech Touchpad: touchpad found [ 16.708] (**) ETPS/2 Elantech Touchpad: always reports core events [ 16.708] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD) [ 16.708] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 [ 16.709] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0 [ 16.709] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 [ 16.709] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4 [ 16.709] (--) ETPS/2 Elantech Touchpad: touchpad found [ 16.710] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0) [ 15516.377] (--) ETPS/2 Elantech Touchpad: touchpad found [ 44215.009] (--) ETPS/2 Elantech Touchpad: touchpad found [ 44358.733] (--) ETPS/2 Elantech Touchpad: touchpad found [ 44414.761] (--) ETPS/2 Elantech Touchpad: touchpad found [ 44515.817] (--) ETPS/2 Elantech Touchpad: touchpad found </code></pre> <p>It looks like this remains unresolved in current Ubuntus (12.04, 12.10).</p> <ul> <li><a href="https://askubuntu.com/questions/252166/ubuntu-isnt-loading-xorg-conf">https://askubuntu.com/questions/252166/ubuntu-isnt-loading-xorg-conf</a></li> <li><a href="https://askubuntu.com/questions/280542/ubuntu-completly-ignores-my-xorg-d-settings?rq=1">Ubuntu completly ignores my xorg.d settings</a></li> <li><a href="https://askubuntu.com/questions/165356/x11-ignoring-options-in-configuration-for-input-device">X11 ignoring options in configuration for input device</a></li> </ul>
8515
-1
2017-04-13T12:23:07.557
2013-05-06T17:16:46.273
50-synaptics.conf options not working
[ "xorg", "touchpad", "synaptics" ]
6
3
CC BY-SA 3.0
[ { "creationDate": "2011-02-18T23:56:26.413", "id": "29748", "postId": "26290", "score": "1", "text": "FYI, before asking, I saw and followed [\"What's the recommended way to configure a Synaptics touchpad device?\"](http://askubuntu.com/questions/18482/whats-the-recommended-way-to-configure-a-sy...
null
[ { "accepted": null, "body": "<p>Not sure if it helps but if you save it as xorg.conf it should work</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-14T12:11:57.510", "id": "28898", "postId": "26292", "score": "5", "text": "xorg.conf...
null
null
null
null
null
26297
1
null
2011-02-14T11:30:09.683
0
1968
<p>I tried to install Ubuntu 10.10 and 10.04 through Wubi in Windows 7.</p> <p>Even after I disable the firewall and antivirus I get this error again and again.</p> <pre><code>Invalid Tag data . check len(D=1,(ord(d) &amp; 128)==128. recvd -&gt; (&lt;&gt; </code></pre> <p>It becomes unable to install. I tried to install to c drive and e drive also.</p>
6106
19490
2011-08-12T13:12:30.323
2012-02-08T20:11:07.917
Wubi error about "invalid tag data"
[ "10.10", "10.04", "installation", "wubi" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-22T01:08:31.640", "id": "30353", "postId": "26297", "score": "0", "text": "I have the same problem ( exactly), Im trying to intall on both dell windows 7 machine along with a netbook. I receive the exact same error message! I think Im gonna post a thread on reddit in a...
null
[ { "accepted": null, "body": "<p>Though it's Mint Linux oriented, maybe this help: <a href=\"https://bugs.launchpad.net/linuxmint/+bug/576166\" rel=\"nofollow\">https://bugs.launchpad.net/linuxmint/+bug/576166</a></p>\n\n<p>If you read the tread it's about a workaround to disable internet connection during i...
null
null
null
null
null
26298
1
26303
2011-02-14T11:32:09.073
2
1063
<p>Is there a way I can restrict the Internet connection and application use of another user account?</p> <p>What I'd like to do is let that account connect for the use of Dropbox, but otherwise have no Internet access. Also, have a list of applications that the user can use, or better, a list that they cannot.</p>
9494
169736
2014-01-29T14:03:21.380
2014-01-29T14:03:21.380
Restrictions on a user account
[ "user-management" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>For the internet connection, you'd have to create a script which ran on login which defines ufw rules to govern the conneciton. You'd have to create one for yourself too in order to ensure that you don't inherit that profile when <em>you</em> login.</p>\n\n<p>Dropbox is tricky since it uses Amazon ECS servers. It's an extensive list of target addresses. Something like :</p>\n\n<pre><code>ufw allow proto tcp from any to &lt;target address 1&gt; port 80\nufw allow proto tcp from any to &lt;target address 2&gt; port 80\n...\n</code></pre>\n\n<p>Then to switch back to \"your\" profile, something like :</p>\n\n<pre><code>ufw reset\nufw enable\n</code></pre>\n\n<p>The full list of IP addresses is included at the bottom.</p>\n\n<p>The allow/deny of programs can be achieved by configuring /etc/sudoers, but I'm not certain if you can restrict programs that don't require sudo. Well, you can, by changing the persmissions of /usr/bin for example, but it's not amazingly elegant. By which I mean, there's no nice GUI for doing so.</p>\n\n<p>I'll try to add more detail once I'm sitting at my Ubuntu machine.</p>\n\n<p>Dropbox IP addresses :</p>\n\n<pre><code>75.126.110.0/24\n173.193.134.0/24\n173.194.37.0/24\n174.36.51.0/24\n174.36.30.0/24\n174.129.195.0/24\n174.129.196.0/24\n174.129.27.0/24\n184.72.255.0/24\n184.73.211.0/24\n208.43.202.0/24\n208.43.219.0/24\n208.43.223.0/24\n204.236.220.0/24\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T11:57:33.170", "id": "26303", "lastActivityDate": "2011-02-14T11:57:33.170", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "861", "parentId": "26298", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>For the internet connection, you'd have to create a script which ran on login which defines ufw rules to govern the conneciton. You'd have to create one for yourself too in order to ensure that you don't inherit that profile when <em>you</em> login.</p>\n\n<p>Dropbox is tric...
null
null
null
null
null
26299
1
26893
2011-02-14T11:35:30.457
5
15942
<p>I always have a pause at boot saying my filesystems are being checked (with a "press C to cancel" note, too). Actually (seeing <code>boot.log</code>) I think it's the <code>/</code> fs, which is located at <code>/dev/sdb5</code></p> <p>Several questions altoghether, here (hope this does not break any rule):</p> <ul> <li>Is this normal?</li> <li>Can I (or even should I) prevent this anyhow?</li> <li>According to boot.log (below) the fs does not seem to be 'clean', or, at least, it's in an state or condition that makes fsck always can it for errors for a while (just a few seconds). How can I fix it?</li> </ul> <p>Edit: This is my boot.log:</p> <pre><code>fsck desde util-linux-ng 2.17.2 udevd[515]: can not read '/etc/udev/rules.d/z80_user.rules' /dev/sdb5: 249045/32841728 ficheros (0.3% no contiguos), 20488485/131338752 bloques init: ureadahead-other main process (1111) terminated with status 4 init: ureadahead-other main process (1116) terminated with status 4 Password: * Starting AppArmor profiles [160G Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox [154G[ OK ] * Setting sensors limits [160G [154G[ OK ] </code></pre> <p>And this is dumpe2fs results for the filesystem being checked (well, the relevant part of the log):</p> <pre><code>Filesystem volume name: &lt;none&gt; Last mounted on: / Filesystem UUID: 42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize Filesystem flags: signed_directory_hash Default mount options: (none) Filesystem state: clean Errors behavior: Continue Filesystem OS type: Linux Inode count: 32841728 Block count: 131338752 Reserved block count: 6566937 Free blocks: 110850356 Free inodes: 32592701 First block: 0 Block size: 4096 Fragment size: 4096 Reserved GDT blocks: 992 Blocks per group: 32768 Fragments per group: 32768 Inodes per group: 8192 Inode blocks per group: 512 Flex block group size: 16 Filesystem created: Fri Dec 10 19:44:15 2010 Last mount time: Mon Feb 14 17:00:02 2011 Last write time: Mon Feb 14 16:59:45 2011 Mount count: 1 Maximum mount count: 33 Last checked: Mon Feb 14 16:59:45 2011 Check interval: 15552000 (6 months) Next check after: Sat Aug 13 17:59:45 2011 Lifetime writes: 331 GB Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) First inode: 11 Inode size: 256 Required extra isize: 28 Desired extra isize: 28 Journal inode: 8 First orphan inode: 28049496 Default directory hash: half_md4 Directory Hash Seed: d3d24459-514b-4413-b840-e970b766095b Journal backup: inode blocks Journal features: journal_incompat_revoke Tamaño de fichero de transacciones: 128M Journal length: 32768 Journal sequence: 0x0005e0c4 Journal start: 1 </code></pre> <p>This is my <code>/etc/fstab</code> file:</p> <pre><code># /etc/fstab: static file system information. # # &lt;file system&gt; &lt;mount point&gt; &lt;type&gt; &lt;options&gt; &lt;dump&gt; &lt;pass&gt; proc /proc proc nodev,noexec,nosuid 0 0 #Entry for /dev/sdb5 : UUID=42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 / ext4 errors=remount-ro 0 1 #Entry for /dev/sdb1 : UUID=685EC6355EC5FC36 /media/DATOS ntfs defaults,user 0 0 #Entry for /dev/sda2 : UUID=6A366B05366AD21D /media/W7 ntfs defaults,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,dmask=0077,fmask=0177 0 0 #Entry for /dev/sdb6 : UUID=66aa7f93-4c89-4118-af47-fdaa78db8f22 none swap sw 0 0 #Lector de tarjetas impresora //192.168.85.77/Memory_Card /media/HP smbfs defaults 0 0 </code></pre>
8851
8851
2011-02-17T00:58:51.573
2011-02-17T21:08:55.420
Why is my root filesystem always scanned at boot?
[ "boot", "fsck" ]
2
7
CC BY-SA 2.5
[ { "creationDate": "2011-02-16T19:29:37.780", "id": "29353", "postId": "26299", "score": "0", "text": "Can you please check the output of `dumpe2fs` (especially the `filesystem state` field) when the partition is UNMOUNTED? You can e.g. restart the computer and boot into a LiveCD and check the ou...
{ "accepted": true, "body": "<p>All looks OK in the outputs... :P </p>\n\n<p>Two more things you can try: </p>\n\n<ol>\n<li>check if a <code>/forcefsck</code> file exists\non your system;</li>\n<li>boot into a LiveCD\n and force the check of the\n partition, for example using <code>GParted</code>\n → Partition → Check.</li>\n</ol>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-17T21:12:16.233", "id": "29587", "postId": "26893", "score": "1", "text": "As I said before, the `/forcefsk` file was the problem. File is gone, problem is gone.", "userDisplayName": null, "userId": "8851" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-17T21:08:55.420", "id": "26893", "lastActivityDate": "2011-02-17T21:08:55.420", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9340", "parentId": "26299", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Maybe you don't let it finish. It is a scheduled process every 30 boots. The linux file-system is checked. You can start this process by:\n<code>shutdown -rF now</code>\nThis will restart and start the check.</p>\n\n<p>Edit the check by running:\n<code>gksu gedit /etc/fstab</...
null
null
null
null
null
26300
1
26330
2011-02-14T11:37:47.510
1
5676
<p>I have an brand new installation of Ubuntu 9.10 (karmic version) where everything is fine except the video resolution. In Ubuntu 9.10, the file xorg.conf is empty by default.</p> <p>I'm using an onboard video card, and Ubuntu can not find the right resolution for me. It always uses 800x600, but I need at least 1024x768. Also, my monitor is listed as Unknown Type.</p> <p>Ubuntu did find the right resolution when I changed the monitor to a Samsung monitor.</p> <p>By the way what are the generic settings to put inside xorg.conf?</p> <p>What is the settings for Refresh Rate, for example, I got a resolution of 1280x800, but the Refresh Rate generally between 60 ~ 80 htz is ZERO on my resolution.. In 1024 resolution my Refresh Rate is 75 htz..</p> <p>What is going on with my resolution and how to modify the Refresh Rate??</p> <p>Many Thanks!</p>
10820
235
2011-02-14T14:58:55.630
2011-04-16T04:40:29.083
Settings xorg.conf to be used with VESA driver?
[ "xorg", "9.10" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>First, I would not install 9.10 (karmic) especially not as \"brand new installation\" since its support ends within about two months: <a href=\"http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Release_history\" rel=\"nofollow\">http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Release_history</a></p>\n\n<p>Second: modern Xorg releases have the goal to work without any configuration file, just run-time detection is enough in <em>most</em> cases. Sure, if there is /etc/X11/xorg.conf it will be used still. You can generate one with <code>Xorg -configure</code> command (as root, of course from a text VT, not from running X), and you may modify it a bit later then, if you need to customize it. As far as I remember that command will generate the config file in your home with name like xorg.conf.new, so you need to move it to the right place too.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-14T13:53:54.770", "id": "28936", "postId": "26330", "score": "0", "text": "sorry about \"brand new installation\" hahaha ... but I just picked up the first linux I saw in my case and did the installation.. and Unfortunattley the ubuntu do not recognize my video monitor, then I gave a command sudo gedit /etc/X11/xorg.conf and Added some lines in there, and everything okay, but the Refresh rate shows to me as 0 (ZERO) in a resolution of 1280x800, when I get back to 1024x768 all is fine, Refresh rate change to 75 hzt.. Do you have any idea why is it happening?", "userDisplayName": null, "userId": "10820" }, { "creationDate": "2011-02-14T14:02:15.777", "id": "28938", "postId": "26330", "score": "0", "text": "What is odd for me: why do you want to use the VESA driver? Isn't your card supported at all just with vesa? What kind of hardware it, exactly? (you can use `lspci` command to get information about devices on the PCI & related bus)", "userDisplayName": null, "userId": "10579" }, { "creationDate": "2011-02-16T13:17:58.010", "id": "29296", "postId": "26330", "score": "0", "text": "it is an onboard driver, a generic driver VESA. It is an old PC with intel celeron Processor and onboard drivers. I still have the problem with the Refresh Rate of my monitor.. it should be something between 40 - 60 Hz and never up to 75 Hz ... and can not solve this issue.. any idea?", "userDisplayName": null, "userId": "10820" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-14T13:45:32.203", "id": "26330", "lastActivityDate": "2011-02-14T13:45:32.203", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10579", "parentId": "26300", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>First, I would not install 9.10 (karmic) especially not as \"brand new installation\" since its support ends within about two months: <a href=\"http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Release_history\" rel=\"nofollow\">http://en.wikipedia.org/wiki/List_of_Ubuntu...
null
null
null
null
null
26301
1
27376
2011-02-14T11:41:18.173
5
16242
<p>I've tried to change resolution, colors and background image for my grub menu, but I get no background (well, just a black one, no image).... What am I doing wrong?</p> <p>This is my <code>grub.cfg</code> (omitting the OS's part):</p> <pre><code># # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then set have_grubenv=true load_env fi set default="${saved_entry}" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi } function load_video { insmod vbe insmod vga } insmod part_msdos insmod ext2 set root='(hd1,msdos5)' search --no-floppy --fs-uuid --set 42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1280x1024x24 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(hd1,msdos5)' search --no-floppy --fs-uuid --set 42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 set locale_dir=($root)/boot/grub/locale set lang=es insmod gettext if [ "${recordfail}" = 1 ]; then set timeout=-1 else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_msdos insmod ext2 set root='(hd1,msdos5)' search --no-floppy --fs-uuid --set 42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 insmod jpeg if background_image /boot/grub/Serenity_Enchanted_by_sirpecangum.jpg ; then set color_normal=black/white set color_highlight=brown/light-gray else set menu_color_normal=white/black set menu_color_highlight=black/light-gray fi ### END /etc/grub.d/05_debian_theme ### </code></pre> <p>The selected image has been copied to <code>/boot/grub/Serenity_Enchanted_by_sirpecangum.jpg</code> with no luck. I'm for sure missing something (probably something obvious) but I don't really get it...</p>
8851
null
null
2015-04-27T02:25:19.100
Why doesn't my grub background show?
[ "grub2" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It ended up being the image resolution... I resized it to be exactly 1280x1024 and it worked fine. I guess grub does not know how to resize/scale an image.\nSorry about answering my own question and accepting my own answer... but that's the solution and I think someone could find it useful</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2023-08-25T08:54:49.537", "id": "2597720", "postId": "27376", "score": "0", "text": "Answering your own question is actually encouraged! See https://meta.stackoverflow.com/a/250208/1333025", "userDisplayName": null, "userId": "109900" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T11:12:43.197", "id": "27376", "lastActivityDate": "2011-02-21T11:12:43.197", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8851", "parentId": "26301", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<p>Instead of manually editing the config file i would say download Grub Customizer Portable then mark the applications ‘executable’ after download - Right click > Properties > Permissions > Check ‘allow executing as a programme’ then double-click and run\nNow Edit -> Prefrences...
null
null
null
null
null
26302
1
null
2011-02-14T11:42:54.963
2
5281
<p>I want to run a sript that is present in local machine, but it should perform operations on remote machine. I have already generated public-private keys, so no password authentiaction is required</p>
null
147044
2014-04-17T06:01:28.863
2016-12-21T10:35:51.443
Running local script on a remote machine
[ "scripts" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-02-14T11:50:17.770", "id": "28896", "postId": "26302", "score": "1", "text": "why don't you just copy your script to remote machine?", "userDisplayName": null, "userId": "2937" }, { "creationDate": "2011-02-14T12:49:48.010", "id": "28910", "postId"...
null
[ { "accepted": null, "body": "<p>This SO answers your exact question:<a href=\"https://stackoverflow.com/questions/29061/how-do-you-use-ssh-in-a-shell-script/29083#29083\">bash - How do you use ssh in a shell script? - Stack Overflow</a></p>\n\n<pre><code>ssh user@host command\n#for example\nssh user@host ls...
null
null
null
null
user10631
26308
1
null
2011-02-14T12:33:19.853
12
18273
<p>When I type <code>mail</code> command, I get a "No mail for USER" answer, but there's indeed mail (it's in <code>/home/USER/Maildir/new</code>)</p> <p>I guess it has something to do with the mailbox being in Maildir format, instead of mbox, but I don't know how to tell mailutils (specifically the mail command) which format to use.</p>
8851
8851
2011-02-14T13:36:35.250
2018-02-20T03:12:15.780
How to configure mail (mailutils) to use Maildir schema by default?
[ "mail" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Afaik \"mail\" utility checks mails at the location given with the MAIL environment variable. Try this command: <code>MAIL=/home/USER/Maildir/ mail</code> (for sure, replace USER with something meaningful &amp; valid). If that works, it seems that you should set MAIL variable...
null
null
null
null
null
26310
1
null
2011-02-14T12:39:13.093
2
6204
<p>I created a kickstart file <code>ks.cfg</code> and then I have put that in the bootable disk (Ubuntu 10.04), and then added the following line to the <code>isolinux.cfg</code> </p> <pre><code>linux ks=ks.cfg </code></pre> <p>and have not removed any other lines from the <code>isoconfig.cfg</code> file. But the installation is <em>not</em> automated, it is asking for language and all.</p> <p>If I remove <code>include menu.cfg</code> or any other line from <code>isolinux.cfg</code> I get a boot error.</p> <p>What should I do now to automate the installation. Where should i add the boot parameters so that installation will start from the <code>ks.cfg</code>?</p>
10822
527764
2017-03-14T19:31:35.323
2017-03-14T19:31:35.323
Where do I add boot parameters to use ks.cfg
[ "software-installation", "kickstart" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<h1><a href=\"http://packages.ubuntu.com/system-config-kickstart\" rel=\"nofollow noreferrer\">system-config-kickstart</a> <a href=\"http://apt.ubuntu.com/p/system-config-kickstart\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install system-...
null
0
null
null
null
26318
1
26326
2011-02-14T13:08:52.687
79
106186
<p>Somebody told me that:</p> <blockquote> <p>BASH isn't an environment variable, it's a shell variable</p> </blockquote> <p>What's the difference?</p>
5304
null
null
2019-06-04T19:59:48.497
Environment variable vs Shell variable, what's the difference?
[ "bash", "command-line", "environment-variables" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2019-05-31T20:40:34.330", "id": "1906143", "postId": "26318", "score": "0", "text": "sounds like the same thing just has a different scope?", "userDisplayName": null, "userId": "326938" } ]
{ "accepted": true, "body": "<p><code>$BASH</code> is a <strong>local variable</strong> that is valid in the current (bash) shell only.</p>\n\n<p><strong>Environment variables</strong> such as <code>$SHELL</code> are valid systemwide. In a current Bash shell, <code>$BASH</code> points to the execution path of <strong>bash</strong>, whereas <code>$SHELL</code> points to the shell defined as default (which may be of the same value).</p>\n\n<p>For an explanation of environment variables see <a href=\"https://help.ubuntu.com/community/EnvironmentVariables\" rel=\"noreferrer\">Environment Variables</a> in Ubuntu Help.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-14T14:42:46.600", "id": "28942", "postId": "26326", "score": "2", "text": "A great link (+1) :)", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2017-12-31T04:10:17.527", "id": "1597773", "postId": "26326", "score": "27", "text": "This answer is incorrect/inaccurate. Environment variables are NOT global/system-wide. Shell variables are *private* to the *currently running* shell, and they are NOT exported (passed on) to any child processes. Environment variables are exported to any child processes. \"MYVAR=private ; export OURVAR=shared ; printenv\" would only report \"OURVAR\" because when the shell executes the printenv command, it exports OURVAR, but not MYVAR.", "userDisplayName": null, "userId": "777082" }, { "creationDate": "2019-04-14T04:40:09.523", "id": "1879071", "postId": "26326", "score": "2", "text": "+1 to C.M.'s Comment! I've never heard the difference explained so simply and accurately!!! This comment should be the answer.", "userDisplayName": null, "userId": "88899" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-14T13:29:42.510", "id": "26326", "lastActivityDate": "2016-05-09T18:49:55.040", "lastEditDate": "2016-05-09T18:49:55.040", "lastEditorDisplayName": null, "lastEditorUserId": "3940", "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "26318", "postTypeId": "2", "score": "44" }
[ { "accepted": null, "body": "<p>An environment variable is a globally available, in a program and it child programs. A shell variable is only available in the current shell. To make a shell variable available as an environment variable, use <code>export VARNAME</code> (without dollar <code>$</code>).</p>\n\...
null
null
null
null
null