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
37483
1
37644
2011-04-28T09:33:55.010
15
19960
<p>After I copy say 50+ GB(30,000 files including different formats) of files from an internal hard drive to an external drive is there any way to find out if everything has been copied correctly? Also if I stop in between by canceling the operation and later say <strong>merge</strong> when continuing the operation wil...
4157
null
null
2017-08-30T19:05:37.907
Check the correctness of copied files
[ "10.10", "backup" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T10:15:19.123", "id": "41502", "postId": "37483", "score": "2", "text": "you may find an [answer here](http://askubuntu.com/questions/12473/file-and-directory-comparison-tool).", "userDisplayName": null, "userId": "3940" } ]
{ "accepted": true, "body": "<p>I'm using <a href=\"http://md5deep.sourceforge.net/\" rel=\"noreferrer\">hashdeep</a> to verify backups/restores and occasionally to check for file system corruption in a RAID.</p>\n\n<p>The speed depends on which hash functions you use (some are more CPU intensive than others) as we...
[ { "accepted": null, "body": "<p>It looks like the perfect task for <a href=\"http://rsync.samba.org/\" rel=\"noreferrer\">rsync</a>. Rsync is comparing and copying diffs.</p>\n\n<p>The <code>rsync</code> utility first popped into my mind when I saw your question. Doing something like below could quickly sh...
null
null
null
null
null
37485
1
null
2011-04-28T10:08:28.380
2
1125
<p>First of all I'm new in using linux and please forgive my bad english.</p> <p>I have an server with Edubuntu LTSP 10.10, a projector and 20 thin clients. On the server I had to install a video card (nvidia chipset driver 260.19.06) with two ports: DVI and VGA so I can connect the projector on the VGA port. After I ...
15194
235
2011-04-28T12:05:07.687
2012-01-03T22:42:02.570
Thin clients video in LTSP changed when adding a new video card to the server
[ "10.10", "nvidia", "ltsp" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T12:05:54.020", "id": "41521", "postId": "37485", "score": "0", "text": "Good question, possibly a bug. Unfortunately I have no idea +1 to question. Have you tried the open source driver?", "userDisplayName": null, "userId": "5768" } ]
null
[ { "accepted": null, "body": "<p>Disable Compiz and reboot everything.</p>\n\n<p><a href=\"http://ubuntuforums.org/showthread.php?t=1154859\" rel=\"nofollow\">Source</a> </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-12-10T21:47:51.870", "id": "98786", ...
null
null
null
null
null
37486
1
null
2011-04-28T10:08:47.000
1
4214
<p>I am a newbie in linux. Recently, I have installed postfix MTA in xubuntu. I just want to know where are all the emails stored in my postfix server. </p>
15185
null
null
2011-05-29T00:54:49.800
Where are all those emails stored in postfix, location of storage of emails so that I could backup?
[ "backup", "email", "postfix", "storage" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>As per the <a href=\"http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard#Directory_structure\" rel=\"nofollow\">Filesystem Hierarchy Standard</a>, mail is stored in <code>/var/mail/</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": ...
null
null
null
null
null
37491
1
null
2011-04-28T11:14:32.287
9
12696
<p>So I have an IBM Thinkpad X31, running natty and xmonad as the window manager. The keyboard is Italian. I wish to use an American English keyboard mapping, all the time. How do I do this? </p>
15197
235
2011-04-28T12:01:01.530
2014-12-15T09:54:25.550
How do I change my keyboard layout while using xmonad?
[ "11.04", "keyboard", "xmonad", "layout" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>To change your keyboard mapping to American English, you run the command <code>setxkbmap us</code>. To integrate it with Xmonad, you <a href=\"http://www.haskell.org/haskellwiki/Xmonad/Frequently_asked_questions#Startup_programs\" rel=\"nofollow\">add it to the startup hook</...
null
null
null
null
null
37496
1
37502
2011-04-28T11:34:58.507
3
7484
<p>I would like to be able to access the files in my desktop at home from anywhere over the Internet.</p> <p>I don't know much, but I think that would involve setting up a FTP server, right? Can you please point me in the right direction - some reference materials and tutorials?</p>
15198
null
null
2011-04-28T12:28:24.767
How to setup a file server over the Internet?
[ "server", "ftp", "files" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I would discourage you to use FTP, as it's a clear text protocol without any security. </p>\n\n<p>Instead, I suggest you use ssh. Then you get both secure remote shell access and file transfer, all in one service. <code>apt-get install openssh-server</code> and you are good to go. Th...
[ { "accepted": null, "body": "<p>You have to:\n1) Be connected to the internet with a static, global IP address. No NAT or VPN bridge or whatever. \n2) Set up an FTP server, the simpler - the better. Be sure not to allow anonymous access accidentaly. </p>\n", "commentCount": "2", "comments": [ ...
null
null
null
null
null
37505
1
37597
2011-04-28T11:53:03.350
1
1854
<p>On <a href="https://help.ubuntu.com/community/MacBookPro" rel="nofollow">Ubuntu MacBookPro support page</a>, I've found info about <a href="https://help.ubuntu.com/community/MacBookPro7-1/Maverick" rel="nofollow">10.10 on MBP 7,1</a> and some info about <a href="https://help.ubuntu.com/community/MacBookPro8-1/Natty"...
15196
15196
2011-04-28T12:10:20.770
2011-05-14T09:39:50.657
11.04 on MacBook Pro 7,1?
[ "11.04", "wireless", "macbook" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T12:04:32.230", "id": "41520", "postId": "37505", "score": "0", "text": "audio and video chipsets would be useful...I have a sneaking suspicion it's a yes. the last problem i remember with debianized and macbookpro was some weirdness with an nvidia sata controller t...
{ "accepted": true, "body": "<p>I've just installed 11.04 on MBP, so I'm gonna answer my own question:</p>\n\n<p>WiFi works. Not exactly out-of-the-box though. The <a href=\"http://ubuntuforums.org/showthread.php?t=1606745\" rel=\"nofollow\">solution for 10.10</a> I've googled has helped in my case. </p>\n\n<p>The ...
[ { "accepted": true, "body": "<p>I've just installed 11.04 on MBP, so I'm gonna answer my own question:</p>\n\n<p>WiFi works. Not exactly out-of-the-box though. The <a href=\"http://ubuntuforums.org/showthread.php?t=1606745\" rel=\"nofollow\">solution for 10.10</a> I've googled has helped in my case. </p>\n\...
null
null
null
null
null
37508
1
37538
2011-04-28T11:56:56.730
1
407
<p>Ubuntu 11.04 has been released.</p> <p>Is it worth to upgrade? </p> <p>My main usage is server side application development, are there interesting features for me in this release? </p>
5770
null
null
2011-04-28T13:16:21.560
What are the new features of Ubuntu 11.04 (Natty Narwhal)?
[ "11.04", "upgrade", "stable-release-updates" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The <a href=\"https://wiki.ubuntu.com/NattyNarwhal/ReleaseNotes\" rel=\"nofollow\">release notes</a> for Natty has just been released - it highlights the key features in the ubuntu server release.</p>\n\n<p>As to \"Is it worth to upgrade\" - that depends on whether the new stuff is w...
[ { "accepted": true, "body": "<p>The <a href=\"https://wiki.ubuntu.com/NattyNarwhal/ReleaseNotes\" rel=\"nofollow\">release notes</a> for Natty has just been released - it highlights the key features in the ubuntu server release.</p>\n\n<p>As to \"Is it worth to upgrade\" - that depends on whether the new st...
null
null
null
null
null
37511
1
null
2011-04-28T12:01:25.553
4
207
<p>Will the next release of Ubuntu make use of the new gnome stuff or will it sill be based on gnome 2 like in 11.04?</p>
15203
235
2011-04-28T12:34:04.767
2011-04-28T21:12:17.550
Is Unity going to use the GNOME 3 stack?
[ "unity", "gnome" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The full details behind what will make it in 11.10 will be decided shortly. However, consider gnome3 backend stuff as close to 100% ! Whether it is gnome 3 or gnome 3.2 is another matter. Keep reading the blogs...</p>\n", "commentCount": "0", "comments": [], "c...
null
null
null
null
null
37514
1
37544
2011-04-28T12:07:32.553
0
6427
<p>My RAID drive was working well with Ubuntu 10.10, but after doing an upgrade I am no longer able to mount my RAID drive. I think it is due to a invalid RAID description similar to this problem: <a href="http://ubuntuforums.org/showthread.php?t=1503104" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1503104<...
15204
null
null
2012-08-30T19:43:28.240
How do I recover my RAID partition after the Ubuntu 11.04 upgrade?
[ "raid" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T12:18:25.707", "id": "41525", "postId": "37514", "score": "0", "text": "if it's done by your mobo it isn't software raid, it's hardware raid. if it didn't work after upgrade and you did the initial install with raid it's software. you may not have mdadm installed ...
{ "accepted": true, "body": "<p>This doesn't really fit the question/answer model of stackexchange, so you may want to create a thread over at ubuntuforums.org. You definitely have a fakeraid and should see <a href=\"http://help.ubuntu.com/community/FakeRaidHowto\" rel=\"nofollow\">http://help.ubuntu.com/community...
[ { "accepted": true, "body": "<p>This doesn't really fit the question/answer model of stackexchange, so you may want to create a thread over at ubuntuforums.org. You definitely have a fakeraid and should see <a href=\"http://help.ubuntu.com/community/FakeRaidHowto\" rel=\"nofollow\">http://help.ubuntu.com/c...
null
null
null
null
null
37519
1
37931
2011-04-28T12:17:25.270
6
12557
<p>I've started using Conky with 11.04 and want to remove its drop shadow. </p> <p>I've tried setting <code>any &amp; !(class=Conky)</code> in the <code>Shadow Windows</code> text box of the <code>Window Decoration</code> section. This works. However, every time I try and use either the global menu or an app indicator...
2373
527764
2017-11-19T19:43:09.543
2017-11-19T19:43:52.553
Removing conky drop shadow
[ "11.04", "compiz", "conky" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>To solve these problems, don't paste the settings for opening in a new window, just delete the code.</p>\n\n<hr>\n\n<p>What to delete (usually if you copied the code, it has this): </p>\n\n<pre><code>#Create own window instead of using desktop (required in nautilus)\nown_window yes\n...
[ { "accepted": null, "body": "<p>I'm not sure how you're editing settings (the <code>Window Decoration</code> section of what?) but I have <code>draw_shades no</code> in my .conkyrc and no drop shadows. <a href=\"http://lifehacker.com/search/conky/\" rel=\"nofollow\">Lifehacker</a> has a whole thread of Conk...
null
null
null
null
null
37520
1
37542
2011-04-28T12:20:34.990
3
356
<p>I have managed to get a user-mode-linux kernel compiled. Now I can debug a kernel as a regular user process and track how it works. This I can do using gdb but I'm much more used to visual debuggers and want to see and work with the code without needing to learn gdb commands. Is there a good wrapper for gdb where...
7823
null
null
2011-06-15T04:02:15.383
best visual debugger for kernel
[ "kernel", "debugging" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can run gdb under emacs and it will track the source code in the other window. You can also open watch windows and such. It also has a bunch of other features that can make reviewing the code easier, such as tags tables which allow you to quickly jump directly to the definition...
[ { "accepted": true, "body": "<p>You can run gdb under emacs and it will track the source code in the other window. You can also open watch windows and such. It also has a bunch of other features that can make reviewing the code easier, such as tags tables which allow you to quickly jump directly to the de...
null
null
null
null
null
37521
1
37533
2011-04-28T12:20:48.823
3
1097
<p>I recently hit the "Remember Currently Running Applications" button and unchecked "Automatically remember ..." and now I seem to be stuck with a lot of stuff on startup. None of it is listed under "Startup Programs" (and what is -- Pidgin, Skype -- launches twice). Is there a way to edit or review the "Currently Run...
13049
13049
2011-04-28T19:01:14.243
2011-04-28T19:01:14.243
Review / edit startup programs rembered by "Remember Currently Running Applications"
[ "10.04", "startup" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>All the applications \"remembered\" are stored in the following folder:</p>\n\n<p>~/.config/gnome-session/saved-session</p>\n\n<p>Use the file-manager to navigate to this folder - remember to use \"View - Show Hidden files\" to see the \".config\" folder.</p>\n\n<p>Use the instructio...
[ { "accepted": true, "body": "<p>All the applications \"remembered\" are stored in the following folder:</p>\n\n<p>~/.config/gnome-session/saved-session</p>\n\n<p>Use the file-manager to navigate to this folder - remember to use \"View - Show Hidden files\" to see the \".config\" folder.</p>\n\n<p>Use the in...
null
null
null
null
null
37525
1
null
2011-04-28T11:40:57.987
0
1763
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/37514/how-do-i-recover-my-raid-partition-after-the-ubuntu-11-04-upgrade">How do I recover my RAID partition after the Ubuntu 11.04 upgrade?</a> </p> </blockquote> <p>My RAID drive was working well with Ubuntu 10.10...
null
-1
2017-04-13T12:23:59.520
2011-04-28T13:19:46.000
How do I recover my RAID partition after the Ubuntu 11.04 upgrade?
[ "raid" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If your RAID is configured on the motherboard and related to the information, that mdadm is'n installed (but i think it's installed, but you never used it?) so it looks like you are using the motherboards raid controller. That means you are useing an hardware RAID.</p>\n\n<p>...
null
null
2011-04-28T20:18:31.023
null
Paul
37530
1
null
2011-04-28T12:45:25.250
0
1708
<p>I have noticed that this version 10.04, all installations that I do .... always shown this error:</p> <p>"PM: Resume disk failed"</p> <p>Mesage This is shown by the command:</p> <pre><code>dmesg | grep-i failed (if i want to test on your system) </code></pre> <p>I've done a search and I know that PM is related t...
11938
235
2011-04-28T12:49:14.637
2011-07-10T05:39:30.653
"PM : Resume disk failed" error
[ "10.04", "power-management" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>It just means that you DIDN'T resume from hibernation. Ignore it ( unless you were TRYING to resume from hibernation ).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T...
null
null
null
null
null
37531
1
37536
2011-04-28T12:45:56.280
33
31734
<p>For a smooth upgrade from 10.04 to 10.10, I would like to remove all packages which are not in the default repositories (e.g. chromium PPA and third-party repositories). What is the easiest way (preferably CLI) to find and remove these packages?</p> <p>Edit: this question is not restricted to PPA's, I have a x2go r...
6969
-1
2017-04-13T12:23:23.123
2017-03-08T09:47:13.383
How do I remove all packages from a certain repository?
[ "package-management" ]
6
1
CC BY-SA 3.0
[ { "creationDate": "2012-05-05T17:23:07.763", "id": "157334", "postId": "37531", "score": "0", "text": "For those who want to remove all external packages, disable all PPAs and use http://code.google.com/p/apt-downgrade/", "userDisplayName": null, "userId": "6969" } ]
{ "accepted": true, "body": "<p>This script can list all packages from a particular server/branch (modifying the two declared variables):</p>\n\n<pre><code>#!/bin/bash\n\nserver=\"http://it.archive.ubuntu.com/ubuntu/\"\nbranch=\"maverick-updates/main\"\n\napt-cache policy $(dpkg -l | awk 'NR &gt;= 6 { print $2 }') ...
[ { "accepted": null, "body": "<p>To at least find them, start by disabling the PPA's and run <code>apt-get update</code>. Then install <code>apt-show-versions</code>. Running <code>apt-show-versions | grep 'No available'</code> will then give you a list of all your installed packages that cannot be found in ...
null
null
null
null
null
37539
1
37566
2011-04-28T13:17:30.593
1
590
<p>Does Cairo on Ubuntu use the X11 or the OpenGL backend?</p> <p>And if someone knows: Does the OpenGL backend render everything on the CPU and then just display it using OpenGL or does it use the shaders to do the rendering? And which OpenGL version/extensions does it require? Is it much faster?</p>
142
3940
2011-04-28T14:47:53.907
2011-11-19T14:08:00.420
Which backend does Cairo use on Ubuntu?
[ "graphics", "opengl", "cairo" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T14:51:41.703", "id": "41577", "postId": "37539", "score": "0", "text": "To get more answers please try to ask questions on a single topic only. You may consider to ask the OpenGL part in a second question.", "userDisplayName": null, "userId": "3940" } ]
{ "accepted": true, "body": "<p>The <a href=\"http://packages.ubuntu.com/maverick/libcairo2\" rel=\"nofollow\">Cairo</a> 2D vector graphics library uses X11 and the X renderer as backend. There are no dependencies on OpenGL.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLi...
[ { "accepted": true, "body": "<p>The <a href=\"http://packages.ubuntu.com/maverick/libcairo2\" rel=\"nofollow\">Cairo</a> 2D vector graphics library uses X11 and the X renderer as backend. There are no dependencies on OpenGL.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null...
null
null
null
null
null
37545
1
null
2011-04-28T13:31:29.883
0
1000
<p>I have an Acer 5720Z which has an S-Video out port. I have been using this port primarily to view videos on my television. This worked perfectly under 9.10, 10.04 and 10.10 but under 11.04 it does not work at all.</p> <p>Under 10.10 I would go into System -> Prefrences -> Monitors and it will pick up the external m...
15211
6005
2012-06-12T15:43:43.017
2012-06-12T15:43:43.017
Why is S-Video Out Not Working on an Acer 5720Z
[ "11.04", "video", "multiple-monitors", "output" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T16:30:37.590", "id": "41629", "postId": "37545", "score": "0", "text": "This is not just on the Acer. There is a forum post I have added my issue to where a Dell user is having a similar issue.", "userDisplayName": null, "userId": "15211" }, { "creat...
null
[ { "accepted": null, "body": "<p>Apparently this is indeed a bug that has been registered on launchpad. It has something to do with xserver-xorg-video-intel </p>\n\n<p>The bug report can be found at <a href=\"https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/763688\" rel=\"nofollow\">ht...
null
null
null
null
null
37548
1
37569
2011-04-28T13:44:31.810
70
203483
<p>Is there any free software available on Ubuntu that can convert a pdf file to a .doc file?</p>
11396
169736
2014-05-10T13:49:06.670
2022-11-12T15:59:22.897
PDF to word conversion software?
[ "software-recommendation", "pdf", "format-conversion" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2016-11-20T16:40:36.597", "id": "1308960", "postId": "37548", "score": "0", "text": "I think the current accepted answer is not the right one because it does not work. Abiword works!", "userDisplayName": null, "userId": "25388" } ]
{ "accepted": true, "body": "<p><code>openoffice</code> (or alternatively the <code>libreoffice</code> fork) both have pdf import plugins and .doc export functionality... though both aspects suffer from conversion issues AFAIK. \nBy this I mean that the conversion fidelity isn't always 100%. </p>\n\n<p><strong>Abiw...
[ { "accepted": true, "body": "<p><code>openoffice</code> (or alternatively the <code>libreoffice</code> fork) both have pdf import plugins and .doc export functionality... though both aspects suffer from conversion issues AFAIK. \nBy this I mean that the conversion fidelity isn't always 100%. </p>\n\n<p><str...
null
null
null
null
null
37552
1
null
2011-04-28T14:04:49.787
5
5172
<p>Does anyone know how to adjust the default width for shell window in Ubuntu, so that I don't have to re-size it every time I open it up?</p>
15218
8844
2011-09-06T17:20:58.070
2013-10-18T11:19:50.370
How do I adjust the terminal shell window width?
[ "gnome-terminal", "window" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T15:04:10.253", "id": "41584", "postId": "37552", "score": "0", "text": "What do you mean by \"Shell Window\"?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2011-09-06T17:33:08.590", "id": "68916", "postId": "37552", "sco...
null
[ { "accepted": null, "body": "<p>Add this to <a href=\"https://github.com/l0b0/tilde/blob/master/.Xresources\" rel=\"nofollow\">~/.Xresources</a> (of course with whatever dimensions you want):</p>\n\n<pre><code>XTerm*VT100.geometry: 96x68\n</code></pre>\n\n<p>Then add this to <a href=\"https://github.com/l0b...
null
null
null
null
null
37554
1
37559
2011-04-28T14:12:36.020
5
1850
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/1441/why-not-use-64-bit-ubuntu">Why not use 64-bit Ubuntu?</a> </p> </blockquote> <p>11.04 is already available. But why 32bit is again recommended and what's "wrong" with x64 ?</p> <p>P.S. I know about <a href="h...
5541
-1
2017-04-13T12:24:29.360
2011-04-28T14:46:46.780
Why (again) Ubuntu's recommended version (for 11.04) is 32bit, not 64bit?
[ "64-bit", "versions", "32-bit" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T14:37:22.527", "id": "41570", "postId": "37554", "score": "0", "text": "I have to admit that this one really puzzles me too. Perhaps most Ubuntu users have <4 GB RAM installed, perhaps Flash is still a problem, perhaps it's rampant conservatism. The Athlon 64 came o...
{ "accepted": true, "body": "<p>There are more 32-bit packages supported compared to the 64-bit set.<br>\nAnd, there is still a wider footprint of 32-bit platforms.<br>\nThis is the reason we still see 32-bit being 'recommended'. </p>\n\n<p>You might be interested in some history -- related to Ubuntu 10.04/10.10, ...
[ { "accepted": true, "body": "<p>There are more 32-bit packages supported compared to the 64-bit set.<br>\nAnd, there is still a wider footprint of 32-bit platforms.<br>\nThis is the reason we still see 32-bit being 'recommended'. </p>\n\n<p>You might be interested in some history -- related to Ubuntu 10.04...
null
null
2011-04-28T15:03:10.377
null
null
37555
1
54408
2011-04-28T14:14:13.937
3
1114
<p>I'm about to purchase a laptop with this graphics card (cheap deal) but I read that ATI cards have issues or may even not work with Natty. Is this true? Is there a way to fix the eventual problem? Are proprietary drivers needed or the included drivers will do fine? Thanks a lot for your advice, if I get the laptop a...
10446
235
2011-04-28T15:38:36.273
2011-07-25T01:49:04.120
Will Unity work with an ATI Mobility Radeon HD 4250?
[ "11.04", "unity", "ati" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T15:48:23.197", "id": "41600", "postId": "37555", "score": "0", "text": "My ATI Mobility Radeon HD 3560 works perfectly with unity, but I had to install the latest driver from the producer. After that minor issue, everything works flawlessly.", "userDisplayName":...
{ "accepted": true, "body": "<p>I am typing this on a laptop with a mobility radeon 4200. It is an AMD Nile chipset, and as of Natty, everything except wireless works out of the box. I had to upgrade to a kernel-ppa for 2.6.39, and then that also worked out of the box. in 2.6.39, unfortunately, the proprietary d...
[ { "accepted": true, "body": "<p>I am typing this on a laptop with a mobility radeon 4200. It is an AMD Nile chipset, and as of Natty, everything except wireless works out of the box. I had to upgrade to a kernel-ppa for 2.6.39, and then that also worked out of the box. in 2.6.39, unfortunately, the propr...
null
null
null
null
null
37556
1
290336
2011-04-28T14:15:17.697
7
13853
<p>I would like to use Empathy for Internet voice chat, but I do not see an option under the Empathy Accounts menu to create a SIP account.</p> <p>How do I set up Internet voice calling in Empathy?</p>
4144
null
null
2013-05-03T22:21:51.143
How do I set up SIP voice calling in Empathy?
[ "empathy", "voip" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T14:31:04.843", "id": "41567", "postId": "37556", "score": "0", "text": "I think you need `telepathy-sofiasip` package installed", "userDisplayName": null, "userId": "1543" } ]
{ "accepted": true, "body": "<p>In 13.04 (and presumably 12.10), telepathy relies on rakia instead of sofiasip, and you need the Ubuntu account SIP module. In other words :</p>\n\n<pre><code>sudo apt-get install telepathy-rakia account-plugin-sip\n</code></pre>\n", "commentCount": "3", "comments": [ { ...
[ { "accepted": null, "body": "<p>According to <a href=\"https://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_my_SIP_account.3F\" rel=\"nofollow\">https://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_my_SIP_account.3F</a>\nyou need to install the <code>telepathy-sofiasip</code> from the Ubuntu Software ...
null
null
null
null
null
37558
1
null
2011-04-28T14:35:39.190
1
314
<p>The Natty betas never implemented Global Menus for LibreOffice. Have Global Menus been implemented in the stable release of Natty?</p>
15220
235
2011-04-28T14:42:16.547
2017-02-25T21:27:47.887
Global application menus implemented for LibreOffice in stable release?
[ "libreoffice", "appmenu" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>It's available but not by default, you need to install this package: </p>\n\n<pre><code>sudo apt-get install lo-menubar\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2...
null
null
null
null
null
37560
1
null
2011-04-28T14:40:17.267
1
3971
<p>When I suspend or hibernate my laptop, the <code>Ksoftirqd/0</code> or <code>Ksoftirqd/1</code> process runs on 100% continuously. I have to reboot or shutdown my laptop then. This happens in Ubuntu 10.04, 10.10, 11.04 and all variants.</p>
15223
25388
2012-03-30T22:43:57.487
2012-03-30T22:43:57.487
Why are Ksoftirqd -processes pushing my CPU-LOAD to 100%?
[ "11.04", "suspend", "hibernate", "process", "cpu-load" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The problem is very probable with the driver of your network card: Google reveals a lot of similar problems elsewhere: like in Finnish <a href=\"http://forums.gentoo.org/viewtopic-t-350202-start-0.html\" rel=\"nofollow\">this</a>.</p>\n\n<p>So simply disable the unnecessary d...
null
null
null
null
null
37563
1
null
2011-04-28T14:45:35.000
3
14550
<p>I have mid-2010 MBP, left of <kbd>1</kbd> it has <kbd>§±</kbd> key, apparently in some older models that are the only ones mentioned in <a href="https://help.ubuntu.com/community/AppleKeyboard" rel="nofollow noreferrer">Ubuntu docs</a>, there used to be the <kbd>`~</kbd> key there. In Ubuntu 11.04 with US-Mac keyboa...
15196
527764
2017-04-04T15:10:53.217
2017-04-04T15:11:59.377
MacBook keyboard layout – swapped keys § and `
[ "11.04", "keyboard-layout", "mac" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Try going to <strong>System > Preferences > Keyboards</strong> and check what layout is being used with the external keyboard. If it differs from the integrated keyboard that is giving you trouble, then just change the layout to the non-swapped one.</p>\n", "commentCount"...
null
null
null
null
null
37564
1
null
2011-04-28T14:46:11.193
2
490
<p>How can I enable sound in Natty? Everything is on but I get no sound.</p>
5955
14356
2011-09-04T20:14:45.360
2012-04-15T19:56:39.977
No sound on an ASUS 1018p
[ "11.04", "sound", "asus" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T17:14:34.907", "id": "41642", "postId": "37564", "score": "3", "text": "Nice work solving it yourself. Once you get the chance, I suggest that you self answer this so it can be marked as solved. :)", "userDisplayName": null, "userId": "6005" }, { "cr...
null
[ { "accepted": null, "body": "<p>Did you go to sound preferences and see if the laptops inbuilt speaker is default? .Also see if you enabled Ubuntu sounds</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-28T16:58:18.147", "id": "41639", "postId": "37...
null
null
null
null
null
37568
1
37573
2011-04-28T14:58:02.690
11
22778
<p>I can't find the new <code>11.04</code> version of the netbook edition on the ubuntu webpages. Also my <a href="http://www.nic.funet.fi/pub/mirrors/releases.ubuntu.com//natty/" rel="noreferrer">mirror</a> does not contain any netbook iso's.</p> <p>Has Ubuntu for Netbooks died?</p>
1418
14356
2012-05-05T10:10:44.277
2019-03-29T01:26:58.823
Where is the netbook edition?
[ "ubuntu-netbook" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It's merged into the Desktop edition.</p>\n<p>From <a href=\"http://en.wikipedia.org/wiki/Ubuntu_Netbook_Edition\" rel=\"nofollow noreferrer\">wikipedia</a>:</p>\n<blockquote>\n<p>Beginning with version 10.10, Ubuntu Netbook Edition uses the Unity desktop as its desktop interface. Th...
[ { "accepted": null, "body": "<p>Yes, it merged with the desktop version.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T15:01:37.087", "id": "37570", "lastActivityDate": "2011-04-28T15:01:37.0...
null
null
null
null
null
37571
1
null
2011-04-28T15:01:46.507
2
1712
<p>I am struggling to make a 32bit application (related to adobe AIR) work on my 64bit Ubuntu system. The application starts fine but there is no sound. After running the application from the terminal, I've noticed the following error messages:</p> <pre><code>/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: wrong EL...
13997
235
2011-05-01T19:03:16.717
2011-05-01T19:03:16.717
Resolving dependencies related to 32 bit libraries on 64 bit
[ "64-bit", "adobe-air" ]
0
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T16:09:57.547", "id": "41622", "postId": "37571", "score": "0", "text": "Actually, the error means that it tries to load a 64 bits library which is impossible for a 32 bits applications. 32 bits libraries should be present in `/usr/lib32`.", "userDisplayName": nu...
null
[]
null
null
2012-02-18T22:19:03.103
null
null
37572
1
null
2011-04-28T15:03:59.640
0
1986
<p>Short story: When doing a clean Natty install, is it possible to salvage the old desktop icon locations and bring them into the new user desktop?</p> <p>Long story: I accidentally the graphics driver earlier today, but thankfully, Natty came out and I can do a clean install. All the files are backed up and there wo...
7693
null
null
2011-04-28T17:27:23.820
How would I store desktop icon placement?
[ "gnome", "nautilus", "backup", "re-installation" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2015-01-13T19:52:10.190", "id": "790865", "postId": "37572", "score": "0", "text": "See this question and it's accepted answer:\r\nhttp://askubuntu.com/questions/573348/desktop-icon-position-programmatically-access-and-manipulate", "userDisplayName": null, "userId": "2...
null
[ { "accepted": null, "body": "<p>You can backup the panel copying the folder <code>~/.gconf/apps/panel</code> or (a better way) </p>\n\n<pre><code>gconftool --dump /apps/panel &gt; /backupfolder/panelbackup.xml \n</code></pre>\n\n<p>And to restore: </p>\n\n<pre><code>gconftool --load /backupfolder/panelba...
null
null
null
null
null
37575
1
null
2011-04-28T15:08:16.053
4
2322
<p>My internet is pretty slow on one of my Ubuntu computers and it is running 10.10. I just want to know if I am able to update to 11.04 through my flash drive. I would like to know. Thank You.</p>
15226
null
null
2011-04-28T15:23:20.613
How to update to 11.04 through flash drive?
[ "10.10", "11.04", "flash", "updates", "drive" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If you've spare disk space, you do not even need a flash drive.\nFollow the <a href=\"https://help.ubuntu.com/community/NattyUpgrades#Upgrading%20Using%20the%20Alternate%20CD/DVD\" rel=\"nofollow\">upgrade instructions from the Ubuntu Wiki</a>.</p>\n\n<ol>\n<li>Downloading th...
null
null
null
null
null
37580
1
null
2011-04-28T15:23:12.863
1
778
<p>I have a laptop configured with dual boot (Ubuntu and win7). Partition in which Ubuntu in installed is running out of space(alloted only 15 GB space earlier).I want to use one of my empty partition for Ubuntu. As far as I know I think I have two option to do that to increase the Ubuntu partition size first is to mer...
11645
null
null
2011-06-10T21:00:04.773
Increasing ubuntu partition space
[ "partitioning", "hard-drive", "gparted" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You should move your /home directory to the other partition. See <a href=\"https://askubuntu.com/questions/5484/how-can-i-move-my-home-directory-to-another-partition-if-its-already-part-of-th\">How can I move my /home directory to another partition if it&#39;s already part o...
null
null
null
null
null
37582
1
37592
2011-04-28T15:27:53.060
8
3280
<p>I just installed Natty on my laptop and I noted that my Tomboy applet is missing. I click over panel and choose <strong>Add to panel</strong> to try find it but it isn't there.</p> <p>Are there some way to restore this applet? I like it so much!</p>
15228
235
2011-04-28T18:10:13.590
2021-01-17T20:37:12.137
Where is the Tomboy panel applet?
[ "11.04", "gnome-panel", "applet", "tomboy" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'm making the assumption you are running the Unity Interface - if you are using the classic Gnome interface then the following doesnt apply to you.</p>\n\n<p>In Unity, all the previous Gnome Panel applets will not work - except if they were Application Indicators. Unity doesnt allo...
[ { "accepted": true, "body": "<p>I'm making the assumption you are running the Unity Interface - if you are using the classic Gnome interface then the following doesnt apply to you.</p>\n\n<p>In Unity, all the previous Gnome Panel applets will not work - except if they were Application Indicators. Unity doe...
null
null
null
null
null
37584
1
37587
2011-04-28T15:32:56.363
10
3906
<p>I upgraded from 10.10 to 11.04 today, so I'm using Unity now, and Dropbox has disappeared from the indicator area. It still works, but it's hard to use now. </p> <p>I've already tried removing it and reinstalling from the site. I noticed that this readds the dropbox repository to the APT sources (the upgrade disabl...
2071
11069
2011-04-28T16:07:41.310
2013-02-19T22:22:21.987
Dropbox gone from indicator area after upgrade to 11.04
[ "11.04", "unity", "indicator", "dropbox" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T15:41:53.563", "id": "41597", "postId": "37584", "score": "0", "text": "I have it running fine on a clean 11.04 install and I confirm it does still show a `maverick` repo installed, so you can at least rule that out as part of the problem.", "userDisplayName": n...
{ "accepted": true, "body": "<p>have you checked if it's actually running? possibly you run a non-current release of dropbox, and just the indicator has vanished. dropbox only recently added indicator-applet compatibility, which is needed for natty.</p>\n\n<p>upgrade dropbox by running</p>\n\n<pre><code>dropbox sto...
[ { "accepted": true, "body": "<p>have you checked if it's actually running? possibly you run a non-current release of dropbox, and just the indicator has vanished. dropbox only recently added indicator-applet compatibility, which is needed for natty.</p>\n\n<p>upgrade dropbox by running</p>\n\n<pre><code>dro...
null
null
null
null
null
37589
1
37609
2011-04-28T15:44:43.333
10
24730
<p>Everything was working great about 3 hours ago on my maverick machine.Then an issue cropped up.</p> <p>I ran the command <code>chown -R someuser:somegroup .*</code>, and before I had noticed the <code>.</code>, I hit <kbd>Enter</kbd>, and this mistake made that half my system was owned by <code>someuser</code> bef...
14909
829702
2019-12-20T10:05:00.230
2021-08-15T21:47:35.383
ALSA permissions
[ "permissions", "alsa" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Okay, I got lucky, and noticed that the ACLs weren't set in /dev/snd</p>\n<p>Just in case anyone happens upon a similar problem, I managed to fix it:</p>\n<pre><code>sudo setfacl -m u:$USER:rw /dev/snd/*\n</code></pre>\n<p>If anyone sees a problem with this, please respond in the com...
[ { "accepted": true, "body": "<p>Okay, I got lucky, and noticed that the ACLs weren't set in /dev/snd</p>\n<p>Just in case anyone happens upon a similar problem, I managed to fix it:</p>\n<pre><code>sudo setfacl -m u:$USER:rw /dev/snd/*\n</code></pre>\n<p>If anyone sees a problem with this, please respond in...
null
null
null
null
null
37590
1
null
2011-04-28T15:50:22.023
34
109338
<p>Tonight I upgraded to 11.04. Problems. Once I had finished the upgrade, I restarted my computer as it told me too. When I got past the ubuntu 11.04 (purple background orange dots), it simply went to the terminal and asked me to log in. I tried to restart the X server with "sudo service gdm restart" but no display po...
3330
235
2011-05-03T00:13:18.293
2017-02-14T04:58:20.180
NVIDIA drivers not working after upgrade. Why can I only see terminal?
[ "11.04", "xorg", "nvidia" ]
7
4
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T15:57:08.497", "id": "41604", "postId": "37590", "score": "2", "text": "Did you remove the /etc/X11/xorg.conf file first, then reboot, then try to activate the Additional Drivers version of the NVIDIA driver?", "userDisplayName": null, "userId": "14356" },...
null
[ { "accepted": null, "body": "<p>You will need to boot into recovery mode, then issue <code>apt-get remove --purge nvidia-current</code> on the root terminal, followed by <code>apt-get install nvidia-current</code> - to rebuild the nvidia driver for the new kernel. I had this problem as well when I upgraded....
null
null
null
null
null
37591
1
37598
2011-04-28T15:51:15.057
5
288
<p>If unity is shipped by default, and using CompizConfigSettings is recommended for configuration, shouldn't CompizConfigSettings Manager be installed along with it?</p>
15233
1992
2011-06-06T23:39:20.033
2011-06-07T00:10:46.330
Why isn't CompizConfigSettings Manager installed along side Unity?
[ "unity", "compiz", "settings" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-06-07T00:10:46.330", "id": "52355", "postId": "37591", "score": "0", "text": "Acually you don't need ccsm these days to configure unity there are settings in gconf2 or the newer dconf-tools from the software centre. If you want a gui then you can use confity see http://ww...
{ "accepted": true, "body": "<p>As said by Mark Shuttleworth in the Bug Report that I filed asking the exact same thing,</p>\n\n<blockquote>\n <p>No, ccsm should not be installed by default. There are no options in Unity\n through CCSM which are encouraged for\n end-user experimentation. Anything\n there can an...
[ { "accepted": null, "body": "<p>As you have found, Canonical decided, either there wasnt enough space on the CD, or that they didnt consider this option as essential. Can I suggest you make this suggestion via their <a href=\"https://lists.ubuntu.com/#Development+Lists\" rel=\"nofollow\">Mailing Lists</a>?...
null
null
null
null
null
37596
1
37863
2011-04-28T16:09:47.413
0
1790
<p>i'm using Realtek audio card in MSI GX620 Laptop</p> <pre><code>$ cat /proc/asound/card0/codec#* | grep Codec Codec: Realtek ALC1200 Codec: Motorola Si3054 Codec: Nvidia MCP78 HDMI $ uname -a Linux machine 2.6.32-31-generic-pae #61-Ubuntu SMP Fri Apr 8 20:00:13 UTC 2011 i686 GNU/Linux </code></pre> <p>I'm using U...
8825
8825
2011-04-29T07:00:34.137
2011-05-30T00:55:20.873
Realtek ALC1200 Sound input
[ "10.04", "sound", "alsa", "realtek", "input" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I've succeed! I' just needed to mess around with:</p>\n\n<pre><code>$ alsamixer -c 0\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T07:00:10.173", "id": "37863", "lastActi...
[ { "accepted": true, "body": "<p>I've succeed! I' just needed to mess around with:</p>\n\n<pre><code>$ alsamixer -c 0\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T07:00:10.173", "id": ...
null
null
null
null
null
37600
1
null
2011-04-28T16:29:13.020
10
15012
<p>Everything I read said that the GNOME 3 PPA for Natty would be very experimental, cause sudden death, etc until April 28th. Well, today is April 28th, so if I start using GNOME 3 from the PPA will it work entirely correctly now?</p>
15240
6005
2011-04-28T23:01:54.160
2011-05-22T13:59:56.167
Gnome 3 ppa was unstable until April 28th, so is it ok now?
[ "11.04", "ppa", "gnome" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T23:07:05.053", "id": "41760", "postId": "37600", "score": "1", "text": "I think it will still break Unity.", "userDisplayName": null, "userId": "13755" } ]
null
[ { "accepted": null, "body": "<p>I read (<a href=\"https://askubuntu.com/questions/34750/how-to-install-gnome-3-without-breaking-unity\">source</a>) that GNOME 3 will break Unity in 11.04 and the issue won't be fixed until 11.10.</p>\n\n<p>If you don't mind losing Unity, there probably is a way to get GNOME ...
null
null
null
null
null
37601
1
37673
2011-04-28T16:29:56.113
1
2830
<p>Btrfs currently lacks fsck, risking corruption if there's a power failure. To what extent, if at all, would creating a btrfs filesystem within a RAID5 array mitigate this?</p>
15237
null
null
2017-07-31T08:48:32.223
Resilience of Btrfs inside RAID5
[ "raid", "btrfs", "fsck" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>AFAIK it would make no difference. </p>\n\n<p>RAID is an abstraction layer for physical disks, it makes multiple disks/partitions look like a single \"block device\" to the file system. Some RAID levels (including RAID1 and RAID5) can handle physical disk failures transparently: Remo...
[ { "accepted": true, "body": "<p>AFAIK it would make no difference. </p>\n\n<p>RAID is an abstraction layer for physical disks, it makes multiple disks/partitions look like a single \"block device\" to the file system. Some RAID levels (including RAID1 and RAID5) can handle physical disk failures transparent...
null
null
null
null
null
37602
1
37615
2011-04-28T16:31:43.897
10
7762
<p>Is there something equivalent to <code>gnome-gmail-notifier</code> for Unity and Unity 2D on Ubuntu 11.04/11.10?</p> <p>'equivalent' means that it must notify about new emails from multiple normal GMail and Google Apps GMail accounts.</p>
15155
15155
2011-10-20T22:48:36.163
2012-08-19T20:40:38.020
Is there a Gmail notifier that works with multiple accounts?
[ "11.04", "unity", "11.10", "unity-2d", "gmail" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Ok, self answering my question.</p>\n\n<p><code>gnome-gmail-notifier</code> works on Unity and Unity 2D too if you follow these steps:</p>\n\n<ol>\n<li>type in Terminal:<br>\n<code>gsettings set com.canonical.Unity.Panel systray-whitelist \"['all']\"</code></li>\n<li>log out</li>\n<l...
[ { "accepted": null, "body": "<p>You can install the package <a href=\"https://launchpad.net/ubuntu/+source/gm-notify\" rel=\"nofollow\">gm-notify</a> [<a href=\"http://apt.ubuntu.com/p/gm-notify\" rel=\"nofollow\">Install gm-notify</a>]</p>\n\n<p>Otherwise, open up the Software Center (on the launcher), the...
null
null
null
null
null
37603
1
37606
2011-04-28T16:36:46.527
0
97
<p>Gnome-Do just drove my CPU to 100% for over a minute for no apparent reason. Had to kill the process to stop the fans from blowing themselves apart.</p> <p>I had other problems with Gnome-Do - sometimes it doesn't recognize any command. I have to restart it so that it can become of any use. I really like the idea a...
15198
null
null
2011-08-15T02:36:33.380
Gnome-Do - shouldn't it be more stable?
[ "bug-reporting", "gnome-do" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This is probably this already existing bug report - chime in there..\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-do/+bug/626308\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/gnome-do/+bug/626308</a></p>\n\n<p>A good alternative would be Synapse - <a href...
[ { "accepted": true, "body": "<p>This is probably this already existing bug report - chime in there..\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-do/+bug/626308\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/gnome-do/+bug/626308</a></p>\n\n<p>A good alternative would be Synapse -...
null
null
null
null
null
37604
1
37634
2011-04-28T16:37:41.287
1
6700
<p>I need to upload a file to a server.</p> <p>The server uploads using SFTP. After authentication, any command execution is forbidden, so I cannot SSH directly in, I need to get directly into the SFTP subsystem.</p> <p>For instance.</p> <p><code>ssh -N user@example.com</code> works fine, except I can't SFTP anythin...
11239
null
null
2013-08-02T12:45:15.133
SFTP upload script, there is no key
[ "ssh", "scripts", "cron", "sftp" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Install <a href=\"http://expect.sourceforge.net/\" rel=\"nofollow\">Expect</a> that lets you script for situations like this.</p>\n\n<p><code>sudo apt-get install expect</code></p>\n\n<p>Set up a shell script</p>\n\n<pre><code>#!/bin/bash\nHOST=\"\"\nUSER=\"\"\nPASS=\"\"\n\n# Sorry f...
[ { "accepted": null, "body": "<p>I think that if you create a ssh key <em>without</em> protecting it with a \"passphrase\", you can skip the keyboard interactive part and thus easily create the upload script you need. <a href=\"http://www.electrictoolbox.com/article/linux-unix-bsd/create-rsa-dsa-keys-ssh/\" ...
null
null
null
null
null
37608
1
37728
2011-04-28T16:46:39.170
15
687
<p>When I plug an external monitor into my laptop, the laptop screen is still considered my <em>primary display</em>. Since my laptop is on the right of my external monitor, I now have the Launcher sort of "in the middle". </p> <p>How do I get the Launcher and the BFB onto my external monitor?</p>
1067
null
null
2011-11-28T21:23:40.973
How can I put the Launcher on the other display?
[ "11.04", "unity", "multiple-monitors" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>currently there is no way to chose which monitor the launcher shows up on. there is an open bug about this issue <a href=\"https://bugs.launchpad.net/unity/+bug/742544\" rel=\"nofollow\">on launchpad</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "201...
[ { "accepted": true, "body": "<p>currently there is no way to chose which monitor the launcher shows up on. there is an open bug about this issue <a href=\"https://bugs.launchpad.net/unity/+bug/742544\" rel=\"nofollow\">on launchpad</a>.</p>\n", "commentCount": "1", "comments": [ { "cre...
null
null
null
null
null
37611
1
39092
2011-04-28T17:02:08.057
1
225
<p>are there open source apps eqivalent to Cursor FX? </p>
12846
null
null
2011-05-02T05:32:33.453
Open source cursor animations apps
[ "11.04" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Try xcursorgen, it let's you create both static and animated cursors for Linux. A good guide which utilizes xcursorgen is located <a href=\"http://www.ehow.com/how_5026012_make-cursors-file-ubuntu.html\" rel=\"nofollow\">here!</a></p>\n", "commentCount": "0", "comments": [], "c...
[ { "accepted": true, "body": "<p>Try xcursorgen, it let's you create both static and animated cursors for Linux. A good guide which utilizes xcursorgen is located <a href=\"http://www.ehow.com/how_5026012_make-cursors-file-ubuntu.html\" rel=\"nofollow\">here!</a></p>\n", "commentCount": "0", "comment...
null
null
null
null
null
37612
1
37613
2011-04-28T17:02:14.877
8
266
<p>I have been running 10.10 on my laptop and like it. I would like to upgrade my 10.04 LTS box at home by just enabling normal releases in update manager. </p> <p>Should this work, or have I caused a problem by waiting past the 11.04 release? </p>
49
null
null
2011-04-28T17:03:57.853
Now that 11.04 is out will 10.04 still upgrade to 10.10?
[ "10.10", "10.04", "upgrade" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Your box will still prompt you for 10.10. </p>\n\n<p>If you skip a release you have to upgrade to that first before going on to the next one. The one exception where skipping works is LTS-to-LTS upgrades.</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/34430/how-to-upgrade...
[ { "accepted": true, "body": "<p>Your box will still prompt you for 10.10. </p>\n\n<p>If you skip a release you have to upgrade to that first before going on to the next one. The one exception where skipping works is LTS-to-LTS upgrades.</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/34430/how-to...
null
null
null
null
null
37617
1
null
2011-04-28T17:30:03.457
3
1409
<p>This question might be answered, but I would like to get an answer. I should have 11.04 Beta 2, but because I have updated the packages, then I guess I have 11.04 "Retail". And I have an ATI Radeon HD 4800 video card. When I was using Ubuntu 10.10, then effects, for example the Wobbly Windows, were very fast and loo...
15247
null
null
2011-04-28T22:47:50.093
My ATI Radeon Video Card still has quite bad performance in Ubuntu 11.04
[ "11.04", "ati" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T19:14:26.220", "id": "41660", "postId": "37617", "score": "0", "text": "I'm facing the exact same problem. I tried updating drivers, changing Compiz settings and even disabling Unity, still no luck. Used to work like a charm on 10.10 and 10.04.", "userDisplayNam...
null
[ { "accepted": null, "body": "<p>Try installing the latest ati catalyst - <a href=\"http://www.webupd8.org/2011/04/amd-ati-catalyst-114-released-just-in.html\" rel=\"nofollow\">ati-catalyst-114</a> or try the steps given in this blog - <a href=\"http://www.linoob.com/2011/04/installing-hardware-drivers-in-ub...
null
null
null
null
null
37618
1
43791
2011-04-28T17:37:11.063
42
84387
<p>I recently purchased a laptop with a sandy bridge CPU that is supposed to have <a href="http://en.wikipedia.org/wiki/Intel_Turbo_Boost">turbo boost</a>. Is turbo boost supported in 11.04? How can I tell if it's working?</p> <p>I tried <a href="http://code.google.com/p/i7z/">this</a> but it seems to only detect <a h...
693
158442
2018-01-03T13:40:53.233
2021-06-02T07:20:01.900
Is Turbo Boost Working?
[ "intel", "turbo-boost" ]
7
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>11.04 runs the 2.6.38 kernel which is supposed to work well with Sandy Bridge CPUs.</p>\n<p>You can open a terminal and run <code>grep MHz /proc/cpuinfo</code>. Then open a second terminal tab and run a loop like <code>while :; do :; done</code>. In the first terminal, run <code>grep...
[ { "accepted": true, "body": "<p>11.04 runs the 2.6.38 kernel which is supposed to work well with Sandy Bridge CPUs.</p>\n<p>You can open a terminal and run <code>grep MHz /proc/cpuinfo</code>. Then open a second terminal tab and run a loop like <code>while :; do :; done</code>. In the first terminal, run <c...
null
null
null
null
null
37619
1
null
2011-04-28T17:37:42.090
1
445
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/35277/install-on-toshiba-ac100">Install on Toshiba ac100</a> </p> </blockquote> <p>I have an ac100 and know that there is the possibility to flash a custom kernel and boot Ubuntu that way. Also, there are several k...
4670
-1
2017-04-13T12:25:03.983
2011-07-05T13:59:24.733
What kernels exist for Toshiba's ac100 and where to get them?
[ "installation", "kernel", "arm", "ac100" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2012-11-03T09:46:43.770
null
null
37622
1
null
2011-04-28T17:47:52.057
3
686
<p>I just installed Natty 64 bit. I love those Notify-OSD notifications in Rhythmbox but in Banshee they are not here. I guess that this is because of we can't minimize apps to tray (only to launcher). </p> <p>So I installed Rhythmbox again... Notify OSD notifications works fine here but in this case I can't see Rhyth...
15243
6005
2011-04-28T22:55:14.670
2011-09-12T19:38:26.923
Banshee doesn't support bubble notifications? (libnotify)
[ "11.04", "unity", "rhythmbox", "banshee", "notify-osd" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T22:52:56.093", "id": "41752", "postId": "37622", "score": "2", "text": "It should work. Check your Banshee extensions.", "userDisplayName": null, "userId": "6005" } ]
null
[ { "accepted": null, "body": "<p>It should be working. Check your Banshee extensions.</p>\n\n<p>Open Banshee. Go to Edit > Preferences > In the General Tab select Show Banshee in Sound Menu under Miscellaneous.</p>\n\n<p>Also under the Extensions tab check if you have Sound Menu Integration checked. If not c...
null
null
null
null
null
37626
1
null
2011-04-28T18:18:46.513
5
1955
<p>Is there a way of installing elementary theme in natty?</p>
15253
235
2011-04-28T18:22:26.977
2012-10-12T10:21:29.417
How do I install the Elementary theme?
[ "11.04", "themes", "elementary-theme" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You can find it <a href=\"http://gnome-look.org/content/show.php/elementary_pbr_unity?content=141135\" rel=\"nofollow\">here</a> along with the explanation I'm quoting here :</p>\n\n<blockquote>\n <ol>\n <li>Backup and/or rename the original Ambiance theme.</li>\n <li>If y...
null
null
null
null
null
37629
1
null
2011-04-28T18:25:34.077
23
29188
<p>Unity won't run on my new Ubuntu 11.04 install (with a Nvidia GeForce GO 7400). Ubuntu classic desktop works though, I tried all different drivers provided in the repositories. </p> <p>Doing <kbd>System</kbd> → <kbd>Administration</kbd> → <kbd>Additional Drivers</kbd> gives me a warning : </p> <blockquote> <p>Th...
15256
170070
2014-05-23T05:57:48.503
2014-05-23T05:57:48.503
Geforce Go 7300/7400 Blacklisted, Can I Still Run Unity?
[ "11.04", "unity", "nvidia" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You can actually try unity-2D:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/21686/how-do-i-install-the-unity-2d-desktop\">How do I install and switch to the Unity 2D desktop?</a></li>\n</ul>\n", "commentCount": "1", "comments": [ { "creatio...
null
null
null
null
null
37630
1
37631
2011-04-28T18:26:09.373
2
520
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/22747/how-to-upgrade-from-ubuntu-10-10-to-11-04">How to upgrade from Ubuntu 10.10 to 11.04?</a> </p> </blockquote> <p>I wonder, is it safe upgrade 10.10 to 11.04, probably sometimes upgrade gives problems...</p>
3005
-1
2017-04-13T12:23:09.107
2011-04-28T19:22:02.547
Upgrade 10.10 to 11.04
[ "11.04", "upgrade" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>In general, the answer is yes. For most people the update process will work seamlessly.</p>\n\n<p>There are however always risks. A driver in the new version could be not working as good with your hardware as the previous version. Or something in the upgrade process could be going wr...
[ { "accepted": true, "body": "<p>In general, the answer is yes. For most people the update process will work seamlessly.</p>\n\n<p>There are however always risks. A driver in the new version could be not working as good with your hardware as the previous version. Or something in the upgrade process could be ...
null
null
2011-10-09T00:45:57.080
null
null
37632
1
null
2011-04-28T18:35:16.680
81
150124
<p>Are there any alternatives to Microsoft Office Visio for Ubuntu?</p>
3005
169736
2013-11-29T17:00:39.577
2020-12-09T09:10:06.683
Is there an alternative to Microsoft Office Visio?
[ "software-recommendation", "visio" ]
14
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Install <a href=\"http://packages.ubuntu.com/Dia\" rel=\"nofollow noreferrer\">Dia</a> <a href=\"http://apt.ubuntu.com/p/Dia\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install Dia\"></a> using the Ubuntu Software Centre.</p>\n", "co...
null
null
null
null
null
37639
1
37675
2011-04-28T19:00:42.613
1
1804
<p>I tried to upgrade 10.04 -> 11.04. Long story short, i had to terminate the upgrade process, and now i can't start it again. It says different stuff about broken packages, dependencies, and i have no idea how to fix this. Here's what i've tried:</p> <pre><code>You have 2 broken packages on your system! Use the "Br...
14462
235
2011-04-28T21:31:57.877
2011-04-28T21:31:57.877
Tried to upgrade from 10.04 -> 11.04, how to fix broken packages?
[ "upgrade" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You said that you tried to upgrade from 10.04 straight to 11.04. Please can you confirm that you upgraded to 10.10 first before upgrading to 11.04? If you didn't, then this is you key problem. The correct upgrade path is 10.04 --> 10.10 --> 11.04.</p>\n\n<p>If you havent upgraded ...
[ { "accepted": true, "body": "<p>You said that you tried to upgrade from 10.04 straight to 11.04. Please can you confirm that you upgraded to 10.10 first before upgrading to 11.04? If you didn't, then this is you key problem. The correct upgrade path is 10.04 --> 10.10 --> 11.04.</p>\n\n<p>If you havent u...
null
null
null
null
null
37641
1
37649
2011-04-28T19:05:56.503
5
92
<p>I'm using Launchpad to host the code for my masters project and would like to host file that are ancillary to the project, such as documentation in PDF format, alongside the code. I've been looking around my project page but have been unable to find anything that looks like it will do this. Is there a 'file upload' ...
null
1992
2011-09-14T22:02:13.547
2011-09-14T22:02:13.547
Hosting files, such as PDFs, alongside your code on Launchpad
[ "programming", "development", "launchpad" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Just push them as you would any regular file. I don't know of any file hosting mechanism on Launchpad, but then, it's not likely to find such a thing on any other code hosting site either.</p>\n\n<p>If you create a new branch though, you can push just about any file type there.</p>\n...
[ { "accepted": true, "body": "<p>Just push them as you would any regular file. I don't know of any file hosting mechanism on Launchpad, but then, it's not likely to find such a thing on any other code hosting site either.</p>\n\n<p>If you create a new branch though, you can push just about any file type ther...
null
null
null
null
user2405
37642
1
37646
2011-04-28T19:08:11.010
0
76
<p>I'm going through the contents of <code>.config/gnome-settings/saved-session</code> per <a href="https://askubuntu.com/questions/37521/review-edit-startup-programs-rembered-by-remember-currently-running-applicatio/37533#37533">Review / edit startup programs rembered by &quot;Remember Currently Running Applications&...
13049
-1
2017-04-13T12:24:11.043
2017-02-25T21:39:51.543
What is this "slab" that I am seeing in my session file?
[ "10.04", "startup", "session" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Just a guess but did you per chance install <a href=\"https://launchpad.net/ubuntu/+source/gnome-main-menu\" rel=\"nofollow noreferrer\">gnome-main-menu</a> at some point? It was known as \"the slab\" and depends on libslab.</p>\n", "commentCount": "1", "comments": [ { ...
[ { "accepted": true, "body": "<p>Just a guess but did you per chance install <a href=\"https://launchpad.net/ubuntu/+source/gnome-main-menu\" rel=\"nofollow noreferrer\">gnome-main-menu</a> at some point? It was known as \"the slab\" and depends on libslab.</p>\n", "commentCount": "1", "comments": [...
null
null
null
null
null
37648
1
null
2011-04-28T19:15:02.213
1
880
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9865/how-can-i-configure-unitys-launcher-auto-hide-behavior">How can I configure Unity&#39;s launcher auto-hide behavior?</a> </p> </blockquote> <p>Hey,</p> <p>I alway will see may menu bar on the left site. So I ...
15267
-1
2017-04-13T12:23:28.223
2011-04-28T19:24:41.220
How can I set up that the menu bar on the left is always shown?
[ "11.04", "unity", "launcher" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Install CCSM (CompizConfig Settings Manager) from the Software Center. Open it and find the Unity plugin. There's a section in the Unity settings called Hide Launcher which is set to \"Dodge Windows\" by default. You can set it to \"Never\"</p>\n", "commentCount": "0", ...
null
null
2011-04-28T20:17:46.890
null
null
37651
1
37727
2011-04-28T19:16:05.250
2
10831
<p>I previously had ubuntu 10.10 installed and upgraded to 11.04. However, desktop is same 10.10 (gnome) as despite the upgrade. How can I disable the Gnome and activate Unity instead?</p>
15261
41
2011-04-29T14:58:27.730
2011-06-26T21:39:51.330
How can I activate Unity?
[ "11.04", "unity", "gnome", "nvidia" ]
4
8
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T19:26:16.057", "id": "41665", "postId": "37651", "score": "0", "text": "I've been giving 11.04 a test run this evening. I was pleasantly surprised to see that it's just good old GNOME that I've come to know and love!", "userDisplayName": null, "userId": "124...
{ "accepted": true, "body": "<p>You should be able to activate the NVIDIA Driver in the Additional Drivers Window available when you login as Ubuntu Classic and navigate to System > Administrator > Additional Drivers</p>\n\n<p><img src=\"https://i.stack.imgur.com/BTZmm.png\" alt=\"enter image description here\"></p...
[ { "accepted": null, "body": "<p>Unity is a plugin for Compiz Fusion. It works well with Gnome, actually I don't think it works with anything rather than Gnome (someone might want to follow up on this).</p>\n\n<p>To enable Unity, you have to enable the plugin in your Compiz settings. I'd suggest an app calle...
null
null
null
null
null
37654
1
37668
2011-04-28T19:20:34.237
13
25970
<p>I tried turning the shadows off with CCSM, but it does not work ;/ </p> <p>System info:</p> <p>Ubuntu 11.04 NN x64 desktop, HP ProBook 4520s, Unity</p>
2905
235
2012-01-25T17:35:50.513
2016-09-02T05:23:55.063
How can I remove window shadows in Unity?
[ "unity", "compiz" ]
7
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I think you have to choose a theme other than Ambiance or Radiance, because those override compiz's shadow settings.</p>\n\n<p>If you <em>really</em> want to use the Ambiance borders without shadows:</p>\n\n<ol>\n<li>Create a copy of Ambiance: <code>cp -R /usr/share/themes/Ambiance ~...
[ { "accepted": null, "body": "<ul>\n<li><p>Install <strong>CompizConfig Settings Manager</strong></p>\n<p><code>sudo apt-get install compizconfig-settings-manager</code></p>\n</li>\n<li><p>Launch it by searching from the dash in\n<strong>Unity</strong>, or <strong>Preferences &gt; CompizConfig Settings Manag...
null
null
null
null
null
37656
1
37667
2011-04-28T19:24:07.320
34
11754
<p>When I press the X button in Banshee's title bar, it hides, but the music continues playing. However, from time to time I need to quit Banshee completely. How can I do that? (pressing "close" from the menu bar doesn't help)</p> <p>I know I could go for running <code>killall banshee</code> but that's not an elegant ...
705
705
2011-04-28T21:30:22.750
2013-04-18T18:18:58.580
How do I quit Banshee?
[ "sound", "banshee", "indicator-sound" ]
5
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T22:43:51.733", "id": "41746", "postId": "37656", "score": "3", "text": "I reworded my answer a bit to make it more clear. Because of the Sound Menu specification, you need to pause Banshee, then press 'close' -- which is why everyone is telling you to press pause. ...
{ "accepted": true, "body": "<p>This behavior -- which came about as a result of <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=634895\">this bug report</a> -- is a design decision based on the <a href=\"https://wiki.ubuntu.com/SoundMenu#Music_player_section\">Ubuntu Sound Menu specification</a>. To quote fr...
[ { "accepted": null, "body": "<p>See the little sound icon on your top right in the panel? Click on it and hit pause ;)</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-28T21:27:02.863", "id": "41717", "postId": "37660", "score": "0", ...
null
null
null
null
null
37662
1
45894
2011-04-28T19:36:00.717
2
3311
<p>In October 2010, Otto Greenslade of the Canonical Design Team has published the so called Ubuntu emoticons in <a href="http://design.canonical.com/2010/10/ubuntu-emoticons/" rel="nofollow">a post on the Design Blog</a>.</p> <p><a href="http://www.omgubuntu.co.uk/2010/10/ubuntu-style-emoticons-for-pidgin/?utm_source...
5592
null
null
2011-08-12T14:47:46.437
How do I install the Ubuntu emoticons in Empathy?
[ "empathy", "pidgin", "design", "instant-messaging" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>First, download the .png version of the Ubuntu emoticons from the first link you have provided. Save them wherever you want, though here I will assume they will be in your Downloads folder. Extract after downloading by right-clicking the tar.gz you downloaded and selecting \"Extract ...
[ { "accepted": true, "body": "<p>First, download the .png version of the Ubuntu emoticons from the first link you have provided. Save them wherever you want, though here I will assume they will be in your Downloads folder. Extract after downloading by right-clicking the tar.gz you downloaded and selecting \"...
null
null
null
null
null
37663
1
null
2011-04-28T19:40:20.420
3
7172
<p>I just installed 11.04 (with updates/ubuntu extras installed).</p> <p>I am using a Dell Dimension 3000, and it is apparently not capable of running Unity.</p> <p>There was no flickering during the install, but once I rebooted and logged in, it was so bad that everything on the screen was unreadable. Clicking on a ...
15263
15263
2011-04-29T00:52:07.553
2012-02-26T15:42:05.733
Screen, windows, and menus are flickering horribly
[ "11.04", "display", "flicker" ]
2
7
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T19:59:58.520", "id": "41682", "postId": "37663", "score": "0", "text": "Please can you edit your question with the following answers: Suggest change your session to ubuntu classic (bottom of the screen on logon page). Do you have flickering menus? What is your gra...
null
[ { "accepted": null, "body": "<p>OK - that is an old graphics card which will not support Unity. Dont worry though, you can try unity by installing Unity-2d through the Software Center. </p>\n\n<p>More of a problem though is the flickering with ubuntu classic.</p>\n\n<p>This is a worth a try -</p>\n\n<p>Re...
null
null
null
null
null
37669
1
null
2011-04-28T19:50:57.250
0
165
<p>I asked this <a href="https://askubuntu.com/questions/37580/increasing-ubuntu-partition-space">question</a> earlier. I opted for mearging the Ubuntu partition with the free partition, since I was not sure with the size for /home. Thing went bad GRUB got corrupted, may be because Ubuntu partition UUID was changed d...
11645
-1
2017-04-13T12:24:19.513
2011-04-29T04:06:46.373
Problem mounting Drive
[ "partitioning", "gparted" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T20:04:58.003", "id": "41686", "postId": "37669", "score": "0", "text": "Would you mind putting up a print out of /etc/fstab? The `GParted` graphic above says that the mount points for both Ubuntu and Win7 are /. You can't mount them both there simultaneously, but yo...
null
[ { "accepted": null, "body": "<p>I think you can fix it with <a href=\"http://apt.ubuntu.com/p/mountmanager\" rel=\"nofollow\">Mount-Manager</a>.<br>\nBut first backup your fstab (<code>sudo cp /etc/fstab /etc/fstab.bak</code>). </p>\n\n<p>You have not lost 3GB, this is how each software interpret the space...
null
null
null
null
null
37676
1
37694
2011-04-28T20:32:18.587
4
729
<p>I am currently learning Python and I would like to study the source code of a well written all Python application. Can you point me in the right direction?</p> <p>I am particularly interested in database access and Web programming.</p>
15198
1067
2011-04-28T20:49:30.973
2011-04-28T21:11:25.693
Good python application for source code studying
[ "python" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2017-03-24T10:13:58.190", "id": "1403858", "postId": "37676", "score": "0", "text": "Could you please explain how your question relates to Ubuntu? Otherwise it’s off topic on Ask**Ubuntu**. General programming question would be better over on [SO].", "userDisplayName": nul...
{ "accepted": true, "body": "<p>You may want to check out Django, a very popular content management system. Plenty of web application and database access code to study in that app, including good practices like database agnosticism and modularity.</p>\n", "commentCount": "2", "comments": [ { "creation...
[ { "accepted": true, "body": "<p>You may want to check out Django, a very popular content management system. Plenty of web application and database access code to study in that app, including good practices like database agnosticism and modularity.</p>\n", "commentCount": "2", "comments": [ { ...
null
null
2017-03-26T12:47:07.057
null
null
37682
1
null
2011-04-28T20:50:30.587
0
689
<p>I had a win 7 (32 bit) on dell vostro 1500(T9300cpu). Now I installed natty and restart but no grub were displayed.</p> <p>I give 8Gb to root and 2Gb to swap and about 8.5Gb to home section. Root and home are ext4 partition format.</p> <p>What's the problem? How can I fix it?</p>
15276
235
2011-04-28T21:34:15.410
2013-02-06T15:07:52.577
No grub display after installing aside Windows 7
[ "11.04", "installation", "windows-7", "grub2" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T20:54:58.930", "id": "41704", "postId": "37682", "score": "0", "text": "Do you remember where you installed GRUB? Was it to the MBR?", "userDisplayName": null, "userId": "12473" } ]
null
[ { "accepted": null, "body": "<p>Try editing the main GRUB configuration file (<code>/etc/default/grub</code>) and changing <code>GRUB_TIMEOUT</code> to a different value.</p>\n\n<p>One way to edit the file is to run:</p>\n\n<pre><code>gksu gedit /etc/default/grub\n</code></pre>\n\n<p>You can also try tappin...
null
null
null
null
null
37687
1
37697
2011-04-28T21:04:35.400
3
259
<p>I want to configure a shared computer to display public updates from a specific Twitter account and hashtag. How can I do this without having to grant Gwibber write permissions to my own Twitter account?</p> <p>What I want to avoid is this:</p> <p><img src="https://i.stack.imgur.com/7Tr4a.png" alt="Gwibber"></p> ...
1859
1859
2011-05-04T02:23:56.317
2011-05-04T02:23:56.317
Can I receive Twitter updates without granting write permissions for my Twitter account?
[ "11.04", "gwibber", "notify-osd", "twitter" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Currently there is no Read Only (via the API) for Gwibber and Twitter. Gwibber uses the OAuth method to associate your twitter account and push/pull data to and from Twitter.</p>\n\n<p>If you page isn't protected you can use your RSS feed and a Desktop <a href=\"/questions/tagged/rss...
[ { "accepted": null, "body": "<p>Gwibber is a full featured twitter client and does not currently have a \"read only\" mode.</p>\n\n<p>You will need to find another application that has a read only mode (I know of a web app that is read only, but no desktop apps). Or, you can ask gwibber developers to add th...
null
null
null
null
null
37688
1
null
2011-04-28T21:06:43.747
1
374
<p>Help! I deleted the application launcher in Unity, along with the Files and Folders launcher! How do I get them back?</p>
15281
235
2011-05-01T19:08:11.327
2017-02-25T21:56:09.680
Erased Application and Files from the launcher, how do I get them back?
[ "11.04", "unity", "lenses" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The only way you can remove those two launchers (which are called lenses) is to remove their packages.</p>\n\n<p>You need to ensure that these packages are installed (use <code>apt-get</code> or find them in Software Center:</p>\n\n<ul>\n<li><a href=\"https://launchpad.net/ub...
null
null
null
null
null
37690
1
null
2011-04-28T21:08:00.593
0
2492
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/11993/how-do-i-install-bcm4312-wireless-drivers">How do I install BCM4312 wireless drivers?</a> </p> </blockquote> <p>Below are the results for <code>sudo lshw -c network</code> command. I believe "UNCLAIMED" refe...
15279
-1
2017-04-13T12:24:49.530
2011-06-09T01:59:23.367
Can't get wireless card to be recognized - Dell D630 - Broadcom BCM4311
[ "11.04", "drivers", "dell", "broadcom" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The STA driver in 11.04 doesn't work due to a kernel issue. You will have to install the B43xx firmware. Just install firmware-b43-installer from the software center or synaptic. </p>\n\n<p>You can also do it from the command line.</p>\n\n<p>sudo apt-get install firmware-b4...
null
null
2011-06-09T02:00:10.007
null
null
37691
1
null
2011-04-28T21:09:29.110
12
5744
<p>How do I remove top bar on secondary monitor??</p>
2900
235
2011-10-21T01:39:33.697
2019-05-26T05:26:43.207
How do I remove top panel on dual screen on secondary monitor?
[ "unity", "multiple-monitors" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This is currently not supported. I think it's supposed to be an feature due to the global menu thing.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-08-22T17:26:04.100", "id": "66308", "postId": "38724", "score...
null
null
null
null
null
37692
1
37852
2011-04-28T21:09:45.237
12
39288
<p>I've got a brand new laptop with a 128GB SSD drive. I read that aligning the partitions to match the Erase Block Size of the SSD is important. I followed William Scott's guide <a href="http://williamscott.me/blog/2010/12/ssd-tweaks-linux-align-partitions/">SSD Tweaks in Linux and Aligning Partitions</a> and my parti...
15275
15275
2012-05-04T10:10:44.453
2012-10-14T13:27:15.310
GRUB: "invalid arch independent ELF magic" after install on SSD
[ "grub2", "partitioning", "filesystem", "ssd" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-29T06:02:54.780", "id": "41856", "postId": "37692", "score": "0", "text": "can you seperate the answer from your question?", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-04-29T06:14:19.787", "id": "41859", "postId": "3769...
{ "accepted": true, "body": "<p>Boot into Live CD and run:</p>\n\n<pre><code>sudo mount /dev/sda3 /mnt\nsudo mount /dev/sda1 /mnt/boot\nsudo grub-install --root-directory=/mnt /dev/sda\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-07-19T04:04:45.177", "id": "60135...
[ { "accepted": true, "body": "<p>Boot into Live CD and run:</p>\n\n<pre><code>sudo mount /dev/sda3 /mnt\nsudo mount /dev/sda1 /mnt/boot\nsudo grub-install --root-directory=/mnt /dev/sda\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-07-19T04:04:45.177", ...
null
null
2014-01-22T20:22:24.977
null
null
37693
1
37720
2011-04-28T21:10:53.707
8
5212
<p>Please can someone explain how to add a launcher icon in Unity (along the left side) for Vim - or any other terminal-based application?</p> <p>I press alt+f2, type <code>vim</code>, and drag the icon to the left ... but the launcher does not accept the dragged item.</p> <p>Assuming that to launch vim in a terminal...
5995
5995
2011-04-28T21:19:29.983
2015-10-28T01:51:57.007
Add Vim to Unity launcher?
[ "unity", "launcher", "vim" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h2>Create Launcher for Terminal Application</h2>\n<p>Right click on the desktop and select <em>Create Launcher</em> from the menu:</p>\n<p><img src=\"https://i.stack.imgur.com/zYvHa.png\" alt=\"enter image description here\" /></p>\n<p>Choose <em>Application in Terminal</em> and give t...
[ { "accepted": null, "body": "<p>This one should work</p>\n\n<p><code>gnome-terminal -e vim</code></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-28T21:18:24.337", "id": "41710", "postId": "37702", "score": "0", "text": "what do I d...
null
null
null
null
null
37695
1
null
2011-04-28T21:11:27.633
0
1297
<p>I'm trying to change contrast/brightness on my monitor, thus I downloaded Gnome Color Manager. It says there is no color profile for my monitor. Then I inserted the monitor's driver CD and imported some color profiles from it. However, Gnome Color Manager told me that the profiles I imported are missing information ...
15282
235
2012-02-04T19:24:36.490
2012-02-04T19:24:36.490
Colour profiles in Gnome Color Manager
[ "11.04", "color-management" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I use the proprietary ATI driver on Natty. It comes with a Catalyst Control Center that allows me to control brightness, contrast etc. </p>\n\n<p>If you have an ATI graphics card the driver should be easy to install if you go to 'Additional Drivers' in Ubuntu.</p>\n\n<p>I don...
null
null
null
null
null
37696
1
null
2011-04-28T21:11:47.440
2
10331
<p>My aim is to make my Ubuntu machine be a wireless accesspoint using wifi. Of course I found two AskUbuntu questions already treating that; <a href="https://askubuntu.com/questions/19710/setting-up-ubuntu-as-a-wireless-accesspoint">this one</a> and <a href="https://askubuntu.com/questions/1385/how-to-set-up-ubuntu-as...
5592
-1
2017-04-13T12:24:13.887
2012-11-13T03:52:54.423
How to set Ubuntu as wireless accespoint in the GUI way?
[ "wireless", "network-manager", "gui", "wireless-access-point" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2014-02-20T09:10:40.140", "id": "547879", "postId": "37696", "score": "0", "text": "http://wiki.ubuntuusers.de/WLAN_Router explicitly says that you might want to disable the Networkmanager GUI. There is a german description on how to keep Networkmanager running and have an AP ...
null
[ { "accepted": null, "body": "<p>You can very easily create an ad-hoc WiFi network using NetworkManager, so if the other system you want to connect to it supports that, it's most likely the easiest solution:</p>\n\n<p>Click the NetworkManager icon in the menu, and look for the equivalent of <strong>Create Ne...
null
null
null
null
null
37700
1
37704
2011-04-28T21:12:35.057
7
7698
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9135/best-way-to-backup-all-settings-list-of-installed-packages-tweaks-etc">Best way to backup all settings, list of installed packages, tweaks, etc?</a> </p> </blockquote> <p>I've heard that I can dump the dpkg pa...
6807
-1
2017-04-13T12:24:55.353
2011-06-04T15:46:18.323
dump dpkg package list for fresh installation
[ "upgrade", "apt", "dpkg" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>To dump the list of currently installed applications: </p>\n\n<pre><code>dpkg --get-selections &gt;output-file \n</code></pre>\n\n<p>To re-import: </p>\n\n<pre><code>sudo dpkg --set-selections &lt;output-file \nsudo apt-get dselect-upgrade \n</code></pre>\n", "commentCount": "6...
[ { "accepted": true, "body": "<p>To dump the list of currently installed applications: </p>\n\n<pre><code>dpkg --get-selections &gt;output-file \n</code></pre>\n\n<p>To re-import: </p>\n\n<pre><code>sudo dpkg --set-selections &lt;output-file \nsudo apt-get dselect-upgrade \n</code></pre>\n", "comment...
null
null
2011-06-05T19:50:08.057
null
null
37706
1
null
2011-04-28T21:25:31.677
2
2617
<p>Ubuntu One just released an update to the music app for Android and it says that it will now show embedded album art. I'd like to try this out, but I can't figure out how to embed the album art while ripping the cd. I use Sound Juicer, is there anyway to get this to work?</p>
15285
null
null
2011-04-28T22:57:49.900
Embedding Album Art While Ripping
[ "ubuntu-one", "cd-ripping" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I don't know if soundjuicer can do it, but if not, I suggest using musicbrainz picard (which is in Ubuntu,) to embed the album art <em>after</em> ripping. Picard is mainly for fixing the music metadata by looking up the files on musicbrainz.org, but you can enable a switch to...
null
null
null
null
null
37707
1
37723
2011-04-28T21:27:20.817
8
1769
<p>Example:</p> <p><img src="https://i.stack.imgur.com/kYVhN.png" alt="enter image description here"> </p> <p>My question is simple. What are the different colors representing in the unity launcher background for each icon. I mean, it seems consistent (firefox is always orange), but it's not jumping out at me what...
7056
114
2011-04-28T21:35:09.017
2017-02-25T22:15:31.687
What are the different colors on the unity launcher icons?
[ "unity", "launcher", "colors" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can turn off the backlight by firing up <a href=\"https://launchpad.net/ubuntu/+source/compizconfg-settings-manager\" rel=\"nofollow noreferrer\">compizconfg-settings-manager</a> and turning off the backlight or toggling it:</p>\n\n<p><img src=\"https://i.stack.imgur.com/7kkIs.p...
[ { "accepted": null, "body": "<p>Those are just the colors that are supposed to be representing the application and they are extracted for the app's icon using some algorythm.</p>\n\n<p>You can turn it off in the Unity plugin configuration on compizconfig-settings-manager</p>\n", "commentCount": "2", ...
null
null
null
null
null
37711
1
null
2011-04-28T21:34:52.450
3
1565
<p>I've noticed that sound becomes unavailable to me when someone else is logged into my machine and playing music (or has facebook open) in the other account. I've had to ask them to unlock their account and turn it off so I can get sound in my own stuff. Even in sound preferences, the hardware itself disappears and o...
9215
235
2012-03-11T17:52:30.183
2013-04-18T20:41:39.620
Sound works for only one user at a time
[ "10.10", "sound" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Maybe a partial fix for your problem I found in an older Fedora thread about pulse audio:\n<a href=\"http://fedoraforum.org/forum/showthread.php?t=190954\" rel=\"nofollow noreferrer\">&quot;Pulseaudio - Multiple Users&quot;</a></p>\n<p>Post nr. 5 says:</p>\n<blockquote>\n<p>A...
null
null
null
null
null
37713
1
37724
2011-04-28T21:38:30.927
0
2379
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/34182/can-i-edit-which-icons-appear-in-the-unity-dash">Can I edit which icons appear in the Unity dash?</a> </p> </blockquote> <p>For example, substitute "check email" with empathy, or shotwell with gthumb? Can we ...
15287
-1
2017-04-13T12:23:46.240
2011-06-07T02:32:35.543
Is it possible to customize shortcuts in Unity dash?
[ "unity", "unity-dash" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Setup your default applications using <code>gnome-default-applications-properties</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-29T15:31:46.877", "id": "41954", "postId": "37724", "score": "0", "text": "so it isn't ...
[ { "accepted": true, "body": "<p>Setup your default applications using <code>gnome-default-applications-properties</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-29T15:31:46.877", "id": "41954", "postId": "37724", "score": "0", ...
null
null
2011-04-29T01:30:11.203
null
null
37714
1
null
2011-04-28T21:38:33.730
4
2175
<p>I have just moved to Natty from Maverick and suddenly my terminal is invisible.</p> <p>I can type commands and they get executed, but I don't see a thing - only cursor changes when the terminal area is active. What might be wrong and how can I fix it?</p>
238
6005
2011-04-28T22:55:10.817
2011-09-02T03:39:39.513
My terminal is invisible
[ "11.04", "command-line" ]
1
7
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T22:53:37.470", "id": "41753", "postId": "37714", "score": "5", "text": "A screenshot would be useful here.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2011-04-29T06:12:58.230", "id": "41858", "postId": "37714", "score...
null
[ { "accepted": null, "body": "<ol>\n<li><p>Install <strong>CompizConfig SettingsManager</strong></p>\n\n<p><code>sudo apt-get install compizconfig-settings-manager</code></p></li>\n<li><p>Launch it by searching from the dash in <strong>Unity</strong>, or <strong>Preferences > CompizConfig Settings Manager</s...
null
0
null
null
null
37722
1
null
2011-04-28T21:50:43.193
19
7927
<p>I am very impressed by the new Unity GUI--it's a bold move. </p> <p>However, there is one glaring oversight, from the point of view of someone who uses Ubuntu for professional programming work. I frequently want to have more than a dozen emacs windows open as I'm writing code. </p> <p>In classic Ubuntu, I could...
15291
527764
2017-03-17T07:05:50.460
2017-03-18T06:58:28.257
Hard to find one window among many
[ "unity" ]
9
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T22:32:22.580", "id": "41739", "postId": "37722", "score": "5", "text": "If you perceive this as a problem, please file this as a bug against Unity by running `ubuntu-bug unity`. If you have an idea of how to solve this problem, please put the idea on [Ubuntu Brainst...
null
[ { "accepted": null, "body": "<p>Clicking on the the launcher icon of the application whose windows you want to view a second time will initiate a spread mode, where you can see all of the open windows for that application, and pick the the one you want. This also works via the keyboard shortcut for that app...
null
null
null
null
null
37726
1
null
2011-04-28T22:06:06.713
18
1838
<p>Will I face any problems by installing the lo-menubar to give libreoffice global menus in Natty?</p> <p>I'm wondering why it isn't installed by default. Are there stability problems or anything?</p>
15294
235
2011-09-12T20:20:57.480
2012-03-09T22:09:48.893
Why isn't lo-menubar installed by default in LibreOffice?
[ "libreoffice", "appmenu" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>From what I've read, there may be cases where it does not work correctly. For now, at least, it is not enabled by default:</p>\n\n<ul>\n<li><a href=\"https://bugs.launchpad.net/lo-menubar/+bug/760879\">https://bugs.launchpad.net/lo-menubar/+bug/760879</a></li>\n<li><a href=\"...
null
null
null
null
null
37729
1
38561
2011-04-28T22:18:03.780
1
204
<p>I just upgraded from Maverick to Natty. My main account still runs Firefox 3.6. However, I know that Firefox 4 is installed, because I created a new user and it runs Firefox 4.</p> <p>How do I get my main user account to run Firefox 4 from Unity?</p> <p>Thanks, Tim</p>
8779
null
null
2011-04-30T19:56:58.470
Primary user won't run Firefox 4 after upgrade to Natty
[ "11.04", "firefox" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Sorry about not adding my solution. I tried several times, but I was fighting with the stupid captcha applet.</p>\n\n<p>Anyway, I discovered that there was an old, manually installed Firefox 3.6 in /opt/firefox. This is what the icon was trying to start. I deleted that folder, then t...
[ { "accepted": null, "body": "<p><strong>First method</strong></p>\n\n<p><kbd>Super</kbd>+<kbd>A</kbd>, type <code>system</code>, click on <code>System Settings</code> -> <code>Personal section</code> -> <code>Preferred Applications</code> -> <code>Internet tab</code> -> <code>Web Browser</code>, choose <cod...
null
null
null
null
null
37734
1
null
2011-04-28T22:38:22.847
0
781
<p>I am using ubuntu natty and a dual screen set up with my laptop screen 1280x800 and an external monitor with hdmi connection 1920x1080 both at 60hz refresh rate. Fonts on the external screen are blurry. How can I configure them correctly?</p>
1177
null
null
2012-02-01T22:08:15.197
Dual screen different font resolution
[ "11.04", "multiple-monitors", "fonts", "hdmi" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-02-25T20:10:12.213", "id": "125863", "postId": "37734", "score": "0", "text": "Which is your video card?", "userDisplayName": null, "userId": "12943" } ]
null
[ { "accepted": null, "body": "<p>JUst click the menu button directly in your external screen, then go to select inputs and select HDMI PC, probably now is selected the HDMI AV and thats why you see the blurry fonts.</p>\n\n<p>Oscar\nSantiago, Chile.</p>\n", "commentCount": "0", "comments": [], "c...
null
null
null
null
null
37735
1
37748
2011-04-28T22:40:43.020
6
8995
<p>I am using Ubuntu Server 10.10 in a VirtualBox. I need to install a single GUI program (RubyMine) on it.</p> <p>I checked out installing <code>ubuntu-desktop</code> with <code>apt-get</code>, and it wants me to install 430 new packages (including OpenOffice). I installed the server in the first place to keep the in...
6069
25863
2012-11-21T21:52:32.773
2012-11-21T21:52:32.773
How to install one GUI program on Ubuntu Server?
[ "server", "package-management" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can install X without a complete desktop environment but to be upfront and honest, installing <code>ubuntu-desktop</code> is probably the quickest and config-free method of doing what you want.</p>\n\n<p>For our media centre, I use a simple stack of: <code>nodm</code> → <code>xse...
[ { "accepted": null, "body": "<p>You just need to install a clean desktop environment, try Gnome or KDE for starters this will give you a graphical interface without the extra software each distribution is coming with.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-0...
null
null
null
null
null
37746
1
null
2011-04-28T23:11:33.887
4
5341
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/33976/is-there-a-hardware-temperature-sensor-indicator">Is there a hardware temperature sensor indicator?</a> </p> </blockquote> <p>Hi everyone! In oldest versions of Ubuntu I used sensors applet that shows tempera...
8001
-1
2017-04-13T12:23:09.107
2011-04-29T15:45:41.977
Sensors applet (temperature) for Ubuntu 11.04?
[ "unity", "temperature", "sensors" ]
0
1
CC BY-SA 3.0
[ { "creationDate": "2011-05-01T17:37:13.640", "id": "42714", "postId": "37746", "score": "0", "text": "On my HP laptop, the old temperature sensor has stopped working even under \"Ubuntu Classic\".", "userDisplayName": null, "userId": "1217" } ]
null
[]
null
null
2011-05-02T23:05:09.260
null
null
37747
1
37856
2011-04-28T23:14:17.757
18
4131
<p>Is there some way to modify the Applications lens in Unity so that we can remove the <strong>"Apps Available for Download"</strong> section?</p> <p>The section is really annoying for normal use. We don't have to know why we can download some random games every time we want to start an application.</p> <p>Also, it ...
15306
14356
2012-02-27T20:32:01.073
2012-11-04T18:39:16.647
How to remove "Apps Available for Download" from the applications lens?
[ "unity", "unity-dash", "lenses" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Unfortunately, I'm afraid this is not possible in 11.04 or 11.10, but <a href=\"https://askubuntu.com/a/100396/235\">it is possible</a> in 12.04.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011...
[ { "accepted": true, "body": "<p>Unfortunately, I'm afraid this is not possible in 11.04 or 11.10, but <a href=\"https://askubuntu.com/a/100396/235\">it is possible</a> in 12.04.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "cr...
null
null
null
null
null
37749
1
38541
2011-04-28T23:18:04.693
0
432
<p>I just update to Ubuntu 11.04 And then i login to my UbuntuOne account via the ubuntuone client. Sync works, but I says this error 'There is no Ubuntu One pairing record.'</p> <p><img src="https://i.stack.imgur.com/10Q9h.png" alt="enter image description here"></p>
10051
235
2011-04-28T23:26:31.277
2011-04-30T19:12:26.723
There is no Ubuntu One pairing record
[ "11.04", "ubuntu-one" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Could you please try the following command from the terminal while ubuntuone-preferences window is open (all in one line, quotes should be included):</p>\n\n<pre><code>dbus-send --print-reply --dest=com.ubuntu.sso /credentials com.ubuntu.sso.ApplicationCredentials.login_to_get_creden...
[ { "accepted": true, "body": "<p>Could you please try the following command from the terminal while ubuntuone-preferences window is open (all in one line, quotes should be included):</p>\n\n<pre><code>dbus-send --print-reply --dest=com.ubuntu.sso /credentials com.ubuntu.sso.ApplicationCredentials.login_to_ge...
null
null
null
null
null
37753
1
37754
2011-04-28T23:20:48.783
234
360165
<p>Downloading from the main Ubuntu archive is slow even when it's not release day, how can I get apt-get to automatically use a mirror that is close to me?</p>
129
235
2012-04-26T06:11:18.143
2020-03-26T06:29:33.733
How can I get apt to use a mirror close to me, or choose a faster mirror?
[ "apt", "repository", "mirrors" ]
8
1
CC BY-SA 3.0
[ { "creationDate": "2012-04-06T19:13:30.297", "id": "142152", "postId": "37753", "score": "0", "text": "Related: http://askubuntu.com/questions/39922/how-do-you-select-the-fastest-mirror-from-the-command-line", "userDisplayName": null, "userId": "235" } ]
{ "accepted": true, "body": "<p>apt-get <a href=\"http://mvogt.wordpress.com/2011/03/21/the-apt-mirror-method/\">now supports</a> a 'mirror' method that will automatically select a good mirror based on your location. Putting:</p>\n\n<pre><code>deb mirror://mirrors.ubuntu.com/mirrors.txt precise main restricted univ...
[ { "accepted": true, "body": "<p>apt-get <a href=\"http://mvogt.wordpress.com/2011/03/21/the-apt-mirror-method/\">now supports</a> a 'mirror' method that will automatically select a good mirror based on your location. Putting:</p>\n\n<pre><code>deb mirror://mirrors.ubuntu.com/mirrors.txt precise main restric...
null
null
null
null
null
37755
1
38055
2011-04-28T23:23:37.550
3
8814
<p>I've updated my system, the system boots but I never get to the graphic interface. It seems to hang. </p> <p>I get a black screen, at the end of the screen, I got my cursor <code>_</code> blinking and I don't know what to do. </p> <p>I believe the system is OK somehow, because I notice the screen saver activation ...
1446
2732
2011-05-15T21:09:35.903
2011-05-18T04:21:19.223
fglrx fails to load causing black screen on boot
[ "11.04", "drivers", "fglrx" ]
3
13
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T23:26:39.317", "id": "41766", "postId": "37755", "score": "1", "text": "The `udev` message is almost certainly a dead end. `udev` spews out all sorts of stuff on perfectly working machines. Same with `ureadahead`. The content of `~/.xsession-errors` and `/var/log/Xo...
{ "accepted": true, "body": "<p>You shouldn't have purged <code>flgrx</code>, really.</p>\n\n<p>I experienced exactly same problem after updating to 11.04 (booted fine with old kernel 2.6.35, but trying to boot with default kernel of 11.04 I had blank screen and blinking cursor)<br>\nAll I had to do is add <code>ra...
[ { "accepted": true, "body": "<p>You shouldn't have purged <code>flgrx</code>, really.</p>\n\n<p>I experienced exactly same problem after updating to 11.04 (booted fine with old kernel 2.6.35, but trying to boot with default kernel of 11.04 I had blank screen and blinking cursor)<br>\nAll I had to do is add ...
null
null
null
null
null
37756
1
null
2011-04-28T23:24:04.350
1
3349
<p>I've got a 2nd generation Intel i5 processor with integrated graphics. In live usb mode, Ubuntu uses this one and Unity works fine. After installation with automatical updates and 3rd party software installation, I can't use Unity, and Ubuntu seems to use the nVidia grahpics card. Though Jockey tells me the driver w...
15309
235
2011-04-29T20:46:00.693
2011-05-24T23:14:31.443
How comes I can't use Unity with the propietary nVidia driver for my Geforce 410M?
[ "unity", "nouveau", "nvidia-optimus" ]
3
6
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T23:29:36.643", "id": "41767", "postId": "37756", "score": "0", "text": "Seems like [this might be relevant to your interests](http://askubuntu.com/questions/37629/geforce-go-7300-7400-blacklisted-can-i-still-run-unity). Let me know if it works and I'll close this as...
null
[ { "accepted": null, "body": "<p>try the steps in this blog - <a href=\"http://www.linoob.com/2011/04/installing-hardware-drivers-in-ubuntu/\" rel=\"nofollow\">installing-hardware-drivers-in-ubuntu</a> and if its still not working get <strong><em>unity-2d</em></strong> from software centre (its almost like u...
null
null
null
null
null
37757
1
37760
2011-04-28T23:29:24.323
3
1269
<p>My <kbd>alt</kbd>+<kbd>F2</kbd> app is screwed and I can't find compiz. How do I start it? (Don't think I'm an idiot just haven't used it and my computer is more than a little screwed up.)</p>
14748
17739
2011-10-18T17:30:29.327
2011-11-18T22:16:38.143
Where is ccsm found on my application menu?
[ "compiz" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>ccsm</code> (or <code>compizconfig-settings-manager</code>) isn't installed by default in Natty (11.04).</p>\n\n<p>To install it, run the following from a terminal</p>\n\n<p><code>sudo apt-get install compizconfig-settings-manager</code></p>\n\n<p>Once's that's done, it's <code...
[ { "accepted": true, "body": "<p><code>ccsm</code> (or <code>compizconfig-settings-manager</code>) isn't installed by default in Natty (11.04).</p>\n\n<p>To install it, run the following from a terminal</p>\n\n<p><code>sudo apt-get install compizconfig-settings-manager</code></p>\n\n<p>Once's that's done, it...
null
null
null
null
null
37761
1
null
2011-04-28T23:41:46.243
4
28466
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/4662/where-is-the-x-org-config-file-how-do-i-configure-x-there">Where is the X.org config file? How do I configure X there?</a> </p> </blockquote> <p>I am not able to manually configure since I can't find my xorg.c...
1177
-1
2017-04-13T12:24:29.360
2011-08-06T22:32:34.390
xorg.conf in ubuntu Natty 11.04
[ "11.04", "xorg" ]
0
1
CC BY-SA 3.0
[ { "creationDate": "2011-12-03T23:48:12.200", "id": "96434", "postId": "37761", "score": "0", "text": "When a question is closed as \"duplicate\", could we get a link to the original?", "userDisplayName": null, "userId": "9503" } ]
null
[]
null
0
2011-08-06T22:32:24.407
null
null
37766
1
37772
2011-04-29T00:25:20.280
1
2292
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/37707/what-are-the-different-colors-on-the-unity-launcher-icons">What are the different colors on the unity launcher icons?</a> </p> </blockquote> <p>Unity automatically colors the background of each icon to resemb...
145
-1
2017-04-13T12:23:46.240
2011-04-29T00:47:45.173
Uniformizing Unity icon background color
[ "unity" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<ol>\n<li>Open the \"CompizConfig Settings Manager\" application</li>\n<li>Select the \"Ubuntu Unity Plugin\"</li>\n<li>On the \"Experimental\" tab, you can adjust the backlight mode. Based on your question, you want \"Always Off\"</li>\n</ol>\n\n<p>If you don't have CompizConfig insta...
[ { "accepted": true, "body": "<ol>\n<li>Open the \"CompizConfig Settings Manager\" application</li>\n<li>Select the \"Ubuntu Unity Plugin\"</li>\n<li>On the \"Experimental\" tab, you can adjust the backlight mode. Based on your question, you want \"Always Off\"</li>\n</ol>\n\n<p>If you don't have CompizConf...
null
null
2011-04-29T01:17:03.987
null
null
37767
1
37775
2011-04-29T00:26:21.730
323
1679003
<p>I only have access to the command line.<br> I need to backup my data (on the user folder) to a pen (USB DOK). </p> <ul> <li>How can I mount a flash drive manually?</li> <li>What should be the copy command?</li> </ul>
1446
544264
2017-07-25T11:21:23.327
2021-09-21T22:18:50.787
How to access a usb flash drive from the terminal?
[ "command-line", "mount", "usb-drive" ]
7
1
CC BY-SA 3.0
[ { "creationDate": "2022-08-18T19:06:04.733", "id": "2479854", "postId": "37767", "score": "0", "text": "This was helpful for me to see a list of files and their sizes: https://www.askdavetaylor.com/access-usb-flash-thumb-drive-in-ubuntu-linux-gui-command-line-cli/", "userDisplayName": null, ...
{ "accepted": true, "body": "<h3>1. Find what the drive is called</h3>\n\n<p>You'll need to know what the drive is called to mount it. To do that fire off one of the following (ranked in order of my preference):</p>\n\n<pre><code>lsblk\nsudo blkid\nsudo fdisk -l\n</code></pre>\n\n<p>You're looking for a partition t...
[ { "accepted": true, "body": "<h3>1. Find what the drive is called</h3>\n\n<p>You'll need to know what the drive is called to mount it. To do that fire off one of the following (ranked in order of my preference):</p>\n\n<pre><code>lsblk\nsudo blkid\nsudo fdisk -l\n</code></pre>\n\n<p>You're looking for a par...
null
null
null
null
null
37771
1
37816
2011-04-29T00:33:01.030
3
6303
<p>I'm planning to have an Ubuntu 11.4 / OpenSUSE 11.4 or maybe an Ubuntu 11.4 / Fedora 15 beta dual boot (or the three of them).</p> <p>Will they dual boot just after installation? or I have to install them in a certain order or do some special configuration?</p> <p>(Right now I'm using Ubuntu 10.10)</p>
8583
null
null
2011-09-04T18:54:40.463
Dual boot with Ubuntu 11.04, OpenSUSE 11.4 and/or Fedora 15 beta. Does the order matters?
[ "dual-boot" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Be careful with OpenSUSE - they still use GRUB as their bootloader, while Ubuntu uses GRUB2. (As of 11.4 there is an option to go with GRUB2 however.) If you're using Ubuntu as your primary OS and replace GRUB2 with GRUB during an OpenSUSE install, it might cause problems. (At the...
[ { "accepted": null, "body": "<p>Nope, the order won't matter. They all use GRUB as the default bootloader, so there is nothing to be written over like when dealing with Windows.</p>\n\n<p>You can choose which one you want to boot up automatically in (or whether you want GRUB to wait and make you choose ever...
null
null
null
null
null
37776
1
80399
2011-04-29T00:43:40.513
27
10490
<p>I would like to not show the trash icon at the bottom of the Unity launcher.</p> <p>Is this possible without having to recompile anything? :P</p>
10360
18612
2012-09-17T19:41:29.890
2016-09-05T20:02:38.977
How can I remove the Trash icon from the Unity launcher?
[ "unity", "launcher" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-11-30T22:38:39.130", "id": "95493", "postId": "37776", "score": "1", "text": "Are you using Unity2D? Then no compile is needed, compile is needed for Unity3D but its possible (and not complicated). Drop a comment if you are still interested.", "userDisplayName": null,...
{ "accepted": true, "body": "<p>In the desktop interface, the Dash icon and the Trash icon use the top and bottom slots of the launcher, always. We have not allowed the removal of the Trash so that we can enable developers to trust that it will always be there, which means \"drag to the trash\" is always possible.<...
[ { "accepted": null, "body": "<p>Currently it's not possible. You should start a blueprint for this in Launchpad, so we can see it in future versions of Unity.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-29T03:46:38.373", "id": "41838", "postId"...
null
null
null
null
null
37777
1
37780
2011-04-29T00:50:45.357
1
2332
<p>I want to run a script on a daily basis, and figured that I'd use the same setup that the other cron jobs are configured on this server - by placing the script in the <code>/etc/cron.daily</code> folder.</p> <p>However, the script was not run overnight - although others in the daily folder were (logs were rotated, ...
5826
-1
2017-04-13T12:24:13.887
2011-04-29T01:13:50.037
Cannot get new job to run using /etc/crontab and /etc/cron.daily
[ "10.04", "crontab" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Managed to work out how to do a bit of debugging by using <code>run-parts -v /etc/cron.daily</code> - and after a disabled the apt script (with its random upto 30 minute sleep) I found the error message for the new script:</p>\n\n<pre><code>run-parts: failed to exec /etc/cron.daily/d...
[ { "accepted": true, "body": "<p>Managed to work out how to do a bit of debugging by using <code>run-parts -v /etc/cron.daily</code> - and after a disabled the apt script (with its random upto 30 minute sleep) I found the error message for the new script:</p>\n\n<pre><code>run-parts: failed to exec /etc/cron...
null
null
null
null
null
37783
1
null
2011-04-29T01:23:14.437
2
205
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/11760/what-is-the-difference-between-gksudo-nautilus-and-sudo-nautilus">What is the difference between &ldquo;gksudo nautilus&rdquo; and &ldquo;sudo nautilus&rdquo;?</a> </p> </blockquote> <p>It is common to see in...
8570
-1
2017-04-13T12:23:28.253
2012-06-18T18:09:39.543
What's the difference between sudo and gksudo when launching graphical applications?
[ "gui", "sudo", "gksu" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2012-02-17T23:48:13.513
null
null
37786
1
37795
2011-04-29T01:34:01.110
10
43588
<p>I'm working in Ubuntu 10.10 and am trying to start a single node cluster in Hadoop.</p> <pre><code>hadoop@abraham-Dimension-3000:/usr/local/hadoop$ bin/start-all.sh mkdir: cannot create directory `/usr/local/hadoop/bin/../logs': Permission denied starting namenode, logging to /usr/local/hadoop/bin/../logs/hadoop-ha...
12786
235
2013-04-07T18:14:28.067
2013-04-07T18:42:26.130
"Permission denied" errors whe starting a single node cluster in Hadoop
[ "hadoop" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The errors suggest a permissions problem.</p>\n\n<p>Make sure that the hadoop user has the proper privileges to <code>/usr/local/hadoop</code>. Try:</p>\n\n<pre>\nsudo chown -R hadoop /usr/local/hadoop/\n</pre>\n", "commentCount": "1", "comments": [ { "creationDate": "...
[ { "accepted": true, "body": "<p>The errors suggest a permissions problem.</p>\n\n<p>Make sure that the hadoop user has the proper privileges to <code>/usr/local/hadoop</code>. Try:</p>\n\n<pre>\nsudo chown -R hadoop /usr/local/hadoop/\n</pre>\n", "commentCount": "1", "comments": [ { "...
null
null
null
null
null
37787
1
null
2011-04-29T01:37:02.740
1
403
<p>I upgraded from Ubuntu 10.10 to Ubuntu 11.04 and now my touchpad doesn't work. Please explain how to fix it thoroughly, because I'm a newbie. Thanks</p>
15323
3037
2011-09-23T14:47:16.497
2011-09-23T14:47:16.497
How do I get the touchpad on a MBP 7,1 working?
[ "11.04", "touchpad", "mac" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-30T04:19:52.887", "id": "42203", "postId": "37787", "score": "0", "text": "Nevermind. I fixed it.", "userDisplayName": null, "userId": "15323" }, { "creationDate": "2011-04-30T04:20:52.667", "id": "42204", "postId": "37787", "score": "0", ...
null
[ { "accepted": null, "body": "<p>Had the same problem upgrading from ubuntu 10.10 to 11.04. I used the Synaptic drivers in 10.10, but the solution that worked the best for me was to <strong>REMOVE</strong> all mention of the Synaptics Touchpad diver and Device settings for the touchpad from the <strong>xorg....
null
null
null
null
null