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
2053
1
2055
2010-08-12T16:19:57.170
15
1910
<p>I've just bought a game (Machinarium) which does not come with a deb file neither is it a ./configure, make etc type of application. I can just run it. Where is the best place to put it so i can create a launcher and keep it out of my home directory? </p> <p>i.e. I'm basically asking where are applications are installed and should i put this game there.</p> <p>Thanks!</p>
633
null
null
2011-04-26T18:44:55.593
'Installing' Applications, where to put folders?
[ "filesystem" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T09:31:10.707", "id": "2042", "postId": "2053", "score": "0", "text": "I've left it in home as i've had trouble putting it in opt, the flash files weren't read so I've left it in home at the moment which works with a custom launcher located here \"http://ubuntu.stack...
{ "accepted": true, "body": "<p>Usually you would select <code>/opt</code> or <code>/usr/local</code> as installation path.</p>\n\n<p>You need to use <code>sudo</code> if you want to copy anything into those directories.</p>\n", "commentCount": "9", "comments": [ { "creationDate": "2010-08-12T16:47:46.550", "id": "1948", "postId": "2055", "score": "0", "text": "Hmmm i seem to be having trouble copying. In the command line i type \n\"cp -r /home/will/Machinarium /opt\"\nand i get this error:\ncp: cannot overwrite non-directory `/opt/Machinarium' with directory `/home/will/Machinarium'", "userDisplayName": null, "userId": "633" }, { "creationDate": "2010-08-12T17:02:31.193", "id": "1950", "postId": "2055", "score": "0", "text": "You would declare the installation path to `./configure`", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-12T17:03:52.767", "id": "1951", "postId": "2055", "score": "0", "text": "I would go with `/opt`", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-12T17:19:50.353", "id": "1955", "postId": "2055", "score": "0", "text": "@txwikinger. This is a windows-like setup for a closed source game. So no ./configure for him.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-08-12T17:37:20.480", "id": "1961", "postId": "2055", "score": "0", "text": "What kind of games is that? Running under wine?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-12T17:49:37.667", "id": "1964", "postId": "2055", "score": "0", "text": "No its a flash game, native to linux, the executable is basically just a click and run type thing, it needs to read some folders with .swf files in the same directory", "userDisplayName": null, "userId": "633" }, { "creationDate": "2010-08-12T19:14:40.220", "id": "1976", "postId": "2055", "score": "1", "text": "I almost exclusively recommend `/opt` - that's pretty much what `/opt` is there for.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-12T19:24:50.553", "id": "1981", "postId": "2055", "score": "4", "text": "According to the File Hierarchy Standard (FHS) both are possible. `/opt` was always the option in System V based Unix systems to install [additional software](http://www.pathname.com/fhs/pub/fhs-2.3.html#OPTADDONAPPLICATIONSOFTWAREPACKAGES). However, system administrators often use /usr/local/ instead since it parallels the /usr directory but protects the content of being [overwritten by updates](http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLOCALLOCALHIERARCHY). So both places are really the same, the redundancy exists because of historical reasons.", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-12T23:34:24.823", "id": "2008", "postId": "2055", "score": "0", "text": "I use `/usr/local/` for more \"unixy\" applications (those that are split in the usual subdirs `bin/`, `lib/`, etc.), and use `/opt/` for more exotic stuff, e.g. Eclipse.", "userDisplayName": null, "userId": "472" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-12T16:23:17.263", "id": "2055", "lastActivityDate": "2011-04-26T18:44:55.593", "lastEditDate": "2011-04-26T18:44:55.593", "lastEditorDisplayName": null, "lastEditorUserId": "41", "ownerDisplayName": null, "ownerUserId": "4", "parentId": "2053", "postTypeId": "2", "score": "17" }
[ { "accepted": true, "body": "<p>Usually you would select <code>/opt</code> or <code>/usr/local</code> as installation path.</p>\n\n<p>You need to use <code>sudo</code> if you want to copy anything into those directories.</p>\n", "commentCount": "9", "comments": [ { "creationDate": "201...
null
null
2015-08-23T14:02:34.527
null
null
2054
1
null
2010-08-12T16:22:28.887
2
7462
<p>I'm running a fully updated Ubuntu 9.04 "Jaunty" i686 server. I have an single XFS volume in an LVM group called <code>/dev/mapper/vg0-bigthree</code>.</p> <p>If I boot to single user mode and ensure that the volume is unmounted, I still get the following every time I try to run xfs_check:</p> <pre><code>$ sudo xfs_check /dev/mapper/vg0-bigthree xfs_check: /dev/mapper/vg0-bigthree contains a mounted and writable filesystem fatal error -- couldn't initialize XFS library </code></pre> <p>Just to be thorough, I started by trying to run</p> <pre><code>$ sudo fsck.xfs /dev/mapper/vg0-bigthree If you wish to check the consistency of an XFS filesystem or repair a damaged filesystem, see xfs_check(8) and xfs_repair(8). </code></pre> <p>before turning to xfs_check.</p>
1143
4
2010-08-12T16:27:49.457
2011-11-27T02:52:58.843
Why won't xfs_check run?
[ "lvm" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Make sure the filesystem isn't listed in /etc/mtab or /proc/mounts as mounted. (I'm not certain which xfs_check looks for). I've seen this occur in cases where a device wasn't cleanly unmounted.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": ...
null
null
2013-03-14T17:04:21.390
null
null
2057
1
2068
2010-08-12T16:45:00.203
6
741
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/116/how-do-i-get-and-install-more-themes-icons-and-pointers">How do I get and install more themes, icons, and pointers?</a> </p> </blockquote> <p>I often find myself seeing new icons but I am unable to install them. </p> <p>How do you install icons on Ubuntu? Can someone break down the process for me?</p>
333
-1
2017-04-13T12:23:56.577
2012-02-08T16:21:42.350
How can I install different icons?
[ "icons", "themes", "appearance" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-12T16:48:18.813", "id": "1949", "postId": "2057", "score": "0", "text": "Icons for what? Do you mean icons used in themes? Or application icons? Which flavor of desktop?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-12T18:58:34....
{ "accepted": true, "body": "<p>Drag and drop the theme package in the Appearance Preferences window<br>\n (<code>System-&gt;Preferences-&gt;Appearance</code>) <strong>Theme</strong> tab.\n<img src=\"https://i.stack.imgur.com/7WwJn.png\" alt=\"alt text\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/tPldC.png\" alt=\"alt text\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-08-04T06:43:46.217", "id": "62924", "postId": "2068", "score": "0", "text": "+1 Nice answer. I had look trough other threads here and finally found this one. It was helpful for me", "userDisplayName": null, "userId": "20809" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-12T17:22:59.287", "id": "2068", "lastActivityDate": "2010-08-12T17:22:59.287", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "2057", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>To add a new icon theme, copy them into the hidden directory (control+h in nautilus to show hidden files) <code>.icons</code> in your home directory.</p>\n\n<p>You should then be able to select them from Appearance Preferences.</p>\n\n<p>If you don't have a <code>~/.icons</co...
null
null
2012-10-03T18:51:19.253
null
null
2058
1
2059
2010-08-12T16:50:48.980
0
530
<p>I'm trying to make a launcher for Mechinarium, Its a flash game with a launcher that runs flash files in separate folders in its directory as far as im aware. I've tried to make a launcher which points towards this executable which runs fine when i click on it. When i try and run it from the launcher the player comes up (black screen) and i can right click and get the flash options however the game does not load.</p> <p>Any ideas? Thanks.</p> <p>EDIT - ANSWER: <a href="http://machinarium.net/forum/index.php/topic,467.0.html" rel="nofollow">http://machinarium.net/forum/index.php/topic,467.0.html</a></p>
633
67335
2014-08-05T05:01:21.020
2014-08-05T05:01:21.020
Creating a launcher (for Mechinarium)
[ "games", "flash" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I've had a few issues like this with various things. I find the best way to fix these is to write a little shell script and stick it in <code>~/bin</code>.</p>\n\n<p>Here's what I did for Nexuiz (which had some path issues):</p>\n\n<pre><code>#!/bin/bash\ncd ~/Nexuiz\n./nexuiz-linux-x86_64-sdl\n</code></pre>\n\n<p>You obviously don't want that path or that executable but basically <code>cd</code> to the right place and <em>then</em> run it. </p>\n\n<p>Don't forget to <code>chmod +x</code> the script. And then just have your launcher call the script.</p>\n\n<p>Your script should look like this:</p>\n\n<pre><code>#!/bin/bash\ncd /home/will/Machinarium\n./Machinarium\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-12T17:47:01.353", "id": "1963", "postId": "2059", "score": "0", "text": "Sorry, I'm a little confused.\nThe executable is located under /home/will/Machinarium\nso would my script look like this?\nhttp://pastebin.com/mKKv7nm7\nThat doesn't run even after running chmod +x on it\nAny ideas?\nThanks!", "userDisplayName": null, "userId": "633" }, { "creationDate": "2010-08-12T18:02:56.783", "id": "1965", "postId": "2059", "score": "0", "text": "@rocker9455 See my edited post.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-08-12T18:52:01.317", "id": "1969", "postId": "2059", "score": "0", "text": "Ah, Well the link to the forum post ended up not working, yours did work however! Thanks a lot, this is great", "userDisplayName": null, "userId": "633" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-12T16:55:05.340", "id": "2059", "lastActivityDate": "2010-08-12T18:02:48.250", "lastEditDate": "2010-08-12T18:02:48.250", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2058", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>I've had a few issues like this with various things. I find the best way to fix these is to write a little shell script and stick it in <code>~/bin</code>.</p>\n\n<p>Here's what I did for Nexuiz (which had some path issues):</p>\n\n<pre><code>#!/bin/bash\ncd ~/Nexuiz\n./nexui...
null
null
null
null
null
2064
1
null
2010-08-12T17:12:33.813
19
8059
<p>I know I've seen this documented somewhere before, but what's the option to keep update-manager from prompting for updates except for LTS-to-LTS releases?</p>
1147
null
null
2014-03-16T16:36:28.910
How to only perform LTS upgrades?
[ "update-manager", "lts" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>If you go to Ubuntu &gt; System &gt; Administration &gt; Update Manager, you'll see a Settings... button at the bottom left of the dialog. In the dialog, switch to the Updates tab and uncheck the updates checkboxes and set Release Upgrade to \"Long Term Support Releases Only\...
null
0
null
null
null
2070
1
2117
2010-08-12T18:04:06.733
2
803
<p>I am trying to present a full screen slideshow using OOo Impress, but the top panel stays on top of the slideshow. I went to <code>Slideshow-&gt;Slideshow Settings...</code> and made sure <code>Always on top</code> was checked.</p> <p>How can I fix this?</p>
5
null
null
2010-10-11T02:38:13.070
How to force panel not to be on top?
[ "openoffice.org", "libreoffice", "gnome-panel" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-12T18:59:58.353", "id": "1974", "postId": "2070", "score": "0", "text": "Have you tried selecting the window `Right Click > Always On Top`?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-12T19:17:58.840", "id": "1977", "...
{ "accepted": true, "body": "<p>Unfortunately this is a bug in Ubuntu and there is no fix available yet.</p>\n\n<p>The bug is tracked <a href=\"https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/525807\" rel=\"nofollow\">here</a> but unfortunately most of the workarounds didn't work for me. Feel free to try them on your system:</p>\n\n<blockquote>\n <p>As funnylife_ma mentioned, you could\n either disable compiz (not ideal) or\n you could just disable the Place\n Windows plugin. Simply trying to\n untick Place Windows didn't work as\n after a few seconds it would be\n re-enabled (I assume another plugin\n required it). To do this I had to go\n into CCSM > Preferences > Plugin List,\n un-tick Automatic Plugin Sorting (and\n acknowledge the warning saying I know\n what I'm doing) then disable Place.\n Not ideal but a lot better than\n auto-hide panels or no compiz.</p>\n</blockquote>\n\n<p>--or--</p>\n\n<blockquote>\n <p>Go to System - Preferences - Conmpiz\n Config Settings Manager</p>\n \n <p>In this screen click on utilities on\n the left, click on workarounds on the\n right. Put a checkmark for the enable\n legacy full screen support</p>\n</blockquote>\n\n<p>--or--</p>\n\n<p>Install OOo from openoffice.org like <a href=\"http://user.services.openoffice.org/en/forum/viewtopic.php?f=16&amp;t=68\" rel=\"nofollow\">this</a></p>\n\n<p>The workaround that works is to disable Compiz by setting Visual Efects to None in System → Preferences → Appearance.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T01:34:33.767", "id": "2117", "lastActivityDate": "2010-08-13T02:37:42.367", "lastEditDate": "2010-08-13T02:37:42.367", "lastEditorDisplayName": null, "lastEditorUserId": "289", "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2070", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>There are two things you can do:</p>\n\n<ol>\n<li><p><code>F11</code> that puppy before you full screen. I hopefully that will help with the panel.</p></li>\n<li><p>If not I believe <a href=\"http://ubuntuforums.org/showthread.php?t=1313657\" rel=\"nofollow\">this thread</a> ...
null
null
null
null
null
2071
1
4973
2010-08-12T18:12:21.070
2
1811
<p>I am running UNR (but using the regular gnome launcher) and have DropBox installed. Since I use my laptop on the train, there is no network connectivity. However once I reconnect to a network, dropbox seems to be completely unresponsive to the fact that there is a network connection and has to be restarted (which means lots of hard drive scanning, battery usage, slowdowns, etc). Is there a way to get dropbox to reconnect automatically, or gota wait for a patch?</p> <p><strong>Edit</strong>:</p> <p>Nothing special about my network configuration, pretty much out-of-the-box. Note that most of the time I connect to wifi not cable. But the problem does not change in either case.</p> <p>And I forgot to mention, I usually put my computer to sleep/hibernate in between leaving home and using it on the train so it "loses" or "gains" connection on waking up.</p> <p><strong>More Edit</strong>:</p> <p>I just had the problem happening again. Basically it has a network cable plugged in. Goes to sleep. On wakeup (cable still plugged in) dropbox is stuck at "connecting".</p>
1151
1151
2010-08-13T19:26:22.170
2011-04-06T00:04:34.923
Dropbox reconnect on network connection established
[ "10.04", "networking" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-12T18:56:21.323", "id": "1971", "postId": "2071", "score": "1", "text": "I run Dropbox on my Ubuntu/Gnome Desktop (10.04), and I've had quite a few local LAN outages lately. Dropbox has recovered on it's own every time. Perhaps this isn't a dropbox-specific problem?", ...
{ "accepted": true, "body": "<p>Due to lack of response I am going to assume that this is a problem with Dropbox itself and not Ubuntu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-30T15:39:21.100", "id": "4973", "lastActivityDate": "2010-09-30T15:39:21.100", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1151", "parentId": "2071", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Does it still happen if you just disconnect your network cable then reconnect without suspending? If not, you may have a timing problem like the dropbox process already being suspended when the network goes down. You could try putting a script into <code>/etc/pm/sleep.d</co...
null
null
null
null
null
2073
1
2074
2010-08-12T18:25:22.183
10
6312
<p>I have to say, firefox on ubuntu's performance is attrocious. Very quickly it gets into 100% cpu use (thank god I have multiple cores) and hundreds of megs of ram. Even closing tabs does not help the issue (unless google.com uses supreme amounts of javascript).</p> <p>On the same machine chromium browser runs lightning smooth. I tried swiftfox, nothing useful there. Is this a common problem? Only recent (past 3.6) versions have even been able to scroll rather smoothly vs choppy performance when using the scroll bar on pages. The performance is getting close to running firefox on a windows xp virtual box vm.</p> <p>Edit:</p> <p><strong>OS</strong>:</p> <p>Kubuntu 9.10. Installed Gnome packages for Ubuntu and use those. Upgraded to 10.04.</p> <p>64bit</p> <p>Nvidia Proprietary Video Drivers using the Restricted Driver tool.</p> <p><strong>Hardware</strong>:</p> <p>Core 2 Quad</p> <p>4gb DDR2 667 ram</p> <p>7200rpm hdd</p> <p>Nvidia GeForce 8800</p> <p>Also note for everyone responding:</p> <p>The default settings work damn well in windows on the same machine. The performance in Linux is what sucks.</p>
1151
1151
2010-08-13T14:59:10.560
2016-05-24T18:02:17.270
Firefox Slow Performance
[ "performance", "firefox", "browser" ]
4
5
CC BY-SA 2.5
[ { "creationDate": "2010-08-12T18:41:46.797", "id": "1968", "postId": "2073", "score": "6", "text": "Please rephrase as a question. Do you want to know why it is slow? How to fix it? What alternatives there are (you seem to know this already)?", "userDisplayName": null, "userId": "667" ...
{ "accepted": true, "body": "<p>I can't replicate the issues you're detailing - this seems very odd to me (and I'm speaking on the level of testing on multiple machines. This likely may be something particular with your setup.</p>\n\n<p>Here are a few things that can contribute to poorer performance on a machine:</p>\n\n<ul>\n<li><strong>Clean Install v Multiple Upgrades</strong>: I had a similar issue on a workstation that had been upgraded through the years from 5.10 to 9.04 the desktop would randomly restart at odd intervals with no warning - and no log entries. I ended up doing a clean install and the issue went away. Not the best scenario where Troubleshooting triumphed but an example of how older configurations can cause weird issues.</li>\n<li><strong>Hardware</strong>: Far less likely - but it may just be an issue with that Firefox release and your setup (drivers, configuration, etc) might be conflicting - which would explain why Swiftfox (a Firefox derivative aimed at increasing performance of the Mozilla tool for Linux) is also responding poorly.</li>\n</ul>\n\n<p>I would search for people exhibiting similar issues with Firefox on setups similar to yours ( You didn't provide anything so I can't really help you further ) but it may be a configuration, compilation issue.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-12T19:19:40.817", "id": "1980", "postId": "2074", "score": "0", "text": "I've already done a \"clean\" install of firefox. Did a complete removal using apt, even downloaded a few versions as tarballs, they all perform very sluggish for running on a core 2 quad 4 gigs ram, and a 64bit os. As for the OS, I've had these problems with firefox even after a fresh install of ubuntu.", "userDisplayName": null, "userId": "1151" }, { "creationDate": "2010-08-13T03:36:13.593", "id": "2026", "postId": "2074", "score": "0", "text": "Did you remove the \"~/.mozilla/firefox\" folder? I suspect extensions are at fault.", "userDisplayName": null, "userId": "289" }, { "creationDate": "2010-08-13T16:30:36.707", "id": "2089", "postId": "2074", "score": "0", "text": "FF is quite fast even in my netbook (Atom + 2 Gb). You need to give us more information about your setup. Is it as slow when you are running it from a live session?.", "userDisplayName": null, "userId": "211" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-12T18:59:02.503", "id": "2074", "lastActivityDate": "2010-08-12T18:59:02.503", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "41", "parentId": "2073", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>I can't replicate the issues you're detailing - this seems very odd to me (and I'm speaking on the level of testing on multiple machines. This likely may be something particular with your setup.</p>\n\n<p>Here are a few things that can contribute to poorer performance on a ma...
null
null
null
null
null
2075
1
2078
2010-08-12T19:12:51.333
122
133724
<p>I've been managing server installations both on and off Ubuntu flavor for some time - I've become quite adjusted to <code>/etc/init.d/</code> for restarting servcies. Now I get this message:</p> <pre><code>root@tatooine:~# /etc/init.d/mysql status Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service mysql status Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the status(8) utility, e.g. status mysql mysql start/running, process 14048 </code></pre> <p>This seems to have been brought about in the latest LTS of Ubuntu - why? What's so bad about <code>/etc/init.d/</code> and what/is there a difference between <code>service</code> and <code>/etc/init.d/</code>?</p>
41
235
2012-01-17T19:51:37.987
2016-11-03T18:54:03.333
What's the difference between "Service" and "/etc/init.d/"?
[ "upstart", "services" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-06-08T15:55:34.270", "id": "52707", "postId": "2075", "score": "3", "text": "The [Upstart Cookbook](http://upstart.ubuntu.com/cookbook/#design-history) contains a good explanation of the rational for switching.", "userDisplayName": null, "userId": "1859" } ]
{ "accepted": true, "body": "<p><code>/etc/init.d</code> scripts are the old way of doing things. They come from the System V standard. However, those scripts are fired only in a particular sequence, so no real dependencies can be established.</p>\n\n<p>Therefore, upstart has been developed with the intent to substitute all the <code>/etc/init.d</code> scripts with upstart scripts (in <code>/etc/init</code>). </p>\n\n<p><code>service</code> allows the smooth transition from <code>/etc/init.d</code> scripts to upstart scripts. In the future, when more and more scripts are transferred to upstart, service will still work because it finds both possibilities. </p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/19320/whats-the-recommended-way-to-enable-disable-services\">How to enable or disable services?</a></li>\n</ul>\n", "commentCount": "2", "comments": [ { "creationDate": "2014-03-02T15:11:22.500", "id": "555676", "postId": "2078", "score": "6", "text": "Upstart is going to be phased out now, right?", "userDisplayName": null, "userId": "34396" }, { "creationDate": "2014-04-06T14:05:30.120", "id": "581309", "postId": "2078", "score": "7", "text": "systemd will replace upstart once plans are in place - 14.04 LTS will use upstart. This was announced by [Mark Shuttleworth](http://en.wikipedia.org/wiki/Mark_Shuttleworth), in a post titled [Losing graciously](http://www.markshuttleworth.com/archives/1316)", "userDisplayName": null, "userId": "136803" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-12T19:33:49.067", "id": "2078", "lastActivityDate": "2016-11-03T18:54:03.333", "lastEditDate": "2017-04-13T12:24:59.290", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "4", "parentId": "2075", "postTypeId": "2", "score": "115" }
[ { "accepted": true, "body": "<p><code>/etc/init.d</code> scripts are the old way of doing things. They come from the System V standard. However, those scripts are fired only in a particular sequence, so no real dependencies can be established.</p>\n\n<p>Therefore, upstart has been developed with the intent ...
null
null
null
null
null
2076
1
3054
2010-08-12T19:15:56.817
5
202
<p>I have a couple of VMs running on images instead of lvms. I am not concerned about downtime but just about convenience of the process.</p>
4
527764
2020-08-11T08:30:58.470
2020-08-11T08:30:58.470
What is the best way to convert or copy an VM image into an lvm?
[ "lvm", "conversion" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-20T07:59:14.090", "id": "2687", "postId": "2076", "score": "0", "text": "Do you want to keep snapshots or such? Because otherwise you can use the same tools you would use to copy any other image or its contents (= backup & restore)...", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>There is a short discussion at <a href=\"https://serverfault.com/questions/33858/is-it-possible-to-convert-a-vmware-vmdk-image-file-to-phyaical-hardisk-drive\">serverfault</a>, hope it helps :-)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-24T21:18:22.867", "id": "3054", "lastActivityDate": "2012-08-14T08:31:05.333", "lastEditDate": "2017-04-13T12:14:52.813", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "84", "parentId": "2076", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>There is a short discussion at <a href=\"https://serverfault.com/questions/33858/is-it-possible-to-convert-a-vmware-vmdk-image-file-to-phyaical-hardisk-drive\">serverfault</a>, hope it helps :-)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": nu...
null
null
null
null
null
2081
1
null
2010-08-12T20:25:46.743
1
840
<p>I recently upgraded to 10.04. Before the upgrade, I was using multiple windows, and I was able to drag applications across the windows. But, now the windows are locked. Further, the icon of the maximized window is not showing. Just a generic window icon.</p>
1087
15811
2011-08-14T08:24:17.363
2011-08-14T08:24:17.363
Unable to switch between windows
[ "10.04", "workspaces", "drag-and-drop" ]
4
3
CC BY-SA 2.5
[ { "creationDate": "2010-08-12T20:27:06.100", "id": "1993", "postId": "2081", "score": "0", "text": "do you mean monitors?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-12T20:36:48.353", "id": "1995", "postId": "2081", "score": "0", "text...
null
[ { "accepted": null, "body": "<p>If you meant monitors. </p>\n\n<p>System > Preferences > Monitors</p>\n\n<p>Make sure they are on and same Image on monitors is checked off. </p>\n\n<p>If you meant workspace you can move any application by right clicking on the task bar and assigning it to the desired worksp...
null
null
2013-03-14T17:04:26.320
null
null
2093
1
2096
2010-08-12T21:33:31.230
42
117710
<p>After installing Ubuntu server how do I install the desktop environment? </p>
1046
186134
2014-08-03T16:24:06.227
2020-10-26T02:32:24.873
How to install GUI desktop on a server?
[ "system-installation", "package-management" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Depending on which desktop you wish to install, you install the the meta-package that installs all the necessary packages. You can use <code>apt-get</code> or <code>aptitude</code> to do this.</p>\n\n<pre><code>sudo apt-get install ubuntu-desktop\n</code></pre>\n\n<p>installs the Unity desktop</p>\n\n<pre><code>sudo aptitude install kubuntu-desktop\n</code></pre>\n\n<p>would install the KDE desktop</p>\n\n<p>Other desktop meta-packages are <code>xubuntu-desktop</code>, <code>ubuntu-gnome-desktop</code>, <code>lubuntu-desktop</code>, and <code>edubuntu-desktop</code> .</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-13T03:30:31.330", "id": "2023", "postId": "2096", "score": "3", "text": "For onlookers, here's additional info I found useful that's on the same wavelength as the answer - http://www.ubuntugeek.com/install-gui-in-ubuntu-server.html", "userDisplayName": null, "userId": "1046" }, { "creationDate": "2024-01-05T16:47:33.300", "id": "2626303", "postId": "2096", "score": "0", "text": "typically you want the answer below that doesn't install recommended packages", "userDisplayName": null, "userId": "1092565" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-12T21:43:27.990", "id": "2096", "lastActivityDate": "2015-04-19T19:16:40.880", "lastEditDate": "2015-04-19T19:16:40.880", "lastEditorDisplayName": null, "lastEditorUserId": "158442", "ownerDisplayName": null, "ownerUserId": "4", "parentId": "2093", "postTypeId": "2", "score": "47" }
[ { "accepted": null, "body": "<pre><code>sudo apt-get install ubuntu-desktop\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-12T21:35:11.293", "id": "2094", "lastActivityDate": "2010-08-...
null
null
null
null
null
2099
1
2101
2010-08-12T22:16:06.973
85
120104
<p>With previous versions of Ubuntu (using Ext3 filesystem) I used to tune it for better performance with noticeable results by setting the <code>noatime</code> parameter in <code>/etc/fstab</code>.</p> <p>Is it still worth it to do that with the Ext4 filesystem, which is now default in Ubuntu? If so, does the procedure changed in some way?</p> <p>An example of this tuning can be found <a href="http://blog.loxal.net/2008/01/tuning-ext3-for-performance-without.html">here.</a> </p>
431
431
2010-08-12T22:36:07.437
2013-03-02T17:22:32.083
Is it worth to tune Ext4 with noatime?
[ "filesystem", "performance", "ext4" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>On Ubuntu 10.04, <code>relatime</code> is part of the default mount options, unless overridden in <code>/etc/fstab</code>. The previous few releases had <code>relatime</code> explicitly in <code>/etc/fstab</code>. <code>relatime</code> gives the same speed (and flash write cycle conservation) benefits as <code>noatime</code>, without causing trouble to old-fashioned mail notifiers.</p>\n<p>The article you cite recommends <code>data=writeback</code>. Ubuntu defaults to <code>data=ordered</code>. Ubuntu's setting is slower in case of heavy disk load, but carries significantly less risk of data loss in case of a crash or power failure. So I would not recommend changing from the Ubuntu default.</p>\n<p>Changing <code>commit=5</code> to <code>commit=100</code> increases the time window during which data will be lost in case of a crash, for little benefit in most circumstances.</p>\n<p>Summary: leave the settings as they are, they were chosen for a reason.</p>\n<hr />\n<p><strong>ADDED:</strong> There are other things beyond mount options than can make a difference. Switching from <code>ext3</code> to <code>ext4</code> is itself often a visible improvement. Here are a few more tips for laptop users.</p>\n<ul>\n<li><p>If you have a slow SSD, check out <a href=\"https://superuser.com/questions/173283/which-linux-distro-to-run-on-a-slow-ssd\">this thread at SU</a>. The important tips are to use <code>tmpfs</code> for <code>/tmp</code> and for the browser cache (and perhaps history).</p>\n</li>\n<li><p>If you have a hard disk and you want it to stop spinning for extended lengths of time, then install <a href=\"http://sourceforge.net/projects/noflushd/\" rel=\"noreferrer\">noflushd</a>, which allows the disk to spin down by delaying all writes until the RAM is full. (Of course, reads can cause the disk to spin up; you'll want to get into the habit of running <code>cat /files/I/m/likely/to/need &gt;/dev/null</code> before the disk spins down.) In order for noflushd to be effective, turn off all swap and mount your filesystems with something like <code>commit=3600</code>.</p>\n<p>Using noflushd effectively means that your data can remain unwritten to disk for an extended length of time. This is a risk, to be weighed against the benefit of not having any noise or heat coming from the disk for a while. Don't use noflushd if you're not comfortable with that risk.</p>\n</li>\n</ul>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-13T12:58:59.110", "id": "2056", "postId": "2101", "score": "0", "text": "I understand the danger of tweaking like this, some of the step on that tutorial I don't agree with, like the `comit=100` as you mentioned too. But I'm willing to take some moderated risks to increase performance, since I use a laptop and (almost) regularly backups.", "userDisplayName": null, "userId": "431" }, { "creationDate": "2010-08-13T13:32:11.627", "id": "2062", "postId": "2101", "score": "2", "text": "@Decio: `noatime` vs `atime` can make a visible difference, but I'd be surprised that `noatime` vs `relatime` would. I've added a few laptop-specific tips to my answer; I've personally observed visible improvements from these tips. Noflushd carries a risk that I was willing to take when I used it.", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2010-08-13T14:55:52.923", "id": "2079", "postId": "2101", "score": "0", "text": "Yeah, I was just googling about the differences between noatime and relatime, and you are right. relatime (which is now default in ubuntu) is a good compromise between atime and noatime.", "userDisplayName": null, "userId": "431" }, { "creationDate": "2017-11-03T07:02:01.317", "id": "1558361", "postId": "2101", "score": "1", "text": "I've read about `data=writeback` — it simply writes file data and metadata in random order *(as opposed to `ordered` which always writes metadata after the data)*. This means upon power outage you can find your file α bytes long, where 0 bytes been actually written. Well… But this is absolutely natural! I've been always thinking that filesystem first increases file size, and then writes the data. Finding that it can be in the reverse order requires transforming this pattern to add caching in RAM. I am not convinced why not to use `writeback` if it can help on improving latency.", "userDisplayName": null, "userId": "266507" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-12T22:38:23.957", "id": "2101", "lastActivityDate": "2010-08-13T13:29:48.760", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "2099", "postTypeId": "2", "score": "73" }
[ { "accepted": true, "body": "<p>On Ubuntu 10.04, <code>relatime</code> is part of the default mount options, unless overridden in <code>/etc/fstab</code>. The previous few releases had <code>relatime</code> explicitly in <code>/etc/fstab</code>. <code>relatime</code> gives the same speed (and flash write cy...
null
null
null
null
null
2103
1
2104
2010-08-12T23:12:39.350
0
6760
<p>I am having a dependency problem dpkg installing <a href="http://www.webmin.com/download.html" rel="nofollow">webmin</a> 1.510 (deb) package on Ubuntu 10.04.</p> <p>I do not know where to look to find info about what dependencies are needed.</p>
1046
186134
2015-08-17T12:01:03.117
2016-09-13T10:54:16.120
Installation:Troubleshooting webmin dependencies
[ "apt", "dpkg", "dependencies" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-20T08:17:34.017", "id": "2689", "postId": "2103", "score": "0", "text": "Please do remember that using Webmin on Ubuntu is not recommended or supported (and the webmin package was removed from the official Debian/Ubuntu repositories because of several quality issues wi...
{ "accepted": true, "body": "<p>The answer for dependencies is actually listed here: <a href=\"http://www.webmin.com/deb.html\" rel=\"nofollow\">http://www.webmin.com/deb.html</a></p>\n\n<blockquote>\n <p>If Debian complains about missing\n dependencies, you can install them\n with the command :</p>\n \n <p><code>apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl</code></p>\n \n <p>If you are <strong>installing on Ubuntu</strong> and\n the apt-get command reports that some\n of the packages cannot be found, edit\n /etc/apt/sources.list and make sure\n the lines ending with universe are not\n commented out.</p>\n</blockquote>\n\n<p>I followed the instructions and uncommented \"universe\" lines in /etc/apt/sources.list which were indeed commented out as the instructions suggested (the file contains more info if you read it). Note: Only two universe lines were commented out in my file but others were not. I made sure all universe lines were uncommented in the entire file and then saved it.</p>\n\n<p>After following the above instructions <strong>dpkg still failed to install webmin, with same message</strong>, then I used the following <em>apt-get force</em> command with no package name. It pushed everything through that didn't go through prior, including the webmin:</p>\n\n<pre><code>sudo apt-get -f install\n</code></pre>\n\n<p>Success! :)</p>\n\n<hr>\n\n<p>Note: I found this only minutes after posting the question.<br>\nTurns out I was looking for Ubuntu help on the web site menu, but needed to choose Debian help since I'm using the Debian installer.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-12T23:22:33.627", "id": "2007", "postId": "2104", "score": "0", "text": "I would delete the question. or edit it to be more generic so it is more helpful: Troubleshooting dependencies?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-12T23:40:20.850", "id": "2009", "postId": "2104", "score": "0", "text": "@gc: Added more info to the title, but the nature of the question *is* very generic. Others that stumble upon this same issue will find relevant info here considering the questions & answers combined. Deleting a question robs users from benefiting from it in the future!", "userDisplayName": null, "userId": "1046" }, { "creationDate": "2010-08-12T23:52:49.017", "id": "2011", "postId": "2104", "score": "0", "text": "I would leave the question, other users may find it useful. Just try to make everything as generic as possible so it benefits most users.", "userDisplayName": null, "userId": "289" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-12T23:17:44.680", "id": "2104", "lastActivityDate": "2010-08-12T23:54:28.080", "lastEditDate": "2010-08-12T23:54:28.080", "lastEditorDisplayName": null, "lastEditorUserId": "1046", "ownerDisplayName": null, "ownerUserId": "1046", "parentId": "2103", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>The answer for dependencies is actually listed here: <a href=\"http://www.webmin.com/deb.html\" rel=\"nofollow\">http://www.webmin.com/deb.html</a></p>\n\n<blockquote>\n <p>If Debian complains about missing\n dependencies, you can install them\n with the command :</p>\n \...
null
null
null
null
null
2109
1
2111
2010-08-13T00:22:45.837
1
1677
<p>I'm new to Ubuntu in general (using 10.04) and from the default Ubuntu desktop after a default Ubuntu desktop install, cannot find the file system explorer program in the top application menu. </p> <p><strong>UPDATE:</strong> I want to see the <strong>complete</strong> file system, not just My Documents, My Pics, etc.</p> <p>I know it's gotta' be there, but maybe I don't recognize the name (because I come from the Windows world) .. so I think this is going to be a race to first post :)</p>
1046
367165
2015-06-25T18:19:50.553
2015-06-25T18:19:50.553
Finding the file system explorer application in a default desktop install?
[ "filesystem" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Usually you would want to access the items in the Places menu located to the right of Applications in the top left corner of the screen. </p>\n\n<p>The \"Computer\" option will give you a view of the removable storage devices on your computer (CD drive, USB drives, etc.) as well as the file system. To get a view of the complete file system go to Places > Computer > File System. This should open a window titles \"/ - File Browser\" with the full contents of your main file system, which is generally the contents of your hard drive.</p>\n\n<p>For your personal documents and other user files, you can open the \"Home Folder\" bookmark (usually right at the top of the Places menu) or one of the other bookmarks in that first section.</p>\n\n<p>All of the icons in the first two sections of the Places menu will open the file system explorer in Ubuntu which is called Nautilus although the window will likely be titled \"File Browser\".</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-13T00:34:46.907", "id": "2014", "postId": "2111", "score": "1", "text": "Ah yes indeed... after I open any place from the \"Places\" menu, I see on the left side of the window a bookmarklet named \"File System\" and that gives me everything starting from the root of the system. Cool. Thanks!", "userDisplayName": null, "userId": "1046" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T00:29:35.277", "id": "2111", "lastActivityDate": "2010-08-13T00:35:13.847", "lastEditDate": "2010-08-13T00:35:13.847", "lastEditorDisplayName": null, "lastEditorUserId": "453", "ownerDisplayName": null, "ownerUserId": "453", "parentId": "2109", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Usually you would want to access the items in the Places menu located to the right of Applications in the top left corner of the screen. </p>\n\n<p>The \"Computer\" option will give you a view of the removable storage devices on your computer (CD drive, USB drives, etc.) as w...
null
null
null
null
null
2110
1
2113
2010-08-13T00:28:15.717
4
3303
<p>I've got Samba installed on Ubuntu 10.04 and am about to configure it using webmin, but I just realized I don't know the best place to create a file share on a Linux system. </p> <p>I want to use best practice as to not accidentally create a security risk or put a share in an unconventional place where an experienced Linux user would have a hard time finding it.</p> <p>Basically I want to transfer some general files (pics, docs, etc) back and forth between a Ubuntu file share (placement TBD) and a Windows machine. </p>
1046
1046
2010-08-13T00:42:16.733
2019-05-29T11:36:36.133
Where's the best place to share files from?
[ "filesystem", "windows", "sharing", "samba" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Often configurations are done that allow every user to have a <code>public</code> folder in their home directory. This way every user has control over their public files and no system files will ever be accessible there.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-13T00:40:50.793", "id": "2015", "postId": "2113", "score": "0", "text": "Ah yes, when I look in my home folder there's already a public folder. I can share that in the spirit of public items.", "userDisplayName": null, "userId": "1046" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T00:36:57.947", "id": "2113", "lastActivityDate": "2010-08-13T00:36:57.947", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4", "parentId": "2110", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Often configurations are done that allow every user to have a <code>public</code> folder in their home directory. This way every user has control over their public files and no system files will ever be accessible there.</p>\n", "commentCount": "1", "comments": [ ...
null
null
null
null
null
2115
1
2116
2010-08-13T01:17:51.793
33
19645
<p>I reformatted a hard drive to ext4, planning to use it as a backup drive. After mounting the freshly-formatted drive, I discovered a single empty directory inside it: lost+found. What's the purpose of this mysterious directory?</p>
108
4
2010-08-13T01:32:43.007
2011-08-28T20:34:05.987
What's lost+found and where did it come from?
[ "filesystem", "fsck" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>lost+found</code> is the directory in which <code>fsck</code> (filesystem check) will put files it restores from orphaned blocks. This can happen when something corrupts filesystem meta-blocks (also called i-nodes) in which the references of the blocks are stored which contain the data of a file.</p>\n\n<p>Look also at <a href=\"http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/lostfound.html\">http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/lostfound.html</a> <a href=\"http://ubuntuforums.org/archive/index.php/t-229143.html\">http://ubuntuforums.org/archive/index.php/t-229143.html</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-13T01:25:20.543", "id": "2116", "lastActivityDate": "2011-04-08T18:55:01.613", "lastEditDate": "2011-04-08T18:55:01.613", "lastEditorDisplayName": null, "lastEditorUserId": "8500", "ownerDisplayName": null, "ownerUserId": "4", "parentId": "2115", "postTypeId": "2", "score": "25" }
[ { "accepted": true, "body": "<p><code>lost+found</code> is the directory in which <code>fsck</code> (filesystem check) will put files it restores from orphaned blocks. This can happen when something corrupts filesystem meta-blocks (also called i-nodes) in which the references of the blocks are stored which ...
null
null
null
null
null
2118
1
null
2010-08-13T01:43:00.953
4
12550
<p>I've been given some RPM files on CD and want to install them in Ubuntu (10.04) Desktop using a GUI app. Is there a way for me to do this without resorting to the command line? </p> <p>I'd like to know what GUI app to use, and also <strong>how</strong> to install an RPM with it.</p>
1046
67335
2014-08-05T05:03:46.127
2014-08-05T05:03:46.127
How to install an RPM using a GUI tool in Ubuntu Desktop?
[ "software-installation", "package-management", "gui" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Ubuntu is Debian based and therefore uses<code>.deb</code> packages to install. If you want to install <code>.rpm</code> packages, you first should convert them into <code>.deb</code> packages with a conversion software such as <code>alien</code>. Then you can use <code>gdebi...
null
null
null
null
null
2126
1
6272
2010-08-13T03:00:06.323
9
3034
<p>When I plug in an external USB drive, it automatically mounts and it's accesible in /media/disk/</p> <p>However after a while, this is how my /media directory looks like:</p> <pre><code>cesar@minas-tirith:~$ ls /media/ 0BC7-569E 0BC7-569E_ disk disk_ disk__ disk___ </code></pre> <p>As you can see, the <code>disk</code> entry is repeated with additional <code>_</code> appended at the end. I don't know why this happens, but I can imagine that under some circumstances, the system can't mount the disk in <code>/media/disk/</code> and creates <code>disk_</code>, then it can't mount it in <code>/media/disk_</code> and creates <code>disk__</code> and so forth. The other entry <code>0BC7-569E</code> I think it's from a SD media card so it's not only for USB drives.</p> <p>I would like to know what is causing this? Is this expected behavior? or how can I prevent this from happening?</p>
45
null
null
2017-11-09T20:20:01.317
Why does the mount point keeps changing, and how can I prevent it?
[ "filesystem", "mount", "usb-drive" ]
4
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T03:08:13.603", "id": "2021", "postId": "2126", "score": "1", "text": "Open System → Administration → Log File Viewer and look through the logs for more debug info. Try to plug and unplug the USB drive and see what info you find in the logs. It might pinpoint the cau...
{ "accepted": true, "body": "<p>For a long-term fix, you could add the drive to /etc/fstab with a designated mountpoint. I recommend using the UUID to identify the drive.</p>\n\n<p>Bonus tip:</p>\n\n<p>If you want the icon to be displayed when the drive is mounted, set the mountpoint somewhere within /media/. If you don't, set the mountpoint somewhere else, such as /mnt/.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2017-11-09T20:23:50.300", "id": "1563408", "postId": "6272", "score": "0", "text": "New users may find it easier to use the Disk utility to set up an fstab entry, since most of the options are explained in the GUI.", "userDisplayName": null, "userId": "301745" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-12T03:20:10.890", "id": "6272", "lastActivityDate": "2017-11-09T20:20:01.317", "lastEditDate": "2017-11-09T20:20:01.317", "lastEditorDisplayName": null, "lastEditorUserId": "301745", "ownerDisplayName": null, "ownerUserId": "3301", "parentId": "2126", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>You can work around this, by unplugging the USB drive, and the going to a terminal (e.g. Application->Accessories->Terminal) and entering:</p>\n\n<pre><code>sudo rmdir /media/disk\nsudo rmdir /media/disk_\nsudo rmdir /media/disk__\nsudo rmdir /media/disk___\netc\n</code></pre...
null
null
null
null
null
2127
1
2128
2010-08-13T03:16:36.017
1
314
<p>I'd like to change the web browser shown on the application launcher, from Firefox to Chrome. </p> <p>This setting obviously differs from the default web browser known to the system because I already set Chrome as the default and it launches links instead of Firefox.</p>
1046
527764
2017-03-28T07:53:13.850
2017-03-28T07:53:33.133
Change web browser shown in the Ubuntu Desktop application launcher?
[ "browser", "default-programs" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Locate Chrome In <strong>Applications → Internet</strong>, right click on it and select <strong>Add launcher to panel</strong>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-13T03:25:06.523", "id": "2022", "postId": "2128", "score": "1", "text": "Great! Likewise I was able to remove Firefox by right-clicking it on the launcher bar and choosing 'Remove'. Now if only the browser manufactures would code in awareness for the Ubuntu launcher bar/desktop environ to apply the default browser to the launcher automatically, then life would be good.", "userDisplayName": null, "userId": "1046" }, { "creationDate": "2010-08-13T03:37:24.797", "id": "2027", "postId": "2128", "score": "0", "text": "And here I've been dragging it to the panel all this time... Which works, just not as elegantly a this.", "userDisplayName": null, "userId": "316" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-13T03:20:12.557", "id": "2128", "lastActivityDate": "2017-03-28T07:53:33.133", "lastEditDate": "2017-03-28T07:53:33.133", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2127", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Locate Chrome In <strong>Applications → Internet</strong>, right click on it and select <strong>Add launcher to panel</strong>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-13T03:25:06.523", "id": "2022", "postId"...
null
null
null
null
null
2130
1
2133
2010-08-13T04:01:15.947
11
935
<p>Not Ubuntu,I heard it on Planet Ubuntu but google doesn't tell me anything.</p> <p>It is something related to Debian.</p>
305
4
2010-08-13T13:32:24.277
2010-08-13T13:35:07.843
What is Utnubu?
[ "debian" ]
3
6
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T14:57:21.203", "id": "2080", "postId": "2130", "score": "0", "text": "@garbagecollector yes, apparently.", "userDisplayName": null, "userId": "252" }, { "creationDate": "2010-08-13T14:58:20.390", "id": "2081", "postId": "2130", "score": "...
{ "accepted": true, "body": "<p>Do you mean <a href=\"http://wiki.debian.org/Utnubu\">this</a>?</p>\n\n<blockquote>\n <p>One of Ubuntu's activities is frequently redistributing packages originally from Debian to Ubuntu's users. Well, Utnubu is about the reverse, copying packages from Ubuntu to Debian.</p>\n</blockquote>\n\n<p>I've never heard of this before. I assume it's real. =)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T04:13:33.127", "id": "2133", "lastActivityDate": "2010-08-13T04:13:33.127", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "252", "parentId": "2130", "postTypeId": "2", "score": "15" }
[ { "accepted": null, "body": "<p>It's the effort to work together with Debian. Check out the #debian-ubuntu channel on OFTC</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T04:10:32.130", "id": "213...
null
null
null
null
null
2134
1
2136
2010-08-13T04:17:10.923
2
2896
<p>Anything including games and obscure software</p>
305
9781
2011-10-10T18:15:55.193
2011-10-10T18:15:55.193
What are some commercial apps for Ubuntu?
[ "paid-applications", "commercial" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-14T18:03:08.797", "id": "2208", "postId": "2134", "score": "3", "text": "What's the purpose of this question? Are you looking for examples on how to sell commercial software for Ubuntu?", "userDisplayName": null, "userId": "108" } ]
{ "accepted": true, "body": "<p>Now, I'm assuming that by \"commercial\" you mean \"for-pay\" with no implications regarding Free/Non-Free.</p>\n\n<p>The <a href=\"http://shop.canonical.com/index.php?cPath=19\" rel=\"nofollow\">Canonical Store</a> sells Parallels and PowerDVD. There are Linux versions of Quake and Doom as well. </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-13T18:08:04.553", "id": "2108", "postId": "2136", "score": "0", "text": "+1 for canonical store. I didn't know about that.", "userDisplayName": null, "userId": "431" }, { "creationDate": "2011-01-25T11:54:19.767", "id": "25038", "postId": "2136", "score": "0", "text": "Linux versions of Doom were never released commercially. The source code was released after the end-of-life of the commercial product. In Doom's case, the source was ported to Linux prior to release, and was then released for free.", "userDisplayName": null, "userId": "2327" } ], "communityOwnedDate": "2010-08-13T04:22:46.537", "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T04:22:46.537", "id": "2136", "lastActivityDate": "2010-08-13T04:22:46.537", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "2134", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Now, I'm assuming that by \"commercial\" you mean \"for-pay\" with no implications regarding Free/Non-Free.</p>\n\n<p>The <a href=\"http://shop.canonical.com/index.php?cPath=19\" rel=\"nofollow\">Canonical Store</a> sells Parallels and PowerDVD. There are Linux versions of Q...
2010-08-13T04:17:10.923
null
null
null
null
2140
1
2143
2010-08-13T05:34:22.553
20
15564
<p>Is there a way to turn gvim into fullscreen mode? I know that this is possible on OS X through MacVim, but wasn't able to find a way to do it on Ubuntu.</p>
234
null
null
2022-09-02T21:12:00.460
Is there a way to turn gvim into fullscreen mode?
[ "gnome", "vim" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>With gnome you can set a shortucut to the \"fullscreen\" action. Use gnome-keybinding-properties, select Window Managaer and choose Change to Fullscreen, then select a shorcut (F11 for example). This shortcut will set the current Gnome Window in fullscreen mode.</p>\n\n<p>This doesn't work unless the <em>Enable Extra WM Actions</em> plugin is checked in the <em>Compiz Settings Manager</em></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-13T06:59:55.987", "id": "2034", "postId": "2143", "score": "5", "text": "Thank you, that did it for me. Just for folks who don't know how to do this the exact steps I followed are: \n - Click on `System` -> `Preferences` -> `Keyboard Shortcuts`\n - Go to the `Window Management` category\n - Select `Toggle full screen mode` and apply the `F11` shortcut", "userDisplayName": null, "userId": "234" }, { "creationDate": "2010-12-15T11:56:41.537", "id": "18736", "postId": "2143", "score": "4", "text": "I've bound F11 to be the full screen key but when I press it in gVim, the window just flashes and nothing happens. It works in other apps. What am I doing wrong?", "userDisplayName": null, "userId": "5361" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-13T06:54:27.963", "id": "2143", "lastActivityDate": "2011-05-27T01:12:16.030", "lastEditDate": "2011-05-27T01:12:16.030", "lastEditorDisplayName": null, "lastEditorUserId": "234", "ownerDisplayName": null, "ownerUserId": "1170", "parentId": "2140", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>With gnome you can set a shortucut to the \"fullscreen\" action. Use gnome-keybinding-properties, select Window Managaer and choose Change to Fullscreen, then select a shorcut (F11 for example). This shortcut will set the current Gnome Window in fullscreen mode.</p>\n\n<p>Thi...
null
null
null
null
null
2145
1
null
2010-08-13T07:00:16.267
16
8106
<p>I'd like to listen to music on my home server from work. Both are Ubuntu boxes running pulseaudio. It seems from researching that applications communicate to the PA server via TCP on port 4317, so I figured it should be as easy as:</p> <pre><code>me@work: ssh -YR 4317:localhost:4317 me@home </code></pre> <p>At this point I can run rhythmbox from the ssh session with X11 forwarding, and I assumed rhythmbox would be transparently talking to pulseaudio over the reverse tunnel, resulting in the music playing on my work machine. However instead it appears that the music still plays on my home computer. I've tried messing around with PULSE_SERVER as well to no avail.</p> <p>Has anyone accomplished something similar? It seems like this should be relatively simple due to pulseaudio's design. I've played around with mounting my music library via sshfs instead but I'd really like to have one set of metadata/app settings/playlists and such. Thanks for any tips!</p>
407
null
null
2010-08-13T15:48:15.240
How can I use pulseaudio over ssh?
[ "ssh", "pulseaudio" ]
0
6
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T07:59:16.483", "id": "2035", "postId": "2145", "score": "0", "text": "sounds like rhythmbox either isn't configured to play via pulseaudio (from what I know it goes via gstreamer so I'm not really sure where this config setting would be), or its connecting to a loca...
null
[]
null
null
2016-02-21T17:07:00.277
null
null
2146
1
2149
2010-08-13T07:55:37.973
5
6933
<p>I need to boot Ubuntu in a computer (computer A) with no CD. I have a 16 Gb pendrive with a live Ubuntu version. The pendrive works in at least two newer computers. Computer A boots from a 2Gb pendrive right. So it's likely a BIOS issue.</p> <p>But it's quite inconvenient to always carry two pendrives, how can I made the older computer boot from the bigger drive?.</p> <p>Notes:</p> <ul> <li>Repartitioning the drive doesn't seen to work.</li> <li>I noticed than the 16 Gb pendrive is seen like a external zip drive by the BIOS, while the smaller one is seen as a Hard Disk. Likely related.</li> </ul>
211
235
2010-10-17T16:48:39.473
2021-04-18T19:41:19.620
How can I boot from a 16 Gb pendrive with some old BIOS?
[ "boot", "live-usb" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T16:39:29.070", "id": "2090", "postId": "2146", "score": "0", "text": "Looks like I would need to carry a second stick. Thanks to all.", "userDisplayName": null, "userId": "211" } ]
{ "accepted": true, "body": "<p>Very often you can run in to problems with high-capacity usb-sticks and old hardware, most of the time the it is only BIOS that seems to be the problem. So if the BIOS can be upgraded then try that.</p>\n\n<p>The only other solution (afaik) is to kickstart usb-booting from a floppy-disk, and that is not really an alternative to carrying two sticks.</p>\n\n<p>If you are interested in the floppy method you should look at the <a href=\"http://www.gnu.org/software/grub/\" rel=\"nofollow\">grub documentation</a>, and this <a href=\"http://www.pendrivelinux.com/use-a-floppy-to-boot-usb-pendrive-linux/\" rel=\"nofollow\">brief guide</a> on how to dd the precompiled image for pendrivelinux, after writing the disk you might have to edit the grub-config file on there.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-08-13T08:41:13.870", "id": "2039", "postId": "2149", "score": "0", "text": "Thanks, but most of the computers don't have a floppy disk either. I'm better carrying two sticks than a stick and a external floppy drive ;).", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-08-13T08:42:43.540", "id": "2040", "postId": "2149", "score": "0", "text": "Try to find out if the BIOS can be upgraded.", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-13T10:03:50.530", "id": "2047", "postId": "2149", "score": "0", "text": "No floppy, no windows utility, no easy BIOS upgrade :(", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-08-13T11:47:48.690", "id": "2050", "postId": "2149", "score": "0", "text": "without having something other than a usb-plug to kickstart from you don't have any other choice than to install from a smaller usb-drive. and I wasn't refering to the windows utility but the section titled \"*Creating a Boot Floppy to Boot Pendrive Linux from a USB device*\".", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-13T13:34:53.257", "id": "2063", "postId": "2149", "score": "0", "text": "I was talking about updating the BIOS. I only know 3 ways, boot from a floppy disk, boot from a FreeDos CD, use some nice windows utilities that some manufacturers supply.", "userDisplayName": null, "userId": "211" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T08:38:43.330", "id": "2149", "lastActivityDate": "2010-08-13T08:38:43.330", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2146", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Very often you can run in to problems with high-capacity usb-sticks and old hardware, most of the time the it is only BIOS that seems to be the problem. So if the BIOS can be upgraded then try that.</p>\n\n<p>The only other solution (afaik) is to kickstart usb-booting from a ...
null
null
null
null
null
2147
1
null
2010-08-13T07:55:49.877
4
5023
<p>Some files/inodes are deleted during filesystem check if corrupted in a way after a system crash. fsck only reports "some inodes were deleted". Is it possible to know exactly what files were deleted and how to recover them?</p>
927
4
2010-08-13T13:30:39.540
2010-09-07T16:02:57.610
Is it possible to find out which files are deleted during a filesystem recovery check?
[ "filesystem", "fsck" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Check in your <code>/var/log/fsck/</code> directory the file <code>checkfs</code>. It is the logfile of fsck.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-13T19:48:36.597", "id": "28727", "postId": "2148", ...
null
null
null
null
null
2150
1
2176
2010-08-13T08:44:00.683
7
342
<p>The system is a spare Dell 2400 I wiped clean, with Ubuntu 10.4 installed. Update manager has everything current, and I haven't been mucking with drivers or tricky system settings. In fact, it has been a stable and friendly system to install and use.</p> <p>So imagine my surprise when browsing to <a href="http://element-14.com/" rel="nofollow">http://element-14.com/</a> (an otherwise useful community site for electronic engineering types) followed a redirect or two, then black screen, then the I'm starting up tune with the pink hazy smoke and nothing further works. The keyboard is crashed hard, and the <kbd>Alt</kbd>-<kbd>SysRq</kbd> key combos do nothing.</p> <p>More than just firefox and the X server are crashing. I repeated the crash with an SSH session open, and not only did the connection get taken down, but it no longer responded to attempts to get a fresh connection.</p> <p>I tried enabling Apport, in hopes that it would notice something and help identify the culprit, but it seems to be oblivious to the crash.</p> <p>Each time, I've had to lean on the power button to reboot.</p> <p>Google searches hint that there are issues with the particular intel chipset providing the VGA on its motherboard.</p> <p>I'm looking for advice about how to proceed with debugging this kind of crash. Any ideas?</p> <p><strong>Update:</strong> I tried following advice to try setting up the <code>netconsole</code> kernel module and a matching netcat instance to receive the log. I set up netcat on my XP box, used <kbd>Alt</kbd>-<kbd>SysRq</kbd>-<kbd>S</kbd> to verify it could receive kernel messages, then browsed to the site. Only two <code>printk()</code>s were logged:</p> <pre> [251728.009794] i915: Unknown parameter `modset' [251728.051420] i915: Unknown parameter `modset' </pre> <p>Hmm. Perhaps my video driver is misconfigured? Especially since I see these same messages in the output of <code>dmesg</code> just after booting.</p> <p>At least this time I explicitly synced my disks <em>before</em> deliberately crashing the system.</p> <p>For the record, <code>lspci -nn | grep VGA</code> says:</p> <pre> 00:02.0 VGA compatible controller [0300]: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device [8086:2562] (rev 01) </pre> <p><strong>Update: Solved!!!</strong></p> <p>The hint to use <code>netconsole</code> led to an epiphany. Googling around the phrase "i915 unknown parameter modset" suddenly led me to trip over the root cause.</p> <p>The name of the option to the i915 driver is <strong>modeset</strong> not <strong>modset</strong>.</p> <p>I changed /etc/modprobe.d/i915.conf to have the correct spelling, rebooted, and now I can access element-14 (and presumably other sites that do whatever it is that element-14 does that triggers the bug in the video driver) without an unpleasant forced reboot.</p> <p>This leaves behind the (apparently well known) issue that the i915 driver lacks quality, especially on older chipsets. Apparently the Kernel Mode Setting feature is particularly deficient. Without the option spelled correctly, it defaulted to KMS enabled, and also crashed. With it spelled correctly, KMS is disabled, and the driver survives whatever content was triggering the crash.</p> <p>Also, there are a number of bug pages at launchpad and other community sites that have the wrong spelling of the option name. I strongly suspect that is where I got the spelling I used.</p> <p><strong>Edit:</strong> I've copied the relevant solution to an actual answer, and improved my description of it here.</p>
504
17739
2011-10-27T18:38:37.603
2011-10-27T18:38:37.603
Accessing a specific URL with firefox 3.6 on Ubuntu 10.4 crashed the OS, how should I debug this?
[ "xorg", "drivers", "debug", "kernel" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-13T13:01:45.220", "id": "2057", "postId": "2150", "score": "0", "text": "The website loads fine on my Thinkpad T1. ATI graphics and Firefox 3.6.3.", "userDisplayName": null, "userId": "130" }, { "creationDate": "2010-08-14T17:57:46.217", "id": "2207...
{ "accepted": true, "body": "<p>Assuming it's a kernel crash you need to capture the kernel dump info, you can try using a kernel net console: <a href=\"https://wiki.ubuntu.com/Kernel/Netconsole\">https://wiki.ubuntu.com/Kernel/Netconsole</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-13T17:57:52.420", "id": "2104", "postId": "2176", "score": "0", "text": "That looks hopeful... I'll see if I can set that up and give it a try before they change something at the site and it stops being a useful source of the failure.", "userDisplayName": null, "userId": "504" }, { "creationDate": "2010-08-13T22:03:39.507", "id": "2147", "postId": "2176", "score": "0", "text": "I set up netcat on my XP box... and added info to the question above.", "userDisplayName": null, "userId": "504" }, { "creationDate": "2010-08-13T23:37:11.507", "id": "2154", "postId": "2176", "score": "0", "text": "And letting the info stew and applying Google produced a solution!", "userDisplayName": null, "userId": "504" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T13:57:21.190", "id": "2176", "lastActivityDate": "2010-08-13T13:57:21.190", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "2150", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Assuming it's a kernel crash you need to capture the kernel dump info, you can try using a kernel net console: <a href=\"https://wiki.ubuntu.com/Kernel/Netconsole\">https://wiki.ubuntu.com/Kernel/Netconsole</a></p>\n", "commentCount": "3", "comments": [ { ...
null
null
null
null
null
2151
1
2174
2010-08-13T08:56:13.930
13
2676
<p><strong>Evernote</strong> is a cool site for capturing note, tagging it and retrieving it from everywhere. The Web application is nice but I was wondering if anyone knows about a standalone version such as for Windows, Android,... but for Ubuntu ?</p> <p>Thanks !</p>
1176
235
2010-12-30T20:49:26.507
2021-04-16T12:31:19.417
Is there a Evernote client?
[ "software-recommendation", "evernote" ]
13
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I believe they don't have Linux support but here is a cool article on various <a href=\"https://web.archive.org/web/20101201132531/www.linux.com/learn/tutorials/322137-finding-evernote-replacements-for-linux\" rel=\"nofollow noreferrer\">alternatives</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-10T12:04:51.900", "id": "17991", "postId": "2174", "score": "0", "text": "Odd that this is the accepted answer as all it details is how to avoid using Evernote. I use Nevernote myself and it's flawless - in many ways far superior to the actual Windows client of Evernote itself. Horses for courses, I suppose. Evernote is cross-client and supports Android, which for me is essential.", "userDisplayName": null, "userId": "861" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-13T13:39:51.793", "id": "2174", "lastActivityDate": "2021-04-16T12:31:19.417", "lastEditDate": "2021-04-16T12:31:19.417", "lastEditorDisplayName": null, "lastEditorUserId": "618353", "ownerDisplayName": null, "ownerUserId": "333", "parentId": "2151", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>I don't think there's a native client :-(</p>\n\n<p>So, your best bet might be to run it in wine. e.g.: <a href=\"http://abbysays.wordpress.com/2008/05/24/how-to-install-evernote-30-on-ubuntu/\" rel=\"nofollow\">http://abbysays.wordpress.com/2008/05/24/how-to-install-evernote...
null
null
null
null
null
2153
1
2156
2010-08-13T09:58:20.300
2
6531
<p>I was wondering does anyone know a way to make some kind of shortcut under Ubuntu that when I click on it, it will open up multiple SSH sessions (or execute other actions) in a tabbed gnome-terminal?</p>
67
7035
2011-06-07T15:18:35.293
2011-06-07T15:18:35.293
Gnome-terminal shortcut open multiple ssh connections in tabs
[ "gnome", "ssh", "gnome-terminal" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Use the following format: \n<code>gnome-terminal --tab -e \"cat /dev/urandom\" --tab -e \"top\"</code></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-13T11:55:01.750", "id": "2051", "postId": "2156", "score": "0", "text": "Good answer Christoffer I figured it out just shortly before seeing your post. Any idea how to make this a shortcut on the desktop?", "userDisplayName": null, "userId": "67" }, { "creationDate": "2010-08-13T12:01:18.697", "id": "2052", "postId": "2156", "score": "1", "text": "Right-click -> Create Launcher:\nType: Application, Command: gnome-terminal --tab -e \"first_command\" --tab -e \"second_command\"", "userDisplayName": null, "userId": "1178" }, { "creationDate": "2010-08-13T13:36:49.430", "id": "2067", "postId": "2156", "score": "0", "text": "Yea that's a good way of doing it I had forgotten about using a Launcher.", "userDisplayName": null, "userId": "67" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T10:15:53.420", "id": "2156", "lastActivityDate": "2010-08-13T10:15:53.420", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1178", "parentId": "2153", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>Use the following format: \n<code>gnome-terminal --tab -e \"cat /dev/urandom\" --tab -e \"top\"</code></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-13T11:55:01.750", "id": "2051", "postId": "2156", "score"...
null
null
null
null
null
2154
1
2181
2010-08-13T09:58:40.470
2
1500
<p>Having done a fresh install I need to set this up again. We could do with an up to date guide. This might encourage more people to use encryption and signing.</p> <p>I already have a keyring, but others need to know how to do that. That should probably be a separate question. I use KGPG to manage my keys.</p> <p>In Kmail I know you need to set the default signing and encryption keys on your Identity.</p> <p>When I try to sign an email it complains that signing failed without asking for my pass-phrase. What am I missing? How should I configure cryptography in Kmail?</p>
947
236
2010-08-13T13:41:10.293
2014-04-25T16:48:28.667
Configuring GPG in Kmail
[ "kubuntu", "encryption", "email", "gnupg", "kmail" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T12:44:09.170", "id": "2055", "postId": "2154", "score": "0", "text": "What is the exact error when it fails?", "userDisplayName": null, "userId": "130" }, { "creationDate": "2010-08-13T15:47:19.623", "id": "2084", "postId": "2154", "score...
{ "accepted": true, "body": "<p>You need to put </p>\n\n<pre><code>use-agent\n</code></pre>\n\n<p>in your ~/.gnupg/gpg.conf</p>\n\n<p>I know because Seahorse used to put a blank file there and break things for people using GNOME &amp; KDE together. I wrote the patch that made it properly copy the skeleton file, but that wasn't until 2009.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-13T15:48:21.603", "id": "2085", "postId": "2181", "score": "0", "text": "I've done that and gpg-agent is installed. How do I make sure it is running?", "userDisplayName": null, "userId": "947" }, { "creationDate": "2010-08-13T16:46:00.590", "id": "2092", "postId": "2181", "score": "0", "text": "ps -ef | grep agent", "userDisplayName": null, "userId": "1158" }, { "creationDate": "2010-08-14T18:54:09.350", "id": "2212", "postId": "2181", "score": "0", "text": "It's running. And I had pinentry-qt4 already.", "userDisplayName": null, "userId": "947" }, { "creationDate": "2010-08-16T19:03:45.497", "id": "2359", "postId": "2181", "score": "0", "text": "Maybe I just needed another restart, but it's working now. Pinentry is popping up for my passphrase", "userDisplayName": null, "userId": "947" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T14:40:58.747", "id": "2181", "lastActivityDate": "2010-08-13T14:40:58.747", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "2154", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You need to put </p>\n\n<pre><code>use-agent\n</code></pre>\n\n<p>in your ~/.gnupg/gpg.conf</p>\n\n<p>I know because Seahorse used to put a blank file there and break things for people using GNOME &amp; KDE together. I wrote the patch that made it properly copy the skeleton ...
null
0
null
null
null
2160
1
2165
2010-08-13T12:29:40.807
7
2635
<p>I'd like to make an account for my daughter in which:</p> <ul> <li>Only the <strong>Applications</strong> menu is shown. Maybe <strong>Places</strong>. Definitely no <strong>System</strong>.</li> <li>The <strong>Applications</strong> menu only shows the applications I choose for her (games, education, etc.)</li> <li>There's no internet connection</li> </ul>
175
667
2010-08-13T12:41:29.283
2010-08-13T13:23:12.100
Child-proofing an account
[ "security", "configuration", "parental-controls" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T14:45:18.517", "id": "2074", "postId": "2160", "score": "6", "text": "Completely off-topic, but I recommend computer proofing your kid. It is likely harder, but ultimately provides a better outcome. I mean, don't give her root but Ubuntu user accounts are pretty sel...
{ "accepted": true, "body": "<p>To add the new user, go into System -> Administration -> Users and Groups.\nYou can add a new account from here which you should definitely give limited permissions. I would set the account type to 'Desktop User'.</p>\n\n<p>You can then click on 'Advanced Settings', click the 'User Privileges' tab and untick the following:</p>\n\n<ul>\n<li>'Connect to the internet using a modem'</li>\n<li>'Connect to wireless and ethernet networks'</li>\n</ul>\n\n<p>This should disable the internet.</p>\n\n<p>I don't think there is an easy way to not show the whole 'System' menu but you can disable menu items using <code>alacarte</code> by right clicking on the menu bar and clicking edit menus. As long as the new user account doesn't have administration privileges, they can't do any harm to the system through these menus anyway. She won't be able to do anything with the System -> Administration programs for instance. The worst thing she can do is completely mess up her theme and delete all her personal files but this will not affect the system as a whole.</p>\n\n<p>Alternatively, if there is only a small number of programs you want her able to access, you could delete the menu applet from the top panel and add shortcuts to the desktop of the programs you want her to access.</p>\n\n<p>See <a href=\"https://askubuntu.com/questions/647/parental-controls-with-different-settings-for-different-users\">this question</a> for other parental control options.</p>\n\n<p>You may be interested in a program called <a href=\"http://projects.gnome.org/nanny/\" rel=\"nofollow noreferrer\">GNOME Nanny</a> although it is still under development and there are no stable releases.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-13T13:06:18.017", "id": "2058", "postId": "2165", "score": "2", "text": "Note that the “Connect to ...” privileges only control establishing the connection. If the connection is active (e.g. because someone else is logged in on another console, or because the connection comes up at boot time), every user can use it.", "userDisplayName": null, "userId": "1059" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T12:50:33.197", "id": "2165", "lastActivityDate": "2010-08-13T13:04:59.877", "lastEditDate": "2017-04-12T07:23:19.023", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "2160", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>To add the new user, go into System -> Administration -> Users and Groups.\nYou can add a new account from here which you should definitely give limited permissions. I would set the account type to 'Desktop User'.</p>\n\n<p>You can then click on 'Advanced Settings', click the...
null
null
null
null
null
2163
1
2172
2010-08-13T12:45:17.203
2
3429
<p>Has anyone got (or can point in the direction of) a nanorc file that contains syntax highlighting for C# and/or ASP.Net?</p>
630
236
2010-08-13T13:36:27.153
2019-09-18T13:38:18.080
Nano syntax highlighting for C# and/or ASP.Net
[ "mono", "nano", "syntax-highlighting", "c#" ]
3
5
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T13:47:08.673", "id": "2068", "postId": "2163", "score": "0", "text": "You probably won't find one for ASP seeing as how it's typically a Windows language and up until recently wasn't able to function on Linux Machine.", "userDisplayName": null, "userId": "41...
{ "accepted": true, "body": "<p>I don't know of an existing highlight for C# in Nano but you could write your own. The syntax for syntax highlighting is pretty simple. Here's the one for Java (which will be very similar to a C# syntax - mainly just different keywords):</p>\n\n<pre><code>## Here is an example for Java.\n##\nsyntax \"java\" \"\\.java$\"\ncolor green \"\\&lt;(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\\&gt;\"\ncolor red \"\\&lt;(break|case|catch|continue|default|do|else|finally|for|if|return|switch|throw|try|while)\\&gt;\"\ncolor cyan \"\\&lt;(abstract|class|extends|final|implements|import|instanceof|interface|native|package|private|protected|public|static|strictfp|super|synchronized|throws|volatile)\\&gt;\"\ncolor red \"\"[^\"]*\"\"\ncolor yellow \"\\&lt;(true|false|null)\\&gt;\"\ncolor blue \"//.*\"\ncolor blue start=\"/\\*\" end=\"\\*/\"\ncolor brightblue start=\"/\\*\\*\" end=\"\\*/\"\ncolor ,green \"[[:space:]]+$\"\n</code></pre>\n\n<p>That's sitting in <code>/usr/share/nano/java.nanorc</code>. If you write your own you'll need to link to it from <code>/etc/nanorc</code>. There may be a user-local version of both too but I don't know it.</p>\n\n<p>Edit: for ASP.NET you could just clone the HTML one and alter the syntax slightly to handle ASP.NET tags. It won't be perfect (it won't handle <code>&lt;script runat=\"server\"&gt;...&lt;/script&gt;</code> contents for example) but it should be better than a poke in the eye with a sharp stick.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-14T09:35:25.180", "id": "2173", "postId": "2172", "score": "0", "text": "Ok, I'll make a start, was looking for a pre-made one cos I'm lazy ;-)", "userDisplayName": null, "userId": "630" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T13:33:36.020", "id": "2172", "lastActivityDate": "2010-08-13T14:55:38.023", "lastEditDate": "2010-08-13T14:55:38.023", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2163", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>I don't know of an existing highlight for C# in Nano but you could write your own. The syntax for syntax highlighting is pretty simple. Here's the one for Java (which will be very similar to a C# syntax - mainly just different keywords):</p>\n\n<pre><code>## Here is an exampl...
null
null
null
null
null
2167
1
2169
2010-08-13T13:02:26.870
19
31235
<p>What do I need to setup on a Ubuntu 9.10 server so that a user can build applications of there choice (i.e. ./configure , make &amp;&amp; make install) with out the need for sudo/admin privileges.</p> <p>I just feel its a bit of a security risk having to give a user access to parts of the system they might not need in order to build a app.</p>
1185
455
2010-08-13T13:42:15.190
2010-08-17T08:35:36.703
How to build application without sudo privileges?
[ "security", "build", "compiling", "unprivileged" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If your users use </p>\n\n<pre><code>./configure --prefix=/home/user/opt/\n</code></pre>\n\n<p>Or for cmake projects</p>\n\n<pre><code>cmake -D CMAKE_INSTALL_PREFIX:PATH=/home/user/opt/ ../source/\n</code></pre>\n\n<p>This will install the program in that prefix (instead of the default /usr/local/) and your users should then be able to run the program like this:</p>\n\n<pre><code>/home/user/opt/bin/program\n</code></pre>\n\n<p>If you want them to be able to run the programs by simply using the name (without full path) you need add <code>/home/user/opt/bin</code> to the path environment variable, edit the users .profile and add the following line:</p>\n\n<pre><code>export PATH=/home/user/opt/bin:$PATH\n</code></pre>\n\n<p><em>Note that programs installed in this way will be private to the specific user, but it's a way to do it</em></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-21T03:07:30.263", "id": "35066", "postId": "2169", "score": "0", "text": "Other users will be able to use programs installed like this if they supply the full path and the permissions are set appropriately; and it appears that the default umask allows this on my desktop install.", "userDisplayName": null, "userId": "12435" }, { "creationDate": "2018-09-25T16:00:54.793", "id": "1771297", "postId": "2169", "score": "0", "text": "The codebase I was compiling had a `Makefile` but no configure, I just went into it and changed the `prefix = /some/path` line to my own home directory (no trailing slash) and then ran `make install` without sudo - all working now, so thanks.", "userDisplayName": null, "userId": "35729" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T13:17:08.493", "id": "2169", "lastActivityDate": "2010-08-17T08:35:36.703", "lastEditDate": "2010-08-17T08:35:36.703", "lastEditorDisplayName": null, "lastEditorUserId": "455", "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2167", "postTypeId": "2", "score": "44" }
[ { "accepted": null, "body": "<p>Users can build applications without sudo rights. The only time you need sudo rights is when you want to install something into the system directories.</p>\n\n<p><code>./configure</code> and <code>make</code> work always without sudo rights. <code>make install</code> usually ...
null
null
null
null
null
2177
1
null
2010-08-13T14:22:22.160
0
1140
<p>A while ago I looked at the ext3cow file system. I am interested in getting it running under lucid. I was wondering whether anyone had successfully set it up on their system and could offer any tips? I have had a quick google around but not found any mentions of getting it working under Ubuntu.</p> <p><a href="http://www.ext3cow.com/" rel="nofollow">http://www.ext3cow.com/</a></p>
67
235
2011-02-14T02:22:14.613
2011-07-18T14:21:51.613
How do I use ext3cow?
[ "filesystem" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T14:27:13.163", "id": "2069", "postId": "2177", "score": "0", "text": "What's your question? The documentation on the website says it is transparent to the kernel.", "userDisplayName": null, "userId": "4" }, { "creationDate": "2011-02-19T14:21:38.187"...
null
[ { "accepted": null, "body": "<p>As there website says: </p>\n\n<p>• It is totally modular, requiring no changes to kernel or VFS interfaces</p>\n\n<p>It hasn't been in development for a couple of years. I am doubtful but hopeful give it a try.</p>\n\n<p>Or maybe look at some <a href=\"https://help.ubuntu.co...
null
null
2013-03-14T17:01:48.240
null
null
2182
1
2185
2010-08-13T15:02:18.367
7
5245
<p>Currently whenever I connect an MTP device (my creative zen, or blackberry) rythmbox automatically tries to mount it as a music device and opens up. I just want to be able to connect my device to the usb for charging without having windows popup every time I do.</p> <p>How can I disable this "autoplay" feature?</p>
1151
449
2010-08-13T16:08:48.597
2014-03-05T21:57:33.670
How can I disable the auto-play feature when MTP device is connected?
[ "mount", "usb", "rhythmbox" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is probably a better solution (and more likely to work):</p>\n\n<ol>\n<li>Open up the file manager (<code>nautilus</code>)</li>\n<li>Click Edit -> Preferences</li>\n<li>Click the 'Media' Tab</li>\n<li>Next to 'Music Player', select 'Do Nothing' from the drop down list.</li>\n</ol>\n\n<p>The media player should still automount and be available from the 'Places' menu. You will still be able to use Rhythmbox to play/manage the device but you will have to open it up manually.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2014-11-17T17:32:58.520", "id": "754683", "postId": "2185", "score": "3", "text": "FYI There is no *Media* tab in 14.04.", "userDisplayName": null, "userId": "3559" }, { "creationDate": "2019-10-25T03:00:27.483", "id": "1977709", "postId": "2185", "score": "0", "text": "On Ubuntu MATE 19.04, this can now be found in `mate-control-center` a.k.a. \"System Settings\" or \"Control Center\" under the power menu. Navigate to Personal > File Management > Media tab.", "userDisplayName": null, "userId": "708016" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T15:36:29.777", "id": "2185", "lastActivityDate": "2010-08-13T15:36:29.777", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "667", "parentId": "2182", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>One possible solution:</p>\n\n<ol>\n<li><p>In Rhythmbox, go to Edit -> Plugins.</p></li>\n<li><p>Untick 'Portable Players - MTP'.</p></li>\n</ol>\n\n<p>I'm not sure if this will work and it will probably mean that you have to manually enable the plugin if you want to listen t...
null
null
null
null
null
2186
1
2193
2010-08-13T15:41:24.647
20
15543
<p>Because I'm lazy.... any time I want to use grep, I want it to be grep -n --colour. Is there a way to permanantly map this?</p>
140
140
2010-08-13T15:55:25.220
2016-05-28T01:42:26.363
Replace grep command with grep -n --colour?
[ "command-line" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T17:34:25.910", "id": "6770", "postId": "2186", "score": "6", "text": "+1 for \"Because I'm lazy...\". Ever considered a career as a developer? :)", "userDisplayName": null, "userId": "2385" } ]
{ "accepted": true, "body": "<p>In your $HOME/.bashrc file, add:</p>\n\n<pre><code>export GREP_OPTIONS=\"-n --color\"\n</code></pre>\n\n<p>This will work with <code>egrep</code> too and in aliases that use grep.</p>\n\n<p><strong>Update</strong>: GREP_OPTIONS is deprecated from grep 2.21 on and if you use this solution you will see the following warning:</p>\n\n<pre><code>grep: warning: GREP_OPTIONS is deprecated; please use an alias or script\n</code></pre>\n\n<p>The best solution is to therefore follow <a href=\"https://askubuntu.com/a/2189/932\">maco's advice in his answer</a>. Or switch to using <a href=\"http://packages.ubuntu.com/trusty/silversearcher-ag\" rel=\"noreferrer\">ag</a>, which outputs in color by default.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-08-13T16:57:34.460", "id": "2094", "postId": "2193", "score": "0", "text": "respect.", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-13T17:08:55.097", "id": "2095", "postId": "2193", "score": "4", "text": "Respect but no upvote, eh? ;-)", "userDisplayName": null, "userId": "932" }, { "creationDate": "2010-08-13T17:35:35.957", "id": "2099", "postId": "2193", "score": "1", "text": "Aliases can be used after a pipe just fine. They just don't recurse.", "userDisplayName": null, "userId": "1158" }, { "creationDate": "2010-08-13T19:37:05.047", "id": "2123", "postId": "2193", "score": "1", "text": "Hey hey, I upvoted. I like this better than alias.", "userDisplayName": null, "userId": "1151" }, { "creationDate": "2010-08-13T20:45:16.240", "id": "2137", "postId": "2193", "score": "0", "text": "@marco: you're right (with bash) - I was thinking of csh, where they can't. Oops!", "userDisplayName": null, "userId": "932" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-13T16:52:43.437", "id": "2193", "lastActivityDate": "2015-05-27T06:37:24.507", "lastEditDate": "2015-05-27T06:37:24.507", "lastEditorDisplayName": null, "lastEditorUserId": "932", "ownerDisplayName": null, "ownerUserId": "932", "parentId": "2186", "postTypeId": "2", "score": "33" }
[ { "accepted": null, "body": "<p>Edit ~/.bash_aliases\nAdd a line that says:</p>\n\n<pre><code>alias grep='grep -n --color'\n</code></pre>\n\n<p>~/.bash_aliases is automatically included by ~/.bashrc if it exists</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-13T2...
null
null
null
null
null
2194
1
null
2010-08-13T16:57:18.827
357
430641
<p>What are your tips for improving overall system performance on ubuntu? Inspired by this <a href="https://askubuntu.com/q/2099">question</a> I realized that some default settings may be rather conservative on Ubuntu and that it's possible to tweak it with little or no risk if you wish to make it faster.</p> <p>This is not meant to be application specific (e.g. make firefox load pages faster), but system wide.</p> <p>Preferably 1 tip per answer, with enough detail for people to implement it.</p> <p>A couple of mine would be:</p> <ul> <li>Install <a href="http://techthrob.com/2009/03/02/drastically-speed-up-your-linux-system-with-preload/" rel="noreferrer">Preload</a> (via Software Center or <code>sudo apt-get install preload</code>);</li> <li>Change <a href="https://help.ubuntu.com/community/SwapFaq" rel="noreferrer">Swappiness</a> value - "which controls the degree to which the kernel prefers to swap when it tries to free memory";</li> </ul> <p>What are yours?</p> <p>PS: Since this is not intended to have a unique answer but rather, several useful tips, I'm making this community wiki out-of-the-box.</p>
431
-1
2017-04-13T12:24:44.127
2020-04-08T05:00:12.890
How can I improve Ubuntu overall system performance?
[ "performance" ]
37
11
CC BY-SA 3.0
[ { "creationDate": "2010-08-13T17:47:45.110", "id": "2102", "postId": "2194", "score": "46", "text": "It would be a good idea to mention how effective your tip is: how much of an improvement did you **notice**, or even better, **measure**?", "userDisplayName": null, "userId": "1059" }, ...
null
[ { "accepted": null, "body": "<p>Disable automatic startup of any services that are not needed (or even remove the package completely).</p>\n\n<p>A lot of packages start up services automatically. These services then use memory and CPU even they are hardly ever used. It is better in this case, to stop those ...
2010-08-13T16:57:18.827
null
null
null
null
2198
1
2204
2010-08-13T17:21:29.787
6
2026
<p>When I use gnome-terminal the background is annoyingly slightly-transparent. Here you can read the ubuntu.stackexchange.com site through the background.</p> <p><a href="https://i.stack.imgur.com/whsns.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/whsns.png" alt="enter image description here"></a></p> <p>These are the background options I have, which are set to "not transparent".</p> <p><img src="https://i.stack.imgur.com/XqTwa.png" alt="Options of gt"></p> <p>I have the desktop visual effects set to "Normal". Changing them to None removes the problem, but obviously I lose out on visual effects like window previews, drop shadows, nicer transitions, etc. Any ideas how to make this background truly solid while keeping normal visual effects?</p>
932
114
2011-02-27T02:55:05.863
2011-09-08T13:21:22.310
How can I make gnome-terminal not transparent?
[ "gnome", "themes", "gnome-terminal", "colors" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The workaround for this is to set it to transparent and pull the bar to maximum. </p>\n\n<p>That should fix your issue. :)</p>\n\n<p>Like so. </p>\n\n<p><img src=\"https://i.stack.imgur.com/Z9snw.png\" alt=\"alt text\"></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-13T20:49:53.933", "id": "2138", "postId": "2204", "score": "0", "text": ":-O I can't believe I didn't try that. I was a radio-button out!", "userDisplayName": null, "userId": "932" }, { "creationDate": "2010-08-14T02:40:41.187", "id": "2159", "postId": "2204", "score": "0", "text": "@richq its all good bruv!", "userDisplayName": null, "userId": "333" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-13T17:56:29.240", "id": "2204", "lastActivityDate": "2011-09-08T13:21:22.310", "lastEditDate": "2011-09-08T13:21:22.310", "lastEditorDisplayName": null, "lastEditorUserId": "932", "ownerDisplayName": null, "ownerUserId": "333", "parentId": "2198", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>I think this is a bug. Many other people have experienced it too. You can read more about it and find workarounds at <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/561370\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug...
null
null
null
null
null
2199
1
2207
2010-08-13T17:24:58.237
0
500
<p>I love the software updater in Ubuntu Desktop and want to configure underlying package managers with other sources of software. Sometimes I run into a new software project that isn't delivered through the updater. I install the software outside the updater but I know there's some way to tell the updater to monitor it for updates. </p> <p>Looking for leads on where to find the best info (for a newbie) to customize the sources of software updating in Ubuntu Desktop.</p>
1046
455
2010-08-13T22:11:59.140
2010-08-13T22:11:59.140
Customize software sources for Ubuntu Desktop updater to manage?
[ "package-management", "apt", "updates", "dpkg", "update-manager" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Basically the updater program (update-manager) needs an APT source url, which can be an ftp-server or http-server. But the files on the server needs to be structured in a special way for the updater to work and you can't just add anything to it. These servers are often referred to as repositories (or repos).</p>\n\n<p>A lot of 3rd party applications are available in their own repositories, often you will encounter instructions to add some lines to <code>/etc/apt/sources.list</code> but you can instead add them through the GUI by going to <em>System > Administration > Software Sources</em> and in the <em>Other Software</em> tab clicking <em>Add..</em>. These lines will always start with <code>deb</code> and can look like this one for Oracle VirtualBox</p>\n\n<pre><code>deb http://download.virtualbox.org/virtualbox/debian lucid non-free\n</code></pre>\n\n<p>PPA's (Personal Package Archives) is a shortcut (of sorts) to doing this for some programs, but only the ones that are hosted at <a href=\"http://launchpad.net\" rel=\"nofollow\">launchpad.net</a> there is a bit of information on PPA's on <a href=\"https://help.launchpad.net/Packaging/PPA\" rel=\"nofollow\">this page</a>. Afaik the only way to add PPA's is through the command line (terminal) with this command:</p>\n\n<pre><code>sudo add-apt-repository ppa:launchpad-user-name/name-of-repos\n</code></pre>\n\n<p><em>launchpad-user-name</em> and <em>name-of-repos</em> will be differnt in the real world!<br>\nYou will find the names of the different PPA's on <a href=\"http://launchpad.net\" rel=\"nofollow\">launchpad</a> or you might find people that refers to them on 3rd party sites.</p>\n\n<p>After adding a new source the programs from the new source will appear in the software management tools like Ubuntu Software Centre (or what it's called, I use <code>aptitude</code> on a command line ;)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-15T23:16:27.613", "id": "2282", "postId": "2207", "score": "0", "text": "This is what I'm looking for. I was able to customize some software sources through /etc/apt/sources.list and techniques you mentioned. Some software can appear in the software management tools as you outlined. Thanks!", "userDisplayName": null, "userId": "1046" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T18:35:49.600", "id": "2207", "lastActivityDate": "2010-08-13T18:35:49.600", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2199", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>If the outside sources are PPAs, you can simply add them in the Third Party tab. If you're compiling from source or downloading random .deb files from the Internet (not from a PPA page or Debuntu or Medibuntu, which do have full repos), then the Update Manager can't handle t...
null
null
null
null
null
2206
1
2208
2010-08-13T18:21:48.037
4
518
<p>I have to install Ubuntu on a two-screen setup. How should I do that and what are some specific things that I should keep in mind while doing it. Will it break anything?</p> <p>I use an ATI graphics card</p>
87
25863
2012-11-21T22:15:33.993
2012-11-21T22:15:33.993
Using Ubuntu with a two-screen setup
[ "ati", "multiple-monitors" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T18:36:51.080", "id": "2109", "postId": "2206", "score": "1", "text": "Could you please rephrase your question? You say you have a two screen setup, but you're asking how to setup two screens? Also please include what Video Drivers you are using - or you graphics car...
{ "accepted": true, "body": "<p>System -> Preferences -> Monitors gives you a useful graphical interface to easily set this up. This works very well for me using the open source ATI drivers. I doubt you will encounter any great problems (using a fairly mainstream graphics card). If you're using proprietary drivers you may need to use the vender's own tool, e.g. the Nvidia config utility.</p>\n\n<p>It shouldn't 'break' anything, the worst case scenario is you end up with the same thing on both screens.</p>\n\n<p><img src=\"https://i.imgur.com/Jsx7x.png\" alt=\"Screenshot of Ubuntu Monitor Preferences\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2016-08-23T10:59:49.117", "id": "1234632", "postId": "2208", "score": "0", "text": "How do you acces System in Ubuntu?", "userDisplayName": null, "userId": "585578" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T18:46:23.197", "id": "2208", "lastActivityDate": "2010-08-13T18:46:23.197", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "2206", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>System -> Preferences -> Monitors gives you a useful graphical interface to easily set this up. This works very well for me using the open source ATI drivers. I doubt you will encounter any great problems (using a fairly mainstream graphics card). If you're using proprietary ...
null
null
null
null
null
2209
1
2210
2010-08-13T19:11:16.027
1
1349
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/852/why-are-flash-applications-so-sluggish-in-ubuntu">Why are Flash applications so sluggish in Ubuntu?</a> </p> </blockquote> <p>I have just installed Ubuntu for a friend. He uses 32 bit. When he views YouTube videos full-screen there is a kind of lag. He is using an ATI 1 GB graphics card. This doesn't happen when he is not in full screen mode. Is there any workaround to prevent this?</p>
87
-1
2017-04-12T07:23:19.023
2010-08-13T19:13:40.623
Preventing Video Playing lag in Flash
[ "flash" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>A better video card might help.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-13T19:20:26.070", "id": "2119", "postId": "2210", "score": "0", "text": "its probably something around there maybe drivers :)", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-13T20:36:21.550", "id": "2133", "postId": "2210", "score": "1", "text": "I don't think the Video card is at play - I've had smooth flash on crappier cards than that.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-13T20:55:08.587", "id": "2139", "postId": "2210", "score": "0", "text": "OK. It's something usually reported with Intel graphics.", "userDisplayName": null, "userId": "1158" }, { "creationDate": "2010-10-19T05:50:44.280", "id": "8074", "postId": "2210", "score": "0", "text": "A graphics card did help.", "userDisplayName": null, "userId": "87" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T19:13:40.623", "id": "2210", "lastActivityDate": "2010-08-13T19:13:40.623", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "2209", "postTypeId": "2", "score": "-1" }
[ { "accepted": true, "body": "<p>A better video card might help.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-13T19:20:26.070", "id": "2119", "postId": "2210", "score": "0", "text": "its probably something around there maybe drive...
null
null
2010-08-15T20:43:58.203
null
null
2212
1
2232
2010-08-13T20:51:15.243
5
8785
<p>I used <code>mplayer -options url://to/radiostation</code> to listen to internet radio for some time. However I'd like to use another software for this. What do you use and what do you consider the advantages of this software?</p>
236
235
2011-09-17T21:16:57.587
2018-03-18T11:35:53.797
Player for internet radio
[ "software-recommendation", "internet-radio" ]
9
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try \"Radio Tray\"!\nIt's quite new and active developed. And really small.. <a href=\"http://radiotray.sourceforge.net/\" rel=\"nofollow\">http://radiotray.sourceforge.net/</a></p>\n\n<p>Development Blog: <a href=\"http://linuxsoftware.blogsome.com/category/radio-tray/\" rel=\"nofollow\">http://linuxsoftware.blogsome.com/category/radio-tray/</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-14T21:16:53.180", "id": "2220", "postId": "2232", "score": "0", "text": "Nice tool. It integrates well with GNOME. At the moment this is perfect for me.", "userDisplayName": null, "userId": "236" }, { "creationDate": "2010-10-15T15:46:38.160", "id": "7394", "postId": "2232", "score": "1", "text": "The only flaw I see with it is the lack of radio stations, but I suppose more and more will be added as it is developed...", "userDisplayName": null, "userId": "3889" }, { "creationDate": "2013-06-07T16:18:03.583", "id": "384423", "postId": "2232", "score": "0", "text": "@Gui - well, not really :)", "userDisplayName": "user47206", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-13T23:35:10.450", "id": "2232", "lastActivityDate": "2011-12-16T11:25:03.187", "lastEditDate": "2011-12-16T11:25:03.187", "lastEditorDisplayName": null, "lastEditorUserId": "1068", "ownerDisplayName": null, "ownerUserId": "1068", "parentId": "2212", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Personally I like to use VLC for most media playing. Since it can play just about anything.</p>\n\n<p>It does internet radio and playing other media streams such as RTP and UDP.</p>\n\n<p><a href=\"http://wiki.videolan.org/What_can_vlc_do%3F#Listen_to_online_radio\" rel=\"nof...
null
null
null
null
null
2214
1
2224
2010-08-13T21:09:09.660
242
752884
<p>In <code>/etc/sudoers</code> I see this:</p> <pre><code># Allow members of group sudo to execute any command after they have # provided their password # (Note that later entries override this, so you might need to move # it further down) %sudo ALL=(ALL) ALL </code></pre> <p>So how do I add a user to that <code>sudo</code> group?</p>
1196
886656
2018-11-27T20:17:57.767
2019-10-01T18:12:07.757
How do I add a user to the "sudo" group?
[ "sudo", "user-management", "groups" ]
8
3
CC BY-SA 3.0
[ { "creationDate": "2017-05-04T17:27:35.500", "id": "1434871", "postId": "2214", "score": "0", "text": "Is anyone else here trying to get sudo to work with no password on ubuntu 17?", "userDisplayName": null, "userId": "136879" }, { "creationDate": "2018-05-03T22:27:11.760", "...
{ "accepted": true, "body": "<pre><code>sudo usermod -aG sudo &lt;username&gt;\n</code></pre>\n\n<p>The <code>a</code> is very important. Without it they'll be removed from all other groups. You will need to either restart your shell/terminal or log out and back in for this to take effect. </p>\n\n<p>See also: </p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/7477/how-can-i-add-a-new-user-as-sudoer-using-the-command-line\">How can I add a new user as sudoer using the command line?</a></li>\n</ul>\n", "commentCount": "6", "comments": [ { "creationDate": "2013-01-21T12:23:25.343", "id": "305230", "postId": "2224", "score": "0", "text": "I did what u recommended, but terminal told me `bash: sudo: command not found`, why?", "userDisplayName": null, "userId": "63216" }, { "creationDate": "2013-01-22T16:33:33.943", "id": "305964", "postId": "2224", "score": "0", "text": "@Teifi, that means you probably don't have `sudo` installed or, for some weird reason, it's not in your path. What happens when you run `which sudo`?", "userDisplayName": null, "userId": "37952" }, { "creationDate": "2014-07-08T15:35:54.753", "id": "660387", "postId": "2224", "score": "0", "text": "New terminals were not enough. Ended up rebooting for another reason and now it works. Probably log-out/in.", "userDisplayName": null, "userId": "133851" }, { "creationDate": "2017-04-12T18:59:21.420", "id": "1418345", "postId": "2224", "score": "0", "text": "I know `a` is for append, but i think it will be more usefull to have append as default behavior. Creating an alias is easy so that will be the way to have `groupadd group` then just append it. I did the command without -a once today as i didn't remember the `-a` argument.", "userDisplayName": null, "userId": "186095" }, { "creationDate": "2019-05-25T14:03:54.787", "id": "1902688", "postId": "2224", "score": "0", "text": "Although this is an Ubuntu forum, For CentOS I had to do `sudo usermod -aG sudo <username>`. Because there was no easy way for me to find this out.", "userDisplayName": null, "userId": "220995" }, { "creationDate": "2021-06-17T18:40:24.577", "id": "2301141", "postId": "2224", "score": "0", "text": "\"The a is very important.\" This would have been nice to know before I rebooted my machine.", "userDisplayName": null, "userId": "121084" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-13T21:56:35.890", "id": "2224", "lastActivityDate": "2013-06-10T02:16:18.577", "lastEditDate": "2017-04-13T12:25:15.647", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "2214", "postTypeId": "2", "score": "321" }
[ { "accepted": null, "body": "<p>You can either use the user management GUI for it (same place where you create users), or use <code>sudo adduser &lt;username&gt; sudo</code> in the command line.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-03-05T08:27:49.897", ...
null
null
null
null
null
2216
1
4083
2010-08-13T21:11:02.620
4
2394
<p>I've been using Eclipse for quite a while. I just switched from OpenJDK to SunJDK. I went back to using Eclipse, it opened just fine. I added some libraries to my build path of a project, but the error checker was still saying I didn't have it. So I decided to restart Eclipse. After than I can't start eclipse. It doesn't give any errors or anything. If I launch it from the command line, it doesn't do anything:</p> <pre><code>joel@joel-laptop:~$ eclipse joel@joel-laptop:~$ </code></pre> <p>It never pops up the choose workbench dialog or anything. Has anyone heard of this? I'm using the latest version from the Ubuntu repos.</p> <p>I've tried restarting my machine and reinstalling Eclipse. Nothing.</p>
1193
66
2010-08-19T15:02:52.060
2010-09-12T23:32:35.603
Can't launch Eclipse
[ "10.04", "64-bit", "eclipse" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-13T21:48:37.360", "id": "2144", "postId": "2216", "score": "1", "text": "`eclipse -consoleLog` might get you some information?", "userDisplayName": null, "userId": "932" }, { "creationDate": "2010-08-13T22:04:14.060", "id": "2148", "postId": "22...
{ "accepted": true, "body": "<p>I used apt-get purge eclipse and then apt-get install eclipse and it still did the same thing. I ended up purging Sun JDK and reinstalling Eclipse and it installed OpenJDK. All works again.</p>\n\n<p>However, I'm a little disappointed that it wasn't working with Sun JDK. Oh well. Whatever.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-12T23:32:35.603", "id": "4083", "lastActivityDate": "2010-09-12T23:32:35.603", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1193", "parentId": "2216", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>there is a log in workspace/.metadata/.plugins/org.eclipse.ui.workbench/log that you can check although I don't think that's going to work in your case. Also what do you mean you reinstalled eclipse? are you using synaptic or just unzipping into a directory? try <code>which e...
null
null
null
null
null
2219
1
2234
2010-08-13T21:23:53.830
323
609146
<p>I just updated the DNS record (<code>ns1</code>, <code>ns2</code>, <code>ns3.myhostingcompany.com</code>) for a site I've got hosted, but I still get the domain registrar parking page.</p> <p>I'd like to see if the problem is Ubuntu's cached DNS records. Is there a way to clear Ubuntu's DNS cache? (if such a thing exists?)</p>
199
23878
2016-06-02T14:53:20.153
2023-04-27T10:32:28.373
How do I clear the DNS cache?
[ "networking", "dns" ]
17
2
CC BY-SA 3.0
[ { "creationDate": "2014-07-13T12:42:34.320", "id": "665882", "postId": "2219", "score": "1", "text": "Also, check `/etc/hosts`. I've just been sure that the old IP address of my domain was being cached, but only `strace ping example.com` revealed that I forgot to remove the `/etc/hosts` record w...
{ "accepted": true, "body": "<h3>For 18.04 and higher</h3>\n<p>Look at <a href=\"https://askubuntu.com/questions/2219/how-do-i-clear-the-dns-cache/929478#929478\">Mike Shultz' answer</a>.</p>\n<h3>For 11.10 and below</h3>\n<p>Ubuntu doesn't cache dns records by default so unless you've installed a dns cache there isn't anything to clear.</p>\n<p>DNS records are likely cached by your provider's DNS servers so if you want to check if the DNS changes you made were successful you can interrogate a DNS server from your domain hosting service with dig:</p>\n<p><code>dig -t a ns1.myhostingcompany.com @domain_registrar_dns_server</code></p>\n<p>It you want Ubuntu to start caching dns I recommend installing <code>pdnsd</code> together with <code>resolvconf</code>. <code>nscd</code> is buggy and not advisable.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2012-09-26T12:13:38.147", "id": "239665", "postId": "2234", "score": "14", "text": "Any references as to why nscd is buggy? Is it still buggy today (2012-10)?", "userDisplayName": null, "userId": "44592" }, { "creationDate": "2015-02-08T03:08:39.360", "id": "806512", "postId": "2234", "score": "4", "text": "Can you update your answer- ATM it sounds like Ubuntu versions 11.10+ do cache DNS records.", "userDisplayName": null, "userId": "24245" }, { "creationDate": "2021-12-27T21:32:06.790", "id": "2387179", "postId": "2234", "score": "0", "text": "Mike Shultz's answer definitely doesn't work on Ubuntu 20. You get this error message: `sd_bus_open_system: No such file or directory`", "userDisplayName": null, "userId": "940815" }, { "creationDate": "2023-04-03T00:11:19.640", "id": "2559168", "postId": "2234", "score": "0", "text": "So, For 10 years later. If I disabled systemd-resolve for ubuntu and debian. Then there is no DNS cache, Each nslookup will request DNS server?", "userDisplayName": null, "userId": "1578330" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-14T00:13:37.477", "id": "2234", "lastActivityDate": "2023-01-29T22:47:09.833", "lastEditDate": "2023-01-29T22:47:09.833", "lastEditorDisplayName": null, "lastEditorUserId": "184896", "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2219", "postTypeId": "2", "score": "85" }
[ { "accepted": null, "body": "<p><code>sudo /etc/init.d/nscd restart</code></p>\n\n<p><a href=\"http://www.ubuntugeek.com/howto-clearflush-dns-cache-in-ubuntu.html\">http://www.ubuntugeek.com/howto-clearflush-dns-cache-in-ubuntu.html</a></p>\n\n<p>Also as a note you can check and see if your DNS changes have...
null
null
null
null
null
2226
1
2230
2010-08-13T22:14:47.233
19
13378
<p>I'm also interested in its variants, like kubuntu-desktop. It appears to include GNOME (or KDE) and a bunch of other things. But it's quite large - is there a breakdown of what is included in ubuntu-desktop and exactly what those items are/do?</p>
124
449
2011-01-18T10:21:50.663
2011-01-18T10:21:50.663
What exactly is in ubuntu-desktop?
[ "package-management", "metapackages" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The ubuntu-desktop (and similar) packages are metapackages. That is, they contain no data (besides a small documentation file in the case of the *-desktop packages). But they depend on dozens of other packages that make up each of the Ubuntu flavors.</p>\n\n<p>You can see a complete listing of each package's dependencies on packages.ubuntu.com. A <a href=\"http://packages.ubuntu.com/search?searchon=names&amp;keywords=ubuntu-desktop\">quick search</a> lists these metapackages.</p>\n\n<ul>\n<li><a href=\"http://packages.ubuntu.com/lucid/ubuntu-desktop\">ubuntu-desktop</a></li>\n<li><a href=\"http://packages.ubuntu.com/lucid/kubuntu-desktop\">kubuntu-desktop</a></li>\n<li><a href=\"http://packages.ubuntu.com/lucid/xubuntu-desktop\">xubuntu-desktop</a></li>\n<li><a href=\"http://packages.ubuntu.com/lucid/lubuntu-desktop\">lubuntu-desktop</a></li>\n<li><a href=\"http://packages.ubuntu.com/lucid/edubuntu-desktop\">edubuntu-desktop</a></li>\n<li><a href=\"http://packages.ubuntu.com/lucid/edubuntu-desktop-kde\">edubuntu-desktop-kde</a></li>\n</ul>\n\n<p>A more detailed explanation of metapackages and a list of some more useful metapackages can be found <a href=\"https://help.ubuntu.com/community/MetaPackages\">here</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-13T22:36:51.927", "id": "2230", "lastActivityDate": "2010-08-13T22:36:51.927", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "130", "parentId": "2226", "postTypeId": "2", "score": "19" }
[ { "accepted": null, "body": "<p><a href=\"http://packages.ubuntu.com/lucid/ubuntu-desktop\" rel=\"nofollow\">Too much to list here!</a></p>\n\n<p>You can click through each package for a detailed description. Note these dependant packages have their own dependencies and some of those have even more.</p>\n",...
null
null
null
null
null
2235
1
null
2010-08-14T00:19:31.550
5
2235
<p>I have an Asus r1f laptop. For some reason, hibernate/sleep isn't working properly at all. Are there any other packages I can use or tweaks I can implement to get this working?</p> <p>I've googled around and this appears to be an issue with some laptops and their need for proprietary drivers. Is this true? Is there anything I can do?</p>
1200
null
null
2010-11-11T13:36:53.743
How to make hibernate/sleep work on laptops where default setup isn't working?
[ "10.04", "hibernate", "laptop" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You should try <a href=\"http://suspend.sourceforge.net/\" rel=\"nofollow\">µswsusp</a>. From the Wikipedia article:</p>\n\n<blockquote>\n <p>uswsusp (userspace software suspend)\n is a suspend-to-ram and\n suspend-to-disk implementation for the\n Linux operating system, ...
null
null
null
null
null
2236
1
2253
2010-08-14T00:25:44.580
1
1366
<p>When i right click to bring up a menu, for example on the desktop, i have 'open terminal here' which i know should have a terminal icon next to this however it doesn't. Any ideas? I had a poke around in gconf-editor but didn't have much luck (though i didn't try very hard ;)</p> <p>Thanks</p>
633
866
2011-02-20T09:21:59.367
2011-02-27T19:32:54.423
Icons on menus have disappeared
[ "gnome", "nautilus", "icons" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-14T00:45:08.143", "id": "2157", "postId": "2236", "score": "0", "text": "What flavor of Ubuntu are you using?", "userDisplayName": null, "userId": "41" } ]
{ "accepted": true, "body": "<p>In gconf-editor go to desktop -> gnome -> interface and check the checkbox for menus_have_icons. There's also a buttons_have_icons which you may want to enable.</p>\n\n<p>This was a delibrate 'feature' in Gnome 2.28, from which Ubuntu 10.04 for built.</p>\n\n<p>These two options can also be changed through the \"Gnome settings\" panel of <a href=\"http://ubuntu-tweak.com/\" rel=\"noreferrer\">Ubuntu Tweak</a>, see screenshot below. (Ubuntu Tweak can be installed through a PPA)\n<img src=\"https://i.imgur.com/p2pg8.png\" alt=\"Ubuntu Tweak - Gnome Settings Panel\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-14T09:26:27.690", "id": "2171", "postId": "2253", "score": "0", "text": "Thanks for the informative answer, the gconf settings worked perfectly!", "userDisplayName": null, "userId": "633" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-14T06:55:59.033", "id": "2253", "lastActivityDate": "2010-08-14T06:55:59.033", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "2236", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>In gconf-editor go to desktop -> gnome -> interface and check the checkbox for menus_have_icons. There's also a buttons_have_icons which you may want to enable.</p>\n\n<p>This was a delibrate 'feature' in Gnome 2.28, from which Ubuntu 10.04 for built.</p>\n\n<p>These two opti...
null
null
null
null
null
2238
1
2241
2010-08-14T00:54:25.880
18
859
<p>I'm an avid developer but I never actually gotten around to setting up my own PPA - how would someone go about this? Common issues encountered? How do I get my source code to be compiled into packages on the PPA?</p>
41
null
null
2010-08-14T02:10:21.540
How can I start my own Repository
[ "package-management", "ppa", "launchpad", "development" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Register on Launchpad like txwikinger said, then you need to generate a GPG key</p>\n\n<pre><code>gpg --gen-key\n</code></pre>\n\n<p>and upload it to Ubuntu's keyserver</p>\n\n<pre><code>gpg --keyserver keyserver.ubuntu.com --publish-keys $KEYID\n</code></pre>\n\n<p>Replacing <code>$KEYID</code> with the number after the slash on the \"sec\" line of:</p>\n\n<pre><code>gpg -K --fingerprint\n</code></pre>\n\n<p>Click the green + next to the GPG key part of your profile, and give it the key fingerprint from the earlier command. You'll receive an encrypted email. Decrypt it (setup your GPG key in your mail client to make this easier), then click the link inside to verify that you own the key.</p>\n\n<p>Click on your launchpad.net page to create a new PPA</p>\n\n<p>Follow the packaging guides Source Lab linked, but unlike what Txwikinger said, you will not upload a deb. That's because a deb is a binary package, and PPAs take source packages. After you've got the 4 necessary files (/debian/rules /debian/changelog /debian/control and /debian/copyright) in your source directory and an original tarball of the source outside it, run</p>\n\n<pre><code>debuild -S -sa\n</code></pre>\n\n<p>A source package will be generated consisting of a .debian.tar.gz (if using source format 3.0) or .diff.tar.gz along with a .dsc and a .changes file. The .dsc and .changes will need to be signed, so you will need to enter your GPG passphrase twice. The <code>-sa</code> is only needed the first time you upload that package to the PPA. Later revisions, you can live it off.</p>\n\n<p>Then you will run:</p>\n\n<pre><code>dput ppa:youruser/ppa *.changes\n</code></pre>\n\n<p>Obviously filling in your own username, and if you chose a custom name for the PPA, put that after the slash. The PPA's page on Launchpad will tell you the exact ppa: syntax.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2014-04-29T10:35:39.403", "id": "602033", "postId": "2241", "score": "0", "text": "In 14.04 `gpg --keyserver keyserver.ubuntu.com --publish-keys $KEYID` will end up with an error: `gpg: Invalid option \"--publish-keys\"`. One should use the `--send-keys` instead: `gpg --keyserver keyserver.ubuntu.com --send-keys $KEYID`, as per http://askubuntu.com/questions/220063/how-to-publish-gpg-key-in-ubuntu-12-10 .", "userDisplayName": null, "userId": "227922" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-14T02:10:21.540", "id": "2241", "lastActivityDate": "2010-08-14T02:10:21.540", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "2238", "postTypeId": "2", "score": "15" }
[ { "accepted": null, "body": "<p>You register for an account in <a href=\"https://launchpad.net\" rel=\"nofollow\">https://launchpad.net</a> on your home page you can start your own ppa. The ppa is hosted on launchpad.</p>\n\n<p>You compile your sources by creating a <code>.deb</code> package and <a href=\"h...
null
null
null
null
null
2243
1
2257
2010-08-14T02:52:13.187
18
73794
<p>I frequently use ccleaner to (<em>cover my tracks</em>), clean up unused data stored on my computer from web traffic and hotfixes on my windows system.</p> <p>I was wondering if there is a piece of software that does the same thing for ubuntu that ccleaner does for windows?</p> <p>Please and thank you.</p>
333
5149
2011-06-11T10:08:01.490
2015-06-20T15:07:22.723
CCleaner equivalent?
[ "software-recommendation" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h1><a href=\"http://bleachbit.sourceforge.net/\" rel=\"noreferrer\">BleachBit</a> (Available in the software center)</h1>\n<blockquote>\n<p>BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean 90 applications including Firefox, Internet Explorer, Adobe Flash, Google Chrome, Opera, Safari,and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source.</p>\n</blockquote>\n<h1><a href=\"http://ubuntu-tweak.com/\" rel=\"noreferrer\">Ubuntu Tweak</a></h1>\n<blockquote>\n<p>Ubuntu Tweak is an application to\nconfig Ubuntu easier for everyone.</p>\n<p>It provides many useful desktop and\nsystem options that the default\ndesktop environment doesn't provide.</p>\n<p>With its help, you will enjoy with the\nexperience of Ubuntu!</p>\n</blockquote>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-10T03:38:30.993", "id": "12912", "postId": "2257", "score": "1", "text": "the link doesn't work for me", "userDisplayName": null, "userId": "2345" }, { "creationDate": "2011-06-11T10:23:01.113", "id": "53264", "postId": "2257", "score": "0", "text": "BleachBit is great, I use it regularly.\n@Yannick Rochon: `sudo aptitude install ubuntu-tweak bleachbit`", "userDisplayName": null, "userId": "18953" }, { "creationDate": "2016-02-03T17:56:06.547", "id": "1081458", "postId": "2257", "score": "0", "text": "In Ubuntu and Debian's repository the version of BleachBit is often ancient, so you may want to grab [fresh .deb installer files from the official BleachBit site](http://bleachbit.sourceforge.net)", "userDisplayName": null, "userId": "110324" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-14T09:47:10.037", "id": "2257", "lastActivityDate": "2011-06-11T10:16:46.933", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "251", "parentId": "2243", "postTypeId": "2", "score": "18" }
[ { "accepted": null, "body": "<p>Computer Janitor can clean up old kernels and a bunch of other stuff. For history/cookies/etc, I like to just set Firefox to delete all that every time I close the browser.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-08-27T08:02:5...
null
null
null
null
null
2246
1
null
2010-08-14T03:44:51.737
19
31700
<p>Is there a feature (or aptitude package) in Ubuntu 10.04 that will wake my computer up from standby when it gets an ssh (or other webrequest).</p> <p>I've been trying to put my computer in hibernate/standby when I'm not running code in an effort to "go green" at my university. However, I often need to ssh into my computer over the weekend to do work. However, it does not seem to "wake-up" to hear this request. I remember on my old windows machine there was a "Wake-on-LAN" option to the hibernate command. So if I needed to remote-desktop in while it was asleep it would wake up.</p> <p>Can anyone request a good way to replicate this feature?</p> <p>Thanks,</p> <p>Will </p>
1215
87
2010-08-15T20:39:42.567
2015-03-09T19:28:05.840
Wake from hibernate on ssh request
[ "10.04", "networking", "ssh", "suspend", "hibernate" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I believe here it the <a href=\"http://wiki.xbmc.org/index.php?title=HOW-TO_set_up_Wake-On-Lan_%28Ubuntu%29\" rel=\"nofollow\">link</a> that would help you out :) </p>\n\n<p>There are clear instructions for setting up to WOL (wake on lan)</p>\n", "commentCount": "3", ...
null
null
null
null
null
2251
1
null
2010-08-14T04:50:28.220
3
2098
<p>I had a problem with my Ubuntu 10.04 that automatically log off while working,Even i working with Excel its automatically log off and returned to login screen,i checked it all the power settings and updated all it to never.Also i disabled screen saver.In some forums they are telling that keystroke is enabled in your keyboard thats why your facing this,but i don't know where it is....</p> <p>I think the problem will be small,but i don't know where the problem is.........</p> <p>Anybody help me to solve this problem,Awaiting for answer............</p>
1219
66
2010-08-20T02:26:10.147
2010-08-20T06:33:03.377
Automatic logoff
[ "10.04", "login-screen", "session" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-14T05:57:53.613", "id": "2167", "postId": "2251", "score": "1", "text": "Could you please give more details. The information given does not allow anymore than guessing. Do you mean that the whole screen went black and it restarted the graphical screen as if the compute...
null
[ { "accepted": null, "body": "<p>A Windows machine with the same symptoms turned out to have a bad memory module. If you have a Ubuntu live CD, use it to run a memory check.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-14T19:58:49.157", "id": "2217", ...
null
null
2013-03-14T17:04:31.933
null
null
2254
1
2255
2010-08-14T08:42:11.777
6
6586
<p>My Ubuntu server has this version installed:</p> <pre><code># dpkg -l | grep wsgi ii libapache2-mod-wsgi 2.8-2ubuntu1 Python WSGI adapter module for Apache </code></pre> <p>How can I get the <a href="http://code.google.com/p/modwsgi/downloads/list" rel="noreferrer">latest Version 3.3</a>?</p>
1229
null
null
2019-02-26T10:20:54.373
How to update mod_wsgi to latest version on Ubuntu 10.04?
[ "10.04", "package-management", "updates" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Download and compile it. There is a pretty good <em>README</em> in their source package. But you can start by installing <code>build-essential</code> the basic system for compiling, then just follow the <em>README</em></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-02-25T18:13:35.990", "id": "125814", "postId": "2255", "score": "2", "text": "Make sure to disable mod_wsgi before you install the newer version 3.3. My Apache crashed with error `seg fault or similar nasty error detected in the parent process`.", "userDisplayName": null, "userId": "23430" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-14T08:56:20.650", "id": "2255", "lastActivityDate": "2010-08-14T08:56:20.650", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2254", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Download and compile it. There is a pretty good <em>README</em> in their source package. But you can start by installing <code>build-essential</code> the basic system for compiling, then just follow the <em>README</em></p>\n", "commentCount": "1", "comments": [ ...
null
null
null
null
null
2256
1
null
2010-08-14T09:44:02.143
1
4000
<p>I have some insurance files that I need to be able to view, but they are in the MDI format I can't get them to work at all in Ubuntu. I've searched the entire forum and I've even installed Microsoft office 2003 &amp; 2007 through Wine, but it still doesn't work correctly. </p> <p>The only solutions posted in the forum have suggested getting an MDI to pdf converter or installing MS office. I haven't gotten any of this to work.</p> <p>How can I view or convert MDI files?</p>
1219
8844
2012-05-04T17:50:28.057
2012-05-04T17:50:28.057
view or convert MDI file
[ "files", "file-format", "format-conversion" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I didn't have access to any Microsoft Document Imaging (MDI) files to test out on my system, but I figured I'd see if I could get the Bugysoft MDI2PDF converter (a Windows program) to run with Wine. I got some errors from the installer and was not able to get the program to s...
null
null
2013-03-14T17:04:35.930
null
null
2258
1
null
2010-08-14T09:55:42.043
2
2333
<p>I have a Logitech MX5000 keyboard/mouse combo. I'm using the Logitech Bluetooth dongle, and I use it in USB emulation mode (not native Bluetooth).</p> <p>I tried to install Ubuntu 10.04 using WUBI. After the Ubuntu setup started natively, the keyboard and mouse refuse to work.</p> <p>I have <strong>no</strong> other keyboards or mice around. I tried unplugging and re-plugging the USB dongle to make sure it's in USB mode and not Bluetooth, but when I do that the keyboard refuses to re-pair with the dongle (using the connect buttons). Rebooting into Windows 7 and the keyboard/mouse instantly come back.</p> <p>Any ideas how I can get Ubuntu 10.04 installed?</p>
1234
527764
2022-03-16T09:41:01.517
2022-03-16T09:41:05.493
Keyboard/Mouse not recognised during installation
[ "system-installation", "keyboard", "mouse", "10.04", "wubi" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2010-12-16T01:53:48.727", "id": "18865", "postId": "2258", "score": "0", "text": "I had this problem on a Dell Inspiron 2650 when installing 10.10, with the internal keyboard/touchpad combo. Still having trouble with it, in fact. http://askubuntu.com/questions/16813/sometimes-...
null
[ { "accepted": null, "body": "<p>Unfortunately, I don't know what the problem is but I did come across this program called <a href=\"http://www.hidpoint.com/\" rel=\"nofollow\">HIDpoint</a> which is a configuration program for a variety of Logitech input devices (and a couple of others). I can't say if it wi...
null
null
null
null
null
2261
1
209877
2010-08-14T11:43:20.460
65
85091
<p>What is the Ubuntu way for system administrators to receive system notifications, which typically take the form of e-mail sent to the root account?</p> <p>Examples of such notifications are the output of cron jobs, or <a href="https://superuser.com/questions/175686/automatic-notification-of-degraded-raid-array-in-ubuntu">degraded RAID notifications</a>.</p> <p>On a pretty much default Ubuntu 10.04 installation, I can't find any way that anything happens to root's mail other than being deposited in <code>/var/mail/root</code>. How are users supposed to 1. discover it and 2. read it as it arrives?</p> <p>I observe that on a warty, the installer added <code>root: myusername</code> to <code>/etc/aliases</code>. So back then the user who installed the system if (s)he read the local mail. So there seems to have been a regression somewhere along the way. Still this was not a complete solution, because Ubuntu users can't be expected to be aware that they have local mail and should set up their mail client to read it.</p> <p><strong>ADDED</strong>: given current replies, a server user should be able to cope, provided he's aware of the issue. Fair enough. But consider J. Random Desktop User, who doesn't know how to use a command line, and only knows how to click the mailbox icon to read his mail. How can he be notified that his system wants to tell him something? (Allow a one-time intervention by a more competent user if that's unavoidable.)</p>
1059
-1
2017-03-20T10:04:50.303
2024-02-03T08:35:15.503
How are administrators supposed to read root's mail?
[ "mail", "administration", "root", "cron-jobs" ]
6
6
CC BY-SA 2.5
[ { "creationDate": "2011-11-17T14:48:24.103", "id": "90522", "postId": "2261", "score": "1", "text": "I managed to get KMail to read my local mail using some very strange hacks I found, but since the update to 11.10 I'm lost", "userDisplayName": null, "userId": "19009" }, { "creat...
{ "accepted": true, "body": "<p>Encouraged in the comments by <a href=\"https://askubuntu.com/users/1059/gilles\">Gilles</a>, I have adapted and expanded another answer:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/192572/how-read-local-email-in-thunderbird\">How do I read local email in thunderbird?</a> </li>\n</ul>\n\n<p>(I am running Ubuntu 12.04.1 LTS, but the general setup process should apply to previous and future Ubuntus)</p>\n\n<hr>\n\n<p>The first thing to do is to install a Mail Transfer Agent (MTA) so the mail can be relayed to a mail User Agent (MUA) such as <code>Thunderbird</code>. This is only necessary because we are dealing with local mail and want to be able to send and receive it; with normal remote gmail type accounts, only a user agent such as <code>Thunderbird</code> is necessary.</p>\n\n<p>I use <code>postfix</code>, which itself is an alternative to <code>sendmail</code>, of which there are commercial and open source versions. More information about postfix's capabilities is at the <a href=\"http://www.postfix.org/\" rel=\"noreferrer\">official site</a> and users may find that the <a href=\"http://www.postfix.org/lists.html\" rel=\"noreferrer\">mailing lists</a> contain useful information if any issues arise. </p>\n\n<p>So, to install the program, run</p>\n\n<pre><code>sudo apt-get install postfix\n</code></pre>\n\n<p>You can either configure it when it is installed, or decline the offer and later run </p>\n\n<pre><code>sudo dpkg-reconfigure postfix\n</code></pre>\n\n<p>to create the important config file (<code>/etc/postfix/main.cfg</code>). If you ever manually edit this file, which is not necessarily recommended, you must run <code>sudo newaliases</code> and <code>sudo service postfix restart</code> afterwards to apply the changes.</p>\n\n<p><code>Postfix</code> is pretty straightforward to setup, although you may have some particular settings that you wish to apply. In the first screen you see below, you must choose the local option for your mail:</p>\n\n<p><img src=\"https://i.stack.imgur.com/CNWaB.png\" alt=\"enter image description here\"></p>\n\n<p>Then on the next screen choose your 'mail name'; it is usually the same as <code>/etc/hostname</code>. You can accept the defaults for most of the following screens. </p>\n\n<p><img src=\"https://i.stack.imgur.com/zcDDg.png\" alt=\"enter image description here\"></p>\n\n<p>When it mentions <code>/etc/aliases</code> and the <em>Root and Postmaster recipient</em> (as above), you can fill in your user name, but make sure you check your aliases file is as it should be by reading the next section of this tutorial. </p>\n\n<p>First, as also recommended <a href=\"http://ubuntuforums.org/archive/index.php/t-1942687.html\" rel=\"noreferrer\">in this discussion</a>, your <code>/etc/aliases</code> should be like this if it is setup correctly: </p>\n\n<pre><code>postmaster: root\nroot: mike \n</code></pre>\n\n<p>If not, edit it with <code>sudo nano /etc/aliases</code>, and then run <code>sudo newaliases</code> and <code>sudo service postfix restart</code> so that the configuration is updated. <code>Postfix's</code> aliases feature allows mail to be redirected, so the setup is very <strong>important</strong> for the rest of this tutorial.</p>\n\n<p>As also noted in the <a href=\"http://ubuntuforums.org/archive/index.php/t-1942687.html\" rel=\"noreferrer\">above link</a>, you need to create a <code>.forward</code> file containing your username and localhost: e.g. <code>mike@localhost</code> so that root's mail will be forwarded to you. To do this, enter these commands:</p>\n\n<pre><code>sudo touch /root/.forward\n</code></pre>\n\n<p>and then run </p>\n\n<pre><code>sudo nano /root/.forward\n</code></pre>\n\n<p>to place your user: e.g. <code>mike@localhost</code> in the file and save it.</p>\n\n<p><strong>In addition</strong>, I found it was necessary to add your user to the mail group so that <code>Thunderbird</code> could access the mail files:</p>\n\n<pre><code>sudo adduser $USER mail\n</code></pre>\n\n<p>and then logout and login for the changes to take effect. There is no need to <code>chown</code> or <code>chmod</code> any files, as some articles might suggest, and adding your user to the mail group is much better practice and avoids any direct changing of the permissions on the root filesystem.</p>\n\n<hr>\n\n<p>Now for the <code>Thunderbird</code> configuration. Go to edit > account settings > account actions > add other account > select Unix spoolmail and in the next screen put your username in the first box and place <code>yourusername@localhost</code> in the second box.</p>\n\n<p><img src=\"https://i.stack.imgur.com/bM1vn.png\" alt=\"enter image description here\">\n<img src=\"https://i.stack.imgur.com/ObDmF.png\" alt=\"enter image description here\"></p>\n\n<p>Now, go to your new account in account settings and select server settings and select the local directory as <code>/var/mail</code> or <code>/var/mail/username</code> (if setup), as in the screenshot below.</p>\n\n<p><img src=\"https://i.stack.imgur.com/MgY3g.png\" alt=\"enter image description here\"></p>\n\n<p>As per the instructions <a href=\"http://linux.eaton.net.nz/?p=108\" rel=\"noreferrer\">in this article</a> you will need to configure the smtp server if you want to test the account by sending a mail to <code>root@localhost</code> and then clicking get mail in Thunderbird to receive it, as root's mail is being redirected to <code>youruser@localhost</code>. </p>\n\n<p>Go to account settings > outgoing server and choose to add a new one. The settings should be as in the screenshot below:</p>\n\n<p><img src=\"https://i.stack.imgur.com/yho7l.png\" alt=\"enter image description here\"></p>\n\n<p>Now, finally test your account by composing a mail to <code>root@localhost</code> and then a few seconds later clicking get mail on your account. You should see an email like this:</p>\n\n<p><img src=\"https://i.stack.imgur.com/CkL0s.png\" alt=\"enter image description here\"></p>\n\n<p>Some programs or logs will need to be configured so that they send mail to root, but that can be decided as you find the need. This article should hopefully be useful as it is not always straightforward to set up <code>Thunderbird</code> to receive local mail.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2017-03-28T13:11:28.097", "id": "1406683", "postId": "209877", "score": "0", "text": "Works for 17.04, I didn't touch the groups.", "userDisplayName": null, "userId": "602695" }, { "creationDate": "2020-01-18T02:13:44.763", "id": "2019372", "postId": "209877", "score": "0", "text": "The link in \"As per the instructions in this article\" (http://linux.eaton.net.nz/?p=108) is bad. Do you have a new link for it?", "userDisplayName": null, "userId": "65690" }, { "creationDate": "2022-02-02T20:15:18.147", "id": "2403638", "postId": "209877", "score": "0", "text": "Thunderbird's **Unix Mailspool** option was removed =( https://bugzilla.mozilla.org/show_bug.cgi?id=1625741 . **Workaround:** `sudo apt install mailutils-pop3d`, restart your system, and add a normal mail account `user@localhost` with your login password. `mailutils-imap4d` probably works too instead (untested)", "userDisplayName": null, "userId": "292470" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-10-31T01:08:41.260", "id": "209877", "lastActivityDate": "2014-11-14T21:59:25.250", "lastEditDate": "2017-04-13T12:23:55.970", "lastEditorDisplayName": "user76204", "lastEditorUserId": "-1", "ownerDisplayName": "user76204", "ownerUserId": null, "parentId": "2261", "postTypeId": "2", "score": "41" }
[ { "accepted": null, "body": "<p>Currently there is no notification to the user that a root local mailbox even exists, because <code>user</code> != <code>root</code> If you needed to check the mailbox you could type the following: <code>sudo mail</code> to launch the mail application under root.</p>\n\n<p>Yo...
null
null
null
null
null
2263
1
2265
2010-08-14T12:24:52.217
150
320652
<p>I've become very accustomed to managing service startups on Redhat/RHEL platforms using <code>chkconfig</code> though that doesn't appear to be the Debian/Ubuntu way - How do I update runlevel information for system services on Ubuntu?</p> <p>Ultimately looking for the equivalents of:</p> <pre><code>chkconfig --add &lt;service&gt; chkconfig --level 345 &lt;service&gt; on chkconfig --del &lt;service&gt; </code></pre>
41
41
2010-08-14T12:32:13.200
2018-07-10T18:13:41.063
Chkconfig alternative for Ubuntu Server?
[ "server", "services" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2015-02-10T02:38:47.913", "id": "807884", "postId": "2263", "score": "1", "text": "BTW: you can `apt-get install chkconfig` the package on ubuntu as well. However it is broken since years, the following symlink will make it (somewhat) work: `ln -s /usr/lib/insserv/insserv /sbi...
{ "accepted": true, "body": "<p>The equivalent to <code>chkconfig</code> is <code>update-rc.d</code></p>\n\n<p>The equivalents you seek are</p>\n\n<pre><code>update-rc.d &lt;service&gt; defaults\nupdate-rc.d &lt;service&gt; start 20 3 4 5\nupdate-rc.d -f &lt;service&gt; remove\n</code></pre>\n\n<p>See <a href=\"https://www.debuntu.org/how-to-managing-services-with-update-rc-d/\" rel=\"noreferrer\">this useful page</a> for more information or check out man update-rc.d</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-08-14T17:22:44.860", "id": "2205", "postId": "2265", "score": "6", "text": "update-rc.d is *only* meant to be used in packaging scripts, not by humans. It also is for init scripts, which Ubuntu doesn't use. Ubuntu uses Upstart.", "userDisplayName": null, "userId": "1158" }, { "creationDate": "2010-08-14T20:12:22.947", "id": "2219", "postId": "2265", "score": "11", "text": "\"Please note that this program was designed for use in package maintainer scripts and, accordingly, has only the very limited functionality required by such scripts. System administrators are not encouraged to use update-rc.d to manage runlevels. They should edit the links directly or use runlevel editors such as sysv-rc-conf and bum instead.\"\n\nFrom the manpage: http://manpages.ubuntu.com/manpages/hardy/man8/update-rc.d.8.html", "userDisplayName": null, "userId": "1158" }, { "creationDate": "2010-08-15T19:16:59.630", "id": "2267", "postId": "2265", "score": "5", "text": "I'm accepting this answer because the updated man pages have removed that warning. http://manpages.ubuntu.com/manpages/lucid/man8/update-rc.d.8.html", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-15T23:49:08.987", "id": "2285", "postId": "2265", "score": "4", "text": "Which still doesn't change the fact that Ubuntu doesn't even use SysV init scripts nowadays and update-rc.d is only for them.", "userDisplayName": null, "userId": "1158" }, { "creationDate": "2015-02-10T02:40:43.470", "id": "807885", "postId": "2265", "score": "1", "text": "There are still some sysv scripts used and especially they do work with upstart as well. So if you did not had the time to convert a script you might still use it this way.", "userDisplayName": null, "userId": "279206" }, { "creationDate": "2015-09-15T15:46:20.803", "id": "976141", "postId": "2265", "score": "0", "text": "Current man page of `update-rc.d`:\n\" Older versions of update-rc.d also supported start and stop options. These options are no longer supported, and are now equivalent to the defaults option.\"", "userDisplayName": null, "userId": "54123" }, { "creationDate": "2018-04-17T05:19:58.670", "id": "1666635", "postId": "2265", "score": "0", "text": "The link is dead :(", "userDisplayName": null, "userId": "192359" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-14T12:47:40.003", "id": "2265", "lastActivityDate": "2018-07-10T18:13:41.063", "lastEditDate": "2018-07-10T18:13:41.063", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "458", "parentId": "2263", "postTypeId": "2", "score": "129" }
[ { "accepted": true, "body": "<p>The equivalent to <code>chkconfig</code> is <code>update-rc.d</code></p>\n\n<p>The equivalents you seek are</p>\n\n<pre><code>update-rc.d &lt;service&gt; defaults\nupdate-rc.d &lt;service&gt; start 20 3 4 5\nupdate-rc.d -f &lt;service&gt; remove\n</code></pre>\n\n<p>See <a h...
null
null
null
null
null
2266
1
2269
2010-08-14T12:53:11.287
8
10009
<p>I am about to install 10.04 (from bare metal to replace 9.04) and I want to set it up so that I can shh into the machine, but only from other machines on my local network. (I.e., I want to reject all ssh attempts from other than 192.168.1 set of IPs.) How do I do that correctly on 10.04?</p>
179
67
2010-08-14T13:59:11.667
2011-09-16T14:51:14.327
How to set up an Ubuntu 10.04 machine to accept ssh requests only from within the local network?
[ "security", "networking", "ssh", "firewall" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-14T14:54:25.310", "id": "2194", "postId": "2266", "score": "4", "text": "The `hosts.allow/deny` answers are correct, but it also makes sense for your home gateway/router to silently ignore all inbound packets from port 22 (and most other ports too).", "userDisplayN...
{ "accepted": true, "body": "<p>You have to edit the two configuration files <code>/etc/hosts.allow</code> and <code>/etc/hosts.deny</code> (you can get a detailed explanation of the format with <code>man hosts_access</code>):</p>\n\n<p><strong>etc/hosts.allow:</strong></p>\n\n<pre><code>sshd: 192.168.1.\n</code></pre>\n\n<p><strong>etc/hosts.deny:</strong></p>\n\n<pre><code>sshd: ALL\n</code></pre>\n\n<p>In both cases you could replace <code>sshd</code> with <code>ALL</code>, then these rules would not only apply to the ssh server but to all other daemons that might be running.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-14T13:10:09.643", "id": "2269", "lastActivityDate": "2010-08-14T13:10:09.643", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "275", "parentId": "2266", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>You have to edit the two configuration files <code>/etc/hosts.allow</code> and <code>/etc/hosts.deny</code> (you can get a detailed explanation of the format with <code>man hosts_access</code>):</p>\n\n<p><strong>etc/hosts.allow:</strong></p>\n\n<pre><code>sshd: 192.168.1.\n<...
null
null
null
null
null
2271
1
2272
2010-08-14T13:43:19.100
134
155627
<p>What measures can/should I take to make sure that security around my SSH server is absolutely impermeable?</p> <p>This will be community wiki from the start, so lets see what people do to secure their servers.</p>
455
6424
2015-01-30T16:27:44.730
2017-08-10T05:09:13.473
How to harden an SSH server?
[ "security", "ssh" ]
13
4
CC BY-SA 3.0
[ { "creationDate": "2010-08-16T15:44:24.400", "id": "2336", "postId": "2271", "score": "45", "text": "Absolute impermeability requires turning the box off.", "userDisplayName": null, "userId": "963" }, { "creationDate": "2010-10-20T23:11:27.623", "id": "8471", "postId": "2...
{ "accepted": true, "body": "<p>Make the sshd block client IP's that have failed to supply correct login information \"<a href=\"http://denyhosts.sourceforge.net/\" rel=\"nofollow\">DenyHØsts</a>\" can do this job quite effectively. I have this installed on all my Linux boxes that are in some way reachable from the great outside.</p>\n\n<p>This will make sure that force-attacks on the SSHD won't be effective, but remember (!) this way you can end up locking yourself out if you forget you password. This can be a problem on a remote server that you don't have access to.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2014-02-26T14:48:00.190", "id": "552837", "postId": "2272", "score": "2", "text": "Is there some option like 10 failed login attempts before banning the ip address?", "userDisplayName": null, "userId": "48529" } ], "communityOwnedDate": "2010-08-14T13:44:13.840", "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-14T13:44:13.840", "id": "2272", "lastActivityDate": "2016-06-10T21:17:48.783", "lastEditDate": "2016-06-10T21:17:48.783", "lastEditorDisplayName": "user527600", "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2271", "postTypeId": "2", "score": "21" }
[ { "accepted": true, "body": "<p>Make the sshd block client IP's that have failed to supply correct login information \"<a href=\"http://denyhosts.sourceforge.net/\" rel=\"nofollow\">DenyHØsts</a>\" can do this job quite effectively. I have this installed on all my Linux boxes that are in some way reachable ...
2010-08-14T13:43:19.100
null
null
null
null
2276
1
2277
2010-08-14T14:09:09.863
10
5499
<p>I have been playing around with my blog, alot. I have couple of old computers laying around i want to put to use. </p> <p>I was wondering if there is a way to setup a server, then will be linked to a url that i buy and server pages and maybe even install wordpress.</p> <p>Any information on setting that up on Ubuntu 10.04 Desktop would be amazing. </p> <p>Please and thank you.</p>
333
25863
2012-06-18T18:21:47.223
2022-05-19T18:05:44.890
How to setup a machine to host my websites to the world - with my own url?
[ "apache2", "websites", "hosting" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-14T14:25:18.890", "id": "2188", "postId": "2276", "score": "0", "text": "Why do you want to set that up on Ubuntu Desktop?", "userDisplayName": null, "userId": "289" }, { "creationDate": "2010-08-14T16:15:17.507", "id": "2202", "postId": "2276",...
{ "accepted": true, "body": "<p>Setting up a webserver on Ubuntu is very easy to do you can either use apt-get and install Apache, PHP and MySQL manuall or use tasksel to install the LAMP stack.</p>\n\n<p><code>sudo tasksel install lamp-server</code></p>\n\n<p><a href=\"https://help.ubuntu.com/community/ApacheMySQLPHP\">https://help.ubuntu.com/community/ApacheMySQLPHP</a></p>\n\n<p>Once that's done you'll be able to setup your blog on the local machine and get it running. </p>\n\n<p>You can follow the guide <a href=\"https://help.ubuntu.com/community/WordPress\">here</a> for how to install wordpress under Ubuntu or follow this <a href=\"http://codex.wordpress.org/Installing_WordPress\">one</a> for a generic guide on how to get installed. </p>\n\n<p>--</p>\n\n<p>Next steps</p>\n\n<ul>\n<li>Buy the domain (I get mine from 123-reg.co.uk)</li>\n<li>Point domain to your IP address\n<ul>\n<li>If you have a static IP simply point the domain to that IP.</li>\n<li>If you don't have a static IP you'll need to use a service like dyndns to update the DNS records as your IP changes. </li>\n</ul></li>\n<li>Depending on your network setup you will then either need to use port forwarding to forward port 80 to your machine running apache or use NAT on your router to connect your public IP address to the IP of your machine. </li>\n</ul>\n\n<p>-- </p>\n\n<p>Some other points</p>\n\n<ul>\n<li>You would be better using Ubuntu Server if possible on the machine as its more designed for the task and there is no need for a GUI on a web box.</li>\n<li>If your website / blog becomes popular you may find your internet connection is not capable of handling the load as most home internet connections do not have very good upload speed. </li>\n</ul>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-08-14T15:11:07.140", "id": "2197", "postId": "2277", "score": "0", "text": "thanks for the help. I have 50MB - down and 2MB - up is that good enough? How much traffic could that potentially handle?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-15T04:24:32.180", "id": "2232", "postId": "2277", "score": "3", "text": "@garbage: Wow. WhatI would give for 50MB/s downstream!", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-08-15T09:02:10.307", "id": "2242", "postId": "2277", "score": "0", "text": "I have a similar connection 50MB down and 1.5Mb. I can't give you a precise figure on how much it can handle, I have run test websites on it but that has only ever been for 1 or 2 people to look at. Hosting a bigger site would really depends on your site, the number of simultaneous users on it and what else your using the connection for at the time.", "userDisplayName": null, "userId": "67" }, { "creationDate": "2010-08-15T18:14:45.247", "id": "2259", "postId": "2277", "score": "0", "text": "@george its nice when downloading :) @Mark Thanks!", "userDisplayName": null, "userId": "333" }, { "creationDate": "2011-12-08T05:59:40.977", "id": "97778", "postId": "2277", "score": "0", "text": "2MB up is not sufficient; you would need a higher upper bandwidth limit.\n\nDon't forget you'll be sharing that 2MB with other machines on the network, and other programs on your server.", "userDisplayName": null, "userId": "37078" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-14T14:28:40.630", "id": "2277", "lastActivityDate": "2010-08-14T14:35:27.743", "lastEditDate": "2010-08-14T14:35:27.743", "lastEditorDisplayName": null, "lastEditorUserId": "67", "ownerDisplayName": null, "ownerUserId": "67", "parentId": "2276", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Setting up a webserver on Ubuntu is very easy to do you can either use apt-get and install Apache, PHP and MySQL manuall or use tasksel to install the LAMP stack.</p>\n\n<p><code>sudo tasksel install lamp-server</code></p>\n\n<p><a href=\"https://help.ubuntu.com/community/Apa...
null
null
null
null
null
2280
1
2581
2010-08-14T16:33:45.290
10
6890
<p>By default 'mounted volumes' are shown on the Ubuntu desktop. I usually disable this (gconf-editor or Ubuntu Tweak) because I don't want, for instance, my Windows partition on the Desktop.</p> <p>However this would be a useful to display USB flash data sticks or memory cards, which are not permanently mounted volumes.</p> <p>So is there some way to be selective about which volumes are shown on the Desktop?</p> <p>(Image: three mounted volumes I don't want, and one USB flash data stick I do)</p> <p><img src="https://i.stack.imgur.com/hU40x.png" alt="Desktop Screenshot"></p>
866
25863
2012-11-21T21:18:05.237
2012-11-21T21:18:05.237
Selective mounted volumes for the GNOME Desktop and Nautilus Sidebar
[ "gnome", "nautilus", "mount" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Where are \"40GB Filesystem\", \"80gb\" and \"backup\" mounted?</p>\n\n<p>My guess is under /media.</p>\n\n<p>This is something that used to really annoy me, that Windows shares from the file server would appear as removable storage in my Places menu.</p>\n\n<p>So I changed the mount point from /media/S to /mnt/S and now it is handled correctly as non removeable storage. Now the remote windows share :</p>\n\n<ul>\n<li>does not appear in Places menu</li>\n<li>does not get added to my \"Disk Mounter\" applet</li>\n<li>does not get added as a volumes_visible icon on my desktop.</li>\n</ul>\n\n<p>You can easily test this yourself by </p>\n\n<ul>\n<li>ensure the volumes_visible option is checked in gconf-editor</li>\n<li>create a mount point such as /mnt/backup/ </li>\n<li>edit your /etc/fstab file to use /mnt/backup instead of /media/backup</li>\n<li>unmount /media/backup </li>\n<li>mount /mnt/backup</li>\n</ul>\n\n<p>I have just tested these steps and you wont have to log out to see the changes. </p>\n\n<p>When you unmount the drives the icons will disappear and when you remount them under /mnt they wont reappear.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-18T16:06:14.197", "id": "2560", "postId": "2581", "score": "1", "text": "I would recommend running `mount -a` instead of `mount /mnt/backup`, as it will let you know if there are any errors in your fstab file after your edit. Otherwise, if there are errors, you won't know about it until your next boot and you may have to boot from a live cd to fix it.", "userDisplayName": null, "userId": "1090" }, { "creationDate": "2010-08-18T17:15:51.570", "id": "2564", "postId": "2581", "score": "0", "text": "Thank you very much. This isn't quite what I'm looking for (also removing the volume from the Places nautilus sidebar) however now I think about it I'm not sure I need it in that sidebar!", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-08-18T18:48:39.337", "id": "2580", "postId": "2581", "score": "0", "text": "What I did afterwards was went to each location and added a bookmark. They now appear at the bottom of the list so you don't miss anything.", "userDisplayName": null, "userId": "458" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T14:30:31.327", "id": "2581", "lastActivityDate": "2010-08-18T14:30:31.327", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "458", "parentId": "2280", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>The transparent nautilus folder that is shown on the desktop shows all user mounts, so if you mount those partitions at boot they won't be shown on the desktop.</p>\n\n<p>You can mount them by adding a line for them to /etc/fstab, but the best mount options depend on what the...
null
null
null
null
null
2281
1
2286
2010-08-14T17:20:32.040
7
2421
<p>I want to take a stab at creating my own layouts for conky, but I'm having trouble finding any recent guides. </p> <p>If you know of any, I would be grateful if you could post some links. </p>
633
8844
2011-04-07T06:03:16.390
2012-03-17T23:09:36.920
Conky Guides (links)
[ "customization", "appearance", "conky" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-15T10:17:36.127", "id": "2247", "postId": "2281", "score": "0", "text": "When I dove into conky, all I did was look over the documentation (http://conky.sourceforge.net/documentation.html) and wiki(http://wiki.conky.be/index.php?title=Conky_Wiki). It's syntax is very e...
{ "accepted": true, "body": "<p>I started with this <a href=\"http://lifehacker.com/5067341/customize-conky-for-ambient-linux-productivity\" rel=\"nofollow\">lifehacker article</a> to set me up which led me to this <a href=\"http://ubuntuforums.org/showthread.php?t=281865\" rel=\"nofollow\">ubuntu forums thread</a> with lots of config files to help customize everything.</p>\n\n<p>This <a href=\"http://www.google.com/search?q=site%3aubuntuforums.org+%22%5ball+variants%22+conky&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=com.ubuntu%3aen-US%3aunofficial\" rel=\"nofollow\">Google search</a> helps to find some more scripts ready.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-28T12:50:08.047", "id": "41534", "postId": "2286", "score": "0", "text": "Lifehacker has a lot of conky coverage, actually: http://lifehacker.com/search/conky/", "userDisplayName": null, "userId": "13049" } ], "communityOwnedDate": "2010-08-14T17:55:35.817", "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-14T17:55:35.817", "id": "2286", "lastActivityDate": "2010-08-14T17:55:35.817", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "431", "parentId": "2281", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I started with this <a href=\"http://lifehacker.com/5067341/customize-conky-for-ambient-linux-productivity\" rel=\"nofollow\">lifehacker article</a> to set me up which led me to this <a href=\"http://ubuntuforums.org/showthread.php?t=281865\" rel=\"nofollow\">ubuntu forums th...
2010-08-14T17:20:32.040
0
null
null
null
2283
1
2313
2010-08-14T17:41:58.887
16
24573
<p>It's great that the indicator applet tells me I have 2 hours and 12 minutes of battery left, or that it will be charged in 1 hour 8 minutes, but I might well change my pattern of usage during that time and am frankly not confused by percentages.</p> <p>How do I make the applet show a percentage charged or discharged instead?</p>
1260
235
2012-01-07T19:33:37.093
2020-02-10T02:38:58.520
Can I set the power indicator to show battery percentage instead of time remaining?
[ "indicator", "battery" ]
8
2
CC BY-SA 3.0
[ { "creationDate": "2010-09-02T11:56:50.547", "id": "3509", "postId": "2283", "score": "1", "text": "Which version are using? I'm using lucid, and it's the exact opposite for me. It only show the percentage, and not the time remaining, though I'd like to see both.", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>Matthew Paul Thomas, an interface designer for Canonical's Ubuntu team, <a href=\"http://design.canonical.com/2010/04/battery/\" rel=\"noreferrer\">in his blog comments</a> this April wrote \"I think the only point in showing a percentage charge is so that a human can get an idea of how much time is left. But we have computers to do those sort of calculations now. If a battery’s estimated time remaining is wrong, its percentage will be even less informative.\"</p>\n\n<p>There is also a comment on <a href=\"https://wiki.ubuntu.com/BatteryStatusMenu\" rel=\"noreferrer\">the Ubuntu wiki</a> that says \"This coloring is deliberately time-based, not percentage-based; how much time you have left is more important than how long the battery can theoretically last.\"</p>\n\n<p><img src=\"https://i.stack.imgur.com/OpKmw.jpg\" alt=\"Mockup of new battery indicator menus\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-01-23T02:11:31.027", "id": "111715", "postId": "2313", "score": "11", "text": "No, the point in showing a percentage is to avoid totally depleting your battery (bad: http://lifehacker.com/5789794/avoid-frequent-discharges-to-extend-your-phone-or-laptops-battery-life) while running it at 70-30% (http://lifehacker.com/5875162/how-often-should-i-charge-my-gadgets-battery-to-prolong-its-lifespan)", "userDisplayName": null, "userId": "13049" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-15T12:02:42.640", "id": "2313", "lastActivityDate": "2010-08-15T12:02:42.640", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "2283", "postTypeId": "2", "score": "11" }
[ { "accepted": null, "body": "<p>I don't think the indicator shows that information yet.</p>\n\n<p>You can click on the menu entry which says \"X hours YY minutes left to (dis)charge\" and it will open the battery profile dialog. That one has percentages under \"Laptop Battery -> Details (scroll to bottom)\"...
null
null
null
null
null
2290
1
2298
2010-08-14T20:11:19.623
1
1631
<p>This network (wired) printer works great using the latest HPLIP drivers. However when I plug in an SD card, it just blinks and never shows up mounted anywhere. Has anyone come up with a way to mount these? I'm using Lucid, 10.04.<br> re: version, hp-info says </p> <pre><code>xxxxx@lucid:~$ hp-info HP Linux Imaging and Printing System (ver. 3.10.5) Device Information Utility ver. 5.2 Copyright (c) 2001-9 Hewlett-Packard Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. Using device: hp:/net/Officejet_6500_E709a?zc=HP05857E </code></pre>
49
866
2010-12-28T09:25:06.340
2010-12-28T09:25:06.340
Can't get HP Officejet 6500 card reader to work
[ "networking", "drivers", "printing", "card-reader" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No go on this I'm afraid. <a href=\"https://bugs.launchpad.net/hplip/+bug/353685/comments/1\" rel=\"nofollow\">You have to access the card reader over USB</a>.</p>\n\n<blockquote>\n <p>We have removed support for the hp-unload (the card reader). To access the card please use the built in USB mounting system.</p>\n</blockquote>\n\n<p>Edit: I say that but the <code>hplip</code> package still seems to ship <code>hp-unload</code>. Try this:</p>\n\n<pre><code>hp-unload hp:/net/Officejet_6500_E709a?zc=HP05857E -i\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-16T13:26:11.603", "id": "2322", "postId": "2298", "score": "0", "text": "bummer, I don't like the answer but appreciate knowing for sure.", "userDisplayName": null, "userId": "49" }, { "creationDate": "2010-08-16T13:49:06.760", "id": "2323", "postId": "2298", "score": "0", "text": "@Dennis Did you try using hp-unload? It wont let you mount the card but it should let you get files off it through the command line. If it works, it could easily be scripted to semi-automatically grab files.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-08-16T15:26:33.170", "id": "2333", "postId": "2298", "score": "0", "text": "I used the command supplied (not something I am familiar with) and got a response something like \"no supported device found\". The command line and scripting would be easy enough but it seemed like there was no response.", "userDisplayName": null, "userId": "49" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-14T23:05:13.053", "id": "2298", "lastActivityDate": "2010-08-14T23:05:13.053", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2290", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>No go on this I'm afraid. <a href=\"https://bugs.launchpad.net/hplip/+bug/353685/comments/1\" rel=\"nofollow\">You have to access the card reader over USB</a>.</p>\n\n<blockquote>\n <p>We have removed support for the hp-unload (the card reader). To access the card please use...
null
null
null
null
null
2294
1
2297
2010-08-14T21:54:28.820
0
4038
<p>I just installed 10.04, and used manual partitioning to preserve my '/home' from a 9.04 install. (To be clear: I did not upgraded 9.04 to 10.04, but installed 10.04 off a of CD, keeping only my '/home'.) After the sucessful 10.04 install, I used synaptic to apply all updates, rebooted, removed some packages (mostly tomboy and bluetooth), rebooted, and then used synaptic to install tonnes of packages, mostly from <code>lucid/main</code> and <code>lucid-updates/main</code>, though I also did install a number from <code>lucid/universe</code> and <code>lucid-updates/universe</code>.</p> <p>A minute or so after the mass installation of new packages, a red circular icon with a white bar running horizontally through it appeared in my notification area. (The icon is quite like the "Do not enter this road" sign pictured <a href="http://www.mto.gov.on.ca/english/dandv/driver/handbook/section3.1.1.shtml" rel="nofollow">here</a>.) On hovering my mouse over the icon, I get the following message:</p> <blockquote> <p>An error occurred, please run Package Manager from the right-click menu or apt-get in a terminal to see what is wrong. The error message was: 'Unknown Error: '' (E:Opening configuration file /etc/apt/apt.conf.d/99synaptic - ifstream::ifstream (13: Permission denied))' This usually means that your installed packages have unmet dependencies</p> </blockquote> <p>(Since there was no way to copy the text, I transcribed it; it isn't impossible that it is not a completely faithful transcription.)</p> <p>I then ran the following commands:</p> <ol> <li><code>sudo apt-get check</code></li> <li><code>sudo apt-get clean</code></li> <li><code>sudo apt-get autoclean</code></li> <li><code>sudo apt-get autoremove</code></li> </ol> <p>and then ran those same commands (in that order) but also with the <code>-f</code> flag. I then rebooted. This hasn't removed the warning icon from the notification area. So, I am at a loss for how to proceed.</p> <p>[Snip a lot of detail about what packages I'd installed and removed that turned out not to be relevant at all.]</p>
179
6005
2012-07-09T13:09:48.717
2012-07-09T13:09:48.717
How to fix a Package Manager Error in notification area after upgrading a fresh install of lucid with a '/home' from Jaunty?
[ "10.04", "package-management" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-14T22:12:18.327", "id": "2221", "postId": "2294", "score": "0", "text": "When you say you use synaptic to apply all updates, do you mean after the new installation of 10.04?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-14T22:21...
{ "accepted": true, "body": "<p>This should fix the permission problem (<a href=\"http://ubuntuforums.org/showthread.php?t=1536078\" rel=\"nofollow\">from this thread</a>):</p>\n\n<pre><code>sudo chmod o+r /etc/apt/apt.conf.d/99synaptic\n</code></pre>\n\n<p>But usually if you have broken dependencies you'd look in synaptic, aptitude or fire off:</p>\n\n<pre><code>sudo dpkg --configure -a\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-15T02:07:56.473", "id": "2229", "postId": "2297", "score": "0", "text": "Doing `ls -l /etc/apt/apt.conf.d/` revealed that all files in that dir had `root:root` ownership and `rw-r--r--` permissions, save `/etc/apt/apt.conf.d/99synaptic`. Running `sudo chmod a+r /etc/apt/apt.conf.d/99synaptic` fixed the problem as in @Oli's link. `99synaptic` has a single line `APT::Install-Recommends \"true\";`. It's not at all clear why this needs to be world readable for things to function smoothly, nor why the permissions on `99synaptic` should have been different than those of the other files in the dir. But, problem solved! Thanks!", "userDisplayName": null, "userId": "179" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-14T22:59:16.997", "id": "2297", "lastActivityDate": "2010-08-14T22:59:16.997", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2294", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>This should fix the permission problem (<a href=\"http://ubuntuforums.org/showthread.php?t=1536078\" rel=\"nofollow\">from this thread</a>):</p>\n\n<pre><code>sudo chmod o+r /etc/apt/apt.conf.d/99synaptic\n</code></pre>\n\n<p>But usually if you have broken dependencies you'd ...
null
null
null
null
null
2299
1
2305
2010-08-14T23:27:50.553
1
240
<p>This is a bit of a weird question, and I don't even know if it belongs here or not.</p> <p>I want to set up a Ubuntu box with a keyboard and a twitter program, so that everything that is typed into the keyboard is posted on twitter. So what I am looking for is a simple twitter client that will force all input via keyboard into a tweet and post to twitter after 140 chars, after the enter key, and/or a time period. </p> <p>Basically what I am planning is a little experiment to leave a keyboard somewhere it can be typed on and played with, and post all text entry through to twitter automatically.</p> <p>The alternative is to simply save all entered text to a file, but I would prefer the twitter approach.</p> <p>Does anyone have any ideas if there is a program/script out there that will do this for me?</p> <p>I am mainly looking for a command line script, as GUI programs are easier to exit or lose focus than a command line.</p>
176
7035
2011-06-07T15:18:02.143
2011-06-07T15:18:02.143
Simple Twitter client to post all text entry
[ "scripts" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2010-08-15T00:03:29.007", "id": "2225", "postId": "2299", "score": "0", "text": "If you don't get anything here, and if you have some programming experience, you could head over to Stack Overflow to get some ideas on how to write the program yourself. I don't think it'd be tha...
{ "accepted": true, "body": "<p>I am sure all of this can be done through a simple python script. Interesting idea. I am sure you have some use for it. </p>\n\n<p>I would recommend taking a look at the <a href=\"http://code.google.com/p/python-twitter/\" rel=\"nofollow\">twitter-python API</a> -- simple and straightforward and it would be easy integrate your recording keystroke requirement as well. </p>\n\n<p>If you need help making things work or have questions. stackoverflow.com is an amazing resource.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-15T09:22:36.243", "id": "2244", "postId": "2305", "score": "0", "text": "This would be ridiculously simple to do in Python. ~3 hours for a complete novice, 20 minutes for a pro.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-15T06:00:20.327", "id": "2305", "lastActivityDate": "2010-08-15T06:00:20.327", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "333", "parentId": "2299", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>There are some command-line twitter clients (either <a href=\"http://www.ubuntu-unleashed.com/2008/03/howto-twitter-from-command-line-in.html\" rel=\"nofollow\">hand</a> <a href=\"http://www.fsckin.com/2008/03/19/twittering-from-the-command-line/\" rel=\"nofollow\">rolled</a>...
null
null
null
null
null
2300
1
2312
2010-08-14T23:52:00.683
2
2474
<p>I'm having trouble with vlc, when i try and adjust the volume with my scroll wheel it doesn't change the volume, in settings x-axis control is set to volume control so i can't understand why it wont work</p> <p>Any ideas? Cheers</p>
633
null
null
2012-05-21T10:11:11.923
VLC - scroll wheel doesn't change volume level
[ "sound" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-15T00:26:35.823", "id": "2226", "postId": "2300", "score": "0", "text": "In what settings did you set the x-axis control? and does scrolling work in other programs eg. OpenOffice?", "userDisplayName": null, "userId": "455" } ]
{ "accepted": true, "body": "<p>Using the 1.1.2 version of VLC and it does work. Give it a try. :)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-15T11:37:09.957", "id": "2312", "lastActivityDate": "2010-08-15T12:02:32.593", "lastEditDate": "2010-08-15T12:02:32.593", "lastEditorDisplayName": null, "lastEditorUserId": "1283", "ownerDisplayName": null, "ownerUserId": "1283", "parentId": "2300", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>If that doesn't work i believe ctrl + up/down arrows will increase and decrease the volume as well.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-15T06:15:28.710", "i...
null
null
null
null
null
2301
1
null
2010-08-15T02:33:30.933
14
5872
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/4408/what-should-i-do-when-ubuntu-freezes">What should I do when Ubuntu freezes?</a> </p> </blockquote> <p>At random times, Ubuntu 10.04 freezes, and I have to do a hard shutdown. It was upgraded from 9.10 which didn't freeze. First, is this is common problem with a quick answer, and if not, what can I do to diagnose it? I've tried checking application/kernel logs, but nothing gives me a clue as to what caused the problem. My guess, is that since the OS froze, no logs could be updated.</p> <p>Ideas?</p>
1246
-1
2017-04-13T12:23:56.577
2014-04-25T22:10:41.897
Randomly Freezes - How Can I Diagnose the Problem?
[ "10.04" ]
0
1
CC BY-SA 3.0
[ { "creationDate": "2010-08-15T12:58:21.960", "id": "2251", "postId": "2301", "score": "0", "text": "possible duplicates: [I have problems installing ubuntu 10.04](http://ubuntu.stackexchange.com/questions/1444/i-have-problems-installing-ubuntu-10-04) - [How can I find out what is causing my gnom...
null
[]
null
0
2012-07-31T09:32:03.693
null
null
2314
1
null
2010-08-15T13:01:53.903
5
6058
<h2>Background</h2> <p>I'm running Ubuntu as a guest OS in a VM. Originally the VM was created with Ubuntu 9.10 64-bit and with vmware-tools installed, when I resized or maximized the VMware Player, the guest OS was correctly and automatically resized. Once I upgraded to Ubuntu 10.04 (not reinstalled), automatic resizing no longer works. However, the mouse and network drivers do continue to operate properly.</p> <p>When installing vmware-tools in 10.04, I notice a lot of LSB warnings for upstart jobs that were not thrown when installing it in 9.10. </p> <h2>Environment</h2> <ul> <li>Distro: Ubuntu 10.04 64-bit</li> <li>Kernel: Linux nitrogen 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/Linux</li> <li>VMware Player: 3.0.1 build-227600</li> <li>Host OS: Windows 7 Home 64-bit</li> </ul> <h2>What I've already tried:</h2> <ul> <li>Reinstalling vmware-tools</li> <li>Updating to the latest <em>patch</em> level of VMware player 3.0.1</li> <li>Updating all installed Ubuntu packages, including kernel (and then re-install vmware-tools)</li> <li>Manually creating entries in xorg.conf for the host's fullscreen resolution</li> </ul> <h2>Problem</h2> <p>When I resize or maximize the VMware Player window, the guest OS size stays fixed.</p> <h2>Question</h2> <p><strong>How do you configure vmware-tools for VMware Player 3.0.1 in Ubuntu 10.04 64-bit to enable automatic guest resizing?</strong></p> <h2>Update</h2> <p>I don't know exactly WHY this fixed my issue, but on Aug 28th, 2010 a set of package updates came out that (see below), after installation, magically resolved this issue. I'm Guessing it has something to do with the xorg packages.</p> <pre><code>Start-Date: 2010-08-28 08:05:49 Install: ttf-dejavu-extra (2.30-2) Upgrade: libsmbclient (3.4.7~dfsg-1ubuntu3, 3.4.7~dfsg-1ubuntu3.1), language-pack-gnome-en-base (10.04+20100422, 10.04+20100714), libkpathsea5 (2009-5ubuntu0.1, 2009-5ubuntu0.2), smbclient (3.4.7~dfsg-1ubuntu3, 3.4.7~dfsg-1ubuntu3.1), linux-image-2.6.32-24-generic (2.6.32-24.39, 2.6.32-24.41), ubufox (0.9~rc2-0ubuntu2, 0.9~rc2-0ubuntu2.1), language-pack-gnome-en (10.04+20100422, 10.04+20100714), xserver-xorg-core (1.7.6-2ubuntu7.2, 1.7.6-2ubuntu7.3), ghostscript-cups (8.71.dfsg.1-0ubuntu5.2, 8.71.dfsg.1-0ubuntu5.3), xserver-common (1.7.6-2ubuntu7.2, 1.7.6-2ubuntu7.3), libwbclient0 (3.4.7~dfsg-1ubuntu3, 3.4.7~dfsg-1ubuntu3.1), icedtea-6-jre-cacao (6b18-1.8-4ubuntu3, 6b18-1.8.1-0ubuntu1), linux-headers-2.6.32-24-generic (2.6.32-24.39, 2.6.32-24.41), openjdk-6-jre-lib (6b18-1.8-4ubuntu3, 6b18-1.8.1-0ubuntu1), libfreetype6 (2.3.11-1ubuntu2.1, 2.3.11-1ubuntu2.2), openjdk-6-jre-headless (6b18-1.8-4ubuntu3, 6b18-1.8.1-0ubuntu1), samba-common (3.4.7~dfsg-1ubuntu3, 3.4.7~dfsg-1ubuntu3.1), linux-headers-2.6.32-24 (2.6.32-24.39, 2.6.32-24.41), ifupdown (0.6.8ubuntu29, 0.6.8ubuntu29.1), tzdata-java (2010k-0ubuntu0.10.04, 2010l-0ubuntu0.10.04), libdjvulibre21 (3.5.22-1ubuntu4, 3.5.22-1ubuntu4.1), ghostscript-x (8.71.dfsg.1-0ubuntu5.2, 8.71.dfsg.1-0ubuntu5.3), libservlet2.5-java (6.0.24-2ubuntu1.2, 6.0.24-2ubuntu1.3), libgs8 (8.71.dfsg.1-0ubuntu5.2, 8.71.dfsg.1-0ubuntu5.3), tzdata (2010k-0ubuntu0.10.04, 2010l-0ubuntu0.10.04), ghostscript (8.71.dfsg.1-0ubuntu5.2, 8.71.dfsg.1-0ubuntu5.3), google-chrome-beta (6.0.472.33-r55501, 6.0.472.51-r57639), linux-libc-dev (2.6.32-24.39, 2.6.32-24.41), samba-common-bin (3.4.7~dfsg-1ubuntu3, 3.4.7~dfsg-1ubuntu3.1), upstart (0.6.5-6, 0.6.5-7), libdjvulibre-text (3.5.22-1ubuntu4, 3.5.22-1ubuntu4.1), language-pack-en-base (10.04+20100422, 10.04+20100714), binutils (2.20.1-3ubuntu6, 2.20.1-3ubuntu7), openjdk-6-jre (6b18-1.8-4ubuntu3, 6b18-1.8.1-0ubuntu1), language-pack-en (10.04+20100422, 10.04+20100714) </code></pre> <p>End-Date: 2010-08-28 08:09:25</p>
1284
1284
2010-09-08T23:33:58.790
2011-10-15T06:28:04.990
Guest Resizing Ubuntu 10.04 64-bit in VMware Player not working
[ "virtualization", "vmware" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-02T23:43:38.930", "id": "3529", "postId": "2314", "score": "1", "text": "Are you running the vmware-tools that comes with vmware? Or openvm-tools? I'd try openvm-tools (you can get the package over apt) and see if that works better. You may want to fully uninstall v...
null
[ { "accepted": null, "body": "<p>i dont know about vmware, but with virtual box, they there is a setting that says adjust with windows size, which you can enable and you can run smooth. I believe porting your guest system in vmware to vbox is straightforward and simple. Link <a href=\"http://www.ubuntugeek.c...
null
null
2011-10-25T11:25:34.540
null
null
2316
1
null
2010-08-15T13:56:29.730
26
15188
<p>I'm a bit of a fan of the <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Interrobang">interrobang</a> (‽), but it obviously is not on my keyboard. How can I map that character to a key combination?</p>
130
455
2010-08-15T14:21:39.873
2023-07-31T02:42:08.713
How can I map a character to a key combination?
[ "xorg", "keyboard", "keyboard-layout", "shortcut-keys" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>In GNOME you can enter unicode characters by typing: <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>u</kbd>+<kbd>unicode point</kbd>, followed <kbd>Space</kbd> or <kbd>Enter</kbd>.</p>\n<p>So, to type an interrobang, you'd enter:\n<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>u</kbd>+<kbd>203...
null
null
null
null
null
2317
1
2347
2010-08-15T14:02:17.003
5
4287
<p>I had a look at my <code>bootchart</code>s and something seems to be wrong with them. The <code>ureadahead</code> process does what it's supposed to do (disk utilisation is 100% most of the time), but it also blocks any other action.</p> <p>Since I've got a slow, laptop harddrive, <code>ureadahead</code> itself takes ~50s of the boot time. Then, the rest of the visible boot sequence takes another 100s to complete, using a lot of CPU, but not maxing it out and lots of IO (again, 100% almost all the time).</p> <p>This seems just strange to me. Is my <code>ureadahead</code> misconfigured? Why does it block tasks like bringing up the network which seems to be taking lots of cpu? Should it take ~50% of the bootchart time in general?</p> <p>Edit: here is the example bootchart: <a href="http://img191.imageshack.us/img191/1049/localhostkarmic20100815.png">http://img191.imageshack.us/img191/1049/localhostkarmic20100815.png</a> (or this if the direct one didn't work: <a href="http://yfrog.com/f/5blocalhostkarmic20100815p/">http://yfrog.com/f/5blocalhostkarmic20100815p/</a> )</p>
1287
1287
2010-08-15T21:30:50.617
2010-09-23T20:15:16.750
ureadahead seems to block the system on boot
[ "boot", "time" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-15T18:23:35.493", "id": "2262", "postId": "2317", "score": "0", "text": "Would you be able to upload your bootchart here?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-08-15T21:31:20.523", "id": "2273", "postId": "2317", ...
{ "accepted": true, "body": "<p>Blocking the boot is by design. The point of ureadahead is to preload all the data your boot will require ahead of time. The reason to do this is that the primary reason for disc slowness is seek times - even slow hard drives should be able to push out >50 MB/sec reads, but if you need to seek around - at tens of <i>milliseconds</i> per seek - that decreases dramatically. By running ahead of time, ureadahead should be able to minimise the seeks and hence minimise the time needed to read all the data your boot will need.</p>\n\n<p>So, the <i>ideal</i> bootchart looks like ureadahead at 100% I/O utilisation, followed by everything else starting up and using no (disc) I/O. This boot isn't practically achievable, not least because many of the services we're starting up write to the disc, but that's the idea.</p>\n\n<p>Looking at your bootchart it seems that ureadahead is having a hard time actually pulling data off your disc - there's lots of time where it's at a very low throughput. Even so, it looks like it's doing some of its job - after ureadahead starts your boot is mostly CPU bound, rather than I/O bound, and it looks like the large patches of I/O-bound boot are associated with <code>preload</code> firing up. </p>\n\n<p>You might want to try removing <code>preload</code>, or to reprofile your boot¹, or it might be that some of your files are very fragmented, or it might be a bug in ureadahead.</p>\n\n<p>1: Removing the <code>pack</code> files from /var/lib/ureadahead will cause ureadahead to reprofile on your next boot.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T01:36:21.283", "id": "2347", "lastActivityDate": "2010-08-16T01:36:21.283", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "188", "parentId": "2317", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Blocking the boot is by design. The point of ureadahead is to preload all the data your boot will require ahead of time. The reason to do this is that the primary reason for disc slowness is seek times - even slow hard drives should be able to push out >50 MB/sec reads, but...
null
null
null
null
null
2319
1
2360
2010-08-15T14:25:18.570
3
990
<p>I want to test Sidux in Dual-Boot! Cause it is Debianoid a question popped up: Is ist possible to use PPAs in Sidux, too?</p>
654
866
2011-01-10T19:01:49.547
2012-01-26T17:53:21.917
Can I use Ubuntu PPAs in Sidux?
[ "ppa", "debian" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No. Some packages may work, however there is a good probability that a package may not work on sidux (or more specifically Debian sid).</p>\n\n<p>This is <strong>not <em>just</em> because of dependency issues</strong>. Dependency issues are easily resolved by creating dummy packages and installing the correct packages yourself. Further, a great deal of the packages are Debian packages recompiled unmodified on Ubuntu -- all packages with version numbers that don't end in <code>-0ubuntu1</code> or more generally <code>-XubuntuY</code>. IIRC, greater than 75% of packages in Ubuntu are unmodified. Clearly dependencies aren't such a huge issue.</p>\n\n<p><em>Binary compatibility</em> is something you should be more afraid of. Ubuntu is <a href=\"https://wiki.ubuntu.com/MarkShuttleworth#What%20about%20binary%20compatibility%20between%20distributions?\" rel=\"nofollow\">not always binary compatible</a> with Debian. It maybe at times, it may not at other times. Packages on Launchpad PPAs are complied in a clean root <em>Ubuntu</em> environment not <em>Debian</em>. Should it be that at the given time the two are not binary compatible, the package will break on your computer.</p>\n\n<p>So, here's the best way to do this (although not the quickest). Install <code>pbuilder</code>. Add the PPA's source repository to your software sources. Download the source package using <code>apt-get source foobar</code> and then run <code>sudo pbuilder build foobar-1.2.3-0ubuntu4ppa5.dsc</code>. (Please save yourself some time and use tab auto-completion, don't try to remember which version was downloaded). This will build the package from source and give you a binary compatible (since you compiled it on your own machine) <code>.deb</code> that you can install available in <code>/var/cache/pbuilder/result/</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-16T06:03:08.957", "id": "2360", "lastActivityDate": "2012-01-26T17:53:21.917", "lastEditDate": "2012-01-26T17:53:21.917", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "203", "parentId": "2319", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<p>Technically yes. The PPAs use the same format as normal apt respositories so you'd be fine in that respect.</p>\n\n<p>The problem comes with dependencies. If packages have different names, you're not going to be able to fulfil some deps without pulling more and more Ubuntu pa...
null
null
2012-01-26T18:15:39.500
null
null
2321
1
2325
2010-08-15T14:46:51.000
77
248040
<p>I suspect that the name server provided by my ADSL modem/router is buggy. Whenever I browse to a website for the first time in ubuntu, resolving the domain name takes at least 15 seconds.</p> <p>To work around that problem, I changed the nameserver configuration in <code>/etc/resolv.conf</code> from 192.168.1.1 (my ADSL modem) to 8.8.8.8 (google's primary DNS). This seems to fix the problem, but unfortunately my changes to <code>/etc/resolv.conf</code> are overwritten by "NetworkManager" at each startup.</p> <p>What is the proper way to configure the name server IP in ubuntu 10.4? </p>
1288
1288
2010-08-16T10:20:20.827
2020-07-06T11:34:33.647
What is the proper way to change the DNS IP?
[ "network-manager", "dns" ]
15
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you have typical connection setup with the network manager and DHCP, try the following:</p>\n\n<ol>\n<li>Right click on the network manager icon in the panel and choose \"Edit connections...\"</li>\n<li>Select your connection from the wired or wireless tab, choose \"Edit\"</li>\n<li>(Enter your password if the connection is set as \"system-wide available\")</li>\n<li>Choose IPv4 settings tab</li>\n<li>Switch method to \"Automatic (DHCP) addresses only\"</li>\n<li>Enter the name server you want in the box \"Additional DNS servers\" and press \"Apply\"</li>\n</ol>\n\n<p>That should do the trick.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2012-12-07T08:25:30.020", "id": "279537", "postId": "2325", "score": "1", "text": "This continues to work in Ubuntu 12.04 and later, even though NetworkManager now uses resolvconf to handle resolv.conf.", "userDisplayName": null, "userId": "1745646" }, { "creationDate": "2014-03-21T10:02:08.547", "id": "569875", "postId": "2325", "score": "5", "text": "If you are wondering where the configuration ends up, have a look at `/etc/NetworkManager/system-connections/` (you will need administrative privileges to access those configuration files).", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2015-04-28T20:43:14.920", "id": "867448", "postId": "2325", "score": "5", "text": "This only changes dns for the current connection, but is there also a way for a [Global DNS change](https://askubuntu.com/questions/466045/global-dns-change)?", "userDisplayName": null, "userId": "34298" }, { "creationDate": "2018-06-15T09:21:52.133", "id": "1707732", "postId": "2325", "score": "0", "text": "the list is empty for me. what does it use by default?", "userDisplayName": null, "userId": "12271" }, { "creationDate": "2018-12-07T01:35:06.317", "id": "1810866", "postId": "2325", "score": "3", "text": "Works exactly the same on terminal interface `nmtui` btw!", "userDisplayName": null, "userId": "449357" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-15T15:06:29.297", "id": "2325", "lastActivityDate": "2012-12-07T09:22:31.760", "lastEditDate": "2012-12-07T09:22:31.760", "lastEditorDisplayName": null, "lastEditorUserId": "1745646", "ownerDisplayName": null, "ownerUserId": "275", "parentId": "2321", "postTypeId": "2", "score": "66" }
[ { "accepted": null, "body": "<p>I believe if you change it under the network manager its self the changes with persist. </p>\n\n<p>To use eth0 for example</p>\n\n<p>Network Manager -> Wired -> Auto eth0 -> ipv4 Settings.</p>\n\n<p>Set your DNS server to 8.8.8.8 and apply. </p>\n", "commentCount": "3", ...
null
null
null
null
null
2323
1
2556
2010-08-15T14:58:24.590
1
227
<p>I'm running HDMI video and audio from the on-board ATI graphics output of a <a href="http://www.gigabyte-usa.com/Products/Motherboard/Products_Spec.aspx?ProductID=2951" rel="nofollow">GIGABYTE GA-MA78GM-S2HP motherboard</a> to an <a href="http://www.p4c.philips.com/cgi-bin/dcbint/cpindex.pl?tmplt=Funai&amp;scy=US&amp;slg=AEN&amp;cat=TV_CA&amp;sct=LCD_TV_SU&amp;session=20091129021003_66.249.65.3&amp;grp=SOUND_AND_VISION_GR&amp;ctn=19PFL3504D/F7&amp;mid=Link_Software&amp;hlt=Link_Software" rel="nofollow">Philips TV</a>. It works fine, but every once in a while the screen will go blank and I can't seem to get it back without reseting the computer. The screen saver and power modes don't seem to cause it and I tried disabling them to no avail.</p> <p>Does anyone have any tips on how I could (a) reset the video output without a hard CPU reset, (b) gather more data to troubleshoot the problem and/or better yet (c) know what could be causing this issue?</p> <hr> <p>I have replaced the 19" TV with a 24" HDMI monitor and have not had a reoccurrence of this problem since that time.</p>
1188
1188
2010-12-02T05:29:18.763
2010-12-02T05:29:18.763
How do I troubleshoot sporadic HDMI failures?
[ "10.04", "video" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-01T23:19:00.830", "id": "16601", "postId": "2323", "score": "0", "text": "Please update your question as you gather new info, per the latest update your system is freezing.", "userDisplayName": null, "userId": "742" } ]
{ "accepted": true, "body": "<p>a) </p>\n\n<p>Have you tried to restart X?. You can do it from the terminal (switch using CTRL+ALt+F1) and writing:</p>\n\n<pre><code>/etc/init.d/gdm restart\n</code></pre>\n\n<p>or</p>\n\n<pre><code>service gdm restart\n</code></pre>\n\n<p>If this doesn't work you could try to unload/load the graphic card module from the kernel, but this can a little tricky as usually there are a couple of modules depending one on another. You can start typing lsmod in a terminal to see what modules you have loaded. You can force modules to unload using rmmod as root and load them again with modprobe.</p>\n\n<p>b)</p>\n\n<p>Have you looked at the system and X.org logs?. You can check them on System->Administration->System Logs or in /var/log/. The needed info is likely shown at the bottom of a dmesg command right after the problems happen.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-18T13:34:47.403", "id": "2542", "postId": "2556", "score": "0", "text": "Next time it happens I will try to ssh into the box from another machine. Since the display goes out it is hard to open a terminal and run commands (if it is even responsive). ;)", "userDisplayName": null, "userId": "1188" }, { "creationDate": "2010-08-18T14:16:01.360", "id": "2547", "postId": "2556", "score": "0", "text": "You can view older logs easy with the System Log utility.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-09-02T01:55:07.440", "id": "3491", "postId": "2556", "score": "0", "text": "It's not X, or at least it isn't only X that fails. I can't switch to a terminal or ssh from another computer on the network when it happens.", "userDisplayName": null, "userId": "1188" }, { "creationDate": "2010-09-02T06:48:26.413", "id": "3500", "postId": "2556", "score": "0", "text": "Have you looked at old logs?. There must be some clue there.", "userDisplayName": null, "userId": "211" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T07:06:59.087", "id": "2556", "lastActivityDate": "2010-12-01T23:07:33.543", "lastEditDate": "2010-12-01T23:07:33.543", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "211", "parentId": "2323", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>a) </p>\n\n<p>Have you tried to restart X?. You can do it from the terminal (switch using CTRL+ALt+F1) and writing:</p>\n\n<pre><code>/etc/init.d/gdm restart\n</code></pre>\n\n<p>or</p>\n\n<pre><code>service gdm restart\n</code></pre>\n\n<p>If this doesn't work you could try ...
null
null
null
null
null
2332
1
2358
2010-08-15T17:56:11.807
1
2266
<p>I have used cowbuilder to set-up a chainroot with ubuntu+1 (essentially minimal ubuntu installation in a sub-folder, which you can "change" into, for example for building packages in a clean environment).</p> <p>How can I start gnome-session from there? Ideally I want it to appear on a new VT. I hope to achieve poor-man's virtualisation ;-) </p>
72
72
2010-08-16T00:32:46.620
2010-08-16T20:45:47.150
How to start GNOME session from chainroot?
[ "virtualization" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-15T18:19:55.003", "id": "2260", "postId": "2332", "score": "2", "text": "Please elaborate, what is \"chainroot\"?", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-16T00:37:36.970", "id": "2288", "postId": "2332", "sco...
{ "accepted": true, "body": "<p>You should be able to do this with a combination of <code>startx</code> and <code>/etc/X11/Xsession</code>, as long as you've got the necessary trees bind-mounted (I'd guess that you'll need <code>/dev</code>, <code>/sys</code>, and <code>/proc</code>)</p>\n\n<p>Chroot into your… chroot and run</p>\n\n<pre><code>sudo startx bash\n</code></pre>\n\n<p>which should give you an X term with a shell. To start a GNOME session you can simply run</p>\n\n<pre><code>/etc/X11/Xsession\n</code></pre>\n\n<p>from that shell.</p>\n\n<p>You should be able to get this on the VT of your choice; check out the man page for <code>startx</code> for this, and other potentially interesting options.</p>\n\n<p>Note that this doesn't make for a secure chroot - since <code>/proc</code> and <code>/sys</code> and <code>/dev</code> are mounted in the chroot a sufficiently advanced malicious user break out of the chroot with ease.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T05:10:02.413", "id": "2358", "lastActivityDate": "2010-08-16T05:10:02.413", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "188", "parentId": "2332", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>You should be able to do this with a combination of <code>startx</code> and <code>/etc/X11/Xsession</code>, as long as you've got the necessary trees bind-mounted (I'd guess that you'll need <code>/dev</code>, <code>/sys</code>, and <code>/proc</code>)</p>\n\n<p>Chroot into y...
null
null
null
null
null
2336
1
41945
2010-08-15T20:25:42.210
1
1277
<p>I'm running Ubuntu 10.04 LTS (Lucid Lynx) on my Lenovo Thinkpad T60. I randomly get screen flickerings on my screen. Once it happens, it doesn't go away (unless I reboot my computer). I would describe the flickering as horizontal color lines appearing throughout the screen where the text is difficult to read everywhere.</p> <p>I ran the following to see what video card is installed:</p> <pre><code>$ lspci | grep VGA 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400 </code></pre> <p>My question is: <strong>what's wrong and how do I fix it?</strong></p>
394
null
null
2011-05-11T03:13:32.193
Thinkpad T60 flickering screen
[ "video", "laptop", "thinkpad" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm now running Ubuntu 11.04 on my Thinkpad T60, and the screen flickering issue doesn't exist anymore.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-11T03:13:32.193", "id": "41945", "lastActivityDate": "2011-05-11T03:13:32.193", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "394", "parentId": "2336", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Based on your description, sounds like <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/541501\" rel=\"nofollow\">Bug #541501</a> which is still open.</p>\n\n<p>I have a similar problem on a Thinkpad T60 with ATI Radeon Mobility X1300. None of the workarounds su...
null
null
null
null
null
2337
1
3665
2010-08-15T21:03:28.080
3
480
<p>I'm having problems installing the drivers for internet connectivity from service provider. My computer recognizes the files when I insert the stick but does not want to install the drivers when I click on the .exe files.</p>
794
23
2010-09-04T09:15:47.553
2010-09-05T18:16:53.273
Installing drivers for internet connectivity
[ "windows", "networking", "drivers" ]
5
6
CC BY-SA 2.5
[ { "creationDate": "2010-08-15T21:15:32.867", "id": "2272", "postId": "2337", "score": "3", "text": "Please give more details. What is the model of the device? Which service provider? Is it wireless, ethernet, dialup, other?", "userDisplayName": null, "userId": "667" }, { "creatio...
{ "accepted": true, "body": "<p>When you see the windows drivers on the modem it is in USB-drive state. You need to install usb-modeswitch to toggel it in to modem mode.\nThis is also what namkid is refereing to as \"flip flop USB\". You can install this tool from the software center.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-05T13:24:17.750", "id": "3665", "lastActivityDate": "2010-09-05T13:24:17.750", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "137537", "parentId": "2337", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>I am not sure that you necessarily need to do this, it depends on what network interface you are trying to install. </p>\n\n<p>However assuming it is a wireless card and that you really do require the windows drivers you may find what you need to know on the <a href=\"https:/...
null
null
null
null
null
2340
1
2343
2010-08-15T22:14:17.820
2
899
<p>When Kubuntu needs to be upgraded between versions (e.g. 9.10 to 10.04), there's a notifier icon that shows up in the system tray,</p> <p><img src="https://www.howtoforge.com/images/upgrade_kubuntu_9.10_to_10.04/5.png" alt="upgrade icon"></p> <p>(<a href="http://www.howtoforge.com/how-to-upgrade-kubuntu-9.10-karmic-koala-to-10.04-lucid-lynx" rel="nofollow noreferrer">Source</a>)</p> <p>But if I click on it to start the upgrade and it fails for some reason (in my case, not enough space on the <code>/boot</code> partition), the icon disappears. How can I either get it back, or run the upgrade manually, without having to log out and log back in?</p>
104
527764
2017-03-29T06:51:49.380
2017-03-29T06:51:49.380
How do I get the Kubuntu upgrade notification icon back?
[ "upgrade", "kubuntu", "notification" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Open up KPackageKit in Kickoff (under the Computer tab), and it should offer to install updates.</p>\n\n<p>If KPK can't do it:</p>\n\n<pre><code>sudo do-release-upgrade\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-16T00:41:06.790", "id": "2289", "postId": "2343", "score": "0", "text": "Hm, I thought I did that and it only gave me 4 updates, the regular security/bugfix complement... but I'll go back and try it again to check.", "userDisplayName": null, "userId": "104" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-15T23:25:46.833", "id": "2343", "lastActivityDate": "2010-08-16T01:25:36.380", "lastEditDate": "2010-08-16T01:25:36.380", "lastEditorDisplayName": null, "lastEditorUserId": "1158", "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "2340", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>Open up KPackageKit in Kickoff (under the Computer tab), and it should offer to install updates.</p>\n\n<p>If KPK can't do it:</p>\n\n<pre><code>sudo do-release-upgrade\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-16T0...
null
null
null
null
null
2341
1
2342
2010-08-15T22:38:46.467
1
2106
<p>I have a very fresh install of Lucid 10.04 64bit, fully upgraded, and with a raft of additional packages added. Amongst them is <code>emacs</code> (23.1+1-4ubuntu7). I habitually launch <code>emacs</code> from a terminal. </p> <p>I just observed that when I have the GUI <code>emacs</code> (i.e., the result of running <code>emacs</code> not <code>emacs --nw</code>) and I <kbd>Alt</kbd>+<kbd>Tab</kbd> away from it, each press of <kbd>Alt</kbd>+<kbd>Tab</kbd> results in the line</p> <pre><code>** (emacs:7690): CRITICAL **: murrine_style_draw_box: assertion `height &gt;= -1' failed </code></pre> <p>being output to my terminal window (I assume it's from the stderr of the <code>emacs</code> process).</p> <p>This didn't happen on Jaunty 9.04, for which I had the default Jaunty <code>emacs</code> package installed. </p> <p>How to fix?</p>
179
507051
2017-12-13T16:46:42.027
2017-12-13T16:48:20.017
How to get rid of odd error line when ALT+TAB'ing away from an emacs launched in terminal
[ "10.04", "command-line", "emacs" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The <a href=\"https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/538499\" rel=\"nofollow noreferrer\">bug is\nknown</a>,\nand there is a work-around in <a href=\"https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/538499/comments/24\" rel=\"nofollow noreferrer\">this comment on\nit</a>.\nI effected the change there suggested; once I closed and reopened emacs, the problem was solved.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2010-08-15T22:39:01.660", "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-15T22:39:01.660", "id": "2342", "lastActivityDate": "2017-12-13T16:48:20.017", "lastEditDate": "2017-12-13T16:48:20.017", "lastEditorDisplayName": null, "lastEditorUserId": "507051", "ownerDisplayName": null, "ownerUserId": "179", "parentId": "2341", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>The <a href=\"https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/538499\" rel=\"nofollow noreferrer\">bug is\nknown</a>,\nand there is a work-around in <a href=\"https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/538499/comments/24\" rel=\"nofollow noreferre...
null
null
null
null
null
2344
1
null
2010-08-15T23:44:10.620
2
3530
<p>The audio configuration must have changed from 9.10 to 10.04, because audio no longer seems to work with DOOM 3. This was the suggested way to run DOOM 3 before, and it worked fine:</p> <pre><code>doom3 +set s_alsa_pcm plughw:0 </code></pre> <p>However, DOOM 3 is completely silent after I upgraded to Ubuntu 10.04. Has anyone gotten the audio for DOOM 3 to work in Lucid Lynx?</p> <p>Edit: Here's some potentially useful console output:</p> <pre><code>------------------------------------ dlopen(libasound.so.2) asoundlib version: 1.0.22 Alsa is available ------ Alsa Sound Initialization ----- snd_pcm_open SND_PCM_STREAM_PLAYBACK 'plughw:0' failed: Device or resource busy dlclose WARNING: sound subsystem disabled </code></pre> <p>Edit2: Well, it seems that DOOM 3 is unable to share, like other applications, so closing Rhythmbox and Chrome and anything else that shows up in Sound Preferences under the Applications tab worked. I would like to get it to play nice like everything else, but that may be too much to ask. If someone can come up with a solution that causes DOOM 3 to coexists peacefully with other applications would constitute an accepted answer. It sucks to have to close everything else first.</p>
90
90
2010-08-17T19:31:49.350
2010-08-17T19:31:49.350
Anyone get DOOM 3 audio working properly with Ubuntu 10.04?
[ "10.04", "sound", "games" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-16T09:00:44.293", "id": "2309", "postId": "2344", "score": "0", "text": "Sadly Doom III stopped working for me after upgrading to 10.04 :/", "userDisplayName": null, "userId": "644" } ]
null
[ { "accepted": null, "body": "<p>Try change the driver to OSS, perhaps like this (sorry I can't verify this command atm):</p>\n\n<pre><code>doom3 +set s_driver oss\n</code></pre>\n\n<p>Also check that nothing else is using the sound card, like a music player?</p>\n", "commentCount": "0", "comments": ...
null
null
2013-03-14T17:04:45.367
null
null
2345
1
null
2010-08-16T00:35:59.143
5
443
<p>I guess the question explains it all...</p>
null
235
2013-03-04T15:18:25.487
2013-03-04T15:18:25.487
Where to file bugs/wishlist for Unity?
[ "unity", "bug-reporting" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p><a href=\"https://bugs.edge.launchpad.net/unity/+filebug\">https://bugs.edge.launchpad.net/unity/+filebug</a></p>\n\n<p>The link answers it all.... =)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
null
null
null
null
baktong
2348
1
2357
2010-08-16T01:38:43.447
2
657
<p>Is there a network-synchronized multi-user IDE available in the Ubuntu repositories?</p> <p>If so, how did you find out about it? This is not the sort of thing that has an easy-to-search-for name...</p>
1304
235
2012-04-11T14:13:53.883
2012-04-11T14:13:53.883
Is there a SubEthaEdit-like text editor?
[ "software-recommendation", "text-editor" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-16T01:52:41.930", "id": "2295", "postId": "2348", "score": "0", "text": "i think you might need to explain more.", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-16T02:52:01.773", "id": "2298", "postId": "2348", "scor...
{ "accepted": true, "body": "<p>I don't know about a real IDE (programming environment) but there are several applications that allow you to work together on \"something\". Some that I know about:</p>\n\n<ul>\n<li>The *obby family of applications (Gobby, etc.) are text editors, but not really usable as a full IDE in my opinion (although it could be possible to write an IDE based on its library?). Gobby is used at the Ubuntu Developer Summits to take notes.</li>\n<li>AbiWord is a word processor that has a collaboration plugin</li>\n<li>Coccinella (not in the Ubuntu archive) is a combination of a chat client and a shared whiteboard</li>\n</ul>\n\n<p>And of course there are also several on-line web-applications for collaborative editing.)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T04:23:22.990", "id": "2357", "lastActivityDate": "2010-08-16T04:37:27.577", "lastEditDate": "2010-08-16T04:37:27.577", "lastEditorDisplayName": null, "lastEditorUserId": "935", "ownerDisplayName": null, "ownerUserId": "935", "parentId": "2348", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>I haven't used either, but I believe <a href=\"http://gobby.0x539.de/trac/\" rel=\"nofollow\">Gobby</a> is similar</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T02:27:...
null
null
null
null
null
2351
1
2384
2010-08-16T02:50:38.360
3
926
<p>Where is a good (working, no dependency issues) PPA for qemu-kqemu and the kqemu module builder for Ubuntu 10.04?</p> <p>A good PPA from which to obtain kqemu for 10.04 from would be one that has a working package with dependencies set to be handled correctly and that one can install without having to hold packages or override to keep qemu and kqemu at the PPA version. Since upstream support is gone, updates are unlikely.</p> <p>Please don't suggest alternatives unless you can show they are faster than kqemu at disk I/O and networking on a VT-free machine. I am quite aware that kqemu development has been discontinued and that Canonical has discontinued KQEMU support, leaving VT-free users who need fast virtualization in the cold.</p>
1304
1304
2010-09-09T15:44:08.567
2010-09-09T15:44:08.567
kqemu ppa for 10.04
[ "10.04", "virtualization", "qemu" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2010-08-16T12:40:29.583", "id": "2318", "postId": "2351", "score": "1", "text": "@Downvoters: Please justify your votes. @Closer: how is this subjective? It's a clear question with a clear answer.", "userDisplayName": null, "userId": "449" }, { "creationDate": ...
{ "accepted": true, "body": "<p>Try <a href=\"https://launchpad.net/~dnjl/+archive/virtualization\" rel=\"nofollow\">this</a> ppa:</p>\n\n<pre><code>deb http://ppa.launchpad.net/dnjl/virtualization/ubuntu lucid main\ndeb-src http://ppa.launchpad.net/dnjl/virtualization/ubuntu lucid main\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T15:36:46.280", "id": "2384", "lastActivityDate": "2010-08-16T15:36:46.280", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "667", "parentId": "2351", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Try <a href=\"https://launchpad.net/~dnjl/+archive/virtualization\" rel=\"nofollow\">this</a> ppa:</p>\n\n<pre><code>deb http://ppa.launchpad.net/dnjl/virtualization/ubuntu lucid main\ndeb-src http://ppa.launchpad.net/dnjl/virtualization/ubuntu lucid main\n</code></pre>\n", ...
null
null
null
null
null
2352
1
2359
2010-08-16T02:51:00.277
9
4365
<p>I was wondering if anyone has a workaround for VNC remote not working with Ubuntu running compiz. From what I can tell it works if I disable compiz effects, but who's not a fan of eye candy? Anyway, it's not a huge deal if there's no work around anyone knows because I've been using nx server instead to remote connect to my desktop. I was just wondering if there's a way to get VNC working because I have an app on my ipod touch that can VNC, but there's no NX client for the itouch.</p>
541
null
null
2010-08-17T13:21:37.603
VNC remote doesn't work with Ubuntu?
[ "compiz", "vnc" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-08-16T04:18:54.197", "id": "2301", "postId": "2352", "score": "1", "text": "I can't reproduce this (VNC works for me when running compiz, although the eye-candy makes it rather slow), maybe it's related to your graphics card driver or you use a different VNC server (I use...
{ "accepted": true, "body": "<p>I have the same issue. I don't know how to fix it, but I came up with a decent work-around. I added a launcher on the top panel to switch to the Metacity window manager.</p>\n\n<ol>\n<li>Right click on the panel and click \"Add to Panel...\"</li>\n<li>Choose \"Custom Application Launcher\" and click \"Add\"</li>\n<li>Type whatever you want for the name. I called it \"Metacity\"</li>\n<li>Type \"metacity --replace\" (without the quotes) for the command</li>\n<li>Optionally fill in the comment box and choose an icon (I used vinagre.png since I run it from VNC)</li>\n</ol>\n\n<p>When I log in remotely, the first thing I do is click the Metacity launcher, and the screen starts updating correctly.</p>\n\n<p>I have fusion-icon installed, so I use it to switch back instead of making a launcher for Compiz. If you want to use a launcher to switch back to Compiz, follow the same steps for Metacity, but use the command \"compiz --replace\".</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-16T20:28:06.600", "id": "2371", "postId": "2359", "score": "0", "text": "Thanks for the tip. I'm going to have to give this a try. I wonder if there's a way for it to default to metacity when I start to connect remotely and default back to compiz when I break connection...", "userDisplayName": null, "userId": "541" }, { "creationDate": "2010-08-18T11:22:52.863", "id": "2531", "postId": "2359", "score": "0", "text": "Nice tip Matthew. +1", "userDisplayName": null, "userId": "1427" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T05:18:22.180", "id": "2359", "lastActivityDate": "2010-08-16T05:18:22.180", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "30", "parentId": "2352", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>I have the same issue. I don't know how to fix it, but I came up with a decent work-around. I added a launcher on the top panel to switch to the Metacity window manager.</p>\n\n<ol>\n<li>Right click on the panel and click \"Add to Panel...\"</li>\n<li>Choose \"Custom Applicat...
null
null
null
null
null
2353
1
2355
2010-08-16T03:31:09.180
10
2702
<p>I want to experiment with virtualization in Ubuntu 10.04 and have found the following list of hopefully relevant names: Xen, OpenVZ, KVM, Vservers, EC2 and Solaris Zones, although this is just a sample list and the question is not exclusive to these.</p> <p>From the community's experience, what virtualization solution should I use on Ubuntu to learn with? Factors are ease of setup, ease of use. Stability is also important. Secondary are memory usage and performance issues. </p> <p>What do I want to virtualize? Well, pretty much anything the chosen software will allow, under the banner of experimentation.</p>
1046
235
2010-11-02T02:21:16.557
2024-02-27T10:56:03.420
What's the friendliest virtualization solution?
[ "virtualization" ]
7
5
CC BY-SA 2.5
[ { "creationDate": "2010-08-16T08:19:56.780", "id": "2307", "postId": "2353", "score": "2", "text": "What problem are you trying to solve?", "userDisplayName": null, "userId": "24" }, { "creationDate": "2010-08-16T12:19:08.100", "id": "2317", "postId": "2353", "score":...
{ "accepted": true, "body": "<p>I'd recommend VirtualBox, if you're just getting started. (<code>apt-get install virtualbox-ose</code>) It's intended for running a virtual machine on a desktop (or laptop) computer, so that you can use both the virtual (guest) computer and the real (host) computer together. It gives you a nice GUI that you can use to create virtual machines and alter their settings. You can start and stop the virtual machine, so that if you need extra processing power for some task you're running on the host, the guest doesn't have to get in the way.</p>\n\n<p>The names you gave in your question are more high-level, I think. They're the kinds of things I hear about in connection with virtual private server (VPS) companies, which are web hosting companies that use virtualization to provide several people with servers using one physical computer. They're probably somewhat more complicated to set up and maintain, and typically when you use something like Xen, the host computer isn't intended to do much besides serving as a \"base\" for the VPS's.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-16T12:18:22.420", "id": "2316", "postId": "2355", "score": "0", "text": "I agree with David on this - if you're going to be using your host (Desktop) while you plan to use your guest machines (VMs) then you'll most definitely want to use something like VirtualBox.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-16T13:16:54.870", "id": "2320", "postId": "2355", "score": "0", "text": "Thanks David, very clear options, well explained. I did install virtualbox. Will enjoy experimenting with the software.", "userDisplayName": null, "userId": "1046" }, { "creationDate": "2011-07-15T13:12:21.490", "id": "59552", "postId": "2355", "score": "0", "text": "I would not recommend the ose version, but rather the one thats still freely downloadable from their website. Sharing USB devices properly to the virtual machine is quite useful and does not work with the OSE version (at least the last time I tried they did not). And by USB devices I'm referring to headset, webcam etc.", "userDisplayName": null, "userId": "11933" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T03:47:15.617", "id": "2355", "lastActivityDate": "2010-08-16T03:47:15.617", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "104", "parentId": "2353", "postTypeId": "2", "score": "19" }
[ { "accepted": true, "body": "<p>I'd recommend VirtualBox, if you're just getting started. (<code>apt-get install virtualbox-ose</code>) It's intended for running a virtual machine on a desktop (or laptop) computer, so that you can use both the virtual (guest) computer and the real (host) computer together. ...
null
null
null
null
null
2354
1
null
2010-08-16T03:34:32.770
2
382
<p>How does one prevent the power-save load-cycling of a laptop hard drive in 10.04 in desktop and laptop machines? These desktop and laptop machines with laptop hard drives have thousands of load cycles, already according to smartctl, and we don't want them to die of kerchunking.</p> <p>Laptop-mode-tools is, or was, somehow involved. The files have moved around and been refactored a good bit since I fixed this on 9.04, and I can't seem to find the setting now.</p>
1304
1304
2010-08-23T11:03:50.560
2010-08-23T11:03:50.560
Fix laptop hard drive load cycles / kerchunking in desktop and laptop Ubuntu 10.04 machines
[ "hardware", "laptop" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-17T03:20:48.823", "id": "2409", "postId": "2354", "score": "1", "text": "It seems that there is no way to get Ubuntu to hold off disk accesses for hours in a way that makes it possible to sleep laptop drives in an always-on machine without causing spin-up almost immedi...
null
[ { "accepted": null, "body": "<p><code>sudo hdparm -B254 /dev/yourdisk</code></p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-08-17T03:00:43.477", "id": "2408", "postId": "2361", "score": "1", "text": "That only fixes it temporarily. \...
null
null
2013-03-14T17:04:50.030
null
null
2363
1
null
2010-08-16T06:52:52.070
4
1493
<p>I alternate between a Unicomp <a href="http://pckeyboards.stores.yahoo.net/en104bl.html" rel="nofollow">clicky keyboard</a> by day, and the Apple bluetooth keyboard by night.</p> <p>The Apple keyboard physically swaps the <kbd>Alt</kbd> and <kbd>Windows</kbd> keys. How do I counteract this?</p> <p>Also, how can I streamline the process since I switch keyboards twice per day.</p>
409
17739
2011-10-27T18:39:39.973
2017-05-03T06:51:29.963
Conveniently switch between Apple and PC keyboard (swap Windows and Alt keys)
[ "keyboard", "automation" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This is on Ubuntu 10.04.</p>\n\n<h2>Manually swapping the Windows and Alt keys</h2>\n\n<ol>\n<li>System -> Preferences -> Keyboard</li>\n<li>Layouts tab</li>\n<li>Click \"Options...\"</li>\n<li>Expand \"Alt/Win key behavior\"</li>\n<li>Choose between:\n<ul>\n<li>Default (when...
null
null
null
null
null
2366
1
2367
2010-08-16T07:40:40.977
3
44540
<p>How do i add a new user to my FTP server running ProFTPD. I have the server running, i added a system user but i get Login incorrect.</p> <p>Thank you for your help in advance.</p>
82
41
2010-08-16T12:15:23.833
2016-03-21T14:50:59.043
How do I manage users in ProFTPD?
[ "configuration", "ftp", "authentication" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-16T08:17:36.083", "id": "2306", "postId": "2366", "score": "0", "text": "Do you have virtual users enabled?", "userDisplayName": null, "userId": "289" }, { "creationDate": "2010-08-16T12:14:17.047", "id": "2315", "postId": "2366", "score": "...
{ "accepted": true, "body": "<p>If normal system users are used, you simply use the system utilities: adduser, usermod, useradd, userdem, deluser, etc</p>\n\n<p>If virtual users are enabled the users are managed in the file defined by the AuthUserFile directive and the groups in AuthGroupFile. The format is similar to the system passwd file and group file. You can learn more at <a href=\"http://www.proftpd.org/docs/howto/VirtualUsers.html\" rel=\"nofollow\">http://www.proftpd.org/docs/howto/VirtualUsers.html</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T08:24:55.207", "id": "2367", "lastActivityDate": "2010-08-16T08:24:55.207", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2366", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If normal system users are used, you simply use the system utilities: adduser, usermod, useradd, userdem, deluser, etc</p>\n\n<p>If virtual users are enabled the users are managed in the file defined by the AuthUserFile directive and the groups in AuthGroupFile. The format is...
null
null
null
null
null
2368
1
2369
2010-08-16T08:25:04.800
642
1298460
<p>I want to schedule a task to run on a regular basis and have heard that Cron is the way to do this.</p> <p>How do I add Cron jobs in Ubuntu?</p>
82
449
2015-08-18T11:26:15.997
2020-04-07T18:59:30.453
How do I set up a Cron job?
[ "cron" ]
8
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Put a shell script in one of these folders: <code>/etc/cron.daily</code>, <code>/etc/cron.hourly</code>, <code>/etc/cron.monthly</code> or <code>/etc/cron.weekly</code>. </p>\n\n<p>If these are not enough for you, you can add more specific tasks e.g. twice a month or every 5 minutes. Go to the terminal and type:</p>\n\n<pre><code>crontab -e\n</code></pre>\n\n<p>This will open your personal crontab (cron configuration file). The first line in that file explains it all! In every line you can define one command to run and its schedule, and the format is quite simple when you get the hang of it. The structure is:</p>\n\n<pre><code>minute hour day-of-month month day-of-week command\n</code></pre>\n\n<p>For all the numbers you can use lists, e.g. <code>5,34,55</code> in the minutes field will mean run at 5 past, 34 past, and 55 past whatever hour is defined.</p>\n\n<p>You can also use intervals. They are defined like this: <code>*/20</code>. This example means every 20th, so in the minutes column it is equivalent to <code>0,20,40</code>.</p>\n\n<p>So to run a command every Monday at 5:30 in the afternoon:</p>\n\n<pre><code>30 17 * * 1 /path/to/command\n</code></pre>\n\n<p>or every 15 minutes</p>\n\n<pre><code>*/15 * * * * /path/to/command\n</code></pre>\n\n<p>Note that the day-of-week goes from 0-6 where 0 is Sunday.</p>\n\n<p>You can read more <a href=\"https://help.ubuntu.com/community/CronHowto\" rel=\"noreferrer\">here</a>.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-08-16T21:29:28.020", "id": "2380", "postId": "2369", "score": "10", "text": "These are system-wide and run with high privileges. I wouldn't put anything there unless there is a pressing need for access or permission. As a rule of thumb, try to do stuff without capabilities. Therefore, I like this answer better: http://ubuntu.stackexchange.com/questions/2368/how-do-i-setup-cron-job/2371#2371", "userDisplayName": null, "userId": "323" }, { "creationDate": "2010-08-16T21:44:57.050", "id": "2387", "postId": "2369", "score": "6", "text": "@Marcelo Morales, Which also will run the given commands as root! if you on the other hand doesn't use sudo then you will create a user crontab and this will be run as the user who created it!", "userDisplayName": null, "userId": "455" }, { "creationDate": "2013-12-12T01:26:54.580", "id": "498294", "postId": "2369", "score": "29", "text": "It's worth noting these changes are applied automatically, you don't need to restart/reload anything.", "userDisplayName": null, "userId": "224591" }, { "creationDate": "2016-08-12T07:56:57.200", "id": "1226627", "postId": "2369", "score": "10", "text": "Another handy tip is that instead of `*/15 * * * * /path/to/command`, you can do `@reboot /path/to/command` in order to execute something on startup.", "userDisplayName": null, "userId": "28124" }, { "creationDate": "2018-08-29T04:22:59.917", "id": "1754779", "postId": "2369", "score": "0", "text": "Run `select-editor` if you want to switch to other editor.", "userDisplayName": null, "userId": "647650" }, { "creationDate": "2019-06-10T17:20:48.403", "id": "1911349", "postId": "2369", "score": "0", "text": "Apparently days go from 0 to 7 and both 0 and 7 correspond to sunday. It's a stupid thing. But that's the way it is. No harm anyway", "userDisplayName": null, "userId": "840045" } ], "communityOwnedDate": "2010-08-17T08:20:12.917", "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-16T08:39:17.013", "id": "2369", "lastActivityDate": "2018-03-09T02:07:23.570", "lastEditDate": "2018-03-09T02:07:23.570", "lastEditorDisplayName": null, "lastEditorUserId": "301745", "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2368", "postTypeId": "2", "score": "793" }
[ { "accepted": true, "body": "<p>Put a shell script in one of these folders: <code>/etc/cron.daily</code>, <code>/etc/cron.hourly</code>, <code>/etc/cron.monthly</code> or <code>/etc/cron.weekly</code>. </p>\n\n<p>If these are not enough for you, you can add more specific tasks e.g. twice a month or every 5 ...
null
null
null
null
null
2374
1
null
2010-08-16T09:41:17.237
1
2009
<p>I have an application that is latency sensitive. Although I care about throughput, extreme low latency is more important to me.</p> <p>Please suggest how I can optimise my server to achieve the lowest possible latency - that is, the lowest possible response time from a request being received on a network interface (or inifiniband card) and the response being published.</p> <p>Initial thoughts are</p> <ul> <li>Pin all operating system activity to a set of cores and dedicate others to my (don't know the best way to do this)</li> <li>Setting <a href="http://www.linuxinsight.com/proc_sys_vm_overcommit_memory.html" rel="nofollow">overcommit_memory</a> to don't overcommit</li> </ul> <p>The article <a href="http://www.askapache.com/linux-unix/optimize-nice-ionice.html" rel="nofollow">Optimizing Servers and Processes for Speed</a> seems to be a good start but other pointers are welcome.</p> <p>Any other suggestions welcome</p>
1313
721
2011-03-23T02:18:12.027
2011-03-23T02:18:12.027
How can I optimise a server for a Low Latency application
[ "server", "performance" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>First and foremost, I think you should install and use the <code>linux-rt</code> kernel. This kernel is patched and allows nearly all of the kernel to be preempted, with the exception of a few very small regions of code (\"raw_spinlock critical regions\"). This is done by rep...
null
null
2013-03-14T17:04:57.317
null
null
2379
1
2380
2010-08-16T13:49:53.480
23
23034
<p>From outside of my house, whenever I login to my Ubuntu server using SSH, it takes about 6 seconds for me to get the prompt for password, however when I login to my web hosting server it takes about 1 second. What can I do to speed this up?</p> <pre><code>$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION="Ubuntu 8.04.1" $ ssh -v OpenSSH_4.7p1 Debian-8ubuntu1.2, OpenSSL 0.9.8g 19 Oct 2007 $ cat /proc/cpuinfo model name : Dual-Core AMD Opteron(tm) Processor 1210 cpu MHz : 1000.000 cache size : 1024 KB $ cat /proc/meminfo MemTotal: 2074528 kB </code></pre>
76
41
2010-08-16T15:51:02.417
2012-03-10T16:25:34.997
How to speed up SSH login?
[ "configuration", "ssh" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The number one reason I've seen for this is a configuration option in SSHD <code>UseDNS</code> this option (enabled by default) causes the server to perform DNS resolution on the incoming requests. A time consuming operation. I've seen logins go from one minute plus waiting for password prompt to under a few seconds. If you edit <code>/etc/ssh/sshd_config</code> on the server and add (if it's not there) at the bottom <code>UseDNS no</code> then restart the SSH daemon with <code>service ssh restart</code> you should see an improvement next time you connect.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-16T15:41:28.437", "id": "2334", "postId": "2380", "score": "6", "text": "Better to fix your DNS configuration.", "userDisplayName": null, "userId": "963" }, { "creationDate": "2010-08-16T20:56:03.430", "id": "2376", "postId": "2380", "score": "0", "text": "This worked out great!! Thanks! The login time went from 20-30 secs to less than 5 secs :)", "userDisplayName": null, "userId": "1326" }, { "creationDate": "2010-09-07T15:02:05.017", "id": "3802", "postId": "2380", "score": "3", "text": "What is the benefit of having `UseDNS` enabled?", "userDisplayName": null, "userId": "1859" }, { "creationDate": "2015-01-26T19:44:04.047", "id": "798391", "postId": "2380", "score": "0", "text": "Be aware! when you set the directive `UserDNS` after a `Match` directive you'll get an error: `is not allowed within a Match` block if you restart the sshd you'll not be able to ssh into your server. I did this mistake and I got locked out of my server. Always remember do not add any directive at the bottom of `sshd_config` if you have `Match` directive in it.", "userDisplayName": null, "userId": "372565" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T13:54:11.363", "id": "2380", "lastActivityDate": "2010-08-16T15:44:24.493", "lastEditDate": "2010-08-16T15:44:24.493", "lastEditorDisplayName": null, "lastEditorUserId": "236", "ownerDisplayName": null, "ownerUserId": "41", "parentId": "2379", "postTypeId": "2", "score": "38" }
[ { "accepted": true, "body": "<p>The number one reason I've seen for this is a configuration option in SSHD <code>UseDNS</code> this option (enabled by default) causes the server to perform DNS resolution on the incoming requests. A time consuming operation. I've seen logins go from one minute plus waiting f...
null
null
null
null
null
2386
1
2421
2010-08-16T16:26:19.680
1
265
<p>Im using <a href="http://tilda.sourceforge.net/wiki/index.php/Main_Page" rel="nofollow">tilda</a> on 2 computer, a desktop and a notebook, both with ubuntu LL 10.04 and Compiz.</p> <p>The notebook has 6Gb RAM, 4 Cpu's (Core i3 330M) @ 2,13GHz, and an ATI Radeon HD 5650 (with ati closed drivers).. its a new notebook. The Desktop has 2 Cpu, 4Gb ram and an Intel graphic card.. its 5 years old.</p> <p>I dont know why, but when i show/hide tilda (i use it in fullscreen mode with opacity), in the desktop show up instantly, instead in the notebook take 2~3 seconds.</p> <p>Why the notebook is slower, even if it is more powerfull?</p> <p>Can be a matter of drivers/graphic card type, or there is some configuration i can check?</p> <p>On both I did install tilda from ubuntu software sources.</p> <p><strong>EDIT:</strong> I just noticed that it happens when i try to maximize every window (a terminal, google chrome, gedit, etc..), if i press F11 to maximize it: in the notebook it takes few seconds, in the desktop is instantly.</p> <p>Could it be a compiz setting?</p>
829
829
2010-08-16T18:16:51.410
2010-08-16T20:23:04.070
Why tilda take long time to appear on my laptop?
[ "compiz", "software-recommendation" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It was a driver problem.</p>\n\n<p>I solved installing the latest version of ATI drivers, adding two repositories:</p>\n\n<pre><code>deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu lucid main \ndeb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu lucid main\nkey: http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0x3B22AB97AF1CDFA9\n</code></pre>\n\n<p>and then <code>sudo apt-get update</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T20:23:04.070", "id": "2421", "lastActivityDate": "2010-08-16T20:23:04.070", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "829", "parentId": "2386", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>I would try re-installing; also maybe checking to see if the key binding you use launches another process in the background that you may be unaware of. </p>\n\n<p>Open <code>top</code> and then run tilda, maybe that will help you troubleshoot better.</p>\n", "commentCount...
null
null
null
null
null
2388
1
null
2010-08-16T16:46:38.483
3
374
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/144621/how-do-i-stop-the-screensaver-from-turning-on-when-i-watching-online-videos">How do I stop the screensaver from turning on when I watching online videos?</a> </p> </blockquote> <p>Is there a way to configure Ubuntu so it does not activate the screen-saver, sleep-mode, suspend and/or hibernate while music or videos are being used?</p> <p>I normally have to move once in a while the mouse while watching a movie to prevent this.</p> <p>BTW, I use VLC for everything.</p>
175
-1
2017-04-13T12:23:44.677
2010-09-29T19:58:05.183
Screen/Power management during media use
[ "video", "sound", "hibernate", "flash", "multimedia" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-09-01T19:27:20.140
null
null
2389
1
492343
2010-08-16T17:07:01.653
330
257555
<p>I'd like to get a list of packages installed manually by <code>apt</code> or <code>aptitude</code> and be able to find out whether a <code>foobar</code> package was installed manually or automatically.</p> <p>How can we do that from the command line?</p>
203
900728
2021-09-13T19:16:45.840
2023-11-23T09:59:54.087
How to list manually installed packages?
[ "apt", "package-management", "aptitude" ]
20
4
CC BY-SA 4.0
[ { "creationDate": "2012-04-29T06:37:31.107", "id": "152268", "postId": "2389", "score": "2", "text": "possible duplicate of [Is it possible to tell what packages I've installed that aren't in the vanilla install?](http://askubuntu.com/questions/365/is-it-possible-to-tell-what-packages-ive-instal...
{ "accepted": true, "body": "<p>You can use either of these two one-liners. Both yield the exact same output on my machine and are more precise than all solutions proposed up until now (July 6, 2014) in this question.</p>\n\n<p><strong>Using <code>apt-mark</code>:</strong></p>\n\n<pre><code>comm -23 &lt;(apt-mark showmanual | sort -u) &lt;(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)\n</code></pre>\n\n<p><strong>Using <code>aptitude</code>:</strong></p>\n\n<pre><code>comm -23 &lt;(aptitude search '~i !~M' -F '%p' | sed \"s/ *$//\" | sort -u) &lt;(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)\n</code></pre>\n\n<p>Very few packages still fall through the cracks, although I suspect these <em>are</em> actually installed by the user, either right after the installation through the language localization setup or e.g. through the Totem codec installer. Also, the linux-header versions also seem to accumulate, even though I've only installed the non version-specific metapackage. Examples:</p>\n\n<pre><code>libreoffice-help-en-gb\nopenoffice.org-hyphenation\ngstreamer0.10-fluendo-mp3\nlinux-headers-3.13.0-29 \n</code></pre>\n\n<p><strong>How does it work:</strong></p>\n\n<ol>\n<li>Get the list of manually installed packages. For aptitude, the additional <code>sed</code> strips out remaining whitespace at the end of the line.</li>\n<li>Get the list of packages installed right after a fresh install.</li>\n<li>Compare the files, only output the lines in file 1 that are not present in file 2.</li>\n</ol>\n\n<p><strong>Other possibilities don't work as well:</strong></p>\n\n<ul>\n<li>Using the <code>ubuntu-14.04-desktop-amd64.manifest</code> file (<a href=\"http://releases.ubuntu.com/releases/trusty/ubuntu-14.04-desktop-amd64.manifest\" rel=\"noreferrer\">here</a> for Ubuntu 14.04) instead of <code>/var/log/installer/initial-status.gz</code>. More packages are shown as manually installed even though they are not.</li>\n<li>Using <code>apt-mark showauto</code> instead of <code>/var/log/installer/initial-status.gz</code>. <code>apt-mark</code> for example doesn't include the xserver-xorg package, while the other file does.</li>\n</ul>\n\n<p>I used various other StackExchange posts as references, however none work as well as the above solution:</p>\n\n<ul>\n<li><a href=\"https://unix.stackexchange.com/a/3624/49168\">aptitude + manifest</a></li>\n<li><a href=\"https://unix.stackexchange.com/a/80520/49168\">initial-status.gz + apt-mark showauto</a></li>\n</ul>\n\n<p>Both list more packages than the above solution.</p>\n\n<p><strong>EDIT: What to do if you've upgraded from a previous release:</strong></p>\n\n<p>If you've upgraded Ubuntu from one release to the next, you will probably need to adjust this process. In that case, I would check the manifest file of the newer release (see above) in addition to the initial-status.gz file from the current release. You can easily do that by just adding another comparison. Using just the manifest file will not work, as the manifest file unfortunately does not contain everything that the initial_status.gz file does (I checked).</p>\n", "commentCount": "22", "comments": [ { "creationDate": "2016-10-29T08:20:43.577", "id": "1291709", "postId": "492343", "score": "12", "text": "This didn't work for me because `/var/log/installer/initial-status.gz` is missing. Also I want to know if this is depending on apts marking of `manual` or not?", "userDisplayName": null, "userId": "61218" }, { "creationDate": "2017-04-10T13:22:03.903", "id": "1416490", "postId": "492343", "score": "1", "text": "Alas there is no manifest for server versions.", "userDisplayName": null, "userId": "87630" }, { "creationDate": "2018-06-24T12:45:34.773", "id": "1713003", "postId": "492343", "score": "0", "text": "I ran the `showmanual` command (below). And use `comm` to compare the two(sorted) lists. The `showmanual` result gave me 1,840 _more_ unique packages from `apt-mark showmanual` not shown by this method. NO packages were unique to the output of this `comm`-command. I think it is more interesting to record that for my PC, **894** packages are listed in Both results. Not sure why there's such a Vast discrepancy. Some (many?) packages seem to be release specific. Others like XOrg, GTK components and `lib*` things could be updates. _Anyway_ this answer is a very good start.", "userDisplayName": null, "userId": "62638" }, { "creationDate": "2018-09-13T08:45:46.343", "id": "1764405", "postId": "492343", "score": "0", "text": "I just compared your solutions with `apt-mark showmanual`. It's interesting how many differences are visible. your list has 238 packages while showmanual returns 1717 packages. Of the 2179 installed packages, there are only 223 in both lists, 15 are only in yours (examples: nodejs, lightdm) and 223 are only in showmanual (examples: xserver-xorg, ubuntu-desktop). It feels like your list is more helpful, but without knowing where these differences come from, it's not easy to decide... (but I'm quite sure I installed nginx and lightdm manually...) [sorry will that I just wrote the same ;)]", "userDisplayName": null, "userId": "64193" }, { "creationDate": "2020-01-26T14:28:59.623", "id": "2023403", "postId": "492343", "score": "0", "text": "Is there a way to get a concise list of what packages ***I*** installed? I expect a list with 30-ish items, but it's full of stuff like 1) things I've never ever even heard of (like `zenity`), 2) Things I've heard of but consider core functionality (like `acpi-support`), 3) stuff that's 100% useless to me (like ten `printer-driver-xxx` while I don't even have a printer) and 4) stuff that's almost surely installed by another app and not by me (like `thunderbird-locale-en`)", "userDisplayName": null, "userId": "495443" }, { "creationDate": "2020-04-06T21:34:25.073", "id": "2059719", "postId": "492343", "score": "2", "text": "Manifest files can be downloaded from http://releases.ubuntu.com/", "userDisplayName": null, "userId": "206608" }, { "creationDate": "2021-05-11T09:57:15.520", "id": "2283392", "postId": "492343", "score": "2", "text": "This answer is the best I found until now. However, it (still) misses transient package suggestions (and recommendations). For example, when I `apt install git-review`, only `git-review` gets listed. So far, so good. When I `apt remove git-review`, the package git stays but is not listed. That is because git is a ‘suggests’ in the package libdpkg-perl (see /var/lib/dpkg/status). The same happens for if a package was installed with `apt install --no-install recommends` and later another package installs that recommendation, then it stays but gets not listed. No idea how to catch those.", "userDisplayName": null, "userId": "361782" }, { "creationDate": "2021-08-03T19:59:51.367", "id": "2320792", "postId": "492343", "score": "2", "text": "I originally installed an older version of Ubuntu and now I'm running 20.04, so I downloaded the manifest from http://releases.ubuntu.com/20.04/ubuntu-20.04.2.0-desktop-amd64.manifest and then I ran `comm -23 <(apt-mark showmanual | sort -u) <(cat ~/Desktop/ubuntu-20.04.2.0-desktop-amd64.manifest | awk '{print $1}' | sort -u)`. Thanks!", "userDisplayName": null, "userId": "18665" }, { "creationDate": "2021-11-29T00:04:19.793", "id": "2374510", "postId": "492343", "score": "1", "text": "@AlexanderTraud: not sure if you _want_ to catch those. `git-review` was the package you installed manually. `git` was not, be it a suggestion or a dependency.", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2021-11-29T02:13:11.720", "id": "2374523", "postId": "492343", "score": "0", "text": "@MarkJeronimus: most likely they were installed by your Desktop Environment, on your behalf, when you confirmed a request to _\"install support for...\"_ (specially `*-locale-*` when fiddling with the Language support GUI). They can't be marked as auto or `apt autoremove` would remove them, so your DE installs them as manual", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2021-11-29T04:30:58.023", "id": "2374547", "postId": "492343", "score": "0", "text": "Wow, this is golden!!! Might not be perfectly accurate, but I think this is the closest we can get. I've made it an [`apt-list-manual` function in `~/.bash_aliases`](https://github.com/MestreLion/scripts/blob/main/home/bash_aliases#L107-L141), also handling downloaded manifests as suggested by @bmaupin", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2021-11-30T09:33:26.770", "id": "2375057", "postId": "492343", "score": "0", "text": "@MestreLion when `git-review` is still installed, I do not need to list `git`, yes. However, when I remove `git-review`, I want to know that there are left-over packages, in that case `git`. In this case `git` is still marked installed automatically although it is just a Suggests. There is more than one package which _keeps_ `git` installed. Example use-case: I use an application, do not want to use it anymore and get rid of everything installed for it. Now, one can argue that this is not the initial question. However, such transitions might be not known while the question was phrased.", "userDisplayName": null, "userId": "361782" }, { "creationDate": "2021-11-30T17:51:20.600", "id": "2375244", "postId": "492343", "score": "0", "text": "Yes, the _intention_ each of us have for this can be different from the OP's, tho I imagine a common scenario is to be able to re-create a system after installing a (fresh) new release. In this scenario, and in yours too, I fail to see _why_ listing `git` among manually installed packages would be useful. If no one else suggests or depends on it, `apt autoremove` can take care of it.", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2021-11-30T17:58:11.803", "id": "2375245", "postId": "492343", "score": "1", "text": "@AlexanderTraud: if your goal with this command is to \"remove all _your_ manual 'intervention', leaving the system 'as-if' it was just installed and updated\", then you can `mapfile -t mypackages < <(this answer); sudo apt purge \"${mypackages[@]}\" && sudo apt autoremove`", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2021-12-01T16:31:57.007", "id": "2375674", "postId": "492343", "score": "0", "text": "@MestreLion `Installed by another application` ... `Installed by [my] Desktop Environment`. Yep, installed by another application (DE) and not by me (using apt).", "userDisplayName": null, "userId": "495443" }, { "creationDate": "2021-12-02T08:49:12.290", "id": "2375971", "postId": "492343", "score": "0", "text": "@MestreLion `autoremove` does not take care in my case because git is a Suggests of a totally different, a default installed package. ,Consequently, when anything installs git as side effect, git ‘sticks’ on my system. Consequently, my use-case is about about those packages which are listed at ‘The following NEW packages will be installed’: git-review git git-man liberror-perl. I consider those manual installed. Apt considers only git-review installed manually. Which is fine while installing and having. However, git stays installed and stays marked ‘auto’, even when I remove git-review.", "userDisplayName": null, "userId": "361782" }, { "creationDate": "2021-12-02T20:06:59.383", "id": "2376218", "postId": "492343", "score": "1", "text": "@AlexanderTraud: But `apt` is doing the right thing: `git-review` is indeed the only package you requested to install, the others were pulled automatically as dependencies/suggestions. To mark `git` as manual, as you consider it, means _nothing_ would be ever marked as automatic, and the whole point of `auto`/`manual` would be completely moot. `git` only stayed because someone _else_ now requires/suggests it, but it's still an automatically installed package. _You_ never directly requested it.", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2021-12-02T20:09:24.343", "id": "2376219", "postId": "492343", "score": "1", "text": "And `autoremove` _does_ take care in your case, by removing any \"unneeded\" packages that were not directly requested by you. `git` is just _not_ unneeded anymore, someone else now requires/suggests it, so `autoremove` should not remove it. It's still `auto` _as it should be_, and \"eligible\" to autoremove _if and when no one else depends on ti_", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2021-12-03T10:51:37.997", "id": "2376484", "postId": "492343", "score": "1", "text": "@AlexanderTraud See https://askubuntu.com/questions/351085 for your use-case, it is different from what my answer provides. In the answer above, if you only install \"git-review\" you do _not_ want \"git\" to occur in the list of manually installed packages, unless you explicitly type \"apt-get install git\" at some point. Once you do install \"git\", apt-get will print \"git set to manually installed.\" and mark it as manual. The main problem this answer solves is that some packages are installed by Ubuntu automatically but marked as manual because of the way they are installed, these are filtered out.", "userDisplayName": null, "userId": "145754" }, { "creationDate": "2021-12-04T09:47:08.343", "id": "2376917", "postId": "492343", "score": "0", "text": "@jmiserez The question is what is ‘manually’ installed. I have installed git manually because I installed git-review, as a side-effect. That is a fact. Apt marks and calls this ‘automatic’ for various reasons. Now, when I remove git-review, git ‘sticks’ on my system as a side-effect, because it is recommended/suggested by another package. The latter side-effect was not obvious for me. I love your solution, however, it has a side-effect not obvious. Actually, it took quite some time for me to understand why some packages ‘stuck’. And that is because of this transitive relationships.", "userDisplayName": null, "userId": "361782" }, { "creationDate": "2021-12-04T09:56:16.623", "id": "2376925", "postId": "492343", "score": "0", "text": "@MestreLion the problem is exactly your mentioned ‘not needed anymore’. On a vanilla minimal Ubuntu, install git-review, remove git-review, and git stucks. Not because a **later** installed package ‘needs’ git but because a core package suggest**ed** git. That is hard to understand. And I do not want to remove all suggested packages. I just want to take track of my manually installed packages. In an ideal world, Apt would change the marking of such transitive installations: git lost is automatic, manually installed parent, but is in relation to another package, and mark it manual.", "userDisplayName": null, "userId": "361782" }, { "creationDate": "2021-12-05T11:25:42.783", "id": "2377363", "postId": "492343", "score": "1", "text": "@AlexanderTraud Your question and personal definition of manually installed seems to be different from what is answered here. Both MestreLion and I have pointed you towards multiple alternatives that deal with suggested packages. If you need a different answer you should probably look at the other answers or ask a new question.", "userDisplayName": null, "userId": "145754" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2014-07-06T15:01:26.067", "id": "492343", "lastActivityDate": "2015-08-04T08:45:28.960", "lastEditDate": "2017-04-13T12:37:16.053", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "145754", "parentId": "2389", "postTypeId": "2", "score": "347" }
[ { "accepted": null, "body": "<p><code>apt-mark showauto | grep -iE '^foobar$'</code> will output \"foobar\" if the package was installed automatically, nothing otherwise.</p>\n\n<p><code>aptitude search '!~M ~i'</code> will list the packages that were not installed automatically. It's a pity aptitude won't ...
null
null
null
null
null
2392
1
null
2010-08-16T17:26:12.103
11
13505
<p>I am using a keyboard with the <kbd>Fn</kbd> key. This is on a laptop.</p> <p>So my <kbd>Fn</kbd> + <kbd>Up</kbd>/<kbd>Down</kbd>/<kbd>Left</kbd>/<kbd>Right</kbd> keys are mapped to brightness/volume. I would much rather them be mounted to <kbd>Page Up</kbd>/<kbd>Page Down</kbd> and <kbd>Home</kbd>/<kbd>End</kbd>. And map the other 4 keys to these 2. The page <kbd>Page Up</kbd>/<kbd>Page Down</kbd> has <kbd>Fn</kbd> + them for <kbd>Home</kbd>/<kbd>End</kbd>. Its a shitty keyboard layout but I want to make it work.</p> <p>Anyone knows how to figure out what the keycodes are and how to remap them?</p> <p>Version: 10.04 x32</p> <p>So here are some experiments:</p> <p>Using xmodmap -pke I discovered that keycodes 122 = vol down, 123 = vol up. And I got all the info for Home/End/Page Up (next), Page Down (prior).</p> <p>Now when using the vol up keys, there are no events being fired that <code>xev</code> can detect.</p> <p>I can remap the volume keys to <code>XF86AudioLowerVolume</code> or <code>XF86AudioRaiseVolume</code>, but once I map those two to Home/End (respectively) they don't do anything. <code>xev</code> still does not pick up these events after a remap.</p> <p>Remap: <code>xmodmap -e &quot;keycode 122 = Home&quot;</code></p>
1151
1066942
2022-01-11T10:51:20.157
2022-01-11T10:51:20.157
Re-mapping keyboard keys
[ "keyboard-layout" ]
3
1
CC BY-SA 4.0
[ { "creationDate": "2012-01-11T03:04:13.070", "id": "108229", "postId": "2392", "score": "0", "text": "Related question: http://superuser.com/questions/377063/mapping-keys-on-linux", "userDisplayName": null, "userId": "41425" } ]
null
[ { "accepted": null, "body": "<p>The <kbd>Fn</kbd> key combinations is not defined in software and can therefor not be redefined, so you need a <a href=\"http://en.wikipedia.org/wiki/Soldering_iron\" rel=\"nofollow\">soldering iron</a> and some electronics knowhow!</p>\n", "commentCount": "8", "comme...
null
null
null
null
null
2399
1
2410
2010-08-16T18:13:23.210
8
4133
<p>I am playing ADOM right now and under F1 button there is very aggressive tactic, which is extremaly useful when you are fighting on distance. Right now I can't use it, because help dialog pops up. How can I turn it off?</p>
238
6005
2011-12-14T01:37:32.200
2011-12-16T22:37:19.343
How to turn off calling help on F1?
[ "keyboard", "shortcut-keys" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ol>\n<li>Launch System → Preferences → Keyboard Shortcuts</li>\n<li>Locate the line that says \"Launch help browser\"</li>\n<li>Click where it says \"F1\"</li>\n<li>Hit the Backspace key.</li>\n<li>It should now say \"Disabled\"</li>\n</ol>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-16T21:16:27.903", "id": "2378", "postId": "2410", "score": "0", "text": "Yeah, it was already disabled (I guess I must have disabled it manually in the console). But the window still appears. There is no F1 in keyboard shortcuts and yet help pop ups still.", "userDisplayName": null, "userId": "238" }, { "creationDate": "2010-08-16T21:29:14.510", "id": "2379", "postId": "2410", "score": "0", "text": "Try mapping F1 to \"Toggle magnifier\" under Accessibility in Keyboard Shortcuts, then unmap \"Toggle magnifier\" (it should say \"Disabled\").", "userDisplayName": null, "userId": "289" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T19:16:44.427", "id": "2410", "lastActivityDate": "2010-08-16T19:16:44.427", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2399", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<ol>\n<li>Launch System → Preferences → Keyboard Shortcuts</li>\n<li>Locate the line that says \"Launch help browser\"</li>\n<li>Click where it says \"F1\"</li>\n<li>Hit the Backspace key.</li>\n<li>It should now say \"Disabled\"</li>\n</ol>\n", "commentCount": "2", "com...
null
null
null
null
null
2401
1
null
2010-08-16T18:18:23.997
2
1408
<p>A fresh install gives me full native resolution but it's still pretty unusable. Scrolling a browser or page of text is so slow it's forced me back to windows (!). Youtube video is out of the question.</p> <p>I've also tried netbook edition but same problems (unsurprisingly).</p> <p>Specifically, I have the Sony VGN-P11Z.</p> <p>Cheers, Matt</p>
1341
null
null
2012-04-05T14:34:00.077
Has anyone got graphics working properly on 10.04 on a Sony Vaio P series?
[ "10.04", "drivers", "sony", "vaio" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It's a known problem with the intel GMA 500 that your computer uses. The fix is avaliable in a <a href=\"http://code.google.com/p/gma500/wiki/PPARepository\" rel=\"nofollow\">ppa</a>. To sum up, type in your teminal:</p>\n\n<pre><code>sudo add-apt-repository ppa:gma500/ppa\ns...
null
null
2013-03-14T17:05:02.013
null
null
2405
1
2486
2010-08-16T18:43:23.947
1
531
<p>Something's wrong with nautilus. When I boot my computer and it logs in, Gnome shows, things are running, I can run programs and everything, but my desktop has no icons. I have to open a terminal and run <code>killall nautilus</code> and then suddenly everything works fine.</p> <p>How can I diagnose and fix this? Or, as a last resort, how might I create a script that runs at startup to automatically kill and restart nautilus?</p>
65
333
2010-08-16T20:43:48.857
2010-08-17T14:52:16.013
Nautilus doesn't show my desktop until I kill it
[ "10.04", "nautilus", "scripts", "startup" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-16T19:38:05.097", "id": "2363", "postId": "2405", "score": "0", "text": "Are you running GNOME? Are there any messages in `$HOME/.xsession-errors`?", "userDisplayName": null, "userId": "236" } ]
{ "accepted": true, "body": "<p>This is a known bug in GNOME affecting many distributions.</p>\n\n<p>See <a href=\"https://bugs.launchpad.net/fedora/+source/nautilus/+bug/218070\" rel=\"nofollow\">this bug report</a> for details and workarounds.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-18T14:45:34.253", "id": "2551", "postId": "2486", "score": "0", "text": "That's perfect, thanks! I'll be trying those things when I get home tonight.", "userDisplayName": null, "userId": "65" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T14:52:16.013", "id": "2486", "lastActivityDate": "2010-08-17T14:52:16.013", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "458", "parentId": "2405", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<pre><code>#!/bin/bash\nkillall nautilus\n</code></pre>\n\n<p>Would be your script. make sure you make it executable</p>\n\n<pre><code>chmod +x nameofscript.sh\n</code></pre>\n\n<p>all you would have to do is place the script in the start up sequence using. </p>\n\n<p>Systems > ...
null
null
null
null
null
2408
1
2694
2010-08-16T19:03:48.103
6
2922
<p>I've been using Ubuntu for about 8 months now, and the time it takes to un-hibernate seems to vary by minutes sometimes. I haven't been able to see a correlation between what's open when it's hibernated and how long it takes. I'm wondering how to go about diagnosing this?</p> <p>I spun off the question about timing the wakeup to a <a href="https://askubuntu.com/questions/2582/can-i-log-how-long-resume-un-hibernate-takes">separate question</a>.</p>
1333
-1
2017-04-12T07:23:19.023
2019-08-31T18:17:59.630
Where do I even start if hibernate / un-hibernate is slow?
[ "hibernate" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The official hibernate troubleshooting page is <a href=\"https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume\" rel=\"nofollow\">Debugging Kernel Hibernate</a></p>\n\n<p>However, <a href=\"http://ubuntuforums.org/showthread.php?t=1144999\" rel=\"nofollow\">this</a> forums article looks like it might be more useful (start at comment #4).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-20T07:01:21.903", "id": "2694", "lastActivityDate": "2015-06-25T18:51:59.743", "lastEditDate": "2015-06-25T18:51:59.743", "lastEditorDisplayName": null, "lastEditorUserId": "367165", "ownerDisplayName": null, "ownerUserId": "913", "parentId": "2408", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>I think the time taken to (un)hibernate will depend mainly on the RAM and swap usage. When you hibernate, the data in RAM is basically saved into swap and when you unhibernate it is loaded from disk. This will be slower when there is more RAM to move. When some swap is used i...
null
null
null
null
null
2411
1
2537
2010-08-16T19:22:44.867
301
236305
<p>I think I'm being the victim of a bug here. Sometimes while I'm working (I still don't know why), my network traffic goes up to 200 KB/s and stays that way, even tough I'm not doing anything internet-related. </p> <p>This sometimes happens to me with the CPU usage. When it does, I just run a <code>top</code> command to find out which process is responsible and then <code>kill</code> it. Problem is: I have no way of knowing which process is responsible for my high network usage. Both the resource monitor and the <code>top</code> command only tell me my total network usage, neither of them tells me process specific network info.</p> <p>I've found questions here about monitoring total bandwidth usage, but, as I mentioned, that's not what I need. Is there another command I can use to find out which process is getting out of hand?</p> <p>The command <code>iftop</code> gives results that disagree entirely with the information reported by System Monitor. While the latter claims there's high network traffic, the former claims there's barely 1 KB/s.</p> <p>I've already tried killing all the obvious ones (Firefox, update-manager, Pidgin, etc) with no luck. So far, restarting the machine is the only way I found of getting rid of the issue.</p>
1012
196255
2013-12-11T11:21:16.300
2023-03-16T15:34:45.813
How do I find out which process is eating up my bandwidth?
[ "networking", "bandwidth" ]
6
2
CC BY-SA 3.0
[ { "creationDate": "2023-04-10T08:29:05.240", "id": "2561545", "postId": "2411", "score": "0", "text": "Related: https://unix.stackexchange.com/questions/67807/is-there-a-top-like-command-that-shows-the-network-bandwidths-and-file-accesses", "userDisplayName": null, "userId": "52975" },...
{ "accepted": true, "body": "<p>I've had a lot of success with <a href=\"https://github.com/raboof/nethogs\" rel=\"noreferrer\">nethogs</a>. It has to run as root but there are different ways you can sort the statistics (like KB/s or total bandwidth monitored since nethogs started).</p>\n<p>Also, if you use wireless you need to pass the device to it.</p>\n<p>Install it with command: <code>sudo apt-get install nethogs</code></p>\n<p>Just run</p>\n<pre><code>sudo nethogs\n</code></pre>\n<p>If you want to check the total cumulative sum of bandwidth consumed since you open <code>nethogs</code>, do (it's useful to see which programs consume more bandwidth over the long run)</p>\n<pre><code>sudo nethogs -v 3\n</code></pre>\n", "commentCount": "13", "comments": [ { "creationDate": "2010-08-18T22:46:14.807", "id": "2596", "postId": "2537", "score": "1", "text": "On closer inspection it's _really_ annoying that it assumes the terminal is always 80 characters wide and truncates the command.", "userDisplayName": null, "userId": "289" }, { "creationDate": "2015-07-29T06:14:42.430", "id": "940011", "postId": "2537", "score": "3", "text": "`nethogs` is nice, but it seems to use _way_ more cpu on my computer than `iftop`", "userDisplayName": null, "userId": "26234" }, { "creationDate": "2016-03-12T22:20:57.080", "id": "1109584", "postId": "2537", "score": "4", "text": "Be warned of a bug making some versions of `nethog` unusable: http://askubuntu.com/questions/726601/nethogs-%E2%86%92-creating-socket-failed-while-establishing-local-ip-are-you-root", "userDisplayName": null, "userId": "16395" }, { "creationDate": "2018-02-22T08:19:48.193", "id": "1633443", "postId": "2537", "score": "0", "text": "nethogs dont retain information. If some program stopped its internet usage, and you had fired up later, you would miss that info and never the defaulting app.", "userDisplayName": null, "userId": "462055" }, { "creationDate": "2020-01-03T00:17:39.577", "id": "2012395", "postId": "2537", "score": "0", "text": "I ran `sudo nethogs eth5` and got this error: `creating socket failed while establishing local IP - are you root?`. Turns out it was because my version of nethogs was old. `nethogs -V` showed my version was 0.8.0. Apparently v0.8.1 or later fixes this problem, so I followed these instructions to install to the latest, which is 0.8.5: https://askubuntu.com/questions/726601/nethogs-%E2%86%92-creating-socket-failed-while-establishing-local-ip-are-you-root/729560#729560. Now it works perfectly! Note that the latest releases are here: https://github.com/raboof/nethogs/releases.", "userDisplayName": null, "userId": "327339" }, { "creationDate": "2020-01-03T00:22:14.277", "id": "2012397", "postId": "2537", "score": "5", "text": "Also, nethogs isn't picking up everything at all! System Monitor is showing I'm receiving continually at 47 Mbps (which is HUGE bandwidth usage!), but nethogs isn't showing this traffic at all!", "userDisplayName": null, "userId": "327339" }, { "creationDate": "2020-08-12T06:42:48.867", "id": "2143578", "postId": "2537", "score": "0", "text": "You're obviously monitoring the wrong interface", "userDisplayName": null, "userId": "19624" }, { "creationDate": "2020-10-02T13:39:33.857", "id": "2170265", "postId": "2537", "score": "3", "text": "I have the same issue as as @GabrielStaples. I see a huge difference between system monitor and and nethogs.", "userDisplayName": null, "userId": "889735" }, { "creationDate": "2020-12-15T22:18:37.080", "id": "2210359", "postId": "2537", "score": "0", "text": "@SaTa @Dagelf, still happening. I had 20Mbps upload and download for like 2 hrs straight. No idea what it was. `nethogs` showed no traffic greater than a few kb/sec. I have only one wifi interface so I'm sure I'm choosing the right one. No ethernet cable is plugged in either. Maybe it was an `sshfs` session I had open and could't unmount for some reason? I don't know. I rebooted to stop it.", "userDisplayName": null, "userId": "327339" }, { "creationDate": "2021-04-14T19:17:16.343", "id": "2270348", "postId": "2537", "score": "1", "text": "@GabrielStaples, In my case it seemed that a lot of the traffic was coming through UDP. Running `sudo nethogs -C` picked up that traffic and started to show values close to sys monitor.", "userDisplayName": null, "userId": "889735" }, { "creationDate": "2021-04-14T19:25:36.807", "id": "2270352", "postId": "2537", "score": "1", "text": "@SaTa, `nethogs` doesn't have a `-C` option. `nethogs -V` shows my version is `version 0.8.5-2build2`. I installed it on Ubuntu 20.04 just now with `sudo apt install nethogs`. What is your nethogs version?", "userDisplayName": null, "userId": "327339" }, { "creationDate": "2021-04-14T20:04:06.917", "id": "2270366", "postId": "2537", "score": "1", "text": "@GabrielStaples Yes, the official one does not have it. Clone their repo [here](https://github.com/raboof/nethogs). Then, install Debian/Ubuntu [dependency](https://github.com/raboof/nethogs#debianubuntu) and [build](https://github.com/raboof/nethogs#building). You don't need to install it. It will run after `make` with `sudo ./src/nethogs`.", "userDisplayName": null, "userId": "889735" }, { "creationDate": "2022-02-06T04:17:49.723", "id": "2405209", "postId": "2537", "score": "0", "text": "@Ben For the -v3 flag.. Do you know how I can get cumulative and per second at same time. Possible?", "userDisplayName": null, "userId": "47312" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-18T01:47:06.270", "id": "2537", "lastActivityDate": "2021-12-16T11:12:37.900", "lastEditDate": "2021-12-16T11:12:37.900", "lastEditorDisplayName": null, "lastEditorUserId": "393882", "ownerDisplayName": null, "ownerUserId": "1405", "parentId": "2411", "postTypeId": "2", "score": "371" }
[ { "accepted": null, "body": "<p>You might want to look into <code>ntop</code> - which should monitor network activity on a process level. You can find <code>ntop</code> in the Software Center or with <code>sudo apt-get install ntop</code></p>\n\n<p>For installation instruction, follow their page <a href=\"h...
null
null
null
null
null