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
1
1
2
2010-07-28T19:04:21.300
62
4556
<p>Every time I turn on my computer, I see a message saying something like:</p> <pre><code>Your battery may be old or broken. </code></pre> <p>I am already aware that my battery is bad. How do I suppress this message?</p>
5
208574
2014-12-16T01:47:45.980
2018-10-05T23:56:48.997
How to get the "Your battery is broken" message to go away?
[ "power-management", "notification" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2014-07-23T23:41:20.873", "id": "673877", "postId": "1", "score": "23", "text": "Wow. This is question #1. http://askubuntu.com/questions/1", "userDisplayName": null, "userId": "266012" }, { "creationDate": "2019-02-02T13:03:02.317", "id": "1841146", "p...
{ "accepted": true, "body": "<p>Maybe <a href=\"http://linux.aldeby.org/get-rid-of-your-battery-may-be-broken-notification.html\">these</a> instructions will help you to get rid of that message.</p>\n\n<p>Added instructions from the link, <kbd>Alt</kbd>+<kbd>F2</kbd>, then type in <code>gconf-editor</code>. </p>\n\...
[ { "accepted": true, "body": "<p>Maybe <a href=\"http://linux.aldeby.org/get-rid-of-your-battery-may-be-broken-notification.html\">these</a> instructions will help you to get rid of that message.</p>\n\n<p>Added instructions from the link, <kbd>Alt</kbd>+<kbd>F2</kbd>, then type in <code>gconf-editor</code>....
null
null
null
null
null
3
1
258
2010-07-28T19:21:50.653
51
15799
<p>How can I set the Software Center to allow non-root users to install stuff from the Ubuntu repos without having to type in their password?</p> <p>I'm fully aware of the security implications, and I am willing to take the risk. Fedora 12 shipped with something like this. (By modifying the PolicyKit configuration, I ...
35
10581
2014-02-18T13:33:55.917
2019-11-30T09:19:09.707
How can I set the Software Center to install software for non-root users?
[ "software-center", "software-installation", "policykit" ]
5
3
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T23:34:37.677", "id": "163", "postId": "3", "score": "5", "text": "It's important to note that Fedora also backed it out after the sky fell down on them.", "userDisplayName": null, "userId": "57" }, { "creationDate": "2010-07-29T11:53:16.103", "id...
{ "accepted": true, "body": "<p>You can modify the PolicyKit permissions to allow the users to access the aptdaemon backend that Software Centre uses.</p>\n\n<p><code>dpkg --listfiles aptdaemon</code> shows that <code>/usr/share/polkit-1/actions/org.debian.apt.policy</code> is the file specifying the actions possib...
[ { "accepted": null, "body": "<p>I don't think it's currently possible to do so via the GUI, but the following should work, albeit be a little kludgy. YMMV. </p>\n\n<p>Add the following line to /etc/sudoers (use <code>sudo visudo</code> to edit the file):</p>\n\n<pre><code>%packageinstallers ALL = NOPASSWD: ...
null
null
null
null
null
5
1
null
2010-07-28T19:23:40.273
23
717
<p>What are some alternatives to upgrading without using the standard upgrade system? Suppose for example that I wanted to upgrade an Ubuntu installation on a machine with a poor Internet connection. What would my options be? Could I just use a standard Ubuntu disk to upgrade this machine? If I already have a standard ...
10
10581
2014-02-18T13:34:25.793
2014-02-18T13:34:25.793
What are some alternatives to upgrading without using the standard upgrade system?
[ "upgrade", "live-cd", "system-installation" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T19:30:37.573", "id": "673238", "postId": "5", "score": "0", "text": "You can use the alternative disk to upgrade a system offline. There are good instructions on how to do this in the [ubuntu community documentation](https://help.ubuntu.com/community/LucidUpgrades)"...
null
[ { "accepted": null, "body": "<p>You can use the alternative CD (instead of Ubuntu Desktop, Kubuntu Desktop, Server CD) which allows you to upgrade from CD.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-07-28T19:38:39.723", "id": "15", "postId": "18"...
null
null
null
null
null
6
1
12
2010-07-28T19:23:41.227
44
31936
<p>I have a ubuntu development server at work. It is an old rack server that is located somewhere in the company's dungeon, where nobody ever goes. The only way it can work is as a so-called headless server (i.e. with no monitor/keyboard connected and only accepting network connections).</p> <p>Obviously, if you just ...
27
424958
2017-12-10T23:38:29.603
2018-07-23T14:20:08.313
How to graphically interface with a headless server?
[ "server", "ssh", "security", "remote-desktop", "vnc" ]
9
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes, X forwarding over ssh is a beautiful thing indeed. It allows you to use graphical applications on an app by app basis and have windows handled by your own desktop environment. You do not even need a desktop environment installed on the server.</p>\n\n<p>You do need to set up som...
[ { "accepted": null, "body": "<p>You could use <a href=\"https://help.ubuntu.com/community/FreeNX\">freenx</a> instead of vnc. Freenx transmits x-commands (with caching) instead of bitmaps.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-07-28T19:56:14.113", "...
null
null
null
null
null
7
1
3764
2010-07-28T19:24:22.550
27
1910
<p>I'm taking my be-stickered laptop to a coffee shop tonight for an Ubuntu Hour. I've let a bunch of local LUG people know about it. How can I ensure people come away from it feeling like the experience was valuable? Is there something you've done that was particularly successful?</p> <p>There is a <a href="http:/...
43
235
2010-08-22T02:10:58.577
2018-06-01T02:51:49.553
How do I run a successful Ubuntu Hour?
[ "community", "locoteams" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try and make it as regular as possible, that way you'll get to meet people more often but others will be able to pop in if they know it's going to happen so that it doesn't have to be pre arranged. In Ireland we have 3 of them running, Dublin is on the last Wednesday of the month an...
[ { "accepted": null, "body": "<p>I've always helped identified people's needs and showed them how Ubuntu's implemented those needs. My audience is usually Mac and Windows people - but it's the same idea. Spend a few minutes touching on the new features in 10.04 then let the questions begin. I've also found t...
2010-07-28T19:34:40.093
null
null
null
null
8
1
240
2010-07-28T19:24:41.037
19
3255
<p>I started with Ubuntu Karmic, and wanted to try KDE. So I installed <code>kubuntu-desktop</code>. Then I wanted to see how XFCE progressed, so I installed <code>xfce4</code>. I now have Kubuntu with an XFCE splash and login.</p> <p>How do I (safely) purge XFCE and just have the Kubuntu splash / login screen, or am ...
50
106495
2013-03-29T05:00:51.503
2015-05-29T20:56:09.057
How do I go back to KDE splash / login after installing XFCE?
[ "kde", "login-screen", "plymouth" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T21:44:07.207", "id": "129", "postId": "8", "score": "6", "text": "I think you should edit the question to something like \"How do I go back from XFCE to KDE?\". \n\nThe current question is too vague and informal, and honestly, every time I saw it in the homepage I j...
{ "accepted": true, "body": "<p>splash screen is configured by the alternatives system... you can get a list of available plymouth themes by doing: <code>update-alternatives --list default.plymouth</code></p>\n\n<p>You can then change the current plymouth theme by doing\n<code>sudo update-alternatives --set default...
[ { "accepted": null, "body": "<p>From a terminal:</p>\n\n<pre><code>sudo apt-get remove xfce4\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-07-28T19:39:05.823", "id": "17", "postId": "27", "score": "0", "text": "That will r...
null
null
null
null
null
9
1
35
2010-07-28T19:26:46.273
158
129077
<p>Update Manager is constantly offering me updates (e.g. security fixes, updates from PPAs).</p> <p>How can I tell my Ubuntu installation to automatically download and install updates whenever they become available?</p>
56
44179
2014-07-22T19:53:14.377
2017-05-31T09:25:43.137
How do I enable automatic updates?
[ "updates", "unattended-upgrades" ]
5
2
CC BY-SA 3.0
[ { "creationDate": "2015-01-22T02:40:57.120", "id": "795638", "postId": "9", "score": "1", "text": "https://help.ubuntu.com/community/AutomaticSecurityUpdates", "userDisplayName": null, "userId": "5271" }, { "creationDate": "2022-02-16T02:54:07.150", "id": "2409547", "post...
{ "accepted": true, "body": "<p>You can do this easily for security updates.</p>\n\n<p>From System Settings open Update Manager. Click the 'Settings...' button, then on the 'Updates' tab, select the radio button 'Install security updates without confirmation.'</p>\n\n<p><strong>To automatically install all updates,...
[ { "accepted": null, "body": "<p>Go to terminal, and enter:</p>\n\n<pre><code>sudo dpkg-reconfigure unattended-upgrades\n</code></pre>\n\n<p>Say \"yes\" to the prompt. You'll still be notified about \"normal\" updates, such as those that contain bugfixes, but security updates will be installed automatically....
null
null
null
null
null
11
1
21
2010-07-28T19:27:09.843
108
480056
<p>I have had significant problems with watching flash video in 64-bit Ubuntu. Does anyone know of a good way to get flash running on the platform?</p>
63
169736
2014-05-04T21:30:10.477
2017-07-17T07:52:27.090
How do I install Adobe Flash player?
[ "flash", "software-installation" ]
20
4
CC BY-SA 3.0
[ { "creationDate": "2015-07-12T15:54:38.330", "id": "928923", "postId": "11", "score": "0", "text": "@Braiam - this question and answers are out-of-date. An edit in the question title is needed to state that it is limited to older versions of ubuntu", "userDisplayName": "user47206", "user...
{ "accepted": true, "body": "<h3>For 11.04 and earlier:</h3>\n<p>Are you installing it from the Ubuntu Software Center?</p>\n<ol>\n<li>Go to Applications-&gt;Ubuntu Software Center.</li>\n<li>Click on Canonical Partners</li>\n<li>Click the Adobe Flash Plugin 11 and click install.</li>\n</ol>\n<p><strong>Note:</stro...
[ { "accepted": true, "body": "<h3>For 11.04 and earlier:</h3>\n<p>Are you installing it from the Ubuntu Software Center?</p>\n<ol>\n<li>Go to Applications-&gt;Ubuntu Software Center.</li>\n<li>Click on Canonical Partners</li>\n<li>Click the Adobe Flash Plugin 11 and click install.</li>\n</ol>\n<p><strong>Not...
null
null
null
null
null
14
1
31
2010-07-28T19:29:16.907
35
1817
<p>I'd like to have Ubuntu not check for updates as often. How do I accomplish this?</p>
39
39
2010-07-28T20:43:11.223
2012-04-09T07:59:50.883
How can I make Ubuntu check for updates less often?
[ "updates" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h3>For 10.10 and earlier versions (and 11.04, in an Ubuntu Classic session)</h3>\n<p>Open Update Manager (<em>System</em> &gt; <em>Administration</em> &gt; <em>Update Manager</em>).</p>\n<p>On the Updates tab, there's a drop down box for &quot;Check for updates:&quot;, with options for...
[ { "accepted": null, "body": "<p>System -> Administration -> Software Sources -> Updates (tab) -> Check for updates: [Daily | Every two days | Weekly | Every two weeks]</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate...
null
null
null
null
null
15
1
null
2010-07-28T19:29:17.233
9
1834
<p>I've followed the steps outlined in this <a href="http://ubuntuforums.org/showthread.php?t=1493143" rel="noreferrer">HowTo</a>.</p> <p>Right after I log in to Gnome I can move the mouse back and forth but as soon as the task bar loads, the mouse becomes jailed in the screen its in (can't move between screens).</p> ...
71
75762
2012-07-14T10:58:08.943
2016-12-30T17:55:08.803
What might prevent mouse movements between xrandr screens?
[ "10.04", "mouse", "xrandr", "displaylink" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2010-08-03T01:16:24.050", "id": "687", "postId": "15", "score": "0", "text": "@Tim\n\nGood luck my friend. I still haven't gotten it to work. Hopefully the driver gods will smile upon you.", "userDisplayName": null, "userId": "71" } ]
null
[ { "accepted": null, "body": "<p>My best guess here is that the position of the right screen is causing the problems. You could try modifying the ServerLayout section like this:</p>\n\n<pre><code>Section \"ServerLayout\"\n Identifier \"Layout0\"\n Screen 0 \"Screen0\" 0 0\n S...
null
0
2013-03-14T16:21:49.323
null
null
16
1
79
2010-07-28T19:30:10.117
17
1235
<p><a href="http://sagemath.org/download-linux.html" rel="nofollow">Sage's installation instructions</a> basically tell me to just untar it and run it from wherever I'd like. Not being experienced with the Linux way of where things should go in the filesystem, I'm kind of at a loss where I should best put it. Putting i...
20
367165
2015-12-14T14:12:11.340
2015-12-14T14:12:11.340
Where should I install sagemath?
[ "software-installation" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The Linux <a href=\"http://www.pathname.com/fhs/pub/fhs-2.3.html\">Filesystem Hierarchy Standard</a> that is part of the Linux Standard Base recommends to use /opt. I have only had good experience with that. Many commercial packages go into opt as well and stay to their own folder in...
[ { "accepted": null, "body": "<p>/opt is a viable option. Some people install it under /usr/local/</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-07-28T19:36:59.773", "id": "13", "postId": "23", "score": "0", "text": "Using /opt helps ...
null
null
null
null
null
24
1
65
2010-07-28T19:32:26.087
15
1169
<p>In the upper right panel there is by default a drop down menu where you can set your online status, interact with Ubuntu One, etc. It is placed right next to the drop down menu which lets you logout, reboot, shutdown etc.</p> <p>For me personally I have no use for the online status menu, so I usually remove it. The...
24
235
2010-10-24T13:16:15.010
2010-10-24T13:16:15.010
Remove online status menu, but keep the logout menu?
[ "10.04", "indicator", "panel", "applet" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Open the \"Ubuntu Software Center\" (under the Applications menu). Search for \"indicator-me\" and remove it. Log out and back in to see the change.</p>\n\n<p>This will remove it for all users on your system. I don't believe there's a way to merely hide it for yourself.</p>\n", ...
[ { "accepted": true, "body": "<p>Open the \"Ubuntu Software Center\" (under the Applications menu). Search for \"indicator-me\" and remove it. Log out and back in to see the change.</p>\n\n<p>This will remove it for all users on your system. I don't believe there's a way to merely hide it for yourself.</p...
null
null
null
null
null
28
1
39
2010-07-28T19:35:09.530
16
265
<p>I'm using Hardy (server) on quite a few machines and I'd like to upgrade to the latest LTS. Is it safe to edit my <code>sources.list</code> file to just point to the new LTS, or should I do a succession of dist upgrades until I reach the latest LTS?</p>
50
null
null
2012-05-18T12:37:08.610
Sane path to distribution upgrades
[ "upgrade", "lts" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No. You should never just edit <code>sources.list</code>. Use the update-manager, or if you use command line, use <code>do-release-upgrade</code>. You can upgrade safely from LTS editions to other LTS editions, or otherwise, you need to step via each release. Only those pathways are ...
[ { "accepted": true, "body": "<p>No. You should never just edit <code>sources.list</code>. Use the update-manager, or if you use command line, use <code>do-release-upgrade</code>. You can upgrade safely from LTS editions to other LTS editions, or otherwise, you need to step via each release. Only those pathw...
null
null
null
null
null
33
1
44
2010-07-28T19:37:07.560
24
9076
<p>We have installed Ubuntu desktop edition on our development server. Now that we have it in a data center we would like to strip it down to a server edition.</p> <p>Is there an easy way of doing so rather than just going in and uninstalling packages by hand?</p>
82
67335
2014-08-05T03:42:40.063
2019-06-03T21:32:08.910
What is the easiest way to strip a desktop edition to a server edition?
[ "server" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2012-05-05T20:23:09.667", "id": "157429", "postId": "33", "score": "2", "text": "Re-installing is best: the server CD has kernel params set that the desktop is lacking (you can get them ofcourse with the desktop too but it is more work then a re-install ;))", "userDisplayN...
{ "accepted": true, "body": "<p>It's possible to do it the other way around, but I've never seen anyone who was able to do this simply by installing a metapackage or something.</p>\n\n<p>Your best bet is either:</p>\n\n<ul>\n<li>a clean install</li>\n<li>manually removing unneeded packages and installing the server...
[ { "accepted": true, "body": "<p>It's possible to do it the other way around, but I've never seen anyone who was able to do this simply by installing a metapackage or something.</p>\n\n<p>Your best bet is either:</p>\n\n<ul>\n<li>a clean install</li>\n<li>manually removing unneeded packages and installing th...
null
null
null
null
null
34
1
45
2010-07-28T19:37:14.843
132
64883
<p>I set up a new VPS instance of Ubuntu and am wondering what the easiest way is to get up and running with a basic LAMP stack (i.e. which packages are required, which configuration options need to be tweaked, if any, etc.).</p>
68
208574
2016-12-26T00:34:51.673
2019-09-09T13:20:29.110
What's the easiest way to set up a LAMP stack?
[ "software-installation", "lamp" ]
17
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<pre><code>sudo apt-get update\nsudo apt-get install tasksel\nsudo tasksel install lamp-server\n</code></pre>\n\n<p>It will install all the basic LAMP stack for you, prompt for MySQL root password, etc.</p>\n\n<p>More specifically it will install the following packages, and their depend...
[ { "accepted": null, "body": "<p>On commandline the simplest way is probably to use <a href=\"https://help.ubuntu.com/community/Tasksel\">tasksel</a>:</p>\n\n<pre><code>sudo tasksel install lamp-server\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
null
null
null
null
null
36
1
68
2010-07-28T19:39:43.310
21
23377
<p>We have installed Ubuntu desktop edition on our dev server.</p> <p>I was wondering if there is any noticeable performance loss compared to the server edition.</p>
82
22949
2019-07-02T20:08:51.163
2022-02-22T04:03:44.930
What is the performance loss if you run Ubuntu desktop edition on a server machine?
[ "server", "performance" ]
7
2
CC BY-SA 4.0
[ { "creationDate": "2010-07-29T01:06:13.643", "id": "178", "postId": "36", "score": "2", "text": "The answers you've got are right, but I also thought I'd note one thing: You say you're running a dev server -- for that particular case, a full GUI can actually be a very good thing, especially if t...
{ "accepted": true, "body": "<p>As far as I know, there is no performance lost as far as overhead and whatnot. It mostly depends on what you have installed. You can turn desktop Ubuntu into server Ubuntu by installing the same security/monitoring/visualization programs. The server edition just comes with a better s...
[ { "accepted": true, "body": "<p>As far as I know, there is no performance lost as far as overhead and whatnot. It mostly depends on what you have installed. You can turn desktop Ubuntu into server Ubuntu by installing the same security/monitoring/visualization programs. The server edition just comes with a ...
null
null
null
null
null
37
1
62
2010-07-28T19:39:48.457
107
88509
<ul> <li>Does encrypting my home folder make my computer more secure?</li> <li>Do I have to enter my password more if my home folder is encrypted?</li> <li>What else should I know about encrypting my home folder?</li> </ul>
56
11354
2015-10-17T12:03:10.393
2018-06-17T21:53:41.997
When installing I'm given the option of encrypting my home folder -- what does this do?
[ "system-installation", "encryption", "ecryptfs" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Simply</strong></p>\n\n<ol>\n<li>Encrypting your home folder doesn't actually make your computer more secure - it simply makes all the files and folders in your home folder more secure from unauthorized viewing.\n<ul>\n<li>Your computer is still \"vulnerable\" in a security s...
[ { "accepted": null, "body": "<p>There's a nice article on the topic written by the Ubuntu developer himself, please see: <a href=\"http://www.linux-mag.com/id/7568/1/\" rel=\"noreferrer\">http://www.linux-mag.com/id/7568/1/</a></p>\n<h3>Summary:</h3>\n<ul>\n<li><p>A combination of LUKS and dm-crypt are used...
null
null
null
null
null
38
1
null
2010-07-28T19:40:19.907
11
2288
<p>I have a VPS set up with Ubuntu 10.04 <em>Lucid</em> running exim4 as the MTA. The machine name itself is something easily recognizable to us (in this case, 'Fermat'), but the machine itself is responsible for serving up one of our domains (i.e. <a href="http://www.example.com" rel="nofollow noreferrer">www.example...
68
1460940
2022-03-03T12:20:40.860
2022-03-03T12:20:40.860
How to configure mail server to report a hostname distinct from server name
[ "email", "mta" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2012-02-27T09:53:37.833", "id": "126665", "postId": "38", "score": "0", "text": "This question appears to be abandoned, if you are experiencing a similar issue please [ask a new question](http://askubuntu.com/questions/ask) with details pertaining to your problem. If you feel ...
null
[ { "accepted": null, "body": "<p>Reconfigure exim4:</p>\n\n<pre><code>sudo dpkg-reconfigure exim4\n</code></pre>\n\n<p>One of the questions it'll ask you is for the \"System mail name\". You want to change that. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-07-28T2...
null
null
2013-03-14T16:21:58.497
null
null
41
1
63
2010-07-28T19:41:01.760
27
10050
<p>How does one reset the gnome panel to the initial state?</p> <p>During use, gnome panel applets move and get replaced with the ones users like. After some time the panel becomes so cluttered that it requires a cleanup. The easiest way would be to reset the panel to the original state that it was in after install. I...
42
14356
2012-06-13T08:36:25.233
2012-06-13T08:36:25.233
Resetting gnome panel
[ "gnome-panel" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2012-05-08T20:38:57.433", "id": "159382", "postId": "41", "score": "0", "text": "You might find this helpful for gnome3:\r\n\r\nhttp://askubuntu.com/questions/133647/gnome-panel-has-multiple-rows-how-to-undo-that/134058#134058", "userDisplayName": null, "userId": "6180...
{ "accepted": true, "body": "<p>Move the old configuration directory out of the way, and it'll get reset. Of course, to take effect, you'll have to restart the panel.</p>\n\n<pre><code>mv ~/.gconf/apps/panel ~/gnome-panel-backup\ngnome-panel --replace &amp;\n</code></pre>\n", "commentCount": "1", "comments": [ ...
[ { "accepted": null, "body": "<p>Run <code>rm -r ~/.gconf/apps/panel</code> in a terminal, then log out of Gnome and log back in.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-07-28T19:52:44.400", "id": "45", "postId": "60", "score": "0", ...
null
null
null
null
null
47
1
1454
2010-07-28T19:42:11.867
7
547
<p>I'm using Kubuntu (Karmic) and KATE is my favorite editor. I don't enable many plug-ins, but I really like the inline shell. </p> <p>The problem is, across re-starts, KATE seems to forget that I enabled this plug-in. I've checked across all sessions and the behavior is the same. </p> <p>Is there some easy way to f...
50
87
2010-08-15T20:42:53.153
2017-10-17T09:44:09.747
KATE keeps forgetting I have the shell plug-in enabled
[ "kde", "9.10", "kate" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-07-28T19:50:57.963", "id": "40", "postId": "47", "score": "0", "text": "Have you checked if this is solved in lucid?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-07-28T19:51:00.770", "id": "41", "postId": "47", "score": "...
{ "accepted": true, "body": "<p>This is a bug with <em>Kate</em>. But if you disable the session auto save, it loads the plugins. You can do this by changing the Application Startup Behavior to Start new session. Application Startup Behaviors can be changed from <em>Settings > Configure Kate > Sessions</em>. This i...
[ { "accepted": true, "body": "<p>This is a bug with <em>Kate</em>. But if you disable the session auto save, it loads the plugins. You can do this by changing the Application Startup Behavior to Start new session. Application Startup Behaviors can be changed from <em>Settings > Configure Kate > Sessions</em>...
null
null
null
null
null
50
1
89
2010-07-28T19:43:35.123
26
9875
<p>Is there a way to change how long the libnotify notifications last? I've googled around for this for months and no still no luck. </p> <p>I'm actually starting to think that you can't change it. I can't even find anywhere in the API where developers can control this.</p>
91
866
2010-11-16T20:04:59.263
2017-07-10T19:44:33.437
How do I change how long notifications are displayed?
[ "notify-osd", "libnotify" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-07-28T19:48:27.343", "id": "34", "postId": "50", "score": "0", "text": "Can you please rephrase the question as \"How do I change how long notifications are displayed?\"; \"Notification Display Time\" is pretty confusing, and not phrased as a question.", "userDisplayN...
{ "accepted": true, "body": "<p>You can't do this normally. However, there is a patched version of notify-osd that supports it:<a href=\"https://i.stack.imgur.com/1y1Xo.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/1y1Xo.png\" alt=\"enter image description here\" /></a></p>\n<h1>From Ubuntu...
[ { "accepted": null, "body": "<p>The duration of the notification is, I believe, dependent on the length of the message.</p>\n\n<p>From the perspective of someone who was worked with it indirectly (by using the pynotify module in Python), I have discovered that specifying a duration for a message is not poss...
null
null
null
null
null
51
1
55
2010-07-28T19:44:59.943
11
3760
<p>For some reason, sometimes when I log in the top panel applets appear garbled. For instance the session applet is missing its icon, and the current username is repeated twice. This doesn't happen very often, but when it does the session applet is not responsive so I can't get to the log out menu option.</p> <p>Is t...
45
null
null
2013-01-05T14:43:47.093
How to log out if the session applet is missing from the top panel?
[ "applet", "gnome", "session" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-07-31T21:12:18.653", "id": "557", "postId": "51", "score": "1", "text": "It might be worth trying to restart your gnome panel. Open a terminal (Ctrl+Alt+t, by default) and type `killall gnome-panel`, then hit enter. Then wait a few seconds and it should restart. If it doe...
{ "accepted": true, "body": "<p>Press <kbd>Alt</kbd>+<kbd>F2</kbd>, type <code>gnome-session-save --logout</code>, then hit enter. If an application is blocking logout, try <code>gnome-session-save --force-logout</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense...
[ { "accepted": true, "body": "<p>Press <kbd>Alt</kbd>+<kbd>F2</kbd>, type <code>gnome-session-save --logout</code>, then hit enter. If an application is blocking logout, try <code>gnome-session-save --force-logout</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
53
1
64
2010-07-28T19:46:27.363
23
1238
<p>I take photos from time to time, and if I take an exceptionally beautiful one, I'd like to submit it for inclusion in Ubuntu. Where do I send/upload it?</p>
56
null
null
2012-12-13T21:00:40.090
How do I submit wallpapers to be considered for inclusion in Ubuntu?
[ "desktop-background", "artwork", "photography" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Add it to the Ubuntu Artwork pool, here: <a href=\"http://www.flickr.com/groups/ubuntu-artwork/\">http://www.flickr.com/groups/ubuntu-artwork/</a></p>\n\n<p>A team of judges will select somewhere around 15 photos from this pool for the default wallpapers.</p>\n", "commentCount": "1...
[ { "accepted": true, "body": "<p>Add it to the Ubuntu Artwork pool, here: <a href=\"http://www.flickr.com/groups/ubuntu-artwork/\">http://www.flickr.com/groups/ubuntu-artwork/</a></p>\n\n<p>A team of judges will select somewhere around 15 photos from this pool for the default wallpapers.</p>\n", "comment...
null
null
null
null
null
56
1
302
2010-07-28T19:48:03.070
8
2021
<p>I recently deployed about a dozen Ubuntu (Karmic) desktops in a small office. Everything was going great, but storage became an issue. I then moved /home to an NFS mount which solved the immediate problem.</p> <p>Months later, I'm regretting this. The company is extremely disorganized with high turnover, people nev...
50
null
null
2019-01-07T15:42:05.817
Going from a shared NFS /home to a full LDAP solution
[ "ldap", "nfs", "gui" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-07-28T19:56:10.570", "id": "49", "postId": "56", "score": "2", "text": "LDAP and nfs are two different issues. What about using LDAP for authentication and autofs to automatically mount the home directory via nfs?", "userDisplayName": null, "userId": "4" }, { ...
{ "accepted": true, "body": "<p>You can try <strong>eBox</strong> for the server, it has a very straightforward web interface, you can install it from the repositories, and has all the functionality you need. The whole process is documented in the Ubuntu Server Guide, check <a href=\"https://help.ubuntu.com/10.04/s...
[ { "accepted": true, "body": "<p>You can try <strong>eBox</strong> for the server, it has a very straightforward web interface, you can install it from the repositories, and has all the functionality you need. The whole process is documented in the Ubuntu Server Guide, check <a href=\"https://help.ubuntu.com...
null
null
null
null
null
58
1
73
2010-07-28T19:48:54.753
10
1107
<p>There are currently 2 clocks on my panel: one in the "Indicator Applet" and one in the "Clock". The one in the "Indicator Applet" is redundant and isn't as good as the "Clock". </p> <p>Does anyone know how to get rid of the clock in the "Indicator Applet"?</p>
88
146105
2016-06-25T21:04:42.683
2016-06-25T21:04:42.683
Indicator Applet: How to get rid of the clock?
[ "applet", "indicator", "clock" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T19:50:28.540", "id": "38", "postId": "58", "score": "0", "text": "Do you mean the calendar applet? I'm not aware of a clock in the Indicator Applet.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-07-28T19:51:45.743", "id": "4...
{ "accepted": true, "body": "<p>You must have somehow installed the new, under development Ubuntu clock. Go into Synaptic, and remove the package <code>indicator-datetime</code>. That should fix it.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-07-28T20:29:11.070", "id": "87...
[ { "accepted": true, "body": "<p>You must have somehow installed the new, under development Ubuntu clock. Go into Synaptic, and remove the package <code>indicator-datetime</code>. That should fix it.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-07-28T20:29:11.070",...
null
null
null
null
null
61
1
528
2010-07-28T19:50:08.977
10
615
<p>I have added Empathy to the list of applications that open by default, and it's configured to auto-connect to MSN when started, but when I login to my laptop the wifi connection takes a few seconds to be ready. Before the net is up, Empathy has already started, tried to login to MSN and failed, and I can't get it t...
94
null
null
2012-11-12T14:06:05.913
How can I make Empathy retry connecting when it has a network problem
[ "empathy", "startup" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Apparently this is a known bug in Empathy, so I decided to launch Empathy from a script that checks if the network is up (connecting to <a href=\"http://www.google.com\" rel=\"noreferrer\">http://www.google.com</a>, internet's true heartbeat :) If the network is not working, it will ...
[ { "accepted": null, "body": "<p>It sounds like Empathy may need a patch to do this kind of thing internally. But you should be able to poke Empathy to do the right thing by disconnecting from your network and reconnect.</p>\n\n<p>I've seemingly had bugs with Empathy refusing the connect to a bunch of networ...
null
null
null
null
null
66
1
75
2010-07-28T19:53:15.540
12
1246
<p>I am running 8.04 desktop as a server and hosting my own web server, has anyone experienced any issues with upgrade from 8.04 to 10.04?</p>
76
39395
2012-01-04T00:04:16.737
2012-01-04T00:04:16.737
Upgrade experiences from 8.04 LTS to 10.04 LTS?
[ "10.04", "upgrade", "8.04" ]
9
2
CC BY-SA 3.0
[ { "creationDate": "2010-07-29T02:25:36.013", "id": "191", "postId": "66", "score": "3", "text": "I'd suggest you re-word the question as \"Has anyone experienced problems upgrading desktop from 8.04 LTS to 10.04 LTS?\" The question right now is a bit vague and technically I could answer \"No\" ...
{ "accepted": true, "body": "<p>I have tested this myself on a VM. And as Andrew said, this was heavily tested before the release.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-07-28T19:59:47.393", "id": "75", "lastActi...
[ { "accepted": null, "body": "<p>While I haven't, that is one thing that gets heavily tested in LTS releases prior to their release.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-07-28T19:56:49.913", "i...
null
null
null
null
null
67
1
126
2010-07-28T19:53:51.137
101
112481
<p>I have a lovely Vim colorscheme (<a href="http://www.vim.org/scripts/script.php?script_id=2140">xoria256</a>) and it looks brilliant in GVim, but when I use normal <code>vim</code> in Terminal, the colorscheme is only partially supported -- for example, the default semi-transparent aubergine background color is used...
56
2355
2014-02-21T10:46:02.213
2017-12-13T16:11:45.847
How do I enable full-color support in Vim?
[ "command-line", "vim", "colors" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2010-11-25T16:32:50.020", "id": "15613", "postId": "67", "score": "4", "text": "Even the default color scheme looks better with 256 colors. If it wasn't for your question, I'd have never found it out. This should be the default.", "userDisplayName": null, "userId": "22...
{ "accepted": true, "body": "<p>GNOME Terminal supports 256 colors, but doesn't advertise its support. You can override vim's autodetection by putting the following:</p>\n\n<pre class=\"lang-bsh prettyprint-override\"><code>if $COLORTERM == 'gnome-terminal'\n set t_Co=256\nendif\n</code></pre>\n\n<p>in your ~/.vi...
[ { "accepted": null, "body": "<p>I made a separate profile for Vim which uses a solid, opaque color in the background. I just manually switch to it whenever I use Vim. Not sure whether or not there's a better method. I'd like to think so.</p>\n", "commentCount": "1", "comments": [ { "cr...
null
null
null
null
null
69
1
85
2010-07-28T19:54:16.020
13
1666
<p>I work with multiple computers for various reasons. I want to keep those computers in sync configuration wise. I already have a VCS based setup that allows me to manually update configurations on multiple hosts. But i'm looking for a way to do this automatically.</p> <p>What I'm looking for is:</p> <ul> <li>A way ...
42
null
null
2010-08-11T12:24:36.597
Keeping multiple workstations in sync
[ "sync", "configuration", "user-data", "multiple-workstations" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you don't have any confidential data in those files, you could use <a href=\"http://www.dropbox.com/\" rel=\"noreferrer\">Dropbox</a> to keep them automatically in sync across multiple machines. The Dropbox daemon will synchronize one folder, usually <code>~/Dropbox</code>, but yo...
[ { "accepted": true, "body": "<p>If you don't have any confidential data in those files, you could use <a href=\"http://www.dropbox.com/\" rel=\"noreferrer\">Dropbox</a> to keep them automatically in sync across multiple machines. The Dropbox daemon will synchronize one folder, usually <code>~/Dropbox</code>...
null
null
null
null
null
72
1
76791
2010-07-28T19:57:32.173
9
311
<p>I am using my machine with multiple accounts logged in at the same time. I am using KDM desktop manager and KDE desktop. Ever since I upgraded to Karmic, when using one user the second user, who is active on another virtual terminal, gets logged out automatically. I have looked through the logs and can't find anythi...
103
527764
2021-05-16T07:17:07.440
2021-05-16T07:17:07.440
How can I prevent myself from getting logged out automatically in a multi-user setup?
[ "kde", "users" ]
2
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>In the end I lived with this for a while and ended up upgrading Ubuntu to a newer version and it went away. So not sure what it was but probably a bug somewhere.. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "cr...
[ { "accepted": null, "body": "<p>You can check that you have enough <strong>TTY</strong>'s:</p>\n\n<p>Open a terminal and do:</p>\n\n<pre><code>grep tty /etc/default/console-setup\n</code></pre>\n\n<p>It should show (check the last number, it should say 6):</p>\n\n<pre><code>ACTIVE_CONSOLES=\"/dev/tty[1-6]\"...
null
null
null
null
null
76
1
129
2010-07-28T20:00:15.083
134
30948
<p>What are the differences between <code>apt-get</code>, <code>aptitude</code>, and <code>synaptic</code>, and which one is the recommended choice for normal day-to-day package management?</p> <p>This is a basic question, but I think it'd be good information to have on the site, and besides I am relatively new to Ubu...
104
274320
2015-10-30T17:45:40.107
2015-10-30T17:45:40.107
What's the difference between package managers?
[ "package-management" ]
7
4
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T20:06:45.600", "id": "63", "postId": "76", "score": "1", "text": "I have also seen people recommending tasksel. Maybe someone could explain what this one is good for too?", "userDisplayName": null, "userId": "27" }, { "creationDate": "2010-07-28T20:0...
{ "accepted": true, "body": "<p>Probably the most popular package managers are apt-get, aptitude, synaptic, and Software Center. There are others (Linux Mint has its own, and there are some designed for KDE), but these are the ones you'll run into most often.</p>\n\n<p><strong>apt-get</strong> is a simple command-l...
[ { "accepted": null, "body": "<p>I personally prefer apt-get because it's a command-line program. And the syntax for installing packages is very simple:</p>\n\n<pre>\nsudo apt-get install <i>packagename</i>\n</pre>\n\n<p>I use apt-get on a day to day basis for installing and removing packages.</p>\n\n<p>Syna...
null
null
null
null
null
80
1
84
2010-07-28T20:04:00.113
25
3639
<p>I'd like to have a Gmail notification service in my Epiphany indicator applet, without leaving Evolution open in the background all the time. Right now I only get notifications if Evolution is open. Strangely, this is not the case with Google calendars in Evolution -- evolution can be closed yet I still get applet...
109
null
null
2015-06-25T18:33:00.143
How can I get Gmail notification in my indicator applet (without leaving Evolution open)?
[ "panel", "indicator", "gmail" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-06T17:57:27.713", "id": "1317", "postId": "80", "score": "0", "text": "For each of the answers, can people also list whether that answer also supports google apps accounts, and whether it supports multiple accounts?", "userDisplayName": null, "userId": "880" ...
{ "accepted": true, "body": "<p><a href=\"https://launchpad.net/gm-notify\" rel=\"nofollow\">Gmail Notifier</a> is probably the best option for what you are trying to accomplish.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-07-28T20:07:34.350", "id": "64", "postId": "...
[ { "accepted": true, "body": "<p><a href=\"https://launchpad.net/gm-notify\" rel=\"nofollow\">Gmail Notifier</a> is probably the best option for what you are trying to accomplish.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-07-28T20:07:34.350", "id": "64",...
null
null
null
null
null
82
1
88
2010-07-28T20:04:55.137
15
8880
<p>I have just installed a 10.04 LTS on my development server but the system that I need to run on it (Magento ecommerce) is not compatible with PHP 5.3 which ships with the newest version of Ubuntu. Is there a safe and upgrade-proof way of getting PHP 5.2 installed or will it be easier to use an older version of Ubunt...
27
235
2012-02-08T20:41:25.757
2015-03-25T13:56:10.997
How to rollback to PHP 5.2?
[ "package-management", "php", "compatibility" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can use my <a href=\"https://launchpad.net/~txwikinger/+archive/php5.2\" rel=\"nofollow\">ppa</a>, that I have created for this purpose. Please take notice of the pinning that is necessary. Also, aptitude will not recognize the pinning. You must use the aptitude specific method i...
[ { "accepted": true, "body": "<p>You can use my <a href=\"https://launchpad.net/~txwikinger/+archive/php5.2\" rel=\"nofollow\">ppa</a>, that I have created for this purpose. Please take notice of the pinning that is necessary. Also, aptitude will not recognize the pinning. You must use the aptitude specific ...
null
null
null
null
null
83
1
103
2010-07-28T20:05:50.937
53
60995
<p>Can you explain briefly the main concepts and command line tools used to manage file permissions?</p>
106
175814
2018-04-05T20:31:24.470
2020-06-28T14:36:08.560
How do file permissions work?
[ "command-line", "permissions", "chmod" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Each file has rights for three different categories:</p>\n\n<ul>\n<li>the owner of the file,</li>\n<li>the group associated with the file, and</li>\n<li>everybody else.</li>\n</ul>\n\n<p>Rights mean the right to read the file, the right to write to the file, or the right to execute t...
[ { "accepted": true, "body": "<p>Each file has rights for three different categories:</p>\n\n<ul>\n<li>the owner of the file,</li>\n<li>the group associated with the file, and</li>\n<li>everybody else.</li>\n</ul>\n\n<p>Rights mean the right to read the file, the right to write to the file, or the right to e...
null
null
null
null
null
86
1
null
2010-07-28T20:06:56.113
69
148412
<p>I'd like to create an Ubuntu live USB stick on a Mac to use to install Ubuntu on another machine. How do I accomplish this?</p>
56
527764
2018-06-15T16:37:38.707
2021-03-30T20:00:22.493
How do I create an Ubuntu live USB using a Mac?
[ "live-usb", "mac" ]
5
3
CC BY-SA 4.0
[ { "creationDate": "2012-11-21T00:13:51.407", "id": "273207", "postId": "86", "score": "0", "text": "there is no need to convert from iso to dmg, the MD5 turned out to be identical prior and after the conversion.", "userDisplayName": "user109607", "userId": null }, { "creationDate...
null
[ { "accepted": null, "body": "<p>Taken from <a href=\"http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx\">here</a>:</p>\n\n<blockquote>\n <p>We would encourage Mac users to download Ubuntu Desktop Edition by\n burning a CD. But if you prefer to use a USB stick, please follow the\n instr...
null
null
null
null
null
93
1
593
2010-07-28T20:11:02.627
7
281
<p>I'd like to create an interactive media experience powered by Ubuntu, incorporating projected video, music, and assorted strange input devices. Has anyone used Ubuntu to orchestrate something like this? Can you recommend any specific software/hardware?</p>
56
1067
2010-12-27T12:52:11.210
2010-12-27T12:52:11.210
Ubuntu and Interactive Media Installations
[ "video", "multimedia", "input-devices" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-07-28T21:31:42.867", "id": "123", "postId": "93", "score": "4", "text": "Can you please elaborate further?", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-07-30T19:48:34.377", "id": "469", "postId": "93", "score": "0", "...
{ "accepted": true, "body": "<p><a href=\"http://ubuntuforums.org/showthread.php?t=993376\" rel=\"noreferrer\"><strong>Here</strong></a> are instructions for getting Ubuntu to detect a Wii remote, which could easily be hacked into an artistic prop or some inconspicuous object.</p>\n\n<p>You could use <a href=\"http...
[ { "accepted": null, "body": "<p>Are you talking about setting a machine as a <strong>Media Center</strong> / <strong>DVR</strong> (Digital Video Recorder, aka <strong>PVR</strong>)?</p>\n\n<p>Here are three interesting solutions for this:</p>\n\n<ol>\n<li><p><strong>Mythbuntu</strong>:</p>\n\n<p>Mythbuntu i...
null
null
null
null
null
94
1
null
2010-07-28T20:11:03.717
8
2139
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/72679/is-there-any-sound-enhancers-equalizer">Is there any Sound enhancers/equalizer?</a> </p> </blockquote> <p>I often want to tweak the sound quality, but have found no other way than to install plugins for each ...
38
-1
2017-04-13T12:23:44.677
2012-05-30T18:51:15.507
Is there a system-wide equalizer for PulseAudio or ALSA?
[ "sound", "system", "equalizer" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-07-30T22:57:01.350
null
null
95
1
106
2010-07-28T20:11:14.030
31
72699
<p>I have messed up my Ruby dev environment on Ubuntu 10.04.</p> <p>What is the best possible way to remove these packages from my system?</p> <ul> <li>Ruby</li> <li>All Gems</li> <li>RubyGems</li> </ul> <p>To start fresh, I would like to re-install Ruby using <a href="http://rvm.beginrescueend.com/" rel="noreferrer...
118
527764
2018-06-15T16:36:27.833
2018-06-15T16:36:27.833
How can I completely remove Ruby + Rails + Gems?
[ "10.04", "ruby", "software-uninstall", "rvm" ]
4
1
CC BY-SA 4.0
[ { "creationDate": "2010-07-28T20:13:36.550", "id": "71", "postId": "95", "score": "1", "text": "How did you install it? Did you use the the Ubuntu packages?", "userDisplayName": null, "userId": "4" } ]
{ "accepted": true, "body": "<p>If you're using Ubuntu Packages run <code>sudo apt-get purge &lt;packages&gt;</code></p>\n\n<p>So that should be something like:</p>\n\n<p><code>sudo apt-get purge ruby rubygems</code></p>\n\n<p>From the <a href=\"http://manpages.ubuntu.com/manpages/lucid/en/man8/apt-get.8.html\">apt...
[ { "accepted": true, "body": "<p>If you're using Ubuntu Packages run <code>sudo apt-get purge &lt;packages&gt;</code></p>\n\n<p>So that should be something like:</p>\n\n<p><code>sudo apt-get purge ruby rubygems</code></p>\n\n<p>From the <a href=\"http://manpages.ubuntu.com/manpages/lucid/en/man8/apt-get.8.ht...
null
null
null
null
null
96
1
153
2010-07-28T20:11:47.820
17
16219
<p>I have been playing with package management by adding sources from older Ubuntu releases in order to get older versions of some software (e.g. PHP). Unfortunately at some point I must have overdid it as now every attempt to use apt-get or synaptic ends in an error message being displayed saying that there is no cand...
27
6005
2012-06-22T13:27:36.493
2012-06-22T13:27:36.493
Is there a way to reset all packages/sources and start from scratch?
[ "package-management", "uninstall" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-07-28T20:14:31.807", "id": "74", "postId": "96", "score": "4", "text": "This is called re-install, isn't it? :D", "userDisplayName": null, "userId": "4" } ]
{ "accepted": true, "body": "<p>You could always remove all packages (making a few exceptions for apt-get, etc.)</p>\n\n<p>Then run:</p>\n\n<pre><code>sudo apt-get install ubuntu-desktop\n</code></pre>\n\n<p>This installs the desktop metapackage which has pretty much every other package as a dependency.</p>\n", "...
[ { "accepted": null, "body": "<p>Remove all but the current release of Ubuntu you're running from <code>/etc/apt/sources.list</code>. Then <code>sudo apt-get update; sudo apt-get dist-upgrade</code>. Let me know if you still have trouble. </p>\n\n<p>You may have to reinstall. </p>\n", "commentCount": "0"...
null
null
null
null
null
99
1
105
2010-07-28T20:14:39.667
9
1094
<p>I've been waiting for a couple years to be able to do an</p> <pre class="lang-bsh prettyprint-override"><code>apt-get install haskell-platform </code></pre> <p>on Ubuntu. Will a haskell platform-package be available on Ubuntu 10.10?</p>
56
367165
2015-12-14T14:10:05.827
2015-12-14T14:10:05.827
Will Haskell Platform be available in 10.10?
[ "10.10", "haskell" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes, it's already <a href=\"https://launchpad.net/ubuntu/+source/haskell-platform/\">packaged</a> and released in <code>maverick</code> (the development branch of Ubuntu): </p>\n\n<pre><code>$ rmadison haskell-platform\nhaskell-platform | 2010.1.0.0.1 | maverick/universe | source, al...
[ { "accepted": null, "body": "<p>Yes</p>\n\n<p><a href=\"https://launchpad.net/ubuntu/+source/haskell-platform\" rel=\"nofollow\">https://launchpad.net/ubuntu/+source/haskell-platform</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5"...
null
null
null
null
null
100
1
137
2010-07-28T20:16:58.197
16
15588
<p>I was playing music with my headphones plugged in. The music was coming out of the headphones, but I also noticed that my speakers were playing the same music.</p> <p>Why is this, and how can I fix it?</p>
56
208574
2014-12-16T01:53:58.260
2018-02-11T21:49:24.877
Sound comes out of my speakers even when headphones are plugged in
[ "sound", "headphones", "speakers" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2010-10-25T05:47:24.437", "id": "9292", "postId": "100", "score": "0", "text": "Possibly related: http://askubuntu.com/questions/6993/internal-microphone-not-working", "userDisplayName": null, "userId": "87" }, { "creationDate": "2012-09-23T03:23:37.800", "...
{ "accepted": true, "body": "<p>This is probably an alsa issue. I had the same problem, but it got reported as a bug and fixed. </p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/477226\" rel=\"nofollow noreferrer\">link to bug report</a></p>\n", "commentCount": "2", "comments": [ { ...
[ { "accepted": true, "body": "<p>This is probably an alsa issue. I had the same problem, but it got reported as a bug and fixed. </p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/477226\" rel=\"nofollow noreferrer\">link to bug report</a></p>\n", "commentCount": "2", "comments...
null
null
2012-10-03T05:35:47.333
null
null
108
1
114
2010-07-28T20:23:56.213
11
229
<p>I have reported a bug that occurs in Karmic on launchpad, and I have been asked to re-test it on lucid or maverick. How can I do this best? </p>
4
235
2011-07-10T18:38:05.810
2011-07-10T18:38:05.810
How can I best retest a bug in a newer or development release?
[ "launchpad", "bug-reporting" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>For testing Maverick, <code>testdrive</code> is easiest. It'll automatically download the latest Maverick daily and run it in a Virtual Machine.</p>\n\n<pre><code>sudo apt-get install testdrive virtualbox-ose\ntestdrive\n</code></pre>\n", "commentCount": "2", "comments": [ { ...
[ { "accepted": null, "body": "<p>Without upgrading? You may need to setup a Virtual instance of Lucid or Maverick or install that specific version under a new partition on your machine. I find that VirtualBox works well (and is free) for Ubuntu.</p>\n", "commentCount": "0", "comments": [], "commu...
null
null
null
null
null
111
1
117
2010-07-28T20:31:41.063
37
99038
<p>I would like to secure my server and it seems that IPtables is one of the first steps. Unfortunately editing the rules in a terminal is a bit complicated and dangerous (those who ever did an <code>iptables -F</code> will know what I mean ;) ). Could you recommend any good graphical interfaces for managing my IPtable...
27
59676
2012-08-13T10:49:53.173
2020-08-29T02:55:21.177
GUI for iptables?
[ "gui", "iptables", "security" ]
7
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://www.fs-security.com/\" rel=\"noreferrer\">Firestarter</a> has always worked well in my opinion. It supports a robust GUI and supports all options of iptables. </p>\n\n<p><img src=\"https://i.stack.imgur.com/pqg11.jpg\" alt=\"status\"><img src=\"https://i.stack.imgur....
[ { "accepted": null, "body": "<p>Try Firewall Builder.</p>\n\n<pre><code>sudo apt-get install fwbuilder\n</code></pre>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-07-28T21:10:55.260", "id": "113", "postId": "115", "score": "0", "text": ...
null
null
null
null
null
112
1
202
2010-07-28T20:32:30.123
8
1376
<p>Of those identd daemons available in Ubuntu 10.04, can any of them be made to work with IPv6?</p> <p>If so, a nudge in the right direction regarding how to configure the IPv6 support would be nice.</p>
24
4
2010-08-11T13:50:18.930
2013-09-27T22:37:19.157
Is there a identd-like package in Ubuntu that supports IPv6?
[ "ipv6" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>oidentd</code> supports ipv6, but said support doesn't seem to be documented very well (or, y'know, at all...).</p>\n\n<p>After installing it, you'll need to edit <code>/etc/default/oidentd</code> and change this:</p>\n\n<pre><code>OIDENT_OPTIONS=\"-mf\"\n</code></pre>\n\n<p>to...
[ { "accepted": true, "body": "<p><code>oidentd</code> supports ipv6, but said support doesn't seem to be documented very well (or, y'know, at all...).</p>\n\n<p>After installing it, you'll need to edit <code>/etc/default/oidentd</code> and change this:</p>\n\n<pre><code>OIDENT_OPTIONS=\"-mf\"\n</code></pre>\...
null
null
null
null
null
116
1
119
2010-07-28T20:36:56.557
25
30386
<p>I've downloaded some nice themes, icon packages, and pointers from sites like gnome-look. Now what do I do? Where else can I get these kinds of things?</p>
109
235
2012-07-03T13:50:22.960
2012-08-29T21:59:06.327
How do I get and install more themes, icons, and pointers?
[ "themes", "icons", "pointers", "appearance" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h1>Installing new themes in Ubuntu 10.10 and below</h1>\n\n<p>To install the themes open the Theme Manager which can be accessed from System > Preferences > Appearances then just drag the theme/icons etc on to the window.</p>\n\n<p>Once installed you can either directly use the theme o...
[ { "accepted": true, "body": "<h1>Installing new themes in Ubuntu 10.10 and below</h1>\n\n<p>To install the themes open the Theme Manager which can be accessed from System > Preferences > Appearances then just drag the theme/icons etc on to the window.</p>\n\n<p>Once installed you can either directly use the...
null
null
null
null
null
120
1
589
2010-07-28T20:42:08.370
62
77541
<p>After upgrading my laptop from karmic to lucid, my fat32 partition won't mount automatically. I get the message:</p> <pre><code>The disk drive for /osshare is not ready yet or not present Continue to wait; or Press S to skip mounting or M for manual recovery </code></pre> <p>Funny thing is, if I skip, then <code>/...
128
169736
2014-05-08T22:59:01.043
2015-11-19T08:12:26.277
How do I avoid the "S to Skip" message on boot?
[ "boot", "filesystem", "fstab" ]
4
4
CC BY-SA 2.5
[ { "creationDate": "2010-07-28T22:12:49.390", "id": "138", "postId": "120", "score": "0", "text": "What happens when you mount the disk manually in Ubuntu? (`sudo mount /ossshare`)", "userDisplayName": null, "userId": "66" }, { "creationDate": "2010-07-28T23:23:39.910", "id": ...
{ "accepted": true, "body": "<p>You should add the option <code>nobootwait</code> to your <code>/etc/fstab</code>. So that it looks like:</p>\n\n<pre><code>UUID=1234-5678 /osshare vfat utf8,auto,rw,user,nobootwait 0 0 \n</code></pre>\n\n<p>From <code>fstab(5)</code>:</p>\n\n<blockquote>\n <p>The <code>mountall(8)...
[ { "accepted": null, "body": "<p>I believe you need to change the options from <code>auto</code> to <code>noauto</code></p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-07-28T20:50:47.053", "id": "99", "postId": "122", "score": "0", "tex...
null
null
null
null
null
127
1
260
2010-07-28T20:56:38.163
20
686
<p>I'd like to get involved with Ubuntu QA by creating automated tests. Is there an ongoing effort to create these tests? Where can I learn more?</p>
56
22949
2012-12-28T08:50:09.020
2013-01-04T18:18:46.423
How do I get involved with testing and QA with Ubuntu?
[ "automation", "testing", "quality" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The QA team does <i>extensive</i> automated testing - it's part of the requirements for hardware to get Ubuntu certified.</p>\n\n<p>The project they use is <a href=\"https://edge.launchpad.net/checkbox\" rel=\"nofollow\">Checkbox</a>. Don't be fooled by the quite cut-down version sh...
[ { "accepted": null, "body": "<p>Usually automated testing is done on a per project basis and the quality of those tests are highly dependant on the project's organisation and quality control. Tests can be tied into the building of debs and such but as far as I know I've never heard of any external testing f...
null
null
null
null
null
128
1
null
2010-07-28T20:57:41.563
11
3488
<p>I will be going to University soon and am looking for a tablet/netbook on which I can use a stylus to write notes (Chinese characters mostly). I have only found 2 netbooks (with swivel screens and full keyboards) that might work for me. One is the ASUS Eee PC T101MT, and the other is a Gigabyte Touchnote. </p> <p...
138
null
2012-06-23T10:07:07.613
2012-06-23T10:07:07.613
What are the multi-touch netbooks/tablets that work with Ubuntu?
[ "tablet", "ubuntu-netbook", "multi-touch" ]
4
5
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T21:40:51.793", "id": "128", "postId": "128", "score": "1", "text": "You should remove netbook from your question altogether. Not the word you're looking for.", "userDisplayName": null, "userId": "119" }, { "creationDate": "2010-07-28T22:25:46.227", ...
null
[ { "accepted": null, "body": "<p>Well Ubuntu is working on multitouch and it should be in either the next release or the release after. Synaptics is making it too but I dont know if thats ready yet. </p>\n\n<p>The touch screens will work it will just move the mouse to the place you touch it just wont do anyt...
null
null
2012-02-27T18:31:59.837
user70540
null
131
1
133
2010-07-28T21:00:34.410
58
7856
<p>Before I buy my next laptop, I'd like to make sure that it will work perfectly with Ubuntu. Is there a list of <em>completely</em> supported computers anywhere?</p>
56
175814
2018-04-06T22:36:37.557
2022-03-03T16:11:12.660
Where can I find a list of computers guaranteed to work with Ubuntu?
[ "hardware", "compatibility", "hardware-certification" ]
9
5
CC BY-SA 3.0
[ { "creationDate": "2011-12-03T11:44:44.843", "id": "96260", "postId": "131", "score": "3", "text": "The way it stands, it's subjective, and it will lead to a \"my-laptop-is-better-than-yours\" question. :)", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2011-12-...
{ "accepted": true, "body": "<p>There is an ongoing QA effort for Laptops and Desktops in the Ubuntu Community - you can find that information here:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/Testing/Laptop/OldReports\" rel=\"nofollow noreferrer\">Old Ubuntu Laptop Reports</a> and for everything 11.04 and onwards,...
[ { "accepted": true, "body": "<p>There is an ongoing QA effort for Laptops and Desktops in the Ubuntu Community - you can find that information here:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/Testing/Laptop/OldReports\" rel=\"nofollow noreferrer\">Old Ubuntu Laptop Reports</a> and for everything 11.04 and ...
null
null
null
null
null
134
1
140
2010-07-28T21:07:03.257
228
212343
<p>How do I create a desktop wallpaper slideshow with my own set of images?</p> <ul> <li>With the images coming from a pictures folder, or pre-selected</li> <li>With the images displayed in order, or randomly</li> <li>With the images changing every few minutes, or after random periods of time</li> </ul>
56
58612
2012-08-22T08:47:23.883
2024-01-09T14:27:37.130
How do I create a desktop wallpaper slideshow?
[ "desktop-background", "appearance" ]
20
1
CC BY-SA 3.0
[ { "creationDate": "2018-09-22T19:03:36.537", "id": "1769654", "postId": "134", "score": "5", "text": "In 2018, Variety seems to me the best tool for this job: https://peterlevi.com/variety/", "userDisplayName": null, "userId": "671005" } ]
{ "accepted": true, "body": "<h2>For 11.04 and previous versions</h2>\n\n<p>There's a program for creating wallpaper slideshows called CREBS. Check out this article about it: <a href=\"http://www.omgubuntu.co.uk/2010/05/crebs-the-ultimate-wallpaper-slideshow-application\" rel=\"noreferrer\">http://www.omgubuntu.co....
[ { "accepted": true, "body": "<h2>For 11.04 and previous versions</h2>\n\n<p>There's a program for creating wallpaper slideshows called CREBS. Check out this article about it: <a href=\"http://www.omgubuntu.co.uk/2010/05/crebs-the-ultimate-wallpaper-slideshow-application\" rel=\"noreferrer\">http://www.omgub...
null
null
null
null
null
142
1
144
2010-07-28T21:12:20.670
58
41539
<p>Does anyone know of a simple Image Editor, with functionality comparable to <a href="http://www.getpaint.net/screenshots.html">Paint.NET</a>, for Ubuntu? I've always found GIMP to be overkill and too complicated for what I want to do.</p>
88
107450
2014-05-03T13:05:18.057
2022-11-26T22:34:56.027
Is there a Paint.NET alternative?
[ "software-recommendation", "image-editor" ]
7
4
CC BY-SA 3.0
[ { "creationDate": "2014-05-03T13:10:34.417", "id": "605599", "postId": "142", "score": "2", "text": "There are several image editing packages in the software centre. Select \"Graphics\" then \"Painting & Editing\" for a list. You may like Pinta - Quite basic but there are plenty of others", ...
{ "accepted": true, "body": "<p>Yes, try <a href=\"http://apt.ubuntu.com/p/pinta\" rel=\"noreferrer\">Pinta</a><a href=\"http://apt.ubuntu.com/p/pinta\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/GszVh.png\" alt=\"Install mypaint\"></a></p>\n\n<blockquote>\n <p>Pinta is a drawing/editing program model...
[ { "accepted": true, "body": "<p>Yes, try <a href=\"http://apt.ubuntu.com/p/pinta\" rel=\"noreferrer\">Pinta</a><a href=\"http://apt.ubuntu.com/p/pinta\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/GszVh.png\" alt=\"Install mypaint\"></a></p>\n\n<blockquote>\n <p>Pinta is a drawing/editing progr...
null
null
null
null
null
152
1
700893
2010-07-28T21:28:14.427
35
25251
<p>I know some other text editors like Notepad++ enable split pane to edit to files side by side. Is there any way I can add this functionality to Gedit?</p>
88
null
null
2022-04-28T21:09:44.177
Is there Split Pane support in Gedit?
[ "editor", "gedit", "text" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In gedit, choose <strong>Documents</strong> > <strong>New Tab group</strong> or <kbd>Ctrl</kbd>+<kbd>Alt</kbd> + <kbd>N</kbd> your gedit will split vertically. And you can drag tabs.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2015-12-11T12:50:01.053"...
[ { "accepted": null, "body": "<blockquote>\n<p><strong>Update:</strong> Gedit has now added this feature. I'm keeping my answer around for those using older versions of the application.</p>\n</blockquote>\n<p>Gedit does not come with this feature.</p>\n<p><strong>But</strong> there is a plugin you can get:<b...
null
null
null
null
null
154
1
1586
2010-07-28T21:33:45.533
8
2352
<p>In the spirit of <a href="https://askubuntu.com/questions/80/how-can-i-get-gmail-notification-in-my-indicator-applet-without-leaving-evolutio">this</a> question...</p> <p>Is there an indicator applet that tells me when I've received an email through any IMAP service? If so, where can I get it?</p>
5
-1
2017-04-12T07:23:19.023
2014-12-16T01:56:55.973
Is there a Gnome applet for IMAP mail accounts?
[ "applet", "gnome", "mail", "imap" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Use CloudSN (Cloud Services Notification). It supports gmail, google reader, pop3, imap, twitter, identi.ca</p>\n\n<p><a href=\"http://chuchiperriman.github.com/cloud-services-notifications/\" rel=\"nofollow noreferrer\">http://chuchiperriman.github.com/cloud-services-notifications/<...
[ { "accepted": null, "body": "<p><strong>It is not a real gnome applet per se,</strong> but you can use <strong><a href=\"http://packages.ubuntu.com/lucid/gnubiff\" rel=\"nofollow\">gnubiff</a></strong>, it sits near the clock, in the notification/indicator applet:</p>\n\n<blockquote>\n <p>gnubiff checks f...
null
null
null
null
null
158
1
176
2010-07-28T21:38:22.633
2
323
<p>I would like to be able to demo a UEC cloud at a presentation. Is there a simple guide regarding the hardware I need, and how I need to configure the UEC in order to create a nice presentation?</p>
4
30357
2012-10-19T13:05:41.910
2012-10-19T13:05:41.910
Is there a simple guide for how to set up a demo cloud?
[ "cloud", "uec", "presentation" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>These are the minimum requirements (for a one-machine setup) for setting up an Ubuntu Enterprise Cloud:</p>\n\n<ul>\n<li><strong>Machine</strong>: at least 1 (though 2 or 3 is highly recommended, to separate controllers and nodes)</li>\n<li><strong>CPU</strong>: +2Ghz (dual core reco...
[ { "accepted": true, "body": "<p>These are the minimum requirements (for a one-machine setup) for setting up an Ubuntu Enterprise Cloud:</p>\n\n<ul>\n<li><strong>Machine</strong>: at least 1 (though 2 or 3 is highly recommended, to separate controllers and nodes)</li>\n<li><strong>CPU</strong>: +2Ghz (dual c...
null
null
null
null
null
164
1
171
2010-07-28T21:49:10.060
312
107102
<p>When you install certain updates (e.g. a new kernel) in Ubuntu Desktop, you get an indication that a reboot is required (in Lucid, the logout icon turns red).</p> <p>How can I check, from the command line, whether an Ubuntu <em>server</em> requires a reboot?</p> <p>I could grep for 'System restart required' in <co...
136
367165
2015-12-14T14:08:24.963
2021-10-22T04:01:59.887
How can I tell, from the command line, whether the machine requires a reboot?
[ "command-line", "package-management" ]
10
1
CC BY-SA 3.0
[ { "creationDate": "2010-11-18T11:45:34.837", "id": "341964", "postId": "164", "score": "0", "text": "If you are maintaining server you will soon also develop sense wether or not update require restart. Most updates needs no restart or only restart of service (witch it should do automatically).",...
{ "accepted": true, "body": "<p>You can simply check if the file <code>/var/run/reboot-required</code> exists or not.</p>\n\n<p>For example, any of these would tell you \"no such file\" or \"file not found\" if you do not need to reboot, otherwise (if you need to reboot) the file would exist and these commands woul...
[ { "accepted": null, "body": "<p>The <code>/etc/motd</code> file gets its information about whether a reboot is required from <code>/var/run/reboot-required</code> file.</p>\n\n<p>You can check the content of this file in terminal by using <code>cat /etc/motd</code> command</p>\n", "commentCount": "1", ...
null
null
null
null
null
167
1
null
2010-07-28T21:54:15.207
15
747
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/16446/how-to-get-my-software-into-ubuntu">How to get my software into Ubuntu?</a> </p> </blockquote> <p>I've created a Python application for Ubuntu. How do I package it and submit it for possible inclusion in the ...
35
-1
2017-04-13T12:23:56.577
2011-10-21T11:18:26.977
How do I put a package into the Ubuntu repositories?
[ "development", "application-development", "packaging", "debian" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2011-11-02T03:27:14.960
null
null
174
1
null
2010-07-28T22:14:34.583
12
941
<p>I'm currently install F# manually by downloading the binary distribution from Microsoft, downloading the Mono key, running the Mono installer, then fiddling with my path. Is there a PPA with F# packages that can make my life easier?</p>
56
235
2010-10-23T20:19:48.713
2010-11-16T01:24:26.210
Where can I find F# packages?
[ "mono" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The F# license appears to be non-free as it only allows non-commercial use, so it wouldn't be legal to distribute this in a PPA. At best, there could be an fsharp-installer package created, which would automate those steps of downloading &amp; installing it.</p>\n", "comm...
null
null
2013-03-14T16:22:10.197
null
null
181
1
184
2010-07-28T22:27:49.207
5
4430
<p>How do you burn a DVD-DL iso from the command line?</p>
165
null
null
2015-06-25T18:19:10.607
How to burn a dual layer dvd iso from the command line
[ "server", "command-line", "dvd" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<pre><code>growisofs -speed=2 -dvd-compat -Z /dev/dvdrw=dvd_image.iso\n</code></pre>\n\n<p>Replace <code>/dev/dvdrw</code> with your dvd writer path and <code>dvd_image.iso</code> with the iso filename\nIf you do not have growisofs installed you will need to install the <code>dvd+rw-too...
[ { "accepted": true, "body": "<pre><code>growisofs -speed=2 -dvd-compat -Z /dev/dvdrw=dvd_image.iso\n</code></pre>\n\n<p>Replace <code>/dev/dvdrw</code> with your dvd writer path and <code>dvd_image.iso</code> with the iso filename\nIf you do not have growisofs installed you will need to install the <code>dv...
null
null
null
null
null
182
1
4975
2010-07-28T22:30:00.313
18
7543
<p>I need to update firmware of my iPod Touch (iPhone) in Ubuntu and as I have jailbroken iPod Touch I need iTunes to install apps, but unfortunately haven't found any ways to do that in Ubuntu yet. I know that it is possible to use <strong>VirtualBox</strong> or <strong>Wine</strong>, but still in the most of the time...
161
367165
2015-12-14T14:07:40.410
2016-10-18T12:10:11.603
Firmware update for iPod Touch (iPhone)?
[ "updates", "ipod", "iphone", "itunes", "firmware" ]
6
2
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T22:36:56.687", "id": "144", "postId": "182", "score": "4", "text": "You should probably re-title this as something along the lines of 'How to update iPod firmware from Ubuntu' as your title is subjective for the most part and not really to the point of your question...
{ "accepted": true, "body": "<p>While some older versions of iTunes can currently be made to work with Wine (or Crossover), <em>they cannot be used to update or sync newer iPods</em></p>\n\n<p>The reason is that Wine lacks a handler for Windows USB device drivers, and the iPod acts as a custom USB device. This is ...
[ { "accepted": null, "body": "<p>Looking at the <a href=\"http://www.codeweavers.com\" rel=\"nofollow\">Crossover</a> <a href=\"http://www.codeweavers.com/compatibility/browse/group/?app_parent=2350;\" rel=\"nofollow\">page for iTunes</a>, a couple of versions have been reported to work somewhat. Crossover c...
null
null
null
null
null
193
1
980
2010-07-28T22:48:14.973
29
56406
<p>How can I change the Login screen theme? Is there a graphical way or no?</p>
154
235
2012-07-14T18:27:29.230
2019-09-06T13:34:08.463
How can I change the login screen theme in GDM?
[ "themes", "gdm", "login-screen" ]
7
2
CC BY-SA 3.0
[ { "creationDate": "2012-05-31T15:36:10.817", "id": "173871", "postId": "193", "score": "3", "text": "You may be interested in this themeable alternative to GDM: http://askubuntu.com/questions/143192/how-can-i-replace-lightdm-with-mdm", "userDisplayName": null, "userId": "14356" }, { ...
{ "accepted": true, "body": "<p>Use this command in the terminal:</p>\n\n<pre><code>sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow\n</code></pre>\n\n<p>Logout, and <strong>you will be prompted with the Appearance window</strong>. change the theme as you chan...
[ { "accepted": null, "body": "<p>This depends on what you want to do with the login screen. You can configure some basic options in the Login Screen Settings app (<a href=\"https://imgur.com/HUygl.png\" rel=\"noreferrer\">System/Administration/Login Screen</a>) - whether a user should be automatically logged...
null
null
null
null
null
194
1
412
2010-07-28T22:50:02.303
402
446611
<p><code>sudo apt-get upgrade</code> installs all updates, not just security updates. I know that I can use Update Manager to select only important security updates, but is there a way to do this from the command line?</p>
130
158442
2016-02-14T19:30:05.413
2023-09-28T08:00:50.680
How can I install just security updates from the command line?
[ "command-line", "package-management", "updates", "security" ]
10
9
CC BY-SA 2.5
[ { "creationDate": "2010-07-28T22:52:59.960", "id": "148", "postId": "194", "score": "0", "text": "I assume you meant to refer to apt-get (dist-)upgrade?", "userDisplayName": null, "userId": "24" }, { "creationDate": "2010-07-28T22:59:49.387", "id": "150", "postId": "194",...
{ "accepted": true, "body": "<p>The package <a href=\"http://packages.ubuntu.com/search?keywords=unattended-upgrades\" rel=\"noreferrer\">unattended-upgrades</a> provides functionality to install security updates automatically.</p>\n\n<p>You could use this, but instead of configuring the automatic part you could ca...
[ { "accepted": null, "body": "<p>I can't find an option in either apt-get or aptitude, however someone had the <a href=\"https://superuser.com/questions/130087/how-to-install-just-security-updates-via-the-command-line-on-ubuntu\">same question</a> on SuperUser. The only response is:</p>\n\n<pre><code>Check a...
null
null
null
null
null
198
1
null
2010-07-28T22:57:24.587
30
1747
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/42532/what-media-players-are-there">What Media Players Are there?</a> </p> </blockquote> <p>What video players do you recommend for ubuntu. Is there any video player that supports good playback of 720p videos in ol...
22
-1
2017-04-13T12:25:03.100
2011-11-11T11:23:56.023
What video players do you recommend?
[ "video", "software-recommendation", "video-player" ]
0
0
CC BY-SA 2.5
[]
null
[]
2010-08-25T13:43:28.893
0
2012-03-24T07:26:45.273
null
null
205
1
214
2010-07-28T23:13:32.517
18
7620
<p>From <a href="https://help.ubuntu.com/community/EnvironmentVariables#System-wide%20environment%20variables">System-wide environment variables</a>:</p> <blockquote> <ul> <li><strong>/etc/environment</strong> - This file is specifically meant for system-wide environment variable settings. It is not a script file,...
156
169736
2014-02-28T16:06:53.180
2016-12-30T18:15:46.600
Where can I find documentation on the /etc/environment file format?
[ "environment-variables" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm not sure why this isn't made more clear, but <code>/etc/environment</code> isn't parsed by any single bit of code or any particular shell (or necessarily any shell at all) (try <code>grep -r \"/etc/environment\" /etc</code> and you'll see what I mean). <code>pam</code> in particu...
[ { "accepted": null, "body": "<p>You can find good information in the <strong>environ</strong> man page.\nIt is accessible from a terminal, by typing <strong><code>man 7 environ</code></strong> in it.</p>\n\n<blockquote>\n <p>By convention the strings in environ have the form \"name=value\".</p>\n</blockqu...
null
null
null
null
null
209
1
795
2010-07-28T23:15:32.293
15
11413
<p>For example: Avant Window Navigator, Docky, DockBarX and Cairo dock.</p>
143
null
2012-06-23T10:06:45.593
2013-01-10T20:10:39.590
What are the advantages and disadvantages of different docks?
[ "dock" ]
7
1
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T23:18:19.637", "id": "158", "postId": "209", "score": "4", "text": "This is a very subjective post, since different docks have different merits. Could it be made community wiki? Also the title could be changed to reflect that it's a post about the differences - rath...
{ "accepted": true, "body": "<p>I personally use AWN replacing both panels because:</p>\n\n<ul>\n<li>It has a tray area, so I can remove the panel (Docky didn't last time that I tried and was a no-go).</li>\n<li>Great performance (even in my netbook)</li>\n<li>Each applet is a different process, if one locks, AWN d...
[ { "accepted": null, "body": "<p>Personally I use Docky, which replaces the bottom panel containing active applications and such. </p>\n\n<ul>\n<li>I like the Mac/Win7-style mixing of shortcuts and active applications.</li>\n<li>I'm in love with the enhancements it can give icons (for example - displaying co...
2010-12-02T15:33:44.720
null
2013-01-11T22:34:39.530
user70540
null
212
1
17994
2010-07-28T23:22:00.537
4
2030
<p>I'm looking to install drivers for my "Brother HL-2170W" network printer. I can't seem to find the correct driver on the Brother site. Any help would be appreciated. I'm running on Ubuntu 10.04.1 LTS x86_64.</p>
170
null
null
2010-12-18T03:37:20.747
Where can I find the Brother HL-2170W 64-bit printer driver?
[ "drivers", "printing" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T01:19:57.263", "id": "180", "postId": "212", "score": "0", "text": "I don't have a detailed answer for you in the context of Ubuntu, never actually having dealt with its printing support (!), but on other systems with Brother brand printers, I've had excellent luck ...
{ "accepted": true, "body": "<p>This guy at: <a href=\"http://mikebeach.org/2010/06/ubuntu-and-brother-hl-2170w/\" rel=\"nofollow\">http://mikebeach.org/2010/06/ubuntu-and-brother-hl-2170w/</a>\nsays there is a problem in 10.04 with a fault in the cups drivers, at least for the HL-2170W. </p>\n\n<p>Text worked oka...
[ { "accepted": null, "body": "<p>I don't have any experience with this printer, but from what I've found it either \"just works\" when you plug it in using USB; if you'd like it to communicate over a network it needs to be configured and there is only software for Windows or Mac. This means you'll need to ei...
null
null
null
null
null
218
1
6649
2010-07-28T23:40:18.977
199
461177
<p>Is there a command to list services that run on startup? I imagine it would involve parsing <code>/etc/init.d/</code>, and the various <code>/etc/rc.*</code> directories.</p>
174
518700
2018-04-22T18:48:37.053
2021-10-29T00:26:24.143
Command to list services that start on startup?
[ "services", "upstart", "systemd", "init.d" ]
9
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can simply use the <code>initctl list</code> shell command to list the contents of <code>/etc/init</code> rather than the suggested <code>dbus-send</code> command.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2019-08-15T19:12:56.293", "id": "1...
[ { "accepted": null, "body": "<p>The <code>/etc/init.d</code> and <code>/etc/rc.*</code> directories have been superseded by the '<code>upstart</code>' init tool. Although scripts in these directories will be executed as expected, the new method for running things on init is defined by files in <code>/etc/in...
null
null
null
null
null
219
1
223
2010-07-28T23:43:50.343
36
28298
<p>What <strong>license</strong> does Ubuntu fall into (GPL, MIT, a mix)? Would it be legal to <strong>modify it and redistribute</strong> my modified version?</p>
154
62
2010-07-29T00:58:38.557
2018-03-03T08:48:07.113
Under what license is Ubuntu? Can it be legally modified and distributed?
[ "license", "permissions", "gpl" ]
6
4
CC BY-SA 2.5
[ { "creationDate": "2011-11-15T21:09:03.710", "id": "89812", "postId": "219", "score": "0", "text": "With the existence of unofficial Ubuntu-based distros like Linux Mint and elementary OS, I'd imagine this should be legal, but I'm not exactly sure how one would go about it so as not to face pote...
{ "accepted": true, "body": "<p>Ubuntu is under a mix of licenses, each individual package has its copy right file under /usr/share/doc/PACKAGE/copyright, e.g. /usr/share/doc/gnome-panel/copyright\nAll packages in main &amp; universe are free software &amp; can be modified &amp; redistributed - restricted &amp; mul...
[ { "accepted": null, "body": "<p>It's a mix. Each package may be licensed under different terms. </p>\n\n<p>It's generally legal to modify it and redistribute every package in main and universe, some packages may have restrictions on this, for example the firefox name and logo are trademarked so cannot be us...
null
null
null
null
null
221
1
232
2010-07-28T23:48:45.060
39
85362
<p>To update my server I use <code>apt-get upgrade</code>.</p> <p>But when there are kernel updates I always need to do <code>apt-get install linux-....</code> because <code>apt-get update</code> does not install them.</p> <p>Is there a way I can tell it to install those too? I tried -f but it does not work.</p>
154
null
2012-06-23T10:13:54.970
2017-09-26T07:04:30.243
How to force installation of kernel updates when using apt-get upgrade?
[ "apt", "kernel", "upgrade", "package-management" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2010-07-28T23:53:18.813", "id": "166", "postId": "221", "score": "1", "text": "`apt-get upgrade` installs new kernels for me if there is one. What Ubuntu version are you using? The only thing I have up to check right now is 10.04...", "userDisplayName": null, "userId":...
{ "accepted": true, "body": "<p>So, with regard to the comments: Sorry, you were right, I was <em>completely</em> mis-reading what apt-get was telling me (and I'm using the English version! :)).</p>\n\n<p>After a little research, what you probably want to use is <code>aptitude safe-upgrade</code>, which <em>does</e...
[ { "accepted": true, "body": "<p>So, with regard to the comments: Sorry, you were right, I was <em>completely</em> mis-reading what apt-get was telling me (and I'm using the English version! :)).</p>\n\n<p>After a little research, what you probably want to use is <code>aptitude safe-upgrade</code>, which <em...
null
null
null
user70540
null
224
1
411
2010-07-28T23:56:24.733
28
46299
<p>I have my hard drive partitioned with two partitions, so I can easily re-install Ubuntu and try out different versions without losing my home directory data. It is setup like this:</p> <pre><code>20GB -&gt; / (root) 180GB -&gt; /home </code></pre> <p>I do a lot of development work, so I have my <code>/var/ww...
176
134729
2016-12-30T18:09:40.203
2016-12-30T18:11:53.453
How to I move MySQL data files onto different partition?
[ "mysql" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Well, actually there is a potential Ubuntu specific answer to this question.</p>\n\n<p>As mentioned by Gergoes link, this is basically about modifying <em>/etc/mysql/my.cnf</em> and set a new value for <strong>datadir =</strong> in the <strong>[mysqld]</strong> section. So far the un...
[ { "accepted": null, "body": "<p>This really isn't Ubuntu specific. Nevertheless, here is something that might help: <a href=\"http://developer.spikesource.com/wiki/index.php/How_to_change_the_mysql_database_location\" rel=\"nofollow\">http://developer.spikesource.com/wiki/index.php/How_to_change_the_mysql_d...
null
null
null
null
null
226
1
399
2010-07-28T23:58:59.143
59
40322
<p>I'm presently running Firefox 3.6.8 on Ubuntu 9.04. My Firefox extensions include Ubuntu Firefox Modifications 0.9rc2. I've upgraded Firefox on this install a few times; as far as I can recall, some version of this extension was present when I initially installed Ubuntu 9.04. I have disabled it, mostly because I did...
179
169736
2014-03-15T02:54:29.930
2014-03-15T02:54:29.930
What does the Ubuntu Firefox Modifications extension to firefox do?
[ "firefox", "ubufox" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2012-04-29T17:51:19.017", "id": "152599", "postId": "226", "score": "4", "text": "This was also asked on superuser http://superuser.com/questions/65104/what-is-this-ubuntu-firefox-modifications-addon-in-ff-3-5-4-in-karmic", "userDisplayName": null, "userId": "32580" ...
{ "accepted": true, "body": "<p>The files here show some of the changes that Ubufox provides (custom branding, search preferences, etc.)</p>\n\n<p><a href=\"http://bazaar.launchpad.net/~mozillateam/ubufox/trunk/view/head:/defaults/preferences/ubuntu-mods.js\">http://bazaar.launchpad.net/~mozillateam/ubufox/trunk/vi...
[ { "accepted": null, "body": "<p>It enables Firefox addons to be installed through the package manager.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-07-29T11:25:50.003", "id": "276", "postId": "229", "score": "4", "text": "According ...
null
null
null
null
null
228
1
236
2010-07-29T00:01:08.827
26
63337
<p>I would like Ubuntu to automatically synchronize my system clock with a timeserver at startup.</p> <p>However, my PC isn't connected to the Internet until after I've logged in (plus 5 - 10 seconds for good measure).</p> <p>How can I set it to do this?</p>
5
169736
2014-01-13T18:02:42.340
2020-12-06T04:23:25.920
How to set Ubuntu to synchronize my clock with a time server?
[ "ntp" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-27T09:30:16.023", "id": "31343", "postId": "228", "score": "2", "text": "There are already excellent answers here that explain how to install ntpd so that your computer continuously keeps itself in sync with internet time servers, but I just wanted to add that by defau...
{ "accepted": true, "body": "<p>It's generally recommended to run a service that uses NTP (<a href=\"https://en.wikipedia.org/wiki/Network_Time_Protocol\" rel=\"nofollow noreferrer\">Network Time Protocol</a>) to regularly synchronize your computer's clock with a server. In recent versions of Ubuntu (at least since...
[ { "accepted": null, "body": "<p>You can do this using <strong>at</strong> and <strong>ntpdate</strong>. at is probably already installed, but <strong>ntpdate</strong> may not be. (apt-get install ntpdate). </p>\n\n<p>First create a small script that runs ntpdate, lets call it update_time.sh.</p>\n\n<pre>...
null
null
null
null
null
230
1
268
2010-07-29T00:02:32.820
5
1730
<p>I want to install <strong>adblock</strong> for Firefox and I see it is in Synaptic.</p> <p>Should I install it with Synaptic or the regular way with the Firefox add-on manager? Does it make any differences at all?</p>
154
null
null
2010-10-10T21:52:20.563
Install adblock using synaptic or through firefox's addons menu?
[ "synaptic", "firefox", "adblock", "plugins", "package-management" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The <a href=\"http://packages.ubuntu.com/lucid/xul-ext-adblock-plus\" rel=\"noreferrer\">version in the Ubuntu repositories</a> will only receive bug fixes during a release cycle, not new features. This version has been tested with your version of Firefox, and is fairly stable. </p>\...
[ { "accepted": null, "body": "<p>No, the Ubuntu Firefox Modifications Extension allows this to easily be done without any problems.</p>\n\n<p>To answer your question: no, it doesn't matter.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-07-29T00:08:36.613", "...
null
null
null
null
null
247
1
264
2010-07-29T02:01:54.137
72
58640
<p>What partitioning scheme do you recommend for a desktop? I've always created three or four primary partitions -- root, swap, home, and sometimes a separate boot partition. Ubuntu's default install offers LVMs. I've never had to add additional drives or space, so it never seemed like a big deal. Whenever I do a fresh...
189
40581
2014-02-22T17:48:27.440
2014-02-22T17:48:27.440
What's your recommendation on drive partitioning schemes for a desktop and home server?
[ "partitioning", "system-installation" ]
11
2
CC BY-SA 3.0
[ { "creationDate": "2014-10-02T10:19:44.363", "id": "725820", "postId": "247", "score": "1", "text": "You may, for quick backups, include a backup partition (ext4) and use [**clonezilla**](http://clonezilla.org/downloads.php) for regular backups of the root directory (excluding home) before updat...
{ "accepted": true, "body": "<ol>\n<li><code>/</code> (i.e. the root filesystem)</li>\n<li><code>swap</code></li>\n<li><code>/home</code></li>\n</ol>\n\n<p>The biggest reason to do this is that you can do anything to your Ubuntu install and it won't affect your music/videos/whatever in your home. I especially enjo...
[ { "accepted": null, "body": "<p>Well, at a minimum you need a root partition and a swap partition. I highly recommend a home partition because then when you run out of space on your home partition, it won't affect your applications and more importantly, core components.</p>\n\n<p>I discovered this the hard ...
null
null
2013-11-13T03:22:46.007
null
null
248
1
289
2010-07-29T02:03:25.973
114
231844
<p>Is there a way to easily turn on/off showing the <strong>boot messages</strong> (loading the services) when Ubuntu starts? Is it something in Grub2?</p> <p>I am running 10.04.</p>
154
527764
2017-10-06T18:24:20.040
2018-01-14T19:39:28.583
How can I show or hide boot messages when Ubuntu starts?
[ "boot", "grub2" ]
6
2
CC BY-SA 3.0
[ { "creationDate": "2020-03-12T13:23:57.823", "id": "2045338", "postId": "248", "score": "0", "text": "For one-time solution (not a permanent change), see https://askubuntu.com/a/25024/250300.", "userDisplayName": null, "userId": "250300" }, { "creationDate": "2020-03-18T13:26:13....
{ "accepted": true, "body": "<p>You would need to edit the file <code>/etc/default/grub</code>. In this file you'll find an entry called <code>GRUB_CMDLINE_LINUX_DEFAULT</code>. This entry must be edited to control the display of the splash screen.</p>\n\n<p>The presence of the word <code>splash</code> in this en...
[ { "accepted": null, "body": "<p>You didn't identify whether you are on a server system or desktop, so I'll address both.</p>\n\n<p>If you add <code>splash</code> to <code>/etc/default/grub/</code> in <code>GRUB_CMDLINE_LINUX_DEFAULT</code>, Ubuntu will present you with a splash screen, either a simple text ...
null
null
null
null
null
249
1
null
2010-07-29T02:04:17.110
5
1580
<p>What is the best way to sync music with my iPhone 3G?</p>
170
null
null
2010-08-18T16:46:37.793
How can I sync music with my iPhone 3G?
[ "sync", "iphone", "music" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I'm not sure if it's the <em>best</em> way, but Rhythmbox with libimobiledevice (both installed by default in lucid) works for me. There are a couple of glitches to be aware of, however:</p>\n\n<ul>\n<li>There's no full-library sync. You have to manually drag individual song...
null
null
2013-03-14T16:22:16.157
null
null
253
1
485
2010-07-29T02:13:09.193
4
4701
<p>I have videos stored on one machine; I'd like to watch them on another machine. Both are running Ubuntu 10.04 64-bit.</p> <p>So far I've tried MediaTomb, MythTV, and python-coherence. None of the clients seem to see the servers and I definitely have connectivity between the client and server machines (so it's not a...
115
235
2011-01-13T22:13:49.623
2018-03-01T16:41:47.723
Is there a working uPnP client/server combo?
[ "mythtv", "upnp" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T21:42:20.997", "id": "381", "postId": "253", "score": "0", "text": "I'm seeing lots of suggestions for servers, but no mention of a working client.", "userDisplayName": null, "userId": "115" }, { "creationDate": "2010-07-29T02:22:40.513", "id": "...
{ "accepted": true, "body": "<p>Here's a working combination I found:</p>\n\n<p>MediaTomb as the server (package <code>mediatomb</code>). I think almost any of the available uPnP servers should work but this is the one that was working when I found a client.</p>\n\n<p>For clients I used Totem (for video) and Rhythm...
[ { "accepted": null, "body": "<p>If you can cope without using uPnP, I've used SSHFS and VLC Multicasting or Unicasting to achieve the same results.</p>\n\n<p>I used SSHFS by doing the following:</p>\n\n<p>sudo apt-get install sshfs vlc\nsshfs user@server/path/to/video_store /local/directory</p>\n\n<p>I then...
null
null
null
null
null
256
1
263
2010-07-29T02:25:00.180
34
24757
<p>SSD drives need to be "cleared/reset" after the drive fills up to maintain performance. This is done through the TRIM command for new SSD drives. Does Ubuntu support the TRIM command (through hdparm etc) for clearing/resetting of these drives?</p>
170
235
2012-10-25T04:48:43.910
2012-10-25T04:49:03.413
Does Ubuntu have support for the TRIM command for use with SSD?
[ "kernel", "ssd", "trim" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T02:36:32.117", "id": "193", "postId": "256", "score": "0", "text": "Good question, though note that the degree to which TRIM improves performance does vary amongst SSDs, for some it doesn't make as much difference as you'd think (though they mostly seem to be the sl...
{ "accepted": true, "body": "<p>Looks like there is support for the TRIM functionality in the 10.10 and newer releases:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/1400/how-do-i-optimize-the-os-for-ssds\">How do I optimize the OS for SSDs?</a></li>\n</ul>\n\n<p>Also, the TRIM stuff happens automatica...
[ { "accepted": true, "body": "<p>Looks like there is support for the TRIM functionality in the 10.10 and newer releases:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/1400/how-do-i-optimize-the-os-for-ssds\">How do I optimize the OS for SSDs?</a></li>\n</ul>\n\n<p>Also, the TRIM stuff happens au...
null
null
null
null
null
261
1
275
2010-07-29T02:54:35.537
11
328
<p>Whenever I install Ubuntu there are certain applications I automatically install, instead of using Ubuntu's default (VLC comes to mind).</p> <p>My question is about how some software is chosen over others to a . Is it by the community? Is there a committee?</p>
175
25863
2012-06-18T18:24:00.190
2012-06-18T18:24:00.190
How are applications selected as defaults?
[ "default", "versions" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Generally changes are proposed and debated by the community at the Ubuntu Development Summit. See, for example, the\n<a href=\"https://blueprints.launchpad.net/ubuntu/+spec/desktop-maverick-desktop-application-selection\" rel=\"nofollow\">Maverick Desktop Application Selection</a> bl...
[ { "accepted": null, "body": "<p>Well, first of all, only the applications that are included with the CD / ISO can be set as the default. And because there is little overlap between the included applications, there is little choice to be made as to the default.</p>\n\n<p>The real underlying question is \"How...
null
0
null
null
null
270
1
274
2010-07-29T04:05:02.773
5
465
<p>I know of bugs where there is a fix available, which has been posted upstream. However, the upstream maintainer hasn't responded to the patch, or applied it to the project's source code.</p> <p>Would it be suitable to submit the fix for inclusion in Ubuntu, and if so, would I go about doing this?</p>
192
1067
2010-12-27T13:42:54.750
2010-12-27T13:42:54.750
How do I get a patch applied to a package, when the upstream maintainer does not seem active?
[ "packaging", "bug-reporting", "patch", "upstream" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The patch can be submitted in from of a bug report, or if a report of the issue already exists , as an comment at <a href=\"https://bugs.launchpad.net\" rel=\"nofollow\">launchpad</a>. Please make sure to mark the uploaded file as a patch (there is a checkbox for that), because this ...
[ { "accepted": true, "body": "<p>The patch can be submitted in from of a bug report, or if a report of the issue already exists , as an comment at <a href=\"https://bugs.launchpad.net\" rel=\"nofollow\">launchpad</a>. Please make sure to mark the uploaded file as a patch (there is a checkbox for that), becau...
null
null
null
null
null
276
1
316
2010-07-29T04:22:09.747
6
406
<p>I have a <strong>Dell XPS M1330</strong> running <strong>Kubuntu 10.04</strong>. </p> <p>When I resume from suspend, </p> <ol> <li>I get the blank lockscreen I set up, but I can't move my mouse, it's in the upper left hand corner of the screen. </li> <li>The computer takes some time, some toaster notifications fla...
66
174392
2013-11-27T22:12:14.297
2013-11-27T22:12:14.297
Why does my Kubuntu session take considerable time before responding after resume?
[ "kubuntu", "kde", "suspend" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T04:34:26.790", "id": "213", "postId": "276", "score": "0", "text": "Is this only happening with the Dell or with other hardware too?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-07-29T04:51:07.020", "id": "216", "postId...
{ "accepted": true, "body": "<p>Depending on the speed of your drive, 'paging in' the contents of running application's memory from disk can take a considerable amount of time when the system wakes up.</p>\n\n<p>This also depends on what the kernel has 'paged out' (to swap) prior to going into the suspended state. ...
[ { "accepted": true, "body": "<p>Depending on the speed of your drive, 'paging in' the contents of running application's memory from disk can take a considerable amount of time when the system wakes up.</p>\n\n<p>This also depends on what the kernel has 'paged out' (to swap) prior to going into the suspended...
null
0
null
null
null
277
1
2089
2010-07-29T04:51:11.450
1
101
<p>Using lucid Kubunu Network Release, every time I reboot some of my favourites are missing. Do I have to log out in order to save them? How can I do that without logging out?</p>
4
4
2010-08-05T18:27:18.623
2010-08-12T21:10:43.560
How can I save my favourites in KNR search and launch page?
[ "knr" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T14:53:01.643", "id": "317", "postId": "277", "score": "1", "text": "What application are you using?", "userDisplayName": null, "userId": "66" }, { "creationDate": "2010-08-04T17:57:17.967", "id": "829", "postId": "277", "score": "0", ...
{ "accepted": true, "body": "<p>I think the favourites in Kickoff and S&amp;L are separate lists. Click the gold star on the ones you find on the S&amp;L page to put them in the Favourites section. If they're not staying put, report a bug.</p>\n", "commentCount": "1", "comments": [ { "creationDate":...
[ { "accepted": true, "body": "<p>I think the favourites in Kickoff and S&amp;L are separate lists. Click the gold star on the ones you find on the S&amp;L page to put them in the Favourites section. If they're not staying put, report a bug.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
278
1
288
2010-07-29T05:18:55.553
10
4714
<p>(This might not be an Ubuntu-specific question?)</p> <p>When I installed 9.10, I opted to encrypt my home folder using ecryptfs, but then I discovered this locked me out of my ext3 partition when I tried to access it from Windows on my dual-boot machine (using some free ext2/3 driver that I got somewhere, not even ...
199
199
2010-07-29T06:10:10.453
2016-02-11T14:07:20.357
How do I access an encrypted home folder from a dual-boot machine?
[ "encryption", "partitioning", "dual-boot", "windows" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T05:51:14.063", "id": "220", "postId": "278", "score": "0", "text": "Did you encrypt the actual /home partition using say dm-crypt/LUKS or did you have your user created with the actual home directory encrypted (say /home/jono/) with ecryptfs? In simpler terms, did y...
{ "accepted": true, "body": "<p>Unfortunately, it looks like no Windows support for ecryptfs is planned: <a href=\"https://answers.launchpad.net/ecryptfs/+question/63520\" rel=\"nofollow\">\nIs there a windows port of this available or in the works? </a></p>\n", "commentCount": "1", "comments": [ { "c...
[ { "accepted": null, "body": "<p>If you use something like <a href=\"http://www.truecrypt.org/\" rel=\"nofollow\">TrueCrypt</a> you can access your drives from both Windows and Linux as long as you know the password. If you formatted it as ext2/3 you will need a ext2/3 driver to access it from Windows.</p>\n...
null
null
null
null
null
279
1
281
2010-07-29T05:47:44.947
6
174
<p>In the past, I've gone hog wild customizing my Ubuntu installation, only to be unable to upgrade it once the time came. So how does one go about customizing their install without running into issues upgrading? Is it possible to do so without relying solely on the Ubuntu repositories for software?</p>
80
null
null
2012-08-13T11:09:42.080
What guidelines should one follow when customizing their install in order to maintain an upgrade path?
[ "upgrade", "customization" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T05:51:02.630", "id": "219", "postId": "279", "score": "2", "text": "Can you tell us why you were unable to upgrade?", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-07-29T06:26:11.233", "id": "231", "postId": "279", "sc...
{ "accepted": true, "body": "<p>One important factor in making upgrades run smooth is not to do anything which confuses the package manager. That is, you shouldn't yourself touch areas of the system which the package manager expect to be its domain. A few concrete examples.</p>\n\n<p>If you compile/install programs...
[ { "accepted": true, "body": "<p>One important factor in making upgrades run smooth is not to do anything which confuses the package manager. That is, you shouldn't yourself touch areas of the system which the package manager expect to be its domain. A few concrete examples.</p>\n\n<p>If you compile/install ...
null
null
null
null
null
280
1
928
2010-07-29T05:49:08.717
2
733
<p>I have a dual screen setup. I have a notebook LCD and a 17" monitor plugged into the VGA port on the notebook.</p> <p>I have a GeForce 8400M GS video card with the NVidia 195.36.24 kernel module installed. I also have Compiz installed and enabled.</p> <p>Here is the problem: when I try to view a webpage that uses ...
5
274320
2015-12-15T15:09:00.387
2015-12-15T15:09:00.387
Help getting the Flash player working on second screen?
[ "video", "xorg", "nvidia", "flash" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2010-07-29T06:05:42.570", "id": "223", "postId": "280", "score": "0", "text": "Does the open-source nvidia driver work on your system? You can try this out with the 'xserver-xorg-video-nouveau' package.", "userDisplayName": null, "userId": "192" }, { "creationD...
{ "accepted": true, "body": "<p>Run nvidia-settings and make sure that you are using Twin-View rather than Xinerama or a \"Separate X screen\". If that doesn't solve your problem, check and see if disabling flash hardware acceleration solves the problem (keep in mind that flash has little to no benefit from linux h...
[ { "accepted": true, "body": "<p>Run nvidia-settings and make sure that you are using Twin-View rather than Xinerama or a \"Separate X screen\". If that doesn't solve your problem, check and see if disabling flash hardware acceleration solves the problem (keep in mind that flash has little to no benefit from...
null
null
null
null
null
282
1
3296
2010-07-29T06:09:02.750
6
2816
<p>I've been running UNR on my eee 1000 pretty much since it came out over a year ago (I was using easy-peasy before that), but I'm curious about the new Kubuntu netbook edition. Ultimately, KDE is better looking, and has some really friendly software, but I'm worried about performance - that display has got to be a pr...
199
41
2010-09-02T04:06:41.133
2015-01-08T05:39:31.340
Netbook Edition battery life - Ubuntu vs. Kubuntu?
[ "performance", "battery", "ubuntu-netbook", "kubuntu-netbook" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-07-22T10:37:10.223", "id": "60690", "postId": "282", "score": "1", "text": "Phoronix has made [a comparison of power and memory usage of GNOME, KDE, LXDE and Xfce](http://www.phoronix.com/scan.php?page=article&item=linux_desktop_vitals&num=1). Even if UNR use Unity and Ku...
{ "accepted": true, "body": "<p>Kubuntu Netbook Edition, running on my Asus eeePC 1000H is flat out unusable. The interface is so slow, I can sit and wait for 30 seconds for a button to press, or the task switcher to come up.\nI've switched off all graphic enhancements, and I still can't see me using this thing. Ma...
[ { "accepted": null, "body": "<p>The battery life should be relatively the same for each of them. Sure there will be a difference but it will be negligible.</p>\n\n<p>The bigger issue here, I think, is your concern over the importance of battery life.</p>\n\n<p>Which is more valuable:</p>\n\n<ul>\n<li>the ba...
null
null
null
null
null
283
1
286
2010-07-29T06:11:53.680
14
1387
<p>I manage a private network which has no internet connectivity due to the security policy of the customer. This network has a single Ubuntu 10.04 LTS Server installation (soon to be several more) and I've been trying to customise it with software - however, I'm having to manually install packages with dpkg because of...
null
48864
2012-06-25T22:39:45.940
2012-06-25T22:39:45.940
Does installing packages manually with dpkg prevent a future upgrade path?
[ "10.04", "server", "upgrade", "package-management", "dpkg" ]
4
4
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T06:25:39.267", "id": "230", "postId": "283", "score": "3", "text": "Side note: Since there are several more Ubuntu servers to come, perhaps you might want to consider a local repository?", "userDisplayName": null, "userId": "24" }, { "creationDate": ...
{ "accepted": true, "body": "<p>No. Installing packages from the official repositories using dpkg will not give you any problems down the road.</p>\n\n<p>In fact, from a technical point of view, installing a package via dpkg is no different than if you had run <code>sudo apt-get install</code> <i><code>package</cod...
[ { "accepted": true, "body": "<p>No. Installing packages from the official repositories using dpkg will not give you any problems down the road.</p>\n\n<p>In fact, from a technical point of view, installing a package via dpkg is no different than if you had run <code>sudo apt-get install</code> <i><code>pack...
2010-07-29T06:12:04.723
null
null
null
James Booker
287
1
290
2010-07-29T06:50:20.420
4
4721
<p>I'm using the System Monitor panel applet to show me graphs of current ram usage and network traffic. However, I want something like iStat Menu's text version of this.</p> <p>If I hover over my current app, it shows that instant's traffic, but does not update. </p> <p>Is there something that will display a number ...
91
null
null
2015-06-25T18:17:30.800
Panel applet to show current network traffic in text?
[ "applet", "panel", "networking" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T07:28:25.370", "id": "237", "postId": "287", "score": "0", "text": "You must be doing something wrong. When I hover over it, the tooltip updates.", "userDisplayName": null, "userId": "5" } ]
{ "accepted": true, "body": "<p>At least for network traffic, you can use <a href=\"http://projects.gnome.org/netspeed/\" rel=\"nofollow\">GNOME Netspeed Applet</a></p>\n\n<pre><code>sudo apt-get install netspeed\n</code></pre>\n\n<p>I couldn't find anything for memory usage to be reported in this manner on gnome-p...
[ { "accepted": true, "body": "<p>At least for network traffic, you can use <a href=\"http://projects.gnome.org/netspeed/\" rel=\"nofollow\">GNOME Netspeed Applet</a></p>\n\n<pre><code>sudo apt-get install netspeed\n</code></pre>\n\n<p>I couldn't find anything for memory usage to be reported in this manner on...
null
null
null
null
null
292
1
309
2010-07-29T08:23:13.523
37
18800
<p>If I'm editing two files with vim, changing to the other file ( :bnext, :bprev ) seems to drop the undo history from the open file - hitting the 'u' key reports "Already at oldest change".</p> <p>For example:</p> <ol> <li><code>vim testfile1 testfile2</code></li> <li>add some stuff to testfile1</li> <li><code>:w</...
192
null
null
2012-09-19T15:26:29.533
How do I get vim to keep its undo history?
[ "vim" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T08:32:23.313", "id": "244", "postId": "292", "score": "0", "text": "should this be in superuser or stackoverflow instead?", "userDisplayName": null, "userId": "42" }, { "creationDate": "2010-07-29T08:45:09.337", "id": "247", "postId": "292", ...
{ "accepted": true, "body": "<p>Looks like this will do it:</p>\n\n<pre><code>:set hidden\n</code></pre>\n\n<p>(in .vimrc)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2023-05-22T04:49:33.813", "id": "2574246", "postId": "309", "score": "0", "text": "What is `s...
[ { "accepted": null, "body": "<p>You can use <a href=\"http://www.linux.com/archive/feed/54157\" rel=\"nofollow\">Viewports</a>. <br />\n\"vim -o testfile1 testfile2\" - open files in splitted window. <br />\n\":sp filename\" - split and open \"filename\". <br />\n\":vsp filename\" - vertical split and open ...
null
null
null
null
null
297
1
300
2010-07-29T08:40:25.820
4
532
<p>I have a bash script that runs as a cron to backup files on the server.</p> <pre><code>#!/bin/bash FILE=/path/to/backup_$(date +%Y%m%d).tar tar -cf $FILE /backup/this /and/that /and/someotherfiles gzip $FILE </code></pre> <p>When I run the script directly using:</p> <pre><code>sudo bash ./backup-files.sh </code><...
166
41
2010-10-15T16:20:29.697
2010-10-15T16:20:29.697
Backup bash script is not gzipping its tarball
[ "bash", "9.10", "cron-jobs", "crontab", "gzip" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T08:51:19.273", "id": "251", "postId": "297", "score": "1", "text": "This is not Ubuntu specific, please move it to http://superuser.com/", "userDisplayName": null, "userId": "56" }, { "creationDate": "2010-09-02T12:41:32.530", "id": "3511", "...
{ "accepted": true, "body": "<p>Is the partition where backup is located at its limits?</p>\n\n<p>Your script has created the tarball, but gzip didn't have any space left to compress it.</p>\n\n<p>(you can combine both commands with -z flag for tar)</p>\n\n<p>Woops, I forgot one thing: add -v flag to your tar comma...
[ { "accepted": true, "body": "<p>Is the partition where backup is located at its limits?</p>\n\n<p>Your script has created the tarball, but gzip didn't have any space left to compress it.</p>\n\n<p>(you can combine both commands with -z flag for tar)</p>\n\n<p>Woops, I forgot one thing: add -v flag to your t...
null
null
null
null
null
304
1
379
2010-07-29T08:55:51.777
6
1320
<p>F-spot is great, but does not have video support. Picasa is arguably even better, but although mov support is possible, avi and mpeg support is unavailable.</p> <p>Is there a photo management app that can also work with videos ?</p> <p>Thanks</p>
38
23
2010-09-04T09:17:07.927
2012-08-11T21:43:16.963
Photo management with video support
[ "alternative", "photography", "media-manager", "f-spot" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://www.digikam.org/\" rel=\"nofollow\">DigiKam</a>, unfortunately is a KDE app. It will handle videos but its not intended for that purpose. Also you should notice that it might be a bit to much for photo management, but i haven't found an app that can handle photos and...
[ { "accepted": true, "body": "<p><a href=\"http://www.digikam.org/\" rel=\"nofollow\">DigiKam</a>, unfortunately is a KDE app. It will handle videos but its not intended for that purpose. Also you should notice that it might be a bit to much for photo management, but i haven't found an app that can handle ph...
null
null
null
null
null
305
1
340
2010-07-29T08:57:05.437
10
2011
<p>What are the advantages of using Shotwell? What are the disadvantages?</p>
56
null
null
2015-06-25T18:15:41.827
Why was F-Spot replaced with Shotwell in Ubuntu 10.10?
[ "f-spot", "shotwell", "10.10" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The specification for this decision is <a href=\"https://blueprints.launchpad.net/ubuntu/+spec/desktop-maverick-shotwell\" rel=\"nofollow\">here</a></p>\n\n<p><a href=\"http://ubuntudevelopers.blip.tv/file/2876109/\" rel=\"nofollow\">Here (Sorry, this show has been removed from Blip....
[ { "accepted": null, "body": "<p>Essentially the choice was made upstream (by Gnome). But there are a lot of advantages:</p>\n\n<ul>\n<li>No Mono</li>\n<li>It's lightweight and crash free</li>\n<li>Better integrated with the Gnome Desktop</li>\n<li>It has support for the RAW format</li>\n<li>Some basic editi...
null
null
null
null
null
307
1
310
2010-07-29T09:09:42.257
1625
1969186
<p>I've added many PPAs using the <code>add-apt-repository</code> command. Is there a simple way to remove these PPAs? I've checked in <code>/etc/apt/sources.list</code> for the appropriate deb lines but they aren't there. </p> <p>This is on a server system so a command line solution would be great!</p>
220
169736
2016-01-31T14:18:15.013
2022-12-19T14:20:30.680
How can PPAs be removed?
[ "ppa", "apt" ]
27
6
CC BY-SA 3.0
[ { "creationDate": "2010-07-29T12:42:45.503", "id": "284", "postId": "307", "score": "13", "text": "There is a bug on Launchpad (https://bugs.launchpad.net/software-properties/+bug/446216) requesting a --remove argument for the add-apt-repository command. I've submitted a merge request (https://c...
{ "accepted": true, "body": "<p>There are a number of options:</p>\n<ol>\n<li><p>Use the <code>--remove</code> flag, similar to how the PPA was added:</p>\n<pre><code>sudo add-apt-repository --remove ppa:whatever/ppa\n</code></pre>\n</li>\n<li><p>You can also remove PPAs by deleting the <code>.list</code> files fro...
[ { "accepted": true, "body": "<p>There are a number of options:</p>\n<ol>\n<li><p>Use the <code>--remove</code> flag, similar to how the PPA was added:</p>\n<pre><code>sudo add-apt-repository --remove ppa:whatever/ppa\n</code></pre>\n</li>\n<li><p>You can also remove PPAs by deleting the <code>.list</code> f...
null
null
null
null
null
312
1
318
2010-07-29T09:18:35.330
7
604
<p>A quick Google found <a href="http://www.howtoforge.com/how-to-upgrade-ubuntu-9.10-karmic-koala-to-10.04-lucid-lynx-desktop-and-server" rel="noreferrer">this page</a> about how to upgrade but my question is how do I make sure all configurations remain intact (Samba, Apache, SVN) and also, is it worth it to upgrade? ...
166
null
null
2021-11-03T03:16:34.427
Upgrading Ubuntu Server 9.10 to 10.04
[ "upgrade", "server" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>As part of the package upgrade process, if you have modified a configuration file you will be asked if you wish to keep the modified file, or install the new version, and have the opportunity to view the differences.</p>\n\n<p>This wiki page shows the support periods of all the Ubunt...
[ { "accepted": null, "body": "<p>9.10 will continue to have security and regular bugfixes released until April 2011. The server version of 10.04 will have fixes released until April 2015 as it's a Long Term Release (LTS). At the moment your covered but you will have to upgrade from 9.10 after April 2011 if y...
null
null
null
null
null
315
1
3495
2010-07-29T09:28:49.860
3
1589
<p>In an effort to keep things consistent, I've been slowly but surely replacing CentOS and *BSD servers with Ubuntu Lucid. I've come across a few that I'll have problems migrating, in particular several Trixbox CE servers that are based on CentOS.</p> <p>We'd like to bring everything we have under one management roof...
50
null
null
2011-03-14T00:43:55.523
Is there something like Trixbox CE for Ubuntu Server?
[ "voip", "landscape" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>As trixbox is open source, it should be possible to port the management interface to Ubuntu?</p>\n\n<p>Or <a href=\"http://www.freepbx.org/\" rel=\"nofollow\">FreePBX</a> (I think Trixbox actually uses the FreePBX admin tools).</p>\n\n<p>Seems like <a href=\"http://www.freepbx.org/su...
[ { "accepted": null, "body": "<p>You can try <b>Asterisk</b> or <b>Sipwitch</b> that you can find in repository. If you want GUI, you can use <b>gastman</b> (GUI tool for Asterisk administration and monitoring).</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-07-29T15...
null
null
null
null
null
320
1
323
2010-07-29T09:55:43.153
6
1117
<p>I really would like to create a package for php 5.3.3 and then make a ppa for it (I would like the php-fpm support but inside the newest release), however this question goes further than this.</p> <p>I would like to be hand walked through the whole process of compiling and packaging for ubuntu as I do have an intre...
224
null
null
2010-07-29T17:31:16.067
How do i create my own php 5.3.3 package/ppa?
[ "php", "packaging", "ppa", "launchpad", "motu" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Regarding creating your own packages, you might want to take a look at the <a href=\"https://wiki.ubuntu.com/PackagingGuide/\" rel=\"noreferrer\">PackagingGuide</a>. A good start is probably the <a href=\"https://wiki.ubuntu.com/PackagingGuide/HandsOn\" rel=\"noreferrer\">Hands-On se...
[ { "accepted": true, "body": "<p>Regarding creating your own packages, you might want to take a look at the <a href=\"https://wiki.ubuntu.com/PackagingGuide/\" rel=\"noreferrer\">PackagingGuide</a>. A good start is probably the <a href=\"https://wiki.ubuntu.com/PackagingGuide/HandsOn\" rel=\"noreferrer\">Han...
null
null
null
null
null
324
1
441
2010-07-29T10:13:33.220
7
3056
<p>I have the last version of Chrome 5.0.xx. and my Ubuntu is also of the last version 10.04. What I usually do is to open two instances of Chrome and divide the screen into two parts. In one part my son watches cartoons in Youtube and in the other part I just read some news. </p> <p>So, sometimes, when I close some p...
161
866
2010-10-23T20:21:18.863
2011-02-08T03:13:37.070
Strange behavior of flash in Google Chrome
[ "google-chrome", "youtube" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T10:20:49.827", "id": "259", "postId": "324", "score": "3", "text": "Same problems here.", "userDisplayName": null, "userId": "221" }, { "creationDate": "2010-07-29T12:25:17.770", "id": "282", "postId": "324", "score": "1", "text": "I ...
{ "accepted": true, "body": "<p>The problem is most likely caused by the flash plugin crashing. Chrome is protected through separation from crashing itself, but the effect is visible the way you described. Since Flash player is proprietary software, there is no way to directly fix the problem. Although there are nu...
[ { "accepted": true, "body": "<p>The problem is most likely caused by the flash plugin crashing. Chrome is protected through separation from crashing itself, but the effect is visible the way you described. Since Flash player is proprietary software, there is no way to directly fix the problem. Although ther...
null
null
null
null
null
326
1
330
2010-07-29T10:35:58.037
5
303
<p>To be honest I didn't like how keyrings work in Ubuntu and removed them completely. </p> <p>Is my action safe and won't it harm any part of the system?</p>
161
42
2010-07-29T19:50:59.113
2010-07-29T19:50:59.113
Is it safe to remove completely keyrings from Ubuntu?
[ "security", "keyrings" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-07-29T11:12:29.323", "id": "270", "postId": "326", "score": "0", "text": "Keyrings are one of those things which reduce the PITA. Wouldn't know why someone wouldn't like them.", "userDisplayName": null, "userId": "234" } ]
{ "accepted": true, "body": "<p><strong>Keyrings</strong> are only made to <strong>store passwords</strong> so that you don't have to always type them. It will do <strong>no harm</strong> to delete them except for the hassle of typing them all again.</p>\n", "commentCount": "0", "comments": [], "communityOwne...
[ { "accepted": true, "body": "<p><strong>Keyrings</strong> are only made to <strong>store passwords</strong> so that you don't have to always type them. It will do <strong>no harm</strong> to delete them except for the hassle of typing them all again.</p>\n", "commentCount": "0", "comments": [], ...
null
null
null
null
null
327
1
366
2010-07-29T10:39:24.630
19
1076
<blockquote> <p>This question is not deleted because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here.</p> <p>More information: <a href="https://askubuntu.com/faq">https://askubuntu.co...
161
-1
2017-04-13T12:23:30.463
2016-08-22T21:02:35.253
What do windows' users like most after migrating into Ubuntu?
[ "windows", "migration" ]
20
3
CC BY-SA 3.0
[ { "creationDate": "2010-07-29T17:56:22.543", "id": "349", "postId": "327", "score": "5", "text": "community wiki?", "userDisplayName": null, "userId": "10" }, { "creationDate": "2010-07-29T23:20:56.993", "id": "388", "postId": "327", "score": "0", "text": "Probabl...
{ "accepted": true, "body": "<p>Personally:</p>\n\n<p>It's free.</p>\n\n<p>Way faster on my machine than Windows ever was.</p>\n\n<p>Finding, installing and most importantly uninstalling software, is so much easier.</p>\n\n<p>No pesky pre-installed trial software.</p>\n\n<p>I don't have to worry about viruses.</p>\...
[ { "accepted": null, "body": "<p>One of the first features that struck me was the short installation time when compared with Windows.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-07-29T10:49:56.677", "id": "262", "postId": "328", "score": "0...
2010-07-30T15:44:51.183
null
2011-08-25T15:59:34.600
null
null
339
1
350
2010-07-29T11:17:13.653
215
391830
<p>I have <strong>no root access</strong> on this machine.</p> <p>I would like to know if there is a way I <strong>can download Ubuntu packages and install them as non-root?</strong></p> <p>Probably in my <code>~/bin</code> or <code>~/usr/share</code> or something like that? Would that work?</p>
154
169736
2014-06-03T22:57:43.770
2023-12-12T17:20:20.330
How can I install a package without root access?
[ "software-installation" ]
4
6
CC BY-SA 3.0
[ { "creationDate": "2014-04-03T09:50:45.750", "id": "579355", "postId": "339", "score": "2", "text": "Hopefully, they will support it soon.", "userDisplayName": null, "userId": "264875" }, { "creationDate": "2016-05-27T22:26:05.810", "id": "1164111", "postId": "339", "...
{ "accepted": true, "body": "<p>Apt doesn't support it directly, but there are ways to do it:</p>\n<h2><code>.deb</code> Approach</h2>\n<pre class=\"lang-bash prettyprint-override\"><code>apt-get download package_name # replace `package_name` with the name of the package.\n\ndpkg -x package.deb dir\n</code></pre>\...
[ { "accepted": null, "body": "<p>I assume you want to install <a href=\"http://packages.ubuntu.com/lucid/editors/jedit\">jedit</a>. First you have to find the package and download it. I just take the <a href=\"http://mirrors.kernel.org/ubuntu/pool/universe/j/jedit/jedit_4.3.1.dfsg-0ubuntu1_all.deb\">deb file...
null
null
null
null
null
343
1
346
2010-07-29T11:32:18.137
19
14467
<p>I once tested Mac OS X and something that called my atention was Automator, a software to visually create scripts to automatize tasks on the desktop. Is there any Linux alternative for this software?</p>
231
235
2010-10-23T20:20:42.223
2019-03-07T22:53:25.180
Alternative for Mac OS X Automator?
[ "automation", "alternative", "scripts", "workflow" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2020-01-02T00:57:34.430", "id": "2011910", "postId": "343", "score": "0", "text": "There seem to be a lot of answers suggesting tools for automating inputs to GUIs, for instance as one would see in test automation. This is not what the question is asking about. Please have som...
{ "accepted": true, "body": "<p>There is Gnu Xnee, which enables you to record and replay actions on the desktop. You can install it from the software center.</p>\n\n<p>\"GNU Xnee is a suite of programs that can record, replay and\ndistribute user actions under the X11 environment. Think of it as a\nrobot that can ...
[ { "accepted": true, "body": "<p>There is Gnu Xnee, which enables you to record and replay actions on the desktop. You can install it from the software center.</p>\n\n<p>\"GNU Xnee is a suite of programs that can record, replay and\ndistribute user actions under the X11 environment. Think of it as a\nrobot t...
null
null
null
null
null