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
17339
1
17347
2010-12-14T13:40:02.443
7
2108
<p>I am going to install Ubuntu on a brand new PC, which comes with some OEM installation of Windows 7. I know that Ubuntu can resize an existing Windows NTFS partition, so that it has free space to install. However, I am not sure how safe it is, and I'd like opinions, and tips'n'tricks on what I can do to avoid problems. The PC does not contain any data and I will have the recovery disk. </p> <p>Merci! </p>
1464
3037
2011-01-06T18:04:31.247
2011-01-24T00:23:05.890
How safe is it to install Ubuntu on a Windows 7 PC - repartitioning the disk?
[ "partitioning", "windows-7" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-14T16:35:38.257", "id": "18582", "postId": "17339", "score": "0", "text": "I have done this recently and experienced no problems. As stated below a safe way is to resize the windows partition first. I was not able to install the 10.10 version, but the 10.04 version wor...
{ "accepted": true, "body": "<p>For some reason, I don't trust linux tools dealing with NTFS because of a lot of bad experiences. Windows comes with a good disk management tool for FAT/NTFS, and I'd say that's your best bet. I've done this for a lot of people I've initiated into Ubuntu, and it's never failed.</p>\n\n<ol>\n<li>Boot into Windows</li>\n<li>Press start+r to open run</li>\n<li>Open <code>compmgmt.msc</code></li>\n<li>Select Disk Management > Local (snap-in)</li>\n<li>Right-click the bar representing your C: partition, and hit shrink volume</li>\n<li>Wait a while as it queries available space [should be enough]</li>\n<li>Tell it how much you want to shrink by</li>\n<li>It should leave a black unallocated segment for you to do anything with.</li>\n</ol>\n\n<p>You should now has as much free space as you asked for; do what you want with it =)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-14T15:42:44.830", "id": "18571", "postId": "17347", "score": "1", "text": "Circa 2000, I'd have thought the same... But nowadays I'd take open source over Microsoft every time. It's not like you get any more of a warranty with Microsoft products.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-12-14T15:47:31.780", "id": "18574", "postId": "17347", "score": "3", "text": "Furthermore, this doesn't negate any need to back things up. Your first step should still be to clone the disk to an image somewhere.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T14:20:13.787", "id": "17347", "lastActivityDate": "2010-12-14T14:20:13.787", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4947", "parentId": "17339", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>If there's data you can't stand to lose (ie that couldn't be recovered by just reinstalling) it doesn't matter if you're repartitioning or not, back it all up to an external drive.</p>\n\n<p>Resizing NTFS is a pretty tried and tested technology (it has been one of the main in...
null
null
null
null
null
17353
1
17355
2010-12-14T15:30:37.080
13
14579
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/80251/keyring-on-startup-popup">Keyring On Startup popup</a> </p> </blockquote> <p>I forgot my password recently, so I had to use Ubuntu's recovery mode to change it to something else. I used this command: <code>passwd username</code> and I was then prompted for the new password. Then I rebooted and logged in. Everything went very smoothly, except that now everytime I log in I see this pop-up 3 times before I can do anything else:</p> <p><img src="https://i.stack.imgur.com/VOJc6.png" alt="Very Annoying!"></p> <p>I've tried entering my current password but that doesn't work. How can I get this annoying pop-up to stop showing up? I looked at <a href="https://askubuntu.com/questions/867/how-can-i-stop-being-prompted-to-unlock-the-default-keyring-on-boot">this question</a> however the checkbox to make this connection available to all users is disabled for me.</p>
885
-1
2017-04-13T12:23:20.487
2011-09-17T16:08:57.017
Remove Keyring Popup on Startup
[ "login", "password", "keyrings" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2010-12-14T15:48:07.630", "id": "18575", "postId": "17353", "score": "0", "text": "The gnome keyring is a secure storage system for passwords and keys. It needs a master password to encrypt the data. When a user is created the gnome keyring password is set to the user's login ...
{ "accepted": true, "body": "<ul>\n<li>Open your Home Folder(Places>>Home Folder ) </li>\n<li>Press <strong>Ctrl+H</strong> to view hidden files. </li>\n<li>Open <strong>.gnome2</strong> folder and then <strong>keyrings</strong> folder and delete <strong>login.keyring</strong> file. </li>\n<li>Reboot the system. </li>\n<li>The pop-up will be disappeared now.</li>\n</ul>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-12-14T15:45:04.667", "id": "18572", "postId": "17355", "score": "0", "text": "Please note that you may lose passwords stored your login keyring, but if you can't remember the previous login password you will not be able to recover them anyway.", "userDisplayName": null, "userId": "742" }, { "creationDate": "2012-12-23T22:49:13.567", "id": "286886", "postId": "17355", "score": "0", "text": "I have no keyrings folder...", "userDisplayName": null, "userId": "36061" }, { "creationDate": "2014-02-17T11:39:56.677", "id": "545454", "postId": "17355", "score": "3", "text": "I just found the file in a different location: `~/.local/share/keyrings/login.keyring`", "userDisplayName": null, "userId": "53750" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T15:42:06.353", "id": "17355", "lastActivityDate": "2010-12-14T15:42:06.353", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "17353", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<ul>\n<li>Open your Home Folder(Places>>Home Folder ) </li>\n<li>Press <strong>Ctrl+H</strong> to view hidden files. </li>\n<li>Open <strong>.gnome2</strong> folder and then <strong>keyrings</strong> folder and delete <strong>login.keyring</strong> file. </li>\n<li>Reboot the s...
null
null
2011-12-20T13:44:03.220
null
null
17361
1
17376
2010-12-14T16:33:05.453
2
674
<p>I just installed the LaTeX editor Kile from source on my Ubuntu 10.04 with KDE (I know it is also available in the package-manager, however if you install it from there it will install TeXLive 2009 which I don't want).</p> <p>The documentation of Kile says:</p> <blockquote> <p>You can start Kile with the following command:</p> </blockquote> <pre><code>KDEDIRS=$HOME/kile-install:$KDEDIRS $HOME/kile-install/bin/kile </code></pre> <p>This works fine, however it would be much more convenient to have this as a symbol-launcher on my workspace desktop.</p> <p>How can I create a launcher from this command given above so that I can start Kile with a double-click on an icon?</p>
7361
235
2010-12-14T17:53:35.383
2011-03-24T15:56:42.893
Create a launcher for Kile built from source?
[ "launcher", "kile" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm not totally familiar with KDE, but I know it's underlying launcher/menu system is the same as GNOME, Xfce4, etc. To make a launcher for any program (anything, really) make an empty text file and put this in it:</p>\n\n<pre><code>[Desktop Entry]\nName=\nGenericName=\nComment=\nExec=\nTerminal=false\nType=Application\nCategories=\n</code></pre>\n\n<p>This is a skeleton launcher file. You can see examples in the /usr/share/applications directory. Just fill it in accordingly:</p>\n\n<pre><code>[Desktop Entry]\nName=Kile\nGenericName=LaTeX Editor\nComment=This is a menu tool tip if you want one\nExec=KDEDIRS=$HOME/kile-install:$KDEDIRS $HOME/kile-install/bin/kile\nTerminal=false\nType=Application\nIcon=/path/to/your/kile/icon\nCategories=These are the menu categories if you wanted it in the menu, but not necessary for just a launcher.\n</code></pre>\n\n<p>Now save the file as <code>kile.desktop</code></p>\n\n<p>Now make the file executable. Once executable the file will change. It should now appear as the icon and name you chose rather than \"kile.desktop\". Double click it and your program should open.</p>\n\n<p>Since you are using paths and such in your Exec= field things may not work correctly. I don't know since I've never tried. This would be easily remedied if it doesn't, so just let me know.</p>\n\n<p>Hope that was helpful.</p>\n\n<p>EDIT: I see that it failed to execute. I can think of 2 simple fixes. The easiest is to make the Exec= field look like this:</p>\n\n<pre><code>Exec=sh -c \"KDEDIRS=$HOME/kile-install:$KDEDIRS $HOME/kile-install/bin/kile\"\n</code></pre>\n\n<p>That should work. Another way, is to create a shell script. Make a blank text file and put this in it:</p>\n\n<pre><code>#!bin/bash\nKDEDIRS=$HOME/kile-install:$KDEDIRS $HOME/kile-install/bin/kile\n</code></pre>\n\n<p>Save it as \"kile.sh\" or whatever, and make it executable. Now you ought to be able to launch Kile directly by executing the file, or you can add the path to kile.sh to your launcher file's Exec= field:</p>\n\n<pre><code>Exec=/path/to/kile.sh\n</code></pre>\n\n<p>Also, if you put kile.sh in your $PATH, such as ~/bin, you'll be able to launch Kile by typing <code>kile.sh</code> in a terminal rather than the long command.</p>\n\n<p>If none of that works then I have made a typo :)</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-12-14T17:20:43.553", "id": "18586", "postId": "17376", "score": "0", "text": "Thank you but unfortunatelly this does not work and exits with the Error: Failes to execute child process \"KDEDIRS=$HOME....\" (no such file or directory)", "userDisplayName": null, "userId": "7361" }, { "creationDate": "2010-12-14T17:27:14.073", "id": "18588", "postId": "17376", "score": "0", "text": "A work-around that I found is to link to the file in /kile-install/bin/kile but this is some sort of executable and can't be opened with an editor. I would still be interested in a solution with the launcher", "userDisplayName": null, "userId": "7361" }, { "creationDate": "2010-12-14T17:43:04.320", "id": "18591", "postId": "17376", "score": "0", "text": "I have edited my answer. Let me know if that works for you!", "userDisplayName": null, "userId": "1910" }, { "creationDate": "2010-12-14T17:45:47.873", "id": "18593", "postId": "17376", "score": "0", "text": "If linking to the /kile-install/bin/kile file works without needing the other stuff simply add that as your Exec= field rather than the long command.", "userDisplayName": null, "userId": "1910" }, { "creationDate": "2010-12-15T14:40:16.893", "id": "18758", "postId": "17376", "score": "0", "text": "Thank you very much. The change to EXEC=sh - c... did it. I haven't tried the appraoch with the sh file, but I can't see why this shouldn't work.", "userDisplayName": null, "userId": "7361" }, { "creationDate": "2010-12-16T15:52:10.760", "id": "18947", "postId": "17376", "score": "0", "text": "Your welcome. The shell script is essentially the same thing. The \"sh -c\" is basically just passing the command to your shell, as if you were running the command in a terminal but without actually opening a terminal. Very useful for many things!", "userDisplayName": null, "userId": "1910" }, { "creationDate": "2011-03-24T15:56:42.893", "id": "35659", "postId": "17376", "score": "0", "text": "these only make kile open but don't call up latex engine. you can edit but not compile", "userDisplayName": "user12948", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T17:02:53.137", "id": "17376", "lastActivityDate": "2010-12-14T17:42:27.143", "lastEditDate": "2010-12-14T17:42:27.143", "lastEditorDisplayName": null, "lastEditorUserId": "1910", "ownerDisplayName": null, "ownerUserId": "1910", "parentId": "17361", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I'm not totally familiar with KDE, but I know it's underlying launcher/menu system is the same as GNOME, Xfce4, etc. To make a launcher for any program (anything, really) make an empty text file and put this in it:</p>\n\n<pre><code>[Desktop Entry]\nName=\nGenericName=\nComm...
null
null
null
null
null
17367
1
null
2010-12-14T16:51:05.087
10
1545
<p>I've been trying for months to upgrade my Ubuntu 8.10 to 10.04 and have been told that I cannot because of my ATI Radeon Xpress M200 card. I finally got tired of not being able to get things from the repository, so I did a clean install from a CD. I have a 64-bit laptop. The clean install went fine and 10.04 seems to have no problems with the ATI card.</p> <p>Why was the upgrade telling me it couldn't do it? I thought I would have to scrap this laptop and get another. In fact, I did buy another one with 10.04 as a backup for when this one finally quit.</p> <p>Any ideas?</p>
null
null
null
2013-01-10T23:23:48.463
Upgrade vs Clean Install
[ "upgrade" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There was a bug reported for that card model in lucid:\n<a href=\"https://bugs.launchpad.net/ubuntu/lucid/+source/linux/+bug/509273\" rel=\"noreferrer\">https://bugs.launchpad.net/ubuntu/lucid/+source/linux/+bug/509273</a></p>\n\n<p>According to the bug report is is fixed now...
null
null
null
null
sparky333
17369
1
null
2010-12-14T16:56:29.103
3
493
<p>I've just installed Ubuntu on my Lenovo g460 with Windows 7. I am not able to play any movie or mp3 file. When I click on a file I'm asked to install a plugin. When I click on the install button nothing happens. </p>
null
527764
2017-03-13T08:48:49.120
2017-03-13T08:48:49.120
How can I play mp3 files or videos?
[ "sound", "multimedia", "codecs", "file-format" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2015-05-31T11:00:28.493", "id": "897097", "postId": "17369", "score": "0", "text": "possible duplicate of [How can I enable video and audio codecs?](http://askubuntu.com/questions/9096/how-can-i-enable-video-and-audio-codecs)", "userDisplayName": null, "userId": "25609...
null
[ { "accepted": null, "body": "<ul>\n<li><p>Install <a href=\"http://packages.ubuntu.com/ubuntu-restricted-extras\" rel=\"nofollow noreferrer\"><strong>ubuntu-restricted-extras</strong></a> <a href=\"http://apt.ubuntu.com/p/ubuntu-restricted-extras\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/s...
null
null
null
null
user7365
17379
1
17395
2010-12-14T17:15:55.383
2
6746
<p>Having an Arrandale-based notebook with an on-die Intel GPU, which graphics drivers can and should I use?</p>
3037
null
null
2010-12-14T19:10:03.010
Which graphics driver alternatives do I have for Intel HD Graphics?
[ "drivers", "graphics", "intel-graphics" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-14T17:45:57.713", "id": "18594", "postId": "17379", "score": "1", "text": "I guess none.Xorg uses the module intel,and the kernel will load intel_ips.", "userDisplayName": null, "userId": "5691" } ]
{ "accepted": true, "body": "<p>There is no proprietary driver for Intel graphics because Intel has made their own drivers free and open source. You don't have any alternatives.</p>\n\n<p>You can use this driver no problem; It supports everything Intel has implemented.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-12-14T20:05:17.090", "id": "18618", "postId": "17395", "score": "0", "text": "Small correction: some Intel IGPs based on PowerVR (so non-Intel) cores do require closed source drivers, but those are only used for some Atom CPUs currently, and not for e.g. Arrandale.", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-12-14T20:10:54.760", "id": "18619", "postId": "17395", "score": "0", "text": "@JanC is that any chip other than the GMA500?", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2010-12-16T17:57:01.947", "id": "18978", "postId": "17395", "score": "0", "text": "The GMA500, GMA600 and maybe some other IGPs to come for Atom CPUs/SoCs are based on PowerVR technology (which is also used in many ARM-based and other SoC designs).", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-12-16T22:14:48.387", "id": "19009", "postId": "17395", "score": "0", "text": "As far as I can tell, the Atom CPUs use the GMA3150/3100, and I can't find a single reference to something called GMA600. I'm also quite sure that any Atom Chips integrated graphics are supported by the open source driver. If you can find a reference, perhaps a table of supported chips and where they're used, please edit my answer", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2011-01-10T01:52:27.350", "id": "22373", "postId": "17395", "score": "2", "text": "It seems like newer Atoms use an on-die GMA31xx indeed, which is good. It's the older Atom Z5xx & Z6xx CPUs that used the GMA500 & GMA600 (which have no open source drivers). See [Wikipedia](http://en.wikipedia.org/wiki/Intel_GMA#GMA_500_on_Linux) for a bit of info (the GMA600 is listed in the table on that page).", "userDisplayName": null, "userId": "935" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T19:10:03.010", "id": "17395", "lastActivityDate": "2010-12-14T19:10:03.010", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "17379", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>There is no proprietary driver for Intel graphics because Intel has made their own drivers free and open source. You don't have any alternatives.</p>\n\n<p>You can use this driver no problem; It supports everything Intel has implemented.</p>\n", "commentCount": "5", "...
null
null
null
null
null
17381
1
76951
2010-12-14T17:24:19.163
565
591819
<p>When I login, nothing happens. </p> <p>I am presented with my desktop wallpaper.</p> <p><img src="https://i.stack.imgur.com/9JClV.png" alt="Blank desktops suck"></p> <p>No Dash, no Launcher, nothing. </p>
6005
14356
2012-02-04T11:07:48.133
2019-11-08T11:27:20.573
Unity doesn't load, no Launcher, no Dash appears
[ "unity" ]
35
8
CC BY-SA 3.0
[ { "creationDate": "2013-08-16T09:58:45.787", "id": "424366", "postId": "17381", "score": "1", "text": "IMHO this is a bug, but I have this since today.\nCould only find this bug\nhttps://bugs.launchpad.net/ubuntu/+source/unity/+bug/1212987 I followed the recommendations here:\nhttp://askubuntu.c...
{ "accepted": true, "body": "<blockquote>\n <h2>This answer applies to versions of Ubuntu running Compiz.</h2>\n \n <p>This answer assumes Unity is being run through Compiz. If you don't have <a href=\"https://packages.ubuntu.com/search?suite=all&amp;section=all&amp;arch=any&amp;keywords=compiz&amp;searchon=names\" rel=\"noreferrer\">compiz installed</a> (ex: on non-Unity versions of Ubuntu, such as the Gnome-based Ubuntu 18.04 and later) this answer doesn't apply to you.</p>\n</blockquote>\n\n<p>You just need to turn the Unity plugin back on. The problem is this is a pain in the bottom because you've now got no graphical method to do this. So:</p>\n\n<ol>\n<li><p>Try to open a terminal with <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd>.<br>\nThis may not work but you can try right clicking on the desktop and selecting \"Open terminal here.\" Otherwise, you may need to change to a \"hard\" terminal by pressing\n<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd> and log in.</p></li>\n<li><p>Install <code>compizconfig-settings-manager</code> by running</p>\n\n<pre><code>sudo apt-get install compizconfig-settings-manager\n</code></pre></li>\n<li><p>Then run it with this:</p>\n\n<pre><code>DISPLAY=:0 ccsm &amp;\n</code></pre>\n\n<p>The first part tells the terminal which display you want it to load on (otherwise it won't have a clue).</p></li>\n<li><p>If you switched to a TTY in step 1, switch back to the graphical server by pressing <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F7</kbd> (or <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F8</kbd> sometimes).<br>\nThere there should be a CompizConfig Settings Manager waiting for you.</p></li>\n<li><p>Find the Unity plugin. Enable it (detailed instructions just below). You will be asked \"Ubuntu Unity Plugin requires the plugin OpenGL. Enable Ubuntu Unity Plugin / Enable OpenGL\"</p>\n\n<ul>\n<li><strong>1) To enable the Unity Plugin:</strong> Click \"Desktop\" (left side) --> Ubuntu Unity Plugin. You can also type \"unity plugin\" into the \"Filter\" search box. Screenshot: \n<a href=\"https://i.stack.imgur.com/t1iKo.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/t1iKo.png\" alt=\"enter image description here\"></a></li>\n<li>From here, click the checkbox for \"Enable Ubuntu Unity Plugin\":\n<a href=\"https://i.stack.imgur.com/aFRx7.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/aFRx7.png\" alt=\"enter image description here\"></a></li>\n<li><strong>2) To enable OpenGL:</strong> click \"General\" (left side) --> then check the box for \"OpenGL\", as shown below. You can also type \"opengl\" into the \"Filter\" search box to bring it up.\n<a href=\"https://i.stack.imgur.com/SE6sx.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/SE6sx.png\" alt=\"enter image description here\"></a></li>\n</ul></li>\n<li><p>Everything should spring into life but if it doesn't, you might have to restart. You can do that by going back to the terminal and running <code>sudo reboot</code>.</p></li>\n</ol>\n", "commentCount": "36", "comments": [ { "creationDate": "2013-03-11T23:21:38.190", "id": "334109", "postId": "76951", "score": "0", "text": "I just got the same issue (thanks for the answer). In CCSM I saw that _all_ my plugins had been removed. Any idea why such a thing could have happened?", "userDisplayName": null, "userId": "31099" }, { "creationDate": "2013-03-11T23:42:15.397", "id": "334113", "postId": "76951", "score": "3", "text": "(But none of the answers here got it back, nevertheless)", "userDisplayName": null, "userId": "31099" }, { "creationDate": "2013-04-24T16:47:34.230", "id": "358229", "postId": "76951", "score": "27", "text": "Worked perfectly well for me. As a side note, I did not need to enter the TTY terminal, was able to use the terminal shortcut (`ctrl + alt + t`).", "userDisplayName": null, "userId": "17548" }, { "creationDate": "2013-10-01T04:53:55.803", "id": "451280", "postId": "76951", "score": "0", "text": "In fact this is what I used to get rid of unity and now my desktop is super minimalistic. I installed gnome-do and few keyboard shortcuts and it works awesome without any wastage of screen real estate.", "userDisplayName": null, "userId": "55124" }, { "creationDate": "2014-03-18T01:18:19.543", "id": "567329", "postId": "76951", "score": "13", "text": "If you get to step 5 and don't see unity on the list, try this: `sudo apt-get -f install && sudo apt-get --reinstall install unity`", "userDisplayName": null, "userId": "129989" }, { "creationDate": "2014-03-24T00:40:32.180", "id": "571601", "postId": "76951", "score": "0", "text": "For me some parts of the window manager again crashed after I first enabled the unity plugin, during which I was asked to also enable required dependencies such as the plugins 'scale' and 'expo'. It helps to always keep a terminal open. Then one can try to restart the window manager by typing `compiz &` in that terminal and then repeat to enable the unity plugin.", "userDisplayName": null, "userId": "28323" }, { "creationDate": "2014-05-19T16:24:00.360", "id": "620252", "postId": "76951", "score": "16", "text": "Had this problem myself but I'm unlucky with the solution far, doesn't work for me, still get the same empty screen on Ubuntu 14.04 LTS 64bit. Will go over the steps again to check if any thing was missed. Lenovo X201S Thinkpad i7 2.0Ghz 8Gb RAM. Never had this issue with 12.04 LTS", "userDisplayName": null, "userId": "7072" }, { "creationDate": "2014-05-20T08:13:05.377", "id": "620687", "postId": "76951", "score": "3", "text": "Tip: @Shahbaz For me, I found that the original problem was for one of my accounts. When I logged into another account everything was normal. So my approach to the problem would be to move any valuable personal files from the faulty account to the working account, delete the faulty account and the recreate it and move the files back.", "userDisplayName": null, "userId": "7072" }, { "creationDate": "2014-06-04T12:06:47.883", "id": "634053", "postId": "76951", "score": "0", "text": "I had this problem and it was because the unity plugin got deactivated somehow. Using ccsm, selecting the unity plugin and putting a check in the box to enable it did the trick for me.", "userDisplayName": null, "userId": "167115" }, { "creationDate": "2014-11-21T22:38:45.457", "id": "757268", "postId": "76951", "score": "12", "text": "The fact that this is problem so common and long-lasting is, to me, rather disturbing. Does anyone know why this keeps happening, and what's causing it?", "userDisplayName": null, "userId": "47437" }, { "creationDate": "2014-12-18T04:22:34.967", "id": "773750", "postId": "76951", "score": "0", "text": "This solution doesn't work, I can only log with one of my accounts on atrl-alt-f7, with the others I'm kicked out. My pc has become almost useless. No solution in this page has worked.", "userDisplayName": null, "userId": "197114" }, { "creationDate": "2015-02-14T15:17:35.840", "id": "811119", "postId": "76951", "score": "0", "text": "This solution does not work for me. This really should have been added to an existing answer in order to improve it! http://askubuntu.com/a/18996 as should many of the other suggestions/answers :)", "userDisplayName": null, "userId": "102029" }, { "creationDate": "2015-02-25T16:14:16.507", "id": "819417", "postId": "76951", "score": "1", "text": "We just used your answer in class to get back Unity that professor borked after messing with a bunch of things :)", "userDisplayName": null, "userId": "266923" }, { "creationDate": "2015-03-02T18:34:25.420", "id": "823222", "postId": "76951", "score": "0", "text": "This (partially) worked for me, thanks! What's still messing is the menu bar with the controls for sound, networks, etc.", "userDisplayName": null, "userId": "3048" }, { "creationDate": "2015-03-07T13:50:22.900", "id": "826386", "postId": "76951", "score": "11", "text": "ccsm hangs on Loading Icons, but if I ctrl-alt-F7 back to the main display, the compiz options ARE there. I've enabled the Unity desktop, switched back to tty1 (ccsm has executed successfully)... but no Unity. Reboot: no Unity. If I reload ccsm, Unity is still selected and \"on\" but no Unity appears.", "userDisplayName": null, "userId": "57473" }, { "creationDate": "2015-06-14T09:38:46.143", "id": "908275", "postId": "76951", "score": "0", "text": "is this a good solution if we have a NVIDIA linux grafics card driver installed? Thanks for that. I heard, that compiz might conflict with that?", "userDisplayName": null, "userId": "65269" }, { "creationDate": "2015-09-21T23:31:40.007", "id": "981062", "postId": "76951", "score": "0", "text": "There is no unity setting for me. And is everything in compiz supposed to be disabled? It was by default", "userDisplayName": null, "userId": "373947" }, { "creationDate": "2015-11-22T14:53:44.810", "id": "1028209", "postId": "76951", "score": "0", "text": "Yesterday my Ubuntu 15.10 was working, today it got stuck in a login loop after installing uodates. (I thought only Windoze did this). The compiz config setting manager seems to have worked for me.", "userDisplayName": null, "userId": "231671" }, { "creationDate": "2015-11-27T16:53:47.310", "id": "1032152", "postId": "76951", "score": "0", "text": "@Oli I did what you recommended above and got the unity launcher but I have to drag the cursor there to display it,means It is not continuous displaying Unity launcher how can I fix it.", "userDisplayName": null, "userId": "449573" }, { "creationDate": "2016-02-09T07:48:36.350", "id": "1085668", "postId": "76951", "score": "0", "text": "god bless your soul! @Oli", "userDisplayName": null, "userId": "383732" }, { "creationDate": "2016-02-11T10:19:28.973", "id": "1087203", "postId": "76951", "score": "0", "text": "@Oli Such a really Good Answer i have fixed my issue thank you so much ..", "userDisplayName": null, "userId": "257459" }, { "creationDate": "2016-03-09T04:50:55.193", "id": "1106740", "postId": "76951", "score": "0", "text": "Without GUI how we can connect to internet?? How we can install compiz manager without connect to internet.. Please.. Can anyone explain the process..", "userDisplayName": null, "userId": "298858" }, { "creationDate": "2016-05-16T18:57:20.083", "id": "1155691", "postId": "76951", "score": "2", "text": "I have been stopped in step 3. It is saying \"Invalid MIT-MAGIC-COOKIE-1 \"", "userDisplayName": null, "userId": "533864" }, { "creationDate": "2016-07-04T18:04:10.387", "id": "1196600", "postId": "76951", "score": "0", "text": "Should this be possible in Lubuntu 14.04 as well? It doesn't seem to be for me. Have tried all steps, but even after installing Unity and checking it's enabled I don't get anything on desktop. Is there an alternative for Unity for Lubuntu?", "userDisplayName": null, "userId": "415794" }, { "creationDate": "2016-07-04T22:01:15.340", "id": "1196778", "postId": "76951", "score": "1", "text": "@Ingrid No. Lubuntu doesn't use Compiz so unless you've added it, it's unlikely to help.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2016-08-02T18:17:07.117", "id": "1218154", "postId": "76951", "score": "1", "text": "Unfortunately, this solution is not applicable to Ubuntu 16.04.", "userDisplayName": null, "userId": "177437" }, { "creationDate": "2016-08-11T12:23:14.130", "id": "1225973", "postId": "76951", "score": "2", "text": "I agree with Luis de Soussa. I'm also using 16.04. I cannot get my taskbar or the titlebar/system bar to show at all using this method.", "userDisplayName": null, "userId": "263486" }, { "creationDate": "2016-11-01T19:48:48.267", "id": "1294228", "postId": "76951", "score": "2", "text": "I tried followi g this solution for 16.04 LTS. It doesn't seem to apply the settings when I enable the Unity Plugin. I try a second time, and the checkbox is unchecked! Any ideas why?", "userDisplayName": null, "userId": "235839" }, { "creationDate": "2017-02-11T18:26:32.157", "id": "1375504", "postId": "76951", "score": "0", "text": "Thanks so much for this answer. My main system is running ubuntu and if I had not gotten this up I probably would have lost more than a ubuntu installation", "userDisplayName": "user611888", "userId": null }, { "creationDate": "2017-03-14T03:53:32.423", "id": "1396901", "postId": "76951", "score": "0", "text": "I try this `sudo apt-get -f install && sudo apt-get --reinstall install unity`", "userDisplayName": null, "userId": "433950" }, { "creationDate": "2017-05-24T09:28:36.583", "id": "1449007", "postId": "76951", "score": "0", "text": "Its working only once for me, when I restart, I'm back to the same issue.", "userDisplayName": null, "userId": "475776" }, { "creationDate": "2018-03-07T21:56:39.180", "id": "1642096", "postId": "76951", "score": "0", "text": "@jvriesem how did you solve the problem? I can't enable the Unity plugin as well.", "userDisplayName": null, "userId": "710246" }, { "creationDate": "2018-03-09T14:51:26.560", "id": "1643288", "postId": "76951", "score": "0", "text": "@OleksandrShpota I didn’t fix it. I stopped using Linux for many months in frustration. :-(", "userDisplayName": null, "userId": "235839" }, { "creationDate": "2018-12-17T11:44:03.097", "id": "1816901", "postId": "76951", "score": "0", "text": "I get `ImportError: /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0: undefined symbol: FT_Reference_Face`", "userDisplayName": null, "userId": "87531" }, { "creationDate": "2019-01-09T03:44:05.180", "id": "1828536", "postId": "76951", "score": "0", "text": "For everyone with Ubuntu 16.04 or get the \"Invalid MIT-MAGIC-COOKIE-1\" problem like I did, the solution you are looking for is likely way down here: https://askubuntu.com/a/827296/452147", "userDisplayName": null, "userId": "452147" }, { "creationDate": "2019-05-24T15:44:00.573", "id": "1902342", "postId": "76951", "score": "0", "text": "**How do you know if you have compiz installed? Adding how to know if you have compiz installed to the top of this question would be very helpful.** I initially glossed over this answer because I don't know what compiz is and didn't know if I have it. I'm running Ubuntu 14.04. Apparently I have it installed, so this answer worked for me.", "userDisplayName": null, "userId": "327339" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-11-07T23:23:22.403", "id": "76951", "lastActivityDate": "2019-05-26T19:17:01.550", "lastEditDate": "2019-05-26T19:17:01.550", "lastEditorDisplayName": null, "lastEditorUserId": "327339", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "17381", "postTypeId": "2", "score": "484" }
[ { "accepted": null, "body": "<p>It is a good idea to check your graphics driver is configured to use hardware acceleration and it is configured to use OpenGL. Try searching Ask Ubuntu and Ubuntu Forums for information specific to your GPUs and Ubuntu flavour. For hybrid graphics users see the last section...
null
null
null
null
null
17388
1
17391
2010-12-14T18:04:36.180
1
16113
<p>How can I split an existing partition (NTFS) to get space for a new partition and create a mountpoint for it?</p>
7155
667
2010-12-14T18:07:14.757
2017-03-11T22:07:17.473
How can I create a new partition with mountpoint by splitting an existing partition?
[ "partitioning", "mountpoint" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You need to boot from a live CD or USB and use <a href=\"http://packages.ubuntu.com/gparted\" rel=\"noreferrer\">gparted</a> to partition your drive. It should be called something like <code>Partition Manager</code> in the System->Administration menu.</p>\n\n<p>Read through <a href=\"http://www.dedoimedo.com/computers/gparted.html\" rel=\"noreferrer\">this tutorial for gparted</a> - it should tell you everything you need to be able to:</p>\n\n<ol>\n<li>Shrink the partition</li>\n<li>Create a new partition in the free space created by this action</li>\n</ol>\n\n<p>You should take a note of the device path of the partition you create (eg. <code>/dev/sda5</code>). To mount this drive you can run this command:</p>\n\n<pre><code>sudo mount -t ext4 /dev/sda5 /path/to/mountpoint\n</code></pre>\n\n<p>Replace <code>ext4</code> with the file system type, <code>/dev/sda5</code> with the device path you noted down and <code>/path/to/mountpoint</code> with the file path you want it to be mounted to.</p>\n\n<p>To permanently mount this partition, you need to edit /etc/fstab. Before you do, make a copy to back it up in case you mess it up somehow. To edit /etc/fstab, press <kbd>Alt</kbd>+<kbd>F2</kbd> and enter <code>gksudo gedit /etc/fstab</code>. This will prompt you for your password and then open the file in the text editor.</p>\n\n<p>Once opened, add this line to the end of the file:</p>\n\n<pre><code>/dev/sda5 /home ext4 defaults 0 2\n</code></pre>\n\n<p>but obviously you need to use your specific information instead. Once you have done this, save and close the file. The partition will now be mounted to the specified path every time you start up the computer.</p>\n", "commentCount": "8", "comments": [ { "creationDate": "2010-12-14T18:27:21.317", "id": "18601", "postId": "17391", "score": "0", "text": "which directory is typically taken for the /path/to/mountpoint. mnt or better ? especially under the aspect that i want to move my home directory to the new partition?", "userDisplayName": null, "userId": "7155" }, { "creationDate": "2010-12-14T18:30:12.013", "id": "18603", "postId": "17391", "score": "0", "text": "Do you mean your personal `/home/user` or the general `/home` to be on the new partition?", "userDisplayName": null, "userId": "667" }, { "creationDate": "2010-12-14T18:33:53.587", "id": "18604", "postId": "17391", "score": "0", "text": "probably /home would be better i think", "userDisplayName": null, "userId": "7155" }, { "creationDate": "2010-12-14T18:35:39.313", "id": "18605", "postId": "17391", "score": "1", "text": "Use `/home` instead of `/path/to/mountpoint`, but make sure you move the contents of `/home` to the new partition first. Use the /etc/fstab method to make it permanent.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2010-12-14T18:38:46.730", "id": "18607", "postId": "17391", "score": "0", "text": "one question still, which partitioning algorithms use ubuntu during he installation, are they available as a standalone application or command? is this gparted?", "userDisplayName": null, "userId": "7155" }, { "creationDate": "2010-12-14T19:06:32.640", "id": "18611", "postId": "17391", "score": "0", "text": "I don't know. As far as I know the installer uses the same method as gparted. Perhaps you could ask this as a separate question.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2010-12-14T19:42:39.257", "id": "18614", "postId": "17391", "score": "0", "text": "Yes, thanks so far. Will create a new question.", "userDisplayName": null, "userId": "7155" }, { "creationDate": "2010-12-14T20:00:34.413", "id": "18616", "postId": "17391", "score": "0", "text": "The installer doesn't use GParted, although both use libparted for some functionality.", "userDisplayName": null, "userId": "935" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T18:18:10.133", "id": "17391", "lastActivityDate": "2010-12-14T18:25:46.540", "lastEditDate": "2010-12-14T18:25:46.540", "lastEditorDisplayName": null, "lastEditorUserId": "667", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "17388", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<ul>\n<li>Install <a href=\"http://packages.ubuntu.com/gparted\" rel=\"nofollow noreferrer\"><strong>gparted</strong></a> <a href=\"http://apt.ubuntu.com/p/gparted\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install gparted\"></a></li>\n<li...
null
null
null
null
null
17401
1
null
2010-12-14T19:45:35.100
2
2779
<p>Everytime I switch on my desktop running and start the HP PSC 1410, it will print a test page. I have recently installed the hplip driver (the latest one on the hplip website) and the driver installed correctly.</p> <p>I dont know what <code>pp-build=no</code> is, but it was mentioned somewhere that it should be <code>=yes</code>. please suggest what to do to stop this test page printing everytime. I have tried putting the test page on scanner and scanned a couple of times to align the cartridges but that won't work.</p>
null
1067
2010-12-14T20:15:59.373
2010-12-15T03:47:42.683
Stop printing test page everytime on HP PSC 1410
[ "10.10", "printing", "hp" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Apparently this is not specific to Ubuntu.</p>\n\n<p>It seems that page will keep printing until you complete the alignment test. It seems to be an involved procedure. See this example:\n<a href=\"http://www.fixya.com/support/t141507-hp_psc_1410v\" rel=\"nofollow\">http://www...
null
null
null
null
chaitanyA
17402
1
17407
2010-12-14T19:46:53.230
7
382
<p>Which partitioning algorithms use ubuntu during the installation, is it also available as a standalone application or command? Is it gparted?</p>
7155
1067
2011-01-23T18:45:26.887
2011-01-23T18:45:26.887
Which partitioning program does Ubuntu use during installation?
[ "installation", "partitioning" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-14T20:11:53.047", "id": "18620", "postId": "17402", "score": "0", "text": "Have a look at this http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/devel/partman-auto-recipe.txt", "userDisplayName": null, "userId": "5691" } ]
{ "accepted": true, "body": "<p>The ubuntu installer uses <code>parted</code> - for the most part; The <code>parted</code> program in turn uses <code>fdisk</code> to create and modify partition tables and <code>mkfs</code> to create file systems. </p>\n\n<p>GParted and its equivalents are merely front-ends to the linux partitioning tool kit. The Ubuntu installer is the same. It's a layer on top of parted and it executes it in the background, providing an easy to use abstraction of the plumbing behind it. The installer uses other programs, like <code>resize2fs</code> -to resize file systems - directly as well.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-03-09T19:52:34.820", "id": "131654", "postId": "17407", "score": "0", "text": "Parted does not use fdisk or mkfs.", "userDisplayName": null, "userId": "8500" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T20:06:34.997", "id": "17407", "lastActivityDate": "2010-12-14T20:06:34.997", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "17402", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>The ubuntu installer uses <code>parted</code> - for the most part; The <code>parted</code> program in turn uses <code>fdisk</code> to create and modify partition tables and <code>mkfs</code> to create file systems. </p>\n\n<p>GParted and its equivalents are merely front-ends ...
null
null
null
null
null
17403
1
null
2010-12-14T19:48:11.090
3
1000
<p>I have an Asus G73-JW Laptop and on official drivers, it will blink every time that the Powermizer will change the speed of the card. The only workaround I have found so far is to set it to maximum performance but, this is not a viable workaround as it is always maxed out so, lots of heat...</p> <p>Any ideas?</p>
7374
3037
2011-01-06T16:35:15.877
2011-01-29T09:09:46.657
Fix for blinking Nvidia GTX 460m?
[ "drivers", "nvidia", "laptop" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Try playing with the Nvidia setting...</p>\n\n<p><img src=\"https://i.stack.imgur.com/ta6Go.png\" alt=\"alt text\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-15T01:46:36.873", "id": "18664", "postId": "17443", ...
null
null
null
null
null
17414
1
null
2010-12-14T20:17:57.643
20
49117
<p>My mouse wheel has stopped working. It doesn't scroll up and down when previously it worked. How can I configure what each button of the mouse does? I use Ubuntu 10.10.</p>
null
527764
2017-03-13T09:32:33.997
2020-10-30T09:13:59.060
My mouse wheel has stopped scrolling up and down
[ "mouse", "mouse-scroll" ]
5
3
CC BY-SA 3.0
[ { "creationDate": "2017-11-17T04:02:31.687", "id": "1784375", "postId": "17414", "score": "0", "text": "I got the same issue. It worked for sometime and suddenly stopped working.\nThe below fix did it for me. https://stackoverflow.com/questions/41774260/windows-10-bash-ubuntu-14-04-how-to-scroll...
null
[ { "accepted": null, "body": "<blockquote>\n <p>How can I configure what each button of the mouse does?</p>\n</blockquote>\n\n<p>You can check if your hardware is defect by running <code>xev</code>. Open a Terminal via <strong>Applications → Accessories → Terminal</strong> and type <code>xev</code>. A small...
null
null
null
null
user7376
17419
1
null
2010-12-14T20:39:23.023
3
1904
<p>I have installed Kubuntu 10.10 alongside windows 7. In kubuntu 10.10 i tried to connect to internet using the DSL connection tab in the networkmanger on the taskbar -> manage connection -> DSL. i gave the username, password, ip address(manually) etc. checked the box of "connect automatically". The system connection checkbox was grayed out so i could not do anything to it. Then i clicked apply. But the connection that had just created didn't appear in the available connections. As there was no connection named that i created using DSL tab i could not connect to internet.</p> <p>I used to connect to internet using the same method in Ubuntu 's networkmanager.</p> <p>Is this some kind of bug in kde's network manager ? how can i solve it ?</p>
7377
4776
2010-12-14T21:10:25.027
2011-03-12T10:02:49.143
DSL connection using networkmanager in KDE does not seem to work
[ "network-manager", "kubuntu", "dsl" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>This is a known bug: <a href=\"https://bugs.launchpad.net/ubuntu/+source/plasma-widget-networkmanagement/+bug/447241\" rel=\"nofollow\">Bug #447241</a> <br/>\nYou can use <code>pppoeconf</code> to configure a DSL connection: <a href=\"http://www.ehow.com/how_6008277_set-up-ku...
null
null
null
null
null
17421
1
17424
2010-12-14T20:52:13.917
5
787
<p>Application and applets icons are changing their position or even disappears from the gnome-panel (see an example). </p> <p><img src="https://i.stack.imgur.com/H4GJ0.png" alt="alt text"></p> <p>It often happens after connecting to external monitor with different resolution setting, or sometimes happens by chance (I don't know what is the reason of such behaviour). Some icons I can move, others I can't. I don't know if they're locked or not. My question is:</p> <ul> <li>Is there any settings/software for icon's position control in the panel? I noticed that locking does not resolve this issue.</li> </ul> <p>Thank you for support.</p>
5011
3037
2011-01-03T18:49:38.563
2011-01-03T18:49:38.563
How to layout application icons in the panel?
[ "gnome-panel", "icons" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>These icons are a few different things:</p>\n\n<ul>\n<li><p><img src=\"https://i.stack.imgur.com/cTxU7.png\" alt=\"alt text\"></p>\n\n<ol>\n<li><p>The Notification area</p></li>\n<li><p>The Indicator applet (all the icons are in one single panel applet)</p></li>\n<li><p>The Clock</p></li>\n<li><p>The Session Indicator</p></li>\n</ol></li>\n</ul>\n\n<p>Those are all panel applets. They are little programs that display on the panel. You can move them around like so:</p>\n\n<ul>\n<li><img src=\"https://i.stack.imgur.com/KPEVu.png\" alt=\"alt text\"></li>\n</ul>\n\n<p>Right click and un-check <em>Lock To Panel</em>, then right click again and select <em>Move</em>. You may need to unlock them all to move one after the others.</p>\n\n<p>Note: right-clicking the notification area will bring up the context-menu of the icon you've clicked. To get it's menu, right click on the little grabbing area on the left of it:</p>\n\n<p><img src=\"https://i.stack.imgur.com/js4U8.png\" alt=\"alt text\"></p>\n\n<p>You can check if your panel will look alright after rebooting by forcing it to restart:</p>\n\n<pre><code>killall gnome-panel\n</code></pre>\n\n<p>Or, if you want to get back to the original configuration, undoing all your changes (that is <em>all the changes you have <strong>ever</strong> made</em>):</p>\n\n<pre><code>mv ~/.gconf/apps/panel ~/gnome-panel-backup\nkillall gnome-panel\n</code></pre>\n\n<p>Open a Terminal via <em>Applications → Accessories → Terminal</em> to enter those commands.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-12-14T21:21:58.573", "id": "18630", "postId": "17424", "score": "0", "text": "Dear Stefano, as you see I have a set of 6 icons (to the right starting from Bluetooth manager which I cannot move along the panel :) All these icons have no 'move' option in context menu. /grazie per la correzione della mia domanda :)/", "userDisplayName": null, "userId": "5011" }, { "creationDate": "2010-12-14T21:34:53.690", "id": "18633", "postId": "17424", "score": "0", "text": "Vincenzo: The little grabbing area to the left of those icons is where you can right click to move them. It's barely visible, but there are three little black lines to the left of the bluetooth icon. This is where you grab the Notification Area (it's tiny!) - Hope this helps!", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2010-12-14T21:39:38.447", "id": "18636", "postId": "17424", "score": "0", "text": "I've added a screen shot to point it out. You may have to click it a few times, there is a small bug that sometimes you don't quite hit it, if you are not pixel-perfect with the mouse. It seems like you have to hit one of the lines *exactly* :)", "userDisplayName": null, "userId": "1067" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T21:12:14.887", "id": "17424", "lastActivityDate": "2010-12-14T21:38:18.103", "lastEditDate": "2010-12-14T21:38:18.103", "lastEditorDisplayName": null, "lastEditorUserId": "1067", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "17421", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>These icons are a few different things:</p>\n\n<ul>\n<li><p><img src=\"https://i.stack.imgur.com/cTxU7.png\" alt=\"alt text\"></p>\n\n<ol>\n<li><p>The Notification area</p></li>\n<li><p>The Indicator applet (all the icons are in one single panel applet)</p></li>\n<li><p>The C...
null
null
null
null
null
17425
1
17426
2010-12-14T21:27:38.237
10
2089
<p>Revenge of the Titans is one of the games from the <a href="http://www.humblebundle.com/" rel="nofollow noreferrer">Humble Indie Bundle</a>. I downloaded the i386 .deb file (I'm on a 32bit installation) and tried to install it using the Software Centre. However, when it was nearly finished I got this error:</p> <p><img src="https://i.stack.imgur.com/FZCEr.png" alt="Installation Error"></p> <p>I then tried to install it using <code>dpkg</code> and it failed to install, giving the following error:</p> <pre><code>dpkg: error processing RevengeOfTheTitans-HIB-i386.deb (--install): unable to create `/opt/revengeofthetitans/full_length_music/einleitung.mp3.dpkg-new' (while processing `/opt/revengeofthetitans/full_length_music/einleitung.mp3'): No such file or directory </code></pre> <p>How can I resolve this?</p>
667
null
null
2010-12-16T12:56:17.373
How can I install 'Revenge of the Titans'?
[ "installation", "software-center", "games", "dpkg" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try running this command first:</p>\n\n<pre><code>sudo mkdir -p /opt/revengeofthetitans/full_length_music\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T21:28:38.340", "id": "17426", "lastActivityDate": "2010-12-14T21:28:38.340", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "463", "parentId": "17425", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>Try running this command first:</p>\n\n<pre><code>sudo mkdir -p /opt/revengeofthetitans/full_length_music\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T21:2...
null
null
null
null
null
17427
1
35055
2010-12-14T21:32:32.847
4
274
<p>I want to remove the part in Nautilus that shows free disk space. In theory it may useful but it's so badly designed, every time I select some files my eye gets drawn to "15 GB" instead of the actual size of the files. And with no files selected, it says something like "24 items, Free space 15GB" which at a quick glance looks like the total size of the files.</p> <p>I've looked through the preferences and don't see anything. I'm using Ubuntu 10.10 with Nautilus 2.32.0.</p>
1507
null
null
2011-09-15T14:54:52.753
Can I remove "Free space" text from the Nautilus status bar?
[ "10.10", "nautilus", "statusbar" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-14T21:50:28.520", "id": "18640", "postId": "17427", "score": "1", "text": "You should consider filing a bug report, look at https://help.ubuntu.com/community/ReportingBugs .", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-12-14T21:...
{ "accepted": true, "body": "<p>Since there's no preference for this change, then unless there's a GConf key for this (which I doubt), you're out of luck unless you want to modify the Nautilus source code yourself and build your own custom Nautilus.</p>\n\n<p>The general approach in Gnome is to ensure that there are as few settings as possible--all in the name of simplicity and usability. This mindset annoys me considerably at times.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-15T14:18:26.720", "id": "39329", "postId": "35055", "score": "0", "text": "It's a little hypocritical to have fewer settings \"in the name of simplicity and usability\" when they've also added text that impairs usability...", "userDisplayName": null, "userId": "1507" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-14T13:50:07.567", "id": "35055", "lastActivityDate": "2011-04-14T13:50:07.567", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13398", "parentId": "17427", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Since there's no preference for this change, then unless there's a GConf key for this (which I doubt), you're out of luck unless you want to modify the Nautilus source code yourself and build your own custom Nautilus.</p>\n\n<p>The general approach in Gnome is to ensure that ...
null
null
null
null
null
17428
1
null
2010-12-14T21:34:33.033
3
2474
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/10373/is-scanning-virus-needed-on-linux-distros">Is scanning VIRUS needed on Linux Distros?</a> </p> </blockquote> <p>Do I need anti virus / anti malware software? Which sw do you recomend? Where do I get it?</p> <p>Im new to Ubuntu.</p>
null
-1
2017-04-13T12:23:56.577
2011-01-02T20:12:06.853
Anti virus / Anti malware software
[ "performance" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-14T21:39:01.087", "id": "18635", "postId": "17428", "score": "0", "text": "Exact Duplicate of: Is scanning VIRUS needed on Linux Distros?: http://askubuntu.com/questions/10373/is-virus-scanning-needed-on-linux-distros", "userDisplayName": null, "userId": "4776"...
null
[ { "accepted": null, "body": "<p>There is no need for an antivirus/antiWhatever in Linux. About 99% of all announcements related to using an antivirus for linux are FUD (Fear Uncertainty Doubt) coming from tipically private corporations (Cough...wont say the main one.. cough.. cough)</p>\n\n<p>But anyway the...
null
null
2011-01-02T21:56:57.563
null
Nick
17432
1
17485
2010-12-14T21:51:57.473
17
2297
<p>When the computer starts, GRUB shows a long list of previous kernels in addition to the usual stuff, e.g.</p> <pre><code>Ubuntu 10.10, kernel 2.6.35-23-generic Ubuntu 10.10, kernel 2.6.35-23-generic (recovery mode) Ubuntu 10.10, kernel 2.6.35-22-generic Ubuntu 10.10, kernel 2.6.35-22-generic (recovery mode) [6 more similar] Ubuntu 10.10, memtest86+ Other operating systems: Dell Utility Partition Windows Vista (loader) </code></pre> <p>Is it safe to delete those extra "Ubuntu 10.10, kernel" lines from <code>/etc/grub/menu.lst</code>? Currently I have commented-out from the third one up to (not including) memtest86. But I wonder if they are ever needed for a particular reason?</p>
1507
4776
2010-12-14T21:58:10.927
2015-04-10T13:07:25.900
Is it safe to delete the old kernels from menu.lst?
[ "kernel", "grub2" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Safe but pointless. The next time <code>update-grub</code> runs, they'll probably pop back up.</p>\n\n<p>Kernels are installed as packages and so can be removed like other packages.\nThe massive benefit over just hitting on grub is you will free up hundreds of megabytes of disk space. </p>\n\n<p>They used to be installed as non-auto but can now be safely removed with:</p>\n\n<pre><code>sudo apt-get autoremove\n</code></pre>\n\n<p>If you have manually installed kernels and various auxiliary packages, you can see the kernel versions installed with this command:</p>\n\n<pre><code>dpkg -l | awk '$2~/linux-(im|he|to).+[0-9]/ {print $2}'\n</code></pre>\n\n<p>And that'll show you something like this:</p>\n\n<pre><code>linux-headers-3.13.0-24\nlinux-headers-3.13.0-24-generic\nlinux-image-3.13.0-24-generic\nlinux-image-extra-3.13.0-24-generic\n</code></pre>\n\n<p>From there you can remove things using <code>sudo apt-get purge &lt;package-name&gt;</code>. Just make sure you <strong>don't remove your current or latest kernel</strong> (<code>uname -a</code> to see what version you're on) and I agree with what other have said, keep the next newest one in case things blow up.</p>\n\n<p>Here's my best effort at detecting and performing this <em>safely</em>:</p>\n\n<pre><code>current=$(uname -r)\nkernels=( /lib/firmware/[0-9].* )\n\ndpkg -l | awk '$2~/linux-(im|he|to).+[0-9]/ {print $2}' \\\n| grep -Ev \"$current|${kernels[-1]##*/}\" \\\n| xargs sudo apt-get purge\n</code></pre>\n\n<p><strong>Notes</strong>: This will still trample over tricky situations. It'll remove things like <code>linux-image-generic</code> if you have a HWE stack installed. This may or may not be a big issue for you. Those packages (though they look important) <strong>won't</strong> cascade-delete your entire desktop. You'll be left with the current (because it works) and the highest version kernels. That may be one and the same if you've rebooted recently.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2013-01-20T00:48:08.167", "id": "304452", "postId": "17485", "score": "1", "text": "I always come back to this answer... thanks a lot again!", "userDisplayName": null, "userId": "9422" }, { "creationDate": "2014-05-02T09:26:22.320", "id": "604668", "postId": "17485", "score": "0", "text": "@ecoologic if you keep having to come back, you could use the \"clean up old kernels\" functionality in Unity Tweak. Not necessary since the above works well, but not something that one needs to remind oneself how it works, either.", "userDisplayName": null, "userId": "71566" }, { "creationDate": "2015-05-03T16:50:19.427", "id": "872565", "postId": "17485", "score": "1", "text": "@ecoologic, As for removing older kernels, check out these [scripts](http://askubuntu.com/a/571360/21005) You can save scripts in executable files for easy access.", "userDisplayName": null, "userId": "21005" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-15T00:16:04.833", "id": "17485", "lastActivityDate": "2015-04-10T13:07:25.900", "lastEditDate": "2015-04-10T13:07:25.900", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "17432", "postTypeId": "2", "score": "19" }
[ { "accepted": null, "body": "<p>Yes. But i recommend leaving the previous one in there, just in case the default one you have gives any kind of weird problem. If you happen to have at least a full week of testing with no problem you can delete the old ones and update the configuration of grub. Or if you jus...
null
null
2015-05-03T17:49:36.797
null
null
17450
1
null
2010-12-14T22:20:38.690
3
5368
<p>I have a machine located 500 miles away that's running Ubuntu 8.04. I figure it's just about time that I upgrade to the latest LTS. However, there's a software raid (md_raid) in there, and I'm afraid that just a dist-upgrade when I switch over the sources.list will end with catastrophic failure. Like a panic on boot that the raid'd disk can't be read, or something else.</p> <p>First, hoping that's not the case, however, if it ends up happening I'm wondering if there's a means of having someone drop in a Ubuntu 10.04 server install disk, and flip on ssh, and some means for me to hop on and re-run the installer remotely. Is this feasible? If so, what would one need to do aside run apt-get install ssh on the target machine? I do have friends who can be in front of the target machine to initiate the process, just not execute it out.</p>
null
235
2010-12-15T04:25:49.140
2013-01-16T18:03:55.640
Remote install of Ubuntu Server
[ "server", "installation", "remote" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T00:06:32.443", "id": "18652", "postId": "17450", "score": "3", "text": "Changing sources.lst and running a dist-upgrade is not a recommended procedure to do a release upgrade and is likely to break your system, on a server you use \"do-release-upgrade\".", "user...
null
[ { "accepted": null, "body": "<p>What you want to do in order to do an upgrade is </p>\n\n<pre>\n# do-release-upgrade\n</pre>\n\n<p>Going by personal experience, this has broken my computer in some cases.</p>\n\n<p>If that does happen, you can use the <a href=\"http://archive.ubuntu.com/ubuntu/dists/lucid/ma...
null
null
null
null
David Walker
17467
1
17652
2010-12-14T22:54:46.707
25
44653
<p>I have only one disk in my computer, a 80 GB SSD. It is formatted as a single ext4 partition (no swap), and all the usual folders are installed on it (I keep lots of data on external media, but /home and all the rest is on the SSD). </p> <p>Today I booted it and I got a message that the drive is full. I opened Disk Usage Analyzer to look at what takes up space. It insists that 67.8 GB of the disk are used, and that / is taking up 36.4 GB. Which leads to the question, where are the missing 30 GB, if not on the file system?! </p> <p>Just to have a comparison, I added up all the sizes of all readable folders listed in Nautilus as subfolders of / (including the hidden ones). I got 20.9 GB. Trash was unreadable, but I know it has 16.2 GB, so the sum is 36.1 GB, around the same as what Disk Usage Analyzer is reporting. There were some system folders which were unreadable, like proc, but I doubt that they add up to 30 GB - else it wouldn't be possible to install Ubuntu on small disks, and I've seen it run on 2.5 GB. I think they must be the 0.3 GB difference between my calculation and the Disk Usage Analyzer's report. </p> <p>So I'd like to know, what is eating up these 30 GB and how do I get it to free them? </p> <p><img src="https://i.stack.imgur.com/YyZBF.jpg" alt="alt text"></p> <p><strong>Edit with answers to CYREX's questions</strong></p> <ol> <li><p>Booted from Ubuntu 10.10 64-bit live CD (same as my system).</p> <p>fsck result: </p> <pre><code>root@ubuntu:~# fsck /dev/sda1 fsck from util-linux-ng 2.17.2 e2fsck 1.41.12 (17-May-2010) /dev/sda1: clean, 265956/4890624 files, 18073343/19537408 blocks </code></pre></li> <li><p>Booted from the SSD. Emptied the trash, and the 16 GB from there are now free. The 30 GB are still missing. </p> <p><img src="https://i.stack.imgur.com/EHzAZ.jpg" alt="alt text"></p></li> <li><p>I'm not experienced enough to know what counts as weird in a log. Here are my messages log and my syslog since last boot. Maybe you can find something in them: </p> <ul> <li><a href="http://pastebin.com/FHrrV1rR" rel="noreferrer">http://pastebin.com/FHrrV1rR</a></li> <li><a href="http://pastebin.com/FK8TmZbc" rel="noreferrer">http://pastebin.com/FK8TmZbc</a></li> </ul></li> <li><p>Here it got really strange. I plugged in an external 500 GB HDD. Disk Usage Analyzer <em>overreported</em> the available space, then showed space missing (76 GB used, but only 24 in folders). </p> <p><a href="https://i.stack.imgur.com/bApH5.jpg" rel="noreferrer"><img src="https://i.stack.imgur.com/bApH5.jpg" alt="alt text"></a></p></li> </ol> <p>Booted again from the LiveCD, started the Disk Usage Analyzer from it and got the same results as from the installed Ubuntu, within 1-2 GB. </p> <p>Edit with answer to CodeMonk:</p> <p>That would have been a nice solution, but the partition is really 80 GB - I mean 74 GB + marketing "error", anyway the whole disk is formatted. It also shows that over 50 GB are used, so where are the 30 GB if not in files and folders?</p> <p><a href="https://i.stack.imgur.com/rb5NN.jpg" rel="noreferrer"><img src="https://i.stack.imgur.com/rb5NN.jpg" alt="alt text"></a></p> <p>GParted also reports the correct size of the external HDD. </p> <p><a href="https://i.stack.imgur.com/IxMsn.jpg" rel="noreferrer"><img src="https://i.stack.imgur.com/IxMsn.jpg" alt="alt text"></a></p>
5719
94914
2020-01-15T07:36:22.967
2023-02-17T04:01:40.370
What is taking up so much space on my disk, beside the filesystem?
[ "disk-usage" ]
8
3
CC BY-SA 4.0
[ { "creationDate": "2010-12-15T10:42:58.593", "id": "18725", "postId": "17467", "score": "0", "text": "Sometimes is best to not trust on GUI tools, open a terminal and run, get a summarized report of used space per dir on the root: sudo du -sm /*", "userDisplayName": null, "userId": "742"...
{ "accepted": true, "body": "<p>I solved it - thanks to all your advice, especially that of Javier Riveira, <a href=\"https://askubuntu.com/questions/17467/what-is-taking-up-so-much-space-on-my-disk-beside-the-filesystem/17559#17559\">who suggested</a> running Disk Analyzer with sudo rights (I didn't know this can have influence on the results). </p>\n\n<p>I have Crashplan, and it is making backups to some of the external drives. So there is a backup set which goes to Milly, and another one which goes to Sto_Lat, once every 15 minutes (these are the names of the external drives). When I have at some point started the computer without these drives, Crashplan has found no folders under <code>/media/Milly</code> and <code>/media/Sto_Lat</code>, so it has just created them and has written backups to them. </p>\n\n<p>For some reason, Disk Analyzer does not show these folders when started without sudo. Nautilus shows them, but lists the size of <code>/media</code> at 16 KB, when it is actually 30 GB. </p>\n\n<p>I only noticed this when I dismounted all external drives, including Milly and Sto_Lat, and started <code>gksudo baobab</code>. Then I saw my external drives where there should be none - but not all of them but only the backup targets - and realised that these are not mounted drives, but eponymous folders created by Crashplan. There must be something weird going on when I mount the drive at the same name as the existing folder, I wonder why I don't get an error message or something... </p>\n\n<p>BTW, this also solves why Disk Analyzer shows the sizes of Milly at 530 GB instead of 500 GB - these are the \"missing\" 30 GB, it counts the folder and the real drive together. </p>\n\n<p>Now I only need a way to delete the folders without breaking Crashplan or remaining without backups. </p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-12-15T21:17:16.897", "id": "18829", "postId": "17652", "score": "0", "text": "You should mark this as the accepted answer, I've added a link to Javier's answer so he can get upvotes for the tip.", "userDisplayName": null, "userId": "235" }, { "creationDate": "2013-08-31T16:51:37.463", "id": "433593", "postId": "17652", "score": "0", "text": "This is exactly the same problem I had. One of my backup disks had died but my backup script still attempted to backup to the /mnt/Backup-Drive folder, filling up my root disk.", "userDisplayName": null, "userId": "161050" }, { "creationDate": "2015-09-07T01:36:45.970", "id": "969602", "postId": "17652", "score": "0", "text": "The reason you need `sudo` is that parts of the file system, are not readable to the user you're running as. This makes total sense, imagine if any user could read your full backups for example.", "userDisplayName": null, "userId": "67045" }, { "creationDate": "2015-09-07T08:06:34.993", "id": "969735", "postId": "17652", "score": "0", "text": "@arielf I guess I had never given it much thought. But I sure expect a disk space counting utility to give me an accurate picture of the disk space used and free, maybe displaying a grey blob saying \"this part is full, but you don't have the rights to see what's in there\". I am quite surprised as a user when the files I have no right to read are counted towards *free* disk space.", "userDisplayName": null, "userId": "5719" }, { "creationDate": "2015-09-07T21:23:42.837", "id": "970296", "postId": "17652", "score": "0", "text": "Well, you could simply run `df` which doesn't do a full directory scan and just gives the total vs free space of a partition. But if you want a full directory scan, with the detail given by `baobab` or `filelight` (at the individual file level), then full read permissions to the directories are needed.", "userDisplayName": null, "userId": "67045" }, { "creationDate": "2017-01-18T17:24:27.590", "id": "1355722", "postId": "17652", "score": "0", "text": "Mounting a folder under an existing path will \"shadow\" this path. Meaning that while the folder is mounted you will see the contents of the mounted folder and you cannot access the original folder contents. Once you unmount the folder, the original contents will be visible again. This is the expected behavior of mount on Linux and there is nothing wired about it. Example: `/media/data` contains some files, you mount your external hard disk as `data` under `/media`, then it will shadow your original `data` folder.", "userDisplayName": null, "userId": "46262" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T21:12:29.803", "id": "17652", "lastActivityDate": "2010-12-15T21:16:05.477", "lastEditDate": "2017-04-13T12:23:52.950", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "5719", "parentId": "17467", "postTypeId": "2", "score": "18" }
[ { "accepted": null, "body": "<p>Do the following at let me know how it went:</p>\n\n<ol>\n<li>Insert a LiveCd and fsck your /dev/sda1</li>\n<li>Clean your Trash Can.</li>\n<li>See the Log File Viewer for weird stuff that is happening.</li>\n<li>Test (If you can) with a normal HDD (Not SSD). Just to remove t...
null
null
null
null
null
17468
1
17480
2010-12-14T22:58:35.267
11
15401
<p>Can i use Network Manager to connect to multiple networks so they can share the load?</p>
4203
1067
2010-12-14T23:08:05.123
2010-12-14T23:27:47.130
Network load-balancing with Network Manager
[ "networking" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Maybe you want Load Balancing. There is a good program called Crossroads: <a href=\"http://crossroads.e-tunity.com/index.xr\">http://crossroads.e-tunity.com/index.xr</a></p>\n\n<p>If you want a list of similar programas i have an extract here from <a href=\"http://linuxpoison.blogspot.com/2008/09/opensource-load-balancing-software.html\">http://linuxpoison.blogspot.com/2008/09/opensource-load-balancing-software.html</a></p>\n\n<h2><strong>BalanceNG</strong>: <a href=\"http://www.inlab.de/balanceng/\">http://www.inlab.de/balanceng/</a></h2>\n\n<ul>\n<li>Modern software IP load balancing solution. It is small, fast, and easy to use and setup. It offers session persistence, different distribution methods (Round Robin, Random, Weighted Random, Least Session, Least Bandwidth, Hash, Agent, and Randomized Agent) and a customizable UDP health check agent in source code. It supports VRRP to set up high availability configurations on multiple nodes. It supports SNMP, integrating the BALANCENG-MIB with Net-SNMPD. It implements a very fast in-memory IP-to-location database, allowing powerful location-based server load-balancing.</li>\n</ul>\n\n<h2><strong>HAproxy</strong>: <a href=\"http://haproxy.1wt.eu/\">http://haproxy.1wt.eu/</a></h2>\n\n<ul>\n<li>High-performance and highly-robust TCP and HTTP load balancer which provides cookie-based persistence, content-based switching, advanced traffic regulation with surge protection, automatic failover, run-time regex-based header control, Web-based reporting, advanced logging to help trouble-shooting buggy applications and/or networks, and a few other features. Its own event-driven state machine achieves 20,000 hits per second and surpasses GigaEthernet on modern hardware, even with tens of thousands of simultaneous connections.</li>\n</ul>\n\n<h2><strong>Crossroads Load Balancer</strong>: <a href=\"http://crossroads.e-tunity.com/\">http://crossroads.e-tunity.com/</a></h2>\n\n<ul>\n<li><p>Daemon running in user space, and features extensive configurability, polling of back ends using wake up calls, status reporting, many algorithms to select the 'right' back end for a request (and user-defined algorithms for very special cases), and much more. Crossroads is service-independent: it is usable for any TCP service, such as HTTP(S), SSH, SMTP, and database connections. In the case of HTTP balancing, Crossroads can provide session stickiness for back end processes that need sessions, but aren't session-aware of other back ends. Crossroads can be run as a stand-alone daemon or via inetd.</p></li>\n<li><p>Note my awesome posting ability. Anyway here you can see the most updated (Still updated) and have documentation on how to do things.</p></li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-14T23:27:47.130", "id": "17480", "lastActivityDate": "2010-12-14T23:27:47.130", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "7035", "parentId": "17468", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Yes you can theoretically connect to multiple networks, but you need at least one network interface per network you want to connect to.</p>\n\n<p>So, for example, if you have two wireless network interfaces and one Ethernet interface, then you would be able to connect each of...
null
null
null
null
null
17479
1
null
2010-12-14T23:22:37.450
8
2407
<p>If my computer is on without an network connection(e.g. the router is rebooted, the network cable is unplugged, etc), it won't connect at all until I fix the connection then reboot the computer. How can I make the network manager automatically connect to a new network?</p> <p><strong>EDIT:</strong> <a href="http://paste.ubuntu.com/544111/">Here is the log file edited to only show Network Manager. It only show a couple hours as the file is somewhat repetitive.</a></p>
5179
5179
2010-12-15T17:49:51.517
2011-10-15T01:51:32.180
How can I make the network manager automatically connect to a new network?
[ "network-manager", "automation" ]
3
9
CC BY-SA 2.5
[ { "creationDate": "2010-12-14T23:49:53.060", "id": "18650", "postId": "17479", "score": "2", "text": "By default, Network Manager should automatically attempt to connect when possible. If yours only works after rebooting, this sounds like a bug.", "userDisplayName": null, "userId": "1859...
null
[ { "accepted": null, "body": "<p>I find that simply unplugging my ethernet cable and and plugging it in again works. It has to do with the device not pick up that the cable is connected. </p>\n\n<p>I also use mii-tool </p>\n\n<pre>sudo mii-tool -v \neth1: negotiated 1000baseT-FD flow-control, link ok \n p...
null
null
null
null
null
17482
1
17616
2010-12-14T23:43:12.083
9
2785
<p>I just <a href="http://lifehacker.com/5713551/pianobar-is-a-flash+free-pandora-player-inside-your-terminal" rel="nofollow noreferrer">read about</a> this command line Pandora player called <a href="https://launchpad.net/ubuntu/+source/pianobar" rel="nofollow noreferrer">pianobar</a></p> <p>It works great but the <a href="http://6xq.net/html/00/17.html" rel="nofollow noreferrer">homepage</a> says "last.fm scrobbling (using an external scrobbler)"</p> <p>Any one ever set this up before?</p>
235
527764
2017-02-21T09:50:23.353
2017-02-21T09:50:23.353
How do I set up last.fm scrobbling with pianobar?
[ "pianobar" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<ol>\n<li><p>First you'll need an external scrobbler. I recommend <a href=\"http://search.cpan.org/~roam/Audio-Scrobbler-0.01/bin/scrobbler-helper\"><code>scrobbler-helper</code></a>, which is written in Perl and available via <a href=\"http://www.cpan.org/\">CPAN</a>.</p>\n\n<pre><code>sudo perl -MCPAN -e 'install Audio::Scrobbler'\n</code></pre></li>\n<li><p>Configure pianobar to use external scrobbler.</p>\n\n<p>Skip the next two steps if you already have a <code>~/.config/pianobar/config</code>.</p>\n\n<ul>\n<li><p>Create the configuration directory for pianobar,</p>\n\n<pre><code>mkdir -p ~/.config/pianobar\n</code></pre></li>\n<li><p>Copy the example config file,</p>\n\n<pre><code>cp /usr/share/doc/pianobar/contrib/config-example ~/.config/pianobar/config\n</code></pre></li>\n<li><p>Now in <code>~/.config/pianobar/config</code>, remove the <code>#</code> from the beginning of this line:</p>\n\n<pre><code>#event_command = /home/user/.config/pianobar/eventcmd\n</code></pre>\n\n<p>and replace <code>user</code> with your actual username. This sets the path of the script that will be run every time you finish playing a song.</p></li>\n<li><p><code>~/.config/pianobar/eventcmd</code> doesn't exist yet, so download this <a href=\"http://pastebin.ubuntu.com/544112/\">script</a> to your Desktop. That script is the same as the one found in <code>/usr/share/doc/pianobar/contrib/eventcmd.sh</code>, but with some lines that required extra packages commented out. Once you have downloaded it, rename it to <code>eventcmd</code> then run the following commands:</p>\n\n<pre><code>cp ~/Desktop/eventcmd ~/.config/pianobar/eventcmd\nchmod +x ~/.config/pianobar/eventcmd\n</code></pre></li>\n</ul></li>\n<li><p>Configure <code>scrobbler-helper</code>,</p>\n\n<p><code>scrobbler-helper</code> needs to know your Last.fm account and password.</p>\n\n<ul>\n<li><p>Create a file <code>~/.scrobbler-helper.conf</code> and paste the following into it:</p>\n\n<pre><code>[global]\nusername=USERNAME\npassword=PASSWORD\n</code></pre>\n\n<p>replacing <code>USERNAME</code> and <code>PASSWORD</code> with your actual Last.fm username and password.</p></li>\n</ul></li>\n</ol>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T18:12:10.923", "id": "17616", "lastActivityDate": "2010-12-15T20:07:34.110", "lastEditDate": "2010-12-15T20:07:34.110", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "17482", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<ol>\n<li><p>First you'll need an external scrobbler. I recommend <a href=\"http://search.cpan.org/~roam/Audio-Scrobbler-0.01/bin/scrobbler-helper\"><code>scrobbler-helper</code></a>, which is written in Perl and available via <a href=\"http://www.cpan.org/\">CPAN</a>.</p>\n\n<p...
null
null
null
null
null
17483
1
null
2010-12-15T00:11:14.587
0
1390
<p>Im fairly new to Ubuntu and I decided to try and get arpwatch up and running so I can monitor my network network. After following the directions at <a href="http://aimlinux.com/blog/?p=56" rel="nofollow">http://aimlinux.com/blog/?p=56</a> I am not getting any email notifications. Sorry thats all I have to go off of right now. The service seems to be running and i think it is seeing devices on the network, but i get no notification</p>
null
3037
2011-10-10T08:15:03.560
2011-10-10T08:15:03.560
Arpwatch - no email
[ "networking" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>As far as I can see the guide was written in jan of 2009 so it could be a bit out of date so I tracked down a more up to date how to Here</p>\n\n<p><a href=\"http://library.linode.com/email/exim/send-only-mta-ubuntu-10.10-maverick\" rel=\"nofollow\">Send-only Mail Server with...
null
null
null
null
user7383
17484
1
17487
2010-12-15T00:12:02.893
17
6786
<p>I'm trying to figure out how to get the workspace number from a terminal script in gnome. Any ideas?</p>
6544
527764
2017-03-13T09:45:23.153
2019-06-04T09:46:07.810
Is there a way to detect which workspace you are currently in from the command line?
[ "gnome", "command-line", "workspaces" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If you aren't using Compiz, you can use <a href=\"http://apt.ubuntu.com/p/xdotool\" rel=\"noreferrer\">xdotool</a> <a href=\"http://apt.ubuntu.com/p/xdotool\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/7AJ5O.png\" alt=\"Install xdotool\"></a>.</p>\n\n<p>Example:</p>\n\n<pre><code>xdotool get_desktop\n</code></pre>\n\n<p>This will return <code>0</code> if run from the first workspace, <code>1</code> if run from the second etc.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-12-15T00:35:33.190", "id": "17487", "lastActivityDate": "2019-06-04T09:46:07.810", "lastEditDate": "2019-06-04T09:46:07.810", "lastEditorDisplayName": null, "lastEditorUserId": "816190", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "17484", "postTypeId": "2", "score": "17" }
[ { "accepted": true, "body": "<p>If you aren't using Compiz, you can use <a href=\"http://apt.ubuntu.com/p/xdotool\" rel=\"noreferrer\">xdotool</a> <a href=\"http://apt.ubuntu.com/p/xdotool\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/7AJ5O.png\" alt=\"Install xdotool\"></a>.</p>\n\n<p>Example:<...
null
null
null
null
null
17486
1
17494
2010-12-15T00:28:09.343
2
782
<p>I installed unity packages from the software center, and after that some promblems started at the normal desktop session.</p> <p>I unistalled the unity packages and now in desktop session, compiz crashes, indicators crash...</p> <p>I need help to reinstall the desktop session normally.</p> <p>How i reinstall the ubuntu 10.10 desktop clean whitout format?</p>
7385
7385
2010-12-15T00:45:15.437
2010-12-15T11:18:49.347
Remove unity, back to gnome and desktop crash
[ "10.10", "unity" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Someone else \"may\" have issue with this, but you could see if this make a difference. </p>\n\n<p>mv ~/.config ~/.config.org and<br>\nmv ~/.gconf ~/.gconfig.org</p>\n\n<p>logout| in. </p>\n\n<p>NOTE: This WILL reset all your gnome panels!</p>\n\n<p>If you don't get any better, just mv them back.</p>\n\n<p>mv ~/.config.org ~/.config<br>\nmv ~/.gconf.org ~/gconf</p>\n\n<p>Logout| in.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-15T09:55:44.083", "id": "18718", "postId": "17494", "score": "0", "text": "it works but not at all. i also find how eo reinstall indicators, with synaptic i installed \"indicator-applet-complete\".\n\nBut i still have the problem to activate compiz.", "userDisplayName": null, "userId": "7385" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T01:37:52.107", "id": "17494", "lastActivityDate": "2010-12-15T01:37:52.107", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6738", "parentId": "17486", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Someone else \"may\" have issue with this, but you could see if this make a difference. </p>\n\n<p>mv ~/.config ~/.config.org and<br>\nmv ~/.gconf ~/.gconfig.org</p>\n\n<p>logout| in. </p>\n\n<p>NOTE: This WILL reset all your gnome panels!</p>\n\n<p>If you don't get any bett...
null
null
null
null
null
17488
1
null
2010-12-15T00:48:54.350
5
2273
<p>How do I make Evolution delete mail in my Gmail account using POP3?</p>
null
23878
2013-04-14T17:18:29.833
2013-04-14T17:18:29.833
How do I get Evolution to delete e-mail on Gmail account?
[ "evolution", "gmail" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>its a gmail setting, in Gmail/Settings/Forwarding and POP/IMAP on POP question number two \"2. When messages are accessed with POP \" choose option to delete the Gmail copy</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicens...
null
null
null
null
globectiv
17493
1
17506
2010-12-15T01:30:15.670
4
34087
<p>At the beginning I have been Windows 7 on /dev/sda1. After that I have installed Ubuntu in /dev/sda7 and set Grub partition to /dev/sda1. Which broked down Windows 7 boot. Ubuntu have booted normally from Grub Menu, but when I choosed Windows 7, grub disappared and after 1 second appeared, and doesn't load. After that I have searched for some fixes for Windows 7 boot, and I do some "fixings". The result - Grub doesn't load.</p> <p>At this moment I have broken Windows 7 loader and broken Grub. And sitting with Ubuntu Live CD. How can I fix this with Ubuntu live CD? If possible please give step by step explanation, because I newbie in Ubuntu and Linux.</p> <p><strong>EDIT:</strong> Grub loader fixed. But anyway... Windows 7 doesn't load from Grub. I'm using Grub2.</p> <p><strong>EDIT2</strong> As I understand I need to run bootrec.exe /fixboot to fix Windows 7 bootloader. But I don't have Win7 DVD at this moment. Any way to do same from Ubuntu?</p> <p><strong>EDIT3</strong> Boot Info Script RESULTS.txt is here: <a href="http://pastebin.com/Z70fKQHJ" rel="nofollow">http://pastebin.com/Z70fKQHJ</a></p>
7391
1067
2010-12-27T13:21:04.873
2013-07-30T18:39:43.723
Dual Boot. Broken Windows 7 MBR and Grub
[ "boot", "windows", "grub2", "dual-boot" ]
7
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T02:48:54.643", "id": "18667", "postId": "17493", "score": "0", "text": "Post the results of http://bootinfoscript.sourceforge.net/ so that we can help you.", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-12-15T02:55:35.567", ...
{ "accepted": true, "body": "<p>There is no way to fix the windows 7 bootstrap from Ubuntu, you will need to do so with the windows 7 DVD but, which size is sda1, if it is +/- 100Mb, you should not have much troubles fixing it but, will need to reinstall grub to another partition. If it is way bigger than 100Mb, this mean it was not the system reserved space and that you have installed Grub over your windows 7 thus, deleting windows 7 completly.... </p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-12-15T03:14:17.923", "id": "18671", "postId": "17506", "score": "0", "text": "I have changed grub partition to /dev/sda. So at this point, I need to only do bootrec.exe /fixboot?", "userDisplayName": null, "userId": "7391" }, { "creationDate": "2010-12-15T03:28:25.540", "id": "18674", "postId": "17506", "score": "0", "text": "yes, unless you had put Grub over Win7. Once your win7 boot is restored, you may need to log again with the ubuntu live disk, go in a terminal and type \"sudo grub-update\" so it points the items (ubuntu and win7) to the proper partition", "userDisplayName": null, "userId": "7374" }, { "creationDate": "2010-12-15T20:55:37.800", "id": "18821", "postId": "17506", "score": "1", "text": "Toktik most likely **did** overwrite the Windows partition boot record on /sda1 when he installed Grub2 there.", "userDisplayName": null, "userId": "3940" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T03:11:21.293", "id": "17506", "lastActivityDate": "2010-12-15T03:11:21.293", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "7374", "parentId": "17493", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>There is no way to fix the windows 7 bootstrap from Ubuntu, you will need to do so with the windows 7 DVD but, which size is sda1, if it is +/- 100Mb, you should not have much troubles fixing it but, will need to reinstall grub to another partition. If it is way bigger than 1...
null
null
null
null
null
17496
1
null
2010-12-15T01:42:10.467
6
320
<p>Inspired by the recent issue with <a href="http://lifehacker.com/5712785/" rel="nofollow">the Gawker network sites</a>, I've been re-evaluating my password management. What strategies do you use to keep passwords safe? I'm particularly interested in software-based solutions available for Ubuntu, but any interesting ideas should be shared. Bonus points for solutions which are available on Android as well.</p>
570
null
null
2010-12-20T22:34:23.917
What strategies (especially available software) do you use to keep passwords safe?
[ "security", "password" ]
6
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I'm presently a user of lastpass premium which is a browser plugin, and also works on all symbian/android/iOS/Major OS. </p>\n\n<p>To quote their website:</p>\n\n<blockquote>\n <p>Its the last password you'll ever have to remember. It has form auto-fill, auto-login, its free...
null
null
null
null
null
17504
1
null
2010-12-15T03:07:08.117
12
52414
<p>I have a bluetooth keyboard for my HTPC. I pair it with my computer via bluetooth, and it works fine. However, when I turn off the keyboard or my computer, it has to connect again (which requires me entering a passcode on the computer and keyboard) when I turn them back on. I've looked through many forums and through that I have found that I'm missing some seemingly vital bluetooth files:</p> <pre><code>/etc/default/bluetooth /etc/init.d/bluetooth /etc/bluetooth/hcid.conf </code></pre> <p>In the instructions that I've found online so far, I must change certain lines in any of these files. I am unable to, since they do not exist.</p> <p>Am I missing a dependency or something? I've also tried installing Blueman but that didn't help at all.</p> <p>I'm running Ubuntu 10.10 (Maverick).</p> <p>Original post: <a href="http://ubuntuforums.org/showthread.php?t=1643386&amp;highlight=bluetooth">http://ubuntuforums.org/showthread.php?t=1643386&amp;highlight=bluetooth</a></p>
7270
235
2010-12-15T03:53:43.267
2019-08-20T19:29:56.720
How can I have a Bluetooth Keyboard Auto-Connect at Startup?
[ "10.10", "bluetooth" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I had a very similar issue with an Apple BlueTooth keyboard. I bought it because I loved the feeling of the keys. However, I could not keep it connected. The problem seemed to be in the keyboard identification. Once it was matched to an actual MAC computer, where it got an ac...
null
null
null
null
null
17508
1
17519
2010-12-15T03:20:23.710
15
6189
<p>I am packaging something for my PPA. The upstream source is a <code>.tar.gz</code> archive which is Makefile-based.</p> <p>Since this package has a significant amount of architecture-independent data, it would be wise to have the build scripts generate two packages:</p> <ul> <li><i>package</i></li> <li><i>package</i>-data</li> </ul> <p>How can I set this up? I've edited my Debian <code>control</code> file to generate two packages, but I have no idea how to get the right files to the right package.</p> <p>Since the data files are currently all installed via the Makefile, I am kind of lost here.</p>
5
570
2010-12-15T03:35:06.720
2010-12-15T04:25:00.873
How to have Debian packaging generate two packages given an upstream source archive?
[ "ppa", "debian", "packaging", "makefile" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is a place where I've always found the documentation lacking. I pretty much only learned how this works by looking at how it is done in other packages. As with most things in Debian packaging, there are a few ways to do this. I find the simplest way is to use <code>debian/package.install</code> files. Here's an example of a package I've worked on, <a href=\"http://bazaar.launchpad.net/~andrewsomething/imagination/debian/files\">imagination (bzr branch)</a>.</p>\n\n<p>First, we need to create the package in <a href=\"http://bazaar.launchpad.net/~andrewsomething/imagination/debian/annotate/head%3A/debian/control\"><code>debian/control</code></a>. There are three stanzas now. One for the source package and one for each binary package. Note that the foo-data package should be <code>Architecture: all</code>. Also note that imagination Depends on <code>imagination-common (= ${source:Version})</code>.</p>\n\n<p>Next, we create a <code>debian/imagination.install</code> file. This contains the specific files or paths which we want to end up in the imagination package. For this package we want all the architecture dependent files. The desktop file is included as it needs to say with the binary that it calls in its <code>Exec:</code> line.</p>\n\n<pre><code>usr/bin/\nusr/lib/\n/usr/share/applications/imagination.desktop\n</code></pre>\n\n<p>We need to create a <code>debian/imagination-common.install</code> file. This will contain all of the architecture independent files, images, translations, docs, and the like.</p>\n\n<pre><code>/usr/share/doc/\n/usr/share/icons/\n/usr/share/imagination/\n/usr/share/locale/\n</code></pre>\n\n<p><code>man dh_install</code> describes what's actually going on here:</p>\n\n<blockquote>\n <p>maybe you have a large package that\n builds multiple binary packages. You\n can use the upstream Makefile to\n install it all into debian/tmp, and\n then use dh_install to copy\n directories and files from there into\n the proper package build directories.</p>\n</blockquote>\n\n<p>What it means by \"the proper package build directories\" is that by the end of the build process, everything that will be in the resulting <code>foo.deb</code> will be found in <code>src/debian/foo</code>. The files that will end up in <code>foo-data.deb</code> will be found in <code>src/debian/foo-data</code>. As <code>debian/rules</code> is essentially just a Makefile, you can begin to imagine so other ways of getting the same result.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-15T05:41:20.647", "id": "18694", "postId": "17519", "score": "0", "text": "Thank you so much! Very clear explanation and works perfectly.", "userDisplayName": null, "userId": "5" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T04:13:22.160", "id": "17519", "lastActivityDate": "2010-12-15T04:25:00.873", "lastEditDate": "2010-12-15T04:25:00.873", "lastEditorDisplayName": null, "lastEditorUserId": "570", "ownerDisplayName": null, "ownerUserId": "570", "parentId": "17508", "postTypeId": "2", "score": "15" }
[ { "accepted": true, "body": "<p>This is a place where I've always found the documentation lacking. I pretty much only learned how this works by looking at how it is done in other packages. As with most things in Debian packaging, there are a few ways to do this. I find the simplest way is to use <code>debia...
null
null
null
null
null
17513
1
null
2010-12-15T03:34:33.147
0
238
<p>When I minimize folders and mozilla, it is not visible in the panel. I do not where it is stored. </p>
null
null
null
2010-12-15T05:06:56.717
Customization in Panel
[ "panel", "customization" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It looks like you have removed the Window List Applet:</p>\n\n<ul>\n<li><p>If the panel is still there, right click on it and select <em>Add to Panel</em>, then choose <em>Window List</em> and click <em>add</em>. </p></li>\n<li><p>If the panel is gone completely, click the up...
null
null
null
null
nitzsi
17518
1
null
2010-12-15T04:08:51.923
2
803
<p>Some months back I used wubi to install ubuntu on an hp laptop with vista. After not using it for a month or so, I loaded ubuntu and installed many updates (including kernel update). Windows boot manager loads without any problems, and I can boot to vista without problems. However, if I choose ubuntu, the screen briefly flashes</p> <blockquote> <p>Try (hd0,0) : NTFS5</p> </blockquote> <p>and then goes to black. I never get to the kernel image selection screen.</p>
null
null
2010-12-15T04:51:19.047
2011-01-22T01:11:11.870
After update, grub is broken
[ "boot", "grub2", "wubi" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T05:17:53.447", "id": "18689", "postId": "17518", "score": "1", "text": "Post the results of http://bootinfoscript.sourceforge.net/", "userDisplayName": null, "userId": "5691" } ]
null
[ { "accepted": null, "body": "<p>Is grub looking at the correct partition on the hard drive? you might want to use an installation cd and get it to repair the installation, maybe some of the updates edited the partition location in grub. Usually, windows likes to be 0,0. Try 0,1.</p>\n", "commentCount": ...
null
null
null
Bryan Allan
Bryan Allan
17527
1
null
2010-12-15T06:54:14.430
0
376
<p>It appears I cannot right click on the menus to change their appearance etc, nothing happens. I am completely new to Linux so might be doing something wrong. Installed Utweakgi, but it tells me system or administrator cannot use the software and might not load. </p> <p>Can someone help me with this one, don't know where else to look. </p>
null
null
null
2010-12-15T14:55:23.473
Unable to right click
[ "menu", "appearance" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T07:22:37.910", "id": "18707", "postId": "17527", "score": "0", "text": "What do you get when you right click on your panel??", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-04-18T06:12:29.160", "id": "39858", "postId": ...
null
[ { "accepted": null, "body": "<p>It's Difficult to tell what exactly it is you want to change but. If you want to change the menus in ubuntu there are three places that will be of use.</p>\n\n<ol>\n<li><p>Administration > Appearance this is where you can change your theme, wallpaper and effects you can also ...
null
null
null
null
Kirst
17530
1
17535
2010-12-15T07:19:23.293
6
7783
<p>I have a need to maintain different versions of a certain product written in java, and uses sun's jdk to build. Some older versions of the product need an older jdk (1.5) and the newer ones need jdk 1.6. So, my question is how can I install (and maintain) multiple versions of sun's jdk. I don't want openjdk, icedtea or whatever else, but different versions of sun's jdk itself.</p> <p>I ask this as I've seen I have the commands <code>python</code>, <code>python2.6</code> accessible. If I install another python version, I get it as <code>python2.7</code> although the <code>python</code> command doesn't point to it. This is exactly the kind of setup I need with java. But anything close also works.</p> <p>Thank you.</p>
649
null
null
2010-12-15T07:53:27.280
Installing multiple versions of sun java
[ "installation", "java", "jdk" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes. you can. Check this article. <a href=\"http://lj4newbies.blogspot.com/2007/04/2-jvm-on-one-linux-box.html\">http://lj4newbies.blogspot.com/2007/04/2-jvm-on-one-linux-box.html</a></p>\n\n<p>Hope this helps.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-15T08:31:26.137", "id": "18713", "postId": "17535", "score": "0", "text": "Thanks, I ended up doing a self-contained installation of jdk 1.5 to be used exactly whenever needed. I am not adding it to alternatives though.", "userDisplayName": null, "userId": "649" }, { "creationDate": "2013-09-05T09:51:36.987", "id": "436518", "postId": "17535", "score": "0", "text": "I attempted to use this method for Saucy (13.10), and it appears there is not a `sun-java6-jdk` package available under the backport libraries for this newer version of Ubuntu.", "userDisplayName": null, "userId": "109484" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T07:53:27.280", "id": "17535", "lastActivityDate": "2010-12-15T07:53:27.280", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4980", "parentId": "17530", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Yes. you can. Check this article. <a href=\"http://lj4newbies.blogspot.com/2007/04/2-jvm-on-one-linux-box.html\">http://lj4newbies.blogspot.com/2007/04/2-jvm-on-one-linux-box.html</a></p>\n\n<p>Hope this helps.</p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
17532
1
null
2010-12-15T07:30:02.890
15
168936
<p>How to install a program with the.tgz extention?</p>
7406
866
2010-12-15T08:06:55.040
2011-03-28T18:01:47.897
Installing a program downloaded as a .tgz
[ "installation", "file-format" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<ul>\n<li><strong>.tgz</strong> is an archive like zip or rar.</li>\n<li>Right click on the file and select <strong>Extract Here</strong>.</li>\n<li><strong>cd</strong> to the extracted folder.</li>\n<li>Then type <strong>./configure</strong> </li>\n<li>To install type <strong>m...
null
null
2013-06-06T03:27:51.727
null
null
17536
1
17538
2010-12-15T07:54:39.290
528
1125912
<p>I would like to create an alias to <code>rm</code> command in order to have a confirmation message after executing this command. So I am creating an alias like this <code>alias rm='rm -i'</code>. But as far as I know this is a temporary alias and it lives until you close the terminal.</p> <p>As it is explained <a href="https://askubuntu.com/questions/1414/how-to-create-permanent-alias">here</a> to save alias permanently I need to execute <code>~/.bash_aliases</code> or <code>~/.bashrc</code> commands in terminal and add my alias there. But when I execute <code>~/.bashrc</code> I get following error message :</p> <pre><code>bash: /home/bakhtiyor/.bashrc: Permission denied </code></pre> <p>When I run <code>~/.bash_aliases</code> I get another error message like this:</p> <pre><code>bash: /home/bakhtiyor/.bash_aliases: File or directory doesn't exist. </code></pre> <p>What is the actual problem and how can I solve it?</p>
161
-1
2017-04-13T12:24:11.723
2023-10-17T10:30:13.213
How do I create a permanent Bash alias?
[ "bash", "alias" ]
10
3
CC BY-SA 3.0
[ { "creationDate": "2015-09-10T18:18:55.393", "id": "972578", "postId": "17536", "score": "2", "text": "**ANSWER** -- http://stackoverflow.com/a/2622711/1487102", "userDisplayName": null, "userId": "337814" }, { "creationDate": "2019-02-28T09:17:13.823", "id": "1855133", "...
{ "accepted": true, "body": "<p>To create an alias permanently add the alias to your <code>.bashrc</code> file</p>\n\n<pre><code>gedit ~/.bashrc\n</code></pre>\n\n<p>And then add your alias at the bottom.</p>\n\n<p><img src=\"https://i.stack.imgur.com/XyZsY.png\" alt=\"alt text\"></p>\n\n<p>Now execute <code>. ~/.bashrc</code> in your terminal (there should be a space between the <code>.</code> and <code>~/.bashrc</code>.</p>\n\n<p>Now you can check your alias.</p>\n\n<p><img src=\"https://i.stack.imgur.com/N4Dki.png\" alt=\"alt text\"></p>\n", "commentCount": "8", "comments": [ { "creationDate": "2014-02-11T15:21:46.617", "id": "540959", "postId": "17538", "score": "6", "text": "@karthick87 you wrote \"Now execute . ~/.bashrc in your terminal (there should be a gap between the . and ~/.bashrc.\". Why is this step needed?", "userDisplayName": null, "userId": "180258" }, { "creationDate": "2014-07-16T04:13:01.853", "id": "667829", "postId": "17538", "score": "5", "text": "what does the first '.' do in . ~/.bashrc ?", "userDisplayName": null, "userId": "263906" }, { "creationDate": "2014-10-03T09:19:18.843", "id": "726373", "postId": "17538", "score": "38", "text": "@Geek @Zen \"Execute\" was not the correct term. The dot is equivalent to `source`. With `. ~/.bashrc`, you source your bash. Executing the file would start a child process, execute the commands in this process, then return. All that is done in the child process has no effect on the parent process (the bash from which you executed). Instead, sourcing (with the dot) acts exactly as if you wrote the content of the file in the terminal. This is what you want. `.bashrc` is sourced everytime you start a bash. If you make changes, they won't apply until you start a new bash or source manually.", "userDisplayName": null, "userId": "4246" }, { "creationDate": "2016-10-26T03:30:45.963", "id": "1289284", "postId": "17538", "score": "1", "text": "@ButtleButkus - might want to change just one user's preferences rather than the whole system. In Ubuntu the system-wide .bashrc file is /etc/bash.bashrc", "userDisplayName": null, "userId": "455406" }, { "creationDate": "2017-04-08T16:25:26.563", "id": "1415335", "postId": "17538", "score": "0", "text": "This only works partially. I need to execute `. ~/.bashrc` every time I open the terminal. Using OS X EI Captian (v10.11.6).", "userDisplayName": null, "userId": "676010" }, { "creationDate": "2018-05-07T18:42:30.383", "id": "1680535", "postId": "17538", "score": "1", "text": "@ShubhamA. see [this question](https://apple.stackexchange.com/questions/119711/why-doesnt-mac-os-x-source-bashrc) for the OSX behavior", "userDisplayName": null, "userId": "827093" }, { "creationDate": "2018-09-26T19:17:25.130", "id": "1772036", "postId": "17538", "score": "0", "text": "Recommend `touch tempfile` then `rm tempfile` so that a screenshot isn't deleted.", "userDisplayName": null, "userId": "616451" }, { "creationDate": "2020-03-05T18:32:19.823", "id": "2042182", "postId": "17538", "score": "0", "text": "Check this [What does 'source' do?](https://superuser.com/a/618442/656261) for differences between executing a binary file`./executable` and source a file`. file` == `source file`.", "userDisplayName": null, "userId": "646012" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-15T08:24:37.087", "id": "17538", "lastActivityDate": "2016-10-11T17:36:50.107", "lastEditDate": "2016-10-11T17:36:50.107", "lastEditorDisplayName": null, "lastEditorUserId": "547128", "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "17536", "postTypeId": "2", "score": "583" }
[ { "accepted": null, "body": "<p>There are a lot of ways to create an alias. The most used ways are:</p>\n\n<ol>\n<li><p>Add aliases directly in your <code>~/.bashrc</code> file</p>\n\n<p>For example: append these line to <code>~/.bashrc</code> file</p>\n\n<pre><code>alias ll='ls -l'\nalias rm='rm -i'\n</cod...
null
null
null
null
null
17539
1
null
2010-12-15T08:26:12.373
1
177
<p>I manage several ubuntu servers remotely, and occasionally, there will be a need to run fsck on the root partition.</p> <p>From what I've read, the best way to achieve this without physical access to the machine is to have another OS installed, and tweak grub to boot into that OS after reboot. I have done that on some of the servers, and it did prove useful once or twice.</p> <p>However, installing the two OSes was a pain, since I couldn't use simple "Guided - use entire disk" options, and had to manually craft the partition sizes and define the boot/swap/root etc, which made the installation less pleasant.</p> <p>So my question is: is there a simple way that I'm missing to just install a second ubuntu server on the same machine, where I can just tell it "use 5 GB of the hard drive, and don't bother me with questions"?</p> <p>Alternatively, is there a better way to enable fsck-ing of the root partition without physical access?</p> <p>Update: after looking around some more, it seems that it might make more sense to <a href="http://www.sysresccd.org/Sysresccd-manual-en_Easy_install_SystemRescueCd_on_harddisk" rel="nofollow">install SystemRescueCD on the hard drive</a>, rather than a full-fledged ubuntu. As long as I'm behind a firewall this might be acceptable. Still not an easy solution.</p>
588
588
2010-12-15T09:47:47.840
2010-12-16T02:58:31.320
What's a simple/standard way to set up a secondary ubuntu server on the same machine?
[ "server", "partitioning", "fsck" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T10:17:48.250", "id": "18720", "postId": "17539", "score": "0", "text": "Out of curiosity why will you need to run fsck interactively on the root partition ? fsck runs automatically (when required), and only requires interaction when there is a serious problem.", ...
null
[ { "accepted": null, "body": "<p>For your alternative question: You could force an automated <code>fsck</code> on the next boot? <a href=\"http://www.cyberciti.biz/faq/linux-force-fsck-on-the-next-reboot-or-boot-sequence/\" rel=\"nofollow\"><code>shutdown -rF now</code></a></p>\n\n<p>Depending on your access...
null
null
null
null
null
17540
1
17550
2010-12-15T08:44:52.533
14
29617
<p>I'm using Ubuntu 10.10 and using a usb drive but I'm finding that I can't chmod any programs on the drive to +x. It is being auto-mounted by Gnome (using udev, I think?) so I imagine the problem is a mount option but I can't seem to find a way to modify the default mount options any where. There are no entries in fstab. Anybody encounter this problem?</p>
7408
235
2010-12-15T14:25:52.887
2015-06-05T21:49:36.440
How do I set executable permissions on a removable drive?
[ "gnome", "permissions", "usb-drive", "udev" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T10:21:19.667", "id": "18721", "postId": "17540", "score": "1", "text": "If it's vfat/ntfs, you can set the default permissions with the dmask/fmask mount options **mount -o umask=xxx** depending on what rights you want, **umask=0** will give all rights..", "user...
{ "accepted": true, "body": "<p>I guess your usb drive is formatted with VFAT/FAT32. This file format does not support execute permissions which is why <em>chmod +x</em> fails.</p>\n\n<p>[Edit]\nOk, had a bit of a play and search on the net. Lots of 'solutions' suggest that you should change <em>/etc/fstab</em>. This just seems clunky to me, what do you do? change <em>fstab</em> every time you encounter a new usb flash drive???</p>\n\n<p>My solution:</p>\n\n<p>$ <em>sudo vi /etc/udev/rules.d/90-usb-disks.rules</em></p>\n\n<p>Add the lines:</p>\n\n<pre><code># UDEV Rules to change the permission of USB disks\n#\n\nKERNEL==\"sd*[0-9]\", ATTR{removable}==\"1\", ENV{ID_BUS}==\"usb\", MODE=\"0022\"\n</code></pre>\n\n<p>$ <em>sudo /etc/init.d/udev restart</em></p>\n\n<p>Then try inserting a usb drive. There is probably an attribute that you can check for to ensure it's a FAT formatted drive if you wanted to be more specific.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-12-15T10:46:22.910", "id": "18726", "postId": "17550", "score": "0", "text": "It seems not, I added an entry to /etc/fstab with the options I require and I'll just have to mount it manually every time I insert it until I can figure out how to modify the default mount options.", "userDisplayName": null, "userId": "7408" }, { "creationDate": "2010-12-19T17:05:29.420", "id": "19385", "postId": "17550", "score": "0", "text": "Ah,this is exactly what I was looking for but couldn't find the right file. Worked like a charm, thank you!", "userDisplayName": null, "userId": "7408" }, { "creationDate": "2012-05-18T12:38:02.663", "id": "165722", "postId": "17550", "score": "1", "text": "Hi, I'm trying your solution but it is not working for me. Can you take a look at my question? http://askubuntu.com/q/138878/25305 Thanks in advance", "userDisplayName": null, "userId": "25305" }, { "creationDate": "2015-02-10T20:44:40.903", "id": "808539", "postId": "17550", "score": "0", "text": "How can I make it only for vfat systems?", "userDisplayName": null, "userId": "186295" }, { "creationDate": "2017-05-19T01:19:56.587", "id": "1445023", "postId": "17550", "score": "0", "text": "So does the drive have to be a FAT formatted drive?", "userDisplayName": null, "userId": "474993" }, { "creationDate": "2021-10-10T02:07:30.593", "id": "2351055", "postId": "17550", "score": "0", "text": "@Philip, that is AFAIK because Ubuntu switched to systemd.", "userDisplayName": null, "userId": "1152748" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T10:04:26.110", "id": "17550", "lastActivityDate": "2010-12-15T17:18:31.557", "lastEditDate": "2010-12-15T17:18:31.557", "lastEditorDisplayName": null, "lastEditorUserId": "5211", "ownerDisplayName": null, "ownerUserId": "5211", "parentId": "17540", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>I guess your usb drive is formatted with VFAT/FAT32. This file format does not support execute permissions which is why <em>chmod +x</em> fails.</p>\n\n<p>[Edit]\nOk, had a bit of a play and search on the net. Lots of 'solutions' suggest that you should change <em>/etc/fsta...
null
null
null
null
null
17545
1
17588
2010-12-15T09:41:43.420
21
54142
<p>I want to add my own library to use in c compiling, but don't really know where ubuntu stores it.</p>
4339
235
2010-12-15T14:25:29.143
2013-08-30T15:39:51.260
Where does Ubuntu store its library files?
[ "10.10", "command-line", "compiling", "c" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T09:54:05.677", "id": "18717", "postId": "17545", "score": "5", "text": "It stores in **/usr/lib** & **/usr/include**", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-12-15T10:06:04.813", "id": "18719", "postId": "17545",...
{ "accepted": true, "body": "<p>Based on your comments to your question, I think what you are really asking is \"How do I install a custom library I wrote and where should I put it?\"</p>\n\n<p>In general, things built locally for others on the machine to user are put into the /usr/local tree. The header file should go into /usr/local/include. The compiled library should go into /usr/local/lib. The .c file is not part of the library, it is part of the source and not something normally not installed for the use of the end user. You will need root access to put files in either of these locations.</p>\n\n<p>To build the library, you will need to build first decide if you want a static or dynamic (shared) library. More information on creating a shared library can be foundin section 3.4, Creating a Shared Library at <a href=\"http://www.linux.org/docs/ldp/howto/Program-Library-HOWTO/shared-libraries.html\">http://www.linux.org/docs/ldp/howto/Program-Library-HOWTO/shared-libraries.html</a>. (They also have recommendation about where to put stuff -- most developers will have an an opinion or three :-) )</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T14:39:34.573", "id": "17588", "lastActivityDate": "2010-12-15T14:39:34.573", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4435", "parentId": "17545", "postTypeId": "2", "score": "11" }
[ { "accepted": null, "body": "<p>Depending on library, ubuntu stores its libraries mainly in three locations</p>\n\n<ol>\n<li>/lib</li>\n<li>/usr/lib</li>\n<li>/usr/local/lib</li>\n</ol>\n\n<p>Following is from File System Hierarchy Standard</p>\n\n<p><strong>/lib</strong></p>\n\n<blockquote>\n <p>The /lib ...
null
null
null
null
null
17548
1
17552
2010-12-15T09:50:13.807
15
61222
<p>and stealth specific ports?</p>
4339
41
2010-12-15T11:03:53.350
2020-11-30T05:32:34.017
How can I block ping requests with IPTables?
[ "10.10", "security", "firewall", "iptables" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>To deny responses to ping requests..Add the following iptable rule</p>\n\n<pre><code>iptables -A OUTPUT -p icmp -o eth0 -j ACCEPT \niptables -A INPUT -p icmp --icmp-type echo-reply -s 0/0 -i eth0 -j ACCEPT \niptables -A INPUT -p icmp --icmp-type destination-unreachable -s 0/0 -i eth0 -j ACCEPT \niptables -A INPUT -p icmp --icmp-type time-exceeded -s 0/0 -i eth0 -j ACCEPT \niptables -A INPUT -p icmp -i eth0 -j DROP \n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-15T10:38:10.633", "id": "18724", "postId": "17552", "score": "0", "text": "something is wrong with the rules or i just don't have dependencies, i changed the eth0 to wlan0 as i am on my laptop right now, and received the error \"sudo iptables -A INPUT -p icmp –icmp-type destination-unreachable -s 0/0 -i wlan0 -j ACCEPT\nBad argument `–icmp-type'\" and \"sudo iptables -A INPUT -p icmp -i wlan0-j DROP\nBad argument `DROP'\"", "userDisplayName": null, "userId": "4339" }, { "creationDate": "2010-12-15T10:48:03.517", "id": "18727", "postId": "17552", "score": "0", "text": "@david25 see my updated answer.", "userDisplayName": null, "userId": "5691" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T10:11:53.330", "id": "17552", "lastActivityDate": "2010-12-15T10:46:11.600", "lastEditDate": "2010-12-15T10:46:11.600", "lastEditorDisplayName": null, "lastEditorUserId": "5691", "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "17548", "postTypeId": "2", "score": "11" }
[ { "accepted": null, "body": "<p>I believe <code>iptables -I INPUT -p icmp --icmp-type 8 -j DROP</code> should do the trick.</p>\n\n<p>For IPv6 you would need something like <code>ip6tables -I INPUT -p icmpv6 --icmp-type 8 -j DROP</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwn...
null
null
null
null
null
17555
1
null
2010-12-15T10:26:05.510
1
1797
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/20857/mdadm-breaks-boot-due-to-is-not-ready-yet-or-not-present-error">mdadm: breaks boot due to &ldquo;is not ready yet or not present&rdquo; error</a> </p> </blockquote> <p>I've got a RAID 5 setup for my <code>/home</code> partition. Every two to three boots my hdisks don't seem to be ready in time and my PC hangs saying that <code>/home</code> isn't ready yet.</p> <p>I then have to manually activate it by pressing <kbd>M</kbd> and typing <strong>dmraid -ay</strong>.<br> This <em>always</em> activates the <code>/home</code> partition.</p> <p>How can I tell Ubuntu to wait longer if my home-dir couldn't be mounted yet?</p>
6615
-1
2017-04-13T12:24:13.310
2012-03-11T15:35:39.897
How to fix boot message [RAID partition] not ready yet?
[ "boot", "raid", "shortcut-keys" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-20T13:58:28.897", "id": "60355", "postId": "17555", "score": "1", "text": "Are you sure you are using dmraid? Because it does not support raid5. Unless you need to dual boot with windows, fakeraid should be avoided. See https://wiki.ubuntu.com/FakeRaidHowto", "u...
null
[ { "accepted": null, "body": "<p>See the answer to <a href=\"https://askubuntu.com/questions/20857/mdadm-breaks-boot-due-to-is-not-ready-yet-or-not-present-error\">this question</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
null
null
2011-09-20T12:43:10.647
null
null
17557
1
17780
2010-12-15T10:37:12.027
5
2740
<p>left to its own devices my wireless connects at too low a speed. I have a 20meg internet connection and my wireless is slowing it down to like 3meg. When I reboot into windows it's fine. When I run <code>iwconfig eth1 rate 24M</code> or even <code>48M</code> the connection is much faster and runs fine, why won't it automatically go higher? Is this the fault of the driver? I am running Broadcom's driver compiled from source. Would adding <code>iwconfig eth1 rate 24M</code> to rc.local be the right way to force it at boot? </p> <p>Output from iwconfig when rate=auto:</p> <pre><code>eth1 IEEE 802.11 ESSID:"honeypot" Mode:Managed Frequency:2.417 GHz Access Point: xxx Bit Rate=1 Mb/s Tx-Power:24 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=5/5 Signal level=-47 dBm Noise level=-91 dBm Rx invalid nwid:0 Rx invalid crypt:2 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 </code></pre> <p>Thanks, Jamie</p>
7414
null
null
2011-01-15T23:30:17.050
Wireless iwconfig rate auto too low
[ "wireless", "broadcom" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T12:03:17.520", "id": "18737", "postId": "17557", "score": "0", "text": "Possible duplicate: http://askubuntu.com/q/12355/3940. What chipset is your wireless card?", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2010-12-15T13:37:49.9...
{ "accepted": true, "body": "<p>Ok, found a bug report:</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/wireless-tools/+bug/384920\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/wireless-tools/+bug/384920</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-16T17:35:43.920", "id": "17780", "lastActivityDate": "2010-12-16T17:35:43.920", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "7414", "parentId": "17557", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Ok, found a bug report:</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/wireless-tools/+bug/384920\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/wireless-tools/+bug/384920</a></p>\n", "commentCount": "0", "comments": [], "communityOwne...
null
null
null
null
null
17558
1
17567
2010-12-15T10:55:07.723
7
13223
<p>I have a <code>.mdb</code> database file which originated from a MS Access Jet database. </p> <p>Is the some way to view this database, and even better, a way to edit and export it?</p>
2670
1067
2011-01-23T11:11:03.413
2015-10-11T23:48:58.763
How to view and/or edit a .mdb Jet MS Access database file?
[ "windows", "file-format", "database" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can try to install <strong>mdbtools</strong> and <strong>mdbtools-gmdb</strong> in order to get the mdb viewer for gnome. </p>\n\n<p><img src=\"https://i.stack.imgur.com/PZ7eH.png\" alt=\"alt text\"></p>\n\n<p>I haven't used it myself, so i don't know if it's able to let you edit the database, but it gives you the option to export it, so maybe you can convert it to the oo-base version (odb). </p>\n\n<p>I don't know why openoffice doesn't support it. I've read that is caused by MSDAO that cannot be installed in linux o/s, so only oo-base in windows can natively support it. </p>\n\n<p>Anyway, you should give it a try i guess. I hope it helps a bit.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-15T19:18:22.293", "id": "18807", "postId": "17567", "score": "0", "text": "Thanks Pavlos.. mdbtools is currently read-only (according to [http://mdbtools.sourceforge.net/] it will become writeable in the next version (but the current version seems to be from 2004, so I'm not waiting :)... As it stands now, it is functional for reading data via SQL and can export individual tables, and schemas. It doesn't seem to handle the standard MS UTF-16 unicode format, unless it can via a locale setting, but it is quite usable for looking at and exporting tables.. There might be more to it, as I've only looked a the GUI, and the CLI may do more, but it has its merits as it is.", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-12-15T19:40:49.067", "id": "18812", "postId": "17567", "score": "0", "text": "glad to hear it helped ;-)", "userDisplayName": null, "userId": "6650" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T12:39:27.783", "id": "17567", "lastActivityDate": "2010-12-16T05:49:52.090", "lastEditDate": "2010-12-16T05:49:52.090", "lastEditorDisplayName": null, "lastEditorUserId": "6650", "ownerDisplayName": null, "ownerUserId": "6650", "parentId": "17558", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>You can try to install <strong>mdbtools</strong> and <strong>mdbtools-gmdb</strong> in order to get the mdb viewer for gnome. </p>\n\n<p><img src=\"https://i.stack.imgur.com/PZ7eH.png\" alt=\"alt text\"></p>\n\n<p>I haven't used it myself, so i don't know if it's able to let...
null
null
null
null
null
17560
1
17577
2010-12-15T11:06:51.073
0
165
<p>When <a href="http://eclipsexul.sourceforge.net/chapter-installation.html" rel="nofollow">installing EclipseXul plugin</a> on EclipsePHP, it says:</p> <blockquote> <p>Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1288098146566 (SharedProfile_epp.package.php 1.0.0.1288098146566) Missing requirement: Shared profile 1.0.0.1288098146566 (SharedProfile_epp.package.php 1.0.0.1288098146566) requires 'SharedProfile_epp.package.php [1.0.0.1288098145696]' but it could not be found</p> </blockquote> <p>Any idea what's wrong?</p> <p>When running from the terminal, I can see a message, when I open the updates windows:</p> <blockquote> <p>** (Eclipse:3364): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed</p> </blockquote> <p>Recently I have my whole home folder deleted by a script. Maybe there's something with this.. But I just downloaded a brand new Eclipse installation and put it in my /home/eclipse/ folder.</p>
5304
null
null
2010-12-15T13:39:30.797
Error (in GTK?) when trying to install EclipseXul plugin
[ "gtk", "plugins", "eclipse" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Downloading other eclipse it worked just fine.. It was something wrong with my eclipse-php</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T13:39:30.797", "id": "17577", "lastActivityDate": "2010-12-15T13:39:30.797", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5304", "parentId": "17560", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Downloading other eclipse it worked just fine.. It was something wrong with my eclipse-php</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T13:39:30.797", "id": "1757...
null
null
null
null
null
17561
1
17564
2010-12-15T11:09:44.080
3
12317
<p>Is there a way to hide all file extensions like in Windows?</p>
null
null
null
2010-12-15T11:31:34.307
How to hide file extensions
[ "filesystem" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2012-01-12T08:58:19.643", "id": "108588", "postId": "17561", "score": "0", "text": "Just put a \".\" in front of the whole file name, and you can have the whole filename hidden -- which is just about as useful. (Sorry, couldn't resist. The whole idea of hiding partial filen...
{ "accepted": true, "body": "<p>As far as I know there is no way to acheive this. The Nautilus file manager doesn't seem to have this option in its preferences and for good reason.</p>\n\n<h1>File extensions are fake</h1>\n\n<p>By which I mean, in Linux, they are simply part of the file name and have no special meaning like in Windows. In Windows, there is a distinction between file names and their extensions whereas in Linux, the 'extension' is just the part of the name, if any, after a '.'. Linux allows the '.' character to be used as part of the file name but Windows reserves it for separating the file extension. Windows uses this file extension to determine how the file should behave but Linux uses <a href=\"https://askubuntu.com/questions/tagged/mime-type\">MIME types</a>.</p>\n\n<p>This means that there is <strong>no reliable way</strong> for a file manager to hide the file extension - '.' can be used anywhere in a file name so hiding file extensions may hide part of the file name - this behaviour would be confusing. File extensions are only used to make it easier for a user to tell what type of file they are dealing with - hiding this would hide useful information. </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-15T12:19:21.813", "id": "18738", "postId": "17564", "score": "7", "text": "They are not that fake. Extension are used to determine MIME Type, so at the end it works just like windows (mostly). Change the extension of any random file in Nautilus and you will see that its icon will change and it will open with a different program.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-12-17T11:57:09.763", "id": "19083", "postId": "17564", "score": "3", "text": "Extensions are used as a last resort to determine the MIME type. Nautilus attempts to first determine the file type by looking at the contents of the file.", "userDisplayName": null, "userId": "667" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T11:31:34.307", "id": "17564", "lastActivityDate": "2010-12-15T11:31:34.307", "lastEditDate": "2017-04-13T12:24:13.310", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "17561", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Other than in Windows file extensions are not needed for files in Ubuntu. However they are used for convenience when it comes to sort out files according to their content. Therefore extensions are more like a fixed part of the filename and thus will always be displayed.</p>\n...
null
null
null
null
user7182
17569
1
null
2010-12-15T12:55:51.707
3
253
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/152184/how-do-i-fix-malformed-line-errors-in-sources-list">How do I fix “malformed line” errors in sources.list?</a> </p> </blockquote> <p>I seem to be running into some difficulties with the acquisition of the latest libreoffice deb pkg.</p> <p>When I type</p> <pre><code>sudo apt-get update </code></pre> <p>I get</p> <pre><code>E: Malformed line 60 in source list /etc/apt/sources.list (dist) E: The list of sources could not be read. </code></pre> <p>I don't understand of that means that I did something wrong or if there is a problem at tuxfamily.</p> <p>Any help is, as always, greatly appreciated.</p> <p><a href="http://pastebin.ubuntu.com/544110" rel="nofollow noreferrer">Full contents of /etc/apt/sources.list.</a></p>
6384
-1
2017-04-13T12:23:28.223
2011-01-14T17:55:49.490
LibreOffice RC1 deb package difficulties
[ "package-management", "libreoffice", "deb" ]
2
6
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T13:23:23.590", "id": "18742", "postId": "17569", "score": "7", "text": "Post your output of `cat /etc/apt/sources.list`", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-12-15T15:40:29.320", "id": "18772", "postId": "1756...
null
[ { "accepted": null, "body": "<p>Change hxxp to http</p>\n\n<p><a href=\"http://en.wikipedia.org/wiki/Hxxp\" rel=\"nofollow\">http://en.wikipedia.org/wiki/Hxxp</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-12-15T20:41:46.330", "id": "18819", "pos...
null
null
2012-10-30T15:30:02.597
null
null
17571
1
17575
2010-12-15T13:10:57.507
7
827
<p>Since this question as addition in another question i created got lost, here is it as a separate question.</p> <p>Is there a possibility to choose another partition for /home directory during installation of Ubuntu</p>
7155
null
null
2010-12-15T13:33:25.917
Choose another partition for /home directory during installation of Ubuntu?
[ "installation", "home-directory", "partitioning" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes it is, you need to select the advanced partition option:</p>\n\n<p><img src=\"https://i.stack.imgur.com/OwN7K.png\" alt=\"alt text\"></p>\n\n<p>Once you see this screen you need to resize the root partition (ext4) and then use the Add button to add a new partition:</p>\n\n<p><img src=\"https://i.stack.imgur.com/efhlV.png\" alt=\"alt text\"></p>\n\n<p>Where you see \"mount point\" that should say <code>/home</code> and the size should be an acceptably large size for your home partition.</p>\n\n<p>WARNING! Having a separate partition has it's down sides, you will not be able to adjust the amount of free space between your ubuntu partition and your home directory later, it's very fixed so think carefully about how much space you really need.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T13:33:25.917", "id": "17575", "lastActivityDate": "2010-12-15T13:33:25.917", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "17571", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>Yes, during the install you will need to choose custom partitioning and manually defined the partition structure. Make sure you set the mount point for your home partition to /home .</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "con...
null
null
2013-04-29T03:02:08.283
null
null
17572
1
17573
2010-12-15T13:20:58.170
4
5435
<p>I would like to know different stages of the Bootloading process happening in ubuntu.<br> Specifically the different stages in GRUB and GRUB2. </p> <p>Please guide me on this topic.</p> <p>Thanks,<br> Sen</p>
6521
235
2010-12-15T14:34:18.680
2011-01-05T14:52:42.690
How to understand the different stages of bootloading?
[ "grub2", "bootloader" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Wikipedia's GRUB entry has a good overview of how the GRUB boot process works <a href=\"http://en.wikipedia.org/wiki/GNU_GRUB\" rel=\"nofollow\">here</a>.</p>\n\n<p>For the differances in GRUB 2 the <a href=\"https://help.ubuntu.com/community/Grub2\" rel=\"nofollow\">Ubuntu Help entry</a> is pretty thorough. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T13:30:46.073", "id": "17573", "lastActivityDate": "2010-12-15T13:30:46.073", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3583", "parentId": "17572", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Wikipedia's GRUB entry has a good overview of how the GRUB boot process works <a href=\"http://en.wikipedia.org/wiki/GNU_GRUB\" rel=\"nofollow\">here</a>.</p>\n\n<p>For the differances in GRUB 2 the <a href=\"https://help.ubuntu.com/community/Grub2\" rel=\"nofollow\">Ubuntu H...
null
null
null
null
null
17576
1
17580
2010-12-15T13:35:56.507
7
45397
<p>I use Netscan softwar to search the available computers with the shared items in microsoft windows. I could give it an IP address range and it retured the available IP address. </p> <p>In ubuntu is there such a way to scan the network ?</p>
7377
235
2010-12-15T14:38:10.783
2018-10-02T16:03:34.760
How to do LAN search similar to Netscan in Windows?
[ "networking" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is a command line utility for that, <a href=\"https://launchpad.net/ubuntu/+source/nbtscan\" rel=\"nofollow noreferrer\">nbtscan</a>, it's available from the repositories.</p>\n\n<pre><code>sudo apt-get install nbtscan\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-15T13:48:51.827", "id": "17580", "lastActivityDate": "2017-02-21T10:04:54.347", "lastEditDate": "2017-02-21T10:04:54.347", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "17576", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>There is a command line utility for that, <a href=\"https://launchpad.net/ubuntu/+source/nbtscan\" rel=\"nofollow noreferrer\">nbtscan</a>, it's available from the repositories.</p>\n\n<pre><code>sudo apt-get install nbtscan\n</code></pre>\n", "commentCount": "0", "co...
null
null
null
null
null
17578
1
null
2010-12-15T13:40:20.577
2
4027
<p>I have lenovo g460 with VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev a2) grapics card </p> <p>I have install the driver using <code>gksudo jockey-gtk</code> command, but when I change the visual effects to extra its give me 'Desktop effects could not be enabled'. I am new to Ubuntu.</p>
null
235
2010-12-15T14:35:52.033
2011-05-17T02:49:09.757
How do I enable desktop visual effects?
[ "nvidia", "compiz", "effects" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-14T18:49:00.897", "id": "23201", "postId": "17578", "score": "0", "text": "Is jockey-gtk the tool that the \"HArdware Drivers\" GUI uses? Or is it something seperate.", "userDisplayName": null, "userId": "1090" } ]
null
[ { "accepted": null, "body": "<p>First go to console (ALT+F2 then type <code>gnome-terminal</code>). Inside the console type nvidia and press the TAB button. If you have the nvidia drivers correctly install there should appear several nvidia files (Like nvidia-settings, nvidia-xconfig, etc..)</p>\n\n<p>Type ...
null
null
null
null
user7426
17579
1
22182
2010-12-15T13:45:59.317
7
10438
<p>I installed wolf:et, and i cant get sound to work. Everything that i have installed is in default paths, i had 10.4 and then upgraded to 10.10 via software update gui. I had sound working in 10.04 with method under 2.</p> <p>I have tried following</p> <ol> <li><p><code>killall esd; et; esd</code> </p> <p>with that i get </p> <p><code> ------- sound initialization -------<br> /dev/adsp: No such file or directory<br> Could not open /dev/adsp<br> ------------------------------------</code></p></li> <li><p><code>sudo -i<br> echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss<br> echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss<br> exit</code></p> <p>with that i get </p> <p><code>bash: /proc/asound/card0/pcm0p/oss: No such file or directory </code><br> and indeed i do not have that, i have only sub0 and sub1 in pcm0p</p></li> <li><p>I have tried running et with et-sdl-sound script, but with that i get this output in console<br> <a href="http://pastebin.com/J7gRU1uh">http://pastebin.com/J7gRU1uh</a><br> I have probably messed up sdl libraries, could not get sound to work, so downloaded new from debian package site and installed them.</p></li> <li><p>Tried setting <code>SDL_AUDIODRIVER="pulse"</code> in <code>et-sdl-sound</code>, looks like i am getting same error as in method 3.</p></li> <li><p><code>pasuspender -- et +set s_alsa_pcm plughw:0</code> </p> <p>gives me</p> <p><code>------- sound initialization -------<br> /dev/adsp: No such file or directory<br> Could not open /dev/adsp<br> _------------------------------------<br> </code></p></li> </ol> <p>Misc: @Oli: i do not know if i am running pulse or esd, how can i check that?</p>
6564
6564
2010-12-15T14:31:06.627
2020-10-17T08:58:31.630
How to fix sound in wolfenstein Enemy Territory
[ "sound", "games", "oss-sound-system" ]
7
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I got tired of rebooting to windows just to play wolf-et, so i tried doing clean install of ubuntu 10.10 (maverick).</p>\n\n<p>And after that I just installed Wolfenstein: ET from playdeb and everything works great.\n<a href=\"http://www.playdeb.net/software/Enemy%20Territory\" rel=\"nofollow\">http://www.playdeb.net/software/Enemy%20Territory</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-18T22:14:20.893", "id": "22182", "lastActivityDate": "2011-01-18T22:14:20.893", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6564", "parentId": "17579", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Not sure why you're running <code>esd</code>. I thought that was kicked out years ago for PulseAudio. If you don't have PulseAudio, I probably wouldn't follow the rest of this answer.</p>\n\n<p>First, make sure SDL can talk directly to Pulseaudio:</p>\n\n<pre><code>sudo apt-g...
null
null
null
null
null
17582
1
17585
2010-12-15T13:59:31.130
0
1408
<p>I used to have a Windows 7 partition on my primary hard drive. But I recently moved the partition to the secondary partition, thus a change from sda1 to sdb1.</p> <p>I know that I'm not supposed to edit /boot/grub/grub.cfg, which is still configured to sda1.</p> <p>Which file should I edit?</p>
6908
null
null
2010-12-15T14:19:56.437
How to change path of partition in Grub2
[ "grub2" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T14:16:24.320", "id": "18751", "postId": "17582", "score": "0", "text": "Just to clear things up, you moved it to second partition or second drive ? the letter after \"sd\" (sdA, sdB) is a physical drive, the number (sda1, sda2) is a partition on the same drive.... S...
{ "accepted": true, "body": "<p>just re-run <code>grub-mkconfig</code> discussion here: <a href=\"http://kubuntuforums.net/forums/index.php?topic=3106368.0\" rel=\"nofollow\">http://kubuntuforums.net/forums/index.php?topic=3106368.0</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-15T14:20:34.703", "id": "18754", "postId": "17585", "score": "0", "text": "note: you may have to edit the boot.ini on the windows partition to get it to boot", "userDisplayName": null, "userId": "5768" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T14:19:56.437", "id": "17585", "lastActivityDate": "2010-12-15T14:19:56.437", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5768", "parentId": "17582", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>just re-run <code>grub-mkconfig</code> discussion here: <a href=\"http://kubuntuforums.net/forums/index.php?topic=3106368.0\" rel=\"nofollow\">http://kubuntuforums.net/forums/index.php?topic=3106368.0</a></p>\n", "commentCount": "1", "comments": [ { "cre...
null
null
null
null
null
17584
1
17587
2010-12-15T14:11:44.463
1
1460
<p>I am trying to convert a numbering system in an old dbase file. I have manage to open it in calc and, before I use it as a table in a new database created with base, there is a field (column) I would like to modify. </p> <p>The actual format is ex : 100-1234-56 I would like to: </p> <p>add a 1 in front of it, keep the first 3 numbers, remove the dash, keep the next four numbers and remove the dash with the last 2 numbers like this: </p> <p>100-1234-56 would be 11001234 </p> <p>What are my options ?</p>
7374
null
null
2010-12-15T14:31:16.153
Changing column numbering system in Calc (spreadsheet), Not the formatting
[ "openoffice.org", "libreoffice" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Assuming your first number is in cell A1, enter the following formula into cell B1:</p>\n\n<p>=CONCATENATE(\"1\";MID(A1;1;3);MID(A1;5;4))</p>\n\n<p>The \"MID\" function extracts a text sub-string from cell A1. For example, the first instance starts at 1 and extracts 3 characters giving the \"100\" string. Concatenate adds the substrings together so that your new value starts off as 1 + 100, and so on.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-15T14:41:13.357", "id": "18760", "postId": "17587", "score": "0", "text": "That did it... awesome, now if I want to get rid of Column A, I will lose the data has column B is the formula... How do I get the result to be the value of the cell itself, I tried to do a copy/special paste with only text but it adds a 'before the number, it is not visible in the cell itself but it is in the input line. Will that reflect in my table ?", "userDisplayName": null, "userId": "7374" }, { "creationDate": "2010-12-15T22:32:38.940", "id": "18835", "postId": "17587", "score": "0", "text": "Now that you have B1, the quick way is to make cell C1 =VALUE(B1) to convert the text string to a number. Now, copy cell C1 and Paste-Special into cell D1 with Selection=Numbers in order to retain the numeric value. Of course, since you wanted the final product to be a number, you could have included the Value function in the initial transformation by making cell B1 =VALUE(CONCATENATE(\"1\";MID(A1;1;3);MID(A1;5;4)))", "userDisplayName": null, "userId": "5118" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T14:31:16.153", "id": "17587", "lastActivityDate": "2010-12-15T14:31:16.153", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5118", "parentId": "17584", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Assuming your first number is in cell A1, enter the following formula into cell B1:</p>\n\n<p>=CONCATENATE(\"1\";MID(A1;1;3);MID(A1;5;4))</p>\n\n<p>The \"MID\" function extracts a text sub-string from cell A1. For example, the first instance starts at 1 and extracts 3 charac...
null
null
null
null
null
17586
1
39895
2010-12-15T14:23:04.717
3
1217
<p>Recently empathy has switched it's behavior for open links. </p> <p>At some point it was that links pasted in the IM window where open with whatever program was associated to the mime type of the link's content type, so, for example if the link was pointing to a image it was open in eog, if the link was a webpage it was open in gedit (my default setting).</p> <p>Now it opens everything in chrome even though it's not my default browser, I've checked everywhere and chrome is not set as default.</p> <p>I'm thinking that it's a bug but wanted to ask before going to launchpad. It's happening the same to you?</p> <p>Is there a way to force empathy to open everything in firefox as a workaround?</p>
17
null
null
2011-05-08T17:19:13.773
Can I force empathy to open links in default browser?
[ "empathy", "default-browser" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T19:45:16.463", "id": "18815", "postId": "17586", "score": "3", "text": "This seems similar to [Bug #576734 - Empathy does not honor default browser when clicking URLs in chat](https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/576734)", "userDisplayName": nu...
{ "accepted": true, "body": "<p>I fixed the same issue on my Ubuntu installation by reading through @fluteflute's comment above in Bug #576734 (https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/576734). </p>\n\n<p>Specifically this comment in the thread:\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/576734/comments/4\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/576734/comments/4</a></p>\n\n<p>hope it helps.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-05-04T15:28:04.053", "id": "43934", "postId": "39895", "score": "0", "text": "here, have a vote :)", "userDisplayName": null, "userId": "17" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-04T04:09:36.643", "id": "39895", "lastActivityDate": "2011-05-04T04:09:36.643", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "16365", "parentId": "17586", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>I fixed the same issue on my Ubuntu installation by reading through @fluteflute's comment above in Bug #576734 (https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/576734). </p>\n\n<p>Specifically this comment in the thread:\n<a href=\"https://bugs.launchpad.net/ubuntu/+so...
null
null
null
null
null
17590
1
31581
2010-12-15T15:15:22.327
6
1469
<p>i got my touchpad stop working after several hours being disabled (using Fn+F7 in my Acer 4530). i've tried many times to turn it on using the same key-combination (Fn+F7), although the touchpad indicator says it works, but the touchpad still not working</p> <p>i wonder if anybody know how to fix this problem?</p>
3410
235
2010-12-17T01:28:18.853
2011-04-28T19:10:53.343
Synaptics touchpad on my Acer 4530 stop working
[ "10.10", "touchpad", "synaptics" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T02:04:23.467", "id": "18869", "postId": "17590", "score": "0", "text": "To avoid confusion, please edit your question title and tags to use \"Synaptics\". The graphical package manager that comes with Ubuntu is called \"Synaptic\" and your question is being presente...
{ "accepted": true, "body": "<p>pardon me i forgot to answer your responses &amp; answers. \nActually my touchpad had came back to life again. \nI just re-installed the X11 then after reboot it works again. I didn't know what wrong here in my system</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-23T04:12:11.497", "id": "35398", "postId": "31581", "score": "0", "text": "You should accept your own answer (or whichever you like) so that this is shown as resolved. Thanks!", "userDisplayName": null, "userId": "8844" }, { "creationDate": "2011-03-23T04:15:07.507", "id": "35400", "postId": "31581", "score": "0", "text": "oh ok thx, i'm a n00b here", "userDisplayName": null, "userId": "3410" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-22T23:29:57.897", "id": "31581", "lastActivityDate": "2011-03-22T23:29:57.897", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3410", "parentId": "17590", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>I have the same problem on my Acer Extensa 5635th\nHere I could take the touchpad running again because I have also installed Windows XP. In XP, the touchpad back on, switched to Ubuntu and it worked again.</p>\n", "commentCount": "0", "comments": [], "communityOw...
null
null
null
null
null
17594
1
null
2010-12-15T15:59:16.723
2
1292
<p>Docky doesn't start, neither in the system startup (i have it as a startup application) nor when I start it manually. It stopped working yesterday.</p> <p>I'm running ubuntu 10.10, and downloaded docky from the standard repos.</p> <p><code>docky --help | head -3</code> gives me this output:</p> <pre><code>* (/usr/lib/docky/Docky.exe:4184): WARNING *: The following assembly referenced from /usr/lib/docky/Docky.exe could not be loaded: Assembly: dbus-sharp-glib (assemblyref_index=13) Version: 1.0.0.0 Public Key: 5675b0c3093115b5 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/docky/). * (/usr/lib/docky/Docky.exe:4184): WARNING *: Could not load file or assembly 'dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5' or one of its dependencies. * (/usr/lib/docky/Docky.exe:4184): WARNING *: Missing method Init in assembly /usr/lib/docky/Docky.exe, type DBus.BusG Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5' or one of its dependencies. File name: 'dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=56 </code></pre>
5057
41
2010-12-15T21:00:54.570
2017-02-21T10:19:41.883
Docky isn't running!
[ "10.10", "docky" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Docky needs the <code>libdbus-glib1.0-cil</code> package and it looks like you don't have it installed.</p>\n\n<p>Install it by clicking the link above or by running the following in a terminal:</p>\n\n<p><code>sudo apt-get install libdbus-glib1.0-cil</code></p>\n", "comm...
null
null
null
null
null
17595
1
17600
2010-12-15T16:07:55.037
3
3747
<p>Is there any way to play wmv3 videos on Ubuntu? Tried using VLC player but it says it cannot play the video and there is no way to fix this.</p>
null
null
2011-02-02T08:14:01.173
2019-06-17T06:27:39.030
How to play wmv3 videos
[ "video", "multimedia", "codecs" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Medibuntu</strong> (<em>Multimedia, Entertainment &amp; Distractions In Ubuntu</em>) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons (copyright, license, patent, etc).</p>\n\n<p>Some of these packages include the libdvdcss package from VideoLAN and the external binary codecs package (commonly known as w32codecs) used by MPlayer and xine. </p>\n\n<p>follow this ubuntu guide : <a href=\"https://help.ubuntu.com/community/Medibuntu\" rel=\"nofollow\">here</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-26T13:31:00.543", "id": "35929", "postId": "17600", "score": "0", "text": "Note to other users: I found this works with MPlayer but not vlc though.", "userDisplayName": "user7182", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T16:32:08.927", "id": "17600", "lastActivityDate": "2010-12-15T16:32:08.927", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "17595", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p><a href=\"http://news.softpedia.com/news/How-to-Install-Multimedia-Codecs-in-Linux-39555.shtml\" rel=\"nofollow\">This tutorial</a> shows you, how to do that, because it provides a: </p>\n\n<blockquote>\n <p>native decoder for Windows Media Video 7/8 (WMV1/WMV2), and Win32 D...
null
null
null
user7182
user7182
17601
1
null
2010-12-15T16:34:38.547
2
1141
<p>After running ubuntu 10.10 on a dell latitude D830 flawlessly for a couple weeks, I booted it up to find the mouse completely unresponsive, a few restarts later it started working again, any ideas?</p> <pre><code>tia@DELL-ORA:~$ xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ DualPoint Stick id=10 [slave pointer (2)] ⎜ ↳ AlpsPS/2 ALPS DualPoint TouchPad id=11 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Video Bus id=6 [slave keyboard (3)] ↳ Power Button id=7 [slave keyboard (3)] ↳ Sleep Button id=8 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=9 [slave keyboard (3)] ↳ Dell WMI hotkeys id=12 [slave keyboard (3)] </code></pre>
7435
235
2010-12-15T17:20:59.487
2012-01-03T18:26:46.470
Touchpad on Dell laptop unresponsive
[ "10.10", "ubuntu-netbook", "mouse", "touchpad" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T01:59:44.563", "id": "18867", "postId": "17601", "score": "0", "text": "I'm going to favorite this question, as I think it's potentially related to my input-device issues. http://askubuntu.com/questions/16813/sometimes-keyboard-touchpad-work-sometimes-not", "use...
null
[ { "accepted": null, "body": "<p>Many laptops/notebooks have a magic key-combination to enable/disable the touchpad (useful when using a trackpoint or external tablet/mouse); does toggling that combination help. I'm not sure what the combination on your Dell is going to be—on this ThinkPad it is <kbd>Fn+F8...
null
null
2012-02-02T23:54:18.307
null
null
17603
1
17608
2010-12-15T16:45:10.710
10
14401
<p>What needs to be done so that when a specific input device is plugged in via USB it is not automatically used for input by X? I still want the /dev/input/* device nodes automatically created, but don't want X to use them.</p> <p>My xorg.conf currently only has sections for "Screen", "Monitor", "Display", "ServerLayout", and "Device" for my video card. There are no sections for input.</p>
5806
169736
2016-05-07T21:02:17.347
2016-05-07T21:02:17.347
How to get Xorg to ignore certain input devices?
[ "xorg", "input-devices" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Input devices are now managed in <code>/usr/share/X11/xorg.conf.d/</code> (in <strong>10.04 Lucid</strong>, the directory is <code>/usr/lib/X11/xorg.conf.d/</code>).</p>\n\n<p>This directory contains configuration rules for all your input devices:</p>\n\n<pre><code>root@3000-G530:/usr/share/X11/xorg.conf.d# ls\n10-evdev.conf 50-vmmouse.conf 51-synaptics-quirks.conf\n50-synaptics.conf 50-wacom.conf 60-magictrackpad.conf\n</code></pre>\n\n<ul>\n<li>You fist need to find your input device there, note that those files are \"rules\" matching a number of possible devices. 50-wacom.conf for example will handle every wacom device. Look throgh them to find which one is responsible for your device, or <a href=\"http://who-t.blogspot.com/2010/01/new-configuration-world-order.html\">create your own</a>.</li>\n</ul>\n\n<p>To disable a device:</p>\n\n<ul>\n<li><p>Add the option <code>Option \"Ignore\" \"true\"</code> to the relevant configuration file.</p>\n\n<p>Open the file with root privileges (i.e. press <kbd>Alt</kbd>+<kbd>F2</kbd> and type <code>gksu gedit</code>) and add this option to the others. </p></li>\n</ul>\n\n<p>Log out and back in for the changes to take effect.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T17:30:52.440", "id": "17608", "lastActivityDate": "2010-12-15T17:30:52.440", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "17603", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>Input devices are now managed in <code>/usr/share/X11/xorg.conf.d/</code> (in <strong>10.04 Lucid</strong>, the directory is <code>/usr/lib/X11/xorg.conf.d/</code>).</p>\n\n<p>This directory contains configuration rules for all your input devices:</p>\n\n<pre><code>root@3000-...
null
null
null
null
null
17606
1
null
2010-12-15T17:01:35.740
1
2980
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/1877/what-is-the-easiest-way-to-resolve-apt-get-badsig-gpg-errors">What is the easiest way to resolve apt-get BADSIG GPG errors?</a> </p> </blockquote> <p>Of late, I've been getting this long list of errors every time I run apt-get update from the terminal. These errors weren't there before, I have no clue how they cropped up all of a sudden. I even tried some methods as suggested in some forums, but they apparently haven't worked for me so far. I've even tried changing the server, but to no avail. I'd be really glad to receive help on this issue.</p> <p>The errors are here: <a href="http://paste.ubuntu.com/544093/" rel="nofollow noreferrer">http://paste.ubuntu.com/544093/</a></p>
6977
-1
2017-04-13T12:23:28.223
2011-02-09T09:55:18.707
How to fix GPG error/BADSIG while running apt-get update?
[ "upgrade", "apt", "update-manager", "repository", "software-sources" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Type the following in your terminal one by one,</p>\n\n<p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2E206FF0</code></p>\n\n<p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 17CF995E</code> </p>\n\n<p><code>sudo apt-key adv --keys...
null
null
2011-09-14T14:42:37.910
null
null
17609
1
17629
2010-12-15T17:37:50.973
5
528
<p>Recently my <kbd>Alt</kbd> + <kbd>F2</kbd> keyboard shortcut switches my Linux machine to a virtual terminal rather than displaying the run window. I haven't made any specific keyboard changes that could of caused this strange issue.</p> <p>Rather than having to press <kbd>Ctrl</kbd> + <kbd>Alt</kbd>, suddenly all of the virtual terminal commands have suddenly binded to the just the <kbd>Alt</kbd> key.</p> <p>What can I do to get them back to their default values?</p> <p>I'm using Gnome with Compiz enabled</p> <p>Thanks.</p>
3253
1067
2010-12-15T19:07:25.670
2018-10-05T17:56:22.920
ALT + F2 not behaving correctly
[ "10.10", "gnome", "keyboard", "shortcut-keys" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T17:39:54.237", "id": "18791", "postId": "17609", "score": "0", "text": "Are you sure the ctrl key isn't stuck?", "userDisplayName": null, "userId": "132" }, { "creationDate": "2010-12-15T17:42:06.843", "id": "18792", "postId": "17609", "s...
{ "accepted": true, "body": "<p>You might be experiencing bug <a href=\"https://bugs.launchpad.net/ubuntu/+bug/520546\" rel=\"nofollow noreferrer\">#520546<img src=\"https://i.stack.imgur.com/8bUWq.png\" alt=\"alt text\"></a>.</p>\n\n<p>Possible <a href=\"https://bugs.launchpad.net/ubuntu/+bug/520546/comments/13\" rel=\"nofollow noreferrer\">fix</a>:</p>\n\n<blockquote>\n <p>Seems that I found the root of that problem. It is in console-cyrillic package. When I removed it, the bug has disappeared.</p>\n</blockquote>\n\n<p>Alternately, you can run:</p>\n\n<p><code>sudo kbd_mode -s</code></p>\n\n<p>To fix the problem in 18.04. Unfortunately this is not a permanent fix.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-12-15T19:01:03.017", "id": "17629", "lastActivityDate": "2018-10-05T17:56:22.920", "lastEditDate": "2018-10-05T17:56:22.920", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "17609", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You might be experiencing bug <a href=\"https://bugs.launchpad.net/ubuntu/+bug/520546\" rel=\"nofollow noreferrer\">#520546<img src=\"https://i.stack.imgur.com/8bUWq.png\" alt=\"alt text\"></a>.</p>\n\n<p>Possible <a href=\"https://bugs.launchpad.net/ubuntu/+bug/520546/commen...
null
null
null
null
null
17610
1
17614
2010-12-15T17:51:46.840
184
228297
<p>I've been messing around with Unity and broke something, how do I "start over"?</p>
235
169736
2014-04-07T22:46:07.380
2020-05-14T12:08:47.363
How do I reset my Unity configuration?
[ "unity" ]
12
1
CC BY-SA 2.5
[ { "creationDate": "2016-06-04T21:11:19.377", "id": "1171587", "postId": "17610", "score": "0", "text": "For ANY version: `rm ~/.conf/dconf/user; unity` No sudo, apt, or dumbledorfing required.", "userDisplayName": null, "userId": "544841" } ]
{ "accepted": true, "body": "<p>The following command does not work on newer distributions (as the reply is <code>ERROR: the reset option is now deprecated</code>).</p>\n\n<h2>For 12.04 and older</h2>\n\n<p>The simplest way is to hit \"open a Terminal\" or hit <kbd>Alt</kbd>-<kbd>F2</kbd> and run the command:</p>\n\n<pre><code>unity --reset\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2015-09-16T13:44:16.400", "id": "976837", "postId": "17614", "score": "0", "text": "please change it, it does not working in 14.04 and later", "userDisplayName": null, "userId": "294611" }, { "creationDate": "2016-06-04T21:11:33.500", "id": "1171588", "postId": "17614", "score": "1", "text": "For ANY version: `rm ~/.conf/dconf/user; unity` No sudo, apt, or dumbledorfing required.", "userDisplayName": null, "userId": "544841" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-15T18:00:27.090", "id": "17614", "lastActivityDate": "2014-05-13T14:56:18.637", "lastEditDate": "2014-05-13T14:56:18.637", "lastEditorDisplayName": null, "lastEditorUserId": "217269", "ownerDisplayName": null, "ownerUserId": "721", "parentId": "17610", "postTypeId": "2", "score": "116" }
[ { "accepted": true, "body": "<p>The following command does not work on newer distributions (as the reply is <code>ERROR: the reset option is now deprecated</code>).</p>\n\n<h2>For 12.04 and older</h2>\n\n<p>The simplest way is to hit \"open a Terminal\" or hit <kbd>Alt</kbd>-<kbd>F2</kbd> and run the comman...
null
null
null
null
null
17611
1
null
2010-12-15T17:52:46.023
4
1619
<p>What do these commands do?</p> <blockquote> <p>Acquire::http::No-Cache=True -o <br/> Acquire::BrokenProxy=true update <br/> Acquire::http::Max-Age "0"</p> </blockquote>
6977
4776
2010-12-15T17:59:11.103
2022-05-11T01:38:31.177
What do these apt commands do?
[ "apt", "update-manager", "proxy", "repository", "cache" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<ul>\n<li><p>The following command, <code>Acquire::http::No-Cache=True -o</code> <strong>It adds an No-Cache header to APT http requests</strong>.</p></li>\n<li><p>This command <code>Acquire::BrokenProxy=true update</code> <strong>Used for fixing your local proxy</strong> i gues...
null
null
null
null
null
17615
1
17724
2010-12-15T18:09:25.023
5
870
<p>Can some one suggest a software for a small home network to monitor the amount uploaded / download from the internet but not the local traffic on the LAN. I know there are similar questions like these</p> <p><a href="https://askubuntu.com/questions/1459/how-can-you-monitor-internet-download-usage">How can you monitor internet data usage?</a></p> <p><a href="https://askubuntu.com/questions/13029/monitoring-inbound-and-outbound-internet-traffic">Monitoring inbound and outbound internet traffic</a></p> <p>but the suggested softwares in these questions like vnstat dont consider if the traffic is for local network or internet which means that I can not know if I am reaching my ISPs monthly cap on bandwidth. I have googled for this and found only one software i.e ipac-ng but it is not straight forward. I need something that I a normal user can use easily i.e without changing iptables rules or adding routes.</p>
6713
-1
2017-04-13T12:23:28.223
2010-12-16T11:47:39.163
Can some one suggest a software to monitor and maintain record of total internet bandwidth usage
[ "monitoring", "bandwidth" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>\"Do You Have Limited Internet Plan? Use NTM (Network Traffic Monitor)!\" - <a href=\"http://www.webupd8.org/2010/12/do-you-have-limited-internet-plan-use.html\" rel=\"nofollow\">http://www.webupd8.org/2010/12/do-you-have-limited-internet-plan-use.html</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-09-08T14:14:00.113", "id": "231115", "postId": "17724", "score": "0", "text": "Hi your link may provide the correct answer for this question , but it would be a nice work if you include part of main answer also .", "userDisplayName": null, "userId": "33833" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-16T11:47:39.163", "id": "17724", "lastActivityDate": "2010-12-16T11:47:39.163", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user4815", "ownerUserId": null, "parentId": "17615", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>I would check out conky (just go into the Ubuntu Software Center and type it in).</p>\n\n<p>Then find some guides on how to use it, but it provides a wealth of options to monitor virtually every aspect of your computers performance. I do not use it regularly myself, but the o...
null
null
null
null
null
17617
1
18647
2010-12-15T18:13:43.790
2
1124
<p>Ok I have a problem every 2 times out of 3 I login (I cant be specific it fairly random) I get a Stuttering GDM warning (not the login sound just the Bell sound to wake you up) the only way to stop it is to login</p> <p>I have a Fujitsu Siemens Amilo 1718 with a 2gig of memory (only hardware mod) using 10.10 Maverick and I have disabled KMS as my system was freezing as per the release notes.</p> <p>The only time this has happened before on the same machine was when I gave Kubuntu a try when 10.04 came out then it happened at the login screen and at random times while listening to music in any program. By the way audio is fine as is almost everything else once I have logged in.</p> <p>I would like an answer to this as I am an advocate of Ubuntu and its kind of embarrassing when the first thing that happens is <strong>*<em>bing</em>*</strong>.</p> <p>as requested Daniel</p> <p><a href="http://dl.dropbox.com/u/6025171/alsa-info.txt.RwVHpoIC10" rel="nofollow">alsa-info</a> </p> <p><a href="http://dl.dropbox.com/u/6025171/pulseverbose.log" rel="nofollow">Pulse verbose log</a></p> <p>Not sure how useful the pulse log will be as I cant replicate the bug with a terminal open but I wouldnt be asking the question if I knew the answer so..... </p> <p>Edit 24/12/2010 ......been living on cocktail sausages and pickled onions for five days now made a make shift splint with cocktail sticks..... oops so updated the alsa drivers but I still get the same message in the dmesg </p> <p><code>No response from codec, disabling MSI: last cmd=0x10a90000</code></p> <p>googleing it brings up a <a href="http://forums.opensuse.org/english/get-help-here/multimedia/443069-opensuse-11-3-sound-works-but-stutters-while-moving-window.html" rel="nofollow">forum post</a> from some other distro with a green logo<br> the only common denominator seems to be graphics ie ATI Radeon XPRESS 200M which is why I have had to turn of kms as the chip is so old that small mice try to eat the "kernel" ;) funnily enough following the bug link at the end of the post, I found a comment about "Ubuntu Black Magic" so mabey I am coming at this from the wrong angle...... Bad Joo Joo any one. I will try the second part of Daniels Fix and Update with the result. </p> <p>The final Edit: (Plays air guitar) In the end neither of these solved the problem as such However I have given Roland a tick for reminding me of the solution and I gave Daniel the Bounty for the effort in trying to solve the problem.</p> <p>The answer for future readers was the enable the correct HD Audio Model I found the answer back when using Karmic Koala 9.10 in this forum post <a href="http://ubuntuforums.org/showthread.php?t=1222634" rel="nofollow">Amilo Li1718 Skype - Can't get it working... </a> the model is <code>options snd-hda-intel model=3stack position_fix=1 enable=yes</code> which can be added to the end of alsa-base.conf thanks all for helping and hope anyone with a similar problem will find the answer here. </p>
6450
6450
2010-12-29T16:17:16.387
2010-12-29T16:17:16.387
Audio Stutters at gdm
[ "10.10", "sound", "laptop", "gdm" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-12-22T17:51:33.840", "id": "19759", "postId": "17617", "score": "0", "text": "sounds you've been hit by a common bug with hda_intel. I'll try to find the fix for you.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-12-22T17:59:05.550...
{ "accepted": true, "body": "<p>I have not found the option that fixed it for me yet, but for now you can check <a href=\"http://www.alsa-project.org/main/index.php/Help_To_Debug_Intel_HDA\" rel=\"nofollow\">these</a> two <a href=\"https://help.ubuntu.com/community/HdaIntelSoundHowto\" rel=\"nofollow\">links</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-23T17:10:33.657", "id": "18647", "lastActivityDate": "2010-12-23T17:10:33.657", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "17617", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Please modify your question to include requested output from <a href=\"https://wiki.ubuntu.com/Audio/AlsaInfo\" rel=\"nofollow\">https://wiki.ubuntu.com/Audio/AlsaInfo</a> and <a href=\"https://wiki.ubuntu.com/PulseAudio/Log\" rel=\"nofollow\">https://wiki.ubuntu.com/PulseAud...
null
null
null
null
null
17618
1
null
2010-12-15T18:17:38.890
1
301
<p>I have copied some music to a Ubuntu synced folder on my Karmic machine and I have the Ubuntu One Android app installed on Android 2.2 phone.</p> <p>When listening to music I get frequent breaks whilst the music is buffering, even with full signal. Every other music streaming service such as "Last FM" and "BBC iPlayer" are fine. </p> <p>What is going wrong? mp3s should not have trouble buffering over a good 3g signal. I have set cache size to 200mb but I cant find a buffer size. Is it my mp3s? they are usually in the order of 320kb/s</p> <p>This is a breaker for me if there is no solution which is a massive shame as I like the principal of the software. <strong>Cheers</strong> </p>
null
40955
2012-04-07T11:53:52.967
2012-04-07T11:53:52.967
Mobile music playback on android phone keeps buffering
[ "ubuntu-one", "music", "android", "9.10", "streaming" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>could you install \"alogcat\" from the android market, run the application and hit this problem, and then send me the log? martin.albisetti[at]canonical.com.\nThat'll give us some insight into what's happening.</p>\n\n<p>We've had a ton of updates this past week, some of whi...
null
null
null
null
ianio
17620
1
null
2010-12-15T18:22:48.907
1
2454
<p>I have a Kyocera FS-2020D. I followed the manufacturer instructions to install the printer, but it does not work.</p> <p>Manufacturer's PPD for the printer: <a href="http://usa.kyoceramita.com/americas/jsp/upload/resource/19915/0/Kyocera_FS-2020D.PPD" rel="nofollow">http://usa.kyoceramita.com/americas/jsp/upload/resource/19915/0/Kyocera_FS-2020D.PPD</a></p> <p>Cups always says processing and than nothing happens. I use PCL 6 emulation in the printer but tried the KPDL also.</p> <p>I contacted the Kyocera support, and they provided me a Mac OSX driver and they told me that will work because linux and mac are unix based systems...</p> <p>I tried to print from command line. I run this command: </p> <pre><code>echo -en "Hello World!" &gt; /dev/usb/lp0 </code></pre> <p>But I never got back the prompt. Maybe this is some sort of communication problem related to the kernel? (There is no problem printig from windows)</p> <p>Thank you in advance all help.</p>
null
null
2010-12-16T11:09:33.760
2017-02-21T10:34:59.843
Kyocera FS-2020D printer does not work
[ "10.10", "printing" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Can you be specific as to what kind of driver they gave you? (Just update your question with the information you have)</p>\n\n<p>I was not able to find a page for your printer in the openprinting database, however there is one for an <a href=\"http://www.openprinting.org/prin...
null
null
null
Gergely H.
Gergely H.
17621
1
17649
2010-12-15T18:30:28.380
1
1388
<p>Is there a way to download every file I have uploaded to ubuntu one in one single download? </p> <p>I have recently had a major hard drive crash and I would like to restore all my synchronized files on Ubuntu One on my new hard drive. The only way I found to do so is to download each files individually. Since I have many files (100s), I was wondering if there was a way to download every files/folders in my ubuntu one directory (on the server) in one single download.</p>
7438
866
2010-12-15T19:51:02.810
2010-12-15T21:05:45.990
Restore synchronized files/folders from Ubuntu One
[ "ubuntu-one" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>All you need to do is sign into Ubuntu One in your new install of Ubuntu. This will start the syncing process to your new installation.</p>\n\n<p>The files may take a little time to appear in the Ubuntu One folder, but they will eventually appear. There are ways you can check the syncing progress too from the indicator.</p>\n\n<p>This also works for any other computer you might have too, say if you want to sync files between two machines.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-12-16T00:11:57.430", "id": "18846", "postId": "17649", "score": "0", "text": "Thank you for the quick answer.\n\nIs there any possibility that the synchronizing process will delete the files on the Ubuntu One server because it can not find the original files on my hard drive?", "userDisplayName": null, "userId": "7438" }, { "creationDate": "2010-12-16T04:30:41.137", "id": "18886", "postId": "17649", "score": "0", "text": "No, because deletion of files only occurs if you actually delete files, not if the files go missing.", "userDisplayName": null, "userId": "132" }, { "creationDate": "2010-12-16T18:19:57.530", "id": "18980", "postId": "17649", "score": "0", "text": "Thanks again for the quick answer. I did so and I get an error saying:\n\n\"ROOT_MISMATCH: local and server roots are different\"\n\nIs it because local directories, especially the subfolders, are not the same as on the remote directories? Or is it something else I did wrong?", "userDisplayName": null, "userId": "7438" }, { "creationDate": "2010-12-16T19:08:28.083", "id": "18985", "postId": "17649", "score": "0", "text": "Nervermind, I have solved this issue by un/re-installing Unbuntu One by following these simple steps:\n\nhttps://answers.launchpad.net/ubuntuone-client/+faq/778", "userDisplayName": null, "userId": "7438" }, { "creationDate": "2010-12-17T16:27:21.987", "id": "19108", "postId": "17649", "score": "0", "text": "FWIW, ROOT_MISMATCH means you have Ubuntu One metadata (located in ~/.local/share/ubuntuone) for one Ubuntu One account and you're logged in with a different Ubuntu One account. I'll create an FAQ for this since it does tend to happen more often than I originally thought.", "userDisplayName": null, "userId": "710" }, { "creationDate": "2012-09-23T22:05:29.997", "id": "238456", "postId": "17649", "score": "0", "text": "Is there a way to do this for files not in the Ubuntu One folder?", "userDisplayName": null, "userId": "56249" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T21:05:45.990", "id": "17649", "lastActivityDate": "2010-12-15T21:05:45.990", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "17621", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>All you need to do is sign into Ubuntu One in your new install of Ubuntu. This will start the syncing process to your new installation.</p>\n\n<p>The files may take a little time to appear in the Ubuntu One folder, but they will eventually appear. There are ways you can check...
null
null
null
null
null
17626
1
315226
2010-12-15T18:54:34.177
50
62924
<p>I have customized some of the shortcuts in System ▸ Preferences ▸ Keyboard Shortcuts.</p> <p>How can I restore individual shortcuts to their default settings? I do not want to reset all of the shortcuts, just a few of my choice.</p>
1859
169736
2014-02-08T14:02:40.697
2021-02-23T01:22:28.083
How can I restore default keyboard shortcuts?
[ "shortcut-keys" ]
11
3
CC BY-SA 2.5
[ { "creationDate": "2012-12-16T17:36:18.300", "id": "283537", "postId": "17626", "score": "0", "text": "I need to reset the \"Workspace switcher\" shortcut, but cannot find where the setting is.", "userDisplayName": null, "userId": "27968" }, { "creationDate": "2012-12-16T22:19:48...
{ "accepted": true, "body": "<p>It looks like the way keyboard shortcuts are implemented has slightly changed for Ubuntu 13.04</p>\n<p>The shortcut settings are saved in the following locations (may be different for 12.10):</p>\n<pre><code>org.gnome.desktop.wm.keybindings\norg.gnome.settings-daemon.plugins.media-keys\norg.gnome.shell.keybindings\norg.compiz.integrated\n</code></pre>\n<p>You can find these in the <code>dconf-editor</code> application, then using the &quot;Set to Default&quot; button to reset each desired entry. <code>dconf-editor</code> can be installed at the command line with <code>sudo apt-get install dconf-tools</code>.</p>\n<p>Otherwise, you could also try resetting any one of the locations by using <a href=\"https://developer.gnome.org/gio/stable/gsettings-tool.html\" rel=\"nofollow noreferrer\">the following command</a> in the terminal:</p>\n<pre><code>gsettings reset-recursively &lt;insert location&gt;\n</code></pre>\n<p>E.g.:</p>\n<pre><code>gsettings reset-recursively org.gnome.settings-daemon.plugins.media-keys`\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2015-08-01T12:12:22.497", "id": "942261", "postId": "315226", "score": "2", "text": "The `gsettings reset-recursively org.gnome.settings-daemon.plugins.media-keys` worked only for the media keys, but sadly not for the volume up/down keys. I also tried all the locations above, but neither of them worked. I am using Linux Mint. Any suggestions?", "userDisplayName": null, "userId": "416557" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2013-07-02T00:54:44.553", "id": "315226", "lastActivityDate": "2021-02-23T01:22:28.083", "lastEditDate": "2021-02-23T01:22:28.083", "lastEditorDisplayName": null, "lastEditorUserId": "349837", "ownerDisplayName": null, "ownerUserId": "137974", "parentId": "17626", "postTypeId": "2", "score": "41" }
[ { "accepted": null, "body": "<p>You can't. But you can see what are default values if you press help and click <strong>Section 1.2 ― Keyboard Skills</strong> and then on the right you have a list of key grous:</p>\n\n<ul>\n<li>Global Shortcut Keys</li>\n<li>Window Shortcut Keys</li>\n<li>Application Keys</...
null
null
null
null
null
17627
1
17631
2010-12-15T18:58:22.287
22
43659
<p>I want to use new functools that provides with the lrucache, I am currently using python 2.6, which doesn't support this, </p> <p>What is the best way I can upgrade to python 3.2? or is there any other way that I can use the itertools+functools of 3.2 release in python 2.6 distribution </p> <p>Thank you</p>
7441
7441
2010-12-15T20:04:42.507
2015-04-27T18:24:03.160
Upgrading to python 3.2
[ "upgrade", "python" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T18:47:23.973", "id": "18982", "postId": "17627", "score": "0", "text": "Maybe [this recipe](http://code.activestate.com/recipes/498245-lru-and-lfu-cache-decorators/) is useful?", "userDisplayName": null, "userId": "935" } ]
{ "accepted": true, "body": "<p>Since many programs and libraries rely on Python 2.6 (or python 2.7 in 11.04), and since python 2.x and 3.x are incompatible, you can't upgrade - you can only install python3 alongside python 2.6:</p>\n\n<p><strong>Python 3.1</strong></p>\n\n<ul>\n<li><p>Luckily, the stable release of Python 3 (3.1.2 at the time of writing this) is provided in the repositories. Just install the <a href=\"http://apt.ubuntu.com/p/python3-all\" rel=\"nofollow noreferrer\">python3-all&nbsp;<img src=\"https://hostmar.co/software-small\"></a> package.</p>\n\n<p>Your interpreter will be <code>/usr/bin/python3</code> instead of <code>/usr/bin/python</code>. </p>\n\n<p>You can also now type <code>python3</code> in your terminal when you want to launch Py3 instead of Py2.</p></li>\n</ul>\n\n<hr>\n\n<p><strong>Python 3.2</strong></p>\n\n<ul>\n<li><p>You can, <a href=\"https://python.org/download/releases/\" rel=\"nofollow noreferrer\">download any version of the python sources from python.org</a> and run</p>\n\n<pre><code>./configure\nmake\nsudo make altinstall\n</code></pre>\n\n<p>To be able to compile the python source, you'll need a few packages:</p>\n\n<pre><code>sudo apt-get install build-essential libncursesw5-dev libreadline5-dev libssl-dev libgdbm-dev libc6-dev libsqlite3-dev tk-dev libbz2-dev\n</code></pre>\n\n<p>The altinstall option will install the other version of python alongside your existing ones: </p>\n\n<p><img src=\"https://i.stack.imgur.com/LNmuV.png\"></p>\n\n<p>It makes sense to, instead of downloading the sources, check out the latest development release from the python dev repository every so often:</p>\n\n<pre><code>svn checkout http://svn.python.org/projects/python/branches/py3k\n</code></pre>\n\n<p>This will give you the very latest development, unstable, version. you can then <code>cd py3k/</code> and do the above compilation procedure. </p>\n\n<p>For this, <a href=\"http://apt.ubuntu.com/p/svn\" rel=\"nofollow noreferrer\">svn&nbsp;<img src=\"https://hostmar.co/software-small\"></a> needs to be installed of course.</p></li>\n</ul>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-22T23:48:35.617", "id": "30545", "postId": "17631", "score": "1", "text": "This answer is great, I upvoted, but I'd like more depth. I can invoke the new Python as 'python3.2', which is fine, but can I set things up so that my personal programs will use this version by default (e.g. get python3.2 as the first 'python' on the PATH) while the system keeps safely using python2.6? I ask not because I don't like typing 'python3.2', but because some", "userDisplayName": null, "userId": "11307" }, { "creationDate": "2011-02-23T15:45:11.433", "id": "30675", "postId": "17631", "score": "1", "text": "@Tartley Your comment got cut off there, why do you want to do it?", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2011-02-24T12:54:00.687", "id": "30889", "postId": "17631", "score": "1", "text": "(oops, thanks.) ...but because some tools have e.g. bash scripts, which invoke their Python components using 'python xxx.py', and they only run under Python 3.2. So I want to create an environment (indeed, I want it to be my personal default environment) in which Python 3.2 (and all its scripts, tools, etc) is first on the path, while leaving the system Python 2.6 for the system to use (indeed, by preference, I'd like to strip this from my personal path just to ensure no confusion about which Python I am running)", "userDisplayName": null, "userId": "11307" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-15T19:13:00.643", "id": "17631", "lastActivityDate": "2015-04-27T18:24:03.160", "lastEditDate": "2017-03-11T19:00:09.280", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "17627", "postTypeId": "2", "score": "24" }
[ { "accepted": true, "body": "<p>Since many programs and libraries rely on Python 2.6 (or python 2.7 in 11.04), and since python 2.x and 3.x are incompatible, you can't upgrade - you can only install python3 alongside python 2.6:</p>\n\n<p><strong>Python 3.1</strong></p>\n\n<ul>\n<li><p>Luckily, the stable r...
null
null
null
null
null
17628
1
17661
2010-12-15T19:00:04.663
6
788
<p>I have been using various tool that depend on the adobe air platform on ubuntu, like tweetdeck and grooveshark. </p> <p>I have always hated, how the notification icons look, but I need them there for ease of use. Has anyone managed to change how the icons bleed into the taskbar, or even tell me where I could replace the notification icons with ones that look better. As you can see below the notication icons for skype and xchat look fine. </p> <p>Please and thank you!</p> <p><img src="https://i.stack.imgur.com/3Lpje.png" alt="alt text"></p>
333
114
2011-01-21T00:47:20.923
2011-01-21T00:47:20.923
How to replace Adobe Air notifications icons
[ "icons", "notification", "adobe-air" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There are two different ways to fix this problem:</p>\n\n<ol>\n<li><p><strong>Change the program icons:</strong> </p>\n\n<p>TweetDeck uses the icon <code>/opt/TweetDeck/share/icons/TweetDeck_128.png</code> for the notification area, even though there are smaller TweetDeck icons in <code>/opt/TweetDeck/share/icons/</code>.</p>\n\n<p>So as <a href=\"https://askubuntu.com/users/132/\">In Protest</a> says, just change the background of the<br>\nicon <em>(<code>/opt/TweetDeck/share/icons/TweetDeck_128.png</code>)</em> so it matches your panel background. </p>\n\n<p>I made a TweetDeck icon for the Ambiance theme:</p>\n\n<ul>\n<li><a href=\"http://ubuntuone.com/p/TyK/\" rel=\"nofollow noreferrer\">TweetDeck_128.png</a></li>\n</ul>\n\n<p>To use it, run the following commands in a terminal (assuming you downloaded it to your Desktop):</p>\n\n<ul>\n<li><p>Back up the existing icon:</p>\n\n<pre><code>sudo cp /opt/TweetDeck/share/icons/TweetDeck_128.png /opt/TweetDeck/share/icons/TweetDeck_128.png.bak \n</code></pre></li>\n<li><p>Now replace it with the new icon:</p>\n\n<pre><code>sudo cp ~/Desktop/TweetDeck_128.png /opt/TweetDeck/share/icons/\n</code></pre></li>\n</ul>\n\n<p>Result: </p>\n\n<ul>\n<li><img src=\"https://i.stack.imgur.com/BPGtZ.png\" alt=\"alt text\"></li>\n</ul></li>\n<li><p><strong>Use alternate version of gnome-panel:</strong></p>\n\n<p>The reason the background of the icons are not transparent is because of bug <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/403135\" rel=\"nofollow noreferrer\">#403135 <img src=\"https://i.stack.imgur.com/Fk0yX.png\" alt=\"alt text\"></a>. </p>\n\n<p><a href=\"https://launchpad.net/~cyfex\" rel=\"nofollow noreferrer\">Konstantinos Natsakis <img src=\"https://i.stack.imgur.com/Fk0yX.png\" alt=\"alt text\"></a> has provided this <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/403135/comments/187\" rel=\"nofollow noreferrer\">solution <img src=\"https://i.stack.imgur.com/Fk0yX.png\" alt=\"alt text\"> </a>:</p>\n\n<blockquote>\n <p>I believe this bug is somehow related to a change in gnome-panel_1:2.29.5.1-0ubuntu1 when the building of applets as shared libraries was deactivated (they are now build as standalone executables)</p>\n \n <p>Changelog: <a href=\"http://changelogs.ubuntu.com/changelogs/pool/main/g/gnome-panel/gnome-panel_2.30.0-0ubuntu1/changelog\" rel=\"nofollow noreferrer\">http://changelogs.ubuntu.com/changelogs/pool/main/g/gnome-panel/gnome-panel_2.30.0-0ubuntu1/changelog</a></p>\n \n <ul>\n <li>debian/rules:</li>\n <li>don't build in process applets during the unstable cycle so crash issues\n should be easier to debug and reported on the corresponding binary</li>\n </ul>\n \n <p>It seems to me that due to this change, the notification area icons get the background of the program's main window instead of the panel's background.</p>\n \n <p>Compiling gnome-panel with '--with-in-process-applets=notification-area' in debian/rules (and no other changes), fixes this bug for me.</p>\n \n <p>I have uploaded modified gnome-panel packages to my PPA: <a href=\"https://launchpad.net/~cyfex/+archive/ppa\" rel=\"nofollow noreferrer\">https://launchpad.net/~cyfex/+archive/ppa</a> in case others want to try this (you need gnome-panel and gnome-panel-data; <code>killall bonobo-activation-server</code> and <code>gnome-panel</code> after installation)</p>\n</blockquote></li>\n</ol>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-12-16T01:29:47.330", "id": "18862", "postId": "17661", "score": "0", "text": "@DoR, could you link me the icon you used for that?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-12-16T02:19:43.237", "id": "18874", "postId": "17661", "score": "0", "text": "@garbagecollector Done :)", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-12-17T21:12:50.420", "id": "19155", "postId": "17661", "score": "0", "text": "@DoR i dont suppose you could provide something like that for grooveshark as well?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-12-17T23:35:08.363", "id": "19168", "postId": "17661", "score": "0", "text": "@garbagecollector Grooveshark icons aren't accessible, so I can't change them. See http://forums.grooveshark.com/discussion/1164/Transparent-Background-for-Grooveshark-Logo-on-Desktop-App\n\nI have updated my answer with an alternative fix that will work for grooveshark.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2011-02-15T14:55:25.543", "id": "29131", "postId": "17661", "score": "0", "text": "@DoR is that compatible with 10.10?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2011-02-15T17:37:55.113", "id": "29147", "postId": "17661", "score": "0", "text": "@dustyprogrammer Yes.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2011-02-26T00:36:19.547", "id": "31144", "postId": "17661", "score": "0", "text": "@DoR you are the man!", "userDisplayName": null, "userId": "333" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T22:37:45.793", "id": "17661", "lastActivityDate": "2010-12-17T23:33:44.580", "lastEditDate": "2017-04-13T12:23:54.290", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "17628", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>This might be a problem with Adobe Air rather than anything on the gnome side, by default icons that are passed to the gnome status icons list are transparent to the themes colour for the bar so they appear as the skype and xchat icons would.</p>\n\n<p>On the other hand if th...
null
null
null
null
null
17630
1
null
2010-12-15T19:01:54.473
1
1385
<p>There is a tool in ubuntu system -> administration -> Network Tools.</p> <p>What is the KDE equivalent for this?</p>
7377
3037
2011-01-06T06:41:31.680
2011-04-06T08:39:37.010
What is the Kubuntu equivalent for 'Network tools' as in Ubuntu?
[ "networking", "kubuntu" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-07T08:56:25.177", "id": "32626", "postId": "17630", "score": "0", "text": "I have never seen such a tool in KDE, the only \"network tool\" that is not a configuration application is \"Networkinterfaces\".", "userDisplayName": null, "userId": "6969" } ]
null
[ { "accepted": null, "body": "<ul>\n<li>I think it's <strong>net-tools</strong> in kubuntu.</li>\n<li>If you want to install the gnome version it's called <strong>gnome-nettool</strong> in the repositories.. </li>\n<li>Also see this <strong><a href=\"http://projects.gnome.org/gnome-network/screenshots.shtml\...
null
null
null
null
null
17633
1
null
2010-12-15T19:34:12.287
2
646
<p>I recently had to opt for cleaning my cache through <code>apt-get clean</code> after getting lots of <strong>GPG errors</strong> during update. But it's created another problem for me since I want to create an "APTonCD" for backup. </p> <p>I want to know how I could just get all the packages I've installed on my computer so that I could include them in my APTonCD. Is it possible to achieve that by selecting all installed packages in Synaptic for reinstallation but choosing to download those files only. I hope that option will leave my installed packages intact.</p>
6977
47151
2012-03-11T15:35:33.593
2012-03-11T15:35:33.593
How to recreate cache for "APTonCD" after cleaning cache through apt-get clean?
[ "apt", "package-management", "backup", "synaptic", "cache" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p><code>dpkg --get-selections</code> displays currently installed packages </p>\n\n<p>you can do some cut on the output columns and manipulate the data however you like. I personally prefer using apt-mirror.</p>\n", "commentCount": "4", "comments": [ { "...
null
null
null
null
null
17636
1
null
2010-12-15T20:13:18.167
1
107
<p>Whenever I want to play games on face book I have to use windows. I cannot get the applet to initialize on Ubuntu. I have my drive partitioned to use both. Any ideas will be most helpful. Thanks.</p>
null
1067
2010-12-15T20:42:22.130
2010-12-15T20:42:22.130
Why isn't my applet initializing in Face Book games?
[ "10.10", "flash", "applet", "games", "browser" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T20:16:48.803", "id": "18817", "postId": "17636", "score": "1", "text": "Can you give us an example of a game that isn't working for you?", "userDisplayName": null, "userId": "866" } ]
null
[ { "accepted": null, "body": "<p>It sounds like you don't have Flash Player installed. I'd expect Firefox and even Facebook to be screaming that out to you, but just in case you don't have it, here's how to install it.</p>\n\n<p>If you're on 32bit, run:</p>\n\n<pre><code>sudo apt-get install flashplugin-inst...
null
null
null
null
Linda
17640
1
17650
2010-12-15T20:35:39.877
304
571583
<p>I'm planning on selling a USB external hard drive that currently contains an old Ubuntu installation with stored passwords and banking information.</p> <p>How can I securely erase the drive before selling it?</p>
1859
169736
2013-12-17T01:56:16.607
2023-01-19T05:16:14.557
How can I securely erase a hard drive?
[ "filesystem" ]
18
4
CC BY-SA 3.0
[ { "creationDate": "2012-04-05T11:13:24.023", "id": "141461", "postId": "17640", "score": "4", "text": "Also, have a look at [this EFF page](https://ssd.eff.org/tech/deletion) for a comprehensive explanation covering multiple OS's.", "userDisplayName": null, "userId": "12864" }, { ...
{ "accepted": true, "body": "<h2>Securely erasing a storage device</h2>\n\n<p>There's a command-line utility called <code>shred</code>, which overwrites data in a file or a whole device with random bits, making it nearly impossible to recover.</p>\n\n<p>First of all, you need to identify the name of the device.</p>\n\n<p>This might be something like <code>/dev/sdb</code> or <code>/dev/hdb</code> (but <strong>not</strong> like <code>/dev/sdb1</code>, that's a partition). You can use <code>sudo fdisk -l</code> to list all connected storage devices, and find your external hard drive there.</p>\n\n<p><strong>N.B. Make sure it is the correct device, picking the wrong device will wipe it.</strong></p>\n\n<p>Unmount all currently mounted partitions on that device, if any.\nThen run the following, replacing <code>/dev/sdX</code> with the name of your device:</p>\n\n<pre><code>sudo shred -v /dev/sdX\n</code></pre>\n\n<p>This will overwrite all the blocks on the device with random data three times, the <code>-v</code> flag is for verbose and will print the current progress. </p>\n\n<p>You can add the option <code>-n</code><em><code>N</code></em> to only do this <em>N</em> times, to save time on large capacity devices. This might take a while, depending on the size of your external hard drive (I think it takes twenty minutes or so for my 4 GB flash drive).</p>\n\n<p>You can also set all bits to zero after the last iteration by adding the option <code>-z</code>, I prefer to do this.</p>\n\n<pre><code>sudo shred -v -n1 -z /dev/sdX\n</code></pre>\n\n<p>After this, you would have to repartition the device. The easiest way is to install GParted and use it:</p>\n\n<pre><code>sudo apt-get install gparted\ngksu gparted\n</code></pre>\n\n<p>Choose your device in the upper-right corner list. Then select <code>Device -&gt; Create partition table</code> to create a partition table on the device.</p>\n\n<p>Then add a single partition that uses all of the unallocated space on the device, choosing <code>fat32</code> as the file system. Apply the changes by click the <strong>Apply</strong> button (the green checkmark) in the toolbar.</p>\n\n<h2>Tips</h2>\n\n<ul>\n<li>Read the <a href=\"http://manpages.ubuntu.com/manpages/precise/en/man1/shred.1.html\" rel=\"noreferrer\">manpage for <code>shred</code> online</a> or by typing <code>man shred</code> in the terminal.</li>\n<li>Beware that some parts of your disk will not be erased - use the drive firmware \"SECURE ERASE\" command, such as via hdparm, to properly clean off a disk.</li>\n</ul>\n", "commentCount": "16", "comments": [ { "creationDate": "2010-12-15T23:09:29.667", "id": "18838", "postId": "17650", "score": "41", "text": "Best practice here: disconnect all of your hard drives, plug in the external drive and then do the above off of a live CD to prevent even the possibility of fragging anything that matters.", "userDisplayName": null, "userId": "5197" }, { "creationDate": "2011-02-20T22:04:44.590", "id": "30144", "postId": "17650", "score": "0", "text": "Just a question: You wrote \"`shred` would then overwrite all the data on the device with random data three times.\" - does it do anything for empty space? Btw, Ubuntu has it own manpage repository at manpages.ubuntu.com", "userDisplayName": null, "userId": "8973" }, { "creationDate": "2012-10-02T16:52:30.180", "id": "243238", "postId": "17650", "score": "0", "text": "@papukaija It should.", "userDisplayName": null, "userId": "54298" }, { "creationDate": "2013-03-23T23:24:45.070", "id": "340872", "postId": "17650", "score": "44", "text": "Note that this answer has been deprecated by the SECURE ERASE method of requesting the drive to erase itself. This should take care of all possible data, and won't unnecessarily tax your system. You can perform a secure erase, where the drive erases itself, using the `hdparm` utility. This method tries to erase the entire drive, including bad sectors. Furthermore it is much faster than overwriting the normal way. It is also the recommended methods for SSD drives, where `shred` is an extremely bad idea.", "userDisplayName": null, "userId": "52628" }, { "creationDate": "2013-06-16T15:48:04.253", "id": "389324", "postId": "17650", "score": "0", "text": "according to manual: shred - overwrite a file to hide its contents, and optionally delete it", "userDisplayName": null, "userId": "167689" }, { "creationDate": "2013-09-12T13:07:56.483", "id": "441225", "postId": "17650", "score": "0", "text": "In my case I just wanted to shred a partition so `shred /dev/sdc4` seems to be working.", "userDisplayName": null, "userId": "7166" }, { "creationDate": "2014-10-24T16:36:20.117", "id": "740801", "postId": "17650", "score": "9", "text": "@owlstead: Could you elaborate? What is SECURE ERASE, and how does one use it? It's appreciated if you make a separate answer if you have a better one.", "userDisplayName": null, "userId": "183654" }, { "creationDate": "2015-01-26T02:39:28.433", "id": "797962", "postId": "17650", "score": "22", "text": "The comment about using ATA Secure Erase command is misleading. There are serious problems with using SE (regarding the lack of consistent support from vendors and the lack of transparency on the process). Related: http://security.stackexchange.com/questions/62253/", "userDisplayName": null, "userId": "114157" }, { "creationDate": "2015-10-21T12:55:42.297", "id": "1003590", "postId": "17650", "score": "0", "text": "Just a note, if you use a RAID controller on a HP proliant server, then if you add the HDD you want to wipe, then you must use hpacucli to create a new logical drive, before it shows up in Linux. at which point the above works fine.", "userDisplayName": null, "userId": "71644" }, { "creationDate": "2016-03-25T05:58:06.623", "id": "1117970", "postId": "17650", "score": "1", "text": "@Frxstrem Why do you say \"nearly\" impossible to recover? Wouldn't the `shred` command make it *absolutely* impossible to recover the data?", "userDisplayName": null, "userId": "451919" }, { "creationDate": "2016-03-25T12:21:01.190", "id": "1118122", "postId": "17650", "score": "3", "text": "@Fiksdal I don't know, it's been five years since I wrote this answer and I don't remember my motivations for phrasing it that way. That said, I think I meant it along the lines of \"practically impossible today but plausably possible in the future with enough technological improvement\".", "userDisplayName": null, "userId": "1697" }, { "creationDate": "2019-11-28T10:27:34.587", "id": "1995474", "postId": "17650", "score": "1", "text": "Would someone like to write a complete answer about how to use hdparm to wipe a disk?", "userDisplayName": null, "userId": "91726" }, { "creationDate": "2021-06-11T18:45:53.973", "id": "2298341", "postId": "17650", "score": "2", "text": "If anyone stumbles upon this I found working solution here for hdparm: https://grok.lsu.edu/article.aspx?articleid=16716", "userDisplayName": null, "userId": "755147" }, { "creationDate": "2021-07-21T04:06:06.873", "id": "2314225", "postId": "17650", "score": "2", "text": "Another good tutorial for secure erase with hdparam is here: https://code.mendhak.com/securely-wipe-ssd/", "userDisplayName": null, "userId": "376648" }, { "creationDate": "2021-09-01T01:27:28.613", "id": "2333347", "postId": "17650", "score": "0", "text": "@AmanicA shred doesn't work with individual partitions, remove the 4 to erase the whole entire drive of sdc", "userDisplayName": null, "userId": "1200475" }, { "creationDate": "2022-09-03T03:40:49.433", "id": "2485462", "postId": "17650", "score": "0", "text": "I don't think `gparted` is necessary since the question is about secure erasing; not preparation for subsequent use. I think an operating system installer will not need you to do such preparation.", "userDisplayName": null, "userId": "25031" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-15T21:06:49.717", "id": "17650", "lastActivityDate": "2018-02-16T14:54:19.737", "lastEditDate": "2018-02-16T14:54:19.737", "lastEditorDisplayName": null, "lastEditorUserId": "645248", "ownerDisplayName": null, "ownerUserId": "1697", "parentId": "17640", "postTypeId": "2", "score": "322" }
[ { "accepted": null, "body": "<ul>\n<li>You need to create a loopback device which runs /dev/random over the entire contents of the drive. </li>\n<li><p>That'll fill the entire drive with almost completely random data.Then you can set all bits back to 0 with dd.</p></li>\n<li><p>Actually, dd should be able t...
null
null
null
null
null
17641
1
17643
2010-12-15T20:37:10.343
209
322433
<p>How do I create an encrypted (password protected) zip file?</p>
6161
null
null
2024-03-28T20:03:11.300
Create encrypted (password protected) zip file
[ "encryption", "zip" ]
9
3
CC BY-SA 2.5
[ { "creationDate": "2015-04-24T21:48:03.203", "id": "864002", "postId": "17641", "score": "2", "text": "Related: [Compressing folders with password via command line](http://askubuntu.com/q/342900/367990)", "userDisplayName": null, "userId": "367990" }, { "creationDate": "2018-02-0...
{ "accepted": true, "body": "<p>This will prompt for a password:</p>\n<pre><code>zip --encrypt file.zip files\n</code></pre>\n<hr />\n<p>This is more insecure, as the password is entered/shown as plain text:</p>\n<pre><code>zip --password (password) file.zip files\n</code></pre>\n<hr />\n<p>Warning, the standard zip encryption is very weak and is easily cracked.<br />\nNote, Use <code>-r</code> to zip directory and subdirectory recursively.</p>\n", "commentCount": "8", "comments": [ { "creationDate": "2010-12-15T20:47:16.483", "id": "18820", "postId": "17643", "score": "5", "text": "Is there a better option from the standard encryption?", "userDisplayName": null, "userId": "6161" }, { "creationDate": "2010-12-15T21:43:36.920", "id": "18830", "postId": "17643", "score": "9", "text": "Using gnupg on the final zip with a key for yourself or your destination.", "userDisplayName": null, "userId": "7443" }, { "creationDate": "2017-08-29T12:15:46.897", "id": "1514477", "postId": "17643", "score": "2", "text": "Does not work `file.zip` is empty", "userDisplayName": null, "userId": "538817" }, { "creationDate": "2018-01-20T11:55:47.637", "id": "1612364", "postId": "17643", "score": "22", "text": "@Black If you're trying to compress a folder, then you need to use `-r` switch. So it'll be `zip --encrypt file.zip -r your_folder`", "userDisplayName": null, "userId": "399763" }, { "creationDate": "2019-08-16T16:24:21.180", "id": "1944690", "postId": "17643", "score": "0", "text": "is it compatible with windows, if recipient is wondows user ?", "userDisplayName": null, "userId": "433635" }, { "creationDate": "2020-10-24T10:26:42.550", "id": "2183372", "postId": "17643", "score": "1", "text": "@BudiMulyo Yes. It's compatible with Windows.", "userDisplayName": null, "userId": "1062040" }, { "creationDate": "2023-08-23T11:02:07.590", "id": "2597298", "postId": "17643", "score": "0", "text": "It requires password when I call unzip in Linux Mint, but you can open the archive and see files list without opening them.", "userDisplayName": null, "userId": "319086" }, { "creationDate": "2024-02-27T10:35:54.410", "id": "2641082", "postId": "17643", "score": "0", "text": "I use this command as mentioned above - zip -r --password 'Password123' test.zip test/", "userDisplayName": null, "userId": "1620021" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-12-15T20:46:19.413", "id": "17643", "lastActivityDate": "2020-12-19T04:06:17.413", "lastEditDate": "2020-12-19T04:06:17.413", "lastEditorDisplayName": null, "lastEditorUserId": "835941", "ownerDisplayName": null, "ownerUserId": "7443", "parentId": "17641", "postTypeId": "2", "score": "257" }
[ { "accepted": true, "body": "<p>This will prompt for a password:</p>\n<pre><code>zip --encrypt file.zip files\n</code></pre>\n<hr />\n<p>This is more insecure, as the password is entered/shown as plain text:</p>\n<pre><code>zip --password (password) file.zip files\n</code></pre>\n<hr />\n<p>Warning, the sta...
null
null
null
null
null
17646
1
null
2010-12-15T20:51:26.947
0
994
<p>I am having a problem setting up a wireless connection on my linux laptop, does anyone know the shortcut to turn the wireless on, the <kbd>Fn</kbd> + <kbd>F3</kbd> on my acer laptop would obviously only apply to the original windows operating system.</p>
null
17739
2011-10-31T20:52:25.617
2011-10-31T20:52:36.193
Can't switch on wireless networking
[ "10.10", "networking", "wireless", "ubuntu-netbook" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-12-15T20:58:29.507", "id": "18824", "postId": "17646", "score": "1", "text": "Please add some hardware information to your question, this will help: http://askubuntu.com/questions/14008/i-have-a-hardware-detection-problem-what-logs-do-i-need-to-look-into", "userDispla...
null
[ { "accepted": null, "body": "<p>I would need the model of the laptop. But tipically most wireless problems like yours are solved by installing the drivers.</p>\n\n<p>Go to System > Administration > Additional Drivers and install the Wireless driver that appears there.</p>\n\n<p>Or press <kbd>Alt</kbd>+<kbd>...
null
null
null
null
Daniel
17647
1
34995
2010-12-15T20:54:33.880
6
55808
<p>I installed 10.10 a few days ago. The <strong>only</strong> changes to the default install are the addition of Chrome and Pinta.</p> <p>It was fine for a few days, then today login etc seemed slow. Likewise it couldn't even render the restart/shutdown menus.</p> <p>Hoping it was some botched update, I ran the update manager; it tried to install but failed (the UI didn't make it obvious <em>what</em> had failed).</p> <p>Fine, ok. Shut it down (press enter on the blank shut-down dialog).</p> <p>Fire it up hoping... And... #fail.</p> <pre><code>Target filesystem doesn't have requested /sbin/init. No init found. Try passing init= bootarg. </code></pre> <p>Is it now a brick? </p> <hr> <p>More details:</p> <pre><code>GRUB 1.98+20100804-5ubuntu3 </code></pre> <p>With</p> <pre><code>Ubuntu, with Linux 2.6.35-22-generic </code></pre> <p>Causes</p> <pre><code>udevadm trigger is not permitted while udev is unxonfigured Giving up waiting for root device. </code></pre> <p>Or</p> <pre><code>Ubuntu, with Linux 2.6.35-23-generic </code></pre> <p>Causes</p> <pre><code>mount: mounting /dev on /root/dev failed: No such file or directory </code></pre> <p>Then the same for /sys and /process</p>
1504
65926
2014-07-24T12:42:14.923
2018-01-30T09:17:53.407
Target filesystem doesn't have requested /sbin/init
[ "boot", "init" ]
3
8
CC BY-SA 3.0
[ { "creationDate": "2010-12-15T22:39:37.300", "id": "18836", "postId": "17647", "score": "1", "text": "`/sbin/init` is the first thing the kernel looks for on the root filesystem. This message in fact shows (99.999% of the time) that the root filesystem couldn't be mounted (or maybe that the wron...
{ "accepted": true, "body": "<p>Suggested fix can be found here: <a href=\"http://pinoy-computing-tips.blogspot.com/2010/08/how-to-fix-ubuntu-error-no-init-found.html\" rel=\"noreferrer\">http://pinoy-computing-tips.blogspot.com/2010/08/how-to-fix-ubuntu-error-no-init-found.html</a> </p>\n\n<p>Quoting:</p>\n\n<blockquote>\n <p>This morning, a friend came to me with\n his laptop that won't boot. At every\n boot attempt, his Ubuntu 10.04 Lucid\n Lynx system outputs the following\n error messages:</p>\n\n<pre><code>mount: mounting /dev/disk/by-uuid/***************************** on /root\nfailed: Invalid argument\nmount: mounting /sys on /root/sys failed: No such file or directory\nmount: mounting /dev on /root/dev failed: No such file or directory\nmount: mounting /sys on /root/sys failed: No such file or directory\nmount: mounting /proc on /root/proc failed: No such file or directory\n\nTarget file system doesn't have /sbin/init\nNo init found. Try passing init= bootarg\n\nBusybox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu7) built-in shell (ash)\nEnter 'help' for a list of built-in commands\n(initramfs) _\n</code></pre>\n \n <p>Booting into \"Recovery Mode\" as well\n as choosing the other kernels listed\n in grub didn't help at all.</p>\n \n <p>Solution:</p>\n \n <ol>\n <li><p>Boot from the Ubuntu Live CD;</p></li>\n <li><p>Open/Run Terminal;</p></li>\n <li><p>Type: <code>sudo fdisk -l</code> (to get the device name) then press <kbd>ENTER</kbd>;</p>\n\n<pre><code>Disk /dev/sda: 250.1 GB, 250059350016 bytes \n255 heads, 63 sectors/track, 30401 cylinders\nUnits = cylinders of 16065 * 512 = 8225280 bytes\nDisk identifier: **********\n\nDevice Boot Start End Blocks Id System\n/dev/sda1 * 1 30238 242886703+ 83 Linux\n/dev/sda2 30239 30401 1309297+ 5 Extended\n/dev/sda5 30239 30401 1309266 82 Linux swap / Solaris\n</code></pre>\n \n <p>The device name for my friend's system\n based on the above: <code>/dev/sda1</code></p></li>\n <li><p>Type: <code>sudo fsck /dev/sda1</code> then press <kbd>ENTER</kbd>;</p></li>\n <li><p>Restart the system and boot normally.</p></li>\n </ol>\n</blockquote>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-05-11T16:43:48.023", "id": "45972", "postId": "34995", "score": "1", "text": "As an addendum to this, you may need to force `fsck` to check again by using the `f` option. Eg: `fsck -f /dev/sda1`.", "userDisplayName": null, "userId": "506" }, { "creationDate": "2015-01-04T22:40:03.193", "id": "784102", "postId": "34995", "score": "0", "text": "Excellent! I was worried it wouldn't work as my Ubuntu Live DVD was a 2-years older version.", "userDisplayName": null, "userId": "33305" }, { "creationDate": "2016-06-15T01:05:34.447", "id": "1181611", "postId": "34995", "score": "0", "text": "I am getting the error the fdisk will not work becuase of GPT partition. How to proceed?", "userDisplayName": null, "userId": "257376" }, { "creationDate": "2018-03-08T06:33:31.870", "id": "1642265", "postId": "34995", "score": "0", "text": "Thanks. It worked for ubuntu 14.04 as well.", "userDisplayName": null, "userId": "398529" }, { "creationDate": "2020-01-20T15:19:03.227", "id": "2020400", "postId": "34995", "score": "0", "text": "it worked, just need to make sure we enter the correct device name on step 4. ^_^", "userDisplayName": null, "userId": "85015" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-14T05:09:07.347", "id": "34995", "lastActivityDate": "2011-05-11T16:18:42.120", "lastEditDate": "2011-05-11T16:18:42.120", "lastEditorDisplayName": null, "lastEditorUserId": "506", "ownerDisplayName": "user14217", "ownerUserId": null, "parentId": "17647", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>Suggested fix can be found here: <a href=\"http://pinoy-computing-tips.blogspot.com/2010/08/how-to-fix-ubuntu-error-no-init-found.html\" rel=\"noreferrer\">http://pinoy-computing-tips.blogspot.com/2010/08/how-to-fix-ubuntu-error-no-init-found.html</a> </p>\n\n<p>Quoting:</p...
null
null
null
null
null
17653
1
21782
2010-12-15T21:40:26.890
8
10627
<p><a href="http://www.xpadder.com/" rel="nofollow">Xpadder</a> allows to control the mouse cursor by using a joystick,gamepad,etc. Xpadder only works on Windows, however I'm not sure if it would work on Ubuntu too, I'm using a XBOX360 Wireless Controller with Xpadder on Windows.</p> <p>Could Xpadder Work on Ubuntu too?</p>
4203
8844
2012-11-02T16:41:04.747
2012-11-02T16:41:04.747
Is there an Xpadder equivalent?
[ "software-recommendation", "mouse", "accessibility", "gamepad" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T01:16:01.713", "id": "18858", "postId": "17653", "score": "1", "text": "I don't know if this project is still usable, check it: http://freshmeat.net/projects/js2mouse/ , also some feedback which tried it on Ubuntu: http://ubuntuforums.org/archive/index.php/t-92564.h...
{ "accepted": true, "body": "<p>This is pretty close to Xpadder for linux...</p>\n\n<p><a href=\"http://qjoypad.sourceforge.net/#introduction\">http://qjoypad.sourceforge.net/#introduction</a></p>\n\n<p>And another...</p>\n\n<p><a href=\"http://pingus.seul.org/~grumbel/jstest-gtk/\">http://pingus.seul.org/~grumbel/jstest-gtk/</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-16T09:20:27.587", "id": "23532", "postId": "21782", "score": "0", "text": "yeah,not Xpadder but close enough", "userDisplayName": null, "userId": "4203" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-16T04:33:49.250", "id": "21782", "lastActivityDate": "2011-02-28T17:28:44.717", "lastEditDate": "2011-02-28T17:28:44.717", "lastEditorDisplayName": null, "lastEditorUserId": "7463", "ownerDisplayName": null, "ownerUserId": "7463", "parentId": "17653", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>This is pretty close to Xpadder for linux...</p>\n\n<p><a href=\"http://qjoypad.sourceforge.net/#introduction\">http://qjoypad.sourceforge.net/#introduction</a></p>\n\n<p>And another...</p>\n\n<p><a href=\"http://pingus.seul.org/~grumbel/jstest-gtk/\">http://pingus.seul.org/~...
null
null
null
null
null
17654
1
17707
2010-12-15T22:03:49.333
4
8762
<p>I can't sync a Rhythmbox playlist onto my mp3 player, how can I do this?</p>
4203
114
2010-12-15T22:46:02.573
2022-04-20T01:25:06.250
Can I sync a Rhythmbox playlist with an mp3 player?
[ "rhythmbox", "sync", "mp3-player" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T23:23:13.627", "id": "18839", "postId": "17654", "score": "0", "text": "You should be able to plug it in, have it recognised by rhythm box, and drag and drop the playlist onto the MP3 player. What MP3 player is it? What exactly happens if you try? Does the MP3 Playe...
{ "accepted": true, "body": "<p>Your mp3 player needs to be mounted first. If the settings of the player are o.k. it should appear as an external medium on the desktop. If not so try mounting from the places menu. More information on how to connect players and phones can be found in the <a href=\"https://help.ubuntu.com/community/PortableDevices\" rel=\"nofollow noreferrer\">community wiki</a>.</p>\n\n<p>As soon as your are able to view the file contents on your player with e.g. Nautilus you should - as Adam Thompson already said - be able to easily drag and drop the content of your playlist either to the icon on your desktop or to the opened folder from your player in the Nautilus window.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-16T08:30:41.313", "id": "17707", "lastActivityDate": "2017-03-27T12:14:52.400", "lastEditDate": "2017-03-27T12:14:52.400", "lastEditorDisplayName": null, "lastEditorUserId": "527350", "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "17654", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Your mp3 player needs to be mounted first. If the settings of the player are o.k. it should appear as an external medium on the desktop. If not so try mounting from the places menu. More information on how to connect players and phones can be found in the <a href=\"https://he...
null
null
null
null
null
17655
1
null
2010-12-15T22:09:31.217
3
2547
<p>I have a 1 TB external harddisk where I recently installed Ubuntu onto. Before I had some backups there which I didn't want to lose. Therefore I created a new partition for Ubuntu. During this process I somehow must have changed the type of the backup partition from ext4 to swap (although I can't remember in doing so, but this is what gparted shows me). This new swap partition has never been used by the newly installed Ubuntu which has its own swap partition. Although I think chances are bad: Is there any way to get my data back from my backup (now swap) partition?</p> <p>To clarify the situation, here's the current partition table of the device:</p> <pre><code> Partition Start End Size in sectors 1 * Linux Swap 0 32 33 12157 195 58 195312500 2 E extended 12157 214 24 47791 227 52 572461058 5 L Linux Swap 12157 214 26 12534 172 54 6053888 X extended 12534 172 55 17397 188 7 78125056 6 L Linux 12534 205 24 17397 188 7 78123008 X extended 17397 188 8 47791 227 52 488282112 7 L Linux 17397 220 40 47791 227 52 488280064 </code></pre>
1442
1442
2010-12-16T10:35:43.110
2010-12-16T10:35:43.110
Change swap (potentially with user data) to ext4
[ "10.10", "filesystem", "partitioning", "ext4", "swap" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-15T22:44:58.207", "id": "18837", "postId": "17655", "score": "1", "text": "There might be a few options. Right now, though, what's most important is not to mount the partition until someone has posted a reliable solution.", "userDisplayName": null, "userId": "1...
null
[ { "accepted": null, "body": "<p>If what you say above is 100% sure then use testdisk.</p>\n\n<ol>\n<li>Install it: <code>aptitude install testdisk</code></li>\n<li>Run it and point the console interactive to the partition that you are sure it is the one you had before.</li>\n<li>If there has been no changes...
null
null
null
null
null
17663
1
17667
2010-12-15T22:56:50.940
4
1834
<p>How do you set up Inkscape 0.47 to work with Wacom Intuos 3? In particular, I'd like to get pressure-sensitivity to work on Inkscape. I have "Use pressure-sensitive tablet" checked under the Inkscape Preferences, but it doesn't seem to be working. Any thoughts?</p>
3175
8844
2011-01-29T05:46:27.157
2011-01-29T05:46:27.157
Wacom Intuos 3 with Inkscape 0.47
[ "10.04", "input-devices", "wacom", "graphics-tablet", "inkscape" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Never mind. </p>\n\n<p>You can take a look at this for the solution. <a href=\"https://help.ubuntu.com/community/Wacom#Inkscape\" rel=\"nofollow\">https://help.ubuntu.com/community/Wacom#Inkscape</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-15T23:25:53.740", "id": "17667", "lastActivityDate": "2010-12-16T01:44:14.940", "lastEditDate": "2010-12-16T01:44:14.940", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "3175", "parentId": "17663", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Never mind. </p>\n\n<p>You can take a look at this for the solution. <a href=\"https://help.ubuntu.com/community/Wacom#Inkscape\" rel=\"nofollow\">https://help.ubuntu.com/community/Wacom#Inkscape</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate...
null
null
null
null
null
17664
1
17685
2010-12-15T23:09:49.970
3
77
<p>Where would I find the source files that pertain to the package listing in the software centre? I'm guessing the SC is just a window through which these listings are viewed, rather than being a part of the SC itself, so are these customised files found only in the Ubuntu variant of the package, or is it part of the upstream project?</p>
null
570
2010-12-16T01:18:57.573
2010-12-16T02:46:43.270
How are bugs in item descriptions in the software centre fixed?
[ "development", "software-center", "packaging" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>We talked about this problem at the Ubuntu Developer Summit. We've started a <a href=\"https://wiki.ubuntu.com/SoftwareCenter/PackageDescriptions\" rel=\"nofollow\">wiki page</a> to keep track of these efforts for those that want to help out. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-16T02:46:43.270", "id": "17685", "lastActivityDate": "2010-12-16T02:46:43.270", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "17664", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>The description for every package is stored inside the package, Software Center doesn't have anything to do with it. If there is a bug in a description for a package, file it against that package, not Software Center.</p>\n\n<p>Open a <code>.deb</code> file with <em>Archive M...
null
null
null
null
user2405
17665
1
17666
2010-12-15T23:11:15.740
1
1010
<p>As far as I can tell, Mail Merge (as well as data sources) is broken in OpenOffice on 10.04. There is no <code>View | Data Sources</code> menu option, and the shortcut for <code>Data Sources</code> <kbd>F4</kbd> does nothing.</p> <p>In addition the Mail Merge Wizard doesn't allow any 'Address Book' to actually be added (the <code>OK</code> button is never enabled).</p> <p>Also, <code>Add Database File...</code> on the <code>Database</code> tab of <code>Insert | Fields | Other</code> (<kbd>Ctrl</kbd>+<kbd>F2</kbd>) is not working.</p>
428
235
2010-12-16T01:40:00.997
2017-02-21T10:43:32.483
Open Office Mail Merge doesn't work
[ "10.04", "openoffice.org" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><em>(While composing the question, I stumbled across the solution; however, it didn't turn up in my original search results, so I figured posting it may be helpful to others.)</em></p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/185057\" rel=\"nofollow noreferrer\">This bug report</a> has the solution:</p>\n\n<blockquote>\n <p>I found the problem: Apparently 8.04 doesn't install OpenOffice base alongside writer and calc. After installing the <a href=\"https://launchpad.net/ubuntu/+source/openoffice.org-base\" rel=\"nofollow noreferrer\">openoffice.org-base</a> package (plus dependencies), the problems disappeared.</p>\n</blockquote>\n\n<p>Seems what was true for 8.04 is still true in 10.04.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-15T23:13:14.990", "id": "17666", "lastActivityDate": "2017-02-21T10:43:32.483", "lastEditDate": "2017-02-21T10:43:32.483", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "428", "parentId": "17665", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p><em>(While composing the question, I stumbled across the solution; however, it didn't turn up in my original search results, so I figured posting it may be helpful to others.)</em></p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/185057\" rel=...
null
null
null
null
null
17672
1
null
2010-12-16T00:58:23.787
-1
2853
<p>I was recently trying to partition a new laptop with windows 7, but once I created a new partition that space I had created for Ubuntu is labeled unusable. What should I do? I need ubuntu on my laptop.</p>
1436
4
2011-02-04T16:43:30.080
2011-05-24T08:52:40.863
Problems partitioning new laptop for ubuntu
[ "installation", "partitioning", "dual-boot" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T02:25:02.710", "id": "18875", "postId": "17672", "score": "0", "text": "Your question makes it sound as though you are using Windows in order to create the partition to which you mean to install Ubuntu. Is this correct? If not, can you provide more detail as to what...
null
[ { "accepted": null, "body": "<p>Never install a Windows Version AFTER installing a Linux one. Windows will ALWAYS have \"problems\" with the Linux partition and make it unusable. The correct way is to install first Linux (In your case Ubuntu) and then Windows 7. Linux is Operating System Friendly when shari...
null
null
2013-03-14T16:54:42.697
null
null
17679
1
17688
2010-12-16T01:46:05.103
8
1967
<p>When I invoke the "Lock Screen" action, is there a way to have the monitor go to sleep instantly? I'm aware of the power management setting to turn off the display after a set amount of time, but I want this to happen immediately.</p> <p>I'm hoping there is a bash script that will lock the screen and put the display to sleep, and that I can have this invoked when a screen lock operation occurs.</p>
3299
null
null
2010-12-16T06:39:12.783
How can I put the display to sleep on screen lock?
[ "lock-screen" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T03:26:49.200", "id": "18877", "postId": "17679", "score": "1", "text": "See [this](http://askubuntu.com/questions/7295/how-to-turn-off-the-display-via-the-command-line) question for an example.", "userDisplayName": null, "userId": "5" } ]
{ "accepted": true, "body": "<p>The following script will check every ten seconds to see if the screensaver is enabled, and if it is, turn of the display using the command <code>xset dpms force off</code>. </p>\n\n<p>It also checks to make sure it didn't already turn off the display, so you can unlock the screen without the monitor turning off while you are typing your password.</p>\n\n<pre><code>#!/bin/bash \n\nALREADY_SHUTOFF=\"yes\"\n\nwhile true; do\n\n if (gnome-screensaver-command -q | grep \"is active\");\n then\n\n echo $ALREADY_SHUTOFF\n if [ \"$ALREADY_SHUTOFF\" == \"no\" ];\n then\n\n # this command turns off the display\n xset dpms force off\n fi\n\n\n ALREADY_SHUTOFF=\"yes\"\n\n else\n\n ALREADY_SHUTOFF=\"no\"\n fi\n\n sleep 10\n\ndone\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-16T03:55:30.733", "id": "18885", "postId": "17688", "score": "0", "text": "I tried `xset dpms force off` and it does shut off the display, but then it turns back on again after a few seconds.", "userDisplayName": null, "userId": "5" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-16T03:10:24.523", "id": "17688", "lastActivityDate": "2010-12-16T06:39:12.783", "lastEditDate": "2010-12-16T06:39:12.783", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "17679", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>The following script will check every ten seconds to see if the screensaver is enabled, and if it is, turn of the display using the command <code>xset dpms force off</code>. </p>\n\n<p>It also checks to make sure it didn't already turn off the display, so you can unlock the s...
null
null
null
null
null
17680
1
null
2010-12-16T02:06:00.570
10
755
<p>I love doing the New York Times crosswords, and have had a subscription to the online site for over a decade. On Windows and Mac, they use the AcrossLite program from LitSoft, but their Linux version hasn't been maintained, and I don't even know if it's still available. I know there's XWord, but it doesn't support all the newer features of AcrossLite, like allowing more than one letter per square (a frequent trick in the Sunday puzzles).</p> <p>I've tried the Windows version of AcrossLite under wine, but it's surprisingly bad.</p> <p><strong>EDIT (02/11/2011)</strong> I contacted LitSoft directly to see if they were ever planning on making the Linux version available again. I received a response right away from a developer. I'm quoting directly from the email:</p> <blockquote> <p>Yes, Across Lite for Linux will be available again sometime in 1Q2011. We are currently working on a v1.2 re-compile for newer Unix distros as a first-step and will later evolve it to 2.0 version. We tried an Adobe Air version for all platforms other than Windows and Mac but the user experience was terrible partly because of Adobe Air issues so we went back to the native version. Hence the delay.</p> </blockquote>
2664
2664
2011-02-11T17:43:46.810
2012-09-04T04:37:43.627
Is there an alternative to XWord for doing NY Times crosswords?
[ "software-recommendation" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>­JClic: puzzles, test exercises, crosswords, you can get it all from Synaptic.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-17T16:31:14.703", "id": "19110", "postId": "17811", "score": "0", "text":...
null
null
null
null
null
17689
1
null
2010-12-16T03:11:14.123
4
827
<p>I need to create minimalistic server appliance for running on amazon ec2 (ami). I tried debootstrap. its coming upto 200+ MB , its same with vmbuilder also. Are there any ways of getting it down to 100MB or less.</p> <p>I just need it with bare minimum linux os + JRE. The smaller the size the better.</p> <p>Any Suggestion</p> <p>Regards </p>
null
235
2010-12-16T03:42:08.047
2011-08-25T09:43:38.460
Ubuntu Jeos like minimal image for server with JRE
[ "java", "aws", "ubuntu-minimal" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T08:27:58.733", "id": "29796", "postId": "17689", "score": "0", "text": "You might want to try Gentoo Linux, it's as minimal as you can get.", "userDisplayName": null, "userId": "814" } ]
null
[ { "accepted": null, "body": "<p>this <a href=\"https://help.ubuntu.com/10.04/serverguide/C/jeos-and-vmbuilder.html\" rel=\"nofollow\">tutorial</a> provide a idea to solve it. It uses vmbuilder, a python script that enables you to generate your JEOS in cli.</p>\n", "commentCount": "0", "comments": []...
null
null
null
null
king
17690
1
null
2010-12-16T03:15:51.427
16
558
<p>I wrote a little <a href="http://en.wikipedia.org/wiki/Hello_world_program" rel="nofollow">Hello world program</a>. When I tried to run <code>a.out</code>, I got "command not found". When I ran <code>./a.out</code>, it worked fine.</p> <p>Where can I learn about why that was?</p>
7461
10883
2013-07-17T22:45:40.527
2013-07-17T22:45:40.527
Why do I need ./ to run an application?
[ "command-line" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2013-07-18T03:04:31.283
null
null
17695
1
17794
2010-12-16T04:04:35.753
1
305
<p>I've just started using DockBarX in place of AWN, and I'm liking the simplicity of it. The one thing I've found that irritates me is the visible drag handles in the panel. (My awn setup had no panels.) Is there any setting that will hide them? </p> <p>Here's what I'm talking about; outlined in red:</p> <p><img src="https://i.stack.imgur.com/XS260.png" alt="alt text"></p>
2664
1067
2010-12-16T04:06:46.593
2010-12-16T20:10:46.617
Is it possible to hide drag handles in non-expanded gnome panel?
[ "gnome-panel", "dockbarx" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T09:15:24.440", "id": "18901", "postId": "17695", "score": "0", "text": "Not being familiar with DockBarX - are you sure those handles are from a gnome-panel? If so: no, there is no way to configure a gnome-panel to not show the drag handlers.", "userDisplayName"...
{ "accepted": true, "body": "<p><strong>No</strong>, at least not with the standard gnome-panel. </p>\n\n<p>There is a bug report with a patch for this: <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/412975\" rel=\"nofollow noreferrer\">#412975<img src=\"https://i.stack.imgur.com/3Kv2f.png\" alt=\"alt text\"></a>.<br>\nIt doesn't look like an option to hide the drag handles will ever be added to the standard gnome-panel though.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-16T21:11:27.817", "id": "18997", "postId": "17794", "score": "0", "text": "Thanks. I figured it probably wasn't (easily) possible, but figured I'd ask. I'm sure I'm not the only one who'd like the option to hide them.", "userDisplayName": null, "userId": "2664" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-16T20:10:46.617", "id": "17794", "lastActivityDate": "2010-12-16T20:10:46.617", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "17695", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><strong>No</strong>, at least not with the standard gnome-panel. </p>\n\n<p>There is a bug report with a patch for this: <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/412975\" rel=\"nofollow noreferrer\">#412975<img src=\"https://i.stack.imgur.com/3Kv2f...
null
null
null
null
null
17697
1
17700
2010-12-16T04:52:08.897
6
3109
<p>When is it appropriate to use <code>dump</code> vs <code>rsync</code> for backups?</p>
2331
527764
2018-07-06T12:21:00.120
2018-07-06T12:21:00.120
When is it appropriate to use `dump` vs `rsync`?
[ "backup", "rsync" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T05:16:42.483", "id": "18889", "postId": "17697", "score": "0", "text": "See this http://www.linuxquestions.org/questions/linux-software-2/rsync-or-dump-405888/", "userDisplayName": null, "userId": "5691" } ]
{ "accepted": true, "body": "<p>Having expended far too much time with dump, it is probably best relegated to history. Its primary design goal was to be as efficient as possible with slow filesystems and the constraints of magnetic tape. </p>\n\n<p>Those design criteria no longer obtain and I cannot imagine a situation (aside from legacy systems) where dump would provide any advantage.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-16T06:05:14.623", "id": "17700", "lastActivityDate": "2010-12-16T06:05:14.623", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1078", "parentId": "17697", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Having expended far too much time with dump, it is probably best relegated to history. Its primary design goal was to be as efficient as possible with slow filesystems and the constraints of magnetic tape. </p>\n\n<p>Those design criteria no longer obtain and I cannot imagine...
null
null
null
null
null
17702
1
null
2010-12-16T07:03:02.233
15
1150
<p>I am new user for ubuntu. I want to use ubuntu for my python development. I used windows7 for .net development.</p> <p>Is there any guide which help me in migration from Windows to Ubuntu?</p>
7471
235
2010-12-18T19:02:36.193
2010-12-18T19:05:41.540
User guide for users migrating from Windows?
[ "programming", "windows-7", "documentation" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Download this <strong><a href=\"http://www.ubuntupocketguide.com/download_main.html\" rel=\"nofollow\">Ubuntu Pocket Guide</a></strong>.</p>\n\n<p>Also look at the following links, </p>\n\n<ul>\n<li><strong><a href=\"http://ubuntuguide.org/wiki/Ubuntu%3aMaverick\" rel=...
null
null
null
null
null
17708
1
17848
2010-12-16T08:48:51.183
0
1161
<p>My laptop has three extra keys, For Opening Mail client, Web browser and one other. I dont use them, so I want to assign the the web browser key to open <a href="http://www.webupd8.org/2010/11/syanpse-is-here-new-semantic-launcher.html" rel="nofollow">synapse</a>, currently I use Super+Space to open Synapse but now that I don't use the extra key given to open the web browser, I want to assign that key to open synapse, Is it possible?</p> <p>I looked into the 'keyboard shortcuts' and saw that <code>XF86WWW</code> was written as shortcut next to <code>Launch Web Browser</code>.</p>
2910
169736
2014-01-24T20:00:27.763
2014-01-24T20:00:27.763
How to assign the ' Web Browser Shortcut' to Synapse?
[ "shortcut-keys", "synapse" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I must be crazy to not try this before asking this question. So, here are the obvious steps...</p>\n\n<p>first go to keyboard shortcuts and change the XF86WWW to something else so that it doesn't conflict with the synapse shortcut. \nGo to synapse preferences and click on shortcut and then just press the web browser hotkey and it will be enabled to trigger synapse.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-17T06:55:21.097", "id": "17848", "lastActivityDate": "2010-12-17T06:55:21.097", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2910", "parentId": "17708", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>I don't have these keys so I can't try it. You can try to remove this shortcuts (\"Launch Web Browser\") and add a new shortcuts with key <code>XF86WWW</code> and command <strong>synapse</strong>.</p>\n\n<p>Or remove the shortcut for \"Launch Web Browser\" and use <code>XF86W...
null
null
null
null
null
17713
1
17820
2010-12-16T10:08:32.527
2
675
<p>I have a computer running Ubuntu that is used by multiple people. It spends a lot of time powered off. On occasion, I would like to start it up using Wake-On-Lan, connect via ssh and start a job in the background. I do not want the PC to shutdown while this job is running.</p> <p>However, since there are multiple people who might use this PC, someone could walk up to the machine, log in, check their email or whatever and then shut the PC down. Alternatively, someone might notice that it is switched on and showing the GDM log-in screen and decide to shut it down.</p> <p>Is there a way to prevent this from happening? It doesn't have to make it completely impossible: just making the computer pop up a window saying "Are you really sure (jobs are running in the background)?" would do perfectly well. However, it must work both from the Gnome menu after log-in and from the GDM screen.</p>
7477
null
null
2010-12-17T01:05:15.590
Require sudo password for shutdown for one session
[ "gdm", "shutdown", "remote" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can disable it for both GDM and from the menu when logged in. </p>\n\n<p>Edit <code>/usr/share/polkit-1/actions/org.freedesktop.consolekit.policy</code> and where ever it says </p>\n\n<pre><code>&lt;allow_active&gt;yes&lt;/allow_active&gt;\n</code></pre>\n\n<p>change that to</p>\n\n<pre><code>&lt;allow_active&gt;auth_admin_keep&lt;/allow_active&gt;\n</code></pre>\n\n<p>So the file will look like this:</p>\n\n<pre><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n&lt;!DOCTYPE policyconfig PUBLIC\n \"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd\"&gt;\n\n&lt;!--\nPolicy definitions for ConsoleKit\n--&gt;\n\n&lt;policyconfig&gt;\n\n &lt;action id=\"org.freedesktop.consolekit.system.stop\"&gt;\n &lt;description&gt;Stop the system&lt;/description&gt;\n &lt;message&gt;System policy prevents stopping the system&lt;/message&gt;\n &lt;defaults&gt;\n &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;\n &lt;allow_active&gt;no&lt;/allow_active&gt;\n &lt;/defaults&gt;\n &lt;/action&gt;\n\n &lt;action id=\"org.freedesktop.consolekit.system.stop-multiple-users\"&gt;\n &lt;description&gt;Stop the system when multiple users are logged in&lt;/description&gt;\n &lt;message&gt;System policy prevents stopping the system when other users are logged in&lt;/message&gt;\n &lt;defaults&gt;\n &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;\n &lt;allow_active&gt;no&lt;/allow_active&gt;\n &lt;/defaults&gt;\n &lt;/action&gt;\n\n &lt;action id=\"org.freedesktop.consolekit.system.restart\"&gt;\n &lt;description&gt;Restart the system&lt;/description&gt;\n &lt;message&gt;System policy prevents restarting the system&lt;/message&gt;\n &lt;defaults&gt;\n &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;\n &lt;allow_active&gt;yes&lt;/allow_active&gt;\n &lt;/defaults&gt;\n &lt;/action&gt;\n\n &lt;action id=\"org.freedesktop.consolekit.system.restart-multiple-users\"&gt;\n &lt;description&gt;Restart the system when multiple users are logged in&lt;/description&gt;\n &lt;message&gt;System policy prevents restarting the system when other users are logged in&lt;/message&gt;\n &lt;defaults&gt;\n &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;\n &lt;allow_active&gt;yes&lt;/allow_active&gt;\n &lt;/defaults&gt;\n &lt;/action&gt;\n\n&lt;/policyconfig&gt;\n</code></pre>\n\n<blockquote>\n <p><strong>Note:</strong> You don't <em>have</em> to change the last two sections <em>(they affect restarting)</em>, but I'm assuming if you don't want someone shutting down the computer, you don't want them restarting it either.</p>\n</blockquote>\n\n<p>To do this faster, you could create two version of this file <em>(one that allows normal users to shut down the computer, and one that doesn't)</em> somewhere in your home directory and have a script that copies one of them to \n<code>/usr/share/polkit-1/actions/</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-17T01:05:15.590", "id": "17820", "lastActivityDate": "2010-12-17T01:05:15.590", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "17713", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>For gdm, i think there is a way to disable system controls but i don't know how.\nFor gnome, you can make a launcher with the commande \"gksudo halt\". It will ask the password if you want to shutdown the computer.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
17715
1
17718
2010-12-16T11:04:28.483
19
19636
<p>Im trying to make people on my school use Ubuntu, so the school gave me 4 computers, now i've set them up and the computers work great... however, nobody seem to be able to use them, because of their disability to make a simple \</p> <p>so i have to tell them on a poster, because probably everyone will forget if i just tell them...</p> <p>so what programs are good for designing a 2D poster to print out?</p>
6294
3256
2010-12-16T17:02:55.087
2016-05-27T13:12:41.280
What program is good for designing a poster?
[ "software-recommendation", "design", "2d" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T13:18:03.313", "id": "18925", "postId": "17715", "score": "0", "text": "You can also try GIMP which is more are less equal to photoshop..", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-12-16T17:47:23.377", "id": "18976", ...
{ "accepted": true, "body": "<p>I'do go for <a href=\"https://launchpad.net/ubuntu/+source/inkscape\" rel=\"nofollow noreferrer\">inkscape</a> <a href=\"http://apt.ubuntu.com/p/inkscape\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-small\" alt=\"Install inkscape\"></a></p>\n\n<p>It's vector-based and i've used it quite a few times. I think it's a very good option. </p>\n\n<p>It's help is also very good, as it has many tutorials in order to learn how to use it (you can access them through: <code>Help &gt; Tutorials</code>)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-16T13:54:55.700", "id": "18930", "postId": "17718", "score": "5", "text": "Also have a look at http://spreadubuntu.org/ for many of examples of posters. Most are under a creative commons license so they can be downloaded and customised.", "userDisplayName": null, "userId": "359" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-16T11:07:51.840", "id": "17718", "lastActivityDate": "2012-01-06T17:30:17.330", "lastEditDate": "2017-03-11T19:00:11.180", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "6650", "parentId": "17715", "postTypeId": "2", "score": "24" }
[ { "accepted": true, "body": "<p>I'do go for <a href=\"https://launchpad.net/ubuntu/+source/inkscape\" rel=\"nofollow noreferrer\">inkscape</a> <a href=\"http://apt.ubuntu.com/p/inkscape\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-small\" alt=\"Install inkscape\"></a></p>\n\n<p>It...
null
null
null
null
null
17722
1
null
2010-12-16T11:44:50.293
2
222
<p>I feel my panel is pretty redundant. I use gnome-do as a launcher and I use exposé to check what windows I have open. The only thing in there that I need a panel for is Network Manager/Notifications. Is there a way of managing notifications without having any visible "bar"? </p>
null
null
null
2017-02-21T10:45:03.980
Can I get by without a panel?
[ "gnome-panel", "network-manager" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You should be able to see your network notifications through libnotify messages.The only thing I think you'll miss is your network status, which you can check via command line if required. You may want to ensure that Alt-F2 works for 'run', or that you have some other method ...
null
null
null
null
David
17723
1
17738
2010-12-16T11:46:58.807
44
51537
<p>When using the terminal in a deep folder structure sometimes the prompt can take up most of the line. Is there any way in which I can trim the working directory? I know I can do</p> <pre><code>PS1="\W &gt;" </code></pre> <p>to only print the current directory and not the full path, but is there a way to have something like:</p> <pre><code>/home/smauel/de...ther/folder &gt; </code></pre>
7481
158442
2016-02-02T10:04:44.617
2023-02-15T05:44:21.173
trim the terminal command prompt working directory
[ "command-line", "bash", "prompt" ]
10
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Create a small python script which implements the desired trimming logic.</p>\n\n<p>Example: <code>~/.short.pwd.py</code></p>\n\n<pre><code>import os\nfrom socket import gethostname\nhostname = gethostname()\nusername = os.environ['USER']\npwd = os.getcwd()\nhomedir = os.path.expanduser('~')\npwd = pwd.replace(homedir, '~', 1)\nif len(pwd) &gt; 33:\n pwd = pwd[:10]+'...'+pwd[-20:] # first 10 chars+last 20 chars\nprint '[%s@%s:%s] ' % (username, hostname, pwd)\n</code></pre>\n\n<p>Now test it, from a terminal:</p>\n\n<pre><code>export PROMPT_COMMAND='PS1=\"$(python ~/.short.pwd.py)\"'\n</code></pre>\n\n<p>If you are ok with the result just append the command to your <code>~/.bashrc</code>.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2014-07-04T10:31:34.300", "id": "657493", "postId": "17738", "score": "0", "text": "Not to ask the obvious, but how exactly do we append the command to the `~/.bashrc`? Would it just be pasting that last line at the bottom of the file?", "userDisplayName": null, "userId": "112976" }, { "creationDate": "2015-04-16T16:59:39.767", "id": "856553", "postId": "17738", "score": "2", "text": "@FloatingRock correct. Simply add it to the .bashrc file.", "userDisplayName": null, "userId": "253495" }, { "creationDate": "2015-12-01T12:36:09.287", "id": "1034555", "postId": "17738", "score": "0", "text": "This is great! If you edit the python program, it automatically updates: sweet!", "userDisplayName": null, "userId": "420476" }, { "creationDate": "2018-03-12T15:34:44.253", "id": "1644914", "postId": "17738", "score": "0", "text": "Update that last print ... to print( ... ) to get this work almost as-is for python 3 too, great tip, thanks for sharing!!", "userDisplayName": null, "userId": "26594" }, { "creationDate": "2020-06-18T09:00:03.487", "id": "2112604", "postId": "17738", "score": "0", "text": "See also next best answer down below: PROMPT_DIRTRIM", "userDisplayName": null, "userId": "1096319" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-12-16T12:54:54.460", "id": "17738", "lastActivityDate": "2018-06-14T14:07:54.320", "lastEditDate": "2018-06-14T14:07:54.320", "lastEditorDisplayName": null, "lastEditorUserId": "726897", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "17723", "postTypeId": "2", "score": "35" }
[ { "accepted": null, "body": "<p>Another way around that problem is to include a line break into PS1, so that the working directory and the actual prompt appear on separate lines, for example:</p>\n\n<pre><code>PS1=\"\\w\\n&gt;\"\n</code></pre>\n", "commentCount": "1", "comments": [ { "...
null
null
null
null
null
17730
1
18791
2010-12-16T12:07:14.637
1
8604
<p>I have sun-java6-plugin installed on my 10.10 AMD64, and I tested on the Java website that it works with applets.</p> <p>However it doesn't work with web start - I have to download the jnlp file and double click to open. </p> <p>Is there a way to integrate web start to my browsers?</p>
6908
null
null
2020-04-29T16:28:18.753
How to integrate Java Web Start to browser?
[ "java" ]
4
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T13:02:23.327", "id": "18920", "postId": "17730", "score": "0", "text": "It's a protocol handler thing. It works for me, but the jnlp handler might be disabled as a security risk(it can be).", "userDisplayName": null, "userId": "5768" }, { "creationD...
{ "accepted": true, "body": "<p>In firefox go,</p>\n\n<pre><code>Edit -&gt; Prefferences -&gt; Applications -&gt; JNLP File \nChoose SunJDK Java 6 Web Start\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-25T03:51:59.457", "id": "18791", "lastActivityDate": "2010-12-25T03:51:59.457", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5950", "parentId": "17730", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>In firefox go,</p>\n\n<pre><code>Edit -&gt; Prefferences -&gt; Applications -&gt; JNLP File \nChoose SunJDK Java 6 Web Start\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate...
null
null
null
null
null
17734
1
17744
2010-12-16T12:33:17.327
14
9162
<p>Is it possible to setup a shortcut for enable/disable wifi?</p>
7155
1067
2010-12-27T13:14:33.523
2017-03-24T05:51:40.137
Is it possible to setup a shortcut for enable/disable wifi?
[ "wireless", "shortcut-keys" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This script will toggle the status, and show a message to confirm what's been done.</p>\n\n<pre><code>#!/bin/bash\n\nif [ $(rfkill list wifi | grep \"Soft blocked: yes\" | wc -l) -gt 0 ] ; then\n rfkill unblock wifi\n zenity --info --text \"Enabled wireless\"\nelse\n rfkill block wifi\n zenity --info --text \"Disabled wireless\"\nfi\n</code></pre>\n\n<p>To have the zenity prompts disappear, change them like so:</p>\n\n<pre><code>zenity --info --text \"Enabled wireless\" --timeout=\"5\"\nzenity --info --text \"Disabled wireless\" --timeout=\"5\"\n</code></pre>\n\n<p>Or make notifications that appear in the corner of your screen. <img src=\"https://i.stack.imgur.com/q5eut.png\" alt=\"alt text\"></p>\n\n<pre><code>sudo apt-get install libnotify-bin\n</code></pre>\n\n<p>Replace the zenity lines with</p>\n\n<pre><code>notify-send -i network-wireless-full \"Wireless enabled\" \"Your wireless adaptor has been enabled.\"\nnotify-send -i network-wireless-disconnected \"Wireless disabled\" \"Your wireless adaptor has been disabled.\"\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-12-16T13:53:13.460", "id": "18929", "postId": "17744", "score": "0", "text": "nice one there with rfkill ;-)", "userDisplayName": null, "userId": "6650" }, { "creationDate": "2010-12-16T17:07:38.980", "id": "18967", "postId": "17744", "score": "0", "text": "nice, is there a way to auto disappear zenity message after one or two seconds?", "userDisplayName": null, "userId": "7155" }, { "creationDate": "2010-12-16T22:09:54.123", "id": "19008", "postId": "17744", "score": "0", "text": "Yep, updated answer. There's an undocumented `--timeout=\"n\"` option for zenity.", "userDisplayName": null, "userId": "3251" }, { "creationDate": "2012-01-21T15:59:44.153", "id": "111282", "postId": "17744", "score": "0", "text": "Can you please describe in detail what the script does? I am interested in if it is **possible to disable wifi only when ethernet is plugged**?", "userDisplayName": null, "userId": "18533" }, { "creationDate": "2012-02-03T16:23:20.327", "id": "116794", "postId": "17744", "score": "0", "text": "@misterben Does the script consider the ethernet plugged state?", "userDisplayName": null, "userId": "18533" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-16T13:33:22.713", "id": "17744", "lastActivityDate": "2017-03-24T05:51:40.137", "lastEditDate": "2017-03-24T05:51:40.137", "lastEditorDisplayName": null, "lastEditorUserId": "281792", "ownerDisplayName": null, "ownerUserId": "3251", "parentId": "17734", "postTypeId": "2", "score": "14" }
[ { "accepted": null, "body": "<p>Something like: <code>sudo ifconfig &lt;wlan0&gt; down</code> or <code>sudo ifconfig &lt;wlan0&gt; up</code>?</p>\n\n<p>Here's my script: </p>\n\n<pre><code>#!/bin/bash\necho \"Checking wireless iface status....\"\n\nif iwconfig wlan0 | grep Quality\nthen \necho \"Wi/Fi is b...
null
null
null
null
null