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
8710
1
null
2010-10-21T15:28:28.827
3
215
<p>I don't want to navigate via the Networks --> workgroup/domain folder. I want to skip that step and directly access the share of a specific machine.</p> <p>For example, in Windows you would type in Windows Explorer:</p> <pre><code>\\MachineName </code></pre> <p>and it would open up the shares of that machine. H...
4287
null
null
2011-10-28T18:21:31.087
How do I directly access the shares of a machine?
[ "nautilus", "networking" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You can bring up the Run Command interface (or <code>gnome-do</code>) trough the shortcut <strong>Alt + F2</strong> and insert machine's hostname as you would in Windows. Like:</p>\n\n<p><img src=\"https://i.stack.imgur.com/IdhcB.png\" alt=\"alt text\"></p>\n\n<p>Then, Enter ...
null
null
null
null
null
8712
1
null
2010-10-21T15:32:03.530
5
2174
<p>In my ubuntu 10.10 after configure an external CRT on S-Video in cloning desktop, I've lost my desktop icon and right clicking on it does not show menu and menu bar too.</p> <p>I've tried to resolve with following command:</p> <pre><code>sudo apt-get install ubuntu-desktop sudo apt-get install gnome-panel sudo cho...
4546
-1
2017-04-13T12:37:19.660
2013-11-17T14:25:09.123
Contents of my ~/Desktop directory not actually displayed on the desktop
[ "nautilus" ]
5
8
CC BY-SA 2.5
[ { "creationDate": "2010-10-21T19:48:26.633", "id": "8677", "postId": "8712", "score": "1", "text": "What do you mean with 'lost'? Also, reinstalling ubuntu-desktop won't do you any good, it's just a meta package which does nothing. You might want to reinstall the complete gnome environment: `sud...
null
[ { "accepted": null, "body": "<p>This is the same answer I gave on the <a href=\"https://unix.stackexchange.com/questions/3328/ubuntu-desktop-lost/3404#3404\">Unix &amp; Linux Stackexchange</a>. Reposting it here, so the question doesn't show up as unanswered:</p>\n\n<blockquote>\n <p>Since the application ...
null
null
null
null
null
8713
1
null
2010-10-21T15:32:54.700
2
132
<p>I don't understand why I keep getting unsupported format errors when using the last.fm plugin in rhythmbox. It seems to happen every time I try to play a song only one or two tracks advanced.. if I try to play a song that's three or more tracks ahead it works fine.</p>
3542
169736
2013-12-24T18:20:15.057
2013-12-24T18:24:22.243
Rhythmbox last.fm unsupported format error
[ "rhythmbox" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>This is clearly a bug, you can report it here: <a href=\"https://bugs.launchpad.net/ubuntu/+source/rhythmbox\" rel=\"nofollow\">Bugs : “rhythmbox” package : Ubuntu</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": ...
null
null
null
null
null
8720
1
8732
2010-10-21T15:53:48.780
7
4380
<p>Is there an equivalent to <code>yum history</code> command in ubuntu? Im aware that i can just look at the apt logs, but im looking for something that will list them all in the command line, and then enable me to target a specific installation and rollback / modify it</p>
2978
235
2010-10-21T16:45:34.000
2022-05-26T20:20:56.690
Equivalent to yum history?
[ "10.10", "package-management", "command-line", "apt" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can find it in GNOME Menu System - Administration :</p>\n<p>1.- GUI &gt; find ..... <strong>synaptic</strong> package manager &gt; file &gt; history.</p>\n<p>2.- In the terminal either <code>/var/log/apt/history.log</code> or <code>/var/log/dpkg.log</code></p>\n", "commentCount...
[ { "accepted": true, "body": "<p>You can find it in GNOME Menu System - Administration :</p>\n<p>1.- GUI &gt; find ..... <strong>synaptic</strong> package manager &gt; file &gt; history.</p>\n<p>2.- In the terminal either <code>/var/log/apt/history.log</code> or <code>/var/log/dpkg.log</code></p>\n", "co...
null
null
null
null
null
8726
1
10309
2010-10-21T16:25:57.133
3
2260
<p>Ubuntu provides some good information on how to enable UFW and on how to enable IPv6 with miredo:</p> <ul> <li><a href="https://wiki.ubuntu.com/UncomplicatedFirewall" rel="nofollow">https://wiki.ubuntu.com/UncomplicatedFirewall</a></li> <li><a href="https://wiki.ubuntu.com/IPv6" rel="nofollow">https://wiki.ubuntu.c...
4547
235
2010-10-21T18:49:50.870
2010-11-02T00:14:02.167
How to enable IPv6 via miredo along with UFW?
[ "ufw", "ipv6" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>IPv6 is disabled by default in current released versions of ufw. To enable, edit <code>/etc/default/ufw</code> to have:</p>\n\n<pre><code>IPv6=yes\n</code></pre>\n\n<p>You will also need to reload the ruleset. On newer releases of Ubuntu: </p>\n\n<pre><code>sudo ufw reload\n</code></...
[ { "accepted": null, "body": "<p>IPv6 support in UFW has to be explicitly enabled by editing <code>/etc/default/ufw</code> and changing <code>IPv6=no</code> to <code>IPv6=yes</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
null
null
null
null
null
8729
1
null
2010-10-21T16:48:57.603
3
5524
<p>I installed xampp with no problems, and then ran the command to set security. Apparently setting security locks you out of the directories even at the file system level, not just via FTP - when I look at the permissions tab of my htaccess folder, for example, the owner is set to the ftp username. I can FTP, but unfo...
2664
235
2010-10-21T18:50:57.500
2010-10-21T18:50:57.500
Having permission problems with XAMPP
[ "permissions", "apache2", "ftp", "xampp" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There's a lot of things that could affect this. I suspect that the ftp configuration is (rightly) restricting access. For assistance, guides and how-to's with XAMPP, please refer to their <a href=\"http://www.apachefriends.org/f/viewforum.php?f=34\" rel=\"nofollow\">help foru...
null
null
null
null
null
8733
1
8737
2010-10-21T17:06:20.607
6
3223
<p>Changing the sidepane background color in Nautilus</p> <p>Is it possible to change the sidepane background color for Places? I want it to blend, if i hit the dropdown above the sidepane and select information, this blends with the navigation toolbars. I'd like that same effect for the Places option.</p>
4538
235
2012-10-01T14:54:45.740
2012-10-01T14:54:45.740
Changing the sidepane background color in Nautilus
[ "nautilus", "themes", "gtk" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Edit your existing ~/.gtkrc-2.0 file, or create one if it doesn't exist. This file will let you override parts of your selected GTK+ theme.</p>\n\n<pre><code>gedit ~/.gtkrc-2.0\n</code></pre>\n\n<p>Add the following style</p>\n\n<pre><code>style \"treeview-modified\"\n{ \n GtkTr...
[ { "accepted": true, "body": "<p>Edit your existing ~/.gtkrc-2.0 file, or create one if it doesn't exist. This file will let you override parts of your selected GTK+ theme.</p>\n\n<pre><code>gedit ~/.gtkrc-2.0\n</code></pre>\n\n<p>Add the following style</p>\n\n<pre><code>style \"treeview-modified\"\n{ \n ...
null
null
null
null
null
8740
1
null
2010-10-21T17:39:54.877
6
705
<p>My install was interrupted because of a power cut. I recovered from it, using the command</p> <pre><code>sudo apt-get dist-upgrade </code></pre> <p>Now, I get a violet boot screen like normal, but the progress bar is shown as 4 dots, and Ubuntu is displayed in a simple font, reminiscent of the DOS era. What do I d...
3778
1003733
2019-11-25T00:51:02.097
2019-11-25T00:51:02.097
Poor boot-screen after interrupted install
[ "boot", "nvidia", "plymouth" ]
4
1
CC BY-SA 4.0
[ { "creationDate": "2010-10-23T09:28:55.610", "id": "8986", "postId": "8740", "score": "0", "text": "I use a Asus M3N78-EM AMD Phenom II X3 720 Black Edition 4GB DDR2, Nvidia 9400GT 512 MB.", "userDisplayName": null, "userId": "3778" } ]
null
[ { "accepted": null, "body": "<p>Yes, that's the boot-screen.</p>\n\n<p><em><strong>Sidenote:</strong> No, I'm not gonna argue about the design...what you see is the right and perfect working boot screen.</em></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-22T01:4...
null
null
null
null
null
8741
1
9238
2010-10-21T18:04:36.693
4
7381
<p>I have a TrueCrypt container on a Windows share that I'm trying to mount from Ubuntu. However, I consistently get a "Permission Denied" error.</p> <p>I am using <em>/home/kent/.gvfs/share on server/path/to/container</em> as the path. I have tried mounting with the default options, mounting as read-only, and mountin...
1933
4596
2010-10-25T12:42:17.717
2011-09-07T00:47:12.233
Mounting TrueCrypt container on share
[ "10.04", "networking", "samba", "truecrypt" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-24T17:39:44.857", "id": "9207", "postId": "8741", "score": "0", "text": "Could you paste the actual commands that are resulting in the \"Permission denied\" error?", "userDisplayName": null, "userId": "2181" }, { "creationDate": "2010-10-24T18:31:25.090...
{ "accepted": true, "body": "<p>.gvfs is a virtual mountpoint not owned by your login user (hence you don't have write-access to it). You will need to set up a mount point manually, e.g.</p>\n\n<pre><code>$ sudo mount -t cifs //server/share /mnt -o username=windowsuser,password=windowspassword\n</code></pre>\n\n<p>...
[ { "accepted": null, "body": "<p>Try adding \"user_allow_other\" to /etc/fuse.conf, and mounting with the \"allow_other\" option.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-24T18:30:06.527", "id": "9220", "postId": "9236", "score": "0",...
null
null
null
null
null
8744
1
null
2010-10-21T18:34:13.343
2
1467
<p>How do I do this all from Ubuntu? When I used Wubi there was a max size, and i ended up liking Ubuntu 10.04 so I kept it installed, but now i want to do just run W7 as a VM. I have around only 58GBs used and around 100GBs free, how can i move the 100GBs of just free space to Ubuntu with GParted or any other software...
2490
null
null
2010-10-30T19:42:13.700
Make W7 install as small as possible and increase Ubuntu size
[ "10.10", "windows", "partitioning", "windows-7", "wubi" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>For installing 7 in a VM you most likely want to get rid of unwanted components, e.g. with <a href=\"http://www.rt7lite.com/\" rel=\"nofollow\">RTSe7enLite</a> (running on Windows only)</p>\n\n<p>For Ubuntu as your primary OS, it is better to install Ubuntu outside Wubi. Next...
null
null
null
null
null
8747
1
null
2010-10-21T18:52:29.883
6
8355
<p>I'm having a hard time finding reliable info on this subject, but I'm looking for a usb to vga ( or dvi ) adapter for a Ubuntu 10.10 installation on a laptop.</p> <p>I'm currently using the regular vga external port of my laptop so I have a dual video output but I'd like to a third monitor attached to this setup.</...
4552
null
null
2010-10-21T19:34:37.910
USB to VGA video adapter
[ "video" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-21T19:29:24.270", "id": "8675", "postId": "8747", "score": "0", "text": "What do you mean by \"wide resolution\" (that expression makes no sense in English) and why does that mean the dualhead2go is not good enough?", "userDisplayName": null, "userId": "935" ...
null
[ { "accepted": null, "body": "<p>I can't point you to a device that definitely works but a lot of them use chipsets that are compatible with the (in Ubuntu included) module sisusbvga.</p>\n\n<p>You can read more about it (including example companies and chipsets) <a href=\"http://www.winischhofer.net/linuxsi...
null
null
null
null
null
8755
1
null
2010-10-21T20:09:11.653
3
4196
<p>I can't seem to find this anywhere but every other OS has this...</p> <p>How can I just modify the color settings on my monitor, e.g. white balance, gamma, etc?</p> <p>Also, just in case, i'm on a Lenovo ThinkPad.</p> <p>Here is my graphics card specs:</p> <pre><code>00:02.0 VGA compatible controller: Intel Corp...
2490
2490
2010-10-21T20:43:17.283
2010-10-21T20:43:17.283
Modify Monitor Color Profiles / Settings
[ "10.10", "laptop", "intel-graphics", "monitor" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2010-10-21T20:12:13.273", "id": "8685", "postId": "8755", "score": "0", "text": "Knowing the graphics-chip in there would help us a lot...", "userDisplayName": null, "userId": "1029" }, { "creationDate": "2010-10-21T20:20:51.100", "id": "8689", "postId"...
null
[ { "accepted": null, "body": "<p><a href=\"http://projects.gnome.org/gnome-color-manager/\" rel=\"nofollow\">GNOME Color Manager</a> can help with device profiles. Install the <code>gnome-color-manager</code> package and go to System > Preferences > Color Profiles.</p>\n", "commentCount": "4", "comme...
null
null
null
null
null
8756
1
8757
2010-10-21T20:12:58.383
1
2171
<p>I can't remember what directory this file is found in off hand. Does anybody know?</p>
88
null
null
2010-10-29T21:18:19.310
where is input.h located?
[ "configuration", "files" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>After a more precise google search, I found the answer: \n/usr/include/linux/input.h</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-21T20:18:08.973", "id": "8757", "lastActivityDate": "...
[ { "accepted": true, "body": "<p>After a more precise google search, I found the answer: \n/usr/include/linux/input.h</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-21T20:18:08.973", "id": "8757", ...
null
null
null
null
null
8758
1
null
2010-10-21T20:24:54.600
11
3468
<p>What happens if I upload a revoke key to another keyserver different to the Ubuntu keyserver; will they be sync automatically?</p>
4443
667
2010-11-05T09:00:37.430
2010-11-05T09:00:37.430
What to do when keyserver.ubuntu.com is down?
[ "gnupg" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The short answer is Yes, with the addition of \"sooner or later\".</p>\n\n<p>Whatever the sync happens sooner or later depends on what alternate key server you choose. A good choice is picking another one of the <a href=\"http://sks-keyservers.net/\">SKS Keyservers</a>.</p>\n...
null
null
null
null
null
8760
1
8766
2010-10-21T20:33:37.573
5
550
<p>I've noticed an f(x) button in calculator's (gcalctool) advanced mode. The button opens a drop-down list with some predefined functions. Is it possible to define more? </p> <p><img src="https://i.stack.imgur.com/NmBcK.png" alt="enter image description here"></p>
2390
65926
2013-07-15T17:49:55.013
2013-07-15T17:49:55.013
Can I add custom functions to gcalctool?
[ "gcalctool" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If you press F1 and read the <a href=\"http://library.gnome.org/users/gcalctool/stable/functions.html.en\" rel=\"nofollow\">help page about functions</a> it says: “GCalctool does not support user-defined functions.”, so I guess the answer is <em>no</em>.</p>\n\n<p>Of course you can p...
[ { "accepted": true, "body": "<p>If you press F1 and read the <a href=\"http://library.gnome.org/users/gcalctool/stable/functions.html.en\" rel=\"nofollow\">help page about functions</a> it says: “GCalctool does not support user-defined functions.”, so I guess the answer is <em>no</em>.</p>\n\n<p>Of course y...
null
null
null
null
null
8775
1
12944
2010-10-21T22:23:25.403
5
476
<p>Looking for setup steps for gitosis after installing from <code>apt-get</code>.</p>
163
235
2010-10-22T00:26:14.610
2010-11-12T23:39:00.710
What are the steps for configuring gitosis?
[ "git", "gitosis" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ol>\n<li><p><code>apt-get install gitosis</code></p>\n\n<p>a. The gitosis repo directory is: <strong><code>/srv/gitosis</code></strong></p>\n\n<p>b. The gitosis user is auto created and named: <strong><code>gitosis</code></strong></p></li>\n<li><p>Init gitosis with your public key: </p...
[ { "accepted": null, "body": "<p>I suggest looking into this <a href=\"http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way\" rel=\"nofollow\">page</a>. It gives clear instructions about how to do the setup for Debian based (like ubuntu) systems. </p>\n\n<p>First you create a new re...
null
null
null
null
null
8781
1
8874
2010-10-22T00:30:26.560
1
1331
<p>I'm in need of an e-book reader, and considering it'd be yet another thing to throw into my student bag I want to look into tablet computing.</p> <p>Now, I don't really have much love for Apple's stuff, so please do not recommend the iPad; iPad like, yes.</p> <p>Specifically, I'm looking for a touchscreen tablet t...
2442
34576
2012-10-28T01:13:03.497
2012-10-28T01:13:03.497
Tablet PC hardware for Ubuntu/Linux?
[ "tablet", "devices", "ubuntu-touch" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>As of currently tablet like devices are still coming to the market. As far as I know there are currently <em>no</em> tablet like devices running Ubuntu, though in the near future there will be a whole bunch running Android and/or Meego. If I were you I'd look into the Samsung Galaxy ...
[ { "accepted": true, "body": "<p>As of currently tablet like devices are still coming to the market. As far as I know there are currently <em>no</em> tablet like devices running Ubuntu, though in the near future there will be a whole bunch running Android and/or Meego. If I were you I'd look into the Samsung...
null
null
null
null
null
8783
1
8786
2010-10-22T00:56:56.387
4
209
<p>I have a file in <code>~/.config/autostart/</code> that looks like this:</p> <pre><code>[Desktop Entry] Type=Application Exec=python ~/Documents/StackApplet/stackapplet.py Icon=/usr/share/pixmaps/stackapplet.png Terminal=false Comment=a panel indicator for monitoring StackExchange sites Name=StackApplet Categorie...
5
274320
2015-12-15T15:16:20.593
2015-12-15T15:16:20.593
Why won't this application start when I log in?
[ "login", "autostart" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Try expanding the <code>~/Documents/StackApplet/stackapplet.py</code> to the full path, using <code>~</code> in the path may not be supported in <code>.desktop</code> files.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T01:14:18.640", "i...
[ { "accepted": true, "body": "<p>Try expanding the <code>~/Documents/StackApplet/stackapplet.py</code> to the full path, using <code>~</code> in the path may not be supported in <code>.desktop</code> files.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T01:14:1...
null
null
null
null
null
8785
1
null
2010-10-22T01:04:32.130
1
990
<p>I am looking to put together a new desktop computer. For the last couple of years I have been using a DELL laptop plus an external screen using Twin View and this has worked nicely.</p> <p>Now I would like to move to a desktop with a 3 screen setup using 1 video card. Is this possible, if so what would be the best...
2491
935
2010-10-22T01:33:41.247
2010-10-22T03:26:19.590
How to get a 3 screen setup working- what hardware?
[ "hardware", "xorg", "multiple-monitors" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Unfortunately, there are no triple-head video cards for notebooks that I know of. What you <em>could</em> do is purchase a DisplayLink based monitor for the third screen as they have a built-in video card. Compiz would not work on that display, but you could probably keep it ...
null
null
2011-12-13T18:53:26.860
null
null
8787
1
8795
2010-10-22T01:16:56.393
7
6890
<p>As the title suggests. Selecting a background image, color or using the transparency sitting doesn't work with the Ambiance theme. </p> <p>Sections of the panel will take the new settings, but many of the applets including the clock, Indicator Applet Session, Indicator Applet, Rhythmbox icon, Tomboy Icon, Separator...
2491
5592
2011-02-15T20:40:25.650
2011-02-15T20:40:25.650
Panel Background color, Transparency and background image don't work with Ambiance theme
[ "gnome-panel", "desktop-background" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is indeed a bug with a current bug report: <a href=\"https://bugs.launchpad.net/ubuntu/+bug/664794\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+bug/664794</a></p>\n\n<p>Click up at the top and mark this bug as affecting you as well.</p>\n\n<p>The problem isn't just the ...
[ { "accepted": null, "body": "<p>It looks like that because the Ambiance theme uses images for the panel applets and background. Changing the preferences of the panel only changes the background theme and not the applet theme.</p>\n\n<p>You can fix this by commenting out or removing the <code>include \"apps/...
null
null
null
null
null
8792
1
8796
2010-10-22T02:29:41.560
15
8499
<p>I have seen some ebooks/papers that were apparently scanned from their paper versions but the text in the ebooks/papers can amazingly be copied out. I suppose the directly-scanned versions must have been processed by some Optical Character Recognition software. </p> <p>So I would like to know what are the recommend...
1471
235
2011-01-12T22:47:31.560
2017-02-12T21:44:29.223
Optical Character Recognition software recommendations?
[ "software-recommendation" ]
10
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h1><a href=\"http://code.google.com/p/tesseract-ocr/\" rel=\"noreferrer\">Tesseract OCR</a> <a href=\"http://apt.ubuntu.com/p/tesseract-ocr\" rel=\"noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install Tesseract OCR\" /></a></h1>\n<p>The original engine was develope...
[ { "accepted": true, "body": "<h1><a href=\"http://code.google.com/p/tesseract-ocr/\" rel=\"noreferrer\">Tesseract OCR</a> <a href=\"http://apt.ubuntu.com/p/tesseract-ocr\" rel=\"noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install Tesseract OCR\" /></a></h1>\n<p>The original engine was ...
2010-10-22T02:37:04.333
null
null
null
null
8794
1
8820
2010-10-22T02:44:38.570
2
687
<p>I was trying to solve NetworkManager icon disappearence, and following some tips I executed this command:</p> <pre><code>rm -rf ~/.gconf/apps/panel </code></pre> <p>Not only it didn't worked, but windows decorations disappeared as well (title, close button, etc) and who knows what else that I didn't noticed.</p> ...
4477
-1
2017-04-13T12:23:31.777
2012-02-10T19:39:21.270
Window decorations disappeared
[ "10.10", "compiz", "metacity", "window-management" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2010-10-22T03:16:18.297", "id": "8742", "postId": "8794", "score": "1", "text": "I think you mean compiz --replace", "userDisplayName": null, "userId": "2026" }, { "creationDate": "2010-10-22T10:55:30.020", "id": "8793", "postId": "8794", "score": "...
{ "accepted": true, "body": "<p>Try reinstalling gnome panels</p>\n\n<p><code>sudo apt-get install --reinstall gnome-panel</code></p>\n\n<p>And for your Network manager applet problem if it isn't fixed yet, edit network manager conf </p>\n\n<p><code>sudoedit /etc/NetworkManager/nm-system-settings.conf</code></p>\n\...
[ { "accepted": true, "body": "<p>Try reinstalling gnome panels</p>\n\n<p><code>sudo apt-get install --reinstall gnome-panel</code></p>\n\n<p>And for your Network manager applet problem if it isn't fixed yet, edit network manager conf </p>\n\n<p><code>sudoedit /etc/NetworkManager/nm-system-settings.conf</code...
null
0
null
null
null
8797
1
8806
2010-10-22T02:49:33.437
2
6959
<p>I've created some packs of svg flag icons for the language indicator menu. I'm expanding it now, and have had a request for a flag for the "Latin American" layout of Spanish. But I can't figure out what two-character filename is linked to that layout. It's not ES (for spanish) and <a href="http://www.loc.gov/standar...
2762
866
2010-10-22T14:20:23.783
2010-10-22T16:19:28.430
What is the two-character language code for the Latin American keyboard layout?
[ "indicator", "keyboard-layout", "input-language" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From the base.xml \"source\" file:</p>\n\n<pre><code> &lt;name&gt;latam&lt;/name&gt;\n</code></pre>\n\n<p>I suspect that's what you need.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T17:46:52.477", "id": "8861", "postId": "8806...
[ { "accepted": true, "body": "<p>From the base.xml \"source\" file:</p>\n\n<pre><code> &lt;name&gt;latam&lt;/name&gt;\n</code></pre>\n\n<p>I suspect that's what you need.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T17:46:52.477", "id": "8861", ...
null
null
null
null
null
8801
1
null
2010-10-22T02:59:22.767
4
1367
<p>I have one partition with Ubuntu and one partition with Windows XP, I have also another NTFS Partition where I share my files. I ve had many times the problem when I use Ubuntu and rename a file located in the NTFS partition, then when I want to use it in windows it appears with no icon and it says "windows cannot r...
4568
235
2010-10-23T01:36:50.250
2010-10-26T20:18:41.977
Problem renaming files in a NTFS partition
[ "windows", "filesystem", "ntfs" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T03:50:44.640", "id": "8753", "postId": "8801", "score": "0", "text": "What version of Ubuntu are you using, and how do you mount the Windows system?", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-10-22T08:07:42.380", "id": ...
null
[ { "accepted": null, "body": "<p>Linux uses some characters witch are not recognised in Windows for file names. Check the encoding for ntfs in Ubuntu and set it to utf8 using the tool pysdm. Pysdm configures for mounting at startup. Just deselect the partitions in pysdm to avoid mounting them at startup.</p>...
null
0
null
null
null
8803
1
8808
2010-10-22T03:36:23.287
9
1923
<p>When I need to use Windows, I:</p> <ol> <li>Reboot</li> <li>Wait for the Grub boot menu to appear</li> <li>Choose the Windows menu item in Grub</li> </ol> <p>Is there a way to just "reboot into" Windows so that I don't have to stay at the computer and guide it to the right operating system? i.e. Can I set the defa...
1859
null
null
2011-05-27T01:12:27.603
How can I "reboot into" the non-default operating system in a dual-boot configuration?
[ "windows", "dual-boot", "grub2" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This tutorial solves this problem: <a href=\"http://www.webupd8.org/2010/10/how-to-reboot-in-windows-from-ubuntu.html\">http://www.webupd8.org/2010/10/how-to-reboot-in-windows-from-ubuntu.html</a></p>\n\n<p>From the aforementioned tutorial:</p>\n\n<blockquote>\n <p>3. Now to reboot ...
[ { "accepted": true, "body": "<p>This tutorial solves this problem: <a href=\"http://www.webupd8.org/2010/10/how-to-reboot-in-windows-from-ubuntu.html\">http://www.webupd8.org/2010/10/how-to-reboot-in-windows-from-ubuntu.html</a></p>\n\n<p>From the aforementioned tutorial:</p>\n\n<blockquote>\n <p>3. Now to...
null
null
null
null
null
8804
1
null
2010-10-22T03:40:51.527
0
2411
<p>I click the icon, the splash screen will come up, and then about half way, it will disappear, I can't get it to work at all, any possible solutions?? I tried to get Terminal output, but I couldn't seem to get anything </p>
3680
null
null
2012-06-12T17:00:21.767
OpenOffice won't run
[ "openoffice.org" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T03:52:03.733", "id": "8754", "postId": "8804", "score": "0", "text": "There wasn't *any* output in the terminal? We are going to need more information to have any idea on what the problem is.", "userDisplayName": null, "userId": "114" }, { "creationD...
null
[ { "accepted": null, "body": "<p>Log as the guest user, to do this click on the shut-down icon on the right and in the menu that appears choose \"Guest session\". Try to start openoffice in this new session.</p>\n\n<p>If it does start, then it's likely that your profile is corrupt. Get back to your real sess...
null
null
null
null
null
8807
1
8835
2010-10-22T03:51:40.550
9
13944
<p>Rhythmbox isn't seeing all of my files. I have a library of music over 24,000 tracks all MP3's.</p> <p>Rhythmbox sees 11,500 of them only.</p> <p>This has been a problem for a while. I keep coming back to Rhythmbox as its integration with Ubuntu is so tight and I like that. But this problem is stopping me from usi...
2491
2491
2010-10-23T03:54:10.723
2023-03-07T22:22:08.480
Rhythmbox isn't seeing all of my music files
[ "rhythmbox" ]
5
12
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T04:01:34.397", "id": "8755", "postId": "8807", "score": "0", "text": "Is there anything in common with the files that RB ignores?", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-10-22T04:02:27.190", "id": "8758", "postId...
{ "accepted": true, "body": "<p>I had a similar problem with Rhythmbox. I don't have nearly the number of files you have, but it was not seeing new files or changed files. I did the following:</p>\n\n<ol>\n<li>In Preferences --> Music, I unchecked \"Watch my Library for new files\".</li>\n<li>Completely closed Rhyt...
[ { "accepted": true, "body": "<p>I had a similar problem with Rhythmbox. I don't have nearly the number of files you have, but it was not seeing new files or changed files. I did the following:</p>\n\n<ol>\n<li>In Preferences --> Music, I unchecked \"Watch my Library for new files\".</li>\n<li>Completely clo...
null
null
null
null
null
8811
1
8812
2010-10-22T04:33:33.377
7
550
<p>When I click <img src="https://i.stack.imgur.com/9wptM.png" alt="Indicator Applet Session"> --> Restart, the following prompt appears:</p> <p><img src="https://i.stack.imgur.com/wWXDc.png" alt="screenshot"></p> <p>Can I cause this to appear from the command line?</p>
1859
null
null
2010-10-22T04:57:51.993
Can I call the GNOME restart confirmation prompt from the command line?
[ "gnome", "command-line", "reboot" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>/usr/lib/indicator-session/gtk-logout-helper -r</code> will do it. </p>\n\n<p>Note that this is not the upstream GNOME restart dialog; it's specific to indicator-session. You'd invoke the GNOME one with <code>gnome-session-save --shutdown-dialog</code>.</p>\n", "commentCount"...
[ { "accepted": true, "body": "<p><code>/usr/lib/indicator-session/gtk-logout-helper -r</code> will do it. </p>\n\n<p>Note that this is not the upstream GNOME restart dialog; it's specific to indicator-session. You'd invoke the GNOME one with <code>gnome-session-save --shutdown-dialog</code>.</p>\n", "com...
null
null
null
null
null
8816
1
8817
2010-10-22T05:47:54.523
4
252
<pre><code>/bin /dev /etc /lib /lost+found /opt /proc /root /sbin /srv /sys /usr /var </code></pre> <p>Can anyone tell me where they come from?</p>
4570
null
null
2010-10-22T05:57:04.467
Where are the root folder names coming from?
[ "filesystem" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>They're documented in the <a href=\"http://www.pathname.com/fhs/\" rel=\"nofollow\">Filesystem Hierarchy Standard</a>. You'll find short descriptions for each under the \"<a href=\"http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard#Directory_structure\" rel=\"nofollow\">Direc...
[ { "accepted": true, "body": "<p>They're documented in the <a href=\"http://www.pathname.com/fhs/\" rel=\"nofollow\">Filesystem Hierarchy Standard</a>. You'll find short descriptions for each under the \"<a href=\"http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard#Directory_structure\" rel=\"nofollow...
null
null
null
null
null
8819
1
8833
2010-10-22T06:07:25.940
8
12088
<p>I have this portable hard disk with 4 partitions. When I need to safely remove the device I have to unmount each partition manually. Is there a way I can unmount all at once? Or is it suffice to unmount one partition only and remove the disk?</p>
4345
3550
2010-10-22T15:38:54.513
2016-01-22T23:29:06.050
Unmounting several partitions at once
[ "nautilus", "umount" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you know the device file, say /dev/sdb, you can unmount all partitions of the device with the command:\n<code>sudo umount /dev/sdb?*</code></p>\n\n<p>The command <code>sudo umount -a</code> should be avoided, because it would unmount also partitions you do not want to unmount at t...
[ { "accepted": null, "body": "<p>The command <code>sudo umount -a</code> will unmount them all.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-22T07:23:57.940", "id": "8829", "lastActivityDate": "...
null
null
null
null
null
8822
1
null
2010-10-22T06:27:55.287
1
501
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/72023/why-are-letters-overlapping-in-the-terminal">Why are letters overlapping in the terminal?</a> </p> </blockquote> <p>I'm having a problem with ubuntu where the characters are overlapping each other. How do i s...
4572
-1
2017-04-13T12:23:31.777
2010-10-22T13:43:49.993
Fonts in terminal overlapping
[ "command-line", "fonts", "themes" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-10-05T08:29:54.850
null
null
8824
1
8864
2010-10-22T06:51:25.357
5
6887
<p>I use Thunderbird as my email client. For some reason fonts in the message area are so small that they are unreadable. This includes the Thunderbird welcome screen font. </p>
4572
8844
2011-04-15T17:58:55.277
2016-09-24T12:45:38.410
Fonts in message area too small to read in Thunderbird
[ "fonts", "email", "thunderbird" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2012-09-25T04:27:04.070", "id": "239036", "postId": "8824", "score": "0", "text": "Could you, or anyone else reading this, add a screenshot to give people an idea of what this problem looks like?", "userDisplayName": null, "userId": "54256" } ]
{ "accepted": true, "body": "<p>Go to Edit-Preferences->Display->Advanced and then change the Minimum Font Size to something bigger than 10 (depends on how big you like them to be)</p>\n\n<p>This worked on my system.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-22T22:27:34.100...
[ { "accepted": null, "body": "<p>Have you tried <code>Edit-&gt;Preferences-&gt;Display</code> and change default font,font size there</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T12:44:05.077", "id": "8802", "postId": "8837", "score": ...
null
null
null
null
null
8834
1
null
2010-10-22T08:55:08.647
59
48362
<p>When I log in Ubuntu, I would like all windows opened at previous session (terminal and Firefox mainly) to be re-opened automatically at the same size and position.</p> <p>How to proceed?</p>
4576
32580
2013-08-16T18:08:04.947
2020-07-05T22:21:04.207
How do I save/remember last-used window position and size for applications?
[ "gnome", "startup", "window-manager", "display-manager" ]
10
7
CC BY-SA 3.0
[ { "creationDate": "2012-05-05T13:12:43.837", "id": "157205", "postId": "8834", "score": "1", "text": "As you can read [here](http://ubuntuforums.org/showpost.php?p=11753547&postcount=17) this feature became removed. I suggest to change your question and ask for an equivalent workaround to offer ...
null
[ { "accepted": null, "body": "<h3>For 11.04 and earlier</h3>\n<p>Try this</p>\n<p>System &gt; Start up Applications &gt; Options and check <em>Automatically remember running applications when logging off</em> and click <em>remember current applications.</em></p>\n", "commentCount": "1", "comments": [...
null
null
null
null
null
8839
1
8841
2010-10-22T10:17:08.513
0
1757
<p>This is a follow up question to <a href="https://askubuntu.com/questions/8467/auto-login-to-console-as-root-no-xserver">my prior thread</a>. This solution works very well. However, after booting up, I only see a blinking cursor. <kbd>Crtl</kbd>+<kbd>Alt</kbd>+<kbd>FX</kbd>, where X=1..4 e.g. invokes a root Shell. I ...
3485
-1
2017-04-13T12:23:31.777
2011-10-28T18:22:01.307
Start with interactive console shell
[ "boot", "keyboard", "root", "console" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>In your previous post you say \"I edited gdm.conf not to start.\".</p>\n\n<p>I think it can depend on how you modified that file, it is possible that you happen to go to the tty7 where gdm would start the X server, but without the X server started, so you have to change console to go...
[ { "accepted": true, "body": "<p>In your previous post you say \"I edited gdm.conf not to start.\".</p>\n\n<p>I think it can depend on how you modified that file, it is possible that you happen to go to the tty7 where gdm would start the X server, but without the X server started, so you have to change conso...
null
null
null
null
null
8845
1
180305
2010-10-22T11:06:37.780
14
11169
<p>Is it possible to wake up Ubuntu from hibernation at a predefined time? It should not be <a href="http://en.wikipedia.org/wiki/Wake-on-LAN" rel="noreferrer">WOL</a>, but rather Ubuntu waking itself up. For example, it should do what the app <a href="http://www.dennisbabkin.com/wosb/" rel="noreferrer">WakeupOnStandBy...
2968
74809
2012-08-14T18:22:54.267
2012-08-25T13:24:07.703
How do I schedule waking up from hibernation?
[ "boot", "hibernate", "scheduled", "wakeup", "schedule" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I found that it is difficult to wakeup Ubuntu from hibernation. So I use the following commands to boot Ubuntu at a predefined time:</p>\n\n<pre><code># Clear previously set wakeup time \nsudo sh -c \"echo 0 &gt; /sys/class/rtc/rtc0/wakealarm\"\n\n# Set the wakeup time at 2:02 am\nsu...
[ { "accepted": null, "body": "<p>When hibernating, the operating system is off and can't do anything. It's the computer's BIOS that does the waking up, so it's only possible if your computer's BIOS supports it. With some BIOSes, you can configure a scheduled wakeup quite easily.</p>\n\n<p>Press the key that ...
null
null
null
null
null
8847
1
8892
2010-10-22T11:21:51.453
3
13670
<p>In Ubuntu I have installed the KDE app <code>Konsole</code>.<br> I want to change the default font size of the KDE menus and dialogs, etc... to be larger.<br> (I don't mean the font in the Konsole's terminal window.)</p> <p>How can I do this?</p>
2670
null
null
2010-10-22T16:45:56.147
How can I change the font size of KDE menus and dialogs...?
[ "configuration", "kde", "fonts" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I found the answer (It works!)...<br>\nIt is done via a <strong>KDE</strong> package called: <strong>systemsettings</strong> ...(Synaptic)</p>\n\n<p>From <a href=\"http://en.wikipedia.org/wiki/System_Settings\" rel=\"noreferrer\">Wikipedia</a>: </p>\n\n<p><em><strong>System Setting...
[ { "accepted": true, "body": "<p>I found the answer (It works!)...<br>\nIt is done via a <strong>KDE</strong> package called: <strong>systemsettings</strong> ...(Synaptic)</p>\n\n<p>From <a href=\"http://en.wikipedia.org/wiki/System_Settings\" rel=\"noreferrer\">Wikipedia</a>: </p>\n\n<p><em><strong>System...
null
null
null
null
null
8848
1
null
2010-10-22T11:28:21.503
7
1693
<p>Is there a command I can run to launch gedit in fullscreen mode?</p>
1809
null
null
2010-10-23T05:58:34.713
Is there a way to launch gedit in fullscreen mode?
[ "gedit", "fullscreen" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There is no easy way to do this.</p>\n\n<p>Gedit can be opened with the <code>gedit</code> command. If we look at <a href=\"http://manpages.ubuntu.com/manpages/maverick/en/man1/gedit.1.html\" rel=\"nofollow\">man gedit</a>, there is no option to launch full screen.</p>\n\n<p>...
null
null
null
null
null
8854
1
8856
2010-10-22T12:34:27.793
8
2227
<p>When a blank media inserted, the burning tool automatically started. Is there a way to disable that feature?</p>
3795
null
null
2010-10-22T15:17:41.037
How can I disable the autostart of Brasero when I insert a blank CD/DVD?
[ "cd", "dvd" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In <strong>Nautilus</strong> under <strong>Edit > Preferences > Media</strong>:</p>\n\n<p><img src=\"https://i.stack.imgur.com/5HhHO.png\" alt=\"alt text\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-01-11T04:54:26.757", "id": "298859", ...
[ { "accepted": null, "body": "<p>System > Preferences > Preferred Applications</p>\n\n<p>On the <strong>media</strong> tab, below <strong>Other Media</strong>, select <strong>blank CD disk</strong> and change action to <strong>Do Nothing</strong> or <strong>Ask what do do</strong> as you prefer. Do the same ...
null
null
null
null
null
8860
1
8861
2010-10-22T12:59:39.337
2
865
<p>I would like to disable crontab mail notification for one of my task...</p> <p>I run this task every minute, that means 1440 mail per day :S</p> <p>Can someone tell me if this is possible and how can I do this?</p>
3921
null
null
2010-10-22T13:11:11.747
Cron mail notification
[ "notification", "mail", "crontab" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You just have to make sure that your task does not produce any output.</p>\n\n<p>If it is a single command add \">/dev/null 2>&amp;1\" (without the quotes) to your command.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T15:02:33.290", "id...
[ { "accepted": true, "body": "<p>You just have to make sure that your task does not produce any output.</p>\n\n<p>If it is a single command add \">/dev/null 2>&amp;1\" (without the quotes) to your command.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T15:02:33...
null
null
null
null
null
8865
1
null
2010-10-22T13:58:11.290
12
6529
<p>What is the best Linux Dock available? I'm looking for a Dock that I can customize to make it look the way I like. It needs to be theme-able and have lots of configuration options.</p> <p><em>Please limit one dock solution per answer</em></p>
2975
866
2010-12-31T08:47:16.683
2017-03-11T08:52:10.843
What docks are available?
[ "software-recommendation", "dock" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T16:12:54.933", "id": "8842", "postId": "8865", "score": "1", "text": "Just a note to say: don't take the screenshots with too much salt: they generally show only one possible theme. But they do give you an idea of what is available.", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<h1><a href=\"http://packages.ubuntu.com/cairo-dock\" rel=\"noreferrer\">Cairo-Dock</a> <a href=\"http://apt.ubuntu.com/p/cairo-dock\" rel=\"noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install cairo-dock\" /></a></h1>\n<p>Cairo-Dock is a pretty, light and c...
2010-10-22T14:04:45.923
null
2014-06-17T23:25:18.770
null
null
8870
1
9831
2010-10-22T14:25:05.407
9
2090
<p>I've switched to XMonad as my window manager. Sometimes when I put my laptop to hibernate, it's hanging and won't shut down. I have to force it off by pressing the powerbutton for 5 seconds.</p> <p>After I boot again, I can't connect to the internet. I have to logout, go to gnome, and after logging in, I rightclick...
1733
1067
2010-10-25T23:51:07.573
2017-02-12T21:45:26.127
Enable networking without the gnome-applet
[ "10.04", "gnome", "networking", "command-line", "xmonad" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can customise xmonad with status bar and tray apps for utilities like network-manager which need tray icons.</p>\n\n<p><a href=\"http://www.haskell.org/haskellwiki/Xmonad/Config_archive/John_Goerzen%27s_Configuration\" rel=\"nofollow\">This guide</a>, for example, details how to ...
[ { "accepted": null, "body": "<p>It sounds like you've killed the network-manager daemon. You can restart it by doing <code>sudo service network-manager start</code>. However if you're not using network-manager you can always remove it all together (and probably eliminate this issue).</p>\n", "commentCou...
null
null
null
null
null
8875
1
20259
2010-10-22T14:46:22.643
9
2930
<p>I noticed that video performance on my Thinkpad X100e was very poor compared to Windows 7, so I installed the ATI fglrx proprietary drivers by using the "Additional Drivers" dialogue box. The system has an ATI Radeon Mobility HD 3200 chip.</p> <p>The result of installing the drivers is pretty devastatingly negative...
2928
2928
2010-10-22T14:53:30.270
2011-12-22T15:52:22.023
How can I solve display glitches and poor performance with ATI fglrx driver on my ThinkPad X100e?
[ "xorg", "ati", "display", "thinkpad", "fglrx" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T14:48:23.557", "id": "8823", "postId": "8875", "score": "1", "text": "Can you add the output of `lspci | grep -i vga` please!", "userDisplayName": null, "userId": "4062" }, { "creationDate": "2010-10-22T14:54:10.750", "id": "8827", "postId": ...
{ "accepted": true, "body": "<p>Just do <code>sudo aticonfig --initial</code> after installing the the HD3200 driver and you're done.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-06T05:39:37.047", "id": "20259", "la...
[ { "accepted": null, "body": "<p>To revert back to the open source drivers it should be a simple matter of disabling the Proprietary Drivers in the Additional Drivers application. After that you will need to restart (or at least logout and log back in).</p>\n\n<p>Also take a look <a href=\"http://www.thinkwi...
null
null
null
null
null
8877
1
8879
2010-10-22T14:51:56.577
1
1139
<p>Is there any way to integrate pidgin into the Me Menu, or any other chat applet?</p> <p>My main problem is that everyone I know uses AIM, which Empathy jokingly supports.</p> <p>Or is there a way to fix Empathy to make it show which AIM users are mobile?</p>
4558
3550
2010-10-22T15:35:54.677
2010-10-22T15:35:54.677
Integrate Pidgin into the Me Menu, or help fix Empathy?
[ "empathy", "pidgin", "irc" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T14:53:58.507", "id": "8826", "postId": "8877", "score": "2", "text": "This should be two questions.", "userDisplayName": null, "userId": "463" } ]
{ "accepted": true, "body": "<p>I think Pidgin is already integrated in MeMenu. Simply go to Tools -> Preferences then set \"Never\" to \"Show system\" tray icon in the Interface tab.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T15:23:41.740", "id": "8834", "pos...
[ { "accepted": true, "body": "<p>I think Pidgin is already integrated in MeMenu. Simply go to Tools -> Preferences then set \"Never\" to \"Show system\" tray icon in the Interface tab.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T15:23:41.740", "id": ...
null
null
null
null
null
8884
1
8895
2010-10-22T15:16:17.140
124
94214
<p>When I run </p> <pre><code>sudo do-release-upgrade </code></pre> <p>over ssh, I get the following message.</p> <pre> This session appears to be running under ssh. It is not recommended to perform a upgrade over ssh currently because in case of failure it is harder to recover. If you continue, an additional ssh d...
4589
3550
2010-10-22T15:34:53.493
2017-02-15T15:19:11.433
What's the risk of upgrading over SSH?
[ "server", "upgrade", "ssh" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2020-01-30T16:24:42.080", "id": "2025372", "postId": "8884", "score": "0", "text": "If we are using a remote server, I guess there are no real alternative to SSH, so this message looks useless. I guess using SSH is still better than doing the upgrade through the VNC recovery t...
{ "accepted": true, "body": "<p>What I would recommend doing is launching a screen session on the server and running the upgrade in screen - that way if your SSH session drops (for whatever reason) the upgrade process will not halt.</p>\n\n<p><a href=\"http://packages.ubuntu.com/screen\" rel=\"noreferrer\">Screen</...
[ { "accepted": null, "body": "<p>I've never (yet) had a problem doing that, though I've only upgraded half a dozen or so boxes that way. It is just that if something goes wrong the additional SSH daemon may be your only hope of avoiding a visit (or making use of whatever remote re-install options you have)....
null
null
null
null
null
8888
1
8897
2010-10-22T16:01:06.360
18
30376
<p>Windows has this. Basically what I want is to record the state of the system either manually or periodically and then restore to that point if required. For example, before upgrading the distribution, or before installing a certain package.</p> <p>What would be the easiest way to do this?</p>
1680
null
null
2016-09-25T06:51:31.253
Is there such a thing as a restore point in Ubuntu?
[ "backup" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T16:06:04.407", "id": "8841", "postId": "8888", "score": "2", "text": "I'm sure someone will give you a far better answer in time but take a look at this in the meantime: http://askubuntu.com/questions/2596/comparison-of-ubuntu-backup-tools", "userDisplayName": n...
{ "accepted": true, "body": "<p>There are different backup-utilities available, but the functionality of the \"Windows Restore System\" does not exist in that form (at least not that I know of) (since it's not really necessary <em>see Footnote</em>).</p>\n\n<p>If you have a small system partition you can easily cre...
[ { "accepted": true, "body": "<p>There are different backup-utilities available, but the functionality of the \"Windows Restore System\" does not exist in that form (at least not that I know of) (since it's not really necessary <em>see Footnote</em>).</p>\n\n<p>If you have a small system partition you can ea...
null
null
null
null
null
8890
1
null
2010-10-22T16:11:58.020
6
2391
<p>I am "the friend" referred to in the questions <a href="https://askubuntu.com/questions/8546/installing-wireless-drivers-without-internet-access/">here</a> and <a href="https://askubuntu.com/questions/8344/package-dependency-problem-offline-install-of-wireless-drivers/">here</a>. I decided to come and ask a question...
4590
-1
2017-04-13T12:24:49.590
2011-03-10T03:14:59.157
NetworkManager Applet shows no networks
[ "wireless", "drivers", "network-manager", "broadcom" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T22:11:18.543", "id": "8914", "postId": "8890", "score": "0", "text": "Is the wifi LED illuminated?\n\nWhen you right-click the networking icon in the top right, is \"enable wireless\" present and checked?", "userDisplayName": null, "userId": "3058" }, { ...
null
[ { "accepted": null, "body": "<p>Is there a hardware switch for the wireless card? It's surprisingly easy to turn off the radio and network manager doesn't know about it.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T20:41:50.527", "id": "8898", ...
null
null
null
null
null
8891
1
8958
2010-10-22T16:18:43.073
5
3911
<p>I want to switch from Windows XP to Ubuntu and there is one thing that I'm heavily using in XP&mdash;an MP3 alarm clock. In the evening I turn the PC to hibernated mode. In the morning it wakes up (based on Windows' scheduler) and runs a special program that then runs media player with a defined playlist, starts mus...
4591
25130
2012-02-01T18:43:20.303
2012-02-01T18:43:20.303
How do I set up an mp3 alarm clock?
[ "hibernate", "multimedia", "scheduled", "mode" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-22T21:09:09.963", "id": "8906", "postId": "8891", "score": "1", "text": "Exaile has an alarm clock plugin that has fade in effect. Hope that helps on that part.", "userDisplayName": null, "userId": "337" } ]
{ "accepted": true, "body": "<p>I don't have my laptop with me to try this right now, <em>but</em> I think this should work, or at least get you close:</p>\n\n<pre><code>echo $(date +%s -d\"+ $(echo 8*60*60 | bc -l) seconds\") &gt; sudo tee /sys/class/rtc/rtc0/wakealarm ; sudo pm-suspend --auto-quirks ; ogg123 ~/Mu...
[ { "accepted": null, "body": "<p><a href=\"http://ubuntuforums.org/showthread.php?t=72611\" rel=\"nofollow\">Here</a> is a post on the forums that might get you started in the right direction. But it looks like the answer is yes.</p>\n\n<p>It says:</p>\n\n<p>You can use sleep together with rhythmbox (which i...
null
null
null
null
null
8896
1
8903
2010-10-22T16:53:10.463
8
741
<p>I'm going to install a ubuntu server to provide email, ftp and maybe webserver services too. I dont want to install a gui for the server, but I'd like to administrate it remotely. I was thinking in web administration or something else, is there a good package to make these tasks??</p> <p>Regards, Victor.</p>
4568
3550
2010-10-25T14:47:59.557
2013-01-31T11:58:20.467
Remote administration of a server?
[ "server", "email", "administration", "ftp", "webserver" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ubuntu Server Team recommend this 2 option:</p>\n\n<p>1.- OpenSSH Server</p>\n\n<p>2.- eBox is a web framework used to manage server application configuration. The modular design of eBox allows you to pick and choose which services you want to configure using eBox. </p>\n\n<p>see det...
[ { "accepted": null, "body": "<p>Yes, you're looking for <a href=\"http://www.webmin.com/\">Webmin</a>. You can administrate the complete system with this Web-Interface.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDat...
null
null
null
null
null
8898
1
null
2010-10-22T16:56:35.863
7
2252
<p>I'm trying to fix a suspend problem on my Dell Inspiron 600m. I think the problem is that the video driver modules aren't being reloaded properly. So, I'm going to try to compile the video drivers into the kernel proper rather than keeping them as external modules. I just want to know if I can get away from running:...
4359
235
2010-10-22T16:57:47.470
2010-10-25T19:15:52.260
How can I quickly recompile the kernel after changing the configuration?
[ "10.04", "kernel", "compiling" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Yes, you can remove the special stamp files <code>debian/stamps/stamp-build-*</code> before starting the next build (instead of the using the \"clean\" target). With certain changes, you may need to remove the <code>debian/stamps/stamp-prepare-*</code> files, too.</p>\n\n<p>W...
null
null
null
null
null
8900
1
null
2010-10-22T17:06:48.493
2
966
<p>When I try and set up my mobile connection through the connection wizard it doesn't work at all. There is no indication that my computer even recognizes it. Any pointers? This is a Verizon dongle.</p>
240
235
2010-10-22T17:29:58.487
2010-10-22T17:29:58.487
How do I connect with my Verizon Mobile Broadband dongle?
[ "10.10", "internet", "modem-manager" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T18:10:48.607", "id": "8870", "postId": "8900", "score": "1", "text": "It might help if you found out the device id of your dongle. You can get it with `lsusb` (look at the results). It looks something like this: `046d:c30e`. Search for that id on the internet and yo...
null
[ { "accepted": null, "body": "<p>You may need to install the <code>usb-modeswitch</code> package, if your Verizon device is a \"flip-flop\" device.</p>\n\n<p>A \"flip-flop\" device is one that initially appears as a CD-ROM device that contains Windows drivers for the device. This driver, when installed, send...
null
null
null
null
null
8905
1
8909
2010-10-22T17:35:36.140
4
10916
<p>This is for a friend's Toshiba Portege laptop with Ubuntu 10.4.1 on it. They want the original Windows XP for tablet PC installed; they do have the disk, but the Portege seems unable to boot from a generic non-Toshiba USB CD drive (and the Toshiba one that came with it is broken for years now).</p> <p>So I found ou...
1629
1629
2010-10-22T18:06:25.217
2013-03-12T13:08:44.303
How can I get the grub menu on boot?
[ "10.04", "grub2", "iso", "bootloader" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T17:47:38.510", "id": "8862", "postId": "8905", "score": "0", "text": "I'm not sure you need plop. GRUB2 can load ISO-images itself without any extra help.", "userDisplayName": null, "userId": "1736" } ]
{ "accepted": true, "body": "<p>You can bring up GRUB by pressing SHIFT during boot. If you want to permanently show grub, edit the respective options in <code>/etc/default/grub</code>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-22T18:04:47.217", "id": "8866", "p...
[ { "accepted": true, "body": "<p>You can bring up GRUB by pressing SHIFT during boot. If you want to permanently show grub, edit the respective options in <code>/etc/default/grub</code>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-22T18:04:47.217", "id"...
null
null
null
null
null
8911
1
8914
2010-10-22T17:48:42.677
13
2641
<p>How can i make the application, Shutter (takes screenshots) open at startup? I know about sys > prefs > statup applications, but after I go to add what do I fill out the form with? Shutter isn't a command, is it?</p>
2490
24621
2013-04-17T17:09:08.130
2022-04-12T05:16:08.127
How can I make Shutter open at startup?
[ "boot", "startup" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h2>For Ubuntu 10.04, 10.10 and 11.04</h2>\n\n<hr>\n\n<p>You can drag and drop the Shutter menu item <sup>(Applications ➜ Accessories ➜ Shutter)</sup> into<br>\nthe <em>Startup Applications</em> window and it will be added to the list of applications that start on login.</p>\n\n<p><img ...
[ { "accepted": null, "body": "<p>Actually, you answered the question yourself. Go to <code>System -&gt; Preferences -&gt; Startup Applications</code> and add a new item with \"Shutter\" (or something else) as the name and <code>shutter</code> as the command.</p>\n", "commentCount": "1", "comments": [...
null
null
null
null
null
8912
1
8917
2010-10-22T17:50:48.300
2
637
<p>The last panel on gnome is being a pain to delete. I've tried the gconfig editor or whatever and going to desktop -> sessions and deleting the required applet text. </p> <p>Then when I kill it through the task manager it still just reopens itself, being a pain.</p> <p>Is there any other way to delete the last gnom...
4558
null
null
2010-10-22T18:03:01.983
How do I delete my last panel?
[ "gnome-panel" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Open gconf-editor, in desktop/gnome/session/required_components change the panel value from gnome-panel to your dock of choice.</p>\n\n<p>Restart your session and your dock will be auto-started by gnome and re-spawned if needed.</p>\n\n<p>Note that you will lose some keyboard shortcu...
[ { "accepted": null, "body": "<p>I did that deleting the content of the panel property.\nOpen gconf-editor and then go to desktop->session->required_components.\nEdit the panel property and delete the content. Next time you login gnome-panel won't be loaded.</p>\n\n<p>To undo just set the property back.</p>\...
null
null
null
null
null
8918
1
null
2010-10-22T18:03:59.937
38
9030
<p>How do I make Skype use the default Ubuntu notify-osd to display notifications (incoming messages, users connecting, etc.) instead of the Skype's own "ugly" message box?</p>
3727
3550
2010-10-23T18:02:15.213
2017-03-23T08:04:39.890
How to make Skype use notify-osd?
[ "skype", "scripts", "notify-osd" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-29T12:55:46.560", "id": "16138", "postId": "8918", "score": "1", "text": "There is a bug report against Skype at https://jira.skype.com/browse/SCL-502, however it hasn't received much attention and is growing dusty.", "userDisplayName": null, "userId": "3332" ...
null
[ { "accepted": null, "body": "<p>Another work-around: install Pidgin, make sure Pidgin has a Skype account, then everything will go directly to notify-osd. (Downside: you have to then have both Pidgin and Skype open.)</p>\n\n<p>Integration <a href=\"https://askubuntu.com/questions/9065/how-to-integrate-skype...
null
null
null
null
null
8919
1
8949
2010-10-22T18:09:33.900
2
677
<p>I would like to boot from an external USB CD/DVD drive on a Toshiba Portege which can't. I've tried with <a href="http://www.plop.at/en/bootmanager.html" rel="nofollow">plop</a>, but haven't had any luck.</p>
1629
null
null
2011-10-21T01:21:02.927
Can I make grub2 boot from a CD in an external USB CD drive?
[ "10.04", "grub2", "usb-drive", "bootloader" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm sorry, but your only options seems to be plop. I have successfully tried on a computer whose BIOS that doesn't allow booting from USB-CD-Drive.</p>\n\n<p>GRUB2 itself doesn't support booting from a CD-Drive but it supports booting from ISO files.</p>\n", "commentCount": "0", ...
[ { "accepted": null, "body": "<p>Your BIOS must support booting from USB.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-22T19:06:41.330", "id": "8931", "lastActivityDate": "2010-10-22T19:06:41.33...
null
null
null
null
null
8923
1
8965
2010-10-22T18:35:00.270
2
1233
<p>What is the format for multiple emails in <code>/etc/apticron/apticron.conf</code>?</p> <p>Should it be </p> <pre><code>EMAIL="user1@example.com" "user2@example.com" </code></pre> <p>or</p> <pre><code>EMAIL="user1@example.com user2@example.com" </code></pre>
4594
114
2011-07-01T16:29:22.617
2011-07-01T16:29:22.617
apticron EMAIL setting format for multiple recipients?
[ "configuration", "updates" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>EMAIL=\"user1@example.com user2@example.com\"</code> is the correct format. I have tested it out and can confirm that it works.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-22T21:42...
[ { "accepted": true, "body": "<p><code>EMAIL=\"user1@example.com user2@example.com\"</code> is the correct format. I have tested it out and can confirm that it works.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate":...
null
null
null
null
null
8925
1
8927
2010-10-22T18:40:16.577
5
4116
<p>I removed all of my gnome-panel's in favor of the Avant Window Manager for a number of reasons, and would really like to not have to have a gnome-panel still just being hidden.</p> <p>Is there a command to launch the <kbd>Alt</kbd>+<kbd>F2</kbd> window without having a gnome-panel active? I'd like to add an icon to...
4558
17739
2011-11-02T21:04:46.570
2017-02-15T15:20:47.263
Command to launch the ALT+F2 window?
[ "gnome-panel" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-23T04:20:57.330", "id": "8961", "postId": "8925", "score": "0", "text": "Do you mean Avant Window *Navigator?*", "userDisplayName": "Roger Pate", "userId": null } ]
{ "accepted": true, "body": "<p>No, the Alt+F2 window is a dialog within gnome-panel, so you can't really launch it standalone.</p>\n\n<p>I highly suggest using gnome-do instead though.</p>\n\n<pre><code>sudo apt-get install gnome-do\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDat...
[ { "accepted": true, "body": "<p>No, the Alt+F2 window is a dialog within gnome-panel, so you can't really launch it standalone.</p>\n\n<p>I highly suggest using gnome-do instead though.</p>\n\n<pre><code>sudo apt-get install gnome-do\n</code></pre>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
8926
1
9029
2010-10-22T18:48:16.547
0
462
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/5911/video-editing-on-ubuntu">Video editing on Ubuntu</a> </p> </blockquote> <p>I'm looking for a good video editor/creation app for Ubuntu. Something similar to that on Windows would work just fine for my purposes...
4182
-1
2017-04-13T12:24:49.590
2010-10-23T09:47:25.860
A good video editor/creation tool
[ "video-editor" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Theres AVIDemux, and LIVEs. LIVEs is pretty cool.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-24T16:43:46.313", "id": "9190", "postId": "9029", "score": "0", "text": "I'm liking openshot, but I'll give LIVEs a try too.",...
[ { "accepted": null, "body": "<p>Have you tried pitivi? IIRC it's installed by default on 10.04, and should be in the repositories for other versions.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-22T19:...
null
null
2010-10-23T15:30:46.887
null
null
8933
1
8936
2010-10-22T19:24:54.910
11
13014
<p>I tried running </p> <pre><code>locate *.orig | xargs rm </code></pre> <p>but it said <code>No such file or directory</code></p> <p>I've seen ways to do it with <code>find</code> but locate returns the full path to the object so it should be possible</p>
3421
3421
2010-10-22T19:35:01.817
2019-01-02T18:28:33.643
Pipe results of locate into rm
[ "bash", "gnome-terminal", "rm" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If filenames contain spaces you should use</p>\n\n<pre><code>locate -0 $something | xargs -0 rm\n</code></pre>\n\n<p>From <a href=\"http://www.man7.org/linux/man-pages/man1/locate.1.html\" rel=\"noreferrer\"><code>locate</code> man page</a>:</p>\n\n<blockquote>\n <p><code>-0</code>,...
[ { "accepted": null, "body": "<p>It's <code>xargs</code> not <code>xarg</code></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-22T19:35:34.967", "id": "8885", "postId": "8934", "score": "0", "text": "That's what I meant was typing qu...
null
null
null
null
null
8937
1
8943
2010-10-22T19:50:59.607
5
6532
<p>Is it possible to kill a process running in an Ubuntu machine from a Windows(XP) machine remotely connected via LAN ?</p> <p>I can kill the process in a windows machine from a remote windows machine (in LAN) by the following command,</p> <pre><code>taskkill /S system /U username /P password /IM process.exe </code>...
3584
667
2010-11-05T09:10:00.790
2017-02-15T15:27:42.493
Killing a running process in an Ubuntu machine remotely from a windows machine which is in LAN
[ "windows", "process" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2021-06-30T21:43:44.707", "id": "2306324", "postId": "8937", "score": "0", "text": "https://unix.stackexchange.com/q/3416/9812", "userDisplayName": null, "userId": "67621" } ]
{ "accepted": true, "body": "<p>Install <code>openssh-server</code> on Ubuntu and PuTTY on Windows. Then you can get a shell on your Ubuntu machine from the Windows one.</p>\n\n<p>Once logged into your Ubuntu machine remotely, you can use <code>kill</code> or <code>pkill</code> or <code>killall</code> as you prefer...
[ { "accepted": null, "body": "<p>If you have sshd installed on the Ubuntu box (almost always a good thing) you can connect and kill the process as normal (e.g. killall process, or similar).</p>\n\n<p>On the Ubuntu box:</p>\n\n<pre><code>$ sudo apt-get install ssh\n</code></pre>\n\n<p>On Windows, download PuT...
null
null
null
null
null
8947
1
null
2010-10-22T20:20:26.610
8
29051
<p>Is there a player for the rtmp:// (flash streaming) protocol?</p>
null
null
null
2017-02-15T15:28:41.677
Player for rtmp:// protocol?
[ "stream" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There's a command line app called <a href=\"http://packages.ubuntu.com/flvstreamer\" rel=\"nofollow noreferrer\">flvstreamer</a> <a href=\"http://apt.ubuntu.com/p/flvstreamer\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install flvstreame...
null
null
null
null
Daniel Șerbănescu
8952
1
8960
2010-10-22T20:40:58.483
8
20837
<p>Is there a utility or terminal command to tell you what graphics device and driver you are using?</p>
4538
252
2010-10-23T00:16:59.033
2010-10-23T00:16:59.033
Command to check graphics device and graphics driver
[ "10.10", "drivers", "command-line", "graphics" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes, one approach has been documented here: <a href=\"https://help.ubuntu.com/community/i810\">https://help.ubuntu.com/community/i810</a> </p>\n\n<p>You can also run this command to locate the device: </p>\n\n<p><code>lspci | grep VGA</code></p>\n\n<p>If you run the same command with...
[ { "accepted": true, "body": "<p>Yes, one approach has been documented here: <a href=\"https://help.ubuntu.com/community/i810\">https://help.ubuntu.com/community/i810</a> </p>\n\n<p>You can also run this command to locate the device: </p>\n\n<p><code>lspci | grep VGA</code></p>\n\n<p>If you run the same comm...
null
null
null
null
null
8964
1
8966
2010-10-22T21:34:27.013
6
15256
<p>I have access to a box over SSH and there are some files I'd like to transfer to another machine, but those are only accessible under another account</p> <p>If I <code>ssh</code> with 1, then <code>sudo</code> 2 I can browse them.</p> <p>What I want actually is a mirror to copy them over to my Windows-based PC</p>...
4604
527764
2018-10-08T08:25:13.693
2018-10-08T08:25:13.693
How do I transfer files over ssh after sudo?
[ "ssh", "sudo", "file-sharing" ]
4
1
CC BY-SA 4.0
[ { "creationDate": "2010-10-22T21:36:52.890", "id": "8910", "postId": "8964", "score": "0", "text": "Do you mean `sudo su 2`?", "userDisplayName": null, "userId": "1158" } ]
{ "accepted": true, "body": "<p>I assume that you do not have the password to the other user account, nor to the root account, and/or the remote host does not allow direct root login via SSH.</p>\n\n<p>If it is not too much data, I would just SSH in beforehand, become root, create a tarball of the data, grant acces...
[ { "accepted": true, "body": "<p>I assume that you do not have the password to the other user account, nor to the root account, and/or the remote host does not allow direct root login via SSH.</p>\n\n<p>If it is not too much data, I would just SSH in beforehand, become root, create a tarball of the data, gra...
null
null
null
null
null
8968
1
8972
2010-10-22T22:13:47.283
8
967
<p>In my system it says I have "floppy0" mounted and I can't get rid of it. </p> <p>It isn't a real drive of any sort, since my computer doesn't even have a disk drive, when I click on it it says "unable to mount floppy0:</p>
4558
null
null
2010-10-23T00:47:50.357
Can't get rid of fake floppy drive
[ "filesystem" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Restart your computer and go into its BIOS (press Del, F10 or F12 -- read what it says -- when you boot up) and under one of the first parts of it, you should be able to disable the floppy drive by setting it disabled. </p>\n\n<p>Save and exit. Ubuntu will then stop auto-detecting it...
[ { "accepted": true, "body": "<p>Restart your computer and go into its BIOS (press Del, F10 or F12 -- read what it says -- when you boot up) and under one of the first parts of it, you should be able to disable the floppy drive by setting it disabled. </p>\n\n<p>Save and exit. Ubuntu will then stop auto-dete...
null
null
null
null
null
8971
1
8992
2010-10-22T22:41:36.617
1
782
<p>On a system I have, files are uploaded through a series of various mechanisms into one central "incoming" directory. Once a day those files are processed and they are moved off to where they need to be (that logic isn't relevant here). They end up in a subdirectory of <code>/files/</code>. I guess a simple (albeit i...
449
null
null
2010-10-23T12:07:19.710
Creating a directory of recently created files
[ "bash", "find" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<pre><code>find -L files -type f -newerct '-7 days' -exec ln -s -t recent-files {} +\n</code></pre>\n\n<p>(Of course, change \"files\" and \"recent-files\" as appropriate.)</p>\n\n<p>The 'c' used in -newer isn't creation time, it's the \"change\" field as shown by stat (the command, e.g...
[ { "accepted": null, "body": "<p>If using <a href=\"http://zeitgeist-project.com/\" rel=\"nofollow\">Zeitgeist</a> and FUSE is feasible for your scenario, <a href=\"https://launchpad.net/zeitgeist-filesystem\" rel=\"nofollow\">Zeitgeist Filesystem</a> enables sorting files and other Zeitgeist events by time ...
null
null
null
null
null
8974
1
8984
2010-10-22T22:54:44.797
3
2429
<p>In Nautilus tree-view, pressing <strong>*</strong> (asterisk) expands the selected directory structure by <strong>ONE</strong> level. </p> <p>Pressing <strong>*</strong> <em>again</em> will expand the structure by <strong><em>one more</em></strong> level.<br> ...etc, etc, untl all levels are expanded. </p> <p>Is...
2670
null
null
2021-01-02T02:43:10.553
How to auto-expand ALL sub-directory levels in Nautilus tree view, via the keyboard?
[ "nautilus", "keyboard", "shortcut-keys", "directory" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T23:20:54.513", "id": "8921", "postId": "8974", "score": "0", "text": "Press and hold?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-10-23T00:05:09.153", "id": "8930", "postId": "8974", "score": "0", "text": "Ye...
{ "accepted": true, "body": "<p>I'd suggest this is by design - if I click on File System then expand all branches this could take a huge amount of time, especially if I have NFS shares mounted, or similar. Or even worse - if I have a FUSE filesystem mounted, like sshfs, and Nautilus wants it to expand the entire s...
[ { "accepted": true, "body": "<p>I'd suggest this is by design - if I click on File System then expand all branches this could take a huge amount of time, especially if I have NFS shares mounted, or similar. Or even worse - if I have a FUSE filesystem mounted, like sshfs, and Nautilus wants it to expand the ...
null
null
null
null
null
8976
1
10953
2010-10-22T22:56:26.323
4
3308
<p>Is there a an app that allows me to create a Video from an MP3 file (as Audio stream) and one, or more Pictures, such as GIF, PNG, JPG (animated or not)?</p> <p>So far I've found Pitivi, which appears to do the Job, however the Video always seems to be rather long... around 13 Minutes, to be specific. Kino doesn't ...
null
235
2011-04-07T21:33:42.450
2011-04-07T21:33:42.450
App to create a Video from an MP3 File and GIF Picture(s)?
[ "software-recommendation", "video", "encoding" ]
4
6
CC BY-SA 2.5
[ { "creationDate": "2010-10-22T22:59:57.870", "id": "8919", "postId": "8976", "score": "1", "text": "Can you please elaborate what your problem with Pitivi is?", "userDisplayName": null, "userId": "1029" }, { "creationDate": "2010-10-22T23:20:08.480", "id": "8920", "postId...
{ "accepted": true, "body": "<p><a href=\"http://imagination.sourceforge.net/\" rel=\"nofollow\">Imagination</a> should do the trick. To install it, <a href=\"http://apt.ubuntu.com/p/imagination\" rel=\"nofollow\">click here</a>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-03...
[ { "accepted": null, "body": "<p>I'd probably do it the hard way! I'd break the gif into frames and then reconstruct it with an audio track. Sounds hard but how's this:</p>\n\n<pre><code>convert input.gif input%05d.jpg\nffmpeg -r 5 -i input%05d.jpg -i audio.mp3 -acodec copy -y -an -map 0:0 -map 1:0 ouput.av...
null
null
null
null
user2817
8977
1
8982
2010-10-22T23:06:08.537
1
3953
<p>I have mobile phone "Sony Ericsson C510", i can connect the phone via cable as modem and through Windows7 i can make it connect to internet via phone connection. Can i do that in Ubuntu? notice my phone have option when i connect them called "Other OS E.g Mac, Linux"</p>
null
235
2010-10-23T00:04:02.937
2010-10-23T09:42:11.520
Connect my mobile phone as modem?
[ "networking", "internet", "smartphone", "tethering" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-23T00:25:36.193", "id": "8933", "postId": "8977", "score": "0", "text": "Can't you see somewhere (on your phone, Windows, manual, ...) what protocol it uses to connect?", "userDisplayName": null, "userId": "935" } ]
{ "accepted": true, "body": "<p>If the phone is supported as-is (which it should be, given that other people <a href=\"http://ubuntuforums.org/showthread.php?t=1146395\" rel=\"nofollow\">tried the same thing</a> a while ago, when you connect the phone it should be possible to configure it as a modem.</p>\n\n<p>It's...
[ { "accepted": true, "body": "<p>If the phone is supported as-is (which it should be, given that other people <a href=\"http://ubuntuforums.org/showthread.php?t=1146395\" rel=\"nofollow\">tried the same thing</a> a while ago, when you connect the phone it should be possible to configure it as a modem.</p>\n\...
null
null
null
null
user4606
8980
1
8981
2010-10-23T00:21:51.973
3
3991
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/4428/how-to-create-a-screencast">How to create a screencast?</a> </p> </blockquote> <p>I've been looking for a tool to record my desktop for a long time. Someone recommended <code>RecordItNow</code> to me.But I fou...
687
-1
2017-04-13T12:24:58.360
2017-03-10T20:56:53.190
The best video capture software for gnome
[ "gnome", "video" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h1><a href=\"http://packages.ubuntu.com/gtk-recordmydesktop\" rel=\"nofollow noreferrer\">gtk-recordmydesktop</a> <a href=\"http://apt.ubuntu.com/p/gtk-recordmydesktop\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install gtk-recordmydesktop\" /></a...
[ { "accepted": true, "body": "<h1><a href=\"http://packages.ubuntu.com/gtk-recordmydesktop\" rel=\"nofollow noreferrer\">gtk-recordmydesktop</a> <a href=\"http://apt.ubuntu.com/p/gtk-recordmydesktop\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install gtk-recordmydesktop...
null
null
2010-10-23T15:29:12.193
null
null
8985
1
8988
2010-10-23T00:45:02.867
7
245
<p>As in the title, if I purchase software and install the next version of Ubuntu will I have to purchase it again?</p>
4609
null
null
2011-10-20T09:31:48.270
When purchasing software, how many releases of Ubuntu will that software be available to me?
[ "software-center" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No. It is linked to your Ubuntu One account.</p>\n\n<p>This is apart from the fact that you don't have to reinstall Ubuntu when the next version is released: you just let Update Manager perform the upgrade for you!</p>\n", "commentCount": "2", "comments": [ { "creationD...
[ { "accepted": true, "body": "<p>No. It is linked to your Ubuntu One account.</p>\n\n<p>This is apart from the fact that you don't have to reinstall Ubuntu when the next version is released: you just let Update Manager perform the upgrade for you!</p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
8986
1
12798
2010-10-23T00:45:43.987
1
729
<p>Since I upgraded from 10.04 to 10.10, I've been having problems switching between users. When I run <code>Logout &gt; Switch User</code> in X, the screen often stops updating and the keyboard stops responding to input (the LEDs don't update). Occasionally, switching users will work, but switching back often causes t...
252
252
2010-10-23T01:47:48.120
2010-11-12T05:05:53.793
Switching users freezes desktop
[ "10.10", "10.04", "xorg", "intel-graphics", "freeze" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T17:35:15.743", "id": "10147", "postId": "8986", "score": "0", "text": "It might be better if you report a bug on launchpad.net", "userDisplayName": null, "userId": "1992" } ]
{ "accepted": true, "body": "<p>Hopefully you've managed to solve the issue or the issue solved itself via an update. If not then this problem certainly does need to be reported to <a href=\"https://launchpad.net/ubuntu/+source/xorg/+bugs\" rel=\"nofollow\">the xorg bug tracker</a>. Make sure to include the <code>x...
[ { "accepted": true, "body": "<p>Hopefully you've managed to solve the issue or the issue solved itself via an update. If not then this problem certainly does need to be reported to <a href=\"https://launchpad.net/ubuntu/+source/xorg/+bugs\" rel=\"nofollow\">the xorg bug tracker</a>. Make sure to include the...
null
null
null
null
null
8994
1
null
2010-10-23T03:48:55.447
1
949
<p>I don't use gnome nor kde desktops because my system isn't as fast as they require it to be, but even when I don't use them, a 'Desktop' folder is always in my home dir, I've delete it several times before but it's again there when I reboot the system, what do I need to do in order to delete it for ever?</p>
null
25863
2012-11-21T23:04:54.057
2014-08-23T06:23:51.733
Which process creates the 'Desktop' folder?
[ "filesystem", "users" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-26T04:32:21.877", "id": "35630", "postId": "8994", "score": "0", "text": "I'm running i3 (i3.zekjur.net) and pcmanfm for files management, http://pastebin.com/1ATMHDVv this is the list of the processes I usually run, any other ideas?", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>Try removing the package <code>xdg-user-dirs</code>.</p>\n\n<p>From the package description:</p>\n\n<pre><code>xdg-user-dirs is a tool to help manage \"well known\" user directories\nlike the desktop folder and the music folder. It also handles\nlocalization (i.e. translation...
null
null
null
null
chilicuil
8998
1
9013
2010-10-23T04:28:36.223
5
1822
<p>I am using Ubuntu 10.04 Lucid (32). </p> <p>I have installed KDE's <code>Konsole</code> (terminal), as it offers a couple of things I can't currently get in the gnome-terminal. </p> <p>However there is a fly in the soup... On any day of the week, I prefer to use the keyboard over the mouse; wherever possible... ...
2670
17739
2011-10-28T18:24:05.390
2017-10-07T04:43:04.390
Why does KDE's Konsole not have top-level menu-accelerator keys? Is it a bug? Is there a workaround?
[ "shortcut-keys", "kde", "menu" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2010-10-23T04:41:09.340", "id": "8964", "postId": "8998", "score": "0", "text": "In gnome-terminal there is a setting for that (I have Alt+... & the whole menu disabled myself, as I never use it), I don't know about Konsole though.", "userDisplayName": null, "userId": ...
{ "accepted": true, "body": "<p>A <code>terminal</code> is often used by <em>child</em> programs such as Vi/Vim and Emacs, etc...</p>\n<p>These programs run directly in the terminal, and have their own sets of shortcut-keys... These app-specific shortcut-keys sometimes utilize the same <kbd>Alt</kbd>+<kbd>F</kbd>, ...
[ { "accepted": true, "body": "<p>A <code>terminal</code> is often used by <em>child</em> programs such as Vi/Vim and Emacs, etc...</p>\n<p>These programs run directly in the terminal, and have their own sets of shortcut-keys... These app-specific shortcut-keys sometimes utilize the same <kbd>Alt</kbd>+<kbd>F...
null
null
null
null
null
8999
1
9008
2010-10-23T04:37:00.887
3
864
<p>I installed it and press F4 and nothing happens. Can anyone help me? </p> <p>Thanks.</p>
2983
null
null
2010-12-29T08:59:06.613
nautilus elementary coverflow not working
[ "nautilus-elementary" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This will definitely help. Worked for me.</p>\n<p><a href=\"http://open-help.blogspot.com/2010/10/how-to-fix-blank-screen-on-clutterview.html\" rel=\"nofollow noreferrer\">How to fix the blank screen on clutterview problem on ubuntu 10.10 maverick meerkat</a></p>\n<p>And here's the c...
[ { "accepted": true, "body": "<p>This will definitely help. Worked for me.</p>\n<p><a href=\"http://open-help.blogspot.com/2010/10/how-to-fix-blank-screen-on-clutterview.html\" rel=\"nofollow noreferrer\">How to fix the blank screen on clutterview problem on ubuntu 10.10 maverick meerkat</a></p>\n<p>And here...
null
null
null
null
null
9000
1
9002
2010-10-23T04:38:24.053
15
24779
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/43020/decrease-grub-timeout">Decrease GRUB timeout</a> </p> </blockquote> <p>I have a dual boot configuration with ubuntu 10.10 and windows. What's the best way to configure grub so that the wait time is 2 seconds ...
3692
-1
2017-04-13T12:24:49.590
2017-07-23T00:31:10.897
How do I reduce the number of wait seconds grub waits before launching ubuntu 10.10?
[ "grub2" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Found this in a related post: You can install a program called StartUp-Manager.</p>\n\n<p>The package is called <code>startupmanager</code>. You can search for this in the Ubuntu Software Centre or Synaptic or run <code>sudo apt-get install startupmanager</code> in a terminal.</p>\n\...
[ { "accepted": null, "body": "<p>You can change it in <code>/etc/default/grub</code> and then run <code>update-grub</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-23T04:44:08.870", "id": "9001...
null
null
2011-10-28T13:45:29.003
null
null
9003
1
null
2010-10-23T05:02:56.173
3
1648
<p>I'm new to Linux and Ubuntu and trying it out but installing 10.10 via Wubi on to my old Samsung V25 laptop.</p> <p>For the larger part, the system seems to be working fine, apart from one key point, its internal monitor is not functional, only output to an external monitor works.</p> <p>During install and the GUI...
4614
17739
2011-11-01T20:40:16.277
2011-11-01T20:40:16.277
How do I fix an internal laptop monitor showing up as unknown connection?
[ "configuration", "laptop", "graphics", "wubi", "monitor" ]
1
7
CC BY-SA 3.0
[ { "creationDate": "2010-10-23T06:33:17.107", "id": "8972", "postId": "9003", "score": "0", "text": "Does the same happen if start the laptop without the external monitor connected?", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-10-23T16:52:29.153", "id"...
null
[ { "accepted": null, "body": "<p>I would certainly report this issue as a bug if you're still being effected by it, from a command line (Applications > Accessories > Terminal) copy and paste the following command:</p>\n\n<p><code>ubuntu-bug xorg</code></p>\n\n<p>This should collect all the required informati...
null
null
null
null
null
9012
1
null
2010-10-23T08:16:49.007
12
7256
<p>Native GIS software for Ubuntu (Linux)? The most famous is grass and qgis but it is not the only GIS software, is it?</p>
3872
235
2011-05-23T15:09:55.450
2011-09-13T17:13:13.423
What GIS (Geographic Information System) software is available?
[ "software-recommendation" ]
6
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-23T15:54:35.313", "id": "9052", "postId": "9012", "score": "1", "text": "I suggest you search the software center or Synaptic for \"gis\" (and maybe also \"geo\") and try them all. I hope you have a lot of time... ;)", "userDisplayName": null, "userId": "935"...
null
[ { "accepted": null, "body": "<p>You can try gvSIG:</p>\n\n<p><a href=\"http://www.gvsig.org/web/projects/gvsig-desktop/official/gvsig-1.9/descargas\" rel=\"nofollow\">http://www.gvsig.org/web/projects/gvsig-desktop/official/gvsig-1.9/descargas</a></p>\n", "commentCount": "0", "comments": [], "co...
2010-10-24T03:34:29.073
null
null
null
null
9014
1
9059
2010-10-23T08:37:23.160
6
16692
<p>When I boot my laptop into Ubuntu 10.10, the wireless won't automatically connect; it <em>is</em> configured, and I can get a connection using "Connect to Hidden Wireless Network..." and selecting the name from the drop-down - however, the first time (per boot) I do this, it asks me to elevate myself. The connection...
1504
527764
2016-12-08T00:03:04.617
2016-12-08T00:03:04.617
Auto-connect to hidden wireless without elevating privilege
[ "networking", "wireless", "network-manager" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2010-10-23T10:42:30.237", "id": "8991", "postId": "9014", "score": "1", "text": "First I'd recommend not to use hidden network settings, because you'll have nothing but trouble from it (I am telling you this from my own personal experience). It is **not** a security feature, i...
{ "accepted": true, "body": "<p>I'd recommend not to use hidden network settings, because you'll have nothing but trouble from it (I am telling you this from my own personal experience).</p>\n\n<p>It is <strong>not</strong> a security feature, in fact, if you google it a bit, you'll discover that your network can a...
[ { "accepted": null, "body": "<p>You can set the keystore password to blank, therefore you will not be asked for a password anymore (I mean the keystore password, not your account password, obviously).</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-23T09:32:51.950...
null
null
null
null
null
9017
1
9021
2010-10-23T09:01:52.957
39
168437
<p>I'm trying to install the <a href="http://en.wikipedia.org/wiki/NetBeans">NetBeans</a> IDE in my Ubuntu and in the process it's asking for my root password which I don't remember. I know my <a href="http://en.wikipedia.org/wiki/Sudo">sudo</a> user password. How can I recover my root password?</p>
4343
94914
2014-09-21T03:09:49.250
2019-01-29T13:35:34.833
How to find out root password for installing software
[ "root", "password" ]
9
3
CC BY-SA 3.0
[ { "creationDate": "2010-12-07T17:37:25.407", "id": "17534", "postId": "9017", "score": "1", "text": "Related Question: http://askubuntu.com/questions/6676/why-is-there-no-option-to-login-as-root", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2010-10-23T15:22:53...
{ "accepted": true, "body": "<p>As default Ubuntu has no password set for the root user, i.e., the account named <code>root</code>. To gain root privileges as another user you have to type in your <em>own</em> password. This is the password you set for the first user account while installing Ubuntu.</p>\n\n<p>To se...
[ { "accepted": null, "body": "<p>The root password on Ubuntu systems is left unset and unusable on purpose. Ubuntu uses <code>sudo</code> (switch user do) to elevate the privileges of an administrative user. (The user created on installation is, by default, an administrative user.). Sudo logs everything pass...
null
null
null
null
null
9023
1
9032
2010-10-23T09:24:03.340
1
1606
<p>I've noticed there is ALSA, OSS, and PULSEAUDIO. How do I know what I'm using?</p> <p>(I'm running MythBuntu 10.04 and I want to figure out how to make all apps - VLC, Basero etc output via the SPDIF).</p>
171
3550
2010-10-23T09:45:02.070
2011-10-19T02:17:49.030
How do I know what sound system is being used?
[ "10.04", "sound", "mythbuntu" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Different applications can make use of different \"sound systems\". For some applications, you can choose the sound backend at run time (e.g., via a preference setting); for other, this has to be a compile-time choice (therefore, it's up to the package maintainer to select one).</p>...
[ { "accepted": null, "body": "<p>If your sound is working, right click on the Volume icon in the taskbar, and click preferences. The System you are using will be mentioned at the top. </p>\n\n<p>PS: Thats how it happens in Ubuntu 9.04, which I am using now.</p>\n", "commentCount": "0", "comments": []...
null
null
null
null
null
9024
1
9026
2010-10-23T09:25:11.267
50
314733
<p>I have installed Skype in Ubuntu, but I do not know where to start the installed the Skype application .Similarly I have installed Netbeans and other applications but their icons are not appearing in any menus.</p> <p>Related: how to uninstall already installed applications?</p>
4343
554474
2016-07-06T07:05:49.463
2017-02-16T11:08:08.803
Where are my installed applications?
[ "package-management" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2019-02-11T14:39:43.130", "id": "1845699", "postId": "9024", "score": "0", "text": "So how do I find the answers?", "userDisplayName": null, "userId": "546792" } ]
{ "accepted": true, "body": "<p>The executables are located in the <code>/usr/bin</code> folder. I guess pressing <kbd>Alt</kbd>+<kbd>F2</kbd> and typing</p>\n\n<pre><code>skype\n</code></pre>\n\n<p>will do. It might also fall under the Applications menu > Internet.</p>\n\n<p>To uninstall already installed software...
[ { "accepted": true, "body": "<p>The executables are located in the <code>/usr/bin</code> folder. I guess pressing <kbd>Alt</kbd>+<kbd>F2</kbd> and typing</p>\n\n<pre><code>skype\n</code></pre>\n\n<p>will do. It might also fall under the Applications menu > Internet.</p>\n\n<p>To uninstall already installed ...
null
null
2013-07-21T21:42:19.610
null
null
9025
1
null
2010-10-23T09:30:31.923
2
630
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/39922/how-do-you-select-the-fastest-mirror-from-the-command-line">How do you select the fastest mirror from the command line?</a> </p> </blockquote> <p>This is easily done through the GUI, but can it be done from t...
419
-1
2017-04-13T12:24:32.903
2011-11-04T18:18:11.373
How can I search for the fastest update server on the command line?
[ "command-line", "bash", "scripts", "updates" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-04-06T19:39:13.660
null
null
9031
1
null
2010-10-23T09:56:27.180
3
2626
<p>After installing the native Nvidia drivers on my Ubuntu 10.10, my boot screen resolution has been reset to 640x480 or so...</p> <p>I tried to fix it by following these steps: <a href="http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-prop...
3302
5
2011-12-11T06:18:56.110
2011-12-11T06:18:56.110
Why is the resolution incorrectly set on boot after installing the Nvidia drivers?
[ "boot", "nvidia", "grub2", "plymouth" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-01-29T17:34:28.630", "id": "114210", "postId": "9031", "score": "0", "text": "possible duplicate of [Enabling Nvidia driver messes up splash screen](http://askubuntu.com/questions/6033/enabling-nvidia-driver-messes-up-splash-screen)", "userDisplayName": null, "use...
null
[ { "accepted": null, "body": "<p>There is easy top use script with very similar steps that solved my problem where procedure on your link couldn't. It also corrects the grub resolution as well so you may not wanna set the resolution too high. You can find it <a href=\"http://www.webupd8.org/2010/10/script-to...
null
null
null
null
null
9036
1
9039
2010-10-23T10:31:59.677
7
702
<p>Why is it needed? can't I just give an address:port and just "connect"?</p>
3778
721
2011-03-22T21:34:22.333
2011-03-22T21:34:22.333
Why is openssh-server needed to receive incoming ssh connections?
[ "ssh", "remote-access" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The TCP/IP network stack in the Linux kernel only provides a means for data transport: you need a program that listens to the incoming data, processes that, and sends output data back. Such programs are usually called \"servers\" or \"daemons\"; that's why you need to run the \"Open...
[ { "accepted": true, "body": "<p>The TCP/IP network stack in the Linux kernel only provides a means for data transport: you need a program that listens to the incoming data, processes that, and sends output data back. Such programs are usually called \"servers\" or \"daemons\"; that's why you need to run th...
null
null
null
null
null
9037
1
null
2010-10-23T10:32:29.210
1
835
<p>That's what i know:</p> <ul> <li>C#;</li> <li>Python;</li> <li>What is OpenGl;</li> <li>What is SDL (barely);</li> </ul> <p>Now i'd like to make a sketch for a 2D platform game ( i.e. a ball that has to avoid some obstacles till reaches the end of the level ) in order to understand how does a game works (physics, ...
4407
null
null
2010-10-23T15:23:58.290
A complete free guide for game development in Python or C#
[ "python", "games", "c#", "opengl" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-23T10:46:10.823", "id": "8992", "postId": "9037", "score": "2", "text": "This should be on stack overflow.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2010-10-23T13:06:12.993", "id": "9027", "postId": "9037", "score": "5...
null
[ { "accepted": null, "body": "<p>I agree that you'll probably get better feedback on StackOverflow but as a StackOverflower, myself, I can suggest one thing: <a href=\"http://www.pygame.org\" rel=\"nofollow\">pygame</a>.</p>\n\n<p>It's a framework that on the surface looks a bit silly but it actually hooks s...
null
null
2010-10-23T15:46:26.583
null
null
9038
1
null
2010-10-23T10:36:16.527
5
832
<p>I am setting up a laptop for a friend with Ubuntu 10.10. I turned on fancy visual effects and the "desktop cube" plugin as well. When I rotate the cube every window and even the wallpaper gets dark and desaturated. I tried looking into other plugins, even turning them off, other Gnome options, and I couldn't figure ...
3382
null
null
2010-12-24T21:49:27.180
Why does every window fade when I rotate the desktop cube?
[ "10.10", "compiz" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-25T17:34:07.403", "id": "9450", "postId": "9038", "score": "1", "text": "when you say fading or gets dark are you referring to the windows not responding?", "userDisplayName": null, "userId": "2877" }, { "creationDate": "2010-10-26T14:19:56.723", "i...
null
[ { "accepted": null, "body": "<p><s>If you have ADD helper enabled in your compiz-config, disable it. I'm guessing that is the one, because it fits the description well, and I've seen it do that before. Look to <a href=\"https://wiki.ubuntu.com/X/Config/Resolution\" rel=\"nofollow\">this great guide</a> for ...
null
null
null
null
null
9040
1
null
2010-10-23T10:39:48.987
3
7788
<p>My speakers work correctly, but when I plug in my headphones, they don't work. I am running Ubuntu 10.04.</p> <p>My audio card is Realtek ALC259 My laptop model is a HP G62t a10em</p> <p>In <a href="https://askubuntu.com/questions/5794/lost-audio-after-upgrading-from-10-04-to-10-10">another thread</a> someone fixe...
3324
-1
2017-04-13T12:23:52.840
2016-08-29T11:14:19.973
No audio with headphones, but audio works with integrated speakers
[ "10.04", "sound", "headphones" ]
7
7
CC BY-SA 2.5
[ { "creationDate": "2010-10-23T10:41:07.087", "id": "8990", "postId": "9040", "score": "1", "text": "Can you tell me which audio card do you have on your pc?", "userDisplayName": null, "userId": "4180" }, { "creationDate": "2010-10-23T10:56:27.887", "id": "8995", "postId":...
null
[ { "accepted": null, "body": "<p><a href=\"http://ubuntuforums.org/showthread.php?t=1546418\" rel=\"nofollow noreferrer\">HPG2t Help: Speakers don't work</a> - check post <a href=\"http://ubuntuforums.org/showpost.php?p=9686156&amp;postcount=4\" rel=\"nofollow noreferrer\">#4</a>:</p>\n<blockquote>\n<p>I thi...
null
null
null
null
null
9047
1
9409
2010-10-23T11:21:01.723
6
12119
<p>I'm having difficulty in adjusting brightness on my Acer Aspire 4740:</p> <ul> <li>Screen 14.1-inch glossy LED-backlit, 1366x768 res</li> <li>CPU Intel Core i5-430M 2.26-GHz</li> <li>RAM 1GB DDR3</li> <li>HDD 320GB</li> <li>Graphics Intel GMA HD</li> </ul> <p>Im using Ubuntu 10.10 . I do not have this...
3267
235
2010-10-23T20:43:59.997
2013-04-02T16:06:29.693
Can't adjust brightness on my laptop
[ "10.10", "acer", "brightness", "aspire" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I also have an ACER, but ASPIRE 4736Z. Same problem.</p>\n\n<p>xbacklight, xgamma doesn't work.</p>\n\n<p>Something that did work for me is redshift utility:\n<a href=\"https://askubuntu.com/questions/9248/is-there-a-software-utility-to-adjust-screen-gamma-brightness-contrast\">Is th...
[ { "accepted": null, "body": "<p>Have you tried using Xbacklight?\n<a href=\"http://linux.die.net/man/1/xbacklight\" rel=\"nofollow\">http://linux.die.net/man/1/xbacklight</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creat...
null
null
null
null
null
9048
1
9064
2010-10-23T11:22:41.727
22
24166
<p>I have a <em>Logitech MX400 Laser Mouse</em> which has 5 buttons + 4 for vertical/horizontal scrolling. I would like it set up so instead of horizontal scrolling pressing right on the scrollwheel will send <kbd>Ctrl</kbd>+<kbd>Tab</kbd> and left will send <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Tab</kbd>, which will a...
2363
null
null
2023-01-27T13:19:00.063
How to bind mouse buttons to keys?
[ "mouse", "scripts", "input-devices" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The <a href=\"http://www.nongnu.org/xbindkeys/xbindkeys.html\">xbindkeys</a> and <a href=\"http://linux.die.net/man/1/xte\">xte</a> can help you.</p>\n\n<p>For example my .xbindkeysrc file looks like this:</p>\n\n<pre><code># close the window under the mouse cursor\n\"xte 'mouseclick...
[ { "accepted": true, "body": "<p>The <a href=\"http://www.nongnu.org/xbindkeys/xbindkeys.html\">xbindkeys</a> and <a href=\"http://linux.die.net/man/1/xte\">xte</a> can help you.</p>\n\n<p>For example my .xbindkeysrc file looks like this:</p>\n\n<pre><code># close the window under the mouse cursor\n\"xte 'mo...
null
null
null
null
null
9050
1
9052
2010-10-23T11:31:15.553
5
1747
<p>I have Ubuntu 10.04.1 , SSH server is running fine, but I wonder, why there are two sshd instead of one? Isn't one multithreades daemon enough? Is this an option?</p>
4619
41
2010-10-23T15:52:48.063
2010-10-23T15:52:48.063
Why are there two ssh daemons running in top?
[ "10.04", "ssh" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Doesn't top show userland threads by default? One is likely a thread of the other.</p>\n\n<p>If you look in <code>htop</code> (a more interactive top) you can sort by tree and find out. You can also disable showing threads in its options screen (F2, Display Options and check Hide use...
[ { "accepted": true, "body": "<p>Doesn't top show userland threads by default? One is likely a thread of the other.</p>\n\n<p>If you look in <code>htop</code> (a more interactive top) you can sort by tree and find out. You can also disable showing threads in its options screen (F2, Display Options and check ...
null
null
null
null
null
9056
1
9482
2010-10-23T12:26:58.423
1
1533
<p>I am running Ubuntu 10.10 64bit on a system with an AMD Phenom II X2 550 CPU overclocked to 3.5ghz (from the default 3.1ghz).</p> <p>When I perform an Xvid encode using k9copy/mencoder and check the speed of the CPU using <code>cat /proc/cpuinfo</code>, neither of the cores ever seem to go above 2400mhz (sometimes ...
4621
4621
2010-10-25T21:54:53.367
2010-10-26T00:13:22.340
AMD Phenom II X2 550 CPU not operating at full speed during Xvid encode
[ "10.10", "mencoder" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-25T21:09:41.490", "id": "9497", "postId": "9056", "score": "0", "text": "I'm not sure, but is it possible that the de/recoders actually tries to use your GPU instead, thous unloading the CPU..?", "userDisplayName": null, "userId": "455" }, { "creationDa...
{ "accepted": true, "body": "<p>It's likely your CPU scaling governor is set to \"ondemand\" (you can check by looking at <code>/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor</code>). Similarly, you can check scaling speeds by comparing <code>/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq</code> and <...
[ { "accepted": true, "body": "<p>It's likely your CPU scaling governor is set to \"ondemand\" (you can check by looking at <code>/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor</code>). Similarly, you can check scaling speeds by comparing <code>/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq</cod...
null
null
null
null
null
9060
1
9061
2010-10-23T12:49:59.117
4
361
<p>I'm using oracle/sun virtual box3.2 on ubuntu 10.04 desktop. The ip is not assigned to the guest virtual system and the mode of network is bridged. I even tried 'dhclient' but it could not fetch.</p> <p>Output of 'ifconfig':</p> <p><img src="https://i.stack.imgur.com/AYQm0.png" alt="alt text"></p> <p>Edit:1 Actua...
3215
3215
2010-10-24T02:05:03.700
2010-10-24T02:05:03.700
vbox guest not receiving ip
[ "10.04", "virtualbox" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If all you want is to browse the Web change to NAT otherwise :</p>\n\n<p><strong>Network Address Translation (NAT)</strong> If all you want is to browse the Web, download\nfiles and view e-mail inside the guest, then this default mode should be sufficient\nfor you, and you can safely...
[ { "accepted": true, "body": "<p>If all you want is to browse the Web change to NAT otherwise :</p>\n\n<p><strong>Network Address Translation (NAT)</strong> If all you want is to browse the Web, download\nfiles and view e-mail inside the guest, then this default mode should be sufficient\nfor you, and you ca...
null
null
null
null
null
9065
1
9068
2010-10-23T13:44:20.690
28
62159
<p>How to connect to one’s Skype account with Pidgin?</p>
3727
null
null
2017-02-15T15:29:53.557
How to integrate Skype into Pidgin?
[ "pidgin", "skype" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can install the <code>pidgin-skype</code> package from the Software Centre (or using <code>apt-get</code>)</p>\n\n<blockquote>This protocol plug-in allows libpurple to communicate with Skype. Applications using libpurple (Pidgin, Finch, Empathy/Telepathy, etc.) can thus show your...
[ { "accepted": null, "body": "<p><a href=\"http://code.google.com/p/skype4pidgin/\" rel=\"nofollow\">Skype Plugin for Pidgin</a></p>\n\n<p>This is a Skype Plugin for Pidgin/libpurple/Adium. It lets you view and chat with all your Skype buddies from within Pidgin/Adium. You still need Skype to be running to b...
null
null
null
null
null
9069
1
null
2010-10-23T14:44:24.297
3
6384
<p>I am currently running Ubuntu 10.04 and my hard disk's Partitioning is set to Master Boot Record with Filesystem type Ext4 (version 1.0).</p> <p>I have purchased several new Western Digital portable external hard drives (500 GB). When I checked them, they were set to MBR and NTFS.</p> <p>I have read that GUID is s...
4624
35795
2012-02-27T19:49:35.783
2013-12-03T15:12:06.960
Pros/Cons GUID vs. MBR and NTFS vs. Ext4 on Portable External Hard Drives
[ "hardware", "filesystem" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2012-12-29T04:50:46.223", "id": "289761", "postId": "9069", "score": "0", "text": "The 23 GB is not being used for anything, it is just the ordinary 5 % of diskspace marked for being available to superuser only: http://unix.stackexchange.com/questions/7950/reserved-space-for-r...
null
[ { "accepted": null, "body": "<p>GPT partitioning (what you call GUID) is newer and has some features that make it better than MS-DOS partitioning (what you call MBR). For example you will need it for disks that are larger than 2 TiB. But not all operating systems recognize it (especially older OS, like Wi...
null
null
null
null
null
9070
1
9121
2010-10-23T14:46:47.710
6
2899
<p>Is there any easier way to install Covergloobus 1.6 in Ubuntu 10.10 ? PPA doesnt work , tried to compile it but failed , are there any other ways??</p>
3267
235
2010-10-24T01:44:59.523
2011-04-26T09:11:19.333
Installing CoverGloobus
[ "10.10", "ppa", "compiling", "covergloobus" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-23T18:49:07.330", "id": "9064", "postId": "9070", "score": "0", "text": "Why doesn't the PPA work? What error do you get?", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-10-23T19:35:45.833", "id": "9066", "postId": "9070", ...
{ "accepted": true, "body": "<p>The Lucid packages from the PPA work in Maverick, but you have to download them manually.</p>\n\n<p>Here are the direct download links from the <a href=\"https://launchpad.net/~gloobus-dev/+archive/covergloobus/+packages\" rel=\"nofollow noreferrer\">PPA</a>: </p>\n\n<ul>\n<li><a hre...
[ { "accepted": null, "body": "<p><strong>CoverGloobus</strong> 1.6 \"WOW!\" lives up to its name – an awesome application for displaying cover art and lyrics on your desktop </p>\n\n<p><strong>PPA</strong></p>\n\n<p>Enter a terminal (Applications->Accessories->Terminal) and use:</p>\n\n<pre><code>sudo add-ap...
null
null
null
null
null
9072
1
9076
2010-10-23T15:07:36.413
5
2349
<p>My CD drive is broken and i am still on 9.4 and i want to update or clean install straight to 10.10. I do not care how I upgrade as long as i do not havew to use a CD drive or install the previous updates. I would also like to know if i can use a USB drive to install desktop edition? Thank You.</p>
2877
235
2010-10-23T15:16:39.180
2010-10-24T17:27:41.200
Any way to upgrade from 9.04 to 10.10 with no CD drive?
[ "10.10", "usb-drive", "9.04", "updates", "cd-drive" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-23T21:03:47.347", "id": "9085", "postId": "9072", "score": "0", "text": "Why not use the update manager?", "userDisplayName": null, "userId": "2396" } ]
{ "accepted": true, "body": "<p>You can upgrade and install Ubuntu by using a <a href=\"https://help.ubuntu.com/community/Installation/FromUSBStick\" rel=\"nofollow\">USB stick</a>. Do note that you cannot upgrade from 9.04 to 10.10 directly, you can move from 9.04 to 9.10 to 10.04 to 10.10 though. </p>\n\n<p>That ...
[ { "accepted": true, "body": "<p>You can upgrade and install Ubuntu by using a <a href=\"https://help.ubuntu.com/community/Installation/FromUSBStick\" rel=\"nofollow\">USB stick</a>. Do note that you cannot upgrade from 9.04 to 10.10 directly, you can move from 9.04 to 9.10 to 10.04 to 10.10 though. </p>\n\n...
null
null
null
null
null
9080
1
9082
2010-10-23T15:40:32.680
6
20761
<p>I'm attempting to install Windows 7 inside a VMware Workstation virtual machine using a bootable USB stick, however the VMware BIOS does not detect the stick, and so I cannot boot from it. The stick works perfectly for installing Windows directly onto the HDD (which I've already done) so there's no problem there, an...
null
3550
2010-10-23T16:05:09.053
2013-08-30T03:05:48.720
Booting from USB inside VMware Workstation
[ "usb", "vmware", "virtualization" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-03T21:09:26.387", "id": "16968", "postId": "9080", "score": "0", "text": "I'm having a similar problem. I have a Lubuntu USB stick for recovery purposes, but I does not work on my PC, while it does in EVERYTHING else. I tried using it on virtualbox, but it does not a...
{ "accepted": true, "body": "<p>Vmware BIOS doesn't support that feature but you can do a bridge to support this feature, the explanation <a href=\"http://www.petenetlive.com/KB/Article/0000250.htm\">here</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-03T21:09:54.763", ...
[ { "accepted": true, "body": "<p>Vmware BIOS doesn't support that feature but you can do a bridge to support this feature, the explanation <a href=\"http://www.petenetlive.com/KB/Article/0000250.htm\">here</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-03T21:0...
null
null
null
null
user2405
9084
1
9093
2010-10-23T16:47:06.257
8
4222
<p>I have two laptops: Dell xps M1210 and Dell vostro 1400. On MS windows the output volume is so loud that I just need to set volume to around 20% to listen music and watch videos. I use Bose TriPort In-Ear Headphones most of the times. On ubuntu, even if I set 100% volume on the multimedia player, on the desktop volu...
2968
null
null
2016-08-20T11:57:19.857
Low output volume
[ "sound" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-23T17:59:39.133", "id": "9060", "postId": "9084", "score": "0", "text": "Does it help turning up the volume in windows before you reboot (go in to linux)??", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-11-24T19:22:53.483", "i...
{ "accepted": true, "body": "<p>When your in the NCurses GUI of <code>alsamixer</code>, have you tried to see if any channels are muted or very low? If any are muted, unmute it using the <kbd>M</kbd> key and make sure every channel is around 100%, you can use the arrow keys to adjust them.</p>\n", "commentCount":...
[ { "accepted": true, "body": "<p>When your in the NCurses GUI of <code>alsamixer</code>, have you tried to see if any channels are muted or very low? If any are muted, unmute it using the <kbd>M</kbd> key and make sure every channel is around 100%, you can use the arrow keys to adjust them.</p>\n", "comm...
null
null
null
null
null
9085
1
10849
2010-10-23T16:49:51.157
3
2789
<p>I lost my Windows Vista while installing Ubuntu. Few people suggested me to use Photorec to recover the data. I already installed testdisk. The place where I am confused is: I attached an external drive, got an icon on the the desktop, but I am not able to run the exe file which unlocks the drive. The drive is showi...
4627
1992
2012-02-11T17:47:38.973
2012-02-11T17:47:38.973
Recover data using Photorec onto an External Drive
[ "filesystem", "data-recovery" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-23T18:09:10.570", "id": "9062", "postId": "9085", "score": "1", "text": "1) What model and manufacturer is the drive? 2) What do you expect the executable to do? 3) What happens when you try to run the executable?", "userDisplayName": null, "userId": "1859" }...
{ "accepted": true, "body": "<p>If the drive is formated with a Linux format (ext3, ext4) you will need rights to move files to it. That may be the issue. From the look of the permissions you showed that appears to be the case. I would personally do the following:</p>\n\n<p>In Terminal\n1. sudo su\n2. cd \n3. mk...
[ { "accepted": true, "body": "<p>If the drive is formated with a Linux format (ext3, ext4) you will need rights to move files to it. That may be the issue. From the look of the permissions you showed that appears to be the case. I would personally do the following:</p>\n\n<p>In Terminal\n1. sudo su\n2. cd ...
null
null
null
null
null
9089
1
null
2010-10-23T18:10:11.020
15
15780
<p>I would like to know where Empathy stores all my information, so as to be able to back it up and re-use on a different Ubuntu machine.</p> <p>So far I have found only the conversation logs in <code>~/.local/share/Empathy</code></p> <p>Any idea where the rest is (account information, buddies, favorite rooms, etc?)<...
null
null
null
2011-07-28T14:08:26.467
Where are all my Empathy settings stored?
[ "backup", "empathy" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>From the <a href=\"http://live.gnome.org/Empathy/FAQ#Where_does_Empathy_save_files_.28accounts.2C_logs.2C_configuration.29.3F\" rel=\"noreferrer\">Empathy FAQ</a>:</p>\n<blockquote>\n<p><strong>Where does Empathy save files (accounts, logs, configuration)?</strong></p>\n<ul>\...
null
null
null
null
Olivier