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
4737
1
4741
2010-09-25T07:08:58.903
5
2804
<p>I'm setting up Lucid on a new laptop and I'd like to use LVM - partly for flexibility and partly to make it easy to move /home to a new distro if needed. </p> <p>Should I be setting up /home on it's own VG (initially containing a single PV) or is it OK to add all PVs to a single VG and to slice off a LV for /home?</p> <p>It feels to me like one VG for /home and one VG for everything else is the best answer for keeping /home safe or moving it at a later date, but does that limit my flexibility for resizing things later?</p> <p>Thanks</p>
2493
null
null
2010-09-25T11:52:26.857
Should I use a volume group or a logical volume for /home on LVM?
[ "partitioning", "lvm" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The whole point of volume groups is to contain several logical volumes. The only reason I can think of to use separate volume groups is if they must be kept on different (sets of) physical volumes (for example, I have a desktop machine with two hard drives and three volume groups: one RAID1-ed between the two drives, and one on each drive).</p>\n\n<p>If you only intend to run Linux on that machine, make a single partition on the hard disk, use that partition as a PV, make a VG containing just that PV, and create one LV per filesystem (root, home, swap).</p>\n", "commentCount": "2", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-25T11:52:26.857", "id": "4741", "lastActivityDate": "2010-09-25T11:52:26.857", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "4737", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>The whole point of volume groups is to contain several logical volumes. The only reason I can think of to use separate volume groups is if they must be kept on different (sets of) physical volumes (for example, I have a desktop machine with two hard drives and three volume gr...
null
null
null
null
null
4743
1
4746
2010-09-25T12:03:53.800
19
982
<p>Whilst I like the MeMenu, one thing has always bothered me about it; rather then use my actual name, it uses my username.</p> <p>So, is there anyway to change this?</p>
2442
169736
2014-04-05T13:09:07.377
2014-04-05T13:09:07.377
How do I replace the MeMenu username with my actual name?
[ "indicator", "menu" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-29T10:07:10.793", "id": "4983", "postId": "4743", "score": "1", "text": "There's a bug report about this:\nhttps://bugs.launchpad.net/indicator-me/+bug/604506", "userDisplayName": null, "userId": "2217" } ]
{ "accepted": true, "body": "<p>To switch to your actual name enter the following in a console (Applications->Accessories->Terminal) or you can use the <a href=\"https://askubuntu.com/questions/17249/how-do-i-use-the-gconf-editor\">gconf-editor</a>:</p>\n\n<pre><code>gconftool -s /system/indicator/me/display --type int 2\n</code></pre>\n\n<p>And to switch back:</p>\n\n<pre><code>gconftool -s /system/indicator/me/display --type int 1\n</code></pre>\n\n<p>It is also possible to hide the name altogether and show just the icon:</p>\n\n<pre><code>gconftool -s /system/indicator/me/display --type int 0\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-09-25T14:35:18.930", "id": "4853", "postId": "4746", "score": "0", "text": "Thank you! I have to wonder why this isn't the default...", "userDisplayName": null, "userId": "2442" }, { "creationDate": "2010-09-25T14:49:31.507", "id": "4854", "postId": "4746", "score": "0", "text": "Interestingly it is default on the original mockups. I imagine it's to save space, especially on small screens and netbooks.", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-10-29T20:55:00.727", "id": "10466", "postId": "4746", "score": "0", "text": "Fluteflute hits the nail on its head with that last answer.", "userDisplayName": null, "userId": "292" }, { "creationDate": "2010-12-15T18:22:19.980", "id": "18799", "postId": "4746", "score": "0", "text": "This is becoming the default in Natty. http://www.omgubuntu.co.uk/2010/12/memenu-now-displays-full-user-name-in-natty/", "userDisplayName": null, "userId": "861" }, { "creationDate": "2011-02-18T09:54:21.763", "id": "29659", "postId": "4746", "score": "0", "text": "It doesn't necessarily save space. I use likewise-open on my work computer, and domain\\username is longer than my full name.", "userDisplayName": null, "userId": "3251" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-25T13:04:00.833", "id": "4746", "lastActivityDate": "2010-12-15T18:10:25.770", "lastEditDate": "2017-04-13T12:23:44.677", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "866", "parentId": "4743", "postTypeId": "2", "score": "19" }
[ { "accepted": true, "body": "<p>To switch to your actual name enter the following in a console (Applications->Accessories->Terminal) or you can use the <a href=\"https://askubuntu.com/questions/17249/how-do-i-use-the-gconf-editor\">gconf-editor</a>:</p>\n\n<pre><code>gconftool -s /system/indicator/me/displa...
null
null
null
null
null
4747
1
4749
2010-09-25T13:57:19.807
4
1515
<p>I found on this launchpad bug (<a href="https://bugs.launchpad.net/ubuntu/+source/foo2zjs/+bug/96454" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/foo2zjs/+bug/96454</a>) the command:</p> <pre><code>sudo getweb 1020 </code></pre> <p>I don't know what getweb is, so here is the question.</p>
1076
866
2010-09-25T14:52:30.427
2010-09-26T06:21:34.517
What is the command getweb?
[ "command-line", "printing" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It's a tool to download from the internet various printer related things: e.g. firmware. Specifically <code>sudo getweb 1020</code> is to <code>Get HP LJ 1020 firmware file</code>. You get the text below if you run <code>getweb</code> (without arguments) in a terminal. </p>\n\n<p><code>Convenience script to get extra somethings from the web, such as ICC color profiles, firmware, PPD files, etc.</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-25T14:52:00.647", "id": "4749", "lastActivityDate": "2010-09-26T06:21:34.517", "lastEditDate": "2010-09-26T06:21:34.517", "lastEditorDisplayName": null, "lastEditorUserId": "866", "ownerDisplayName": null, "ownerUserId": "866", "parentId": "4747", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>It's a tool to download from the internet various printer related things: e.g. firmware. Specifically <code>sudo getweb 1020</code> is to <code>Get HP LJ 1020 firmware file</code>. You get the text below if you run <code>getweb</code> (without arguments) in a terminal. </p>\n...
null
null
null
null
null
4750
1
null
2010-09-25T15:39:56.433
20
4960
<p>How can I find which command is bound to a give keyboard shortcut? I remember playing with my keyboard shortcuts recently in different places: System/Preferences/Keyboard Shortcuts, "gnome-keyboard-properties" and Compiz. Is there a central place where all those shortcuts are kept or do I have to remember all the places where I set a keyboard shortcut?</p>
2331
4
2010-09-25T16:42:01.293
2010-09-28T03:47:04.820
How can I find which command is bound to a given keyboard shortcut?
[ "shortcut-keys", "shortcuts" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The best place I've found is to use gconf. Hit F2 for a run box and type in gconf-editor, then browse to apps > metacity > global_keybindings. You can also set up custom commands in the keybinding_commands section and call them up there. Example:\nFor keybinding command comma...
null
null
null
null
null
4751
1
null
2010-09-25T16:54:27.823
3
39222
<p>I have been trying to get this to work for several days. I have googled until I can't google anymore.....</p> <p>I have Ubuntu 10.04 64 bit with Virtualbox Ver. 3.2.8 installed. I have a windows xp pro guest. I am running Rosettas stone in the guest. Everything works great except the mic.</p> <p>The guest audio is:</p> <p>Host Driver:PulseAudio Controller:ICH AC97</p> <p>This works well in Lucid. In XP it's as if the os doesn't know how to use the mic. I see it in the xp sound app. It doesn't work but it's listed as intel integrated sudio. When I run sound recorder , I click on record and the bar/slider that indicates time recording doesn't move.</p> <p>Are there any settings in VB that I need to modify to get this to work?</p> <p>I tried getting rosetta stone to work in wine but had no luck.</p>
1781
null
null
2013-11-30T15:35:35.700
How can I get my microphone to work in a virtualbox windows xp guest?
[ "virtualbox" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2016-09-14T07:04:45.050", "id": "1253230", "postId": "4751", "score": "0", "text": "why is this considered too localized?", "userDisplayName": null, "userId": "440663" } ]
null
[ { "accepted": null, "body": "<p>Do this:\nGo left click on sound indicator on Ubuntu and chose Sound Preferences\nIn the Input tab on conector chose your Mic (for me work Microphone 2)\nThen go to System > Administration > User and Groups\nClick on Manage Groups, scoll down on vboxusers select hem with 1 le...
null
null
2013-03-14T17:19:13.227
null
null
4752
1
4792
2010-09-25T17:25:01.663
14
2312
<p>I'm upgrading my laptop to Maverick (10.10) and I noticed btrfs is an option for the filesystem. I read a while ago that the Ubuntu team weren't sure if it was going to be stable for Maverick. Does anyone know (with references) if it was approved for stable use? Any other pros and cons?</p> <p>For the moment I've made my root partition ext4 and my home partition btrfs, but I could reinstall. My laptop is a secondary computer.</p>
150
235
2011-11-29T14:00:39.197
2019-10-14T06:20:19.273
Is Btrfs in 10.10 considered stable?
[ "10.10", "filesystem", "btrfs" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I've done a bit of googling about this since asking the question and found:</p>\n\n<ul>\n<li>there is currently <a href=\"http://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg05749.html\" rel=\"nofollow\">no fsck for btrfs</a> (as of linux kernel 2.6.36, while maverick has 2.6.35), so \"it's rather easy to kill a btrfs by just losing power\".</li>\n<li>the <a href=\"https://blueprints.launchpad.net/ubuntu/+spec/foundations-m-btrfs-support\" rel=\"nofollow\">btrfs launchpad blueprint</a> has the comment \" I deferred this for completion in Natty, as we won't be able to complete all the remaining work for Maverick\".</li>\n<li>there is an <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/601299\" rel=\"nofollow\">open bug about dpkg upgrades and installs being very slow on btrfs</a>.</li>\n</ul>\n\n<p>So all these would suggest btrfs should not be used on a production system, or any other system where you care about the data.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-09-27T00:26:12.157", "id": "4876", "postId": "4792", "score": "1", "text": "The dpkg bug is a more widespread performance issue - write-heavy loads on in btrfs on 2.6.35 kernels (I haven't checked in the 2.6.36-rcs) dramatically degrade performance.", "userDisplayName": null, "userId": "188" }, { "creationDate": "2011-02-17T19:29:44.633", "id": "29556", "postId": "4792", "score": "0", "text": "btrfs-utils now installs btrfsck.", "userDisplayName": null, "userId": "11025" }, { "creationDate": "2011-11-29T15:18:35.980", "id": "94988", "postId": "4792", "score": "1", "text": "@RAOF, it is not write heavy loads, but sync heavy loads that are the problem. dpkg does a ton of fsyncs to make sure that a power loss in the middle of upgrade doesn't leave the system in a broken state. This slows down upgrades quite a bit on any filesystem, but btrfs is *really* bad at it. Using libeatmydata to disable all of the sync family calls gives great performance.", "userDisplayName": null, "userId": "8500" }, { "creationDate": "2011-11-29T22:53:48.417", "id": "95129", "postId": "4792", "score": "0", "text": "It was also my experience that simply being write-heavy would seriously degrade performance. It's entirely possible that's been resolved, though.", "userDisplayName": null, "userId": "188" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-26T19:56:35.193", "id": "4792", "lastActivityDate": "2011-02-18T20:44:01.490", "lastEditDate": "2011-02-18T20:44:01.490", "lastEditorDisplayName": null, "lastEditorUserId": "150", "ownerDisplayName": null, "ownerUserId": "150", "parentId": "4752", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<p>It is not considered stable.</p>\n\n<p>People are usually conservative when it comes to new filesystems. You don't want to lose data, right?</p>\n\n<p>If your data under /home is not important to you, brtfs is a good fs choice right now.</p>\n", "commentCount": "0", "...
null
null
null
null
null
4753
1
null
2010-09-25T18:06:41.793
5
132
<p>What is the best way to automatically launch a process when the Internet connection goes up/down?</p>
2331
null
null
2010-09-26T02:48:38.633
What is the best way to launch a process when the Internet connection goes up/down?
[ "networking" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The old-school way is to put a script in <code>/etc/network/if-up.d</code> and <code>if-down.d</code>. I'm not sure if that still works with NetworkManager or not. There should be scripts in there that you can copy to get started.</p>\n", "commentCount": "0", "comme...
null
0
null
null
null
4755
1
4756
2010-09-25T18:31:23.707
5
1610
<p>I've installed Ubuntu 10.04 LAMP server. The only (in addition to all the standard technical users created by installation) user is "administrator" (should I create more?). I doubt it is correct to place public websites to /home/administrator/public_html/. What is the correct place? I am going to use <a href="http://httpd.apache.org/docs/2.2/vhosts/name-based.html" rel="nofollow">Apache's Name-based Virtual Host Support</a> to host multiple websites.</p>
2390
2390
2010-09-25T22:20:18.807
2010-09-27T23:01:10.580
I've installed Ubuntu 10.04 LAMP server. Where do I best create folders to put my websites?
[ "10.04", "lamp", "websites", "hosting" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>That depends a lot on what you think is good.</p>\n\n<p>Personally i have two lamp's running several sites and they use the following setup:</p>\n\n<pre><code>/var/www/domain.tld/subdomaine\n/var/www/domain.tld/subdomaine-log\n</code></pre>\n\n<p>Real life example:</p>\n\n<pre><code>&lt;VirtualHost *:80&gt;\n ServerAdmin hostmaster@sourcelab.dk\n ServerName sourcelab.dk\n ServerAlias www.sourcelab.dk *.sourcelab.dk\n\n DocumentRoot /var/www/sourcelab.dk/www\n &lt;Directory /&gt;\n Options FollowSymLinks\n AllowOverride None\n &lt;/Directory&gt;\n\n &lt;Directory /var/www/sourcelab.dk/www&gt;\n Options Indexes FollowSymLinks MultiViews\n AllowOverride All\n Order allow,deny\n allow from all\n &lt;/Directory&gt;\n\n ErrorLog /var/www/sourcelab.dk/www-log/error.log\n\n # Possible values include: debug, info, notice, warn, error, crit,\n # alert, emerg.\n LogLevel warn\n\n CustomLog /var/www/sourcelab.dk/www-log/access.log combined\n ServerSignature On\n&lt;/VirtualHost&gt;\n</code></pre>\n\n<p>If you use this setup it might be a good idea to alter /etc/logrotate.d/apache2 just prepend lines like this \"/var/www/sourcelab.dk/www-log/*.log\" to the file.</p>\n\n<pre><code>/var/www/sourcelab.dk/www-log/*.log\n/var/log/apache2/*.log {\n weekly\n missingok\n rotate 52\n compress\n delaycompress\n notifempty\n create 640 root adm\n sharedscripts\n postrotate\n if [ -f \"`. /etc/apache2/envvars ; echo ${APACHE_PID_FILE:-/var/run/apache2.pid}`\" ]; then\n /etc/init.d/apache2 reload &gt; /dev/null\n fi\n endscript\n}\n</code></pre>\n\n<p>This will make logrotate rotate the log-files once a week and keep a backlog of 52 times one week. This will help you avoid filling your HDD with logfiles and it helps you if you ever need something from the logfiles. I recently trawled through a 5GB postfix mail logfile... NOT FUN!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-25T18:49:19.560", "id": "4756", "lastActivityDate": "2010-09-27T23:01:10.580", "lastEditDate": "2010-09-27T23:01:10.580", "lastEditorDisplayName": null, "lastEditorUserId": "455", "ownerDisplayName": null, "ownerUserId": "455", "parentId": "4755", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>That depends a lot on what you think is good.</p>\n\n<p>Personally i have two lamp's running several sites and they use the following setup:</p>\n\n<pre><code>/var/www/domain.tld/subdomaine\n/var/www/domain.tld/subdomaine-log\n</code></pre>\n\n<p>Real life example:</p>\n\n<pr...
null
null
null
null
null
4758
1
null
2010-09-25T19:38:54.620
2
309
<p>When I was using Arch Linux with KDE 4.5 and Opera analogue clock widget, it was much less CPU-consuming. Now, on Ubuntu 10.10 (and I use the same proper graphics driver) it consumes mean of 15% of CPU (least of 11%, max of 34%). What may the reason be?</p>
2390
235
2011-01-17T18:21:49.020
2011-01-17T18:21:49.020
Why does an Opera widget (analog clock) use so much CPU?
[ "10.10", "performance", "opera" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>maybe a bug in drivers or kernel?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-27T04:51:56.630", "id": "4804", "lastActivityDate": "2010-09-27T04:51:56.630", ...
null
null
2013-03-14T17:19:18.033
null
null
4759
1
11643
2010-09-25T19:45:35.167
3
1828
<p>On Windows overlay-rendered video playback was working correct on all the monitors. On Linux I not only have to place my external monitor below (instead of right to) my laptop's panel to enable its full resolution , but video player displays blue square instead of the video picture if placed on the second display. Can I overcome it other way than by using software video rendering?</p> <p>I use Intel 82852/855GM graphics and Ubuntu 10.10. I mainly use raw mplayer to play video.</p> <p><strong>UPDATE</strong>: I've noticed, that the problem only takes place when I use a big (1600x1200) monitor (placed under the laptop's panel, otherwise it's impossible to use that big resolution with Intel driver (or just my oldie Intel card)). When I use a 1024x768 external panel (placed to the right of the laptop's panel), overlay video rendering seems to work ok on both screens.</p>
2390
2390
2010-10-02T22:10:44.613
2010-11-05T21:23:35.127
How to enable video playing on a second monitor using Intel graphics?
[ "10.10", "video", "intel-graphics", "mplayer" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>As updating video drivers does not help, I've found a workaround. It's to launch a player for the same file (I use raw mplayer) twice (and then close the first instance) - first playback window shows a blue square and a second shows a picture as it is meant to. Note that the problem only occurs on big monitors - if a second monitors is 1024x768 there is no problem, if a monitors is 1600x1200 the problem occurs even if it is the only monitors turned on.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-05T21:23:35.127", "id": "11643", "lastActivityDate": "2010-11-05T21:23:35.127", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2390", "parentId": "4759", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Install the xorg-edgers drivers: <a href=\"https://edge.launchpad.net/~xorg-edgers\" rel=\"nofollow\">https://edge.launchpad.net/~xorg-edgers</a></p>\n\n<p>I had problems with the default drivers in Ubuntu 10.10 on an 945GM Intel card when the total screen area was bigger tha...
null
null
null
null
null
4760
1
null
2010-09-25T19:52:27.723
5
1024
<p>I have Ubuntu 10.04 running on a Dell laptop/Nvidia video. Everything works fantastic, except for one "nit" that is VERY annoying.. Every so often the graphical interface stops responding, such that the following happens: any gnome-terminals I happen to have open are still working normally, if I have Audacious running, the music continues to play, but all Gnome panels no longer respond, I cannot drag any open windows around, but I can right-click on the desktop and get that Gnome menu, but none of the menu selections respond. The first time this happened, I had to powercycle the laptop, as I didnt have any shell-window open.. It was then I discovered that Ubuntu now disables the ctl-alt-bksp/X restart. I've since re-enabled it, and an X restart restores the gui. This happens often at least once a day, and since I use the laptop daily, it becomes annoying to lose the apps I had running when I have to restart X. I've tried checking dmseg/syslog/messages immediately after this happens, but have not spotted any "smoking-gun" pointing to <em>why</em> this is happening. I first thought it might be Compiz causing it, so I disabled it, still happened. Since the laptop has Nvidia 8400M video, I use the Nvidia closed-source "blob" driver.. I'm posting here to see if 1) anybody else is seeing this, 2) <em>where</em> I should be looking for the cause....</p> <p>Thanks</p>
2497
null
null
2010-09-27T02:35:05.847
Ubuntu 10.04 Gnome/X hang
[ "10.04", "gnome", "xorg" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-09-25T21:16:31.837", "id": "4857", "postId": "4760", "score": "1", "text": "`~/.xsession-errors` is a place to look for culprits", "userDisplayName": null, "userId": "1078" }, { "creationDate": "2010-09-27T13:38:32.547", "id": "4883", "postId": "47...
null
[ { "accepted": null, "body": "<p>When the freeze happens, can you get a terminal by hitting Alt+F2 and typing <code>gnome-terminal</code>? If so, try a <code>tail ~/.xsession-errors</code> <i>before</i> hitting Ctrl-Alt-Backspace or otherwise restarting the X session, as that file will show errors from the c...
null
null
2012-02-05T20:36:38.857
null
null
4761
1
4771
2010-09-25T23:04:42.483
5
4306
<p>I have a spare computer that has Ubuntu server edition (10.04.1) installed on it and was wonder if there was a way to use my server to help processes data on my Ubuntu desktop (same release). I would like to share any heavy-processor functions with my server to ease the load on my desktop. Does anyone know of a good/easy way to do this? They're connected on the same network through a router. I'll list what I think may be relative components for each one below.</p> <p>Desktop - Intel core 2 quad @ 2.83Ghz</p> <p>Ethernet controller: Atheros Communications Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller (rev b0)</p> <p>Server - Pentium 4 @ 2.8Ghz with hyper-threading</p> <p>Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)</p>
541
null
null
2017-02-11T17:04:46.127
How can I divide processes amongst multiple computers
[ "server", "multiple-workstations" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-25T23:26:32.907", "id": "4859", "postId": "4761", "score": "3", "text": "This is extremely dependent on what those processes are doing. A lot of tasks can't be effectively parallelized, and the few that can need to be programmed specifically for parallelization or dist...
{ "accepted": true, "body": "<p>If you're looking for a way to do this for general computer usage, i.e. if you don't have some specific, computationally-intensive mathematical problem in mind, the answer is that it is not possible. Individual programs must be specifically designed to perform distributed computing.</p>\n\n<p>The conceptual explanation is that, in order for another computer to assist with a processing task, the prerequisite input instructions and resources must be completely predicted and passed to the computer ahead of time. Even if the difficult problem of predicting processing tasks can be solved, the overhead involved in sending the instructions and resources to another system is too costly for the kind of processing typically done on a desktop computer.</p>\n\n<p>For distributed computing to result in a net <em>increase</em> in efficiency, the amount of processing input that can be predicted must be large compared to the overhead in communication. In practice, this limits the possible applications to computationally-intensive <a href=\"http://reference.wolfram.com/mathematica/ParallelTools/tutorial/Introduction.html\">mathematical problems</a> like <a href=\"http://folding.stanford.edu/\">protein folding</a> and <a href=\"http://www.drqueue.org/\">3D rendering</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-26T02:23:54.790", "id": "4771", "lastActivityDate": "2010-09-26T02:23:54.790", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1859", "parentId": "4761", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>If you're looking for a way to do this for general computer usage, i.e. if you don't have some specific, computationally-intensive mathematical problem in mind, the answer is that it is not possible. Individual programs must be specifically designed to perform distributed com...
null
0
null
null
null
4762
1
4764
2010-09-25T23:19:03.717
1
814
<p>I use raw mplayer to play video, DeaDBeeF to play audio and Skype for VoIP. Heavy CPU-consuming processes (like rendering a website in Firefox, redrawing a Java IDE window or compilation) cause disturbances in multimedia playback processes. How to overcome this? I'd agree to those CPU-consuming processes to be a bit slower if it won't disturb multimedia playback.</p>
2390
null
null
2015-10-06T04:04:18.327
How to set up video and audio players to use realtime (or close) priority?
[ "multimedia", "process-priority", "realtime" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>to change a running process (as mentioned above : <code>renice -n -20 &lt;pid&gt;</code></p>\n\n<p>or viva GUI</p>\n\n<p><code>gnome-system-monitor</code> => <code>Processes</code> => RightClick => <code>ChangePriority</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-25T23:49:08.120", "id": "4764", "lastActivityDate": "2010-09-25T23:49:08.120", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1990", "parentId": "4762", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Try playing with the <code>nice</code> command on a console (hint: <code>man nice</code>)</p>\n\n<pre><code>sudo nice foo –15 &amp;\n</code></pre>\n\n<p>Will start application foo at an \"elevated\" priority of -15 (less is more :D)</p>\n\n<p>OR</p>\n\n<p>Not exactly what you...
null
null
null
null
null
4765
1
4767
2010-09-26T00:42:27.747
7
6951
<p><a href="https://askubuntu.com/users/499/axel">Axel</a> <a href="https://askubuntu.com/questions/4762/how-to-set-up-video-and-audio-players-to-use-realtime-or-close-priority/4763#4763">wrote</a>: <em>"try using the a realtime kernel, it's more responsive and the apps "seems to hang less""</em>.</p> <p>How to do this?</p>
2390
-1
2017-04-12T07:23:19.023
2011-10-08T18:46:38.733
How to install realtime kernel?
[ "10.10", "kernel", "realtime" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It seems like rt (and preemp and lowlatency) still haven't landed in the repositories. Maverick is still beta... are you sure you want to try such special kernels in this stage?</p>\n\n<p>I've found a message which covers the issue of which low latency kernels you want to try and, perhaps, a PPA to get it: <a href=\"https://lists.ubuntu.com/archives/kernel-team/2010-March/009323.html\">https://lists.ubuntu.com/archives/kernel-team/2010-March/009323.html</a></p>\n\n<p>Be cautious, though... There be dragons!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-26T01:24:52.230", "id": "4767", "lastActivityDate": "2010-09-26T01:24:52.230", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "146", "parentId": "4765", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>It seems like rt (and preemp and lowlatency) still haven't landed in the repositories. Maverick is still beta... are you sure you want to try such special kernels in this stage?</p>\n\n<p>I've found a message which covers the issue of which low latency kernels you want to try...
null
null
null
null
null
4766
1
4776
2010-09-26T01:12:45.357
10
847
<p>I occasionally clobber whatever I had already copied to the clipboard. It would rock to just be able to keep all of my clipboard history right in front of me.</p>
2473
169736
2013-12-13T20:07:25.297
2019-09-12T17:17:16.750
Is there a program in Ubuntu repositories that will keep a clipboard history for me?
[ "clipboard-manager" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2013-04-28T19:03:32.897", "id": "361221", "postId": "4766", "score": "0", "text": "to delete the clipboard content: http://askubuntu.com/questions/287444/how-to-clean-the-clipboard", "userDisplayName": null, "userId": "62483" } ]
{ "accepted": true, "body": "<p>I use <a href=\"https://github.com/rickyrockrat/parcellite\" rel=\"nofollow noreferrer\">Parcellite</a>. You can install it from Ubuntu repository by doing this command in terminal: </p>\n\n<pre><code>sudo apt install parcellite\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-09-26T04:18:11.670", "id": "4776", "lastActivityDate": "2019-09-12T17:14:52.877", "lastEditDate": "2019-09-12T17:14:52.877", "lastEditorDisplayName": null, "lastEditorUserId": "349837", "ownerDisplayName": null, "ownerUserId": "1689", "parentId": "4766", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>Try <a href=\"https://launchpad.net/glipper\" rel=\"nofollow noreferrer\">Glipper</a>, in the repositories. I'm assuming you use Gnome.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-09-27T13:45:57.380", "id": "4884", ...
null
null
2013-12-14T16:28:47.773
null
null
4769
1
4770
2010-09-26T02:03:17.033
3
904
<p>I use, and love, GNOME Do. Sometimes, though, it crashes and I have to re-run it from the menu. Is it possible to set up my GNOME session to automatically try to respawn Do?</p> <p>I realize there are some caveats contemplating this - if my system gets into a state where Do cannot run at all, this would create an infinite loop of respawning, crashing, and respawning again, but in my experience Do crashes just enough for it to be slightly annoying, and never right after I restart it manually.</p> <p>If someone can make a case for this being a bad idea, I'd consider that a good answer as well.</p>
2496
null
null
2010-09-26T02:29:14.877
How do I automatically respawn GNOME Do when it crashes?
[ "gnome-do" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-26T20:59:07.793", "id": "4872", "postId": "4769", "score": "0", "text": "possible duplicate http://ubuntu.stackexchange.com/questions/4628/gnome-do-stops-working", "userDisplayName": null, "userId": "431" }, { "creationDate": "2010-09-26T21:03:55.567", ...
{ "accepted": true, "body": "<p>You should be able to start it with a bash script that's basically \"while(1){gnome-do}\", ensuring that when gnome-do crashes, it gets run again. As long as gnome-do is run synchronously, it should work just fine. even if the system gets into a state where it can't be launched successfully, the impact would be small. If you want to ensure that even that is not a problem, insert a command using zenity. This would notify you that there was a problem, and require you to hit enter to start gnome-do again.</p>\n\n<p>create a script with the following and launch it from the \"Startup Applications\" application found under the System Preferences menu.</p>\n\n<pre><code>while true\ndo\n gnome-do\n zenity --info --text=\"gnome-do crashed ... press enter to restart\"\ndone\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-27T22:34:07.673", "id": "4914", "postId": "4770", "score": "1", "text": "That was a clever idea. I modified your script to the following: \n\n<code>`while true; do\n gnome-do 2>> /home/username/gnome-do.log\n if [ \"$?\" -ne \"0\" ]; then\n notify-send --urgency=low --icon=gnome-do \"GNOME-Do has crashed.\" \"The cause of the crash has been logged to ~/gnome-do.log.\"\n else\n break\n fi\ndone`</code>\n\nAssuming that GNOME-Do exits with a non-zero exit code upon crashing, the script should notify me with a notification bubble and restart GNOME-Do. If I exit Do normally, it won't be restarted (if I ever want to get rid of it temporarily). STDERR goes to a log for debugging.", "userDisplayName": null, "userId": "2496" }, { "creationDate": "2010-09-27T22:37:03.400", "id": "4915", "postId": "4770", "score": "0", "text": "(It would appear I suck at formatting comments, but you get the gist of it)", "userDisplayName": null, "userId": "2496" }, { "creationDate": "2010-09-28T00:14:35.517", "id": "4920", "postId": "4770", "score": "0", "text": "I do, excellent idea, I think I'll actually run it myself.", "userDisplayName": null, "userId": "1217" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-26T02:14:16.307", "id": "4770", "lastActivityDate": "2010-09-26T02:29:14.877", "lastEditDate": "2010-09-26T02:29:14.877", "lastEditorDisplayName": null, "lastEditorUserId": "1217", "ownerDisplayName": null, "ownerUserId": "1217", "parentId": "4769", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You should be able to start it with a bash script that's basically \"while(1){gnome-do}\", ensuring that when gnome-do crashes, it gets run again. As long as gnome-do is run synchronously, it should work just fine. even if the system gets into a state where it can't be launch...
null
null
null
null
null
4777
1
null
2010-09-26T04:26:47.177
3
2889
<p><strong>My vim directory:</strong></p> <pre><code>&gt;:/usr/share/vim$ ls -al total 28 drwxr-xr-x 5 root root 4096 2010-09-26 00:03 . drwxr-xr-x 352 root root 12288 2010-09-25 14:35 .. drwxr-xr-x 7 root root 4096 2010-09-25 14:35 addons lrwxrwxrwx 1 root root 15 2010-09-25 14:35 gvimrc -&gt; /etc/vim/gvimrc drwxr-xr-x 2 root root 4096 2010-09-25 14:35 registry drwxr-xr-x 17 root root 4096 2010-09-25 14:35 vim72 lrwxrwxrwx 1 root root 5 2010-09-25 14:35 vimcurrent -&gt; vim72 lrwxrwxrwx 1 root root 8 2010-09-25 14:35 vimfiles -&gt; /etc/vim lrwxrwxrwx 1 root root 14 2010-09-25 14:35 vimrc -&gt; /etc/vim/vimrc &gt;:/usr/share/vim$ ls vim72/colors ron.vim ir_black.vim morning.vim pablo.vim </code></pre> <p>vim runtimepath:</p> <pre><code>/usr/share/vim,/etc/vim </code></pre> <p>I have the following line in <code>/etc/vim/vimrc</code></p> <pre><code>colorscheme ir_black </code></pre> <p><strong>Problem:</strong> </p> <p>As you can see above, I have <code>ir_black.vim</code> in the <code>/usr/share/vim/vim72/colors</code> directory. Even then, I get the below error when launching gvim and screen is just white (no color):</p> <pre><code>Error detected while processing /usr/share/vim/vimrc: line 100: E185: Cannot find color scheme ir_black </code></pre> <p><strong>What I've done:</strong></p> <pre><code>&gt;:/usr/share/vim$ sudo mkdir /usr/share/vim/colors &amp;&amp; sudo cp -R /usr/share/vim/vim72/colors/* /usr/share/vim/colors </code></pre> <p>This got the colorscheme to work but my screen started looking very weird with gaps between each character.</p> <p><img src="https://i.stack.imgur.com/M3mG7.png" alt=""></p> <p>How can I fix this?</p>
null
106495
2013-03-05T05:52:45.460
2013-03-05T05:52:45.460
How to fix an error using a colorscheme for gvim?
[ "colors", "vim", "gvim" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-09-28T03:42:51.630", "id": "4928", "postId": "4777", "score": "1", "text": "Generally speaking, it's a bad idea to create and modify files in /usr. Use ~/.vim, or /etc/vim if you really have multiple user accounts and want them all to have the same vim config. This mean...
null
[ { "accepted": null, "body": "<p>I'm not quite sure about that error message but seems like your vimrc file cannot find your colorscheme.</p>\n\n<p>Have you tried using color scheme from your home folder ?(<code>/home/your_home_folder/.vim/colors/ir_black.vim</code>)</p>\n\n<p>If you have some colorscheme fi...
null
null
2013-03-14T17:19:30.963
null
samwich
4778
1
4813
2010-09-26T05:23:19.767
4
1234
<p>I'm putting together a super cheap rackmount server and it would be nice to have a little lcd in the 5.25" bay. I'm looking for the cheapest lcd that I can write out the cpu load to. Anyone done this already? Which product did you use and what software do I need to install to output this. If possible the output of the whole <code>uptime</code> command would be best.</p>
2499
235
2010-09-27T19:05:41.483
2010-09-29T05:59:32.947
Is it possible to use a small LCD to display load?
[ "server", "hardware" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-26T05:30:58.223", "id": "4864", "postId": "4778", "score": "0", "text": "Something like this product would suffice, but I'm not sure about linux compatability.... http://www.newegg.com/Product/Product.aspx?Item=N82E16811996004&cm_re=lcd_5.25-_-11-996-004-_-Product", ...
{ "accepted": true, "body": "<p><code>lcdproc</code> is the package you'd probably want to use. Installing is a lot more simple than the Myth wiki would have you believe:</p>\n\n<pre><code>sudo apt-get install lcdproc\n</code></pre>\n\n<p>It supports a whole load of drivers, a list of which can be seen on <a href=\"http://linux.die.net/man/8/lcdd\" rel=\"nofollow\">its man page</a>, along with instructions on how to configure the client software.</p>\n\n<p>How you turn this list into real devices is something else. Some are direct brands, some are chipsets used by various products. Stick each into Google Shopping and see what you get. Most I can find appear to be around the £50 price point.</p>\n\n<p><a href=\"http://linitx.com/viewproduct.php?prodid=12439\" rel=\"nofollow\">This one</a> is particularly pretty, supported... but £60.</p>\n\n<p>Edit: There's also <a href=\"http://ssl.bulix.org/projects/lcd4linux/\" rel=\"nofollow\"><code>lcd4linux</code></a> which handles much the same stuff.</p>\n\n<pre><code>sudo apt-get install lcd4linux\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-27T12:37:49.080", "id": "4881", "postId": "4813", "score": "0", "text": "Great. I'm looking forward to trying it out. Thank you!", "userDisplayName": null, "userId": "2499" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-27T12:17:37.420", "id": "4813", "lastActivityDate": "2010-09-27T12:17:37.420", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "4778", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p><code>lcdproc</code> is the package you'd probably want to use. Installing is a lot more simple than the Myth wiki would have you believe:</p>\n\n<pre><code>sudo apt-get install lcdproc\n</code></pre>\n\n<p>It supports a whole load of drivers, a list of which can be seen on <...
null
null
null
null
null
4784
1
4787
2010-09-26T15:25:43.450
4
774
<p>I decided to try out Ubuntu One for the first time. I added my computer via System -> Preferences -> Ubuntu One, and then I right-clicked on a folder and clicked "Synchronize on Ubuntu One". There was no immediate feedback that anything had happened, but now the folder's only sub-folder has some kind of Ubuntu One emblem on it:</p> <p><img src="https://i.stack.imgur.com/Rez1n.png" alt="screenshot"></p> <p>What does this mean?</p>
1859
667
2010-09-26T16:18:44.340
2010-09-26T16:20:59.647
What do the Ubuntu One emblems mean?
[ "nautilus", "ubuntu-one", "emblem" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Take a look at the <a href=\"https://wiki.ubuntu.com/UbuntuOne/Tutorials/FileSharing#Sync%20status\" rel=\"nofollow noreferrer\">Ubuntu Wiki</a>. Essentially this one means the file or folder is not synchronised. There are another two emblems for synchronised and synchronising.</p>\n\n<p><img src=\"https://i.stack.imgur.com/UH4Zp.png\" alt=\"Ubuntu One Not synchronized\"> <img src=\"https://i.stack.imgur.com/6qwjA.png\" alt=\"Ubuntu One Synchronizing\"> <img src=\"https://i.stack.imgur.com/wmEnd.png\" alt=\"Ubuntu One Synchronized\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-26T16:20:59.647", "id": "4787", "lastActivityDate": "2010-09-26T16:20:59.647", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "4784", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>This particular Ubuntu One emblem means 'unsynchronised'. You can get a pretty good idea of what emblems mean by right clicking a file/folder, clicking properties and selecting the 'Emblems' tab:</p>\n<p><img src=\"https://i.stack.imgur.com/RDtno.png\" alt=\"emblems\" /></p>\...
null
null
null
null
null
4788
1
14529
2010-09-26T18:22:11.457
65
23997
<p>Is there any equivalent to TortoiseSVN but for Ubuntu / Git? I'd like to integrate Git commands to Nautilus.</p>
2331
7808
2013-01-16T16:30:18.517
2017-06-02T13:08:05.847
Nautilus Git integration
[ "software-recommendation", "nautilus", "git", "rabbitvcs" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2012-03-06T18:43:36.197", "id": "357071", "postId": "4788", "score": "0", "text": "I have installed RabbitVCS on Ubuntu 11.10 via sudo apt-get install rabbitvcs-nautilus3 But how do I run it?", "userDisplayName": null, "userId": "42509" } ]
{ "accepted": true, "body": "<p><a href=\"http://rabbitvcs.org/\" rel=\"nofollow\">RabbitVCS</a> integrates Git into Nautilus. It is available for Ubuntu from a PPA.</p>\n\n<pre><code>sudo add-apt-repository ppa:rabbitvcs/ppa\nsudo apt-get update\n</code></pre>\n\n<p>For 11.04 and earlier:</p>\n\n<pre><code>sudo apt-get install rabbitvcs-nautilus\n</code></pre>\n\n<p>For 11.10 and later:</p>\n\n<pre><code>sudo apt-get install rabbitvcs-nautilus3\n</code></pre>\n\n<p>You should reload Nautilus after!</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-05-21T20:04:09.527", "id": "48667", "postId": "14529", "score": "10", "text": "the package's now called `rabbitvcs-nautilus`", "userDisplayName": null, "userId": "3775" }, { "creationDate": "2012-08-05T20:18:52.183", "id": "212498", "postId": "14529", "score": "1", "text": "It's very, very slow on my computer.", "userDisplayName": null, "userId": "145" }, { "creationDate": "2014-01-04T15:06:17.723", "id": "513092", "postId": "14529", "score": "3", "text": "RabbitVCS does not work with Nautilus 3.8, the version shipped with Ubuntu 13.10.", "userDisplayName": null, "userId": "177437" }, { "creationDate": "2019-06-15T04:18:12.317", "id": "1913846", "postId": "14529", "score": "0", "text": "This software just plain sucks. There's no more polite way I can put it. I considered fixing it, but [it can't be done](https://en.wiktionary.org/wiki/you_can%27t_polish_a_turd).", "userDisplayName": null, "userId": "495331" } ], "communityOwnedDate": "2013-04-22T00:02:13.813", "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-23T12:11:21.410", "id": "14529", "lastActivityDate": "2015-11-06T19:11:41.903", "lastEditDate": "2015-11-06T19:11:41.903", "lastEditorDisplayName": null, "lastEditorUserId": "10542", "ownerDisplayName": null, "ownerUserId": "730", "parentId": "4788", "postTypeId": "2", "score": "60" }
[ { "accepted": null, "body": "<p>This has been proposed already on <a href=\"http://brainstorm.ubuntu.com/idea/10420/\">Ubuntu braninstorm</a> and on <a href=\"http://gnome-look.org/content/show.php/Nautilus+VCS+Integration?content=126126\">GNOME-Look.org</a> but no code seems to be available at the moment.<...
null
null
null
null
null
4796
1
4835
2010-09-26T23:35:33.720
63
41507
<p>Is there any simple (IE: right click in Nautilus) way to password protect a particular folder/file in Ubuntu? I've got a few files containing sensitive info and I'd much prefer that if/when I leave my computer alone, they aren't accidentally accessed by someone else.</p> <p>The secruty does not have to be extremely tight. My only concern is that when family/friends come over, I don't really like the idea of them looking at my bank details, accounts or, you guessed it, porn collection.</p> <p>A simple, effective way to let me put my machine in the hands of someone else knowing that said machine can not cause me embarresment is the sole reason why I'd like to see this in Ubuntu.</p>
2442
227922
2015-01-24T11:09:30.763
2018-09-29T06:52:33.337
How can I easily encrypt a file?
[ "nautilus", "password", "files", "encryption" ]
15
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can use the Archive Manager to zip the file and password protect the zip file.</p>\n\n<p>That is probably the closest thing to right clicking and entering a password that you describe.</p>\n\n<p>To do this right click on the file and choose \"Compress\" then choose zip as the archive type and in \"Other options\" you have the option to enter a password.</p>\n\n<p>This is simple to do and stops the problem of someone mounting the file system from a live CD and getting the file that way.</p>\n\n<p>Also you can easily email the file or copy to USB stick, etc without having to worry about having the means to unencrypt the files at the other end, you just need the password.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-09-28T11:12:52.537", "id": "4939", "postId": "4835", "score": "1", "text": "ZIP passwords aren't very secure at all, but this would certainly prevent ‘accidental’ viewing.", "userDisplayName": null, "userId": "1889" }, { "creationDate": "2010-09-28T20:27:56.903", "id": "4954", "postId": "4835", "score": "11", "text": "bobince: I don't know enough about it to disagree, but I have personal experience of not cracking zip passwords. Could you provide resources backing you claim so I can learn more?", "userDisplayName": null, "userId": "458" }, { "creationDate": "2014-11-20T22:59:53.470", "id": "756692", "postId": "4835", "score": "1", "text": "@bobince: ZIP archives are [encrypted with AES](http://www.winzip.com/aes_info.htm) since over a decade, which has no known vulnerability. Alternatively use the more flexible, better compressing [7z](//en.wikipedia.org/wiki/7z), or use [a GnuPG-based method](/a/4812/175814).", "userDisplayName": null, "userId": "175814" }, { "creationDate": "2016-01-09T17:36:40.947", "id": "1062392", "postId": "4835", "score": "2", "text": "@David Forester: it is not enough to say \"it uses AES and AES has no known vulnerabilities,\" because just using AES alone is not enough to password-protect a file securely. The WinZip file format (as you linked) also uses PBKDF2 to generate the AES-128 (or AES-256) key (with 1000 iterations), which is important to protect against brute-force attacks, and HMAC-SHA1-80 (truncated to 80 bits) as a MAC, which is also fairly important to prevent tampering. This isn't the most secure system ever; 1000 iterations isn't seen as especially strong these days, and it only gets worse with time.", "userDisplayName": null, "userId": "46534" }, { "creationDate": "2021-07-09T10:42:54.243", "id": "2309463", "postId": "4835", "score": "0", "text": "Not applicable anymore in recent versions of nautilus", "userDisplayName": null, "userId": "558158" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-27T21:12:33.483", "id": "4835", "lastActivityDate": "2010-09-27T21:12:33.483", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "458", "parentId": "4796", "postTypeId": "2", "score": "19" }
[ { "accepted": null, "body": "<p>No, not really.</p>\n\n<p>You can use Truecrypt to create a volume to store sensitive files in (<code>sudo apt-get install easycrypt</code> for a nice front-end), but otherwise there isn't really a way to password-lock your files.</p>\n\n<p>I'd suggest that you lock or log ou...
null
null
null
null
null
4801
1
null
2010-09-27T03:36:39.793
3
891
<p>I'm about to do a fresh install of my ubuntu desktop system. When I originally put the system together it took me a week or so to figure out how to get wireless working. And I can't find my notes on how I did this.</p> <p>How do I back-up and then re-install the existing wireless settings, drivers, etc? I'm not sure how to locate the driver and the various config files. Mainly looking for a logical plan to go about this. I can provide additional info if this is not enough to go on.</p>
769
null
null
2010-09-29T05:50:38.753
How to back-up a wireless setup?
[ "wireless", "backup" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-29T11:46:13.523", "id": "4988", "postId": "4801", "score": "1", "text": "my 2c: `dpkg --get-selections > installed-packages.txt` gives you a way to backup the installed packages (including driver or other software you installed via APT). The .gconf and .config sub-dire...
null
[ { "accepted": null, "body": "<p>I do not know anything specific that could be done, though Ubuntu does have a built in wireless backports package. That might enable your hardware to work itself. Unless you know you need an external download to allow it to work. To install just search 'wireless backport gene...
null
null
null
null
null
4814
1
4816
2010-09-27T13:10:01.730
5
394
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/442/is-there-a-way-to-add-mozilla-thunderbird-to-the-messaging-menu">Is there a way to add Mozilla Thunderbird to the messaging menu?</a> </p> </blockquote> <p>I've installed the Netbook edition 10.04, and I've setted Thunderbid as default mail program, but when I click on the mail icon in the tray bar, it always calls Evolution...</p> <p>What I'm missing?</p>
2522
-1
2017-04-13T12:24:49.590
2011-10-16T06:48:41.437
Netbook edition 10.04 default mail client
[ "10.04", "ubuntu-netbook", "indicator", "email" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is an <a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/223374/\" rel=\"nofollow\">extension</a> to let Thunderbird work with the Ubuntu Mail Indicator (aka the envelop icon on the taskbar). Install it in Thunderbird.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-27T14:04:09.463", "id": "4816", "lastActivityDate": "2010-09-27T14:04:09.463", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "211", "parentId": "4814", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>There is an <a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/223374/\" rel=\"nofollow\">extension</a> to let Thunderbird work with the Ubuntu Mail Indicator (aka the envelop icon on the taskbar). Install it in Thunderbird.</p>\n", "commentCount": "0", "com...
null
null
2011-01-17T17:47:09.727
null
null
4819
1
4822
2010-09-27T15:50:28.693
12
6303
<p>I tried adding <code>tomboy</code> in System -> Preferences -> Startup Applications, but this causes the "Search All Notes" window to appear every time I log in. I just want it to run in the notification area so that I can use it later via hotkeys or its notification area icon popup menu.</p>
1859
275
2010-09-27T16:38:50.930
2017-10-15T16:22:16.787
How do I run Tomboy in the notification area at startup?
[ "indicator", "startup", "tomboy" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is an undocumented option <code>--icon</code> that makes tomboy start without showing a window. It HAD a bug (<a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/tomboy/+bug/566421\">bug #566421</a>), which has now been resolved. </p>\n\n<p>Also, you can use the <strong>tomboy applet</strong>: Right click on the panel, choose “Add to Panel” and select “Tomboy Notes“. The panel applet looks similar to the notification area icon and provides the same functionality (hotkeys and popup menu).</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-27T21:30:23.337", "id": "4907", "postId": "4822", "score": "2", "text": "Thanks, `tomboy --icon` works for me.", "userDisplayName": null, "userId": "1859" }, { "creationDate": "2013-02-04T02:49:35.463", "id": "313211", "postId": "4822", "score": "0", "text": "Does this also work for the numerous notes that will automatically open (I guess because they were open when shutting down)? I'd like to stop tomboy from opening any note when loading.", "userDisplayName": null, "userId": "40475" }, { "creationDate": "2013-08-30T09:31:35.893", "id": "432744", "postId": "4822", "score": "0", "text": "tomboy --icon works fine in ubuntu 13.04 using Startup Application Preferences. bug #566421 does not apply, so please remove the reference to this bug.", "userDisplayName": null, "userId": "2191" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-09-27T16:20:37.530", "id": "4822", "lastActivityDate": "2013-10-05T07:55:56.477", "lastEditDate": "2013-10-05T07:55:56.477", "lastEditorDisplayName": null, "lastEditorUserId": "99886", "ownerDisplayName": null, "ownerUserId": "275", "parentId": "4819", "postTypeId": "2", "score": "15" }
[ { "accepted": true, "body": "<p>There is an undocumented option <code>--icon</code> that makes tomboy start without showing a window. It HAD a bug (<a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/tomboy/+bug/566421\">bug #566421</a>), which has now been resolved. </p>\n\n<p>Also, you can use the <s...
null
null
null
null
null
4820
1
4824
2010-09-27T15:57:35.413
5
5175
<p>Whenever I open more than one file at the same time with emacs, as in: </p> <pre><code>emacs foo.dat bar.dat </code></pre> <p>The window that opens will be split between the two files (a buffer for each file). I would like to avoid that. Is there a line I can place in my <code>.emacs</code> file to keep that from happening? I would like emacs to only open one buffer in the window, no matter how many files I'm loading. </p> <p>I'm using version 23.1.1.</p>
1012
null
null
2010-09-28T07:33:14.427
Keeping emacs from splitting the window when openning multiple files
[ "configuration", "emacs" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The following code works for me (add into <code>~/.emacs</code>):</p>\n\n<pre><code>(add-hook 'emacs-startup-hook\n (lambda () (delete-other-windows)) t)\n</code></pre>\n\n<p>The <code>emacs-startup-hook</code> is run after loading the init file and processing the command line, so all files have been loaded and opened; calling <code>delete-other-windows</code> leaves just one of them visible (normally the last one given on the command line).</p>\n\n<p><em>Note:</em> you <em>might</em> also need to customize <code>inhibit-startup-screen</code> and set it to <code>t</code> for the above to work.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-27T21:08:16.737", "id": "4903", "postId": "4824", "score": "1", "text": "It's unlikely to matter in this case, but you should always use `add-hook` for hooks, rather than manipulate the list directly. In an unrelated note, curiously, if `inhibit-startup-screen` if left off, you get exactly two windows: one for the last file on the command line and one with the startup screen.", "userDisplayName": null, "userId": "1059" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-27T19:10:21.983", "id": "4824", "lastActivityDate": "2010-09-28T07:33:14.427", "lastEditDate": "2010-09-28T07:33:14.427", "lastEditorDisplayName": null, "lastEditorUserId": "325", "ownerDisplayName": null, "ownerUserId": "325", "parentId": "4820", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>The following code works for me (add into <code>~/.emacs</code>):</p>\n\n<pre><code>(add-hook 'emacs-startup-hook\n (lambda () (delete-other-windows)) t)\n</code></pre>\n\n<p>The <code>emacs-startup-hook</code> is run after loading the init file and processing the co...
null
null
null
null
null
4823
1
4828
2010-09-27T19:02:33.737
1
271
<p>The question says it all. Did Cannonical make any changes to the basic GNU/Linux OS before building Ubuntu on top of it, or is the full GNU/Linux still under there somewhere?</p>
null
null
null
2011-06-05T23:56:05.703
Has anything been changed in GNU/Linux to create Ubuntu, or has stuff just been added on?
[ "development" ]
5
7
CC BY-SA 2.5
[ { "creationDate": "2010-09-27T19:35:33.180", "id": "4895", "postId": "4823", "score": "0", "text": "What exactly do you mean for GNU/Linux?.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-09-27T20:31:48.507", "id": "4897", "postId": "4823", "sco...
{ "accepted": true, "body": "<p>Strictly speaking, Linux is the <a href=\"http://en.wikipedia.org/wiki/Kernel_%28computing%29\">kernel</a> that is used by various distributions. <a href=\"http://www.gnu.org/\">GNU</a> is an organisation that developed and popularised a <a href=\"http://en.wikipedia.org/wiki/Gpl\">widely used free software license</a> and also provide a home for various pieces of free software.</p>\n\n<p>So there is no standard GNU/Linux operating system (despite what it says on gnu.org). There is GNU kernel (<a href=\"http://en.wikipedia.org/wiki/GNU_Hurd\">Hurd</a>) but that is nowhere near being a production level kernel, though it is packaged by Debian among others.</p>\n\n<p>There are multiple distributions that package up the Linux kernel and lots of GNU software (and X software, GNOME or KDE software, etc) and produce an easy to install and maintain operating system. Ubuntu is one of those distributions.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-28T06:41:26.797", "id": "4932", "postId": "4828", "score": "0", "text": "GNU also is the rights owner (in a copyright sense) of lots of free software.", "userDisplayName": null, "userId": "211" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-27T20:10:40.117", "id": "4828", "lastActivityDate": "2010-09-27T21:10:49.127", "lastEditDate": "2010-09-27T21:10:49.127", "lastEditorDisplayName": null, "lastEditorUserId": "1059", "ownerDisplayName": null, "ownerUserId": "150", "parentId": "4823", "postTypeId": "2", "score": "15" }
[ { "accepted": null, "body": "<p>Ubuntu IS Linux, Fedora IS Linux, Slackware IS Linux etc.......</p>\n\n<p>Ubuntu is just a distribution. Distributions basically just makes choices as to what to include and not include. Every distro tweaks things a bit but they're all Linux.</p>\n", "commentCount": "1", ...
null
null
null
null
user2405
4826
1
null
2010-09-27T19:23:23.413
14
10558
<p>I am running an Ubuntu 10.04 server installation and I recently had to switch it from DHCP to static ip. I edited <code>/etc/network/interfaces</code> file and switched</p> <p><code>iface eth0 inet dhcp</code></p> <p>to </p> <pre><code>iface eth0 inet static address 192.168.1.167 netmask 255.255.255.240 network 192.168.1.160 broadcast 192.168.1.175 gateway 192.168.1.161 </code></pre> <p>You'll notice the IPs are a little strange. This is because the sever is now on a special subnet dedicated to isolating specific servers. I also edited the resolv.conf file to include the proper DNS servers (including one of Google's just in case all hell broke lose).</p> <p>The problem is that, seemingly randomly, the machine will lose the ability to talk to the outside world. I know the machine is still up, but it acts like it has no networking at all. I think part of the issue is that there is no DHCP running to this subnet (nor will there be) and the dhclient seems to still be running on occasion which causes some sort of conflict (no idea what) which causes networking to die. I cannot, however, remove the dhcp3-client package as it also causes the ubuntu-minimal package to be removed and that would be bad.</p> <p>So, any ideas? What might be calling the dhclient and what can I do to stop it from running?</p>
2524
235
2010-11-20T17:19:17.177
2011-11-07T15:49:52.563
Switching a server to static IP from DHCP
[ "10.04", "server", "networking", "dns", "dhcpd" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-09-27T22:14:27.990", "id": "4909", "postId": "4826", "score": "1", "text": "please run `sudo dhcpclient eth0` and comment if the network was broken afterwards. And the last lines of `/var/log/syslog` if possible", "userDisplayName": null, "userId": "1990" }, {...
null
[ { "accepted": null, "body": "<p>If you haven't rebooted the machine since, that behavior is normal. Changing from dhcp to static ip should be:</p>\n\n<ul>\n<li><code>sudo ifdown eth0</code></li>\n<li>change the configuration</li>\n<li><code>sudo ifup eth0</code></li>\n</ul>\n\n<p>The reason is that if you d...
null
0
null
null
null
4827
1
4854
2010-09-27T19:59:56.520
2
1124
<p>I have (portable) Virtualbox installed on a USB key running on a 64-bit Windows 7 host. I installed 32 bit Ubuntu 10.04 as a guest OS. </p> <p>During spikes in processor usage on the guest OS (based on looking at top), the Ubuntu virtual box freezes up for 5-10 seconds. The guest becomes unresponsive with the VirtualBox window showing as "not responding". There seems to maybe be a correlation between this behavior and network accesses. </p> <p>I've experimented with the number of CPUs allocated to the virtual box, added and removed RAM, and adding video memory -- all to no avail. I have not attempted disabling or changing the processor level virtualization (VT-x).</p> <p>I'm wondering if there's anything particular about Ubuntu 10.4 that might be impacting this? Should I have installed 64-bit Ubuntu (or should it matter!?). Is there a VirtualBox setting I'm missing that would improve my experience?</p> <p>Any help is appreciated.</p>
2526
235
2010-09-27T20:32:46.723
2010-09-28T12:54:52.927
Performance issues running Ubuntu 10.04 as guest OS in VmWare with Windows 7 host?
[ "10.04", "virtualbox" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-28T05:59:04.463", "id": "4930", "postId": "4827", "score": "0", "text": "I have never used Virtualbox on a Windows host, but 10.04 works fine on an Ubuntu host. Also it being a portable app might be something as well.", "userDisplayName": null, "userId": "2138"...
{ "accepted": true, "body": "<p>I suppose that running VirtualBox on a USB key is the problem. USB keys have slower write times than harddrives. So what happens is that the Ubuntu VM writes data to it's disk (which is also stored on the USB key I suppose) and the data can't be written fast enough on the key so the VM hangs.</p>\n\n<p>If you copy the Ubuntu hard disk image to your harddrive and use this one to boot Ubuntu are you experiencing the same problems?</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-29T02:16:42.690", "id": "4962", "postId": "4854", "score": "0", "text": "copying to my ssd appears to have cleared up any problems. Strange I had success with running from a USB key in the past.", "userDisplayName": null, "userId": "2526" }, { "creationDate": "2010-09-29T07:35:53.470", "id": "4979", "postId": "4854", "score": "0", "text": "Some USB keys have slower write speed. Maby you can reduce the disk wirtes within the VM with this Tweaks (at your own risk) : http://wiki.geteasypeasy.com/How_to:_Reduce_Disk_Writes_to_Prolong_the_Life_of_your_Flash_Drive", "userDisplayName": null, "userId": "2535" }, { "creationDate": "2010-09-29T13:43:31.460", "id": "4991", "postId": "4854", "score": "0", "text": "I wonder too if swap space would hinder the performance.", "userDisplayName": null, "userId": "2526" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-28T07:50:45.710", "id": "4854", "lastActivityDate": "2010-09-28T07:50:45.710", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2535", "parentId": "4827", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I suppose that running VirtualBox on a USB key is the problem. USB keys have slower write times than harddrives. So what happens is that the Ubuntu VM writes data to it's disk (which is also stored on the USB key I suppose) and the data can't be written fast enough on the key...
null
null
null
null
null
4830
1
4833
2010-09-27T20:24:37.230
465
945988
<p>I am lazy at home and use password authentication for my home machines. I am ready to move to key based authentication. There are many options on the web on how to do this, including catting then sshing the key over, scping the key over directly, etc.</p> <p>I am looking for the easiest and recommended way to copy a key over, hopefully there is a convenience wrapper somewhere in the Ubuntu ssh package?</p> <p>I'm already aware on <a href="https://askubuntu.com/questions/1991/disable-password-access-through-ssh">how to shut off password logins</a>.</p>
235
-1
2017-04-12T07:23:19.023
2021-11-01T09:48:59.027
Easiest way to copy ssh keys to another machine?
[ "ssh" ]
8
1
CC BY-SA 2.5
[ { "creationDate": "2016-11-11T11:56:48.673", "id": "1302256", "postId": "4830", "score": "1", "text": "http://askubuntu.com/questions/307881/ssh-public-key-authentication-doesnt-work/848174#answer-848174", "userDisplayName": null, "userId": "555509" } ]
{ "accepted": true, "body": "<p>The <code>ssh-copy-id</code> command (in the <strong>openssh-client</strong> package and installed by default) does exactly this:</p>\n\n<pre><code>ssh-copy-id user@hostname.example.com\n</code></pre>\n\n<p>copies the public key of your default identity (use <code>-i identity_file</code> for other identities) to the remote host. </p>\n\n<p>The default identity is your \"standard\" ssh key. It consists of two files (public and private key) in your <code>~/.ssh</code> directory, normally named <code>identity</code>, <code>id_rsa</code>, <code>id_dsa</code>, <code>id_ecdsa</code> or <code>id_ed25519</code> (and the same with <code>.pub</code>), depending on the type of key. If you did not create more than one ssh key, you do not have to worry about specifying the identity, ssh-copy-id will just pick it automatically.</p>\n\n<p>In case you do not have an identity, you can generate one with the tool <code>ssh-keygen</code>.</p>\n\n<p>In addition, if the server uses a port different from the default one (<code>22</code>) you should use quotation marks in this way (<a href=\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=99785\" rel=\"noreferrer\">source</a>):</p>\n\n<pre><code>ssh-copy-id \"user@hostname.example.com -p &lt;port-number&gt;\"\n</code></pre>\n", "commentCount": "8", "comments": [ { "creationDate": "2011-06-04T18:28:42.290", "id": "51691", "postId": "4833", "score": "1", "text": "What is the default identity?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-06-06T13:56:03.723", "id": "52160", "postId": "4833", "score": "0", "text": "@Oxwivi: The default identity is your \"standard\" ssh key. It consists of two files (public and private key) in your `~/.ssh` directory, normally named ``identity`, `id_rsa` or `id_dsa` (and the same with `.pub`), depending on the type of key. If you did not create more than one ssh key, you do not have to worry about specifying the file, `ssh-copy-id` will just pick it automatically.", "userDisplayName": null, "userId": "275" }, { "creationDate": "2014-01-25T20:27:35.973", "id": "528649", "postId": "4833", "score": "19", "text": "for different port use this: `ssh-copy-id \"user@host -p 6842\"`", "userDisplayName": null, "userId": "119521" }, { "creationDate": "2014-01-29T23:13:23.770", "id": "531682", "postId": "4833", "score": "11", "text": "What if the remote server you're copying to doesn't allow password prompts and is basically locked down save for SSH access?", "userDisplayName": null, "userId": "111197" }, { "creationDate": "2014-09-30T14:31:46.487", "id": "724403", "postId": "4833", "score": "10", "text": "On mac you can do `brew install ssh-copy-id` and then run the command.", "userDisplayName": null, "userId": "265343" }, { "creationDate": "2016-12-02T09:30:32.520", "id": "1318217", "postId": "4833", "score": "0", "text": "I have the ssh-key-agent running and this command pushed ALL of my keys in the agent to the remote server and not only the default key in my .ssh profile folder. The `-i` Option is important if you use the agent.", "userDisplayName": null, "userId": "593177" }, { "creationDate": "2017-03-12T18:07:49.137", "id": "1396035", "postId": "4833", "score": "2", "text": "@MarcelStimberg please update answer to include -i profile ; people likely have more than 1 key and push them all, or have to hunt for the -i option in comments", "userDisplayName": null, "userId": "571811" }, { "creationDate": "2017-06-20T22:14:24.077", "id": "1466912", "postId": "4833", "score": "0", "text": "my machine (a real time linux distribution) do not have it installed. It has only `opkg` manager. How can i install it? `opkg install sshopen` says it is up to date......", "userDisplayName": null, "userId": "701809" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-09-27T21:01:46.133", "id": "4833", "lastActivityDate": "2018-10-24T11:58:05.627", "lastEditDate": "2018-10-24T11:58:05.627", "lastEditorDisplayName": null, "lastEditorUserId": "744230", "ownerDisplayName": null, "ownerUserId": "275", "parentId": "4830", "postTypeId": "2", "score": "622" }
[ { "accepted": null, "body": "<h2>Graphical method</h2>\n\n<ol>\n<li>Open <strong>Applications</strong> ▸ <strong>Passwords and Keys</strong> ▸ <strong>My Personal Keys</strong>.</li>\n<li>Select your key and then click <strong>Remote</strong> ▸ <strong>Configure Key for Secure Shell</strong>.</li>\n</ol>\n\...
null
null
null
null
null
4834
1
23958
2010-09-27T21:08:59.243
29
86270
<p>Whenever I type <code>sudo apt-get remove</code> and then press the <kbd>Tab</kbd> key for auto-completion I get the following message:</p> <pre><code>grep-status: /var/lib/dpkg/status:15945: expected a colon . </code></pre> <p>I don't see anything especially strange at line 15945 in the status file. It's a dot character in the description field of a mono library package and inserting a colon did not help. Removing the line containing the dot did not work either. Overwriting the file with status-old resulted in the same message.</p> <p>Is there some way to rebuild the status file?</p>
2527
175814
2015-04-28T23:31:29.160
2015-04-28T23:31:29.160
How do I rebuild a corrupt dpkg status file?
[ "bash", "dpkg" ]
8
9
CC BY-SA 3.0
[ { "creationDate": "2010-09-27T22:22:11.823", "id": "4911", "postId": "4834", "score": "3", "text": "I don't think you can fully rebuild the `status` file: it's a primary source of information, and while a lot of it is redundant, not all of it is. However it's probably possible to repair the file...
{ "accepted": true, "body": "<p>I have finally fixed my system of this. Restoring a backup of the status file didn't work as I've had the issue for so long, it's in all of my backups.</p>\n\n<p>The fix involves grepping for the actual formatting breaks and fixing them manually. It's not as hard as it sounds.</p>\n\n<p><a href=\"http://thepcspy.com/read/fixing-dpkg-status-corruption/\">http://thepcspy.com/read/fixing-dpkg-status-corruption/</a></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-01-30T04:44:48.997", "id": "25974", "postId": "23958", "score": "0", "text": "Glad you found a solution, Oli and thanks for sharing. In my case, in addition to the problematic Lexmark deb, a Webmin deb also had its description malformed but in that case it did not cause any parsing issues when doing an autocomplete. Weird.", "userDisplayName": null, "userId": "2527" }, { "creationDate": "2013-09-10T03:39:34.137", "id": "439714", "postId": "23958", "score": "3", "text": "@Oli are you holder of the licence? Can you write that here?", "userDisplayName": null, "userId": "169736" }, { "creationDate": "2014-07-24T00:46:45.227", "id": "673913", "postId": "23958", "score": "0", "text": "This is true, good that I read your post. I had a `missing package name` and I found out that, for some weird reason I better not waste my time finding out, I had a line `Packaga: landscape-common` which was fixed ortographically and bam, problem solved. The thing is, I have never touched this file, nor has anybody else. How can a computer mess up with a spelling mistake?", "userDisplayName": null, "userId": "567" }, { "creationDate": "2018-09-27T01:58:15.490", "id": "1772206", "postId": "23958", "score": "0", "text": "The actual answer should be here as well, to avoid it being a link-only answer [if the error's from a blank line that does not precede \"Package:\" then add a `.` to that blank line].", "userDisplayName": null, "userId": "129271" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-30T02:07:49.383", "id": "23958", "lastActivityDate": "2011-01-30T02:07:49.383", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "4834", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>Son of a...</p>\n\n<p>Okay, the actual error was on line 15266 despite it being reported some 700 lines further down. The problematic entry in the status file was caused by a deb I installed to get my Lexmark printer working a long time ago. The entry was for the package <c...
null
null
null
null
null
4836
1
4837
2010-09-27T21:16:40.170
5
15738
<p>I have multiple torrent programs installed and when I download a <code>.torrent</code> file (in this case an Ubuntu ISO) using google chrome and open it, it doesn't open in my preferred program. How can I change this?</p>
114
null
null
2010-09-27T21:41:57.167
Changing default BitTorrent program
[ "google-chrome", "preferences", "bittorrent" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Show it in the folder, right click on it and go to the Open with another application. There you can select wiht what app. you want to open the torrent and then just check 'Remember this application for \"Bittorrent seeds file\" files'. This should work. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-27T22:42:36.477", "id": "4916", "postId": "4837", "score": "2", "text": "Thanks, I also found that you can do the same thing by right-clicking a file, and selecting your preferred program in the `Open With` tab.", "userDisplayName": null, "userId": "114" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-27T21:41:57.167", "id": "4837", "lastActivityDate": "2010-09-27T21:41:57.167", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1855", "parentId": "4836", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Show it in the folder, right click on it and go to the Open with another application. There you can select wiht what app. you want to open the torrent and then just check 'Remember this application for \"Bittorrent seeds file\" files'. This should work. </p>\n", "commentC...
null
null
null
null
null
4841
1
4842
2010-09-27T23:44:45.057
3
772
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/15408/flashplugin-installer-vs-flashplugin-nonfree-vs-adobe-flashplugin">flashplugin-installer vs. flashplugin-nonfree vs. adobe-flashplugin</a> </p> </blockquote> <p>As you know in Ubuntu Software Center is 2 times Adobe Flash Plugin. One is called Adobe Flash Plugin and other Adobe Flash Plugin 10. Which of the two to install? Or rather it is the recommended installation methods? If we think well, we can install the Adobe Flash plugin for Firefox from the notification date (Install missing plugin) or walking on the Adobe website and downloading the package .deb. After all, how to properly install Flash Player on Linux Ubuntu? (But my biggg question is why are 2 Adobe Flash Plugin on USC? ...for what? If you click on "More Info", the description are the same for both)</p>
2528
-1
2017-04-13T12:24:49.590
2011-01-03T15:07:24.997
Why are 2 Adobe Flash Plugin on USC (Ubuntu Software Center)?
[ "flash", "software-center", "adobe" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>One of the packages you are seeing is a transitional package, <code>flashplugin-nonfree</code>. This was the name for flash in the repository for a long time. At one point the Adobe Flash plugin was renamed to something else, <code>flashplugin-installer</code>. I don't remember the reasons for this happening. The older package depends on the newer one to make upgrades smoother for people so that if you had installed <code>flashplugin-nonfree</code> in the past you would have the proper <code>flashplugin-installer</code> when you upgraded.</p>\n\n<p>In 10.10 there's only <code>flashplugin-installer</code>. Ideally the Software Center should only be presenting one option to the user, so that's probably a bug. Choosing either one will do the right thing. The prompt in Firefox installs <code>flashplugin-installer</code>, so if you just choose that you'll be fine.</p>\n\n<p>The Adobe website gives me the option of a .deb and \"APT for Ubuntu 9.04+\". The apt option just activates the partner channel in the Software Center and installs the right one anyway. (It's the same package!) I am not sure if the .deb automatically installs their repository to get updates, so it's probably the least desirable of the three.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-28T00:02:15.760", "id": "4842", "lastActivityDate": "2010-09-28T00:02:15.760", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "4841", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>One of the packages you are seeing is a transitional package, <code>flashplugin-nonfree</code>. This was the name for flash in the repository for a long time. At one point the Adobe Flash plugin was renamed to something else, <code>flashplugin-installer</code>. I don't rememb...
null
null
2011-01-05T02:39:50.627
null
null
4843
1
4847
2010-09-28T00:18:24.947
6
3714
<p>I'm trying to sync a Hotmail/Windows Live/MSN email account to Evolution - however I'm unable to do so with both POP and IMAP. If I understand correctly this is because Microsoft blocks all email clients other than Outlook. Is there a way around this?</p>
41
null
null
2011-01-11T17:20:17.183
Fetch mail from MSN/Windows Live! in Evolution
[ "email", "evolution" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>After a lot of hunting through old threads on the forums. I was mistaken that POP is disabled for all non-Microsoft clients. Here are the settings that worked for me.</p>\n<p>In Evolution go to Edit -&gt; Preferences. Choose your MSN/Live email account and select &quot;Edit&quot;.</p>\n<h1>Receiving Settings</h1>\n<ul>\n<li><strong>Server Type</strong>: POP</li>\n<li><strong>Server</strong>: pop3.live.com:995</li>\n<li><strong>Username</strong>: <em>Windows Live Email Address</em></li>\n<li><strong>Use SSL Connection</strong>: SSL encryption</li>\n<li><strong>Authentication Type</strong>: Password</li>\n</ul>\n<h1>Sending Settings</h1>\n<ul>\n<li><strong>Server Type</strong>: SMTP</li>\n<li><strong>Server</strong>: smtp.live.com:587</li>\n<li><strong>Use Secure Connection</strong>: TLS Encryption</li>\n<li><strong>Server Requires Authentication</strong></li>\n<li><strong>Authentication</strong>: Plain</li>\n<li><strong>Username</strong>: <em>Windows Live Email Address</em></li>\n</ul>\n<p>As a side note. When you try to send mail for the first time it will fail. You will get an email from Windows with a link to confirm you are a person and enable this functionality. After that you can Send as expected.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-28T01:12:43.683", "id": "4847", "lastActivityDate": "2010-10-04T23:27:27.987", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "41", "parentId": "4843", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Hotmail does indeed support POP3:</p>\n\n<blockquote>\n <p><a href=\"http://news.softpedia.com/news/Windows-Live-Hotmail-POP3-Support-Now-Worldwide-106772.shtml\" rel=\"nofollow\">http://news.softpedia.com/news/Windows-Live-Hotmail-POP3-Support-Now-Worldwide-106772.shtml</a>...
null
null
null
null
null
4848
1
12119
2010-09-28T01:18:23.220
5
3845
<p>I have two sets of speakers: one is set of stereo loudspeakers with a subwoofer (not 2.1, just a sub with a low-pass filter) and the other is a set of stereo speakers with a headphone jack, used solely as an inline amplifier and volume control for my headphones. Currently I have my PulseAudio output set to "Analog Surround 4.0 Output." My motherboard has output jacks for front, side, rear, and "Ctr Bass" which I assume is meant to be a subwoofer channel, for 6.1 surround capability. I have one set of speakers plugged into "front" and one set plugged into "rear". This gives me approximately what I want: I can listen to the headphones or the loudspeakers just by turning on the appropriate amplifier. </p> <p>However, I'm not sure that this is quite what I want. I'm assuming that the output of front left and right channels is the same as the rear channels, but I don't know that for sure and I'm seeking reassurance. Just in case I play a game or use some other surround-sound source, I'd like to ensure that these outputs act as two stereo outputs rather than one surround output.</p> <p>Also, I'd like to be able to send audio from a particular client to an output of my choosing. paprefs does not seem to offer this level of fine-grained control. Does anyone know how I can achieve these things?</p>
2315
null
null
2018-09-10T15:13:10.710
How to clone audio output?
[ "sound", "pulseaudio" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2021-12-07T18:05:18.120", "id": "2378433", "postId": "4848", "score": "0", "text": "You can achive the desired result by creating virtual sinks, very similar to what I described an solved here: https://askubuntu.com/questions/1379735/how-to-output-stereo-sound-on-multiple-chan...
{ "accepted": true, "body": "<p>Your fears are founded : rear and front output are the same <strong>only</strong> when the source is simple stereo (i.e. music, or basic divx films). For other sources (DVDs, but most importantly games), they are different, and you will have a bad experience...</p>\n\n<p>I Have the same kind of setup as you, but with two sets of speakers and a headset. The only solution I've used so far is use only the front output, with an audio \"strip\". That is crude, but works...</p>\n\n<p>I'm looking for alternatives, but haven't found yet...</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T15:34:44.607", "id": "12119", "lastActivityDate": "2010-11-08T15:34:44.607", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "Diopithes", "ownerUserId": null, "parentId": "4848", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I think that in general they are the same, unless and application chooses to use the differently.</p>\n\n<p><strong>Example:</strong> application playing stereo audio: both front and back are the same\n<strong>Example 2:</strong> application playing movie with surround sound:...
null
null
null
null
null
4850
1
null
2010-09-28T03:12:42.710
6
6802
<p>I am planning to use <a href="http://bb.xnull.de/projects/inosync/" rel="nofollow">inosync</a> to sync data from master server to several client servers. I have created a user called rsyncuser in both master and slaves with access permissions and passwordless ssh access from master to slave servers.</p> <p>Inosync is working when I use it from the command line as rsyncuser.</p> <p>Next I want this to start automatically when server is turned on. I figured upstart is the way to get this working.</p> <p>I am unable to find the right upstart command to get this working.</p> <p>Here is my upstart conf file. The problem seems to be around running "inosync -d -c /etc/inosync/inosync_rsyncuser.py" as a given user.</p> <p>As you can see I have tried a number of various options!</p> <pre> description "start inosync to sync data to other CDN Servers as rsyncuser" console output #start on startup #stop on shutdown start on (net-device-up and local-filesystems) stop on runlevel [016] #start on runlevel [2345] #stop on runlevel [!2345] #kill timeout 30 env RUN_AS_USER=rsyncuser expect fork script echo "Inosync updtart job seems to have started" >> /tmp/upstart.log # exec sudo -u rsyncuser -c "ls -la" >> /tmp/upstart.log 2>&1 # LOGFILE=/var/log/logfile.`date +%Y-%m-%d`.log # exec su - $RUN_AS_USER -c "inosync -d -c /etc/inosync/inosync_rsyncuser.py" >> $LOGFILE 2>&1 # exec su -c "ls -la" >> /tmp/upstart.log 2>&1 # emit inosync_running end script </pre>
2531
null
null
2010-11-27T23:39:46.963
upstart config to start sync daemon as non-root user
[ "upstart", "sync" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I think this should do it:</p>\n\n<pre><code>exec su -c command_to_execute - $RUN_AS_USER\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-01T19:40:11.767", "...
null
null
null
null
null
4851
1
null
2010-09-28T03:33:05.940
8
2655
<p>Since I have switched from Win 7 to Ubuntu, it seems my laptop is much hotter and the fan is much louder. Is it normal behavior or maybe can I fix this by tweaking some settings? If so, what would be the steps to troubleshoot the problem?</p> <p>Here is the output for "sensors" in the command line:</p> <pre><code>olalonde@olalonde:~$ sensors acpitz-virtual-0 Adapter: Virtual device temp1: +56.0°C (crit = +100.0°C) temp2: +53.0°C (crit = +100.0°C) temp3: +65.0°C (crit = +100.0°C) </code></pre> <p><strong>Update:</strong> I got a Dell Studio XPS 16 which is known for overheating, but after 1 year on Windows 7, it was never as bad as it is on Ubuntu.</p> <pre><code>-Computer- Processor : 2x Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz Memory : 4024MB (764MB used) Operating System : Ubuntu 10.04.1 LTS User Name : olalonde (Oli) Date/Time : Tue 28 Sep 2010 10:55:25 AM EDT -Display- Resolution : 1600x900 pixels OpenGL Renderer : Unknown X11 Vendor : The X.Org Foundation -Multimedia- Audio Adapter : HDA-Intel - HDA Intel Audio Adapter : HDA-Intel - HDA ATI HDMI -Input Devices- Power Button Sleep Button Lid Switch Power Button Macintosh mouse button emulation AT Translated Set 2 keyboard Video Bus Dell WMI hotkeys Laptop_Integrated_Webcam_2M SynPS/2 Synaptics TouchPad HDA Digital PCBeep HDA Intel Mic at Ext Left Jack HDA Intel HP Out at Ext Left Jack HDA Intel HP Out at Ext Left Jack HP-LaserJet-P2015-Series : &lt;i&gt;Default&lt;/i&gt; -SCSI Disks- ATA ST9500420ASG HL-DT-ST DVDRWBD CA10N </code></pre>
2331
235
2011-07-14T02:37:12.153
2011-07-14T02:37:12.153
Dell Studio XPS 16 overheats
[ "kernel", "hardware", "laptop", "fan", "overheating" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2010-09-28T11:52:31.913", "id": "4943", "postId": "4851", "score": "1", "text": "Please tell us the make and model of the laptop in question. Some laptops have known issues and applicable fixes are very hardware specific.", "userDisplayName": null, "userId": "449" },...
null
[ { "accepted": null, "body": "<p>Some laptops are known to cause trouble when they are used with linux. If you could provide more information about your computer (manufacturer, model, BIOS version) it would be very helpful to find a solution for your problem.</p>\n", "commentCount": "0", "comments": ...
null
null
null
null
null
4855
1
null
2010-09-28T08:31:27.723
4
344
<p>I am new to setting up routers and networks, so I am unsure. I still have everything to the factory settings. My net connection is quite slow, and seems unreasonably so even when connected with wired. Though on wireless I get ping results like this:</p> <pre><code>PING google.com (72.14.204.147) 56(84) bytes of data. 64 bytes from iad04s01-in-f147.1e100.net (72.14.204.147): icmp_seq=1 ttl=53 time=921 ms 64 bytes from iad04s01-in-f147.1e100.net (72.14.204.147): icmp_seq=2 ttl=53 time=1024 ms 64 bytes from iad04s01-in-f147.1e100.net (72.14.204.147): icmp_seq=3 ttl=53 time=1038 ms --- google.com ping statistics --- 4 packets transmitted, 3 received, 25% packet loss, time 4047ms rtt min/avg/max/mdev = 921.235/994.828/1038.661/52.354 ms, pipe 2 </code></pre> <p>I have Verizon DSL if that matters. Thanks for any help in advance! ^_^</p>
2138
449
2010-09-28T11:53:17.403
2010-09-28T11:53:17.403
High Pings On New Internet Provider
[ "networking", "internet" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>In order to narrow down the problem use the <em>traceroute</em> command. This works similarly to ping but tries to measure the time it takes to reach each step (router) between you and the target site.</p>\n\n<p>For example the following shows the output from traceroute from ...
null
null
null
null
null
4858
1
4863
2010-09-28T09:57:12.123
8
3500
<p>Behavior: </p> <pre><code>me@local: tree . |-- ba | `-- file.txt |-- foo | `-- file.txt -&gt; ba/file.txt `-- foobar </code></pre> <p>now, let's say i move the file.txt from <code>ba</code> to <code>foobar</code>:</p> <pre><code>me@local: mv ba/file.txt foobar/file.txt </code></pre> <p>I noticed that the symlink in foo folder still point the <code>ba/file.txt</code> path.</p> <p>There is a way to create symlinks that auto-update the paths when the source file is moved?</p> <p>Or symlinks that being deleted when i delete the source file?</p> <p>Will be great.</p>
829
null
null
2022-09-27T10:04:43.280
Is possible to make symlinks that 'follow' the file?
[ "server", "filesystem", "command-line" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You could create hard links.</p>\n<p>Hard links have their own downsides, e.g., no links to directories, no links across file systems. And they're not deleted when you delete the &quot;original&quot;; in fact, they prevent the drive space for being freed, and you can still access the content through the hard link.</p>\n<p>You can't create hard links in the file browser (Files, formerly Nautilus), but there's an old <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=317268\" rel=\"nofollow noreferrer\">bug report</a> (closed, won't fix) about it.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-09-28T13:34:05.517", "id": "4945", "postId": "4863", "score": "3", "text": "symlinks are the new kid on the block, and I think other operating systems that only allowed symlinks have caused people to never know that `ln` has been known to work without `-s` ;)", "userDisplayName": null, "userId": "1078" }, { "creationDate": "2010-09-28T16:32:48.023", "id": "4949", "postId": "4863", "score": "2", "text": "msw is right, for some reason not using `-s` with `ln` scared me for a while, I never thought it was appropriate to do. In reality, it's not an issue unless you have crazy partitioning schemes and move files across them alot.", "userDisplayName": null, "userId": "1090" }, { "creationDate": "2010-09-30T07:27:55.470", "id": "5054", "postId": "4863", "score": "0", "text": "I don't think hardlinks actually do either of the things you asked? They don't \"auto-update the paths when the source file is moved\", and they don't get \"deleted when i delete the source file\".", "userDisplayName": null, "userId": "519" }, { "creationDate": "2010-10-01T11:08:19.880", "id": "5118", "postId": "4863", "score": "0", "text": "@Ben: yes they do what i need, if i move a file hard links follow it", "userDisplayName": null, "userId": "829" }, { "creationDate": "2012-03-29T22:16:23.920", "id": "138803", "postId": "4863", "score": "0", "text": "Personally, I think hardlinks are a bad idea in the general case. I found a lot of pitfalls to using hardlinks and I'm finding more every day. See http://superuser.com/questions/402295/what-are-the-pitfalls-of-hardlinked-files-on-my-desktop-pc", "userDisplayName": null, "userId": "36661" }, { "creationDate": "2022-04-13T05:45:24.210", "id": "2433920", "postId": "4863", "score": "0", "text": "There is [a new bug](https://gitlab.gnome.org/GNOME/nautilus/-/issues/1725) asking to add support for hard links", "userDisplayName": null, "userId": "349837" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-09-28T12:44:27.020", "id": "4863", "lastActivityDate": "2022-04-13T05:43:02.093", "lastEditDate": "2022-04-13T05:43:02.093", "lastEditorDisplayName": null, "lastEditorUserId": "349837", "ownerDisplayName": null, "ownerUserId": "2217", "parentId": "4858", "postTypeId": "2", "score": "12" }
[ { "accepted": null, "body": "<p>There's no way to do this with the normal linux filesystems as far as I'm aware.</p>\n<p>Symlinks are really just a dumb bit of text that says &quot;look, I'm really called Foo&quot; - there's no checking that Foo exists, as you've found out. You can make symlinks that point ...
null
null
null
null
null
4868
1
4869
2010-09-28T20:02:29.150
66
24891
<p>What is the difference between <strong>upstream</strong> and <strong>downstream</strong> when referring to who (or where) to go to as a developer or packager?</p>
2547
235
2010-09-28T20:17:32.573
2010-11-17T01:03:20.200
What is the difference between upstream and downstream when referring to who to go to as a developer?
[ "package-management", "development", "upstream" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Think of it as a great river, with the people who write the software as the source of the river. They would be the upstream, futher downstream would be your distribution, and at the end of the river would be the user. Ubuntu is in the middle of the river.</p>\n\n<p><em>Upstream</em> would be the software that Ubuntu packages and ships to users. Things like GNOME, Firefox, X.org, the Linux kernel, and many more applications. This is the bulk of the things that are in the archive, as they represent a collection of upstream projects. </p>\n\n<p>Ubuntu has one special upstream, Debian, which Ubuntu derives from. So, they are Ubuntu's upstream for many packages, though for some packages, like the kernel, Ubuntu packages directly from the upstream project, though for the majority of packages Debian is the upstream to Ubuntu, and the project that is packaged is upstream to Debian.</p>\n\n<p><em>Downstreams</em> of Ubuntu would be Ubuntu derived distributions, like Linux Mint.</p>\n\n<p>Examples of usage of this term depends on the context. So for example if you have a bug with Firefox that Ubuntu didn't introduce then you might hear the term \"Make sure you're reporting that bug upstream\". The person means reporting the bug directly to Firefox in this case.</p>\n\n<p>In the case of Ubuntu, getting the right feedback from users to the upstream developers is an important thing we do. Here are some links of what we do:</p>\n\n<ul>\n<li><a href=\"https://wiki.ubuntu.com/Upstream\" rel=\"noreferrer\">Upstream</a> information for application developers. I maintain this namespace as a landing page for upstream application developers who want to understand how to work with Ubuntu.</li>\n<li><a href=\"https://wiki.ubuntu.com/Bugs/Upstream\" rel=\"noreferrer\">Reporting bugs upstream</a>, see <a href=\"https://edge.launchpad.net/ubuntu/+upstreamreport\" rel=\"noreferrer\">the report</a>.</li>\n<li>Ensuring patches from users <a href=\"https://wiki.ubuntu.com/OperationCleansweep\" rel=\"noreferrer\">get back upstream</a> so they can be integrated. Remember that every patch carried in a distro has an engineering cost AND improving the software for everyone is a goal.</li>\n<li><a href=\"https://wiki.ubuntu.com/Debian\" rel=\"noreferrer\">Our work</a> with Debian.</li>\n</ul>\n\n<p>To better answer your question here are some examples of how someone would tell you to talk to an upstream:</p>\n\n<ul>\n<li>\"I want to make a multimedia application for Ubuntu\" - You would use the upstream gstreamer framework.</li>\n<li>\"I want my app to talk to other apps over the internet\" - You would use the upstream telepathy framework.</li>\n<li>\"I want to add a feature to Firefox.\" - You would go talk to Firefox directly and do all that work upstream.</li>\n<li>\"I want to add an Ubuntu specific feature to Firefox\" - You would talk to Ubuntu as it's likely upstream wouldn't want or care about the feature. A maintainer will let you know.</li>\n<li>Likewise, if you were to report a bug to an upstream app (like Firefox) that was caused by something in Ubuntu, not Firefox, they would refer you to report the bug downstream. (thanks <a href=\"https://askubuntu.com/users/1090/tj111\">tj111</a>)</li>\n</ul>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-29T15:06:13.220", "id": "4994", "postId": "4869", "score": "8", "text": "Likewise, if you were to report a bug to an upstream app (like Firefox) that was caused by something in Ubuntu, not Firefox, they would refer you to report the bug downstream.", "userDisplayName": null, "userId": "1090" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-28T20:08:34.487", "id": "4869", "lastActivityDate": "2010-11-17T01:03:20.200", "lastEditDate": "2017-04-12T07:23:19.023", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "4868", "postTypeId": "2", "score": "75" }
[ { "accepted": true, "body": "<p>Think of it as a great river, with the people who write the software as the source of the river. They would be the upstream, futher downstream would be your distribution, and at the end of the river would be the user. Ubuntu is in the middle of the river.</p>\n\n<p><em>Upstre...
null
null
null
null
null
4872
1
4890
2010-09-28T22:00:27.090
43
39385
<p>I have two different network interfaces, connected to 2 networks. One is an eth0 and the other one a wlan0. How can I tell a software to use only a specific interface? </p> <p>Basically I want Firefox to use eth0 because it is the university lan network and I have to go to intranet sites, the other one is a wifi network open to the internet and I want to bind it to Chrome.</p> <p>I'm working and I need to use intranet. So eth0 is my choice but eth0 is an intranet without internet access (obviously). Since I want internet access I'm connected to wlan0 (university wifi for students).</p> <p>The problem is if I have both connected sometimes the browser looks for www.stackoverflow.com using eth0. So I wanted to assign a browser to use only a specific interface. </p>
2550
2550
2010-09-29T06:16:54.470
2014-05-06T15:03:16.357
bind software to different network interfaces
[ "networking" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-29T08:58:38.387", "id": "4982", "postId": "4872", "score": "0", "text": "Isn't routing a better solution for your problems?. I mean, that connections to ubuntu.stackexchange.com should use the same interface from any program.", "userDisplayName": null, "userId"...
{ "accepted": true, "body": "<p>You cannot bind client software to specific network interfaces, but\nyou can tell the kernel that you only want to use one network\ninterface for some IP addresses and the other one for everything else.\nThis is called \"routing\", and can be configured using the commands\n<code>/sbin/route</code> and <code>/sbin/ip</code>.</p>\n\n<p>If I read your question correctly, you want to connect to intranet IP\naddresses using interface <code>eth0</code> and to the Internet using interface\n<code>wlan0</code>.</p>\n\n<p>If you run the command <code>ip route list</code>, you should see an output\nlike the following (numbers will be different, and also you can have\nmore lines in it):</p>\n\n<pre><code>$ ip route list\n10.60.44.0/25 dev eth0 proto kernel scope link src 10.60.44.39 metric 1 \n192.168.80.0/21 dev wlan0 proto kernel scope link src 192.168.84.122 metric 2 \n[...]\ndefault via 10.60.44.1 dev eth0 proto static \n</code></pre>\n\n<p>The first two lines tell you about the networks connected to\ninterfaces <code>eth0</code> and <code>wlan0</code>: network traffic directed to computers\non those networks will be directly sent to them through the\ncorresponding interface.</p>\n\n<p>The last line tells you what the \"default route\" is: if your computer\nwants to talk to a computer on a network it is not attached to (e.g.,\nthe stackoverflow.com server), it will route traffic via <code>eth0</code>,\nrealying through host <code>10.60.44.1</code> (called the \"default gateway\").</p>\n\n<p>So, to route Internet traffic thorugh <code>wlan0</code> you should ensure that\nthe last line in the <code>ip route list</code> output reads something like:</p>\n\n<pre><code>default via A.B.C.D dev wlan0 proto static\n</code></pre>\n\n<p>where <code>A.B.C.D</code> is the IP address of the gateway on the wireless LAN.\nIf the output does not contain \"dev wlan0\", you can change it with the\ncommand:</p>\n\n<pre><code>sudo ip route change to default dev wlan0 via A.B.C.D\n</code></pre>\n\n<p>You can find out the correct <code>A.B.C.D</code> for <code>wlan0</code> in two ways:</p>\n\n<ol>\n<li><p>Look into directory <code>/var/lib/dhcp3/</code>: you should find some\n<code>dhclient-...-wlan0.lease</code> files. Open the most recent one and\nsearch for a line with the string <code>option router</code> in it: the rest\nof the line tells you the IP address <code>A.B.C.D</code>.</p></li>\n<li><p>Ask your local network administrators. (Probably the best thing to\ndo, anyway.)</p></li>\n</ol>\n\n<p>With this configuration, you should be able to:</p>\n\n<ul>\n<li>browse the Internet through <code>wlan0</code></li>\n<li>browse your Intranet through <code>eth0</code>, <em>provided it is on a single network</em>.</li>\n</ul>\n\n<p>If your intranet spans multiple networks, then you will need to add\nroutes for them - and this is definitely something that requires you\nto interact with the local network admins. :-)</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-09-29T16:15:17.267", "id": "5000", "postId": "4890", "score": "1", "text": "Just out of curiosity: what if I want to bound dns (to include subdomains) rather than IP addresses?", "userDisplayName": null, "userId": "2550" }, { "creationDate": "2010-09-29T18:40:52.713", "id": "5008", "postId": "4890", "score": "1", "text": "@dierre In short: you can't, routing is based on IP addresses. The long story begins by telling that routing is a network layer 3 thing, so it won't even know about DNS names, whose resolution happens further up the networking protocol stack...", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-09-29T19:28:53.740", "id": "5013", "postId": "4890", "score": "0", "text": "yeah yeah, I didn't mean with routing. I mean in general. Can it be done? Binding DNS to network interfaces?", "userDisplayName": null, "userId": "2550" }, { "creationDate": "2010-09-29T20:18:37.737", "id": "5018", "postId": "4890", "score": "0", "text": "@dierre What exactly do you want to do? Making a DNS server answer only on a specific network interface? Or having a DNS client (i.e., DNS resolution) use only a selected interface?", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-09-29T21:00:32.017", "id": "5020", "postId": "4890", "score": "0", "text": "The second one. Because I was thinking of a different scenario. Let's say I have both interfaces connected to internet but I can use only one to download things (and throw away bandwith from it :P) from rapidshare or megaupload.", "userDisplayName": null, "userId": "2550" }, { "creationDate": "2010-09-29T21:08:08.553", "id": "5021", "postId": "4890", "score": "0", "text": "@dierre Sounds interesting. Maybe it's worth to make a new question out of it? :-)", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-09-30T19:48:46.980", "id": "5082", "postId": "4890", "score": "1", "text": "@Riccardo Murri: http://ubuntu.stackexchange.com/questions/4988/2-network-interfaces-connected-to-internet-choose-the-one-to-use-according-to-th et voilà", "userDisplayName": null, "userId": "2550" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-09-29T08:56:31.883", "id": "4890", "lastActivityDate": "2011-06-22T17:11:13.297", "lastEditDate": "2011-06-22T17:11:13.297", "lastEditorDisplayName": null, "lastEditorUserId": "1859", "ownerDisplayName": null, "ownerUserId": "325", "parentId": "4872", "postTypeId": "2", "score": "25" }
[ { "accepted": true, "body": "<p>You cannot bind client software to specific network interfaces, but\nyou can tell the kernel that you only want to use one network\ninterface for some IP addresses and the other one for everything else.\nThis is called \"routing\", and can be configured using the commands\n<c...
null
null
null
null
null
4873
1
4874
2010-09-28T22:30:54.513
1
1037
<p>I would like to set a few of my folders with a specified zoom level and set to icon view (e.g. my ebook folder) Is there anyway to do this?</p>
633
41
2010-10-15T16:40:57.060
2010-10-15T16:40:57.060
Nautilus icon view as default in a specific folder
[ "icons", "nautilus-elementary" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>My Nautilus does this by default ... I don't see anything in the settings that would enable or disable this functionality.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-29T06:50:17.707", "id": "4977", "postId": "4874", "score": "0", "text": "Hmmm very odd, my nautilus most certainly doesn't. I should also probably note that i use nautilus elementary...", "userDisplayName": null, "userId": "633" }, { "creationDate": "2010-09-29T19:53:08.040", "id": "5014", "postId": "4874", "score": "0", "text": "It seems that remembering settings on a \"per folder\" basis may be non-elementary my dear Watson.", "userDisplayName": null, "userId": "1217" }, { "creationDate": "2010-10-02T15:10:22.813", "id": "5160", "postId": "4874", "score": "0", "text": "No, I reinstalled ubuntu and now its all working fine. I had a problem with symlinks all over the system. I wonder if that had broken the folder properties as well.", "userDisplayName": null, "userId": "633" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-28T23:57:00.993", "id": "4874", "lastActivityDate": "2010-09-28T23:57:00.993", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1217", "parentId": "4873", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>My Nautilus does this by default ... I don't see anything in the settings that would enable or disable this functionality.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-29T06:50:17.707", "id": "4977", "postId": "48...
null
null
null
null
null
4875
1
4939
2010-09-29T02:28:26.517
56
183430
<p>I have Ubuntu running in VirtualBox on a Windows 7 host machine. How can I make my built-in laptop camera work with it?</p>
87
310055
2019-06-20T16:14:30.887
2023-10-16T05:48:39.610
How can I use my webcam with Ubuntu running in VirtualBox?
[ "virtualbox", "webcam" ]
7
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>This is possible, but requires a few steps to get working properly:</p>\n<ol>\n<li>Make sure the virtual machine is not running and your webcam is not being used.</li>\n<li>Bring up the main VBox window and in the details tab for your Win7 machine click USB.</li>\n<li>Make sure &quot;Enable USB Controller&quot; is selected. Also make sure that &quot;Enable USB 2.0 (EHCI) Controller&quot; or &quot;USB 3.0 (xHCI) Controller&quot; is selected too.</li>\n<li>Click the &quot;Add filter from device&quot; button (the cable with the '+' icon).</li>\n<li>Select your device from the list.</li>\n<li>Now click OK and start your VM.</li>\n</ol>\n<p>This will cause the device to show up as if it were plugged into the VM. From there, you should be able to use it or install drivers if necessary.</p>\n", "commentCount": "13", "comments": [ { "creationDate": "2010-09-30T01:18:31.900", "id": "5040", "postId": "4939", "score": "4", "text": "Please note that this also requires the package from virtualbox.org, if I remember correctly. Here are the packages: [i386](http://download.virtualbox.org/virtualbox/3.2.8/virtualbox-3.2_3.2.8-64453~Ubuntu~lucid_i386.deb) | [x64](http://download.virtualbox.org/virtualbox/3.2.8/virtualbox-3.2_3.2.8-64453~Ubuntu~lucid_amd64.deb)", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-09-30T01:19:04.413", "id": "5042", "postId": "4939", "score": "1", "text": "I don't think the version in the official repos. has support for USB devices.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-09-30T04:01:09.170", "id": "5048", "postId": "4939", "score": "0", "text": "I cannot see my camera in the devices list...", "userDisplayName": null, "userId": "87" }, { "creationDate": "2010-09-30T05:24:56.817", "id": "5051", "postId": "4939", "score": "1", "text": "@Shubhkarman: Are you sure that Ubuntu is detecting your camera? Can you use it in other applications?", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-09-30T23:03:26.010", "id": "5091", "postId": "4939", "score": "0", "text": "No.. Ubuntu is not detecting my camera...", "userDisplayName": null, "userId": "87" }, { "creationDate": "2010-10-01T01:34:10.060", "id": "5101", "postId": "4939", "score": "0", "text": "@shub: Then you need to ask another question to figure out why Ubuntu isn't detecting it - that's the root of your problem.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-10-01T02:04:13.023", "id": "5106", "postId": "4939", "score": "2", "text": "@George Nope. This is the the whole point of this question too.", "userDisplayName": null, "userId": "87" }, { "creationDate": "2010-10-01T15:59:14.923", "id": "5123", "postId": "4939", "score": "0", "text": "@Shub: You won't be able to use it in VBox, until Ubuntu can recognize it. You should edit your question.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2012-01-24T17:43:24.650", "id": "112303", "postId": "4939", "score": "0", "text": "@GeorgeEdison, Shubh is using Windows as a host system and Ubuntu as a guest. As long as Windows can recognize the webcam (can it @Shubh?) than the question is just fine.", "userDisplayName": null, "userId": "16480" }, { "creationDate": "2012-10-10T17:39:23.973", "id": "247395", "postId": "4939", "score": "1", "text": "The OP asked about a built-in camera, not a usb one. Wouldn't that make a difference?", "userDisplayName": null, "userId": "20868" }, { "creationDate": "2012-10-10T17:55:22.920", "id": "247400", "postId": "4939", "score": "2", "text": "@GeorgeMauer: A lot of built-in cameras are connected internally over the USB bus.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2017-10-06T18:48:12.287", "id": "1539527", "postId": "4939", "score": "1", "text": "Please include in your steps the answer from @Abdennour TOUMI as it is necessary or you can't see the devices. Otherwise thanks so much that both your answers solved my problem.", "userDisplayName": null, "userId": "430057" }, { "creationDate": "2020-09-29T10:31:28.110", "id": "2168462", "postId": "4939", "score": "2", "text": "I had to set mine to USB 3.0 because USB 2 was too slow for my camera (1080p) and I got an awful feed. Also here is the [official download page](https://www.virtualbox.org/wiki/Downloads) (you want the Extension Pack section) since the links are out of date, but I found it easier to just use `apt install virtualbox-ext-pack`.", "userDisplayName": null, "userId": "612853" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-09-30T01:15:05.240", "id": "4939", "lastActivityDate": "2023-10-16T05:48:39.610", "lastEditDate": "2023-10-16T05:48:39.610", "lastEditorDisplayName": null, "lastEditorUserId": "639188", "ownerDisplayName": null, "ownerUserId": "5", "parentId": "4875", "postTypeId": "2", "score": "44" }
[ { "accepted": true, "body": "<p>This is possible, but requires a few steps to get working properly:</p>\n<ol>\n<li>Make sure the virtual machine is not running and your webcam is not being used.</li>\n<li>Bring up the main VBox window and in the details tab for your Win7 machine click USB.</li>\n<li>Make su...
null
null
null
null
null
4876
1
224150
2010-09-29T03:16:45.243
49
63610
<p>I would like to be able to choose any already-open window and minimize it from the command line. Is this possible?</p>
1859
null
null
2024-03-01T18:52:22.330
Can I minimize a window from the command line?
[ "command-line", "window-manager" ]
7
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In Kubuntu 12.04 I use the following command to minimize the active window:</p>\n\n<pre><code>xdotool windowminimize $(xdotool getactivewindow)\n</code></pre>\n\n<p>I suspect you may replace the <code>$(xdotool getactivewindow)</code> with a string identifying any window that you need to minimize.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2016-07-12T22:56:40.007", "id": "1202902", "postId": "224150", "score": "1", "text": "$ xdotool getactivewindow windowminimize (works in Ubuntu 15.04)", "userDisplayName": null, "userId": "395673" }, { "creationDate": "2017-04-14T02:40:01.407", "id": "1419567", "postId": "224150", "score": "1", "text": "I added [a more complex example](https://askubuntu.com/a/904558/111331) that demonstrates command chaining of `xdotool`.", "userDisplayName": null, "userId": "111331" }, { "creationDate": "2022-10-14T06:12:24.763", "id": "2501676", "postId": "224150", "score": "0", "text": "wmctrl -r \"windowname\" -b toggle,hidden Can work with wmctrl! https://askubuntu.com/questions/4876/can-i-minimize-a-window-from-the-command-line#comment1356798_4892 The answer below!", "userDisplayName": null, "userId": "784420" }, { "creationDate": "2022-11-02T09:28:52.707", "id": "2509565", "postId": "224150", "score": "0", "text": "Whether `wmctrl -r \"windowname\" -b toggle,hidden` works or not depends on your window manager. I'm using Marco and that seems to do nothing.", "userDisplayName": null, "userId": "50254" }, { "creationDate": "2023-07-13T05:31:02.917", "id": "2588084", "postId": "224150", "score": "0", "text": "`xdotool getactivewindow` gives `XGetWindowProperty[_NET_ACTIVE_WINDOW] failed (code=1)\nxdo_get_active_window reported an error`. What are the alternatives? (Ubuntu 22.04.2 LTS default install)", "userDisplayName": null, "userId": "164798" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-12-01T06:35:08.073", "id": "224150", "lastActivityDate": "2013-01-17T17:37:31.840", "lastEditDate": "2013-01-17T17:37:31.840", "lastEditorDisplayName": null, "lastEditorUserId": "1859", "ownerDisplayName": null, "ownerUserId": "111914", "parentId": "4876", "postTypeId": "2", "score": "45" }
[ { "accepted": null, "body": "<p>You could use <code>xdotool</code> to simulate the keyboard event <code>Alt-F3</code> after focusing on the window. It's a hack, but depending on your problem, it might be enough.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
null
null
null
null
null
4879
1
4885
2010-09-29T04:14:27.807
13
1691
<p>I really miss the graphical "Services" tool from older versions of Ubuntu, but I understand why it had to go. I always have terminals open anyway, so I use (because I have to now, I guess) <code>service --status-all</code> to see what services are running. This would be ok except that the command produces output like the following:</p> <pre><code> [ + ] winbind [ ? ] wpa-ifupdown [ - ] x11-common </code></pre> <p>I'm guessing that those symbols mean something like listening, blocked, or stopped, but which is which? More importantly, why doesn't the man page say?</p>
2315
1859
2013-08-24T16:04:46.740
2015-01-02T17:17:41.477
What do the symbols in service --status-all mean?
[ "services", "documentation" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>To provide a shallow and unsatisfactory answer your first question:</p>\n\n<ul>\n<li>The command <code>service --status-all</code> literally runs <code>service &lt;name&gt; status</code> for each service that supports the <code>status</code> command. Convention is for these to return success if the service is running and an error otherwise. A <code>[ + ]</code> is drawn upon success and a <code>[ - ]</code> upon error.</li>\n<li>The <code>[ ? ]</code> is drawn for services that don't mention a <code>status</code> command in <code>service &lt;name&gt;</code>.</li>\n</ul>\n\n<p>As you might have anticipated, I learned this by reading the source code.</p>\n\n<p>To address the real issue—the lack of documentation—I suggest filing a polite bug report about the manpage on Launchpad. <code>ubuntu-bug sysvinit-utils</code> should get you started.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-29T06:29:49.623", "id": "4974", "postId": "4885", "score": "0", "text": "Thank you! I got as far as logging in to launchpad, but then I wasn't sure which package to specify. I have a hard time trying to read source code :(", "userDisplayName": null, "userId": "2315" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-09-29T05:50:58.827", "id": "4885", "lastActivityDate": "2015-01-02T17:17:41.477", "lastEditDate": "2015-01-02T17:17:41.477", "lastEditorDisplayName": null, "lastEditorUserId": "1859", "ownerDisplayName": null, "ownerUserId": "1859", "parentId": "4879", "postTypeId": "2", "score": "20" }
[ { "accepted": null, "body": "<p>services-admin was removed from the default installation some releases ago due to the fact that it was unable to handle Upstart jobs.</p>\n\n<p>In 10.10, a utility to manage services has returned: <code>jobs-admin</code> will be able to control and configure both Upstart and ...
null
null
2016-02-10T17:31:34.150
null
null
4883
1
null
2010-09-29T05:47:42.377
1
315
<p><img src="https://i.stack.imgur.com/IbqAv.png" alt="alt text"></p> <p>Last 14 days I am having problem in upgrading. Each time when I attempt to upgrade, I get a message (See attached image). Please help me in solving this issue</p>
null
235
2011-07-29T21:59:22.550
2011-07-29T21:59:22.550
404 error when trying to update
[ "upgrade", "update-manager", "software-sources" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-09-29T19:20:55.283", "id": "5012", "postId": "4883", "score": "0", "text": "What are you upgrading from, and to?", "userDisplayName": null, "userId": "41" } ]
null
[ { "accepted": null, "body": "<p>(note: all my references to menu entries and window titles may be broken. I don't have an english version of Ubuntu, so I'm just translating from my own UI. I hope it will help you find the propper items anyway.\nAnyone with an English UI is welcome to edit my post with the p...
null
null
null
null
Karthick Bala
4888
1
4893
2010-09-29T06:34:56.557
1
467
<p>So when I tried installing Burg it came to a screen to select which device to install burg on. I highlighted SDA and hit enter and it just continued without installing it on that device. Is there another key I need to select to mark that option?</p> <p>btw, I'm using the burg-manager to install it and when I try to emulate the burg menu it comes to this...</p> <pre><code> BURG version 1.98+20100623-1 </code></pre> <p>Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.</p> <p>grub></p>
541
null
null
2010-09-29T10:15:39.667
How to mark an option for install during burg install (non-graphical install)
[ "package-management", "installation", "grub2" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-29T06:49:55.463", "id": "4976", "postId": "4888", "score": "0", "text": "Well, I did get it installed correctly just from multiple attempts. I have run into this issue before though and would still like to know how to mark items during a non-graphical install. Another ...
{ "accepted": true, "body": "<p>Maybe hit Space ? That worked for me.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-16T21:57:39.367", "id": "7632", "postId": "4893", "score": "0", "text": "space worked. I got the chance to try it again finally", "userDisplayName": null, "userId": "541" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-29T10:12:10.933", "id": "4893", "lastActivityDate": "2010-09-29T10:12:10.933", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2026", "parentId": "4888", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Maybe hit Space ? That worked for me.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-16T21:57:39.367", "id": "7632", "postId": "4893", "score": "0", "text": "space worked. I got the chance to try it ...
null
null
null
null
null
4898
1
4907
2010-09-29T12:45:47.757
5
1264
<p>As somebody who runs multiple webservers each running a set of Django sites, keeping on top of my Python stack is very important. Out of (probably bad) habit, I rely on Ubuntu for a number of my Python packages, including <code>python-django</code> and a lot of <code>python-django-*</code> extras. The websites require these to run but as long as the package still exists, this isn't an issue. I do this rather than using VirtualEnv (et al) because I <em>want</em> Ubuntu to install security updates.</p> <p>However the Ubuntu repos don't cater for everybody. There are cases where I'll use <code>pip</code> or <code>easy_install</code> to suck in the latest version of a Python package. When you update Python (as occasionally happens in Ubuntu), you lose all your <code>pip</code>-installed packages.</p> <p>What terrifies me is the deeper I get, the more servers I administer, there's going to be an OS update one day that requires hours and hours of my time running around, testing sites, reinstalling python packages through <code>pip</code>. The worst bit of this is potential downtime for client sites though I do test on my development machine (always at Ubuntu-latest) so this should offset some of that worry.</p> <p><strong>Is there anything I can do to make sure updates to Python mean the existing, non-dpgk'd Python packages are brought forward?</strong></p> <p>That would make sure I always had access to the same packages. I'd still have to test for incompatibilities but it would be a good start.</p> <p>There's perhaps one better solution: an application that behaved like <code>apt</code> and <code>dpkg</code> but for interacting with <a href="http://pypi.python.org/pypi/">PyPi</a> (where <code>pip</code> and <code>easy_install</code> get most of their mojo). Something that stored a local list of installed packages, checked for updates like <code>apt</code>, managed installing, etc. <strong>Does such a thing exist?</strong> Or is it a rubbish idea?</p>
449
null
null
2010-09-29T17:25:09.170
Drag forward installed Python packages when upgrading
[ "package-management", "python" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2013-08-16T19:03:36.280", "id": "424696", "postId": "4898", "score": "0", "text": "Hi Oli. Just out of interest. Did you find another solution over the past several years? What did you end up doing?", "userDisplayName": null, "userId": "115155" }, { "creationDa...
{ "accepted": true, "body": "<p>Regarding how to keep your Python packages when the system Python is\nupgraded: I see two options:</p>\n\n<ol>\n<li><p>You can install non-Ubuntu Python stuff with <code>easy_install\n--install-dir /usr/local/python</code> Then you make sure that all your\nwebapps include that directory into <code>sys.path</code>, for instance by\nincluding it into PYTHONPATH, or using a directory that is\nautomatically included by <code>site.py</code> (whose doc states that \"Local\naddons go into <code>/usr/local/lib/python&lt;version&gt;/dist-packages</code>\")</p></li>\n<li><p>You can use virtualenvs, provided you can place all your app data\nand configuration in a directory independent of the code.\nHere's a sketch procedure:</p>\n\n<p>a. Place all the code-independent stuff into directory\n <code>myapp-data/</code></p>\n\n<p>b. Create virtualenv <code>myapp-code.XXX/</code> (where <code>XXX</code> is some\n unique version number, e.g., <code>date -I</code>)</p>\n\n<p>c. Place app code and all dependency packages in <code>myapp-code.XXX</code></p>\n\n<p>d. <code>ln -s myapp-code.XXX myapp-code</code></p>\n\n<p>When you have to upgrade, you just repeat steps b. and c. with a\ndifferent revision code YYY, then: stop currently running app,\nsymlink <code>myapp-code</code> to <code>myapp-code.YYY</code>, start app from virtualenv\n<code>myapp-code.YYY</code>. If something goes wrong, you can still roll back to the\nold virtualenv quickly.</p></li>\n</ol>\n\n<p>Apparently, 2. is more work (but <code>pip</code> plus some shell-scripting will\ntake you a long way towards automating it), but it should also be more\nrobust and will allow you to concurrently run applications that depend\non different versions of some Python package.</p>\n\n<p>Regarding your question about an <code>apt-get</code>-like for Python packages:\n<code>pip</code> explicitly disallows such a thing, and for a good reason:\npackage APIs and behavior may change across different versions.\nTherefore, if your code runs fine against version X, it may fail when\nrun with version X+1. This is exactly what <code>pip</code> tries to prevent\nwith its \"freeze\" and \"requirements list\" features.</p>\n\n<p>Of course, the same argument can be applied to any program in a binary\ndistribution like Ubuntu; indeed, what makes <code>apt-get</code> useful is that\nDebian and Ubuntu provide a <em>coordinated release</em> of interoperable\npackages: a lot of effort from the maintainers goes into ensuring that\nall Ubuntu packages in the main repositories are compatible. </p>\n\n<p>There is just no such coordinated release of Python packages: each\npackage is independent and no information is available about what\nversion of other Python packages are compatible with it. (This could\npossibly be a good addition to PyPI metadata.)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-29T15:25:35.317", "id": "4907", "lastActivityDate": "2010-09-29T15:25:35.317", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "325", "parentId": "4898", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Regarding how to keep your Python packages when the system Python is\nupgraded: I see two options:</p>\n\n<ol>\n<li><p>You can install non-Ubuntu Python stuff with <code>easy_install\n--install-dir /usr/local/python</code> Then you make sure that all your\nwebapps include tha...
null
null
null
null
null
4899
1
4909
2010-09-29T13:57:56.077
11
673
<p>I have two related questions, both probably (but not necessarily preferentially) accepting the same answer :</p> <ol> <li>When browsing or exploring the filesystem in a GUI, I want to be able to right click on the empty space between the files, choose a menu item and say 'open terminal in this folder,' <em>optionally as root</em></li> <li>Do the converse when using the terminal, <em>optionally as root</em></li> </ol> <p>I use Universe with kubuntu but have Debian Lenny running with gnome installed separately, so anything on kde or gnome would work</p>
2473
25863
2012-06-18T18:19:28.390
2012-10-04T03:21:08.860
Way(s) of browsing the filesystem that are more flexible
[ "filesystem" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h2>Terminal to Nautilus</h2>\n\n<p>For the terminal side of things, I would just add this to my <code>~/.bashrc</code>:</p>\n\n<pre><code>alias browse=\"xdg-open .\"\nalias browse-root=\"gksudo xdg-open .\"\n</code></pre>\n\n<h2>Nautilus to Terminal</h2>\n\n<p>The nautilus-open-terminal extension that others have mentioned is great for most use, but it does not provide a way to open a root shell. The easiest way for you to get this functionality is to save a script like the following as <code>~/.gnome2/nautilus-scripts/Open in Terminal (Root)</code>:</p>\n\n<pre><code>#!/bin/bash\n\ncd $NAUTILUS_SCRIPT_CURRENT_URI\ngnome-terminal -x sudo -s\n</code></pre>\n\n<p>A fun variation on this would be to make a GNOME Terminal profile called \"root\" with a scary red background color, an initial title of \"Root Terminal\", and the custom shell command <code>sudo -s</code>. You'd then use a Nautilus script like this:</p>\n\n<pre><code>#!/bin/bash\n\ncd $NAUTILUS_SCRIPT_CURRENT_URI\ngnome-terminal --window-with-profile=root\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-09-29T16:56:38.003", "id": "5001", "postId": "4909", "score": "0", "text": "`xdg-open .` and `sudo xdg-open .` are be better because they work on KDE as well as GNOME.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2010-09-29T20:09:01.107", "id": "5017", "postId": "4909", "score": "1", "text": "That's usually the better way to go, but currently `sudo xdg-open .` fails due to [this bug](https://bugs.launchpad.net/ubuntu/+bug/517984).", "userDisplayName": null, "userId": "1859" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-09-29T16:07:47.093", "id": "4909", "lastActivityDate": "2012-10-04T03:21:08.860", "lastEditDate": "2012-10-04T03:21:08.860", "lastEditorDisplayName": null, "lastEditorUserId": "1859", "ownerDisplayName": null, "ownerUserId": "1859", "parentId": "4899", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>You can use <a href=\"http://manpages.ubuntu.com/manpages/lucid/en/man1/xdg-open.1.html\" rel=\"nofollow\">xdg-open</a> to <strong>open files and directories from the command line</strong>. I have an alias of <code>xopen</code> to make the typing a little easier. Put this in ...
null
null
null
null
null
4901
1
4974
2010-09-29T14:35:45.957
20
96658
<p>Basically my network won't start. Can't use wired connections.</p> <p>To make it a further brain-scratcher, when booting into recovery, and using the network console, the network comes up and works. Outside of recovery nothing.</p> <p>As far as I can tell no settings changed between powering off and on since last time it worked, except for an automatic kernel upgrade. Using an older kernel does not seem to help.</p> <p>Also this hardware configuration worked perfectly fine for over a year with kernel upgrades and all. Network was always automatic.</p> <p>Information for follow up questions...</p> <p>Network manager is running.</p> <p>Strangely enough, my network interface was never started, nor was DHCP. Where in the configuration can I find this?</p> <p>To manually resolve the problem:</p> <pre><code>sudo ifconfig eth0 up sudo /etc/dhclient </code></pre> <p>What could have happened in my config to not make this work automatically.</p> <p>Info gathered:</p> <pre><code>&gt; lspci | grep net &gt; 6:00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02) </code></pre> <p>Contents of /etc/network/interfaces</p> <pre><code>auto lo iface lo inet loopback </code></pre> <p>After adding </p> <pre><code>auto eth0 iface eth0 inet dhcp </code></pre> <p>the eth0 interface comes up, but the <code>dhclient</code> does not.</p> <p>--</p> <p>The problem re-occurred when waking up from sleep.</p>
1151
1151
2010-09-30T21:30:40.510
2013-08-02T23:01:21.263
Network not starting up on boot
[ "networking" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-29T14:53:43.553", "id": "4993", "postId": "4901", "score": "0", "text": "Is Network Manager running?", "userDisplayName": null, "userId": "1090" } ]
{ "accepted": true, "body": "<p>You are likely missing the line for this in the interfaces file. Open <code>/etc/network/interfaces</code> and check if there is a line for <code>eth0</code> If not add the following:</p>\n\n<pre><code>auto eth0\niface eth0 inet dhcp\n</code></pre>\n\n<p>This will add the <code>eth0</code> interface - and use DHCP on boot and wakeup.</p>\n\n<p>If you're still not getting DHCP response you may also need to add dhcp back into defaults:</p>\n\n<p><code>sudo update-rc.d dhcp3-server defaults</code></p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-09-30T21:29:59.293", "id": "5087", "postId": "4974", "score": "0", "text": "Not working. After a sleep/resume `sudo dhclient` was still required. The card was up and running though.", "userDisplayName": null, "userId": "1151" }, { "creationDate": "2010-10-01T14:01:13.653", "id": "5119", "postId": "4974", "score": "0", "text": "Ok, so just rebooted, network came up automatically. Thanks Marco!", "userDisplayName": null, "userId": "1151" }, { "creationDate": "2013-05-03T20:05:19.603", "id": "364900", "postId": "4974", "score": "1", "text": "To make this answer work, I had to insert the `auto eth0` stanza above the 'auto lo' that was already there.", "userDisplayName": null, "userId": "252" }, { "creationDate": "2014-09-28T13:42:18.107", "id": "722672", "postId": "4974", "score": "0", "text": "this should work but don't know why its not working for me", "userDisplayName": null, "userId": "332373" }, { "creationDate": "2015-08-16T00:13:08.580", "id": "953569", "postId": "4974", "score": "2", "text": "This answer did not solve my issue (Ubuntu 15.04, running in VM). I have to either do `/etc/init.d/network restart` or `dhclient eth0` after booting, before eth0 gets its IP address from (bridged) interface.", "userDisplayName": null, "userId": "146781" }, { "creationDate": "2017-07-02T19:22:50.943", "id": "1474556", "postId": "4974", "score": "0", "text": "Warning: in my case it actually prevented me from booting. It's nasty.", "userDisplayName": null, "userId": "191173" }, { "creationDate": "2017-08-30T11:36:01.707", "id": "1515286", "postId": "4974", "score": "0", "text": "@Dualinity which version of ubuntu were you using? Might help others.", "userDisplayName": null, "userId": "699031" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-30T16:03:08.597", "id": "4974", "lastActivityDate": "2010-09-30T16:03:08.597", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "41", "parentId": "4901", "postTypeId": "2", "score": "15" }
[ { "accepted": null, "body": "<p>What does <code>ifconfig -a</code> show when it's not working? Is there an <code>eth0</code>? If it's not, I'd check the modules blacklists <code>/etc/modprobe.d/blacklist*</code>. I would have expected the recovery console to honour these though so moving on...</p>\n\n<p>If ...
null
null
null
null
null
4902
1
4904
2010-09-29T14:46:40.190
13
1314
<p>Can someone describe the difference between the codecs in the Medibuntu Repository versus buying the Fluendo codecs?</p> <p>Are they the same? Does one have better quality etc?</p> <p>My Dell Mini originally came with Fluendo installed, but I have since upgraded several times and just used Medibuntu - but I am wondering if I am missing something.</p>
420
null
null
2011-01-19T00:16:23.637
Medibuntu vs Fluendo
[ "codecs", "fluendo", "medibuntu" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Fluendo multimedia codecs exists as commercial products because of software patents (required for decoding mpeg, mp3, etc) and silly-DRM removal laws (ie parts of DMCA, Digital Economy and ACTA) that stop you removing the CSS DRM on DVDs. The Medibuntu variants are still free software as they're not infringing any copyright (to my knowledge anyway).</p>\n\n<p>Whether you <em>legally need</em> it or not comes down to where you live honouring software patents or the DMCA-style DRM-cracking laws.</p>\n\n<p>Regarding quality: the codebase for each implementation <em>is</em> different so there is scope for one implementation being better than another. The only test I've really seen is ffmpeg vs Google's own implementation, where <a href=\"http://x264dev.multimedia.cx/?p=499\">ffmpeg trounces Google</a>.</p>\n\n<p>Dell plays it safe. They want top sell a product internationally that they can advertise as being able to play DVDs. That means they have to adhere to local laws and that undoubtedly means they'll need to license the software in some regions. I expect it is easier (and therefore cheaper) for them to just bulk-license from Fluendo.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-09-29T15:48:35.037", "id": "4998", "postId": "4904", "score": "4", "text": "I understand the legalities - but can you comment on the quality? Is there a reason to actually pay for it?", "userDisplayName": null, "userId": "420" }, { "creationDate": "2010-09-29T16:11:21.803", "id": "4999", "postId": "4904", "score": "0", "text": "@rifferte: Legal reasons. If you run a business or if you're going to be producing encoded audio or video, you need the Fluendo codecs for protection against legal liability.", "userDisplayName": null, "userId": "1148" }, { "creationDate": "2010-09-29T16:57:46.630", "id": "5002", "postId": "4904", "score": "1", "text": "rifferte: I see what you're saying. I can only speak from personal experience with the open source versions. I've found the quality to be extremely good and there are a lot of very smart people out there making the codecs as good as they can possibly be. It's not unheard of for open codecs to outperform closed implementations (ffmpeg quite recently did this for Google's own VP8 encoder).", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-09-29T17:59:01.420", "id": "5006", "postId": "4904", "score": "0", "text": "Things like DVD playing is illegal in many countries not because the of the mpeg format, but because it means breaking the encryption on the disc. If you are in doubt whether it is legal you should do some research! The quality is not different but the licenses is ;)", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-11-21T22:41:25.520", "id": "15006", "postId": "4904", "score": "0", "text": "the w32codecs package in the Medibuntu repositories is not open source, and is violating the copyright of at least Microsoft, Apple and Real (I didn't check in detail if binaries from other companies are included too).", "userDisplayName": null, "userId": "935" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-29T14:57:51.703", "id": "4904", "lastActivityDate": "2010-09-29T18:27:04.063", "lastEditDate": "2010-09-29T18:27:04.063", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "4902", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>Fluendo multimedia codecs exists as commercial products because of software patents (required for decoding mpeg, mp3, etc) and silly-DRM removal laws (ie parts of DMCA, Digital Economy and ACTA) that stop you removing the CSS DRM on DVDs. The Medibuntu variants are still free...
null
null
null
null
null
4905
1
null
2010-09-29T15:22:29.443
7
6071
<p>After every kernel update I have to run <code>update-burg</code> manually. How do I make it automatic?</p>
2362
3550
2010-10-21T14:01:25.980
2012-05-30T18:31:02.977
How to automatically update burg after a kernel update
[ "10.04", "kernel", "burg" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Normally <code>update-grub</code> gets called. This is just something that happens. The system expects grub to be the bootloader. Assuming you're never going to use grub again, you can do this:</p>\n\n<pre><code>cd /usr/sbin/\nsudo mv update-grub update-grub.backup\nsudo ln -...
null
null
null
null
null
4910
1
4911
2010-09-29T17:07:41.960
4
1946
<p>I've recently started administrating more Ubuntu machines - as such I've had to recompile/create packages for our configuration. On my Redhat machines I was able to create a server that served as a Yum Repository - ensuring all my updates would be installed on the machines accordingly.</p> <p>Is it possible for me to create an Aptitude Repository on a remote server? If so how would one go about doing so (and maintaining a custom/small set of packages on it - not just a mirror)?</p>
41
null
null
2010-09-29T17:21:19.730
How to create a Remote Aptitude/APT Repository?
[ "package-management", "apt", "repository" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can either create a ppa on <a href=\"https://launchpad.net\">launchpad</a>, or create your own apt repository on your own server. The recipe of how to build an apt repository can be found <a href=\"http://www.debian-administration.org/articles/286\">here</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-29T17:21:19.730", "id": "4911", "lastActivityDate": "2010-09-29T17:21:19.730", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4", "parentId": "4910", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>You can either create a ppa on <a href=\"https://launchpad.net\">launchpad</a>, or create your own apt repository on your own server. The recipe of how to build an apt repository can be found <a href=\"http://www.debian-administration.org/articles/286\">here</a>.</p>\n", ...
null
null
null
null
null
4913
1
null
2010-09-29T17:39:07.123
1
266
<p>I started scanning personal documents recently and storing them in a folder in my account, now I'm adding text, related to each document, on the <strong>Notes</strong> tab of each document's <strong>Properties</strong> window.</p> <p>When I enabled this folder to be shared by my wife from her account, she can see the scanned documents, but not the notes themselves; the tab appears empty.</p> <ul> <li>Is there a way to enable sharing those notes? I got to re-check if I enabled sharing correctly.</li> <li>Should I place those document in a separate folder; one not inside my own account?</li> <li>Is there an application that is better suited for this type of job? Some document management software?</li> <li>Some documents are in JPG while others are in PDF.</li> </ul>
175
20
2010-09-29T18:35:34.293
2011-11-26T18:30:44.383
File properties(notes) not synced between local accounts
[ "nautilus", "file-properties", "document-management" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Just a quick info, not really a solution:</p>\n\n<p>Notes aren't written to the file itself, they are stored in a file in <code>~/.local/share/gvfs-metadata</code>.</p>\n\n<p>Since this is in your <code>~</code>, it makes sense that it wouldn't be shared with other accounts.<...
null
null
null
null
null
4917
1
null
2010-09-29T19:33:56.000
5
1573
<p>I'm using Ubuntu 10.04 on a Gateway TA1 convertable tablet PC. After I suspend by closing the lid, and resume by reopening the lid, I cannot use my trackpad mouse anymore. How can I fix this?</p> <p>UPDATE: xinput --list output</p> <pre><code>⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Macintosh mouse button emulation id=11 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Power Button id=7 [slave keyboard (3)] ↳ Sleep Button id=8 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=9 [slave keyboard (3)] </code></pre>
1748
3037
2011-10-10T08:14:42.297
2011-10-10T08:14:42.297
mouse stuck after resumption from suspend
[ "10.04", "mouse", "battery", "suspend-resume", "tablet" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2010-10-19T03:56:37.170", "id": "8064", "postId": "4917", "score": "0", "text": "can you run the command `xinput --list` after this happens and attach the output please", "userDisplayName": null, "userId": "4062" }, { "creationDate": "2010-10-19T17:10:25.487", ...
null
[ { "accepted": null, "body": "<p>This is certainly a bug - I suggest you report it by pressing <kbd>Alt</kbd>+<kbd>F2</kbd>, entering <code>ubuntu-bug</code> in the box, and following the instructions from there.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-21T1...
null
null
null
null
null
4919
1
4929
2010-09-29T20:02:08.597
4
1292
<p>I'm running 10.04, with FireFox 3.6.x. I have NoScript and AdBlock installed, as well as Firebug and the GWT toolkit. The problem I'm having is that sometimes URLS open in new tabs even just with a normal click. I use my laptop's built-in trackpad as a pointing device with 'tap to click' enabled. This seems to happen between 10 and 25% of the time. It's quite annoying. Anyone have any idea what causes this?</p>
1217
null
null
2011-05-13T10:55:01.910
Clicking URLS opens a new tab in FireFox
[ "firefox", "trackpad" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Are you tapping close to an edge or corner by any chance? Depending on your hardware model and software configuration, tapping near some edges emulates the second (middle) or third (right) mouse button. In Firefox, by default, middle-clicking on a link opens it in a new tab.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-29T22:40:58.150", "id": "5029", "postId": "4929", "score": "0", "text": "Where would I find settings for middle-click emulation, etc? Hardware is an HP G61 ... I don't recall seeing any configuration in the mouse/trackpad settings. It would be very cool, but I haven't seen this.", "userDisplayName": null, "userId": "1217" }, { "creationDate": "2010-09-29T22:45:12.900", "id": "5030", "postId": "4929", "score": "1", "text": "After playing around a bit, it seems that the very bottom of the scroll area is right-click and the top of it is middle-click. Awesome.", "userDisplayName": null, "userId": "1217" }, { "creationDate": "2010-09-29T23:03:49.633", "id": "5031", "postId": "4929", "score": "0", "text": "@Nerdfest: A majority of laptops have a [Synaptics touchpad](https://help.ubuntu.com/community/SynapticsTouchpad).", "userDisplayName": null, "userId": "1059" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-29T21:59:48.170", "id": "4929", "lastActivityDate": "2010-09-29T21:59:48.170", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "4919", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>When I access my computer over VNC from my phone sometimes I find that the Control key gets sent a lot of the time. I know it's a different use-case to yours but it could be that your control key is getting stuck (or you're accidentally pressing it - I know how easy that can ...
null
null
null
null
null
4921
1
4927
2010-09-29T20:28:42.157
5
1001
<p>I'd like to keep my bookmarks synced between different browsers, computers, and operating systems. What's the best browser plugin or other solution to keep my bookmarks synced between all of these?</p>
149
null
null
2020-04-30T23:39:44.833
With Xmarks closing down, what is a good alternative?
[ "firefox", "extension", "chromium" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I use delicious <a href=\"http://www.delicious.com/\" rel=\"nofollow\">http://www.delicious.com/</a></p>\n\n<p>and whatever browser plug-in I need to access easily.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-09-29T21:53:45.980", "id": "5025", "postId": "4927", "score": "2", "text": "The main thing is to figure out a tag and tag bundling strategy that works for you.", "userDisplayName": null, "userId": "769" }, { "creationDate": "2010-09-29T22:17:41.090", "id": "5027", "postId": "4927", "score": "1", "text": "Yeah, tags are way to easy to add... then it gets out of control.", "userDisplayName": null, "userId": "149" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-29T21:36:00.830", "id": "4927", "lastActivityDate": "2010-09-29T21:36:00.830", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "769", "parentId": "4921", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>I personally prefer to use <a href=\"http://www.google.com/chrome?platform=linux\" rel=\"nofollow noreferrer\">Google Chrome</a>, which supports this natively. As a bonus, your bookmarks are also available within a special folder in Google Docs.</p>\n\n<p>Options -> Personal ...
null
null
null
null
null
4922
1
null
2010-09-29T20:31:46.247
21
2828
<p>What GUI Twitter clients are there for Ubuntu?</p> <p>Please include reasons why you like - or highlight features that make a client unique. Please also keep to one client per answer.</p>
2331
814
2011-05-28T08:10:45.693
2013-05-11T22:33:19.867
What microblogging clients are available?
[ "software-recommendation", "twitter" ]
13
3
CC BY-SA 3.0
[ { "creationDate": "2010-09-29T22:15:31.517", "id": "5026", "postId": "4922", "score": "1", "text": "This post - as is - is too open ended, and subjective. Please provide guidelines, everyone's opinion of \"friendly\" is different. Furthermore you may wish to make this simple \"What are available...
null
[ { "accepted": null, "body": "<h1><a href=\"http://hotot.org/\" rel=\"noreferrer\">Hotot</a></h1>\n<p>I've been using <a href=\"http://hotot.org/\" rel=\"noreferrer\">hotot</a>, and I am very satisfied, because:</p>\n<ul>\n<li>It's lightweight</li>\n<li>It has preview for images</li>\n<li>Threaded Conversati...
2010-09-30T01:02:46.443
null
2014-04-10T07:20:07.000
null
null
4923
1
4943
2010-09-29T20:43:41.240
5
1426
<p>There is a file in your home folder that allows you to configure some settings for Hulu Desktop: <code>~/.huludesktop</code>. It has an option for scripts to run to dis/en-able the screensaver.</p> <p>I would like to write a script to be called by Hulu while watching video. It seems that in Ubuntu 10.04 the gconftool settings <code>idle_activation_enabled</code> &amp; <code>idle_activation_enabled</code> no longer inhibit the gnome-screensaver or monitor sleep.</p> <p>These are the commands I tried to use:</p> <pre><code> gconftool-2 --set /apps/gnome-screensaver/idle_activation_enabled --type bool TRUE gconftool-2 --set /apps/gnome-powermanager/idle_activation_enabled --type bool TRUE </code></pre> <p>I have also found <code>gnome-screensaver-command</code> with the <code>--inhibit</code> option, but that blocks while active which means that my suspend script would be hard to fit into the two <code>.huludesktop</code> options (<code>suspend_script</code> &amp; <code>resume_script</code>)</p> <p>I would prefer not to use Caffine as this is under Ubuntu NBR and top panel space is valuable.</p>
2564
null
null
2010-12-03T18:07:59.647
Disable Screensaver While Using Hulu Desktop
[ "screensaver" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<pre><code>$ cat ~/bin/hulu-suspend\n#!/bin/sh\n# wrapper for gnome-screensaver-command utility to inhibit and \n# refrain from inhibiting screensaver. comments and robustness\n# are sacrificed for simplicity\n\ncase $0 in\n *suspend*) \n gnome-screensaver-command --application-name Hulu \\\n --reason \"watchin stuffs\" --inhibit &amp; \n gnome-screensaver-command --query ;;\n *resume*) \n killall gnome-screensaver-command;\n gnome-screensaver-command --query ;;\n *) echo \"usage $0: read the script $0\"; exit 1;;\nesac\n$ chmod +x ~/bin/hulu-suspend\n$ ln ~/bin/hulu-suspend ~/bin/hulu-resume\n$ hulu-suspend\nThe screensaver is being inhibited by:\nApplication=\"Hulu\"; Since=\"2010-09-30T03:30:15.169875Z\"; \n Reason=\"watchin stuffs\";\n$ ln ~/bin/hulu-suspend ~/bin/hulu-resume\n$ ~/bin/hulu-resume\nThe screensaver is not inhibited\n</code></pre>\n\n<p>It's been tested; it claims to work. Enjoy.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-30T14:43:46.460", "id": "5067", "postId": "4943", "score": "0", "text": "Hmm, I didn't even think about backgrounding the blocking command. I'll try this tonight and accept it if it works.", "userDisplayName": null, "userId": "2564" }, { "creationDate": "2010-10-04T15:50:47.610", "id": "5260", "postId": "4943", "score": "0", "text": "This doesn't seem to work from the .huludesktop file. I think that it needs a `DISPLAY=:0` ENV variable or else the gnome-screensaver-command errors: `** Message: Failed to connect to the D-BUS daemon: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.`", "userDisplayName": null, "userId": "2564" }, { "creationDate": "2010-10-13T14:10:25.750", "id": "6706", "postId": "4943", "score": "0", "text": "adding this line above the case statement causes the script to work for me in 10.04. `export DISPLAY=:0;`", "userDisplayName": null, "userId": "2564" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-30T03:33:57.277", "id": "4943", "lastActivityDate": "2010-09-30T03:33:57.277", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1078", "parentId": "4923", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<pre><code>$ cat ~/bin/hulu-suspend\n#!/bin/sh\n# wrapper for gnome-screensaver-command utility to inhibit and \n# refrain from inhibiting screensaver. comments and robustness\n# are sacrificed for simplicity\n\ncase $0 in\n *suspend*) \n gnome-screensaver-command --ap...
null
null
null
null
null
4926
1
null
2010-09-29T20:56:08.247
4
345
<p>When I open a folder in the tree pane, I want to display the sub-folders, and am likely to want to see all of them. I often then want to open a sub-folder and view the folders within that.</p> <p>What often happens is that part of the list of sub-folders is displayed. I scroll so I can see them all, select one, and then have to scroll to see all of them...</p> <p>Is there a way to configure nautilus so that the folder display is scrolled when I open a sub-folder, to enable me to see all the sub-folders - or at least, the first screen of them?</p>
2567
null
null
2010-09-29T21:38:25.133
Can I auto-scroll when opening a folder?
[ "nautilus" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Nautilus does not currently have a way to do this.</p>\n\n<p>From a technical perspective, this actually shouldn't be too hard to implement. <a href=\"http://developer.gnome.org/doc/whitepapers/nautilus/nautilus-internals.html\" rel=\"nofollow\">Nautilus uses the GtkTreeView ...
null
null
null
null
null
4933
1
4938
2010-09-29T23:12:19.070
6
967
<p>I'm looking for a tool that will convert the pages of a PDF file to HTML files. I just need the text and formatting - I don't care about images and other media.</p>
5
null
null
2010-09-30T00:08:50.267
Tool to convert PDF file into separate HTML files?
[ "pdf", "tools", "html" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://pdftohtml.sourceforge.net/\">pdftohtml</a> is probably what you're looking for.</p>\n\n<p>Info about the package: <a href=\"http://packages.ubuntu.com/lucid/pdftohtml\">packages.ubuntu.com/lucid/pdftohtml</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-30T01:01:58.827", "id": "5037", "postId": "4938", "score": "0", "text": "Perfect. Just tried it out and it works great.", "userDisplayName": null, "userId": "5" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-30T00:08:50.267", "id": "4938", "lastActivityDate": "2010-09-30T00:08:50.267", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "20", "parentId": "4933", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p><a href=\"http://pdftohtml.sourceforge.net/\">pdftohtml</a> is probably what you're looking for.</p>\n\n<p>Info about the package: <a href=\"http://packages.ubuntu.com/lucid/pdftohtml\">packages.ubuntu.com/lucid/pdftohtml</a></p>\n", "commentCount": "1", "comments": [...
null
null
null
null
null
4934
1
null
2010-09-29T23:48:57.653
12
26314
<p>When I want to print something, I don't get the option to print on both sides of a paper although my printer supports this feature. How can I fix this? Do I have to download a proprietary driver? </p> <p>My printer is a HP LaserJet p2015n.</p>
2331
235
2012-08-09T13:04:26.280
2018-10-16T12:18:46.607
HP LaserJet printer doesn't have 2 sided option
[ "printing" ]
5
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I found a lot of help here:\n<a href=\"http://www.linuxfoundation.org/collaborate/workgroups/openprinting\" rel=\"nofollow\">http://www.linuxfoundation.org/collaborate/workgroups/openprinting</a></p>\n\n<p>Here's a link to your model:\n<a href=\"http://www.openprinting.org/pr...
null
null
null
null
null
4935
1
null
2010-09-29T23:53:40.343
5
6713
<p>Here's the situation: Since I upgraded to 10.4 LTS, my gnome session unexpectedly ends: it logs off. This does not happen every time, but rather randomly. I've tried to force this event, suspecting it was some kind of unfortunate key-mapping thing: alt-enter, shift-enter, enter-end, etc. But no, I cant reproduce it.</p> <p>Does this happen to anyone? I've googled around, but haven't found any solution.</p> <p>Update: Here's the last part of my .xsession-errors file</p> <pre><code>error 0 (Success) on X server :1.0. error 0 (Success) on X server :1.0.&gt; MADPlug-Message: Rejecting &gt; file:///media/KINGSTON/somesong.mp3: &gt; out of data. &gt; &gt; ** (update-notifier:3110): DEBUG: fire up the crashreport tool &gt; &gt; gnome-session: Fatal IO error 11 &gt; (Resource temporarily unavailable) on &gt; X server :1.0. &gt; &gt; gnome-settings-daemon: Fatal IO error &gt; 11 (Resource temporarily unavailable) &gt; on X server :1.0. &gt; &gt; Window manager warning: Fatal IO error &gt; 11 (Resource temporarily unavailable) &gt; on display ':1.0'. &gt; &gt; gnome-screensaver: Fatal IO error 11 &gt; (Resource temporarily unavailable) on &gt; X server :1.0. &gt; &gt; polkit-gnome-authentication-agent-1: &gt; Fatal IO error 11 (Resource &gt; temporarily unavailable) on X server &gt; :1.0. &gt; &gt; evolution-alarm-notify: Fatal IO error &gt; 11 (Resource temporarily unavailable) &gt; on X server :1.0. &gt; &gt; tilda: Fatal IO error 11 (Resource &gt; temporarily unavailable) on X server &gt; :1.0. &gt; &gt; audacious2: Fatal IO error 11 &gt; (Resource temporarily unavailable) on &gt; X server :1.0. &gt; &gt; XIO: fatal IO error 11 (Resource &gt; temporarily unavailable) on X server &gt; ":1.0"^M &gt; &gt; after 9917 requests (9916 known processed) with 0 events remaining.^M &gt; gsd-locate-pointer: Fatal IO error 11 &gt; (Resource temporarily unavailable) on &gt; X server :1.0. &gt; &gt; gnome-terminal: Fatal IO error 11 &gt; (Resource temporarily unavailable) on &gt; X server :1.0. &gt; &gt; &gt; gdu-notification-daemon: Fatal IO &gt; error 11 (Resource temporarily &gt; unavailable) on X server :1.0. &gt; &gt; update-notifier: Fatal IO error 11 &gt; (Resource temporarily unavailable) on &gt; X server :1.0. nm-applet: Fatal IO &gt; error 0 (Success) on X server :1.0.error 0 (Success) on X server :1.0. </code></pre> <p>Thanks in advance.error 0 (Success) on X server :1.0.</p>
2406
41
2010-10-01T03:11:52.817
2013-01-08T18:48:50.137
gnome exits unexpectedly
[ "gnome", "login-screen" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-09-30T03:14:22.077", "id": "5045", "postId": "4935", "score": "2", "text": "the contents of your ~/.xsession-errors file is the first place to look for clues. edit them into your post if you'd like a second (or fifteenth) pair of eyes on them.", "userDisplayName": nul...
null
[ { "accepted": null, "body": "<p>Look in <code>/var/crash</code> to see if X or something crashed. Check <code>dmesg</code> for any kernel faults. Look at the last dozen lines or so of <code>/var/log/Xorg.0.log</code> for evidence of an X crash in the form of a backtrace. Check your <code>/var/log/gdm/</cod...
null
null
null
null
null
4940
1
5024
2010-09-30T01:34:54.647
3
1385
<p>I just got a new server that has a brand new Areca 1880 Raid controller which the built in arcmsr module does not support. Areca has updated module source code available on the cd that came with the controller and their website. Using this I was able to install Ubuntu Server on the hardware by using my laptop to build the kernel module and loading it off a USB stick. </p> <p>I then built the driver for the server kernel and updated initrd but when I reboot it doesn't even look like Grub is getting loaded. The only thing the system does is display a "_" in the upper left of the screen. I believe I'm seeing a Grub issue but combined with the RAID controller/module issues I'm not 100% positive on that. Does anyone know of any limitations with Areca controllers and Grub?</p> <p>One weird hurdle that I ran across is that the server install cd uses the desktop kernel rather than the server kernel so you need to build the module twice.</p>
1909
235
2010-10-01T17:24:05.100
2018-04-11T19:25:02.567
Installing server on unsupported Areca RAID Controller
[ "10.04", "server", "hardware", "raid" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Looks like the only requirement is that the volume that Grub is installed on is less than 2TB. In my case it looks like Grub just didn't install properly and reinstalling grub sorted out my issues.</p>\n\n<p>However I've now documented my procedure for <a href=\"http://www.3dinfluence.com/blog/installing-ubuntu-server-unsupported-raid-controller\" rel=\"nofollow\">installing Ubuntu Server on an unsupported raid controller</a>. Hopefully this helps someone.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-01T17:24:57.087", "id": "5128", "postId": "5024", "score": "0", "text": "Nice example of how to update your on question/answer with progress!", "userDisplayName": null, "userId": "235" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-01T17:21:45.467", "id": "5024", "lastActivityDate": "2010-10-17T04:15:29.980", "lastEditDate": "2010-10-17T04:15:29.980", "lastEditorDisplayName": null, "lastEditorUserId": "1909", "ownerDisplayName": null, "ownerUserId": "1909", "parentId": "4940", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Looks like the only requirement is that the volume that Grub is installed on is less than 2TB. In my case it looks like Grub just didn't install properly and reinstalling grub sorted out my issues.</p>\n\n<p>However I've now documented my procedure for <a href=\"http://www.3...
null
null
null
null
null
4942
1
4972
2010-09-30T03:07:27.050
13
27920
<p>Can I remove the Anchor icon from my Docky dock?</p>
87
null
null
2017-03-16T00:18:29.383
Remove the Anchor icon in Docky
[ "dock", "customization", "docky" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-30T11:13:05.083", "id": "5055", "postId": "4942", "score": "0", "text": "I don't know of any way to do this. I think it is supposed to stay for access to your prefs.", "userDisplayName": "user415", "userId": null } ]
{ "accepted": true, "body": "<p>In order to remove the anchor icon from docky, you must first upgrade to the most recent version. To do this, you need to add the development <a href=\"https://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them\">PPA</a> to your list of software sources. On Ubuntu 9.10 and later, you may do this by typing:</p>\n\n<pre><code>sudo add-apt-repository ppa:docky-core/ppa\n</code></pre>\n\n<p>and then refreshing the list of packages with</p>\n\n<pre><code>sudo apt-get update\nsudo apt-get upgrade\n</code></pre>\n\n<p>This may not trigger the update, in which case you should open Synaptic package manager, and search for docky. Finding the docky package, select it and use the menu item Package->Force Version. This will let you select the version of docky to install. The fix to remove the anchor icon requires version 1.0 <strong>or later</strong>.</p>\n\n<p>Once you have the <strong>Docky-Core PPA version installed</strong> (the latest version is 2.2 against the 2.0.6 you find on the default repository), you may disable the docky icon by:</p>\n\n<ol>\n<li>Open <a href=\"https://askubuntu.com/questions/17249/how-do-i-use-the-gconf-editor\">gconf-editor</a> by pressing <kbd>Alt</kbd>+<kbd>F2</kbd> and typing <code>gconf-editor</code>.</li>\n<li>Navigate to <code>apps/docky-2/docky/items/DockyItem</code>.</li>\n<li>Deselect the <code>ShowDockyItem</code> key.</li>\n<li>Restart docky.</li>\n</ol>\n\n<p>After you have disabled your anchor icon, you may still access your docky preferences by right clicking any dividers you may have on the dock.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-09-30T15:28:26.203", "id": "5070", "postId": "4972", "score": "1", "text": "The final instructions are the same as gamerchick02's, but its very important that you have the latest version of docky installed to do this.", "userDisplayName": null, "userId": "2421" }, { "creationDate": "2010-09-30T19:18:11.803", "id": "5080", "postId": "4972", "score": "0", "text": "I thought this would be a cool thing to do, so I tried it out... it took me a while to figure out how to get the correct version in.", "userDisplayName": null, "userId": "2421" }, { "creationDate": "2010-09-30T23:19:26.060", "id": "5094", "postId": "4972", "score": "0", "text": "Thanks for the answer... I couldn't have figured out the \"upgrade to the most recent version\" part.", "userDisplayName": null, "userId": "87" }, { "creationDate": "2010-11-02T08:20:27.723", "id": "11219", "postId": "4972", "score": "0", "text": "Great answer Zoe, I have been passively trying to figure out how to remove the anchor icon for a few days. This worked!", "userDisplayName": null, "userId": "5013" }, { "creationDate": "2011-03-08T16:38:04.740", "id": "32900", "postId": "4972", "score": "0", "text": "Like Matthew said below, you need to add the PPA repository even if you have a newer version. And it's simpler to just [follow his answer](http://askubuntu.com/questions/4942/remove-the-anchor-icon-in-docky/18163#18163), since we need to open the terminal anyway.", "userDisplayName": null, "userId": "7911" }, { "creationDate": "2011-03-17T22:13:51.293", "id": "34554", "postId": "4972", "score": "0", "text": "I've personally never liked giving instructions on how to do things using large blocks of shell commands. It may be much simpler and more concise, but for people unfamiliar with the system, its also intimidating and much more difficult to parse the actual actions.", "userDisplayName": null, "userId": "2421" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-30T15:27:38.607", "id": "4972", "lastActivityDate": "2011-03-08T17:10:47.413", "lastEditDate": "2017-04-13T12:24:11.723", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "2421", "parentId": "4942", "postTypeId": "2", "score": "20" }
[ { "accepted": null, "body": "<p>Yes, from an OMG!Ubuntu <a href=\"http://www.omgubuntu.co.uk/2010/04/remove-anchor-icon-from-docky/1.3.4.\" rel=\"nofollow noreferrer\">article</a>:</p>\n\n<ol>\n<li>Press <kbd>Alt</kbd> + <kbd>F2</kbd></li>\n<li>Type command <a href=\"https://askubuntu.com/questions/17249/ho...
null
null
null
null
null
4945
1
null
2010-09-30T05:36:03.003
3
732
<p>After booting into the ubuntu login screen and clicking on my user name and entering the password, I get a dialog stating that <code>gnome-power-manager</code> is still running. The dialog presents 2 buttons, 1 to <code>Cancel</code> and other to <code>Logout Anyway</code>.</p> <p>This issue happens about 50% of the time and I don't remember doing anything related to power management recently. Also, even if I don't choose any option in the dialog it goes away after about 30s.</p> <p>This is happening on a desktop machine as well as a laptop. On the laptop I have configured power management for myself (not for gdm) whereas in desktop I have not configured power management for any user.</p> <p>This is only an annoyance but still I would like to fix it, especially on my desktop where I am interested in getting it auto-login ASAP into my userid.</p> <p>Any ideas why this could be happenning?</p>
270
3037
2011-01-03T13:35:24.330
2011-01-03T13:35:24.330
gnome-power-manager is running while trying to log in. How to get rid of it?
[ "gnome", "gdm", "login-screen", "gnome-power-manager" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-09-30T07:15:55.183", "id": "5053", "postId": "4945", "score": "2", "text": "Try removing unneeded USB devices such as a webcam to see if that helps. I know this is a known issue but I forget how to fix it.", "userDisplayName": null, "userId": "2138" }, { "...
null
[ { "accepted": null, "body": "<p>I suggest you mark <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/563862\" rel=\"nofollow\">this bug report</a> (note that despite the title it is not not iPhone/iPod specific) as affecting you. Currently 55 people have marked it as affecting the...
null
0
2011-12-15T07:54:01.270
null
null
4947
1
null
2010-09-30T07:02:35.450
4
23023
<p>I have a logitech Quickcam Pro 9000 connected to my ubuntu desktop and it works fine with Skype.</p> <p>However, Skype inputs and sends my video at the native (for the webcam I think) resolution of 1600 x 1200. I can confirm that the camera supports a wide variety of resolutions starting from 160 x 120 upto 1600 x 1200 (including e.g., 320 x 240, 352 x 288) using cheese. I can select these resolutions and see the output is appropriately scaled.</p> <p>Also, I don't see any improvements in smoothness of motion in the captured video so I suspect the original 1600 x 1200 is scaled down in the path somewhere.</p> <p>Is it possible to somehow to enable this scaling capability towards Skype?</p>
270
3037
2011-01-03T13:34:35.190
2013-02-09T16:56:01.183
How can I change resolution of "my video" in Skype?
[ "video", "webcam", "skype", "resolution" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There should be a skype configuration file in your home directory:</p>\n\n<pre><code>~/.Skype/YourUserName/config.xml\n</code></pre>\n\n<p>(Replace <code>YourUserName</code> with your skype user name). Open this file with a text editor, search for the <code>&lt;Video&gt;</cod...
null
null
null
null
null
4950
1
4960
2010-09-30T08:12:12.210
119
72794
<p>I have a new Ubuntu 10.04 installation with encrypted home directory (using the built-in encryption offered by Ubuntu installer). </p> <p><strong>What's the easiest way to stop using encryption?</strong> (I.e., to decrypt my home directory permanently.) </p> <p>(It's giving me problems with kernel updates, and I'd just like to cut down on all the hassle I'm having with this installation.)</p>
928
235
2012-05-18T14:05:37.647
2022-01-16T06:32:53.053
How to stop using built-in home directory encryption?
[ "encryption", "ecryptfs" ]
10
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Googling around, I found <a href=\"http://ubuntu-ky.ubuntuforums.org/showpost.php?p=8867369&amp;postcount=10\"><strong>this post</strong></a>:</p>\n\n<blockquote>\n <p>Not to bring up an old thread but in case anyone has errors trying to follow these instructions, here is what I did.</p>\n \n <p><ol>\n <li>Backup the home directory while you are logged in\n <code>sudo cp -rp /home/user /home/user.backup</code></p>\n \n <blockquote>\n <p>1.1. Check that your home backup has everything!!!</li>\n <li>reboot into root via grub</li>\n <li>Delete your home directory <code>rm -rf /home/user</code></li>\n <li>Remove the packages <code>apt-get remove ecryptfs-utils libecryptfs0</code></li>\n <li>Restore your home directory <code>mv /home/user.backup /home/user</code></li>\n <li>reboot</li>\n <li>Remove any of those <code>.Private</code> <code>.ecryptfs</code> folders <code>rm -rf ~/.Private</code> <code>rm -rf ~/.ecryptfs</code></li>\n <li>Yay!</li>\n </ol>\n This worked for me. Home folder file permissions stay intact and does not bugger up Dropbox or git repos. Some reason my fresh install on Ubuntu 9.10 would not do the first command. Just make sure you think the process through when using <code>rm -rf</code>.\n Just wanted to post this not only for my record, but anyone else who encounters problems.</p>\n </blockquote>\n</blockquote>\n\n<p><strong>Some notes</strong></p>\n\n<ul>\n<li><em>reboot into root via grub</em> was a bit unclear to me; I didn't reboot, just switched to using root (another user account with <code>sudo</code> privileges would work equally well).</li>\n<li>Before removing the packages <code>ecryptfs-utils</code> and <code>libecryptfs0</code> would work, I needed to remove <code>/home/.ecryptfs/&lt;myusername&gt;</code>. (It complained that <code>ecryptfs-utils</code> was in use.)</li>\n</ul>\n\n<p>Other than that, this worked for me. It's far from simple though, so feel free to post better solutions!</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2010-10-06T13:33:05.410", "id": "5359", "postId": "4960", "score": "0", "text": "I'll accept this as it worked for me, but like I said, feel free to post something simpler or better!", "userDisplayName": null, "userId": "928" }, { "creationDate": "2012-11-29T09:41:52.300", "id": "275581", "postId": "4960", "score": "3", "text": "This worked for me on 12.10 aswell. I also needed to delete `/home/.ecryptfs/<myusername>` first. Also, I had to remount `/` in the root console though, but I guess this is another story. Thanks!", "userDisplayName": null, "userId": "111502" }, { "creationDate": "2012-12-09T21:35:57.037", "id": "280424", "postId": "4960", "score": "1", "text": "Worked on 12.04 too. The only thing is if you switch to root (`sudo su`) instead of \"rebooting to root via grub\" it works but you need to move out of `/home/user` (`cd /home` for example) and issue `umount /home/user` to unmount the home dir before using the `rm -rf`. You also need to `rm -rf /home/user.backup/.ecryptfs` before removing the 2 packages.", "userDisplayName": null, "userId": "7304" }, { "creationDate": "2013-02-17T23:10:22.367", "id": "321304", "postId": "4960", "score": "3", "text": "+1 This is easier to do over SSH, no GRUB to deal with or trying to avoid any mounting. Just be careful deleting /home/.ecryptfs. Apparently it has a symlink pointing to /home/username. I lost all my data.", "userDisplayName": null, "userId": "49724" }, { "creationDate": "2014-07-03T16:35:41.987", "id": "657060", "postId": "4960", "score": "0", "text": "what's about this way? http://virtually-a-machine.blogspot.com/2010/08/howto-disable-ecryptfs.html", "userDisplayName": null, "userId": "22258" }, { "creationDate": "2014-07-26T23:45:10.800", "id": "676361", "postId": "4960", "score": "2", "text": "For step 1, if you get an error: `/home/<username>/.gvfs: Cannot stat: Permission denied` you can always use rsync: `rsync -avz --exclude '*.gvfs' /home/<username> /home/<username>.backup`", "userDisplayName": null, "userId": "85582" }, { "creationDate": "2014-10-22T17:06:31.650", "id": "739400", "postId": "4960", "score": "0", "text": "To reboot into root via grub, following these instructions: http://askubuntu.com/questions/92556/how-do-i-boot-into-a-root-shell", "userDisplayName": null, "userId": "281331" }, { "creationDate": "2014-10-22T17:08:35.703", "id": "739404", "postId": "4960", "score": "0", "text": "I had some trouble enabling networking (which is also read-write access to the file system), but the following worked: https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1061239/comments/5", "userDisplayName": null, "userId": "281331" }, { "creationDate": "2017-05-15T19:41:38.620", "id": "1442839", "postId": "4960", "score": "0", "text": "note that home directory encryption is separate from entire drive encryption, as least in server 16.04, and so you can safely remove ecryptfs-utils and libecryptfs0 without affecting whole disk encryption.", "userDisplayName": null, "userId": "427377" }, { "creationDate": "2017-08-22T18:08:20.877", "id": "1509887", "postId": "4960", "score": "0", "text": "I had to do `umount /home/myusername/.Private` before I could remove my home dir. And to do that, I had to `killall -u myusername`.", "userDisplayName": null, "userId": "484565" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-09-30T11:00:59.877", "id": "4960", "lastActivityDate": "2012-12-25T10:58:38.220", "lastEditDate": "2012-12-25T10:58:38.220", "lastEditorDisplayName": null, "lastEditorUserId": "48282", "ownerDisplayName": null, "ownerUserId": "928", "parentId": "4950", "postTypeId": "2", "score": "79" }
[ { "accepted": true, "body": "<p>Googling around, I found <a href=\"http://ubuntu-ky.ubuntuforums.org/showpost.php?p=8867369&amp;postcount=10\"><strong>this post</strong></a>:</p>\n\n<blockquote>\n <p>Not to bring up an old thread but in case anyone has errors trying to follow these instructions, here is wh...
null
null
null
null
null
4954
1
4962
2010-09-30T09:04:08.967
4
22408
<p>I have a workstation with NVIDIA GeForce GT 210 graphics card &amp; Ubuntu 10.4, and am having rather annoying problems trying to get them working together. (On other machines and earlier Ubuntu versions I've been a pretty happy NVIDIA user though.)</p> <p>First of all, simply using the NVIDIA driver automatically suggested by "Adminstration -> Hardware drivers" didn't work at all. Based on <a href="https://askubuntu.com/questions/3024/good-nvidia-drivers-for-ubuntu/3027#3027"><strong>this answer</strong></a>, I tried with drivers straight from NVIDIA, and got it working for a while. But now (perhaps due to reboot, or <code>apt-get upgrade</code>) I'm out of luck again. </p> <p>There now seems to be a conflict with the Nouveau driver. I've tried removing it:</p> <ul> <li><p><code>apt-get --purge remove xserver-xorg-video-nouveau</code> (as suggested <a href="https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia" rel="nofollow noreferrer">here</a>) and reboot</p></li> <li><p>I've also tried <code>modprobe -r nouveau</code> but it gives <code>FATAL: Module nouveau is in use.</code></p></li> </ul> <p>But when trying to (re-)execute NVidia's installer (NVIDIA-Linux-x86_64-256.53.run) it keeps complaining about Nouveau. I'm starting to run out of ideas, so any help would be welcome!</p>
928
-1
2017-04-12T07:23:19.023
2011-06-26T12:06:52.233
How to get NVidia GeForce GT 210 drivers working on Lucid Lynx?
[ "10.04", "drivers", "nvidia", "nouveau" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2011-06-26T12:06:52.233", "id": "56552", "postId": "4954", "score": "0", "text": "Did you try 210 on 11.04? How did it go? [I could not comment for some reason, so I had to log a new \"answer entry\"]", "userDisplayName": null, "userId": "12026" }, { "creationD...
{ "accepted": true, "body": "<p>Seems that once I got over <a href=\"https://askubuntu.com/questions/4950/how-to-stop-using-ubuntus-built-in-home-directory-encryption\">this problem</a>, I was able to switch to using a newer kernel (automatically installed by <code>apt-get upgrade</code>: 2.6.32-21 to 2.6.32-25), and with that kernel the Nouveau module was no longer in use (probably due to removing the xserver-xorg-video-nouveau package?).</p>\n\n<p>Then, after installing appropriate linux-headers packages, the NVIDIA installer agreed to proceed and it rebuilt the kernel module and took it into use.</p>\n\n<p>Then some dual-monitor configuration, and everything seems to be pretty smooth, finally. Whew. :-) </p>\n\n<p>(Problems with the non-NVIDIA drivers included: 1) for VGA output the image was in the wrong place horizontally; you couldn't get it right even by manually adjusting the monitor 2) colours (or contrast) for DVI and VGA output were very different. There's only one DVI output in the card so I need to use VGA for the other monitor.) </p>\n\n<p>I'm not sure if anyone will face exactly the same kind of mess that I did, but, <strong>to recap</strong>, for anyone else with the same or similar graphics card: </p>\n\n<ul>\n<li>You <em>can</em> get NVidia GeForce GT 210 to work just fine on Ubuntu 10.04.</li>\n<li>Get the drivers directly from NVIDIA (<a href=\"https://askubuntu.com/questions/3024/good-nvidia-drivers-for-ubuntu/3027#3027\">as described here</a>), but before installing them, <strong>get rid of Nouveau completely</strong>. </li>\n</ul>\n\n<p>Edit: <strong>Removing Nouveau drivers</strong> </p>\n\n<p>I had to set up my machine all over again (due to the system disk, an Intel X25-M SSD, breaking down and having to be replaced...), this time bypassing any eCryptfs problems, so now it's a bit clearer to me how exactly you can remove and disable the Nouveau drivers (to be able to install NVIDIA ones):</p>\n\n<ol>\n<li><code>apt-get --purge remove xserver-xorg-video-nouveau</code></li>\n<li>As described <a href=\"https://askubuntu.com/questions/3024/good-nvidia-drivers-for-ubuntu/3025#3025\">in this answer</a>: edit <code>/etc/default/grub</code> and add the line <code>GRUB_CMDLINE_LINUX=\"nouveau.modeset=0\"</code> </li>\n<li><code>sudo update-grub</code></li>\n<li>Reboot</li>\n</ol>\n\n<p>After that, you should be able to <a href=\"https://askubuntu.com/questions/3024/good-nvidia-drivers-for-ubuntu/3027#3027\">install NVIDIA drivers</a> without conflicts with Nouveau.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2013-01-28T19:20:21.610", "id": "309550", "postId": "4962", "score": "0", "text": "Have kernel updates gone smoothly since? Have you had to reinstall each time? If so, did you try the backported drivers per Jorge Castro's suggestion?", "userDisplayName": null, "userId": "63574" }, { "creationDate": "2013-01-30T20:28:25.477", "id": "310784", "postId": "4962", "score": "0", "text": "(Haven't touched that installation lately but) I think I had to reinstall after kernel updates. I sort of got used to it, as running NVIDIA's script was quick and painless. Nope, didn't try those.", "userDisplayName": null, "userId": "928" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-30T11:50:00.347", "id": "4962", "lastActivityDate": "2010-10-06T13:27:16.353", "lastEditDate": "2017-04-12T07:23:19.023", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "928", "parentId": "4954", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Seems that once I got over <a href=\"https://askubuntu.com/questions/4950/how-to-stop-using-ubuntus-built-in-home-directory-encryption\">this problem</a>, I was able to switch to using a newer kernel (automatically installed by <code>apt-get upgrade</code>: 2.6.32-21 to 2.6.3...
null
null
null
null
null
4958
1
null
2010-09-30T09:29:20.753
1
676
<p>I need to know if the ESI ESU 1808 soundcard will work on my ubuntu, before I buy it. I've tried to google some answer, but could not find anything relevant.</p>
2575
235
2010-10-19T00:48:03.123
2010-10-19T04:01:16.347
ESI ESU 1808 soundcard support
[ "hardware", "sound", "drivers" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It would appear that the sound card is not compatible with Ubuntu (source: <a href=\"http://translate.google.com/translate?hl=en&amp;sl=sv&amp;u=http://sv.dahnielson.com/2007/10/esi-esu-1808.html&amp;ei=Ghe9TLa_Oo6IuAOKtcAp&amp;sa=X&amp;oi=translate&amp;ct=result&amp;resnum=1...
null
null
null
null
null
4959
1
4966
2010-09-30T09:56:38.990
6
17753
<p>I want to install the Apple Safari browser on my Ubuntu 10.04 machine in order to test the latest HTML5 and CSS3 features of the browser. </p> <p>I believe it is possible to use WINE for this but I want to know which version WINE should be used and which version of Windows I should emulate. Will Wine be able to support all the CSS3 animations or should I install Winetricks ?</p>
184
866
2010-10-23T20:34:26.377
2010-10-23T20:34:26.377
How can I install the Safari web browser?
[ "wine", "browser" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-09-30T15:28:30.883", "id": "5071", "postId": "4959", "score": "9", "text": "Is Safari's support for HTML5/CSS3 any different than Chromium/Chrome's? (Both are WebKit browsers.) Probably not much. Don't believe Apple's hype.", "userDisplayName": null, "userId": "16...
{ "accepted": true, "body": "<p>For the latest HTML 5 features, you'll want to use Safari 5, not Safari 4.</p>\n\n<p>Your go-to resource for running applications in Wine is the <a href=\"http://appdb.winehq.org/\">Wine Application Database (AppDB)</a>, which incorporates invaluable test results from outside of the Ubuntu community and should have the most up-to-date information on compatibility.</p>\n\n<p>The <a href=\"http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=20398\">most recent test results</a> report success running Safari 5 in Wine 1.3.2, which is available in the <a href=\"http://www.winehq.org/download/deb\">WineHQ Repository</a>. Right now there are not any special installation instructions posted. Typically this means you don't have to do any special setup, but you should be open to the possibility that the users posting results for Safari 5 have wrongly assumed that you know to refer back to some part of the Safari 4 installation instructions. If things aren't working as well as reported, try applying the <a href=\"http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=16867\">installation instructions for Safari 4</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-30T13:17:21.917", "id": "4966", "lastActivityDate": "2010-09-30T13:17:21.917", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1859", "parentId": "4959", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>There are detailed instructions at: <a href=\"http://www.junauza.com/2010/02/installing-and-running-safari-4-on.html\" rel=\"nofollow\">http://www.junauza.com/2010/02/installing-and-running-safari-4-on.html</a></p>\n", "commentCount": "0", "comments": [], "communi...
null
null
null
null
null
4964
1
5006
2010-09-30T12:28:34.340
3
1850
<p>I have a TATA Photon+ (Huawei EC1260) mobile broadband device and am unable to establish a connection either using wvdial or the network manager.</p> <p>Here is my wvdial.conf</p> <pre><code>[Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 stupid Mode = 1 Modem Type = Analog Modem ISDN = 0 Phone = #777 Modem = /dev/ttyUSB0 Username = internet Password = internet Baud = 9600 </code></pre> <p>and here some info from /var/log/messages<br/></p> <pre><code>Sep 30 15:45:27 owais-laptop kernel: [ 3130.499111] usb 6-1: GSM modem (1-port) converter now attached to ttyUSB2 Sep 30 15:45:27 owais-laptop kernel: [ 3130.509143] scsi44 : usb-storage 6-1:1.3 Sep 30 15:45:28 owais-laptop kernel: [ 3131.517057] scsi 44:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 0 Sep 30 15:45:28 owais-laptop kernel: [ 3131.519980] scsi 44:0:0:1: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 Sep 30 15:45:28 owais-laptop usb_modeswitch: switched to 12d1:140b (HUAÿWEI TECHNOLOGIES: HUAWEI Mobile) Sep 30 15:45:28 owais-laptop kernel: [ 3131.548883] sr1: scsi-1 drive Sep 30 15:45:28 owais-laptop kernel: [ 3131.549148] sr 44:0:0:0: Attached scsi generic sg2 type 5 Sep 30 15:45:28 owais-laptop kernel: [ 3131.550627] sd 44:0:0:1: Attached scsi generic sg3 type 0 Sep 30 15:45:28 owais-laptop kernel: [ 3131.591897] sd 44:0:0:1: [sdb] Attached SCSI removable disk Sep 30 15:47:31 owais-laptop pppd[22151]: pppd 2.4.5 started by root, uid 0 Sep 30 15:47:31 owais-laptop pppd[22151]: Using interface ppp0 Sep 30 15:47:31 owais-laptop pppd[22151]: Connect: ppp0 &lt;--&gt; /dev/ttyUSB0 Sep 30 15:48:01 owais-laptop pppd[22151]: LCP: timeout sending Config-Requests Sep 30 15:48:01 owais-laptop pppd[22151]: Connection terminated. Sep 30 15:48:01 owais-laptop pppd[22151]: Receive serial link is not 8-bit clean: Sep 30 15:48:01 owais-laptop pppd[22151]: Problem: all had bit 7 set to 0 Sep 30 15:48:01 owais-laptop pppd[22151]: Modem hangup Sep 30 15:48:01 owais-laptop pppd[22151]: Exit. </code></pre> <p>Is this a network problem or device problem?</p>
214
235
2010-09-30T13:42:57.570
2010-10-01T07:38:45.813
Unable to connect to Mobile Broadband: Huawei EC1260 - TATA Photon+
[ "networking" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>All right. Looks like it was a network problem. nothing wrong with the device or the setup.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-09-11T14:52:32.747", "id": "440631", "postId": "5006", "score": "0", "text": "How to resolve this issue? I am using Ubuntu 12.04 and Huawei EC1260 - TATA Photon+", "userDisplayName": null, "userId": "183938" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-01T07:38:45.813", "id": "5006", "lastActivityDate": "2010-10-01T07:38:45.813", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "214", "parentId": "4964", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>All right. Looks like it was a network problem. nothing wrong with the device or the setup.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-09-11T14:52:32.747", "id": "440631", "postId": "5006", "score": "0", ...
null
null
null
null
null
4967
1
4984
2010-09-30T13:26:39.237
27
15143
<p>Ubuntu 10.04 has only two supported Python versions 2.6 and 3.1. Developers often need more, to test that their Python code works on 2.7, 2.5 (and maybe even 2.4 and older ones). What's the best way to install those Python versions side-by-side on a lucid system?</p> <p>Is it <a href="https://launchpad.net/~fkrull/+archive/deadsnakes">Felix Krull's PPA</a>, which I'm currently using?</p> <p>Incidentally, some important packages aren't available in those non-standard Pythons from the deadsnakes PPA:</p> <ul> <li>python-setuptools (but you can install python-setuptools-deadsnakes)</li> <li>python-profiler</li> </ul>
136
169736
2014-05-03T16:28:10.540
2014-05-03T16:28:10.540
What's the best way to get Python 2.5 and 2.7
[ "python", "software-installation" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I also use the fkrull's Deadsnakes PPA. I think it is the best way to get Python 2.4, 2.5, and 2.7 at this time. I have not run into any problems using it alongside the default Python2.6. It also helps to keep things clean if you use a <a href=\"http://pypi.python.org/pypi/virtualenv\">virtualenv</a>, especially for those versions of Python that are not the system default.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-12T17:56:38.580", "id": "28519", "postId": "4984", "score": "0", "text": "+1 for PPA + virtualenv. I've expanded upon this approach in a similar question: http://askubuntu.com/questions/17841/will-python2-7-be-available-for-lucid-in-future/26002#26002", "userDisplayName": null, "userId": "8384" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-30T19:17:05.790", "id": "4984", "lastActivityDate": "2010-09-30T19:17:05.790", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1654", "parentId": "4967", "postTypeId": "2", "score": "16" }
[ { "accepted": null, "body": "<p>Your best bet would probably be using <code>debootstrap</code> to create a chroot of an earlier Ubuntu version where 2.5 was supported, or use a virtual machine. </p>\n\n<p>Installing it in Ubuntu alongside 2.6 may cause problems. </p>\n", "commentCount": "2", "commen...
null
null
null
null
null
4977
1
null
2010-09-30T17:14:44.830
4
723
<p>I use three different keyboard layouts, USA, Can and Rus. My default layout is USA.</p> <p>I have set the keyboard layout to be system-wide instead of application specific because it allows me to keep track of only one status. However, whenever I open a new application, the system-wide layout is always reset to the default layout. For example, if my layout was set to Can and I opened vlc, the layout would then switch back to USA for the whole system. I don't quite understand how or why this could be a desirable behavior... </p> <p>Do you have any idea as how to get rid of this?</p> <p>If not, where can I open up a feature request?</p> <p>EDIT: I did some more testing and in fact, the behavior seems inconsistent. Sometimes the layout will switch, sometimes it won't. I can't pinpoint what is the exact source of the issue.</p> <p>EDIT2: I think some applications do it, some don't. Ex: VLC does it, gedit doesn't.</p>
119
119
2010-09-30T17:26:14.353
2010-10-01T03:20:07.253
Keyboard layout switching unvoluntarily when opening new application
[ "keyboard-layout" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p><a href=\"http://code.google.com/p/ibus/\" rel=\"nofollow\">IBus</a> is intended to allow on-the-fly changes to the input method. Ащк учфьздуб ершы цфы ензувув гыштп <kbd>Ctrl-Space</kbd> to enter Cyrillic; and the same to switch back to my native layout. I also have it confi...
null
null
null
null
null
4978
1
null
2010-09-30T17:28:02.663
6
3078
<p>My wife and I both like to listen to the same online audio stream. That means we end up with multiple computers connecting to the same online stream at the same time. It would be helpful if I could save on internet bandwidth by connecting to the internet stream on one computer/server and "rebroadcasting" it so that it's available to other computers in my house.</p> <p>Any suggestions?</p>
2170
null
null
2010-10-14T10:20:10.347
How can I rebroadcast an audio stream?
[ "sound", "stream" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I've been looking into this too. I want to broadcast my Pandora, MP3s, or whatever from one source to various netbooks and things connected to receivers throughout my house. I haven't found the silver bullet yet, but here are some of my pursuits. </p>\n\n<p>VLC seems to be ...
null
null
null
null
null
4980
1
null
2010-09-30T18:09:16.990
2
991
<p>I'm using 10.04 behind a KVM switch. The KVM is old and doesn't pass DDC through, so when the box boots up it just assumes I can't handle anything beyond 800x600. Apparently the xorg.conf is ignored, so I can't just hack monitor data directly into that. Is there a way to tell the box what my monitor is that will persist across reboots?</p>
2581
23382
2011-10-18T17:54:26.840
2011-10-18T17:54:26.840
How do I change my monitor's resolution when using a KVM?
[ "xorg", "display", "kvm-switch" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Hardcoding an xorg.conf is the most traditional solution to dealing with this problem. What is causing your xorg.conf to get overwritten?</p>\n\n<p>You didn't mention what graphics hardware or video driver you're using, but if it is a KMS enabled driver, you may need to turn...
null
null
null
null
null
4983
1
40351
2010-09-30T19:16:57.833
549
732194
<p>I keep reading about <a href="https://launchpad.net/ubuntu/+ppas" rel="noreferrer">Personal Package Archives</a> ('PPAs') and people answer questions with a link to a PPA. What's the best way to use these? </p> <hr> <p>There are multiple valid answers for this question spanning over several versions of Ubuntu. For your convenience, an index of each is below.</p> <ul> <li><a href="https://askubuntu.com/a/40351">Ubuntu 11.04 and newer</a> </li> <li><a href="https://askubuntu.com/a/5102">Ubuntu 10.10</a> </li> <li><a href="https://askubuntu.com/a/5139">Ubuntu 10.04</a> </li> <li><a href="https://askubuntu.com/a/4987">Command Line</a></li> </ul> <hr> <ul> <li><a href="https://askubuntu.com/a/4990">What is a PPA?</a></li> <li><a href="https://askubuntu.com/a/91660">Removing a PPA</a></li> </ul>
235
-1
2017-04-13T12:24:44.127
2017-04-09T12:53:12.887
What are PPAs and how do I use them?
[ "ppa" ]
10
1
CC BY-SA 3.0
[ { "creationDate": "2012-05-06T08:29:58.607", "id": "157665", "postId": "4983", "score": "45", "text": "Since none of the answers actually explain what a PPA is (focusing on how to add them), please think twice before closing \"what is a PPA\" type questions as duplicates and linking here. Leavi...
{ "accepted": true, "body": "<h1>For Ubuntu 11.04 and newer</h1>\n\n<p>Before adding a PPA you should be aware of some of the risks involved:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/35629/are-ppas-safe-to-add-to-my-system-and-what-are-some-red-flags-to-watch-out\">Are PPA&#39;s safe to add to my system and what are some &quot;red flags&quot; to watch out for?</a></li>\n</ul>\n\n<p>Always remember that PPAs are provided by the community, you should be aware of the possible risks before just adding a PPA.</p>\n\n<ul>\n<li><p>First open the dash by either clicking on the Home button (On the top-left Corner) or pressing the <kbd>Super</kbd> Key .</p>\n\n<p><img src=\"https://i.stack.imgur.com/vhfmM.png\" alt=\"enter image description here\"></p></li>\n<li><p>Search for 'Software Center' and launch the Ubuntu software center.</p>\n\n<p><img src=\"https://i.stack.imgur.com/QcKpH.png\" alt=\"enter image description here\"></p></li>\n<li><p>Move the mouse to the top panel where the name of the application is written.</p></li>\n<li><p>Now Go to the <em>Edit</em> menu and select <em>Software Sources</em>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/Au7Ta.png\" alt=\"enter image description here\"></p></li>\n</ul>\n\n<p>For newer versions, right click and click <strong>Software and Updates</strong>\n<a href=\"https://i.stack.imgur.com/VRZ9Q.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/VRZ9Q.png\" alt=\"enter image description here\"></a></p>\n\n<p>Then, click Other Software,\n<a href=\"https://i.stack.imgur.com/SNeGC.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/SNeGC.png\" alt=\"enter image description here\"></a></p>\n\n<ul>\n<li><p>Enter your password when prompted.</p>\n\n<p><img src=\"https://i.stack.imgur.com/0bW7P.png\" alt=\"enter image description here\"></p></li>\n<li><p>Switch to the 'Other Software' tab.</p>\n\n<p><img src=\"https://i.stack.imgur.com/IzoaQ.png\" alt=\"enter image description here\"></p></li>\n<li><p>Now click 'Add', a box will appear.</p>\n\n<p><img src=\"https://i.stack.imgur.com/EHRbj.png\" alt=\"enter image description here\"></p></li>\n<li><p>You have to enter the PPA in the box. It can be found in <strong>BOLD</strong> on the launchpad page.</p>\n\n<p><img src=\"https://i.stack.imgur.com/A7osv.png\" alt=\"enter image description here\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/fyIpo.png\" alt=\"enter image description here\"></p></li>\n<li><p>Now click 'Add source' and close the Software Sources. The cache will be refreshed </p>\n\n<p><img src=\"https://i.stack.imgur.com/cmbM3.png\" alt=\"enter image description here\"></p></li>\n<li><p>Now install the software from the software center.</p>\n\n<p><img src=\"https://i.stack.imgur.com/yDHeN.png\" alt=\"enter image description here\"></p></li>\n</ul>\n", "commentCount": "6", "comments": [ { "creationDate": "2015-07-21T20:51:26.733", "id": "935084", "postId": "40351", "score": "9", "text": "Wow, cool. Ubuntu has a nice, user-friendly interface for- \"Enter the complete APT line of the repository you want to add as source.\" ...oh. Nevermind. ;-)", "userDisplayName": null, "userId": "166655" }, { "creationDate": "2016-11-14T19:39:03.083", "id": "1304648", "postId": "40351", "score": "0", "text": "Nice up until the absence of the explanation on where to get the APT Line content for a PPA. :)", "userDisplayName": null, "userId": "555365" }, { "creationDate": "2016-12-29T14:43:47.223", "id": "1338466", "postId": "40351", "score": "0", "text": "This answer is outdated. For an up-to-date guide see [here](https://help.ubuntu.com/stable/ubuntu-help/addremove-ppa.html).", "userDisplayName": null, "userId": "111033" }, { "creationDate": "2017-12-23T08:06:23.513", "id": "1593531", "postId": "40351", "score": "0", "text": "How can I install software on PPA without adding it to the sources list? Can I even install it in a separate installation (Independent of the system)?", "userDisplayName": null, "userId": "712598" }, { "creationDate": "2021-03-27T06:25:03.750", "id": "2262154", "postId": "40351", "score": "6", "text": "This doesn't even answer the OP's first question - what are PPAs.", "userDisplayName": null, "userId": "699704" }, { "creationDate": "2021-07-28T17:47:59.733", "id": "2317352", "postId": "40351", "score": "4", "text": "+1 @antikbd Outrageous that an avoidance of an answer is the top-rated answer.", "userDisplayName": null, "userId": "1142077" } ], "communityOwnedDate": "2011-05-05T13:41:05.050", "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-05T13:41:05.050", "id": "40351", "lastActivityDate": "2017-04-09T12:53:12.887", "lastEditDate": "2017-04-13T12:23:56.097", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "5149", "parentId": "4983", "postTypeId": "2", "score": "245" }
[ { "accepted": null, "body": "<h1>What is PPA?</h1>\n<p>PPAs are for non standard software/updates. They are generally used by people who want the latest and greatest. If you are going extra lengths to get this kind of software, then you are expected to know what you are doing. The selection in the Software ...
2010-09-30T19:16:57.833
null
null
null
null
4985
1
null
2010-09-30T19:20:50.003
2
1583
<p>Hey all. I've suffered a major problem with my laptop over the last release or so; which is solved by appending xforcevesa to the boot options.</p> <p>However, in 10.10, instead of putting me onto low graphics mode, it instead puts me onto the command line. Help! </p>
2442
235
2010-11-19T12:54:47.690
2010-11-19T12:54:47.690
Why does the XFORCEVESA command throw me onto the command line?
[ "10.10", "graphics" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-01T01:48:40.470", "id": "5104", "postId": "4985", "score": "0", "text": "What hardware and video drivers are you using? If you're using a kms-enabled driver, did you try disabling KMS?", "userDisplayName": null, "userId": "913" }, { "creationDate": "20...
null
[ { "accepted": null, "body": "<p>As a solution to your immediate problem you can use nomodeset in your boot options instead of xforcevesa.</p>\n\n<p>I'd also report your problems to the xorg bug list: <a href=\"https://bugs.launchpad.net/xorg\" rel=\"nofollow\">https://bugs.launchpad.net/xorg</a> and upstrea...
null
null
null
null
null
4988
1
4994
2010-09-30T19:48:17.450
6
2557
<p>Question inspired from <a href="https://askubuntu.com/questions/4872/bind-software-to-different-network-interfaces">here</a></p> <p><strong><em>Scenario</em></strong></p> <p>I live in a house near my university. That said, students wifi can reach my home so I usually use that even from home. The problem is, being a wifi managed by university sysadmins, it's not possible to connect to some dns (e.g. file uploading domains like rapidshare or megaupload). The good news is I also have an USB internet key that I can use, but, basically that's a scam like all internet mobile plans in Italy because after 20GB they'll cut off my bandwith.</p> <p><strong><em>Finally...the question</em></strong></p> <p>To optimize my bandwith usage I want to say to my Ubuntu: if I connect to *.domain.com use this interface, otherwise use the other one. For the sake of this question let's call wifi <code>wlan0</code> and usb internet key <code>ppp0</code>.</p> <p><strong><em>P.S.:</em></strong> it's a really specific question. Do not suggest things like "use Tor, dude". I do not want to abuse the university wifi. I actually don't know if that is even possibile with Tor...but still... :)</p>
2550
-1
2017-04-12T07:23:19.023
2011-06-22T18:55:00.033
2 network interfaces connected to internet. Choose the one to use according to the domain name
[ "networking", "internet" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If your example domain \"*.domain.com\" has a static IP address block, you can add a static route to your routing table like:</p>\n\n<pre><code>me@thiscomputer:~$ whois domain.com\n</code></pre>\n\n<p>This should give you some contact information for the owners of domain.com. You can contact them to find out their network address. This address will probably be in CIDR format where:\n192.168.0.0/24 == \"The set of IP addresses from 192.168.0.1 up to 192.168.0.254\". The number after the slash is the number of bits in the network portion of the address. This is equivalent to a netmask of 255.255.255.0.</p>\n\n<p>You could also use <code>dig</code> to look up some host addresses and attempt to deduce the netblock from that, or just add routes to discrete hosts, but I would not recommend it.</p>\n\n<p>With the address information in hand, you can then add a static route like so:</p>\n\n<pre><code>me@thiscomputer:~$ sudo ip route add inet 10.0.0.0/24 dev ppp0\n</code></pre>\n\n<p>IRL it will probably not work exactly like this, consult the manpage for the ip command or the route command (these are different commands which do the same thing, route is older and part of coreutils) to see how to do it right.</p>\n\n<p>If the domain's address is not static (configured by DHCP for example) which seems unlikely for a site with a persistent A record, you could work the above method into a cron job running at some interval shorter than the site's DHCP lease. You'd likely have to contact the site's administrator to get this information, or just experiment. If the job runs once a day, that would probably be sufficiently frequent.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-01T01:39:35.807", "id": "4994", "lastActivityDate": "2011-06-22T18:55:00.033", "lastEditDate": "2011-06-22T18:55:00.033", "lastEditorDisplayName": null, "lastEditorUserId": "1859", "ownerDisplayName": null, "ownerUserId": "2315", "parentId": "4988", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Is there a web proxy on your university network? If so, use it for normal web browsing, but not to access blocked sites.</p>\n\n<p>Otherwise, it's possible, but not very easy. Routing (i.e. deciding where to send packets to) is performed at the <a href=\"http://en.wikipedia.o...
null
null
null
null
null
4989
1
5004
2010-09-30T20:14:25.017
28
54953
<p>How do I reset the font settings - actual font and size - to their default? </p> <p>(I changed some values in System->Preferences->Appearance->Fonts)</p> <p>This is particularly important with the new Ubuntu font in Maverick - for instance I'm interested to see what the default settings are.</p>
866
6005
2017-04-19T11:00:01.077
2020-07-13T17:52:32.680
How do I reset gnome font configuration?
[ "gnome", "fonts", "configuration" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h2>Ubuntu 15.10 and before</h2>\n<p>To reset the customization of gnome fonts done using <strong>System ⇒ Preferences ⇒ Appearance ⇒ Fonts</strong> use the following commands.</p>\n<p>Basically these commands remove the customization by deleting the user instance of the gconf keys in which case the environment falls back to system defaults.</p>\n<pre><code>gconftool-2 --unset /desktop/gnome/interface/font_name\ngconftool-2 --unset /desktop/gnome/interface/document_font_name\ngconftool-2 --unset /desktop/gnome/interface/monospace_font_name\ngconftool-2 --unset /apps/metacity/general/titlebar_font\ngconftool-2 --unset /apps/nautilus/preferences/desktop_font \n</code></pre>\n<p>Though the key identifiers end with <code>name</code> (at least in the first three instances) what is stored against them is the complete font spec (like family/font name, size, style etc).</p>\n<p>Since these keys are stored inside your home directory they take effect in all ubuntu installations that share the home partition. The .gconf directory inside your home directory is where all this info is stored.</p>\n<ol>\n<li>~/.gconf/desktop/gnome/interface/%gconf.xml stores the info for\n<ul>\n<li>/desktop/gnome/interface/font_name</li>\n</ul>\n<ul>\n<li>/desktop/gnome/interface/document_font_name</li>\n</ul>\n<ul>\n<li>/desktop/gnome/interface/monospace_font_name</li>\n</ul>\n</li>\n<li>~/.gconf/apps/metacity/general/%gconf.xml stores /apps/metacity/general/titlebar_font</li>\n<li>~/.gconf/apps/nautilus/preferences/%gconf.xml stores /apps/nautilus/preferences/desktop_font</li>\n</ol>\n<p>So a crude way to reset the font info could be to temporarily rename/move these files. However this should be done when the user's gnome session is not active (thus from a tty session a la <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd>).</p>\n<p>Of course these files have other keys in the same category that have nothing to do with font properties so moving the entire file would mean that the customizations for those are also lost. The way to deal key-wise is using gconftool-2 as mentioned above.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-01T08:54:49.623", "id": "5115", "postId": "5004", "score": "0", "text": "I wonder how size information is linked to this. Unsetting the gconf keys seems to reset this as well, but I can't see it stored anywhere!", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-10-01T09:31:43.027", "id": "5116", "postId": "5004", "score": "1", "text": "Good point. I have edited my answer to clarify this.", "userDisplayName": null, "userId": "270" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-10-01T06:50:44.133", "id": "5004", "lastActivityDate": "2020-07-13T17:52:32.680", "lastEditDate": "2020-07-13T17:52:32.680", "lastEditorDisplayName": null, "lastEditorUserId": "22949", "ownerDisplayName": null, "ownerUserId": "270", "parentId": "4989", "postTypeId": "2", "score": "21" }
[ { "accepted": true, "body": "<h2>Ubuntu 15.10 and before</h2>\n<p>To reset the customization of gnome fonts done using <strong>System ⇒ Preferences ⇒ Appearance ⇒ Fonts</strong> use the following commands.</p>\n<p>Basically these commands remove the customization by deleting the user instance of the gconf k...
null
null
null
null
null
5007
1
5016
2010-10-01T08:14:21.307
9
54983
<p>From the SMART Data, it shows that I have 3 pending sector counts. (Running Ubuntu Maverick.)</p> <p>I tried following <a href="http://ubuntuforums.org/showpost.php?p=8981588&amp;postcount=17" rel="nofollow noreferrer">a forums link regarding how to solve that</a>, but I'm not able to identify the exact sector count to write to that sector. I've run the full self test from the Disk Utility, but the disk Utility does not show the exact sector number in Maverick, not sure about earlier versions though. Has this changed in Maverick?</p> <p>How do I identify the sector and fix that pending count? Is that tip in the forums safe?</p> <p>PS: I do have other issues with &quot;Reallocated Sector Count&quot; , from what I've googled, it's not fixable.. Is there any way to prevent it from rising?</p>
2588
31366
2021-02-15T05:01:57.757
2021-02-15T05:01:57.757
How do I fix Current Pending Sector Count
[ "10.10" ]
4
3
CC BY-SA 4.0
[ { "creationDate": "2010-10-01T08:14:56.420", "id": "5114", "postId": "5007", "score": "1", "text": "Screenshot of the SMART Data : http://www.foopics.com/showfull/e20ea820cbed11ae2d99e13a9fe642d1 Hrm..! PS:needs to allow more than one hyperlink, or atleast one image link for new users :-/", ...
{ "accepted": true, "body": "<p>This is actually a long comment ;-)</p>\n\n<p>IMO the filesystem should automatically take care of it in due course, especially since you have run the self test. As you can see it states remapping is done on the event of write failure so the next time it tries to attempt to write to it, it will get remapped. </p>\n\n<p>Could you state the larger purpose behind doing this ? Apart from the concern on the blocks requiring remapping, is there any other annoyance / problem you are trying to solve by doing this ?</p>\n\n<p>The tip in the ubuntuforums post you have quoted is safe so long as you know exactly which sector has gone bad and have a compelling reason to fix it. Typically the sector # is not reported even by file checking programs since it is abstracted and handled internally by the file system.</p>\n\n<p>But if you must find the offending badblocks you can use the below steps :</p>\n\n<ol>\n<li><p>Note the device file corresponding to file system. This is of the form /dev/hdc or /dev/sdb depending on the disk type. This is displayed in the Disk Utility (<code>System -&gt; Administration -&gt; Disk Utility</code>). If you click on the disk name in the list displayed in the left-side panel, the device name can be read against \"Device :\" on the right.</p></li>\n<li><p>Unmount all the file-systems in that disk. The following command should return no output.</p>\n\n<pre><code>mount | grep -i &lt;device-name&gt;\n</code></pre></li>\n<li><p>Run the following command</p>\n\n<pre><code>badblocks -sv -b 512 &lt;device-name&gt;\n</code></pre>\n\n<p><strong>Note</strong> The <code>-b 512</code> is to align blocksize to 512 so you can use the number reported by this command as input to <code>dd</code> as explained in the <a href=\"http://ubuntuforums.org/showpost.php?p=8981588&amp;postcount=17\">forums post</a></p></li>\n</ol>\n\n<p>I would not recommend all the above since it is anyway taken care of by the normal disk operations.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-02T16:37:28.290", "id": "5163", "postId": "5016", "score": "1", "text": "Thanks for the detailed answer. Those three pending sectors existed for a very long time, nearly more than 6months, thats the reason I wanted to fix those pending sectors. And those sectors are in my main /home partition, how do i do this online? You mentioned unmounting all partitions, should i do this from a live cd?", "userDisplayName": null, "userId": "2588" }, { "creationDate": "2010-10-03T02:59:46.227", "id": "5187", "postId": "5016", "score": "0", "text": "Since it is the home partition for your installation, you would want to indeed do the above steps from livecd. Do make sure all partitions on the disk are unmounted (including swapping off any swap partitions).", "userDisplayName": null, "userId": "270" }, { "creationDate": "2010-10-11T12:35:57.477", "id": "5922", "postId": "5016", "score": "0", "text": "Thats odd, i'v been having the pending count for nearly 6months with ext4, but when i reinstalled with brtfs it dint go away. Hence i was worried. From you advice i considered waiting for a couple of weeks before i did something. Now Suddenly they are all gone! So i guess waiting was the best. :-) Seemed to resolve faster with btrfs though.", "userDisplayName": null, "userId": "2588" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-01T14:46:43.567", "id": "5016", "lastActivityDate": "2010-10-01T18:18:51.613", "lastEditDate": "2010-10-01T18:18:51.613", "lastEditorDisplayName": null, "lastEditorUserId": "270", "ownerDisplayName": null, "ownerUserId": "270", "parentId": "5007", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>This is actually a long comment ;-)</p>\n\n<p>IMO the filesystem should automatically take care of it in due course, especially since you have run the self test. As you can see it states remapping is done on the event of write failure so the next time it tries to attempt to w...
null
null
null
null
null
5013
1
5489
2010-10-01T12:42:57.897
24
32912
<p>I use Thunderbird with Lighting calendar addon, which stores calendar data in <code>iCalendar</code> format. </p> <p>How can I synchronize this calendar and Thunderbird contacts with Android based smartphone (HTC Wildfire).</p> <p>I know I can use Google Account, but I'd prefer to use bluetooth or even better, local access via wi-fi (no internet connection available).</p> <p>Is there any complete Ubuntu smartphone synchronization guide somewhere?</p>
2509
169736
2014-02-23T00:24:32.570
2014-11-04T08:33:44.720
Sync calendar and contacts with Android smartphone
[ "android", "thunderbird" ]
7
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-10T07:06:02.443", "id": "393301", "postId": "5013", "score": "0", "text": "just use evolution, and add google calendar and google contacts, it supports them by default!", "userDisplayName": null, "userId": "2813" }, { "creationDate": "2015-03-05T12:56:5...
{ "accepted": true, "body": "<p>Use gContactSync thunderbird add-on for the Google Contacts sync:\n<a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/8451/\" rel=\"nofollow\">https://addons.mozilla.org/en-US/thunderbird/addon/8451/</a></p>\n\n<p>And for the Google Calendar synchronisation you should use \"Provider for Google Calendar\" for lightning / sunbird:\n<a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/provider-for-google-calendar/\" rel=\"nofollow\">https://addons.mozilla.org/en-US/thunderbird/addon/provider-for-google-calendar/</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2014-02-23T00:25:05.260", "id": "550031", "postId": "5489", "score": "0", "text": "Could you explain the usage of the tool? How to install it? What does?", "userDisplayName": null, "userId": "169736" }, { "creationDate": "2014-02-23T00:35:47.840", "id": "550041", "postId": "5489", "score": "0", "text": "I agree, it seems that it only syncs contacts.", "userDisplayName": null, "userId": "42094" }, { "creationDate": "2014-11-04T08:30:22.827", "id": "747304", "postId": "5489", "score": "0", "text": "gContactSync is an extension to sync Contacts with thunderbird.\n\nFor the Google Calendar synchronisation one should use Provider for Google Calendar\" for lightning / sunbird. It is located here: https://addons.mozilla.org/en-US/thunderbird/addon/provider-for-google-calendar/", "userDisplayName": null, "userId": "2807" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-10T06:46:09.710", "id": "5489", "lastActivityDate": "2014-11-04T08:33:44.720", "lastEditDate": "2014-11-04T08:33:44.720", "lastEditorDisplayName": null, "lastEditorUserId": "2807", "ownerDisplayName": null, "ownerUserId": "2807", "parentId": "5013", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Use gContactSync thunderbird add-on for the Google Contacts sync:\n<a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/8451/\" rel=\"nofollow\">https://addons.mozilla.org/en-US/thunderbird/addon/8451/</a></p>\n\n<p>And for the Google Calendar synchronisation you shou...
null
null
null
null
null
5015
1
null
2010-10-01T13:57:02.987
3
536
<p>Once I use an external CRT display (explicitly disabling it before shutting down does not help) with my laptop, then when I next start my laptop without any external display attached, mouse cursor is invisible (but works, i still can click buttons, but can't track where the cursor is now). How to fix this?</p> <p>I use Ubuntu (classic Gnome version) 10.10 on Toshiba L10 with Intel 82852/855GM graphics. When I was using Arch Linux with XFCE, there used to be the same problem.</p> <p>I've tried disabling Metacity's (and XFWM in past) composition, explicitly disabling external monitor, changing mouse cursor, updating drivers several times, nothing seems to help, I always have to have an external monitor attached (I may disable it, but it has to be attached) at boot time if I want to see my mouse cursor.</p>
2390
2390
2010-10-03T20:56:30.200
2010-10-07T21:01:25.683
Once I attach a second display, when I then start my laptop without it, mouse cursor is invisible (but works). How to fix?
[ "xorg", "mouse", "graphics", "intel-graphics" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The workaround that I have used is switching to a TTY <code>(Ctrl+Alt+F1 - Ctrl+Alt+F6)</code> and switching back to the desktop <code>(Ctrl+Alt+F7)</code>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-07T11:15:27.290", "...
null
null
null
null
null
5017
1
5019
2010-10-01T15:00:20.417
42
50177
<p>I am trying to figure out if it's possible to do the following(or rather bind this action to a hot key): If on a workspace I have 2 windows, I want to maximize each one vertically and resize them horizontally to be half of the screen each and position them next to each other. Basically after this operation there should 2 equally sized windows, taking up all space.</p> <p>If that's not possible with default Gnome, how can I write up a python script to do that(i.e. where can I start? Never did UI scripting with Python before...)</p>
2594
235
2012-01-24T18:12:57.833
2020-06-19T03:56:49.610
Way to automatically resize 2 windows to take up half of the screen
[ "unity" ]
6
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-01T17:04:53.707", "id": "5126", "postId": "5017", "score": "1", "text": "I would like to hear how this can be done with python. Can windows be resized and repositioned by command line?", "userDisplayName": null, "userId": "2383" } ]
{ "accepted": true, "body": "<p>Unity has this built in by default.</p>\n\n<p>You can <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + a keypad key to arrange the window. It's fairly logical if you have a keypad!</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2012-08-06T15:39:02.620", "id": "212796", "postId": "5019", "score": "1", "text": "That's nice - but you need a keypad. And that's not on my ThinkPad's keyboard...", "userDisplayName": null, "userId": "12983" }, { "creationDate": "2012-08-06T17:21:49.453", "id": "212845", "postId": "5019", "score": "0", "text": "@petermolnar Is there not even a Fn-overlay one? Lots of laptops (ThinkPads inclusive) have overlays for keypad keys so you press `Fn+j` for KP1, for example. Give it a go.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2012-08-07T20:54:54.143", "id": "213441", "postId": "5019", "score": "0", "text": "that's available for now, will be extinct from Tx30 ( T430, T530 ... )", "userDisplayName": null, "userId": "12983" }, { "creationDate": "2013-06-27T18:35:35.440", "id": "396292", "postId": "5019", "score": "1", "text": "So Ctr-Alt-7 docks top left, ctr-alt-1 does bottom left, should ctr-alt-4 do full left side? Mine doesn't... any idea where you can set these quick keys?", "userDisplayName": null, "userId": "142419" }, { "creationDate": "2013-07-26T11:49:46.320", "id": "413116", "postId": "5019", "score": "2", "text": "Hmm. In 13.04 `Ctrl` + `Alt` + `Arrow` moves workspaces....is there a way to set the keyboard shortcut you want for this functionality?", "userDisplayName": null, "userId": "178590" }, { "creationDate": "2017-06-25T06:25:57.867", "id": "1469638", "postId": "5019", "score": "0", "text": "this worked nice. but since a couple off day's it is broken. do you know a solution?", "userDisplayName": null, "userId": "240492" }, { "creationDate": "2017-06-25T06:28:07.480", "id": "1469640", "postId": "5019", "score": "0", "text": "found this: Systems > Preferences > CompizConfig Settings Manager\n\nand scroll down to Window Management. Then check Grid mode and, once you open the options for that mode, choose keybindings for Put Left and Put Right.", "userDisplayName": null, "userId": "240492" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-01T16:11:16.637", "id": "5019", "lastActivityDate": "2012-01-24T18:08:57.823", "lastEditDate": "2012-01-24T18:08:57.823", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "5017", "postTypeId": "2", "score": "54" }
[ { "accepted": true, "body": "<p>Unity has this built in by default.</p>\n\n<p>You can <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + a keypad key to arrange the window. It's fairly logical if you have a keypad!</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2012-08-06T15:39:02.620",...
null
null
null
null
null
5018
1
5020
2010-10-01T15:56:13.787
111
197326
<p>As per title, I wish to know if I can, after a successful 32bit setup and consequent software installations, update to a 64bit version.</p> <p>I know how to partition (actually one of the solutions is to set <code>/</code>, <code>/etc</code>, <code>/home</code>, <code>/var/www</code>, and <code>/opt</code> as separate partitions) and I know that a clean install is way better than a dirty one, yet I would like to know if/how it's possible to do that.</p>
1626
18612
2011-12-21T08:11:44.683
2021-09-06T13:19:51.063
Is it possible to "upgrade" from a 32bit to a 64bit installation?
[ "upgrade", "64-bit", "32-bit" ]
10
2
CC BY-SA 3.0
[ { "creationDate": "2014-06-20T07:51:13.363", "id": "648069", "postId": "5018", "score": "2", "text": "This is the same question, but shouldn't be marked as a duplicate, cause there are alternative answers here also: [How do I upgrade from x86 to x64 without losing settings?](http://askubuntu.com...
{ "accepted": true, "body": "<p>You will find a clean install a lot less hassle than any other unusual, obscure, unsupported method.</p>\n\n<p>Your suggest of partitioning the config files, home directories, etc is probably the best idea, and it is possible to <a href=\"http://ubuntuforums.org/showthread.php?t=1057608\">install the same packages on a clean install as on another install</a>.</p>\n\n<p>On the other hand, what you requested is possible, there is a little guide for <a href=\"http://www.digitalkingdom.org/~rlpowell/hobbies/debian_arch_up/index.html\">Debian based systems</a> but remember \"this really is for professional-level sysadmins\" and \"this procedure is, in every possible respect, a bad idea. If it eats your firstborn, please don't come crying to me\"... (so good luck)</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-10-01T17:52:50.037", "id": "5129", "postId": "5020", "score": "3", "text": "+1 to you. Not for the faint-of-heart... I was going to recommend backing up all config and data files that you care about (maybe even your apt logs), and doing a find-and-replace on your apt sources.list to point to the 64-bit versions. Then I read the tutorial mentioned and was quickly disabused of that notion...", "userDisplayName": null, "userId": "2597" }, { "creationDate": "2010-10-01T18:48:55.110", "id": "5134", "postId": "5020", "score": "2", "text": "What if I have no firstborn, does this mean the procedure is safer for me than others? ..... i kid, the question is: If you just got 32 bit working right, why do you want to go through hell just to save yourself backup/restore of data time + reinstallation time, in the end this method is not faster. Faster = backup, reinstall. Also less problems in the long run.", "userDisplayName": null, "userId": "1151" }, { "creationDate": "2010-10-03T08:54:03.863", "id": "5193", "postId": "5020", "score": "0", "text": "Thanks a lot: eventually I backed up all my data, partitioned my disk and reinstalled. Now some hassle to restore DBs, webserver and some service is required, though.", "userDisplayName": null, "userId": "1626" }, { "creationDate": "2010-10-13T20:13:10.637", "id": "6839", "postId": "5020", "score": "0", "text": "@dag729: Trust me, its a hassle to backup/restore, but less than the alternative. You only do 32 -> 64 in dire cases. Even the sysadmins here at work won't do that, they backup, wipe, install, much cleaner/safer.", "userDisplayName": null, "userId": "1151" }, { "creationDate": "2018-03-10T03:13:09.377", "id": "1643601", "postId": "5020", "score": "0", "text": "I successfully used the linked guide to crossgrade from 32-bit to 64-bit (on ubuntu 14.04). I am a professional sysadmin with 20 years of Debian/Ubuntu experience. And yes, it was not for the faint of heart. It took about a full day of effort, which I estimated to be substantially less than the effort it would have taken me to put back in place all the configuration, customizations, databases, etc. that I had installed on the workstation. I should emphasize that this was my development workstation. I would consider it reckless to attempt this on a production server.", "userDisplayName": null, "userId": "412090" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-01T16:28:59.043", "id": "5020", "lastActivityDate": "2010-10-01T17:08:43.107", "lastEditDate": "2010-10-01T17:08:43.107", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "866", "parentId": "5018", "postTypeId": "2", "score": "74" }
[ { "accepted": true, "body": "<p>You will find a clean install a lot less hassle than any other unusual, obscure, unsupported method.</p>\n\n<p>Your suggest of partitioning the config files, home directories, etc is probably the best idea, and it is possible to <a href=\"http://ubuntuforums.org/showthread.p...
null
null
null
null
null
5027
1
null
2010-10-01T18:56:09.427
7
1088
<p>I would like to replace the non-open lpcxpresso IDE with a free IDE. Any pointers how to do it best? How can I point one of the existing IDEs to use the arm gcc compiler?</p>
4
169736
2014-01-05T03:51:25.313
2014-01-05T03:51:25.313
How can I easily use the gcc compiler for arm for building in a development IDE?
[ "ide" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-02T06:14:30.460", "id": "5148", "postId": "5027", "score": "0", "text": "This seems like a very technical question, maybe you should try and ask it at http://stackoverflow.com/ that site is more focused on programming/development. My sense is that most users on this si...
null
[ { "accepted": null, "body": "<p>I'm by no means an expert on the subject, but hopefully I can point you in the right direction. As far as IDEs go, there is a <a href=\"http://sourceforge.net/projects/gnuarmeclipse/\">GNU ARM plugin</a> for the <a href=\"http://www.eclipse.org/\">Eclipse IDE</a>. It is a Ma...
null
null
null
null
null
5030
1
null
2010-10-01T19:46:29.597
2
1410
<p>My disk is very slow after I installed ubuntu 10.04 over my old 9.04. Doing some tinkering helped a little:</p> <blockquote> <pre><code>sudo hdparm -tT /dev/sda1 /dev/sda1: Timing cached reads: 3668 MB in 2.00 seconds = 1834.11 MB/sec Timing buffered disk reads: 292 MB in 3.02 seconds = 96.83 MB/sec sudo hdparm -c1 -d1 -X 66 /dev/sda1 /dev/sda1: setting 32-bit IO_support flag to 1 HDIO_SET_32BIT failed: Invalid argument setting using_dma to 1 (on) HDIO_SET_DMA failed: Inappropriate ioctl for device setting xfermode to 66 (UltraDMA mode2) HDIO_DRIVE_CMD(setxfermode) failed: Invalid exchange IO_support = 0 (default) HDIO_GET_DMA failed: Inappropriate ioctl for device sudo hdparm -tT /dev/sda1 /dev/sda1: Timing cached reads: 4006 MB in 2.00 seconds = 2003.29 MB/sec Timing buffered disk reads: 312 MB in 3.02 seconds = 103.41 MB/sec </code></pre> </blockquote> <p>But it is still far too slow. On the other version, I had a custom partition setup, with the home partition with 100GB, and ext3 (and other partitions for swap, boot, root folder and space for a windows partition I never cared to install ).</p> <p>This time I am using a standard Lynx setup (2 partitions, the swap and the main one with almost 250Gb, using ext4).</p> <p>Some applications I develop, that use disk for some unit tests, are now very slow to work with. Is there a way to making it faster? Going back to 9.04? Waiting for 10,10? Gparting and making partitions smaller on ext3? I don't know if any of these will work....</p>
2599
null
null
2010-10-01T23:53:23.740
Disk very slow after going from 9.04 to 10.04
[ "disk" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-02T01:56:21.273", "id": "5144", "postId": "5030", "score": "0", "text": "That already seems quite fast for a hard disk. Mine is slower and my Lucid runs great. Can you be more specific?", "userDisplayName": null, "userId": "2138" }, { "creationDate": "2...
null
[ { "accepted": null, "body": "<p>Maybe it has to do with a bad kernel issue: <a href=\"http://ubuntuforums.org/showthread.php?t=1039476\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1039476</a></p>\n\n<p>I'll try later installing a server kernel to see if it solves the issue.</p>\n\n<p>Edit: Ac...
null
null
null
null
null
5031
1
5062
2010-10-01T20:16:34.673
40
15792
<p>I've got a file said to contain information I was looking for. Unfortunately it is an executable instead of DOC (as it was meant to be) and the site I've download it from looks suspicious for me. If I was not using Linux, I'd run it on a VM or a separate PC. But running Linux, do I need to worry, or can I just run it with Wine? Can Wine system be infected?</p>
2390
null
null
2014-05-25T11:05:16.437
What if I run a virus/trojan Windows EXE on Ubuntu with Wine?
[ "security", "windows", "wine", "viruses" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-01T21:12:43.907", "id": "5138", "postId": "5031", "score": "5", "text": "This is almost a complete duplicate of this question of the Unix and Linux stackexchange site. Some good answers there. http://unix.stackexchange.com/questions/1729/does-installing-and-using-wine-...
{ "accepted": true, "body": "<p>The news is only slightly better than it is on Windows. If you run the executable, it can do anything an executable can, up to and including getting whatever data is in your home folder.</p>\n\n<p>The good news is that most Windows viruses aren't (yet) written in a way to work well on Wine. In some cases you can delete the wine folder and be otherwise unaffected.</p>\n\n<p>The bad news is that a wine executable is an executable in the full Linux sense -- there's nothing stopping it from doing anything a malicious shell script might, including escaping the .wine folder.</p>\n\n<p>Wine has a wiki page on securing Wine here: <a href=\"http://wiki.winehq.org/SecuringWine\">http://wiki.winehq.org/SecuringWine</a> -- partial measures you can take include things like scanning a file with ClamAV before running it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-02T12:59:36.230", "id": "5062", "lastActivityDate": "2012-03-05T05:22:34.623", "lastEditDate": "2012-03-05T05:22:34.623", "lastEditorDisplayName": null, "lastEditorUserId": "2558", "ownerDisplayName": null, "ownerUserId": "2558", "parentId": "5031", "postTypeId": "2", "score": "33" }
[ { "accepted": null, "body": "<p>There was an <a href=\"http://web.archive.org/web/20100208215943/http://www.linux.com/archive/feature/42031\" rel=\"nofollow\">ancient article about this 5 years ago</a>. Short version: Almost all Windows viruses aren't written to run well on Wine. Maybe Wine has gotten bette...
null
null
null
null
null
5032
1
6310
2010-10-01T21:07:24.710
2
558
<p>I have a laptop that someone gave me and it came with a PCMCIA card for the wireless connection. It is a D-Link Wireless WNA-1330 PCMCIA Card. When I installed Ubuntu 8.04, the wireless connectivity worked just fine without issue to my DSL router (that has a DHCP server on it). I was able to connect to the DSL router and surf the web.</p> <p>I then ran the upgrade process to 10.04 in the Package/Update Manager. After the upgrade, the wireless card ceased to work. It would light up like it should, and it would see the network of wireless DSL routers in my neighborhood, but not let me connect with the WEP key.</p> <p>When I checked the logs, I found it was timing out in trying to get an IP address for some reason. So, I read that I should set it to a static IP.</p> <p>I set it to a static IP address and then it connected properly to the wireless router. The DSL router's network page also showed the connection. But then when I tried to surf the web, it wouldn't work. I tried pinging multiple hosts and all I could do was ping the DSL router 192.168.1.1. I also had packet loss when pinging that router.</p> <p>So, I changed the config to use Google's Public DNS (8.8.8.8) and reconnected the wireless. This time, I could ping multiple sites on the web (with some packet loss) but could not browse them with the web browser. As well, I still cannot browse my router's management page on 192.168.1.1.</p> <p>What do you think is going on?</p>
1698
235
2010-10-02T18:27:36.150
2013-01-06T02:33:03.093
Wireless Card Worked on 8.04, Failed on 10.04, Only Works Slightly on Static IP
[ "10.04", "networking", "wireless" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>What Jorge Castro said is the next best thing to do after you have tried the latest available ath5k driver. There have been many updates to the driver since the kernel you are running. The following command will fetch the latest available ath5k driver compiled for your kernel (all latest wireless drivers for that matter):</p>\n\n<pre><code>sudo apt-get install linux-backports-modules-wireless-lucid-generic\n</code></pre>\n\n<p>Reboot after that and try connecting again. If issues persist - proceed as Jorge wrote.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-12T06:54:59.937", "id": "6310", "lastActivityDate": "2013-01-06T02:33:03.093", "lastEditDate": "2013-01-06T02:33:03.093", "lastEditorDisplayName": null, "lastEditorUserId": "22949", "ownerDisplayName": null, "ownerUserId": "3433", "parentId": "5032", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>First off I would stick with DHCP if that's how it's supposed to be working. Make sure the proprietary driver is enabled for the wireless adapter in System > Administration > Hardware Drivers. If it's still not working, try booting from a live ubuntu CD/USB and see if it wo...
null
null
null
null
null
5033
1
5060
2010-10-01T21:09:33.523
14
1125
<p>I pretty much believe (am I wrong?) that over 90% (if not over 99.9%) of Ubuntu 10.x i386 installations are run on i686 computers. So why is Ubuntu still not i686-optimized?</p> <p>The only case I can imagine, when one's install modern Ubuntu on i386 machine is a low-end netbook on something like Geode CPU. So, if Canonical guys would like to support those, then why not to leave "Netbook Remix" i386 and make mainstream desktop Ubuntu i686?</p>
2390
null
null
2010-10-02T17:15:53.130
Why is mainstream Ubuntu still i386-compiled?
[ "performance", "optimization", "32-bit" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-01T21:20:13.163", "id": "5139", "postId": "5033", "score": "1", "text": "+1 Good question. I have always wondered about this myself.", "userDisplayName": null, "userId": "270" } ]
{ "accepted": true, "body": "<p>During the 10.10 development cycle the decision was made to drop support for i386 and i486 entirely. You can see the original specification here: <a href=\"https://blueprints.launchpad.net/ubuntu/+spec/foundations-m-686-compile\">https://blueprints.launchpad.net/ubuntu/+spec/foundations-m-686-compile</a>. I believe support may have been dropped for i586 as well, although that was a bit more controversial.</p>\n\n<p>Importantly, this wasn't just kernel optimizations (686-compiled kernels had been available long before), but <em>every package in the archive</em>.</p>\n\n<p>However, the <em>name</em> i386 for the 32-bit version of Ubuntu still lingers around in a few places, such as in package description fields (which are built for arches \"i386\" and \"amd64\" rather than \"32bit\" and \"64bit\"). These are just cosmetic issues in technical parts of the distro, however, and for a whole host of reasons aren't worth updating.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-02T16:53:25.100", "id": "5165", "postId": "5060", "score": "3", "text": "\"I believe support may have been dropped for i586 as well\" - I hope so. Haven't seen anyone pervert enough to Run Ubuntu 10 on Pentium-1.", "userDisplayName": null, "userId": "2390" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-02T12:50:49.477", "id": "5060", "lastActivityDate": "2010-10-02T12:50:49.477", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2558", "parentId": "5033", "postTypeId": "2", "score": "17" }
[ { "accepted": null, "body": "<p>New releases of Ubuntu(10.10 and above) won't work on anything older than i686. <a href=\"http://princessleia.com/journal/?p=2989\" rel=\"nofollow\">http://princessleia.com/journal/?p=2989</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": ...
null
null
null
null
null
5036
1
5038
2010-10-01T22:07:23.020
7
670
<p>What are the differences between regular processes (like firefox, gimp, skype, etc.) and services (httpd, mysqld, etc.)? Obviously, services are different in their function, but I'm really wondering what's going on under the hood at the OS level? Are they treated in any different way?</p>
2331
null
null
2010-10-01T22:53:07.800
What are the differences between regular processes and services?
[ "services", "terminology" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Under the hood, services are ordinary processes. What sets them apart is what they do and how they are started (but it's not a hard-and-fast definition). Services typically don't have a user interface, and are typically started when the system boots and run in the background, listening to requests coming from other programs or through the network. Such processes are called <a href=\"http://en.wikipedia.org/wiki/Daemon_%28computer_software%29\"><strong>daemons</strong></a> in the unix world.</p>\n\n<p>There's a more general definition of <strong>service</strong> that's more conceptual: a service is a feature that your computer provides. This definition roughly matches what is managed by the <code>service</code> command. Many services are provided by daemons, but that's not always the case. For example the <code>gdm</code> service (the default login manager) is provided by a process that's not really a daemon (it has a user interface for you to type your password). Services like <code>console-setup</code>, <code>mountall</code> or <code>networking</code> (to take examples from <code>/etc/init</code>) aren't provided by continuously running processes, but are enabled and disabled by running some state-changing commands.</p>\n\n<p>Another somewhat related concept is that of <strong>servers</strong>. A server is a program that listens to connections from other programs. (The connections might come through the network or by various local communication means.) Many servers are daemons, but a short-lived program can be a server and won't be considered a daemon; a program with a user interface also won't be considered a daemon. For example, the Emacs editor can run a server that listens to external requests to open files (i.e. running <code>emacsclient myfile</code> opens a file in a running instance of Emacs by contacting its associated <code>emascsserver</code> process); Emacs can start in daemon mode, meaning that the server is started but no GUI (a window will be opened when you open a file). By extension, a server computer is a computer whose main purpose is to run server programs.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-01T22:53:07.800", "id": "5038", "lastActivityDate": "2010-10-01T22:53:07.800", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "5036", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>Under the hood, services are ordinary processes. What sets them apart is what they do and how they are started (but it's not a hard-and-fast definition). Services typically don't have a user interface, and are typically started when the system boots and run in the background,...
null
null
null
null
null
5037
1
null
2010-10-01T22:15:35.923
2
293
<p>The whole day I struggled hard for a presentation of a video that I need it for tomorrow. When I am trying to export that project to AVI format, its throwing me an error message stating:</p> <p><code>During export with an external codec, an error has occured. Please check and adjust the export settings...</code></p> <p>How can I overcome this?</p>
2601
667
2010-10-15T17:26:23.313
2010-10-15T18:20:17.070
MagiX export project to AVI
[ "video", "multimedia" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-08T17:29:28.587", "id": "5490", "postId": "5037", "score": "0", "text": "The Magix software doesn't work on Linux. Did you install it in Wine or do you mean a different application?", "userDisplayName": null, "userId": "2535" } ]
null
[ { "accepted": null, "body": "<p>I'm not familiar with Magix system, but if this project is able to output successfully into ANY video format, then your best bet is to export the video, then transfer with <a href=\"http://en.wikipedia.org/wiki/FFmpeg\" rel=\"nofollow noreferrer\">ffmpeg</a>.</p>\n\n<p>There ...
null
null
null
null
null
5039
1
5042
2010-10-01T22:59:18.513
255
203102
<p>What is the difference between <code>/etc/init/</code> and <code>/etc/init.d/</code>? </p> <p>More generally, what meaning does the <code>.d</code> suffix convey to a directory?</p>
2331
158442
2015-05-07T13:26:03.327
2022-05-22T03:01:34.987
What is the difference between /etc/init/ and /etc/init.d/?
[ "filesystem", "init.d", "init" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>/etc/init.d</code> contains scripts used by the System V init tools (SysVinit). This is the traditional service management package for Linux, containing the <code>init</code> program (the first process that is run when the kernel has finished initializing¹) as well as some infrastructure to start and stop services and configure them. Specifically, files in <code>/etc/init.d</code> are shell scripts that respond to <code>start</code>, <code>stop</code>, <code>restart</code>, and (when supported) <code>reload</code> commands to manage a particular service. These scripts can be invoked directly or (most commonly) via some other trigger (typically the presence of a symbolic link in <code>/etc/rc?.d/</code>).</p>\n\n<p><code>/etc/init</code> contains configuration files used by Upstart. Upstart is a young service management package championed by Ubuntu. Files in <code>/etc/init</code> are configuration files telling Upstart how and when to <code>start</code>, <code>stop</code>, <code>reload</code> the configuration, or query the <code>status</code> of a service. As of lucid, Ubuntu is transitioning from SysVinit to Upstart, which explains why many services come with SysVinit scripts even though Upstart configuration files are preferred. In fact, the SysVinit scripts are processed by a compatibility layer in Upstart.</p>\n\n<p><code>.d</code> in directory names typically indicates a directory containing many configuration files or scripts for a particular situation (e.g. <code>/etc/apt/sources.list.d</code> contains files that are concatenated to make a virtual <code>sources.list</code>; <code>/etc/network/if-up.d</code> contains scripts that are executed when a network <strong>i</strong>nter<strong>f</strong>ace is activated). This structure is usually used when each entry in the directory is provided by a different source, so that each package can deposit its own plug-in without having to parse a single configuration file to reference itself. In this case, it just happens that “init” is a logical name for the directory, SysVinit came first and used <code>init.d</code>, and Upstart used plain <code>init</code> for a directory with a similar purpose (it would have been more “mainstream”, and perhaps less arrogant, if they'd used <code>/etc/upstart.d</code> instead).</p>\n\n<p>¹ <sub>not counting initrd</sub></p>\n", "commentCount": "10", "comments": [ { "creationDate": "2010-10-02T03:36:10.603", "id": "5145", "postId": "5042", "score": "32", "text": "esoteric historical note: the `.d` directories entered with System V. It was a puzzling notation then and ultimately probably one person's idea that got into the codebase and couldn't leave. For example, if you think that `cat` is a bad name for the task it performs, imagine how many files throughout the system you'd have to touch to change it.", "userDisplayName": null, "userId": "1078" }, { "creationDate": "2014-06-20T07:25:50.467", "id": "648053", "postId": "5042", "score": "1", "text": "On systems, that have both directories, which of Upstart and SysVinit is used? Is there a way to check?", "userDisplayName": null, "userId": "87930" }, { "creationDate": "2014-06-20T08:16:03.860", "id": "648092", "postId": "5042", "score": "5", "text": "@AsheeshR Check whether there is a package called `upstart` or `sysvinit`. And in recent versions, it could be `systemd` as well (which didn't exist for Ubuntu back when I wrote my answer). It's whichever package provides `/sbin/init` (`dpkg -S /sbin/init`).", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2014-12-18T21:09:16.573", "id": "774280", "postId": "5042", "score": "0", "text": "On the AWS Ubuntu instance I am using (from Bitnami), it's the `upstart` package that provides /sbin/init (ran `dpkg -S /sbin/init`). But Bitnami has placed its script in the /etc/init.d directory. Isn't this conflicting w/ your answer to @AsheeshR above? Thank you.", "userDisplayName": null, "userId": "360002" }, { "creationDate": "2014-12-18T21:34:37.740", "id": "774291", "postId": "5042", "score": "1", "text": "@Sabuncu This is an example of “SysVinit scripts are processed by a compatibility layer in Upstart”.", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2014-12-19T13:58:37.330", "id": "774701", "postId": "5042", "score": "0", "text": "Thank you so much Gilles for pointing me in the right direction. I am now researching the compatibility layer you mention.", "userDisplayName": null, "userId": "360002" }, { "creationDate": "2016-04-26T05:23:30.120", "id": "1139137", "postId": "5042", "score": "0", "text": "@Gilles so that was an example, but normally /etc/init.d/* are not used by systemd or upstart, are they? (just to be sure). I mean even if links in /etc/rc?.d/* exist, right?", "userDisplayName": null, "userId": "223848" }, { "creationDate": "2016-04-26T11:29:54.563", "id": "1139397", "postId": "5042", "score": "0", "text": "@Palo Upstart itself doesn't use `/etc/init.d/*` or `/etc/rc*.d/*`, but there are an Upstart jobs `/etc/init/rc.conf` and `/etc/init/rcS.conf` that load them.", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2017-01-28T00:11:43.110", "id": "1363761", "postId": "5042", "score": "0", "text": "Update: 16.04 uses a new system. If you need to switch back to upstart, see http://notesofaprogrammer.blogspot.com/2016/09/running-upstart-on-ubuntu-1604-lts.html", "userDisplayName": null, "userId": "218741" }, { "creationDate": "2017-11-20T21:29:56.340", "id": "1571517", "postId": "5042", "score": "0", "text": "Now on xenial (16.04), systemd is now used.", "userDisplayName": null, "userId": "398862" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-01T23:28:10.430", "id": "5042", "lastActivityDate": "2010-10-01T23:28:10.430", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "5039", "postTypeId": "2", "score": "253" }
[ { "accepted": true, "body": "<p><code>/etc/init.d</code> contains scripts used by the System V init tools (SysVinit). This is the traditional service management package for Linux, containing the <code>init</code> program (the first process that is run when the kernel has finished initializing¹) as well as s...
null
null
null
null
null
5041
1
5056
2010-10-01T23:25:17.893
1
1824
<p>My long-term media player (for various reasons) has been gmplayer. A simple floating UI that remembered its fullscreen layout and just worked for me. I'm not trying to convert anybody but please respect that I'm not looking for alternatives.</p> <p>It used to live in a package called <code>mplayer-gui</code>. Since upgrading to Maverick, I can't find it anywhere.</p> <p>Apparently an Ubuntu-sent changelog says I should use SMplayer instead but as anybody who has used both will tell you immediately, they're completely different styles of media player.</p> <p>I'm not against progress but I can't see anything but regression here.</p>
449
null
null
2010-10-03T22:48:32.783
Anybody know what happened to gmplayer in Maverick?
[ "10.10", "mplayer", "gmplayer" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Copied from <a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/mplayer/+bug/649240\" rel=\"nofollow\">Bug 649240</a>:</p>\n\n<blockquote>\n <p>mplayer-gui has been removed in\n maverick because it is broken\n upstream. It doesn't even build with a\n shared avcodec ATM.</p>\n</blockquote>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-02T10:21:52.517", "id": "5056", "lastActivityDate": "2010-10-02T10:21:52.517", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "275", "parentId": "5041", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Copied from <a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/mplayer/+bug/649240\" rel=\"nofollow\">Bug 649240</a>:</p>\n\n<blockquote>\n <p>mplayer-gui has been removed in\n maverick because it is broken\n upstream. It doesn't even build with a\n shared avcodec A...
null
null
null
null
null
5048
1
null
2010-10-02T03:26:28.660
14
44225
<p>The <strong>only</strong> thing keeping me from blowing away the crappy Vista install on my Toshiba laptop and going pure Ubuntu is the fact that I need to VPN to work and they use Sonicwall. Due to some proprietary voodoo used by that particular firewall setup on my work's end, I have to use the Sonicwall client which only runs on Windows.</p> <p>Has anyone found a way to VPN to a sonicwall connection from Ubuntu?</p>
1940
null
null
2019-12-18T14:52:10.317
Ubuntu VPN Using Sonicwall
[ "vpn" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-02T23:52:10.090", "id": "5177", "postId": "5048", "score": "1", "text": "maybe http://www.sonicwall.com/downloads/SonicOS_Enhanced_to_Openswan_Using_GroupVPN_with_XAUTH.pdf", "userDisplayName": null, "userId": "1990" } ]
null
[ { "accepted": null, "body": "<p>not necessarily the best source, but it seems you can do this using OpenSwan VPN under linux.</p>\n\n<p>It's not a trivial setup of clicking a few checkboxes, but it seems doable.</p>\n\n<p><a href=\"http://www.pelagodesign.com/blog/2009/05/18/ubuntu-linux-how-to-setup-a-vpn-...
null
null
null
null
null
5051
1
5053
2010-10-02T04:13:49.937
13
35347
<p>I have problems transferring binary programs to a micro-controller prototype board when using ubuntu/kubuntu to mount the board via usb. With MacOS and Windows there are no problems. I have found the writing from Ubuntu definitely changes the written file. I suspect that the write caching is the problem. How can I disable it, or what else might be the problem.</p>
4
null
null
2020-10-29T07:45:59.547
How to switch off caching for usb device when writing to it?
[ "usb" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Read this first: <a href=\"http://groups.google.com/group/linux.kernel/msg/8d1591196c0ae15e?pli=1\">http://groups.google.com/group/linux.kernel/msg/8d1591196c0ae15e?pli=1</a><br>\nI am unsure if it is true or not.</p>\n\n<p>You can try using hdparm to set the write caching feature to off at runtime. (You will probably need to run this after every boot or every time you remove and reinsert the device)</p>\n\n<pre><code>sudo hdparm -W 0 /dev/<strong>devicename</strong></code></pre>\n\n<p><em>Please ensure you know the correct device name (<code>sdb</code>, <code>sdc</code> or so on).</em></p>\n\n<p>You can find out the device name by running:</p>\n\n<pre><code>sudo fdisk -l\n</code></pre>\n\n<p>You can also edit <code>/etc/fstab</code> and add the mount options <code>sync,dirsync</code> however I am not very familiar with how <code>/etc/fstab</code> works with removable devices. I think they need a permanent mount point.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2018-11-25T08:45:00.367", "id": "1804792", "postId": "5053", "score": "2", "text": "Is there a way to set the default \"fstab\" options for removable devices?", "userDisplayName": null, "userId": "329227" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-02T05:43:21.907", "id": "5053", "lastActivityDate": "2013-04-11T03:10:17.207", "lastEditDate": "2013-04-11T03:10:17.207", "lastEditorDisplayName": null, "lastEditorUserId": "22949", "ownerDisplayName": null, "ownerUserId": "2138", "parentId": "5051", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>Read this first: <a href=\"http://groups.google.com/group/linux.kernel/msg/8d1591196c0ae15e?pli=1\">http://groups.google.com/group/linux.kernel/msg/8d1591196c0ae15e?pli=1</a><br>\nI am unsure if it is true or not.</p>\n\n<p>You can try using hdparm to set the write caching fe...
null
null
null
null
null
5052
1
5199
2010-10-02T04:48:02.277
2
2797
<p>During the week I did a update through the update manager and since then my desktop graphics have stopped working properly.</p> <p>I usually just quickly glance through the list of packages to be updated before pressing install and this time I notice that a component called fglrx was going to be updated. I can only speculate that this has anything to do with it. I chose to update...</p> <p>After the update I did a reboot and that's when the trouble began. My system was unable to boot into high resolution mode and gave me the option to boot into low graphics mode or reconfigure. I tried the reconfigure option but it didn't do anything and after I fiddled around a bit I was able to get back to a low-res desktop.</p> <p>The first thing I tried was <code>sudo dpkg-reconfigure xserver-xorg</code> but this seem to do nothing. It just dropped me back to the command-line without a message.</p> <p>Then I checked if my hardware drivers where still enabled so I opened System / Administration / Hardware Drivers panel and after searching for available drivers it came up with an empty list. I decided to downloaded the latest ATI x86_64 drivers and did an install of those. Installation was successful and I did a reboot.</p> <p>I'm currently in high-res mode but I don't seem to have any hardware acceleration. Dragging a window around the desktop is a painful process to watch. There is an <code>aticonfig</code> command line utility that outputs about 50 zillion options. I'm pretty sure there used to be a graphical UI version of it but I can't seem to find it anywhere in my Applications menu.</p> <p>When I issue the following command: <code>fglrxinfo</code> I get the following output:</p> <pre><code>X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 136 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 15 Current serial number in output stream: 15 </code></pre> <p>I'm on Ubuntu 9.10 and I have an ATI Radeon 5450 video card.</p> <p>Any help would be greatly appreciated.</p>
1202
235
2010-10-02T18:19:29.993
2010-10-05T01:39:53.887
Graphics card problems after update
[ "video", "drivers", "9.10", "update-manager", "ati" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-02T05:38:42.917", "id": "5147", "postId": "5052", "score": "0", "text": "Try uninstalling the upstream one, and reinstalling the Ubuntu ATI driver. These also might help: https://help.ubuntu.com/community/RadeonDriver | https://help.ubuntu.com/community/BinaryDriverHow...
{ "accepted": true, "body": "<p>First do a <code>sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.legacy</code>, then check to make sure there is no file in /etc/X11 with the name xorg.conf, then restart X or reboot the machine. If X does not find an existing xorg.conf it will attempt to generate one, and sometimes changes in the system or a change to the video driver will cause problems with the existing xorg.conf file. Also, this is an easy thing to try and easily reverted if it does not help.</p>\n\n<p>Looking around on Google, it looks like the Radeon 5450 is a somewhat old card. Cards that are more than three years old or so often get rotated out of fglrx support. Sometimes the cards become unsupported by fglrx and picked up by the \"radeon\" open-source driver. Sometimes there is a lag in between these things happening and you are out in the cold.</p>\n\n<p>By \"uninstall the upstream one\" is meant to get rid of the driver you downloaded from ATI. ATI's drivers are notoriously unreliable. I see that the driver is provided in the form of a .run file. I don't see any uninstall instructions for it. You might have to parse the scripts contained in the file and go manually delete all the things it installed. I would open the file and look in it myself, but my net connection is too skinny for me to grab that 100MB file in a timely manner.</p>\n\n<p>I strongly recommend that you try to use the \"radeon\" driver instead of fglrx. If it works and provides the features and performance you need, stick with it. Also, please read the pages linked by NightwishFan if you have not done so already. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-10T20:25:33.517", "id": "5776", "postId": "5199", "score": "0", "text": "Thanks for your detailed answer. It's much appreciated. I was banging my head against a brick wall and to solve the issue I upgrade to 10.04, something I wanted to avoid but hey, everything is working great now (except for some minor compiz discrepancies).", "userDisplayName": null, "userId": "1202" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-05T01:39:53.887", "id": "5199", "lastActivityDate": "2010-10-05T01:39:53.887", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2315", "parentId": "5052", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>First do a <code>sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.legacy</code>, then check to make sure there is no file in /etc/X11 with the name xorg.conf, then restart X or reboot the machine. If X does not find an existing xorg.conf it will attempt to generate one, and some...
null
null
null
null
null
5055
1
218446
2010-10-02T10:20:10.127
13
1436
<p>I've just read <a href="https://askubuntu.com/q/5054/1231">this question</a> and realized that I had never used either the "Copy To" or "Move To" context menu - is it possible to hide them?</p> <p><img src="https://i.stack.imgur.com/uZiDl.png" alt="alt text"></p>
1231
-1
2017-04-12T07:23:19.023
2012-11-21T21:22:50.837
Is it possible to hide the "Copy To" and "Move To" context menus?
[ "nautilus" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It is unfortunately not possible to do this in either 12.04 or 12.10, because of the changes to <code>Nautilus</code> and the removal of <code>/usr/share/nautilus/ui/nautilus-directory-view-ui.xml</code>. It has been asked very recently (June 2012) in the <a href=\"https://mail.gnome.org/archives/nautilus-list/2012-June/msg00009.html\" rel=\"nofollow\">gnome nautilus</a> mailing lists, and it is clear from the developers' responses that one would now have to download the source code, patch it, and then recompile it to eliminate or hide the <em>copy to</em> and <em>move to</em> menus.</p>\n\n<p><a href=\"http://blogs.gnome.org/ebassi/\" rel=\"nofollow\">Emmanuel Bassi</a>, a gnome developer, <a href=\"https://mail.gnome.org/archives/nautilus-list/2012-June/msg00009.html\" rel=\"nofollow\">responded</a> to the same request on the mailing list by noting that: </p>\n\n<blockquote>\n <p>The UI definitions are part of the application:\n modifying them is the equivalent of modifying the binary on disk.</p>\n</blockquote>\n\n<p>In another <a href=\"https://mail.gnome.org/archives/nautilus-list/2012-June/msg00013.html\" rel=\"nofollow\">response</a>, Emmanuel goes into more detail and points out that:</p>\n\n<blockquote>\n <p>It's not possible because now (in the interest of relocatability\n of the application, and to improve the startup time) the UI\n description file is \"compiled\" inside the binary itself; the UI\n description file is only available in the Git repository, and every\n change requires recompiling Nautilus.</p>\n \n <p>Given that editing the UI file once installed was never a supported\n action for the reasons I pointed out in this thread, this is not a\n break in functionality.</p>\n \n <p>What you want to achieve cannot be done with the current, or any\n future, version of Nautilus; the only way to do it is to actually\n modify Nautilus so that it can do what you want.</p>\n</blockquote>\n\n<p>This is the <strong>official</strong> position on <code>Nautilus</code>, and so the only thing to do is to suggest a patch, or simply prepare your own patch and build your own custom version. The source code that you need is available from the <a href=\"http://git.gnome.org/browse/nautilus/\" rel=\"nofollow\">git repository</a>.</p>\n\n<p>There is no dirty 'hack' that can accomplish what you want at the moment, as the developers have explained. It may change in the future, but this is the current state of affairs.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-11-17T11:37:41.913", "id": "218446", "lastActivityDate": "2012-11-17T16:34:29.660", "lastEditDate": "2012-11-17T16:34:29.660", "lastEditorDisplayName": "user76204", "lastEditorUserId": null, "ownerDisplayName": "user76204", "ownerUserId": null, "parentId": "5055", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<h3>For 11.10 and earlier</h3>\n<p>Yes, edit the file:</p>\n<pre><code>/usr/share/nautilus/ui/nautilus-directory-view-ui.xml\n</code></pre>\n<p>and find the <strong>last</strong> instance of this:</p>\n<pre><code> &lt;menu action=&quot;CopyToMenu&quot;&gt;\n &lt;menuit...
null
null
null
null
null
5057
1
5061
2010-10-02T11:03:58.010
7
2272
<p>I'm new in Ubuntu. So far, I used only Windows. In Ubuntu irritates me order of dialog buttons: OK / Cancel. In Windows OK button is first and Cancel is second button. In Ubuntu it is vice versa. How can I change it? What should I do to change it and set sequence to OK / Cancel in all dialogs?</p>
400237
400237
2017-03-31T20:10:17.313
2017-03-31T20:10:17.313
How to change the order of the OK/Cancel buttons?
[ "gnome", "window-buttons" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-02T14:08:21.210", "id": "5158", "postId": "5057", "score": "1", "text": "blame Microsoft for getting it wrong 5-10 years before the Right Way was defined ;) Oh wait it was only following IBM-CUA which was influenced by Apple, so it's probably Steve Jobs fault. I just s...
{ "accepted": true, "body": "<p>You can't change that (without changing the program). It's the order recommended by the <a href=\"http://library.gnome.org/devel/hig-book/stable/\" rel=\"nofollow\">GNOME Human Interface Guidelines</a> and therefore The Right Way To Do It in Ubuntu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-02T12:51:23.780", "id": "5061", "lastActivityDate": "2010-10-02T12:51:23.780", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2369", "parentId": "5057", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>You can't change that (without changing the program). It's the order recommended by the <a href=\"http://library.gnome.org/devel/hig-book/stable/\" rel=\"nofollow\">GNOME Human Interface Guidelines</a> and therefore The Right Way To Do It in Ubuntu.</p>\n", "commentCount"...
null
null
null
null
null
5058
1
5059
2010-10-02T12:06:55.430
9
4411
<p>I'm getting an apt-get error that says</p> <p><code>E: The package brmfc7340lpr needs to be reinstalled, but I can't find an archive for it.</code></p> <p>The brmfc7340lpr is a printer driver -- it's a local deb file. Doing a dpkg or apt-get purge doesn't work, neither does <code>apt-get install -f</code> .</p> <p>How do I reinstall a package from a local deb file?</p> <p>Output:</p> <pre><code>box-name% sudo apt-get upgrade [sudo] password for username: Reading package lists... Done Building dependency tree Reading state information... Done E: The package brmfc7340lpr needs to be reinstalled, but I can't find an archive for it. box-name% sudo apt-get purge brmfc7340lpr Reading package lists... Done Building dependency tree Reading state information... Done E: The package brmfc7340lpr needs to be reinstalled, but I can't find an archive for it. box-name% sudo dpkg --purge brmfc7340lpr dpkg: error processing brmfc7340lpr (--purge): Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. Errors were encountered while processing: brmfc7340lpr box-name% sudo dpkg --install brmfc7340lpr-2.0.2-1.i386.deb Selecting previously deselected package brmfc7340lpr. (Reading database ... 725204 files and directories currently installed.) Preparing to replace brmfc7340lpr 2.0.2-1 (using .../brmfc7340lpr-2.0.2-1.i386.deb) ... Unpacking replacement brmfc7340lpr ... start: Unknown job: lpd dpkg: warning: subprocess old post-removal script returned error exit status 1 dpkg - trying script from the new package instead ... start: Unknown job: lpd dpkg: error processing brmfc7340lpr-2.0.2-1.i386.deb (--install): subprocess new post-removal script returned error exit status 1 start: Unknown job: lpd dpkg: error while cleaning up: subprocess new post-removal script returned error exit status 1 Errors were encountered while processing: brmfc7340lpr-2.0.2-1.i386.deb box-name% sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done E: The package brmfc7340lpr needs to be reinstalled, but I can't find an archive for it. box-name% </code></pre>
669
8844
2014-02-18T00:02:39.710
2014-02-18T00:02:39.710
How to fix a dpkg broken by the Brother MFC-7340 deb driver
[ "drivers", "package-management" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-06T04:41:59.990", "id": "5335", "postId": "5058", "score": "0", "text": "You might want to rename your question. It makes your problem sound a bit too generic. You're real question isn't how to reinstall just any local deb, but how to handle a very specific problem.", ...
{ "accepted": true, "body": "<p>You can always (re)install a package using <code>dpkg</code>:</p>\n\n<pre><code>dpkg --install local-file.deb\n</code></pre>\n\n<p>In order to make a \"clean room\" installation, you can first purge the package and then install it again:</p>\n\n<pre><code>dpkg --purge brmfc7340lpr\ndpkg --install brmfc7340lpr*.deb\n</code></pre>\n\n<p>You might need to add option <code>--force-depends</code> during purge, if some other package depends on <code>brmfc7340lpr</code>.</p>\n\n<p><strong>Update:</strong> Based on the transcript you posted, it seems that the\n <code>brmfc7340lpr</code> package cannot be (re)installed because its\n post-removal script is erroring out.</p>\n\n<p>Those files are stored in directory <code>/var/lib/dpkg/info</code>; for each\npackage <code>X</code>, there can be any one of these scripts:</p>\n\n<ul>\n<li><p><code>X.postinst</code> run <em>after</em> the package has been installed, e.g., to\nstart services provided by the package.</p></li>\n<li><p><code>X.prerm</code> run <em>before</em> removing/purging the package, e.g., to\nensure that daemons provided by the package are stopped.</p></li>\n<li><p><code>X.postrm</code> run <em>after</em> the package has been removed, e.g., to\nsignal any service optionally using the package that it is no\nlonger available. (For instance, a printer driver package might\nwant to signal cpus/lpr to remove printers depending on that\nspecific driver.)</p></li>\n</ul>\n\n<p>Now, this <code>brmfc7340lpr</code> package seems to try to (re)start the <code>lpd</code>\nprinter daemon upon removal, which won't work as Ubuntu uses CUPS\ninstead: you should definitely look for a CUPS-compatible printer\ndriver -- see the link in Jorge Castro's answer. (I think this is a\nbug in the package, as it should not restart the <code>lpd</code> service\nunconditionally, but just reload it <em>if it's already running</em>.)</p>\n\n<p>The best option to go forward comes from <a href=\"https://answers.launchpad.net/ubuntu/+question/106377\">this launchpad\nanswer</a>:</p>\n\n<pre><code>ln -s /etc/init.d/cpus /etc/init.d/lpd\n</code></pre>\n\n<p>This will effectively (re)start CUPS when the <code>lpd</code> service is instead\nsearched for.</p>\n\n<p>Otherwise, I only see two options, both rather unpleasant:</p>\n\n<ol>\n<li><p>Either edit the <code>/var/lib/dpkg/info/brmfc7340lpr.postrm</code> script,\nand comment out the line that is invoking <code>/etc/init.d/lpd start</code>\n(or <code>restart</code> or <code>stop</code>), (e.g., just replace it with <code>/bin/true</code>).\nAnother option is to just place <code>exit 0</code> as the first non-comment\nline in the script. This would be my favorite, but requires a bit\nof confidence with editing shell scripts.</p></li>\n<li><p>Install <code>lpr</code>, purge the <code>brmfc6340lpr</code> package, purge <code>lpr</code>: this\nrequires a bit of attention as <code>lpr</code> conflicts with the default\nUbuntu printer spooling system CUPS:</p>\n\n<p>a. <code>sudo aptitude install lpr</code> (this will remove <code>cups-bsd</code> and\n <code>ubuntu-desktop</code> as a side effect)</p>\n\n<p>b. <code>sudo aptitude purge brmfc7340lpr lpr</code> (should work now)</p>\n\n<p>c. <code>sudo aptitude install cups-bsd ubuntu-desktop</code> (restore system\n to its original state)</p></li>\n</ol>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-02T22:47:58.030", "id": "5174", "postId": "5059", "score": "0", "text": "dpkg --install doesn't work", "userDisplayName": null, "userId": "669" }, { "creationDate": "2010-10-03T09:57:39.820", "id": "5194", "postId": "5059", "score": "1", "text": "@Roman What error message do you get? Does `--purge` first and then `--install` work?", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-10-06T10:27:58.947", "id": "5345", "postId": "5059", "score": "0", "text": "@Roman updated with some specific instructions that might help. I agree with andrewsomething's comment that this no longer looks a generic question and should be renamed.", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-10-07T11:23:01.177", "id": "5415", "postId": "5059", "score": "1", "text": "I ended up renaming lpd to nlpdn temporarily to install it.", "userDisplayName": null, "userId": "669" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-02T12:19:34.637", "id": "5059", "lastActivityDate": "2010-10-06T10:37:28.873", "lastEditDate": "2010-10-06T10:37:28.873", "lastEditorDisplayName": null, "lastEditorUserId": "325", "ownerDisplayName": null, "ownerUserId": "325", "parentId": "5058", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p>You can always (re)install a package using <code>dpkg</code>:</p>\n\n<pre><code>dpkg --install local-file.deb\n</code></pre>\n\n<p>In order to make a \"clean room\" installation, you can first purge the package and then install it again:</p>\n\n<pre><code>dpkg --purge brmfc73...
null
0
null
null
null
5065
1
5068
2010-10-02T14:21:31.977
28
21029
<p>How can I disable the purple "Ubuntu" splash screen that displays at boot before the login screen has loaded? I'd prefer to just see plain text scroll by.</p>
1859
169736
2013-11-17T18:11:11.980
2020-06-17T14:25:45.253
How can I disable the purple splash screen at boot?
[ "boot", "plymouth" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Quote from <code>/usr/share/doc/plymouth/README.Debian</code> (from package <code>plymouth</code> version 0.8.2-2ubuntu2, which is the one installed on Ubuntu 10.04):</p>\n<blockquote>\n<p>There are two methods to disable the splash screen. Both have the\nsame effect. Your boot will show such messages as are emitted by\nthe starting services, and will still be able to prompt if needs be.</p>\n<ol>\n<li><p>Remove all of the <code>plymouth-theme-*</code> packages from your system,\nincluding the text ones. Plymouth will remain installed to\npermit boot-time prompts.</p>\n</li>\n<li><p>Remove <code>splash</code> from the kernel command-line. You can do this\nper-boot, or make it permanent by changing the\n<code>GRUB_CMDLINE_LINUX_DEFAULT</code> line in <code>/etc/default/grub</code>.</p>\n</li>\n</ol>\n</blockquote>\n<p>The second method also requires running <code>update-grub</code> as superuser, after editing that file.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-10-02T22:17:29.487", "id": "5173", "postId": "5068", "score": "0", "text": "Thanks, I never would have guessed it was called \"plymouth\". The second method worked great for me.", "userDisplayName": null, "userId": "1859" }, { "creationDate": "2011-06-16T18:10:03.803", "id": "54311", "postId": "5068", "score": "2", "text": "I've removed both quite and splash from my GRUB_CMDLINE_LINUX_DEFAULT and I still get a blank, plain, purple screen while the kernel is loading. Once the kernel is loaded and system services are starting then the splash goes away.", "userDisplayName": null, "userId": "17146" }, { "creationDate": "2011-11-15T16:08:34.457", "id": "89690", "postId": "5068", "score": "0", "text": "there is no /etc/default/grub on my system, I think because of the move to grub2, so where can I set GRUB_CMDLINE_LINUX_DEFAULT when using grub2 ?", "userDisplayName": null, "userId": "1668" }, { "creationDate": "2013-04-03T19:26:35.577", "id": "348273", "postId": "5068", "score": "0", "text": "@Jay_silly_evarlast_Wren After editing `/etc/default/grub` you need to run `sudo update-grub` to apply the changes to the boot loader. See [the ubnutu grub help wiki](https://help.ubuntu.com/community/Grub2). `/etc/default/grub` exists on my ubuntu 12.10 installation.", "userDisplayName": null, "userId": "145217" }, { "creationDate": "2017-10-30T14:16:52.407", "id": "1555399", "postId": "5068", "score": "0", "text": "\"You can do this per-boot...\" Do you know how? A quick google doesn't turn up anything useful.", "userDisplayName": null, "userId": "562489" }, { "creationDate": "2017-10-31T15:15:32.873", "id": "1556160", "postId": "5068", "score": "1", "text": "@TheGuywithTheHat \"per-boot\" = edit the GRUB command-line by pressing `e` at the GRUB menu.", "userDisplayName": null, "userId": "325" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-10-02T14:31:31.490", "id": "5068", "lastActivityDate": "2020-06-17T14:25:45.253", "lastEditDate": "2020-06-17T14:25:45.253", "lastEditorDisplayName": null, "lastEditorUserId": "11316", "ownerDisplayName": null, "ownerUserId": "325", "parentId": "5065", "postTypeId": "2", "score": "26" }
[ { "accepted": true, "body": "<p>Quote from <code>/usr/share/doc/plymouth/README.Debian</code> (from package <code>plymouth</code> version 0.8.2-2ubuntu2, which is the one installed on Ubuntu 10.04):</p>\n<blockquote>\n<p>There are two methods to disable the splash screen. Both have the\nsame effect. Your ...
null
null
null
null
null