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
31382
1
null
2011-03-21T20:03:20.313
5
1735
<p>I've tried to draw the plan with dia, gimp and inkscape, but that was too dificult for me. Is there better drawing tool for that?</p>
5306
169736
2014-01-06T20:06:29.960
2014-01-06T20:06:29.960
Drawing tool for evacuation plan?
[ "software-recommendation" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Try OpenOffice/LibreOffice Draw. It is installed by default, in the Graphics menu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-21T20:12:30.350", "id": "31383", ...
null
null
null
null
null
31386
1
null
2011-03-21T20:30:22.927
2
508
<p>I am having with the NetworkManger Applet 0.8.1 on Ubuntu 10.10 AMD64. It (or NetworkManager or my wireless driver) seem to crash occasionally, which means I lose all network connectivity. How can I debug NetworkManager and the applet on startup and login? I want to know what is causing the problem so that I can fix...
null
null
2011-03-30T15:47:19.190
2011-03-30T15:47:19.190
How I debug an application that loads at startup / on login?
[ "10.10", "network-manager", "startup", "debug", "64-bit" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Network-Manager is started from <code>/etc/init.d</code>, as a short look reveals: </p>\n\n<pre><code>ls /etc/init.d/netw*\n /etc/init.d/networking\n /etc/init.d/network-interface\n /etc/init.d/network-manager\n</code></pre>\n\n<p>So you first can stop it: </p>\n\n<pre><co...
null
null
null
user12779
user12779
31387
1
31392
2011-03-21T20:36:40.440
5
537
<p>I like all of my music to be in one place - my music partition. However, when I purchase music from Ubuntu One I have to physically move my music from the <code>~/.ubuntuone</code> folder and into my music partition.</p> <p>Is it because of the feature of syncing purchased music to all devices that there is a separ...
null
114
2011-03-21T21:25:19.660
2012-04-05T03:31:14.590
Why doesn't Ubuntu One Save Purchased Music in the designated Music Folder?
[ "ubuntu-one" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T12:26:36.173", "id": "35296", "postId": "31387", "score": "2", "text": "You can tell Banshee to automatically copy imported music into ~/Music. Then you don't have to worry about where U1 feels like storing the files, because Banshee will keep them all organized tog...
{ "accepted": true, "body": "<p>I asked this very same question of the developer of the Ubuntu One Music Store Rhthmbox Plugin when it was under development. His response was that the music is in a separate folder because if you synced your entire ~/Music collection you'd (probably) quickly run out of space in your...
[ { "accepted": true, "body": "<p>I asked this very same question of the developer of the Ubuntu One Music Store Rhthmbox Plugin when it was under development. His response was that the music is in a separate folder because if you synced your entire ~/Music collection you'd (probably) quickly run out of space...
null
null
null
null
user6658
31393
1
31464
2011-03-21T22:32:29.090
1
1203
<p>I'm needing to setup a basic web user account on my ubuntu 10.10 server to host web pages. This account should be limited to access only the necessary directories on the machine. I setup the following account but nothing happens when I try to log into it:</p> <pre><code>:~$ groupadd -g 1005 webgroup //I then change...
11290
196255
2014-02-12T12:44:15.210
2014-02-12T12:44:15.210
php server web user setup
[ "users" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You don't need to have anyone \"log in\" to the server for the webserver to run. The web server (Apache?) Will run as either nobody, apache, http, or whatever user that service is designed to run as. It'll serve up content to whatever valid requests are made to it as long as it's on....
[ { "accepted": null, "body": "<p>You are using /bin/false, which connects then closes your connection. Perhaps setting the user's shell to /bin/bash will remedy this issue.</p>\n\n<pre><code>:~$ chsh -s /bin/bash webuser\n</code></pre>\n\n<p>When I checked /etc/shells, I saw no /bin/false listed.</p>\n", ...
null
null
null
null
null
31397
1
31408
2011-03-21T23:20:41.617
5
476
<p>Can I just rate an application in the Ubuntu Software Center without having to write a complete review? I only get a window with SSO and a review text and rating.</p>
4141
106495
2013-03-02T06:03:10.857
2013-03-02T06:03:10.857
Can I rate an application in software center without writing a review for it?
[ "11.04", "software-center" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>According to <a href=\"https://wiki.ubuntu.com/SoftwareCenter/RatingsAndReviews#with%20empty%20review%20text%20or%20summary,%20or%20no%20rating\">this section</a> of <a href=\"https://wiki.ubuntu.com/SoftwareCenter/RatingsAndReviews\">the specification</a> it appears to be on purpose...
[ { "accepted": true, "body": "<p>According to <a href=\"https://wiki.ubuntu.com/SoftwareCenter/RatingsAndReviews#with%20empty%20review%20text%20or%20summary,%20or%20no%20rating\">this section</a> of <a href=\"https://wiki.ubuntu.com/SoftwareCenter/RatingsAndReviews\">the specification</a> it appears to be on...
null
null
null
null
null
31399
1
31401
2011-03-21T23:28:35.883
0
6932
<p>I'm struggling here with no success in order to install capistrano on my Ubuntu dev machine.</p> <p>Here is the list of commands issued:</p> <p>1) sudo apt-get update</p> <p>2) sudo apt-get install build-essential git-core curl</p> <p>3) bash &lt; &lt;( curl <a href="http://rvm.beginrescueend.com/releases/rvm-in...
1446
1446
2011-03-22T03:32:45.167
2011-03-22T03:32:45.167
How do I install Capistrano?
[ "10.10", "ruby", "gems" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Does your application have a Capfile? If not, then <a href=\"https://github.com/leehambley/railsless-deploy/blob/master/README.markdown\" rel=\"nofollow\">read the friendly documentation</a>.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-03-21T23:47...
[ { "accepted": true, "body": "<p>Does your application have a Capfile? If not, then <a href=\"https://github.com/leehambley/railsless-deploy/blob/master/README.markdown\" rel=\"nofollow\">read the friendly documentation</a>.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "...
null
null
null
null
null
31405
1
null
2011-03-21T23:43:56.097
2
299
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/29620/will-i-be-able-to-switch-to-gnome-shell-in-11-04">Will I be able to switch to Gnome-Shell in 11.04?</a> </p> </blockquote> <p>I was just wondering if the GNOME SHELL (Not Gnome 3 and GTK3) will be in the ubun...
null
-1
2017-04-13T12:23:46.240
2011-03-21T23:56:17.413
Will 11.04 support Gnome SHELL?
[ "gnome", "11.04", "command-line" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-21T23:56:40.393", "id": "35235", "postId": "31405", "score": "0", "text": "If it is not in the main repository somebody will build a PPA and might I add the unity is not quite complete yet and will probably be better with stability when it is deemed complete.", "us...
null
[ { "accepted": null, "body": "<p>No, it will not. Unity is there to replace Gnome shell.</p>\n\n<p>That doesn't mean that someone will not provide a ppa to install Gnome shell, though.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
null
null
2011-03-24T19:29:34.163
null
user12783
31411
1
31421
2011-03-22T01:57:25.437
0
2049
<p>I'm trying to resize a dialog window from a Java application (Thinkorswim). Oddly, the main application window doesn't suffer from the same issue and can be minimized/maximized without a problem.</p> <p>Currently, the settings dialogs for Thinkorswim are ridiculously big. Output from xwininfo shows that the window ...
12787
null
null
2012-06-28T01:13:53.157
Force resize of Java window
[ "compiz", "java", "metacity", "window", "resize" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<blockquote>\n <p>Should I just contact the developer?</p>\n</blockquote>\n\n<p>Yes. If it is closed source, or you don't know java...</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-22T03:51:...
[ { "accepted": true, "body": "<blockquote>\n <p>Should I just contact the developer?</p>\n</blockquote>\n\n<p>Yes. If it is closed source, or you don't know java...</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": ...
null
null
null
null
null
31412
1
31434
2011-03-22T01:57:59.177
6
13208
<p>I have an Ubuntu Desktop edition virtual machine and I would like to access it via ssh remotely but if I'm not logged onto the virtual machine I cannot access it remotely via ssh. Only when I'm logged onto the virtual machine's ubuntu, can I access it remotely. Is there a way around this? </p> <p>Is this the ubuntu...
12657
3940
2011-03-22T07:42:59.087
2011-03-22T08:52:53.003
How do I remotely access my ubuntu virtual machine?
[ "ssh", "virtualbox", "virtualization", "remote-access" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T08:44:01.197", "id": "35272", "postId": "31412", "score": "1", "text": "Can you give us more details?. How is the network configured in VirtualBox?. What steps did you follow on the Ubuntu machine to configure ssh?. What ssh client are you using?", "userDisplayN...
{ "accepted": true, "body": "<p>If you set the network connection to \"bridged\", restart the VM and run <code>ifconfig -a</code> on it, you should see the IP address of your VM on your LAN. </p>\n\n<p>With the LAN IP, you should then be able to SSH to the VM given that the Ubuntu VM has OpenSSHServer installed. ...
[ { "accepted": true, "body": "<p>If you set the network connection to \"bridged\", restart the VM and run <code>ifconfig -a</code> on it, you should see the IP address of your VM on your LAN. </p>\n\n<p>With the LAN IP, you should then be able to SSH to the VM given that the Ubuntu VM has OpenSSHServer inst...
null
null
null
null
null
31414
1
107200
2011-03-22T02:09:38.257
1
1069
<p>This morning, I started up to find all sorts of disk errors going on on boot, so I started up the Live CD and fsck'd my Linux partition. This fixed a whole lot of stuff, so I then rebooted. </p> <p>All's well and the boot goes fine, except instead of my automatic login to desktop, I'm at the default login screen. I...
12788
null
null
2016-01-30T22:20:01.867
Can't login after fsck on Live CD
[ "login", "live-cd", "fsck" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T02:24:27.690", "id": "35244", "postId": "31414", "score": "0", "text": "I think I may have found the problem, seems /etc/shadow was renamed to /etc/shadow- for some reason. Fixing that I could run passwd with chroot from the LiveCD and change my password. I'll see i...
{ "accepted": true, "body": "<p>OP answered:</p>\n\n<blockquote>\n <p>I think I may have found the problem, seems /etc/shadow was renamed to /etc/shadow- for some reason. Fixing that I could run passwd with chroot from the LiveCD and change my password. I'll see if it helps on reboot. </p>\n</blockquote>\n", "co...
[ { "accepted": null, "body": "<p>Well I'm glad you fixed it but it wasn't renamed. <code>/etc/shadow-</code> is a backup of <code>/etc/shadow</code>.</p>\n\n<p><code>/etc/shadow</code> is a fairly critical file on any system so it does make sense to keep a copy around. In this case it looks as if it was dele...
null
null
null
null
null
31416
1
31417
2011-03-22T02:40:22.897
2
26080
<p>I want to format because my laptop has stopped connecting to my wireless connection and hopefully this will fix it.</p>
null
17739
2011-10-26T15:31:16.183
2012-04-01T00:51:23.757
How do I completely format my disk?
[ "10.10", "format" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-03-22T11:09:58.150", "id": "35287", "postId": "31416", "score": "4", "text": "I would suggest that this is perhaps not the right way to approach the problem if getting you wireless working is the *only* benefit from reinstalling. If it is, I suggest starting another quest...
{ "accepted": true, "body": "<p>Take a look at this: <a href=\"https://askubuntu.com/questions/27034/how-to-clean-a-hard-drive-before-reinstall/27040#27040\">How to clean a hard drive before reinstall</a></p>\n\n<p>Placed here for your convenience:</p>\n\n<blockquote>\n <p>If you refer to a fresh reinstall,\n whe...
[ { "accepted": true, "body": "<p>Take a look at this: <a href=\"https://askubuntu.com/questions/27034/how-to-clean-a-hard-drive-before-reinstall/27040#27040\">How to clean a hard drive before reinstall</a></p>\n\n<p>Placed here for your convenience:</p>\n\n<blockquote>\n <p>If you refer to a fresh reinstall...
null
null
null
null
user12744
31423
1
null
2011-03-22T04:22:54.027
2
797
<p>I am running Ubuntu 10.10 It used to be able to connect and find wireless connections, but now it has stopped completely and doesn't display my home wifi network. How do I fix this? Thank you in advance.</p>
12789
null
null
2012-01-02T09:27:47.327
How do I fix my wireless network connection? It stopped searching for wireless connections
[ "10.10", "wireless", "troubleshooting", "connection" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T06:41:18.450", "id": "35266", "postId": "31423", "score": "0", "text": "Little more information would be great. Are you able to connect to Network manager applet from the panel ? Are you able to create a new connection ? Also please confirm that wireless enble/disab...
null
[ { "accepted": null, "body": "<p>This is such an annoying problem... especially if you arent that smart with computers BUT this always seem to get it working for me <a href=\"http://howtofixstuff.blogspot.com/2012/01/how-to-fix-wireless-connection.html\" rel=\"nofollow\">http://howtofixstuff.blogspot.com/201...
null
null
2012-01-24T15:50:52.843
null
null
31424
1
31452
2011-03-22T04:29:04.320
6
2930
<p>My machine no longer resumes properly after hibernation. However, it used to until recently.</p> <p>When trying to figure this out, I've seen lots of people say that hibernate doesn't work with encrypted home directories. But that can't be right - I've had en encrypted directory since it was default, and my machine...
1518
1518
2011-03-22T21:11:20.740
2012-08-15T12:16:07.517
Does hibernate work with an encrypted home dir in maverick?
[ "hibernate", "encrypted-partition" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T09:26:38.337", "id": "35277", "postId": "31424", "score": "0", "text": "Can you paste the contents of `/var/log/pm-suspend.log` on http://paste.ubuntu.com/ and post the URL here?", "userDisplayName": null, "userId": "6969" } ]
{ "accepted": true, "body": "<p>No, hibernate is definitely broken if you encrypt home. Actually the problem isn't encrypted home per se, it's the encrypted swap that's the problem.</p>\n\n<p>Here's the bug for this issue if you want to track it or comment:\n<a href=\"https://bugs.launchpad.net/ecryptfs/+bug/43278...
[ { "accepted": true, "body": "<p>No, hibernate is definitely broken if you encrypt home. Actually the problem isn't encrypted home per se, it's the encrypted swap that's the problem.</p>\n\n<p>Here's the bug for this issue if you want to track it or comment:\n<a href=\"https://bugs.launchpad.net/ecryptfs/+b...
null
null
null
null
null
31427
1
31428
2011-03-22T05:04:56.257
84
90263
<p>Sometimes I see pictures of screenshots with people with web applications and nice icons on their launcher, how can I set this up?</p>
235
1736
2012-08-09T19:51:20.753
2022-09-14T13:52:23.613
How do I put a web application on the Launcher?
[ "unity", "firefox", "launcher", "google-chrome", "chromium" ]
8
1
CC BY-SA 2.5
[ { "creationDate": "2011-04-29T20:21:28.840", "id": "214504", "postId": "31427", "score": "0", "text": "You can also add the switch `--start-maximized` so the window will open in maximized mode.", "userDisplayName": null, "userId": "15507" } ]
{ "accepted": true, "body": "<p>Ubuntu has this feature built in, see:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/165662/how-do-i-use-ubuntus-web-application-integration\">How do I use Ubuntu&#39;s web application integration?</a></li>\n</ul>\n\n<p>You can also use the more traditional webapp integr...
[ { "accepted": true, "body": "<p>Ubuntu has this feature built in, see:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/165662/how-do-i-use-ubuntus-web-application-integration\">How do I use Ubuntu&#39;s web application integration?</a></li>\n</ul>\n\n<p>You can also use the more traditional webap...
null
null
null
null
null
31430
1
31431
2011-03-22T06:13:23.230
0
7552
<pre><code>mysql -u root -pmysql; SELECT TABLE_NAME AS "Table Name", table_rows AS "Quant of Rows", ROUND((data_length + index_length)/1024/1024,2) AS "Total Size Mb" FROM information_schema.TABLES WHERE information_schema.TABLES.table_schema='database_name'; </code></pre> <p>I want to create a shell script which wi...
12526
null
null
2011-03-22T06:21:02.070
How to run mysql commands through shell script?
[ "mysql", "scripts" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T02:50:18.887", "id": "35391", "postId": "31430", "score": "0", "text": "You have posted essentially this same question in a couple of forms in at least a few different Stack Exchange sites. Please do not do any more cross posting or minor-variant posting.", "use...
{ "accepted": true, "body": "<pre><code>mysql -u root -pmysql &lt;&lt; eof\nSELECT TABLE_NAME AS \"Table Name\", table_rows AS \"Quant of Rows\", ROUND((data_length + index_length)/1024/1024,2) AS \"Total Size Mb\" FROM information_schema.TABLES WHERE information_schema.TABLES.table_schema='database_name';\neof\n<...
[ { "accepted": true, "body": "<pre><code>mysql -u root -pmysql &lt;&lt; eof\nSELECT TABLE_NAME AS \"Table Name\", table_rows AS \"Quant of Rows\", ROUND((data_length + index_length)/1024/1024,2) AS \"Total Size Mb\" FROM information_schema.TABLES WHERE information_schema.TABLES.table_schema='database_name';...
null
null
null
null
null
31433
1
null
2011-03-22T08:35:47.110
2
4225
<p>i'm trying to perform the load command on a clean machine- the process sterted and stuck on this line : <code>Kernel panic- not syncing: Attempted to kill init!</code> what can be the reason?</p>
11545
41
2011-03-22T12:38:52.803
2019-01-17T08:36:58.327
Kernel panic - not syncing: Attempted to kill init!
[ "kernel" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-04-21T14:02:37.427", "id": "40356", "postId": "31433", "score": "0", "text": "What exactly were you doing that lead up to this? \"trying to perform the load command\" is too vague to be meaningful.", "userDisplayName": null, "userId": "8500" }, { "creatio...
null
[ { "accepted": null, "body": "<p>Are you trying to do a clean install of Ubuntu from CD onto a physical PC? Do you see any errors that occur leading up to this message?</p>\n\n<p>In any case, that kernel panic message could be caused by a lot of different things. Often it's hardware related. I'd suggest r...
null
null
null
null
null
31435
1
null
2011-03-22T08:57:55.227
5
15492
<p>How do you install <code>libsrvg2</code> with the <code>apt-get install</code> command? I've tried the following:</p> <pre><code>root@ubuserver:~# apt-get install librsvg2-bin Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package librsvg2-bin </code...
12799
866
2011-03-22T19:48:44.743
2020-03-13T22:50:42.470
How to install librsvg2?
[ "installation", "command-line", "apt" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-24T10:28:20.043", "id": "35622", "postId": "31435", "score": "0", "text": "how about accepting an answer if one of them worked, or otherwise adding a comment to explain if you're still stuck.", "userDisplayName": null, "userId": "1116" } ]
null
[ { "accepted": null, "body": "<p>Did you try to find it if exists with this name or different name? </p>\n\n<pre><code>apt-cache search librsvg2-bin\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-...
null
null
null
null
null
31436
1
null
2011-03-22T09:07:59.317
3
2521
<p>So one of the things that really made text editing with vim easier for me is switching the caps lock and escape keys, which it turns out I can do in the GUI keyboard settings. But now when I'm using the Colemak keyboard layout, the caps lock key is mapped to a backspace, whereas I want it mapped to either caps lock ...
6699
null
null
2012-12-28T20:28:37.357
How can I change the function of the caps lock key within the Colemak keyboard layout?
[ "keyboard", "keyboard-layout" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-04-05T05:07:39.607", "id": "37456", "postId": "31436", "score": "1", "text": "Wow, J is 2 rows above K. Good luck with that. :)", "userDisplayName": null, "userId": "3865" } ]
null
[ { "accepted": null, "body": "<p>You can force <kbd>Caps Lock</kbd> to be <kbd>Esc</kbd> on any layout:</p>\n\n<p>In <strong>System ▸ Preferences ▸ Keyboard ▸ Layouts ▸ Options</strong>, set <strong>CapsLock key behavior</strong> to <strong>Make CapsLock an additional ESC</strong>.</p>\n", "commentCount"...
null
null
null
null
null
31440
1
null
2011-03-22T09:34:42.763
3
215
<p>Presently I use two application indicators showing a keyboard:</p> <ul> <li>input methods (iBus)</li> <li>keyboard layout</li> </ul> <p>Is there a way to make them merge into one single indicator icon ? What I have in mind is the equivalent of the messaging menu (gathering all that is related to communications) or...
5592
5592
2012-03-28T03:19:19.987
2012-03-28T03:19:19.987
How can I merge the different keyboard indicators?
[ "indicator", "keyboard-layout", "ibus", "input-method" ]
0
6
CC BY-SA 3.0
[ { "creationDate": "2012-01-18T22:01:04.820", "id": "110462", "postId": "31440", "score": "0", "text": "Right, it's annoying to have a separate icon for Japanese (ibus) and for two other Western languages (keyboard layout indicator, whatever).", "userDisplayName": null, "userId": "145" ...
null
[]
null
null
2012-03-29T18:20:27.093
null
null
31442
1
31449
2011-03-22T10:14:35.783
3
16731
<p>What does it mean if os-prober returns nothing.</p> <p>I understood that this should find all my installed operating systems. But I'm running from ubuntu so I expected it to at least find that. But I get no output at all.</p> <p>sudo fdisk -l gives</p> <pre><code>Disk /dev/sda: 40.0 GB, 40020664320 bytes 255 head...
448
448
2011-03-22T10:43:56.743
2011-03-22T17:03:45.017
os-prober returns nothing
[ "grub2" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T10:32:34.493", "id": "35284", "postId": "31442", "score": "0", "text": "Please provide the output of `sudo fdisk -l` and `sudo os-prober`.", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-03-22T10:41:16.167", "id": "35285", ...
{ "accepted": true, "body": "<p>The <code>os-prober</code> script is meant to find <strong>other</strong> operating systems than the mounted root system. As you don't have any of these (<em>swap</em> isn't an operating system), <code>os-prober</code> returns nothing.</p>\n\n<p>To populate the grub menu use the <cod...
[ { "accepted": true, "body": "<p>The <code>os-prober</code> script is meant to find <strong>other</strong> operating systems than the mounted root system. As you don't have any of these (<em>swap</em> isn't an operating system), <code>os-prober</code> returns nothing.</p>\n\n<p>To populate the grub menu use ...
null
null
null
null
null
31447
1
31448
2011-03-22T10:54:35.000
2
1987
<p>I've some issues with my webservers Apache and lighttpd on Ubuntu 9.04.</p> <p>I use lighttpd only and I've stopped Apache on Ubuntu, but for some reason since few days ago, Apache starts to run and I need to stop it in order to restart lighttpd.</p> <p>What could be the reason ? Cron has nothing about this. And t...
5136
null
null
2012-04-17T12:10:55.853
Why does Apache start automatically?
[ "apache2", "lighttpd" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can always uninstall Apache with <code>sudo apt-get remove apache2</code> - though it's likely that it's been re-added to <code>update-rc.d</code> - You can remove it with <code>sudo update-rc.d -f apache2 remove</code> This will remove it from start up.</p>\n", "commentCount":...
[ { "accepted": true, "body": "<p>You can always uninstall Apache with <code>sudo apt-get remove apache2</code> - though it's likely that it's been re-added to <code>update-rc.d</code> - You can remove it with <code>sudo update-rc.d -f apache2 remove</code> This will remove it from start up.</p>\n", "comm...
null
null
null
null
null
31450
1
31453
2011-03-22T11:19:27.467
38
107188
<p>What is the best tool for recovering deleted data from a flash drive (pen drive)?</p>
2968
6969
2011-03-22T11:22:18.987
2017-04-26T14:43:15.937
Tool for recovering deleted data from a flash drive
[ "software-recommendation", "usb-drive", "data-recovery" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T11:22:16.423", "id": "35290", "postId": "31450", "score": "1", "text": "How did you delete the data? What did you do AFTER you deleted them?", "userDisplayName": null, "userId": "9340" } ]
{ "accepted": true, "body": "<ol>\n<li><a href=\"http://www.cgsecurity.org/wiki/TestDisk_Download\" rel=\"noreferrer\"><strong>TestDisk</strong></a></li>\n</ol>\n\n<blockquote>\n <p>find lost partitions and data for\n External and Internal Drive for all of\n these file systems, ext2, ext3, ext4\n and encrypted ...
[ { "accepted": null, "body": "<p>The Ubuntu Wiki has an <a href=\"https://help.ubuntu.com/community/DataRecovery\">excellent page on Data recovery</a>.</p>\n\n<p>I've recently used the command line tool <code>foremost</code> for recovering 9000 photos off a SD card.</p>\n\n<ol>\n<li>Install foremost: <code>s...
null
null
null
null
null
31459
1
31461
2011-03-22T13:21:24.483
0
23853
<p>Currently my openvpn server has ip address 10.8.0.1. I want to change it to 10.9.0.1. I tried changing the following lines in server.conf</p> <pre><code># Configure server mode and supply a VPN subnet # for OpenVPN to draw client addresses from. # The server will take 10.8.0.1 for itself, # the rest will be made av...
2545
6969
2011-03-22T13:35:42.647
2011-03-22T13:38:51.740
How to change OpenVPN server address?
[ "openvpn" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2016-11-09T11:57:27.810", "id": "1300769", "postId": "31459", "score": "0", "text": "This quoestion has been answered here:\nhttp://serverfault.com/questions/586703/how-do-i-assign-specific-ip-address-to-my-openvpn-server/813986#813986", "userDisplayName": null, "userI...
{ "accepted": true, "body": "<p>You're doing it all right. Make sure that this address is not overridden later in the configuration file.</p>\n\n<p>You should restart openVPN by executing:</p>\n\n<pre><code>sudo /etc/init.d/openvpn restart\n</code></pre>\n\n<p>Restarting <code>server.conf</code> only is possible wi...
[ { "accepted": true, "body": "<p>You're doing it all right. Make sure that this address is not overridden later in the configuration file.</p>\n\n<p>You should restart openVPN by executing:</p>\n\n<pre><code>sudo /etc/init.d/openvpn restart\n</code></pre>\n\n<p>Restarting <code>server.conf</code> only is pos...
null
null
null
null
null
31462
1
null
2011-03-22T13:38:52.390
6
3214
<p>I'm a relative newbie to Ubuntu (10.04). I'm converting from Windows to Ubuntu, and the last piece of the puzzle is installing a substitute for Microsoft Money; e.g. KmyMoney. I have installed KMyMoney 1.0.4 using KDE 3.5.10 from the repositories but there is a more recent version available from the KMyMoney website...
12809
7035
2011-06-06T14:53:36.053
2014-05-27T16:33:34.770
How do I update to the most recent version of KMyMoney?
[ "software-sources", "kmymoney" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<blockquote>\n <p>how do I update to the most recent version of KMyMoney?</p>\n</blockquote>\n\n<h2>Update to the latest version of Ubuntu</h2>\n\n<p>When using an older version of Ubuntu, such as 10.04, the easiest way to get the latest software is to upgrade to the latest Ubu...
null
null
null
null
null
31465
1
null
2011-03-22T13:45:20.253
4
1131
<p>This relates to Mumble. The attenuate other applications feature does not work (lowers volume of other applications while someone is talking).</p> <p>I was wondering if there was native feature built into Ubuntu which can take over this duty.</p> <p>Suggestions much appreciated.</p>
497
497
2011-08-26T12:30:15.907
2011-08-26T12:30:15.907
Attenuate applications while receiving output from Mumble
[ "sound", "pulseaudio" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-03-22T13:49:06.677", "id": "35301", "postId": "31465", "score": "0", "text": "Neither does this work for me, I'm interested in a solution as well.", "userDisplayName": null, "userId": "6969" } ]
null
[ { "accepted": null, "body": "<p>You should give <em>earcandy</em> a try. It's in the ubuntu repositories, just use the software centre to install it.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-23T14:58:02.423", "id": "35503", "postId": "31592"...
null
null
null
null
null
31468
1
null
2011-03-22T14:07:15.083
9
9985
<p>I want to know who is calling the gvfsd process and when? From where it is running? If we want to run it manually ...</p> <p>Thanks </p>
null
null
null
2016-11-29T09:46:16.573
who is calling gvfsd and when?
[ "gnome" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>If you open a terminal and type <code>ps axu | grep gvfsd</code> you will see what instances of gvfsd are running.</p>\n\n<p>It will show you where the process is running from and what arguments it was passed when started. It will also show you when it started and the user th...
null
null
null
null
user12810
31471
1
31475
2011-03-22T14:21:47.163
4
719
<p>I have 2 virtual machines in the same physical machine [using libvirt/KVM]. How can I create a lan with these 2 machines? Host and the guests are running ubuntu.</p>
2545
null
null
2011-03-22T15:04:09.830
How to create LAN of Virtual machine?
[ "kvm-virtualization", "lan" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I found the solution myself. I created an additional NIC in both the VMs and configured the ip of the new network interfaces. Should I leave my question so that others can benifit or should I vote to delete?</p>\n", "commentCount": "1", "comments": [ { "creationDate": "...
[ { "accepted": true, "body": "<p>I found the solution myself. I created an additional NIC in both the VMs and configured the ip of the new network interfaces. Should I leave my question so that others can benifit or should I vote to delete?</p>\n", "commentCount": "1", "comments": [ { "...
null
null
null
null
null
31473
1
null
2011-03-22T14:47:06.813
1
538
<p>I have a strange problem with headphones - when I plug them in I can hear in them, apart from normal sounds like music, everything microphone collects. And by everything I mean everything.... i hear every tap on the touchpad... I hear how HDD works. It is pretty anoying. My laptop is Samsung R580, I'm using 10.10 wi...
11606
-1
2017-04-13T12:25:03.983
2012-09-28T08:10:27.307
Microphone output gets sent to speakers
[ "10.10", "laptop", "headphones" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Try disabling the microphone in the Profile for your sound device. This can be done by entering the sound preferences and in the \"Hardware\" Tab, choose the profile that better adjusts to your sound device. </p>\n\n<p><img src=\"https://i.stack.imgur.com/294jU.png\" alt=\"en...
null
0
null
null
null
31474
1
31575
2011-03-22T14:52:30.763
0
1465
<p>I'd like to change the IP address in this string with some user input:</p> <pre><code>rmi.sceduling.service.url=rmi\://192.168.0.19\:1199/ScedulingService </code></pre> <p>The code should also work if there is no address:</p> <pre><code>rmi.sceduling.service.url= </code></pre> <p>It should also be portable, at l...
11749
10371
2011-03-22T16:02:15.673
2011-03-22T22:44:57.963
Replace IP address within a string
[ "bash", "scripts" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T15:23:14.313", "id": "35320", "postId": "31474", "score": "1", "text": "Isn't this a question for stack overflow?", "userDisplayName": null, "userId": "154" } ]
{ "accepted": true, "body": "<p>A portable solution that should work on both solaris and ubuntu</p>\n\n<pre><code>ed -s application.properties &lt;&lt; EOF\n g/=rmi\\\\\\\\:\\/\\/[^\\]*/s||=rmi\\\\\\\\://$host_ip|\n w\nEOF\n</code></pre>\n\n<p>Why are you doing all these edits (in this and several of your other r...
[ { "accepted": null, "body": "<p>Here's a naïve solution:</p>\n\n<pre><code>sed -i -e \"s#rmi\\\\\\\\://[[:digit:]]\\+\\.[[:digit:]]\\+\\.[[:digit:]]\\+\\.[[:digit:]]\\+#$host_ip#\"\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA...
null
null
null
null
null
31476
1
31480
2011-03-22T15:30:10.157
0
136
<p>Hiya, I just unsynced one of my folders but had hoped the data would remain in the cloud until deleted - which is, quite obviuosly, not the case. So right now I'm trying to sync the whole folder again but I'm curious <strong><em>if there is a way of keeping the data online although I deactivate the sync option on my...
12814
null
null
2011-03-22T15:54:46.867
Keep synced folders/data online if unsynced
[ "ubuntu-one", "sync" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>What you're wanting to do is to <em>unsubscribe</em> the local machine from the web folder, rather than <em>deleting</em> the web folder which is what Nautilus exports. If you're on Natty you can access this functionality via the Ubuntu One Control Panel:</p>\n\n<p><img src=\"https:/...
[ { "accepted": true, "body": "<p>What you're wanting to do is to <em>unsubscribe</em> the local machine from the web folder, rather than <em>deleting</em> the web folder which is what Nautilus exports. If you're on Natty you can access this functionality via the Ubuntu One Control Panel:</p>\n\n<p><img src=\...
null
null
null
null
null
31477
1
31478
2011-03-22T15:42:39.490
0
9910
<p>Recently, I bought a 3G HSDPA modem from Cell C (South Africa). it is a ZTE MF190 capable of 7.2Mbps up and 5.76Mbps down.</p> <p>So anyway i noticed usb_modeswitch does not support it. The details are as follows:</p> <p>before switching: 19d2:1224 after switching: 19d2:0082</p> <p>So the question is how to switc...
6486
34576
2012-06-14T11:34:44.997
2014-04-24T08:24:00.187
Use a newer ZTE modem with usb-modeswitch
[ "broadband", "usb-modeswitch" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>So how to switch the modem,</p>\n\n<p>For this model, you can just eject the fake cdrom drive and the modem switches by itself.</p>\n\n<p>For a terminal/script use:</p>\n\n<p>if you can find another configuration file that is similar to this modem, copy that to somewhere convenient, ...
[ { "accepted": true, "body": "<p>So how to switch the modem,</p>\n\n<p>For this model, you can just eject the fake cdrom drive and the modem switches by itself.</p>\n\n<p>For a terminal/script use:</p>\n\n<p>if you can find another configuration file that is similar to this modem, copy that to somewhere conv...
null
null
null
null
null
31483
1
null
2011-03-22T16:19:37.770
0
531
<p>Before installing Ubuntu 10.10 I made four Verbatim DVD CD copies of all my files in WindowsXP.Laptop Fujitsu Simens Amilo. </p> <p>After installation of Ubuntu 10.10 the CD player managed to read and show only one DVD with music folder.Other three with mixed pictures and documents it does not recognize and show no...
12807
10077
2011-03-22T16:29:48.550
2011-12-13T08:48:28.673
why my Ubuntu 10.10 CD player can not read CD files copies from WinXP
[ "10.10", "software-recommendation", "multimedia" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I had this problem in the past. It turned out that the CDs were not properly closed by Windows, Those were sessions. </p>\n\n<p>But if you can, transfer the files from the CD to a USB device and read it from Linux. I know that this may not be the solution you want, but it cou...
null
null
null
null
null
31485
1
49433
2011-03-22T16:30:14.790
0
207
<p>I'm running Ubuntu Maverick on a ThinkPad X201. Does anyone know what 3G wireless cards or USB dongles work?</p>
8986
235
2011-06-18T18:20:00.653
2011-06-18T18:29:24.267
Which wireless 3G cards work?
[ "wireless", "3g" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The virgin mobile MC 760 mobile broadband usb air card,work just fine for me but you must install it on a windows or mac machine so that you can finish activation after you buy it. Make sure that the \"usb-modeswitch\"is installed,it will turn it on when you plug it in.</p>\n", "co...
[ { "accepted": true, "body": "<p>The virgin mobile MC 760 mobile broadband usb air card,work just fine for me but you must install it on a windows or mac machine so that you can finish activation after you buy it. Make sure that the \"usb-modeswitch\"is installed,it will turn it on when you plug it in.</p>\n...
null
null
null
null
null
31488
1
32344
2011-03-22T17:22:54.180
10
27144
<p>How can I test if my video card has 3D support?</p> <p>Someone told to use <code>fgl_glxgears</code>, but it does not exist here, not even for installation with apt-get.</p>
5304
1067
2011-03-22T17:36:38.127
2019-09-18T15:24:18.577
How to test if my video card has 3D support?
[ "hardware", "graphics" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is a topic with a <em>lot</em> of bad/outdated/incorrect information available.</p>\n\n<p>Things which <em>don't</em> work:</p>\n\n<ul>\n<li>Checking for \"direct rendering: Yes\":<br>\nThis isn't an accurate indicator. The software renderer <em>also</em> supports direct render...
[ { "accepted": null, "body": "<p>Try <code>glxgears</code> instead, or <code>glxinfo</code>.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-03-22T17:43:27.137", "id": "35335", "postId": "31490", "score": "0", "text": "cool.. if I see t...
null
null
null
null
null
31494
1
null
2011-03-22T18:04:53.540
6
2959
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/33605/can-i-move-the-unity-launcher">Can I move the Unity launcher?</a> </p> </blockquote> <p>I am ready to stop using unity because I find having the Launcher on the left side too distracting. I use Windows 7 Task...
null
-1
2017-04-13T12:23:46.240
2012-06-13T14:41:04.097
can I move the Launcher to the right side? left side is too distracting to me
[ "unity" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2011-05-30T21:43:41.147
null
user12818
31495
1
null
2011-03-22T18:18:43.660
0
1379
<p>I have Modem called <code>TP-LINK TD-8817</code> USB </p> <p>The problem Who when I log to ubuntu the modem don't run but if I want to run it I should remove the wire of the modem and enter it again</p> <p>I have to do this every-time I want to run the Internet.</p>
12819
3940
2011-03-25T15:17:46.233
2011-05-27T14:54:14.630
How do I auto-connect to a DSL-USB-modem?
[ "networking", "modem" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Your <a href=\"http://www.tp-link.com/products/productDetails.asp?class=&amp;content=fea&amp;pmodel=TD-8817\" rel=\"nofollow noreferrer\">TD-8817</a> modem can also be connected with the Ethernet network adapter of your PC. See also <a href=\"https://askubuntu.com/questions/3...
null
null
null
null
null
31498
1
null
2011-03-22T18:29:07.027
4
1718
<p>Updated from Minefield to official release via <code>ppa:mozillateam/firefox-stable</code>.</p> <p>Minefield is still installed on my system. How do I get rid of this while retaining the official 4.0 release/PPA?</p>
2692
814
2011-03-22T18:51:11.953
2012-01-31T03:19:49.267
How do I uninstall minefield, now that official Firefox 4.0 is out?
[ "firefox" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>This should work if the package is called \"minefield\":</p>\n\n<pre><code>sudo apt-get remove minefield\n</code></pre>\n\n<p>or if you have purge installed</p>\n\n<pre><code>sudo apt-get purge minefield\n</code></pre>\n", "commentCount": "0", "comments": [], "com...
null
null
2012-02-27T16:59:31.673
null
null
31500
1
null
2011-03-22T18:43:08.563
2
348
<p>I'm using a Dell with Windows and I am also using Ubuntu as a 2nd OS by wubi. When I boot into ubuntu I have two Hard drive icons one labeled DELLUTILITY and the other labled as recovery on my desktop. These really annoy me. I can unmount them but I'm worried that this will cuase a problem to my computer or even m...
4694
25863
2012-11-21T22:43:07.147
2012-11-21T22:43:07.147
Can/should I unmount DELLUTILITY?
[ "mount", "filesystem" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-03-22T19:43:42.043", "id": "35342", "postId": "31500", "score": "0", "text": "Possibly relevant: [How do I hide CIFS volumes in the Places menu?](http://askubuntu.com/questions/16904/how-do-i-hide-cifs-volumes-in-the-places-menu) and [Selective mounted volumes for the GNO...
null
[ { "accepted": null, "body": "<p>You should be able to unmount the DELLUTILITY partition at anytime. Mamually, enter the command: </p>\n\n<pre><code>sudo umount &lt;mount point&gt;\n</code></pre>\n\n<p>If you want to avoid having the partition always mounting, first get the actual partition name that contain...
null
null
null
null
null
31501
1
31507
2011-03-22T18:46:46.810
18
28720
<p>I believe the question says it all. </p> <p>Also if it doesn't exist where do I create it. </p> <p>Ubuntu 10.04</p>
333
null
null
2015-08-07T12:26:56.453
Where is bashrc profile for root?
[ "bash", "root", "bashrc" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You will find it in the home folder of root: </p>\n\n<pre><code>/root/.bashrc\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-22T19:04:48.697", "id": "31507", "lastActivityDa...
[ { "accepted": true, "body": "<p>You will find it in the home folder of root: </p>\n\n<pre><code>/root/.bashrc\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-22T19:04:48.697", "id": "31507...
null
null
null
null
null
31529
1
null
2011-03-22T19:50:48.040
1
768
<p>Bit of an annoying one - I was trying to fix the jaggy edges on my wobbly windows a little while back and I ended up somehow completely disabling all of my pretty stuff. I believe I was trying to replace an openGL driver with another using command line and now somehow I have no driver at all :(</p> <p>When I run Br...
6778
null
null
2011-06-07T22:48:58.913
How do I fix my graphics settings - messed up openGL I think!
[ "drivers", "graphics", "opengl" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T10:56:33.567", "id": "35451", "postId": "31529", "score": "0", "text": "describe what exactly did you do please.", "userDisplayName": null, "userId": "4777" }, { "creationDate": "2011-03-25T11:40:19.183", "id": "35769", "postId": "31529", ...
null
[ { "accepted": null, "body": "<p>Just thought I would close this one out by letting people know that I upgraded from 10.04 to 10.10 (finally) and it sorted it all out.</p>\n\n<p>I was kinda resigned to doing a total reinstall but the update seemed to do the trick!</p>\n\n<p>Hmm no when will I upgrade to natt...
null
null
null
null
null
31530
1
47346
2011-03-22T19:50:50.410
22
10830
<p>Once upon a time, when I went to the battery icon on my netbook, I could get it to show me interesting graphs of the battery state, and how it had changed over time.</p> <p>Nowadays, in this time of decay, all it will give me is a tooltip telling me how long I've got left, or how long to recharge.</p> <p>Does anyo...
12380
null
null
2019-04-07T07:31:04.653
Where are the battery graphs?
[ "battery" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T22:14:36.247", "id": "35361", "postId": "31530", "score": "0", "text": "battery-graph is nice, but it used to have better graphs of things like time-to-charge, time-to-discharge built in, and I wondered if anyone knew what had become of them. Could it be a package i...
{ "accepted": true, "body": "<h2>Unity Users:</h2>\n<p>When you click on the indicator, and you see the time left on your battery, click that menu item. It should open a window that allows you to see this info:</p>\n<p><img src=\"https://i.stack.imgur.com/sdFES.png\" alt=\"enter image description here\" /></p>\n<h2...
[ { "accepted": null, "body": "<p>While I haven't seen the behavior that you're talking about (I've been using Ubuntu since 10.04, so it hasn't been <em>that</em> long), I do know that you can install a battery graphing package. Instructions below:</p>\n\n<ol>\n<li><p>Install battery-stats from the software c...
null
null
null
null
null
31531
1
null
2011-03-22T19:55:12.510
2
4726
<p>If I will ever use Ubuntu 11.04, it will be essential for me to remove both Unity and Zeitgeist completely from it. Can I remove both completely without running into problems with the rest of the OS? I am using automatic login and I am not willing to change this to manually start the OS in classic mode manually.</p>...
12826
25798
2012-08-14T11:35:52.907
2012-08-14T11:35:52.907
Will I be able to remove Unity and Zeitgeist completely?
[ "unity", "zeitgeist" ]
2
8
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T20:18:16.153", "id": "35346", "postId": "31531", "score": "2", "text": "Mind if I ask why it's essential for Unity and Zeitgeist to be removed? Just curious.", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2011-03-22T22:05:56.850", ...
null
[ { "accepted": null, "body": "<p>Yes, you can remove both. When you remove them, you will get a warning that the package <code>ubuntu-desktop</code> is getting uninstall. Don't worry it is just a wrapper package.</p>\n\n<p>For removing zeitgeist you need to remove the package named <code>zeitgeist-core</code...
null
null
null
null
null
31562
1
31571
2011-03-22T21:12:50.973
1
369
<p>I installed a font called Caribbean Island for some web development, but decided that I didn't like it. I later found out that Chromium was replacing the fonts on some webpages (such as all gawker sites), and it looks very ugly. How do I get rid of this thing?</p> <p>Things I've tried, but didn't come up with anyth...
12829
480481
2018-11-17T05:07:17.423
2018-11-17T05:07:17.423
How do I either find and delete a particular font installed by me or reset my fonts to the default ones?
[ "fonts" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p><a href=\"http://code.google.com/p/font-manager/\" rel=\"nofollow noreferrer\">Font Manager</a> is a simple tool to install/remove individual fonts or collections.</p>\n\n<p><img src=\"https://i.stack.imgur.com/bmi1g.png\" alt=\"Font Manager screenshot\"></p>\n", "commentCount": "0...
[ { "accepted": true, "body": "<p><a href=\"http://code.google.com/p/font-manager/\" rel=\"nofollow noreferrer\">Font Manager</a> is a simple tool to install/remove individual fonts or collections.</p>\n\n<p><img src=\"https://i.stack.imgur.com/bmi1g.png\" alt=\"Font Manager screenshot\"></p>\n", "comment...
null
null
null
null
null
31570
1
31590
2011-03-22T21:43:57.300
2
2250
<p>Is there '<a href="https://www.asuswebstorage.com/navigate/features/" rel="nofollow">Asus webstorage client</a>' for Ubuntu 10.04? I don't want to use wine.</p> <p>I have an Asus and when I bought it I was given one year free 500 gb backup. It works in windows but can i make it work in ubuntu?</p> <p>from <a href=...
10698
10698
2011-03-23T11:28:24.713
2011-04-25T11:41:31.407
Is there an asus webstorage client?
[ "10.04" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There seems to be one on the main downloads page.</p>\n\n<p><a href=\"http://www.asuswebstorage.com/navigate/downloads/\" rel=\"nofollow\">http://www.asuswebstorage.com/navigate/downloads/</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-23T10:4...
[ { "accepted": true, "body": "<p>There seems to be one on the main downloads page.</p>\n\n<p><a href=\"http://www.asuswebstorage.com/navigate/downloads/\" rel=\"nofollow\">http://www.asuswebstorage.com/navigate/downloads/</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": ...
null
null
null
null
null
31572
1
31663
2011-03-22T22:15:06.793
7
4041
<p>Skype doesn't find my audio input. If I click on the "Microphone" no other suggestions appears, my web camera works.</p> <p>In windows everything works.</p> <p><img src="https://i.stack.imgur.com/dxOtt.png" alt="Skype sound options"></p> <p>This is my audio preferences. <img src="https://i.stack.imgur.com/EJfOi.p...
10698
10698
2011-03-22T23:19:12.213
2011-03-24T16:11:00.680
Skype doesn't find my audio input
[ "10.04" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-22T22:48:52.670", "id": "35365", "postId": "31572", "score": "0", "text": "I had the **exact** same settings on Ubuntu 10.10 (Although that's now been updated to 11.04 :P). I have a feeling that the answer will work for me as well.", "userDisplayName": null, "u...
{ "accepted": true, "body": "<p>The only way I've found to make my internal mic work in my laptops is to use <code>pavucontrol</code> (install it from the homonymous package) and disabling the volume of a channel (the right or the left one), since most of microphones are mono in fact.</p>\n\n<p>This is an huge work...
[ { "accepted": null, "body": "<p>Under Sound Preferences, please post the \"Hardware Tab\" in order to check your profile, which should use at least an output + an input being in use. Otherwise, your hardware is not using the input profile which can be chosen right there.</p>\n\n<p>This answer may be changed...
null
null
null
null
null
31576
1
null
2011-03-22T22:50:37.323
14
8320
<p>I would like to set up a custom application (a separate profile of Firefox browser in my case) to be fired instead of screensaver. I am using Gnome desktop environment. Technically it doesn't have to be a screensaver (xscreensaver, gnome-screensaver). What I want is for the application to be run whenever no keyboard...
6170
6170
2011-03-26T22:01:26.280
2017-10-06T18:09:51.533
How to run a web browser as a screensaver
[ "gnome", "software-recommendation", "firefox", "browser", "screensaver" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p><strong>If you're lazy and just want it to work, run this at terminal and choose the links you want to view</strong> </p>\n\n<pre><code>cd ~/ &amp;&amp; https://www.dropbox.com/s/yr17e7p7prae4o1/firefoxscript.sh &amp;&amp; chmod +x ~/firefoxscript.sh &amp;&amp; ~/firefoxscri...
null
null
null
null
null
31578
1
null
2011-03-22T22:54:44.667
6
1548
<p><strong>Is it possible to set up two different Gnome sessions to be started at boot time?</strong></p> <p>As it is now (and by default in any Ubuntu installation) a gdm login screen is presented after a few minutes of booting. After I log in, it's possible to use the "Switch user" functionality and have a second Gn...
6170
6170
2011-04-01T10:01:46.067
2011-05-05T00:43:23.187
How to set up two Gnome sessions to start automatically
[ "gnome", "gdm" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I've been researching and the closest I could get to, your answer is to after have one user logged in, log the other user (almost) automatically.</p>\n\n<p>1) Open Gnome Session Properties<pre>gnome-session-properties</pre> \n2) and add this to a start up </p>\n\n<pre>gdmfle...
null
null
null
null
null
31580
1
null
2011-03-22T23:14:09.237
34
34419
<p>As a Laptop user, I'm sure that a lot of people, even the ones using Netbooks would have already gone through this problem. Especially when listening to podcasts, and using it as an example, the sound might have loud moments and quiet moments, one person speaking loud and the other speaking very quiet in the same ep...
12832
null
null
2023-06-21T22:00:22.173
Is there a way of leveling/compressing the sound system-wide?
[ "sound", "pulseaudio", "compression", "system" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2015-05-28T09:19:01.830", "id": "894715", "postId": "31580", "score": "0", "text": "Regarding \"pulseaudio plugin for equalization system-wide\" these links might be relevant: [pulseaudio - Is there any Sound enhancers/equalizer? - Ask Ubuntu](http://askubuntu.com/questions/72...
null
[ { "accepted": null, "body": "<p>I had success with the example shown in <a href=\"https://superuser.com/questions/162107/realtime-sound-post-processing-sound-effects-ubuntu-10-04/162114#162114\">this answer</a>.</p>\n\n<ol>\n<li><p>Install <a href=\"http://packages.ubuntu.com/swh-plugins\" rel=\"nofollow no...
null
null
null
null
null
31582
1
31583
2011-03-22T23:35:26.350
29
87336
<p>I am trying to find a way to send a message (like a popup message) from 1 PC to another. both are using Ubuntu. Already tried the smbclient way but this only works between a linux PC to a windows PC. I need a way to send messages from an Ubuntu PC to another Ubuntu PC. Similar to the way of Windows Net Send.</p>
7035
527764
2017-10-06T18:26:39.357
2019-09-25T08:33:03.647
Send messages between 2 Ubuntu PCs (Net Send Style)
[ "networking", "notification" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2016-02-24T11:09:40.293", "id": "1097781", "postId": "31582", "score": "0", "text": "notify-send sends a pop up on my terminal but I wanted to send a popup to other users (may be a list of specific users) but without using sudo or ssh , do I have any alternative .A command whi...
{ "accepted": true, "body": "<p>Install <code>ssh</code> and <code>libnotify-bin</code> (via terminal):</p>\n\n<pre><code>sudo apt-get install ssh libnotify-bin\n</code></pre>\n\n<p>on both computers.</p>\n\n<p>(You may have <code>libnotify-bin</code> installed already. Mine had it already.)</p>\n\n<p>Then SSH (via...
[ { "accepted": true, "body": "<p>Install <code>ssh</code> and <code>libnotify-bin</code> (via terminal):</p>\n\n<pre><code>sudo apt-get install ssh libnotify-bin\n</code></pre>\n\n<p>on both computers.</p>\n\n<p>(You may have <code>libnotify-bin</code> installed already. Mine had it already.)</p>\n\n<p>Then ...
null
null
null
null
null
31584
1
31585
2011-03-23T00:00:34.793
5
2333
<p>It sounds like a simple question but if it was I wouldn't be asking it. I can obviously do this by opening all the folders in nautilus and pasting each one individually but the computer is the robot not me (I'm talking about 500 files). </p> <p>So is there a way of doing this more efficently by gui or command line?...
6450
null
null
2012-01-12T09:08:02.450
How do I Copy one file to many subfolders?
[ "command-line", "gui", "files", "clipboard" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If the folders are in the same folder that the file exists, then use:</p>\n\n<pre><code>for dir in *; do [ -d \"$dir\" ] &amp;&amp; cp YOURFILE.EXT \"$dir\" ; done\n</code></pre>\n\n<p>In other scenery, if the file is in a different path, use:</p>\n\n<pre><code>for i in folder1 folde...
[ { "accepted": true, "body": "<p>If the folders are in the same folder that the file exists, then use:</p>\n\n<pre><code>for dir in *; do [ -d \"$dir\" ] &amp;&amp; cp YOURFILE.EXT \"$dir\" ; done\n</code></pre>\n\n<p>In other scenery, if the file is in a different path, use:</p>\n\n<pre><code>for i in folde...
null
null
null
null
null
31588
1
null
2011-03-23T01:08:56.803
2
494
<p>I deleted <code>/etc/mysql</code>, everything in it.</p> <p>I tried:</p> <pre><code>apt-get --purge remove mysql-server </code></pre> <p>Then:</p> <pre><code>apt-get install mysql-server </code></pre> <p>They will not return, how do I get them to?</p> <p>There seems to be some very specific config the files ne...
12839
32886
2012-01-09T17:48:40.400
2012-01-09T17:48:40.400
Ubuntu generated new mysql configs
[ "mysql" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>/etc/mysql/my.cnf isn't owned by the mysql-server package. It's owned by mysql-common (I used <code>dpkg -S /etc/mysql/my.cnf</code> to find this out).</p>\n\n<p>This should work for you:</p>\n\n<p><code>apt-get purge mysql-common</code> (which will also remove mysql-server)...
null
null
null
null
null
31594
1
null
2011-03-23T04:03:38.897
8
3537
<p>Is there any program that can tag folders? I have different files within a folder and there are to many folders, if I could tag each folder (contrary to tag each file) then it would be very easy for me to categorise these folders. Does anyone knows if such thing can be done? Thank you.</p>
null
null
null
2011-05-18T20:06:02.527
Folder tagging?
[ "folder", "tagging", "organizer" ]
3
6
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T04:14:51.183", "id": "35399", "postId": "31594", "score": "0", "text": "What kind of tags are you looking for here? Extra meta tags of some sort, or will adding to the actual folder names work? Are you using the terminal to view files, or nautilus, or something el...
null
[ { "accepted": null, "body": "<p>You may add a file like </p>\n\n<pre><code>.tag\n</code></pre>\n\n<p>into every folder. There you could store information as text. You could later browse them for your information. </p>\n\n<p>Maybe you're better suited with a tool like <a href=\"http://unixhelp.ed.ac.uk/CGI/m...
null
null
null
null
user12843
31595
1
null
2011-03-23T04:18:06.467
1
653
<p>My laptops virtual memory(RAM) is very low. I run Ubuntu 10.4. I uninstalled many software programs but still it does not seem to help. I have not installed the regular updates in a couple of months now because of low space. Is there a way of doing a clean-up on file duplications, unnecessary temp files, and unused ...
794
null
null
2011-04-22T09:41:15.123
Clean-up duplications etc. in virtual memory(RAM)
[ "memory" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>RAM is not virtual. How many RAM do you have? </p>\n\n<pre><code>free\n</code></pre>\n\n<p>Updates don't occupy RAM, they occupy disk space. How big are your partitions? </p>\n\n<pre><code>df -h \n</code></pre>\n\n<p>/tmp-Files are cleaned on every reboot. Firefox (do you use...
null
null
null
null
null
31596
1
null
2011-03-23T04:21:08.347
1
152
<p>First, I love ubuntu...thank you...you folks are brilliant! The problem I'm having is when I 'right-click' to sync my files the only option I am given is 'Hide Ribbon' ...I just want to sync my files, but I am not given the option? T/Y for any assistance.</p>
null
235
2011-03-23T04:24:35.890
2011-03-23T09:26:28.113
I am having trouble 'syncing' my files
[ "ubuntu-one", "sync" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Which files are you trying to sync?</p>\n\n<p>Ubuntu One syncs everything inside the “Ubuntu One” folder in your home, as well as any <em>folders</em> on which you right click and select “synchronize this folder”:</p>\n\n<p><img src=\"https://i.stack.imgur.com/VWNmU.png\" alt...
null
null
null
null
user12844
31597
1
31669
2011-03-23T04:55:39.297
1
774
<p>I would like to know if my Intel i965 card can use Compiz effects. I heard it was blacklisted and needed a fix by <code>xorg</code>. Is the fix available in 64-bit 11.04? I'm a new Windows migrant, so take it easy on me.</p> <p><strong>Update</strong></p> <p>I know it is going to be released in April, so I'm diggi...
12846
814
2011-03-23T17:38:04.707
2011-03-23T17:43:03.500
Intel i965 and compiz in 11.04 64-bit
[ "11.04", "compiz", "graphics", "intel" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'd like to strongly advise not to get started with Ubuntu using version 11.04. As the name suggests it will be released in next month. Therefore today this is not a stable release but only a development alpha version. It is not thought be be used by end users on there production mac...
[ { "accepted": true, "body": "<p>I'd like to strongly advise not to get started with Ubuntu using version 11.04. As the name suggests it will be released in next month. Therefore today this is not a stable release but only a development alpha version. It is not thought be be used by end users on there produc...
null
null
2011-09-20T15:23:13.917
null
null
31601
1
null
2011-03-23T06:50:08.170
1
2597
<p>I am Ubuntu 10.10 (64 bits) user and I would like know how to make Nautilus display a customized svg icon for all my latex files.</p> <p>Searching for this information, I discovered that the program <em>Assogiate</em> is capable of to replace the default icon assigned to the latex files by a customized svg icon. Fo...
7243
721
2011-03-27T10:46:07.977
2011-09-10T03:25:15.753
Changing file type icons with Assogiate
[ "10.10", "nautilus", "icons" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I'm not sure, if this is what you want. I understood you want to change the icon for latex files, right?</p>\n\n<p>So all you have to do is, to change the icon for latex files in your icon-set.\nThe icon for the application files are stored under /usr/share/icons/... or ~$/ic...
null
null
null
null
null
31605
1
31620
2011-03-23T07:21:37.040
17
6275
<p>When I boot system in to recovery mode from GRUB menu, I can get in to all powerful root without entering any password, thus insecure.</p> <p>How I can secure this and ensure that a password is asked every time I attempt to access root in recovery mode?</p>
10077
null
null
2016-06-07T09:51:38.327
How to secure grub recovery mode
[ "security", "grub2" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-27T20:45:01.837", "id": "36176", "postId": "31605", "score": "0", "text": "Do you need anymore clarifications?", "userDisplayName": null, "userId": "10540" }, { "creationDate": "2015-05-07T18:28:57.260", "id": "877612", "postId": "31605", "s...
{ "accepted": true, "body": "<p>There is a post on <a href=\"http://ubuntuforums.org/showthread.php?t=1369019\">Ubuntu forums about protecting entries by password</a>, basically to make the recovery menuitems require you to login as <em>superman</em> with password <em>1234</em> you need to edit some very hairy conf...
[ { "accepted": null, "body": "<p>The only reliable way to protect the system from an attacker having physical access to the machine is full-disk encryption.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-03-24T00:03:41.317", "id": "35577", "postId": "...
null
null
null
null
null
31606
1
31615
2011-03-23T07:31:38.223
2
557
<p>I was reading the tech specs at <a href="https://one.ubuntu.com/mobile/" rel="nofollow">https://one.ubuntu.com/mobile/</a> and the title says it all.</p> <p>Thank you</p>
12849
null
null
2012-11-12T17:05:02.093
Can Ubuntu One mobile stream FLAC files or other audio types or just mp3?
[ "ubuntu-one" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>We're currently working on adding more file formats (ogg and m4a). We have absolutely no plans of adding FLAC support. For updates to ogg support you can subscribe to the feed on <a href=\"https://askubuntu.com/q/13790/711\">Does &#39;Ubuntu One Mobile&#39; support Ogg Vorbis?</a>.</...
[ { "accepted": true, "body": "<p>We're currently working on adding more file formats (ogg and m4a). We have absolutely no plans of adding FLAC support. For updates to ogg support you can subscribe to the feed on <a href=\"https://askubuntu.com/q/13790/711\">Does &#39;Ubuntu One Mobile&#39; support Ogg Vorbis...
null
null
null
null
null
31608
1
31610
2011-03-23T07:53:20.217
1
1318
<p>Shouldn't the orange color be the default for the Firefox Button on Linux as well? Ubuntu even has orange colored buttons in the default theme, but why's the Firefox button gray?</p>
814
null
null
2011-04-13T16:53:09.893
Why's the Firefox Button gray?
[ "firefox", "themes" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T09:08:27.903", "id": "35417", "postId": "31608", "score": "0", "text": "I would guess this is more a Mozilla/Firefox design decision, not something related to Ubuntu..", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2011-03-23T09:40...
{ "accepted": true, "body": "<p>It looks like Mozilla had decided to make the button grey on Linux. You can try this addon (not tested by me):\n<a href=\"https://addons.mozilla.org/firefox/addon/themed-button-for-linux/\" rel=\"nofollow\">https://addons.mozilla.org/firefox/addon/themed-button-for-linux/</a></p>\n",...
[ { "accepted": true, "body": "<p>It looks like Mozilla had decided to make the button grey on Linux. You can try this addon (not tested by me):\n<a href=\"https://addons.mozilla.org/firefox/addon/themed-button-for-linux/\" rel=\"nofollow\">https://addons.mozilla.org/firefox/addon/themed-button-for-linux/</a>...
null
null
null
null
null
31609
1
null
2011-03-23T08:04:37.340
0
794
<p>I was testing Unity, but didn't like it. When I got rid of it there was nothing there, just a big white screen.</p> <p>When I tried to apt-get gnome it gave me this error: </p> <pre><code>The following packages have unmet dependencies: gnome: Depends: swfdec-mozilla but it is not going to be installed E: Broken ...
12849
8844
2011-04-02T00:17:31.137
2011-04-02T00:17:31.137
I uninstalled unity and now I don't have any desktop environment
[ "gnome", "unity" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T08:26:35.077", "id": "35415", "postId": "31609", "score": "0", "text": "10.10 or 11.04?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2011-03-23T08:29:42.493", "id": "35416", "postId": "31609", "score": "0", "text":...
null
[ { "accepted": null, "body": "<p>This may do it:</p>\n\n<pre><code>sudo apt-get install --reinstall ubuntu-desktop\n</code></pre>\n\n<p>Don't forget to logout and log back in, or restart for all the changes to appear. </p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-0...
null
null
null
null
null
31614
1
31616
2011-03-23T09:32:00.117
16
149758
<p>I am having problem with my memory device (actually a memory card that act external memory device like pendrive).</p> <blockquote> <p>experimentx@workmateX:/var/www/zendtest$ sudo rm /media/A88F-8788/python-2.7.1-docs-html.zip<br> rm: cannot remove `/media/A88F-8788/python-2.7.1-docs-html.zip': Read-only file ...
8144
26447
2011-12-27T21:55:59.393
2014-10-22T13:29:27.337
How to delete/edit files from readonly filesystem
[ "filesystem", "delete", "fsck", "fat32", "read-only" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It got mounted read-only; you can't change permissions, you can only try <code>sudo mount -o remount,rw /media/A88F-8788</code>. But if your luck is anything like mine, you managed to catch the \"Lock\" slider on the card as you inserted it, and will have to pop it back out and put ...
[ { "accepted": true, "body": "<p>It got mounted read-only; you can't change permissions, you can only try <code>sudo mount -o remount,rw /media/A88F-8788</code>. But if your luck is anything like mine, you managed to catch the \"Lock\" slider on the card as you inserted it, and will have to pop it back out ...
null
null
null
null
null
31618
1
31625
2011-03-23T10:07:50.630
204
906691
<p>Is there any built-in software or terminal method allowing me to view the hardware profiles on my system? Windows equivalent of such a feature would be <em>Device Manager</em>.</p>
814
23878
2013-04-29T12:13:31.777
2023-05-18T10:31:31.897
How can I find my hardware details?
[ "hardware" ]
19
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There are a few options:</p>\n\n<ul>\n<li><p><code>lspci</code> will show you <em>most</em> of your hardware in a nice quick way. It has varying levels of verbosity so you can get more information out of it with <code>-v</code> and <code>-vv</code> flags if you want it. The <code>-k<...
[ { "accepted": null, "body": "<p>There are several ways to gather hardware information. I will post all the possibilities I know. For further information on any of the programs please consult their man pages.</p>\n\n<hr>\n\n<p><strong>Option one - <code>lshw</code></strong></p>\n\n<p><code>lshw</code> which ...
null
null
null
null
null
31622
1
37879
2011-03-23T10:27:01.700
0
1483
<p>I have just added the PPA 'ppa:bean123ch/burg' with a view to installing Burg, a graphical boot manager. In the Software Center, after having clicked on 'Install' for burg-pc, I have a pop-up window titled 'debconf on <em>my computer name</em>', asking me to configure BURG.</p> <p>It has to entry areas. One, which ...
5592
null
null
2011-04-29T07:22:43.697
Debconf window appearing after installing Burg
[ "bootloader", "burg", "debconf" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T10:27:53.510", "id": "35435", "postId": "31622", "score": "0", "text": "I think I'll try, and give feedback about it.", "userDisplayName": null, "userId": "5592" } ]
{ "accepted": true, "body": "<p>You should definitely press <strong>Ok</strong> in that case</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T07:22:43.697", "id": "37879", "lastActivityDate": "2011-04-29T07:22:43.697...
[ { "accepted": null, "body": "<p>Have a read through the documentation on the <a href=\"http://code.google.com/p/burg/\" rel=\"nofollow\">BURG page here</a> it also links to a <a href=\"https://help.ubuntu.com/community/Burg\" rel=\"nofollow\">community documentation page</a> that is quite useful for install...
null
null
null
null
null
31623
1
31656
2011-03-23T10:28:56.127
1
144
<p>If I run</p> <pre><code>sudo pico /var/log/lighttpd/website/error.log </code></pre> <p>I get a very long file, and I cannot see last lines. If I run:</p> <pre><code>sudo tail -f /var/log/lighttpd/website/error.log | awk '{print $1 "--" $2}' </code></pre> <p>I don't get anything ? What am I doing wrong ?</p> <p...
5136
null
null
2011-03-23T15:45:03.473
issues to inspect a long text file
[ "editor", "tail" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T11:55:34.017", "id": "35466", "postId": "31623", "score": "0", "text": "Your commands work for me. How long is \"very long\"? (eg. how many lines? or MB or GB?) .. You have used `tail -f`, so I assume the file is growing. Is it growing very rapidly? .. and by the wa...
{ "accepted": true, "body": "<p>Using nano for logfiles is not recommended as it loads the whole file into the memory. Use <code>less</code>:</p>\n\n<pre><code>less /var/log/lighttpd/website/error.log\n</code></pre>\n\n<p>Press <kbd>F</kbd> to get the effect from <code>tail -f</code>.</p>\n", "commentCount": "0",...
[ { "accepted": true, "body": "<p>Using nano for logfiles is not recommended as it loads the whole file into the memory. Use <code>less</code>:</p>\n\n<pre><code>less /var/log/lighttpd/website/error.log\n</code></pre>\n\n<p>Press <kbd>F</kbd> to get the effect from <code>tail -f</code>.</p>\n", "commentCo...
null
0
null
null
null
31626
1
null
2011-03-23T10:39:09.323
8
26590
<p>I want to get files from Apple machine on my ubuntu (installed in virtual box) is there any process to do that?</p> <p>normally, I want to do:</p> <pre><code>afp://myapplecomputer </code></pre> <p>if I try to open with file browser(on Location), it says</p> <blockquote> <p>nautilus cannot handle "afp" location...
null
200244
2015-11-14T21:32:14.877
2015-11-14T21:34:27.870
How to connect via afp?
[ "macosx" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>OS X responds to both AFP and SMB by default. If you can't use SMB for some reason, <code>sudo apt-get install netatalk</code>. It doesn't look like netatalk has any bindings for either Gnome-VFS or Nautilus, though, so you'll have to work from a command line.</p>\n", "...
null
null
null
null
user12857
31629
1
32136
2011-03-23T10:53:34.313
38
2499
<p>What kind of and to what extent is formatting possible on Launchpad posts such as questions and bug reports?</p>
814
235
2011-03-23T13:48:10.843
2014-08-20T13:48:28.013
What kind of text formatting is valid on Launchpad?
[ "launchpad" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"https://answers.launchpad.net/launchpad/+question/150189\">Answered on Launchpad</a>:</p>\n\n<blockquote>\n <p>Launchpad does not support markup in\n user entered content at this time. URL\n and bug numbers are linked by the\n formatter that preserves blank lines.</p>\n...
[ { "accepted": null, "body": "<p>I've found it quite difficult/impossible to find any infos about that on help.launchpad.net. The little I know I found by trial-and-error. Most important for me (and the only special formatting I use often) is, that writing \"bug #xxxxx\" (without quotes) in a bug comment aut...
null
null
null
null
null
31632
1
31644
2011-03-23T11:14:30.640
3
8892
<p>I'm currently installing Oracle 11g on Ubuntu 10.10</p> <p>It had been asked to execute some scripts as "root" while installation.</p> <p>I'm doing:</p> <pre><code>oracle@sergio:/u01/app/oraInventory$ sudo sh orainstRoot.sh </code></pre> <p>And got:</p> <pre><code>[sudo] password for oracle: oracle is not in t...
12296
711
2011-03-23T11:35:30.147
2015-10-08T06:10:12.527
Oracle installation script execution privileges: "oracle is not in the sudoers file"
[ "installation", "root", "scripts", "oracle" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Although I do not have experience in Oracle installation, the error message makes me think, this might work:</p>\n\n<pre><code>sudo adduser oracle admin\n</code></pre>\n\n<p>This will add the user 'oracle' to the admin group, and the 'admin' group is in the sudoers file by default.</...
[ { "accepted": true, "body": "<p>Although I do not have experience in Oracle installation, the error message makes me think, this might work:</p>\n\n<pre><code>sudo adduser oracle admin\n</code></pre>\n\n<p>This will add the user 'oracle' to the admin group, and the 'admin' group is in the sudoers file by de...
null
null
null
null
null
31634
1
null
2011-03-23T11:19:47.407
0
1865
<p>I installed pysdm through <a href="http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" rel="nofollow">this article</a> to auto-mount my <code>ntfs</code> partitions. </p> <p>My drive structure looks like this:</p> <pre><code>jatin@jatin-ubuntu:/media$ df -h Filesystem Size U...
12752
235
2011-05-24T18:57:22.150
2011-06-14T17:38:06.170
Auto-mounts ntfs drives in Read-Only Mode
[ "boot", "automount", "fstab" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<ol>\n<li><code>fstab.BAK</code> is a backup of your fstab file.</li>\n<li>Remove all the <code>ntfs</code> entries from your <code>fstab</code> file. The backup <code>fstab</code> will also mount <code>ntfs</code> partitions, so we can't use it.</li>\n<li>I think you should rem...
null
null
null
null
null
31635
1
null
2011-03-23T11:22:36.300
1
1135
<p>I have an SVN server which I use for my personal web development projects. Can I move this to Ubuntu One? Will it be accessible over the intenet? Would I be able to perform the normal SVN operations like <code>commit</code> and <code>update</code>?</p>
null
10581
2011-03-23T14:03:37.967
2011-03-24T10:50:27.110
Can I setup an SVN server on Ubuntu One?
[ "ubuntu-one", "development", "svn" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T13:29:21.337", "id": "35490", "postId": "31635", "score": "0", "text": "If you already have a SVN server running then why would you sync the repositories with U1?", "userDisplayName": null, "userId": "2732" }, { "creationDate": "2011-03-23T14:28:38.5...
null
[ { "accepted": null, "body": "<p>No, you can't.</p>\n\n<p>At some point we thought of adding a WebDAV backend to the file sync service, and that would be a step towards being able to do svn, but it never got much traction.</p>\n\n<blockquote>\n <p>Ubuntu One is not a backup service, so if you were wanting t...
null
null
null
null
user12861
31637
1
32348
2011-03-23T11:33:00.510
3
4168
<p>I have a fresh installation of <a href="http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Ubuntu_10.10_.28Maverick_Meerkat.29" rel="nofollow">Ubuntu&nbsp;10.10</a> (Maverick Meerkat) and I'd like to get PHP to work. I've tried</p> <pre><code>sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get ins...
12862
10883
2015-02-28T09:08:11.990
2015-02-28T09:08:11.990
Install PHP 5 on a fresh installation
[ "software-installation", "10.10", "php" ]
5
3
CC BY-SA 3.0
[ { "creationDate": "2011-03-23T13:18:37.580", "id": "35485", "postId": "31637", "score": "0", "text": "Can you post any error messages? Please include your sfotware sources too, you can use the command from [How do I find all of my software sources?](http://askubuntu.com/q/26047/6969).", "use...
{ "accepted": true, "body": "<p>The steps listed at <a href=\"http://netbeans.org/kb/docs/php/configure-php-environment-ubuntu.html\">http://netbeans.org/kb/docs/php/configure-php-environment-ubuntu.html</a> are exactly what I needed. I did a fresh installation of Ubuntu, ran </p>\n\n<pre>\nsudo tasksel install lam...
[ { "accepted": null, "body": "<p>You can install <a href=\"http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29\" rel=\"nofollow noreferrer\">LAMP</a> running one command:</p>\n\n<p>Install <a href=\"http://apt.ubuntu.com/p/tasksel\" rel=\"nofollow noreferrer\"><strong>tasksel</strong></a> <a href=\"http:...
null
null
null
null
null
31639
1
null
2011-03-23T11:39:36.680
3
11022
<p>I am using debian and ubuntu on my Linux VPS's. How can I backup my VPS's while they are running? And how can I restore them on any emergency?</p>
12863
12863
2022-08-15T21:33:49.897
2022-08-15T21:33:49.897
How can I backup Linux server while it is running?
[ "backup" ]
5
3
CC BY-SA 4.0
[ { "creationDate": "2011-03-23T12:58:56.050", "id": "35482", "postId": "31639", "score": "0", "text": "\"VPS\" - so those are hosted using a virtualization technique like Xen. You can make instant backups if you've a LVM setup. You need to provide more details and this quesion is better suited fo...
null
[ { "accepted": null, "body": "<p>If you've got a good deal of time on your hands, and can leave your system online, you can do a remote rsync down to your system.</p>\n\n<p><code>rsync --recursive --progress user@host:sourcedir /path/to/save/backup/on/local/machine</code></p>\n\n<p>That should do what you wa...
null
null
null
null
null
31646
1
403429
2011-03-23T12:12:40.147
32
168718
<p>I am using 3 ethernet interfaces on Ubuntu but when I restart, the default gateway is changing to a different interface. Each time I boot I have to change default gateway back to the eth1 by deleting the default gateway and adding it back with eth1. How can I fix this problem?</p>
12863
8844
2011-10-29T22:16:30.740
2019-03-07T23:04:06.167
Default gateway changing
[ "networking", "routing" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2011-03-23T12:56:53.057", "id": "35481", "postId": "31646", "score": "0", "text": "Have you configured it manually using the `/etc/network/interfaces` file, or a with software like Network Manager or wicd?", "userDisplayName": null, "userId": "6969" }, { "creat...
{ "accepted": true, "body": "<p>To temporarily change the default route you can use an <a href=\"http://manpages.ubuntu.com/manpages/ip.8.html\">ip command</a> like this:</p>\n\n<pre><code>$ sudo ip route change default via 192.168.1.1 dev eth0\n</code></pre>\n\n<p>If you have a static ip configuration in <a href=\...
[ { "accepted": null, "body": "<p>Open the file <code>/etc/network/interfaces</code></p>\n\n<p>find desired interface and add following:</p>\n\n<pre><code>gateway 192.x.x.x\n</code></pre>\n\n<p>Restart network:</p>\n\n<pre><code>sudo /etc/init.d/networking restart\n</code></pre>\n", "commentCount": "1", ...
null
null
null
null
null
31648
1
null
2011-03-23T10:15:55.490
3
11427
<p>How can I share files over the network, between an Ubuntu system (client side) and a macOS system (server side) using Apple Filing Protocol (AFP)?</p>
null
254056
2017-06-26T02:05:05.107
2017-06-26T02:05:05.107
Network file sharing with Apple Filing Protocol (AFP)
[ "apple" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-03-23T10:17:42.213", "id": "35475", "postId": "31648", "score": "0", "text": "This is more appropriate on askubuntu http://askubuntu.com/", "userDisplayName": null, "userId": "9070" }, { "creationDate": "2011-03-23T10:18:01.713", "id": "35476", "po...
null
[ { "accepted": null, "body": "<p>No, people, you've got it backwards. He wants a client, not server.</p>\n\n<p>Check this one out: <a href=\"http://sites.google.com/site/alexthepuffin/home\" rel=\"nofollow\">http://sites.google.com/site/alexthepuffin/home</a></p>\n", "commentCount": "0", "comments": ...
null
null
null
null
Pravat Maskey
31655
1
null
2011-03-23T12:56:41.253
3
112
<p>I've been having trouble with tags not being read on the first try.</p> <p>Say I rip a CD to MP3, tag it properly (typically both ID3v2.4 and ID3v1.1 tags) with Picard and/or Puddletag, then move it to my Music directory so it is synced with U1. The files will all sync, but 1 or 2 tracks off each album will show up...
7797
7797
2011-03-23T15:31:51.293
2011-03-30T01:40:04.447
Some MP3s have to be synced multiple times before tags are read properly
[ "ubuntu-one", "android" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There doesn't appear to be a open bug for this on <a href=\"https://bugs.launchpad.net/ubuntuone\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntuone</a></p>\n\n<p>I suggest you open a new bug: \n<a href=\"https://bugs.launchpad.net/ubuntuone/+filebug\" rel=\"nofollow\">ht...
null
null
null
null
null
31659
1
31661
2011-03-23T13:08:53.977
0
8492
<p>I'm using the Sun VirtualBox with Guest Additions, and I'm not able to run some applications that need a 3D video card support.</p> <p>The video card installed in the virtual box is "VirtualBox Graphics Adapter".</p> <p>I'm using Windows XP guest and Ubuntu host.</p> <p>My video card support 3D apps very well, is...
5304
null
null
2011-03-23T13:17:07.033
How to install my video card to the VirtualBox (Ubuntu host, Windows guest)?
[ "video", "windows", "virtualbox", "3d" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>To my best knowledge, you cannot install your host's adapter in the guest OS, although you can enable 3D acceleration in VirtualBox.</p>\n\n<p>You can find a detailed documentation in the <a href=\"http://www.virtualbox.org/manual/ch04.html#guestadd-3d\" rel=\"nofollow\">correspondin...
[ { "accepted": true, "body": "<p>To my best knowledge, you cannot install your host's adapter in the guest OS, although you can enable 3D acceleration in VirtualBox.</p>\n\n<p>You can find a detailed documentation in the <a href=\"http://www.virtualbox.org/manual/ch04.html#guestadd-3d\" rel=\"nofollow\">corr...
null
null
null
null
null
31660
1
null
2011-03-23T13:13:55.357
0
394
<p>Am a linux newbie and I recently insatalled ubuntu Maverick Meekart on my netbook. I usually use wifi or a wired network for internet.</p> <p>However after using it for a couple of days without a hitch I cannot connect to the internet anymore because whenever a hook the cable to the RJ45 connector or I turn on wifi...
null
235
2011-04-20T22:31:18.053
2011-07-16T18:19:12.933
Wired networking problem on an Acer am350 netbook
[ "10.10", "networking", "wireless", "acer" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Do you have the correct <strong>pass phrase</strong> and <strong>SSID</strong> for the school connection? Otherwise your connection might be rejected.</p>\n\n<p>On the Upper Right Panel, <strong>Left clicking</strong> on the <strong>connection icon</strong>, shows you availab...
null
null
null
null
user12866
31664
1
null
2011-03-23T13:34:52.973
11
5728
<p>I have my pictures very well organized on the harddisk, in this structure:</p> <ul> <li><p>Pictures</p> <ul> <li><p>Canon</p> <ul> <li>Holiday 2010</li> </ul></li> <li><p>Sony</p> <ul> <li>Graduation 2000</li> </ul></li> <li><p>Other Albums</p> <ul> <li>Steves Holiday 2010 Album</li> </ul></li> </ul></li> </ul>...
12869
866
2011-03-23T21:15:08.290
2014-07-29T11:01:24.390
Photo manager that organises by folder structure
[ "software-recommendation", "folder", "photo-management" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2015-10-19T19:02:07.970", "id": "1002155", "postId": "31664", "score": "0", "text": "This was very useful to me. I was using ROX-Filer + feh and it was just tedious to rename files one by one. digikam helps a lot. If one of the answers solved your need, perhaps you could selec...
null
[ { "accepted": null, "body": "<h2><a href=\"https://apps.ubuntu.com/cat/applications/darktable\" rel=\"nofollow noreferrer\">Darktable</a> <a href=\"https://apps.ubuntu.com/cat/applications/darktable\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install darktable\" /></a>...
null
null
null
null
null
31667
1
31671
2011-03-23T13:45:10.703
53
68502
<p>When installing a Linux kernel image package, I got, amongst other errors:</p> <blockquote> <p>No apport report written because MaxReports is reached already</p> </blockquote> <p>Where can I delete old reports so that Apport can resume doing its bug reporting magic again?</p>
1938
22949
2013-01-12T04:54:19.680
2017-10-16T20:24:40.090
What does "No apport report written because MaxReports is reached already" mean?
[ "apt", "apport" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The crash files are gathered in <code>/var/crash</code>.</p>\n\n<p>In a session, if apport collects information, there are also apport files in <code>/tmp/apport.appname...</code>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2024-01-23T13:17:40.803", ...
[ { "accepted": true, "body": "<p>The crash files are gathered in <code>/var/crash</code>.</p>\n\n<p>In a session, if apport collects information, there are also apport files in <code>/tmp/apport.appname...</code>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2024-01-23T...
null
null
null
null
null
31670
1
31673
2011-03-23T14:26:57.783
2
914
<p>For example suppose my IP address is 192.168.1.1</p> <p>Would I be able to have</p> <p>192.168.1.1:5901 connecting to workspace 1 192.168.1.1:5902 connecting to workspace 2</p> <p>etc?</p>
12872
null
null
2011-07-03T01:20:34.507
Is it possible to have a separate remote desktop VNC for each workspace?
[ "remote" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I believe you can do it in case of FreeVNC.</p>\n\n<p>You can find a discussion about this in <a href=\"https://superuser.com/questions/32455/virtual-vnc-screen-workspace\">this superuser.com question</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null,...
[ { "accepted": true, "body": "<p>I believe you can do it in case of FreeVNC.</p>\n\n<p>You can find a discussion about this in <a href=\"https://superuser.com/questions/32455/virtual-vnc-screen-workspace\">this superuser.com question</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwn...
null
null
null
null
null
31672
1
31674
2011-03-23T14:35:49.370
3
307
<p>When I look throw GParted, it shows my home folder using 30.27 GB:</p> <p><img src="https://i.stack.imgur.com/Kdzhw.png" alt="enter image description here"></p> <p>The Disk Usage Analyzer shows 13.3 GB:</p> <p><img src="https://i.stack.imgur.com/SwiWB.png" alt="enter image description here"></p> <p>And the prope...
5304
1992
2011-03-23T14:38:18.633
2011-03-23T14:39:54.033
What is the real usage of my home folder?
[ "home-directory", "disk-usage" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T14:41:21.860", "id": "35502", "postId": "31672", "score": "2", "text": "Watch out there is a difference between the `/home` directory (or partition) and the `/home/user/` directory.", "userDisplayName": null, "userId": "2732" } ]
{ "accepted": true, "body": "<p>The correct usage is the one you see in GParted. According to the properties window, some contents are unreadable. It is also likely that there are symlinks, hidden folders, backup files, etc - giving the varied readings in Disk Usage Analyzer and Folder Properties.</p>\n", "commen...
[ { "accepted": true, "body": "<p>The correct usage is the one you see in GParted. According to the properties window, some contents are unreadable. It is also likely that there are symlinks, hidden folders, backup files, etc - giving the varied readings in Disk Usage Analyzer and Folder Properties.</p>\n", ...
null
null
null
null
null
31675
1
null
2011-03-23T14:40:53.433
5
5578
<p>Previously, I had installed 10.10 with three partitions - <strong>sda1-/boot(ext2) sda2-/(btrfs) sda3- /home(btrfs)</strong>. And I have chosen encrypted home folder. Now on same machine I have installed 10.04 (LTS) with choosing new /boot on same sda1, / on same sda2 (ext4) and <strong>sda3(home) left untouched</st...
10379
20
2011-04-08T21:36:18.693
2019-12-31T00:20:06.420
Decrypt $HOME from Separate Partition after re-install
[ "filesystem", "encryption", "home-directory", "ecryptfs" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You could try to decrypt your home directory with the following command:</p>\n\n<pre><code>sudo ecryptfs-add-passphrase --fnek\nsudo mount -t ecryptfs /home/username /home/username -o key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n,,ecryptfs_en...
null
null
null
null
null
31678
1
null
2011-03-23T15:09:56.403
3
6678
<p>In the gui, mode to mount a disk , I just click the name of the drive in the menu "place", and the disk gets mounted. However, can I mount that drive easily in the text mode (from terminal or command line) just using a command?</p>
null
235
2012-06-19T12:03:37.047
2012-06-23T15:34:14.470
How to mount a ntfs disk in the text mode(from command line)?
[ "command-line", "mount" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You have to create a dir (preferably in <code>/media</code>), for example <code>win</code>. You can do it with <code>sudo mkdir /media/win</code>.</p>\n\n<p>After that you can use the <code>sudo ntfs-3g /dev/device /media/win</code> command. You have to replace the device wit...
null
null
null
null
user8260
31680
1
null
2011-03-23T15:18:25.710
1
60
<p>Am a new linux user and recently installed ubuntu 10.10 on my netbook.however it has this strange bug where whenever i click to open any directory instead it launches the default audio player-audacious.anyone experiencing the same and any suggestions on how i can fix?</p>
null
866
2011-03-23T18:22:43.877
2011-03-23T18:22:43.877
Launches the audio player whenever trying to open any directory
[ "10.10", "sound", "directory" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Been answered before ...happened to me to, here is answer\n<a href=\"http://ubuntuforums.org/showthread.php?p=9520970#post9520970\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?p=9520970#post9520970</a></p>\n", "commentCount": "0", "comments": [], "comm...
null
null
null
null
user12875
31686
1
null
2011-03-23T15:52:34.907
3
415
<p>I'm trying to find a way to automatically switch skydome 'wallpapers' for Compiz Cube based on time, say ten minutes. Having each of my desktops use a different one would be bonus internets.</p> <p>Any help would be awesomely appreciated.</p> <p>Edit: In case anyone's interested, here's a small script you can run ...
null
169736
2014-01-29T20:53:34.437
2014-01-29T20:53:34.437
Time-based skydome change for Compiz Cube + KDE?
[ "compiz", "kde" ]
0
4
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T16:42:00.640", "id": "35519", "postId": "31686", "score": "0", "text": "Was there a reason for removing Kubuntu from my title, other than the fact that Compiz is available for both? I thought it was pretty appropriate considering that I'm running Kubuntu.", "use...
null
[]
null
null
2012-02-19T20:14:12.167
null
user12878
31688
1
31690
2011-03-23T16:33:08.350
2
553
<p>After I boot from my Ubuntu 10.10 cd, how can I access my files in sda3?</p> <p>There's no /dev/sda3 folder here.. (the partition is ext4)</p>
5304
6969
2011-03-23T16:57:42.947
2011-03-23T21:26:53.973
How can I access my files on the computer from a LiveCD?
[ "10.10", "live-cd" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Your files are probably in one of the physically installed Hard Disk Drives which must be mounted in order to gain access to your data.</p>\n\n<p>In Nautilus (or whatever file browser you use) try gaining access to the physically installed disks in the \"Devices\" section of the left...
[ { "accepted": true, "body": "<p>Your files are probably in one of the physically installed Hard Disk Drives which must be mounted in order to gain access to your data.</p>\n\n<p>In Nautilus (or whatever file browser you use) try gaining access to the physically installed disks in the \"Devices\" section of ...
null
null
null
null
null
31691
1
31781
2011-03-23T16:56:06.177
5
268
<p>I'm running Ubuntu 10.10, and am trying to add the <a href="https://stackapps.com/questions/83/stackapplet-stackoverflow-meets-the-gnome-desktop">StackApplet</a> to the panel.</p> <p>The steps I'm following are, just to be sure I'm not doing something obviously wrong:</p> <ol> <li>Right-click on the top panel</li>...
716
-1
2017-04-13T12:25:46.023
2011-03-23T21:55:29.863
Unable to add the Stackapplet to panel
[ "10.10", "gnome-panel", "stackapplet" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The problem is that you are running an older version of StackApplet that is no longer supported and doesn't quite work as well.</p>\n\n<p>You can find the new version (1.4.1 beta) in the <a href=\"https://launchpad.net/~stackapplet-dev/+archive/stackapplet\" rel=\"nofollow noreferrer...
[ { "accepted": null, "body": "<p>StackApplet is run via a different system. run StackApplet from Applications > Accessories. It will then turn itself on then put itself automatically into the system tray.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-23T17:39:3...
null
null
null
null
null
31694
1
null
2011-03-23T17:17:01.327
-1
602
<p>Recently installed Ubuntu 10.10 on my intel PC. After i log in and desktop appears it freezes after sometime. Mouse does not work and neither the keyboard. I have this same problem with Ubuntu 10.04. But i used 9.04 for over an year. There was no such problem with 9.04. Currently I have a dual-boot system setup with...
null
235
2011-10-07T21:13:15.900
2012-01-12T19:33:23.257
Freezes after a period of time on an intel i945
[ "10.10", "intel-graphics", "freeze" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-05-07T16:41:51.437", "id": "44949", "postId": "31694", "score": "0", "text": "I don't know if this could be a valid cause of a freeze but I had same issue with 10.04, 10.10 and even 11.04, and root cause was Google Chrome with Sync enabled, ya that's weird but the problem...
null
[ { "accepted": null, "body": "<p>There is a problem with this chipset. </p>\n\n<p>Try turning visual effects off.</p>\n\n<p><a href=\"https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsIntel\" rel=\"nofollow\">https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsIntel</a></p>\n", "commentCo...
null
0
2012-02-03T00:18:41.013
null
GDS
31707
1
null
2011-03-23T18:10:27.600
1
1815
<p>I have an Ubuntu 10.10 machine hosting a virtual Windows machine on virtualbox. </p> <p>I have 3 servers I connect to using SSH with password authentication, on standard port (22)</p> <p>For some unknown reason, I have one server that I cannot connect to Via SSH using putty/terminal or HTTP via Browser from my Hos...
null
721
2011-03-24T07:59:59.987
2011-07-07T03:27:06.227
Why can't I access my server via SSH or HTTP on my host machine, but i can on a virtual machine?
[ "kubuntu" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Draw a picture of your network setup to make sure there are no other firewall devices intercepting traffic. Use 'netstat -a' to verify that each machine has SSHd listening on it at port 22. Make sure the service called \"iptables\" is temporarily stopped while you try to c...
null
null
null
null
user12887
31710
1
null
2011-03-23T18:33:18.117
3
9320
<p>I installed Sun's JDK and i can't locate it. </p> <p>The one located at <code>/usr/lib/jvm/java-6-sun/</code> is only JRE, where is JDK? </p>
null
139779
2015-11-09T16:39:28.860
2015-11-09T16:39:28.860
Where is Sun's JDK located on the filesystem?
[ "java", "jdk" ]
5
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Install <code>sun-java6-sdk</code> and it'll install the SDK. The SDK and the JRE are separate packages.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-23T19:40:56.697", "id": "35556", "postId": "31715", "s...
null
null
null
null
user12888
31711
1
31718
2011-03-23T18:33:22.213
3
290
<p>It takes about 5 minutes most of the time to hibernate my Ubuntu 10.10. This is unacceptable! Is there a work-around I could use to improve the situation? Thank you.</p>
12885
null
null
2011-03-23T19:02:25.093
Hibernating my Ubuntu 10.10 takes a bit too long
[ "10.10", "hibernate" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Install the uswsusp package. It compresses the data as it writes it out so the process goes faster. 5 minutes seems a bit extreme though, pointing to a more serious hardware problem.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-23T19:42:29.267...
[ { "accepted": true, "body": "<p>Install the uswsusp package. It compresses the data as it writes it out so the process goes faster. 5 minutes seems a bit extreme though, pointing to a more serious hardware problem.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03...
null
null
null
null
null
31712
1
31713
2011-03-23T18:37:15.250
62
18551
<p>I heard about the <a href="https://launchpad.net/askubuntu-lens">Ask Ubuntu Unity Lens</a> over in the <a href="http://chat.stackexchange.com/rooms/201/ask-ubuntu-general-room">chat</a>, and I was wondering how to install it. What are the step-by-step instructions to get it installed, activated and once that's done,...
6005
6005
2012-01-12T23:19:05.443
2020-05-13T12:07:39.490
How do I install the Ask Ubuntu Unity Lens, and how do I use it?
[ "unity", "lenses" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The Ask Ubuntu Lens is a way to search askubuntu.com via your desktop in Unity. You can search for anything on the site. Questions, tags, users, and badges all show up in the search results and then it will take you here.</p>\n<p>Depending on your Ubuntu version:</p>\n<h2>For 12.10 a...
[ { "accepted": true, "body": "<p>The Ask Ubuntu Lens is a way to search askubuntu.com via your desktop in Unity. You can search for anything on the site. Questions, tags, users, and badges all show up in the search results and then it will take you here.</p>\n<p>Depending on your Ubuntu version:</p>\n<h2>For...
null
null
null
null
null
31717
1
null
2011-03-23T19:02:15.947
3
7604
<p>I recently shifted from Windows (Windows7) to Ubuntu (10.10) 64 bit. After installation I performed the usual updates and I received a new kernel version (2.6.35-28-generic).</p> <p>After that I read the post on the address mentioned below:</p> <pre><code>http://osdir.com/ml/ubuntu-users/2011-03/msg00932.html </co...
12886
null
null
2015-10-07T11:19:17.193
Error: cat: /boot/grub/video.lst: No such file or directory
[ "grub2" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-11-27T23:56:25.840", "id": "94325", "postId": "31717", "score": "0", "text": "This question appears to be abandoned and unanswered, could you perhaps add more detail to your question? If this question no longer applies then you can either delete it or answer it yourself i...
null
[ { "accepted": null, "body": "<p>/boot/grub/video.lst holds all the video modes that your machine is capable of. According to the GRUB documentation it is generated by grub-install. I've had no exerience with this problem before but maybe try to reinstall grub.</p>\n", "commentCount": "0", "comments"...
null
null
null
null
null
31724
1
31756
2011-03-23T19:34:31.490
2
3277
<p>Some of the software I want to use has a dependency on development headers of curl library. I did <code>apt-cache search libcurl</code> and see that <code>libcurl4-gnutls-dev</code> and <code>libcurl4-openssl-dev</code> packages provide the necessary development headers.</p> <p>However, when I run <code>sudo apt-ge...
10589
10589
2011-03-23T20:03:50.480
2012-03-20T13:01:43.477
Broken package error while installing development headers for libcurl
[ "10.10", "package-management" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-23T19:47:33.670", "id": "35558", "postId": "31724", "score": "0", "text": "Can you please post the output of `sudo apt-get update` and `sudo aptitude install libcurl4-gnutls-dev`?", "userDisplayName": null, "userId": "9340" } ]
{ "accepted": true, "body": "<p>Try allowing the <code>maverick-security</code> repository. Then update the cache </p>\n\n<pre><code>sudo apt-get update\n</code></pre>\n\n<p>and try installing again.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-23T20:50:57.157", "id": "3...
[ { "accepted": true, "body": "<p>Try allowing the <code>maverick-security</code> repository. Then update the cache </p>\n\n<pre><code>sudo apt-get update\n</code></pre>\n\n<p>and try installing again.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-23T20:50:57.157"...
null
0
null
null
null
31731
1
31748
2011-03-23T19:53:05.920
4
5647
<p>I want to install Ubuntu on a Lenovo ThinkPad T500 that I've got. However, due to some licensing and warranty issues, the recovery section on the disk (the one that enables the "ThinkVantage" button) must remain intact. I install Ubuntu on a dual-boot with a Windows XP partition, and when in Windows, the ThinkVant...
7101
null
null
2011-04-21T00:05:07.313
Install Ubuntu on ThinkPad, recovery section must remain intact
[ "installation", "thinkpad", "data-recovery", "lenovo" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you only need it to work in case you return it and have a bit of cash and a screwdriver I'd seriously consider buying a nice SSD and just replacing the current one. Keep it safe and if you need to return it, just switch it back.</p>\n\n<p>If (for a reason I don't understand) you c...
[ { "accepted": true, "body": "<p>If you only need it to work in case you return it and have a bit of cash and a screwdriver I'd seriously consider buying a nice SSD and just replacing the current one. Keep it safe and if you need to return it, just switch it back.</p>\n\n<p>If (for a reason I don't understan...
null
null
null
null
null
31783
1
31785
2011-03-23T22:13:00.547
6
29719
<p>I'm an Ubuntu newbie and have been trying to install python's easy_install so that I don't have to deal with source files when install Python libraries.</p> <p>I"ve ran the following, and it seems to install the correct applications:</p> <pre><code>sudo apt-get install python-setuptools </code></pre> <p>However, ...
12786
58612
2012-07-08T09:06:03.110
2012-07-08T09:06:03.110
Why do I get "permission denied" errors with Python easy_install?
[ "installation", "python" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The answer is very simple, just run <code>sudo easy_install</code>.</p>\n\n<p>However, if for some reason you don't want to do that, it's also possible to install Python packages in your home directory. The process is described in details in <a href=\"http://www.astropython.org/tutor...
[ { "accepted": true, "body": "<p>The answer is very simple, just run <code>sudo easy_install</code>.</p>\n\n<p>However, if for some reason you don't want to do that, it's also possible to install Python packages in your home directory. The process is described in details in <a href=\"http://www.astropython.o...
null
null
null
null
null
31786
1
31801
2011-03-23T23:08:35.147
181
565622
<p>In Google Chrome, when I go to a login page, a window pops up asking to "Enter password for keyring 'default' to unlock". In most cases, whether I click Cancel or enter my password, the login form gets auto filled anyway.</p> <p>How do I get rid of the popup? I want it to auto login each time, not ask for my system...
1507
158442
2017-08-14T04:14:06.073
2021-10-11T11:36:41.577
Chrome asks for password to unlock keyring on startup
[ "google-chrome", "keyrings" ]
15
6
CC BY-SA 2.5
[ { "creationDate": "2014-03-25T12:48:00.807", "id": "572789", "postId": "31786", "score": "38", "text": "You can start chrome with the command line `google-chrome --password-store=basic` so that it won't ask use the gnome keyring. See: http://code.google.com/p/chromium/wiki/LinuxPasswordStorage ...
{ "accepted": true, "body": "<p>As described <a href=\"https://askubuntu.com/questions/25974/how-do-i-change-the-default-password/25999#25999\">here</a> you can set the keyring password to blank.</p>\n\n<p>Go to System/Preferences/Password and Encryption keys, right click the appropriate folder and click Change Pas...
[ { "accepted": true, "body": "<p>As described <a href=\"https://askubuntu.com/questions/25974/how-do-i-change-the-default-password/25999#25999\">here</a> you can set the keyring password to blank.</p>\n\n<p>Go to System/Preferences/Password and Encryption keys, right click the appropriate folder and click Ch...
null
null
null
null
null
31789
1
31834
2011-03-23T23:32:56.587
1
2437
<p>I'm running Ubuntu desktop 10.04 and on every boot the machine cannot be accessed from outside the LAN. after running <code>sudo route add default gw 192.168.1.1</code> everything works as expected. Is there any way to make this happen on boot? I've tried adding a cron job but that didn't work. any ideas?</p>
12902
236
2013-04-03T19:51:00.030
2013-04-03T19:51:00.030
define static routes at boot
[ "boot", "networking", "server", "10.04", "gateway" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Add the above command to /etc/rc.local</p>\n\n<pre><code> route add default gw 192.168.1.1\n</code></pre>\n\n<p>You need to remove sudo part since /etc/rc.local running as root.\nAnything added to this file will be executed after all other startup programs.</p>\n", "commentCount":...
[ { "accepted": true, "body": "<p>Add the above command to /etc/rc.local</p>\n\n<pre><code> route add default gw 192.168.1.1\n</code></pre>\n\n<p>You need to remove sudo part since /etc/rc.local running as root.\nAnything added to this file will be executed after all other startup programs.</p>\n", "comm...
null
null
null
null
null
31791
1
null
2011-03-23T23:59:56.097
3
12538
<p>I'm planning to buy a new laptop : <a href="http://www.dell.com/us/p/xps-l502x/pd?oc=dndodq1&amp;model_id=xps-l502x" rel="nofollow">http://www.dell.com/us/p/xps-l502x/pd?oc=dndodq1&amp;model_id=xps-l502x</a></p> <p>In this laptop there is a 1024MB NVIDIA® GeForce® GT525M video card.</p> <p>But when i looked on the...
null
235
2011-04-29T20:46:46.263
2014-09-07T21:13:01.657
Is there a driver for a NVIDIA GeForce GT525M?
[ "drivers", "nvidia-optimus" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2011-04-29T21:12:16.997", "id": "42091", "postId": "31791", "score": "0", "text": "possible duplicate of [Laptop with Nvidia Optimus](http://askubuntu.com/questions/36930/laptop-with-nvidia-optimus)", "userDisplayName": null, "userId": "6969" } ]
null
[ { "accepted": null, "body": "<p>Most likely but check here to make sure.\n<a href=\"http://www.ubuntu.com/certification/catalog\" rel=\"nofollow\">http://www.ubuntu.com/certification/catalog</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-05-05T14:33:51.477", ...
null
null
null
null
user12903
31792
1
31796
2011-03-24T00:04:43.840
2
428
<p>I've created new ssh keys on my dev box a while ago. I did:</p> <p>ssh-keygen -t rsa -C "myemail@mail.com"</p> <p>I copy the key to my shared host.</p> <p>Now I need to connect using the credentials on the key right ?</p> <p>What should I write on the command line, in order to connect by using those credentials ...
1446
null
null
2014-05-28T05:28:02.200
Problem with Public-key Authentication
[ "ssh" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You fire up a terminal and you ssh the host</p>\n\n<pre><code>ssh username@host.domain.something \n</code></pre>\n\n<p>if you have your credentials on the server side you ll be asked about the signature of the host and if you have a passprase you will need to provide it(which you don...
[ { "accepted": true, "body": "<p>You fire up a terminal and you ssh the host</p>\n\n<pre><code>ssh username@host.domain.something \n</code></pre>\n\n<p>if you have your credentials on the server side you ll be asked about the signature of the host and if you have a passprase you will need to provide it(which...
null
null
null
null
null
31794
1
null
2011-03-24T00:06:02.017
1
404
<p>I installed ubuntu on my windows machine and during the installation time, I followed the first instruction which is side by side install ubuntu or something. now I can boot windows and ubuntu both pretty nicely. But I am wondering where the ubuntu installed? since I check the disk usage through the file manager on ...
12904
186134
2014-08-06T20:20:16.953
2014-08-06T20:20:16.953
Where on my disk did Ubuntu install to?
[ "system-installation" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Well when you install ubuntu you would have set a specified partition(set amount of hard drive space) for it to install in. It doesn't look any different you would just have let's say 50 GB less hard drive space. If that's what you mean.</p>\n", "commentCount": "0", "...
null
0
null
null
null