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
21633
1
21638
2011-01-15T07:59:10.153
2
1426
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/47522/how-to-bypass-try-it-install-screen-when-booting-from-usb-live-session-wit">How to bypass &ldquo;Try it / Install&rdquo; screen when booting from USB Live Session? (without installing in the USB)</a> </p> </bloc...
2354
-1
2017-04-13T12:24:13.310
2011-04-15T17:40:26.963
Remove install dialog from ubuntu usb stick
[ "live-usb" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-12-29T08:27:28.023", "id": "104278", "postId": "21633", "score": "0", "text": "See answer http://askubuntu.com/questions/47522/how-to-bypass-try-it-install-screen-when-booting-from-usb-live-session-wit", "userDisplayName": "user39692", "userId": null } ]
{ "accepted": true, "body": "<p>You can do that by first formatting the USB and then install the ISO image to a CD.</p>\n\n<p>Next plug both USB and CD in and reboot. When you reboot to the CD select install but install it to your USB drive and for the bootloader select your USB drive unless you want problems.</p>\...
[ { "accepted": true, "body": "<p>You can do that by first formatting the USB and then install the ISO image to a CD.</p>\n\n<p>Next plug both USB and CD in and reboot. When you reboot to the CD select install but install it to your USB drive and for the bootloader select your USB drive unless you want proble...
null
null
2012-08-25T20:28:22.570
null
null
21641
1
null
2011-01-15T09:46:40.513
0
499
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/12909/how-do-i-upgrade-to-the-development-release-aka-ubuntu1">How do I upgrade to the development release (aka. Ubuntu+1)?</a> </p> </blockquote> <p>How do I upgrade Ubuntu 10.10 to the latest development version ...
6032
-1
2017-04-13T12:23:59.520
2011-01-15T14:31:45.023
How to upgrade to the development version of Ubuntu 11.04?
[ "10.10", "upgrade", "11.04" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2011-01-16T01:48:35.250
null
null
21645
1
22355
2011-01-15T10:31:44.840
28
7869
<p>A couple of weeks ago a popup has appeared whenever I startup telling me that an application wants to access the keyring but it doesn't say which one. I'm used to seeing the application name on the popup but here it just says 'application'. </p> <p>I haven't changed any passwords or did anything that might have so...
8938
-1
2017-04-13T12:25:13.193
2017-03-13T04:26:04.887
An application asks to unlock the keyring on startup, but it doesn't say which one
[ "seahorse" ]
8
13
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T10:40:29.373", "id": "23315", "postId": "21645", "score": "0", "text": "What version of ubuntu you are using?And can you post us the snapshot of the popup window?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-15T10:43:05.0...
{ "accepted": true, "body": "<p>I setup my box for auto-login and it does this on every login. In my case it's nm-applet/network-manager family of apps. </p>\n\n<p>edit:<br>\nbtw the problem has been around for some time, evidently some half-fix got undone during a package upgrade, but i digress...one solution is...
[ { "accepted": null, "body": "<p>Is it possible that you've changed your password recently?</p>\n\n<p>In order to see what passwords are stored in your keyring, go to \"Passwords and Encryption Keys\" in system -> preferences (I think - I always uninstall it as a security risk).</p>\n\n<p>In that application...
null
null
null
null
null
21647
1
21664
2011-01-15T10:50:50.863
4
4373
<p>Until two days before today my Ubuntu 10.10 Server updated fine.</p> <p>The output of <code>sudo aptitude update</code> <strong>→</strong> <a href="http://codepad.org/tkvXq66j" rel="nofollow">http://codepad.org/tkvXq66j</a> </p> <p>The output of <code>sudo aptitude update</code> after replacing the Ubuntu Central ...
8940
196255
2014-02-25T08:26:42.707
2014-02-25T08:26:42.707
Unable to resolve hostnames while using APT, what could be the problem?
[ "10.10", "server", "upgrade", "dns" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-01-15T11:01:54.523", "id": "23323", "postId": "21647", "score": "0", "text": "This is better suited for serverfault.com. Can you connect to the internet? What are the results of `ping http://example.com` and `curl http://example.com`?", "userDisplayName": null, "u...
{ "accepted": true, "body": "<p>Your network configuraton is broken. If you are using a static IP you must manually add the DNS servers to /etc/resolv.conf .\nFor example, to use google public dns service, append the following lines to the file.</p>\n\n<pre><code>nameserver 8.8.8.8\nnameserver 8.8.4.4\n</code></pre...
[ { "accepted": true, "body": "<p>Your network configuraton is broken. If you are using a static IP you must manually add the DNS servers to /etc/resolv.conf .\nFor example, to use google public dns service, append the following lines to the file.</p>\n\n<pre><code>nameserver 8.8.8.8\nnameserver 8.8.4.4\n</co...
null
null
null
null
null
21650
1
21698
2011-01-15T11:36:25.320
6
5103
<p>I understand that it may be a rare situation for an executable to have spaces in it, but it could happen. </p> <p>An example may be the best explanation.. </p> <p>Using standard tools, I want to determine the location (on the file system) of the executable which owns(?) the current window... </p> <ol> <li>get...
2670
1059
2011-01-15T17:08:22.713
2013-01-04T18:56:21.277
Can I use standard tools to get the full name of a process, when its name has embedded spaces?
[ "bash", "process", "filename" ]
2
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T11:46:13.990", "id": "23329", "postId": "21650", "score": "0", "text": "I am not sure this can be classified as standard: cat \"/proc/$PID/cmdline\" |cut -d \"\" -f1", "userDisplayName": null, "userId": "742" }, { "creationDate": "2011-01-15T12:37:29...
{ "accepted": true, "body": "<p>All utilities get their information from <code>/proc/$PID</code> anyway, but there are (at least) three places in <code>/proc/$PID</code> that contain the name of the executable in some form, and they report different information.</p>\n\n<ul>\n<li>The <code>Name</code> field in <code...
[ { "accepted": null, "body": "<pre><code>ps $PID | tail -1 | awk '{i=5; while (i&lt;NF) {printf \"%s \", $i; i++}; print $NF}'\n</code></pre>\n\n<p>Where $PID is the PID you have. Probably the full command you want (based on your question above) is:</p>\n\n<pre><code>which \"$(ps $(xdotool getwindowpid $(xdo...
null
null
null
null
null
21651
1
null
2011-01-15T11:45:42.723
16
1125
<p>How can i upgrade all the 50 desktops to Maverick Meerkat. Is there any netinstall method ? </p>
8943
866
2011-01-15T15:40:46.753
2011-01-15T18:39:39.377
How to upgrade all 50 Desktops in a network?
[ "upgrade" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T11:55:02.830", "id": "23330", "postId": "21651", "score": "1", "text": "A network with 50 Desktops is more likely a small business, I would recommend you to keep with the LTS (10.04) version. I would also recommend you to setup an APT proxy to save bandwidth usage, ...
null
[ { "accepted": null, "body": "<p>See <a href=\"http://www.ubuntu.com/desktop/get-ubuntu/upgrade\" rel=\"nofollow\">http://www.ubuntu.com/desktop/get-ubuntu/upgrade</a>. It has instructions for both Desktop and Server editions.</p>\n", "commentCount": "3", "comments": [ { "creationDate"...
null
null
null
null
null
21652
1
21656
2011-01-15T12:14:39.250
1
1160
<p>I am running Ubuntu 10 on a VMware player running on Windows 7. I have an Geforce 8800 card.</p> <p>Currently I can't run visual effects, and I wasn't able to find any answer except for changing the VM to VirtualBox. Since I already use VMWare for other purposes, I don't want to use VirtualBox.</p> <p>Is there a w...
8945
null
null
2011-01-15T12:55:36.257
How can I enable Visual Effects on Ubuntu 10 running on VMware Player on Windows 7?
[ "vmware", "effects" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I was looking for the same thing, but VM Player doesn't support visual effects at all, which is pretty much the one big 'damn' I've come across comparing VMP &amp; VB</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
[ { "accepted": true, "body": "<p>I was looking for the same thing, but VM Player doesn't support visual effects at all, which is pretty much the one big 'damn' I've come across comparing VMP &amp; VB</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "C...
null
null
null
null
null
21654
1
21655
2011-01-15T12:26:53.307
7
20734
<p>The network interface should not make a request for an IP over DHCP. So, what is the command to turn off NetworkManager in Ubuntu? </p> <p>Update:</p> <p>I am writing a script in which the interfaces receive static IPs. For this to happen I need to put a line in the script which will turn off NetworkManager. But w...
2968
3037
2011-01-16T12:04:51.590
2011-01-16T13:57:44.607
How to temporarily turn off NetworkManager from the command-line?
[ "network-manager" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you don't want to have your inteface make a DHCP request, simply edit it (right on network manager applet, choose \"Edit Connections\", click on the interface in question, then choose the IPv4 tab and change \"Automatic (DHCP)\" to \"Manual\" and specify your settings manually.</p...
[ { "accepted": true, "body": "<p>If you don't want to have your inteface make a DHCP request, simply edit it (right on network manager applet, choose \"Edit Connections\", click on the interface in question, then choose the IPv4 tab and change \"Automatic (DHCP)\" to \"Manual\" and specify your settings manu...
null
null
null
null
null
21657
1
21658
2011-01-15T13:04:59.770
146
172611
<p>Is there a way to show the history of packages that were changed by apt-get via command line?</p>
7155
158442
2016-04-30T18:51:10.523
2018-07-19T09:56:56.430
How do I show apt-get package management history via command line?
[ "apt", "history" ]
6
1
CC BY-SA 3.0
[ { "creationDate": "2015-08-27T15:59:27.280", "id": "962520", "postId": "21657", "score": "3", "text": "possible duplicate of [Is it possible to get a list of most recently installed packages?](http://askubuntu.com/questions/17012/is-it-possible-to-get-a-list-of-most-recently-installed-packages)"...
{ "accepted": true, "body": "<p>All actions with apt (apt-get) are logged. These files are available in /var/log/apt/. To view the most recent history log, execute:</p>\n\n<pre><code>less /var/log/apt/history.log\n</code></pre>\n\n<p>These logs gets rotated (every month I guess), old files will be suffixed with a n...
[ { "accepted": true, "body": "<p>All actions with apt (apt-get) are logged. These files are available in /var/log/apt/. To view the most recent history log, execute:</p>\n\n<pre><code>less /var/log/apt/history.log\n</code></pre>\n\n<p>These logs gets rotated (every month I guess), old files will be suffixed ...
null
null
null
null
null
21662
1
null
2011-01-15T13:38:22.230
4
9430
<p>I have an external drive with two partitions - one encrypted, the other not so. I'd like to move all the data to the encrypted partition, and then resize it to take up the whole drive.</p> <p>If I use gparted on a truecrypt-encrypted partition, will that destroy the data?</p> <p>Otherwise I have to decrypt, merge,...
199
null
null
2013-06-10T22:14:32.263
Can I use gparted to resize a Truecrypt-encrypted partition?
[ "partitioning", "encryption", "gparted", "truecrypt" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Gparted only knows about physical disks - a Truecrypt parition won't even show up in Gparted, unless perhaps the whole partition has been specified as a Truecrypt partition. Certainly containers don't appear.</p>\n\n<p>There is no way to resize an exisiting truecrypt paritio...
null
null
null
null
null
21666
1
null
2011-01-15T13:55:57.847
1
2466
<p>I have a Samsung R430 notebook that has been running Ubuntu for close to a year, now. Since I've upgrated to Maverick, I've been dealing with little, but increasingly annoying issues, that put my faith to question.</p> <p>The first one, a CPU-intensive set of drm_kms_helper, made me compile my own kernel and set po...
8948
null
null
2011-12-11T07:44:37.787
Can turning off drm_kms_helper polling affect screen brightness control?
[ "xorg", "kms" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Instead of compiling your own kernel, you can disable polling at boot time. Edit <code>/etc/rc.local</code> and add this line:</p>\n\n<pre><code>echo 0 &gt; /sys/module/drm_kms_helper/parameters/poll\n</code></pre>\n\n<p>You'll likely need to open a bug report for the other i...
null
null
null
null
null
21669
1
21672
2011-01-15T14:19:00.463
14
445
<p>Is there an API set for Ubuntu One? For example, an API to sync contacts, bookmarks, etc.</p>
8950
25863
2012-04-03T19:14:38.477
2012-07-16T02:51:40.490
Is there any API for Ubuntu One?
[ "ubuntu-one" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The common way to store something persistently and have it synchronise with Ubuntu One is to just use desktopcouch. Here's an example:</p>\n\n<pre><code>from desktopcouch.records.server import CouchDatabase\nfrom desktopcouch.records.record import Record\n\ndatabase = CouchDatabase(\...
[ { "accepted": true, "body": "<p>The common way to store something persistently and have it synchronise with Ubuntu One is to just use desktopcouch. Here's an example:</p>\n\n<pre><code>from desktopcouch.records.server import CouchDatabase\nfrom desktopcouch.records.record import Record\n\ndatabase = CouchDa...
null
null
null
null
null
21671
1
21676
2011-01-15T14:29:58.967
3
353
<p><img src="https://i.stack.imgur.com/ka634.jpg" alt="2 shortcuts"></p> <p>After updating Ubuntu One, I'm stuck with 2 shortcuts to Ubuntu One in my Places menu. How can I remove it?</p>
2396
866
2011-01-15T14:32:17.367
2011-01-15T14:49:15.697
Two Ubuntu One shortcuts in Places menu
[ "gnome", "ubuntu-one", "shortcuts", "places" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Please can you <a href=\"https://bugs.launchpad.net/ubuntuone-client/+filebug\" rel=\"nofollow noreferrer\">file a bug</a>, and assign it to me? This shouldn't happen.</p>\n\n<p>You can remove the second bookmark by opening Nautilus, and removing the bookmark from the \"Places\" side...
[ { "accepted": true, "body": "<p>Please can you <a href=\"https://bugs.launchpad.net/ubuntuone-client/+filebug\" rel=\"nofollow noreferrer\">file a bug</a>, and assign it to me? This shouldn't happen.</p>\n\n<p>You can remove the second bookmark by opening Nautilus, and removing the bookmark from the \"Place...
null
null
2017-03-17T08:44:45.973
null
null
21673
1
21767
2011-01-15T14:42:30.927
5
2912
<p>Summary: I'd like to use two Ubuntu computers to extend/compliment an existing wireless access point.</p> <p>I have a network which currently looks a bit like this:</p> <p><img src="https://i.stack.imgur.com/1prvP.png" alt="Network"></p> <p>What the diagram doesn't show is the interference caused by our house. It...
449
449
2011-01-15T15:33:01.027
2011-02-15T04:02:06.200
Hybrid wireless network repeating
[ "networking", "wireless", "routing", "wireless-access-point" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can use <a href=\"http://en.wikipedia.org/wiki/Wireless_Distribution_System\" rel=\"nofollow noreferrer\">WDS</a> which is supported by hostapd. But the speeds are not good. So you can try the solution that I am working on:</p>\n\n<p>Verify if your wireless driver has <a href=\"h...
[ { "accepted": true, "body": "<p>You can use <a href=\"http://en.wikipedia.org/wiki/Wireless_Distribution_System\" rel=\"nofollow noreferrer\">WDS</a> which is supported by hostapd. But the speeds are not good. So you can try the solution that I am working on:</p>\n\n<p>Verify if your wireless driver has <a ...
null
null
null
null
null
21674
1
21775
2011-01-15T14:43:09.990
6
138
<p>Something weird happened today, and I dont know how. Within a folder, all folders have a file by the same name, with a colon appended to it. And all the files from the most inner-most directory in my home, have been dumped to ~, with a size of 0 bytes. </p> <p><img src="https://i.stack.imgur.com/STKPG.png" alt="alt...
3778
134729
2013-03-18T20:09:02.873
2013-03-18T20:09:02.873
Wiped data, and duplicated folders into files
[ "data-recovery" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can delete all files ending with <strong>:</strong> with this command:</p>\n\n<pre><code>find -name *: | xargs rm\n</code></pre>\n\n<p>You should <strong>execute</strong> <code>find -name *:</code> <strong>first</strong> to check what will be removed.</p>\n", "commentCount": "1...
[ { "accepted": true, "body": "<p>You can delete all files ending with <strong>:</strong> with this command:</p>\n\n<pre><code>find -name *: | xargs rm\n</code></pre>\n\n<p>You should <strong>execute</strong> <code>find -name *:</code> <strong>first</strong> to check what will be removed.</p>\n", "comment...
null
null
null
null
null
21679
1
21704
2011-01-15T14:50:24.057
4
14757
<p>I use the following script to make my netbook a full-fledged wireless access point. It creates a bridge with eth0 and wlan0 and starts <code>hostapd</code>. </p> <pre><code>#!/bin/bash service network-manager stop ifconfig eth0 0.0.0.0 #remove IP from eth0 ifconfig eth0 up #ensure the interface is up ifconfig ...
2968
208574
2014-09-08T05:17:48.950
2014-09-08T05:17:48.950
How to stop Wireless AP Hosting using Network Manager on Ubuntu?
[ "wireless", "wireless-access-point", "network-bridge" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You have to remove interfaces from the vbridge before it can be deleted. These commands should do it:</p>\n\n<pre><code>killall hostapd \nbrctl delif br0 eth0 \nbrctl delif br0 wlan0 \nifconfig br0 down \nbrctl delbr br0 \nservice networking restart \n</code></pre>\n", "comme...
[ { "accepted": true, "body": "<p>You have to remove interfaces from the vbridge before it can be deleted. These commands should do it:</p>\n\n<pre><code>killall hostapd \nbrctl delif br0 eth0 \nbrctl delif br0 wlan0 \nifconfig br0 down \nbrctl delbr br0 \nservice networking restart \n</code></pre>\n", ...
null
null
null
null
null
21681
1
null
2011-01-15T15:13:51.253
8
30132
<p>As soon as a Windows application creates a shortcut/directory in Wine Start Menu Programs directory (in particular I do this manually by means of Total Commander and it works), it gets reflected in Ubuntu Wine Programs menu. But when a shortcut/folder is removed (manually, by means of Total Commander again),the Ubun...
2390
42136
2012-03-06T23:56:06.313
2016-05-12T07:40:49.373
How do I correctly remove items from Wine Programs menu?
[ "wine", "shortcuts" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>According to the XDG specification on where \"shortcut links\" are stores, you are looking for .desktop files which are saved for wine programs in the local home folder:</p>\n\n<pre><code>~/.local/share/applications/\n</code></pre>\n\n<p>In here you will find all your wine ba...
null
null
2015-01-09T14:40:41.100
null
null
21686
1
64236
2011-01-15T16:28:02.670
45
64150
<p>I <a href="https://bfiller.wordpress.com/2011/01/13/unity-2d/">read</a> that there is now a 2D version of Unity built on <a href="http://qt.nokia.com/">Qt</a>. How do I install it, and once it's installed, how do I switch to it?</p>
235
14356
2012-04-21T23:07:50.470
2019-02-22T19:40:39.063
How do I install and switch to the Unity 2D desktop?
[ "unity-2d", "desktop-environments", "qt" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h2>For 11.10, 12.04, &amp; 12.10</h2>\n<p>Users of 11.10 and above have Unity 2D installed by default already.</p>\n<p>To use it, logout, you will be confronted by the LightDM manager.</p>\n<p>Then, click the little cog wheel, and select <code>Ubuntu 2D</code>.</p>\n<p>Then, enter your...
[ { "accepted": null, "body": "<h2>For 10.10</h2>\n<p>For people running 10.10 you can add the <a href=\"https://launchpad.net/%7Eunity-2d-team/+archive/unity-2d-daily\" rel=\"noreferrer\">Unity 2D PPA</a>.</p>\n<p>Go to Applications -&gt; Ubuntu Software Center -&gt; Edit (Menu) -&gt; Software Sources -&gt; ...
null
null
null
null
null
21689
1
null
2011-01-15T16:40:00.673
7
1672
<p>Trying to copy the content of a DVD on a Asrock ION 330 running Maverick, i.e. with:</p> <p><code>dd if=/dev/sr0 of=dvdcopy</code></p> <p>...I get errors in /var/log/messages:</p> <p><code> Jan 15 17:18:15 asrock kernel: [ 2616.445966] sr 1:0:0:0: [sr0] Unhandled sense code<br> Jan 15 17:18:15 asrock kernel: [ 26...
8934
8934
2011-01-22T13:37:44.903
2012-05-30T17:29:09.087
Can you tell whether I have a hardware or software problem with a DVD-ROM drive?
[ "dvd", "cd", "cd-drive", "drive" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>If you need to copy a DVD use brasero. Save the dvd as an iso.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-01-15T17:31:06.973", "id": "23385", "postId": "21694", "score": "0", "text": "Thank you Rola...
null
null
null
null
null
21690
1
null
2011-01-15T16:40:47.427
0
1742
<p>After installation it asks me to restart or continue using live system and im going to use live system but afer wards i can't shut down my computer there is only restart or hibernate available. I think it is a designing fault.</p>
null
721
2011-03-22T21:38:57.523
2013-04-24T17:36:23.230
No option to Shutdown when running from Live CD
[ "live-cd", "ubiquity" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T16:43:10.057", "id": "23375", "postId": "21690", "score": "0", "text": "this is not a question.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-01-16T01:51:41.350", "id": "23507", "postId": "21690", "score": "2", ...
null
[ { "accepted": null, "body": "<p>Open a terminal and type <code>sudo shutdown -s</code> then press enter.</p>\n\n<p><em>Next time please ask a question and not write a rant :).</em></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
null
null
null
null
nithin
21692
1
21716
2011-01-15T16:44:39.200
10
160
<p>I'm attempting to forward <a href="https://bugs.launchpad.net/hundredpapercuts/+bug/625837">this</a> bug report in Launchpad to the appropriate project, but I'm not sure which one that is. The issue is with the user's keyboard, and the issue is that some multi-key keyboard shortcuts are not being recognised if the u...
null
1992
2011-01-15T16:49:40.850
2011-01-15T18:36:46.953
What package is responsible for the functionality of the keyboard
[ "keyboard", "package-management" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The answer posted by htorque helped with the particular bug report, and the bug report linked to by htorque reveals that <code>xorg-server</code> is responsible for keyboard input, along with the management of most other input devices. More information on the X Window System can be f...
[ { "accepted": null, "body": "<p>This seems to be the result of <a href=\"https://bugs.launchpad.net/ubuntu/+source/control-center/+bug/36812\" rel=\"nofollow noreferrer\">a known bug</a> (I can reproduce the behavior from the report you linked to). Its description contains all the necessary information to ...
null
null
null
null
user2405
21695
1
22715
2011-01-15T16:58:41.040
12
8563
<p>Often, when I start up a new terminal, I get the message: <code>No mail for pwnguin</code>, or <code>You have 5 unread messages</code>. I'm not terribly great with <code>mail</code>, but I do have a running instance of Evolution connecting to a Zimbra account. How can I set up Evolution to also monitor this local in...
2296
3037
2011-01-16T12:09:39.523
2016-02-11T01:21:46.657
How can I set up Evolution to access a local mail box?
[ "evolution", "email" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This answer follows the premise that you're using a mail spool, if its mbox format your mileage may vary:</p>\n\n<ul>\n<li>Start Evolution, then go to Tools -> <em>Settings</em>.</li>\n<li>Click <em>Mail Accounts</em> -> <em>Add</em> -> <em>Forward</em>.</li>\n<li>Type in a name in t...
[ { "accepted": null, "body": "<p>Try using localhost for all server names (incoming/outgoing mail server,etc) in evolution and then the usual usernames and passwords. The email address will probably also follow the username@localhost format.</p>\n", "commentCount": "4", "comments": [ { ...
null
null
null
null
null
21697
1
null
2011-01-15T17:07:08.627
5
1772
<p>I would just like to know the reason(s) behind this decision (Pros./Cons. of using Qt and NUX). Thank you very much and keep on the awesome work! Ubuntu rocks! :D</p>
8963
3037
2011-01-16T12:10:58.743
2011-01-16T12:10:58.743
Why was Qt chosen for unity-2d and Nux for 3d?
[ "unity", "unity-2d" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Nux wasn't exactly chosen - it was created from scratch and is developed alongside Unity. For some information on what it is and the benefits <a href=\"https://askubuntu.com/questions/16253/what-gui-toolkit-will-ubuntu-unity-use/17929#17929\">see this posting from Unity devel...
null
null
null
null
null
21700
1
21703
2011-01-15T17:14:42.673
19
44717
<p>I'm running Ubuntu Lucid Netbook Remix on my laptop and I need to be able to share my desktop for a Skype call. Does anyone know how to get this done?</p>
4359
25863
2012-11-21T21:49:19.293
2016-02-08T20:35:53.410
How can I share my desktop using Skype?
[ "10.04", "skype", "remote-access" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>When you are in a video call, you can share your desktop by click on the video button (as in the picture) then click share your screen>choose what to share.</p>\n\n<p><img src=\"https://i.stack.imgur.com/8d1Km.jpg\" alt=\"alt text\"></p>\n", "commentCount": "0", "comments": [], ...
[ { "accepted": true, "body": "<p>When you are in a video call, you can share your desktop by click on the video button (as in the picture) then click share your screen>choose what to share.</p>\n\n<p><img src=\"https://i.stack.imgur.com/8d1Km.jpg\" alt=\"alt text\"></p>\n", "commentCount": "0", "comm...
null
null
null
null
null
21701
1
null
2011-01-15T17:20:39.390
5
2722
<p>There's another post about this, but I don't have enough 'points' to say anything on that thread. So I'll start my own ... with more details!</p> <p>My computer still boots, but gnome domain reports problems with HDD smart. This has been confirmed in the bios as it makes me press f1 to boot up now. I tried runni...
2595
6005
2012-07-09T13:13:02.020
2013-03-11T08:37:13.387
Disk failure is imminent (laptop hard drive, ~5 months old)
[ "hard-drive" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T17:28:04.903", "id": "23383", "postId": "21701", "score": "4", "text": "I kind of doubt that ext4 ate your HD...I would go with faulty hardware, or damaged in shipping. I had an HD fail after 6 months and it was related to physical damage inside the drive(I cracked...
null
[ { "accepted": null, "body": "<p>If your hard drive has problems with SMART and fails to run tests you need to replace it, and soon. EXT4 didn't kill your hard drive, it had some kind of physical damage.</p>\n\n<p>This <a href=\"http://www.howtogeek.com/howto/19141/clone-a-hard-drive-using-an-ubuntu-live-cd/...
null
null
null
null
null
21707
1
null
2011-01-15T17:50:32.660
11
1229
<p>Jonathan Ridell said in a <a href="http://kamikazow.wordpress.com/2011/01/14/so-canonical-ported-unity-to-qt%E2%80%A6/#comment-578" rel="nofollow">blog post</a> that there were accessibility problems with Qt. I would just like to know what those problems are. Thank you very much and keep up the excelent work. Ubuntu...
8963
8844
2011-03-06T22:07:10.953
2011-11-02T15:50:50.330
What are the accessibility problems of Qt?
[ "unity-2d", "qt", "accessibility" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I haven't done any development in Qt, but my gloss on the subject of accessibility there is that the concern might be a bit overblown. My understanding is that while GTK has built-in ATK support, Qt has to use a 'bridge' component to tie its native system to the accepted Lin...
null
null
null
null
null
21708
1
null
2011-01-15T17:55:40.513
5
4154
<p>Most of the time when I share a folder from Ubuntu, the name field is made yellow and it says "Share name too long". But even if I keep this name, it works fine. So what is it too long for? What is the limit?</p> <p><img src="https://i.stack.imgur.com/nUHUE.png" alt="&quot;Share name is too long&quot; dialog"></...
5032
null
null
2011-01-15T18:22:29.387
"Folder sharing" says "Share name is too long"... for what?
[ "samba", "file-sharing" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T18:19:54.603", "id": "23402", "postId": "21708", "score": "0", "text": "Name should not contain space i guess.", "userDisplayName": null, "userId": "5691" } ]
null
[ { "accepted": null, "body": "<p>There is a bug in the dialogue. Add <em>another</em> character and you'll notice the warning disappears!</p>\n\n<p>The warning is there because some systems that can access Samba filesystems also have fairly extreme filename-length limits. For example you <em>can</em> connect...
null
null
null
null
null
21711
1
null
2011-01-15T18:07:08.253
78
78767
<p>I connected my laptop to my LCD. Using the laptop display hotkey I can switch between different modes - only laptop monitor on, only LCD monitor on, both on and display the same view, both on and the desktop is stretched (divided).</p> <p>But, I'm looking for something else - I would like to have two workspaces, on...
1363
114
2011-01-15T18:28:37.317
2019-03-13T08:38:08.443
Multiple monitors, multiple workspaces?
[ "multiple-monitors", "workspaces" ]
5
11
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T18:45:08.283", "id": "23409", "postId": "21711", "score": "0", "text": "This question is a duplicate of: http://askubuntu.com/q/5082/275", "userDisplayName": null, "userId": "275" }, { "creationDate": "2011-01-15T19:04:04.700", "id": "23419", ...
null
[ { "accepted": null, "body": "<p>This guy has a working xorg.conf for multiple cards multiple desktops using a displaylink usb adapter: <a href=\"http://mulchman.org/blog/?tag=displaylink\" rel=\"nofollow\">http://mulchman.org/blog/?tag=displaylink</a></p>\n", "commentCount": "0", "comments": [], ...
null
null
null
null
null
21714
1
null
2011-01-15T18:22:58.257
5
852
<p>A picture is worth a thousand words...</p> <p>Screenshot (gVim) -</p> <p><img src="https://i.stack.imgur.com/2SCjh.png" alt="alt text"></p> <p>Screenshot (LibreOffice) -</p> <p><img src="https://i.stack.imgur.com/DDYXc.png" alt="alt text"></p> <p>The Appearance Preferences dialog -</p> <p><img src="https://i.s...
4152
6005
2012-02-17T23:52:56.843
2012-02-17T23:52:56.843
Unreadable characters in programs (graphic glitch)
[ "graphics", "display" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T18:45:09.487", "id": "23410", "postId": "21714", "score": "0", "text": "Can you post the output of `locale` ?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-15T19:08:41.447", "id": "23420", "postId": "21714", "s...
null
[ { "accepted": null, "body": "<p>I don't know if this is your problem or not, but I had a refresh problem with gVim when I was using Compiz until I did the following: Open CompizConfig Settings Manager (<code>ccsm</code>), then enable the Workarounds plugin, and in its setting, check the box for \"Qt Window ...
null
null
null
null
null
21717
1
21720
2011-01-15T18:45:20.123
3
3613
<p>I have tried to completely remove apache2.2 from my system. But the only thing that happens is that apt-get will remove "apache2-mpm-prefork" and install "apache2-mpm-worker".</p> <p>I have killed all apache processes and tried in both Synaptic. and apt-get from terminal. Why won't my system delete apache, and why ...
8969
null
null
2011-01-15T19:10:36.617
Why can't I purge apache2.2-bin and apache2.2-common?
[ "apt", "delete", "apache2" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T18:53:17.513", "id": "23413", "postId": "21717", "score": "1", "text": "What exactly have you tried and what's the terminal output of such a failing try?", "userDisplayName": null, "userId": "3037" }, { "creationDate": "2011-01-15T20:48:25.157", ...
{ "accepted": true, "body": "<p>Short answer: you need to purge the <code>apache2</code> package as well as <code>apache2.2-bin</code> and <code>apache2.2-common</code>. </p>\n\n<p>Explanation: <a href=\"http://packages.ubuntu.com/maverick-updates/apache2\" rel=\"noreferrer\">this package is a \"virtual package\"</...
[ { "accepted": true, "body": "<p>Short answer: you need to purge the <code>apache2</code> package as well as <code>apache2.2-bin</code> and <code>apache2.2-common</code>. </p>\n\n<p>Explanation: <a href=\"http://packages.ubuntu.com/maverick-updates/apache2\" rel=\"noreferrer\">this package is a \"virtual pac...
null
null
null
null
null
21718
1
null
2011-01-15T18:53:33.287
5
2010
<p>i have a 500gb external drive (Maxtor One Touch) some days ago i moved some files from the destkop to it. the operation failed (on the disk there are only 4 or 5 incomplete files ) and i can't remove those files. i tried through nautilus and from the command line but nothing.. any idea? thanks</p>
8660
1992
2011-01-15T19:01:27.697
2012-03-17T04:55:30.700
Problem deleting broken files on external drive
[ "files", "external-hdd" ]
2
8
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T19:02:14.213", "id": "23417", "postId": "21718", "score": "2", "text": "Please attach the drive to your computer, open a terminal and paste the output of the command `mount` (use http://paste.ubuntu.com if it's too long).", "userDisplayName": null, "userId":...
null
[ { "accepted": null, "body": "<p>Unmount the drive and run <code>sudo fsck /dev/sdb1 -f</code> , (seems sdb1 is the partition you want to check).\nIf it's a NTFS partition, run <code>sudo ntfsfix /dev/sdb1</code></p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-01-16T0...
null
null
null
null
null
21719
1
21723
2011-01-15T19:06:22.713
65
409206
<p>I have a laptop with win7 installed. I have now made a 60gb partition which I want to install ubuntu into. The question I have, before I do the installation, is how large each of the root, swap, and home partition should be? I have read some place that root could be as small as 8GB, but isn't that too small? Since I...
8498
186134
2014-08-03T16:24:05.427
2021-07-28T07:16:07.917
How large should I make root, home, and swap partitions?
[ "partitioning", "system-installation" ]
10
1
CC BY-SA 3.0
[ { "creationDate": "2015-12-09T16:02:25.370", "id": "1040373", "postId": "21719", "score": "5", "text": "The requirement for swap needing to be 2 times RAM got outdated in 1992: http://superuser.com/questions/187695/why-do-we-need-to-set-swap-space-as-twice-big-as-our-physical-memory", "userD...
{ "accepted": true, "body": "<p>You actually should just install ubuntu on two partitions, <code>/</code> and <code>swap</code>. You can have ubuntu do this automatically by choosing to use the available free space (in other words, do not format your 60GB partition in vista before installing ubuntu).</p>\n\n<p>Some...
[ { "accepted": null, "body": "<p>If you don't have specific needs, I think that you can keep root and home in the same partition.</p>\n\n<p>The size of the swap partition depends on how much RAM your laptop has. If you have 4GB of RAM, a 2GB swap partition should be enough. You can then have 58GB for the sys...
null
null
null
null
null
21721
1
21785
2011-01-15T19:13:13.533
5
528
<p>I want to set up global hotkeys in Audacious as follows. When I try and set these up it doesn't allow two mask keys.</p> <ul> <li><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Insert</kbd> for play. </li> <li><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Home</kbd> for pause. </li> <li><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>End</kbd> f...
8970
114
2011-01-15T19:36:07.847
2011-01-16T05:39:16.090
How do I set Ctrl+Alt+something for Audacious global hokeys?
[ "music", "audacious" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T22:00:19.207", "id": "23473", "postId": "21721", "score": "0", "text": "Is using the Gnome Shortcuts plug-in an option?", "userDisplayName": null, "userId": "8844" } ]
{ "accepted": true, "body": "<p>assuming you use gnome, just run <code>gnome-keybinding-properties</code> and configure to your taste</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-16T05:39:16.090", "id": "21785", "la...
[ { "accepted": true, "body": "<p>assuming you use gnome, just run <code>gnome-keybinding-properties</code> and configure to your taste</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-16T05:39:16.090", ...
null
null
null
null
null
21724
1
21727
2011-01-15T19:23:21.660
10
1646
<p>How do I make 33% "list view" in Nautilus be the default view for the system? </p> <p>If there isn't a way, another thought I am questioning: Is there a way to set a view to go recursive into all child folders? What if I want my Music folder to have a certain style of view permanently?</p>
5817
null
null
2011-01-15T19:55:40.983
How do I make 33% "list view" in Nautilus be the default view for the system?
[ "nautilus", "personalization" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From within Nautilus navigate the menus to Edit->Preferences.</p>\n\n<p>On the main Views tab change the \"View new folders using\" option to \"List View\" and the \"Default zoom level\" option at the bottom to 33%.</p>\n\n<p><img src=\"https://i.stack.imgur.com/sdmtU.png\" alt=\"Scr...
[ { "accepted": true, "body": "<p>From within Nautilus navigate the menus to Edit->Preferences.</p>\n\n<p>On the main Views tab change the \"View new folders using\" option to \"List View\" and the \"Default zoom level\" option at the bottom to 33%.</p>\n\n<p><img src=\"https://i.stack.imgur.com/sdmtU.png\" a...
null
null
null
null
null
21730
1
21734
2011-01-15T19:42:23.987
99
50921
<p>We get various distros like kubuntu/ubuntu/lubuntu/edu/etc... for free. We get critical updates constantly. We can download any programs we want from Ubuntu repos. Gee, I can't even imagine what kind of a CDN network you gotta have to support all this. Also, Ubuntu has a lot of people working for them: <a href="http...
6082
3037
2011-01-15T20:20:12.290
2023-09-07T01:53:23.120
How does Ubuntu make money?
[ "canonical" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T19:57:20.113", "id": "23444", "postId": "21730", "score": "9", "text": "Possible Duplicates: [Ubuntu Finances and future of project](http://askubuntu.com/questions/3837/ubuntu-finances-and-future-of-project), [Who pays for Ubuntu?](http://askubuntu.com/questions/448...
{ "accepted": true, "body": "<p>Firstly a lot of people work on Ubuntu in their free time (many of them programming, but also those of here for instance answering people's questions). Also some people <a href=\"https://ubuntu.com/community/contribute/donation\" rel=\"nofollow noreferrer\">donate to Ubuntu</a>.</p>\...
[ { "accepted": null, "body": "<p>They sell support contracts, mainly to corporate customers. You can also buy t-shirts and such to help support them.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-15T19:...
null
null
null
null
null
21733
1
null
2011-01-15T19:47:56.840
1
2889
<p>I'm trying to set permissions for folders on USB drives that I've mounted with Nautilus, but when I change the permission, it just changes right back again. No error message or any other explanation. I've tried "Open as administrator" and it still doesn't work. How do I set the permissions so that they can be acc...
5032
null
null
2011-01-15T20:03:05.440
Can't set permissions for USB drives?
[ "mount", "permissions", "usb-drive" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The problem is that your USB stick is probably using FAT(16/32) or NTFS as file system which doesn't support permissions. That's why they change back after edit in nautilus. If you want to use permissions with USB sticks/drives, you'll need to format it to any EXT formats (us...
null
null
null
null
null
21741
1
21746
2011-01-15T20:40:03.527
12
9248
<p>A friend just complained to me about Ubuntu being slow. </p> <p>Although I've noticed a certain lack of snappiness with Linux vs Windows in the past, I really can't say I've had much to grumble about with the recent distributions of Ubuntu. That said, his objections seem much worse than the ones I used to have and ...
8977
4776
2011-01-16T14:39:20.040
2011-01-16T14:39:20.040
Performance cost of running Ubuntu from external hard drive
[ "performance", "external-hdd" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T20:48:22.883", "id": "23459", "postId": "21741", "score": "0", "text": "booting anything off an external will always be slow and not so snappy. This questions is a bit, um... pointless?", "userDisplayName": null, "userId": "1992" }, { "creationDate":...
{ "accepted": true, "body": "<p>USB 2 is rubbish. There. I said it.</p>\n\n<p>It is fairly universal and it's allowed us to get a lot of extra hardware attached to our computers but for transfer speed, it's just no good. Around 20-30MB/s would be typical in my experience.</p>\n\n<p>Might not sound terrible but an a...
[ { "accepted": null, "body": "<p>USB's speed is just one thing. The drive's speed (read,write and rotation) will count too, if you can use a SDD. If the drive and pc supports it, you should use eSATA as it's faster than us2 (but slower than usb3).</p>\n", "commentCount": "0", "comments": [], "com...
null
null
null
null
null
21742
1
null
2011-01-15T20:54:01.647
4
1922
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/4408/what-should-i-do-when-ubuntu-freezes">What should I do when Ubuntu freezes?</a> </p> </blockquote> <p>I have a problem with my Ubuntu 10.10 system which regularly freezes and can then only be switched off via ...
8230
-1
2017-04-13T12:24:27.937
2011-04-16T10:40:29.523
How to troubleshoot system freezing?
[ "10.10" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T20:58:39.917", "id": "23463", "postId": "21742", "score": "2", "text": "See also [What should I do when Ubuntu freezes?](http://askubuntu.com/questions/4408/what-should-i-do-when-ubuntu-freezes) - though that's not a duplicate because it doesn't tell you how to trou...
null
[ { "accepted": null, "body": "<p>Open the log viewer from system->administration and look* for dmesg (reports kernel, network, boot and some overall info;eg will show if new HW is added) and xorg.log (the log for the graphic [server]). You'll then need the search for errors, most likely a graphic card/driver...
null
null
2011-06-05T20:41:38.920
null
null
21747
1
21799
2011-01-15T21:43:26.833
3
387
<p>When I minimize programs to gnome-panel, I now have white vertical lines separating them, this never used to happen.</p> <p><img src="https://i.stack.imgur.com/WJoCL.jpg" alt="Close up"></p> <p><img src="https://i.stack.imgur.com/3Njc4.jpg" alt="Embed image"></p> <p>I have tried deleting my .gconf, .metacity, .gn...
8742
866
2011-01-15T22:04:10.520
2011-01-16T10:35:11.547
Gnome-panel white vertical lines between minimized apps
[ "gnome-panel", "themes" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T05:35:05.303", "id": "23523", "postId": "21747", "score": "0", "text": "Try refreshing your panel by entering this command in your terminal `killall gnome-panel`", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-05-04T18:18:33.70...
{ "accepted": true, "body": "<p>This normally happens if compiz has stopped working or if you are using metacity its composting is turned off.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-31T01:11:42.083", "id": "26086", "postId": "21799", "score": "0", ...
[ { "accepted": true, "body": "<p>This normally happens if compiz has stopped working or if you are using metacity its composting is turned off.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-31T01:11:42.083", "id": "26086", "postId": "21799", ...
null
null
null
null
null
21749
1
23260
2011-01-15T22:10:41.787
5
1404
<p>The computer freezes when i shutdown. I have tried the ACPI options <code>acpi=off</code> and <code>acpi=force</code> but they don't work.</p> <p>The computer is a MSI U130. The only way to shutdown is by long pressing the power button. It is running Ubuntu Netbook Edition 10.10.</p> <p>Wifi: RT3090 Wireless 802....
6499
26246
2016-12-30T17:43:39.233
2016-12-30T17:43:39.233
MSI U130 freezes on shutdown
[ "10.10", "shutdown", "freeze", "acpi", "ralink" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Finally fixed it it was a problem with the wifi driver all I had to do is this:</p>\n\n<p>Open <code>/etc/modprobe.d/blacklist.conf</code> (as root) and add at the end: </p>\n\n<pre><code>blacklist rt2800pci\n</code></pre>\n\n<p>The problem has that there was a wrong driver loaded.</...
[ { "accepted": true, "body": "<p>Finally fixed it it was a problem with the wifi driver all I had to do is this:</p>\n\n<p>Open <code>/etc/modprobe.d/blacklist.conf</code> (as root) and add at the end: </p>\n\n<pre><code>blacklist rt2800pci\n</code></pre>\n\n<p>The problem has that there was a wrong driver l...
null
null
null
null
null
21751
1
null
2011-01-15T22:18:58.803
1
6537
<p>I bought this 2tb Segate GoFlex this last Black Friday and since then every 15 minutes or so the drive spins down, and then a little while later completely dismounts. Very annoying. From what I understand you could turn this off using the including Windows and Mac only software. This function and what controls it is...
593
3037
2011-01-16T12:23:10.797
2012-01-23T20:41:03.877
How to turn off power management for external hard drive (Seagate GoFlex)?
[ "mount", "power-management", "external-hdd" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You can dissable the powermanagement of your device with the following command (no powermanagement = no spindown - no standby for the harddrive)</p>\n\n<pre><code>hdparm -B 255 /dev/sdX\n</code></pre>\n\n<p><strong>replace sdX with the name of your harddrive</strong></p>\n\n<...
null
null
null
null
null
21755
1
null
2011-01-15T23:05:08.557
13
8030
<p>In Unity 2D there isn't any multiple workspaces. How can add more than that 1?</p>
null
114
2011-02-11T19:55:01.547
2017-03-01T23:27:03.787
How to add multiple workspaces in Unity 2D?
[ "workspaces", "unity-2d" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p><strong>Update</strong>: Unity 2D now has workspaces, see this <a href=\"http://www.omgubuntu.co.uk/2011/02/workspaces-come-to-unity-2d/\" rel=\"nofollow noreferrer\">Omg!Ubuntu!</a> post for more info. </p>\n\n<p><a href=\"https://askubuntu.com/questions/95057/only-1-worksp...
null
null
null
null
energichen
21756
1
null
2011-01-15T23:08:27.493
1
2230
<p>I have an Acer Aspire One D250 with Ubuntu Netbook Edition 10.10. The internal microphone is not working. What can I do to fix this?</p> <p>Audio Device: N10/ICH 7 Family High Definition Audio Controller</p>
6499
3037
2011-01-15T23:24:18.353
2011-02-25T05:03:08.850
Internal microphone does not work
[ "10.10", "ubuntu-netbook", "pulseaudio", "microphone", "aspire-one" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>This is <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/412862\" rel=\"nofollow\">a known bug</a>. You can follow the suggestion in comment #3:</p>\n\n<ol>\n<li><p>Add the mentioned PPA to your system (using a terminal):</p>\n\n<p><code>sudo apt-add-repository ...
null
null
null
null
null
21759
1
21761
2011-01-15T11:47:52.093
14
557
<p>the organization I work at wants to create a custom Ubuntu LiveCD, the customizations are: Pre-installed programs, plugins, some device drivers, and aesthetics such as icons and backgrounds, as well as changing Firefox's homepage and removing unneeded packages.</p> <p>Not big changes, obviously, and we wish to dist...
9360
866
2011-01-16T08:03:40.067
2011-12-17T12:31:03.173
What are the legal consequences of customizing the LiveCD?
[ "live-cd", "license", "legal" ]
4
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-15T16:02:25.333", "id": "23489", "postId": "21759", "score": "0", "text": "By the way, there is an [Ubuntu Stack Exchange site](http://askubuntu.com/), where several members of the Ubuntu project hang out. If you'd like your question moved there, flag a moderator, [do ...
{ "accepted": true, "body": "<p>Start by reading the <a href=\"https://wiki.ubuntu.com/DerivativeDistroHowto\" rel=\"nofollow\">Derivative Distro Howto</a>.</p>\n\n<p>You can certainly make a distribution based on Ubuntu, and as far as I know there is no specific restriction on the live CD, so you can make derivati...
[ { "accepted": null, "body": "<p>You might want to look over the <a href=\"http://www.mozilla.org/foundation/trademarks/policy.html\" rel=\"nofollow\">Mozilla Trademark Policy</a> If I recall it has some interesting rules about what you may do if you choose to call the product <strong>Mozilla Firefox</strong...
null
null
null
null
Voulnet
21766
1
null
2011-01-16T01:26:40.567
3
6149
<p>How can you get google sketchup to work on ubuntu?</p>
5068
866
2011-01-16T08:03:04.030
2014-08-17T01:50:26.467
How can you get Google Sketchup running?
[ "10.10" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T02:04:52.920", "id": "23508", "postId": "21766", "score": "2", "text": "if you don't give us a detailed error message we can provide good solutions (you may check http://wiki.winehq.org/GoogleSketchup)", "userDisplayName": null, "userId": "1990" } ]
null
[ { "accepted": null, "body": "<p>Google <a href=\"http://sketchup.google.com/support/bin/answer.py?hl=en&amp;answer=36208\" rel=\"nofollow\">Sketchup</a> is not available natively for Ubuntu, you will have to run it using Wine.\nThe following links may help you to get things going;</p>\n\n<p><a href=\"http:/...
null
null
null
null
null
21768
1
21772
2011-01-16T02:04:58.580
27
39362
<p>I have a bunch of pictures I'd like to make into a basic slideshow, as a video (e.g. mpeg/avi). What software is available to do this?</p> <p>I started using PiTiVi based on recommendation in another question, which seemed nice at first. However, it's very unstable - just crashed my whole system! Regardless, it won...
1507
814
2011-02-26T15:47:27.707
2018-02-21T00:01:59.287
Software to create a video slideshow?
[ "10.10", "software-recommendation", "video", "video-editor" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can try <a href=\"http://packages.ubuntu.com/imagination\" rel=\"noreferrer\">imagination</a> from the repository.</p>\n\n<pre><code>sudo apt-get install imagination\n</code></pre>\n\n<p>Imagination is a lightweight and user-friendly DVD slide show maker with\na clean interface a...
[ { "accepted": true, "body": "<p>You can try <a href=\"http://packages.ubuntu.com/imagination\" rel=\"noreferrer\">imagination</a> from the repository.</p>\n\n<pre><code>sudo apt-get install imagination\n</code></pre>\n\n<p>Imagination is a lightweight and user-friendly DVD slide show maker with\na clean int...
null
null
null
null
null
21776
1
21777
2011-01-16T03:36:25.727
2
3827
<p>CVS is being used in my workplace and I've no much knowledge of cvs other than installing and creating cvs users and I heard developers share their project with eclipse or something like that. I'm asked to check for best repositories which offers advanced features giving the hints SVN and GIT. If any one using these...
3215
3215
2011-01-16T04:34:40.807
2011-01-16T09:42:40.707
CVS vs SVN vs GIT vs anyother
[ "repository", "git", "svn" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T03:46:10.560", "id": "23515", "postId": "21776", "score": "1", "text": "this should be on super user or another stack exchange site since it's not related to ubuntu.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-01-16T05:09:5...
{ "accepted": true, "body": "<p>You need to consider what kind of repository system your team needs to function effectivly. The main difference is between:</p>\n\n<ul>\n<li><strong>Centralised Repositories</strong> - CVS, SVN, Simple File Server, etc</li>\n<li><strong>Decentralised Repositories</strong> - Git, Merc...
[ { "accepted": true, "body": "<p>You need to consider what kind of repository system your team needs to function effectivly. The main difference is between:</p>\n\n<ul>\n<li><strong>Centralised Repositories</strong> - CVS, SVN, Simple File Server, etc</li>\n<li><strong>Decentralised Repositories</strong> - G...
null
null
2011-01-16T09:48:31.540
null
null
21781
1
null
2011-01-16T04:28:17.077
8
1721
<p>Currently, my window decorations are in the top left as per the default Ubuntu, but I have reordered them to "Minimize, Maximize, Close" However on Unity Desktop, when I maximize my window, and the Unity Panel takes over window decorations, It switches back to the default "Close, Minimize, Maximize" I tried poking a...
496
null
null
2011-05-06T21:18:25.177
How do you change Window Control Position in the Unity Panel?
[ "unity", "11.04", "window-buttons" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-27T14:44:28.597", "id": "25449", "postId": "21781", "score": "0", "text": "Bug Reported: https://bugs.launchpad.net/unity/+bug/708653", "userDisplayName": null, "userId": "496" } ]
null
[ { "accepted": null, "body": "<p>I don't think you can do that. Ayatana indicators have been designed with consistency in mind and one of the elements of a consistent UI is permanent position of indicators. I don't think you can reorder the elements of the unity panel at all. You can remove some if you like ...
null
null
null
null
null
21784
1
21794
2011-01-16T05:21:26.020
4
1253
<p>How do I go about changing the white background on nautilus-elementary's side pane?</p> <p>I want to change it specifically to match the color of the toolbar and status-bar.</p> <p><img src="https://i.stack.imgur.com/lWEVV.png" alt=""></p>
6465
1067
2011-01-16T18:08:32.693
2011-02-09T03:07:39.143
How do I change the background of the side pane?
[ "nautilus-elementary", "themes" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Add the following to your <code>~/.gtkrc-2.0</code> file (create one if it doesn't exist):</p>\n\n<pre><code>style \"nautilus-sidepane\"\n{\n GtkTreeView::even_row_color = \"#F2F1F0\"\n}\n\nwidget_class \"*NautilusSidePane*\" style \"nautilus-sidepane\"\n</code></pre>\n\n<p>Then...
[ { "accepted": true, "body": "<p>Add the following to your <code>~/.gtkrc-2.0</code> file (create one if it doesn't exist):</p>\n\n<pre><code>style \"nautilus-sidepane\"\n{\n GtkTreeView::even_row_color = \"#F2F1F0\"\n}\n\nwidget_class \"*NautilusSidePane*\" style \"nautilus-sidepane\"\n</code></pre>\n\...
null
null
null
null
null
21787
1
null
2011-01-16T07:50:00.467
8
795
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/134/how-do-i-create-a-desktop-wallpaper-slideshow">How do I create a desktop wallpaper slideshow?</a><br> <a href="https://askubuntu.com/questions/174460/how-do-i-set-my-wallpaper-to-auto-change-periodically">How do ...
2390
-1
2017-04-13T12:24:49.530
2012-08-22T08:51:46.967
How to get desktop background picture changed periodically?
[ "desktop-background" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T07:55:28.437", "id": "23528", "postId": "21787", "score": "0", "text": "Related: [How do I create a desktop wallpaper slideshow?](http://askubuntu.com/questions/134/how-do-i-create-a-desktop-wallpaper-slideshow) - however this question differs in requesting pictures...
null
[]
null
0
2012-08-22T08:52:07.153
null
null
21788
1
null
2011-01-16T08:16:04.127
3
368
<p>I want to only sync files with a certain prefix in a folder. Is there some way I can get Ubuntu one to only sync these files or ignore other files?</p>
null
null
null
2011-01-16T18:18:27.140
Ubuntu One sync certain filetype/prefix
[ "ubuntu-one", "file-format" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>At the moment, there's no good way to exclude certain files in certain directories.\nThat said, you can ignore certain file types across the board by specifying regexes in: <code>/etc/xdg/ubuntuone/syncdaemon.conf</code></p>\n\n<p>See the ignore.default part of it.</p>\n", ...
null
null
null
null
Tron Paul
21790
1
21791
2011-01-16T08:32:56.073
4
530
<p>Since Banshee is going to be replacing Rhythmbox in 11.04, is there a PPA for Rhythmbox so I can still keep up to date with the newest stable builds?</p>
2458
null
null
2011-01-16T08:40:07.160
Keep up to date with Rhythmbox?
[ "ppa", "rhythmbox" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This won't be necessary because although Rhythmbox will no longer be default, the latest stable version will be included in the Software Centre for easily installation and updating.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC...
[ { "accepted": true, "body": "<p>This won't be necessary because although Rhythmbox will no longer be default, the latest stable version will be included in the Software Centre for easily installation and updating.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "cont...
null
null
null
null
null
21800
1
23886
2011-01-16T10:42:35.330
2
3163
<p>I'm running Ubuntu 9.10 desktop edition. Suddenly today /home became corrupted and I was prompted to run <code>fsck</code> manually. I ran <code>fsck -y /home</code> and rebooted the system. The system booted but I got no GUI interface (GNOME session) but a black screen with a user prompt instead. Any tricks here to...
3215
5691
2011-01-16T15:25:58.807
2011-01-29T15:45:06.927
GNOME session not starting after filesystem corruption
[ "gnome", "xorg", "9.10" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T10:47:38.103", "id": "23536", "postId": "21800", "score": "1", "text": "In the prompt,type the following and see if it helps you `sudo dpkg-reconfigure xserver-xorg`", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-16T11:09:...
{ "accepted": true, "body": "<p>Just running <code>fsck -y /</code>, or <code>fsck -y /dev/sda1</code> fixed the issue and system started gnome as usual. The best way of running fsck would be booting the system from live cd or usb stick. But before running fsck, backing up necessary data is also to be considered ma...
[ { "accepted": null, "body": "<p>Log in and try <code>startx</code></p>\n\n<p>Is your /home on a separate partition?</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-01-16T13:45:43.097", "id": "23554", "postId": "21802", "score": "0", "t...
null
null
null
null
null
21801
1
21806
2011-01-16T10:56:11.490
13
28895
<p>I have a running Ubuntu Server 10.04.1. When I tried to login to the server via ssh, I could not. Instead, I got <code>connection refused</code> error. I tried to ping the machine and I got reply! So, the clear reason is that SSH daemon is stopped.</p> <p>After reboot, I was able to login to my server via ssh. Afte...
5927
5927
2011-01-16T13:12:15.857
2019-12-12T17:08:40.310
SSH server not working (respawns until stopped)
[ "10.04", "server", "ssh" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2012-01-10T03:50:07.273", "id": "995785", "postId": "21801", "score": "0", "text": "Also checkout this one. It may be a problem with sshd_config sintaxis\nhttps://bugs.launchpad.net/ubuntu/+source/openssh/+bug/911753", "userDisplayName": "user41309", "userId": null }...
{ "accepted": true, "body": "<p>You should check to see what happened just <em>before</em> SSH started floundering in <code>syslog</code>. If the networking subsystem died, that could explain why <code>sshd</code> started failing.</p>\n\n<p>I would also check <code>/var/log/auth.log</code>. It's <code>sshd</code>'s...
[ { "accepted": true, "body": "<p>You should check to see what happened just <em>before</em> SSH started floundering in <code>syslog</code>. If the networking subsystem died, that could explain why <code>sshd</code> started failing.</p>\n\n<p>I would also check <code>/var/log/auth.log</code>. It's <code>sshd<...
null
null
null
null
null
21805
1
null
2011-01-16T11:55:22.833
5
9390
<p>I have tried installing <a href="http://code.google.com/p/asusfan/" rel="nofollow">asusfan</a> and lm-sensors but I'm unable to control my fans to cool my laptop down sufficiently. Currently it overheats at about 100 degrees celsius and my sensors output somehow does not have any fan information on it: </p> <pre><...
9011
29112
2011-11-11T17:38:31.473
2011-12-13T07:46:13.743
How to control fan speed and temperatures on Asus A8Js laptop?
[ "server", "fan", "asus" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p><a href=\"http://ubuntuforums.org/showthread.php?t=42737\" rel=\"nofollow\">This</a> forum post might be of use to you. Beware: this is extremely in-depth.</p>\n\n<p><a href=\"http://brainstorm.ubuntu.com/idea/13393/\" rel=\"nofollow\">Here</a> is a brainstorm proposing easy ...
null
null
null
null
null
21811
1
null
2011-01-16T12:20:29.280
20
29737
<p>I want to convert text to an audio file containing synthesised speech that reads out that text. What free (libre+gratis) software is available for this and how do I install and use it?</p> <p>I don't need to use it as an accessibility tool - I just want to be able to listen back to my revision notes while doing oth...
667
3037
2011-01-16T12:35:05.317
2017-12-30T17:39:20.127
How can I install and use text-to-speech software?
[ "installation", "software-recommendation", "sound", "text-to-speech" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2019-08-13T16:38:14.763
null
null
21814
1
22012
2011-01-16T12:29:54.577
12
5875
<p>I have hundreds of passwords, since I use a different random one for each website/service. They are all generated &amp; stored with KeePassX, which can be synced to different computers and my android phone via dropbox (or ubuntuone).</p> <p>I know the database of KeePassX is secure (at least with a good passphrase)...
2919
4776
2011-01-16T14:15:27.417
2016-04-11T09:04:15.137
How secure is KeePassX?
[ "password", "keepass" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T14:12:05.190", "id": "23558", "postId": "21814", "score": "9", "text": "You may well be aware of it already, but I'll mention ir as a general issue.. Be **very** aware of clipboard managers (eg. Parcellite)... almost by definition they keep a log of what goes throug...
{ "accepted": true, "body": "<p>Programs may have access to the clipboard, for example you copy some text from a webpage and paste it to gedit. This should never happen without user interaction, unless KeePassX has a security vulnerability which another malware (very rare on Unix systems) could then use. Don't use ...
[ { "accepted": true, "body": "<p>Programs may have access to the clipboard, for example you copy some text from a webpage and paste it to gedit. This should never happen without user interaction, unless KeePassX has a security vulnerability which another malware (very rare on Unix systems) could then use. Do...
null
null
null
null
null
21819
1
21821
2011-01-16T13:55:12.057
4
11366
<p>I want to add some lines which should execute every time Ubuntu boots up, so I don't have to change them manually everytime. I've read in some place that you should edit this file <code>/etc/rc.local</code>. However when I add the lines I want to execute at start up it doesn't run those lines.</p> <p>So I wonder wh...
8498
3037
2011-01-16T14:24:09.123
2011-01-16T15:44:31.287
Where is the start up file located?
[ "startup", "input-devices" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T14:12:25.097", "id": "23559", "postId": "21819", "score": "0", "text": "Similar question you might love to have a look at: [How to run scripts on start up of ubuntu?](http://askubuntu.com/questions/814/how-to-run-scripts-on-start-up-of-ubuntu)", "userDisplayName...
{ "accepted": true, "body": "<p>It's working fine here. Have you made sure that <code>/etc/rc.local</code> ends with \"exit 0\":</p>\n\n<pre><code>...stuff...\n\n# set trackpoint sensitivity\necho -n 250 &gt; /sys/devices/platform/i8042/serio1/serio2/sensitivity\n\nexit 0\n</code></pre>\n\n<p>If it does, you're may...
[ { "accepted": true, "body": "<p>It's working fine here. Have you made sure that <code>/etc/rc.local</code> ends with \"exit 0\":</p>\n\n<pre><code>...stuff...\n\n# set trackpoint sensitivity\necho -n 250 &gt; /sys/devices/platform/i8042/serio1/serio2/sensitivity\n\nexit 0\n</code></pre>\n\n<p>If it does, yo...
null
null
null
null
null
21823
1
21825
2011-01-16T14:38:04.970
10
46673
<p>How do I create a shortcut to start a Windows application with Wine?</p> <p>For example I have Notepad++:</p> <pre><code>/media/DATA/Progs/Notepad++/notepad++.exe </code></pre> <p>and I would like to have a shortcut to it on the desktop.</p>
8436
57576
2016-07-15T10:09:59.693
2017-06-11T22:08:28.427
How to create a shortcut to start a Windows application with Wine?
[ "windows", "wine", "shortcuts" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2022-10-27T03:26:12.797", "id": "2506919", "postId": "21823", "score": "0", "text": "Here is my explanation how to work a desktop shortcut: https://askubuntu.com/questions/1437380/ubuntu-22-04-how-to-run-an-exe-file-by-the-desktop-shortcut/1437386#1437386", "userDisplayNam...
{ "accepted": true, "body": "<ul>\n<li><p>Right click on your Desktop and then select Create Launcher.\n<img src=\"https://i.stack.imgur.com/cvl3J.png\" alt=\"alt text\"></p></li>\n<li><p>Then enter the name and in command box enter the path of your wine application.\n<img src=\"https://i.stack.imgur.com/lZ3ha.png\...
[ { "accepted": true, "body": "<ul>\n<li><p>Right click on your Desktop and then select Create Launcher.\n<img src=\"https://i.stack.imgur.com/cvl3J.png\" alt=\"alt text\"></p></li>\n<li><p>Then enter the name and in command box enter the path of your wine application.\n<img src=\"https://i.stack.imgur.com/lZ...
null
null
null
null
null
21824
1
21838
2011-01-16T14:42:24.443
6
271
<p>I just want to copy and paste the bit of text that describes the panel in my other user account. Which textfile can I paste that into?</p>
2473
4776
2011-01-16T14:49:33.723
2011-01-16T16:18:19.393
I deleted my launcher panel when I just wanted to delete a launcher. How do I start making a new panel?
[ "gnome-panel" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>To transfer your panel settings from one computer to another, do the following:</p>\n\n<pre><code>gconftool --dump /apps/panel &gt; panel-settings.xml\n</code></pre>\n\n<p>Then copy <code>panel-settings.xml</code> to your other computer and on that run:</p>\n\n<pre><code>gconf --load...
[ { "accepted": null, "body": "<p>You can reset the panels back to default by writing the following in a terminal:</p>\n\n<p><code>gconftool --recursive-unset /apps/panel &amp;&amp; killall gnome-panel</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLice...
null
null
null
null
null
21833
1
null
2011-01-16T15:26:17.427
8
2343
<p>My Acer Timeline has a "Disable touchpad button" which works <em>too well</em>. That is, once I've pressed it, pressing it again won't re-enable the touchpad. I've tried a couple of things like:</p> <pre><code>gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true </code></pre> ...
702
702
2011-01-26T17:52:44.290
2012-07-20T22:00:49.250
"Disable touchpad button": touchpad won't re-enable
[ "touchpad", "synaptics" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-26T18:56:51.853", "id": "25316", "postId": "21833", "score": "0", "text": "this is a bug in gconf to my memory, I don't think it was fixed :/", "userDisplayName": null, "userId": "1992" } ]
null
[ { "accepted": null, "body": "<p>Just load or unload the psmouse module from kernel</p>\n\n<p>for example:</p>\n\n<p>To disable touchpad:</p>\n\n<pre><code># rmmod psmouse\n</code></pre>\n\n<p>To enable touchpad again:</p>\n\n<pre><code># modprobe psmouse\n</code></pre>\n\n<p>and voila!</p>\n", "commentC...
null
null
null
null
null
21836
1
null
2011-01-16T16:13:16.857
4
351
<p>I just upgraded to Maverick, and now I can't change my theme except for the cursor and window border/decoration. I've just reinstalled the themes I want to use (Dust + Dust extra) successfully, and while the window border/decorations change properly when I select them, nothing else changes. The icon set doesn't chan...
8473
169736
2014-05-26T20:23:14.137
2014-05-26T20:23:14.137
Upgraded to Maverick; can't change theme
[ "upgrade", "themes" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-03-19T08:21:47.417", "id": "34787", "postId": "21836", "score": "0", "text": "Can you add a screenshot?", "userDisplayName": null, "userId": "4384" }, { "creationDate": "2011-08-01T17:58:56.547", "id": "62324", "postId": "21836", "score": "0", ...
null
[ { "accepted": null, "body": "<p>I discovered that this works fine when logged in as another user. I nuked ~/.gconf and started my customizations from scratch. There is probably a less drastic way to accomplish this.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "co...
null
null
2014-05-29T07:27:03.253
null
null
21840
1
null
2011-01-16T16:25:43.950
28
947
<p>Let me quote from <a href="http://www.markshuttleworth.com/archives/308#comment-324337" rel="nofollow">Mark's blog</a> almost one year ago:</p> <blockquote> <p><em>March 5th, 2010 at 7:19 pm</em><br> Mark, will there be an update to the sound theme to match the updated visual brand?</p> <p><em>Mark Shuttle...
2192
2192
2013-09-12T11:39:28.010
2013-09-12T11:39:28.010
Are there still plans for a new sound theme?
[ "sound", "themes" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There will be a new startup sound for 12.04, chosen from one of the 4 finalists. Listen to them <a href=\"http://design.canonical.com/2012/02/sound-theme-update/\" rel=\"nofollow\">here</a> and fill out this <a href=\"https://www.surveymonkey.com/s/3DLBM9X\" rel=\"nofollow\">...
null
null
null
null
null
21841
1
21848
2011-01-16T16:35:01.220
1
231
<p>I tried to run it from total commander, I tried to make a link to it</p> <pre><code>/media/DATA/#TO_BACKUP/_MUSIC/MUSIC2/Black Eyed Peas - The Time (Dirty Bit).avi </code></pre> <p>but it says </p> <pre><code>Failed to execute child process "/media/DATA/" (Permission denied) </code></pre> <p>Opening the full loc...
8436
169736
2014-01-08T16:27:15.427
2014-01-08T17:00:14.670
How to open a file with special character in their path?
[ "video-player" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-01-16T23:50:20.957", "id": "23643", "postId": "21841", "score": "0", "text": "The answer is not running from wine. You either want the video to run or want to run the video from the wine compatibility.", "userDisplayName": null, "userId": "7035" } ]
{ "accepted": true, "body": "<p>I think you have to use a media player, like mplayer from console given the location as a parameter, for example </p>\n\n<pre><code>mplayer /home/user/myvideo.avi\n</code></pre>\n\n<p>Obviously changing the location of the video</p>\n", "commentCount": "2", "comments": [ { ...
[ { "accepted": true, "body": "<p>I think you have to use a media player, like mplayer from console given the location as a parameter, for example </p>\n\n<pre><code>mplayer /home/user/myvideo.avi\n</code></pre>\n\n<p>Obviously changing the location of the video</p>\n", "commentCount": "2", "comments"...
null
null
null
null
null
21842
1
21844
2011-01-16T16:38:13.697
9
1585
<p>I just discovered that I couldn't add more than 4 layouts for my keyboard. Googling revealed that it was a universal limit (at least for GNU/Linux) and the only way(s) to get around it was to use some hackish way with scripts. Is there really a technical reason behind this? If yes, what is it?</p>
4152
158442
2017-02-08T07:00:46.427
2017-02-08T07:00:46.427
Why is there a 4-layouts limit for keyboards?
[ "keyboard", "keyboard-layout" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2013-05-01T09:58:14.430", "id": "363157", "postId": "21842", "score": "0", "text": "Answer is here: http://askubuntu.com/questions/107945/cant-add-more-than-four-keyboard-layouts", "userDisplayName": null, "userId": "15811" }, { "creationDate": "2018-12-26T04:0...
{ "accepted": true, "body": "<p><a href=\"https://bugs.freedesktop.org//show_bug.cgi?id=19501\">Quoting Peter Hutterer</a> (Red Hat employee working on X.Org):</p>\n\n<blockquote>\n <p>Some information about this feature and why it hasn't been implemented yet:\n Te 4 group limit is forced by the protocol wire for...
[ { "accepted": true, "body": "<p><a href=\"https://bugs.freedesktop.org//show_bug.cgi?id=19501\">Quoting Peter Hutterer</a> (Red Hat employee working on X.Org):</p>\n\n<blockquote>\n <p>Some information about this feature and why it hasn't been implemented yet:\n Te 4 group limit is forced by the protocol ...
null
null
null
null
null
21851
1
null
2011-01-16T17:31:19.807
7
4612
<p>I hate how when I turn on the computer it just (after the hp logo, which I hate having also), shows white text on a black background. I'm wondering if there's easy ways to customize this (I'm choosing between Windows 7 and two separate Ubuntu 10.10 installs). I've read a little about some complicated ways to do this...
9023
235
2011-01-16T18:21:34.110
2021-07-12T11:19:15.867
How can I customize my bootloader to make it prettier?
[ "grub2", "bootloader" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Yes... there's BURG. With it you can easily give your bootloader a theme. Beware though that if you do something stupid, you could break it and lock yourself out for a while.</p>\n\n<p>Look at the following link for instructions (really pretty simple, mostly GUI)<br>\n<a hr...
null
null
null
null
null
21855
1
22002
2011-01-16T17:58:52.877
3
6330
<p>I need to provide an FTP service that needs to be web-managed in the simplest way possible. My customer wants to create folders and users, and give them read only or read/write access arbitrarily.</p> <p>For example: </p> <p>The folder 'Documents' should be read only for several users, writable for internal users...
9024
9024
2011-01-17T14:09:22.393
2011-01-17T18:40:05.363
Managing arbitrary user permissions under PureFTPd
[ "pure-ftpd" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Will ACL work for you? For Ubuntu 10.10, mount file systems with the acl option.</p>\n\n<pre><code>sudo vim /etc/fstab\n</code></pre>\n\n<p>UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx / ext4 defaults,acl 0 1</p>\n\n<pre><code>sudo mount -o remount,acl /\n</code></pre>\n\n<p>(or maybe t...
[ { "accepted": true, "body": "<p>Will ACL work for you? For Ubuntu 10.10, mount file systems with the acl option.</p>\n\n<pre><code>sudo vim /etc/fstab\n</code></pre>\n\n<p>UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx / ext4 defaults,acl 0 1</p>\n\n<pre><code>sudo mount -o remount,acl /\n</code></pre>\n\n<p>(or...
null
null
null
null
null
21857
1
21858
2011-01-16T18:29:24.800
1
2414
<p>I've had a problem with <a href="https://askubuntu.com/questions/17873/problems-with-cisco-quickvpn-client/18336">making QuickVPN work with Ubuntu</a>. I've got a feeling that it's because the Windows only application needs to listen on port 500, which it cannot without privileges. As you should never run Wine as ro...
615
-1
2017-04-13T12:24:26.167
2016-12-05T23:42:14.917
Giving Wine applications more privileges (like listening on ports below 1024)
[ "wine" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You should be able to grant the \"bind to privileged ports\" capability to Wine with:</p>\n\n<pre><code>sudo setcap 'cap_net_bind_service=+ep' /path/to/wine\n</code></pre>\n\n<p>Please let us know if it worked.</p>\n", "commentCount": "3", "comments": [ { "creationDate"...
[ { "accepted": true, "body": "<p>You should be able to grant the \"bind to privileged ports\" capability to Wine with:</p>\n\n<pre><code>sudo setcap 'cap_net_bind_service=+ep' /path/to/wine\n</code></pre>\n\n<p>Please let us know if it worked.</p>\n", "commentCount": "3", "comments": [ { ...
null
null
null
null
null
21859
1
null
2011-01-16T19:01:34.607
3
686
<p>In <a href="http://www.jonobacon.org/2010/11/30/testing-natty-and-unity-safely-with-a-usb-stick/" rel="nofollow noreferrer">a blogpost</a> Jono explained a nice way to test the latest version of Natty. Under point four he proposes:</p> <blockquote> <p>Step 4: Update</p> <p>Although you installed the latest daily you...
2192
-1
2020-06-12T14:37:07.210
2011-02-04T01:01:41.277
Can not update Natty running from a USB stick
[ "11.04", "usb", "live-usb", "testing" ]
0
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T19:26:22.353", "id": "23598", "postId": "21859", "score": "0", "text": "Exact duplicate of http://askubuntu.com/questions/18403/how-to-incrementally-update-a-live-usb .", "userDisplayName": null, "userId": "742" }, { "creationDate": "2011-01-17T10:37...
null
[]
null
null
2011-06-05T20:41:23.523
null
null
21860
1
26583
2011-01-16T19:14:58.780
5
2039
<p><a href="https://askubuntu.com/questions/1403/whats-the-state-of-multi-seat-in-10-04-lucid">I've asked about multiseat before</a>. The answer (for 10.04) involved doing it the proper way (eg through <code>gdm</code>, multiple server layouts). The problem was that <code>gdm</code> needs to be patched or reverted to 2...
449
-1
2017-04-13T12:24:48.743
2011-02-16T05:01:20.307
Simple multi-seat
[ "multiseat" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T20:39:58.417", "id": "23605", "postId": "21860", "score": "0", "text": "Not too familiar with X server, but won't `startx -- :0` (default display/adapter) and `startx -- :1` work for for first question? (http://humanreadable.nfshost.com/howtos/startx_script.htm )", ...
{ "accepted": true, "body": "<p>Why don't you use X server layouts, but not gdm? Or if you need a login manager, use something that doesn't kvetch about multiple instances (or whatever the problem with gdm is). I'm reading the blog entry that was linked to in your other question and wondering why not just ditch the...
[ { "accepted": true, "body": "<p>Why don't you use X server layouts, but not gdm? Or if you need a login manager, use something that doesn't kvetch about multiple instances (or whatever the problem with gdm is). I'm reading the blog entry that was linked to in your other question and wondering why not just d...
null
null
null
null
null
21862
1
null
2011-01-16T19:16:38.463
3
6060
<p>Would like a script, when run, it should connect to a hidden wireless network with these details:</p> <p>SSID is "Wireless" Network is not broadcasting its SSID above (is hidden) WPA2-PSK, AES, password is "password" Static IP: 192.168.1.1 Def. gateway: 192.168.1.254 DNS: 192.168.1.254</p> <p>No idea how to do thi...
null
null
null
2013-09-05T06:32:32.557
Script to connect to hidden wireless network with static IP?
[ "wireless" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2012-12-29T04:34:32.810", "id": "289750", "postId": "21862", "score": "0", "text": "This question appears to be abandoned, if you are experiencing a similar issue please [ask a new question](http://askubuntu.com/questions/ask) with details pertaining to your problem. If you fe...
null
[ { "accepted": null, "body": "<p>Check out this page on the Arch wiki about using WPA supplicant:\n<a href=\"https://wiki.archlinux.org/index.php/WPA_supplicant#Classic_method:_wpa_supplicant.conf\">https://wiki.archlinux.org/index.php/WPA_supplicant#Classic_method:_wpa_supplicant.conf</a></p>\n\n<p>Once you...
null
null
null
null
nLinked
21863
1
21875
2011-01-16T19:23:57.757
0
1693
<p>For some reason when I plug in the AC the laptop fun will always run, and it is quite noticable also. Is it supposed to be like that, is it some fix for it? My laptop is a thinkpad T400</p>
8498
null
null
2011-01-16T20:25:52.343
Excessive fan speed when AC is plugged
[ "laptop", "fan" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T21:15:33.500", "id": "23614", "postId": "21863", "score": "0", "text": "I'll make this a comment since I'm not sure about the Thinkpad: My old HP laptop had an option in its BIOS, to always run the fan at full speed when the AC adapter is plugged in. Check your bios...
{ "accepted": true, "body": "<p>Doing a quick search i found this website for thinkpad user with similiar problems</p>\n\n<p><a href=\"http://www.thinkwiki.org/wiki/How_to_control_fan_speed\" rel=\"nofollow\">Here </a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense"...
[ { "accepted": true, "body": "<p>Doing a quick search i found this website for thinkpad user with similiar problems</p>\n\n<p><a href=\"http://www.thinkwiki.org/wiki/How_to_control_fan_speed\" rel=\"nofollow\">Here </a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
21864
1
21869
2011-01-16T19:33:56.713
3
6407
<p>For example, I want all avi files to be associated with mplayer <strong>in Wine</strong></p> <pre><code>mplayer /home/user/myvideo.avi </code></pre> <p><strong>Edit from Oli:</strong> I believe this this actually the inverse of what most people would assume from the original title. Unless I'm mistaken the user is ...
8436
449
2011-01-16T19:56:59.803
2011-01-16T21:02:09.787
How to associate a file type within Wine with a native application?
[ "wine", "file-association" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://wiki.winehq.org/FAQ#head-e03d797155ac6e9d8176f045acbdeebc28ad33d4\" rel=\"nofollow\">The Wine page has some detail on this</a>.</p>\n\n<p>First you need <code>winepath</code> to translate the path. This will make the script and give it permission to run:</p>\n\n<pre>...
[ { "accepted": true, "body": "<p><a href=\"http://wiki.winehq.org/FAQ#head-e03d797155ac6e9d8176f045acbdeebc28ad33d4\" rel=\"nofollow\">The Wine page has some detail on this</a>.</p>\n\n<p>First you need <code>winepath</code> to translate the path. This will make the script and give it permission to run:</p>\...
null
null
null
null
null
21868
1
21872
2011-01-16T20:01:19.050
12
6278
<p>Running <a href="http://www.lesswatts.org/projects/powertop/">PowerTOP</a> on an Ubuntu 10.10 system, one of the suggestions are</p> <blockquote> <p>Enable the CONFIG_PM_ADVANCED_DEBUG kernel configuration option. This option will allow PowerTOP to collect runtime power management statistics.</p> </blockquo...
2337
null
null
2011-09-12T05:11:18.883
What is kernel configuration?
[ "kernel", "configuration" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Kernel configurations are compiled in. You can check to see if it's configured by running this:</p>\n\n<pre><code>grep CONFIG_PM_ADVANCED_DEBUG /boot/config-`uname -r`\n</code></pre>\n\n<p>On mine, I see:</p>\n\n<pre><code>oli@bert:~$ grep CONFIG_PM_ADVANCED_DEBUG /boot/config-`uname...
[ { "accepted": true, "body": "<p>Kernel configurations are compiled in. You can check to see if it's configured by running this:</p>\n\n<pre><code>grep CONFIG_PM_ADVANCED_DEBUG /boot/config-`uname -r`\n</code></pre>\n\n<p>On mine, I see:</p>\n\n<pre><code>oli@bert:~$ grep CONFIG_PM_ADVANCED_DEBUG /boot/confi...
null
null
null
null
null
21871
1
21873
2011-01-16T20:12:48.733
2
497
<p>I recently messed up my Master Boot Record and my system is not booting. I was dual booting Windows and Ubuntu. Both of them are not loading now. I don't care if I lose my windows, but I want my Ubuntu back!!</p> <p>How to get it (I have a fresh Ubuntu 10.10 LTS disk with me). I went through the install wizard but ...
2011
2011
2011-01-16T20:18:07.353
2011-01-16T20:21:46.717
How to fix the boot loader with an installation disk at hand
[ "installation", "boot", "grub2", "updates" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is covered in detail in the <a href=\"https://help.ubuntu.com/community/Grub2#Reinstalling%20from%20LiveCD\" rel=\"nofollow\">Ubuntu Community Documentation</a>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-01-16T20:39:28.003", "id": "23...
[ { "accepted": true, "body": "<p>This is covered in detail in the <a href=\"https://help.ubuntu.com/community/Grub2#Reinstalling%20from%20LiveCD\" rel=\"nofollow\">Ubuntu Community Documentation</a>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-01-16T20:39:28.003",...
null
null
null
null
null
21877
1
21883
2011-01-16T20:41:48.567
0
1270
<p>I tried code from <a href="https://askubuntu.com/questions/21864/how-to-associate-a-file-type-within-wine-with-a-native-application/21869#21869">this question</a> and for some reason they do not work, why and how to fix them?</p> <pre><code>a@ubuntu:~$ echo "#!/bin/sh" &gt; ~/bin/run_linx_program bash: !/bin/sh": e...
8436
-1
2017-04-13T12:24:48.743
2012-07-09T13:07:38.293
Why don't those winepath commands work?
[ "command-line", "bash", "wubi" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I've fixed the original answer (and I've tested it this time):</p>\n\n<pre><code>mkdir -p ~/bin/\necho '#!/bin/sh' &gt; ~/bin/run_linx_program\necho '$1 \"`wine winepath -u \"$2\"`\"' &gt;&gt; ~/bin/run_linx_program\nchmod a+x ~/bin/run_linx_program\n</code></pre>\n\n<p>I forgot that...
[ { "accepted": null, "body": "<p>! has a special meaning in bash:</p>\n\n<blockquote>\n <p>When the command history expansion facilities are being used (see HISTORY EXPANSION below), the history expansion character, usually !,<br>\n must be quoted to prevent history expansion.</p>\n</blockquote>\n\n<p>Th...
null
null
null
null
null
21879
1
21885
2011-01-16T20:48:16.577
4
2098
<p>I recently bought a new laptop with an ATI Mobility Radeon 5470HD graphics card in it and installed Ubuntu. Everything works just fine, but at the startup, no Plymouth splash screen comes up, just a black screen with a white dash. The splash screen on shutdown works fine though.</p> <p>Does anybody know how to fix ...
9032
3037
2011-01-16T21:03:34.110
2011-01-16T21:29:19.060
No Plymouth splash on startup?
[ "ati", "plymouth" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Plymouth doesn't work with binary released drivers....there's a solution but it involves a bit of legwork. For a scripted solution try this: <a href=\"http://www.webupd8.org/2010/10/script-to-fix-ubuntu-plymouth-for.html\" rel=\"nofollow\">http://www.webupd8.org/2010/10/script-to-fi...
[ { "accepted": true, "body": "<p>Plymouth doesn't work with binary released drivers....there's a solution but it involves a bit of legwork. For a scripted solution try this: <a href=\"http://www.webupd8.org/2010/10/script-to-fix-ubuntu-plymouth-for.html\" rel=\"nofollow\">http://www.webupd8.org/2010/10/scri...
null
null
null
null
null
21880
1
21882
2011-01-16T20:56:01.217
6
9645
<p>On Ubuntu 10.10, I have recently started to experience this problem:</p> <p>For some reason Skype won't save any settings except "Sign in on startup". When Skype starts and tries to sign in it is unsuccessful (it shows incorrect password, in red) every time (I have provided the correct password).</p> <p>I always h...
5239
3037
2011-01-16T20:57:01.923
2011-01-16T21:21:37.127
Skype does not save user configuration
[ "10.10", "configuration", "skype" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-16T21:07:12.887", "id": "23612", "postId": "21880", "score": "0", "text": "Uninstall including configuration files will only purge the program's configuration files, but not user data in your `/home`-directory.", "userDisplayName": null, "userId": "3037" } ]
{ "accepted": true, "body": "<p>Rename your <code>~/.Skype</code> folder to something like <code>~/.Skype-old</code>.</p>\n\n<p>Now sign in to Skype fresh, and it will reset itself. You can now copy the contents from the old folder that you want to preserve to your new <code>~/.Skype</code> folder :).\nYou can also...
[ { "accepted": true, "body": "<p>Rename your <code>~/.Skype</code> folder to something like <code>~/.Skype-old</code>.</p>\n\n<p>Now sign in to Skype fresh, and it will reset itself. You can now copy the contents from the old folder that you want to preserve to your new <code>~/.Skype</code> folder :).\nYou ...
null
null
null
null
null
21886
1
21887
2011-01-16T21:31:33.153
37
43487
<p>Is there a way to get java apps to use my gtk theme?</p>
1992
9781
2012-01-12T16:02:44.377
2019-09-04T10:12:48.110
How can I get a java apps to use the GTK+ theme?
[ "java", "themes", "gtk", "application-development" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2012-11-05T05:01:52.997", "id": "263108", "postId": "21886", "score": "1", "text": "Similar question for KDE/Qt: http://askubuntu.com/questions/6948/how-to-run-java-application-in-kde-with-qt-like-ui", "userDisplayName": null, "userId": "64389" }, { "creationDa...
{ "accepted": true, "body": "<p>You can try to set Java's default look and feel to GTK:</p>\n\n<p>Open a terminal ( Ctrl + Alt + T ) and paste the upper one for openjdk and the lower one for sun java .</p>\n\n<p><code>gksu gedit /usr/lib/jvm/java-6-openjdk/jre/lib/swing.properties</code></p>\n\n<p><code>gksu gedi...
[ { "accepted": true, "body": "<p>You can try to set Java's default look and feel to GTK:</p>\n\n<p>Open a terminal ( Ctrl + Alt + T ) and paste the upper one for openjdk and the lower one for sun java .</p>\n\n<p><code>gksu gedit /usr/lib/jvm/java-6-openjdk/jre/lib/swing.properties</code></p>\n\n<p><code>g...
null
null
null
null
null
21891
1
null
2011-01-16T22:13:49.497
0
788
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/15318/how-to-remove-the-unwanted-entries-from-the-boot-menu">How to remove the unwanted entries from the boot menu?</a> </p> </blockquote> <p>I guess I've got more than one ubuntu installation (either two or three)...
9023
-1
2017-04-13T12:23:44.677
2011-06-07T02:50:42.540
GRUB/BURG listing a lot of os's
[ "grub2", "dual-boot", "burg" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-01-16T22:27:08.263", "id": "23631", "postId": "21891", "score": "0", "text": "Duplicate of: [How to remove the unwanted entries from the boot menu?](http://askubuntu.com/questions/15318/how-to-remove-the-unwanted-entries-from-the-boot-menu)", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>just edit the file menu.lst located at /boot/grub</p>\n\n<p>but first you have to create a backup of this file using for example this command</p>\n\n<pre><code># cp /boot/grub/menu.lst menu.old\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwne...
null
null
2011-01-17T00:49:59.073
null
null
21892
1
22482
2011-01-16T22:25:23.430
5
5064
<p>I'm having a nasty problem with the Sound Menu on my Ubuntu 10.10 Installation. What happens is that the sound control icon is blocked, and I can't control the master volume.<br> If I try to get to the <em>Sound Preferences</em> I get a little Pop-Up Window saying:</p> <blockquote> <p>Waiting for Sound System to ...
6664
114
2011-06-26T20:52:13.310
2011-06-26T20:52:13.310
"Waiting for Sound System to respond." error dialog
[ "10.10", "sound", "pulseaudio", "indicator-sound" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I managed to solve the problem myself.</p>\n\n<p>The problem was that, for some reason I don't know or remember, I was not the \"owner\" of my home folder, and because of that I couldn't kill the pulseaudio process... I realized that when Ubuntu tried to update the <code>.ICEauthorit...
[ { "accepted": null, "body": "<p>Your <code>pulseaudio</code> daemon isn't running. Try to do <code>pulseaudio --start</code> from a terminal and see what happens.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-17T20:23:34.050", "id": "23778", "pos...
null
null
null
null
null
21895
1
21921
2011-01-16T23:32:34.360
3
4693
<p>I have a laptop with broken video card. It has two operating systems installed - Windows 7 and Ubuntu 10.10 Desktop Edition. </p> <p>It has GRUB to manage which operating system to boot up. Windows is default OS. And Windows fails to boot up without video card. I'm checking with ping to the ports which are shown as...
9036
null
null
2011-03-04T12:19:05.577
How to start Ubuntu with no working video card?
[ "video", "configuration", "grub2", "graphics" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm partially guessing here - this would be a comment if it hadn't been too long for the box - but you could try: </p>\n\n<p><em>Starting the ssh deamon in rescue mode</em>. </p>\n\n<p>I don't expect this to work, as it may depend on other services that haven't been started yet (resc...
[ { "accepted": true, "body": "<p>I'm partially guessing here - this would be a comment if it hadn't been too long for the box - but you could try: </p>\n\n<p><em>Starting the ssh deamon in rescue mode</em>. </p>\n\n<p>I don't expect this to work, as it may depend on other services that haven't been started y...
null
null
null
null
null
21897
1
null
2011-01-16T23:36:05.047
7
661
<p>Ubuntuone is correctly synchronizing selected files between two computers running Ubuntu 10.10. When I open Ubuntuone Preferences, Account tab, on one computer it does not display the usage, name e-mail or current plan. On the other computer all information is shown correctly. On the Devices tab the 2 computers a...
9160
235
2011-01-28T16:52:04.723
2017-03-14T14:05:39.387
Ubuntu One Preferences does not show usage, name, e-mail, current plan
[ "10.10", "ubuntu-one" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2017-03-14T14:07:50.623", "id": "1397185", "postId": "21897", "score": "0", "text": "I'm voting to close this question as off-topic because Ubuntu One is dead.", "userDisplayName": null, "userId": "25798" } ]
null
[ { "accepted": null, "body": "<p>That's very strange. The information (both the account info such as email and name, and the devices) is pulled over the network doing an oauth-signed REST request, using the same token the <code>syncdaemon</code> uses to connect.</p>\n\n<p>Could you install <a href=\"http://p...
null
null
2017-03-14T14:07:50.623
null
null
21899
1
21900
2011-01-17T01:29:57.700
2
670
<p>Recently I decided to test <strong>natty</strong>, so i download it and try to install it on VirtualBox <em>(v4.0 - 3D Acceleration Enabled)</em> but have problem in using unity <em>(It says to change my desktop to classic...)</em><br> Now I want to install it on my PC, so I came here to ask is it safe to do that?</...
5034
235
2011-01-17T01:52:10.040
2011-01-17T01:52:27.543
Is it safe to install ubuntu natty daily build beside maverick?
[ "11.04" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Sure! </p>\n\n<p>It's safe when you resize your partition to have about 20 to 30 GB unused space. \nThen you install from scratch using this unused space, leaving your system untouched. Just don't mess up your partition names during this process.\nIf done right you'll get a dual boot...
[ { "accepted": true, "body": "<p>Sure! </p>\n\n<p>It's safe when you resize your partition to have about 20 to 30 GB unused space. \nThen you install from scratch using this unused space, leaving your system untouched. Just don't mess up your partition names during this process.\nIf done right you'll get a d...
null
null
null
null
null
21902
1
21907
2011-01-17T02:38:30.673
8
7302
<p>Is it possible to run Windows 7 64 bit from a 32bit ubuntu OS? </p> <p>I can reinstall Ubuntu as a 64bit OS, but would prefer not to if it is not necessary.</p>
752
235
2011-01-17T14:46:47.523
2012-08-19T01:19:03.717
Run 64bit OS in Virtual Box from 32bit Ubuntu
[ "64-bit", "virtualbox" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From VB help:</p>\n\n<blockquote>\n <p>VirtualBox supports 64-bit guest\n operating systems, even on 32-bit host\n operating systems, provided that the\n following conditions are met:</p>\n \n <p>1.-You need a 64-bit processor with hardware virtualization support (see\n Sectio...
[ { "accepted": null, "body": "<p>If your BIOS and processor support it, then yes. I'd suggest using hardinfo to check your processor's features. However you are better off using the 64bit OS as host anyway.</p>\n\n<p>Even if you processor supports VTx your BIOS may not (many HP laptops for example do not all...
null
null
null
null
null
21903
1
21938
2011-01-17T02:47:45.467
14
3864
<p>Is there anywhere one can get a copy of Ubuntu's man pages in e-reader (preferably Kindle/mobi, epub can be handled)format?</p>
9045
null
null
2019-11-06T10:41:59.520
Man pages offline for e-reader?
[ "manpage" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This bash command will dump HTML files for every man page on the system. You'll need to install the <code>groff</code> package first, then <code>cd</code> to an empty directory and run:</p>\n\n<pre><code>for f in `ls -1 /usr/share/man/man*`; do n=`echo $f | sed s/[.].*[.]gz//`; man ...
[ { "accepted": null, "body": "<p>all man pages are located at</p>\n\n<pre><code>/usr/share/man\n</code></pre>\n\n<p>But they're compressed in .gz files.\nAlso there's a <a href=\"http://www.kernel.org/doc/man-pages/online_pages.html\" rel=\"nofollow\">web</a> where you can see all man pages online.\nI guess ...
null
null
null
null
null
21910
1
null
2011-01-17T01:41:21.867
7
7317
<p>I am using Ubuntu 10.04 as ftp server, when I upload file using Filezilla client, I always got "550 Permission denied".</p> <p>How to configure my server?</p>
9049
19490
2011-09-27T06:39:54.223
2012-01-07T14:45:04.967
How to configure FTP server?
[ "server", "ftp" ]
5
5
CC BY-SA 3.0
[ { "creationDate": "2011-01-17T12:26:33.037", "id": "23700", "postId": "21910", "score": "0", "text": "I have changed the permission of my folder to 777 .", "userDisplayName": null, "userId": "9049" }, { "creationDate": "2011-01-17T12:58:22.197", "id": "23707", "postId": "...
null
[ { "accepted": null, "body": "<p>Probably you has to set the folder's permission for that folder properly\nFor example:\nIf you want to upload a file to folder \"testing\" using user \"MyUser\" you have to set write and read permission to MyUser in Testing Folder.</p>\n", "commentCount": "0", "commen...
null
null
null
null
Tom
21914
1
22166
2011-01-17T03:37:11.510
25
62314
<p>I do not want NetworkManager to list or manipulate my wireless card. Can I hide its interface from NetworkManager somehow?</p> <p>I have tried adding this in <code>/etc/network/interfaces</code>,</p> <pre><code>iface wlan0 inet static address 192.168.1.101 netmask 255.255.255.0 gateway 192.168.1.1 ...
1859
1859
2011-01-17T19:47:03.297
2018-09-03T07:27:20.300
How can I make NetworkManager ignore my wireless card?
[ "wireless", "configuration", "network-manager", "interface" ]
7
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-18T03:20:07.487", "id": "23810", "postId": "21914", "score": "0", "text": "Do you want other applications to be able to see your wireless card? Are you just trying to manually control the settings via your interfaces file or some non-NetworkManager mechanism? I assume...
{ "accepted": true, "body": "<p>According to <a href=\"https://wiki.gnome.org/Projects/NetworkManager/SystemSettings/jessie\">Gnome Wiki</a>, the syntax in <code>/etc/NetworkManager/NetworkManager.conf</code> (in older versions it was <code>/etc/NetworkManager/nm-system-settings.conf</code>) is different than what ...
[ { "accepted": null, "body": "<p>Just create a <code>.sh</code> file containing <code>killall -q wpa_supplicant</code> and execute it using cron when you log in.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "201...
null
null
null
null
null
21915
1
null
2011-01-17T03:42:21.567
2
118
<p>The mouse stops and moves jerkily, and sometimes won't register clicks. Gnome stopped responding a few hours ago--everything looks fine, but no clicks on menu items do anything.</p> <p>I've been running Ubuntu 10.10 since it was released; 8GB RAM and a 60GB SSD. I haven't added any hardware or software recently exc...
3679
3679
2011-01-17T23:14:22.513
2011-01-17T23:57:07.920
Nonresponsive UI starting a few days ago; no obvious resource shortage
[ "gnome" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-17T10:33:24.447", "id": "23682", "postId": "21915", "score": "0", "text": "So in otherwords, you've got a frozen GNOME. I get that all the time. Were you doing anything important that wasn't saved? If not, then pull the plug and reboot. Happens to me about once or twic...
null
[ { "accepted": null, "body": "<p>If you recently upgraded to the 2.6.35-25 kernel this past week, it's causing some folks including myself a lot of problems, but not exactly what you are describing (CPU overloading):</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/703553\" rel=\"nofo...
null
null
null
null
null
21917
1
null
2011-01-17T03:44:05.757
3
1564
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/75887/how-do-i-add-a-canon-pixma-mx860-network-printer">How do I add a Canon Pixma MX860 network printer?</a> </p> </blockquote> <p>Were do I go or click on to bring up system so I can follow the steps to add a wir...
null
-1
2017-04-13T12:23:28.223
2011-02-16T05:15:12.993
Adding a Canon PIXMA MX860 wireless printer?
[ "printing", "canon" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-12-20T20:38:26.090", "id": "102072", "postId": "21917", "score": "1", "text": "Did you manage to connect it? I have the same problem. Set it up as it is described in CUPS documentation but still no luck.", "userDisplayName": null, "userId": "13013" } ]
null
[ { "accepted": null, "body": "<p>System->Administration->Printing</p>\n\n<p>Click the \"Add\" button in the toolbar; it will guide you through the rest.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-05T12:09:11.067", "id": "32377", "postId": "2191...
null
null
2012-04-01T09:44:06.700
null
Rick
21923
1
21927
2011-01-17T04:59:40.633
16
109958
<p>I don't have a .Xauthority file in my home folder. I want to create it, please tell me the steps to do so in ubuntu 10.10.</p> <p>Thank You!</p>
9051
9051
2011-01-17T07:54:32.813
2015-12-27T21:41:51.020
How do I create the .Xauthority file?
[ "xorg" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-17T12:39:54.993", "id": "23704", "postId": "21923", "score": "0", "text": "Maybe it would help, if you tell us why you want/need to create this file.", "userDisplayName": null, "userId": "3037" } ]
{ "accepted": true, "body": "<p>In Ubuntu 10.10 there's no longer a <code>~/.Xauthority</code> file. Instead you'll find the equivalent in</p>\n\n<p><code>/var/run/gdm/auth-for-&lt;USER&gt;-&lt;RANDOM_CHARACTERS&gt;/database</code></p>\n\n<p>which will be re-created with new random characters on every session start...
[ { "accepted": true, "body": "<p>In Ubuntu 10.10 there's no longer a <code>~/.Xauthority</code> file. Instead you'll find the equivalent in</p>\n\n<p><code>/var/run/gdm/auth-for-&lt;USER&gt;-&lt;RANDOM_CHARACTERS&gt;/database</code></p>\n\n<p>which will be re-created with new random characters on every sessi...
null
null
null
null
null
21924
1
21926
2011-01-17T05:19:03.917
6
2019
<p>In Thunar I could easily switch between Vista-style graphical location bar and editable textual location bar (which doesn't look so eye-candy but is far more convenient for me). Can I configure this in Nautilus?</p>
2390
null
null
2011-12-07T14:41:03.073
How to make Nautilus location bar editable?
[ "nautilus" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ul>\n<li>If you want to enable location bar for current session then Press <kbd>Ctrl</kbd>+<kbd>L</kbd>\n<img src=\"https://i.stack.imgur.com/3txzB.png\" alt=\"alt text\"> </li>\n<li><p>To make it permanent you have to make changes in gconf-editor.Press <kbd>Alt</kbd>+<kbd>F2</k...
[ { "accepted": true, "body": "<ul>\n<li>If you want to enable location bar for current session then Press <kbd>Ctrl</kbd>+<kbd>L</kbd>\n<img src=\"https://i.stack.imgur.com/3txzB.png\" alt=\"alt text\"> </li>\n<li><p>To make it permanent you have to make changes in gconf-editor.Press <kbd>Alt</kbd>+<k...
null
null
null
null
null
21928
1
21937
2011-01-17T06:15:18.940
6
207
<p>One of the problems with recommending Ubuntu to potential future users, especially those not particularly given to technical endeavours, is that there is a chance that upgrades will break their machine, and they'll have to pay or otherwise coerce some knowledgeable person into fixing them.</p> <p>In my limited expe...
3865
235
2011-01-17T11:20:26.670
2011-01-17T11:20:26.670
Probability of trouble-free upgrade?
[ "hardware", "upgrade", "updates" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-17T06:58:16.113", "id": "23669", "postId": "21928", "score": "1", "text": "\"anecdotal evidence\" is not evidence, it's a term used for supposed evidence that turns out to be *subjective* and unreliable :) I'm not normally this grumpy about it, and I see you've done we...
{ "accepted": true, "body": "<p>I'd love for someone to come up with some more numbers on this, here's my little analysis:</p>\n\n<p>There are around 100 bugs tagged \"regression-release\", that are of \"High\" importance. A further three are marked \"critical\", two of those affect a bunch of specific ThinkPad mod...
[ { "accepted": true, "body": "<p>I'd love for someone to come up with some more numbers on this, here's my little analysis:</p>\n\n<p>There are around 100 bugs tagged \"regression-release\", that are of \"High\" importance. A further three are marked \"critical\", two of those affect a bunch of specific Thin...
null
null
null
null
null
21929
1
null
2011-01-17T06:15:19.523
3
4464
<p>I have got this issue with Ubuntu 10.10. I have been with Ubuntu 8.04 and then decided to try out Ubuntu 10.10 . </p> <p>I booted with a LiveCD and was able to configure the wireless network painlessly using the livecd. So happily I installed Ubuntu 10.10. As soon as Ubuntu came up it detected the wireless network ...
9054
19490
2011-09-13T06:40:00.670
2015-10-05T11:53:20.077
Wired and Wireless Network Issues with PPPoE
[ "10.10", "wireless" ]
4
5
CC BY-SA 3.0
[ { "creationDate": "2011-01-17T10:26:43.987", "id": "23681", "postId": "21929", "score": "1", "text": "what's with the downvote favorite remark? up/down votes aren't supposed to be about if you are \"happy\" about an issue, but if a question is constructive. this appears to be a legitimate conc...
null
[ { "accepted": null, "body": "<p>Make sure you've read the Ubuntu documentation on Wireless troubleshooting, which is available at <a href=\"https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide/\" rel=\"nofollow\">https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide/</a>...
null
0
null
null
null
21931
1
21933
2011-01-17T06:30:53.337
10
59809
<p>On a colleagues computer, everytime I use a sudo command, I get this error:</p> <p><code>sudo: must be setuid root</code></p> <p>I tried various things mentioned on the internet, like changing the permissions to 4755 from a live cd, but even this command from a live-cd </p> <p><code>sudo chmod 4755 /media/device/...
3778
5691
2011-01-17T06:39:24.943
2019-07-23T13:04:13.427
Error after sudo-ing "sudo: must be setuid root"
[ "permissions", "sudo", "chmod" ]
4
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-17T06:57:14.147", "id": "23668", "postId": "21931", "score": "0", "text": "Can you post the output of `ls -l /usr/bin/sudo` ?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-17T07:03:08.820", "id": "23670", "postId": "2...
{ "accepted": true, "body": "<ul>\n<li><p>Reboot the computer,choose recovery console and type the following commands</p>\n\n<p><code>chown root:root /usr/bin/sudo</code></p>\n\n<p><code>chmod 4755 /usr/bin/sudo</code></p></li>\n<li><p>Reboot the machine.</p></li>\n<li><p>Also have a look at this <strong><a href=\"...
[ { "accepted": true, "body": "<ul>\n<li><p>Reboot the computer,choose recovery console and type the following commands</p>\n\n<p><code>chown root:root /usr/bin/sudo</code></p>\n\n<p><code>chmod 4755 /usr/bin/sudo</code></p></li>\n<li><p>Reboot the machine.</p></li>\n<li><p>Also have a look at this <strong><a...
null
null
null
null
null
21934
1
26820
2011-01-17T06:42:46.953
15
17326
<p>Currently, I am using the Unity Qt panel in my Gnome desktop, and when I press the Windows key, the Unity's dash launches, and I can't use any compiz based shortcuts. </p> <p>Same behaviour is exhibited when I log in to Unity 2D as well, as the Windows key launches the dash.</p> <p>I have no desire to change my Co...
3602
235
2012-10-22T18:43:39.240
2017-02-26T11:28:44.190
How to change the binding of Windows key which runs Unity's Dash?
[ "keyboard", "unity-2d", "qt" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can disable the super key using the command:</p>\n\n<pre><code>gconftool --set /desktop/unity/launcher/super_key_enable --type=bool 0\n</code></pre>\n\n<p>(Since GNOME 3 settings are in dconf instead of gconf, and unity became a plugin. The method thus became: <code>dconf write /...
[ { "accepted": null, "body": "<p>It is not planned for now to make it configurable though it is planned to deactivate that shortcut by default, see <a href=\"https://bugs.launchpad.net/unity-2d/+bug/705076\" rel=\"nofollow\">bug #705076</a></p>\n", "commentCount": "0", "comments": [], "communityO...
null
null
null
null
null
21935
1
null
2011-01-17T07:06:25.930
4
1474
<p>When trying to Activate, Broadcom B43legacy wireless driver I get the following error,</p> <pre><code>SystemError: installArchives() failed. </code></pre> <p>Please help.</p>
null
866
2011-02-09T19:41:42.710
2012-06-08T14:33:52.470
Why does "Additional Drivers" Fail?
[ "10.10", "drivers", "broadcom" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I've found these bug reports:</p>\n\n<ul>\n<li><a href=\"https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/626320\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/626320</a></li>\n<li><a href=\"https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/...
null
null
null
null
rwdubs reviews
21939
1
21943
2011-01-17T08:11:24.710
10
1264
<p>I keep typing in the wrong place because of the pad getting touched while I am typing causing a click that re-place the cursor in another position. In Windows, I can easily disable that so the pad is only used to move the mouse cursor, but I didn't find similar option in Ubuntu. Any help?</p>
7280
null
null
2012-05-01T17:09:42.250
Disable pad click
[ "laptop", "touchpad" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Isn't this doing what you want?</p>\n\n<p><img src=\"https://i.stack.imgur.com/IeQN0.png\" alt=\"mouse preferences window\"></p>\n\n<p>This is in System / Preferences / Mouse.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-17T10:06:31.993", ...
[ { "accepted": null, "body": "<p>You can install <code>touchpad-indicator</code> to enable/disable the touchpad.</p>\n<pre><code>sudo add-apt-repository ppa:lorenzo-carbonell/atareao\nsudo apt-get update\nsudo apt-get install touchpad-indicator\n</code></pre>\n<p>After installation you can find it under Appl...
null
null
null
null
null
21942
1
21945
2011-01-17T09:30:51.663
3
478
<p>I have started writting rss reader in Vala, but I don't know, what database system should I use, I cannot connect to couchdb and sqlite works fine, but I would like use couchdb because of ubuntu one. I have natty with latest updates</p> <pre><code>public CouchDB.Session session; public CouchDB.Database db; ...
null
449
2011-01-17T10:04:37.143
2011-01-17T10:18:14.937
Are Vala and desktopcouch ready?
[ "vala", "couchdb" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-17T15:20:28.430", "id": "23731", "postId": "21942", "score": "0", "text": "OT: Don't know Vala, but wouldn't you run the whole code block in the try-clause and then catch all the different Errors? http://paste.ubuntu.com/555107/", "userDisplayName": null, "user...
{ "accepted": true, "body": "<p>From a performance point of view, I'd just like to say that CouchDB perhaps isn't the fastest solution when compared to something more mature like SQLite. A gwibber comparison puts SQLite as <em>just</em> <a href=\"http://blogs.nemein.com/people/piotras/view/1274453113.html\" rel=\"n...
[ { "accepted": true, "body": "<p>From a performance point of view, I'd just like to say that CouchDB perhaps isn't the fastest solution when compared to something more mature like SQLite. A gwibber comparison puts SQLite as <em>just</em> <a href=\"http://blogs.nemein.com/people/piotras/view/1274453113.html\"...
null
null
null
null
user6320
21948
1
null
2011-01-17T10:50:28.707
1
1365
<p>I'm trying to install <code>opensync-plugin-synce</code> to sync my wm6 phone with Evolution, but when I try (from synaptic, also with ap-get), is:</p> <pre><code>Depende: opensync-module-python but it is not installable </code></pre> <p>In fact, I haven't found opensync-module-python in repositories.</p> <p>Any...
8851
8851
2011-01-24T09:23:14.303
2011-08-21T16:33:01.543
Syncing WM6 <-> Evolution.... opensync-module-python missing?
[ "10.10", "evolution", "sync", "smartphone" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-17T10:59:30.150", "id": "23687", "postId": "21948", "score": "0", "text": "Forgot to mention I'm using Maverick, in case that changes anything", "userDisplayName": null, "userId": "8851" } ]
null
[ { "accepted": null, "body": "<p>You can use the following PPA to overcome that problem, the missing package is in here.. </p>\n\n<p><a href=\"https://launchpad.net/~opensync/+archive/opensync-0.22?field.series_filter=maverick\" rel=\"nofollow\">https://launchpad.net/~opensync/+archive/opensync-0.22?field.se...
null
null
null
null
null