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
754
1
782
2010-08-04T00:35:52.213
7
671
<p>Some programs can only be run from within their own directories. If I go to <code>System --&gt; Preferences --&gt; Main Menu --&gt; Add Item</code> and select the file, it will not work. Similarly, if I right click on the Panel and choose "Add to Panel...", choose "Custom Application Launcher," and then point to the file, it will similarly fail. How can I add a launcher to my panel and an entry in my Main Menu that will successfully launch this kind of program?</p>
109
59676
2012-08-13T10:52:41.970
2016-08-19T19:03:19.700
How do I add a program that must be run from within its own directory to the panel or main menu?
[ "gnome", "panel", "scripts", "menu" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>So what I did is this:</p>\n\n<p>I created a plain text file and wrote the following bash script for a Latin translation program I use, called <a href=\"http://archives.nd.edu/whitaker/words.htm\" rel=\"nofollow\">Words</a>:</p>\n\n<pre><code>#! /bin/bash\n\ncd ~/latin/latin.words/\n\n./words\n</code></pre>\n\n<p>After saving it in my home folder, I made it executable, which can be done in one of two ways. I right clicked on it, choose <strong>Properties->Permissions</strong>, and check the <strong>\"Execute\"</strong> box for your user name. Or I could have used the command line and entered <code>chmod +x file.name</code> . </p>\n\n<p>Then I right clicked on the panel and chose <strong>Add to Panel</strong>, select <strong>Custom Application Launcher.</strong> I entered the name, in this case <strong>Words</strong>, and the path to the script I just wrote in the <strong>Command</strong> field. Because <code>Words</code> is a command line program, I selected <strong>Program in Terminal</strong> from the drop-down menu. I then clicked on the icon and selected an appropriate one and with that I was done adding it to the panel.</p>\n\n<p>Next I clicked <strong>System->Preferences->Main</strong> Menu, selected the folder I wanted to put the menu launcher into, and then clicked <strong>Add Item.</strong> I then repeated the process I just performed, above. </p>\n\n<p>And now I have a custom launcher that works for a program that must be run from its own directory, both on my panel and in the menu!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-04T11:13:26.350", "id": "782", "lastActivityDate": "2016-08-19T19:03:19.700", "lastEditDate": "2016-08-19T19:03:19.700", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "109", "parentId": "754", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Have you tried using a script to launch the app instead?</p>\n\n<p>Something like:</p>\n\n<pre>\n#!/bin/bash\ncd /my/dir\nmyprogram\n</pre>\n\n<p>Select the script instead of the file.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "c...
null
null
null
null
null
756
1
758
2010-08-04T01:27:52.173
7
13905
<p>I was under the impression there was a GUI app for changing the Xorg video driver. If so, where is it? I don't see it in 10.04.</p>
163
null
null
2010-08-04T19:25:19.637
Is there a GUI in xorg for changing the video driver?
[ "gnome", "xorg" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-05T03:21:43.003", "id": "955", "postId": "756", "score": "0", "text": "There's almost certainly a better question to be asked lurking under this one. Why do you want to change the Xorg video driver? :)", "userDisplayName": null, "userId": "188" } ]
{ "accepted": true, "body": "<p>If you mean a GUI for changing display-related properties, then you can find that at <code>System-&gt;Preferences-&gt;Monitors</code>.</p>\n\n<p>If you are referring to a GUI tool for editing <code>xorg.conf</code>, I am not aware of one - you're better off editing the file directly (details <a href=\"http://www.x.org/archive/X11R6.8.1/doc/xorg.conf.5.html\" rel=\"nofollow\">here</a>).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-04T01:43:09.197", "id": "787", "postId": "758", "score": "0", "text": "`System->Preferences->Monitors` Will only work when it's using xorg drivers that it supports xrandr, etc. I also agree though that there isn't (to my knowledge) a GUI for modifying the xorg configuration file. Though that sounds like it might be a helpful tool.", "userDisplayName": null, "userId": "41" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T01:40:33.380", "id": "758", "lastActivityDate": "2010-08-04T01:40:33.380", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5", "parentId": "756", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If you mean a GUI for changing display-related properties, then you can find that at <code>System-&gt;Preferences-&gt;Monitors</code>.</p>\n\n<p>If you are referring to a GUI tool for editing <code>xorg.conf</code>, I am not aware of one - you're better off editing the file d...
null
null
null
null
null
760
1
761
2010-08-04T01:53:29.300
8
5323
<p>I've setup Ubuntu via Wubi recently for a friend and he came back with a complaint: On reboots the Windows partition is always selected by default, figured this was just a need to update Grub but realized that Wubi writes to the Windows Boot Manager and does not use Grub.</p> <p>Though this is technically a "Windows" question I wasn't able to find a clear answer for this.</p> <p>How to do I modify the boot/selection order for Operating systems (Mainly Ubuntu via Wubi) on the Windows Boot Manager?</p>
41
41
2010-08-04T12:10:03.347
2010-08-05T16:23:48.743
Change boot order for Wubi
[ "10.04", "wubi", "boot", "windows-vista" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-04T02:01:50.483", "id": "789", "postId": "760", "score": "0", "text": "What version of Windows is it?", "userDisplayName": null, "userId": "130" }, { "creationDate": "2010-08-04T12:09:51.677", "id": "809", "postId": "760", "score": "0", ...
{ "accepted": true, "body": "<p>The <a href=\"https://wiki.ubuntu.com/WubiGuide#How%20do%20I%20manually%20uninstall%20Wubi?\" rel=\"nofollow\">Wubi Guide on the Ubuntu wiki (manual uninstall section)</a> gives some hints on how to edit the Windows Boot Manager boot order in Vista and XP.</p>\n\n<p>In <strong>Windows Vista</strong> you can either use <a href=\"http://neosmart.net/dl.php?id=1\" rel=\"nofollow\">EasyBCD</a> or modify the boot menu via <code>Control Panel (Classic View) &gt; System &gt; Advanced system settings</code>; then choose \"Settings...\" under Startup and Recovery.</p>\n\n<p>In <strong>Windows XP</strong>, edit C:\\boot.ini.</p>\n\n<p>According to <a href=\"http://www.psychocats.net/ubuntu/wubi\" rel=\"nofollow\">this Wubi HowTo</a>, the default OS can be changed in <strong>Windows 7</strong> by going to <code>Control Panel &gt; Advanced System Settings</code>, and in the Default operating system drop-down selecting Ubuntu instead of Windows.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-04T12:10:55.107", "id": "810", "postId": "761", "score": "0", "text": "I'll gives these options a go - but this looks like what I'll need. Thanks!", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-05T02:57:59.087", "id": "951", "postId": "761", "score": "0", "text": "Just some clarification in Vista it's `Control Panel (Classic View) > System > Advanced system settings` Then choose \"Settings...\" under Startup and Recovery\n\nI wasn't able to test XP or Windows 7 but I'm accepting this answer as it did work well. Thanks!", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-05T16:25:13.797", "id": "1119", "postId": "761", "score": "0", "text": "Thanks for the correction; I updated the answer. Hopefully if someone else tries other Windows versions they'll comment whether it worked or not. I'm glad it worked for you on Vista!", "userDisplayName": null, "userId": "130" }, { "creationDate": "2011-11-04T16:16:43.927", "id": "85388", "postId": "761", "score": "0", "text": "You don't need to edit C:\\boot.ini in XP. The same instuctions work on all versions of windows i.e. go to Startup & Recovery settings. WARNING: setting Ubuntu as the default and also the timeout below 10 can result in Windows not being able to boot.", "userDisplayName": null, "userId": "14916" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T02:19:20.187", "id": "761", "lastActivityDate": "2010-08-05T16:23:48.743", "lastEditDate": "2010-08-05T16:23:48.743", "lastEditorDisplayName": null, "lastEditorUserId": "130", "ownerDisplayName": null, "ownerUserId": "130", "parentId": "760", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>The <a href=\"https://wiki.ubuntu.com/WubiGuide#How%20do%20I%20manually%20uninstall%20Wubi?\" rel=\"nofollow\">Wubi Guide on the Ubuntu wiki (manual uninstall section)</a> gives some hints on how to edit the Windows Boot Manager boot order in Vista and XP.</p>\n\n<p>In <stron...
null
null
null
null
null
765
1
771
2010-08-04T04:06:16.070
5
272
<p>When I log into my computer, networking is disabled. I always have to enable it so I can connect to the internet. Does anyone know how to set it to enabled by default?</p>
88
305
2010-08-04T08:52:20.870
2016-12-30T18:32:57.707
How do I set networking enabled by default?
[ "configuration", "network-manager" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From the <em>network-manager</em> applet menu (right click), select <em>edit connections</em>. Edit the connection you wish to automatically connect and select the <em>connect automatically</em> checkbox.</p>\n\n<p>If you wish to start a connection before you log in, select the <em>available to all users</em> checkbox. This is most useful with wireless connections which usually are available only after login.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-04T14:29:05.027", "id": "824", "postId": "771", "score": "0", "text": "Today it worked fine. Looking at the connections, for some reason I have 2 ethernet connections. The one that it was using yesterday didn't have `available to all users` checked, so it makes sense why it wasn't enabled at log in. The one it used today did, so it was enabled when I logged in. I'm just going to delete the one I used yesterday, because it is redundant. Thanks for the help.", "userDisplayName": null, "userId": "88" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-04T06:43:07.910", "id": "771", "lastActivityDate": "2016-12-30T18:32:57.707", "lastEditDate": "2016-12-30T18:32:57.707", "lastEditorDisplayName": null, "lastEditorUserId": "134729", "ownerDisplayName": null, "ownerUserId": "42", "parentId": "765", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>From the <em>network-manager</em> applet menu (right click), select <em>edit connections</em>. Edit the connection you wish to automatically connect and select the <em>connect automatically</em> checkbox.</p>\n\n<p>If you wish to start a connection before you log in, select t...
null
null
null
null
null
766
1
768
2010-08-04T04:30:49.817
9
1368
<p>I have a media computer which I recently reformatted to Ubuntu 10.04. I am probably just missing something obvious but I can't figure out how to share folders and files, so that I can browse to them on my Windows computers in order to copy files to/from the computer.</p> <p>How do I do this?</p>
65
42
2010-08-04T08:48:10.610
2013-11-13T15:47:39.337
How can I share files over a Windows network?
[ "filesystem", "networking", "sharing", "samba" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Right-click a folder and select \"Sharing Options\". Then check off \"Share this folder\".</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-04T05:28:19.940", "id": "796", "postId": "768", "score": "4", "text": "Make sure samba is installed first. I don't think it is on default installs.", "userDisplayName": null, "userId": "38" }, { "creationDate": "2010-08-04T05:51:55.597", "id": "797", "postId": "768", "score": "0", "text": "@jfo: Ah, yes. Good catch.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-08-04T07:12:53.967", "id": "801", "postId": "768", "score": "1", "text": "When you check \"Share this folder\" Ubuntu will offer to install samba by itself.\n\nThe \"catch\" in older versions was that you must add a samba password for your use by hand (I mean terminal). I don't know if this is still true for Lucid (10.04)", "userDisplayName": null, "userId": "211" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T05:13:27.497", "id": "768", "lastActivityDate": "2010-08-04T05:13:27.497", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5", "parentId": "766", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Right-click a folder and select \"Sharing Options\". Then check off \"Share this folder\".</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-04T05:28:19.940", "id": "796", "postId": "768", "score": "4", ...
null
null
null
null
null
767
1
769
2010-08-04T05:08:39.627
1
2446
<p>As many of you know by now, I'm building a package :)</p> <p>I am so close to getting it finished so I can upload it to my PPA, but there is still one slight problem: the shared library (.so file) doesn't want to go into the package.</p> <p>Okay, here is what I have in my control file:</p> <pre> Source: jsoncpp Priority: extra Maintainer: ****** Build-Depends: debhelper (>= 7) Standards-Version: 3.8.3 Section: libs Homepage: http://jsoncpp.sf.net Package: jsoncpp-dev Section: libdevel Architecture: any Depends: jsoncpp0 (= ${binary:Version}) Description: JSON parsing library for C++ jsoncpp is a C++ library that makes it easy to read / write JSON data. . This package contains the development tools necessary to create applications that use jsoncpp. Package: jsoncpp0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: JSON parsing library for C++ jsoncpp is a C++ library that makes it easy to read / write JSON data. </pre> <p>Now, jsoncpp-dev builds fine and the development files show up in the package <strong>but</strong> the shared library does not show up in its package.</p> <p>Here is what <code>jsoncpp0.dirs</code> looks like:</p> <pre> usr/lib </pre> <p>...and <code>jsoncpp-dev.dirs</code>:</p> <pre> usr/lib usr/include </pre> <p>My updated Makefile is <a href="http://pastebin.com/QWGW765S" rel="nofollow">here</a>.</p> <p><em>Please let me know if you need further information.</em></p>
5
367165
2015-06-25T18:13:00.957
2015-06-25T18:13:00.957
How to get .so file to show up in package?
[ "package-management", "compiling", "shared-library" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This was the result of a rather bad mistake on my part. Somehow <code>jsoncpp0.install</code> got renamed to <code>jsoncpp0install</code> (without the period).</p>\n\n<p>Anyway, it works now.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T05:51:22.850", "id": "769", "lastActivityDate": "2010-08-04T05:51:22.850", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5", "parentId": "767", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>This was the result of a rather bad mistake on my part. Somehow <code>jsoncpp0.install</code> got renamed to <code>jsoncpp0install</code> (without the period).</p>\n\n<p>Anyway, it works now.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null,...
null
null
null
null
null
772
1
785
2010-08-04T07:35:07.433
3
10026
<p>I'm trying to move to grub2 and while chainloading from legacy grub works fine, I'm not sure how to move completely. Old grub was installed in boot sector of swap partition, /dev/sda3, and was working fine there. I want new grub to be installed there as well but during <code>upgrade-from-grub-legacy</code> it suggest to install at MBR or at ubuntu root partition, /dev/sda4. How do I force it to install at /dev/sda3? Can I just do <code>grub-install '(hd0,3)'</code> instead of <code>upgrade-from-grub-legacy</code>?</p>
329
null
null
2015-07-23T19:15:22.647
How do I update grub to grub2 if legacy grub is installed in boot partition sector, not MBR?
[ "grub2" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you have verified that the new grub2 setup works, you can use <code>grub-install</code> safely.</p>\n\n<p>The only significant thing <code>upgrade-from-grub-legacy</code> does is this:</p>\n\n<pre><code>rm -f /boot/grub/{{xfs,reiserfs,e2fs,fat,jfs,minix}_stage1_5,stage{1,2}}\n</code></pre>\n\n<p>which essentially removes the grub-legacy files from /boot/grub, you can also remove <code>/boot/grub/menu.lst</code> if it doesn't contain anything important to you.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-06T07:13:42.750", "id": "1236", "postId": "785", "score": "0", "text": "I'm not sure if this applies to you, but i've been getting an debconf prompt asking me where to install the bootloader. This works well for me, because I have a mirrored setup and need to install grub to 2 separate drives.", "userDisplayName": null, "userId": "42" }, { "creationDate": "2010-09-05T10:05:59.437", "id": "3663", "postId": "785", "score": "0", "text": "It does ask about location but it gives very limited choices. As far as I understand it is either MBR or partition with Linux installed. That's not my case :)", "userDisplayName": null, "userId": "329" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T11:23:49.533", "id": "785", "lastActivityDate": "2010-08-04T11:23:49.533", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "42", "parentId": "772", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>If you have verified that the new grub2 setup works, you can use <code>grub-install</code> safely.</p>\n\n<p>The only significant thing <code>upgrade-from-grub-legacy</code> does is this:</p>\n\n<pre><code>rm -f /boot/grub/{{xfs,reiserfs,e2fs,fat,jfs,minix}_stage1_5,stage{1,2...
null
null
null
null
null
773
1
null
2010-08-04T07:48:43.567
14
830
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/48535/how-to-customize-live-ubuntu-cd">How to customize live Ubuntu CD?</a> </p> </blockquote> <p>Is there any GUI tool for that?</p>
305
-1
2017-04-13T12:24:49.590
2014-04-16T03:48:13.750
How do I make my own customized Ubuntu version?
[ "customization" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-07-15T22:53:45.550
null
null
774
1
775
2010-08-04T08:03:11.510
10
1642
<p>Why would one move from Grub to Grub2?</p>
170
null
null
2014-02-24T23:55:05.150
What are the benefits of using Grub2 over Grub?
[ "grub2" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><b>GRUB 2's major improvements over the original GRUB include:</b></p>\n\n<ul>\n<li>New configuration file structure</li>\n<li>Scripting support including conditional statements and functions</li>\n<li>Dynamic module loading</li>\n<li>Rescue mode</li>\n<li>Themes</li>\n<li>Graphical boot menu support and improved splash capability</li>\n<li>Boot Ubuntu LiveCD and some other ISO images directly from hard drive</li>\n<li>Non-X86 platform support (such as PowerPC)</li>\n<li>Universal support for UUIDs (not just Ubuntu)</li>\n<li>Improved internationalization, including support for non-ASCII characters</li>\n</ul>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-09-16T13:41:38.383", "id": "4308", "postId": "775", "score": "1", "text": "Unfortunately, instead of just adding a module that extends the feature set, they ditched the classical system and completely replaced it. The new version makes it easy to execute one app that auto-generates the config file for you based on the operating systems that exist on the hard drive. Unfortunately, it makes it really hard for users to fine tune the config by manually editing. While Grub was pretty easy to fine tune manually, I wouldn't touch a Grub2 config file with a 20ft pole.", "userDisplayName": null, "userId": "2139" }, { "creationDate": "2014-02-24T23:48:16.153", "id": "551564", "postId": "775", "score": "0", "text": "Only the administrators and programmers would have benefits. But none of those benefits seem to be relevant to an ordinary simple user. Could you clarify, what I would get from it? something relevant like \"faster\" or such", "userDisplayName": null, "userId": "34298" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T08:32:14.373", "id": "775", "lastActivityDate": "2010-08-04T08:32:14.373", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "143", "parentId": "774", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p><b>GRUB 2's major improvements over the original GRUB include:</b></p>\n\n<ul>\n<li>New configuration file structure</li>\n<li>Scripting support including conditional statements and functions</li>\n<li>Dynamic module loading</li>\n<li>Rescue mode</li>\n<li>Themes</li>\n<li>Gr...
null
null
null
null
null
776
1
780
2010-08-04T08:41:40.390
89
95859
<p>How I can limit Download/Upload bandwidth for:</p> <ul> <li>Entire OS.</li> <li>One network interface.</li> <li>Single application.</li> </ul>
143
235
2012-08-13T12:55:48.040
2018-01-25T17:11:27.623
How I can limit Download/Upload bandwidth?
[ "networking", "bandwidth" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2018-01-25T16:23:28.923", "id": "1616161", "postId": "776", "score": "0", "text": "I've filed a bug for the `wondershaper` problem in Ubuntu 17.10, which may be similar to what is happening to @Zeromatiker in Ubuntu 17.04: https://bugs.launchpad.net/ubuntu/+source/wondershaper...
{ "accepted": true, "body": "<p>Limiting single interface is easy, but global rate limits need more complex rules as do application based rules. I'm not saying that it can't be done, but it requires quite a bit digging in to the internals of the networking. </p>\n\n<p>Here is a quick <a href=\"http://ubuntu-snippets.blogspot.com/2008/07/easy-network-traffic-shaping-on-your.html\">How to</a> on setting up a per interface limit</p>\n\n<p>If you really want to set up application based rules, you should look in to some firewall framework, like <a href=\"http://www.shorewall.net/traffic_shaping.htm\">shorewall</a>, which have helper features to configure shaping. Even with these tools, it requires quite bit of forethought and testing to get it in to place. Doing something like this ad-hoc is not yet quite that easy.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2017-06-29T15:48:03.280", "id": "1472449", "postId": "780", "score": "0", "text": "wondershaper isn't working I don't know why (even `wondershaper eth0 1000 1000 `has no internet bandwidth. I need to limit all of the eth0 bandwidth not only specific applications. how can in do that?", "userDisplayName": null, "userId": "621259" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-04T08:57:54.353", "id": "780", "lastActivityDate": "2012-08-13T10:54:07.117", "lastEditDate": "2012-08-13T10:54:07.117", "lastEditorDisplayName": null, "lastEditorUserId": "59676", "ownerDisplayName": null, "ownerUserId": "42", "parentId": "776", "postTypeId": "2", "score": "44" }
[ { "accepted": true, "body": "<p>Limiting single interface is easy, but global rate limits need more complex rules as do application based rules. I'm not saying that it can't be done, but it requires quite a bit digging in to the internals of the networking. </p>\n\n<p>Here is a quick <a href=\"http://ubuntu...
null
null
null
null
null
781
1
null
2010-08-04T10:32:56.117
5
2310
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/155679/how-to-enable-numlock-at-boot-time-for-login-screen">How to enable numlock at boot time for login screen?</a> </p> </blockquote> <p>I use numbers in my password and would therefore like to start Ubuntu with Num-Lock enabled. This would also be handy in a terminal window, that is <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd>.</p>
144
-1
2017-04-13T12:24:32.903
2012-03-05T14:27:34.087
How do you start-up in the login screen with Num Lock on?
[ "command-line", "login-screen", "settings", "default" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2012-11-11T13:31:54.187", "id": "267191", "postId": "781", "score": "0", "text": "There is another post with an accepted answer for this question - [How to enable numlock at boot time for login screen?](http://askubuntu.com/questions/155679/how-to-enable-numlock-at-boot-time-f...
null
[ { "accepted": null, "body": "<p>You can alter the numlock state with <code>setleds</code> command. The setleds manual lists an example how to alter TTY states so that numlock is on by default:</p>\n\n<pre><code> INITTY=/dev/tty[1-8]\n for tty in $INITTY; do\n setleds -D +num &lt; $...
null
null
2012-11-12T21:51:04.823
null
null
784
1
794
2010-08-04T11:22:03.123
64
118332
<p>I want to keep Ubuntu but remove Windows.</p>
305
169736
2014-05-20T11:34:54.130
2018-05-22T01:35:39.103
How do I remove Windows but keep Ubuntu?
[ "windows", "system-installation" ]
5
7
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T12:18:13.753", "id": "812", "postId": "784", "score": "8", "text": "Give us more details about your setup. Are you using Wubi, Partitions, or haven't even started yet?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-04T14:12:3...
{ "accepted": true, "body": "<p>Assuming you have installed Ubuntu on a separate partition, all you have to do is remove your Windows partition and remove the Windows option from your GRUB boot menu. </p>\n\n<ol>\n<li><p>Make sure your backups of your documents (and other important files, such as ebooks, videos, music, and so forth) are current. If you are going to expand the Ubuntu partition to take up the space freed by removing your Windows partition, then this is especially important, as there is always some risk (though small) of data loss when performing dynamic partition resizing. However, even if you are not planning to do this, unless you are highly experienced with repartitioning, there is a significant risk that you may make a mistake (you probably will not, but if you do, you want the consequences to be minimally bad).</p></li>\n<li><p>Boot from an Ubuntu live CD/DVD or live USB flash drive (as it is not considered safe to edit a physical disk's partition table from within any of the operating systems installed on the physical disk). Select <code>Try Ubuntu</code> rather than <code>Install Ubuntu</code>.</p></li>\n<li><p>Use <a href=\"http://gparted.sourceforge.net/\">GParted</a>, the GNOME Partition Editor, to edit the partition table on the hard disk, removing the Windows system.</p>\n\n<ul>\n<li>Start GParted (<code>System</code> > <code>Administration</code> > <code>GParted</code>, or if you're using a live system of Ubuntu 11.10 or later, press the <kbd>Super</kbd>, i.e., <kbd>Windows</kbd> key, type <code>gparted</code>, and click the search result that appears).</li>\n<li>Select your Windows partition (it will be of type <code>NTFS</code> and will probably have a pale green border).</li>\n<li>Delete it (<code>Partition</code> > <code>Delete</code>).</li>\n<li><strong>Optionally</strong>, resize your Ubuntu partition to take up the freed space. You may be able to do this by selecting it (it's of type <code>ext4</code>) and using <code>Partition</code> > <code>Resize/Move</code>. However, if it is contained in an extended partition (a kind of container partition for other partitions) and the Windows partition was not contained in the extended partition, then you may need to expand the extended partition first, and then expand the Ubuntu <code>ext4</code> partition contained within it.<br><br>\nWhile this step is optional, the space that Windows occupied will not be available to your Ubuntu system if you skip it. (However, if you just want to use the space for storage, you could create a new partition for that purpose where your Windows partition used to be, instead of expanding Ubuntu's <code>ext4</code> partition.)</li>\n<li>Apply your changes (<code>Edit</code> > <code>Apply All Operations</code>).</li>\n</ul></li>\n<li><p>Quit GParted and reboot (click the power icon at the upper-right corner of the screen and click <code>Restart</code> or <code>Shut Down</code>). Once you have booted back into the Ubuntu system installed on the hard drive, update your GRUB menu to remove the Windows option, by running <code>sudo update-grub</code> in a Terminal window (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd>). When you run that command, you might be prompted for your password. As you enter it, you won't see any placeholder characters (like <code>*</code>). That's OK--just type it in and press enter. After you've run that command, Windows should no longer appear as an option to select in the boot menu.</p></li>\n</ol>\n\n<p>However, unless your Windows partition is seriously damaged or infected with viruses, I wouldn't recommend removing it. Instead, shrink your Windows partition, leaving space for your data plus an extra gigabyte for virtual memory (the versions of GParted that come with all currently supported Ubuntu releases are able to resize <code>NTFS</code> partitions). You never know when you'll need to use an application that only works with Windows.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-04T14:12:02.267", "id": "794", "lastActivityDate": "2011-11-23T22:57:37.513", "lastEditDate": "2011-11-23T22:57:37.513", "lastEditorDisplayName": null, "lastEditorUserId": "22949", "ownerDisplayName": null, "ownerUserId": "108", "parentId": "784", "postTypeId": "2", "score": "57" }
[ { "accepted": null, "body": "<p>If you installed Ubuntu in a separate partition you can easily format the drive with Windows.\nAfter that remove Windows entry from grub config.</p>\n\n<p>If you use Wubi you can do one of these: </p>\n\n<ul>\n<li>Copy you user home folder to save most of settings.</li>\n<li>...
null
0
null
null
null
787
1
null
2010-08-04T12:35:52.550
6
1534
<p>About once a day my gnome-panel freezes.</p> <p>How can I produce some sort of debug information to:</p> <ul> <li>Figure out what is causing the freeze or</li> <li>File a bug or see if its an existing bug</li> </ul> <p>When gdb is attached to gnome-panel and the bug occurs I cannot get a stack trace out of gdb. </p> <pre><code>Reading symbols from /lib/libbz2.so.1.0...(no debugging symbols found)...done. Loaded symbols for /lib/libbz2.so.1.0 0x00007f7cefe10f48 in poll () from /lib/libc.so.6 (gdb) c Continuing. ^C ^C </code></pre> <p>The "^C" is to show that once the bug occurs gdb stops responding to Ctrl+c and kill -INT.</p>
253
47291
2014-12-16T01:52:45.127
2014-12-16T01:52:45.127
How can I find out what is causing my gnome-panel to freeze?
[ "gnome", "panel", "debug" ]
3
5
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T12:48:05.803", "id": "818", "postId": "787", "score": "0", "text": "You might want to check with this: http://ubuntu.stackexchange.com/questions/678/clock-applet-stops-after-login", "userDisplayName": null, "userId": "41" }, { "creationDate": "2012-0...
null
[ { "accepted": null, "body": "<p>The comments on <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/355915\" rel=\"nofollow noreferrer\">this bug report</a> on the same issue first point the reporter to a wiki page entitled <a href=\"https://wiki.ubuntu.com/DebuggingProgramCrash\" rel=\"nof...
null
null
2013-03-14T16:25:20.770
null
null
797
1
null
2010-08-04T18:04:03.010
19
16788
<p>When my computer is suspended, the GPU, CPU and power supply fans all continue to run.</p> <p>I don't think I've ever been able to get them to turn off, short of hibernating or turning the computer off. I have some theories as to where to begin, but what I'd like are some more solid ideas.</p> <p><strike>I built this computer myself, so I think it's possible that I didn't connect the fans to a proper power supply, so one theory is that I need to open the computer, and move the fan's wire somewhere else on the motherboard. If this is correct, is there a way to know where to move it?</strike> &lt;-- This theory doesn't make sense now that I realize it's three different fans that keep running.</p> <p>My other theory is that I need to do something in my BIOS to make this change, and my third theory is that this is an Ubuntu thing that I need to fix on the software side.</p> <p>Does anybody know how to figure out why the fans never turn off, or what to do to fix them? They DO turn off when the computer is hibernating, but I don't like doing that because it takes a very long time to boot up from hibernation.</p>
324
235
2010-09-16T14:02:42.897
2011-04-16T15:49:47.457
How can I make the fan in my computer turn off when it's suspended?
[ "kernel", "hibernate", "suspend", "fan", "bios" ]
4
7
CC BY-SA 2.5
[ { "creationDate": "2010-08-04T18:11:59.187", "id": "832", "postId": "797", "score": "0", "text": "Which fan are you talking about? The CPU fan, another fan? How is it connected on the motherboard? is it a socket which can be regulated, or is it directly connected to the power supply?", "user...
null
[ { "accepted": null, "body": "<p>This may depend on how old your computer is. I believe that this must be a supported mode in newer BIOSes (I believe that you may want to search for \"S3 Standby\" somewhere in your BIOS options).</p>\n", "commentCount": "1", "comments": [ { "creationDat...
null
null
2013-03-14T16:25:27.867
null
null
798
1
799
2010-08-04T18:31:40.053
29
15429
<p>What is Ubuntu Advantage and how can it help my business?</p>
305
176889
2014-01-25T03:16:00.830
2022-01-20T01:14:02.320
What is Ubuntu Advantage?
[ "ubuntu-advantage" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2021-11-11T01:11:58.180", "id": "2366448", "postId": "798", "score": "1", "text": "Why is `ubuntu-advantage-tools` installed by default on Diigtal Ocean Ubuntu distros?", "userDisplayName": null, "userId": "116961" } ]
{ "accepted": true, "body": "<p>Ubuntu Advantage is paid support for Ubuntu Server and Desktop. It will provide support, legal assurance, a knowledge base, and Landscape. Landscape is management and monitoring tool to assist you with managing your servers and desktops. By legal assurance they will take care of intellectual property infringement legal claims brought against customers in their use of Ubuntu</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T18:39:14.907", "id": "799", "lastActivityDate": "2010-08-04T18:39:14.907", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "332", "parentId": "798", "postTypeId": "2", "score": "19" }
[ { "accepted": true, "body": "<p>Ubuntu Advantage is paid support for Ubuntu Server and Desktop. It will provide support, legal assurance, a knowledge base, and Landscape. Landscape is management and monitoring tool to assist you with managing your servers and desktops. By legal assurance they will take care...
null
null
null
null
null
800
1
802
2010-08-04T19:03:19.647
84
439429
<p>I have a script that needs to be run every five seconds. I know that <code>cron</code> can do tasks by the minute, but is there a way to run something every second?</p>
333
134729
2016-12-30T18:25:27.163
2019-01-17T14:12:28.380
How to run scripts every 5 seconds?
[ "scripts", "cron" ]
8
5
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T19:11:00.397", "id": "839", "postId": "800", "score": "3", "text": "What problem are you trying to solve? Are you sure cron is the right solution?", "userDisplayName": null, "userId": "24" }, { "creationDate": "2010-08-04T19:20:39.397", "id": "84...
{ "accepted": true, "body": "<p>Cron only allows for a minimum of one minute. What you <strong>could</strong> do is write a shell script with an infinite loop that runs your task, and then sleeps for 5 seconds. That way your task would be run more or less every 5 seconds, depending on how long the task itself takes.</p>\n\n<pre><code>#!/bin/bash\n\nwhile true; do\n # Do something\n sleep 5;\ndone\n</code></pre>\n\n<p>You can create a <code>my-task.sh</code> file with the contents above and run it with <code>sh my-task.sh</code>. Optionally you can configure it with <code>supervisor</code> as a service so that it would start when the system boots, etc.</p>\n\n<p>It really does sound like you're doing something that you probably shouldn't be doing though. This feels <em>wrong</em>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2017-12-26T11:57:19.573", "id": "1594918", "postId": "802", "score": "0", "text": "One can need a a cron running every 5 or even less seconds to be used in PHP based scrapers.", "userDisplayName": null, "userId": "775487" }, { "creationDate": "2019-03-04T14:18:02.237", "id": "1857436", "postId": "802", "score": "1", "text": "Really feels wrong. If you include it in a cron job then you will have overlapping jobs every minute. After an hour 60 jobs will be starting every 5 seconds. If you do not include in a cron job, well, you may not be able to know how to stop it, or even to know it exists.", "userDisplayName": null, "userId": "929527" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-04T19:07:59.670", "id": "802", "lastActivityDate": "2018-07-19T10:48:17.613", "lastEditDate": "2018-07-19T10:48:17.613", "lastEditorDisplayName": null, "lastEditorUserId": "599984", "ownerDisplayName": null, "ownerUserId": "334", "parentId": "800", "postTypeId": "2", "score": "76" }
[ { "accepted": null, "body": "<p>Minimum configuration in cron is minutes, you can't set it for 5 seconds. You could use Quartz which does allow seconds. <a href=\"http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html\" rel=\"nofollow\">http://www.quartz-scheduler.org/docs/tutorials/crontrigger.htm...
null
null
null
null
null
804
1
807
2010-08-04T19:23:38.377
65
127770
<p>I was wondering the difference between these text editors and which is best used with Ubuntu?</p> <p>What are each of them good for? Are there better ones?</p>
333
146105
2016-08-21T15:45:45.950
2016-08-21T15:47:32.883
Comparizon between text editors in Ubuntu: Vim vs. Emacs vs. Nano
[ "vim", "text-editor", "emacs" ]
17
3
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T19:25:16.687", "id": "848", "postId": "804", "score": "4", "text": "Please make this a community wiki \n\n[1]http://meta.stackexchange.com/questions/11740/what-are-community-wiki-posts", "userDisplayName": null, "userId": "4" }, { "creationDate": "20...
{ "accepted": true, "body": "<p>Nano is the easiest to use and learn. A lot of people will swear by Vim and Emacs but Nano is a very good text editor. Nano is good for editing a config file but if you are going to program you'll be better off using Vim or Emacs. Nano supports highlighting. But this is very subjective.</p>\n\n<p>Everyone is going to have their favorite editors for some reason. Find the one that you like the best and use it.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-05-14T07:09:20.783", "id": "46661", "postId": "807", "score": "19", "text": "There is an important difference between \"easy to use\" and \"easy to learn\". In general, powerful editors like Vim and Emacs are easier to use than a simpler editor, once you have learnt how to use them. Thus, it's a matter of return on investment. Are you going to do a sufficient amount of text editing to justify investing time in learning a more powerful editor?", "userDisplayName": null, "userId": "2521" }, { "creationDate": "2016-12-26T09:57:16.813", "id": "1335936", "postId": "807", "score": "2", "text": "https://micro-editor.github.io/ could be a better replacement for user-friendly. If only it was packaged for Ubuntu..", "userDisplayName": null, "userId": "51852" }, { "creationDate": "2021-05-15T15:38:32.000", "id": "2285467", "postId": "807", "score": "0", "text": "@anatolytechtonik very useful, but how to check the installed version? `~$ micro --version` and shows `Version: 0.0.0-unknown` https://github.com/zyedidia/micro/releases/tag/v2.0.8", "userDisplayName": null, "userId": "424049" }, { "creationDate": "2021-05-18T08:26:19.527", "id": "2286633", "postId": "807", "score": "0", "text": "@RYOENGLianHu it is already packaged for Ubuntu and reports correct version. You install it with `apt install micro`.", "userDisplayName": null, "userId": "51852" } ], "communityOwnedDate": "2010-09-16T20:13:04.887", "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T19:26:18.060", "id": "807", "lastActivityDate": "2010-08-04T19:31:25.320", "lastEditDate": "2010-08-04T19:31:25.320", "lastEditorDisplayName": null, "lastEditorUserId": "332", "ownerDisplayName": null, "ownerUserId": "332", "parentId": "804", "postTypeId": "2", "score": "57" }
[ { "accepted": true, "body": "<p>Nano is the easiest to use and learn. A lot of people will swear by Vim and Emacs but Nano is a very good text editor. Nano is good for editing a config file but if you are going to program you'll be better off using Vim or Emacs. Nano supports highlighting. But this is very ...
2010-08-04T19:30:34.400
null
2014-04-07T04:27:14.467
null
null
813
1
869
2010-08-04T19:46:38.270
8
8398
<p>I have GPS tracks (in gpx format) that I usually use to geotag photos. Is there a simple software to view these tracks (i.e.: not use Google Earth)? A bonus would be simple modification, like deleting waypoints. TangoGPS seems to offer GPS track import only in connection with geotagging for pictures.</p>
275
235
2010-12-30T20:49:44.540
2021-10-07T11:33:38.410
Simple software to show and modify GPS tracks
[ "software-recommendation", "gps" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try <a href=\"https://snapcraft.io/viking-gps\" rel=\"nofollow noreferrer\">Viking</a> - you can download and edit your tracks, and also add OpenStreetMaps, Terraserver or DEM layers. It also allows to have georeferenced map layers and some other features.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T18:11:30.833", "id": "1145", "postId": "869", "score": "0", "text": "Viking is still a bit too complex for my taste (having layers etc.) but it certainly can do everything I want and is fairly simple to use. Thanks", "userDisplayName": null, "userId": "275" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-04T21:31:22.713", "id": "869", "lastActivityDate": "2019-08-03T19:37:44.630", "lastEditDate": "2019-08-03T19:37:44.630", "lastEditorDisplayName": null, "lastEditorUserId": "110495", "ownerDisplayName": null, "ownerUserId": "146", "parentId": "813", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>I've found <a href=\"http://merkaartor.be/\" rel=\"nofollow\">Merkaartor</a> (in the <a href=\"https://apps.ubuntu.com/cat/applications/lucid/merkaartor/\" rel=\"nofollow\">repos</a>) to be the simplest. But <a href=\"http://josm.openstreetmap.de/\" rel=\"nofollow\">JOSM</a> ...
null
null
null
null
null
814
1
910
2010-08-04T19:54:17.300
760
1584252
<p>How can I run scripts <em>automatically</em> when Ubuntu starts up so I don't have to run them manually after startup?</p>
333
518562
2016-11-23T19:22:49.653
2022-10-29T18:17:59.357
How to run scripts on start up?
[ "startup", "autostart" ]
10
3
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T20:20:45.503", "id": "860", "postId": "814", "score": "7", "text": "If someone could also show both WHEN and WHERE that would be awesome. I say this because I know there are at least 2 ways to start a script that will fire before other applications have been started...
{ "accepted": true, "body": "<p>Depending on what sort of scripts you need to run.. For services and the like you should use <a href=\"http://upstart.ubuntu.com/\" rel=\"noreferrer\">upstart</a>. But for a user script these should be launched as session scripts by gnome! Have a look under System &gt; Preferences &gt; Startup Applications.</p>\n<p>On a side note if you need some scripts to be run on terminal login you can add them to the <a href=\"http://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html#Bash-Startup-Files\" rel=\"noreferrer\">.bash_login</a> file in your home directory.</p>\n<h2>For 14.04 and older</h2>\n<p>A simple command (one which doesn't need to remain running) could use an Upstart job like:</p>\n<pre><code>start on startup\ntask\nexec /path/to/command\n</code></pre>\n<p>Save this in a <code>.conf</code> file in <code>/etc/init</code> (if you need it to run as root when the system boots up), or in <code>~/.config/upstart</code> (if you need it\nto run as your user when you log in).</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2013-02-04T04:03:50.617", "id": "313220", "postId": "910", "score": "63", "text": "Considering how SO and StackExchange runs, could you give an example of an upstart script and where it would be placed? That would make this a much better answer. Your link says it's not being maintained and to look at the upstart cookbook, which is huuuge. I don't have too much of an idea where to start.", "userDisplayName": null, "userId": "22073" }, { "creationDate": "2015-07-15T01:58:08.220", "id": "930755", "postId": "910", "score": "5", "text": "What if i need to run the command as root?", "userDisplayName": null, "userId": "246502" }, { "creationDate": "2015-10-24T11:43:36.417", "id": "1005820", "postId": "910", "score": "2", "text": "@dopatraman The answer states that all processes with this are run as root.", "userDisplayName": null, "userId": "237253" }, { "creationDate": "2016-01-09T18:52:10.630", "id": "1062463", "postId": "910", "score": "5", "text": "Please update this answer to explain what to do on systems running systemd rather than upstart (Ubuntu 15.04+).", "userDisplayName": "user364819", "userId": null }, { "creationDate": "2016-03-14T14:19:45.403", "id": "1110515", "postId": "910", "score": "0", "text": "can any please help in running below as upstart service \n\nhttps://gist.github.com/jobsamuel/6d6095d52228461f3c53", "userDisplayName": null, "userId": "511512" }, { "creationDate": "2016-07-07T07:22:08.997", "id": "1198635", "postId": "910", "score": "0", "text": "In Ubuntu 14.04, if the command is a path to a script where an ifconfig is executed, it does not work. It must be placed, for instance, in .bashrc of the corresponding user.", "userDisplayName": null, "userId": "398765" }, { "creationDate": "2016-08-07T17:49:19.997", "id": "1222861", "postId": "910", "score": "4", "text": "This answer does not make sense to me. The applications listed in `system->pref->startup applications` can neither be found in `/etc/init/` nor in `~/.config/upstart`. So *where are startup applications defined?*", "userDisplayName": null, "userId": "378854" }, { "creationDate": "2017-05-09T13:56:43.607", "id": "1438142", "postId": "910", "score": "1", "text": "I want to run `wget -r http://tug.org/` on startup after network connection established. How can I do this?", "userDisplayName": null, "userId": "487981" }, { "creationDate": "2018-05-03T09:48:15.363", "id": "1677361", "postId": "910", "score": "0", "text": "@EhteshChoudhury I found here a nice introduction to upstart: https://www.digitalocean.com/community/tutorials/the-upstart-event-system-what-it-is-and-how-to-use-it", "userDisplayName": null, "userId": "207733" }, { "creationDate": "2020-02-03T17:23:20.490", "id": "2027341", "postId": "910", "score": "6", "text": "upstart is deprecated (not supported, last release in 2014)", "userDisplayName": null, "userId": "129914" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-04T23:26:21.097", "id": "910", "lastActivityDate": "2017-04-12T07:11:50.590", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "455", "parentId": "814", "postTypeId": "2", "score": "250" }
[ { "accepted": null, "body": "<p>One approach is to add an @reboot <a href=\"http://en.wikipedia.org/wiki/Cron\">cron</a> task:</p>\n\n<ol>\n<li>Running <code>crontab -e</code> will allow you to edit your cron.</li>\n<li><p>Adding a line like this to it:</p>\n\n<pre><code>@reboot /path/to/script\n</code></pr...
null
null
null
null
null
823
1
null
2010-08-04T20:08:25.557
7
17398
<p>During the last couple of months I have had major problems playing high-definition videos in Ubuntu. Generally it's 1080p videos that I have problems with, but I do recall having the same kind of problems with a 720p video a while back. This occurs on both my laptop (with an integrated Intel video chip) and my desktop (Nvidia Geforce 250GTS). It's strange, because I don't think I've had this problem in earlier versions of Ubuntu, and it works fine in Windows on the same machine(s).</p> <p>The problems occur when trying to play a video that has been encoded to/with "avc1" in an mkv container. I'm not very knowledgeable when it comes to video codecs and such, but from what I've read, avc1 seems like a pretty old codec. How come I have problems with that, when Xvid works just fine? </p> <p>Suggestions on how to fix this problem?</p> <p>EDIT: So I've now tried all of the solutions proposed. None of them <em>really</em> worked, although some did lessen the choppiness. I even tried a 720p video using the same encoding, and that was also very choppy. Could someone explain to me why this just will not work, when I can play back other 1080p videos flawlessly? </p>
334
334
2010-08-06T09:31:02.887
2010-08-07T00:39:20.143
Choppy video playback
[ "video" ]
6
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You can boost your preformance on the machine with the Nvidia chip by enabling VDPAU, which offloads some of the video rendering to your GPU instead of the CPU.</p>\n\n<p>Install the package libvdpau1 and try using Mplayer to play your video. You'll need to have recent propri...
null
null
2013-03-14T16:25:33.470
null
null
829
1
null
2010-08-04T20:22:39.023
2
782
<p>This is partly an OpenOffice question and partly a Ubuntu question. I'm running OpenOffice 3.2.0 and Ubuntu 10.04. I get frequent crashes of OO, especially the Calc app, although I get crashes in the word processor as well. They are very abrupt and accompanies by no warning or error message. I'm just typing away and then the app is gone. Sometimes I even end up thinking I'm typing in OO and discover that OO has crashed and I'm typing in whatever application was under OO. However, I can't reproduce these crashes on demand. They seem random. I can open the same file and do the same exact thing but it does not crash. </p> <p>In Ubuntu how do I trace, track, or diagnose these types of crashes? Is there software I can invoke to help diagnose? Can I start OO from a command prompt with debugging of some sort enabled? </p> <p>Note: if someone could add the tag OpenOffice, I would appreciate it</p>
386
8844
2011-02-26T22:20:42.260
2011-02-26T22:20:42.260
Debugging OpenOffice crashes
[ "openoffice.org", "debug" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-12-03T17:37:13.150", "id": "96342", "postId": "829", "score": "0", "text": "This question should instead be filed as a bug report, thanks! [Instructions here](http://askubuntu.com/questions/5121/how-do-i-report-a-bug).", "userDisplayName": null, "userId": "6005" ...
null
[ { "accepted": null, "body": "<p><a href=\"https://wiki.ubuntu.com/DebuggingProcedures\" rel=\"nofollow\">Here</a> are the debugging procedures for Ubuntu. <a href=\"https://wiki.ubuntu.com/DebuggingOpenOffice\" rel=\"nofollow\">Here</a> are the ones particular for OpenOffice. One of the first things to do, ...
null
null
2011-12-05T05:43:16.787
null
null
831
1
836
2010-08-04T20:29:27.107
140
81752
<p>When packages are already installed and I run an <code>apt-get install &lt;package-name&gt;</code>, sometimes it will print a line <code>&lt;package-name&gt; is set to manually installed</code>.</p> <p>What does that mean?</p>
396
38094
2014-04-12T03:42:32.147
2022-03-15T04:31:44.350
What does it mean that a package is "set to manually installed?"
[ "package-management", "apt" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If you install a package, all packages that that package depends upon are also installed. For example if you install the package vlc, it will automatically install vlc-nox. The automatically installed packages (in this case, vlc-nox) are set as \"automatically installed\" -- if you remove vlc, the package manager will suggest to remove vlc-nox as well (aptitude will do this automatically, if you use apt-get you can remove all automatically installed packages with <code>apt-get autoremove</code>).</p>\n\n<p>Now, if you do <code>apt-get install vlc-nox</code> you will get the message that vlc-nox is now set to \"manually installed\", i.e. the package manager now thinks that you want that package specifically and not just installed it because vlc needed it. If you remove vlc, vlc-nox will therefore not be automatically removed.</p>\n\n<p>This does not affect updates in any way.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-05T12:58:28.157", "id": "1045", "postId": "836", "score": "2", "text": "Aaah. That makes perfect sense. Thanks so much!", "userDisplayName": null, "userId": "396" }, { "creationDate": "2016-04-26T04:31:08.417", "id": "1139120", "postId": "836", "score": "0", "text": "Is there any other way to install these packages? I have to install some packages to correct an `unmet dependencies` issue.", "userDisplayName": null, "userId": "366868" }, { "creationDate": "2016-11-15T19:07:26.227", "id": "1305404", "postId": "836", "score": "4", "text": "For unmet dependencies you can always use `apt-get install -f` - it installs all missing, unmet dependencies.", "userDisplayName": null, "userId": "36770" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T20:37:20.960", "id": "836", "lastActivityDate": "2010-08-04T20:37:20.960", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "275", "parentId": "831", "postTypeId": "2", "score": "131" }
[ { "accepted": null, "body": "<p>It means that a package was manually selected and not automatically by another packages or a meta-packages. The difference it, that the latter can be auto-removed, when the package that triggered this install is not anymore present (after an upgrade, or because it was removed...
null
null
null
null
null
833
1
839
2010-08-04T20:33:38.190
10
24139
<p>I have <strong>CompizConfig Settings Manager</strong> installed, but I don't know how to make windows <strong>burn</strong> when I close them. How can I make this so?</p>
412
14615
2011-05-03T06:58:54.340
2021-12-29T12:26:44.917
How can I make my windows "burn" when I close them?
[ "settings", "compiz" ]
4
3
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T20:36:53.567", "id": "866", "postId": "833", "score": "0", "text": "Do you use gnome or kde?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-04T20:46:54.093", "id": "874", "postId": "833", "score": "0", "text": ...
{ "accepted": true, "body": "<ul>\n<li><p>Install <strong>CompizConfig Settings\nManager</strong>, and\n<strong>Compiz-Plugins-Extra</strong>.</p>\n\n<p><code>sudo apt-get install compizconfig-settings-manager</code></p>\n\n<ul>\n<li>Warning: <a href=\"https://askubuntu.com/questions/80589/what-are-some-of-the-issues-with-ccsm-and-why-should-i-not-use-it\">What are some of the issues with CCSM and why would I want to avoid it?</a></li>\n</ul>\n\n<p><code>sudo apt-get install compiz-plugins-extra</code></p></li>\n<li><p>Launch <strong>CompizConfig Settings\nManager</strong> by searching from the dash\nin <strong>Unity</strong>, or <strong>Preferences >\nCompizConfig Settings Manager</strong> in\n<strong>Ubuntu Classic</strong>.</p></li>\n<li>Enable <strong>Animations</strong>, and\n<strong>Animations Add-On</strong>.</li>\n</ul>\n\n<p><img src=\"https://i.stack.imgur.com/7ujDk.png\" alt=\"enter image description here\"></p>\n\n<ul>\n<li>Open <strong>Animations</strong>, and switch to\nthe <strong>Close Animation</strong> tab.</li>\n</ul>\n\n<p><img src=\"https://i.stack.imgur.com/k3LZd.png\" alt=\"enter image description here\"></p>\n\n<ul>\n<li>Double-click the first item in the\nlist.</li>\n</ul>\n\n<p><img src=\"https://i.stack.imgur.com/M18pl.png\" alt=\"enter image description here\"></p>\n\n<ul>\n<li>A new window will appear, change the\n<strong>Close Effect</strong> to <strong>Burn</strong>.</li>\n</ul>\n\n<p><img src=\"https://i.stack.imgur.com/TXSHB.png\" alt=\"enter image description here\"></p>\n\n<p><em>Please make sure you have the cellphone number of the nearest Fire Brigade available, because your system is about to catch fire... literally.</em></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-04T20:49:47.160", "id": "876", "postId": "839", "score": "7", "text": "To get the \"Animation Add-On\" category, you also have to install the compiz-fusion-plugins-extra package.", "userDisplayName": null, "userId": "275" }, { "creationDate": "2011-08-21T07:40:26.743", "id": "66052", "postId": "839", "score": "0", "text": "The image you are requesting does not exist or is no longer available.", "userDisplayName": null, "userId": "5674" }, { "creationDate": "2013-06-16T07:44:40.287", "id": "389128", "postId": "839", "score": "0", "text": "Note that this may not work in 12.10 or 13.04 because of a [bug in Compiz](https://bugs.launchpad.net/compiz/+bug/1069112) ([more](http://askubuntu.com/questions/289402/extra-animation-plugins-are-missing-in-compizconfig-settings-manager-ubuntu-13)).", "userDisplayName": null, "userId": "88422" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-04T20:45:56.530", "id": "839", "lastActivityDate": "2011-11-18T22:17:19.193", "lastEditDate": "2017-04-13T12:23:36.527", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "356", "parentId": "833", "postTypeId": "2", "score": "18" }
[ { "accepted": true, "body": "<ul>\n<li><p>Install <strong>CompizConfig Settings\nManager</strong>, and\n<strong>Compiz-Plugins-Extra</strong>.</p>\n\n<p><code>sudo apt-get install compizconfig-settings-manager</code></p>\n\n<ul>\n<li>Warning: <a href=\"https://askubuntu.com/questions/80589/what-are-some-of-...
null
null
null
null
null
834
1
872
2010-08-04T20:34:19.423
5
1472
<p>I am unable to get the weather notification that comes with the clock applet to work.</p> <p>I have it set to Ottawa, Canada. What seems to be the problem.</p> <p>Canada jokes to the minimum please :)</p> <p>Please and thank you.</p>
333
4
2010-08-04T20:58:42.510
2010-08-05T00:52:53.233
Weather notification attached to clock applet
[ "gnome", "applet", "clock" ]
3
5
CC BY-SA 2.5
[ { "creationDate": "2010-08-04T20:36:32.147", "id": "865", "postId": "834", "score": "0", "text": "Do you get any error messages?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-04T20:37:31.820", "id": "868", "postId": "834", "score": "0", "t...
{ "accepted": true, "body": "<p>The Canadian location that I have in the Weather tool on my computer includes the province.</p>\n\n<p>When I go to the Choose Location screen and type \"Ottawa\" I get a suggested entry of \"Ottawa, Ontario, Canada\". Using the suggested location results in the weather icon beside the placename, but if I enter \"Ottawa, Canada\" no weather information is displayed.</p>\n\n<p>Try adding a new location and make sure to select the name suggestion that should appear when you type \"Ottawa\". I have found some quirks with the weather locations on the clock menu, at least on my system. (I have explained them below.)</p>\n\n<hr>\n\n<p>On my Ubuntu system, in order to get the weather icon I had to actually select the suggested location name rather than typing the full name. </p>\n\n<p>If Ubuntu has not recognized the location the full \"text of the \"Location Name\" field (e.g. \"Ottawa, Ontario, Canada\") will be displayed. If the location has been recognized the display will shorten that to just \"Ottawa\". The weather icon only seems to appear when Ubuntu recognizes the name.</p>\n\n<p>Here is what I did: </p>\n\n<ol>\n<li>I went to the Locations tab of the Clock Preferences and added a location named \"Ottawa, Canada\" with a time zone of \"Eastern Time (GMT-5 / GMT-4)\".</li>\n<li>I then edited the location I just added, and changed the location name to \"Ottawa, Ontario, Canada\".</li>\n<li>Without clicking on the suggested name that popped up, I clicked OK. </li>\n</ol>\n\n<p>At this point the Locations list displayed \"Ottawa, Ontario, Canada\" without weather.</p>\n\n<p>Finally, I edited the location again, and backspaced some letters to get the suggestion popup to reappear. I selected \"Ottawa, Ontario, Canada\" from the popup and clicked OK again. Now the Locations listed displayed \"Ottawa\" with a weather icon.</p>\n\n<p>I even tried copying all of the information from a working location entry (including the latitude and longitude) into a new location. The only way I could get the weather icon was by actually selecting the appropriate name from the suggestion popup.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T00:56:57.517", "id": "938", "postId": "872", "score": "0", "text": "@garbagecollector I did some experimenting with the clock menu on my system, and updated my answer with more detail. I hope it helps you.", "userDisplayName": null, "userId": "453" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T21:37:34.800", "id": "872", "lastActivityDate": "2010-08-05T00:52:53.233", "lastEditDate": "2010-08-05T00:52:53.233", "lastEditorDisplayName": null, "lastEditorUserId": "453", "ownerDisplayName": null, "ownerUserId": "453", "parentId": "834", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>It could be that it's not getting any data from your local whether station, I guess. Have you tried setting it to a different location - just to see if it works at all?</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-04T21:02:39.757...
null
null
null
null
null
842
1
null
2010-08-04T20:48:03.170
3
1019
<p>Is there a way to avoid entering a password in the process of booting up? I am using a new and latest installation of Ubuntu, with Gnome desktop in it.</p>
425
null
2013-12-18T14:53:53.563
2013-12-18T14:53:53.563
How can a user avoid entering password on boot?
[ "boot", "password", "login-screen" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T20:52:19.357", "id": "878", "postId": "842", "score": "0", "text": "Do you mean before the graphical interface is loaded?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-04T21:16:21.453", "id": "890", "postId": "842", ...
null
[ { "accepted": null, "body": "<p>System → Administration → Login Screen. Unlock the dialog and choose what account to log in automatically as.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T20:50:37.00...
null
null
2013-03-14T16:25:39.473
user204653
null
847
1
862
2010-08-04T20:55:53.233
3
940
<p>I would like to have information on my desktop in a very simple text mod or memory usage and processor activity and daily to do lists.</p> <p>I was wondering what kind of applications are available on Ubuntu for that?</p> <p>Please and thank you.</p>
333
866
2010-12-31T08:33:25.880
2010-12-31T08:33:25.880
todo list and memory usage applet on desktop?
[ "gnome", "software-recommendation" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://ginatrapani.github.com/todo.txt-cli/\" rel=\"nofollow\">todo.txt</a> with Conky is my favorite setup. Command line todo list hotness, displayed on your desktop!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-04T21:35:26.987", "id": "893", "postId": "862", "score": "0", "text": "thanks; any links or tutorials on setting that up?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-04T21:41:25.267", "id": "895", "postId": "862", "score": "2", "text": "Why yes, actually. Here is the link for using it with conky:\nhttp://wiki.github.com/ginatrapani/todo.txt-cli/linux-with-conky\n\nHere is the general startup tips link for using todo.txt:\nhttp://wiki.github.com/ginatrapani/todo.txt-cli/quick-start-guide", "userDisplayName": null, "userId": "55" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T21:20:21.017", "id": "862", "lastActivityDate": "2010-08-04T21:20:21.017", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "55", "parentId": "847", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><a href=\"http://ginatrapani.github.com/todo.txt-cli/\" rel=\"nofollow\">todo.txt</a> with Conky is my favorite setup. Command line todo list hotness, displayed on your desktop!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-04T21:...
null
null
null
null
null
849
1
853
2010-08-04T20:58:09.110
5
1073
<p>I'm rather familiar with portage and USE flags in Gentoo. After a quick google search, I didn't see any way to setup Portage in Ubuntu. Is there a way? Is there an equivalent to USE flags in Ubuntu?</p>
381
235
2013-01-24T23:10:09.090
2013-01-24T23:10:09.090
Can I set up Portage and USE flags?
[ "package-management" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T21:00:05.377", "id": "882", "postId": "849", "score": "0", "text": "what does the USE flag in portage do?", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-04T21:07:46.940", "id": "886", "postId": "849", "score": "0",...
{ "accepted": true, "body": "<p>It is theoretically possible to setup portage on Ubuntu or any other linux. However for that to be useful, portage would have to be able to interact with apt somehow (at the very least be able to find packages installed by apt), which it's not. There's also no extension to portage that allows something like that, so this is not a good idea.</p>\n\n<p>And no, apt does not have anything like USE flags, as it uses binary packages so it's too late to specify any compile flags. However sometimes there are multiple packages of the same software with different features enabled. For example there's nethack-console, nethack-x11 and nethack-qt, which in portage are all covered by one package with different USE flags.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T21:05:20.890", "id": "853", "lastActivityDate": "2010-08-04T21:05:20.890", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "430", "parentId": "849", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>It is theoretically possible to setup portage on Ubuntu or any other linux. However for that to be useful, portage would have to be able to interact with apt somehow (at the very least be able to find packages installed by apt), which it's not. There's also no extension to po...
null
null
null
null
null
852
1
865
2010-08-04T21:01:52.707
35
17935
<p>I've noticed that Flash applications tend to be more sluggish under Ubuntu than they do under Windows on the same machine. This is particularly noticeable when watching HD video or playing graphics/physics-heavy games. Are there any ways of improving the performance of Flash under Ubuntu, or is this just an issue with the Linux version that I will have to live with?</p> <p>Currently I'm just cutting down on the number of tabs open, blocking flash ads, and closing other programs, but I'm looking for ways to affect Flash itself.</p> <p>Other things I have already been doing include using Youtube's HTML5 feature and playing videos straight from /tmp in VLC. I was wondering if there was some way of streamlining Flash itself though. Perhaps not.</p> <p><strong>More Specific Question:</strong> Is there anything I can do in mms.cfg to boost performance?</p>
10
169736
2014-01-12T23:29:32.577
2014-01-13T00:28:14.373
Why are Flash applications so sluggish/crashy?
[ "flash", "performance" ]
12
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This is an issue with the Flash Player - the Linux version has some performance issues with playing video.</p>\n\n<p>Your best bet for sites like YouTube that support HTML5 video is to use that instead. (See <a href=\"http://youtube.com/html5\">here</a> for details.) The performance is much better.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-04T22:53:12.507", "id": "920", "postId": "865", "score": "4", "text": "Yeah I've been very pleased with the performance of HTML5 Youtube video. However, on sites that only offer flash video I sometimes just play it in VLC straight from /tmp", "userDisplayName": null, "userId": "10" }, { "creationDate": "2010-11-17T02:51:27.553", "id": "14093", "postId": "865", "score": "2", "text": "isn't it about time adobe started to play ball with the open source people?", "userDisplayName": null, "userId": "5883" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T21:25:54.960", "id": "865", "lastActivityDate": "2010-08-04T21:25:54.960", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5", "parentId": "852", "postTypeId": "2", "score": "25" }
[ { "accepted": null, "body": "<p>I would hope your using Ubuntu. Its pretty straight forward if you use the installer given to you from the adobe website. </p>\n\n<p>It might just be a low on processing power since flash is processor extensive process, also more ram might help.</p>\n\n<p>Also going to System...
null
null
null
null
null
855
1
880
2010-08-04T21:07:43.040
3
642
<p>I like the <a href="http://www.getsongbird.com/" rel="nofollow">songbird</a> player very much, and it used to be my only choice for all plataforms, but they have discontinued GNU/linux support for some time now, due to lack of people to help with the linux port.</p> <p>I would like to know what are the alternatives with similar features and usability out there.</p>
431
null
null
2011-07-28T13:51:13.267
Songbird Alternatives
[ "music", "video-player" ]
9
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-04T21:11:10.037", "id": "889", "postId": "855", "score": "5", "text": "This should probably be a community wiki since there is not one right answer to it, and answers might be subjective.", "userDisplayName": null, "userId": "4" } ]
{ "accepted": true, "body": "<p>It would be worth keeping an eye on the <a href=\"http://getnightingale.com/\">nightingale</a> project.</p>\n\n<p>They aim to continue to develop and maintain a Songbird version for linux.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-05T18:44:52.437", "id": "12006", "postId": "880", "score": "0", "text": "when nightingale will release a Beta or Stable version, anybody knows?", "userDisplayName": null, "userId": "5034" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T21:52:45.540", "id": "880", "lastActivityDate": "2010-08-04T21:52:45.540", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "461", "parentId": "855", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p><a href=\"http://projects.gnome.org/rhythmbox/\" rel=\"nofollow\">Rhythmbox</a> is installed by default (<em>Applications > Sound &amp; Video > Rhythmbox Music Player</em>)<br>\n<a href=\"http://banshee.fm/\" rel=\"nofollow\">Banshee</a> can be installed from the Software Cen...
null
null
2014-04-10T14:52:50.160
null
null
856
1
892
2010-08-04T21:08:46.173
22
1281
<p>Talking towards Ubuntu 10.04, server edition, what tools/practices would you recommend to secure the server?</p>
440
235
2010-10-23T20:28:33.623
2012-01-13T06:42:33.560
How should a server be secured?
[ "server", "security" ]
7
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This a bit non-specific, but in general you will need to </p>\n\n<ul>\n<li><p>Run a firewall like <strong>iptables</strong> or <strong>ufw</strong> to manage connection to open ports.</p></li>\n<li><p>Only install software your require.</p></li>\n<li><p>Only run services that are essential to the running of the server. </p></li>\n<li><p>Keep that software up to date with all security patches. </p></li>\n<li><p>Set up new users with the least privileges they require to perform their duties. </p></li>\n<li><p>Run <strong>denyhosts</strong> or <strong>fail2ban</strong> to check for brute force attacks.</p></li>\n<li><p>Run <strong>logwatch</strong> to email you of any anomalies in log files.</p></li>\n<li><p>Check your logs often for suspicious activities. </p></li>\n<li><p>Use <strong>sudo</strong> always and use strong passwords.</p></li>\n<li><p>Disable weak and medium strength ciphers in SSL for apache, exim, proftpd, dovecot etc.</p></li>\n<li><p>Set services to only listen to localhost (where appropriate).</p></li>\n<li><p>Run <strong>chkrootkit</strong> daily.</p></li>\n<li><p>Run <strong>clamscan</strong> as often as is required to check for windows viruses (if appropriate).</p></li>\n<li><p>Be vigilant, know your server, know what it should be doing and what it shoudn't be doing.</p></li>\n</ul>\n\n<p>You will only keep things secure by constantly checking and securing. If you don't know what something does or how or why, or something looks suspicious, just ask others for advice.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-04T22:34:56.293", "id": "892", "lastActivityDate": "2012-01-13T06:42:33.560", "lastEditDate": "2012-01-13T06:42:33.560", "lastEditorDisplayName": null, "lastEditorUserId": "20097", "ownerDisplayName": null, "ownerUserId": "458", "parentId": "856", "postTypeId": "2", "score": "25" }
[ { "accepted": null, "body": "<p>If I were you, I'd look into iptables (standard Linux firewall) and see what services are running. Basically you want to only be running the services you need, i.e. not running a web server when you just want to setup an email server, and to only have the ports open that you...
null
null
2015-04-02T22:52:45.470
null
null
860
1
882
2010-08-04T21:18:17.443
15
864
<p>How would you explain that Ubuntu if fine for most people who just want to browse the web, write e-mail, and so on?</p>
446
41
2011-02-21T12:41:12.560
2011-02-21T12:41:12.560
How would you explain that Ubuntu is fine for many people
[ "community" ]
8
1
CC BY-SA 2.5
[ { "creationDate": "2012-08-17T00:09:48.123", "id": "218762", "postId": "860", "score": "1", "text": "[You do everything through a browser now ...](http://xkcd.com/934/)", "userDisplayName": null, "userId": "652" } ]
{ "accepted": true, "body": "<p>People are so entrenched in using Windows that telling them ubuntu is better for their basic tasks is not enough, you have <strong>to show</strong> them how ubuntu can be better/easier performing whatever it is they are trying to accomplish.</p>\n\n<p>You can set up a fully configured Ubuntu box for them and show the differences on their daily usage. </p>\n\n<p>You can show to them how a particular Ubuntu / linux app is more suited / easier / cheaper\nfor them.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-12T00:14:14.283", "id": "1900", "postId": "882", "score": "1", "text": "You can use a Live CD to demo the possibilities.", "userDisplayName": null, "userId": "184" }, { "creationDate": "2010-08-12T15:03:27.073", "id": "1937", "postId": "882", "score": "1", "text": "thats a good idea. :)", "userDisplayName": null, "userId": "431" }, { "creationDate": "2010-09-16T11:05:56.747", "id": "4297", "postId": "882", "score": "0", "text": "Run some basic windows apps using wine to demonstrate that *nix can still run any windows apps they're attached to and don't touch flash video online with a 10ft pole (unless it actually works well on your computer). If you want a safe bet goto YouTube (since it uses HTML5 video).", "userDisplayName": null, "userId": "2139" }, { "creationDate": "2011-05-19T21:48:06.457", "id": "48206", "postId": "882", "score": "0", "text": "you could also set up a virtual machine with their original windows setup as fall back in case ...", "userDisplayName": null, "userId": "15058" } ], "communityOwnedDate": "2011-02-21T12:40:53.010", "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T21:54:43.857", "id": "882", "lastActivityDate": "2010-08-04T21:54:43.857", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "431", "parentId": "860", "postTypeId": "2", "score": "13" }
[ { "accepted": null, "body": "<p>This is the sort of question better directed to the <a href=\"https://wiki.ubuntu.com/MarketingTeam\">Ubuntu Marketing Team</a> - not only is it their entire reason for being, but they can also provide materials, mentoring and research data to back up assertions.</p>\n\n<p>In...
2011-02-21T12:40:53.010
null
2014-04-11T10:29:31.107
null
null
863
1
33753
2010-08-04T21:22:07.410
40
184401
<p>How do I change my primary monitor without using the command line?</p>
448
8844
2013-05-01T17:31:41.313
2019-04-24T22:48:41.743
Change Primary monitor
[ "display" ]
11
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Until Ubuntu Brainstorm Idea #17526 becomes a reality, it seems there is no way for non-NVIDIA users to change the primary display (not just move the panels) without resorting to the command line. </p>\n\n<hr>\n\n<p>Edit 2014-05-30: That answer is a little outdated now. Ubuntu Brainstorm no longer exists. And other answers to this question have better solutions, both for Ubuntu, and other distros. </p>\n\n<p>In MATE, \"Preferences > Monitors\" has a \"Make Default\" button. That's what you're looking for. </p>\n\n<p>In GNOME 3, \"Settings > Display\" doesn't have a \"Make Default\" button. Instead it has a toolbar-looking bar at the top of one of the displays. Drag that to the display that you want to be primary.</p>\n\n<p>I believe Unity is similar to GNOME 3, but the toolbar is on the side -- I don't know for sure though; I'm not running Unity myself.</p>\n\n<p>In KDE, under \"System Settings > Display and Monitor\" there is a star on each display that you can click to set which is primary.</p>\n\n<hr>\n\n<p>Edit 2015-02-25: It's heart-warming to know that Linux desktop environments are progressing. </p>\n\n<p><a href=\"http://ubuntugnome.org/\">Ubuntu GNOME</a> 14.10 features GNOME 3.12. Open Displays, and choose the secondary display. A list on the left lets you set the display to \"Primary\", \"Secondary Display\" (selected), \"Mirror\", or \"Turn Off\".</p>\n\n<p><img src=\"https://i.stack.imgur.com/5wY25.png\" alt=\"enter image description here\"></p>\n\n<p>Unity no longer has an equivalent of primary desktop. You can set \"Launcher placement\" to either of your displays, or all displays.</p>\n\n<p><img src=\"https://i.stack.imgur.com/YPDvc.png\" alt=\"enter image description here\"></p>\n\n<p><a href=\"https://ubuntu-mate.org/\">Ubuntu MATE</a> and <a href=\"http://www.kubuntu.org/\">Kubuntu</a> are unchanged.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2016-09-12T04:12:14.377", "id": "1251490", "postId": "33753", "score": "2", "text": "Due to [this bug](https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1425000), this answer doesn't actually work in Unity. There is a [workaround](http://askubuntu.com/questions/760942/set-primary-monitor-on-16-04/811343#811343) though - setting a specific monitor as primary from the command line every time you log in.", "userDisplayName": null, "userId": "116961" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-06T08:26:10.707", "id": "33753", "lastActivityDate": "2015-02-25T19:32:16.607", "lastEditDate": "2015-02-25T19:32:16.607", "lastEditorDisplayName": null, "lastEditorUserId": "9146", "ownerDisplayName": null, "ownerUserId": "9146", "parentId": "863", "postTypeId": "2", "score": "25" }
[ { "accepted": null, "body": "<p><strong>For most video cards:</strong></p>\n\n<p>Go to the monitors preference panel. On a default desktop install this is:\nSystem - Preferences - Monitors</p>\n\n<p>Uncheck the \"Same image in all monitors\" box and hit \"Apply\".</p>\n\n<p>Hold the Alt key and drag the to...
null
null
null
null
null
867
1
875
2010-08-04T21:28:07.330
409
672469
<p>Whenever Ubuntu boots up, a dialogue pops up asking me to unlock my default keyring.</p> <p>Is there some way this can unlock automatically through PAM or some other magical way?</p> <p><a href="https://i.stack.imgur.com/SeF1u.png" rel="noreferrer"><img src="https://i.stack.imgur.com/SeF1u.png" alt="unlock login keyring" /></a></p>
449
1037999
2020-11-18T15:36:39.377
2024-02-06T00:27:03.707
How can I stop being prompted to unlock the 'default' keyring on boot?
[ "keyrings", "seahorse" ]
12
9
CC BY-SA 4.0
[ { "creationDate": "2014-12-31T07:49:06.827", "id": "781420", "postId": "867", "score": "3", "text": "See also: http://askubuntu.com/q/495957/178596", "userDisplayName": null, "userId": "178596" }, { "creationDate": "2017-05-09T17:39:32.897", "id": "1438298", "postId": "86...
{ "accepted": true, "body": "<p><strong>Be warned that this will make your keyring accessible without a password. Period. You don't have to be logged in to view it</strong></p>\n\n<p>With that being said,</p>\n\n<p>I think the simplest way is to set the password for the keyring to an empty password -- you will not be prompted for a password then:</p>\n\n<ol>\n<li>Open Applications -> Accessories -> Password and Encryption Keys</li>\n<li>Right-click on the \"login\" keyring</li>\n<li>Select \"Change password\"</li>\n<li>Enter your old password and leave the new password blank</li>\n<li>Press ok, read the security warning, think about it and if you still want to get rid of this dialog, choose \"use unsafe storage\".</li>\n</ol>\n\n<p><em>Again, as the message says: This will expose all your passwords (e.g. email passwords) that you chose to save in the default keyring to anyone using your computer or having access to your files and is therefore not recommended.</em></p>\n\n<p><strong>Addendum for Ubuntu 11.04</strong>:</p>\n\n<ul>\n<li><p>In the default Unity session, you can start the application by clicking on the Ubuntu logo in the top left corner, then typing <em>Password</em>, and selecting <em>Password and Encryption Keys</em> from the search result.</p></li>\n<li><p>In the classic session the path to start the application has changed to <em>System → Preferences → Password and Encryption Keys</em></p></li>\n</ul>\n\n<p><strong>Addendum for Ubuntu 11.10</strong>:</p>\n\n<ul>\n<li><p>In the default Unity session, you can start the application by clicking on the Ubuntu launcher (the first item) in the Unity launcher bar on the left side, then typing <em>Password</em>, and selecting <em>Password and Encryption Keys</em> from the search result.</p></li>\n<li><p>In the classic session (from the <code>gnome-session-fallback</code> package) the path to start the application has again changed to <em>Applications → Other → Password and Encryption Keys</em></p></li>\n</ul>\n", "commentCount": "17", "comments": [ { "creationDate": "2011-06-30T15:54:51.707", "id": "57273", "postId": "875", "score": "1", "text": "Thanks for the tip, also Password and Encryption keys have moved to System > Preferences in 11.04", "userDisplayName": null, "userId": "2595" }, { "creationDate": "2012-04-05T19:00:11.703", "id": "141765", "postId": "875", "score": "1", "text": "how to on 12.04?", "userDisplayName": null, "userId": "44598" }, { "creationDate": "2012-05-11T08:12:33.340", "id": "161054", "postId": "875", "score": "2", "text": "Mac OSX encrypts the passwords, but still manages to auto-login. Keys are protected 'as usual' when logged in. The only additional threat is loosing physical access to your computer. Will Ubuntu provide a similar feature in the future?", "userDisplayName": "user24668", "userId": null }, { "creationDate": "2012-05-27T12:18:03.700", "id": "171208", "postId": "875", "score": "0", "text": "Thank you, @Fanoy go to The Menu and type password & Keys. And delete the Deafult one, after this - it'll ask you a new password . just leave it blank. And Click OK", "userDisplayName": null, "userId": "61379" }, { "creationDate": "2012-12-23T22:52:42.850", "id": "286888", "postId": "875", "score": "0", "text": "Sadly doesn't work on 12.10 because of a bug. When you try to change the password it says: `GDBus.Error:org.freedesktop.Secret.Error.NoSuchObject: The collection does not exist` But it is apparently fixed in the latest version.", "userDisplayName": null, "userId": "36061" }, { "creationDate": "2013-01-22T22:27:44.230", "id": "306146", "postId": "875", "score": "0", "text": "in 12.10 did the steps as above (except it's moved to system preferences as Drew says) and now for any admin changes I don't know the password - it's not my old password and it's not nothing. So now I have to find out how to reset my password. Brilliant.", "userDisplayName": null, "userId": "68396" }, { "creationDate": "2013-01-23T13:29:54.423", "id": "306505", "postId": "875", "score": "0", "text": "@dez93_2000: The password for \"admin changes\" has nothing to do with the keyring that this answer is about. If an application (e.g. software center) asks for your password to do adminstrative tasks, it is using essentially the sudo mechanism, asking for the password of a user with admin privileges. sudo does not care about the keyrings. So your user password (given that this user has admin rights) should work.", "userDisplayName": null, "userId": "275" }, { "creationDate": "2014-12-03T15:14:49.807", "id": "763920", "postId": "875", "score": "0", "text": "While login I chose some other Desktop Environment (Ex) Enlightenment, instead Gnome. A quick short ugly temporary work around.", "userDisplayName": null, "userId": "181616" }, { "creationDate": "2015-05-22T22:23:42.843", "id": "890555", "postId": "875", "score": "0", "text": "i just click \"Cancel\". There does not seem to be any drawback to clicking cancel instead of entering the password. Ubuntu still asks me for the keyring later during the session for other stuff that needs it.", "userDisplayName": null, "userId": "412839" }, { "creationDate": "2015-08-21T11:57:56.160", "id": "957750", "postId": "875", "score": "9", "text": "After a few restarts the popup comes back again.. I have changed the password to blank about 100 times by now.. but after every few restarts this idiotic and annoying popup comes up again.. I hate it..", "userDisplayName": null, "userId": "367938" }, { "creationDate": "2017-12-25T22:39:40.020", "id": "1594700", "postId": "875", "score": "0", "text": "Person that use my computer will have physical access, though he can access to my passwords in either case.", "userDisplayName": null, "userId": "335086" }, { "creationDate": "2019-03-15T14:20:20.290", "id": "1863371", "postId": "875", "score": "2", "text": "doesn't work... where is \"Applications -> Accessories -> Password and Encryption Keys\"???? it doesn't exist", "userDisplayName": null, "userId": "839880" }, { "creationDate": "2020-02-04T14:56:34.160", "id": "2027807", "postId": "875", "score": "1", "text": "Where can you do that on KDE Plasma?", "userDisplayName": null, "userId": "678543" }, { "creationDate": "2020-09-03T04:33:53.617", "id": "2155390", "postId": "875", "score": "1", "text": "in Linux-Mint v20 is no `'Right-click on the \"login\" keyring'` in my machine :(", "userDisplayName": null, "userId": "1017209" }, { "creationDate": "2021-06-23T03:15:11.673", "id": "2303267", "postId": "875", "score": "0", "text": "Go to \"Applications\" > \"Password and Encryption Keys\", and use right-click you can see the \"change password\" button", "userDisplayName": null, "userId": "1343454" }, { "creationDate": "2023-01-21T15:47:44.983", "id": "2534205", "postId": "875", "score": "0", "text": "The application is actually called \"seahorse\"", "userDisplayName": null, "userId": "176654" }, { "creationDate": "2024-03-16T19:01:39.737", "id": "2645340", "postId": "875", "score": "0", "text": "On Ubuntu 22.04: search for 'seahorse' and open. Right click on 'Login' under ' Passwords' (might need to do a few times, didn't work at first). In the context menu pick 'Change Password'. Enter the current password and leave the new password fields blank. Accept 'Store passwords unencrypted?'", "userDisplayName": null, "userId": "269917" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-04T21:44:10.837", "id": "875", "lastActivityDate": "2011-12-03T10:10:20.527", "lastEditDate": "2011-12-03T10:10:20.527", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "275", "parentId": "867", "postTypeId": "2", "score": "182" }
[ { "accepted": true, "body": "<p><strong>Be warned that this will make your keyring accessible without a password. Period. You don't have to be logged in to view it</strong></p>\n\n<p>With that being said,</p>\n\n<p>I think the simplest way is to set the password for the keyring to an empty password -- you w...
null
null
null
null
null
868
1
900
2010-08-04T21:29:16.037
30
4905
<p>How would you set up Ubuntu on a computer that will be used as public computer in a library?</p> <p>I need the following features and user restrictions:</p> <ul> <li>On boot, a guest user should automatically be logged in.</li> <li>Only Firefox, Chrome and OpenOffice should be available for the guest user.</li> <li>The guest user should be able to write files to his/her USB stick, but never to the computer's hard drive.</li> </ul> <p>Any guidelines on how to set up something like this? Is there perhaps a remix of Ubuntu created for this exact purpose?</p>
155
25863
2012-11-21T21:19:02.383
2019-02-18T04:13:49.803
How do I configure Ubuntu for a public computer?
[ "configuration", "security" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-04T21:45:33.283", "id": "898", "postId": "868", "score": "0", "text": "It might possibly be better to separate this question into 3? different one, handling one of the points each. I think all the things are possible, and some may already have a solution. The automatic...
{ "accepted": true, "body": "<p>You might want to have a look at these two programs: <em><a href=\"http://live.gnome.org/Pessulus\">pessulus</a></em> and <em><a href=\"http://live.gnome.org/Sabayon/\">sabayon</a></em></p>\n\n<p>Especially <em>sabayon</em> is interesting, though it is a bit confusing! It can recreate a predefined session for a user at every startup, this session can then be totally restricted with <em>pessulus</em>. Then you just need to setup auto-login (Through the menu System>Administration>Login Screen) and you're ready to go.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-20T06:15:29.300", "id": "2682", "postId": "900", "score": "0", "text": "While these two programs are still really much in development i now actually got a setup that works and can only use Firefox.", "userDisplayName": null, "userId": "455" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T22:56:57.867", "id": "900", "lastActivityDate": "2010-08-07T09:58:51.907", "lastEditDate": "2010-08-07T09:58:51.907", "lastEditorDisplayName": null, "lastEditorUserId": "455", "ownerDisplayName": null, "ownerUserId": "455", "parentId": "868", "postTypeId": "2", "score": "17" }
[ { "accepted": null, "body": "<ol>\n<li>Setting up the Guest account is pretty straight forward: <code>System &gt; Administration &gt; Users and Groups</code> Then follow this: <a href=\"https://askubuntu.com/questions/842/how-can-user-avoid-entering-password-on-bootup\">Ubuntu StackExchange: How can user av...
null
null
null
null
null
889
1
905
2010-08-04T22:27:19.783
4
3396
<p>I accidentally deleted the default <strong>top panel</strong> in ubuntu 10.04. </p> <p>How can I <strong>restore</strong> it without completely re-building it one panel object at a time?</p>
473
169736
2014-02-23T19:51:50.520
2014-02-23T19:51:50.520
Re-add the default top panel
[ "gnome" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://www.starryhope.com/linux/ubuntu/2010/restore-the-default-panels-in-ubuntu/\" rel=\"nofollow\">See this post</a>. It has step by step instructions as well as a well recorded video. He provides a script that can restore your top and bottom panels. Just in case you do it again :)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-05T14:33:03.290", "id": "1074", "postId": "905", "score": "0", "text": "Thank you baby jesus! It worked. I was really starting to drive me crazy.", "userDisplayName": null, "userId": "473" }, { "creationDate": "2010-10-11T20:31:16.267", "id": "6067", "postId": "905", "score": "0", "text": "This worked beautifully the first time.", "userDisplayName": null, "userId": "672" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T23:09:37.847", "id": "905", "lastActivityDate": "2010-08-04T23:09:37.847", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "333", "parentId": "889", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p><a href=\"http://www.watchingthenet.com/restore-panels-in-ubuntu-back-to-their-default-settings.html\" rel=\"nofollow\">See this post</a>. It will restore your panels back to their defaults. It doesn't discriminate in that any edits to your bottom panel will also be lost.</p>...
null
null
null
null
null
894
1
895
2010-08-04T22:38:58.410
3
641
<p>The <a href="http://en.wikipedia.org/wiki/Sansa_Fuze" rel="nofollow">Sansa Fuze</a> mp3 player can only play videos in its own special format, how can I convert videos to this format using Ubuntu?</p>
114
114
2010-10-23T23:08:19.290
2021-05-27T04:22:41.007
How can I convert videos for my Sansa Fuze?
[ "video", "mp3-player" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Use the <a href=\"http://code.google.com/p/video4fuze/\" rel=\"nofollow\">Video4Fuze</a> application.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-23T21:38:27.567", "id": "15331", "postId": "895", "score": "1", "text": "For historical linkage, we should look at getting the necessary source packages from http://code.google.com/p/video4fuze/downloads/list into Debian so that they can be included in Ubuntu.", "userDisplayName": null, "userId": "6369" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T22:40:10.107", "id": "895", "lastActivityDate": "2010-08-04T22:40:10.107", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "894", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Use the <a href=\"http://code.google.com/p/video4fuze/\" rel=\"nofollow\">Video4Fuze</a> application.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-23T21:38:27.567", "id": "15331", "postId": "895", "score":...
null
null
null
null
null
897
1
3836
2010-08-04T22:42:51.290
58
76270
<p>Fonts look bad and blurry in Ubuntu. When I compare a site in Ubuntu and Windows the Windows font look much more readable even after I import all of my Windows fonts. How can I change this?</p>
332
18612
2012-01-11T08:04:31.817
2017-03-23T08:43:46.400
How can I make fonts look like they do in Windows?
[ "fonts" ]
10
5
CC BY-SA 3.0
[ { "creationDate": "2010-08-07T10:24:54.937", "id": "1430", "postId": "897", "score": "7", "text": "Ubuntu users who prefer Windows-style fonts may find my answer at this Super User question useful: http://superuser.com/questions/19824/better-ubuntu-fonts", "userDisplayName": null, "userI...
{ "accepted": true, "body": "<p>Ubuntu users who prefer Windows-style fonts may find <a href=\"https://superuser.com/questions/19824/better-ubuntu-fonts/35192#35192\"><strong>this answer</strong></a> that I posted to <a href=\"https://superuser.com/questions/19824/better-ubuntu-fonts\">a Super User question called \"Better Ubuntu Fonts\"</a> useful.</p>\n\n<p>Here is an example of what you can expect if you follow my advice:</p>\n\n<p><a href=\"https://dl.dropboxusercontent.com/u/2896691/stack/better-ubuntu-fonts.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/JtJaK.png\" width=\"450\" title=\"Font comparison between Ubuntu and Windows XP\"></a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-05-25T15:06:33.007", "id": "49536", "postId": "3836", "score": "1", "text": "I posted this as an answer as suggested by Jorge Castro. I don't like duplicating information none too much, so I'm just pointing to the Super User post instead of copying all of it here...", "userDisplayName": null, "userId": "928" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-09-07T22:00:04.857", "id": "3836", "lastActivityDate": "2014-09-08T14:13:39.943", "lastEditDate": "2017-03-20T10:18:08.740", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "928", "parentId": "897", "postTypeId": "2", "score": "33" }
[ { "accepted": null, "body": "<ol>\n<li><p>Enable font hinting.</p>\n\n<p>Right click the desktop, click change background, click the font tab and turn on subpixel smoothing. You might find you get better results through the detail button.</p></li>\n<li><p>If your fonts are \"broken\" in some applications as...
null
null
null
null
null
906
1
913
2010-08-04T23:14:11.160
5
1867
<p>I have recently installed VLC. I have found that when I play videos on VLC, the hue of the color of the video is off. I have to constantly readjust it. </p> <p>Also how can I make VLC my default player for <code>*.avi</code> files?</p>
333
146105
2016-07-04T13:01:32.947
2016-07-04T13:01:32.947
Ubuntu and VLC - make default and hue
[ "video", "video-player" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>To change the hue and make it \"stick\":<br/><br/>\n1. go to \"Tools->Preferences\"<br/>\n2. click \"Show settings->All\" (lower left corner)<br/>\n3. expand \"Video\" &amp; click on \"Filters\"<br/>\n4. enable \"Image properties filter\" under \"Video filter module\"<br/>\n5. expand \"Filters\" &amp; click on \"Image adjust\"<br/>\n6. set hue to your preference and press \"Save\"<br/>\n7. restart vlc<br/>\n8. ??!...<br/>\n9. profit!<br/></p>\n\n<p>boy, i never thought i'd need to figure this one out.</p>\n\n<p>To set VLC as default player for AVIs:<br/>\n1. On an avi file right click and go to \"Properties\" then to the \"Open With\" tab<br/>\n2. select \"VLC media player\"<br/>\n3. ...more profit!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-05T02:02:13.143", "id": "946", "postId": "913", "score": "0", "text": "No no no - it should go like this: 7. Restart VLC 8. ??? 9. Profit! [Link](http://www.fool.com/news/foth/2001/foth011108.htm)", "userDisplayName": null, "userId": "549" }, { "creationDate": "2010-08-05T12:18:29.683", "id": "1027", "postId": "913", "score": "0", "text": "corrected. thanks! I hadn't known about the reference.", "userDisplayName": null, "userId": "289" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T23:38:06.163", "id": "913", "lastActivityDate": "2010-08-05T12:17:53.553", "lastEditDate": "2010-08-05T12:17:53.553", "lastEditorDisplayName": null, "lastEditorUserId": "289", "ownerDisplayName": null, "ownerUserId": "289", "parentId": "906", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>I don't know about the problem with the Hue. But to make VLC your default player for <code>*.avi</code> files you can just [right-click] one > Properties > Open with tab and select VLC as the default player.</p>\n", "commentCount": "0", "comments": [], "communityO...
null
null
null
null
null
908
1
911
2010-08-04T23:24:04.143
101
60516
<p>How can I get the middle mouse button to behave correctly in Ubuntu? Clicking the middle button does not show the arrow which allows me to scroll the page by moving the mouse.</p> <p>Information:</p> <ol> <li>Firefox 3.6.8</li> <li>Mouse: Microsoft Intellimouse Explorer 3.0</li> </ol>
497
275
2010-08-05T18:54:52.187
2024-01-16T15:53:57.850
Firefox Middle Mouse Button Scroll
[ "firefox", "mouse" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>For recent versions of Firefox (version 96+) see <a href=\"https://askubuntu.com/a/993672/124466\">this</a> answer.</p>\n<hr />\n<h2>Original answer</h2>\n<p><em>Edit ➜ Preferences ➜ Advanced ➜ Check 'Use autoscrolling'</em></p>\n<p><img src=\"https://i.stack.imgur.com/qUtpt.png\" alt=\"enter image description here\" /></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2013-12-17T15:06:59.280", "id": "501601", "postId": "911", "score": "0", "text": "Works for me only if smooth scrolling is disabled.", "userDisplayName": null, "userId": "225998" }, { "creationDate": "2014-06-17T20:00:01.280", "id": "646193", "postId": "911", "score": "4", "text": "Worked for me even with smooth scrolling enabled. Kubuntu 14.10 Firefox 29. Really usefull when using a stylus!", "userDisplayName": null, "userId": "69112" }, { "creationDate": "2017-09-17T08:33:27.123", "id": "1526569", "postId": "911", "score": "1", "text": "Great to know this can be switched off.", "userDisplayName": null, "userId": "367444" }, { "creationDate": "2019-02-10T14:19:59.557", "id": "1845216", "postId": "911", "score": "2", "text": "In `about:config` this is listed as `general.autoScroll` - To be set to `true` to activate.", "userDisplayName": null, "userId": "431425" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-04T23:29:25.100", "id": "911", "lastActivityDate": "2022-10-20T21:12:39.780", "lastEditDate": "2022-10-20T21:12:39.780", "lastEditorDisplayName": null, "lastEditorUserId": "124466", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "908", "postTypeId": "2", "score": "141" }
[ { "accepted": true, "body": "<p>For recent versions of Firefox (version 96+) see <a href=\"https://askubuntu.com/a/993672/124466\">this</a> answer.</p>\n<hr />\n<h2>Original answer</h2>\n<p><em>Edit ➜ Preferences ➜ Advanced ➜ Check 'Use autoscrolling'</em></p>\n<p><img src=\"https://i.stack.imgur.com/qUtpt....
null
null
null
null
null
915
1
null
2010-08-04T23:46:54.573
11
2752
<p>I've got a friend who wants to try Ubuntu on his netbook, but doesn't have a USB drive he can use, and of course the netbook doesn't have a CD drive. Is it possible for him to install Ubuntu?</p>
35
527764
2022-03-16T09:37:24.130
2022-03-16T09:37:24.130
Is it possible to install without a CD or USB drive?
[ "system-installation" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2013-06-30T16:49:10.537
null
null
916
1
921
2010-08-04T23:49:14.540
5
703
<p>One of the reasons we use Windows in the office at work is Active Directory. It makes it a piece of cake to bring up a new workstation and have a new or existing user login and do their work. Once all the Applications are installed, a user can login on any workstation and have all their documents and settings available to them.</p> <p>Is there any way of doing this on Ubuntu?</p> <p>Sure, there are syncing programs like Ubuntu One that sync the files (and hopefully eventually settings), but as far as I am aware it still requires each workstation the user wishes to log onto to already have their user account set. Also, any time a user changes their password it needs to be changed on each machine the user logs into.</p> <p>It would also be useful if this applied to servers as well, so a user can SSH into a server and have the same files as on their desktop in their home directory.</p> <p>Does this sort of ability existing in Ubuntu currently?</p>
176
4
2010-08-05T00:02:35.813
2010-08-05T01:26:58.627
Common Desktop Login via Network (like AD for Windows)
[ "multiple-workstations", "authentication" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can use <a href=\"http://www.openldap.org/doc/admin24/quickstart.html\" rel=\"nofollow\">OpenLDAP</a> for authentication and <a href=\"http://nfs.sourceforge.net/nfs-howto/\" rel=\"nofollow\">nfs</a> in combination with <a href=\"http://tldp.org/HOWTO/Automount.html\" rel=\"nofollow\">automount</a> for mounting their home directory to the desktop.</p>\n\n<p>Another possibility is to use the <a href=\"https://help.ubuntu.com/community/UbuntuLTSP\" rel=\"nofollow\">LTSP server</a> project to run all the application from a server and run only thin clients. Which solution is the best, depends on your particular requirements. </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-05T04:44:34.707", "id": "961", "postId": "921", "score": "0", "text": "I am after something that allows remote usage and will sync changes back when machines are on the network (i.e. laptops), so running a thin client probably isn't the best solution.", "userDisplayName": null, "userId": "176" }, { "creationDate": "2010-08-05T05:12:23.543", "id": "966", "postId": "921", "score": "0", "text": "Mounted nfs home directories also exist only once, and are connected to the particular desktop when needed.", "userDisplayName": null, "userId": "4" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-04T23:58:28.520", "id": "921", "lastActivityDate": "2010-08-04T23:58:28.520", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4", "parentId": "916", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You can use <a href=\"http://www.openldap.org/doc/admin24/quickstart.html\" rel=\"nofollow\">OpenLDAP</a> for authentication and <a href=\"http://nfs.sourceforge.net/nfs-howto/\" rel=\"nofollow\">nfs</a> in combination with <a href=\"http://tldp.org/HOWTO/Automount.html\" rel...
null
null
null
null
null
933
1
944
2010-08-05T00:32:01.607
42
23380
<p>Having installed various Linux distros for tinkering, I'm puzzled by the installers offering partition layouts - for an easy way out I just use the whole available disk space.</p> <p>Some of the partitions offered have cryptic names, including <strong>/var</strong>, <strong>swap</strong>, <strong>/usr</strong>, and <strong>/home</strong>. The installers don't really explain these to me - what purpose do they serve, and which, if any, should be used?</p>
440
65926
2013-01-01T21:53:50.767
2016-01-17T09:49:32.733
What is the meaning of the default directories in the Linux filesystem hierachy?
[ "partitioning" ]
9
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The brief answer about directory names: type \"<code>man hier</code>\" into a terminal :)</p>\n\n<p>That's the man page for the filesystem hierarchy, which explains the general purpose of the directory names and what they hold. You can see a <a href=\"http://manpages.ubuntu.com/manpages/precise/en/man7/hier.7.html\">web version here</a>. </p>\n\n<p>There's also more reading on Wikipedia: </p>\n\n<ul>\n<li><a href=\"http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard\">http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard</a></li>\n</ul>\n\n<p>Those links will explain everything about what partitions are called what and what they are (or were historically) used to store.</p>\n\n<p>The answer about using seperate partitions rather than just directories in the same partition comes back to maintainability and expandability. If you've got one partition with, say, <code>/</code> and <code>/home</code> on it, Joe User can fill up his <code>/home/joe</code> folder, and the entire machine will run out of disk space and stop working (I'm simplifying here, but that's the general result). If you've got <code>/</code> and <code>/home</code> on different partitions, Joe User can fill up his <code>/home/joe</code> folder, and the <code>/home</code> partition will be full, but the machine will continue to operate because <code>/</code> is not affected.</p>\n\n<p>So expand that principle out to almost all different directories being on different partitions, and you can see how it would be useful, particularly when a machine is running 24/7 in a multi-user and multi-service role.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-05T01:14:13.753", "id": "942", "postId": "944", "score": "12", "text": "+1 for `man hier` Teach a man to fish and all that.", "userDisplayName": null, "userId": "80" }, { "creationDate": "2010-08-05T07:57:24.287", "id": "992", "postId": "944", "score": "0", "text": "Yeah, thanks for the pointer to hier(7). I have always been visiting the FHS web page, without knowing that I have had answers much more easily available.", "userDisplayName": null, "userId": "24" }, { "creationDate": "2012-04-13T09:32:17.723", "id": "144765", "postId": "944", "score": "0", "text": "Problem is that while these are explained how they are intended to be used, some are not in fact used that way by default as in the /srv directory.", "userDisplayName": null, "userId": "22852" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T01:06:24.987", "id": "944", "lastActivityDate": "2012-04-12T18:16:28.967", "lastEditDate": "2012-04-12T18:16:28.967", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "519", "parentId": "933", "postTypeId": "2", "score": "62" }
[ { "accepted": null, "body": "<p>Well, <code>swap</code> is used a swap space. It's like a page file in Windows. It kinda supplements RAM. </p>\n\n<p><code>/home</code> is used for user data like My Documents in Windows, </p>\n\n<p><code>/usr</code> is where most of the programs are much like C:\\Windows, an...
null
null
null
null
null
935
1
939
2010-08-05T00:39:37.877
3
1286
<p>I want to clear all the history that I can scroll to, so that I start with a terminal without anything in it exempt the prompt. clear only creates a clear screen, but does not delete the scroll history.</p>
4
null
null
2011-10-27T18:32:48.233
Using Kate's terminal plugin, how can I clear the terminal's history?
[ "kde", "command-line", "kate", "konsole" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><kbd>Ctrl</kbd>-<kbd>Shift</kbd>-<kbd>x</kbd></p>\n\n<p>Works for normal terminal and also the kate plugin :)</p>\n\n<p>Oops I had originally put <kbd>Ctrl</kbd>-<kbd>Alt</kbd>... too late at night it seems</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-05T01:41:47.100", "id": "945", "postId": "939", "score": "0", "text": ":D I was already wondering about myself", "userDisplayName": null, "userId": "4" }, { "creationDate": "2013-05-14T10:00:59.910", "id": "371033", "postId": "939", "score": "0", "text": "<kbd>Ctrl</kbd>-<kbd>l</kbf> works too (for me)", "userDisplayName": null, "userId": "48282" }, { "creationDate": "2013-05-14T10:02:17.587", "id": "371038", "postId": "939", "score": "0", "text": "well, `Ctrl+l` (that is a lower case \"L\")", "userDisplayName": null, "userId": "48282" }, { "creationDate": "2013-05-14T10:04:29.363", "id": "371041", "postId": "939", "score": "0", "text": "maybe I misread the question -- anyhow, Ctrl+Shift+x does not work for me from within Kate", "userDisplayName": null, "userId": "48282" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T00:43:49.087", "id": "939", "lastActivityDate": "2011-10-27T18:32:48.233", "lastEditDate": "2011-10-27T18:32:48.233", "lastEditorDisplayName": null, "lastEditorUserId": "17739", "ownerDisplayName": null, "ownerUserId": "530", "parentId": "935", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p><kbd>Ctrl</kbd>-<kbd>Shift</kbd>-<kbd>x</kbd></p>\n\n<p>Works for normal terminal and also the kate plugin :)</p>\n\n<p>Oops I had originally put <kbd>Ctrl</kbd>-<kbd>Alt</kbd>... too late at night it seems</p>\n", "commentCount": "4", "comments": [ { "c...
null
null
null
null
null
943
1
null
2010-08-05T01:05:25.643
4
1596
<p>I've installed the Server on a desktop with two network cards. I've installed dnsmasq, squid, shorewall, ssh, and dansguardian.</p> <p>how do I get this device to talk to DSL modem and my network (through my router)</p> <p>I've configured the network cards to separate networks. I've set up the DHCP/DNC settings (I did not install dhcp3-server, using dnsmasq).</p> <p>I've tried following these instructions as guide line. <a href="http://taksuyama.com/?p=16" rel="nofollow">http://taksuyama.com/?p=16</a></p> <p>Any help would be great. These are great devices when they work for homes with kids! </p>
534
4
2010-08-05T01:12:46.923
2010-08-09T04:48:44.840
Ubuntu 10.04 server as a transparent proxy filter (plus dans guardian)
[ "10.04", "server", "transparent-proxy" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-17T20:13:37.003", "id": "2484", "postId": "943", "score": "0", "text": "'These are great devices when they work for homes with kids' -- Yes, and helpful for the occasional grown-up too.", "userDisplayName": null, "userId": "1393" } ]
null
[ { "accepted": null, "body": "<p>You can configure your firewall (shorewall) in such a way that all outgoing packages that represent web traffic, i.e. ports 80, 443 will be forwarded to the same host (127.0.0.1) and the port on which your dansguardian process is listening too. This way there is no direct con...
null
null
2013-03-14T16:25:44.980
null
null
953
1
null
2010-08-05T02:44:23.763
2
1785
<p>I'm setting up a transparent proxy/filter server, I've encountered many issues.</p> <p>My Question. With a PPPOE DSL modem how do I negotiate a connection from my server. I am putting the server between the modem and the router (now just a switch and wifi AP)</p> <p>The router did the PPPOE login for me. </p> <p>My modem can be put into the following modes. PPPOE on modem, PPPOE on computer(router), &amp; bridge. </p> <p>I thought I could connect to the modem with a static IP with my 2nd NIC with the PPPOE on the modem. This didn't seem to work. For example the modem's ip is 192.168.0.1 so I set a static IP of 192.168.0.2 This has worked in the past to connect and configure the modem.<br> Any help would be great!</p>
534
235
2010-12-26T16:34:17.477
2010-12-26T16:34:17.477
Connecting PPPOE DSL modem to server?
[ "10.04", "server", "pppoe" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You probably need your server up to do the pppoe authentication. Look at these <a href=\"https://help.ubuntu.com/9.10/installation-guide/hppa/pppoe.html\" rel=\"nofollow\">instructions</a>. I think they will help you to do this,</p>\n", "commentCount": "1", "comments"...
null
null
2013-03-14T16:25:50.583
null
null
954
1
956
2010-08-05T02:58:33.190
3
550
<p>I wish to occasionally use my ubuntu computer as a television. I am in the US and would like to watch over the air (HD)TV shows. The ideal situation would be the TV show in one window with some mouse &amp; keyboard controls for volume &amp; channel. I do not want or need a "from the couch" remote driven interface.</p> <p>What hardware will I need to buy? What software packages should I install?</p>
330
330
2010-08-05T03:16:28.497
2016-06-26T02:10:13.013
What is needed to use Ubuntu as a TV
[ "video", "mythtv" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-05T03:47:51.343", "id": "957", "postId": "954", "score": "0", "text": "Are we talking about using online sites such as Hulu? Or like recording and watching cable TV?", "userDisplayName": null, "userId": "332" } ]
{ "accepted": true, "body": "<p>You might be interested in <a href=\"http://www.mythbuntu.org/\" rel=\"nofollow\">Mythbuntu</a> which has MythTV integrated into Ubuntu. As for hardware have a look at the <a href=\"http://www.mythbuntu.org/requirements\" rel=\"nofollow\">Requirements list</a>. I hope this assists in your adventures for a TV Computer machine.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-06-17T18:10:22.060", "id": "54496", "postId": "956", "score": "0", "text": "I've been using mythbuntu for about 5 years in the UK and am very happy with it. It makes an excellent media centre for both recording and watching live. You can download mythtv from the standard repositories but I'd recommend the mythbuntu repos since they are more regularly updated.", "userDisplayName": null, "userId": "20145" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T03:01:33.730", "id": "956", "lastActivityDate": "2010-08-05T03:19:32.383", "lastEditDate": "2010-08-05T03:19:32.383", "lastEditorDisplayName": null, "lastEditorUserId": "41", "ownerDisplayName": null, "ownerUserId": "41", "parentId": "954", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>You might be interested in <a href=\"http://www.mythbuntu.org/\" rel=\"nofollow\">Mythbuntu</a> which has MythTV integrated into Ubuntu. As for hardware have a look at the <a href=\"http://www.mythbuntu.org/requirements\" rel=\"nofollow\">Requirements list</a>. I hope this as...
null
null
null
null
null
959
1
960
2010-08-05T04:11:31.853
4
1815
<p>Please explain to me why it was choosen,</p> <p>was it due to ubuntu copying Mac OS X or some other factor(s)?</p>
305
866
2011-01-24T20:55:21.720
2011-01-24T20:55:21.720
Why will Unity have a Global Menu OS X style?
[ "10.10", "unity", "appmenu", "macosx" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://design.canonical.com/2010/05/menu-bar/\" rel=\"nofollow\">The announcement</a> lists reasons and design goals. It's named the Application Menu (as global menu was the name of an older project).</p>\n\n<p>For testing plans and more technical details see <a href=\"https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationMenu\" rel=\"nofollow\">this page</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T04:15:36.157", "id": "960", "lastActivityDate": "2010-08-05T04:15:36.157", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "959", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p><a href=\"http://design.canonical.com/2010/05/menu-bar/\" rel=\"nofollow\">The announcement</a> lists reasons and design goals. It's named the Application Menu (as global menu was the name of an older project).</p>\n\n<p>For testing plans and more technical details see <a hre...
null
null
null
null
null
962
1
964
2010-08-05T04:27:00.763
5
1056
<p>are there any paid subscriptions available for Ubuntu One?</p> <p>What additional features does it have?</p>
305
275
2010-08-05T18:55:44.993
2010-08-05T18:55:44.993
What is Ubuntu One?
[ "cloud", "ubuntu-one", "storage" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ubuntu One is an online file hosting service. It offers 2GB of space free with an option to upgrade to 50GB of storage for $10 a month.</p>\n\n<p>With the <strong>Free Version</strong> you can:</p>\n\n<ul>\n<li><p>Sync up to 2 GB of files, contacts,\nnotes, bookmarks, purchased music,\nand Gwibber broadcast messages</p></li>\n<li><p>Automatically sync your digital life\nto your personal cloud and with all\nof your computers Mobile Contacts\nSync</p></li>\n<li><p>Mark any directory in your home\nfolder for sync</p></li>\n<li><p>Share folders with trusted contacts\nor publish files to the Internet with\nconvenient short URLs</p></li>\n<li><p>Sync purchased songs from the Ubuntu\nOne Music Store</p></li>\n<li><p>Integrated with your Ubuntu computer</p></li>\n<li><p>Convenient web browser access to your\npersonal cloud</p></li>\n</ul>\n\n<p>With the <strong>Paid Version</strong> you get:</p>\n\n<ul>\n<li><p>50 GB total of storage to sync more\nof your digital life</p></li>\n<li><p>Keep your address book updated when\nyou're on the move with Mobile\nContacts Sync </p></li>\n<li><p>Mobile sync supports\nthousands of phones including\nsmartphones like iPhone and Android</p></li>\n<li><p>Synchronize your contacts with more\napplications (like Thunderbird) and\noperating systems (Windows and OS X)</p></li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T04:38:42.030", "id": "964", "lastActivityDate": "2010-08-05T04:38:42.030", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "332", "parentId": "962", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>Ubuntu One is an online file hosting service. It offers 2GB of space free with an option to upgrade to 50GB of storage for $10 a month.</p>\n\n<p>With the <strong>Free Version</strong> you can:</p>\n\n<ul>\n<li><p>Sync up to 2 GB of files, contacts,\nnotes, bookmarks, purchas...
null
null
null
null
null
970
1
973
2010-08-05T06:01:44.310
12
536
<p>I heard that it was some sort of emergency fund or something.</p>
305
235
2011-11-05T22:35:35.383
2011-11-05T22:35:35.383
What does the Ubuntu Foundation do?
[ "community", "canonical" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From <a href=\"http://en.wikipedia.org/wiki/Ubuntu_Foundation\" rel=\"noreferrer\">http://en.wikipedia.org/wiki/Ubuntu_Foundation</a></p>\n\n<blockquote>\n <p>The Ubuntu Foundation is a purpose\n trust founded by Mark Shuttleworth and\n Canonical Ltd. to ensure the long-term\n maintenance of the Ubuntu Linux\n distribution independently of the\n commercial activities of Canonical\n Ltd. Its initial funding commitment is\n $10M\n Its current advisory board is made up\n of chairman Mark Shuttleworth, founder\n of Canonical Ltd., and representatives\n of the Ubuntu Community Council and\n the Ubuntu Technical Board.[1]</p>\n \n <p>Although it was originally announced\n that the Ubuntu Foundation would\n employ core members of the Ubuntu\n community[2] <strong><em>as of 2008, the\n Foundation remains dormant</em></strong>. Mark\n Shuttleworth describes it as an\n \"emergency fund\" in the event that\n Canonical's involvement in the Ubuntu\n project ends.</p>\n</blockquote>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T06:09:33.577", "id": "968", "postId": "973", "score": "4", "text": "See also http://www.ubuntu.com/news/UbuntuFoundation", "userDisplayName": null, "userId": "4" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T06:08:42.470", "id": "973", "lastActivityDate": "2010-08-05T06:08:42.470", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "584", "parentId": "970", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>From <a href=\"http://en.wikipedia.org/wiki/Ubuntu_Foundation\" rel=\"noreferrer\">http://en.wikipedia.org/wiki/Ubuntu_Foundation</a></p>\n\n<blockquote>\n <p>The Ubuntu Foundation is a purpose\n trust founded by Mark Shuttleworth and\n Canonical Ltd. to ensure the long-te...
null
null
null
null
null
974
1
1002
2010-08-05T06:12:25.523
304
660041
<p>I have a friend who has got a computer that is not connected to the Internet. Is there any way to install software offline easily?</p>
305
169736
2014-05-10T18:29:47.517
2023-05-24T11:29:17.203
How can I install software or packages without Internet (offline)?
[ "package-management" ]
24
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Check out <a href=\"https://launchpad.net/keryx\" rel=\"nofollow noreferrer\">Keryx</a>; it's an offline repository manager.</p>\n<p><strong>How does it work?</strong> It lets you download updates and new programs (with dependencies) to your <strong>flash drive</strong>.</p>\n<p>Its interface is similar to synaptic, but <strong>it works from a pendrive</strong> (it doesn't need installation). Unfortunately, the GUI needs wxwidgets, which don't come preinstalled on Ubuntu (they're cross-platform and installable from <a href=\"http://www.wxwidgets.org/downloads/#latest_stable\" rel=\"nofollow noreferrer\">here</a> and Ubuntu repository <a href=\"http://wiki.wxpython.org/InstallingOnUbuntuOrDebian\" rel=\"nofollow noreferrer\">here</a>). It can only install software in a Ubuntu system, but you can download the updates or new packages in any Linux, Windows or OS X.</p>\n<p>Here you can find <a href=\"https://web.archive.org/web/20200721134944/http://beatofthegeek.com:80/2011/07/keryx-tutorial-download-software-for.html\" rel=\"nofollow noreferrer\">a tutorial</a>.</p>\n<p>Another detailed step-by-step tutorial is in <a href=\"https://askubuntu.com/a/181913/58950\">this answer</a>.</p>\n<p>Launchpad also hosts <a href=\"https://launchpad.net/keryx/+download\" rel=\"nofollow noreferrer\">downloadable files</a>.</p>\n<p><strong>A screenshot:</strong></p>\n<p><img src=\"https://i.stack.imgur.com/OaaLW.png\" alt=\"Screenshoot\" /></p>\n", "commentCount": "7", "comments": [ { "creationDate": "2012-12-06T10:54:39.627", "id": "279095", "postId": "1002", "score": "18", "text": "keryx is no longer under development, if you are trying this on a newer version of Ubuntu, use the portable version to save yourself from the trouble of dependencies.", "userDisplayName": null, "userId": "28639" }, { "creationDate": "2013-09-27T22:44:17.630", "id": "449667", "postId": "1002", "score": "1", "text": "I do still use `keryx` without problems, although it clearly needs further development and improvements.", "userDisplayName": null, "userId": "58950" }, { "creationDate": "2016-02-24T04:41:43.130", "id": "1097362", "postId": "1002", "score": "2", "text": "[How do I use it?](http://askubuntu.com/a/181913/58950)", "userDisplayName": null, "userId": "58950" }, { "creationDate": "2016-08-31T12:10:41.447", "id": "1241586", "postId": "1002", "score": "0", "text": "What if the other offline computer not have gcc ,g++? It is a fresh installed ubuntu. How can I install wxwidgets? Without wxwidgets, it complains about missing module...", "userDisplayName": null, "userId": "194030" }, { "creationDate": "2017-01-20T12:40:09.613", "id": "1357321", "postId": "1002", "score": "0", "text": "is there a actual alternativ to this? (it doesn't start on windows)", "userDisplayName": null, "userId": "423684" }, { "creationDate": "2017-06-21T14:36:13.107", "id": "1467338", "postId": "1002", "score": "4", "text": "I've just released a new version of Keryx ([0.92.5](https://launchpad.net/keryx/stable/0.92)), which may resolve some concerns. The compiled version should hold dependencies such as wxWidgets and allow you to run on Windows with no problems.", "userDisplayName": null, "userId": "130" }, { "creationDate": "2023-05-25T13:45:56.123", "id": "2575261", "postId": "1002", "score": "1", "text": "Keryx does not works out-of-the-box on [Ubuntu 20.04.6 LTS](https://askubuntu.com/questions/1469386/keryx-how-to-make-it-work-on-ubuntu-20-04-6-lts) nor [Ubuntu 22.04](https://askubuntu.com/questions/1469377/keryx-how-to-make-it-work-on-ubuntu-22-04). I have opened questions on how to make it work for each system. Help is appreciated to discover how to make Keryx work on newer systems. Or, if you are reading this in the future, check there if you still want to use Keryx.", "userDisplayName": null, "userId": "1606813" } ], "communityOwnedDate": "2013-09-27T22:30:37.013", "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-05T08:31:19.757", "id": "1002", "lastActivityDate": "2023-05-24T11:29:17.203", "lastEditDate": "2023-05-24T11:29:17.203", "lastEditorDisplayName": null, "lastEditorUserId": "1606813", "ownerDisplayName": null, "ownerUserId": "211", "parentId": "974", "postTypeId": "2", "score": "137" }
[ { "accepted": null, "body": "<p>Yes. You can download the DVD iso, burn it on a DVD, and install the software from the DVD. <a href=\"http://www.ubuntu.com/download/desktop/alternative-downloads\" rel=\"nofollow\">See here</a> CDs and DVDs can be given as source to package managers in the same way as online...
null
null
null
null
null
982
1
983
2010-08-05T06:45:09.747
26
2487
<p>What criteria is used to select an Ubuntu release codename, and who is ultimately responsible for the decision?</p>
305
3037
2011-08-21T06:32:41.460
2016-04-22T19:01:22.930
How are release codenames chosen?
[ "community" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2010-08-05T06:54:26.610", "id": "1135961", "postId": "982", "score": "1", "text": "[Here](https://wiki.ubuntu.com/DevelopmentCodeNames) is quite a detailed description of the history as well as numerous suggestions for future releases.", "userDisplayName": null, "userI...
{ "accepted": true, "body": "<p>The Ubuntu Wiki has lots of information about the naming system at <a href=\"https://wiki.ubuntu.com/DevelopmentCodeNames\">https://wiki.ubuntu.com/DevelopmentCodeNames</a>. According to Mark Shuttleworth, the \"Adjective Animal\" system started as a joke and stuck. It's Mark that announces the new names, usually on his blog at <a href=\"http://www.markshuttleworth.com/\">http://www.markshuttleworth.com/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T06:53:57.843", "id": "983", "lastActivityDate": "2010-08-05T06:53:57.843", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "213", "parentId": "982", "postTypeId": "2", "score": "22" }
[ { "accepted": true, "body": "<p>The Ubuntu Wiki has lots of information about the naming system at <a href=\"https://wiki.ubuntu.com/DevelopmentCodeNames\">https://wiki.ubuntu.com/DevelopmentCodeNames</a>. According to Mark Shuttleworth, the \"Adjective Animal\" system started as a joke and stuck. It's Mark...
null
null
null
null
null
988
1
989
2010-08-05T07:18:19.497
110
288971
<p>Can <code>.exe</code> and <code>.msi</code> files (Windows software) be installed in Ubuntu?</p>
305
176889
2013-12-30T04:14:46.557
2016-06-22T22:26:22.000
How can I install Windows software or games?
[ "windows", "wine", "games" ]
18
2
CC BY-SA 3.0
[ { "creationDate": "2017-12-23T20:52:02.033", "id": "1593804", "postId": "988", "score": "0", "text": "does steam not work?", "userDisplayName": null, "userId": "230288" }, { "creationDate": "2019-10-14T18:30:56.193", "id": "1972663", "postId": "988", "score": "0", ...
{ "accepted": true, "body": "<p>You can if you first install the </p>\n\n<p><a href=\"http://apt.ubuntu.com/p/wine\" rel=\"noreferrer\">Wine compatibility layer <img src=\"https://i.stack.imgur.com/GR9Of.png\" alt=\"icon\"></a> from the Software Center, you can install Windows applications in Ubuntu. Be warned though that not all applications work perfectly or without glitches. Some applications are even unusable, while others work perfectly (see the <a href=\"http://appdb.winehq.org/\" rel=\"noreferrer\">Wine Application Database</a> for a good idea of how well various programs work). see <a href=\"https://askubuntu.com/questions/316025/how-to-install-and-configure-wine\">How to install and configure Wine?</a> to help you to install this.</p>\n\n<p>Once Wine is installed, you can simply double click an <code>.exe</code> or <code>.msi</code> file to run it. If this doesn't work for some reason, right-click the file and select \"Open With Wine Windows Program Loader\". Of course, only run executables from sources you trust to avoid Windows malware.</p>\n\n<blockquote>\n <p><img src=\"https://i.stack.imgur.com/pAxXl.png\" alt=\"Screenshot of right-click opening an executable\"></p>\n</blockquote>\n\n<p>If you run into compatibility issues, you may wish to try the latest Wine Beta version from the <code>ppa:ubuntu-wine/ppa</code> software source (see <a href=\"https://askubuntu.com/q/4983/24694\">What are PPAs and how do I use them?</a>).</p>\n\n<p>You might also consider installing <a href=\"http://apt.ubuntu.com/p/winetricks\" rel=\"noreferrer\">Winetricks <img src=\"https://i.stack.imgur.com/GR9Of.png\" alt=\"icon\"></a>, <a href=\"http://apt.ubuntu.com/p/crossover-standard\" rel=\"noreferrer\">CrossOver <img src=\"https://i.stack.imgur.com/GR9Of.png\" alt=\"icon\"></a> or <a href=\"http://apt.ubuntu.com/p/crossover-games\" rel=\"noreferrer\">CrossOver Games <img src=\"https://i.stack.imgur.com/GR9Of.png\" alt=\"icon\"></a> to install and use software more easily.</p>\n\n<p>To see the debug output of Windows software (in case something goes wrong) run it from a terminal using <code>wine msiexec /i file.msi</code> or simply <code>wine file.exe</code>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2017-12-23T20:51:57.100", "id": "1593803", "postId": "989", "score": "0", "text": "does steam not work?", "userDisplayName": null, "userId": "230288" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T07:26:37.170", "id": "989", "lastActivityDate": "2015-04-19T12:02:55.860", "lastEditDate": "2017-04-13T12:25:12.880", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "334", "parentId": "988", "postTypeId": "2", "score": "87" }
[ { "accepted": true, "body": "<p>You can if you first install the </p>\n\n<p><a href=\"http://apt.ubuntu.com/p/wine\" rel=\"noreferrer\">Wine compatibility layer <img src=\"https://i.stack.imgur.com/GR9Of.png\" alt=\"icon\"></a> from the Software Center, you can install Windows applications in Ubuntu. Be war...
null
null
null
null
null
991
1
997
2010-08-05T07:35:50.147
3
617
<p>I want to start developing for it. I could <code>easy_install</code> or <code>pip install</code> but I'd prefer a proper repo.</p> <p>Is there a PPA that's up to date?</p>
449
null
null
2015-06-25T18:40:35.603
Is there a simple way to get Django 1.2.* (latest stable) installed?
[ "ppa", "python" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Django 1.2 is included in Maverick Meerkat (still under development), but it appears that an unofficial backport of it exists in a <a href=\"https://launchpad.net/~chris-lea/+archive/python-django\" rel=\"nofollow\">PPA</a>.</p>\n\n<p>I haven't tested the package, but it appears to be a simple rebuild of what's in maverick.</p>\n\n<p>An official backport to lucid has been requested &amp; will hopefully happen sometime soon.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T08:10:07.567", "id": "997", "lastActivityDate": "2015-06-25T18:40:35.603", "lastEditDate": "2015-06-25T18:40:35.603", "lastEditorDisplayName": null, "lastEditorUserId": "367165", "ownerDisplayName": null, "ownerUserId": "129", "parentId": "991", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Django 1.2 is included in Maverick Meerkat (still under development), but it appears that an unofficial backport of it exists in a <a href=\"https://launchpad.net/~chris-lea/+archive/python-django\" rel=\"nofollow\">PPA</a>.</p>\n\n<p>I haven't tested the package, but it appe...
null
null
null
null
null
992
1
995
2010-08-05T07:51:59.587
19
1172
<p>Also,how can I become one? </p>
305
453
2010-08-22T17:34:43.393
2011-02-20T10:20:02.407
What is a MOTU?
[ "development", "motu" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From the launchpad page <a href=\"https://launchpad.net/~motu\">https://launchpad.net/~motu</a></p>\n\n<p>The MOTU Team looks after all of the packages in Universe and Multiverse in Ubuntu.</p>\n\n<p><a href=\"http://wiki.ubuntu.com/MOTU\">http://wiki.ubuntu.com/MOTU</a></p>\n\n<p>The Masters of the Universe take care of the Ubuntu Universe packages, fix bugs, add new packages, or remove obsolete ones from the Ubuntu archive.</p>\n\n<p>If you want to join, be sure to read <a href=\"https://wiki.ubuntu.com/MOTU/GettingStarted\">https://wiki.ubuntu.com/MOTU/GettingStarted</a> to understand what is required from you. We look forward to see you in the team soon!</p>\n\n<p>--</p>\n\n<p>Also some more info here</p>\n\n<p><a href=\"http://behindthecircle.org/\">http://behindthecircle.org/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T07:56:49.560", "id": "995", "lastActivityDate": "2011-02-20T10:20:02.407", "lastEditDate": "2011-02-20T10:20:02.407", "lastEditorDisplayName": null, "lastEditorUserId": "11155", "ownerDisplayName": null, "ownerUserId": "67", "parentId": "992", "postTypeId": "2", "score": "15" }
[ { "accepted": true, "body": "<p>From the launchpad page <a href=\"https://launchpad.net/~motu\">https://launchpad.net/~motu</a></p>\n\n<p>The MOTU Team looks after all of the packages in Universe and Multiverse in Ubuntu.</p>\n\n<p><a href=\"http://wiki.ubuntu.com/MOTU\">http://wiki.ubuntu.com/MOTU</a></p>\...
null
null
null
null
null
993
1
1010
2010-08-05T07:54:12.780
2
4180
<p>Since GParted does not support RAID, what tools can we use to create a RAID drive (0,1,5 etc) and then install Ubuntu onto that drive? Assume we are starting on fresh system with no OS.</p>
170
169736
2014-01-31T20:37:49.243
2014-01-31T20:37:49.243
How can I create a software RAID drive and install Ubuntu Desktop on that drive?
[ "raid" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I am assuming you mean Linux Software RAID rather than hardware RAID.</p>\n\n<p>The alternate CD supports installation onto a Linux Software RAID setup. Here's a link to a screencast I made showing how to do it.</p>\n\n<p><a href=\"http://screencasts.ubuntu.com/MoS2007/10_Installing_Ubuntu_Part_2\" rel=\"nofollow\">http://screencasts.ubuntu.com/MoS2007/10_Installing_Ubuntu_Part_2</a></p>\n\n<p>Alternatively you might want to try the new palimsest disk utility on the live CD as this has some options for configuring Linux Software RAID. </p>\n\n<p>It is also possible to install on Linux Software RAID using the Live CD and the mdadm utility. Boot from the Live CD and then \"sudo apt-get install mdadm\" which is the tool required to create the RAID setup. You'll need to use fdisk (or gparted) to create the partitions and then mdadm to create the RAID array(s).</p>\n\n<p>There are plenty of guides to using mdadm online.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-06T01:23:25.133", "id": "1195", "postId": "1010", "score": "0", "text": "Yes, I meant software RAID. I've updated the question.\n\nExcellent screencast btw. Thanks! :)", "userDisplayName": null, "userId": "170" }, { "creationDate": "2010-08-06T01:26:58.183", "id": "1197", "postId": "1010", "score": "0", "text": "There seemed to be some problems with GRUB and software RAID. Workarounds are documented here -> https://help.ubuntu.com/community/Installation/SoftwareRAID.", "userDisplayName": null, "userId": "170" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T08:44:28.610", "id": "1010", "lastActivityDate": "2010-08-05T08:44:28.610", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "612", "parentId": "993", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>I am assuming you mean Linux Software RAID rather than hardware RAID.</p>\n\n<p>The alternate CD supports installation onto a Linux Software RAID setup. Here's a link to a screencast I made showing how to do it.</p>\n\n<p><a href=\"http://screencasts.ubuntu.com/MoS2007/10_Ins...
null
null
null
null
null
994
1
null
2010-08-05T07:55:18.113
17
23110
<p>If Ubuntu can't do this natively, are there any workarounds?</p>
305
169736
2014-02-23T00:12:37.617
2017-10-09T21:18:07.587
Can I sync with my iOS4 device such as iPhone 4 and iPad?
[ "iphone", "ipad" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2014-02-23T00:12:56.147", "id": "550025", "postId": "994", "score": "1", "text": "Using what? With banshee? What you plan to sync?", "userDisplayName": null, "userId": "169736" } ]
null
[ { "accepted": null, "body": "<blockquote>\n <p>Lucid natively supports both iPhone\n and iPod Touch 1G, 2G, 3G and 3GS\n models (iPad should also work) running\n up to firmware 4.0 without the need to\n jailbreak.</p>\n</blockquote>\n\n<p>If you want to use you iPhone for USB tethering check out this <...
null
null
null
null
null
999
1
1000
2010-08-05T08:16:34.640
4
605
<p>I'm using Ubuntu Netbook edition, and I want to change the panel's layout (remove or move applets). But all applets are "locked" and I have no way to change that...</p> <p>Is there a way to make them "unlocked" again, so I can play with it?</p>
23
3037
2011-01-03T12:49:00.643
2011-01-03T12:49:00.643
How can I customize the gnome panels in Ubuntu NetBook edition?
[ "gnome", "ubuntu-netbook", "panel", "applet" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The beginning of post should help you out: <a href=\"http://www.webupd8.org/2010/06/how-to-get-most-out-of-ubuntu-netbook.html\" rel=\"nofollow\">http://www.webupd8.org/2010/06/how-to-get-most-out-of-ubuntu-netbook.html</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T12:17:28.250", "id": "1026", "postId": "1000", "score": "0", "text": "Wow I didn't know this, I use the DE on my Netbook.", "userDisplayName": null, "userId": "644" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T08:21:29.590", "id": "1000", "lastActivityDate": "2010-08-05T08:21:29.590", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "609", "parentId": "999", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>The beginning of post should help you out: <a href=\"http://www.webupd8.org/2010/06/how-to-get-most-out-of-ubuntu-netbook.html\" rel=\"nofollow\">http://www.webupd8.org/2010/06/how-to-get-most-out-of-ubuntu-netbook.html</a></p>\n", "commentCount": "1", "comments": [ ...
null
null
null
null
null
1004
1
1008
2010-08-05T08:35:47.613
4
1494
<p>What does it do?</p>
305
235
2011-02-17T20:25:44.203
2011-02-17T20:25:44.203
What is the Ayatana Project?
[ "design" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<blockquote>\n <p>The Ayatana Project is the collective\n project that houses user interface,\n design and interaction projects\n started by Canonical.</p>\n</blockquote>\n\n<p>For example they have designed:</p>\n\n<pre><code> * Application Indicators\n * The Me Menu\n * Messaging Menu\n * Notify OSD\n * Unity\n</code></pre>\n\n<p>More information: <a href=\"https://launchpad.net/ayatana\">https://launchpad.net/ayatana</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-17T20:36:33.030", "id": "29576", "postId": "1008", "score": "0", "text": "even more info: https://wiki.ubuntu.com/Ayatana/", "userDisplayName": null, "userId": "705" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T08:43:09.937", "id": "1008", "lastActivityDate": "2010-08-05T08:43:09.937", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "609", "parentId": "1004", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<blockquote>\n <p>The Ayatana Project is the collective\n project that houses user interface,\n design and interaction projects\n started by Canonical.</p>\n</blockquote>\n\n<p>For example they have designed:</p>\n\n<pre><code> * Application Indicators\n * The Me Menu\n ...
null
null
null
null
null
1006
1
1009
2010-08-05T08:37:58.903
21
1969
<p>The One Hundred Paper Cuts project says it will fix 100 'paper cuts' in each release cycle. What is the definition of a paper cut?</p>
305
169736
2014-01-27T15:50:37.070
2014-01-27T16:38:29.027
What is a paper cut?
[ "launchpad" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>From the <a href=\"https://wiki.ubuntu.com/One%20Hundred%20Papercuts\" rel=\"nofollow\">papercut website</a>:</p>\n\n<blockquote>\n <p>The One Hundred Paper Cuts project exists to work on the little\n annoyances in Ubuntu. These bugs are normally considered too low\n priority for the developers of the apps in question, who already have\n more than enough to work on, and so the One Hundred Paper Cuts project\n comes along and picks them up. In each release cycle, the project aims\n to fix 100 of these little bugs and in doing so, give Ubuntu a layer\n of polish that is not typically found in other Linux distros.</p>\n</blockquote>\n\n<p>As for the definition of a paper cut:</p>\n\n<blockquote>\n <p>Put briefly, a paper cut is a trivially fixable usability bug that the average user would encounter in default installation of Ubuntu Desktop Edition.</p>\n \n <p>If you prefer a more detailed, itemized definition, a paper cut is:</p>\n \n <ul>\n <li>A bug, or an unintended problem occurring within an existing piece of\n software,</li>\n <li>the presence of which makes a computer more difficult or less\n pleasant to use,</li>\n <li>that is easy to fix,</li>\n <li>that the average user would encounter...</li>\n <li>in a default installation of Latest release of Ubuntu or Kubuntu, Desktop Edition. </li>\n </ul>\n \n <p>If a potential paper cut fails to meet any of the criteria above, it is not a paper cut.</p>\n</blockquote>\n\n<p>All the information on how to get involved is on the site too. \nSee <a href=\"https://wiki.ubuntu.com/One%20Hundred%20Papercuts\" rel=\"nofollow\">One Hundred Papercuts - Ubuntu Wiki</a> for more information.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2013-01-01T19:08:49.777", "id": "291873", "postId": "1009", "score": "2", "text": "Does Unity count?", "userDisplayName": null, "userId": "6645" }, { "creationDate": "2013-01-17T22:17:51.720", "id": "303284", "postId": "1009", "score": "2", "text": "No, see the definition above \"If a potential paper cut fails to meet one of the criteria it is not a paper cut\". Unity is *intended* and so fails on the first point. :)", "userDisplayName": null, "userId": "458" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T08:44:22.027", "id": "1009", "lastActivityDate": "2014-01-27T16:38:29.027", "lastEditDate": "2014-01-27T16:38:29.027", "lastEditorDisplayName": null, "lastEditorUserId": "36315", "ownerDisplayName": null, "ownerUserId": "458", "parentId": "1006", "postTypeId": "2", "score": "19" }
[ { "accepted": true, "body": "<p>From the <a href=\"https://wiki.ubuntu.com/One%20Hundred%20Papercuts\" rel=\"nofollow\">papercut website</a>:</p>\n\n<blockquote>\n <p>The One Hundred Paper Cuts project exists to work on the little\n annoyances in Ubuntu. These bugs are normally considered too low\n prior...
null
null
null
null
null
1007
1
1011
2010-08-05T08:41:02.843
0
740
<p>I downloaded the latest Netbeans installer (6.9) which is not yet available on 10.04. </p> <p>I tried to</p> <pre><code>"sudo ./netbeans-6.9-ml-linux.sh" </code></pre> <p>but it does not install anything. I get the following messages before the installer quits silently:</p> <pre><code>Configuring the installer... Searching for JVM on the system... Extracting installation data... Running the installer wizard... </code></pre>
375
169736
2014-01-31T20:38:03.230
2016-06-22T22:23:13.763
Installing Netbeans 6.9
[ "software-installation" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>At a guess you probably need a pre-requisite the Sun JDK rather than the OpenJDK delivered by default. You'll find it in the Canonical Partner repository. Here's a blog post which talks about it:-</p>\n\n<p><a href=\"http://www.clickonf5.org/linux/how-install-sun-java-ubuntu-1004-lts/7777\" rel=\"nofollow\">http://www.clickonf5.org/linux/how-install-sun-java-ubuntu-1004-lts/7777</a></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-05T09:24:34.010", "id": "999", "postId": "1011", "score": "0", "text": "I did install the SUN JDK before the installation. That was my first instinct too, but I'm afraid that is not the issue.", "userDisplayName": null, "userId": "375" }, { "creationDate": "2010-08-05T09:29:59.000", "id": "1002", "postId": "1011", "score": "0", "text": "Hmmm, Now I see that the java symbolic link was not updated. Maybe that's the issue.", "userDisplayName": null, "userId": "375" }, { "creationDate": "2010-08-05T09:36:44.487", "id": "1003", "postId": "1011", "score": "0", "text": "That was it. Install the SUN JDK and replace the java symbolic link.", "userDisplayName": null, "userId": "375" }, { "creationDate": "2012-04-19T09:51:49.130", "id": "147365", "postId": "1011", "score": "0", "text": "Nope ! any one can run netbeans on openjdk. I was running netbeans 7.1 on OpenJDK without any problem. Now im downgraded to netbeans 7.0.1 as I feel the javaFX tool in netbeans 7.1 is useless on ubuntu.", "userDisplayName": null, "userId": "53649" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T08:49:05.930", "id": "1011", "lastActivityDate": "2010-08-05T08:49:05.930", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "612", "parentId": "1007", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>At a guess you probably need a pre-requisite the Sun JDK rather than the OpenJDK delivered by default. You'll find it in the Canonical Partner repository. Here's a blog post which talks about it:-</p>\n\n<p><a href=\"http://www.clickonf5.org/linux/how-install-sun-java-ubuntu-...
null
null
null
null
null
1012
1
1017
2010-08-05T08:55:11.147
18
9404
<p>I have Ubuntu 10.04 installed with encrypted home directory. <code>/home</code> is on a a separate partition. Can I just boot from a 10.10 CD, reformat <code>/</code> and install as usual? Should it work if I use the same password? Is there anything else to keep in mind?</p>
609
93125
2015-06-18T21:36:09.330
2015-06-18T21:36:09.330
Reinstall Ubuntu with encrypted home directory?
[ "system-installation", "10.04", "encryption", "format" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I have previously done this on Ubuntu and Mandriva. </p>\n\n<p>This will work and you will be able to mount your existing /home partition even if it is encrypted as long as you know the passphrase.</p>\n\n<p>Thing to keep in mind is to set up the mount points correctly and don't accidentally format your /home partition.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-28T16:18:05.420", "id": "25698", "postId": "1017", "score": "0", "text": "Will the installer ask for the passphrase or will it be asked on first login? Or do ineed to enter it manually somewhere?", "userDisplayName": null, "userId": "8973" }, { "creationDate": "2011-09-17T00:15:03.713", "id": "70808", "postId": "1017", "score": "0", "text": "Actually you don't need to know the passphrase, just the password that will be asked when you first login after the installation.", "userDisplayName": null, "userId": "12943" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T09:02:19.137", "id": "1017", "lastActivityDate": "2010-08-05T09:02:19.137", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "458", "parentId": "1012", "postTypeId": "2", "score": "15" }
[ { "accepted": true, "body": "<p>I have previously done this on Ubuntu and Mandriva. </p>\n\n<p>This will work and you will be able to mount your existing /home partition even if it is encrypted as long as you know the passphrase.</p>\n\n<p>Thing to keep in mind is to set up the mount points correctly and do...
null
null
null
null
null
1020
1
1021
2010-08-05T09:17:10.643
22
2911
<p>what is the meaning of SABDFL?</p>
305
235
2010-10-14T01:17:30.040
2016-06-22T22:18:27.323
Who is SABDFL? What does he do?
[ "community" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>SABDFL stands for Self Appointed Benevolent Dictator For Life, and is the nickname and IRC nick of Mark Shuttleworth, the guy who started the Ubuntu project.</p>\n\n<p><a href=\"http://en.wikipedia.org/wiki/SABDFL\">http://en.wikipedia.org/wiki/SABDFL</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T09:20:34.153", "id": "1021", "lastActivityDate": "2010-08-05T09:20:34.153", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "612", "parentId": "1020", "postTypeId": "2", "score": "25" }
[ { "accepted": true, "body": "<p>SABDFL stands for Self Appointed Benevolent Dictator For Life, and is the nickname and IRC nick of Mark Shuttleworth, the guy who started the Ubuntu project.</p>\n\n<p><a href=\"http://en.wikipedia.org/wiki/SABDFL\">http://en.wikipedia.org/wiki/SABDFL</a></p>\n", "comment...
null
null
null
null
null
1026
1
null
2010-08-05T09:32:20.420
4
552
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/25961/how-to-install-a-tar-gz-file">How to install a .tar.gz file?</a> </p> </blockquote> <p>please explain in an easy way.</p>
305
-1
2017-04-13T12:24:49.590
2010-08-05T13:42:08.770
How to compile source code from a tarball?
[ "compiling" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-04-27T01:37:17.547
null
null
1028
1
1046
2010-08-05T09:36:29.370
11
14488
<p>I'm working with many GIS applications under Gnome. It sometimes is very convenient to place one map over another to quickly spot differences.</p> <p>There used to be a KDE trick to make any window (not just a terminal!) transparent, thereby allowing me to make one map semi-transparent and place it on the window of the other mapping software. Is there a similar trick for Gnome?</p>
622
17531
2015-02-11T16:55:14.843
2019-01-13T17:54:00.917
How to make a window transparent in Gnome?
[ "gnome", "compiz" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I am not sure about Gnomw itself, but in Compiz, there is a plugin called \"Opacity, Brightness and Saturation adjustments\", which allows you control transparency of windows any way I can imagine, including <kbd>Alt</kbd> + {sroll} as Andrea Lazzarotto said.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-06-28T02:41:19.937", "id": "56716", "postId": "1046", "score": "0", "text": "Also, make sure you enable **Animations**, found under Effects.", "userDisplayName": null, "userId": "13247" }, { "creationDate": "2018-08-21T19:58:23.643", "id": "1749845", "postId": "1046", "score": "0", "text": "Note that this solution is not desirable with Gnome 3. `compiz` worked a lot better with the Unity desktop.", "userDisplayName": null, "userId": "118976" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T10:46:26.957", "id": "1046", "lastActivityDate": "2011-10-27T18:33:15.363", "lastEditDate": "2011-10-27T18:33:15.363", "lastEditorDisplayName": null, "lastEditorUserId": "17739", "ownerDisplayName": null, "ownerUserId": "609", "parentId": "1028", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<p>Hold down the <kbd>Alt</kbd> key and then scroll with your mouse wheel.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2019-12-16T19:44:53.983", "id": "2004904", "postId": "1029", "score": "0", "text": "I be...
null
null
null
null
null
1039
1
1047
2010-08-05T10:33:09.160
6
304
<p>Gwibber and Empathy constantly scrolls to a new message as soon as they arrive, making it hard to read older messages, especially on IRC.</p> <p>Is there a way to tell Gwibber and Empathy to not jump to a new message as soon as it arrives?</p>
359
6005
2012-06-13T14:44:04.810
2012-06-13T14:44:04.810
Stop Gwibber and Empathy from scrolling to new messages
[ "gwibber", "irc" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-05T10:36:46.020", "id": "1008", "postId": "1039", "score": "0", "text": "Do you mean Empathy or Gwibber? Gwibber is a twitter (and identica?) client. Empathy is the instant messenger.", "userDisplayName": null, "userId": "334" } ]
{ "accepted": true, "body": "<p>There's a bug ( <a href=\"https://bugs.launchpad.net/gwibber/+bug/327172\" rel=\"nofollow\">https://bugs.launchpad.net/gwibber/+bug/327172</a> ) filed for this, but it has since been fixed. Updated packages should arrive soon!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-17T21:42:07.233", "id": "4390", "postId": "1047", "score": "1", "text": "Scrolling to the top on refresh in gwibber has been fixed for a while in the 2.31 series (Maverick). Hopefully we get 2.32 into backports for Lucid.", "userDisplayName": null, "userId": "1653" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T10:49:25.563", "id": "1047", "lastActivityDate": "2010-08-05T10:49:25.563", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "192", "parentId": "1039", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>There's a bug ( <a href=\"https://bugs.launchpad.net/gwibber/+bug/327172\" rel=\"nofollow\">https://bugs.launchpad.net/gwibber/+bug/327172</a> ) filed for this, but it has since been fixed. Updated packages should arrive soon!</p>\n", "commentCount": "1", "comments": ...
null
null
null
null
null
1042
1
1058
2010-08-05T10:38:31.633
1
199
<p>I fiddled about with pulseaudio, I think in my config files. Now i can't play 2 things one after each other from 1 window ton another. E.g. on Rhythmbox when i listen to a song then switch to youtube, youtube won't have any sound, and when i do it the otherway round rhythmbox won't play at all, its playback slider doesn't move.</p>
633
41
2010-10-15T15:54:22.577
2010-10-15T15:54:22.577
Sound, stopping between multiple programs
[ "configuration", "sound", "pulseaudio" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can reset your PulseAudio settings following the point 1 of part A of this guide.\n<a href=\"http://ubuntuforums.org/showthread.php?t=789578\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=789578</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T11:33:25.323", "id": "1015", "postId": "1058", "score": "1", "text": "Thanks, That sorted it out, I was in fact on that guide just as you posted the answer!", "userDisplayName": null, "userId": "633" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T11:27:02.807", "id": "1058", "lastActivityDate": "2010-08-05T11:27:02.807", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "271", "parentId": "1042", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>You can reset your PulseAudio settings following the point 1 of part A of this guide.\n<a href=\"http://ubuntuforums.org/showthread.php?t=789578\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=789578</a></p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
1044
1
1053
2010-08-05T10:42:00.957
7
1563
<p>I heard that Kernel 2.6.35 will have btrfs and that Ubuntu 10.10 could have btrfs by default.</p> <p>What will be its features?</p> <p>Will I be able to migrate my data from my current ext4 partition?</p>
305
22949
2013-03-28T22:08:23.807
2019-04-28T14:49:41.117
What is btrfs? What advanced features does it have?
[ "10.10", "btrfs" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-13T12:41:47.053", "id": "2054", "postId": "1044", "score": "0", "text": "I'm pretty sure 10.10 won't install to btrfs by default. It will be enabled in the kernel so you can manually choose to install on btrfs, but it won't be the default filesystem for new installs.",...
{ "accepted": true, "body": "<p>btrfs or Butter FS is a filesystem and has some interesting features:</p>\n\n<ol>\n<li>You can have snapshots. It is like a freeze of the filesystem at some point of time.</li>\n<li>btrfs is a extent-based filesystem. This means there are no lists of pointers. btrfs tracks contiguous blocks, so called extents, together.</li>\n<li>btrfs makes checksums of data <em>and</em> metadata. Therefore it can detect errors in the filesystem in \"realtime\".</li>\n<li>You can switch from ext3/4 to btrfs.</li>\n</ol>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T11:17:17.657", "id": "1053", "lastActivityDate": "2010-08-05T11:17:17.657", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "236", "parentId": "1044", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<blockquote>\n <ul>\n <li>Online volume growth and shrinking</li>\n <li>Online block device addition and removal</li>\n <li>Online defragmentation</li>\n <li>Online balancing (movement of objects between block devices to balance load)</li>\n <li>Transparent compression (cu...
null
null
null
null
null
1050
1
1592
2010-08-05T11:14:06.307
2
688
<p>Using an arbitrary web browser, e.g. firefox, you can save a web page (complete web page), for which it saves the html file, say n.html, and web page elements in a corresponding directory, n_files.</p> <p>In Win7, if you copy, move, rename either the folder of the html file, they are modified as a single unit. However, Nautilus (the default Gnome file manager), does not do this.</p> <p>Is there a Nautilus script available to enable this functionality? Is there an alternative way to achieve the same thing?</p>
624
866
2010-10-17T11:09:59.940
2010-10-17T11:09:59.940
How can I manage saved complete web pages and their directories (e.g n.html and n_files) in Nautilus
[ "gnome", "nautilus", "filesystem", "scripts" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I suppose the renaming functionality in Explorer is based on special attributes in the filesystem that Explorer recognises (that's how most of such functionality in explorer works). It would be possible to implement something similar in GNOME / Nautilus (provided you're using a filesystem that supports extended attributes), but AFAIK it doesn't exist currently.</p>\n\n<p>Another possibility would be to write a nautilus plugin that uses some heuristics to detect such html file + corresponding directory and do what you want, but again I don't know of an existing solution (it's also not trivial to implement correctly).</p>\n\n<hr>\n\n<p>I suggest using the UnMHT addon for Firefox to save the page in one file (maybe there is something similar for other browsers too).</p>\n\n<p>Unlike the Mozilla Archive Format (aka MAF), MHT (aka MHTML) is standardized in an official specification (RFC2557) and it is also supported by IE and other applications, which makes it more future-proof. There are also MHT-viewing plugins for Opera &amp; Safari.</p>\n\n<p><a href=\"http://www.unmht.org/en_index.html\" rel=\"nofollow\">http://www.unmht.org/en_index.html</a> (Firefox extension + viewers for Opera, Safari &amp; QuickLook)</p>\n\n<p>The Firefox addon is also on Mozilla's addon-site.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-27T11:00:43.233", "id": "3189", "postId": "1592", "score": "0", "text": "Writing a nautilus extensions seems like the right way to go. I've got tens of thousands of pages saved over the years. I tend to reorganise them and delete them in non-deterministic ways (so I can't just use a shell script). \n\nI'll write an extension over the weekend and post a link here.", "userDisplayName": null, "userId": "624" }, { "creationDate": "2010-08-27T18:39:44.960", "id": "3209", "postId": "1592", "score": "0", "text": "Another option might be to convert everything to .mht, not sure if any tools exist for that (or maybe you can script Firefox or xulrunner with that addon installed).", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-08-31T18:20:57.087", "id": "3385", "postId": "1592", "score": "2", "text": "Thanks for mentioning that. It turns out that while I was thrashing away at nautilus extensions and shell scripts, the option was there all along in the umht settings: http://www.twitpic.com/2k0npt", "userDisplayName": null, "userId": "624" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-07T16:50:14.760", "id": "1592", "lastActivityDate": "2010-08-07T16:50:14.760", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "1050", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>You can download the entire thing using wget.</p>\n\n<pre><code>wget -r --level=0 --convert-links --page-requisites --no-parent http://url.com\n</code></pre>\n\n<p>-r means it's recursive</p>\n\n<p>--level=0 means it goes down an infinite amount of levels (so <a href=\"http:/...
null
null
null
null
null
1057
1
20122
2010-08-05T11:24:43.030
47
33030
<p>How does one refresh thumbnails in nautilus? In my videos folder I have some MKVs and only half of them have the movie border and a excerpt from the movie and the others (also MKVs encoded in the same way) just have the ordinary film icon.</p> <p>(F5 doesnt do it.)</p>
633
667
2010-11-05T09:06:37.347
2020-01-05T18:41:28.333
Refresh thumbnails in nautilus
[ "nautilus" ]
7
3
CC BY-SA 2.5
[ { "creationDate": "2013-04-21T00:22:51.370", "id": "356648", "postId": "1057", "score": "0", "text": "Also I found out that thumbnails only work on Ubuntu if you keep totem installed: http://askubuntu.com/questions/2608/nautilus-video-thumbnails-without-totem?rq=1", "userDisplayName": null, ...
{ "accepted": true, "body": "<h2>Updated for 14.04 LTS (or later)</h2>\n\n<p><em>From 12.10 onward, thumbnails are stored at <strong><code>~/.cache/thumbnails</code></em></strong></p>\n\n<p>Corrected commands:</p>\n\n<pre><code>rm -r ~/.cache/thumbnails\n</code></pre>\n\n<p>Then either restart, or:</p>\n\n<pre><code>killall nautilus\n</code></pre>\n\n<hr>\n\n<h2>Original answer: (for 12.04, and earlier)</h2>\n\n<p>Here the commands:</p>\n\n<pre><code>rm -r ~/.thumbnails\nkillall nautilus\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2017-07-07T15:11:01.497", "id": "1477920", "postId": "20122", "score": "6", "text": "\"do do not need to killall nautilus... after running rm -R ~/.thumbnails/fail simply pressing F5 while the desired nautilus window is active to force a reload.. otherwise it will reload next time you access said folder...\" PrimeFalcon said this... I think you should include this in your answer", "userDisplayName": null, "userId": "478819" }, { "creationDate": "2023-02-13T23:35:11.380", "id": "2542304", "postId": "20122", "score": "0", "text": "You shouldn't be using `killall` willy nilly", "userDisplayName": null, "userId": "170177" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-05T05:27:58.717", "id": "20122", "lastActivityDate": "2015-04-21T06:48:58.283", "lastEditDate": "2015-04-21T06:48:58.283", "lastEditorDisplayName": null, "lastEditorUserId": "34576", "ownerDisplayName": null, "ownerUserId": "8369", "parentId": "1057", "postTypeId": "2", "score": "47" }
[ { "accepted": null, "body": "<p>There is a hidden directory in your home called .thumbnails.</p>\n\n<p>If you delete a file (or all) there, its thumbnail will be recreated by nautilus the next time that you visit the dir where it's stored.</p>\n\n<p>I don't know if there is some more convenient way.</p>\n\n...
null
null
null
null
null
1059
1
1201
2010-08-05T11:30:22.240
2
10427
<p>I've been messing around with <a href="http://uck.sourceforge.net/" rel="nofollow">Ubuntu Customization Kit</a> recently and I would like to create my own bash scripts to customize Ubuntu ISOs. How would I use SquashFS to edit mount and edit the iso?</p>
1010
null
null
2012-04-08T18:54:10.743
Using SquashFS to edit a Live CD?
[ "customization" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>A <a href=\"http://www.linuxjournal.com/magazine/paranoid-penguin-customizing-linux-live-cds-part-i\">three-part Paranoid Penguin series in Linux Journal</a> entitled <em>Customizing Linux Live CDs</em> will probably be helpful.</p>\n\n<p>It explains how to tinker with a live CD's SquashFS for the purpose of improving security. But I'm sure the instructions can be used to make other modifications as well.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T16:46:19.217", "id": "1201", "lastActivityDate": "2010-08-05T16:46:19.217", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "130", "parentId": "1059", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>I'm not sure about SquashFS, but you could use ISO Master (available from the ubuntu software centre) to edit ISO images.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05...
null
null
null
null
null
1063
1
null
2010-08-05T11:42:40.300
1
759
<p>Now that the news is all around that <a href="http://techcrunch.com/2010/08/04/wave-goodbye-to-google-wave/" rel="nofollow">Google will stop Wave development</a>, and I like to keep using it, I was wondering how I can install their software. For example, is there a .deb package?</p>
null
null
null
2010-11-01T13:09:03.417
How do I install the Google Wave server software?
[ "package-management" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2012-02-29T20:18:21.533", "id": "127971", "postId": "1063", "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 fee...
null
[ { "accepted": null, "body": "<p>DJango version? <a href=\"http://code.google.com/p/pygowave-server/\" rel=\"nofollow\">http://code.google.com/p/pygowave-server/</a></p>\n\n<p>Java: code.google.com/p/wave-protocol/wiki/Installation</p>\n", "commentCount": "1", "comments": [ { "creationD...
null
null
2013-03-14T16:26:06.633
null
Egon Willighagen
1064
1
null
2010-08-05T11:43:02.797
2
1660
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/615/whats-the-difference-between-wubi-and-a-regular-installation">What&#39;s the difference between Wubi and a regular installation?</a> </p> </blockquote> <p>Which process does it use to install Ubuntu inside Windows?</p>
305
-1
2017-04-13T12:23:24.457
2010-08-05T12:05:10.360
What is WUBI?How does it work?
[ "wubi" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2011-06-05T18:29:53.303
null
null
1066
1
1075
2010-08-05T11:47:33.320
4
4462
<p>How is it better than Windows and Mac system of downloading and installing applications from the Web?</p>
305
449
2011-04-27T11:54:18.787
2012-03-19T04:56:25.307
What are the pros and cons of the repository system concept used in Ubuntu (et al)?
[ "repository" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There are good things and bad things about installing software from one central repository.</p>\n\n<p>Good:</p>\n\n<ul>\n<li>It's all in one place, so you know where to look.</li>\n<li>It enables really easy catalogue-type applications (e.g. aptitude, synaptic)</li>\n<li>Good distros maintain their repos fairly strictly, so there's a fair bit of quality control, meaning you can trust the software from the repo more than from untrusted sources</li>\n<li>It enables you to do some very fancy auto-resolving of software dependencies (well, allows you to do it <em>more easily</em> at least)</li>\n<li>Single source of updates - you don't have to check each individual app (or app's website) for updates, they all come via one place</li>\n<li>It allows mirroring of all the known-good software for an OS to different servers around the world (e.g. the place I work maintains a Ubuntu repo mirror)</li>\n</ul>\n\n<p>Bad:</p>\n\n<ul>\n<li>It's not as easy to install from other sources outside the repo</li>\n<li>It's very geared towards open-source software, rather than proprietary</li>\n<li>It feels restrictive; if you're not in the repo, you're not on the radar (even though, yes, you can still install software from outside the repo, it's so much harder that not a lot of people bother)</li>\n</ul>\n\n<p>Overall, the Pros outweigh the Cons for most linux distros (in fact, probably most unixes), which is why it's used a lot in the unix world. Used in a lot of different ways too; ubuntu's deb/apt repositories, fedora/redhat/others rpm/yum repos, *bsd's ports tree, gentoo's portage, pkgsrc, the list goes on. Some of them do a better job than others :)</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-05T12:24:21.013", "id": "1028", "postId": "1075", "score": "3", "text": "# It's not as easy to install from other sources outside the repo. Installing outside the repo is still easier than installing applications in windows, most of the time at least.", "userDisplayName": null, "userId": "609" }, { "creationDate": "2010-08-05T12:54:11.190", "id": "1041", "postId": "1075", "score": "0", "text": "Unless you find a package/source that enters into dependency hell. That being said, it's a lot less common nowadays, and most deps are in the repositories, so that's nice.", "userDisplayName": null, "userId": "658" }, { "creationDate": "2013-01-07T10:03:42.663", "id": "295266", "postId": "1075", "score": "0", "text": "the greatest thing is the feedback from the community, the solutions, ideas and discussions always accessible (sometimes in minutes) for the installation process. also, there's a great number of applications in most areas.", "userDisplayName": "user47206", "userId": null }, { "creationDate": "2015-06-07T22:37:15.873", "id": "903160", "postId": "1075", "score": "0", "text": "Yes, but the third point of the pros (the one saying “Good distros maintain their repos fairly strictly, so there's a fair bit of quality control, meaning you can trust the software […]”) is dubious to me, and really opinion based (depends on what quality means to someone, the same about what enough check is…).", "userDisplayName": null, "userId": "97838" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T12:07:55.690", "id": "1075", "lastActivityDate": "2010-08-05T12:07:55.690", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "519", "parentId": "1066", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>There are good things and bad things about installing software from one central repository.</p>\n\n<p>Good:</p>\n\n<ul>\n<li>It's all in one place, so you know where to look.</li>\n<li>It enables really easy catalogue-type applications (e.g. aptitude, synaptic)</li>\n<li>Good...
null
null
null
null
null
1068
1
null
2010-08-05T11:49:16.733
4
2390
<p>I'm not sure how to get the OEM install mode working with my Ubuntu remaster. I'm using Remastersys to make the remastered Ubuntu 10.04 distro and I don't know how to make sure OEMs can use it. I have tried running sudo oem-config-prepare after installing the remaster (with oem-config, oem-config-gtk, oem-config-remaster and oem-config-debconf installed from Synaptic) in a new account called "oem" with the password also "oem". It tells me that I have to restart to show the system setup. So I did that, but it would not start into it. I pressed the Escape key at Plymouth to view the bootup in verbose mode and it told me this:</p> <pre><code>Traceback (most recent call last): File "/usr/bin/ubiquity-dm", line 476, in &lt;module&gt; dm = DM(vt, display, username) File "/usr/bin/ubiquity-dm", line 78, in __init__ self.uid, self.gid = pwd.getpwnam(self.username)[2:4] KeyError: 'getpwnam(): name not found: live' </code></pre> <p>multiple times and that I could make a new account from the boot prompt. I attempted to do this but it was choppy and my key presses didn't appear to do anything until I pressed Enter when it displayed only some of the key presses so setting up an account from the boot prompt was futile. I have also tried setting the live username to "oem" but the regular 7-step, non-oem installer shows up when I run Ubiquity. I really need this to work as soon as possible!</p> <p>Thanks in advance!</p>
648
453
2010-08-31T03:50:04.837
2011-10-25T21:45:33.527
Wondering how to get OEM Config to work with my custom distro
[ "10.04", "development", "oem" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>That error reported looks like It's not created the user 'live' and that user has no password. Did you configure your install scripts correctly? Or did you edit the usernames correctly?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "...
null
0
2013-03-14T16:30:13.243
null
null
1069
1
1085
2010-08-05T11:51:39.587
54
50366
<p>Please give some solid reasons.</p> <hr> <p>Linked Question</p> <ul> <li><a href="https://askubuntu.com/questions/30032/how-safe-is-ubuntu">How safe is Ubuntu?</a></li> </ul>
305
-1
2017-04-13T12:24:43.893
2016-09-08T20:59:26.080
Why is Ubuntu more secure than Windows or Mac OS X?
[ "security" ]
7
1
CC BY-SA 3.0
[ { "creationDate": "2014-07-07T08:50:36.360", "id": "659316", "postId": "1069", "score": "0", "text": "It is not particular/limited for Ubuntu, more suitable is **Linux**", "userDisplayName": null, "userId": "256099" } ]
{ "accepted": true, "body": "<ol>\n<li><p><strong>Windows has had a single-user ethos for a very long time.</strong> Even with the invention of NT and a role/privilege system, default installs would plonk users as king of the hill. Their account (and, more importantly, anything running as their account) could do anything to any file without a check.</p>\n\n<p>This is huge because any application, any exploit in an application could run <em>as Administrator</em>. </p>\n\n<p>It's only since Vista where that's trying to be reversed and tightened with things like UAC...</p></li>\n<li><p><strong>Source access</strong> is a double-edged sword. Open source enthusiasts usually tout security but it does also let people right into the system. They don't have to report anything they find, they could just write exploits for the hole.</p>\n\n<p>Thankfully, most people do report any flaws they find. Even better is they sometimes include patches that can be immediately tested and distributed. </p>\n\n<p>The turnaround for patching security holes does seem shorter than closed source software.</p></li>\n<li><p><strong>There are just fewer of us.</strong></p>\n\n<p>Sounds bleak but there are fewer people using one particular open source application. It's hard to justify writing an exploit, trojan, worm, etc when you could write one for Windows in the same time and catch a lot more people.</p></li>\n</ol>\n\n<p>But we can't be complacent. There's no reason why a trojan or worm can't work in Linux. A malicious app running as a limited user can still do a whole load of damage. And the real flaw in all of this is the users.</p>\n\n<p>Users are idiots who can be convinced to do almost anything if you dress it up with enough pomp or make it look like they're going to get something worthwhile from the process.</p>\n\n<p><strong>Read: <a href=\"http://thepcspy.com/read/linux-isnt-invulnerable/\">Linux isn't invulnerable. Don't say it is.</a></strong> (Disclaimer: my post, my blog)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T12:28:02.177", "id": "1085", "lastActivityDate": "2010-08-05T12:28:02.177", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "1069", "postTypeId": "2", "score": "58" }
[ { "accepted": null, "body": "<p>More secure than Windows: </p>\n\n<ol>\n<li><p>Privileges</p></li>\n<li><p>Social Engineering</p></li>\n<li><p>The Monoculture Effect</p></li>\n<li><p>Audience Size</p></li>\n<li><p>Number of \"Eyeballs\"</p></li>\n</ol>\n\n<p>For more explanation about the above points plea...
null
null
null
null
null
1076
1
1101
2010-08-05T12:08:14.083
6
1998
<p>Where is Ubiquity used in Ubuntu?</p>
305
67335
2014-08-05T05:34:52.653
2023-09-28T19:27:33.590
What is ubiquity?
[ "ubiquity" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2017-02-02T10:10:32.367", "id": "1367817", "postId": "1076", "score": "0", "text": "RelatedL [What software does the Ubuntu installer run on?](https://askubuntu.com/questions/878641/what-software-does-the-ubuntu-installer-run-on), [What is the package name for the Ubuntu insta...
{ "accepted": true, "body": "<p>It is the wizard you see that installs Ubuntu. It also handles the slideshow in the package 'ubiquity-slideshow' which is made from HTML files.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T13:02:25.637", "id": "1048", "postId": "1101", "score": "2", "text": "ubiquity-slideshow renders using webkit", "userDisplayName": null, "userId": "305" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-05T12:56:58.423", "id": "1101", "lastActivityDate": "2023-09-28T19:27:33.590", "lastEditDate": "2023-09-28T19:27:33.590", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "456", "parentId": "1076", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>It is the installer program.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T12:10:55.733", "id": "1024", "postId": "1078", "score": "4", "text": "More specifically, it's the installer that you enc...
null
null
null
null
null
1080
1
1133
2010-08-05T12:13:25.010
0
11743
<p>What happens when KMS fails?</p>
305
null
null
2010-08-05T13:57:36.837
What is Kernel Mode Setting?
[ "kms", "plymouth" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-05T13:57:46.900", "id": "1070", "postId": "1080", "score": "2", "text": "You might want to add some more information to the question (and streamline the subject and question itself). Now you have 2 distinct questions and neither provide information on what you really w...
{ "accepted": true, "body": "<p>Mode setting is basically setting up the screen resolution and the depth mode for the graphics card. </p>\n\n<p>From <a href=\"http://en.wikipedia.org/wiki/Mode-setting#LocationBlockquote\" rel=\"nofollow\">Wikipedia</a>:</p>\n\n<blockquote>\n <p>Mode-setting can be done in kernel space or in user space. Doing mode-setting in kernel-space is more flexible. Doing kernel-based mode-setting allows displaying an error in the case of a fatal error in the kernel, even when using a user-space display server. User-space mode-setting would have needed superuser privileges for direct hardware access. So kernel-based mode-setting increases security because the user-space graphics server does not need superuser privileges.</p>\n</blockquote>\n\n<p>From <a href=\"https://wiki.ubuntu.com/X/KernelModeSetting\" rel=\"nofollow\">Ubuntu Wiki on Kernel Mode Setting</a>:</p>\n\n<blockquote>\n <p>Kernel mode-setting (KMS) shifts responsibility for selecting and setting up the graphics mode from X.org to the kernel. When X.org is started, it then detects and uses the mode without any further mode changes. This promises to make booting faster, more graphical, and less flickery.</p>\n</blockquote>\n\n<p>If KMS were to fail, I would think that X would do its own modesetting; instead of having the kernel do it. But that might require you to first disable KMS. More information specifically for different graphics gards can be found on the Ubuntu Wiki article I linked to eariler.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T13:57:36.837", "id": "1133", "lastActivityDate": "2010-08-05T13:57:36.837", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "334", "parentId": "1080", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Mode setting is basically setting up the screen resolution and the depth mode for the graphics card. </p>\n\n<p>From <a href=\"http://en.wikipedia.org/wiki/Mode-setting#LocationBlockquote\" rel=\"nofollow\">Wikipedia</a>:</p>\n\n<blockquote>\n <p>Mode-setting can be done in ...
null
null
2012-09-14T14:28:55.810
null
null
1081
1
1115
2010-08-05T12:14:41.670
9
2979
<p>With Ubuntu 9.10 I did not have any encrypted partitions set up, I have since installed a fresh Ubuntu 10.04. </p> <p>I have 3 partitions: OS root (<code>/</code>), <code>home</code> and <code>swap</code>. How do I enable encryption on my existing <code>/home</code> partition?</p>
644
367165
2015-06-25T18:37:35.397
2015-06-25T18:37:35.397
How do I encrypt my home partition?
[ "10.04", "encryption", "home-directory" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"https://help.ubuntu.com/community/EncryptedHome\" rel=\"nofollow\">Ubuntu Help: Encrypted Home</a> points to this article here: <a href=\"http://blog.dustinkirkland.com/2009/06/migrating-to-encrypted-home-directory.html\" rel=\"nofollow\">Migrating to an Encrypted Home Directory</a> which was written about a year ago. Though this article actually appears to still be valid in how to approach this.</p>\n\n<p>You won't be encrypting the entire <code>/home</code> partition but rather each individual home folder. In future user setups you can pass the <code>--encrypt-home</code> flag on the useradd command. (<code>adduser --encrypt-home new-user-name</code>)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T13:19:01.000", "id": "1115", "lastActivityDate": "2010-08-05T13:19:01.000", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "41", "parentId": "1081", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p><a href=\"https://help.ubuntu.com/community/EncryptedHome\" rel=\"nofollow\">Ubuntu Help: Encrypted Home</a> points to this article here: <a href=\"http://blog.dustinkirkland.com/2009/06/migrating-to-encrypted-home-directory.html\" rel=\"nofollow\">Migrating to an Encrypted H...
null
null
null
null
null
1082
1
null
2010-08-05T12:20:09.727
4
586
<p>How can one get more than 12 comands in Compiz->Comands?</p> <p>It's mainly for screen bindings.</p>
null
235
2011-09-26T02:18:59.627
2011-09-26T02:18:59.627
How can one get more than 12 commands in Compiz->Commands?
[ "compiz", "keyboard", "shortcuts" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p><code>System &gt; Preferences &gt; Keyboard Shortcuts</code></p>\n\n<p>That allows you to add conceivably an infinite amount of key bindings.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T16:53:00.207", "id": "1130", ...
null
null
2013-03-14T16:30:19.907
null
qox
1083
1
1122
2010-08-05T12:24:17.067
29
42230
<p>Which operating systems besides Ubuntu use it?</p>
305
null
null
2015-10-03T17:13:38.157
What is Upstart?
[ "upstart", "init" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://upstart.ubuntu.com\">Upstart</a> is the replacement for the traditional init.d style System-V bootup scripts. However, upstart is more than just a collection of bootup scripts. It allows in fact a minute planning and control of the start of different daemons. For instance, in order to automount network drives, you need first a working network. While before upstart these situations often led to race conditions, in the upstart declaration the prerequisite of a running network can be included. </p>\n\n<p>Upstart is in fact based on an event monitoring system. When a certain hardware condition occurs, or another process sends an event, one or more of upstarts scripts might be triggered. This allows i.e. particular actions being automatically triggered when an usb stick is inserted or removed.</p>\n\n<p>I believe all major Linux distributions are migrating System-V init to upstart step-by-step. In fact, upstarts can also trigger the start of the traditional init scripts, therefore, the transition does not have to occur all at once. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2018-03-27T15:10:23.050", "id": "1655321", "postId": "1122", "score": "8", "text": "This answer is a little out of date. Upstart is Ubuntu's own start-up and shutdown system however, after much debate, Ubuntu has now adopted the Debian 'Systemd' routines since Ubuntu 15.04. See (https://wiki.ubuntu.com/SystemdForUpstartUsers)", "userDisplayName": null, "userId": "717368" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T13:38:15.380", "id": "1122", "lastActivityDate": "2010-08-05T13:38:15.380", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4", "parentId": "1083", "postTypeId": "2", "score": "18" }
[ { "accepted": null, "body": "<p>Upstart is a replacement for init.</p>\n\n<p>openSUSE, Chrome OS and Maemo uses it.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-05T12:37:10.910", "id": "1032", "postId": "1091", "score": "2", "tex...
null
null
null
null
null
1084
1
1137
2010-08-05T12:26:34.397
9
11646
<p>Some models only or all models?</p>
305
null
null
2012-08-21T14:35:08.400
Do android phones sync with Ubuntu?
[ "sync", "android" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>As said, it's seen like an USB drive by Ubuntu, but the system is designed to sync over the net. Most of the stuff don't need a computer, for example my contacts and phone numbers sync with my gmail and facebook account. Pics with picassa, Files with Dropbox, task with Remember the Milk, etc...</p>\n\n<p>I really only attach it to a computer to make backups when I do system updates (I own a HTC Magic with the latest Cyanogenmod RC). All the other syncing is done magically over the net.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-05T14:45:33.607", "id": "1077", "postId": "1137", "score": "4", "text": "I still think syncing my playlist with Rythmbox is very usefull...", "userDisplayName": null, "userId": "23" }, { "creationDate": "2014-06-11T17:32:02.647", "id": "641298", "postId": "1137", "score": "0", "text": "and shotwell photo manager does a nice job too for syncing pictures.", "userDisplayName": null, "userId": "180722" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T14:06:35.993", "id": "1137", "lastActivityDate": "2010-08-05T14:50:35.767", "lastEditDate": "2010-08-05T14:50:35.767", "lastEditorDisplayName": null, "lastEditorUserId": "211", "ownerDisplayName": null, "ownerUserId": "211", "parentId": "1084", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>I only tested with one model (Motorola Milestone, called \"Droid\" in the US). But as far as I know, this is true for every android phone.</p>\n\n<p>It actually syncs very well. It is seen as a USB drive by the system, but Ubuntu finds it has pictures and music on it, and the...
null
null
null
null
null
1086
1
1119
2010-08-05T12:28:33.753
15
4152
<p>I use both GNOME and KDE SC. In GNOME, I use Docky but I do not use it with KDE. So, I would like Docky to start up only when I login into GNOME not KDE. In KDE, there is an option to make a program autostart only in KDE. But I cannot find any such option in GNOME. </p> <p>How can I do this? </p> <p>Thanks in advance. </p>
295
23878
2013-09-02T07:14:46.627
2017-05-30T07:43:13.980
How to make program autostart only in GNOME
[ "gnome", "kde", "autostart" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can edit the startup object in <code>~/.config/autostart</code> and add this to the end:</p>\n\n<pre><code>OnlyShowIn=GNOME\n</code></pre>\n\n<p>It's a poorly named option, but it will cause KDE not to start the application.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T13:28:24.867", "id": "1119", "lastActivityDate": "2012-09-07T12:06:45.317", "lastEditDate": "2012-09-07T12:06:45.317", "lastEditorDisplayName": null, "lastEditorUserId": "61218", "ownerDisplayName": null, "ownerUserId": "42", "parentId": "1086", "postTypeId": "2", "score": "14" }
[ { "accepted": null, "body": "<p><code>System &gt; Preferences &gt; Startup Applications</code> This is the Gnome alternative to the KDE Startup Manager.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-05T12:57:47.783", "id": "1043", "postId": "1098...
null
null
null
null
null
1087
1
1521
2010-08-05T12:32:05.383
8
9339
<p>I have a Ubuntu 10.04 running Oracle VirtualBox 3.2.6 with a Windows XP guest. I use a VPN that I would like to be accessed by the guest VM, on a ifconfig it shows as:</p> <pre><code>tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:5.192.10.99 P-t-P:5.192.10.99 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1362 Metric:1 RX packets:14151 errors:0 dropped:0 overruns:0 frame:0 TX packets:19860 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 RX bytes:4415271 (4.4 MB) TX bytes:17949982 (17.9 MB) </code></pre> <p>Using NAT or Bridge adapters on the VM only gives me the non-vpn adapter. How can I map the tun0 adapter to VirtualBox?</p>
539
539
2010-08-05T19:48:55.857
2011-09-22T06:32:09.600
How to map a VPN (tun0) network adapter on host Ubuntu to a VirtualBox guest Windows?
[ "networking", "virtualbox" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-06T11:54:58.747", "id": "1260", "postId": "1087", "score": "0", "text": "It did not work for me but it is clearly correct advance.\nSetting sysctl.conf:\nsysctl net.ipv4.ip_forward=1\nThen running \nsudo sysctl -p", "userDisplayName": null, "userId": "539" },...
{ "accepted": true, "body": "<p>Setting <code>/etc/sysctl.conf</code>: </p>\n\n<pre><code>sysctl net.ipv4.ip_forward=1\n</code></pre>\n\n<p>Then running: </p>\n\n<pre><code>sudo sysctl -p\n</code></pre>\n\n<p>(Should not be necessary but) I rebooted after that.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-07T00:04:03.100", "id": "1521", "lastActivityDate": "2010-08-07T00:04:03.100", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "539", "parentId": "1087", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Setting <code>/etc/sysctl.conf</code>: </p>\n\n<pre><code>sysctl net.ipv4.ip_forward=1\n</code></pre>\n\n<p>Then running: </p>\n\n<pre><code>sudo sysctl -p\n</code></pre>\n\n<p>(Should not be necessary but) I rebooted after that.</p>\n", "commentCount": "0", "comments...
null
null
null
null
null
1090
1
1092
2010-08-05T12:34:17.483
115
77586
<p>Why is defragmenting unnecessary in Ubuntu?</p>
101
881911
2021-12-11T15:34:51.390
2021-12-11T15:34:51.390
Why is defragmentation unnecessary?
[ "filesystem", "defrag" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2014-05-12T15:37:42.460", "id": "613728", "postId": "1090", "score": "3", "text": "It is not unnecessary, and depending on your use, you may want to defrag every once in a while. XFS/ext4 are both simple to defrag. Just use the tools for them, they will be done in no time. EXT...
{ "accepted": true, "body": "<p>The underlying filesystems used by Ubuntu, like ext2 and ext3, simply don't need defragmenting because they don't fragment files in the same way as NTFS. There are more details at <a href=\"http://en.wikipedia.org/wiki/Ext3#Defragmentation\">ext3 - Wikipedia, the free encyclopedia</a></p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-08-05T12:50:22.647", "id": "1039", "postId": "1092", "score": "4", "text": "Ubuntu is actually using ext4 now.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-05T16:28:48.330", "id": "1120", "postId": "1092", "score": "20", "text": "ext4 is based on ext3 is based on ext2. :)", "userDisplayName": null, "userId": "186" }, { "creationDate": "2010-08-05T19:06:43.943", "id": "1157", "postId": "1092", "score": "52", "text": "-1. Actually, they might very well need defragmentation, just to a much lesser degree.", "userDisplayName": null, "userId": "24" }, { "creationDate": "2012-12-01T08:51:09.987", "id": "276630", "postId": "1092", "score": "0", "text": "Agree with @andol: if you actually read that link it clearly says there is fragmentation, and there might be even a tool included to do so.", "userDisplayName": null, "userId": "11120" }, { "creationDate": "2012-12-01T08:52:42.653", "id": "276631", "postId": "1092", "score": "3", "text": "If you have a SSD you do not have to defragment it either.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2013-11-18T02:23:46.697", "id": "483684", "postId": "1092", "score": "4", "text": "@andol, having some fragmentation does not mean you *need* to defrag. Windows \"needs\" it because it creates ridiculous levels of fragmentation. A small amount doesn't make any real difference, and Linux is very good at keeping it to an absolute minimum.", "userDisplayName": null, "userId": "8500" }, { "creationDate": "2014-05-19T10:13:29.133", "id": "619954", "postId": "1092", "score": "2", "text": "Here there is a briefly and simple explanation of how ext2fs works to avoid big fragmentation issues: http://geekblog.oneandoneis2.org/index.php/2006/08/17/why_doesn_t_linux_need_defragmenting\nBut still it suffers a little bit.", "userDisplayName": null, "userId": "180722" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T12:35:30.463", "id": "1092", "lastActivityDate": "2014-01-24T23:50:59.563", "lastEditDate": "2014-01-24T23:50:59.563", "lastEditorDisplayName": null, "lastEditorUserId": "36315", "ownerDisplayName": null, "ownerUserId": "213", "parentId": "1090", "postTypeId": "2", "score": "66" }
[ { "accepted": true, "body": "<p>The underlying filesystems used by Ubuntu, like ext2 and ext3, simply don't need defragmenting because they don't fragment files in the same way as NTFS. There are more details at <a href=\"http://en.wikipedia.org/wiki/Ext3#Defragmentation\">ext3 - Wikipedia, the free encyclo...
null
null
null
null
null
1095
1
null
2010-08-05T12:46:40.270
7
4473
<p>Ok, So I’ve always had trouble with enabling 5.1 in Ubuntu. Running <code>alsamixer</code>:</p> <p>I have: Master, Headphones, PCM, Front, Front Mi, Front Mi, Surround, Center. All are at 100%</p> <p>Card:HDA Intel</p> <p>Chip:Realtek ALC888 (This is my onboard sound, Its a dell studio, with 7.1 integrated sound)</p> <p>Running <code>speaker-test -c6 -twav</code> I only get the front 2 speakers (Right/Left) making any noise. The others make no noise at all. </p> <p>I have no other sound card to use as all my PCI slots are used up.</p> <p><code>Daemon.conf</code>:</p> <pre><code>; daemonize = no ; fail = yes ; allow-module-loading = yes ; allow-exit = yes ; use-pid-file = yes ; system-instance = no ; enable-shm = yes ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB ; lock-memory = no ; cpu-limit = no ; high-priority = yes ; nice-level = -11 ; realtime-scheduling = yes ; realtime-priority = 5 ; exit-idle-time = 20 ; scache-idle-time = 20 ; dl-search-path = (depends on architecture) ; load-default-script-file = yes ; default-script-file = ; log-target = auto ; log-level = notice ; log-meta = no ; log-time = no ; log-backtrace = 0 resample-method = speex-float-1 ; enable-remixing = yes ; enable-lfe-remixing = no flat-volumes = no ; rlimit-fsize = -1 ; rlimit-data = -1 ; rlimit-stack = -1 ; rlimit-core = -1 ; rlimit-as = -1 ; rlimit-rss = -1 ; rlimit-nproc = -1 ; rlimit-nofile = 256 ; rlimit-memlock = -1 ; rlimit-locks = -1 ; rlimit-sigpending = -1 ; rlimit-msgqueue = -1 ; rlimit-nice = 31 ; rlimit-rtprio = 9 ; rlimit-rttime = 1000000 ; default-sample-format = s16le ; default-sample-rate = 44100 ; default-sample-channels = 6 ; default-channel-map = front-left,front-right default-fragments = 8 default-fragment-size-msec = 10 </code></pre>
633
332494
2015-10-06T04:02:36.940
2015-10-06T04:02:36.940
5.1 surround sound
[ "sound" ]
2
7
CC BY-SA 3.0
[ { "creationDate": "2010-08-09T01:38:53.190", "id": "1590", "postId": "1095", "score": "0", "text": "Could help if you make your question a little more detailed than saying \"OMFG this works better in windows!!\".\n\nWhat does your setting looks like?\n\nIs your hardware shown correctly in the so...
null
[ { "accepted": null, "body": "<p>Try this:</p>\n\n<p>Select <code>sound preferences</code> from sound indicator menu, go to hardware tab and select the applicable surround option from the profile menu.</p>\n\n<p>If all goes well, you should have a working 5.1 sound.</p>\n", "commentCount": "3", "comm...
null
null
2012-02-29T20:35:52.963
null
null
1097
1
1434
2010-08-05T12:54:27.540
3
10702
<p>I have a DAAP server with multiple VLAN interfaces. I would like to get traffic forwarded on all of the VLANs. Forwarded from eth0 to eth1.010* I've got the switch configured to be a trunk port with the correct VLANs, and I enabled <strong>/proc/sys/net/ipv4/ip_forward</strong></p> <p>But that doesn't seem to be doing the trick. Is there anything else I need to do? </p> <p>Here is my ifconfig results, as you can see the VLAN interfaces aren't really getting any traffic:</p> <pre><code>eth0 Link encap:Ethernet HWaddr 00:14:d1:10:ca:fc inet addr:192.168.1.20 Bcast:172.21.255.255 Mask:255.255.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:536 errors:0 dropped:0 overruns:0 frame:0 TX packets:259 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:264232 (258.0 KiB) TX bytes:37425 (36.5 KiB) Interrupt:20 Base address:0xe000 eth1 Link encap:Ethernet HWaddr 00:1c:c4:31:28:22 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:303 errors:0 dropped:0 overruns:0 frame:0 TX packets:202 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:225213 (219.9 KiB) TX bytes:47118 (46.0 KiB) Interrupt:17 eth1.0101 Link encap:Ethernet HWaddr 00:1c:c4:31:28:22 inet addr:172.17.1.20 Bcast:172.17.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:9076 (8.8 KiB) eth1.0102 Link encap:Ethernet HWaddr 00:1c:c4:31:28:22 inet addr:172.18.1.20 Bcast:172.18.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:9076 (8.8 KiB) eth1.0103 Link encap:Ethernet HWaddr 00:1c:c4:31:28:22 inet addr:172.19.1.20 Bcast:172.19.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:9076 (8.8 KiB) eth1.0104 Link encap:Ethernet HWaddr 00:1c:c4:31:28:22 inet addr:172.20.1.20 Bcast:172.20.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:9076 (8.8 KiB) eth1.0105 Link encap:Ethernet HWaddr 00:1c:c4:31:28:22 inet addr:172.21.1.20 Bcast:172.21.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:9076 (8.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:113 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:20777 (20.2 KiB) TX bytes:20777 (20.2 KiB) </code></pre> <p>Here is my /etc/network/interfaces file:</p> <pre><code># This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # Automagically configured network interfaces auto eth0 auto eth1.0101 auto eth1.0102 auto eth1.0103 auto eth1.0104 auto eth1.0105 iface eth0 inet static address 192.168.1.20 netmask 255.255.0.0 gateway 192.168.1.3 network 172.21.0.0 broadcast 172.21.255.255 iface eth1.0101 inet static address 172.17.1.20 netmask 255.255.255.0 iface eth1.0102 inet static address 172.18.1.20 netmask 255.255.255.0 iface eth1.0103 inet static address 172.19.1.20 netmask 255.255.255.0 iface eth1.0104 inet static address 172.20.1.20 netmask 255.255.255.0 iface eth1.0105 inet static address 172.21.1.20 netmask 255.255.255.0 </code></pre> <p>Thank you for any help, I've been working on this for quite a while.</p>
661
null
null
2010-08-06T18:04:10.650
How do I set up VLAN forwarding?
[ "server", "networking" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It worked! I've got a separate problem with DAAP now, but I think it's Avahi related. I'll try to work through that myself. Thanks a ton.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-06T18:10:48.530", "id": "1323", "postId": "1434", "score": "1", "text": "What was the solution to make it work?", "userDisplayName": null, "userId": "289" }, { "creationDate": "2010-08-06T19:38:21.323", "id": "1345", "postId": "1434", "score": "0", "text": "Your VLAN configuration but also I had the switch misconfigured. I had port15 on switch1 configured as the trunk port, and the server was plugged into port15 switch2.", "userDisplayName": null, "userId": "661" }, { "creationDate": "2010-08-09T05:11:50.547", "id": "1605", "postId": "1434", "score": "1", "text": "chris, can you mark Li Lo's answer as the answer for the question, rather than posting your success message as an answer itself?", "userDisplayName": null, "userId": "813" }, { "creationDate": "2023-06-02T11:15:11.827", "id": "2577290", "postId": "1434", "score": "0", "text": "How is this an accepted answer?", "userDisplayName": null, "userId": "223999" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-06T18:04:10.650", "id": "1434", "lastActivityDate": "2010-08-06T18:04:10.650", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "661", "parentId": "1097", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>If I'm reading your question correctly, you are looking for bridging. Bridging forwards all traffic from one interface to another.</p>\n\n<p>You will need to install bridge-utils package and setup your configuration as follows:</p>\n\n<pre><code>auto br0\niface br0 inet stati...
null
null
null
null
null
1099
1
1111
2010-08-05T12:56:27.223
6
15263
<p>I am working to get Mongodb running on a Ubuntu server install. In reviewing the <a href="http://www.mongodb.org/display/DOCS/Quickstart+Unix" rel="nofollow">instructions</a> I needed to create a "\data\db" directory in the root drive. At which point I needed to alter the owner using the CHOWN command as follows:</p> <pre><code>sudo chown `id -u` /data/db </code></pre> <p>When I issue that command as it appears in the quick start guide I receive </p> <pre><code>chown: invalid user: 'id -u' </code></pre> <p>I am new to Linux, so what I don't understand is what the 'id -u' was supposed to mean. When I replace with my user name the command completes just fine and mongo runs. Can someone help me understand what the short hand 'id -u' would communicate to an expert Linux user that it did not to me?</p>
659
367165
2015-06-25T18:38:23.307
2015-06-25T18:39:15.147
CHOWN: What does "id -u" represent
[ "filesystem", "security" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The command <code>id -u</code> prints out your \"numeric user ID\" (short: UID); as you already noticed, it is the same as spelling out your username in full on the <code>chown</code> command line. Indeed, the following command invocations should all have the same effect:</p>\n\n<pre><code>sudo chown `id -u` /data/db\nsudo chown $USER /data/db\n</code></pre>\n\n<p>The reason why it did not work as expected has likely to do with the quotes: they have to be <em>backquotes</em> (ASCII char 0x60), whereas the <code>chown</code> error message suggests that you used single quotes (ASCII char 0x27).</p>\n\n<p>You can find a very thorough explanation of UNIX shell quoting <a href=\"http://www.mpi-inf.mpg.de/~uwe/lehre/unixffb/quoting-guide.html#sect:shell-quot\" rel=\"nofollow\">here</a>. </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-05T13:20:13.837", "id": "1055", "postId": "1111", "score": "2", "text": "+1 for backticks. OP: There's a difference, in most shells, between \"normal\" single quotes (') and \"backtick\" quotes (`). Make sure you use the right ones.", "userDisplayName": null, "userId": "519" }, { "creationDate": "2010-08-05T14:28:56.980", "id": "1072", "postId": "1111", "score": "0", "text": "Thank you, I did not even notice the subtle difference in quotes, nor did I know it would cause an issue. I really appreciate the detailed response.", "userDisplayName": null, "userId": "659" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T13:08:55.577", "id": "1111", "lastActivityDate": "2015-06-25T18:39:15.147", "lastEditDate": "2015-06-25T18:39:15.147", "lastEditorDisplayName": null, "lastEditorUserId": "367165", "ownerDisplayName": null, "ownerUserId": "325", "parentId": "1099", "postTypeId": "2", "score": "14" }
[ { "accepted": null, "body": "<p>It returns your user id. Run <code>man id</code> for more information.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T12:58:38.013", "id": "1104", "lastActivity...
null
null
null
null
null
1102
1
1108
2010-08-05T12:57:38.173
5
495
<p>Since years there are rumours that Rhythmbox will be replaced by Banshee as default application in the next Distribution-Release. Are there any plans for it to be replaced? The information that I have found is ambiguous.</p>
654
449
2010-08-13T16:09:36.723
2010-11-23T21:50:12.340
Are there currently any plans to replace Rhythmbox with Banshee in "Maverick Meerkat" 10.10?
[ "10.10", "rhythmbox", "banshee" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-05T13:19:46.117", "id": "1054", "postId": "1102", "score": "0", "text": "That's a very subjective and argumentative question, since there is now way to be sure, right now.", "userDisplayName": null, "userId": "431" }, { "creationDate": "2010-08-05T13:27...
{ "accepted": true, "body": "<p>This hasn't been finalized yet. You can see on their whiteboard though that it's on the table for discussion: <a href=\"https://blueprints.launchpad.net/ubuntu/+spec/desktop-maverick-desktop-application-selection\" rel=\"nofollow\">Ubuntu Blueprints: Desktop Application Selection for Maverick</a> It comes down to several issues not only with the quality of the application, but it's size (for LiveCD), dependencies, and upstream's development cycle.</p>\n\n<p>This shows a running log of discussions and inputs. As is noted at the bottom Banshee has some issues in the Upstream which might prevent it from making it's way into 10.10.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-13T18:40:49.167", "id": "2111", "postId": "1108", "score": "0", "text": "I think ultimately it's unlikely this release.", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-08-14T17:52:31.970", "id": "2206", "postId": "1108", "score": "0", "text": "Although interesting one of the 'upstream issues', has just been fixed. (http://www.lamalex.net/2010/08/omg-thats-so-2009/)", "userDisplayName": null, "userId": "866" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T13:02:37.210", "id": "1108", "lastActivityDate": "2010-08-05T13:02:37.210", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "41", "parentId": "1102", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>I think that will be decided during the upcoming Ubuntu Developer Summit in Florida.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-13T18:37:50.750", "id": "2110", "postId": "1107", "score": "0", "te...
null
0
null
null
null
1109
1
1118
2010-08-05T13:04:43.383
3
455
<p>If I am using the proprietary driver, I don't get a good boot screen.</p>
305
65926
2013-07-09T14:05:41.603
2013-07-09T14:05:41.603
Are there any fallbacks for Plymouth?
[ "plymouth" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There is also a workaround to make plymouth use framebuffer: <a href=\"http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml\" rel=\"nofollow\">http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-05T13:27:36.397", "id": "1059", "postId": "1118", "score": "0", "text": "I wouldn't trust softpedia from my experience.", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-05T13:52:37.220", "id": "1064", "postId": "1118", "score": "0", "text": "@garbagecollection: Than write some better information. There is enough space here or at the Ubuntu community help wiki (http://help.ubuntu.com/community)", "userDisplayName": null, "userId": "4" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T13:26:58.863", "id": "1118", "lastActivityDate": "2010-08-05T13:26:58.863", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "609", "parentId": "1109", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>This depends on your definition of \"good\".</p>\n\n<p>There is a fallback: usplash and/or xsplash. These should load automatically. They do here on systems where Plymouth doesn't work.</p>\n\n<p>Plymouth requires KMS which is only available on open source drivers (AFAIK). Th...
null
null
null
null
null
1110
1
null
2010-08-05T13:05:30.247
2
477
<p>My laptop is a "Lenovo T60p" with an ATI video card and it used to work fine on 9.10.</p> <p>The external monitor works after full cycle of <kbd>Function</kbd>+<kbd>Monitor</kbd>keys pressing, but the extended is not working properly.</p> <p>Anything I should try?</p>
539
47151
2012-03-05T14:47:49.990
2012-03-05T14:47:49.990
Since 10.04 the laptop's extended monitor shows a shaky/waving image
[ "multiple-monitors", "lenovo", "9.10" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Seems to be a KMS issue. See: <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/562138\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/562138</a></p>\n\n<p>In short, add this to your kernel command (test it by holding left-control on boot,...
null
null
2013-03-14T16:30:26.770
null
null
1120
1
1187
2010-08-05T13:34:38.333
79
9558
<p>I know that vim (like emacs) is very powerful editor for programmers, as long as you know how to use it, its shortcuts, and so on. What steps can I take and what tutorials can I read to become an advanced vim user?</p>
101
8844
2011-03-01T08:50:29.947
2018-04-18T11:27:15.197
How to learn vim on a high level?
[ "programming", "vim" ]
12
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-05T13:38:02.213", "id": "1060", "postId": "1120", "score": "0", "text": "You might want to refer to the community wiki here -- \n\nhttp://ubuntu.stackexchange.com/questions/804/text-editors-in-ubuntu-vim-vs-emac-vs-nano", "userDisplayName": null, "userId": "333...
{ "accepted": true, "body": "<p><strong>Step 0:</strong> learn to touch type. Seriously - if your fingers don't know where the keys are then vim is going to be a pain. And even if you reject vim, touch typing will improve your programming (ask <a href=\"http://steve-yegge.blogspot.com/2008/09/programmings-dirtiest-little-secret.html\" rel=\"nofollow noreferrer\">Steve Yegge</a>) by making the mind to monitor link friction free. There is a <a href=\"https://stackoverflow.com/questions/410880/how-do-i-improve-my-typing-skills\">lot</a> of <a href=\"https://stackoverflow.com/questions/10475/touch-typing-software-recommendations\">software</a> that can <a href=\"https://askubuntu.com/questions/32276/are-there-any-good-typing-tutors\">help</a> you <a href=\"https://askubuntu.com/questions/14673/typing-tutor-games-with-good-playablity\">improve</a> your typing.</p>\n\n<p><strong>Step 1:</strong> Use the keyboard preferences to swap Caps Lock and Escape - seriously, how often do you use Caps Lock? Using vim you will be using Escape all the time, and having it available on the home row makes a huge difference. With the standard Ubuntu desktop, go through the menus: System -> Preferences -> Keyboard -> Layouts tab. Then hit the \"Layout Options\" button, click on the triangle next to \"Caps Lock key behaviour\" and select \"Swap ESC and CapsLock\". (Note how to do this has changed - <a href=\"https://askubuntu.com/questions/444714/how-do-i-swap-escape-and-caps-lock-in-14-04\">see this for how to do this in 14.04</a>.</p>\n\n<p><strong>Step 2:</strong> use <strong>vimtutor</strong> to get you started. It is in gvim (under\nthe help menu I think) or you can just type 'vimtutor' at the command\nline. It will take 30-45 minutes of your time and then your fingers will\nknow the basics of vi/vim and you should be able to edit files without\nwanting to hurl your keyboard out of the window. </p>\n\n<p><strong>Step 3:</strong> use vim everywhere. See <s><a href=\"https://stackoverflow.com/questions/826208/making-vim-ubiquitous\">this\nquestion from StackOverflow</a></s>\nfor tips and links for using vim and vi key bindings at the command\nline, from your web browser, for composing emails, in your IDE ... You\nneed to use vim to embed the key bindings in your muscle memory.</p>\n\n<p><strong>Step 4:</strong> learn more about vim. You will only have scratched the\nsurface with vimtutor. You can </p>\n\n<ul>\n<li>watch screencasts at <a href=\"http://vimcasts.org/\" rel=\"nofollow noreferrer\">vimcasts</a> or those by <a href=\"http://www.derekwyatt.org/vim/vim-tutorial-videos/\" rel=\"nofollow noreferrer\">Derek Wyatt</a>;</li>\n<li><a href=\"http://video.google.com/videoplay?docid=2538831956647446078\" rel=\"nofollow noreferrer\">watch this\nvideo</a> or\nread <a href=\"http://www.moolenaar.net/habits.html\" rel=\"nofollow noreferrer\">this article</a> (both about\nthe \"Seven habits of effective text editing\";</li>\n<li><a href=\"https://stackoverflow.com/questions/164847/what-is-in-your-vimrc\">read</a>\nabout\n<a href=\"https://stackoverflow.com/questions/95072/what-are-your-favorite-vim-tricks\">some</a>\nof\n<a href=\"https://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118\">the</a>\nmany\n<a href=\"https://stackoverflow.com/questions/20735/useful-vim-features\">tips</a>\nand\n<a href=\"https://stackoverflow.com/questions/726894/vim-tricks-your-mom-never-told-you-about-dark-corners\">tricks</a> \non\n<a href=\"https://stackoverflow.com/questions/tagged/vim?sort=votes\">StackOverflow</a>;</li>\n<li>browse <a href=\"http://vim.wikia.com/wiki/Main_Page\" rel=\"nofollow noreferrer\">vimtips</a>. </li>\n</ul>\n\n<p>Learn a litle often would be my advice - there is so much out there that\nsticking to bite-size chunks will be the best way to make the knowledge\nstick.</p>\n\n<p><strong>Step 5:</strong> Profit :)</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-08-05T17:33:57.867", "id": "1138", "postId": "1187", "score": "10", "text": "can't up vote this enough :)", "userDisplayName": null, "userId": "17" }, { "creationDate": "2010-08-05T18:00:26.967", "id": "1142", "postId": "1187", "score": "0", "text": "Thank you very mush for the best answer! Fortunately, I'm already touch typist. :) So, I will follow next steps ...", "userDisplayName": null, "userId": "101" }, { "creationDate": "2010-10-24T22:41:50.073", "id": "9265", "postId": "1187", "score": "1", "text": "Step 2 is so important. Changed vim from a being a pain to my favorite editor.", "userDisplayName": null, "userId": "463" }, { "creationDate": "2010-10-25T06:26:27.683", "id": "9297", "postId": "1187", "score": "2", "text": "I want to push Step 3, you can even use (g)vim on Windows or Mac or ... (see http://www.vim.org/download.php) Only using one editor will make you more familiar with it.", "userDisplayName": null, "userId": "116" }, { "creationDate": "2010-10-28T11:27:16.617", "id": "10050", "postId": "1187", "score": "0", "text": "Make caps lock an extra control (or swap them). Vim has plenty of uses of ctrl, more than I use escape (I imap kj to escape anyway), but that handy, easier control key is useful in every other program I use, too.", "userDisplayName": "Roger Pate", "userId": null }, { "creationDate": "2011-04-08T10:01:59.787", "id": "38035", "postId": "1187", "score": "0", "text": "I have to disagree with 0. Being able to type faster than you can think is not a good idea.", "userDisplayName": null, "userId": "9612" }, { "creationDate": "2018-08-15T18:39:29.810", "id": "1745887", "postId": "1187", "score": "0", "text": "I use capslock all the time (long Java constants, old Fortran, angry blog comment ;-) etc.). I prefer the `jj` method of escaping insert mode.", "userDisplayName": null, "userId": "312741" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T15:55:19.287", "id": "1187", "lastActivityDate": "2018-04-18T11:27:15.197", "lastEditDate": "2018-04-18T11:27:15.197", "lastEditorDisplayName": null, "lastEditorUserId": "731587", "ownerDisplayName": null, "ownerUserId": "150", "parentId": "1120", "postTypeId": "2", "score": "116" }
[ { "accepted": null, "body": "<p><a href=\"http://www.linuxconfig.org/Vim_Tutorial\" rel=\"nofollow\">http://www.linuxconfig.org/Vim_Tutorial</a></p>\n\n<p>That is a pretty good tutorial. It has videos and such. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
null
null
2013-04-23T16:36:33.663
null
null
1126
1
1173
2010-08-05T13:40:11.880
4
345
<p>In a script I play a sound ( <code>.ogg</code> file) using <code>/usr/bin/play</code>. The sound is played fine, but there is an annoying delay of a couple of seconds after the sound has been played before the program (<code>play</code>) terminates. Why is that, and can it be fixed? </p> <p>The script is a git-commit hook. It just calls p<code>lay -q filename.ogg</code>. I have the same experience from the command line. </p> <p>I'm on 10.04 if that’s relevant. </p>
668
134729
2015-12-15T17:35:22.457
2015-12-15T17:35:22.457
Delay when playing sound
[ "sound" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There's no need to wait for the sound to be completed, right? So you could just</p>\n\n<pre><code>play file.ogg &lt;/dev/null &amp;&gt;/dev/null &amp;\n</code></pre>\n\n<p>(or look <a href=\"https://stackoverflow.com/questions/673119/detaching-a-process-from-terminal-entirely\">here</a> for more intense detaching). Also try <code>ogg123</code> or <code>mplayer</code> instead of <code>play</code>, or try a different audio output.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T15:25:15.207", "id": "1173", "lastActivityDate": "2010-08-05T15:25:15.207", "lastEditDate": "2017-05-23T12:39:45.983", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "627", "parentId": "1126", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>I would attribute that to the time it takes for the application to shut down. It really depends how you wrote the script.</p>\n\n<p>This might be more of scripting issue than a ubuntu one.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
1132
1
1240
2010-08-05T13:57:23.703
11
5130
<p>I would like to set up a home network with the various Ubuntu machines I have at my home. They are all running 10.04. It would have to be able to share files and maybe even chat. :)</p> <p>Any information on how to set this up would be beneficial.</p> <p>Please and thank you.</p>
333
235
2012-03-11T03:57:15.373
2013-09-23T07:22:08.443
How do I share files on my home network?
[ "networking", "home-directory" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Networking in general with Linux is a wide field. It is one of those parts where the operating system is strong and offers lots possibilities. I would suggest different steps:</p>\n\n<h2>Getting an IP address</h2>\n\n<h3>DHCP</h3>\n\n<p>At first every computer in your network needs an IP address. Most home networks have some kind of (DSL) router which offers <a href=\"https://secure.wikimedia.org/wikipedia/en/wiki/Dynamic_Host_Configuration_Protocol\" rel=\"nofollow\">DHCP</a>. That means you'll get automatically an IP from your router and don't have to worry about.</p>\n\n<h3>Avahi</h3>\n\n<p>Avahi is another easy form to connect your computers in your home network. You need <code>avahi-daemon</code> installed. Furthermore the package <code>libnss-mdns</code> is needed. If the avahi daemon runs, you can connect to other computers in your network with <code>computername.local</code>. They will assign an IP and use their hostname for connections (If you forget the hostnames, open a terminal and type <code>hostname</code>.).</p>\n\n<h3>Fixed IP address</h3>\n\n<p>If the above is not the case the next easy solution (in my opinion) is to give every computer a fixed IP address. For me the easiest way is to edit <code>etc/network/interfaces</code>:</p>\n\n<pre><code>auto eth0\niface eth0 inet static\n address 192.168.0.42\n</code></pre>\n\n<p>Those lines assign the IP 192.168.0.42 to the network interface eth0 on that computer. Other information like netmask, default router etc. can also be entered into that file.</p>\n\n<h3>DHCP-Server</h3>\n\n<p>Another possibility is to install an DHCP server. This is usually more complex. I will not cover this here.</p>\n\n<h2>Getting a name</h2>\n\n<p>Under normal circumstances only connecting via IP addresses is not nice. You have to remember all those numbers. So it gets easier with names. If you only have a few computers in your network, you can edit <code>/etc/hosts</code> like:</p>\n\n<pre><code>127.0.0.1 localhost\n192.168.0.23 server\n192.168.0.42 laptop\n192.168.0.65 images\n192.168.0.123 router\n</code></pre>\n\n<p>The first entry is the IP address and the second is the name you want to use. Now you can use <code>images</code> to connect to the computer with IP 192.168.0.65. This file has to be on every computer in your network.</p>\n\n<p>If you don't want to distribute that file across your computers, you can use a DNS server like BIND. But setting this up is too complex for my answer. ;)</p>\n\n<p>Now every computer has an IP address and a name. You can connect to them.</p>\n\n<h2>Share files</h2>\n\n<p>Nautilus allows you to share files. Just click right on a folder and choose it too be shared. Eventually Ubuntu will install some missing files. Choose a name and access rights for that share and you're done. If you use the <code>service-discovery-applet</code> or <code>ahavi-discover</code> it is easy to access the files.</p>\n\n<p>A special application is giver. Every computer needs to run this software. With drag&amp;drop you can share files between computers. Besides this you can also use Pidgin, an FTP server or Samba to access files.</p>\n\n<h2>Chat</h2>\n\n<p>Here we need Avahi again. Install <code>python-avahi</code> and choose Pidgin as chat software (also Gajim is able to chat via Bonjour). Make a new account and choose Bonjour as communication protocol. If you start Pidgin and other Bonjour-users are active in your network, you'll see them and can chat.</p>\n\n<p>As said before there are several other possibilities to chat. I chose only this. Furthermore you can configure those services in specific ways. If you have questions it would be the best to ask them in more detail. Have fun with your network. :-)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2010-08-10T22:47:57.383", "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T19:31:22.163", "id": "1240", "lastActivityDate": "2013-09-23T07:22:08.443", "lastEditDate": "2013-09-23T07:22:08.443", "lastEditorDisplayName": null, "lastEditorUserId": "236", "ownerDisplayName": null, "ownerUserId": "236", "parentId": "1132", "postTypeId": "2", "score": "12" }
[ { "accepted": null, "body": "<p>You could run one of those in a server. Just install Ubuntu Server Edition and then install Samba (if you have Windows PC if not don't install) and you could have a local IRC server. A server would be a lot easier then connecting 5 (just guessing here). If you have 2 or 3 the...
null
null
null
null
null
1136
1
1140
2010-08-05T14:06:17.833
6
439
<p>I want to record a radio webcast which does not offer MP3. The easiest way to do it seems to be recording all system sounds, playing the webcast and saving as MP3.</p> <p>This is legal, by the way - I want to record a radio show in which my friend was interviewed. This is permitted by the radio station (and fair use according to Israeli law AFAIK).</p> <p>Thanks,</p> <p>Adam</p>
622
null
null
2011-03-29T08:56:34.207
Record sound from web cast
[ "sound" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can record any audio you can play using OutRec: <a href=\"http://www.omgubuntu.co.uk/2010/07/quickly-record-soundcard-output-in.html\" rel=\"nofollow\">http://www.omgubuntu.co.uk/2010/07/quickly-record-soundcard-output-in.html</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-11-15T16:30:30.043", "id": "89700", "postId": "1140", "score": "0", "text": "Thanks. I got an error with that URL, but this one works: http://www.omgubuntu.co.uk/2010/07/quickly-record-soundcard-output-in-ubuntu-with-outrec/", "userDisplayName": null, "userId": "6130" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T14:11:07.903", "id": "1140", "lastActivityDate": "2010-08-05T14:11:07.903", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "609", "parentId": "1136", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>You can record any audio you can play using OutRec: <a href=\"http://www.omgubuntu.co.uk/2010/07/quickly-record-soundcard-output-in.html\" rel=\"nofollow\">http://www.omgubuntu.co.uk/2010/07/quickly-record-soundcard-output-in.html</a></p>\n", "commentCount": "1", "com...
null
null
null
null
null
1142
1
27466
2010-08-05T14:13:30.863
9
2114
<p>I use <code>xmodmap</code> to alter my keyboard layout during session startup. However, each time the GNOME screensaver/lock screen is activated, it resets the keyboard to its default layout, and I have to run <code>xmodmap</code> again to get my keybindings back.</p> <p>I understand that resetting the keyboard layout is the right thing to do before presenting a password prompt, but Is there a way to stop the GNOME screensaver from doing it? Or a way to tell GNOME to use a custom keyboard layout all the time?</p>
325
null
null
2018-03-04T18:49:07.523
How can I stop `gnome-screensaver` from resetting my keyboard to its default layout?
[ "gnome", "10.04", "keyboard-layout" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>At log in the <code>.Xmodmap</code> (set up as user or globally) would read properly. However, when the monitor goes to sleep, and I log back in, it would be reset and keys would work as before <code>.Xmodmap</code> was loaded. No setting worked around until at some point I realized that my keyboard is plugged in to the monitor and thus all sittings are lost when the monitor goes to sleep or is turned off. What helped was to plug in the keyboard directly to the computer tower. Now the initial reading of <code>.Xmodmap</code> right after logging in is maintained independently of the monitor being on or off.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-15T21:13:46.273", "id": "34239", "postId": "27466", "score": "0", "text": "the problem reapeared when I had other things (mouse, webcam) plugged to the monitor--but works fine again since I plugged these to the computer or keyboard (via computer)", "userDisplayName": null, "userId": "11243" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-22T00:24:58.587", "id": "27466", "lastActivityDate": "2018-03-04T18:49:07.523", "lastEditDate": "2018-03-04T18:49:07.523", "lastEditorDisplayName": null, "lastEditorUserId": "175814", "ownerDisplayName": null, "ownerUserId": "11243", "parentId": "1142", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>You can change GNOME keyboard layout options in System -> Preferences -> Keyboard.</p>\n\n<p>You can edit key bindings in System -> Preferences -> Keyboard Shortcuts.</p>\n\n<p>These may not have the same flexibility as xmodmap, but should work properly even after screensaver...
null
null
null
null
null
1143
1
1144
2010-08-05T14:20:38.463
307
1749547
<p>Seeing there are various ways to install on Ubuntu. What are the various ways to uninstall items?</p> <p>Which ways always work? How can I be sure something was uninstalled?</p>
333
18612
2012-01-19T00:08:18.843
2023-04-23T06:57:01.737
How can I uninstall software?
[ "uninstall" ]
11
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If the application has been installed via the package manager, all you have to do is run</p>\n\n<pre><code>sudo apt-get remove &lt;application_name&gt;\n</code></pre>\n\n<p>That should always work. If the terminal isn't what stirs your tea, you could open <strong>System → Administration → Synaptic Package Manager</strong>, search for the package you want to remove, click on the checkbox next to it and select \"mark for removal\". Once you click \"Apply\", the package should be removed. There's of course also the Ubuntu Software Center. It's pretty much the same thing as Synaptic. Just search for the application name and click the \"Remove\" button.</p>\n\n<p>Sometimes applications can be split up into multiple packages (for example, many games have a separate package for their music). To make sure that you uninstall all related packages AND configuration files, you can type</p>\n\n<pre><code>sudo apt-get purge &lt;package-name&gt;\n</code></pre>\n\n<p>or -in Synaptic- \"mark for complete removal\" instead of just \"mark for removal\".</p>\n\n<p>As for applications that have been manually compiled and installed, there's not always a single way to remove them. The best thing to do is consult the README/INSTALL file that accompanied the source package - if one exists.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2016-07-06T06:02:53.423", "id": "1197719", "postId": "1144", "score": "1", "text": "Do you need to be in a specific directory? For some reason it is unable to locate my package.", "userDisplayName": null, "userId": "554474" }, { "creationDate": "2016-09-06T04:15:49.443", "id": "1246658", "postId": "1144", "score": "3", "text": "Ubuntu 16.04 doesn't have a System -> Administration, or Synaptic installed by default.", "userDisplayName": null, "userId": "116961" }, { "creationDate": "2018-10-18T08:51:26.833", "id": "1783897", "postId": "1144", "score": "6", "text": "This works too: ```sudo apt remove <application_name>``` (Ubuntu 18.04.1 LTS)", "userDisplayName": null, "userId": "501323" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-05T14:24:42.680", "id": "1144", "lastActivityDate": "2017-02-19T08:46:55.480", "lastEditDate": "2017-02-19T08:46:55.480", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "334", "parentId": "1143", "postTypeId": "2", "score": "354" }
[ { "accepted": true, "body": "<p>If the application has been installed via the package manager, all you have to do is run</p>\n\n<pre><code>sudo apt-get remove &lt;application_name&gt;\n</code></pre>\n\n<p>That should always work. If the terminal isn't what stirs your tea, you could open <strong>System → Adm...
null
null
null
null
null
1145
1
3493
2010-08-05T14:30:55.367
17
58579
<p>Is there a After Effects like software for Ubuntu (or for free)</p> <p>Adobe After Effects is a compositing, compositional and post-production video tool. If you think about green-screening, those cool titles/credits, overlays with people's names, infographics... it's all that stuff, and a lot more. Like motion photoshop, in full hd.</p>
677
53498
2012-10-22T16:08:14.780
2013-11-06T13:34:12.327
Is there an alternative to Adobe AfterEffects?
[ "software-recommendation" ]
5
8
CC BY-SA 3.0
[ { "creationDate": "2010-08-05T14:55:56.207", "id": "1081", "postId": "1145", "score": "2", "text": "@sepp2k: I think After Effects is well known enough that it's not necessary.", "userDisplayName": null, "userId": "10" }, { "creationDate": "2010-08-09T01:36:00.467", "id": "15...
{ "accepted": true, "body": "<p>There is lots of <strong>high end</strong> (and sometimes quite expensive) video software for linux. </p>\n\n<p>There is a <a href=\"http://en.wikipedia.org/wiki/List_of_video_editing_software\" rel=\"noreferrer\">wikipedia page</a> that has a list of available software (both commercial &amp; open source) for multiple operating systems.</p>\n\n<p>One interesting software project which is not on that list yet is <a href=\"http://ramencomp.blogspot.com/\" rel=\"noreferrer\">Ramen</a> that is designed for 64 bits Linux operating systems.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-03T00:21:08.987", "id": "3531", "postId": "3493", "score": "1", "text": "+1 for Ramen. That one is new to me. I would also throw Blender into the mix. While it's better known as a 3d animation tool it also includes a node based compositor and NLE.", "userDisplayName": null, "userId": "1909" }, { "creationDate": "2012-03-03T15:27:06.293", "id": "129116", "postId": "3493", "score": "2", "text": "Do you work with any of this @JanC ?", "userDisplayName": null, "userId": "26002" }, { "creationDate": "2022-12-15T22:41:45.597", "id": "2523266", "postId": "3493", "score": "0", "text": "Ramen seems dead as of 2022", "userDisplayName": null, "userId": "931646" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-09-02T19:38:47.023", "id": "3493", "lastActivityDate": "2011-11-30T21:39:41.200", "lastEditDate": "2011-11-30T21:39:41.200", "lastEditorDisplayName": null, "lastEditorUserId": "30400", "ownerDisplayName": null, "ownerUserId": "935", "parentId": "1145", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>There's PiTiVi which is included by default. And there is <a href=\"http://www.editshare.com/index.php?option=com_wrapper&amp;Itemid=208\" rel=\"nofollow\">LightWorks</a> which is opensource.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "...
null
null
2016-09-26T12:07:46.587
null
null
1147
1
1153
2010-08-05T14:38:19.363
14
5190
<p>which of the two it is?</p>
305
158442
2017-02-28T03:38:46.520
2017-08-25T17:52:30.833
Is Ubuntu based on Debian unstable or Debian testing?
[ "debian" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Both.</p>\n\n<p>In every Ubuntu release, there's an initial import from Debian unstable for many packages in <code>main</code>. After 9 weeks or so, that process is frozen and the versions are <a href=\"https://wiki.ubuntu.com/DebianImportFreeze\" rel=\"noreferrer\">locked down</a>.</p>\n\n<p>However, there is still tracking done by the MOTU team for universe. Many packages come across from testing. (Many packages are also wholly original too.)</p>\n\n<p>For both sets of packages, bug tracking is done on Launchpad and custom patches will be introduced or backported from the previous Ubuntu release.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-05T14:50:02.833", "id": "1153", "lastActivityDate": "2010-08-05T14:50:02.833", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "679", "parentId": "1147", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Neither, but it resembles Unstable more of the two.</p>\n\n<p>Ubuntu syncs packages during the development cycle from unstable and those packages then get stabilized and/or modified before release. At the time of the release, Ubuntu has fallen behind of Unstable quite a bit, ...
null
null
null
null
null
1148
1
1157
2010-08-05T14:42:44.097
276
195961
<p>Occasionally I install applications manually, rather than using <code>apt</code> or another package manager. </p> <p>What location (<code>/usr/</code>, <code>/usr/local/</code>, <code>/opt/</code>, <code>/home/</code>, etc.) is suggested by "best practices" for the installation of user applications?</p>
473
628293
2017-04-26T17:58:24.370
2024-02-13T13:39:21.403
When installing user applications, where do "best practices" suggest they be located?
[ "application-development", "software-installation" ]
6
4
CC BY-SA 3.0
[ { "creationDate": "2013-04-28T00:57:14.463", "id": "360689", "postId": "1148", "score": "0", "text": "Liking to install things from source every so often, I wrote [a little tool to do it](https://github.com/adamnew123456/USM) which does the changes to your shell startup file on its own (and also...
{ "accepted": true, "body": "<p>That depends, really. If the application has a makefile, or for example for Python apps if the application uses <a href=\"https://docs.python.org/3/library/distutils.html\" rel=\"noreferrer\">distutils</a> (e.g., has a <code>setup.py</code> file), or a similar build/install system, you should install it into <code>/usr/local/</code>. This is often the default behavior.</p>\n<p>From what I understand, <code>/usr/local/</code> has a hierarchy that is similar to <code>/usr/</code>. However, directories like <code>/usr/bin/</code> and <code>/usr/lib/</code> are usually reserved for packages installed via <code>apt</code>. So a program expecting to get &quot;installed&quot; into <code>/usr/</code> should work fine in <code>/usr/local/</code>.</p>\n<p>If you just need to extract a tarball and run directly (e.g. Firefox) then put it into <code>/opt/</code>. A program that just needs one directory and will get all files/libraries relative to that directory can get one directory for itself in <code>/opt/</code>.</p>\n<p>For reference, see the <a href=\"https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html\" rel=\"noreferrer\">FHS</a>.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2014-06-25T02:24:35.110", "id": "651582", "postId": "1157", "score": "4", "text": "Make a symlink from /usr/bin or add it to PATH in ~/.bashrc", "userDisplayName": null, "userId": "97696" }, { "creationDate": "2019-02-09T15:43:53.913", "id": "1844832", "postId": "1157", "score": "2", "text": "What about `~/.local/share` ? @Marco", "userDisplayName": null, "userId": "713569" }, { "creationDate": "2019-02-10T16:43:21.647", "id": "1845280", "postId": "1157", "score": "2", "text": "You can install things inside `~` (your home directory), but that will make an application accessible only to one user. Other users on your system will have to install and maintain their own installations of that software. As for best practices on installing applications install your home directory, I believe there aren't as strong guidelines because you won't interfere with system packages.", "userDisplayName": null, "userId": "203" }, { "creationDate": "2019-07-02T14:20:13.820", "id": "1922200", "postId": "1157", "score": "1", "text": "Is it wrong to install apps that are 'unzipped from tar' under /home/ubuntu/myapp - what diff does this made compared with /opt/myapp?", "userDisplayName": null, "userId": "971519" }, { "creationDate": "2019-07-02T20:36:31.403", "id": "1922351", "postId": "1157", "score": "2", "text": "@JARC, that would only be available to one user on the system (in your case the \"ubuntu\" user).", "userDisplayName": null, "userId": "203" }, { "creationDate": "2022-05-24T18:49:05.797", "id": "2450914", "postId": "1157", "score": "1", "text": "For programs used by only the specific user, [systemd](https://www.freedesktop.org/software/systemd/man/file-hierarchy.html#Home%20Directory) and [XDG](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/) recommend `~/.local/bin`. See the answers [here](https://unix.stackexchange.com/questions/36871/where-should-a-local-executable-be-placed) and [here](https://unix.stackexchange.com/questions/316765/which-distributions-have-home-local-bin-in-path) for more.", "userDisplayName": null, "userId": "5740" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-05T14:53:43.543", "id": "1157", "lastActivityDate": "2022-09-25T12:35:19.250", "lastEditDate": "2022-09-25T12:35:19.250", "lastEditorDisplayName": null, "lastEditorUserId": "628938", "ownerDisplayName": null, "ownerUserId": "203", "parentId": "1148", "postTypeId": "2", "score": "229" }
[ { "accepted": null, "body": "<p>The Linux Filesystem Hierarchy Standard indicates <code>/usr/local</code>.</p>\n\n<p>From <a href=\"http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/usr.html\" rel=\"noreferrer\">http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/usr.html</a>:</p>\n\n<blockquote>\n <p>Th...
null
null
null
null
null
1158
1
null
2010-08-05T14:54:52.620
57
57320
<p>I want to tell compiz, metacity, the gnome-terminal or whoever is in charge to open the terminal window maximized by default.</p> <p>How can I do that?</p> <p>EDIT for the future: most of the answers were upvoted in older ubuntu versions, since 17.10 and on the most upvoted solutions do not work.</p>
17
17
2019-10-30T12:49:32.780
2019-10-30T12:49:32.780
How to set the terminal to open maximized
[ "compiz", "gnome-terminal" ]
11
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Launch gnome-terminal as such:</p>\n\n<pre><code>gnome-terminal --window --maximize\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-05T17:27:47.017", "id": "1137", "postId": "1160", "score": "0", ...
null
null
null
null
null