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
19675
1
19763
2011-01-02T03:09:13.923
6
439
<p>I have a seperate data partition with a functioning .Trash directory. </p> <p>But <code>~/.local/share/Trash</code> is the only directory seen by <code>trash:///</code> in nautilus.</p> <p>Here's the fstab entry for the partition:</p> <blockquote> <p>UUID=86cf7ec3-c911-4eb9-badb-cb039f975d1d /mnt/ ext4 ...
8204
5691
2011-01-02T18:25:05.603
2011-01-02T19:40:15.117
Any way to consolidate multiple .Trash directories
[ "10.04", "nautilus", "trash", "xdg" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ul>\n<li><p>You can bind the <strong>.Trash</strong> directory from the data partition to <code>~/.local/share/Trash</code>.</p>\n<p><code>mount --bind source destination</code></p>\n<p>i.e</p>\n<p><code>sudo mount --bind /media/sda2/.Trash ~/.local/share/Trash</code></p>\n</li>\n</ul>...
[ { "accepted": true, "body": "<ul>\n<li><p>You can bind the <strong>.Trash</strong> directory from the data partition to <code>~/.local/share/Trash</code>.</p>\n<p><code>mount --bind source destination</code></p>\n<p>i.e</p>\n<p><code>sudo mount --bind /media/sda2/.Trash ~/.local/share/Trash</code></p>\n</li...
null
null
null
null
null
19676
1
19688
2011-01-02T03:32:25.697
1
2213
<p>I'm new to Linux. I've got XAMPP installed on Ubuntu 10.10 in <code>/opt/lampp/</code>. </p> <p>I'd like to synchronise the files in <code>/opt/lampp/htdocs/</code> with Ubuntu One (and I've bought 20gb in preparation), but there's no option to sync the folder.</p> <p>Any ideas?</p>
8205
235
2011-01-02T05:47:00.590
2011-01-02T05:47:00.590
Using Ubuntu One to synchronise htdocs?
[ "ubuntu-one", "xampp" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In order for you to be able to synchronise the directory with Ubuntu One, you need to a) own the directory, and b) have it inside your home directory (or a sub-directory of your home directory):</p>\n<ol>\n<li><p>Just create a directory inside of your home directory, and name it, for...
[ { "accepted": true, "body": "<p>In order for you to be able to synchronise the directory with Ubuntu One, you need to a) own the directory, and b) have it inside your home directory (or a sub-directory of your home directory):</p>\n<ol>\n<li><p>Just create a directory inside of your home directory, and name...
null
null
null
null
null
19677
1
19684
2011-01-02T03:36:53.503
6
5462
<p>Well, I Stumbled upon a command that connects your wired connection from the command line by issuing this in the terminal; "sudo dhclient3 eth0". But there is also a command called "dhclient". Are they the same? Could I issue the same command as; "sudo dhclient eth0?" Could someone clear up newbie on this issue?</p>...
789
null
null
2011-01-02T11:09:16.060
Difference between dhclient & dhclient3?
[ "networking", "command-line" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>They are indeed one and the same:</p>\n\n<pre><code>~$ ls -lah /sbin | grep dhclient\nlrwxrwxrwx 1 root root 9 2010-12-30 14:38 dhclient -&gt; dhclient3\n-rwxr-xr-x 1 root root 402K 2010-08-07 04:49 dhclient3\n</code></pre>\n\n<p>The arrow indicates that <code>dhclient</code...
[ { "accepted": true, "body": "<p>They are indeed one and the same:</p>\n\n<pre><code>~$ ls -lah /sbin | grep dhclient\nlrwxrwxrwx 1 root root 9 2010-12-30 14:38 dhclient -&gt; dhclient3\n-rwxr-xr-x 1 root root 402K 2010-08-07 04:49 dhclient3\n</code></pre>\n\n<p>The arrow indicates that <code>dhclie...
null
null
null
null
null
19680
1
19758
2011-01-02T04:17:53.603
3
2179
<p>I ran a search for this, but the answers I saw were referring to something altogether different than what I'm asking for. So let me clarify: I'm not asking how to change key-combo shortcuts. I'm asking--how do you actually change what your computer thinks you did when you press a given key?</p> <p>An example of wha...
1415
null
null
2011-01-02T18:39:06.720
Change Keybindings (hardware to software)
[ "keyboard", "keyboard-layout", "google-chrome" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You should be able to do this using <code>xmodmap</code>- see <a href=\"http://www.xfree86.org/4.2.0/xmodmap.1.html\">here</a> for documentation and <a href=\"http://www.in-ulm.de/~mascheck/X11/xmodmap.html\">here</a> for more information. The command will be something like <code>xmo...
[ { "accepted": true, "body": "<p>You should be able to do this using <code>xmodmap</code>- see <a href=\"http://www.xfree86.org/4.2.0/xmodmap.1.html\">here</a> for documentation and <a href=\"http://www.in-ulm.de/~mascheck/X11/xmodmap.html\">here</a> for more information. The command will be something like <...
null
null
null
null
null
19681
1
null
2011-01-02T04:23:00.700
4
2599
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/19430/mount-a-virtual-box-drive-image-vdi">Mount a Virtual Box drive image (vdi)?</a> </p> </blockquote> <p>I have a VirtualBox harddisk, let's say here:</p> <pre><code>~/harddisk/ubuntu.vdi </code></pre> <p>How ...
1676
-1
2017-04-13T12:24:48.743
2011-01-05T00:47:46.307
How can I mount a VirtualBox harddisk?
[ "mount", "virtualbox", "virtualization" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T05:29:10.643", "id": "21136", "postId": "19681", "score": "0", "text": "A bit of googling and I found this (no idea how useful it is) http://www.mat.uniroma1.it/~caminati/mount_vdi.html", "userDisplayName": null, "userId": "785" }, { "creationDate": ...
null
[ { "accepted": null, "body": "<p>As a workaround, I would use <a href=\"http://clonezilla.org/\" rel=\"nofollow\">Clonezilla</a> to backup the partition to a file and then restore the partition into your other vm. I'm not familiar with FUSE but I am guessing that this is the general idea of what you need...
null
null
2011-01-05T01:19:08.123
null
null
19685
1
19687
2011-01-02T04:33:23.803
2
479
<p>On my dell laptop I have to use tuxonice to get hibernation and suspend work because default kernel and uswsusp is not working for me. tuxonice is working good. But I want to know that what are disadvantages of custom patched kernel. Am I going to get the updates ? What if where Natty will be released, is it going t...
8207
235
2011-01-02T05:49:27.453
2011-01-02T05:49:27.453
Disadvantages of using custom patched kernel
[ "kernel" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Since you can install multiple kernels at one time, you will be fine when upgrading to Natty. The upgrader will basically ignore that you have a custom kernel and proceed normally.</p>\n\n<p>As for getting updates, that is up to the maintainer of the custom kernel to put the work in...
[ { "accepted": true, "body": "<p>Since you can install multiple kernels at one time, you will be fine when upgrading to Natty. The upgrader will basically ignore that you have a custom kernel and proceed normally.</p>\n\n<p>As for getting updates, that is up to the maintainer of the custom kernel to put the...
null
null
null
null
null
19690
1
35331
2011-01-02T05:41:26.500
2
980
<p>I have recently installed ubuntu 9.10 desktop edition. I had to do manual shutdown pressing the power &amp; reset button 2-3 times. So when ever I power on the system, the system waits at the boot menu till I hit enter. I think there may be some tricks so that I can skip the boot option and directly boot the system ...
3215
235
2011-01-02T05:46:00.513
2011-05-16T03:50:57.397
Skip hitting enter at the boot option and directly boot the system
[ "grub2", "9.10" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T08:21:17.467", "id": "21153", "postId": "19690", "score": "1", "text": "I'm not too sure how to do this. Though I would imagine that shutting down your system correctly would not trigger this again. Try hitting CTRL+ALT+T and at the console type \"sudo shutown 0\" o...
{ "accepted": true, "body": "<p>Install startup manager by running this command:</p>\n\n<pre><code>sudo apt-get install startupmanager\n</code></pre>\n\n<p>Then run startupmanager, and change the timeout to 0. This should work. HOWEVER!!! BE WARNED THAT THIS CAN MAKE IT HARD TO RECOVER FROM A DISASTER!!! The best w...
[ { "accepted": true, "body": "<p>Install startup manager by running this command:</p>\n\n<pre><code>sudo apt-get install startupmanager\n</code></pre>\n\n<p>Then run startupmanager, and change the timeout to 0. This should work. HOWEVER!!! BE WARNED THAT THIS CAN MAKE IT HARD TO RECOVER FROM A DISASTER!!! Th...
null
null
null
null
null
19691
1
null
2011-01-02T05:54:51.917
3
1565
<p>I was at home uploading a WP site and it's maxing at 4.2kb. I did a speed test and im getting ~1MB upload (my home ISP caps it out at that). I uploaded a 5MB file via Chrome, to test, and it uploaded within 2 mins. The file uploaded was a wordpress.xml file through the uploader. Same file in nautilus is taking forev...
2490
null
null
2011-01-02T05:54:51.917
Extremely slow upload speeds in nautilus with FTP
[ "nautilus", "ftp", "wordpress" ]
0
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T23:39:08.320", "id": "21249", "postId": "19691", "score": "0", "text": "Have you tried uploading using the plain text mode ftp just to be sure it's really nautilus related ?", "userDisplayName": null, "userId": "742" }, { "creationDate": "2011-01-03T...
null
[]
null
null
2012-02-06T20:46:30.327
null
null
19692
1
22511
2011-01-02T06:08:52.530
7
7726
<p>In my office I've Ubuntu 8.10 desktop installed and it's running for a long time. When ever the system is started, I'll get a <code>file system maintenance error</code> and something it's prompted for the root password or <code>(press ctrl+d to continue)</code>. After pressing Ctrl+D the system normally boots up. I ...
3215
1067
2011-01-02T07:11:42.943
2011-01-20T22:32:51.007
System displays "File system maintenance error, press ctrl+d" while booting
[ "boot", "filesystem", "8.10" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T06:58:26.683", "id": "21142", "postId": "19692", "score": "1", "text": "Post the output of `cat /etc/fstab`", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-02T07:15:03.657", "id": "21143", "postId": "19692", "sco...
{ "accepted": true, "body": "<p>This happens when the root (/) filesystem gets corrupt and needs to be fixed. At the point during the boot where it finds that the root filesystem is corrupt, the root filesystem is already mounted, and Ubuntu won't do a <code>fsck</code> on a filesystem that is mounted since that is...
[ { "accepted": true, "body": "<p>This happens when the root (/) filesystem gets corrupt and needs to be fixed. At the point during the boot where it finds that the root filesystem is corrupt, the root filesystem is already mounted, and Ubuntu won't do a <code>fsck</code> on a filesystem that is mounted since...
null
null
null
null
null
19694
1
19778
2011-01-02T06:37:17.300
8
3287
<p>I've seen this question: <a href="https://askubuntu.com/questions/11160/home-network-printer-recommendations">Home network printer recommendations</a> but I think I'm asking something more basic. I'm not really familiar with networked printers or how they work or what they do really. What I'd like is to have a print...
4460
-1
2017-04-13T12:23:44.677
2013-12-19T11:48:24.383
What is needed for a networked home printer?
[ "networking", "printing", "sharing" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You have three options:</p>\n\n<ul>\n<li>Take any printer and hook it up to an always-on PC. The PC will be the printer server, and needs to be set up to allow printer sharing, as shown in the first part of Takkat's reply. (The client part is more or less the same independent of whic...
[ { "accepted": null, "body": "<h2>12.04 and later</h2>\n<p>To share a printer attached to a computer on the network open the printer dialog from the menu on the cogwheel on the to panel side. Choose the printer with a right click and tick &quot;Share&quot; to enable sharing. Next open <em>&quot;Server -&gt; ...
null
null
null
null
null
19697
1
35439
2011-01-02T07:39:37.283
5
7055
<p>I wanted to add a path so that the system could find some manually installed executable. However, instead of typing <code>PATH=xxx:$PATH;export PATH</code> at the end of ~/.profile where xxx is the directory in which the executable lies, I wrongly used <code>PATH=xxx;export PATH</code>. </p> <p>After I logged out I...
null
null
2011-05-26T13:42:23.860
2018-05-08T01:42:32.197
How to log in after wrongly modifying path
[ "environment-variables", "paths", ".profile" ]
4
6
CC BY-SA 3.0
[ { "creationDate": "2011-01-02T07:40:48.630", "id": "21145", "postId": "19697", "score": "1", "text": "Boot from a live cd and delete the path ?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-02T07:45:25.717", "id": "21146", "postId": "19697", ...
{ "accepted": true, "body": "<p>In addition to @João Pinto's answer, you cannot use text editors like gedit or Kate. For the terminal or console, use text-based editors like <code>nano</code>.</p>\n\n<p>The full steps needed to make changes to the <code>~/.profile</code> file:</p>\n\n<ol>\n<li>Press <kbd>Ctrl</kbd>...
[ { "accepted": null, "body": "<p>Changing the profile with PATH=xxx;export PATH will not prevent you from loggin in, at least not from the console. Switch to the text console with: CTL-ALT-F1, login, edit the file with your prefered text editor.</p>\n", "commentCount": "4", "comments": [ { ...
null
null
null
user7182
user7182
19699
1
19747
2011-01-02T07:59:45.153
21
74387
<p>I scanned pen drive using clamscan and I closed the terminal after scanning without reading the result. </p> <p>Now one of my folders on the pen drive is missing. I wanted to know if clamav deleted it. </p> <p>So I want to view the last scan result.</p>
4162
4162
2011-01-02T08:48:10.647
2016-08-14T23:18:57.630
How to view results of last clamscan scan?
[ "log", "clamav" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is no log file by default - the output goes to stdout. </p>\n\n<p>In order to have a log specify it with the <code>-l</code> option i.e. <code>-l clamav.log</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5",...
[ { "accepted": true, "body": "<p>There is no log file by default - the output goes to stdout. </p>\n\n<p>In order to have a log specify it with the <code>-l</code> option i.e. <code>-l clamav.log</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense":...
null
null
null
null
null
19700
1
19701
2011-01-02T08:13:07.227
4
12749
<p>I need to install php-apc on Ubuntu 10.04 and Ubuntu 9.04</p> <p>First of all, can I just install this package to make it work with php 5.2 + lighttpd on these Ubuntu versions ?</p> <p>I've tried to install it on Ubuntu 10.04 and I get the following error:</p> <pre><code>sudo apt-get install php-apc The followin...
5136
129
2011-02-09T20:31:33.253
2012-05-21T20:22:46.767
Broken Packages: php-apc: Depends: phpapi-20090626+lfs
[ "server", "php", "lighttpd" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2012-05-21T20:22:46.767", "id": "167743", "postId": "19700", "score": "0", "text": "I realize it has been awhile since activity on this but did you ever get this resolved. I am dealing with the same issue. Thanks.", "userDisplayName": null, "userId": "65156" }, { ...
{ "accepted": true, "body": "<p>php-apc cannot be installed because it depends on the virtual package <a href=\"http://packages.ubuntu.com/lucid/phpapi-20090626+lfs\">phpapi-20090626+lfs</a>. For the system to consider this virtual package 'installed', then you need to have installed either Apache or PHP.</p>\n\n<p...
[ { "accepted": true, "body": "<p>php-apc cannot be installed because it depends on the virtual package <a href=\"http://packages.ubuntu.com/lucid/phpapi-20090626+lfs\">phpapi-20090626+lfs</a>. For the system to consider this virtual package 'installed', then you need to have installed either Apache or PHP.</...
null
null
null
null
null
19704
1
19705
2011-01-02T08:43:34.327
6
3781
<p>Tried sudo grub-install on sda1 but it complained about being a BAD IDEA.</p> <p>I had to install windows for a work related issue so I used a separate disk (I had used it for ubuntu on this computer, but bought a bigger disk so installed ubuntu on that and left the old one in in case I needed an old file). Windows...
2706
1067
2011-01-02T09:04:34.670
2014-09-11T02:07:03.950
"BAD idea" warning when trying to recover Grub, after Windows removed it
[ "10.10", "grub2", "dual-boot" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The <em>bad idea</em> warning is caused by trying to install grub onto a <strong>partition</strong> rather than a <strong>hard disk</strong>. Having booted up your Live CD, </p>\n\n<ul>\n<li><p>when you run grub-install as per the <a href=\"https://help.ubuntu.com/community/Recoverin...
[ { "accepted": true, "body": "<p>The <em>bad idea</em> warning is caused by trying to install grub onto a <strong>partition</strong> rather than a <strong>hard disk</strong>. Having booted up your Live CD, </p>\n\n<ul>\n<li><p>when you run grub-install as per the <a href=\"https://help.ubuntu.com/community/R...
null
null
null
null
null
19710
1
null
2011-01-02T11:06:20.900
6
10279
<p>I have an android phone which doesn't connect to ad-hoc networks. I use ad-hoc network to share internet among my pcs. I want to setup my ubuntu laptop as a wireless access point. But I don't want my ubuntu laptop to be a <a href="https://askubuntu.com/questions/1385/how-to-set-up-ubuntu-as-wireless-accesspoint">rou...
2968
-1
2017-04-13T12:25:03.423
2011-05-17T15:51:11.180
Setting up ubuntu as a wireless accesspoint
[ "wireless" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T11:36:12.777", "id": "21170", "postId": "19710", "score": "0", "text": "You should change the question so that it's not obviously a duplicate of the target your linked to (http://askubuntu.com/questions/1385/how-to-set-up-ubuntu-as-wireless-accesspoint). I've flagg...
null
[ { "accepted": null, "body": "<p>I somehow got it working. Here is the tutorial that I did: <a href=\"http://ubuntuforums.org/showthread.php?t=1663788\" rel=\"nofollow\">Ubuntu netbook as a wireless access-point and router</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": nul...
null
null
null
null
null
19711
1
19713
2011-01-02T11:17:53.563
2
488
<p>I want to listen to the key press of lets say <kbd>Ctrl</kbd>+<kbd>W</kbd> in Rhythmbox, and call a functions if that happens. How can I do that in Python ?</p>
6330
667
2011-01-02T12:10:14.600
2011-01-02T12:28:19.130
How can I listen to a specific signal in Rhythmbox?
[ "programming", "rhythmbox", "python" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I assume that you are creating some sort of plugin. Plugins can be written in C or Python. I don't know how to do this but I know where you could possibly find out this information:</p>\n\n<ol>\n<li><a href=\"http://live.gnome.org/RhythmboxPlugins/WritingGuide\" rel=\"nofollow\">The ...
[ { "accepted": true, "body": "<p>I assume that you are creating some sort of plugin. Plugins can be written in C or Python. I don't know how to do this but I know where you could possibly find out this information:</p>\n\n<ol>\n<li><a href=\"http://live.gnome.org/RhythmboxPlugins/WritingGuide\" rel=\"nofollo...
null
null
null
null
null
19716
1
19743
2011-01-02T13:08:37.903
2
2640
<p>I need to install svn on Ubuntu 10.04 and Ubuntu 9.04. On both servers I use lighttpd.</p> <p>I found some tutorials on internet explaining which packages to install with Apache, but i actually need lighttpd.</p> <p>thanks</p>
5136
3037
2011-01-03T23:17:02.037
2011-01-03T23:18:09.990
SVN with Lighttpd web server?
[ "10.04", "server", "9.04", "lighttpd", "svn" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>According to a posting in lighty forum:</p>\n\n<blockquote>\n <p>There is no mod_subversion for lighttpd and there won't be one in the \n near future. lighttpd is single-threaded (mostly) and mod_subversion \n would block the whole server process (and so ALL connections).\n Eithe...
[ { "accepted": true, "body": "<p>According to a posting in lighty forum:</p>\n\n<blockquote>\n <p>There is no mod_subversion for lighttpd and there won't be one in the \n near future. lighttpd is single-threaded (mostly) and mod_subversion \n would block the whole server process (and so ALL connections).\...
null
null
null
null
null
19717
1
19738
2011-01-02T13:15:49.570
2
1031
<p>I am not being to access any functions in my desktop and I don't have an OS besides Ubuntu and I am new to Ubuntu. I think I rebooted my computer thinking that Google Chrome crashed. I opened Google Chrome but it showed opening message but never opened so I restarted my computer. and when my system was loading (I wa...
8144
132
2011-01-02T16:20:26.680
2011-01-02T17:14:48.643
Can't access any functions after chown command
[ "10.04", "troubleshooting", "sudo" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T13:21:34.620", "id": "21179", "postId": "19717", "score": "0", "text": "Do you have a spare live CD/USB handy? I recommend booting using one of these then backing up your important files and reinstalling.", "userDisplayName": null, "userId": "667" }, { ...
{ "accepted": true, "body": "<p>The apache command you tried is clearly the problem, it's caused all sorts of files to now be owned by www-data instead of root, your user and a bunch of other system users that operate the machine.</p>\n\n<p>It would be very hard to try and recover the machine in it's current state ...
[ { "accepted": true, "body": "<p>The apache command you tried is clearly the problem, it's caused all sorts of files to now be owned by www-data instead of root, your user and a bunch of other system users that operate the machine.</p>\n\n<p>It would be very hard to try and recover the machine in it's curren...
null
null
null
null
null
19718
1
19722
2011-01-02T13:25:01.727
43
68562
<p>What is the equivalent option for the <code>ls</code> command to activate pagination as in DOS the <code>dir /p</code> does?</p>
7155
null
null
2022-05-18T05:42:37.300
How to activate pagination for ls command?
[ "command-line", "ls" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There's no straightforward equivalent in <code>ls</code> itself, but there's the <a href=\"http://unixhelp.ed.ac.uk/CGI/man-cgi?less\" rel=\"noreferrer\"><code>less</code></a> utility, which will format the output of any command as seperate pages, scrollable by line or page:\n<strong...
[ { "accepted": null, "body": "<p>Try <code>ls | less</code> or <code>ls | more</code>. The second one is close to the DOS version.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-02T13:41:38.057", "id": "21183", "postId": "19719", "score": "...
null
null
null
null
null
19720
1
19723
2011-01-02T13:29:16.607
3
1944
<p>I'd like to tweak my Conky so it automatically displays the days of the week correctly. So for example, if TODAY were Tuesday, it would look like this:</p> <p>Tuesday</p> <p>Wednesday</p> <p>Thursday</p> <p>Friday</p> <p>[etc.]</p> <p>And then tomorrow, <em>automatically</em>, it would look like this:</p> <p>...
4236
235
2012-08-19T18:56:44.857
2012-08-19T18:56:44.857
Possible to automatically display the correct days of the week?
[ "conky" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can use the <strong>$execi</strong> Conky command to make what you want.</p>\n\n<p>This command executes a shell command with specific interval and displays the output in conky.</p>\n\n<p>For your need, you can execute the standard date command : </p>\n\n<pre><code>date -d tomorr...
[ { "accepted": true, "body": "<p>You can use the <strong>$execi</strong> Conky command to make what you want.</p>\n\n<p>This command executes a shell command with specific interval and displays the output in conky.</p>\n\n<p>For your need, you can execute the standard date command : </p>\n\n<pre><code>date -...
null
null
null
null
null
19724
1
19952
2011-01-02T14:00:19.143
3
7106
<p>How do I configure Xchat to send files?</p> <p>My setup:</p> <pre><code>hardware router: xxx.xxx.xxx.xxx example.com | Ubuntu Server with IRC server: 192.168.1.2 Local machines: 192.168.1.x </code></pre> <p>My aim is to allow to send files between the local machines. By now, they are able to talk on the l...
2509
null
null
2011-01-04T04:16:25.520
How to configure Xchat and IRC server to transfer files?
[ "10.10", "server", "irc", "xchat" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The method by which files are sent in Xchat, and on IRC in general, is via <a href=\"http://en.wikipedia.org/wiki/Direct_Client-to-Client\" rel=\"nofollow\">Direct Client to Client (DCC)</a>. A direct connection is established between the two relevant machines and the file is sent. ...
[ { "accepted": true, "body": "<p>The method by which files are sent in Xchat, and on IRC in general, is via <a href=\"http://en.wikipedia.org/wiki/Direct_Client-to-Client\" rel=\"nofollow\">Direct Client to Client (DCC)</a>. A direct connection is established between the two relevant machines and the file i...
null
null
null
null
null
19726
1
null
2011-01-02T14:48:33.247
2
1161
<p>I'm using a laptop and a monitor (wall mounted) over my laptop. I would like to reflect this physical hardware setup in my software screen setup. So that I can move my mouse upward, out of my laptop screen and use the monitor on the wall. I have been searching for a solution for a while, and I hope somone can help m...
8224
235
2011-01-02T16:10:02.507
2011-01-02T16:13:20.950
How do I get one monitor on top of the other?
[ "10.10", "multiple-monitors" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Use the \"Monitors\" application under System/Prefences and just drag the right hand monitor above the left hand monitor. Click apply and you're done.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-02T16:14:02.207", "id": "...
null
0
null
null
null
19727
1
null
2011-01-02T15:12:02.033
3
247
<p>In U1 preferences, setting "limit bandwidth" option is ignored by sync service, ie. although the preferences show a limit of 30 kbps, U1 is uploading up to 350 kbps, although all files appear to be already synced. This causes massive slowdowns among the home network, rendering it nigh unusable.</p>
8312
1067
2011-01-02T15:56:28.227
2011-06-22T22:28:46.883
U1 bandwidth limit not enforced
[ "10.10", "ubuntu-one" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T15:13:11.530", "id": "21192", "postId": "19727", "score": "0", "text": "Also: using Maverick, upgraded from Lucid. If any pertinent info is needed, please ask.", "userDisplayName": null, "userId": "8312" }, { "creationDate": "2011-06-22T22:28:46.883"...
null
[ { "accepted": null, "body": "<p>We've seen reports about this, but it always ended up being a perceptual issue rather than an actual one. The issue is that the way to limit bandwidth is sending a bunch of stuff and then waiting a while; this averages out to the requested bandwidth cap, but people (and monit...
null
null
null
null
null
19728
1
19730
2011-01-02T15:12:57.070
7
6909
<p>From the answers to my other question <a href="https://askubuntu.com/questions/19718/how-to-activate-pagination-for-ls-command">here</a> i learned about the possibility to pass commandline arguments to a alias function in Bash.</p> <p>In Fish i can edit an alias by editing the file <strong>config.fish</strong> in <...
7155
-1
2017-04-13T12:23:07.557
2011-01-20T20:47:23.233
Differences between fish and bash to pass commandline arguments to alias functions?
[ "command-line", "bash", "alias", "fish" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This second command is actually a small bash-script. Bash is the programming language built into the shell. It's used by other shells, but not necessarily, as we see here. </p>\n\n<p>Fish defines a <em>completely different programming language to bash</em>, though it does support <em...
[ { "accepted": true, "body": "<p>This second command is actually a small bash-script. Bash is the programming language built into the shell. It's used by other shells, but not necessarily, as we see here. </p>\n\n<p>Fish defines a <em>completely different programming language to bash</em>, though it does sup...
null
null
null
null
null
19731
1
19734
2011-01-02T15:36:23.930
20
19269
<p>Occasionally I want to <code>cd</code> into a directory where my user does not have permission, so I resort to <code>sudo</code>.</p> <p>The obvious command <code>sudo cd somedir</code> doesn't work:</p> <pre><code>$ sudo mkdir test $ sudo chmod go-rxw test $ ls -l drwx------ 2 root root [...snip...] test $ c...
2337
null
null
2016-06-22T16:06:40.433
"sudo cd ..." one-liner?
[ "command-line", "sudo" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2014-04-10T04:54:49.483", "id": "584261", "postId": "19731", "score": "0", "text": "BTW, `sudo -i` is preferred over `sudo su`, otherwise the user's env vars will be [carried over](https://help.ubuntu.com/community/RootSudo#Special_notes_on_sudo_and_shells).", "userDisplay...
{ "accepted": true, "body": "<p>Theoretically, the problem is that if you don't have execute rights to a directory, you shouldn't be able to read the contents of the directory. Now suppose you could do what you wanted:</p>\n\n<pre><code>user@desktop:/$ sudo cd restricted-dir\nuser@desktop:/restricted-dir$ ls\nfile1...
[ { "accepted": true, "body": "<p>Theoretically, the problem is that if you don't have execute rights to a directory, you shouldn't be able to read the contents of the directory. Now suppose you could do what you wanted:</p>\n\n<pre><code>user@desktop:/$ sudo cd restricted-dir\nuser@desktop:/restricted-dir$ l...
null
null
2017-12-11T17:36:56.790
null
null
19732
1
null
2011-01-02T15:42:01.650
6
9813
<p>Is there an alternative to rEFIt as a bootloader where you can choose between OS X and Ubuntu? I already installed Ubuntu on my Mac with rEFIt, so if there's a better option, I can remove it now.</p> <p>I'm exploring, mainly because I want one with a more appealing UI. Other improvements are still very much welcome...
3124
235
2011-01-03T23:08:13.373
2012-11-20T22:36:29.333
Is there an alternative to rEFIt?
[ "dual-boot", "macosx", "uefi", "refit" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T16:31:21.100", "id": "21206", "postId": "19732", "score": "0", "text": "You should also consider asking this question on [SuperUser.com](http://superuser.com). They **may** not be able to tell you how to do it using Ubuntu, but they might know more.", "userDispl...
null
[ { "accepted": null, "body": "<p>There's <strong>elilo</strong></p>\n\n<ul>\n<li><p><a href=\"http://en.wikipedia.org/wiki/LILO#elilo\" rel=\"nofollow\">elilo</a> (the <b>e</b>fi <b>li</b>nux <b>lo</b>ader), is the EFI equivalent of LILO, a linux boot-loader like grub. This seems to be very modern and functi...
null
null
null
null
null
19737
1
19746
2011-01-02T16:17:14.150
1
380
<p>I'm using fish as shell. The internal help is based on html files and when I type help it opens w3m to view this help files. Since w3m is not my default browser I wonder where this configuration to start w3m for this is stored. I'd like to read the helpfiles with another browser. How can I setup another one for this...
7155
169736
2014-03-31T03:36:06.673
2014-03-31T03:36:06.673
Using another browser than w3m for reading HTML helpfiles?
[ "fish", "w3m" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If you want to use, as an example, elinks to view the fish documentation, type</p>\n\n<pre><code>elinks /usr/share/doc/fish/index.html\n</code></pre>\n\n<p>You can also use <code>firefox</code> or <code>google-chrome</code> in the same way.</p>\n\n<p>I found the location by looking a...
[ { "accepted": true, "body": "<p>If you want to use, as an example, elinks to view the fish documentation, type</p>\n\n<pre><code>elinks /usr/share/doc/fish/index.html\n</code></pre>\n\n<p>You can also use <code>firefox</code> or <code>google-chrome</code> in the same way.</p>\n\n<p>I found the location by l...
null
null
null
null
null
19740
1
19742
2011-01-02T16:30:50.100
17
16564
<p>I have a pretty picture set as my desktop background, but I've lost the original file. However, my desktop is still set to this picture. How can I get back my picture?</p>
880
25863
2012-11-21T21:47:47.670
2013-11-20T10:30:24.007
Where does Ubuntu store the picture that I set as my desktop?
[ "customization", "desktop-background" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Open up the file browser and press <kbd>Ctrl</kbd>+<kbd>H</kbd>, to show hidden files (ones that start with a <code>.</code>), now navigate to <code>.cache</code> → <code>wallpaper</code>.</p>\n\n<p>Or hit <kbd>Alt</kbd>+<kbd>F2</kbd> and type <code>nautilus .cache/wallpaper/</code><...
[ { "accepted": true, "body": "<p>Open up the file browser and press <kbd>Ctrl</kbd>+<kbd>H</kbd>, to show hidden files (ones that start with a <code>.</code>), now navigate to <code>.cache</code> → <code>wallpaper</code>.</p>\n\n<p>Or hit <kbd>Alt</kbd>+<kbd>F2</kbd> and type <code>nautilus .cache/wallpaper/...
null
null
null
null
null
19745
1
null
2011-01-02T16:59:15.877
0
423
<p>I am unable to install programs for the Ubuntu 10.10 system. The download is ok, but when attempting to install them, the following message is displayed,</p> <pre><code>AN ERROR OCCURRED WHILE OPENING THE ARCHIVE END-OF-CENTRAL-DIRECTORY SIGNATURE NOT FOUND etc....... ZIPINFO: CANNOT FIND ZIPFILE DIRECTORY IN etc...
8230
235
2011-01-29T00:17:34.543
2011-02-28T01:03:25.940
Problem with installing programs
[ "10.10", "installation", "zip" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T17:03:52.907", "id": "21209", "postId": "19745", "score": "4", "text": "What were you trying to install?", "userDisplayName": null, "userId": "667" }, { "creationDate": "2011-01-02T17:52:06.100", "id": "21215", "postId": "19745", "score":...
null
[ { "accepted": null, "body": "<p>Sounds like you're trying to run <code>unzip</code> or double click on a <code>.zip</code> or <code>.msi</code>. file. You probably downloaded a program for Windows.</p>\n\n<p>Linux programs are usually distributed as <code>.deb</code> files, or sometimes <code>.rpm</code>, ...
null
null
null
null
null
19750
1
null
2011-01-02T17:39:14.297
4
4137
<p>I have a dm3t laptop and when im using the keyboard I frequently accidentally touch it and cause some mouse event. How can I make a shortcut key that toggles the mousepad on and off?</p>
640
7155
2011-01-02T18:12:26.940
2011-01-02T18:14:06.067
How can I make a shortcut key to disable the mouse pad?
[ "keyboard", "shortcut-keys", "touchpad" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2018-09-05T17:47:47.823", "id": "1759779", "postId": "19750", "score": "0", "text": "In Ubuntu 18.04 [`gsettings` command](https://askubuntu.com/a/1072472/853796) can be used to toggle the touchpad.", "userDisplayName": null, "userId": "853796" } ]
null
[ { "accepted": null, "body": "<p>If you are using Synaptics Touchpad, you can toggle the touchpad on and off by using <a href=\"http://linux.die.net/man/1/synclient\" rel=\"nofollow\"><code>synclient</code></a>. To turn the pad off, run <code>synclient TouchpadOff=1</code>, and to turn it back on use <code>s...
null
null
null
null
null
19757
1
19766
2011-01-02T18:36:56.427
8
5057
<p>I'm searching for a good Audioplayer in Ubuntu which is able to remember the position it stopped last playing, to resume play even after you closed the application. Which one would you recommend?</p>
7155
235
2011-01-02T19:36:53.950
2013-04-05T13:28:12.060
Which Audioplayer do you recommend to listen Audiobooks?
[ "software-recommendation", "sound" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Since version 1.8 Banshee does that:</p>\n\n<p>Look at the <a href=\"http://banshee.fm/download/archives/1.8.0/\" rel=\"nofollow noreferrer\">release notes</a>:</p>\n\n<blockquote>\n <p>The Audiobooks library is now enabled by default, and audiobook tracks are now better organized i...
[ { "accepted": null, "body": "<p>Exaile and Amarok both do resume playback on start.Exaile for GNOME systems,Amarok for KDE systems.</p>\n\n<p><a href=\"http://apt.ubuntu.com/p/exaile\" rel=\"nofollow noreferrer\"><strong>exaile</strong> <img src=\"https://hostmar.co/software-large\" alt=\"Install exaile\"><...
null
null
null
null
null
19760
1
19775
2011-01-02T19:04:49.120
3
1374
<p>I'm looking for a fast file manager for Ubuntu.</p> <p>I need to copy a lot of files to Windows machine via Samba. Nautilus is so slow, that when I click on the directory I need to copy the screen just dims and takes forever to list the files.</p> <p>Any recommendations, except compiling <code>mc</code> from sourc...
2509
null
null
2011-01-02T22:33:24.960
Fast file copier with Samba support?
[ "filesystem", "samba", "networking", "file-sharing" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-02T19:45:16.970", "id": "21223", "postId": "19760", "score": "1", "text": "It sounds like you have network issues... at least with samba. Nautilus is only as slow as the protocol it's trying to execute on, it'll be just as slow through anything else.", "userDisplay...
{ "accepted": true, "body": "<p>Mount the windows shares using smbfs (for instructions check <a href=\"http://www.debian-administration.org/articles/165\" rel=\"nofollow\">http://www.debian-administration.org/articles/165</a>), then just copy from the terminal using rsync.</p>\n", "commentCount": "0", "comments...
[ { "accepted": true, "body": "<p>Mount the windows shares using smbfs (for instructions check <a href=\"http://www.debian-administration.org/articles/165\" rel=\"nofollow\">http://www.debian-administration.org/articles/165</a>), then just copy from the terminal using rsync.</p>\n", "commentCount": "0", ...
null
null
null
null
null
19764
1
19768
2011-01-02T19:44:04.477
19
23516
<p>I would like to set up my keyboard via my midi-sport 2x2, I've plugged everything in and even installed the midisport-firmware package which was not automatically installed for some reason.</p> <p>The goal is to have the computer produce a piano sound when keys of the keyboard are hit. If you can make this work wit...
132
null
null
2014-01-05T13:04:38.650
How does one set up a MIDI keyboard
[ "keyboard", "midi" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>OK I figured out the smallest number of steps to get this midi keyboard working:</p>\n\n<ol>\n<li><p>Install <a href=\"https://apps.ubuntu.com/cat/applications/qsynth\" rel=\"nofollow noreferrer\">qsynth <img src=\"https://hostmar.co/software-small\" alt=\"Install qsynth\"></a>, <a h...
[ { "accepted": true, "body": "<p>OK I figured out the smallest number of steps to get this midi keyboard working:</p>\n\n<ol>\n<li><p>Install <a href=\"https://apps.ubuntu.com/cat/applications/qsynth\" rel=\"nofollow noreferrer\">qsynth <img src=\"https://hostmar.co/software-small\" alt=\"Install qsynth\"></...
null
null
null
null
null
19767
1
19769
2011-01-02T21:36:44.587
3
14583
<p>When I try to open Synaptic from the AWN Cardapio applet menu it gives me the 'starting without administrative privileges' message and then I can't install anything.</p> <p>I can run sudo synaptic and it works fine, but how can I get it to just prompt me for my password like it used to? I don't like having to open ...
4203
4203
2011-01-02T21:58:27.157
2017-04-17T19:30:47.320
Synaptic opens with "starting without Administrative privileges
[ "synaptic", "awn" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Since the common user does not have permission to install programs (Since installing programs is an administrative activity) you need to start synaptic as an administrator. To do this you can:</p>\n\n<ol>\n<li>Start synaptic through the menu: <strong>System -> Administration -> Synap...
[ { "accepted": true, "body": "<p>Since the common user does not have permission to install programs (Since installing programs is an administrative activity) you need to start synaptic as an administrator. To do this you can:</p>\n\n<ol>\n<li>Start synaptic through the menu: <strong>System -> Administration ...
null
null
null
null
null
19770
1
59920
2011-01-02T21:49:09.290
198
454171
<p>I've been finding fonts on the internet and <a href="https://askubuntu.com/questions/3697/how-do-i-install-fonts">installing them</a> on my system. </p> <p>What's the easiest way to change my fonts? I would prefer an easy to use graphical way, but answers with command line recommendations are also welcome.</p>
235
-1
2017-04-13T12:24:44.127
2024-02-10T16:09:03.043
How do I change fonts and adjust their size?
[ "fonts" ]
14
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h2>Ubuntu 18.04 and later versions</h2>\n<p>The latest Ubuntu uses GNOME Shell. You can change the fonts using the &quot;GNOME Tweaks&quot; (<code>gnome-tweak-tool</code>) program.</p>\n<p>Install the program using Ubuntu Software:</p>\n<p><a href=\"https://i.stack.imgur.com/V3BXZ.png\...
[ { "accepted": null, "body": "<h1>For 11.04 and earlier:</h1>\n<p>Right click on the desktop and select &quot;Change Desktop Background&quot; and then click the Fonts tab. Couldn't be easier!</p>\n<p>(NB: After playing with these setting you may wish to <a href=\"https://askubuntu.com/questions/4989/reset-gn...
null
null
null
null
null
19772
1
19773
2011-01-02T22:01:19.667
96
247313
<p>When I make some changes to the shell/bash behavior, such as setting up an alias, is there a quick command to reinitialize the terminal window instead of closing and opening a new window?</p>
7155
47709
2018-08-21T15:34:21.467
2023-01-25T21:29:42.733
How to reinitialize a terminal window instead of closing it and starting a new one?
[ "bash" ]
8
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>If you mean reloading your .bashrc configuration then: </p>\n\n<p><code>source ~/.bashrc</code></p>\n\n<p>For less typing, you can replace <code>source</code> with a dot: <code>. ~/.bashrc</code></p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-01-03T0...
[ { "accepted": true, "body": "<p>If you mean reloading your .bashrc configuration then: </p>\n\n<p><code>source ~/.bashrc</code></p>\n\n<p>For less typing, you can replace <code>source</code> with a dot: <code>. ~/.bashrc</code></p>\n", "commentCount": "6", "comments": [ { "creationDate...
null
null
null
null
null
19774
1
19777
2011-01-02T22:33:04.070
59
92529
<p>How can I automatically shutdown the system after a certain customizable time?</p>
7155
62483
2014-08-02T20:43:08.437
2023-11-01T17:29:17.697
How can I automatically shutdown the system after a specific time?
[ "shutdown", "automation" ]
7
1
CC BY-SA 3.0
[ { "creationDate": "2015-12-17T17:15:57.323", "id": "1045576", "postId": "19774", "score": "0", "text": "This graphical script can be useful https://askubuntu.com/questions/640845/what-graphical-utility-can-i-use-for-ubuntu-auto-shutdown", "userDisplayName": null, "userId": "364243" } ]
{ "accepted": true, "body": "<p>Open a terminal window and type in:</p>\n\n<pre><code>sudo shutdown -h +60\n</code></pre>\n\n<p>and just replace 60 with whatever number of minutes you want to take.</p>\n\n<p>More info here:</p>\n\n<p><a href=\"http://ubuntuforums.org/archive/index.php/t-473173.html\">http://ubuntuf...
[ { "accepted": true, "body": "<p>Open a terminal window and type in:</p>\n\n<pre><code>sudo shutdown -h +60\n</code></pre>\n\n<p>and just replace 60 with whatever number of minutes you want to take.</p>\n\n<p>More info here:</p>\n\n<p><a href=\"http://ubuntuforums.org/archive/index.php/t-473173.html\">http:/...
null
null
null
null
null
19781
1
19784
2011-01-02T23:42:22.403
1
1917
<p>Are there any services after a fresh ubuntu install, that are probably by most of the standard users not needed, so that you could recommend to disable them?</p>
7155
235
2011-01-03T00:39:42.207
2011-01-03T00:39:42.207
Unused services to disable after a fresh installation?
[ "installation", "services" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T00:05:52.263", "id": "21252", "postId": "19781", "score": "1", "text": "Hi! I think that isn't to concrete: \"standard user\". User who lives net-social life nearly use all installed internet apps, who don't only needs a browser and a text editor(OO). But if you giv...
{ "accepted": true, "body": "<p>This is highly subjective depending on each user. Most services that start up with the standard <code>ubuntu-desktop</code> are in some way required. However, you can disable a number of things which start up for each user in the Startup Applications Preferences, found in System > Pr...
[ { "accepted": true, "body": "<p>This is highly subjective depending on each user. Most services that start up with the standard <code>ubuntu-desktop</code> are in some way required. However, you can disable a number of things which start up for each user in the Startup Applications Preferences, found in Sys...
null
null
null
null
null
19783
1
19785
2011-01-02T23:47:11.507
9
5306
<p>Is there a way to automatically close a certain application after custom time? </p> <p>Update: i.e. stop the Audioplayer after a certain time.</p>
7155
169736
2013-09-07T20:47:17.837
2013-09-07T20:47:17.837
Automatically close application after custom time?
[ "automation" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T00:00:14.307", "id": "21251", "postId": "19783", "score": "2", "text": "Could you give a use case example?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2011-01-03T14:53:04.483", "id": "21371", "postId": "19783", "score"...
{ "accepted": true, "body": "<p>Install <code>gnome-schedule</code> from the Ubuntu Software Center, load the program from <code>Applications &gt; System Tools</code>. Use it to add an entry for the time you want the program to be closed like so:</p>\n\n<p><img src=\"https://i.stack.imgur.com/JqwAv.png\" alt=\"alt ...
[ { "accepted": true, "body": "<p>Install <code>gnome-schedule</code> from the Ubuntu Software Center, load the program from <code>Applications &gt; System Tools</code>. Use it to add an entry for the time you want the program to be closed like so:</p>\n\n<p><img src=\"https://i.stack.imgur.com/JqwAv.png\" al...
null
null
null
null
null
19787
1
19934
2011-01-03T02:04:27.453
2
3777
<p>I have recently installed Ubuntu 10.10 64bit and it seems to work flawlessly. But today I tried to check some CDs and I was surprised that Ubuntu doesn't automatically refresh the CD/DVDs inserted in my media drive.</p> <p>I had to eject manually from the CD/DVD desktop icon >right click> Eject and then Insert the ...
8096
8096
2011-01-04T18:52:03.980
2011-01-04T18:52:03.980
How can I Fix the CD/DVD refresh for the media drive so that it is recognized automatically?
[ "64-bit", "cd", "dvd", "drive" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T03:25:04.287", "id": "21264", "postId": "19787", "score": "2", "text": "Ubuntu should automatically recognise the CD/DVD media, if it doesn't then it's a real bug. Please report the bug by pressing Alt+F2 and typing in `ubuntu-bug ubuntu`", "userDisplayName": nu...
{ "accepted": true, "body": "<p>Pretend that your CD/DVD drive does not have a manual ejection button.\nInstead, r-click the Desktop icon and choose Eject.\nThere is also an Eject option in Nautilus when a CD/DVD has been mounted.\nOr, from the command line type <code>eject</code>.\nOr, [ALT]+[F2] <code>eject</code...
[ { "accepted": true, "body": "<p>Pretend that your CD/DVD drive does not have a manual ejection button.\nInstead, r-click the Desktop icon and choose Eject.\nThere is also an Eject option in Nautilus when a CD/DVD has been mounted.\nOr, from the command line type <code>eject</code>.\nOr, [ALT]+[F2] <code>eje...
null
null
null
null
null
19789
1
19867
2011-01-03T03:19:02.090
4
11391
<p>I have installed Ubuntu 10.10 on my system. However, I need to install Windows 7 back, and I expect that it would alter GRUB and it did.</p> <p>Right now, my partition on my <strong>Software RAID 0</strong> looks like this:</p> <p><img src="https://i.stack.imgur.com/5tpb2.png" alt="alt text"></p> <p>nvidia_acajef...
8252
8252
2011-01-03T16:31:08.067
2011-01-03T16:43:59.967
Restoring GRUB2 on Software RAID 0 using LiveCD after Windows 7 wiped it
[ "10.10", "grub2", "live-cd", "raid", "bootloader" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you boot by recovery CD your root devices is not / but the ISO representation in RAM. In this case we have to mount the <em>real</em> root partition first.</p>\n\n<p>Check if your software RAID is active:</p>\n\n<blockquote>\n <p>$ cat /proc/partitions</p>\n</blockquote>\n\n<p>Yo...
[ { "accepted": null, "body": "<p>The device you need to mount is <code>/dev/nvidia_acajefec1</code>, and the device you need to install to is <code>/dev/nvidia_acajefec</code>. So roughly following the directions on <a href=\"http://grub.enbug.org/Grub2LiveCdInstallGuide\" rel=\"nofollow\">http://grub...
null
null
null
null
null
19791
1
null
2011-01-03T03:27:09.097
5
243
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/19792/duplicated-entries-in-ubuntu-one">Duplicated entries in Ubuntu One</a><br> <a href="https://askubuntu.com/questions/20616/why-does-my-ubuntuone-sync-only-upload-folders-and-zero-content">why does my UbuntuOne s...
null
-1
2017-04-13T12:23:09.107
2011-06-05T20:21:32.487
Computer shows up twice, connection unknown
[ "ubuntu-one", "sync", "couchdb" ]
0
1
CC BY-SA 3.0
[ { "creationDate": "2011-01-08T22:28:36.437", "id": "22214", "postId": "19791", "score": "1", "text": "I think this is answered by [Duplicated entries in Ubuntu One](http://askubuntu.com/questions/19792/duplicated-entries-in-ubuntu-one) and [why does my UbuntuOne sync only upload folders and zero...
null
[]
null
null
2011-06-05T20:20:05.983
null
Thomas G. Seroogy
19792
1
null
2011-01-03T03:27:17.220
2
469
<p>I recently started using Ubuntu One. Somehow, when I look at Ubuntu One Preferences->Devices, one of my laptop computers is listed twice. When I visit my Ubuntu One account via web, "Computers on your account" also lists that particular laptop twice. I am wondering why this happens, and whether I can remove one of...
null
null
null
2011-04-30T20:39:58.483
Duplicated entries in Ubuntu One
[ "ubuntu-one" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Yes, you can remove the bottom one. You can get multiple entries for a computer when you authorize a machine multiple times. As the machine will only keep the latest tokens it got from the server, you can safely remove the other, older ones.</p>\n", "commentCount": "0", ...
null
null
null
null
BVP
19796
1
19799
2011-01-03T05:05:09.880
7
56014
<p>I am going to dual-boot install Ubuntu1 10.04 on my laptop with Windows 7. I was wondering </p> <ol> <li>what filesystem types (such as ext2, ext3, ext4, ReiserFS and whatever might come into mind) are recommended for various possible partitions (such as /, home, /boot, swap, and others that might come into mind)a...
1471
1471
2011-01-03T05:35:50.607
2014-07-26T22:14:41.067
filesystem types for partitions
[ "filesystem", "partitioning" ]
2
8
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T05:55:23.143", "id": "21273", "postId": "19796", "score": "3", "text": "AFAIR, the windows ext (ext2fs) driver does not support ext4 unless it is prepared with specific options (with regards to sector size and some other technical details) that aren't default option...
{ "accepted": true, "body": "<p>Assuming you have checked in wikipedia, ubuntu forum, linux forum, linux sites about this very common question, i leave you here with a quick breakdown of the common ones:</p>\n\n<h1>POINT 1</h1>\n\n<p>You already know that ext4 is the enhanced version of ext3 which is the enhanced v...
[ { "accepted": true, "body": "<p>Assuming you have checked in wikipedia, ubuntu forum, linux forum, linux sites about this very common question, i leave you here with a quick breakdown of the common ones:</p>\n\n<h1>POINT 1</h1>\n\n<p>You already know that ext4 is the enhanced version of ext3 which is the en...
null
null
2014-06-15T22:40:18.150
null
null
19798
1
20371
2011-01-03T05:40:52.970
13
25629
<p>I'm setting up a Maverick server on a spare PC. The install completes fine and the system boots up into the shell. However, when I try to do a <code>apt-get update</code> , apt hangs on almost every entry with the message <code>99% [Waiting for headers]</code> sometimes a message of <code>96 b/s</code> appears o...
5042
169736
2014-05-14T03:46:31.010
2017-11-07T11:47:32.563
apt-get update stuck on "Waiting for Headers" when using Windows XP ICS
[ "apt", "windows-xp" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-01-03T05:43:49.330", "id": "21269", "postId": "19798", "score": "0", "text": "Try executing the following commands in your terminal `sudo dpkg --configure -a` and `sudo apt-get update && sudo apt-get upgrade`", "userDisplayName": null, "userId": "5691" }, { ...
{ "accepted": true, "body": "<p>There seems to be a fundamental issue with the implementation of ICS and IP forwarding in general on Windows XP it simply cannot handle multiple connections to the same server, maybe it's some weird combination of a bug with intentional incompetence (as I like to call it), but the en...
[ { "accepted": null, "body": "<p>There are some rumours in the web (I can't verify them) about ICS problems with IP6. They said when ICS receives more than one IP6 connection it halts for a while. This could explain why wget works (only one connection), and apt-get update fails (lots of simultaneous connecti...
null
null
null
null
null
19803
1
19806
2011-01-03T06:31:52.673
12
22799
<p>I don't know much about 32 bit and 64 bit. I had been using 32 bit and it's crashed (not working properly and i don't know how to recover) <a href="https://askubuntu.com/questions/19717/cant-access-any-functions-after-chown-command">question here</a>..... and i don't have backup and i run on 3.2 dual core intel proc...
8144
-1
2017-04-13T12:23:44.677
2014-04-19T21:37:49.597
For better performance should I install 32-bit or 64-bit?
[ "11.10", "architecture", "multi-core" ]
7
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T06:33:49.923", "id": "21279", "postId": "19803", "score": "0", "text": "any specific error on 32 bit edition?", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-01-03T06:35:24.853", "id": "21280", "postId": "19803", "s...
{ "accepted": true, "body": "<p>There are no big performance differences between 64 bit and 32 bit in Ubuntu. I tried both for years now. Let me point to the actual PROS and CONS for the 64 bit since you have been in the 32 bit already:</p>\n\n<p><strong>64 bit PROS:</strong></p>\n\n<ul>\n<li><p>Support for more th...
[ { "accepted": null, "body": "<p>As for this question: If you plan to re-install your operating system completely, choose the 32 bit version. There's really no need for you to try 64 bit. </p>\n\n<p>But it's really not that important. Ask another question here about how to best do that re-installation, keepi...
null
null
null
null
null
19808
1
19810
2011-01-03T07:04:09.590
9
11813
<p>I want to reinstall Ubuntu keeping my data intact. I have 160 GB hardrive (sata or pata I don't know but it's slim and made in China) with a 40 GB ext3 partition, a 4GB swap memory and 3 other partition with a FAT32 file system. I have around 4GB space on my drive where Linux is installed.</p> <p>I'd like to keep t...
8144
169736
2014-06-07T14:18:41.987
2014-06-07T14:47:35.143
How to reinstall Ubuntu keeping my data intact?
[ "partitioning", "system-installation" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T07:20:24.183", "id": "21286", "postId": "19808", "score": "0", "text": "If I've understood you correctly, you also don't have an Ubuntu CD or a USB stick. Correct?", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2011-01-03T07:22:34....
{ "accepted": true, "body": "<p>Just copy the directories that you want to save i.e Downloads, <code>/var/www</code> and Desktop to another partition, install Ubuntu to that 40 GB ext3 partition and after installation copy the directories back. </p>\n", "commentCount": "4", "comments": [ { "creationDa...
[ { "accepted": true, "body": "<p>Just copy the directories that you want to save i.e Downloads, <code>/var/www</code> and Desktop to another partition, install Ubuntu to that 40 GB ext3 partition and after installation copy the directories back. </p>\n", "commentCount": "4", "comments": [ { ...
null
null
null
null
null
19812
1
20841
2011-01-03T08:05:04.557
2
572
<p>I bought music from the Ubuntu One music store, and the status of the downloads are stuck at "Transferring to your Ubuntu One storage" under the "My Downloads" section of Ubuntu One Music Store. I can see the music bought from the web interface, but I'm unable to synchronize it onto my machine. </p> <p>I've tried <...
8261
-1
2017-04-13T12:23:44.677
2011-01-10T02:10:16.493
Music bought from ubuntu one music store stuck on "Transferring to your Ubuntu One storage"
[ "10.04", "storage", "ubuntu-one" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>First, <a href=\"https://askubuntu.com/q/16592/711\">make certain your syncdaemon is connected and working correctly</a>. If the state of syncdaemon is stuck in something like <code>STANDOFF</code>, I'd recommend you restart it; this can be done in several ways, although I prefer doi...
[ { "accepted": null, "body": "<p>I can confirm this problem. There is no synchronization after the music were purchased to my u1 storage.\nJust after clicking the restart button in the u1 preferences/devices it starts to sync.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": nul...
null
null
null
null
null
19813
1
20261
2011-01-03T08:09:55.243
1
1618
<p>I have a screensaver configured to activate after 5 minutes. When the time elapses, instead of activating the screensaver, my monitor turns off.</p> <p>I tried playing with settings, and searching the internet, but I couldn't find anything and couldn't figure out how to solve this issue.</p> <p>Can someone help?</...
6228
3037
2011-01-05T00:55:51.757
2011-01-06T06:58:33.230
Monitor turning off instead of activating the screensaver, how do I prevent it?
[ "10.10", "power-management", "monitor", "screensaver" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T08:13:51.080", "id": "21298", "postId": "19813", "score": "0", "text": "Have you checked Power Management Preferences(System → Preferences → Power Management) ?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-03T08:15:48.860...
{ "accepted": true, "body": "<p>Apparently I screwed up my kubuntu after trying <a href=\"http://kenfallon.com/?p=733\" rel=\"nofollow\">BSOD screensaver</a>, and I am posting my answer just for references.</p>\n\n<p>I switched to xubuntu-desktop and everything works fine. I didn't try to reinstall kubuntu-desktop,...
[ { "accepted": true, "body": "<p>Apparently I screwed up my kubuntu after trying <a href=\"http://kenfallon.com/?p=733\" rel=\"nofollow\">BSOD screensaver</a>, and I am posting my answer just for references.</p>\n\n<p>I switched to xubuntu-desktop and everything works fine. I didn't try to reinstall kubuntu-...
null
null
null
null
null
19817
1
19822
2011-01-03T09:08:34.043
5
107
<p>I've heard it thrown around on a lot of blogs that Ubuntu Brainstorm is the "graveyard of good ideas". I have a bit of a passion for average end-users suggesting the kinds of software they want and they way they think their applications and computers could work. I'm interested in joining the Ubuntu Brainstorm team, ...
4460
null
null
2012-04-22T23:27:21.330
How can one get involved in the Ubuntu Brainstorm team?
[ "community", "brainstorm" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2017-02-02T15:58:08.077", "id": "1368081", "postId": "19817", "score": "2", "text": "After years of great discussion, Ubuntu Brainstorm closed permanently in 2014.", "userDisplayName": null, "userId": "19626" }, { "creationDate": "2017-02-04T14:19:24.323", ...
{ "accepted": true, "body": "<p>Great idea, I had a few ideas myself. You can start at <a href=\"http://brainstorm.ubuntu.com/\" rel=\"nofollow\">http://brainstorm.ubuntu.com/</a>, there are lots of ideas being voted for. Also <a href=\"https://launchpad.net/~brainstorm-moderators\" rel=\"nofollow\">HERE</a> is a l...
[ { "accepted": true, "body": "<p>Great idea, I had a few ideas myself. You can start at <a href=\"http://brainstorm.ubuntu.com/\" rel=\"nofollow\">http://brainstorm.ubuntu.com/</a>, there are lots of ideas being voted for. Also <a href=\"https://launchpad.net/~brainstorm-moderators\" rel=\"nofollow\">HERE</a...
null
null
2017-02-04T07:51:48.487
null
null
19819
1
20151
2011-01-03T09:13:30.093
2
1172
<p>I have never used a Linux system in an AD environment before and am trying to join my laptop running Ubuntu to join our Active Directory (DC is a Windows Server 2008 machine) using Likewise-open.</p> <ul> <li>Using the GUI wizard, I have joined the domain. </li> <li>I can mount network shares using CIFS </li> ...
7527
8844
2011-03-31T04:13:01.170
2011-03-31T04:13:01.170
Likewise: joined Active Directory but cannot write shares
[ "10.10", "active-directory", "likewise" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I finally solved the problem.</p>\n\n<p>It turned out, this would not work without a valid GID or UID parameter in fstab.</p>\n\n<p>I added my UID to the fstab entry and I can now write the share perfectly.</p>\n\n<p><a href=\"https://help.ubuntu.com/community/MountWindowsSharesPerma...
[ { "accepted": true, "body": "<p>I finally solved the problem.</p>\n\n<p>It turned out, this would not work without a valid GID or UID parameter in fstab.</p>\n\n<p>I added my UID to the fstab entry and I can now write the share perfectly.</p>\n\n<p><a href=\"https://help.ubuntu.com/community/MountWindowsSha...
null
null
null
null
null
19823
1
19824
2011-01-03T09:53:37.780
2
707
<p>In Empathy, I can use the default image in google talk. But, with msn, the picture didn't show. How can I config it to make it right.</p>
null
742
2011-01-03T12:34:45.170
2011-01-03T12:34:45.170
How can I show the msn user picture in Empathy?
[ "empathy", "msn" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In Empathy do the following:</p>\n\n<p><code>Edit -&gt; Personal Information</code></p>\n\n<p>In <strong>Account</strong> Select the MSN account. After that click on the <strong>ICON</strong> to the right. Select the picture you want. Thats it.</p>\n", "commentCount": "0", "comme...
[ { "accepted": true, "body": "<p>In Empathy do the following:</p>\n\n<p><code>Edit -&gt; Personal Information</code></p>\n\n<p>In <strong>Account</strong> Select the MSN account. After that click on the <strong>ICON</strong> to the right. Select the picture you want. Thats it.</p>\n", "commentCount": "0"...
null
null
null
null
user8260
19826
1
null
2011-01-03T10:40:30.113
3
2846
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/7283/where-can-i-find-vim-7-3">Where can I find Vim 7.3?</a> </p> </blockquote> <p>Vim 7.3 is out, and there's a PPA for Ubuntu 10.10.</p> <p>Is there a PPA for Ubuntu 10.04?</p>
null
-1
2017-04-13T12:25:03.423
2011-01-24T14:33:53.583
Is there a PPA for vim 7.3?
[ "10.04", "ppa", "vim" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There's not a PPA unfortunately, but you could install <a href=\"https://askubuntu.com/questions/7283/where-can-i-find-vim-7-3/7344#7344\">it from source</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA ...
null
null
2011-01-24T14:41:11.900
null
user8264
19828
1
19831
2011-01-03T10:47:38.890
5
10516
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/3378/my-processor-is-64-bit-does-that-mean-i-need-the-amd64-image">My processor is 64-bit - does that mean I need the amd64 image?</a> </p> </blockquote> <p>I have a x86 64bit dell inspiration pc and it doesn't con...
null
-1
2017-04-13T12:23:38.027
2011-01-03T13:54:45.710
Which architecture should I install on x86 64bit machine?
[ "architecture" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2017-07-19T03:31:24.167", "id": "1485918", "postId": "19828", "score": "0", "text": "Also related: [Is the 64-Bit version of Ubuntu only compatible with AMD CPUs?](https://askubuntu.com/questions/197001/is-the-64-bit-version-of-ubuntu-only-compatible-with-amd-cpus)", "user...
{ "accepted": true, "body": "<p>The Intel 64 architecture is compatible with ubuntu's amd64 images. For the most part 64bit is vender neutral.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-03T11:47:11.113", "id": "21325", "postId": "19831", "score": "0", ...
[ { "accepted": null, "body": "<p>it Doesn´t matter if the distro says \"amd64\" it can be used on any x86-64 CPU, it´s only indicating the architecture it supports , x86-64-bit.</p>\n\n<p>You can safely use any of them.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-...
null
null
2011-01-03T14:00:23.800
null
user8260
19830
1
26454
2011-01-03T10:53:38.713
1
476
<p>Every time I new kernel update is installed to my system, it adds itself again to the boot menu. Right now my boot menu has 3 linux option, one for each kernel version.</p> <p>how can I avoid that new options to be added?</p>
8265
866
2011-02-15T06:46:37.293
2011-02-15T08:19:54.207
Prevent new options being added to grub after kernel updates?
[ "kernel", "grub2", "updates" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T11:12:42.870", "id": "21317", "postId": "19830", "score": "0", "text": "Actually, as @Uri mentions in his answer, you do want the new version added in order to use it, but the old ones removed afterwards.", "userDisplayName": null, "userId": "7411" }, { ...
{ "accepted": true, "body": "<p>Maybe it's not the best idea to always remove the old kernels! You may experience some bugs with the new kernel, or other problem, you can't know. Then you can boot with the previous kernel to \"save the day\". Without that option and with a crash (always) during the boot would rende...
[ { "accepted": true, "body": "<p>Maybe it's not the best idea to always remove the old kernels! You may experience some bugs with the new kernel, or other problem, you can't know. Then you can boot with the previous kernel to \"save the day\". Without that option and with a crash (always) during the boot wou...
null
null
null
null
null
19836
1
null
2011-01-03T11:47:56.233
1
196
<p>When I installed the ubuntu 10.04 amd 64bit, the screen is shifted to left and cannot be fully showed on the monitor. I cannot even seclect the list on the top pannel. How should I adjust it?</p>
null
1992
2011-01-12T14:27:59.127
2011-03-01T15:52:51.783
Screen is rotated. How to adjust it?
[ "graphics" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T11:54:01.330", "id": "21326", "postId": "19836", "score": "0", "text": "you mean it´s rotated on a different direction?, are you using any propietary drivers? ATI/AMD or Nvidia?", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-0...
null
[ { "accepted": null, "body": "<p>To change your desktop rotation, open up Monitors settings, and you should see a window that looks like this.</p>\n\n<p><img src=\"https://i.stack.imgur.com/u9ltF.png\" alt=\"\"></p>\n\n<p>From there you can change your rotation.</p>\n", "commentCount": "0", "comments...
null
null
null
null
user8260
19837
1
19843
2011-01-03T11:48:01.330
2
3613
<p>I want to automatize the backup of my databases and files with cron. Should I add the following lines to crontab ?</p> <pre><code>mysqldump -u root -pPASSWORD database_name | gzip &gt; /home/backup/database_`date +\%m-\%d-\%Y`.sql.gz svn commit -m "Committing the working copy containing the database dump" </code><...
5136
742
2011-01-03T12:28:35.147
2011-01-03T12:28:35.147
How to automate mysql backups?
[ "cron-jobs", "crontab", "cron", "svn" ]
1
9
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T12:04:30.810", "id": "21332", "postId": "19837", "score": "0", "text": "If you are using a public svn server please consider encrypting the backups with GPG before committing.", "userDisplayName": null, "userId": "742" }, { "creationDate": "2011-01-0...
{ "accepted": true, "body": "<p>1) The mysql dump for backup itself is the usual approach, I don't see any benefit from using svn to store the backups</p>\n\n<p>2) Better move this to it's own question (svn related)</p>\n\n<p>3) By doing the commands in sequence in a script you are already enforcing that, the svn c...
[ { "accepted": true, "body": "<p>1) The mysql dump for backup itself is the usual approach, I don't see any benefit from using svn to store the backups</p>\n\n<p>2) Better move this to it's own question (svn related)</p>\n\n<p>3) By doing the commands in sequence in a script you are already enforcing that, t...
null
null
null
null
null
19840
1
19845
2011-01-03T12:10:43.827
2
997
<p>This seems like a silly question, but I'd like to add a widget to my panel. Normally one would right click on the panel and choose the correct option in the menu, but...my panel is full and there's no empty space to click on :p. How can I access the panel menu?</p>
2071
742
2011-01-03T12:31:02.943
2013-05-06T01:14:39.477
How do you edit a full GNOME Panel?
[ "gnome-panel", "panel" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T12:12:20.853", "id": "21335", "postId": "19840", "score": "2", "text": "If you have a full panel, where is the new widget gonna go?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2011-01-03T12:16:28.387", "id": "21340", "pos...
{ "accepted": true, "body": "<p>If the Window List is preventing you from adding anything, then either:</p>\n\n<ul>\n<li>close some windows or</li>\n<li>go to another Workspace using <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>-></kbd>, add the item, then change back.</li>\n</ul>\n", "commentCount": "0", "comments": []...
[ { "accepted": null, "body": "<p>When a panel is full, you can't right click anywhere to \"Add to Panel\". Perhaps this was by design, but overlooked things like dynamically resizing widgets like the Window List which fills blank space.</p>\n\n<p>So when your panel is full, you have only one option - remove...
null
null
null
null
null
19844
1
19852
2011-01-03T12:25:18.400
2
353
<p>I just installed an ubuntu on my pc(Dell Inspiration I560SR-358, with CPU E5700 3GHz, 4G memory, and NVIDIA GeForce G310). </p> <p>The pc becomes noisy before that it's quiet with a windows 7 on it. How come? How to set it to be quiet again in Ubuntu 10.04. One of the two cpu usage is always 100%. I think that is ...
null
186134
2014-08-04T16:44:49.213
2014-08-04T16:44:49.213
PC noisy due to high load - why?
[ "system-installation", "fan" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-01-03T12:27:37.583", "id": "21346", "postId": "19844", "score": "2", "text": "This is likely a problem with temperature management. We will need more info about your hardware. What computer are you using?.", "userDisplayName": null, "userId": "211" } ]
{ "accepted": true, "body": "<p>Have you installed the Nvidia (closed-source) drivers? Ubuntu uses the Nouveau (open-source) drivers out of the box, which do not support power management yet. This causes the GPU fan to run at 100% - noisy!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": nul...
[ { "accepted": null, "body": "<p>It is normal for fans to be noisy when the CPU usage is 100%. It is not normal for CPU usage to be at 100%.</p>\n\n<p>You can try to find the culprit for this CPU usage by going into Sytem->Administration->System Monitor and clicking the 'Processes tab'. You can filter by CPU...
null
null
null
null
user8260
19846
1
null
2011-01-03T12:47:13.597
5
10866
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/13197/how-to-program-a-status-icon-that-will-display-in-ubuntu-11-04-as-well-as-in-othe">How to program a status icon that will display in Ubuntu 11.04 as well as in other distributions?</a> </p> </blockquote> <p>H...
4772
-1
2017-04-13T12:23:28.223
2015-11-22T02:19:55.983
Adding icon to the system tray (notification area)
[ "unity", "indicator", "gnome-panel", "programming", "application-development" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T13:00:32.237", "id": "21355", "postId": "19846", "score": "0", "text": "possible duplicates: http://askubuntu.com/q/13197/3940 and http://askubuntu.com/q/11162/3940", "userDisplayName": null, "userId": "3940" } ]
null
[ { "accepted": null, "body": "<p><strong>GtkStatusIcon is not supported in Unity</strong>.</p>\n\n<p>If you need an icon displayed use <strong><a href=\"https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators\" rel=\"nofollow noreferrer\">Application Indicators</a></strong> instead. They are quit...
null
null
2011-06-05T20:16:57.387
null
null
19848
1
19856
2011-01-03T13:06:00.237
8
336
<p>I own a <a href="http://www.dell.com/us/p/studio-xps-1647/pd">Dell Studio XPS 16</a>.</p> <p>The media keys work fine when logged in, but stop working after the screen is locked. Although I can imagine this being classified under the 'feature, not a bug' class, in some cases it could still be a very handy option to...
7527
null
null
2014-12-04T20:47:05.750
Is there a way to enable the media keys when the screen is locked?
[ "10.10", "sound", "laptop" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The problem and reason it's not possible is because it's considered a bit of a security problem if the locked computer can communicate with the desktop.</p>\n\n<p>Might be worth a gnome bug report though.</p>\n\n<p>Not currently possible.</p>\n", "commentCount": "1", "comments": ...
[ { "accepted": true, "body": "<p>The problem and reason it's not possible is because it's considered a bit of a security problem if the locked computer can communicate with the desktop.</p>\n\n<p>Might be worth a gnome bug report though.</p>\n\n<p>Not currently possible.</p>\n", "commentCount": "1", ...
null
null
null
null
null
19849
1
null
2011-01-03T13:18:18.987
2
24077
<p>I have a TV card that I have not managed to install with Ubuntu 10.10 i386. I have tried various topics in various forums and I could not install it.</p> <p>I hope you can help me to install it thank you.</p> <h1>lspci</h1> <pre><code>01:07.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast D...
8270
235
2011-01-04T00:21:28.633
2011-01-11T00:09:29.473
How do you setup the driver for a Philips based TV capture card?
[ "10.10", "hardware", "tv-tuner" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T14:30:03.283", "id": "21364", "postId": "19849", "score": "0", "text": "Which TV card model do you have ?", "userDisplayName": null, "userId": "7567" }, { "creationDate": "2011-01-04T00:57:34.533", "id": "21465", "postId": "19849", "score...
null
[ { "accepted": null, "body": "<p>You need to read the dmesg, it's saying you have to specify the card when the module is added (albeit the developer decided to rant a bit about it too) you need to know which tv card you have and then match it up to a number in that list in your dmesg. Once you have the numbe...
null
null
null
null
null
19855
1
19885
2011-01-03T14:20:24.837
8
15431
<p>I'm using awesome-wm on Kubuntu 10.10. I like some of the KDE tools... like choqok. Thing is, that within awesome wm it seems to be impossible to set a default browser, because KDE4 settings overwrite the generally desired settings:</p> <p>To illustrate the problem:</p> <pre><code>% xdg-mime query default text/htm...
3485
5691
2011-01-03T17:18:27.853
2018-06-21T12:00:22.140
How do you globally set the default browser using KDE4?
[ "configuration", "default", "browser" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T17:22:13.593", "id": "21390", "postId": "19855", "score": "0", "text": "Look for default apps in system settings?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-03T17:25:46.157", "id": "21391", "postId": "19855", ...
{ "accepted": true, "body": "<p>I go to the start menu, then:</p>\n\n<p>System Settings->Default Applications->Web Browser</p>\n\n<p>and then I tell it to open http/https in: <br> \n<code>google-chrome</code></p>\n\n<p>Now links in choqok (or any other kde application) are opened in chrome,\nalso, if I do <code>alt...
[ { "accepted": null, "body": "<p>I have here KDE 4.6 (Beta of course) but am sure this worked in 4.5.x because i was opening everything with Firefox.</p>\n\n<p>Right click on a html file, choose properties and on the window that appears click on the small button next to the format of the file (html in this e...
null
null
null
null
null
19858
1
null
2011-01-03T14:40:06.333
2
543
<p>I have a Dell Inspiron 6400 laptop with a dead internal hard drive controller. It boots perfectly from CD or USB. I therefore removed the internal hard drive and installed Ubuntu 10.10 Maverick onto an external USB hard drive. </p> <p>It boots and runs perfectly when doing a "cold start" of the PC. However, when I ...
8276
47151
2012-03-12T13:21:55.940
2012-03-12T13:21:55.940
Booting but not rebooting from external USB hard drive, what could be the problem?
[ "10.10", "boot", "usb-drive", "bios" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-01-03T14:47:40.810", "id": "21369", "postId": "19858", "score": "0", "text": "This is most likely a BIOS/HW issue, probably the USB device is powered off during the shutdown and the power is not restored during the hot restart.", "userDisplayName": null, "userId"...
null
[ { "accepted": null, "body": "<p>Use an additional power supply for your USB hard drive. Most hard disks need more then 500mW at spin up time. This may lead to a problem if Linux suspend the USB device at shutdown.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "cont...
null
null
null
null
null
19861
1
null
2011-01-03T14:46:59.203
2
248
<p>OS: Windows XP SP3 Hardware: Dell Precision M4400 (Laptop) CPU: Core2Duo T9600 Mem: 4 GB</p> <p>Installer- setup, first start and account- setup of UbuntuONE Windows client passed with no problems.</p> <p>After restart of UbuntuONE, the CPU- usage shows 50% (100% core usage).</p> <p>Exit- command (from context-me...
8277
null
null
2011-01-03T15:28:46.760
Ubuntu ONE (Windows BETA) locks up - What to do?
[ "ubuntu-one", "startup", "cpu-load", "windows-xp" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Currently the windows beta is a sequential operation. <strong>At the end</strong> of the sequential operation, the metadata used by the application to know the state of your machine is updated.</p>\n\n<p>When you launch a sync on Windows, a new process is spawned to avoid blo...
null
null
null
null
null
19866
1
19874
2011-01-03T15:34:15.290
2
1801
<p>I have found that there is an "Ubuntu Support Team" at <a href="https://launchpad.net/~ubuntu-helpteam" rel="nofollow">https://launchpad.net/~ubuntu-helpteam</a> but I am not sure it's official or active.<br> Please note that I am not referring to bug fixing support, I am referring to the broader OS support, with pe...
742
742
2011-01-03T16:08:04.407
2015-10-06T14:04:44.223
Is there an official Ubuntu free technical support team?
[ "support" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T15:55:35.287", "id": "21379", "postId": "19866", "score": "0", "text": "Honestly I don't know if that works. But I'm a long time Ubuntu user, and can tell you that getting support or relevant answers to questions/issues from forums is / *was* a pain. I say *was* bec...
{ "accepted": true, "body": "<p>It would appear the \"Ubuntu Support Team\" that you mentioned has been inactive for over two years. (In fact I don't think it was ever really 'active').</p>\n\n<p>There are four main places to go for community support:</p>\n\n<ul>\n<li>IRC channel #ubuntu - personally I wouldn't adv...
[ { "accepted": true, "body": "<p>It would appear the \"Ubuntu Support Team\" that you mentioned has been inactive for over two years. (In fact I don't think it was ever really 'active').</p>\n\n<p>There are four main places to go for community support:</p>\n\n<ul>\n<li>IRC channel #ubuntu - personally I woul...
null
null
null
null
null
19869
1
19873
2011-01-03T16:26:44.133
25
100503
<p>Recently when I tried to open a video with VLC, my system slowed down, the open applications webbrowser, VLC and filemanager and others didn't react any longer. The mouse just reacted still very slowly.</p> <p>On a windows machine i would press a keycombi CTRL-ALT-DEL to open the taskmanager, search the process whi...
7155
169736
2014-01-19T03:21:35.307
2024-03-24T17:21:45.057
How to identify and kill hanging process, when system hangs and reacts slowly on user input?
[ "process" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There are two primary ways to identify hung processes. One is via the System Monitor GUI and the other is via <code>top</code> in command-line.</p>\n<h1>System Monitor</h1>\n<p>This can be found in System &gt; Administration</p>\n<p><img src=\"https://i.stack.imgur.com/RNdOH.png\" al...
[ { "accepted": null, "body": "<p>Add the <code>System Monitor</code> applet to your panel (<em>right click</em> on the panel, select <code>Add to Pannel</code> and search for System Monitor) the and <em>right click</em> on it to open the System Monitor application.</p>\n\n<p>You can launch the System Monito...
null
null
null
null
null
19878
1
null
2011-01-03T17:36:41.977
4
1993
<p>I have an external HD that I saved all my data on from my old windows setups. I now want to access that info on my ubuntu machine and the drive isn't mounting. I've floated around the help files and I am not finding anything that works.</p> <p>the drive is firewire LaCie</p> <p>My jolicloud machine sees it no prob...
8285
235
2011-01-03T17:40:43.423
2011-07-28T12:32:25.523
My external HD is not showing up
[ "10.10", "external-hdd" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T17:42:37.380", "id": "21392", "postId": "19878", "score": "0", "text": "Could you post the output of `sudo fdisk -l` with your harddisk plugged in ?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-03T18:04:52.393", "id":...
null
[ { "accepted": null, "body": "<p>So after walking away from my laptop for a while, I came back and out of no where it recognized the HDD. Then it disappeared... Then it came back!</p>\n\n<p>I don't get it, but it's here, and it works.</p>\n\n<p>Thanks.</p>\n\n<p>Perhaps it's the cable, the HDD, or the firewi...
null
null
null
null
null
19880
1
null
2011-01-03T17:49:28.767
8
4514
<p>I have successfully managed to load subtitles in totem and it says that the subtitles are run but,the problem is that I can't see them. Does anybody know a fix for it?</p>
2788
1992
2011-08-08T22:01:19.163
2011-08-13T19:50:44.640
Can't see the subtitles in totem
[ "totem", "subtitle" ]
2
9
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T17:54:49.273", "id": "21393", "postId": "19880", "score": "2", "text": "Can you see some text garbled or there is no text displayed at all?", "userDisplayName": null, "userId": "6650" }, { "creationDate": "2011-01-03T17:59:07.837", "id": "21394",...
null
[ { "accepted": null, "body": "<p>I would suggest trying it with vlc, and checking the font preferences, probably something to do with unicode or charsets. I believe in totem though tyou can automatically load subtitles if they are in the root dir of the movie. </p>\n\n<p>Goodluck!</p>\n", "commentCount"...
null
null
null
null
null
19881
1
19889
2011-01-03T17:55:57.100
22
38402
<p>I've got almost 20 processes for google chrome (whilst only having 4 tabs open, all with barebones HTML) , all hogging memory and either saying futex_wait_queue_me or poll_schedule_timeout. </p> <p>My fan is going wild by all this and one of the processess is eating up my entire CPU, what is happening?</p> <p>(Hap...
2442
169736
2014-01-08T17:54:06.803
2014-01-08T17:54:06.803
Why does Chrome have so many processes on my machine?
[ "google-chrome", "chromium" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T18:26:28.357", "id": "21405", "postId": "19881", "score": "0", "text": "May be memory is probably shared between processes.Look at `/proc/$pid/smaps` and see if **Pss** is lower than **Rss**.If so, it's shared.", "userDisplayName": null, "userId": "5691" }...
{ "accepted": true, "body": "<p>Chrome renders each page (tab) in a different process. This makes it faster on multi-processor machines.</p>\n\n<p>The behaviour you're seeing is normal.</p>\n\n<p><code>futex_wait_queue_me</code> refers to a type of mutex <a href=\"http://en.wikipedia.org/wiki/Lock_(computer)\" rel=...
[ { "accepted": true, "body": "<p>Chrome renders each page (tab) in a different process. This makes it faster on multi-processor machines.</p>\n\n<p>The behaviour you're seeing is normal.</p>\n\n<p><code>futex_wait_queue_me</code> refers to a type of mutex <a href=\"http://en.wikipedia.org/wiki/Lock_(computer...
null
null
null
null
null
19882
1
19884
2011-01-03T17:56:35.170
4
13852
<p>Normally, I installed Ubuntu for people with little experience with computer. These people's tasks are simply email, office work, and some more chit chat online. If I am with them, I can troubleshoot their troubles. However, if I am abroad, this can be a little bit of trouble.</p> <p>Is it possible to connect to a ...
8252
169736
2014-05-14T03:42:37.637
2014-05-14T03:42:37.637
How do you connect remotely from another country?
[ "networking", "remote-desktop" ]
5
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T18:02:13.620", "id": "21395", "postId": "19882", "score": "0", "text": "With Internet access whether you connect from the next room or from another country,it is same.", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-03T18:06...
{ "accepted": true, "body": "<p>You can use <strong><a href=\"http://www.teamviewer.com/index.aspx\" rel=\"nofollow noreferrer\">Team Viewer</a></strong> it can work beyond proxies.</p>\n\n<p><strong>Installing Team viewer:</strong></p>\n\n<p>For Ubuntu,you can download the teamviewer <strong><a href=\"http://www.t...
[ { "accepted": null, "body": "<p>I think you may use <a href=\"http://www.teamviewer.com/index.aspx\" rel=\"nofollow noreferrer\">Team Viewer</a>. It is free &amp; cross-platform, also works on your mobil device. </p>\n\n<p><img src=\"https://i.stack.imgur.com/sdOR6.jpg\" alt=\"alt text\"></p>\n\n<p>You can ...
null
null
null
null
null
19886
1
19891
2011-01-03T18:17:49.160
3
11847
<p>On Windows 7, there is this Sticky Note app that will always start itself up and show itself in the same place with all the text you have written when you boot Windows up. You can also have multiple instances of the Sticky Note.</p> <p>Do we have an equivalent app for Ubuntu?</p>
8252
24621
2013-04-17T16:43:04.020
2013-04-17T16:43:04.020
Is there a Sticky Note application?
[ "software-recommendation", "notes", "stickynotes" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h1>Ubuntu 10.10 and below</h1>\n<ul>\n<li>Sticky note comes with ubuntu installation.</li>\n<li>To use sticky notes,right click on your panel and then choose Add to Panel...Drop down and select sticky notes and then click on Add.<br />\n<img src=\"https://i.stack.imgur.com/jWJZ3.png\" ...
[ { "accepted": null, "body": "<p>Yes they are called Sticky Notes. </p>\n\n<p>Just right click on the panel -> click <em>Add to panel...</em> and add <strong>Sticky notes</strong>.</p>\n\n<p>good luck!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": ...
null
0
2013-04-17T16:55:08.317
null
null
19887
1
null
2011-01-03T18:24:19.840
5
543
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies">How do I resolve unmet dependencies?</a> </p> </blockquote> <p>I did try <code>apt-get -f install</code> but that didn't work either.</p> <p>The problem appeared after i...
6331
-1
2017-04-13T12:24:48.743
2012-05-28T18:01:50.463
How do you resolve the error "E: Unmet dependencies."?
[ "installation", "apt", "dependencies" ]
0
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T18:30:40.537", "id": "21406", "postId": "19887", "score": "2", "text": "Post the output of `sudo apt-get update`", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-08-21T16:48:06.533", "id": "66117", "postId": "19887", ...
null
[]
null
null
2012-05-28T18:02:16.703
null
null
19894
1
20366
2011-01-03T18:56:04.867
8
11536
<p>I have a USB turntable which when plugged in to my Ubuntu 10.10 machine appears in the audio settings as an input device (USB PnP Audio Device Analog Stereo) like a microphone.</p> <p>What I'd like to be able to do is have the sound for that audio device played back through the audio output (speaker or whatever). I...
976
234305
2019-01-04T17:06:52.367
2019-11-20T19:40:32.483
USB Audio Device Loopback Through Speakers
[ "usb", "sound", "microphone" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2011-01-03T19:28:48.943", "id": "21418", "postId": "19894", "score": "0", "text": "+1 Yes! I'd like this too. I'd like to use my pc speakers to play music from my Squeezebox which is hooked up to my line-in.", "userDisplayName": null, "userId": "5786" } ]
{ "accepted": true, "body": "<p>Just a warning: This answer is theoretical, because i don't own such hardware...</p>\n\n<p>AFAIK you have to enable a loopback-device for pulseaudio:</p>\n\n<pre><code>pactl load-module module-loopback\n</code></pre>\n\n<p>After that you should see a new application under audio-setti...
[ { "accepted": true, "body": "<p>Just a warning: This answer is theoretical, because i don't own such hardware...</p>\n\n<p>AFAIK you have to enable a loopback-device for pulseaudio:</p>\n\n<pre><code>pactl load-module module-loopback\n</code></pre>\n\n<p>After that you should see a new application under aud...
null
null
null
null
null
19897
1
39485
2011-01-03T19:47:27.507
3
14929
<p>I have a new HP dv7 laptop with ATI Mobility Radeon HD 5650 graphics card, and also Intel graphics (switchable). I have done the following and want to understand what is going on with my graphics driver</p> <ol> <li>Resized windows 7 and did fresh install of 10.10</li> <li>Booted into 10.10 and things seemed to be ...
8289
null
null
2011-05-03T01:05:25.390
Getting vga_switcheroo with ATI Mobility Radeon 5650 HD to work
[ "10.10", "drivers", "ati" ]
8
2
CC BY-SA 2.5
[ { "creationDate": "2011-05-03T01:01:34.363", "id": "43324", "postId": "19897", "score": "0", "text": "Hi there, did you solve your problem?? I'm still looking on this... Did you check this blog: linuxenvy.blogspot.com", "userDisplayName": null, "userId": "13553" }, { "creationDat...
{ "accepted": true, "body": "<p>I think that I found the solution, we are on the same page, please look this comment:</p>\n\n<blockquote>\n <p>Found the problem. As mentioned in\n other sites, vga_switcheroo will\n magically disappear if you have the\n proprietary Radeon driver installed.\n This driver is call...
[ { "accepted": null, "body": "<p>I got it working in my laptop with <a href=\"http://sites.google.com/site/ubuntucontrolcenter/\" rel=\"nofollow\">Ubuntu Control Center</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-05T18:25:34.940", "id": "21741", ...
null
null
null
null
null
19898
1
null
2011-01-03T19:49:30.143
166
332059
<p>Having installed the web server is there a simple way to set a user able to use the graphic interface to copy files and directories to the local web server /var/www</p> <p>I gave myself administrative privileges in Ubuntu but it still doesn't allow copies.</p>
8256
235
2012-04-03T18:45:47.947
2022-09-08T20:05:12.140
Whats the simplest way to edit and add files to "/var/www"?
[ "permissions", "webserver" ]
8
3
CC BY-SA 3.0
[ { "creationDate": "2011-11-17T19:15:11.627", "id": "90625", "postId": "19898", "score": "0", "text": "Related: http://askubuntu.com/questions/45496/what-is-the-best-way-to-add-files-to-a-website-on-a-lamp-server/", "userDisplayName": null, "userId": "41" }, { "creationDate": "201...
null
[ { "accepted": null, "body": "<p><strong>Method 1:</strong> </p>\n\n<ul>\n<li><p>Press <kbd>ALT</kbd>+<kbd>F2</kbd> and enter gksudo nautilus and then click Run.</p>\n\n<p><img src=\"https://i.stack.imgur.com/XsC5e.png\" alt=\"alt text\"></p></li>\n<li>It will open nautilus with root previleges.</li>\n<li>Go...
null
null
null
null
null
19900
1
24872
2011-01-03T19:56:23.897
8
11695
<p>I want to use Ubuntu 10.10 Server in a classroom, a computer lab whose bandwidth is provided by a local cable ISP. That's no problem, though the school network has an IP printer that I want to use. I cannot reach the printer through the cable Internet. But, I have two network cards.</p> <p>How is it possible to use ...
null
31366
2021-06-12T18:35:00.403
2021-06-12T19:14:48.323
Use two networks at the same time?
[ "networking", "printing", "routing", "lan" ]
4
3
CC BY-SA 4.0
[ { "creationDate": "2011-02-05T22:18:33.513", "id": "27263", "postId": "19900", "score": "0", "text": "Is the dhcp server for eth1 supplying default route info?", "userDisplayName": null, "userId": "8844" }, { "creationDate": "2011-02-06T13:45:46.083", "id": "27333", "post...
{ "accepted": true, "body": "<p>I'm assuming you don't have any routes set locally on the Ubuntu box. </p>\n\n<p>If your target IP address shares address space with the directly connected interface, it should by default route to the correct IP. </p>\n\n<p>You will be able to see what networks your interfaces 'own' ...
[ { "accepted": null, "body": "<p>I did a quick test setup here at home, with a 10.0.1.0 network and a 192.168.43.0 network (the first my usual LAN over Ethernet the second my phone over wireless.) I have no problem pinging to either network, so I would expect the computer to be able to find printers on both ...
null
null
null
user8290
user8290
19901
1
19903
2011-01-03T20:07:14.107
224
829543
<p>I'm a new Linux user. I've reinstalled my Wubi from scratch <em>at least ten times</em> the last few weeks because while getting the system up and running (drivers, <a href="https://askubuntu.com/questions/19457">resolution</a>, etc.) I've broken something (X, grub, unknowns) and I can't get it back to work. Especia...
5786
816190
2020-06-25T12:58:45.850
2024-03-25T14:01:25.720
How to make a disk image and restore from it later?
[ "backup" ]
12
7
CC BY-SA 4.0
[ { "creationDate": "2011-01-03T20:34:51.427", "id": "21424", "postId": "19901", "score": "0", "text": "Torben, under the Wubi folder (usually C:\\UBUNTU, but may be some other drive & folder), you'll find not only the loopback disk images created for your Ubuntu install, but also some other impor...
{ "accepted": true, "body": "<p>It's Clonezilla Live: <a href=\"http://clonezilla.org/\">http://clonezilla.org/</a></p>\n\n<p>The tutorial for Clonezilla can be found <a href=\"http://www.dedoimedo.com/computers/free_imaging_software.html\">here.</a></p>\n", "commentCount": "3", "comments": [ { "creat...
[ { "accepted": true, "body": "<p>It's Clonezilla Live: <a href=\"http://clonezilla.org/\">http://clonezilla.org/</a></p>\n\n<p>The tutorial for Clonezilla can be found <a href=\"http://www.dedoimedo.com/computers/free_imaging_software.html\">here.</a></p>\n", "commentCount": "3", "comments": [ ...
null
null
null
null
null
19906
1
19909
2011-01-03T20:37:50.083
107
151675
<p>I'd like to use a beep sound in a shell script. Unfortunately none of the methods I found via Google work for me.</p> <p>I tried</p> <pre><code>echo -e '\a' echo -ne '\007' </code></pre> <p>and the command <code>beep</code> after I installed it via apt.</p> <p>What could be the reason?</p>
7155
44179
2013-06-09T23:24:20.530
2023-10-24T02:05:39.483
Beep in shell script not working?
[ "sound", "command-line", "scripts" ]
17
4
CC BY-SA 3.0
[ { "creationDate": "2014-12-02T23:58:01.793", "id": "763541", "postId": "19906", "score": "0", "text": "See this bug report: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/769314", "userDisplayName": null, "userId": "2355" }, { "creationDate": "2015-09-30T14:52:16.143", ...
{ "accepted": true, "body": "<p>First run <code>sudo modprobe pcspkr</code> and then <code>beep</code> should work.</p>\n\n<p>The reason this doesn't is because by default Ubuntu no longer loads the hardware driver that produce beeps.</p>\n\n<p>If this works for you then to enable the loading of pcspkr permanently ...
[ { "accepted": null, "body": "<p>As far as I can tell, this is a bug: <a href=\"https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/486154\" rel=\"nofollow\">System beep broken in Karmic despite heroic efforts to fix it</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDa...
null
null
null
null
null
19912
1
19914
2011-01-03T21:09:59.370
2
3217
<p>Is it possible to use another shell for scripts than for standard terminal use?</p> <p>The problem is, i use fish as shell at the moment and i find i very convenient. But i would like to learn a bit of shell programming in Ubuntu. Since there are differences between those two it would be nice, to work with fish and...
7155
null
null
2011-11-01T20:45:59.467
Is it possible to use two different shells for different terminal windows?
[ "command-line" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes, like takkat said you can start gnome-terminal, or xterm, or konsole in kde or press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd> or <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F2</kbd> or <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F3</kbd>, etc.. All by default use bash but you can have fish o...
[ { "accepted": null, "body": "<p>You can easily start two terminal windows by typing</p>\n\n<pre><code>gnome-terminal\n</code></pre>\n\n<p>in your fish shell.</p>\n\n<p>In case you changed your standard shell to 'fish' proceed as CYREX suggested.</p>\n", "commentCount": "3", "comments": [ { ...
null
null
null
null
null
19916
1
19917
2011-01-03T21:27:42.367
100
108919
<p>I accidentally unchecked <em>View -> Show Menubar</em> which hides the menubar for gnome-terminal, and there doesn't appear to be a keyboard shortcut to show the menubar again.</p> <p><img src="https://i.stack.imgur.com/bXodl.png" alt="alt text"></p> <p>How can I make gnome-terminal show the menubar again?</p>
114
12
2011-01-27T18:33:57.377
2023-12-01T20:21:21.767
How to show gnome-terminal menubar?
[ "gnome-terminal" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2018-12-13T13:41:20.170", "id": "1813914", "postId": "19916", "score": "2", "text": "I wonder what the purpose of hiding that menubar in first place is.", "userDisplayName": null, "userId": "782651" }, { "creationDate": "2019-01-31T12:36:59.890", "id": "18...
{ "accepted": true, "body": "<p>Right click anywhere inside the terminal, and you'll get a similar pop up menu that lets you reenable it.</p>\n<p><img src=\"https://i.stack.imgur.com/FsiUT.png\" alt=\"alt text\" /></p>\n<hr />\n<p>If you're running an application that controls the terminal via the Ncurses library (...
[ { "accepted": true, "body": "<p>Right click anywhere inside the terminal, and you'll get a similar pop up menu that lets you reenable it.</p>\n<p><img src=\"https://i.stack.imgur.com/FsiUT.png\" alt=\"alt text\" /></p>\n<hr />\n<p>If you're running an application that controls the terminal via the Ncurses l...
null
null
null
null
null
19919
1
19920
2011-01-03T21:31:28.207
55
141968
<p>Is there a command I can use in Bash that will open a specific URL in the default browser?</p>
5
10883
2019-08-26T17:17:36.003
2019-08-26T17:17:36.003
Command to open a URL
[ "command-line" ]
5
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>There's a command that knows about your default browser:</p>\n\n<pre><code>xdg-open http://google.com\n</code></pre>\n\n<p>This will also work for <em>every other type</em> of URI (Uniform Resource Identifier), like images - which will automatically open with eog, openoffice document...
[ { "accepted": true, "body": "<p>There's a command that knows about your default browser:</p>\n\n<pre><code>xdg-open http://google.com\n</code></pre>\n\n<p>This will also work for <em>every other type</em> of URI (Uniform Resource Identifier), like images - which will automatically open with eog, openoffice ...
null
null
null
null
null
19922
1
21072
2011-01-03T21:41:34.287
6
34159
<p>For my iphone I was using <a href="http://ubuntuforums.org/showthread.php?t=1351548" rel="nofollow">this</a> with pdanet to tether via usb. Now I have an android phone, also with pdanet. I'd appreciate any help.</p> <p><strong>Edit</strong></p> <p>My phone is a droid x. I'm using the latest OS officially available...
640
235
2011-01-17T15:20:06.853
2022-10-23T12:59:13.347
How can I tether my android phone with pdanet to my laptop via usb?
[ "10.10", "usb", "android", "tethering" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-10T20:03:47.280", "id": "22499", "postId": "19922", "score": "0", "text": "what phone, what version of android?", "userDisplayName": null, "userId": "711" }, { "creationDate": "2011-01-11T08:06:06.290", "id": "22589", "postId": "19922", "sco...
{ "accepted": true, "body": "<p>Install <code>easytether</code> from <code>Android Market</code>. It has Ubuntu 10.04+ package you can install and it works fine.</p>\n\n<p>It also comes with detailed instructions what to do to make your tethering work. It does not require rooted phone.</p>\n", "commentCount": "0"...
[ { "accepted": null, "body": "<p>If you are like me and did not know what Tethering is the simple definition is to use a cell phone to share the internet connection to a laptop, computer or another device. Definition: <a href=\"http://en.wikipedia.org/wiki/Tethering\" rel=\"nofollow\">http://en.wikipedia.org...
null
null
null
null
null
19923
1
19928
2011-01-03T21:58:08.740
7
24250
<p>I am doing some marking that requires me to open .docx file created using Microsoft Office 2007+. OpenOffice doesn't seem to be doing a good job for it, so far, hid all the images in the documents. Any idea if there is a program that is guaranteed to open .docx file correctly? Please pay attention to the word "guara...
7280
939648
2020-09-20T11:03:44.133
2023-08-14T21:05:52.370
Opening DocX Files
[ "windows", "software-recommendation", "file-format", "microsoft-office", "doc" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-03T22:07:05.593", "id": "21445", "postId": "19923", "score": "0", "text": "This is not an answer to your question, but why do you need to use the docx format? Microsoft Office 2003 itself cannot open this either unless you download a compatibility pack. How about askin...
{ "accepted": true, "body": "<p><a href=\"http://docs.google.com\" rel=\"noreferrer\">Google Docs</a> sometimes does a better job with .docx files than Open Office does-- but definitely <em>no guarantees</em>.</p>\n\n<p>What <em>should</em> work -- though I wouldn't stake too much on this -- is to get a <a href=\"h...
[ { "accepted": null, "body": "<p>The only program that is <strong>guaranteed</strong> to open docx files correctly is Microsoft Office >= 2007. You could potentially try to run this in <a href=\"http://appdb.winehq.org/appview.php?appId=31\" rel=\"nofollow noreferrer\">wine</a>.</p>\n\n<p>You could require s...
null
null
null
null
null
19927
1
null
2011-01-03T22:21:45.877
5
2281
<p>I finally got my old computer to boot from a cd, then it loads the cd and i can't get to the installation. Instead a load of messages appear, like <code>28603967] kernel_thread_helper</code>.</p> <p>It just stops there... My keyboard then starts blinking as if someone is constantly pressing scroll lock and caps loc...
null
235
2011-01-03T22:28:11.270
2011-01-25T03:25:33.620
Installation doesn't start, kernel thread helper message and blinking keyboard LEDs
[ "installation", "kernel" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-04T01:29:20.170", "id": "21468", "postId": "19927", "score": "0", "text": "I had that same problem with my old computer too, not from the CD, but from the HD. Unfortunately (for you), in my case the solution was a simple press of the reset button and give another try t...
null
[ { "accepted": null, "body": "<p>The blinking lights indicate a kernel panic where the kernel has basically been booted from the cpu. It's very, very bad. Normally it's caused by faulty hardware, but sometimes it can be caused by bad acpi support or some very bad bug in Linux.</p>\n\n<p>In order to figure ou...
null
null
null
null
Pat
19929
1
null
2011-01-03T22:56:05.900
1
1675
<p>Have Snow Leopard 10.6.5 on a working MacBook Pro. Have CD of Ubuntu 10.10 amd.dmg in the CD drive. Have rEFIt. Now what?</p>
null
235
2011-01-03T23:07:37.587
2011-03-05T13:04:40.023
Installing on Snow Leopard?
[ "10.10", "dual-boot", "installation", "mac", "refit" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-04T07:44:11.963", "id": "21482", "postId": "19929", "score": "0", "text": "I believe you need the alternate install cd in order to get EFI support, I may be wrong", "userDisplayName": null, "userId": "5042" } ]
null
[ { "accepted": null, "body": "<p>I thought all Macs were intel, not amd... anyway follow the guide here:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/MacBook\" rel=\"nofollow\">https://help.ubuntu.com/community/MacBook</a></p>\n\n<p>Please try and ask only concise, specific questions and not open en...
null
null
null
null
ferren
19930
1
null
2011-01-03T23:04:20.957
1
213
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/5882/can-i-make-links-to-email-addresses-open-gmail-instead-of-evolution">Can I make links to email addresses open Gmail instead of Evolution?</a> </p> </blockquote> <p>I would have liked to make Gmail be my defaul...
5592
-1
2017-04-13T12:23:56.577
2011-01-03T23:04:20.957
How can I make a webmail be my default email client?
[ "email", "gmail", "client" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2011-01-03T23:45:54.663
null
null
19936
1
19945
2011-01-03T23:38:46.027
21
32292
<p>For strange reasons best not asked, I have a projector plugged into my computer that is pointed at a mirror. So the computer image is displayed on a wall, but it is mirrored.</p> <p>In Linux(ubuntu) I can go to display preferences and set the external monitor to have a rotated image. Is there a clever way I could h...
8301
4776
2011-01-03T23:45:52.623
2021-10-25T21:19:36.003
How can I mirror/flip display output?
[ "display", "monitor" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-04T00:01:56.153", "id": "21461", "postId": "19936", "score": "2", "text": "I like it when questions get funky. Let me see what i can come up with. So let me understand the image comes out of the projector, bounces on the mirror and lands on a wall?", "userDisplayNa...
{ "accepted": true, "body": "<p>After testing on 2 PCs, I found the following:</p>\n<p>On some integrated cards like Intel you can use <code>xrandr</code> in console. For example:</p>\n<p>Go to console (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd>)</p>\n<ul>\n<li><code>xrandr -x</code> will flip de video horizontall...
[ { "accepted": true, "body": "<p>After testing on 2 PCs, I found the following:</p>\n<p>On some integrated cards like Intel you can use <code>xrandr</code> in console. For example:</p>\n<p>Go to console (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd>)</p>\n<ul>\n<li><code>xrandr -x</code> will flip de video hor...
null
null
null
null
null
19939
1
19948
2011-01-04T00:06:57.930
2
2243
<p>I want to replace gdm with another display manager. I did <code>aptitude install slim</code> (tried also <code>xdm</code>) and got a possibility to configure which display manager should be used. But after the reboot the display manager didn't got started. The Ubuntu-logo with the points simulating a progress goes o...
6037
15811
2011-09-11T08:58:39.237
2011-09-11T08:58:39.237
How to install an alternative display manager?
[ "10.10", "display-manager" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-01-04T00:32:43.003", "id": "21464", "postId": "19939", "score": "0", "text": "I really never ran through this, but I guess this might be related to your problem: http://askubuntu.com/questions/2586/cant-seem-to-get-my-login-screen-back-after-installing-slim", "userDis...
{ "accepted": true, "body": "<p><code>sudo aptitude install slim</code></p>\n\n<p>SLiM saves the themes on /usr/share/slim/themes and the configuration file on /etc/slim.conf which is the one that will do all the work. </p>\n\n<ul>\n<li><p><strong>background.jpg</strong>: Here goes the Image.</p></li>\n<li><p><stro...
[ { "accepted": true, "body": "<p><code>sudo aptitude install slim</code></p>\n\n<p>SLiM saves the themes on /usr/share/slim/themes and the configuration file on /etc/slim.conf which is the one that will do all the work. </p>\n\n<ul>\n<li><p><strong>background.jpg</strong>: Here goes the Image.</p></li>\n<li>...
null
null
null
null
null
19940
1
19947
2011-01-04T00:08:04.590
2
196
<p>I added some files into my <code>Ubuntu One/My Files</code> folder on my desktop machine. I can see them in the U1 web ui. My laptop is connected to the same U1 account, and in the Ubuntu One preference pane I can see it's connected to the account.</p> <p>However, my new files never download.</p> <p>In <code>syn...
1116
null
null
2011-01-04T03:06:48.927
newly added files don't sync down
[ "ubuntu-one" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>For some reason your syncdaemon isn't connecting. Please file a bug with details as to versions, etc.; in the meanwhile, you can connect manually entering <code>u1sdtool -c</code> in a terminal.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-04T07...
[ { "accepted": true, "body": "<p>For some reason your syncdaemon isn't connecting. Please file a bug with details as to versions, etc.; in the meanwhile, you can connect manually entering <code>u1sdtool -c</code> in a terminal.</p>\n", "commentCount": "1", "comments": [ { "creationDate"...
null
null
null
null
null
19943
1
19944
2011-01-04T02:19:37.420
17
30016
<p>I currently have xubuntu installed on my netbook, and I'm considering converting it to the standard vanilla Ubuntu. Is this possible? If so, how do I start?</p>
3647
null
null
2018-10-24T17:27:33.380
Can my xubuntu installation be converted to standard Ubuntu?
[ "gui", "xubuntu" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You'll simply need to install the <code>ubuntu-desktop</code> meta-package. This installs all the nessisary packages for a \"Vanilla\" Ubuntu Desktop. <code>sudo apt-get install ubuntu-desktop</code> Once this has been completed you can restart your computer. At the login screen you ...
[ { "accepted": true, "body": "<p>You'll simply need to install the <code>ubuntu-desktop</code> meta-package. This installs all the nessisary packages for a \"Vanilla\" Ubuntu Desktop. <code>sudo apt-get install ubuntu-desktop</code> Once this has been completed you can restart your computer. At the login scr...
null
null
null
null
null
19949
1
19950
2011-01-04T03:49:23.897
5
1976
<p>After installing Emerald theme manager, double clicking title makes the window roll up and down.</p> <p>How can I restore the normal behavior of maximize/restore?</p>
8310
2732
2012-02-10T19:41:56.353
2012-02-10T19:44:13.790
How to have double click on title bar maximize/restore behavior?
[ "themes", "window-management", "emerald" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Need to verify in two places,</p>\n<ol>\n<li><p><code>System</code> → <code>Preferences</code> → <code>Windows</code></p>\n<p>Change the <em>Titlebar action</em> to <em>Maximize</em>.</p>\n</li>\n<li><p><code>System</code> → <code>Preferences</code> → <code>Emerald Theme Manager</cod...
[ { "accepted": true, "body": "<p>Need to verify in two places,</p>\n<ol>\n<li><p><code>System</code> → <code>Preferences</code> → <code>Windows</code></p>\n<p>Change the <em>Titlebar action</em> to <em>Maximize</em>.</p>\n</li>\n<li><p><code>System</code> → <code>Preferences</code> → <code>Emerald Theme Mana...
null
null
null
null
null
19951
1
19959
2011-01-04T03:58:02.143
1
319
<p>My 10.04 system (OS-1) got into a tangle the other day, so I installed a second, dual-boot 10.04 (OS-2), so that I could trouble-shoot the hung system... </p> <p>In case it is relevant to my question, I'll mention that since I got OS-1 working again, it has shown a few battle wounds from its ordeal (.. actually the...
2670
null
null
2011-01-04T06:11:10.213
I cannot change the grub Default item from OS-1, but I can from OS-2 (dual-boot 10.04 on both)
[ "grub2", "bootloader", "mbr" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The problem is that you currently have two Ubuntu installations, each with their own grub.cfg, but only one grub installation. When you boot your computer, grub loads and reads the grub.cfg from OS #2. To make it so that grub reads from OS #1's grub.cfg you need to install grub from ...
[ { "accepted": true, "body": "<p>The problem is that you currently have two Ubuntu installations, each with their own grub.cfg, but only one grub installation. When you boot your computer, grub loads and reads the grub.cfg from OS #2. To make it so that grub reads from OS #1's grub.cfg you need to install gr...
null
null
null
null
null
19954
1
19956
2011-01-04T04:24:28.610
48
57619
<p>After installing Ubuntu 10.04 with my Samsung SyncMaster B2030, native resolution (1600X900) is not found in the list of resolutions.</p>
8310
8310
2011-01-11T05:07:38.587
2020-01-18T11:28:56.157
How to set the monitor to its native resolution which is not listed in the resolutions list?
[ "resolution", "monitor", "xrandr", "samsung" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-11T07:18:27.837", "id": "22584", "postId": "19954", "score": "2", "text": "In addition to using a short-term solution, consider filing a bug so that the resolution can be correctly configured by default in future Ubuntu releases: `$ ubuntu-bug xserver-xorg`", "user...
{ "accepted": true, "body": "<blockquote>\n <p>Native resolution for Samsung SyncMaster B2030 is 1600 * 600 60 Hz</p>\n</blockquote>\n\n<ol>\n<li><p>Generate the modeline using <code>cvt</code>:</p>\n\n<pre><code>cvt 1600 900 60\n</code></pre>\n\n<p>which will be:</p>\n\n<pre><code># 1600x900 59.95 Hz (CVT 1.44M9)...
[ { "accepted": true, "body": "<blockquote>\n <p>Native resolution for Samsung SyncMaster B2030 is 1600 * 600 60 Hz</p>\n</blockquote>\n\n<ol>\n<li><p>Generate the modeline using <code>cvt</code>:</p>\n\n<pre><code>cvt 1600 900 60\n</code></pre>\n\n<p>which will be:</p>\n\n<pre><code># 1600x900 59.95 Hz (CVT...
null
null
null
null
null
19957
1
null
2011-01-04T05:48:12.400
1
700
<p>I have 10.10 installed on my netbook, but the Unity interface that came with it does not seem to work. The top and side bar are missing and several graphical menus don't work. I have tried updating my graphics card but have had no luck. Any suggestions?</p>
null
63111
2012-07-09T13:12:55.773
2012-07-09T13:12:55.773
How can I get the Unity interface to work on my netbook?
[ "unity", "10.10", "ubuntu-netbook" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If you can't get unity to work on your netbook, try to install package \"ubuntu-desktop\" (<code>sudo apt-get install ubuntu-desktop</code>) and login to Ubuntu Desktop instead of Ubuntu Netbook. But If you really want a unity interface you have to wait for Ubuntu 11.04 to be...
null
null
null
null
OzoneTank
19958
1
19993
2011-01-04T06:09:15.253
3
888
<p>I often get stalled by the long timeout while typing the first few letters of a file name in Nautilus... </p> <p>The current timeout seems to be 5 seconds. I'd prefer 1 second ...(as per item 2 on this page about <a href="http://www.useit.com/papers/responsetime.html" rel="nofollow">Response Times</a>)</p> <p>I d...
2670
5691
2011-01-04T09:32:06.193
2011-01-04T16:50:57.760
How can I change the "timeout" duration for Nautilus "find the filename as you type" feature?
[ "nautilus", "timeout" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Unfortunately, the five second delay is hard-coded into Nautilus. Here's how to hack it:</p>\n\n<ul>\n<li><p>First, set up your build environment:</p>\n\n<pre><code>sudo apt-get install build-essential\nsudo apt-get install devscripts\nsudo apt-get build-dep nautilus\n</code></pre>\n...
[ { "accepted": true, "body": "<p>Unfortunately, the five second delay is hard-coded into Nautilus. Here's how to hack it:</p>\n\n<ul>\n<li><p>First, set up your build environment:</p>\n\n<pre><code>sudo apt-get install build-essential\nsudo apt-get install devscripts\nsudo apt-get build-dep nautilus\n</code>...
null
0
null
null
null
19962
1
19966
2011-01-04T06:35:21.277
1
813
<p>After I paste these scripts into terminal, my wallpaper became white.</p> <pre><code>sudo ln -s /etc/xdg/xdg-une/autostart/maximus-autostart.desktop /etc/xdg/autostart/ sudo ln -s /etc/xdg/xdg-une/autostart/netbook-launcher.desktop /etc/xdg/autostart/ sudo ln -s /usr/share/gconf/une/default/20_une-gconf-default /us...
8318
54298
2012-07-09T13:07:17.717
2012-07-09T13:07:17.717
Error with missing Wallpaper after remove unity from sudo command
[ "sudo", "desktop-background" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-04T06:42:49.410", "id": "21476", "postId": "19962", "score": "0", "text": "What for you enter those commands?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-01-04T06:49:14.943", "id": "21477", "postId": "19962", "scor...
{ "accepted": true, "body": "<p>ln -s will make a <a href=\"http://en.wikipedia.org/wiki/Symbolic_link\" rel=\"nofollow\">symbolic link</a> to a file. To reverse what you have done just delete the links:</p>\n\n<pre><code>sudo rm /etc/xdg/autostart/maximus-autostart.desktop \nsudo rm /etc/xdg/autostart/netbook-laun...
[ { "accepted": null, "body": "<p>It's so funny that i solved my own question. LOL\n.\nSo, after long googling i decided to remove mutter with this commands\nsudo apt-get remove unity</p>\n\n<p>And everything goes perfectly</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
19964
1
null
2011-01-04T07:01:05.280
0
596
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/14978/do-i-need-to-replace-my-hard-disk">Do I need to replace my hard disk?</a> </p> </blockquote> <p>I got the same problem - installing ubuntu. My hard disk is also emitting certain weird noise. What other option...
null
-1
2017-04-13T12:23:44.677
2011-01-04T11:04:33.923
Hard disk makes weird noises during installation
[ "installation", "hardware", "hard-drive" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-04T07:22:29.170", "id": "21479", "postId": "19964", "score": "3", "text": "Could you detail what kind of issues you had while installing Ubuntu ? Did the install process stop at some point with some error message ?", "userDisplayName": null, "userId": "7567" ...
null
[ { "accepted": null, "body": "<p>If you think you may have hardware issues with your HDD, you should check it's <a href=\"http://en.wikipedia.org/wiki/S.M.A.R.T.\" rel=\"nofollow noreferrer\">SMART</a> status. Boot your computer with an Ubuntu LiveCD and check your drive status through Disk Utility (System -...
null
null
2012-12-29T07:20:56.157
null
pooja
19969
1
19972
2011-01-04T09:16:39.203
4
9368
<p>Will <code>sudo apt-get upgrade</code> also upgrade PHP from 5.2 to 5.3 on my Ubuntu 9.04?</p>
5136
235
2012-03-13T19:00:00.327
2012-03-13T19:17:39.433
Will "apt-get upgrade" also upgrade my PHP version?
[ "upgrade" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>An <code>upgrade</code> will only install security updates. So the short answer is no.</p>\n\n<p>The full answer is, that for 9.04 updates are no longer provided as it has reached the end of its life cycle last October. You should seriously consider updating to a newer release (using...
[ { "accepted": null, "body": "<p>Ubuntu 9.04 is now out of the update loop, so you're stuck with whatever you've got currently unless you update it manually.</p>\n\n<p>To check the current version, you can:</p>\n\n<ul>\n<li>Check in Synaptic.</li>\n<li>Make a new PHP page containing: <code>&lt;?php phpinfo()...
null
0
null
null
null
19970
1
19974
2011-01-04T09:20:40.023
14
5261
<p>In order to speed up Android development, I've edited my <code>~/.bashrc</code> to add some paths to <code>PATH</code>:</p> <pre><code>export PATH=${PATH}:/opt/android-sdk/tools:/opt/android-sdk/platform-tools </code></pre> <p>This works just fine from the command line (I can just type <code>android</code> and, no...
1398
449
2011-01-18T09:59:52.453
2016-07-12T14:30:44.167
Alt+F2 (Run Application) doesn't work for custom commands
[ "paths" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I assume the <code>bashrc</code> is not read by Gnome, and why should it, since it is a config file for <code>bash</code>.</p>\n\n<p>I define my path in <code>~/.profile</code>. This file is definitely read by the Gnome and XFCE environments and should by others as well. (But it is r...
[ { "accepted": true, "body": "<p>I assume the <code>bashrc</code> is not read by Gnome, and why should it, since it is a config file for <code>bash</code>.</p>\n\n<p>I define my path in <code>~/.profile</code>. This file is definitely read by the Gnome and XFCE environments and should by others as well. (But...
null
null
null
null
null