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
2419
1
6668
2010-08-16T20:12:26.467
12
15954
<p>I've just bought an Asus laptop which is equipped with two graphics cards; one integrated in the intel i3 CPU and a Radeon Mobility HD5145.</p> <p>Will Ubuntu switch between the cards to balance power/performance? i.e. only use the Radeon when the demands placed on the integrated card are too great?</p>
1314
527764
2017-08-25T20:06:54.790
2017-08-25T20:08:31.113
Switching between graphics cards
[ "laptop" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Right now you can use the GUI provided by Ubuntu Control Center to switch between GPUs, but it only works with the opensource drivers.</p>\n\n<p><a href=\"http://code.google.com/p/ucc/\" rel=\"nofollow\">http://code.google.com/p/ucc/</a></p>\n\n<p><a href=\"http://www.omgubuntu.co.uk/2010/08/ubuntu-control-centre-0-5-brings-gpu-switching-to-linux/\" rel=\"nofollow\">http://www.omgubuntu.co.uk/2010/08/ubuntu-control-centre-0-5-brings-gpu-switching-to-linux/</a> </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-02T09:07:03.947", "id": "16667", "postId": "6668", "score": "0", "text": "bleeding-edge news: http://linux-hybrid-graphics.blogspot.com/", "userDisplayName": null, "userId": "6820" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T03:43:32.647", "id": "6668", "lastActivityDate": "2010-10-13T03:43:32.647", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2731", "parentId": "2419", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>That sounds like special software or configuration needed. I wonder if tools like <a href=\"http://www.grano.la\" rel=\"nofollow\">http://www.grano.la</a> take that into account.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "content...
null
null
null
null
null
2424
1
2426
2010-08-16T20:47:35.400
1
1036
<p>I have a work computer. I have a home computer. I want to be able to share files between with scp, both our computers are behind routers, which assign a local ip. <code>198.168.0.*</code></p> <p>As well as knowing their outside IP, I would like to know how to browse and share files and log in to one another with ssh, public keys as well please. </p> <p>Please and thank you.</p>
333
455
2010-08-17T07:39:54.807
2010-08-17T07:39:54.807
connecting and copying files with scp -- ubuntu 10.04
[ "networking", "ssh", "scripts", "sharing" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-17T07:44:42.753", "id": "2416", "postId": "2424", "score": "0", "text": "For security you might wanna look at this: http://ubuntu.stackexchange.com/questions/2271/how-to-harden-an-ssh-server , there also is a mini-guide and a mini-debate about ssh-keys there.", "us...
{ "accepted": true, "body": "<p>If you want to connect to either computer, you will need to expose the computer through your router's NAT. Set up port forwarding to port 22 on both systems. Ideally, you will want to use <a href=\"http://sshkeychain.sourceforge.net/mirrors/SSH-with-Keys-HOWTO/SSH-with-Keys-HOWTO-4.html\" rel=\"nofollow\">keypair authentication</a> and disable password access in <code>/etc/ssh/sshd_config</code>.</p>\n\n<p><strong>Alternatively</strong>, if you have SSH access to a <em>third</em> system that can be exposed to the Internet, you can use SSH's built-in forwarding feature (<code>man ssh</code>, look up the <code>-R</code> and <code>-L</code> options and optionally <code>-n</code>) to open a port remotely that forwards back to your system. (For example: Computer A connects to the server with <code>-R 2222:127.0.0.1:22</code>, and computer B connects to the server on port 2222 to gain access to computer A.) There is some overhead involved, however minor.</p>\n\n<p>As a variation on the above port forwarding: You'll likely only be able to open ports on your home computer - this will probably be enough. But if you need to be able to access your work computer from home, you will need to set up your work computer to connect to your home computer with an <code>-R</code> option as above. Then, you will be able to connect (<code>ssh user@localhost:2222</code>) without difficulty.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-16T22:00:37.700", "id": "2390", "postId": "2426", "score": "0", "text": "\"Alternatively\" ah SSH, what can't it do?\n\nI think the key here is that both computers need to have port 22 forwarded by the router.\n\nIf you are on windows machines https://secure.logmein.com/products/hamachi2/ hamachi can create your tunnels for you.", "userDisplayName": null, "userId": "1151" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T21:04:10.740", "id": "2426", "lastActivityDate": "2010-08-16T21:04:10.740", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1148", "parentId": "2424", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If you want to connect to either computer, you will need to expose the computer through your router's NAT. Set up port forwarding to port 22 on both systems. Ideally, you will want to use <a href=\"http://sshkeychain.sourceforge.net/mirrors/SSH-with-Keys-HOWTO/SSH-with-Keys-H...
null
null
null
null
null
2428
1
2429
2010-08-16T21:15:05.327
5
1987
<p>I am running 10.04 and I am unable to get a tray applet to appear for Ubuntu One. I am sure there was an applet in 9.04 (Jaunty) and 9.10 (Karmic).</p> <p>I have the package ubuntuone-client-gnome installed which Synaptic tells me </p> <blockquote> <p>"This package contains the tray applet and Nautilus extension, providing integration with the GNOME desktop."</p> </blockquote> <p>The applet is not on the "Add to panel..." list and there doesn't appear to be anything in the menus.</p> <p>So how do I make the applet appear?</p>
458
235
2011-01-17T14:56:08.467
2011-01-17T14:56:08.467
How do I enable the Ubuntu One tray applet?
[ "10.04", "gnome", "ubuntu-one", "applet" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>As far as I know, the Ubuntu One applet has been integrated into the 'me menu'. At the bottom of the me menu you should see something like:</p>\n\n<pre><code>Chat Accounts...\nBroadcast Accounts...\nUbuntu One...\n</code></pre>\n\n<p>Click on 'Ubuntu One...' to edit Ubuntu One preferences. Other actions are done in nautilus. You can right click on a file/folder (in your home folder) and click 'Synchronise on Ubuntu One' for example. </p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-16T21:36:33.190", "id": "2383", "postId": "2429", "score": "0", "text": "Aha, thanks. It is there, but just brings up the preferences window, it isn't the status icon that pops up notifications like \"Synchronisation complete\". Is that applet gone now? You could click on it and open the folder or web interface etc.", "userDisplayName": null, "userId": "458" }, { "creationDate": "2010-08-17T12:20:09.803", "id": "2429", "postId": "2429", "score": "0", "text": "Whilst this is not the answer I wanted, it appears this is the correct answer and the useful applet that once was has been replaced by something not so useful. Back to tailing log files to get the status then !", "userDisplayName": null, "userId": "458" }, { "creationDate": "2010-08-17T16:10:56.763", "id": "2464", "postId": "2429", "score": "0", "text": "I use the u1sdtool when I want to know what the daemon is doing.", "userDisplayName": null, "userId": "235" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T21:26:57.147", "id": "2429", "lastActivityDate": "2010-08-16T21:26:57.147", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "667", "parentId": "2428", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>As far as I know, the Ubuntu One applet has been integrated into the 'me menu'. At the bottom of the me menu you should see something like:</p>\n\n<pre><code>Chat Accounts...\nBroadcast Accounts...\nUbuntu One...\n</code></pre>\n\n<p>Click on 'Ubuntu One...' to edit Ubuntu On...
null
null
null
null
null
2433
1
2441
2010-08-16T22:05:49.840
3
1920
<p>Is there a tool like Hamachi which works on Ubuntu? Bonus points if it can be paired with something running on Windows/Mac.</p>
1151
null
2023-02-20T17:27:00.020
2023-02-20T17:27:00.020
Create a Hamachi like NAT based VPN tool
[ "networking", "vpn" ]
3
2
CC BY-SA 4.0
[ { "creationDate": "2010-08-16T22:32:10.280", "id": "2391", "postId": "2433", "score": "0", "text": "I am not sure what this does that openvpn does not do.", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-18T14:51:57.203", "id": "2554", "postId": "243...
{ "accepted": true, "body": "<p><a href=\"http://www.ubunturoot.com/2010/05/how-to-install-hamachi-on-ubuntu.html\" rel=\"nofollow noreferrer\">How to install Hamachi on Ubuntu</a>?</p>\n\n<p>This is <a href=\"http://www.haguichi.net/screenshots/\" rel=\"nofollow noreferrer\">Haguichi</a></p>\n\n<p>This is <a href=\"http://hamachi-gui.sourceforge.net/screenshots.html\" rel=\"nofollow noreferrer\">Hamachi-GUI</a><br>\n<img src=\"https://i.stack.imgur.com/5hgcr.png\" alt=\"alt text\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-18T14:50:35.443", "id": "2553", "postId": "2441", "score": "0", "text": "Much love! I will definately try this out. I have someone I need to run demos for who runs windows, and I don't want to run my server on windows seeing as how I never test it there.", "userDisplayName": null, "userId": "1151" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-17T00:29:42.433", "id": "2441", "lastActivityDate": "2017-03-13T15:40:11.123", "lastEditDate": "2017-03-13T15:40:11.123", "lastEditorDisplayName": null, "lastEditorUserId": "44179", "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2433", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>OpenVPN is the server and client side program that does the communication, and there are a number of GUI tools for configuring OpenVPN to do pretty much everything that Hamachi2 does:</p>\n\n<p>Here's a good list:</p>\n\n<pre><code>cclint@ubuntu:~$ apt-cache search openvpn co...
null
null
null
user1673389
null
2434
1
2437
2010-08-16T22:17:39.040
7
1047
<p>I'm not very fluent with bash... what I'd like to do is copy the content of a DVD-R to two different hard drives in the fastest possible way.</p> <p>(UI-based solutions are welcome too)</p> <p>Thanks!</p>
1349
null
null
2010-08-16T23:49:29.537
Copying to two locations at the same time
[ "bash" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The bottleneck is likely to be reading from the DVD drive, so we must ensure to either read it only once, or read it twice but at sufficiently close intervals that the data will still be in the cache. The latter sounds difficult, so let's go for the first.</p>\n\n<p>We need to get a duplicator in there somewhere. If we restrict to basic shell commands, the only choice is <code>tee</code>. So we need to convert the input (a tree of files) into a stream, feed the stream to <code>tee</code>, and convert each output stream back to a tree of files. The tool to do that is an archiver. Compression on something that'll remain in memory is a waste, so let's just use <code>tar</code>.</p>\n\n<p>Pipes (<code>command0 | command1</code>) allow us to feed the output of a command into one other commands. We need to feed the output of <code>tee</code> into <em>two</em> other commands, so another bash construct comes in handy: <code>command1 &gt;(command2)</code> creates a pipe that is passed to <code>command1</code> as its first command rather than becoming the standard output of <code>command2</code>. (Look up process substitution in the bash manual.)</p>\n\n<p>Here's the command (untested):</p>\n\n<pre><code>mkdir /media/disk0/copy_of_dvd /media/disk1/copy_of_dvd\ncd /media/cdrom\ntar cf - . | tee &gt;(tar xf - -C /media/disk0/copy_of_dvd) | tar xf - -C /media/disk1/copy_of_dvd\n</code></pre>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-16T23:45:42.443", "id": "2399", "postId": "2437", "score": "0", "text": "This is exactly what I was after. Thanks! I only had to add `*` to the first `tar`.", "userDisplayName": null, "userId": "1349" }, { "creationDate": "2010-08-16T23:49:09.380", "id": "2400", "postId": "2437", "score": "0", "text": "Hmmm... this doesn't look well: `tar: one_of_the_files_being_copied: File shrank by 131757636 bytes; padding with zeros`. Ideas?", "userDisplayName": null, "userId": "1349" }, { "creationDate": "2010-08-16T23:58:39.453", "id": "2401", "postId": "2437", "score": "0", "text": "@Diego: sorry about the missing argument, I've put `.` which is slightly better. I've never seen that error message before; after googling a little, I wonder if it could be due to a “copy protection” scheme that I've seen on some DVDs: the filesystem structure is invalid, with some files extending beyond the claimed extent of the DVD. If you run both `du` and `df` on the DVD, do they report approximately equal sizes (last line of `du`, leftmost numeric column of `df`)?", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2010-08-17T00:40:52.470", "id": "2402", "postId": "2437", "score": "0", "text": "It turns out the DVD is a little damaged (it's not copy protection - I created the [data] DVD from Ubuntu)", "userDisplayName": null, "userId": "1349" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-16T22:55:19.993", "id": "2437", "lastActivityDate": "2010-08-16T23:49:29.537", "lastEditDate": "2010-08-16T23:49:29.537", "lastEditorDisplayName": null, "lastEditorUserId": "1059", "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "2434", "postTypeId": "2", "score": "13" }
[ { "accepted": null, "body": "<p>One shell based solution is to open a terminal and type:</p>\n\n<pre><code>cp -r /location/of/DVD /hard/drive/a &amp;\ncp -r /location/of/DVD /hard/drive/b\n</code></pre>\n\n<p>The command <code>cp</code> is for copy files and the <code>-r</code> switch copies all files recur...
null
null
null
null
null
2436
1
2439
2010-08-16T22:54:20.730
20
22720
<p>I have this run.sh file, and I've create a symbolic link into my desktop. </p> <p>When I double-click on it the file the following dialog appearsr</p> <p><a href="https://i.stack.imgur.com/eH0Ry.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/eH0Ry.png" alt=""></a></p> <p>And I have to click on "run" each time. How can I create a link that runs by default?</p>
1350
186134
2015-08-18T10:19:14.503
2015-08-18T10:19:14.503
How can I create a application launcher for a .sh file?
[ "gnome", "launcher" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Instead of linking directly to the .sh file create an application launcher as follows:</p>\n\n<ul>\n<li>Right click on your desktop</li>\n<li>Choose \"Create Launcher...\"</li>\n<li>Change \"Application\" to \"Application in Terminal\" in the drop down box.</li>\n<li>Give it a name like \"Idea\"</li>\n<li>Enter the command like this <code>/path/to/script/idea.sh</code></li>\n<li>Add a comment if you like, it will show up when you mouse hover over it if you move the launcher to a menu bar.</li>\n</ul>\n\n<p>Then when you click the launcher a terminal window will open and the command will run in there. </p>\n\n<p>If you don't want to open a terminal to see any output, just use \"Application\" instead of \"Application in Terminal\".</p>\n\n<p>You may have to edit the desktop file with something like gedit to add the \"Path\" of the script. Like This:</p>\n\n<pre><code>#!/usr/bin/env xdg-open\n\n[Desktop Entry]\nVersion=1.0\nType=Application\nTerminal=false\nIcon[en_US]=/home/kurt/Games/dontstarve/dontstarve.xpm\nExec=/usr/games/dontstarve/bin/dontstarve.sh\nPath=/usr/games/dontstarve/bin\nName[en_US]=Dont Starve\nName=Dont Starve\nIcon=gnome-panel-launcher\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-18T00:16:33.157", "id": "2500", "postId": "2439", "score": "0", "text": "I wish I could add a non-svg image to the icon created. The rest worked perfectly Thanks.", "userDisplayName": null, "userId": "1350" }, { "creationDate": "2010-08-18T00:21:34.050", "id": "2501", "postId": "2439", "score": "0", "text": "Mhh.. strange, once created, I could associate the png icon Now it looks like this: http://yfrog.com/5gscreenshot20100817at719p Nice!", "userDisplayName": null, "userId": "1350" }, { "creationDate": "2011-05-01T14:20:49.607", "id": "42659", "postId": "2439", "score": "0", "text": "This works. However, when I remove icon from my desktop, it disappears also from launcher. How can I make it stay in launcher when I get rid of it from desktop?", "userDisplayName": null, "userId": "13538" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-16T23:32:14.017", "id": "2439", "lastActivityDate": "2013-11-29T10:09:37.150", "lastEditDate": "2013-11-29T10:09:37.150", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "458", "parentId": "2436", "postTypeId": "2", "score": "19" }
[ { "accepted": true, "body": "<p>Instead of linking directly to the .sh file create an application launcher as follows:</p>\n\n<ul>\n<li>Right click on your desktop</li>\n<li>Choose \"Create Launcher...\"</li>\n<li>Change \"Application\" to \"Application in Terminal\" in the drop down box.</li>\n<li>Give it ...
null
null
null
null
null
2443
1
2445
2010-08-17T01:33:57.600
4
2235
<p>I have a ruby script I'd like to execute every 5 minutes or so. I have seen mention of cron tasks, but not in the context of executing Ruby. I would like to know the steps necessary to execute the ruby script on a scheduled basis.</p>
659
null
null
2010-08-17T02:10:45.250
How to Schedule a Ruby Script
[ "scripts", "ruby", "scheduled" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Scripts are scripts whether they be python, bash or ruby. Just make sure they are executable.</p>\n\n<p>They are the same as steps listed <a href=\"https://askubuntu.com/questions/2368/how-do-i-setup-cron-job\">here</a>. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T02:10:45.250", "id": "2445", "lastActivityDate": "2010-08-17T02:10:45.250", "lastEditDate": "2017-04-12T07:23:19.023", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "333", "parentId": "2443", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Scripts are scripts whether they be python, bash or ruby. Just make sure they are executable.</p>\n\n<p>They are the same as steps listed <a href=\"https://askubuntu.com/questions/2368/how-do-i-setup-cron-job\">here</a>. </p>\n", "commentCount": "0", "comments": [], ...
null
0
null
null
null
2444
1
2446
2010-08-17T01:44:58.447
5
897
<p>How do I keep CD/USB automounting (works fine) BUT without auto-opening in Nautilus?</p>
1349
41
2010-10-17T13:57:37.667
2014-03-16T16:53:56.017
Disabling auto-open
[ "10.04", "nautilus", "mount" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>System->Preferences->Removable Drives (only in Ubuntu version 9.04 and below)</p>\n\n<p>There should be setting there to chose what happens when removable media is <a href=\"https://help.ubuntu.com/community/Mount/USB\" rel=\"nofollow\">inserted</a>.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-17T02:35:35.127", "id": "2406", "postId": "2446", "score": "0", "text": "I don't see that option in my menu... should I `dpkg-reconfigure` something?\nOR do you know how to get to that screen manually (alt-f2)?", "userDisplayName": null, "userId": "1349" }, { "creationDate": "2010-08-17T03:40:50.113", "id": "2410", "postId": "2446", "score": "0", "text": "@diego I am not on my ubuntu box. the option is there. let me get you a link I have modified my answer with a link.", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-17T04:00:07.210", "id": "2411", "postId": "2446", "score": "0", "text": "Excellent link, that'll probably do!", "userDisplayName": null, "userId": "1349" }, { "creationDate": "2010-08-17T06:00:44.617", "id": "2413", "postId": "2446", "score": "1", "text": "\"Removable Drives and Media\" was removed from System > Preferences starting with 9.10.", "userDisplayName": "Roger Pate", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T02:16:13.737", "id": "2446", "lastActivityDate": "2010-10-17T11:09:22.703", "lastEditDate": "2010-10-17T11:09:22.703", "lastEditorDisplayName": null, "lastEditorUserId": "866", "ownerDisplayName": null, "ownerUserId": "333", "parentId": "2444", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>System->Preferences->Removable Drives (only in Ubuntu version 9.04 and below)</p>\n\n<p>There should be setting there to chose what happens when removable media is <a href=\"https://help.ubuntu.com/community/Mount/USB\" rel=\"nofollow\">inserted</a>.</p>\n", "commentCount...
null
null
null
null
null
2447
1
2457
2010-08-17T03:16:17.837
1
961
<p>I've got a NAT box (Ubu 10.04) running ufw with the following <code>sudo ufw status verbose</code>:</p> <pre><code>Status: active Logging: on (low) Default: deny (incoming), allow (outgoing) New profiles: skip To Action From -- ------ ---- 22480/tcp LIMIT IN Anywhere </code></pre> <p>When I <code>nmap -PN -p 22 192.168.0.0/24</code> to find all the SSHes running on my NATed (working fine) inside network, I get the following: </p> <pre><code>Starting Nmap 5.00 ( http://nmap.org ) at 2010-08-16 23:06 EDT 0 ports scanned on 192.168.0.0 Interesting ports on 192.168.0.1: PORT STATE SERVICE 22/tcp closed ssh Interesting ports on 192.168.0.2: PORT STATE SERVICE 22/tcp filtered ssh Interesting ports on 192.168.0.3: PORT STATE SERVICE 22/tcp filtered ssh Interesting ports on 192.168.0.4: PORT STATE SERVICE 22/tcp filtered ssh ... Continuing for all 254 IPs ... </code></pre> <p>Note that there are not machines at those other IPs (2, 3, 4, ...).</p> <p>Why is this UFW rule causing this?? Why should a UFW input rule mess with the ability to nmap out from the router into the internal network? That's not an input, and ufw is set to the default config (except as above) of blocking input ports and not blocking output to ports.</p> <p>Also, how can I get it to stop logging all the crap that isn't important that it receives? I do want it to log stuff destined to my IP, but not broadcast traffic from Windows machines on the outside (routable) network. The logging of this stuff is really making the logs huge.</p>
1304
1304
2010-08-17T03:22:20.553
2010-10-29T19:57:11.267
Trouble with UFW blocking stuff from NAT machine to inside of NAT
[ "10.04", "networking", "firewall" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I don't know anything about ufw. But nmap always returns <em>filtered</em> if you test a machine that doesn't exist without <em>discovering</em> it first.</p>\n\n<p>If the machine doesn't answer, nmap can't really know if it is because it doesn't exists or just because it's ignoring the packages. As you are disabling ping (-PN) Nmap doesn't try to discover hosts so it's assumes that it exists and is filtering the packets.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T06:52:39.350", "id": "2457", "lastActivityDate": "2010-08-17T09:22:33.800", "lastEditDate": "2010-08-17T09:22:33.800", "lastEditorDisplayName": null, "lastEditorUserId": "211", "ownerDisplayName": null, "ownerUserId": "211", "parentId": "2447", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>I don't know anything about ufw. But nmap always returns <em>filtered</em> if you test a machine that doesn't exist without <em>discovering</em> it first.</p>\n\n<p>If the machine doesn't answer, nmap can't really know if it is because it doesn't exists or just because it's i...
null
null
null
null
null
2448
1
null
2010-08-17T03:46:49.120
37
24200
<p>Can anyone suggest a nice eBook reader in Ubuntu? </p> <p>Preferably something lightweight.</p>
548
176889
2014-01-24T08:56:28.037
2022-01-21T07:53:08.300
What eBook readers are available?
[ "software-recommendation", "ebooks" ]
7
3
CC BY-SA 3.0
[ { "creationDate": "2013-04-08T11:27:38.433", "id": "350534", "postId": "2448", "score": "0", "text": "Did you ever find anything? FBReader and Calibre are far too complex and over-featured for my needs.", "userDisplayName": null, "userId": "19501" }, { "creationDate": "2014-03-29...
null
[ { "accepted": null, "body": "<p>There is an amazing piece of software called <a href=\"http://www.omgubuntu.co.uk/2010/06/is-calibre-of-ebook-reader-software.html\" rel=\"noreferrer\">Calibre</a>. I linked an article talking about its features it nice and useful! To install it click the icon: <a href=\"http...
null
null
2017-08-30T04:28:27.147
null
null
2449
1
null
2010-08-17T03:51:27.197
1
1935
<p>It appears that enabling UFW is causing my network connection to drop periodically on a WPA-Enterprise network, according to the network-manager GUI app (and the lack of a server response to web browsing for a minute or so while it is out). Is this because UFW is preventing something needed for WPA or DHCP when configured with the defaults?</p>
1304
7035
2011-06-07T05:12:27.183
2011-06-07T05:12:27.183
Ufw causing trouble with DHCP or WPA?
[ "10.04", "networking", "wireless", "network-manager", "firewall" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2010-08-17T06:09:28.017", "id": "2414", "postId": "2449", "score": "0", "text": "I guess everything works fine when you disable UFW?", "userDisplayName": null, "userId": "104" }, { "creationDate": "2010-08-17T09:08:53.830", "id": "2419", "postId": "2449...
null
[ { "accepted": null, "body": "<p>I'm running 10.04 on a Dell X300 (old) laptop with ufw enabled (through GUFW gui tool : sudo apt-get install gufw, then configure from system/administration/firewall configuration).</p>\n\n<p>We use a non-hidden SSID configured with WPA2 and PEAP authentication. No issues.</...
null
null
2013-03-14T17:01:55.387
null
null
2454
1
2463
2010-08-17T05:58:24.933
9
5735
<p>I've used Pidgin, but it hasn't worked 100%, so maybe you know about something better...</p>
1356
169736
2014-05-13T14:44:35.197
2014-05-13T14:44:35.197
What IM do you use to login into Microsoft Office Communicator?
[ "microsoft-office" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I used to use <code>pidgin-sipe</code> in Pidgin. The same plugin apparently works through empathy too.</p>\n\n<p>I say \"used to\" because I'm not longer in an environment where I need it, not because I found anything better. As far as I know, it's the only plugin to tackle the problem.</p>\n\n<p>In short, I think you're left trying get your problems fixed (report a bug), rather than jumping boat to another project... Which is probably healthier for both of you.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-17T13:48:02.517", "id": "2446", "postId": "2463", "score": "0", "text": "I use Pidgin and `pidgin-sipe` currently for Communicator 2010", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-18T05:14:50.223", "id": "2507", "postId": "2463", "score": "0", "text": "I am using the same. Not perfect, especially for managing my online status, but i don't know of anything better.", "userDisplayName": null, "userId": "23" }, { "creationDate": "2010-08-18T05:31:28.107", "id": "2510", "postId": "2463", "score": "0", "text": "looks like pidgin-sipe is really the best option", "userDisplayName": null, "userId": "1356" }, { "creationDate": "2010-08-18T08:13:20.597", "id": "2517", "postId": "2463", "score": "0", "text": "The only option from what I can see (short of running the native client through WINE or a VM)", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T07:49:06.330", "id": "2463", "lastActivityDate": "2010-08-17T07:49:06.330", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2454", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>I used to use <code>pidgin-sipe</code> in Pidgin. The same plugin apparently works through empathy too.</p>\n\n<p>I say \"used to\" because I'm not longer in an environment where I need it, not because I found anything better. As far as I know, it's the only plugin to tackle ...
null
null
2014-05-15T16:58:00.933
null
null
2455
1
null
2010-08-17T06:07:17.600
6
1788
<p>In the power management, I selected the option called "suspend when I close the lid". If I close the lid, the computer is not suspending. It keep itself on. How can I solve this problem?</p>
null
527764
2017-07-28T12:09:45.723
2017-07-28T12:09:59.823
How to make "suspend" option work?
[ "suspend" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2010-08-17T06:40:47.627", "id": "2415", "postId": "2455", "score": "1", "text": "Suspend problems are usually hardware related. Please give us some data on your computer.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-08-17T09:28:48.453",...
null
[ { "accepted": null, "body": "<p>Does the computer suspend when you choose the suspend option instead of closing the lid?</p>\n\n<p>Check the suspend logs at <code>/var/log/pm-suspend.log</code></p>\n\n<p>that might tell you why it's not suspending. </p>\n", "commentCount": "0", "comments": [], "...
null
null
null
null
Karthick Bala
2456
1
2466
2010-08-17T06:46:10.877
4
3253
<p>I'm using Ubuntu 9.04 as a guest in VMWare. When I am using quotations marks in terminal, the first pressing of the key produces nothing, while the second one produces a double quotation mark looking like the ones from the keyboard, but different from the ones I already have in some text documents. What should I do?</p>
1357
41
2010-10-15T16:32:37.500
2013-09-16T10:28:48.417
Quotation marks in Ubuntu Terminal
[ "command-line", "9.04", "special-characters" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This probably has to do with \"Dead keys\".<br>\nGo to Menu>System>Preferences>Keyboard click the tab labeled \"layout\" and try to add a different keybord layout (I have no clue if this helps for a Romanian keybord layout).</p>\n\n<p>Alternatively, try to press space afterwards (instead of pressing the key twice).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-17T13:01:47.273", "id": "2431", "postId": "2466", "score": "3", "text": "It's a \"deadkey\" keyboard layout that does this.", "userDisplayName": null, "userId": "1158" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-17T09:02:37.900", "id": "2466", "lastActivityDate": "2011-10-25T19:14:40.300", "lastEditDate": "2011-10-25T19:14:40.300", "lastEditorDisplayName": null, "lastEditorUserId": "1415", "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2456", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>This probably has to do with \"Dead keys\".<br>\nGo to Menu>System>Preferences>Keyboard click the tab labeled \"layout\" and try to add a different keybord layout (I have no clue if this helps for a Romanian keybord layout).</p>\n\n<p>Alternatively, try to press space afterwa...
null
null
null
null
null
2458
1
null
2010-08-17T06:58:55.657
1
865
<p>I wanted to install Ubuntu on my Archos 9, which currently has Windows 7 starter. Is it possible to get onscreen keyboard with d default key on archos??</p> <p>How much space does Ubuntu take up after installation?</p>
null
527764
2022-03-16T09:42:38.900
2022-03-16T09:42:42.707
How much space will the Ubuntu 10.04 netbook take after installation......is it compatible with the Archos 9?
[ "system-installation", "tablet", "ubuntu-netbook" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Had a quick look around this seems to be quite a comprehensive guide on how to do it</p>\n\n<p><a href=\"http://www.ossramblings.com/installing-ubuntu-archos-9-tablet\" rel=\"nofollow\">http://www.ossramblings.com/installing-ubuntu-archos-9-tablet</a></p>\n\n<p>In that guide ...
null
null
null
null
Anshul Bhalotia
2461
1
2468
2010-08-17T07:32:40.550
8
1019
<p>Will this chicken-VS-egg problem of not having new top games for linux ever get solved?</p>
1359
25863
2012-03-16T14:49:34.020
2012-05-17T16:48:12.167
Why won't Blizzard make Starcraft 2 compatible with Ubuntu?
[ "games" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-17T08:43:48.507", "id": "2418", "postId": "2461", "score": "8", "text": "Use a forum for bashing Blizzard, or write their support. It's not what this site is about!", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-17T11:52:50.547...
{ "accepted": true, "body": "<blockquote>\n <p>Will this chicken-VS-egg problem of\n not having new top games for linux\n ever get solved?</p>\n</blockquote>\n\n<p>Probably. As Linux distributions continue to get better for more and more scenarios and increase their desktop share, companies will notice Linux and push out clients.</p>\n\n<p>You have to understand, porting a game is not a cheap or simple process:</p>\n\n<ul>\n<li>Any libraries that are single-platform have to be swapped out (DirectX)</li>\n<li>Any non-portable code has to be swapped out</li>\n<li>(The biggest): Testing.</li>\n</ul>\n\n<p>It basically means keeping devs working for a lot longer, hiring more testers to test on umpteen different distributions with umpteen different configurations on umpteen different hardware variants and then distributing and maintaining it.</p>\n\n<p>It'll happen when these companies know they'll get a return on their investment and that's probably going to need one big company to take a risk on us and prove (or disprove) that we're a viable market for games. </p>\n\n<p>At the moment, Valve looks like our best bet but even if they released Steam with all their Source Engine games today, it would be years before the likes of EA took serious notice.</p>\n\n<p>In the meanwhile, Wine is getting pretty good at getting current AAA games working within a few months.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T09:18:04.700", "id": "2468", "lastActivityDate": "2010-08-17T09:18:04.700", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2461", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>Two words: Market share.</p>\n\n<p>Ubuntu's market share is at about 1%. Microsoft Windows is at about 92%. While Mac OS X is at about 5%.</p>\n\n<p>It just wouldn't be worth their time to develop and support software (Starcraft 2) to run on Ubuntu or any other flavor of Li...
null
null
2010-08-17T13:30:38.690
null
null
2465
1
null
2010-08-17T08:36:36.217
6
3962
<p>I installed ubuntu 10.04 using wubi. I now wish to allocate more disk space to my ubuntu install. Is this possible?</p>
1363
78407
2012-07-25T00:51:53.130
2012-12-19T05:48:04.167
Is it possible to extend the disk space available to a wubi install?
[ "wubi", "disk" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p><a href=\"https://wiki.ubuntu.com/WubiGuide#How%20do%20I%20resize%20the%20virtual%20disks?\" rel=\"nofollow noreferrer\">From the WubiGuide</a>:</p>\n<blockquote>\n<h1>How do I resize the virtual disks?</h1>\n<p>You can use LVPM, at\n<a href=\"http://lubi.sourceforge.net/lvpm...
null
null
2013-02-17T03:04:54.863
null
null
2470
1
null
2010-08-17T09:32:25.427
7
864
<p>The clock applet drifts in time. Clock is set to "synchronize with internet ..." so it is correct at startup, but then if I stay inactive for some time, may be 5 min as well as 1 hour, the clock stops ticking. If I start to be active again, then the clock applet moves again, but the time is now late.</p> <p>And it is not only the applet that is wrong, but the whole system date, because when I run <code>date</code> in a terminal, the time is also wrong.</p> <p><strong>Clarification :</strong> Sorry, may be my question was not clear. Here is my <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/619677">bug report</a> to ubuntu :</p> <p><strong>Expected Behaviour :</strong><br> Clock-applet displays the correct time,</p> <p><strong>Observed Behaviour :</strong><br> Displayed time is drifting</p> <p><strong>How to reproduce :</strong><br> If I get away from my computer for some times, the time displayed by the clock applet drifts. But the date command also show the wrong time. Moreover, sleep interval also get wrong. To debug this, I tested the following script :</p> <pre><code>#!/bin/bash while [[ true ]] do date &gt;&gt; clocktest.log hwclock &gt;&gt; clocktest.log sleep 300 done </code></pre> <p>Must be run as root because of hwclock. Il launched it : </p> <pre><code>./clocktest.sh &amp; </code></pre> <p>and got away from my computer</p> <p>Here is the output log :</p> <pre><code>1 mardi 17 août 2010, 12:42:12 (UTC+0200) 2 mar. 17 août 2010 12:42:13 CEST -0.346882 secondes 3 mardi 17 août 2010, 12:47:13 (UTC+0200) 4 mar. 17 août 2010 12:57:13 CEST -0.080965 secondes 5 mardi 17 août 2010, 12:52:13 (UTC+0200) 6 mar. 17 août 2010 13:02:14 CEST -1.002776 secondes 7 mardi 17 août 2010, 12:57:18 (UTC+0200) 8 mar. 17 août 2010 13:07:18 CEST -0.063633 secondes 9 mardi 17 août 2010, 13:02:18 (UTC+0200) 10 mar. 17 août 2010 13:12:19 CEST -0.361501 secondes 11 mardi 17 août 2010, 13:07:19 (UTC+0200) 12 mar. 17 août 2010 13:17:20 CEST -0.987434 secondes </code></pre> <p>Line 1 and 2 show the first time through the loop.<br> Line 3 and 4 show the bug : while date (and sleep) thinks 5 minutes have elapsed, hwclock shows that 15 minutes have elapsed.</p> <p>Line 5 to 12 shows normal behaviour, except now date is late by 10 minutes. Behaviour is normal because I was back at my desk using the computer.</p> <p>Having clock applet displaying the wrong time is one thing, but having the whole system time wrong (since sleep gets confused too) is a major bug.</p> <p>Hardware : It is a fujitsu siemens amilo xi 2550 notebook. It was working fine with ubuntu 8.04</p>
1364
1364
2010-08-18T12:47:08.507
2010-11-16T05:44:41.990
Clock stops ticking when inactive, causing drift
[ "clock", "time", "ntp" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2010-08-17T11:32:09.413", "id": "2424", "postId": "2470", "score": "2", "text": "Does your computer go to sleep (suspend or hibernate)? does this also occur when you actively use the computer? does it occur when you disable the screensaver?", "userDisplayName": null, "...
null
[ { "accepted": null, "body": "<p>Your CMOS battery seems to be dying. Open the computer, and there's a little thing that looks like a large watch-battery on the motherboard. Replace that.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-17T13:34:20.537", "...
null
null
null
null
null
2471
1
2475
2010-08-17T10:25:33.437
80
98388
<p>I have recently added several new users, that I need for qmail. Now they appear in the box in the login screen and clutter it, and I have to scroll to find my user. How can I hide those users from the login box?</p>
238
14356
2012-07-14T13:38:50.430
2022-03-08T04:13:12.247
How to hide users from the GDM login screen?
[ "gdm" ]
8
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-17T14:02:13.513", "id": "928723", "postId": "2471", "score": "0", "text": "I don't know whether appending `Exclude=foobar` in `/etc/gdm/gdm.conf` works, have you tried it?", "userDisplayName": null, "userId": "203" }, { "creationDate": "2016-02-16T11:42...
{ "accepted": true, "body": "<p>Edit the file /etc/gdm/gdm.schema find the section that currently looks like this:</p>\n\n<pre><code> &lt;schema&gt;\n &lt;key&gt;greeter/Exclude&lt;/key&gt;\n &lt;signature&gt;s&lt;/signature&gt;\n &lt;default&gt;bin,root,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,nobody4,noaccess,postgres,pvm,rpm,nfsnobody,pcap&lt;/default&gt;\n &lt;/schema&gt;\n</code></pre>\n\n<p>And to exclude a user called qmail for example add qmail to the default list so the section looks like this.</p>\n\n<pre><code> &lt;schema&gt;\n &lt;key&gt;greeter/Exclude&lt;/key&gt;\n &lt;signature&gt;s&lt;/signature&gt;\n &lt;default&gt;qmail, bin,root,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,nobody4,noaccess,postgres,pvm,rpm,nfsnobody,pcap&lt;/default&gt;\n &lt;/schema&gt;\n</code></pre>\n\n<p>That will stop user qmail appearing in the gdm greeter.\nThere used to be a nice GUI tool to do this but is has not been in Ubuntu for the last few releases.</p>\n\n<p>The other alternative is to set the UID of the user to under 1000. Those are considered to be system accounts which are excluded in the GDM greeter too.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-08-17T11:49:21.787", "id": "2426", "postId": "2475", "score": "0", "text": "afaik, the GUI tool doesn't work any more, due to the fact that GDM switched from plane textfiles for its config to Gconf schemas.", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-17T12:12:46.170", "id": "2428", "postId": "2475", "score": "0", "text": "Thanks for the information Source Lab. I have noticed over the last few releases several GUI tools have been lost for similar reasons.", "userDisplayName": null, "userId": "458" }, { "creationDate": "2010-08-17T13:34:07.557", "id": "2440", "postId": "2475", "score": "29", "text": "Actually, I don't think you should modify `/etc/gdm/gdm.schema`. Instead, add the two lines `[greeter]` `Exclude=nobody,qmail-foo,qmail-bar` to `/etc/gdm/custom.conf`. (Apart from `nobody`, the names in the default list won't show up anyway because their uid is <1000.)", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2010-08-17T13:44:54.037", "id": "2445", "postId": "2475", "score": "3", "text": "Usually you should use uids under 1000 for this.", "userDisplayName": null, "userId": "4" }, { "creationDate": "2014-03-02T09:42:56.600", "id": "555553", "postId": "2475", "score": "0", "text": "@RichardHolloway Can't find such file in `Ubuntu 12.04.04`, could you advice?", "userDisplayName": null, "userId": "95857" }, { "creationDate": "2015-11-15T11:14:12.517", "id": "1022424", "postId": "2475", "score": "0", "text": "I find it weird that GDM does not exclude users with shell `/bin/false` or `/usr/sbin/nologin` automatically.", "userDisplayName": null, "userId": "68765" }, { "creationDate": "2018-03-13T08:34:47.210", "id": "1645347", "postId": "2475", "score": "0", "text": "This worked for me in Redhat 7", "userDisplayName": null, "userId": "805319" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T11:30:57.777", "id": "2475", "lastActivityDate": "2010-08-17T11:30:57.777", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "458", "parentId": "2471", "postTypeId": "2", "score": "31" }
[ { "accepted": null, "body": "<p>Hacky but you can modify the user's id so they don't show in the list:</p>\n\n<pre><code>sudo usermod -u 999 &lt;username&gt;\n</code></pre>\n\n<p>This works because users with id under 1000 are considered to be \"system\" users (i.e. not humans).</p>\n\n<p>The only other way...
null
null
null
null
null
2473
1
2481
2010-08-17T11:12:42.050
5
556
<p>As I'd seen it recommended in <a href="https://askubuntu.com/questions/974/how-can-i-install-software-offline">How can I install software or packages without Internet (offline)?</a> tried to install <a href="http://keryxproject.org/" rel="nofollow noreferrer">Keryx</a> but I am not able to open it. When I run it in a terminal it prints these warnings:</p> <pre><code>(keryx:4127): Gtk-WARNING **: GModule (/usr/lib/gtk-2.0/2.10.0/i486-pc-linux-gnu/engines/libmurrine.so) initialization check failed: Gtk+ version too old (micro mismatch) Fontconfig warning: "/etc/fonts/conf.d/11-lcd-filter-lcddefault.conf", line 9: invalid constant used : lcddefault Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 17: invalid constant used : lcdlegacy Traceback (most recent call last): File "&lt;string&gt;", line 132, in &lt;module&gt; File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/lib.wxkeryx", line 49, in Start File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/wx._core", line 7912, in __init__ File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/wx._core", line 7487, in _BootstrapApp File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/lib.wxkeryx", line 27, in OnInit File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/lib.log", line 46, in info UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-8: ordinal not in range(128) </code></pre> <p>How can I solve this problem?</p>
161
527764
2017-09-08T20:47:48.993
2017-09-08T20:50:37.233
How can I troubleshoot keryx 'UnicodeEncodeError' error?
[ "gtk", "unicode", "keryx" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-17T14:03:09.080", "id": "2449", "postId": "2473", "score": "1", "text": "So the GTK version out of date I'm not sure is as much of a problem as Keryx is having trouble translating something to display. Are you using a translation? What was happening when it crashed?", ...
{ "accepted": true, "body": "<p>Not knowing Keryx, from looking at the source it seems that the error occurs <a href=\"http://bazaar.launchpad.net/~keryx-admins/keryx/stable/annotate/head:/lib/wxkeryx/__init__.py#L27\">here</a>, in an innocuous print statement.</p>\n\n<p>AFAIK the <code>_()</code> function is used in localization to retrieve the translation of a given string based on you current locale. So the problem is most likely related to your non-English language environment. Try running</p>\n\n<pre><code>LANG=C ./keryx\n</code></pre>\n\n<p>from the terminal window. This runs the program in English. If this is indeed the problem, send a bug report to the developer.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-17T14:04:58.263", "id": "2450", "postId": "2481", "score": "0", "text": "The Keryx binary is meant to be run from the current directory. I modified your command to read `LANG=C ./keryx`.", "userDisplayName": null, "userId": "130" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T13:47:00.070", "id": "2481", "lastActivityDate": "2010-08-17T14:03:42.807", "lastEditDate": "2010-08-17T14:03:42.807", "lastEditorDisplayName": null, "lastEditorUserId": "130", "ownerDisplayName": null, "ownerUserId": "627", "parentId": "2473", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<p>The GTK library that you have is too old for the keryx software that you to installed. Check on the keryx website what the requirements for libraries are and see if you can find a <code>.deb</code> in either the Ubuntu archives or a PPA that meets this requirement.</p>\n", ...
null
null
null
null
null
2484
1
2485
2010-08-17T14:12:01.307
51
46407
<p>What's the point of the <code>examples.desktop</code> file?</p>
333
25863
2012-11-21T21:48:29.980
2017-03-08T01:44:44.613
What does examples.desktop do?
[ "files", "system" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It is a location launcher. A desktop shortcut to a location.</p>\n\n<p>The contents looks something like this:</p>\n\n<pre><code>[Desktop Entry]\nVersion=1.0\nType=Link\nName=Examples\nName[es]=Ejemplos\nName[fi]=Esimerkkejä\nName[fr]=Exemples\nComment=Example content for Ubuntu\nComment[es]=Contenido del ejemplo para Ubuntu\nComment[fi]=Esimerkkisisältöjä Ubuntulle\nComment[fr]=Contenu d'exemple pour Ubuntu\nURL=file:///usr/share/example-content/\nX-Ubuntu-Gettext-Domain=example-content\n</code></pre>\n\n<p>It just opens nautilus at /usr/share/example-content/</p>\n\n<p>The example content directory is a show case of open source and free culture.</p>\n\n<p>You can read more about <a href=\"https://launchpad.net/ubuntu/+source/example-content\" rel=\"noreferrer\">example content here</a>.\nYou can <a href=\"https://help.gnome.org/admin//system-admin-guide/2.32/menustructure-desktopentry.html.en\" rel=\"noreferrer\">learn more about .desktop files here</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2015-02-28T22:33:51.427", "id": "821993", "postId": "2485", "score": "21", "text": "It's fine to delete it.", "userDisplayName": null, "userId": "173693" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-17T14:17:12.760", "id": "2485", "lastActivityDate": "2015-10-04T07:42:50.897", "lastEditDate": "2015-10-04T07:42:50.897", "lastEditorDisplayName": null, "lastEditorUserId": "312548", "ownerDisplayName": null, "ownerUserId": "458", "parentId": "2484", "postTypeId": "2", "score": "41" }
[ { "accepted": true, "body": "<p>It is a location launcher. A desktop shortcut to a location.</p>\n\n<p>The contents looks something like this:</p>\n\n<pre><code>[Desktop Entry]\nVersion=1.0\nType=Link\nName=Examples\nName[es]=Ejemplos\nName[fi]=Esimerkkejä\nName[fr]=Exemples\nComment=Example content for Ubu...
null
null
null
null
null
2493
1
2496
2010-08-17T15:52:40.800
46
70828
<p>Is there an equivalent to the yum "whatprovides" option in apt-get? </p> <p>For example on CentOS</p> <pre><code>yum whatprovides /usr/share/gdm/themes/TreeFlower/background.png </code></pre> <p>Tells me </p> <pre><code>redhat-logos-4.9.99-11.el5.centos.noarch : CentOS-related icons and pictures. Repo : base Matched from: Filename : /usr/share/gdm/themes/TreeFlower/background.png </code></pre> <p>Can I get similar functionality on the command line in Ubuntu?</p>
458
1951
2015-12-01T22:52:46.597
2017-01-11T00:46:21.777
apt-get or aptitude equivalent to yum whatprovides
[ "apt", "aptitude" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2014-02-16T14:01:17.887", "id": "544785", "postId": "2493", "score": "0", "text": "In nower days it is `yum provides` in Fedora. There is a very nice summary for the differences of package management tools from Fedora/Red Hat to Ubuntu/Debian: https://help.ubuntu.com/community...
{ "accepted": true, "body": "<p>This depends on whether the package containing the file is already installed. If so, use <code>dpkg -S filename</code>.</p>\n\n<p>If your intention is to find out which package to install to get a certain file, one option is to use the online <a href=\"http://packages.ubuntu.com/\">packages.ubuntu.com</a>: scroll down to \"Search the contents of packages\". Make sure that the right distribution is selected. If you're looking for a files irrespective of the path, check the appropriate option.</p>\n\n<p>There is also <a href=\"https://wiki.ubuntu.com/AptFile\"><code>apt-file</code></a>. Because this method required updating the files database, however, I prefer the other, instant option.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2015-12-01T23:08:34.993", "id": "1034977", "postId": "2496", "score": "2", "text": "http://packages.ubuntu.com really is a gem that doesn't seem to get mentioned often enough. It's inherited of course from http://packages.debian.org", "userDisplayName": null, "userId": "54256" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T15:58:42.547", "id": "2496", "lastActivityDate": "2010-08-17T15:58:42.547", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "627", "parentId": "2493", "postTypeId": "2", "score": "44" }
[ { "accepted": true, "body": "<p>This depends on whether the package containing the file is already installed. If so, use <code>dpkg -S filename</code>.</p>\n\n<p>If your intention is to find out which package to install to get a certain file, one option is to use the online <a href=\"http://packages.ubuntu....
null
null
2017-01-11T15:20:40.533
null
null
2495
1
2498
2010-08-17T15:58:39.223
18
13249
<p>I am using dolphin as my file manager and when I download something via firefox, I right click the download dialog and choose "open folder", I always get nautilus. </p> <p>Why doesn't firefox open the folder with dolphin? Thanks</p> <p>Note: I tried adding the tag "dolphin" but because of my low rep I can't create new tags :(</p>
1326
667
2010-08-17T18:24:36.323
2023-04-01T17:43:08.863
How can I get Firefox to use Dolphin instead of Nautilus?
[ "nautilus", "firefox", "dolphin" ]
8
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>To get Dolphin in the file-picker dialog, install the package \"kmozillahelper\" from the standard repositories. </p>\n\n<pre><code>sudo apt-get install kmozillahelper\n</code></pre>\n\n<p>Set the filepicker-variable in in Firefox by visiting the URL about:config.</p>\n\n<p><a href=\"http://kubuntuforums.net/forums/index.php?topic=3113144.new\" rel=\"nofollow noreferrer\">More information here</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2015-04-27T16:47:32.113", "id": "866295", "postId": "2498", "score": "3", "text": "The More Information link is dead.", "userDisplayName": null, "userId": "245207" }, { "creationDate": "2020-06-15T06:43:46.153", "id": "2110236", "postId": "2498", "score": "1", "text": "As is the package itself: `E: Unable to locate package kmozillahelper`.", "userDisplayName": null, "userId": "656264" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T16:14:54.857", "id": "2498", "lastActivityDate": "2010-08-17T16:20:36.677", "lastEditDate": "2010-08-17T16:20:36.677", "lastEditorDisplayName": null, "lastEditorUserId": "458", "ownerDisplayName": null, "ownerUserId": "458", "parentId": "2495", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>To get Dolphin in the file-picker dialog, install the package \"kmozillahelper\" from the standard repositories. </p>\n\n<pre><code>sudo apt-get install kmozillahelper\n</code></pre>\n\n<p>Set the filepicker-variable in in Firefox by visiting the URL about:config.</p>\n\n<p><...
null
null
null
null
null
2501
1
2555
2010-08-17T17:07:49.787
4
1663
<p>I'm going to connecting two LAN's in some way, I imagine some form of VPN tunnel between the gateway/router on each side. Both routers have Ubuntu-server 10.04 installed, but the only vpn-like experience I have is setting on-demand TCP-port forwarding with ssh, but I want this to work for windows clients as well.</p> <p>The two networks are only connected through an Internet connection, and I don't want my private traffic exposed (traffic like samba).</p> <p>So how can I do this?</p>
455
4
2010-08-17T17:43:46.373
2010-08-18T06:50:13.103
How to seamlessly connect two LAN's?
[ "networking", "server", "vpn", "tunnel" ]
2
7
CC BY-SA 2.5
[ { "creationDate": "2010-08-17T17:13:37.267", "id": "2470", "postId": "2501", "score": "0", "text": "This question does not seem to make sense. You say both ends are routers, so assuming you set the routes correctly, and the routers are gateways, what is the question?", "userDisplayName": nul...
{ "accepted": true, "body": "<p>While we have VPNs at work we usually use cisco tech to build them (although we use linux machines to do some advanced routing before it hits the <em>real</em> routers). So I have no experience using OpenVPN, but a quick google search gives some quite straight forward tutorials. I liked <a href=\"http://www.debian-administration.org/articles/35\" rel=\"nofollow\">this</a> one.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T06:50:13.103", "id": "2555", "lastActivityDate": "2010-08-18T06:50:13.103", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "211", "parentId": "2501", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>A VPN is a virtual private network. By definition that makes you traffic protected. It works by encrypting the packets when they are sent over the public network between the gateways. </p>\n\n<p>Therefore, you don't need to be concerned about your traffic. It is protected whe...
null
null
null
null
null
2502
1
2515
2010-08-17T17:14:49.213
24
4162
<p>Apart from those themes in the repository and Gnome-look.org, are there other places to get themes for my Ubuntu Desktop?</p> <p>Also, are there any 3rd party repositories of themes and other eye-candy?</p>
458
2079
2012-02-09T23:45:28.337
2016-06-22T22:57:40.793
Where can I get themes and eye-candy for my desktop?
[ "gnome", "icons", "themes", "appearance", "gtk" ]
8
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://www.webupd8.org/\" rel=\"nofollow noreferrer\">Web Upd8</a> is where I got a lot of nice themes and tips for customization. Plus they maintain a PPA with modding/utility apps.They also have a PPA <code>ppa:webupd8team/themes</code> (<a href=\"https://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them\">How to add PPAs</a>) specifically for themes.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-17T23:33:10.260", "id": "2495", "postId": "2515", "score": "1", "text": "+1 That's what I'm talking about. A PPA of themes.", "userDisplayName": null, "userId": "458" }, { "creationDate": "2010-08-17T23:59:01.523", "id": "2497", "postId": "2515", "score": "1", "text": "Check this out for some more themes: https://launchpad.net/~bisigi/+archive/ppa", "userDisplayName": null, "userId": "289" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T19:56:55.623", "id": "2515", "lastActivityDate": "2011-03-18T13:00:37.073", "lastEditDate": "2017-04-13T12:23:53.673", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2502", "postTypeId": "2", "score": "17" }
[ { "accepted": null, "body": "<p>Here you'll find some Ubuntu related art:\n<a href=\"http://browse.deviantart.com/?q=gallery%3Aubuntu-artists%2F24290476\" rel=\"nofollow\">http://browse.deviantart.com/?q=gallery%3Aubuntu-artists%2F24290476</a></p>\n\n<p>And here, Ubuntu awareness material (and release count...
null
null
null
null
null
2507
1
2512
2010-08-17T18:45:59.197
6
1542
<p>I've seen <a href="https://askubuntu.com/questions/852/why-are-flash-applications-so-sluggish-in-ubuntu">complaints</a> about flash performance. Would it be possible to use WINE as a plugin to firefox in order to get better performance out of flash? (Hopefully WINE would utilize some sort of hardware optimizations) Would using WINE even give better performance?</p>
1380
-1
2017-04-12T07:23:19.023
2013-12-18T11:11:37.470
Is there a WINE version of Flash as a plugin to Firefox or Chrome?
[ "performance", "firefox", "wine", "flash" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No. </p>\n\n<p>At best you could get this to work by running the whole browser in wine but that would be sure to decrease performance not increase performance.</p>\n\n<p>The best way to overcome poor flash performance is to download videos instead of streaming them using tools such as <a href=\"http://apt.ubuntu.com/p/abby/\" rel=\"nofollow\">abby</a> (also: <a href=\"http://apt.ubuntu.com/p/clive\" rel=\"nofollow\">clive</a>, <a href=\"http://apt.ubuntu.com/p/cclive\" rel=\"nofollow\">cclive</a>, <a href=\"http://apt.ubuntu.com/p/youtube-dl/\" rel=\"nofollow\">youtube-dl</a>). All of these are available from the Ubuntu Software Centre.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-23T18:22:22.897", "id": "9063", "postId": "2512", "score": "0", "text": "Well, my question unfortunately applies to non-video as well. :( (this isn't to knock what you wrote - in fact I found that very useful, it just won't completely cut it for me.)", "userDisplayName": null, "userId": "1380" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-17T19:29:01.400", "id": "2512", "lastActivityDate": "2010-10-12T17:46:57.270", "lastEditDate": "2010-10-12T17:46:57.270", "lastEditorDisplayName": null, "lastEditorUserId": "667", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "2507", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>No. </p>\n\n<p>At best you could get this to work by running the whole browser in wine but that would be sure to decrease performance not increase performance.</p>\n\n<p>The best way to overcome poor flash performance is to download videos instead of streaming them using tool...
null
null
null
null
null
2508
1
null
2010-08-17T19:00:18.687
5
1827
<p>I like to watch flv videos during downtimes using my ipad. Whats a good tool for converting video files and then tossing them onto the ipad. Primarily I've grabbed a few flv tutorials off you tube. I know ffmpeg can do the transform, but it's got one of those "needs a phd in video" to sort out...</p>
1383
333
2010-08-17T20:10:41.627
2012-08-16T18:48:36.710
convert flv for playback on ipad
[ "video", "idevices", "flv" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Try:</p>\n<ul>\n<li><a href=\"http://www.transcoder.org/\" rel=\"nofollow noreferrer\">Arista Transcoder</a> (Seems to be specially for devices like ipods/phones etc.)</li>\n<li><a href=\"http://winff.org/html_new/\" rel=\"nofollow noreferrer\">WinFF</a> (GUI for FFMPEG)</li>...
null
null
null
null
null
2517
1
null
2010-08-17T20:04:39.363
4
3163
<p>I want my Ubuntu box to boot directly into a tty login screen and after it does that I want it to automatically run <code>startx</code> how would I go about doing this?</p>
null
15811
2011-09-10T18:24:03.820
2011-09-10T18:25:23.117
How to log-in via TTY by instead of GDM?
[ "login-screen", "gdm", "tty" ]
3
5
CC BY-SA 3.0
[ { "creationDate": "2010-08-17T21:15:08.130", "id": "2487", "postId": "2517", "score": "0", "text": "I don't mean to be nosy, but why do this? If you want to end up in a graphic environment by default, why not use a display manager?", "userDisplayName": null, "userId": "862" }, { ...
null
[ { "accepted": null, "body": "<p>You can disable the automatic start of the X-server by disabling the <code>start on</code> lines in <code>gdm.conf</code> and/or <code>kdm.conf</code>. This way upstart will not automatically start the X-server.</p>\n\n<p>After logging in into the tty, you can just start the ...
null
null
2013-03-14T17:05:06.613
null
Whatnotery
2522
1
2745
2010-08-17T21:18:10.283
14
5118
<p>There are no video chat plugins supplied by Google for Ubuntu. They are availabe just for PC and Mac. Are there any alternatives?</p> <p>UPDATE: Google has launched official video chat plugin for Linux </p> <p><a href="http://www.google.com/chat/video" rel="noreferrer">http://www.google.com/chat/video</a></p> <p><a href="http://gmailblog.blogspot.com/2010/08/use-linux-now-you-can-video-chat-too.html" rel="noreferrer">http://gmailblog.blogspot.com/2010/08/use-linux-now-you-can-video-chat-too.html</a></p>
87
866
2010-10-23T20:29:18.100
2011-05-26T12:17:24.100
Google Talk Video Chat
[ "video", "alternative", "google-talk", "instant-messaging" ]
6
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-20T17:44:32.870", "id": "2731", "postId": "2522", "score": "3", "text": "You asked and they gave :) video/audio chat is now available for ubuntu and debian based distros. http://gmail.com/videochat", "userDisplayName": null, "userId": "1360" }, { "creat...
{ "accepted": true, "body": "<p>Google video can now be used in Linux. <a href=\"http://gmailblog.blogspot.com/2010/08/use-linux-now-you-can-video-chat-too.html\" rel=\"nofollow\">gmailblog</a><br>\nYou can download it <a href=\"http://www.google.com/chat/video\" rel=\"nofollow\">here</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-20T21:03:21.790", "id": "2747", "postId": "2745", "score": "0", "text": "I first tried installing using KPackageKit, but got an error. Worked okay with dpkg. Got video, but not my mic yet", "userDisplayName": null, "userId": "947" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T16:20:26.240", "id": "2745", "lastActivityDate": "2010-08-20T16:20:26.240", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "22", "parentId": "2522", "postTypeId": "2", "score": "13" }
[ { "accepted": null, "body": "<p>The default IM application in Ubuntu, <a href=\"http://live.gnome.org/Empathy\" rel=\"nofollow\">Empathy</a>, supports Google Talk voice and video out of the box.</p>\n\n<p>In order to use it, right click on the contact and select either \"Audio Call\" or \"Video Call\". \nUs...
null
null
null
null
null
2528
1
2529
2010-08-17T23:21:18.983
12
8755
<p>Playing around with Terminal, I noticed that there are many ways to create <strong>permanent</strong> aliases.</p> <p>I'm a Linux newbie, and from what I know, doing:</p> <ol> <li><code>sudo ln -s /path/to/executable /usr/local/bin/desired_alias</code></li> <li>adding <code>desired_alias = '/path/to/executable'</code> to <code>~/.bashrc</code></li> <li><p>uncommenting those lines in <code>~/.bashrc</code>:</p> <pre class="lang-bsh prettyprint-override"><code>if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi </code></pre> <p>and putting <code>desired_alias = '/path/to/executable'</code> into the <code>~/.bash_aliases</code> </p></li> </ol> <p>all have the same effect.</p> <p>What is the difference between the first and second methods?</p>
829
507051
2017-12-13T16:57:42.853
2017-12-13T16:57:42.853
Aliases: difference between .bash_rc, .bash_aliases and /usr/local/bin
[ "command-line", "bash", "bashrc", "alias" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>With the first method you are not creating an alias, you are creating a symlink. Symlinks are short for symbolic links:</p>\n\n<blockquote>\n <p>Symbolic links are files that act as\n pointers to other files. [...] A \n symbolic link is a special type of\n file whose contents are a string that\n is the pathname another file, the file\n to which the link refers. In other\n words, a symbolic link is a pointer to\n another name, and not to an underlying\n object.</p>\n</blockquote>\n\n<p>Read more about symlinks <a href=\"http://www.kernel.org/doc/man-pages/online/pages/man7/symlink.7.html\" rel=\"noreferrer\">here</a> and <a href=\"http://en.wikipedia.org/wiki/Symbolic_link\" rel=\"noreferrer\">here</a>.</p>\n\n<p>Only with the second method you are, in fact, creating an alias.</p>\n\n<blockquote>\n <p>Aliases allow a string to be\n substituted for a word when it is used\n as the first word of a simple command.\n The shell maintains a list of aliases\n that may be set and unset with the\n alias and unalias builtin commands\n (see SHELL BUILTIN COMMANDS below).\n The first word of each simple\n command, if unquoted, is checked to\n see if it has an alias. If so, that\n word is replaced by the text of the\n alias.</p>\n</blockquote>\n\n<p>You can define an alias anywhere where you can type a command and have the shell (<em>bash</em> in this case) interpret it, however in order for the alias to be available in other shells it needs to be defined in a file that's interpreted by the shell on startup (shell startup, not computer startup). </p>\n\n<p>For bash these are <code>/etc/bash.bashrc</code> (system wide) and <code>~/.bashrc</code>. These files are interpreted when the shell starts in interactive mode (like when using <code>Terminal</code>). I'm not going to mention the profile files because they serve a different purpose.</p>\n\n<p>So, you want to add your aliases to <code>~/.bashrc</code> to have them available in every interactive shell.</p>\n\n<p>The <code>.bash_aliases</code> method accomplishes <em>exactly</em> the same thing as putting the aliases in <code>~/.bashrc</code> but has the added benefit of being easier to be parsed and manipulated by programs.</p>\n\n<p>The <code>. ~/.bash_aliases</code> means source (load) <code>_~/.bash_aliases_</code> in the context of the currently running shell.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-08-17T23:57:15.100", "id": "2496", "postId": "2529", "score": "0", "text": "@lilo you beat me to the tutorial! +1", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-18T00:00:53.390", "id": "2498", "postId": "2529", "score": "0", "text": "@gc I'm hitting the sack so go wild :)", "userDisplayName": null, "userId": "289" }, { "creationDate": "2010-08-18T00:05:14.130", "id": "2499", "postId": "2529", "score": "0", "text": "@lilo hahahha :)", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-18T09:37:13.747", "id": "2521", "postId": "2529", "score": "0", "text": "thanks, but why the symbolic link in /usr/local/bin is working as well?", "userDisplayName": null, "userId": "829" }, { "creationDate": "2010-08-18T10:50:57.517", "id": "2526", "postId": "2529", "score": "1", "text": "You may think it's working the same, but it's not. Please read the materials on symlinks that I referred in my answer. Symlink and aliases serve different purposes and were created with different purposes in mind. To give you an example why symlinks are not working like aliases try this -- define an alias like: alias px=\"ps axu\". Now try to accomplish the same with symlinks.", "userDisplayName": null, "userId": "289" }, { "creationDate": "2010-08-18T17:23:05.210", "id": "2565", "postId": "2529", "score": "1", "text": "@Li Lo: i have understood the difference between synlink and /usr/local/bin, but my question (that's maybe a little bit off-topic with the general question) is: what is exaclty /usr/local/bin used for?", "userDisplayName": null, "userId": "829" }, { "creationDate": "2010-08-18T19:25:17.153", "id": "2582", "postId": "2529", "score": "0", "text": "@daniel: /usr/local/bin: Binaries for programs local to the site (from \"man hier\"). For example if you would compile and install a program from sources it would go to /usr/local/bin.", "userDisplayName": null, "userId": "289" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-17T23:30:24.197", "id": "2529", "lastActivityDate": "2011-09-11T07:23:33.830", "lastEditDate": "2011-09-11T07:23:33.830", "lastEditorDisplayName": null, "lastEditorUserId": "15811", "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2528", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p>With the first method you are not creating an alias, you are creating a symlink. Symlinks are short for symbolic links:</p>\n\n<blockquote>\n <p>Symbolic links are files that act as\n pointers to other files. [...] A \n symbolic link is a special type of\n file whose co...
null
null
null
null
null
2536
1
null
2010-08-18T01:45:36.053
6
8030
<p>My Toshiba Satellite m505-s4940's fans do not turn on automatically, so it was overheating before I learned how to do it manually by using this keyboard-shortcut:<kbd>fn</kbd>+<kbd>F3</kbd> </p> <p>I have to do this every time I use my computer!</p> <p>I really like the performance of Ubuntu, and I just began to use and love it, but I would like to solve this problem.</p> <p>Hopefully someone can help me, and sorry about my English. It is not my native language <strong>: )</strong></p>
1410
42136
2012-03-05T17:20:53.013
2012-03-13T04:20:44.630
My Toshiba's fans do not work automatically
[ "kernel", "fan", "toshiba-satellite", "fancontrol" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This has been <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/500666\" rel=\"nofollow\">reported here</a> and <a href=\"http://ubuntuforums.org/showthread.php?t=1282161\" rel=\"nofollow\">here</a> and <a href=\"https://bugzilla.kernel.org/show_bug.cgi?id=14695\...
null
null
null
null
null
2538
1
2541
2010-08-18T02:14:55.033
11
6388
<p>I'm going through some programming tutorials and for every session, I have to start up at least 3 terminal windows (one for a log file tail, one for testing output, one for running various shell commands in, etc.)</p> <p>Right now I start them all up manually: click the Terminal icon, cd to the right folder, type in the commands, and change the window title to something meaningful.</p> <p>Is there a way to write up a script or something that would automate that for me? And if so, how?</p> <p>(I'm cool with not getting a complete script as an answer. A pointer where to start reading would work too.)</p>
1412
44179
2014-04-20T05:12:34.843
2017-12-13T17:03:14.113
How to automate starting terminal instances for specific tasks
[ "command-line", "scripts", "gnome-terminal" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Since you're clicking the Terminal icon, I assume you're using <code>gnome-terminal</code>.</p>\n\n<p>I got a list of options by using <code>gnome-terminal --help</code> at the command line and reading from there.</p>\n\n<p>Building on maco's answer, I might suggest something like this:</p>\n\n<pre><code>gnome-terminal --window --title=Log -e \"tail -f /var/log/syslog\" --window --title=Output --working-directory=output --window --active --title=Dev --working-directory=dev/project\n</code></pre>\n\n<p>This example starts three windows (though you could pass <code>--tab</code> for tabs) and sets the working directories (relative to home) and titles for each, starts the <code>tail</code> command in one and makes the third window active.</p>\n\n<p>Of course you may prefer to use separate lines to launch each window, particularly if you have many arguments.</p>\n\n<p>Another useful thing to do, once you have your windows arranged to your liking, is to use </p>\n\n<pre><code>gnome-terminal --save-config=FILE\n</code></pre>\n\n<p>This creates a configuration file with information on <strong>all</strong> open terminal windows and tabs (including the titles, working directories, and so forth). Launching gnome-terminal with the <code>--load-config</code> option will then recreate your layout.</p>\n\n<p>A lot of developers who work with multiple terminals like to use <a href=\"http://www.tenshu.net/terminator/\">Terminator</a> as it adds features such as a grid layout and keyboard shortcuts.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-01T18:50:07.647", "id": "5135", "postId": "2541", "score": "0", "text": "Will doing it this way with the -e flag cause the window to close as soon as the command is executed? And if so, is it possible to cause the window to stay open?", "userDisplayName": null, "userId": "2383" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T03:32:47.453", "id": "2541", "lastActivityDate": "2010-08-18T03:32:47.453", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "115", "parentId": "2538", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>Whatever terminal emulator you're using should be able to accept a command as an argument. For example:</p>\n\n<pre><code>gnome-terminal -e \"tail -f /var/log/syslog\"\n</code></pre>\n\n<p>Just add such commands to your autostart in System -> Preferences -> Sessions (Ubuntu)...
null
null
null
null
null
2540
1
null
2010-08-18T03:24:16.480
4
1993
<p>I wish to be able to see and stream music to my Ubuntu 10.04 installation through Rhythmbox. I have enabled media streaming in Windows 7 and I can see Rhythmbox as an allowed device.</p> <p>I have installed the Coherence plugin for Rhythmbox. I can see my Windows 7 PC under the Shared folder in Rhythmbox, but I do not see any of my music.</p> <p>Is there a step along the way that I missed or something else that I have to enable?</p>
420
235
2011-01-10T15:00:40.040
2011-01-10T15:00:40.040
Access Windows 7 Media Streaming
[ "10.04", "windows-7", "rhythmbox", "music", "plugins" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-31T03:37:38.987", "id": "3350", "postId": "2540", "score": "0", "text": "Also - I can see Rythmbox from the Windows Media player - but there is no music listed either. I believe the issue is with the plugin, and not network as both are seeing each other but not listing...
null
[ { "accepted": null, "body": "<p>I suggest that you install the Firefly Mediaserver. ( <a href=\"http://www.fireflymediaserver.org/\" rel=\"nofollow noreferrer\">http://www.fireflymediaserver.org/</a> ) It's a streaming server that is open-source and can stream towards Rhythmbox. </p>\n\n<p>I'm not really fa...
null
null
null
null
null
2544
1
2545
2010-08-18T05:07:13.827
12
16244
<p>I installed Google Chrome. This is the first thing I did after installing Ubuntu. I went into firefox, and went to chrome.google.com, and hit the button. I don't like package managers, and avoid the command line like the pox.</p> <p>Then, I started using Google Chrome. I went to Kongregate, and clicked on a game. It told me I didn't have flash. A few different websites told me the same. I assumed that they must have been wrong. I hit the link to Adobe, to install Flash, and it reassured me; of course, Google Chrome includes Flash. I checked my version - Chrome 5.0.375.126. Of course, I just downloaded it.</p> <p>I scoured the internet for solutions. None worked. Many seemed to involve re-enabling Flash, or something like that. But insofar as I can tell, there is no Flash anywhere in my Chrome. I feel like I bought a Reese's cup, and found solid chocolate. I checked in the Chrome plugin manager, and everything. A few solutions told me to copy some garbage into my command line and hit enter (as almost all solutions to problems on linux entail). I did it, reluctantly, and it did nothing.</p> <p>I thought Flash was supposed to come with Chrome. But it didn't. Sooooo... What gives?</p> <p>Google Chrome version: Google Chrome 5.0.375.126 (Official Build 53802) WebKit 533.4 V8 2.1.10.15 User Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.126 Safari/533.4 Command Line /opt/google/chrome/google-chrome</p> <p>Operating System: Ubuntu 10.4 64 bit.</p>
1415
235
2011-09-15T21:21:21.313
2015-01-08T21:53:08.763
Where is the Flash in Chrome?
[ "64-bit", "flash", "google-chrome", "plugins" ]
7
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Chrome now includes Flash built in by default, there is no need to do anything else. </p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-18T18:06:36.970", "id": "2576", "postId": "2545", "score": "1", "text": "Some how `flashplugin-installer` was already installed on my system and flash still would not work. I unistalled then reinstalled it and now flash works fine in chrome.", "userDisplayName": null, "userId": "1438" }, { "creationDate": "2010-10-18T21:27:26.110", "id": "8029", "postId": "2545", "score": "3", "text": "Consider installing `ubuntu-restricted-extras`, which will bring in a lot of restricted packages like Flash. Unless you have an ideological reason not to (which is fine), it will save you a lot of time.", "userDisplayName": null, "userId": "463" }, { "creationDate": "2015-01-08T14:43:50.103", "id": "787348", "postId": "2545", "score": "0", "text": "Anyone who installs Google Chrome and Flash is unlikely to have an ideological objection to Ubuntu restricted extras, @Matthew.", "userDisplayName": null, "userId": "652" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-18T05:30:10.293", "id": "2545", "lastActivityDate": "2015-01-08T21:53:08.763", "lastEditDate": "2015-01-08T21:53:08.763", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "2544", "postTypeId": "2", "score": "21" }
[ { "accepted": true, "body": "<p>Chrome now includes Flash built in by default, there is no need to do anything else. </p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-18T18:06:36.970", "id": "2576", "postId": "2545", "score": "1", "t...
null
null
null
null
null
2547
1
2550
2010-08-18T06:17:25.587
4
706
<p>When I click a link to a PDF in Chrome instead of displaying the PDF in the browser I see a blank page with "Missing plugin" written over it. Is it possible to get this plugin somewhere or am I condemned to downloading the PDF first and then displaying it using standard PDF viewing software?</p>
1417
null
null
2010-08-18T06:26:26.800
Is it possible to view PDFs right in Chrome without downloading them first?
[ "plugins", "google-chrome", "pdf" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Google have <a href=\"http://blog.chromium.org/2010/06/bringing-improved-pdf-support-to-google.html\" rel=\"nofollow noreferrer\">recently released</a> this feature for Chrome, however there are currently several bugs associated with it, especially on Linux. This feature will come, but may take time (anything from days to months, though Chrome is usually quite good at fixing such problems).</p>\n\n<p>Alternatively you could use the official <a href=\"https://chrome.google.com/extensions/detail/nnbmlagghjjcbdhgmkedmbmedengocbn?hl=en\" rel=\"nofollow noreferrer\">Docs PDF/PowerPoint Viewer</a> to automatically view PDF files in Google Documents.</p>\n\n<p><img src=\"https://i.stack.imgur.com/byX6t.png\" alt=\"Google Documents PDF Virwer\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T06:26:26.800", "id": "2550", "lastActivityDate": "2010-08-18T06:26:26.800", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "2547", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>You might be seeing <a href=\"http://code.google.com/p/chromium/issues/detail?id=49702\" rel=\"nofollow\">this bug</a>, which should be fixed in a newer release of Chrome. I use the <a href=\"https://chrome.google.com/extensions/detail/nnbmlagghjjcbdhgmkedmbmedengocbn\" rel=\...
null
null
null
null
null
2554
1
3072
2010-08-18T06:40:11.173
5
2004
<p>Is this currently possible in either Lucid or Maverick?</p>
866
235
2012-01-05T20:47:38.980
2012-01-05T20:47:38.980
Is Live Video Chat with MSN/Windows possible?
[ "video", "microsoft", "instant-messaging", "msn" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>telepathy-butterfly</code> which is a backend to the default Ubuntu IM client <strong>Empathy</strong> has just received support for the p2pv2 protocol, which will be the only voice/video protocol used by future version versions of the official Windows client. (see <a href=\"http://bugs.freedesktop.org/show_bug.cgi?id=26849\" rel=\"nofollow\">bug report</a> and <a href=\"http://www.omgubuntu.co.uk/2010/08/much-coverted-msn-voip-support-lands.html\" rel=\"nofollow\">OMG! Ubuntu</a>)</p>\n\n<p>Whilst these fixes are in the source code, it will take time for a new version of <code>telepathy-butterfly</code> to be released, packaged and put in Ubuntu. We are also dependant on the uptake of future versions of the official Windows client (we will be compatible with all future versions, currently in Beta testing). I imagine this will be working in a mainstream way by Ubuntu release 11.04</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-04T12:01:50.137", "id": "57796", "postId": "3072", "score": "0", "text": "I can't seem to get it to work even with this package installed. Is there a tut I can follow?", "userDisplayName": null, "userId": "5890" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-25T06:36:00.313", "id": "3072", "lastActivityDate": "2010-08-25T06:36:00.313", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "2554", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Not with a native client but <a href=\"http://dontsurfinthenude.blogspot.com/2010/07/msn-video-chat-in-linux.html\" rel=\"nofollow\">you can through Meebo</a> (uses Flash).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-19T04:10:46...
null
null
null
null
null
2557
1
2565
2010-08-18T07:19:07.903
24
19630
<p>I'm running Ubuntu on my Thinkpad T60. Is there a way to get the middle button to act like a scroll like it would when it runs Windows?</p> <p>I'd like to be able to hold the middle button down and scroll down a webpage using the red button.</p>
394
null
null
2015-12-11T08:56:53.963
Thinkpad middle button scrolling
[ "laptop", "thinkpad" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux-10-04-lucid-lynx/\">http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux-10-04-lucid-lynx/</a></p>\n\n<p>In short, run this: <code>gksu gedit /usr/lib/X11/xorg.conf.d/20-thinkpad.conf</code> and put this in the file:</p>\n\n<pre><code>Section \"InputClass\"\nIdentifier \"Trackpoint Wheel Emulation\"\nMatchProduct \"TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint\"\nMatchDevicePath \"/dev/input/event*\"\nOption \"EmulateWheel\" \"true\"\nOption \"EmulateWheelButton\" \"2\"\nOption \"Emulate3Buttons\" \"false\"\nOption \"XAxisMapping\" \"6 7\"\nOption \"YAxisMapping\" \"4 5\"\nEndSection\n</code></pre>\n\n<p>Save and restart.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-13T01:00:01.237", "id": "6556", "postId": "2565", "score": "4", "text": "In 10.10 you should use `gksu gedit /usr/share/X11/xorg.conf.d/20-thinkpad.conf` instead", "userDisplayName": null, "userId": "329" }, { "creationDate": "2014-08-29T15:12:08.643", "id": "702727", "postId": "2565", "score": "0", "text": "Awesome! Sill accurate on Debian Jessie.", "userDisplayName": null, "userId": "168237" }, { "creationDate": "2016-09-03T10:27:22.733", "id": "1244152", "postId": "2565", "score": "0", "text": "Worked for me on a T540p running Debian Stretch, but I also had to add ``Driver \"evdev\"`` to the configuration file.", "userDisplayName": null, "userId": "483416" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T08:28:35.270", "id": "2565", "lastActivityDate": "2010-08-18T08:28:35.270", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2557", "postTypeId": "2", "score": "20" }
[ { "accepted": null, "body": "<p>ThinkWiki has <a href=\"http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint\" rel=\"nofollow\">instructions</a> on how to do this. Specifically, how to use <a href=\"http://manpages.ubuntu.com/manpages/lucid/en/man1/xinput.1.html\" rel=\"nofollow\">xinput(1)</a> to ...
null
null
null
null
null
2558
1
2559
2010-08-18T07:38:29.073
4
24541
<p>First of all, I'm a linux noob (I've been using linux for a about four-five years, but only fixed problems as I got them though usually I just reinstalled everything).</p> <p>I have recently installed kubuntu 9.04, then upgraded to the latest Kubuntu (10.4). Everything went smooth and I have used it OK for about two weeks.</p> <p>After the latest security/bugfixes update, the bootloader got corrupted.</p> <p>My questions:</p> <p>Can I restore it from the 9.04 boot CD/DVD, or do I need a special rescue system?</p> <p>Should I get a new live DVD for 10.4 and fix it from there?</p> <p>Also, <strong>what do I need to actually fix?</strong> What utilities do I need? (What should my steps be?)</p> <p>Thanks :)</p>
1369
null
null
2021-05-18T11:10:51.327
How do I restore a linux boot partition?
[ "boot", "kubuntu", "grub2" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-18T08:03:22.897", "id": "2286733", "postId": "2558", "score": "0", "text": "Check the \"Recovery\" instructions from:\nhttps://wiki.ubuntu.com/Grub2", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-08-18T08:35:19.997", "id": "22...
{ "accepted": true, "body": "<p>(K)ubuntu 10.04 uses Grub2 and the good news is that you can restore the boot loader configuration and the MBR by booting up from the live CD. See instructions <a href=\"https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows\" rel=\"nofollow\">here</a> - even though the title sounds like it is related to only recovering from windows installation, the steps there allow you to re-install the respective bootloader back on your system. </p>\n\n<p>On a side-note, I think since you have upgraded from Kubuntu 9.04 your system will probably still use legacy grub boot-loader. Please check <a href=\"https://help.ubuntu.com/community/Grub2\" rel=\"nofollow\">here</a> for how to upgrade to grub2. This is strictly optional - there is a note there about why the normal upgrade process didn't change the boot-loader when you moved from 9.04 to 10.04.</p>\n\n<p>Please comment if you need more info.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2010-08-18T08:05:57.977", "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T07:51:36.077", "id": "2559", "lastActivityDate": "2010-08-19T04:44:49.517", "lastEditDate": "2010-08-19T04:44:49.517", "lastEditorDisplayName": null, "lastEditorUserId": "270", "ownerDisplayName": null, "ownerUserId": "270", "parentId": "2558", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>(K)ubuntu 10.04 uses Grub2 and the good news is that you can restore the boot loader configuration and the MBR by booting up from the live CD. See instructions <a href=\"https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows\" rel=\"nofollow\">here</a> - eve...
null
null
null
null
null
2567
1
null
2010-08-18T08:52:10.223
10
915
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/67758/deactivate-bluetooth-on-startup">Deactivate Bluetooth on startup</a> </p> </blockquote> <p>After every boot Bluetooth is on by default. I only very occasionally use Bluetooth so I would really like this to be defaulted to off but be able to start it without a reboot or some command line change which I probably wont remember in 4 months time when I need it. Any help greatly appreciated</p>
null
-1
2017-04-13T12:23:30.463
2011-10-16T23:56:24.650
Can I default Bluetooth to off on my laptop Lenovo T61
[ "laptop", "bluetooth" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2011-10-16T23:57:53.507
null
Chris Giltnane
2573
1
109533
2010-08-18T10:48:32.760
47
105527
<p>First, the problem: I'm using a Cowon MP3 player as my main music player with basic earplugs.</p> <p>It offers A2DP &amp; I'd like to have my netbook (running UNE 10.04) act as receiver. </p> <p>Some resources on the web about a2dp, but most are out of date:</p> <ul> <li><a href="http://fosswire.com/post/2008/10/better-bluetooth-audio/">http://fosswire.com/post/2008/10/better-bluetooth-audio/</a></li> <li><a href="http://jprvita.wordpress.com/2009/12/15/1-2-3-4-a2dp-stream/">http://jprvita.wordpress.com/2009/12/15/1-2-3-4-a2dp-stream/</a></li> <li><a href="http://dpillay.wordpress.com/2010/09/27/ubuntu-10-04-a2dp-awesome-headset-music/">http://dpillay.wordpress.com/2010/09/27/ubuntu-10-04-a2dp-awesome-headset-music/</a></li> </ul>
217
1736
2016-08-17T21:38:59.870
2016-08-17T21:39:19.353
Can I use my computer as an A2DP receiver / bluetooth speaker?
[ "bluetooth" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>To use your Ubuntu machine as an a2dp Bluetooth device, you must first configure it to register as an \"a2dp sink\" endpoint.</p>\n\n<p>The <a href=\"http://packages.ubuntu.com/lucid/bluez\" rel=\"noreferrer\">bluez</a> package in Ubuntu (10.04 and above) includes a utility called <a href=\"http://manpages.ubuntu.com/manpages/en/man1/sdptool.1.html\" rel=\"noreferrer\">sdptool</a> that can be used to check whether a Bluetooth device is configured as an a2dp sink or not. Here is the output from sdptool run against my Bluetooth headset (the address is taking from the \"Bluetooth settings\" dialog in the gnome-control-center):</p>\n\n<pre><code>$ sdptool search --bdaddr 00:18:16:3A:3B:D4 a2snk\nSearching for a2snk on 00:18:16:3A:3B:D4 ...\nService RecHandle: 0x10002\nService Class ID List:\n \"Audio Sink\" (0x110b)\nProtocol Descriptor List:\n \"L2CAP\" (0x0100)\n PSM: 25\n \"AVDTP\" (0x0019)\n uint16: 0x102\nProfile Descriptor List:\n \"Advanced Audio\" (0x110d)\n Version: 0x0102\n\n$\n</code></pre>\n\n<p>and here is the output when run against my local Ubuntu machine:</p>\n\n<pre><code>$ sdptool search --bdaddr local a2snk\nSearching for a2snk on FF:FF:FF:00:00:00 ...\n$\n</code></pre>\n\n<p>This shows that the Ubuntu machine is not advertising itself as an a2dp sink. It is advertising itself as an a2dp source however:</p>\n\n<pre><code>$ sdptool search --bdaddr local a2src\nSearching for a2src on FF:FF:FF:00:00:00 ...\nService Name: Audio Source\nService RecHandle: 0x10003\nService Class ID List:\n \"Audio Source\" (0x110a)\nProtocol Descriptor List:\n \"L2CAP\" (0x0100)\n PSM: 25\n \"AVDTP\" (0x0019)\n uint16: 0x102\nProfile Descriptor List:\n \"Advanced Audio\" (0x110d)\n Version: 0x0102\n</code></pre>\n\n<p>This enables the Ubuntu machine to pair correctly with the headset as an audio source, but it does not enable using the Ubuntu machine as an output (sink) for Bluetooth audio.</p>\n\n<p>If you edit <code>/etc/bluetooth/audio.conf</code>, you can enable a2dp sink support by adding this line underneath the <code>[General]</code> section:</p>\n\n<pre><code> Enable=Source\n</code></pre>\n\n<p>This is both counterintuitively named--since what we're adding here is Bluetooth sink support, not source support--and in contradiction with the comment in this file that claims all implemented services are enabled by default. :(</p>\n\n<p>After making this change, you will need to restart bluetoothd by running <code>sudo service bluetooth restart</code>.</p>\n\n<p>If you have previously paired your Android device and Ubuntu computer while trying to get this work, you will need to delete the pairing on both sides and re-pair them in order to get Android to recognize Ubuntu as an available audio device.</p>\n\n<p>Once you've done this, the Android device should show up as an input device under PulseAudio. If PulseAudio does not detect the new Bluetooth audio source, you may need to install and load the Bluetooth module, from the command line:</p>\n\n<pre><code> sudo apt-get install pulseaudio-module-bluetooth\n pactl load-module module-bluetooth-discover\n</code></pre>\n\n<p>Then you need to tell PulseAudio to route this audio input to your output/sink (such as your speakers, or a Bluetooth headset) using a loopback connection (a straight line from a source to a sink).</p>\n\n<p>Later versions of PulseAudio may have module-bluetooth-policy included and it may already have set up a loopback device for you, but this does not seem to be the most common case.</p>\n\n<p><strong>A semi-automatic way</strong> to set up the loopback connection - if you also have the pavucontrol GUI program installed - is to simply load the loopback module and configure it using pavucontrol, since PulseAudio will remember the settings. Loading the module is done from the command using pactl:</p>\n\n<pre><code> pactl load-module module-loopback\n</code></pre>\n\n<p>Don't fear if you don't hear anything yet, or if you get strange feedback effects, we need to tell the newly created device which source to get input from and which sink to send the output to first.</p>\n\n<p>Open pavucontrol and open its Configuration tab. Make sure your Bluetooth device shows up here (after pairing with it using blueman-manager or another Bluetooth tool) and the profile is set to A2DP. Switch to the Input devices tab and make sure your device shows up here as well and is not muted. Now switch to the Recording tab and make the newly created loopback connection use your device as a source with the select box next to the mute button. Switch to the Playback tab to select the sink the loopback connection should use in the same way. If the loopback device does not show in the tabs, make sure all streams are displayed using the selectbox at the bottom of each tab.</p>\n\n<p>You should now hear the audio from your device, if it's playing, in your speakers, or whichever output sink you selected. When your device is disconnected the loopback device will fallback to an available sink and source, which may not be desirable, so make sure you mute the loopback device until you need it. The loopback connection will restore the same sink/source the next time the same Bluetooth device is connected thanks to the module-*-restore modules.</p>\n\n<p><strong>If that doesn't work</strong>, or you don't have pavucontrol installed, you may instead set up the loopback using the following method:</p>\n\n<pre><code> pactl load-module module-loopback source_dont_move=yes source=$BTSOURCE sink=$SINK\n</code></pre>\n\n<p>(Replace <code>$BTSOURCE</code> with the source name for your Bluetooth device as seen by PulseAudio, e.g. <code>bluez_source.14_DA_E9_2A_D7_57</code>; and replace <code>$SINK</code> with the name of the PulseAudio output you want to send the audio stream to, e.g: <code>alsa_output.pci-0000_00_1b.0.analog-stereo</code>. You may leave out the sink argument entirely and have it fallback to an active sink, and change it later via pavucontrol.)</p>\n\n<ul>\n<li>You can find <code>$SINK</code> with <code>pactl list sinks</code>, it's shown after <code>Name:</code></li>\n<li>Similarly you can see the <code>$BTSOURCE</code> with <code>pactl list sources</code></li>\n<li>The <code>source_dont_move</code> argument prevents the loopback connection from falling back to another audio source when the Bluetooth device is disconnected. It is instead removed and you'll have to set it up again next time.</li>\n</ul>\n\n<p>Here's what an example one would look like (Remember to replace the <code>:</code> with <code>_</code> in the Bluetooth address!):</p>\n\n<pre><code>pactl load-module module-loopback source_dont_move=yes source=bluez_source.14_DA_E9_2A_D7_57 sink=alsa_output.pci-0000_00_14.2.analog-stereo\n</code></pre>\n\n<p>If loading the fallback module fails, try removing the <code>source_dont_move=yes</code> argument, it was made available first in version 1.0.\nThen be careful however to remove this loopback connection before you drop this audio, or if for instance your laptop microphone is unmuted, you may get some very bad feedback. To drop this loopback connection manually when you're done, run:</p>\n\n<pre><code>pactl unload-module $(pactl list short modules | grep \"loopback.*$BTSOURCE\" | cut -f1)\n</code></pre>\n\n<p>Again, replace <code>$BTSOURCE</code> with the name for the PulseAudio source that refers to your Bluetooth device. You may also unload the module using the id returned by the load-module command:</p>\n\n<pre><code>$ pactl load-module module-loopback source_dont_move=yes source=bluez_source.14_DA_E9_2A_D7_57 sink=alsa_output.pci-0000_00_14.2.analog-stereo\n15\n$ pactl unload-module 15\n</code></pre>\n\n<p>References:</p>\n\n<ul>\n<li><a href=\"http://blog.cyphermox.net/2012/03/call-for-testing-bluez-a2dp-and-hsphfp.html\" rel=\"noreferrer\">Blog post</a> outlining some of the details on how this is being fixed in Ubuntu.</li>\n</ul>\n", "commentCount": "11", "comments": [ { "creationDate": "2014-04-28T08:17:41.323", "id": "601006", "postId": "109533", "score": "0", "text": "can we changes the channel map for particular device sink", "userDisplayName": null, "userId": "241846" }, { "creationDate": "2014-12-14T09:15:17.413", "id": "771250", "postId": "109533", "score": "0", "text": "hi theree and thank you for the detailed guide. The command `pactl load-module module-bluethooth-discover` fails in ubuntu studio 14.04. So I do not see any `bluez` sources in `pulseaudio`, even though my phone correctly sees the pc as an audio sink. Any ideas?", "userDisplayName": null, "userId": "164638" }, { "creationDate": "2016-03-25T16:52:13.137", "id": "1118307", "postId": "109533", "score": "0", "text": "if `pactl list sources short` doesn't show the bluez source for you, I've found two possible solutions:\n\ncall `gdbus call --system --dest org.bluez --object-path /org/bluez/XXX/hci0/dev_XX_XX_XX_XX_XX_XX --method org.bluez.AudioSource.Connect` where (the path includes the device BD address and the adapter path wich you can get with `gdbus call --system --dest org.bluez --object-path / --method org.bluez.Manager.DefaultAdapter`). Or use d-feet as [explained here](https://jprvita.wordpress.com/2009/12/15/1-2-3-4-a2dp-stream/).\n\nOtherwise connect on phone side, and start playing something.", "userDisplayName": null, "userId": "7788" }, { "creationDate": "2017-01-10T03:12:53.843", "id": "1348323", "postId": "109533", "score": "0", "text": "I still don't see any source from bluez showing up. Linux Mint 17.3 \"Rosa\" here.", "userDisplayName": null, "userId": "30494" }, { "creationDate": "2017-02-18T10:40:44.320", "id": "1380593", "postId": "109533", "score": "0", "text": "Very comprehensive, thanks! Nowadays PulseAudio also provides the `module-bluetooth-policy` which can load loopbacks automatically.", "userDisplayName": null, "userId": "566753" }, { "creationDate": "2017-12-28T17:04:19.590", "id": "1596388", "postId": "109533", "score": "1", "text": "Wow! with minimal changes(/etc/bluetooth/main.conf instead of audio.conf) this works on Rasbian. Thank you!(no loopback configuration is needed in that OS)", "userDisplayName": null, "userId": "212465" }, { "creationDate": "2018-02-01T11:43:21.697", "id": "1620603", "postId": "109533", "score": "0", "text": "Just a heads up, half working in Fedora 26 using /etc/bluetooth/main.conf instead of /etc/bluetooth/audio.conf - silent sound, I think the pactl stuff is a bit out of date", "userDisplayName": null, "userId": "158120" }, { "creationDate": "2018-02-03T18:40:18.977", "id": "1621825", "postId": "109533", "score": "0", "text": "Re my previous comment, it actually all 'just worked' for me, I had to go in and unmute my loopback audio (remember to check both inputs, recording, and playback)", "userDisplayName": null, "userId": "158120" }, { "creationDate": "2021-02-16T08:38:54.367", "id": "2242059", "postId": "109533", "score": "0", "text": "This is really cool if this works, but is there also a out-of-the-box solution (for ubunutu-server on rpi4)?", "userDisplayName": null, "userId": "264631" }, { "creationDate": "2021-02-17T15:48:19.077", "id": "2242739", "postId": "109533", "score": "0", "text": "The above instructions are not specific to Ubuntu Desktop, you just need to install the indicated packages.", "userDisplayName": null, "userId": "25384" }, { "creationDate": "2024-02-21T20:21:54.910", "id": "2638883", "postId": "109533", "score": "0", "text": "`pactl` doesn't show the bluez source; Ubuntu 23.10: `gdbus call --system --dest org.bluez --object-path / --method org.bluez.Manager.DefaultAdapter\nError: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method \"DefaultAdapter\" with signature \"\" on interface \"org.bluez.Manager\" doesn't exist`", "userDisplayName": null, "userId": "469028" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-03-02T22:22:24.417", "id": "109533", "lastActivityDate": "2016-06-17T12:53:42.650", "lastEditDate": "2016-06-17T12:53:42.650", "lastEditorDisplayName": null, "lastEditorUserId": "25384", "ownerDisplayName": null, "ownerUserId": "25384", "parentId": "2573", "postTypeId": "2", "score": "56" }
[ { "accepted": null, "body": "<p>I use blueman, installed from Ubuntu software center.\nRight-clicking on the blueman icon*-> \"local services\" -> audio-> Check \"advanced audio reception\" is tipped. Btw I use it to listen in my Ubuntu 11.10 laptop what I play on my android phone.</p>\n\n<p>*The blueman ic...
null
null
null
null
null
2578
1
2585
2010-08-18T13:13:52.650
0
1755
<p>On my Acer Aspire One netbook, I have noticed that acpid starts /etc/acpi/lid.sh multiple times a minute. This script should only be started when the lid is closed or opened. How can I stop theses unnecessary starts from happening without switching off acpi or disabling the lid event?</p>
4
169736
2014-07-08T01:35:17.677
2014-07-08T04:09:17.167
How to stop acpid restarting /etc/acpi/lid.sh restart unnecessarily?
[ "acpi" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Is this the same issue as <a href=\"https://bugzilla.kernel.org/show_bug.cgi?id=10485#c4\" rel=\"nofollow\">this bug</a></p>\n\n<p>If so there is a <a href=\"http://mindspill.net/computing/linux-notes/acpi/continuous-acpi-lid-events-and-100-cpu-usage.html\" rel=\"nofollow\">description of the cause here</a> and the <a href=\"http://mindspill.net/computing/linux-notes/acpi/custom-dsdt.html\" rel=\"nofollow\">solution is here</a></p>\n\n<p>Like the man says</p>\n\n<blockquote>\n <p>[this] involves recompiling the\n kernel. Don't do this unless you're\n familiar with the process. Back up\n your machine beforehand. Follow this\n guide at your own risk. Etc, etc</p>\n</blockquote>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-18T16:22:21.733", "id": "2561", "postId": "2585", "score": "0", "text": "sounds quite similar. Unfortunately it looks like a BIOS bug, so applying the patch would nor really help since it would have to be done with every kernel update.", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-18T18:04:53.200", "id": "2574", "postId": "2585", "score": "1", "text": "Or poke an Ubuntu kernel developer until they add it to the Ubuntu patch-set. Might need a bit more work to stop it attacking other systems (I haven't looked at the code) but otherwise, it's not hard to patch the Ubuntu kernel... Just takes a bit of time to compile.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T15:00:07.510", "id": "2585", "lastActivityDate": "2010-08-18T15:00:07.510", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "458", "parentId": "2578", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Is this the same issue as <a href=\"https://bugzilla.kernel.org/show_bug.cgi?id=10485#c4\" rel=\"nofollow\">this bug</a></p>\n\n<p>If so there is a <a href=\"http://mindspill.net/computing/linux-notes/acpi/continuous-acpi-lid-events-and-100-cpu-usage.html\" rel=\"nofollow\">d...
null
null
2014-07-08T04:09:24.263
null
null
2580
1
null
2010-08-18T13:39:33.163
2
377
<p>I am using an Asus 1005P netbook. What happens is when I wake up the machine from hibernate state, a while later x crashes and goes to low graphics mode.</p> <p>I stumbled on solutions in ubuntuforums but none of them seem to work: <a href="http://ubuntuforums.org/showthread.php?t=1498447" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1498447</a></p> <p>Does anyone have another solution for this?</p>
548
866
2010-10-23T20:30:28.860
2017-03-10T21:09:57.577
Netbook Remix goes to low graphics mode after booting up from hibernate
[ "10.04", "video", "ubuntu-netbook", "graphics", "hibernate" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-13T06:57:18.280", "id": "4120", "postId": "2580", "score": "0", "text": "I have this issue too, and it doesn't appear to me to be specifically due to being a netbook. My Acer eMachines E525 laptop has an attached display, so I'm in dual-screen display. If I boot withou...
null
[ { "accepted": null, "body": "<p>This most likely is a bug. If you want to debug and collect information that could explain why it doesn't work on your laptop, take a look at <a href=\"https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume\" rel=\"nofollow noreferrer\">The Ubuntu wiki page on debuggin...
null
null
2013-03-14T17:05:14.960
null
null
2582
1
2584
2010-08-18T14:35:56.570
1
266
<p>This question has been spun off from my question about <a href="https://askubuntu.com/questions/2408/where-do-i-even-start-if-hibernate-un-hibernate-is-slow">hibernate being slow</a>.</p> <p>I know I can run a script when I resume the computer by putting it in <code>/etc/acpi/resume.d</code>, but that will only run it once. What I was hoping for was a "starting wakeup" script and a "finished wakeup" script, so each one would log it's time somewhere and I could see how long resume works.</p> <p>I figure this is a long shot, since the "starting wakeup" script would have to run really early, so even if it was possible, there might not be a disk to write to.</p>
1333
-1
2017-04-12T07:23:19.023
2010-08-18T14:43:29.890
Can I log how long resume (un-hibernate) takes?
[ "scripts", "hibernate", "startup" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can look in <code>/var/log/syslog</code> for a general system log, it will contain messages from the kernel about the hibernate process. </p>\n\n<p>The delta from when processes start being frozen to when there are no more kernel log messages (until it starts at <em>0.0000000</em> on reboot) is the time your computer took to hibernate. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T14:43:29.890", "id": "2584", "lastActivityDate": "2010-08-18T14:43:29.890", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "66", "parentId": "2582", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>You can look in <code>/var/log/syslog</code> for a general system log, it will contain messages from the kernel about the hibernate process. </p>\n\n<p>The delta from when processes start being frozen to when there are no more kernel log messages (until it starts at <em>0.000...
null
null
null
null
null
2586
1
2594
2010-08-18T15:25:14.887
5
2394
<p>At one point I switched from GDM to slim and now I can't seem to get past the splash screen. After pressing <code>Esc</code> I can see that it is stuck on <code>Starting X Display Manager: Slim</code>. I need to get back to GDM or just figure out what it is doing.</p> <p>Thoughts?</p>
318
null
null
2010-10-03T15:39:15.627
Can't seem to get my login screen back after installing slim
[ "login-screen", "gdm" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-18T16:03:52.280", "id": "2559", "postId": "2586", "score": "0", "text": "Did you remove slim and it's libraries from your computer, or has it done this since you set it to default to slim?", "userDisplayName": null, "userId": "1090" } ]
{ "accepted": true, "body": "<p>Assuming GDM is still installed:</p>\n\n<pre><code>sudo dpkg-reconfigure gdm\n</code></pre>\n\n<p>will let you select what your default display manager is. If it's not installed...well, install it.</p>\n\n<p>It'll go into effect on reboot.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T17:27:17.137", "id": "2594", "lastActivityDate": "2010-08-18T18:05:47.143", "lastEditDate": "2010-08-18T18:05:47.143", "lastEditorDisplayName": null, "lastEditorUserId": "1158", "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "2586", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>Assuming GDM is still installed:</p>\n\n<pre><code>sudo dpkg-reconfigure gdm\n</code></pre>\n\n<p>will let you select what your default display manager is. If it's not installed...well, install it.</p>\n\n<p>It'll go into effect on reboot.</p>\n", "commentCount": "0", ...
null
null
null
null
null
2587
1
2589
2010-08-18T16:40:39.703
38
19779
<p>I write code. I use terminal a lot. I ofter use many terminal windows. I hate how tabs look.</p> <p>Are there any applications that allow me to keep multiple terminal windows in focus to streamline my development?</p>
333
527764
2017-12-13T18:46:21.697
2017-12-13T18:46:21.697
Keeping multiple terminal windows in focus
[ "command-line", "software-recommendation", "programming", "usability" ]
8
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Try <a href=\"https://i.stack.imgur.com/UASSp.png\" rel=\"noreferrer\">Terminator</a>. It allows you to split the terminal window (You can also have tabs and separate windows).</p>\n\n<p><img src=\"https://i.stack.imgur.com/UASSp.png\" alt=\"simple terminator usage\"></p>\n\n<p>You can install terminator from your current terminal with this command:</p>\n\n<pre><code>sudo apt-get install terminator\n</code></pre>\n\n<p>Or you can search 'terminator' in Ubuntu Software Centre (or Synaptic).</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-18T20:52:53.447", "id": "2585", "postId": "2589", "score": "4", "text": "Um, wow! Holy crap Terminator is awesome!", "userDisplayName": null, "userId": "316" }, { "creationDate": "2010-08-18T21:17:13.797", "id": "2588", "postId": "2589", "score": "3", "text": "Holy crap I was about to post the same answer. Once you see the terminator you never go back to the puny gnome-terminal.", "userDisplayName": null, "userId": "1151" }, { "creationDate": "2017-12-13T18:31:51.787", "id": "1587392", "postId": "2589", "score": "0", "text": "Unfortunately layout of terminator saves horizontal and vertical console not the size of them. Anyone has a solution to save size of consoles?", "userDisplayName": null, "userId": "177981" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T16:55:33.023", "id": "2589", "lastActivityDate": "2010-08-18T21:28:14.130", "lastEditDate": "2010-08-18T21:28:14.130", "lastEditorDisplayName": null, "lastEditorUserId": "667", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "2587", "postTypeId": "2", "score": "42" }
[ { "accepted": true, "body": "<p>Try <a href=\"https://i.stack.imgur.com/UASSp.png\" rel=\"noreferrer\">Terminator</a>. It allows you to split the terminal window (You can also have tabs and separate windows).</p>\n\n<p><img src=\"https://i.stack.imgur.com/UASSp.png\" alt=\"simple terminator usage\"></p>\n\n...
null
null
null
null
null
2593
1
2599
2010-08-18T17:26:02.273
5
9887
<p>I know how to check hard disk integrity, and how to check RAM integrity (with live cd), but is there a way to check if others hardware is working well or is broken?</p> <p>For example graphic card, audio card, etc.. ?</p> <p>I'm not trying to check in an hardware works well with ubuntu (aka driver question), i need to check if an hardware is broken or not</p>
829
235
2012-10-17T14:34:55.877
2012-10-17T14:34:55.877
Is there a way to check hardware integrity?
[ "hardware" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-18T19:51:47.383", "id": "2583", "postId": "2593", "score": "0", "text": "I don't think you can. The OS has to be able to talk to the device to test it. RAM & hard disks are just standard enough that talking to not-broken ones is guaranteed, and hard disks have onboar...
{ "accepted": true, "body": "<p>In System->Administration->System Testing there are a set of tests that check your system. They might not cover every piece of hardware but they do a decent job of getting the basics, network, sound, etc.</p>\n\n<p><img src=\"https://i.stack.imgur.com/m0JiH.png\" alt=\"alt text\"></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-18T17:44:46.000", "id": "2570", "postId": "2599", "score": "1", "text": "This should check if an hardware (or driver) works correctly on ubuntu, not if an hardware is broken..or not?", "userDisplayName": null, "userId": "829" }, { "creationDate": "2010-08-18T18:04:58.270", "id": "2575", "postId": "2599", "score": "1", "text": "If it doesn't work, then it's either a broken driver or broken hardware. I don't think an OS can determine on its own which it is. Comparing between two OSes (and I don't mean two distros) might though.", "userDisplayName": null, "userId": "1158" }, { "creationDate": "2010-08-18T21:35:31.027", "id": "2591", "postId": "2599", "score": "0", "text": "In my case, on a old desktop the graphic card drivers seem to work, but the card itself seem to be damaged/broken in some way, it display black shadows around black items in the screen (its not a monitor problem, i tryed with differents monitors). So, how can i check if is really the graphic card, or something else?", "userDisplayName": null, "userId": "829" }, { "creationDate": "2010-08-19T05:35:21.547", "id": "2615", "postId": "2599", "score": "1", "text": "By trying with a different OS and seeing if you can reproduce the problem", "userDisplayName": null, "userId": "1158" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T17:41:33.963", "id": "2599", "lastActivityDate": "2010-08-18T17:41:33.963", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "2593", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>You can test your sound stuff like this:</p>\n\n<pre><code>speaker-test\n</code></pre>\n\n<p>Completely contingent upon having working drivers though.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
null
null
null
null
null
2596
1
null
2010-08-18T17:30:40.393
343
304445
<blockquote> <p>This question exists because it has historical significance, but <strong>it is not considered a good, on-topic question for this site</strong>, so please do not use it as evidence that you can ask similar questions here. While you are encouraged to help maintain its answers, please understand that "big list" questions are not generally allowed on Ask Ubuntu and will be closed per the <a href="https://askubuntu.com/help/dont-ask">help center</a>.</p> </blockquote> <p>Backup is incredibly important. Obviously there's no best backup tool, but a comparison of the options would be very interesting.</p> <ul> <li>Graphical Interface? Command line?</li> <li>Incremental backups?</li> <li>Automatic backups?</li> <li>Install method: In standard repositories? PPA?</li> </ul>
866
-1
2017-04-13T12:24:11.723
2024-03-18T07:57:37.500
Comparison of backup tools
[ "software-recommendation", "backup" ]
38
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-18T21:15:04.667", "id": "347268", "postId": "2596", "score": "4", "text": "I would say the backup solution depends on what you are using the machine you are backing up for. A collection of work/school critical projects/code has a far different set of needs from a compu...
null
[ { "accepted": null, "body": "<h2><a href=\"https://launchpad.net/deja-dup\">Déjà Dup</a> <a href=\"http://apt.ubuntu.com/p/deja-dup\"><img src=\"https://i.stack.imgur.com/vyWhw.png\" alt=\"Install Déjà Dup\"></a></h2>\n\n<p>Déjà Dup is (from Ubuntu 11.10) installed by default. It is a GNOME tool intended fo...
2010-08-18T17:30:40.393
null
null
null
null
2597
1
null
2010-08-18T17:33:10.373
1
902
<p>I installed codeblocks but the gui is not displaying well. There is no File, Edit, View, Search, Project etc but everything else is there. I am running 9.10.</p>
1436
235
2012-11-10T17:06:53.787
2012-11-10T17:06:53.787
No menu when trying to run Codeblocks
[ "gui", "9.10" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2010-08-18T17:56:12.077", "id": "2572", "postId": "2597", "score": "0", "text": "Do you get any additional information when you run the GUI from the command line (debug output, warnings, etc)?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010...
null
[ { "accepted": null, "body": "<p>Sounds like your config file is messed up and the menu is being hidden.</p>\n\n<p>Try removing <code>~/.codeblocks/default.conf</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-19T10:20:23.537", "id": "2632", "...
null
0
2013-03-14T17:05:19.283
null
null
2601
1
2909
2010-08-18T18:23:33.817
4
3071
<p>I am trying to make <code>gnome-mplayer</code> play a video in fullscreen on my second screen. I am using a Nvidia card with xineramascreen. Below is my ~/.mplayer/config file.</p> <pre><code>[default] xineramascreen=1 [gnome-mplayer] ao=alsa:device=hw=1.0 msglevel=all=5 alang=English,eng,en slang=English,eng,en xineramascreen=1 </code></pre> <p>The options have no affect, it plays on my primary screen as usual.</p> <p>Running <code>mplayer -xineramascreen 1</code> works perfectly, I just want <code>gnome-mplayer</code> to work since it's nicer to use with GUI and Nautilus integration etc.</p>
1439
41
2010-10-15T16:36:12.520
2010-10-15T16:36:12.520
gnome-mplayer to play on second screen with option xineramascreen
[ "nvidia", "multiple-monitors", "mplayer", "xinerama" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2010-08-18T18:29:35.413", "id": "2578", "postId": "2601", "score": "0", "text": "Why are you using xinerama instead of twinview? I say that because I have your desired behaviour working here with twinview. As simple as dragging the window, going fullscreen and then future vide...
{ "accepted": true, "body": "<p>When starting gnome-mplayer, you can try exporting the display: <code>export DISPLAY=0.0; gnome-mplayer</code> (change 0.0 to the desired display).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-23T20:53:13.590", "id": "2916", "postId": "2909", "score": "0", "text": "What would display 2 be, 1.0?", "userDisplayName": null, "userId": "1439" }, { "creationDate": "2010-08-23T21:03:02.993", "id": "2918", "postId": "2909", "score": "0", "text": "If you have a nvidia card, `nvidia-settings` will give you the displays.", "userDisplayName": null, "userId": "646" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-23T00:40:20.423", "id": "2909", "lastActivityDate": "2010-08-23T00:40:20.423", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "646", "parentId": "2601", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>When starting gnome-mplayer, you can try exporting the display: <code>export DISPLAY=0.0; gnome-mplayer</code> (change 0.0 to the desired display).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-23T20:53:13.590", "id": "291...
null
null
null
null
null
2605
1
2607
2010-08-18T19:50:27.747
2
646
<p>After Reboot no Windows Partition is found and installation cannot start. How can we solve this, in order to try Ubuntu ?</p> <p>It says I only have free space available, but that isn't true. I'm on the demo now. </p> <p>If I try to install from the demo, I do get:</p> <pre><code>"The following partitions cannot be unmounted /isodevice" </code></pre>
1446
67335
2014-08-05T04:26:27.603
2014-08-05T04:26:27.603
Installing by using Wubi on Windows Vista 64
[ "system-installation", "10.04", "64-bit", "wubi" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-20T08:50:56.743", "id": "2693", "postId": "2605", "score": "0", "text": "No luck. I noticed that sd1 was my start disk part available on ubuntu instalation and NOT sda0. Somehow I have a hidden sda0 that I cannot fix or remove neither with gparted. It must be the recov...
{ "accepted": true, "body": "<p>I believe there is a know bug with wubi and windows vista. </p>\n\n<p>Here is a forum link that might <a href=\"http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1519568\" rel=\"nofollow\">help</a></p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-08-18T21:28:45.737", "id": "2589", "postId": "2607", "score": "0", "text": "Thanks. So if I use a live cd version, and I try to installed, without losing my vista installation, probably it will recognize that something exists ?", "userDisplayName": null, "userId": "1446" }, { "creationDate": "2010-08-18T22:57:47.913", "id": "2599", "postId": "2607", "score": "0", "text": "No luck. Even with the installation startup cd, I'm unable to see the vista 64 partition. :(", "userDisplayName": null, "userId": "1446" }, { "creationDate": "2010-08-18T23:27:05.663", "id": "2601", "postId": "2607", "score": "0", "text": "@MEM Look to see if you can restore MBR ( Master boot Record)", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-19T00:23:34.903", "id": "2603", "postId": "2607", "score": "0", "text": "Thanks - I've tried to repair MBR by using Vista 64 recovery cd, I issue the command, for both, MBR and Boot. Both commands were successful, but the partition still doesn't appear on Ubuntu Installation process. Well.. I will: 1) Make backup of stuff here. 2) use a partition tool on boot and clear absolutely all 3) Install Ubuntu and never look back!\nDrastic still. :s\n\nThanks a lot for your replies garbagecollector.", "userDisplayName": null, "userId": "1446" }, { "creationDate": "2010-08-19T01:06:26.953", "id": "2607", "postId": "2607", "score": "0", "text": "@mem no problem its what we are here for. I recommend not installing through wubi ever. :)", "userDisplayName": null, "userId": "333" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T20:43:48.960", "id": "2607", "lastActivityDate": "2010-08-18T20:43:48.960", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "333", "parentId": "2605", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I believe there is a know bug with wubi and windows vista. </p>\n\n<p>Here is a forum link that might <a href=\"http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1519568\" rel=\"nofollow\">help</a></p>\n", "commentCount": "5", "comments": [ { "cre...
null
null
null
null
null
2606
1
null
2010-08-18T20:11:40.987
7
2887
<p>byobu cannot connect to ssh-agent socket well. actually I can make just one connection via ssh-agent but if I try to establish another ssh connection using the agent, it doesn't work. I've tried </p> <pre><code>setenv SSH_AUTH_SOCK `echo $SSH_AUTH_SOCK` </code></pre> <p>in <code>~/.byobu/profile</code> but it didn't work as well.</p>
1401
667
2010-11-05T09:04:31.310
2013-08-06T19:10:47.117
byobu and ssh-agent
[ "ssh", "gnu-screen", "ssh-agent", "byobu" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There is a bug report <a href=\"https://bugs.launchpad.net/byobu/+bug/616899\" rel=\"nofollow\">#616899</a> which sounds similar to your problem. They suggest to download <a href=\"http://launchpad.net/byobu/trunk/3.1/+download/byobu_3.1.orig.tar.gz\" rel=\"nofollow\">byobu v...
null
null
null
null
null
2608
1
null
2010-08-18T20:43:56.793
13
14936
<p>I've removed totem and installed VLC instead. Now video files thumbnails are gone. Is there any way to get thumbnails back without reinstalling totem?</p> <p>I know I can have both totem and VLC, but I really don't want to have more soft than I need :)</p>
322
41
2010-10-15T16:36:42.023
2013-04-29T05:22:14.867
Nautilus video thumbnails without totem
[ "nautilus" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2017-10-19T15:49:55.570", "id": "1547272", "postId": "2608", "score": "0", "text": "I have totem, and I still don't have thumbnails on mp4 video files.", "userDisplayName": null, "userId": "13217" } ]
null
[ { "accepted": null, "body": "<p>Open file manager and go to Edit -> Preferences -> Preview. Change preferences as required. Then close file manager and open terminal. Run the following command to install the necessary packages. </p>\n\n<p><code>sudo apt-get install ffmpeg ffmpegthumbnailer gstreamer0.10-ffm...
null
null
null
null
null
2613
1
null
2010-08-18T21:21:40.977
4
5896
<p>I am running 10.04 LTS on a desktop PC with a Belkin G-Plus MIMO Wireless network card.</p> <p>Ever since running Ubuntu on the machine I have noticed fairly slow network speeds (about half the speed I get when running the same card through Windows) I did some research I found out that by and large wireless network cards aren't that well supported on most Linux distros.</p> <p>I was wondering though if there is anything I could be tweaking on the system that could help squeeze a little more out of the card?</p> <p><strong>Here is some more information</strong></p> <blockquote> <p>*-network:1</p> <pre><code> description: Wireless interface physical id: 2 logical name: wlan0 serial: 00:1c:df:24:5e:54 capabilities: ethernet physical wireless configuration: broadcast=yes ip=192.168.1.5 multicast=yes wireless=IEEE 802.11bg </code></pre> </blockquote>
1448
-1
2020-06-12T14:37:07.210
2012-08-14T20:54:38.800
How to improve wireless network speed?
[ "10.04", "wireless" ]
4
9
CC BY-SA 2.5
[ { "creationDate": "2010-08-18T21:32:39.857", "id": "2590", "postId": "2613", "score": "0", "text": "Cheers for the edit, looks a lot more question like now!", "userDisplayName": null, "userId": "1448" }, { "creationDate": "2010-08-18T21:49:35.297", "id": "2592", "postId":...
null
[ { "accepted": null, "body": "<p>You didn't mention what kernel driver you're using for the card, but often tunables can be found in /sys/module/[driver]/. For example, my iwlagn driver shows this:</p>\n\n<p>bryce@lynmouth:/sys/module/iwlagn$ ls</p>\n\n<p>drivers/ holders/ initstate notes/ parameters/ ...
null
null
null
null
null
2616
1
2620
2010-08-18T22:17:21.893
2
222
<p>Let's say we install ubuntu side by side with a windows installation. At that time, we will NOT have much space to play with so:</p> <p>/ - 5gb /swap - 1gb /home - 5gb</p> <p>After that, we decide to remove windows. And we have much more space to play with.</p> <p>Question: What program can we use, in order to easily change all partition sizes after windows removal?</p> <p>Thanks in advance, MEM</p>
1446
3037
2011-01-03T12:57:21.570
2011-01-03T12:57:21.570
Change partition sizes after windows removal?
[ "windows", "partitioning" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I can really recommend <a href=\"http://gparted.sourceforge.net/\" rel=\"nofollow\">gparted</a>, at their homepage you can download a live-cd or live-usb image that can do it all in a nice easy to use gui tool. You have to boot from some live disk since you cant resize a partition that is already mounted.</p>\n\n<p>There is some generel documentation/guide to gparted <a href=\"http://gparted.sourceforge.net/larry/generalities/gparted.htm\" rel=\"nofollow\">here</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-18T22:50:17.860", "id": "2620", "lastActivityDate": "2010-08-18T22:50:17.860", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2616", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>QTParted should do the trick for you.</p>\n\n<p><a href=\"http://qtparted.sourceforge.net/\" rel=\"nofollow\">http://qtparted.sourceforge.net/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "c...
null
null
null
null
null
2622
1
null
2010-08-19T00:36:50.540
35
231476
<p>Occasionally my Ubuntu 10.04 PC won't boot properly. It gets past Grub and then stops at a blank screen and blinking cursor. From what I've read, this blinking cursor screen is presented by Ubuntu itself and not Grub, so I assume the boot process gets halted for some reason. Has anyone any guidance on how to diagnose this issue or what the cause is likely to be? Normally I need to press the reset button to reboot the PC and often it will reboot fine. The fact that it is intermittent is what confuses me.</p> <p>Any pointers on diagnosing the problem would be much appreciated.</p> <hr /> <p>It's been a while, mainly because my server has been up for a long time. It looks like I've captured a recurrence of this issue, I copied the <code>messages</code> file and the <code>dmesg</code> file and had a look where processing seems to have stopped and found the messages below. I'm going to do some research on Google etc. but figured I'd put it up here in case anyone can help and wants to earn themselves some points. I should mention that the <code>ondemand governor failed</code> message happens on successful boots but the other two don't appear to.</p> <pre><code>Oct 11 23:17:21 linux kernel: [ 98.905370] ondemand governor failed, too long transition latency of HW, fallback to performance governor Oct 11 23:21:48 linux kernel: Kernel logging (proc) stopped. Oct 11 23:21:48 linux rsyslogd: [origin software=&quot;rsyslogd&quot; swVersion=&quot;4.2.0&quot; x-pid=&quot;697&quot; x-info=&quot;http://www.rsyslog.com&quot;] exiting on signal 15. </code></pre> <p>I found a few vague references to rolling over of logfiles at boot time being the cause.</p>
1449
527764
2021-12-15T14:52:03.720
2023-04-13T07:18:00.267
Blank screen, blinking cursor on boot
[ "10.04", "boot" ]
17
4
CC BY-SA 4.0
[ { "creationDate": "2010-08-19T00:41:55.660", "id": "2604", "postId": "2622", "score": "0", "text": "Was this installed on a partition, with Wubi, or single disk?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-19T00:42:25.613", "id": "2605", "postI...
null
[ { "accepted": null, "body": "<p>Hold <kbd>shift</kbd> during boot, then hit <kbd>E</kbd> to edit the GRUB entry. Remove the part that says <code>quiet splash</code> and replace it with <code>text</code> to see what's happening during boot.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
2624
1
2625
2010-08-19T02:57:37.783
24
61128
<p>Sometimes it happen that some application crash without give no output error (<strong>conky</strong> in my case, probably is one of my configuration that is incorrect).</p> <p>Is there somewhere a error log that I can check to understand why it is crashed?</p>
829
25863
2012-06-18T18:21:30.983
2020-09-16T20:29:55.017
When an application crash without output an error, is there a log that i can check?
[ "log" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Depends on the application. Different applications have different logging systems; there's no one central log that contains all the output from all the programs that run on your system.</p>\n\n<p>That being said, a lot of programs do put their log files in the directory <code>/var/log</code>. The file <code>/var/log/syslog</code> (or maybe <code>/var/log/messages</code>), in particular, contains output from the \"system logger\", which is a service made available by the system that programs can use (if they choose to) for logging. But not all programs use it. Mostly, you'll find messages from low-level system services in that file, not the graphical applications you probably use normally.</p>\n\n<p>You may want to read <a href=\"https://askubuntu.com/questions/186276/where-are-all-the-major-log-files-located\">more about the locations of standard log files</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-19T03:15:30.013", "id": "2625", "lastActivityDate": "2017-12-23T12:02:06.023", "lastEditDate": "2017-12-23T12:02:06.023", "lastEditorDisplayName": null, "lastEditorUserId": "104", "ownerDisplayName": null, "ownerUserId": "104", "parentId": "2624", "postTypeId": "2", "score": "20" }
[ { "accepted": true, "body": "<p>Depends on the application. Different applications have different logging systems; there's no one central log that contains all the output from all the programs that run on your system.</p>\n\n<p>That being said, a lot of programs do put their log files in the directory <code...
null
null
null
null
null
2628
1
2746
2010-08-19T03:55:35.047
2
1719
<p>I know the easy ways to remap caps lock, etc, but I haven't found out how to change my <kbd>Menu</kbd> key to be an additional <kbd>Ctrl</kbd> key. Anyone know how to do this? Thanks.</p>
55
332494
2015-10-02T20:56:19.647
2015-10-02T20:56:19.647
How to change "Menu Key" to Ctrl
[ "gnome", "keyboard", "keyboard-layout" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Finally got it!</p>\n\n<p>Maco was close. The solution is (in <code>.Xmodmap</code>):</p>\n\n<pre><code>remove Control = Control_R\nkeycode 135 = Control_R Control_R Control_R Control_R\nadd Control = Control_R\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-20T16:35:36.597", "id": "2746", "lastActivityDate": "2015-06-25T18:50:27.093", "lastEditDate": "2015-06-25T18:50:27.093", "lastEditorDisplayName": null, "lastEditorUserId": "367165", "ownerDisplayName": null, "ownerUserId": "55", "parentId": "2628", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I'm kinda guessing based on how I've remapped Caps Lock before, but...</p>\n\n<p>Create a <code>~/.Xmodmap</code> file containing:</p>\n\n<pre><code>clear 135\nkeycode 135 = Control_R\n</code></pre>\n\n<p>I'm using 135 because that's the keycode xev told me on my keyboard whe...
null
0
null
null
null
2631
1
2632
2010-08-19T04:57:58.610
24
25902
<p>I have a mixed network with mostly Windows machines, a Mac, and a few Linux boxes. There is no DNS or WINS server, and adding one is outside of my control. If I put a clean install of 10.04 desktop on a computer, then all other machines on the network can get to that machine by hostname just fine. </p> <p>However, if I put 10.04 server on the same computer, then the other machines can only get to it by IP address. The hostname does not resolve. What do I need to do on the server so that all the other machines on the network can get to it?</p>
884
235
2011-08-16T21:57:07.317
2011-08-16T21:57:07.317
Access server by host name?
[ "server", "avahi" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This has to do with <a href=\"http://avahi.org\">Avahi</a>, a <a href=\"https://secure.wikimedia.org/wikipedia/en/wiki/Zeroconf\">Zeroconf</a> implementation which advertises hostnames on the local network. </p>\n\n<p>You can get started with Avahi on your server by installing the daemon: </p>\n\n<pre><code>sudo apt-get install avahi-daemon\n</code></pre>\n\n<p>From that point, you should be ready to go. Check out the docs in <code>/usr/share/doc/avahi-daemon/</code> if you have additional trouble. </p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-08-19T05:39:03.333", "id": "2617", "postId": "2632", "score": "0", "text": "Just to add a little more info, this fixed the reverse direction too (the server accessing other machines by hostname, which was also not working before).", "userDisplayName": null, "userId": "884" }, { "creationDate": "2010-11-30T11:44:21.693", "id": "16301", "postId": "2632", "score": "7", "text": "At first I thought this wasn't working for my network, but learned you need to append `.local` to the hostname, e.g. `ping basement-server.local`", "userDisplayName": null, "userId": "254" }, { "creationDate": "2012-02-22T03:17:56.373", "id": "123854", "postId": "2632", "score": "0", "text": "Followed the directions directly and got lost a bit trying to find, open, and understand the documentation because I figured I had to do some configuration. I then realized that it was already working ;) I guess they don't call it zeroconf for nothing.", "userDisplayName": null, "userId": "47470" }, { "creationDate": "2013-02-19T01:26:02.140", "id": "321956", "postId": "2632", "score": "2", "text": "can you configure avahi to work with bare hostnames?", "userDisplayName": null, "userId": "163" }, { "creationDate": "2014-11-30T01:00:56.017", "id": "761439", "postId": "2632", "score": "0", "text": "@mattwilkie, That still doesn't get it to work for me...", "userDisplayName": null, "userId": "13217" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-19T05:26:02.793", "id": "2632", "lastActivityDate": "2010-08-19T05:26:02.793", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "66", "parentId": "2631", "postTypeId": "2", "score": "33" }
[ { "accepted": true, "body": "<p>This has to do with <a href=\"http://avahi.org\">Avahi</a>, a <a href=\"https://secure.wikimedia.org/wikipedia/en/wiki/Zeroconf\">Zeroconf</a> implementation which advertises hostnames on the local network. </p>\n\n<p>You can get started with Avahi on your server by installin...
null
null
null
null
null
2635
1
2668
2010-08-19T06:38:15.510
3
743
<p>I'm ahving a Dell Inspiron 1525.</p> <p>I installed there a stock Ubuntu 10. However I can see no "hibernate" item in the shutdown menu.</p> <p>Is <code>ACPI</code> supported on <code>1525</code>? If it is, how can I make hibernate work there?</p> <p><strong>Solved:</strong> my bad, swap wasn't on.</p>
1453
1453
2010-09-03T06:36:47.627
2013-03-26T10:21:58.850
Hibernate on Dell Inspiron 1525
[ "10.04", "hibernate", "acpi", "inspiron" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-08-19T08:24:37.290", "id": "2626", "postId": "2635", "score": "0", "text": "Do you have a swap partition? Is it larger than your computer's RAM?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-08-19T10:01:01.620", "id": "2631", ...
{ "accepted": true, "body": "<p>Yes, ACPI should be supported on the Inspiron 1525 and hibernate should be available as an option on the shutdown menu. I don't own a 1525, but do own a variety of other similar Dells (1420, 1425, 1505) all of which have functioning (albeit sometimes buggy) hibernate.</p>\n\n<p>It is possible the hibernate feature was disabled for the particular model due to bugs. That's really the only reason I could imagine it to be missing. For instance, it might be you have a proprietary driver loaded that can't do it.</p>\n\n<p>If you're curious if ACPI is present at all, look in /proc/acpi.</p>\n\n<p>If you want to check if hibernate works manually, the kernel command to enable it is:</p>\n\n<p>echo -n 4 | sudo tee /proc/acpi/sleep</p>\n\n<p>If that doesn't work then it's likely hibernate is either disabled or not supported. Check the ubuntu kernel bug reports for your card.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-19T19:46:21.140", "id": "2668", "lastActivityDate": "2010-08-19T19:46:21.140", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "913", "parentId": "2635", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Yes, ACPI should be supported on the Inspiron 1525 and hibernate should be available as an option on the shutdown menu. I don't own a 1525, but do own a variety of other similar Dells (1420, 1425, 1505) all of which have functioning (albeit sometimes buggy) hibernate.</p>\n\...
null
null
null
null
null
2637
1
2645
2010-08-19T08:38:24.417
2
1800
<p>Is it possible set the size of a navigator or web browser window to exact pixel dimensions in Ubuntu?</p>
526
1067
2010-12-14T22:54:06.100
2018-01-16T18:06:20.487
Possible to limit the size of a window (such as a browser window) to exact pixel dimensions?
[ "window-manager", "browser" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you're using Compiz (installed by default) there is a Window Rules plugin that can do this. If you need this for web development, then you will be better off with various plugins specific to each browser; otherwise you may find this helpful.</p>\n\n<p>Open <em>CompizConfig Settings Manager</em><sup>1</sup> from <em>System → Preferences</em>. Navigate to the <em>Window Rules</em> plugin in the <em>Window Management</em> category (you'll see #1 below). In the <em>Size rules</em> tab, add a new rule (#2), grab the criteria by clicking on the window (#3, #4). Enter the size (you can see I previously added an example rule for Opera at 800x600), and this size will be used when matching windows are created. You can prevent resizing in the <em>Matches</em> tab (<em>Non resizable windows</em> option) of the same plugin with similar matching rules (i. e. <code>class=whatever</code>).</p>\n\n<p>The related and handy Place Windows plugin can be used to specify initial locations for windows.</p>\n\n<p><a href=\"https://i.stack.imgur.com/bYlrt.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/bYlrt.png\" alt=\"screenshot\"></a></p>\n\n<p><sup>1</sup> Not installed by default. Install the <code>compizconfig-settings-manager</code> and <code>compiz-plugins-extra</code> packages. You need the second package as it gives the <em>Window Rules</em> option in Compiz.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-19T10:39:39.527", "id": "2645", "lastActivityDate": "2018-01-16T18:06:20.487", "lastEditDate": "2018-01-16T18:06:20.487", "lastEditorDisplayName": null, "lastEditorUserId": "175814", "ownerDisplayName": "Roger Pate", "ownerUserId": null, "parentId": "2637", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<p>You can right click on the lower right corner of your window and drag it. While you do this the dimension is shown and you can choose the exact size in pixels.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-19T09:24:07.167", ...
null
null
null
null
null
2647
1
2650
2010-08-19T11:55:46.113
7
875
<p>When adding several keyboard layouts to Ubuntu (lucid), I experienced that any control key combination refers to the "default" keyboard layout. </p> <p>Specifically, on a machine I have to prepare for others, I would like to set a default keyboard to a common layout. Me myself, I like to type in dvorak, and therefore set this as a secondary layout (in the System/Preferences/Keyboard/Layouts menu) so that I can switch to it when i am using the setup. </p> <p>Throughout the system, the control key combinations refer to the default layout. I.e. to type <kbd>Ctrl</kbd>+<kbd>R</kbd> for a reverse search in a terminal, I'll have to hit the <kbd>R</kbd> key on the common layout. </p> <p>Any ideas how to fix this? </p>
1463
332494
2015-10-02T11:02:06.243
2015-10-02T11:24:24.270
Why don't shortcut keys change when keyboard layout changes?
[ "shortcut-keys", "keyboard-layout" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This is a known bug in GTK: <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=162726\" rel=\"nofollow\">https://bugzilla.gnome.org/show_bug.cgi?id=162726</a> -- although it is resolved as \"fixed\" based on the comments it seems the problem still exists :-/</p>\n\n<p>The problem with this situation is that it is unclear whether it's a bug or a feature: In some (say, for example, Arabic) countries it is rather common to switch between two keyboard layouts during work (say, for programming vs. writing emails in your language). For these users it is more convenient having application shortcuts (like <kbd>Ctrl</kbd>+<kbd>C</kbd> for copy) always mapped to the same \"physical\" key, regardless of its meaning in the current keyboard layout -- most users have for example the copy&amp;paste combination <kbd>Ctrl</kbd>+<kbd>C</kbd>/<kbd>Ctrl</kbd>+<kbd>V</kbd> deeply engraved in their \"muscle memory\". So, there does not seem to be a simple solution or fix that makes everyone happy...</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-20T11:01:43.743", "id": "2696", "postId": "2650", "score": "0", "text": "Thanks. Definitely a bug - until there is a checkbox to toggle between physical and layout control keys.", "userDisplayName": null, "userId": "1463" }, { "creationDate": "2020-07-09T19:17:22.490", "id": "2125527", "postId": "2650", "score": "0", "text": "This does not match Windows or Mac so in my opinion a bug.", "userDisplayName": null, "userId": "33577" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-19T12:26:29.107", "id": "2650", "lastActivityDate": "2015-10-02T11:24:24.270", "lastEditDate": "2015-10-02T11:24:24.270", "lastEditorDisplayName": null, "lastEditorUserId": "332494", "ownerDisplayName": null, "ownerUserId": "275", "parentId": "2647", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>This is a known bug in GTK: <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=162726\" rel=\"nofollow\">https://bugzilla.gnome.org/show_bug.cgi?id=162726</a> -- although it is resolved as \"fixed\" based on the comments it seems the problem still exists :-/</p>\n\n<p>The p...
null
null
null
null
null
2652
1
84988
2010-08-19T14:28:31.110
13
8078
<p>Where can I get XBMC for Ubuntu?</p> <p>I have the team-xbmc ppa added however they have no packages, is there an older deb or is there somewhere where i can get the source and build myself?</p>
633
25863
2011-12-04T00:04:24.043
2014-10-08T08:43:34.597
How do I install XBMC?
[ "multimedia", "xbmc" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><img src=\"https://i.stack.imgur.com/mfFlL.png\" alt=\"enter image description here\" /></p>\n<h3>For Ubuntu 12.04 and newer</h3>\n<p>Click on the button:</p>\n<p><a href=\"https://apps.ubuntu.com/cat/applications/xbmc\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-banner\" alt=\"Install via the software center\" /></a></p>\n<p>or by simply opening a terminal and typing <code>sudo apt-get install xbmc</code>.</p>\n<p>After the release of Ubuntu 12.04 updates should be available in the stable XBMC PPA above and XBMC can be updated by adding the PPA and updating your system.</p>\n<pre><code>sudo apt-add-repository ppa:team-xbmc/ppa\nsudo apt-get update &amp;&amp; sudo apt-get upgrade\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-11-07T04:45:22.480", "id": "265115", "postId": "84988", "score": "0", "text": "Should note that sound will not work correctly (HDMI for example and 5.1 Intel motherboards) and issues with MKV files still exist in 12.04 and 12.10 if I use this way (Apart from many more problems). This is why I posted the other answer below.", "userDisplayName": null, "userId": "7035" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-12-04T00:11:13.777", "id": "84988", "lastActivityDate": "2014-01-15T20:47:54.953", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "25863", "parentId": "2652", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p><a href=\"http://wiki.xbmc.org/index.php?title=HOW-TO_compile_XBMC_for_Linux_on_Debian/Ubuntu\" rel=\"nofollow\">XBMC - HOW-TO:Compile XBMC on Debian/Ubuntu</a>\nI don't know how I missed that! </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": nu...
null
null
null
null
null
2655
1
2656
2010-08-19T14:42:13.123
2
428
<p>I am starting emacs remotely over an ssh connection. </p> <p>But on the emacs window I cannot find a way to resize or move it. There is no fluxbox title bar visible, and I guess the title bar is above the visible viewport, because emacs starts vertically with more height than the screen has. The lower border of the emacs window is also below the viewport border, so I cannot resize the window.</p> <p>I am starting emacs like this:</p> <pre><code>emacs23 </code></pre> <p>This is the emacs version:</p> <blockquote> <p>This is GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.0)<br> of 2010-03-29 on yellow, modified by Debian</p> </blockquote> <p>The remote system that runs emacs is 10.04 Lucid Lynx amd64. The local system is running 9.10 Karmic Koala 32 bit and Fluxbox 1.1.1-2 </p>
1467
236
2010-08-19T15:02:14.883
2012-11-30T21:49:45.343
Window decoration of emacs23 window on fluxbox is outside screen
[ "ssh", "xorg", "emacs", "fluxbox" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-25T00:06:13.057", "id": "9273", "postId": "2655", "score": "0", "text": "so what is your question? how to start emacs so that you can see the decorations?", "userDisplayName": null, "userId": "1223" } ]
{ "accepted": true, "body": "<p>I found a workaround which I post as an answer, but I would prefer if someone comes up with a real solution:</p>\n\n<p>When I start emacs like this</p>\n\n<pre><code>emacs23 -g 98x36\n</code></pre>\n\n<p>I get a viewport that exactly fits my screen and all of the fluxbox window decoration is accessible.</p>\n\n<p>I found out the values 98 and 36 by trying different numbers.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-19T14:48:46.837", "id": "2656", "lastActivityDate": "2010-08-19T15:27:08.833", "lastEditDate": "2010-08-19T15:27:08.833", "lastEditorDisplayName": null, "lastEditorUserId": "1467", "ownerDisplayName": null, "ownerUserId": "1467", "parentId": "2655", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I found a workaround which I post as an answer, but I would prefer if someone comes up with a real solution:</p>\n\n<p>When I start emacs like this</p>\n\n<pre><code>emacs23 -g 98x36\n</code></pre>\n\n<p>I get a viewport that exactly fits my screen and all of the fluxbox wind...
null
null
null
null
null
2659
1
2662
2010-08-19T17:56:55.133
3
3092
<p>I'm having a 250gb disk and 4gb ram. Planning to use:</p> <pre><code>/ (15GB) /swap (8GB) /home (the remaining) </code></pre> <p>My question is, for root and home, what file system should we choose. I see to many options... should I go for FAT32?</p>
1446
235
2010-10-09T14:52:10.913
2010-10-10T00:08:16.040
Choosing a file system?
[ "10.04", "filesystem", "partitioning" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-19T22:18:45.127", "id": "2669", "postId": "2659", "score": "0", "text": "Even for a windows partition you would not want to use FAT32, but perhaps NTFS. FAT is useful for removable media such as floppies (remember those?) and USB sticks that made be used with a variety...
{ "accepted": true, "body": "<p>You must go for a Unix-filesystem, supporting permissions and inodes, for Unix to work correctly.</p>\n\n<p>FAT32 doesn't support all the things Unix needs, so it will simply not work well.</p>\n\n<p>Unless you know exactly what you are doing and/or have plenty of time to spare, I would use the installation procedure suggestion.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-19T18:12:35.103", "id": "2662", "lastActivityDate": "2010-08-19T18:12:35.103", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "963", "parentId": "2659", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Absolutely do <strong>NOT</strong> go for FAT32! </p>\n\n<p>You need a real Linux filesystem to have correct permissions available. ext4 is the default in Ubuntu nowadays and very good for SSDs. If you want something with a bit more testing under its belt, go for ext3.</p>...
null
null
null
null
null
2672
1
2689
2010-08-19T20:59:58.343
2
900
<p>I can boot into recovery via grub and the low graphics mode option works but I don't really know what to do from there to fix it so I can use a proper graphics mode. It is usuable now though some colours are missing.</p> <p>According to wikipedia the Tecra A2 has 16-64 MB DDR RAM Intel graphic adapter. If that is worth anything. In Windows these are driver details listed in the video properties: Intel 82852/82855 GM/GME Graphics Controller.</p>
1474
null
null
2010-08-20T13:11:44.257
Blank screen on boot after upgrade from 9.04 to 10.04 with a toshiba tecra a2. Fix?
[ "video", "boot", "upgrade" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>These problem are usually seen in i8xx chips. Sadly ubuntu has not any proper solution for this. But they have published <a href=\"https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes\" rel=\"nofollow\">potential fixes</a>. Just hope one of them work for you.</p>\n\n<p>Also check out this <a href=\"http://www.ubuntugeek.com/how-to-fix-ubuntu-10-04-lts-lucid-blank-screen-at-startup.html\" rel=\"nofollow\">post</a> on ubuntugeek.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-20T06:29:05.757", "id": "2683", "postId": "2689", "score": "0", "text": "Those are both good links.", "userDisplayName": null, "userId": "913" }, { "creationDate": "2010-08-21T09:13:56.340", "id": "2768", "postId": "2689", "score": "0", "text": "The GTT Incoherency Patch worked but for those who come later it took two reboots to get it to work normally for some reason.", "userDisplayName": null, "userId": "1474" }, { "creationDate": "2010-08-21T09:42:41.160", "id": "2769", "postId": "2689", "score": "0", "text": "Actually, it is still pretty disappointing. Every second boot there is no border or title bar for the windows and I am not getting full colour. I'll probably just roll back to karmic because I only upgraded in hopes that they would have fixed the handling of projectors but failing to properly support my video chip makes that rather a moot point.", "userDisplayName": null, "userId": "1474" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T04:34:43.287", "id": "2689", "lastActivityDate": "2010-08-20T04:34:43.287", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1360", "parentId": "2672", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>These problem are usually seen in i8xx chips. Sadly ubuntu has not any proper solution for this. But they have published <a href=\"https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes\" rel=\"nofollow\">potential fixes</a>. Just hope one of them work for you.</p>\n\n<p>Also check ...
null
null
null
null
null
2674
1
null
2010-08-19T22:31:52.480
6
838
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/16988/how-do-i-install-ubuntu-to-a-usb-key">How do I install Ubuntu to a USB key?</a> </p> </blockquote> <p>I want to carry around a persistent installation of Ubuntu on a USB stick with all my favourite bits of software. What's the simplest way to do this?</p>
1481
-1
2017-04-13T12:23:07.557
2010-12-17T17:51:50.487
Persistent Installation to USB Stick
[ "live-usb" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T15:11:21.013", "id": "19103", "postId": "2674", "score": "2", "text": "I know it's weird to dupe to a newer question, but the method in the above question works very well.", "userDisplayName": null, "userId": "235" } ]
null
[]
null
null
2010-12-21T15:22:43.483
null
null
2677
1
null
2010-08-20T00:17:53.303
5
19624
<p>Good Evening All,</p> <p>I just got my HP Laptop Back from the factory and then I tried to install Ubuntu.</p> <p>It got through the whole installation, however, when I restarted and chose Ubuntu a quick screen flashes that says:</p> <blockquote> <p>Try (hd0,0) NTFS5: no wubildr<br> Try (hd0,1) NTFS5:</p> </blockquote> <p>Then it quickly goes to the Boot Loader which I am presented with:</p> <blockquote> <p>Windows 7 (loader) (on /dev/sda1)<br> Windows Vista (loader) (on /dev/sda2)<br> Windows Vista (loader) (on /dev/sda3)</p> </blockquote> <p>Of course if I click Win 7 it'll go to the main screen to choose between Win 7 or Ubuntu, if I choose Vista, it'll come with an error of sorts.</p> <p>The strange thing is, I looked in my C:/ Drive and I see wubildr and wubilder.mbr</p> <p>Idk if it makes a difference but I am running a 64-bit processor. Installed the 64-bit desktop version and am presented with ultra-fail.</p> <p>I've gone to: <a href="http://ubuntuforums.org/showthread.php?s=4d54a8d3760f6fe805156524b7ab9acf&amp;t=798283&amp;page=1" rel="noreferrer">http://ubuntuforums.org/showthread.php?s=4d54a8d3760f6fe805156524b7ab9acf&amp;t=798283&amp;page=1</a></p> <p>But have had no luck.</p>
1484
667
2010-08-23T17:48:40.080
2011-02-02T09:21:56.137
How can I fix 'no wubildr' error in WUBI on Windows 7?
[ "wubi", "64-bit", "windows-7" ]
3
8
CC BY-SA 2.5
[ { "creationDate": "2011-02-20T00:10:41.260", "id": "29947", "postId": "2677", "score": "0", "text": "It is happening to my laptop too.\r\nWhat seems to fix the issue is that i press PAUSE immediately after i select ubuntu, wait for a couple of minutes and then unpause and i can see the kernel ed...
null
[ { "accepted": null, "body": "<p>I never found a real fix for it when I ran Wubi on my laptop. For me, it came down to finding the version of Wubi/Ubuntu that worked. For example, 10.04 (64-bit) refused to install properly, but 9.10 worked like a trooper (until kernel panicked a few days later, but that's a ...
null
null
2013-03-14T17:05:28.563
null
null
2678
1
null
2010-08-20T00:20:13.080
3
1108
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/14686/kindle-for-pc-via-wine">Kindle for PC via Wine</a> </p> </blockquote> <p>I've 'installed' Kindle using Wine but it doesn't work. The menu item is there but nothing seems to happen when I click it. I have set the application settings in Wine config to run Kindle as Windows 98 as I've seen suggested... still no luck.</p> <p>Any experience with this?</p> <p>EDIT I don't have a kindle, but I use kindle for android. I was wanting to be able to read my books on my pc without having to use windows.</p>
39
-1
2017-04-13T12:24:17.760
2012-04-29T01:52:43.030
How can I get Kindle for PC to work in Ubuntu using Wine?
[ "wine", "ebooks", "kindle" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2012-07-26T15:12:57.110
null
null
2684
1
2706
2010-08-20T02:22:43.137
6
482
<p>I'm running an older Dell GX280, with a new 500GB drive and 2GB RAM. Fresh install with my <code>~</code> directory copied from an older HD I got the 500GB to replace. I think I'm running ext4 on both my <code>/</code> and <code>/home</code> partitions. </p> <p>And, if I run for a few days, I lose my <code>~/</code> directory. By which I mean, I can do anything with any file and directory in <code>~/</code> if I know what I'm looking for, but if I do <code>ls</code>, or try tab-completion, or try to view it in nautilus, it hangs. Then, I reboot, and everything is back together. </p> <p>What is it? Where do I start looking for problems? I don't know where to start Googling for the answer.</p> <p>Here's my <code>/etc/fstab</code></p> <pre><code>jacoby@oz:/var/log$ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5). # # &lt;file system&gt; &lt;mount point&gt; &lt;type&gt; &lt;options&gt; &lt;dump&gt; &lt;pass&gt; proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=4f677505-0b67-47b0-bbb4-858ffc1fe125 / ext4 errors=remount-ro 0 1 # /alt was on /dev/sdb1 during installation UUID=b0eec90c-d312-4123-b78c-7487a3347888 /alt ext4 defaults 0 2 # /home was on /dev/sda6 during installation UUID=1def350e-fe9a-40e3-8162-0a9f7ff8d5ef /home ext4 defaults 0 2 # swap was on /dev/sda5 during installation UUID=e62cd8c5-6088-44a8-84a6-7d399e42d81d none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 </code></pre>
1491
17739
2011-10-27T18:41:03.047
2011-10-27T18:41:03.047
My home directory just goes away. Why?
[ "filesystem", "ext4" ]
1
8
CC BY-SA 3.0
[ { "creationDate": "2010-08-20T02:31:34.470", "id": "2671", "postId": "2684", "score": "1", "text": "So, it doesn't go away, it causes a freeze?", "userDisplayName": null, "userId": "66" }, { "creationDate": "2010-08-20T04:39:09.203", "id": "2676", "postId": "2684", "s...
{ "accepted": true, "body": "<p>Here's one thing I can think of that could explain your symptoms. If you have a mount point to a “flaky” filesystem, or a symbolic link to a mount point to a flaky filesystem, in your home directory, then most methods of listing your home directory could hang (including <code>ls -l</code>, <code>ls -F</code>, <code>ls --color</code>, but not plain <code>/bin/ls</code>) waiting for that flaky filesystem.</p>\n\n<p>Possible examples of flaky filesystems:</p>\n\n<ul>\n<li><p>An NFS/Samba mount where the server is not responding. This is mostly observed in unix enterprise environments.</p></li>\n<li><p>A fuse mount that's hung on .</p></li>\n</ul>\n\n<p>Unmounting the offending filesystem may help; <code>umount -l</code> or <code>umount -f</code> may be useful in desperate circumstances (read the <code>mount</code> man page before using these options). For a fuse filesystem that's waiting on a process that isn't responding, try umounting with <code>fusermount -u</code> (or <code>fusermount -uz</code> if there are open files), and killing the non-responding process.</p>\n\n<p>Tip: don't mount this kind of filesystems under a directory you traverse often, such as your home directory. Have a dedicated parent directory for such mount points, e.g., <code>~/mnt</code>. The same goes for symbolic links that point into these filesystems.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-08-20T12:27:00.253", "id": "2703", "postId": "2706", "score": "0", "text": "That's a maybe. I'll have to wait for the next time it happens. I AM using a CRAZY amount of FUSE. I set up my twelve mountpoints in /sshmount and symbolically link to them so that they don't show up when I du in my home directory. I can't say yet that this is definitively it, but it does seem likely. And, thanks.", "userDisplayName": null, "userId": "1491" }, { "creationDate": "2010-08-20T12:31:12.463", "id": "2704", "postId": "2706", "score": "0", "text": "Seems like the good way to force the error is to reboot my home machine while still sshfs-mounted. I might try that later today.", "userDisplayName": null, "userId": "1491" }, { "creationDate": "2010-08-20T14:53:53.350", "id": "2720", "postId": "2706", "score": "0", "text": "@VarLogRant: Doh, right, I should have thought of this. A crashed fuse daemon would be a modern equivalent of an absent NFS server.", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2010-08-20T19:39:13.270", "id": "2741", "postId": "2706", "score": "0", "text": "No biggie. I didn't think to mention it until you mentioned NFS.", "userDisplayName": null, "userId": "1491" }, { "creationDate": "2010-08-30T23:09:32.057", "id": "3345", "postId": "2706", "score": "0", "text": "It happened again. I'm sure it's Fuse now.", "userDisplayName": null, "userId": "1491" }, { "creationDate": "2010-08-31T12:39:45.097", "id": "3360", "postId": "2706", "score": "0", "text": "When I noticed it happening, I was at home viewing my work machine and could fusermount -u everything but gvfs and one of my sshfs connections. So, it's one or the other.", "userDisplayName": null, "userId": "1491" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T11:32:09.020", "id": "2706", "lastActivityDate": "2010-08-20T14:51:15.023", "lastEditDate": "2010-08-20T14:51:15.023", "lastEditorDisplayName": null, "lastEditorUserId": "1059", "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "2684", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>Here's one thing I can think of that could explain your symptoms. If you have a mount point to a “flaky” filesystem, or a symbolic link to a mount point to a flaky filesystem, in your home directory, then most methods of listing your home directory could hang (including <code...
null
null
null
null
null
2685
1
null
2010-08-20T02:24:03.087
6
1047
<p>Tips and advice on how to clone <a href="http://macromates.com" rel="noreferrer">Textmate</a>'s functionality in Ubuntu. I've done some research on this in the past and I know this information is valuable to the community.</p>
37
37
2010-08-20T02:49:16.037
2010-10-10T17:09:59.010
Cloning Textmate's functionality with Vim
[ "vim", "text-editor", "text" ]
8
3
CC BY-SA 2.5
[ { "creationDate": "2010-08-20T02:46:57.150", "id": "2672", "postId": "2685", "score": "0", "text": "How is gedit related?", "userDisplayName": null, "userId": "66" }, { "creationDate": "2010-08-20T02:49:08.970", "id": "2673", "postId": "2685", "score": "0", "text"...
null
[ { "accepted": null, "body": "<h1>NerdTree</h1>\n<p>For file exploration in Vim.</p>\n<p><a href=\"http://www.vim.org/scripts/script.php?script_id=1658\" rel=\"nofollow noreferrer\">http://www.vim.org/scripts/script.php?script_id=1658</a></p>\n", "commentCount": "0", "comments": [], "communityOwn...
2010-08-20T02:24:25.113
null
null
null
null
2687
1
2688
2010-08-20T03:13:30.330
1
750
<p>I'm looking for the gnome equivalent program to kControl.</p> <p>I'm reading some online stuff and it says now run kControl, but I'm on gnome, so what is the program for gnome that serves the same purpose.</p>
791
7035
2011-06-07T15:12:36.747
2011-06-07T15:12:36.747
What is the Gnome equivalent to KDE KControl?
[ "gnome", "kubuntu" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You're looking for <a href=\"https://launchpad.net/gnome-control-center\" rel=\"nofollow noreferrer\"><code>gnome-control-center</code></a>. Its not exposed in the UI, but you can access it via the <em>Run As</em> dialog or the terminal. </p>\n\n<p><img src=\"https://i.stack.imgur.com/JXqZp.png\" alt=\"main screen of g-c-c\"></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-20T04:37:15.230", "id": "2675", "postId": "2688", "score": "0", "text": "It shows up for me in the System menu below Preferences and Administration.", "userDisplayName": null, "userId": "30" }, { "creationDate": "2010-08-20T05:06:59.807", "id": "2678", "postId": "2688", "score": "0", "text": "hmmm. that's not the default IIRC, only if explicitly enabled.", "userDisplayName": null, "userId": "66" }, { "creationDate": "2010-08-20T15:21:22.700", "id": "2721", "postId": "2688", "score": "0", "text": "I don't remember adding it, but I've done lots of things I don't remember later, so that's definitely a possibility :-)", "userDisplayName": null, "userId": "30" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T03:22:17.907", "id": "2688", "lastActivityDate": "2010-08-20T03:22:17.907", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "66", "parentId": "2687", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>You're looking for <a href=\"https://launchpad.net/gnome-control-center\" rel=\"nofollow noreferrer\"><code>gnome-control-center</code></a>. Its not exposed in the UI, but you can access it via the <em>Run As</em> dialog or the terminal. </p>\n\n<p><img src=\"https://i.stack....
null
null
null
null
null
2700
1
2701
2010-08-20T08:22:47.997
26
15183
<p>I have over 60 processes of <code>console-kit-daemon</code> that won't stop reappearing after I've used <code>sudo killall console-kit-daemon</code>. I have no idea what the daemon is for. </p> <p>I'm running ubuntu 10.04. What's going on?</p>
1454
449
2014-05-14T09:13:40.733
2014-05-14T09:13:40.733
Why 60+ console-kit-daemon processes?
[ "process", "console-kit" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>They're not processes, they're threads under one process. </p>\n\n<p>By default htop shows threads and in this case, is very misleading. You can alter this by going into <code>Setup</code> (<kbd>F2</kbd>), <code>Display options</code> and checking <code>Hide userland threads</code>. </p>\n\n<p><img src=\"https://i.stack.imgur.com/RPwOd.png\" alt=\"enter image description here\"></p>\n\n<p>Press <kbd>F10</kbd> when you're done.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-20T12:54:01.697", "id": "2706", "postId": "2701", "score": "9", "text": "Here is some more info on what ConsoleKit actually does: http://www.freedesktop.org/software/ConsoleKit/doc/ConsoleKit.html", "userDisplayName": null, "userId": "455" }, { "creationDate": "2017-08-24T08:10:58.057", "id": "1511096", "postId": "2701", "score": "0", "text": "<kbd>F10</kbd> - good joke. It opens terminal file menu.", "userDisplayName": null, "userId": "51852" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-20T08:42:04.330", "id": "2701", "lastActivityDate": "2014-03-24T12:37:10.410", "lastEditDate": "2014-03-24T12:37:10.410", "lastEditorDisplayName": null, "lastEditorUserId": "34265", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2700", "postTypeId": "2", "score": "35" }
[ { "accepted": true, "body": "<p>They're not processes, they're threads under one process. </p>\n\n<p>By default htop shows threads and in this case, is very misleading. You can alter this by going into <code>Setup</code> (<kbd>F2</kbd>), <code>Display options</code> and checking <code>Hide userland threads<...
null
null
null
null
null
2707
1
null
2010-08-20T11:37:33.337
5
7857
<p>I've tried to set up that configuration a lot of times, but I'm not able to make it work properly. I want to set up one of the screens as vertical and the other one as horizontal...</p> <p>I'm able to use then both as vertical or both as horizontal...</p> <p>PD: I have an NVidia card, I've talk with people that have ATI cards and appears to be easier...</p> <p>PD2: I'm using Ubuntu 10.04</p>
1508
1508
2010-08-28T09:27:44.507
2011-06-24T22:26:06.290
How to set up two screens in one vertical-one horizontal formation?
[ "10.04", "configuration", "nvidia", "multiple-monitors" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I believe the this <a href=\"http://www.chrisamiller.com/blog/2008/05/11/rotating-one-monitor-with-ubuntu/\" rel=\"nofollow\">blog post</a> discusses the affect your trying to achieve. :)</p>\n\n<p>You also might want to check out <a href=\"http://sourceforge.net/projects/xi...
null
null
null
null
null
2708
1
2718
2010-08-20T11:59:47.587
4
1723
<p>Hopefully the title sums it up, but I'm looking for a way of being able to switch the Appearance Preferences' Visual Effects option to 'None', from a terminal/script (and optionally later to be able to switch back to 'Normal', though that's not such a big deal).</p> <p>I'm a total Ubuntu-noob, so I can't tell you which window manager/widget-set/whatever I am using (Gnome 2.30.0?). It's on Ubuntu 10.4 patched up to date as of late July 2010.</p>
424
null
null
2017-12-13T17:07:35.417
Is there a terminal/command-line interface to the 'Appearance Preferences' dialog?
[ "command-line", "appearance" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If all you need to do is to disable and enable effects this is fairly easy done with</p>\n\n<pre><code>metacity --replace</code></pre>\n\n<p>to disable effects and </p>\n\n<pre><code>compiz --replace</code></pre>\n\n<p>to enable effects. This is scriptable too.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-20T13:25:03.877", "id": "2709", "postId": "2718", "score": "0", "text": "Thanks - I haven't tried scripting this yet but the metacity --replace command certainly seemed to kill the desktop effects (and thus allow me to use VNC properly). Cheers!", "userDisplayName": null, "userId": "424" }, { "creationDate": "2010-08-20T13:30:53.290", "id": "2710", "postId": "2718", "score": "1", "text": "FWIW, if what you're trying to solve is VNC not working properly with desktop effects enabled you can set /desktop/gnome/remote_access/disable_xdamage to true in gconf-editor. The side effect will be that it will update more than just the changed regions so it will be slower and consume more badnwidth.", "userDisplayName": null, "userId": "289" }, { "creationDate": "2010-08-20T14:38:03.460", "id": "2717", "postId": "2718", "score": "0", "text": "+1 @Li Lo - thanks for that. That would certainly be useful when I'm using VNC on the same local network. In this particular instance I'll be remoting into a machine across the internet, behind a slow broadband connection, so I'll stick with the 'faster' side effect.", "userDisplayName": null, "userId": "424" }, { "creationDate": "2010-08-20T14:51:07.800", "id": "2719", "postId": "2718", "score": "1", "text": "In that case I suggest you try ouy Nomachine NX, FreeNX or neatx. It's much faster than VNC.", "userDisplayName": null, "userId": "289" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-08-20T13:13:09.653", "id": "2718", "lastActivityDate": "2017-12-13T17:07:35.417", "lastEditDate": "2017-12-13T17:07:35.417", "lastEditorDisplayName": null, "lastEditorUserId": "507051", "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2708", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If all you need to do is to disable and enable effects this is fairly easy done with</p>\n\n<pre><code>metacity --replace</code></pre>\n\n<p>to disable effects and </p>\n\n<pre><code>compiz --replace</code></pre>\n\n<p>to enable effects. This is scriptable too.</p>\n", "c...
null
null
null
null
null
2710
1
2796
2010-08-20T12:13:15.713
15
4836
<p>I am using 10.04 and I use the 'Print to File' feature a lot but it's annoying to have to change the output option to to PDF each time. Is there a way to make it the default? </p> <p><img src="https://i.stack.imgur.com/k9aSA.png" alt="&#39;Print to File&#39; dialog"></p>
331
331
2010-08-22T00:09:50.770
2011-03-15T06:59:14.727
Can I make PDF the default for 'print to file'
[ "configuration", "pdf" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can install the <code>cups-pdf</code> package, add a new printer of the type \"Generic CUPS-PDF Printer\", and then make that the default printer.</p>\n\n<p>I don't use this myself, so I am not sure if the quality of the PDFs that creates is different (for better or for worse) than what the \"save to file\" feature provides though. (Maybe you can comment here on your experiences with it?)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-25T15:30:28.123", "id": "3038", "postId": "2796", "score": "0", "text": "The quality is comparable but you don't get to specify the file name, it just saves it in '~/PDF'", "userDisplayName": null, "userId": "331" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T04:16:28.253", "id": "2796", "lastActivityDate": "2010-08-21T04:16:28.253", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "2710", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<p>I did some looking around interesting question. There is some discussion on Ubuntu forums. </p>\n\n<p>Here are a couple of link I found useful, they seem to be talking about firefox method of changing it! I hope this helped you. :) </p>\n\n<p>Here is the <a href=\"http://mich...
null
null
null
null
null
2711
1
2715
2010-08-20T12:15:55.570
4
235
<p>My ISP offers a freezone Ubuntu mirror (http://ftp.iinet.net.au/pub/ubuntu/) however Ubuntu is constantly pulling updates from a US server that is</p> <ul> <li>slower</li> <li>not inside my freezone</li> </ul> <p>How can I force Ubuntu to use my local, freezone mirror before using others?</p>
1234
866
2010-11-13T20:48:52.893
2010-11-13T20:48:52.893
Locking updates to a specific mirror
[ "package-management", "apt", "updates", "official-repositories" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Go to the menu System > Administration > Software Sources. There is a drop-down box labled \"Download from:\" where you can choose a mirror near you.</p>\n\n<p>If this doesn't work as planned (might not since you have a \"custom mirror\") then you can edit the file <code>/etc/apt/sources.list</code> by typing <code>sudo gedit /etc/apt/sources.list</code> in a terminal and pressing enter, if you need help you can type <code>man sources.list</code> in the terminal.</p>\n\n<p>A source of the unwanted traffic might be from <code>security.ubuntu.com</code> this is where the security updates comes from, they can be turned off, but it's not recommended! </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-20T22:29:31.227", "id": "2752", "postId": "2715", "score": "0", "text": "Thanks. My local freezone mirror is actually officially listed by Ubuntu as an official mirror. Bonus!", "userDisplayName": null, "userId": "1234" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T12:39:00.940", "id": "2715", "lastActivityDate": "2010-08-20T12:39:00.940", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2711", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Go to the menu System > Administration > Software Sources. There is a drop-down box labled \"Download from:\" where you can choose a mirror near you.</p>\n\n<p>If this doesn't work as planned (might not since you have a \"custom mirror\") then you can edit the file <code>/etc...
null
null
null
null
null
2719
1
2812
2010-08-20T13:22:19.467
20
29067
<p>A few iterations ago, I think this was Jaunty but could've been before, I would plug a 1/8" audio cable from the line-out of a Windows netbook to the line-in of my Ubuntu machine, so I would have all the sound from both machines without having to plug both into a mixer which I don't have. I didn't do this much, as I was pretty-much happy with Banshee at the time. But with Karmic, and still with Lucid, I can only get the output if I'm recording with Audacity. Which I'm not going to do from my web-development and systems programming workstation.</p> <p>I can tell by plugging in headphones that my netbook has audio out working. I can see Sound Preferences that the Ubuntu machine is receiving them. I just want the old behavior back. Help?</p>
1491
null
null
2014-01-29T15:09:52.683
How do I output my audio input?
[ "sound" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If I understand correctly, you're trying to stream the microphone input to the audio output? The simplest I can think of is to use gst-launch for that. Open a terminal and type:</p>\n\n<pre><code>gst-launch pulsesrc ! pulsesink\n</code></pre>\n\n<p>The press CTRL+C to stop streaming. You may have to install the gstreamer tools to have this available:</p>\n\n<pre><code>sudo apt-get install gstreamer-tools\n</code></pre>\n\n<p>Note that as I don't have any suitable audio source, I didn't actually try that so it may not work. Any feedback on whether it does would be appreciated.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-08-22T14:27:50.343", "id": "2819", "postId": "2812", "score": "0", "text": "It works quite alright..", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-23T12:19:41.170", "id": "2881", "postId": "2812", "score": "0", "text": "That it does. I got the answer on the weekend and have the problem on my work machine, so I didn't want to say OK until I tested it. And I'm testinb it right now. It does work.", "userDisplayName": null, "userId": "1491" }, { "creationDate": "2013-04-22T17:29:33.593", "id": "357333", "postId": "2812", "score": "0", "text": "Is this still the only fix? Nothing in the GUI? I'm running 13.04.", "userDisplayName": null, "userId": "1639" }, { "creationDate": "2016-01-10T22:34:43.027", "id": "1063220", "postId": "2812", "score": "2", "text": "On my Linux Mint system, I have to use `gst-launch-1.0` rather than just `gst-launch`. But the basic recipe works perfectly with that fix; +1.", "userDisplayName": null, "userId": "173226" }, { "creationDate": "2016-12-01T19:45:38.573", "id": "1317872", "postId": "2812", "score": "1", "text": "On 16.04 this answer gives the error; ERROR: pipeline could not be constructed: no element \"pulsesrc\".", "userDisplayName": null, "userId": "39783" }, { "creationDate": "2019-04-16T14:05:16.053", "id": "1880323", "postId": "2812", "score": "0", "text": "My Ubuntu 18.04 can't locate the package gstreamer-tools...", "userDisplayName": null, "userId": "253620" }, { "creationDate": "2019-09-10T18:56:39.100", "id": "1956888", "postId": "2812", "score": "3", "text": "Ubuntu 19.04, preinstalled `gst-launch-1.0`, instead of `gst-launch`, if not just `sudo apt install gstreamer1.0-tools `, or [look here](https://wiki.ubuntuusers.de/Gstreamer-1.0/)", "userDisplayName": null, "userId": "736495" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T12:17:59.887", "id": "2812", "lastActivityDate": "2010-08-21T12:17:59.887", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1593", "parentId": "2719", "postTypeId": "2", "score": "22" }
[ { "accepted": true, "body": "<p>If I understand correctly, you're trying to stream the microphone input to the audio output? The simplest I can think of is to use gst-launch for that. Open a terminal and type:</p>\n\n<pre><code>gst-launch pulsesrc ! pulsesink\n</code></pre>\n\n<p>The press CTRL+C to stop st...
null
null
null
null
null
2721
1
null
2010-08-20T13:39:40.593
15
15007
<p>I would like to utilize Ubuntu server as web server, but I want to make sure I follow best practices for setting things up. I want to ensure I set the directory up in the best location and understand how to configure the appropriate security on that folder. I would like to be able to FTP to the server and push files into the web folders, so I would like to under stand how to ensure that my PureFTPd user can manipulate files/directories within the web folders.</p>
659
null
null
2010-10-13T18:56:55.640
Web Server Best Practices: Directory Structure & Security
[ "filesystem", "security", "server", "websites" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T18:56:55.640", "id": "1578596", "postId": "2721", "score": "0", "text": "I found this [answer](https://serverfault.com/questions/6895/whats-the-best-way-of-handling-permissions-for-apache2s-user-www-data-in-var-w) on serverfault.com, and found it very useful. A lot ...
null
[ { "accepted": null, "body": "<p>This is a very general question.</p>\n\n<p>Obviously, you don't want to run your web server as root. However, the Ubuntu install already does that in the right way.</p>\n\n<p>Furthermore, on the apache website are some <a href=\"http://httpd.apache.org/docs/2.0/misc/security_...
null
null
null
null
null
2724
1
2727
2010-08-20T14:07:05.283
55
171081
<p>Kind-of like <a href="https://askubuntu.com/questions/386/how-can-i-most-easily-migrate-all-my-apps-and-settings-from-one-ubuntu-install-to">this question</a> but slightly different (I think), in that I have 6 identical Acer Aspire Revo R3610 machines. One is (almost) configured to my requirements - when I'm done preparing it I'd like to make the other 5 machines absolutely the same. I'm very new to Ubuntu, what's the most straightforward (easiest) way of doing this?</p> <p>The machines are going to live on different networks if that might otherwise be a problem (eg with Windows you can clone disks but you then have to make registry changes afterwards if they're going to run on the same network etc). The hardware in all 6 machines is, I stress, the same!</p> <p>How can I efficiently clone one source image on to these identical machines?</p> <p><em>Please restrict one software/solution per answer</em></p>
424
-1
2017-04-12T07:23:19.023
2017-06-02T19:07:56.147
Best way to clone an installation (copying to identical hardware)
[ "system-installation", "clone" ]
12
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://en.wikipedia.org/wiki/Clonezilla\">Clonezilla</a> sounds like it fits your needs</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-08-20T14:39:54.500", "id": "2718", "postId": "2727", "score": "1", "text": "Totally the right tool for the job. My Mum runs 'Mumbuntu' and I take a snapshot of her Acer Revo periodically using clonezilla and take it home to restore on a Revo I own as a backup. Works a treat.", "userDisplayName": null, "userId": "612" }, { "creationDate": "2010-10-10T19:21:21.423", "id": "5755", "postId": "2727", "score": "7", "text": "One benefit of using tools like partimage and ntfsclone (which is what Clonezilla uses to create the disk image) is that they understand the underlying filesystem on each partition, which allows them to copy only used blocks. As dd does not have this functionality, it must copy every byte of the partition, regardless of whether or not it is used.", "userDisplayName": null, "userId": "46" }, { "creationDate": "2011-09-12T05:10:17.453", "id": "69814", "postId": "2727", "score": "1", "text": "It sucks. Failed to clone after two days work. Hangs on alculating bitmap... Use Windows and Acronis Trueimage", "userDisplayName": null, "userId": "13472" }, { "creationDate": "2011-11-16T16:17:21.850", "id": "90196", "postId": "2727", "score": "0", "text": "Will DD not make the bootable backup CD? Is that the reason use CloneZilla?", "userDisplayName": "user25165", "userId": null }, { "creationDate": "2013-04-09T03:09:39.090", "id": "350868", "postId": "2727", "score": "0", "text": "@YumYumYum: `dd` makes *copies* of a file/partition/drive. So if you clone a bootable CD (either `.iso` image or a `CDFS` partition) the result will be bootable as well. But `dd` will *not* \"convert\" a given set of folders/files to a bootable image.", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2017-07-03T02:34:24.000", "id": "1474731", "postId": "2727", "score": "0", "text": "Clonezilla makes an \"almost\" perfect copy. Most everything works except Chromium. It looks like it is launching then just silently gives up. So here is the solution: go into the software installer, remove it then add it back again and log it back into Google to get bookmarks and extensions.", "userDisplayName": null, "userId": "640711" } ], "communityOwnedDate": "2010-10-18T13:34:17.500", "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T14:21:11.700", "id": "2727", "lastActivityDate": "2010-08-20T14:21:11.700", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "630", "parentId": "2724", "postTypeId": "2", "score": "33" }
[ { "accepted": null, "body": "<h1><a href=\"http://en.wikipedia.org/wiki/Dd_(Unix)\" rel=\"noreferrer\">dd</a></h1>\n\n<p>A low level copy using dd would do the trick!</p>\n\n<p>Watch out for conflicting IP addresses and hostnames.</p>\n\n<p>Basically put the source drive and destination drive in the same ma...
2010-10-18T13:34:17.500
null
null
null
null
2728
1
2731
2010-08-20T14:31:51.443
12
2872
<p>I know I could use VirtualBox or VMWare, but does anyone know of a way to run iTunes without having to run Windows virtually on Ubuntu? </p> <p>Will iTunes run using Wine? Is there a better more native way to run iTunes?</p>
262
169736
2014-08-05T19:04:42.047
2014-08-05T19:04:42.047
Run iTunes without virtualizing Windows?
[ "wine", "itunes" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=1347\">iTunes on Wine</a> is the closest thing to \"native\" you'll get but it's not supported very well and you won't get device syncing.</p>\n\n<p>iTunes through VirtualBox is probably going to give you the highest quality experience.. You'll probably be able to use devices (read: iPods, iPhones, <a href=\"http://www.youtube.com/watch?v=rw2nkoGLhrE\">iRacks</a>, etc) as you would with a real Windows install. It's just heavy.</p>\n\n<p>I do wonder why you want to run iTunes. If it's just for purchasing, playing and syncing audio files, there are alternatives (Rhythmbox, Banshee, Amarok, MPD+Frontends, etc) that are arguably better and are truly native applications. They just take a little getting used to.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-20T22:44:55.573", "id": "2753", "postId": "2731", "score": "2", "text": "No.. I actually hate iTunes, but if you buy an Apple product you pretty much have to run it. You can't do a single thing with a brand new iPad without iTunes. So just wondering. Basically the answer is you have to run Windows (or have a mac) (Virtually or otherwise)", "userDisplayName": null, "userId": "262" }, { "creationDate": "2010-08-20T23:21:15.263", "id": "2755", "postId": "2731", "score": "2", "text": "Indeed. Thankfully VBox's USB support is pretty decent once you get it working.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-08-25T07:08:30.270", "id": "3004", "postId": "2731", "score": "0", "text": "I'd be careful updating firmware on the iPhone through VBox. I did that a while back and it failed, bricking the phone. I had to redo it from a Windows box.", "userDisplayName": null, "userId": "170" }, { "creationDate": "2014-08-05T19:15:19.177", "id": "684517", "postId": "2731", "score": "0", "text": "My iPad wouldn't run with iTunes on wine. I had to install Vbox with Windows and iTunes to have music on my tablet.", "userDisplayName": null, "userId": "159177" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T14:46:42.473", "id": "2731", "lastActivityDate": "2010-08-20T14:46:42.473", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "2728", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p><a href=\"http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=1347\">iTunes on Wine</a> is the closest thing to \"native\" you'll get but it's not supported very well and you won't get device syncing.</p>\n\n<p>iTunes through VirtualBox is probably going to g...
null
null
null
null
null
2751
1
null
2010-08-20T17:05:49.377
1
2548
<p>I have a laptop (HP Pavilion tx2500) with touchscreen functionality, it works fine but isn't calibrated, what is the best way to do it?</p>
1553
40166
2013-06-23T05:54:17.827
2013-06-23T05:54:17.827
How to calibrate my touchscreen on a HP Pavilion tx2500?
[ "laptop", "hardware", "tablet", "hp-pavilion" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-08-20T20:41:29.807", "id": "2743", "postId": "2751", "score": "0", "text": "What touch screen model do you have?", "userDisplayName": null, "userId": "289" } ]
null
[ { "accepted": null, "body": "<p>Quotation from <a href=\"http://ubuntuforums.org/showthread.php?t=1478728#4\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1478728#4</a></p>\n\n<p>The <code>10-wacom.conf</code> file that is referenced is the one in <code>/usr/lib/X11/xorg.conf.d/</code></p>\n\n<...
null
0
2013-03-14T17:02:38.973
null
null
2755
1
2804
2010-08-20T17:24:49.313
6
2025
<p>I know this will be an odd question, but I was wondering if anyone knew how to install the Ubuntu Installer package in an Ubuntu installation. To clarify, when you boot up to an Ubuntu LiveCD, it's got the installer program available so that you can install Ubuntu to a drive. Naturally, this program is not present in the <em>installed</em> Ubuntu. Is there, though, a way to download and install it like other packages?</p> <p>Invariably, someone will ask what I'm trying to do, and the answer is that I don't really know. I just kinda want to tinker around with the installer and look at it and play with it; no particular reason. Curiosity, mostly. Thanks in advance for the help!</p>
1557
67335
2014-08-05T03:41:41.887
2014-08-05T03:41:41.887
Install installer package on an installed system?
[ "system-installation", "package-management" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-21T20:02:23.760", "id": "2791", "postId": "2755", "score": "2", "text": "I could see how this would be useful if you wanted to install the current OS version on multiple external drives.", "userDisplayName": null, "userId": "1473" }, { "creationDate": "...
{ "accepted": true, "body": "<p>Try:</p>\n\n<pre><code>sudo apt-get install ubiquity-frontend-gtk\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-22T13:11:01.700", "id": "2813", "postId": "2804", "score": "0", "text": "Thanks @MatthewFlaschen (& @Xuacu)! That's exactly what I was looking for!", "userDisplayName": null, "userId": "1557" }, { "creationDate": "2014-03-04T09:29:03.280", "id": "556933", "postId": "2804", "score": "0", "text": "Thank you! What about for LUbuntu? https://help.ubuntu.com/community/Lubuntu/Setup (All I had on me was a bootable USB Boot Repair Disk 64bit, but it lacks an installer)", "userDisplayName": null, "userId": "38636" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T08:10:29.490", "id": "2804", "lastActivityDate": "2010-08-21T08:10:29.490", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1581", "parentId": "2755", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Do you mean Ubiquity? <a href=\"https://wiki.ubuntu.com/Ubiquity\" rel=\"nofollow\">https://wiki.ubuntu.com/Ubiquity</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T...
null
null
null
null
null
2759
1
2762
2010-08-20T17:35:18.470
3
4388
<p>Each time my 3G Vodafone k4505 Pen get's mounted by the system, I get a icon on my desktop. I would like to NOT have that icon each time I connect this 3g usb pen.</p> <p>How can we accomplish this?</p> <p>Thanks in advance, MEM</p>
1446
25863
2012-11-21T22:35:54.737
2012-11-21T22:35:54.737
How to remove a mounted volume icon on the desktop?
[ "mount", "icons", "usb-drive" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ol>\n<li>Press Alt-F2 and enter <code>gconf-editor</code>.</li>\n<li>Navigate to apps/nautilus/desktop.</li>\n<li>Deselect volumes_visible.</li>\n</ol>\n\n<p><img src=\"https://i.stack.imgur.com/0NuZW.png\" alt=\"gconf-editor\"></p>\n\n<p>If you want your other volumes to be visible, you will have to add them manually:</p>\n\n<ol>\n<li>Right click on desktop and click 'Create Launcher...'</li>\n<li>Change the type to 'Location'</li>\n<li>Change the name to suit you.</li>\n<li>Browse for the volume.</li>\n<li>Change the icon to the 'block device' icon at <code>/usr/share/icons/YOUR_THEME/devices/48/block-device.svg</code></li>\n<li>Click OK.</li>\n</ol>\n\n<p><img src=\"https://i.stack.imgur.com/rWrlW.png\" alt=\"launcher\"></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-20T18:20:42.900", "id": "2736", "postId": "2762", "score": "0", "text": "That will disable all other volumes that we may want as well right?", "userDisplayName": null, "userId": "1446" }, { "creationDate": "2010-08-20T18:22:19.790", "id": "2737", "postId": "2762", "score": "0", "text": "Yes, you will have to manually add the ones you want.", "userDisplayName": null, "userId": "667" }, { "creationDate": "2010-08-20T18:24:18.960", "id": "2738", "postId": "2762", "score": "0", "text": "Amazing :) You absolutely rock. Second Ubuntu day here, but feeling the power already. :) Thanks.", "userDisplayName": null, "userId": "1446" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T18:10:42.730", "id": "2762", "lastActivityDate": "2010-08-20T18:20:52.960", "lastEditDate": "2010-08-20T18:20:52.960", "lastEditorDisplayName": null, "lastEditorUserId": "667", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "2759", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<ol>\n<li>Press Alt-F2 and enter <code>gconf-editor</code>.</li>\n<li>Navigate to apps/nautilus/desktop.</li>\n<li>Deselect volumes_visible.</li>\n</ol>\n\n<p><img src=\"https://i.stack.imgur.com/0NuZW.png\" alt=\"gconf-editor\"></p>\n\n<p>If you want your other volumes to be vi...
null
null
null
null
null
2766
1
2769
2010-08-20T19:36:41.123
3
5733
<p>Is there a way to set the screen brightness on a Samsung R519 with Ubuntu 9.10 and the nvidia drivers?</p> <p>I know that there is a way when using <strong><a href="http://www.voria.org/forum/" rel="nofollow">voRia's</a></strong> repository and the <strong>nouveau</strong> drivers. But switching between one and dual-screen mode takes too much time for daily use on a notebook.</p>
1501
null
null
2011-05-30T21:16:33.110
How to change screen brightness on Samsung R519 with nvidia driver
[ "nvidia", "display", "multiple-monitors" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ol>\n<li>Open System → Administration → NVIDIA X Server Settings</li>\n<li>Go to X Screen → X Server Color Correction</li>\n<li>Set the Brightness to your liking.</li>\n<li>Confirm the change by clicking on \"...seconds to confirm\"</li>\n</ol>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-20T20:58:21.613", "id": "2746", "postId": "2769", "score": "0", "text": "Thanks for the answer, but this one doesn't actually decrease the energy consumption for the notebook, which is also important to me.", "userDisplayName": null, "userId": "1501" }, { "creationDate": "2010-08-20T22:10:51.123", "id": "2751", "postId": "2769", "score": "0", "text": "Well, you didn't ask about decreasing energy consumption, you asked about changing screen brightness :) See my other answer.", "userDisplayName": null, "userId": "289" }, { "creationDate": "2010-08-22T15:39:06.947", "id": "2823", "postId": "2769", "score": "0", "text": "You're right. For decreasing the brightness this method works for the Samsung R519. I'll ask for energy consumption as well next time ;)", "userDisplayName": null, "userId": "1501" }, { "creationDate": "2010-08-22T16:14:18.813", "id": "2824", "postId": "2769", "score": "0", "text": "Doesn't the method in my other answer change the brightness as well as change energy consumption?", "userDisplayName": null, "userId": "289" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-20T20:38:43.137", "id": "2769", "lastActivityDate": "2010-08-20T20:38:43.137", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "289", "parentId": "2766", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<ol>\n<li>Open System → Administration → NVIDIA X Server Settings</li>\n<li>Go to X Screen → X Server Color Correction</li>\n<li>Set the Brightness to your liking.</li>\n<li>Confirm the change by clicking on \"...seconds to confirm\"</li>\n</ol>\n", "commentCount": "4", ...
null
null
null
null
null
2772
1
null
2010-08-20T21:47:05.983
5
1578
<p>In Windows XP, you can find out how often an installed application was used by going to the <strong>Add/Remove Programs</strong> section. You can also get an estimate of how often the application was used.</p> <p>Is there a way to do this in Ubuntu?</p>
175
527764
2022-03-16T09:44:06.457
2022-03-16T09:44:06.457
Where can I find an application use history?
[ "package-management", "software-recommendation", "software-center" ]
4
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>No there's no facility for this that I know of. The closest you could come would be to see how recently files were accessed, but that access could be by any means not just a user running the program. Give this command a try at a shell prompt:</p>\n\n<pre><code>ls -ltu /bin | ...
null
null
null
null
null
2773
1
null
2010-08-20T21:51:22.940
11
2845
<p>I've got an old computer that I put Ubuntu on for my kids (11, 9, and 7). They're always fighting for who can get on the computer and I'm sick of trying to figure out who has had enough time.</p> <p>Anyway, they each have different accounts on the computer and I would like to find something similar to an Internet café type of solution that gives each user an allotted amount of time per day or week that they can be logged in. Once the time is used up, they're kicked off and can't log in again until their time is automatically reset. </p> <p>An example of how I would like this to work would be: child 1 gets 120 minutes per week.</p> <ul> <li>Day 1: 30 min <li>Day 2: 0 min <li>Day 3: 30 min <li>Day 4: 30 min <li>Day 5: 30 min <li>Day 6: Can't log in <li>Day 7: Can't log in <li>Day 8: 30 min (day one fell off the 7 day revolving time period). <li>etc. </ul> <p>Is there anything like that available for Ubuntu?</p>
1576
66
2010-08-20T23:18:02.337
2013-10-18T17:35:07.567
How can I set computer usage time limits?
[ "multimedia", "parental-controls" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2013-10-18T20:54:25.860
null
null
2779
1
2780
2010-08-21T00:39:13.693
9
893
<p>What is the best way to get the latest version of mono on ubuntu?</p>
448
null
null
2010-08-21T01:02:44.503
Get lastest version of mono
[ "mono" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Not sure it's the best option, but i use the repository of <a href=\"http://badgerports.org/\" rel=\"nofollow\">badgerports</a><br>\nAbout badgerports:</p>\n\n<blockquote>\n <p>badgerports is a software repository\n for use with Ubuntu Linux 10.04.\n Whilst on the whole it is a good idea\n to use the software provided with your\n Linux distribution, there are\n sometimes bugs or major software\n updates that cannot be included for\n operational reasons. badgerports is a\n home for a number of wayward software\n packages, to enhance the Ubuntu\n experience.</p>\n \n <p>The primary purpose of badgerports is\n to provide recent versions of the Mono\n framework, and associated packages\n such as F-Spot, Banshee, and\n Monodevelop. Suggestions for other\n packages to include are welcome, but\n don't be offended if I decline for\n whatever reason.whatever reason.</p>\n</blockquote>\n\n<p>You can find the instructions on how to use it <a href=\"http://badgerports.org/help.html\" rel=\"nofollow\">here</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T00:48:49.540", "id": "2780", "lastActivityDate": "2010-08-21T01:02:44.503", "lastEditDate": "2010-08-21T01:02:44.503", "lastEditorDisplayName": null, "lastEditorUserId": "22", "ownerDisplayName": null, "ownerUserId": "22", "parentId": "2779", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Not sure it's the best option, but i use the repository of <a href=\"http://badgerports.org/\" rel=\"nofollow\">badgerports</a><br>\nAbout badgerports:</p>\n\n<blockquote>\n <p>badgerports is a software repository\n for use with Ubuntu Linux 10.04.\n Whilst on the whole it...
null
null
null
null
null
2781
1
10713
2010-08-21T00:49:50.317
4
852
<p>In what Ubuntu release will gnomeshell become the default interface.</p>
448
18612
2011-10-24T01:35:32.107
2011-10-24T01:35:32.107
When will GNOME Shell be the default interface?
[ "gnome", "default" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think ... Never, it will be a desktop version of Unity.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-01T12:24:23.667", "id": "10713", "lastActivityDate": "2010-11-01T12:24:23.667", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5080", "parentId": "2781", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I've changed this answer based on the <a href=\"http://blip.tv/file/4294234/\" rel=\"nofollow noreferrer\">new information</a> that was released at the Ubuntu Developer Summit for 11.04.</p>\n\n<p>For the foreseeable future, GNOME Shell is not be the default interface for Ubu...
null
null
null
null
null
2784
1
2789
2010-08-21T02:22:05.250
3
168
<p>While trying to install openJDK to start installing <strong>netbeans 6.9</strong> - I'm getting this: </p> <blockquote> <p>The installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way. You have to repair this before you can install or remove any further software.</p> </blockquote> <p>I read it... and I have no clue what to do next. :( <strong>how can we repair that?</strong></p> <p>I have forget openSDK and I'm trying the java one. All seems to go well... but know I'm stuck here: <img src="https://i.stack.imgur.com/pGJqs.png" alt="jdk on terminal"></p> <p>And here is the amazing question: <strong>How can I click or hit, or push or something, that OK?</strong></p> <p>Arrows, Page Up and Page Down work. Enter and Click don't.</p> <p>Anyone?</p> <p>K. Regards, MEM</p>
1446
67335
2014-08-05T05:54:23.897
2014-08-05T05:54:23.897
Can't install openSDK 6 - ubuntu 10.04
[ "software-installation", "java" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Run:</p>\n\n<pre><code>sudo dpkg --configure -a\n</code></pre>\n\n<p>EDIT:</p>\n\n<p>As the original message says, you have to repair the error (run the above command) regardless. However, if you do want to install the Sun JRE, you use tab to get to the OK.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-21T02:55:09.067", "id": "2760", "postId": "2789", "score": "0", "text": "Thanks. How more newbie can we get? Stuck on a screen... still how can we guess the tab? :s\n\n;) Thanks.", "userDisplayName": null, "userId": "1446" }, { "creationDate": "2010-08-21T02:57:25.943", "id": "2761", "postId": "2789", "score": "0", "text": "@Mathew - About the command, and if you don't mind to reply, how does ubuntu knows that we are talking about a specific thing that goes wrong, and it's that that should be repaired and not something else?\n\nThanks.", "userDisplayName": null, "userId": "1446" }, { "creationDate": "2010-08-21T08:00:02.147", "id": "2767", "postId": "2789", "score": "0", "text": "@MEM, the [package management system](https://help.ubuntu.com/10.04/serverguide/C/package-management.html) (APT) keeps track of what packages still need to be configured. So it knows that the OpenJDK configuration hasn't finished successfully yet.", "userDisplayName": null, "userId": "1581" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T02:50:40.620", "id": "2789", "lastActivityDate": "2010-08-21T02:50:40.620", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1581", "parentId": "2784", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Run:</p>\n\n<pre><code>sudo dpkg --configure -a\n</code></pre>\n\n<p>EDIT:</p>\n\n<p>As the original message says, you have to repair the error (run the above command) regardless. However, if you do want to install the Sun JRE, you use tab to get to the OK.</p>\n", "comm...
null
null
null
null
null
2786
1
2791
2010-08-21T02:40:11.577
9
1430
<p>Canonical operates at least two OpenID based login services within the Ubuntu online world: <a href="https://login.ubuntu.com" rel="nofollow">Ubuntu Single Sign On</a> and the <a href="https://login.launchpad.net/" rel="nofollow">Launchpad Login Service</a>. According to the information in the footer of both sites they share the same backing software which is called <a href="https://launchpad.net/canonical-identity-provider" rel="nofollow">Canonical SSO provider</a>.</p> <p>My question is whether these two sites are entirely separate implementations or do they share the same user database? Alternatively, is there some other less direct relationship between the two services?</p> <p>In other words, if I didn't have an account with either service and I created a new account with Ubuntu Single Sign On would I then <em>also</em> have a Launchpad Login Service account? What about the inverse scenario?</p> <p>I know that the Launchpad Login Service existed earlier than Ubuntu Single Sign On. I also know that I was able to use my existing Launchpad login details with the Ubuntu SSO when it was launched. However, I've never been clear if these are the same account or if my Launchpad account was copied to the newer service and they are now separate.</p>
453
866
2012-05-10T10:24:41.280
2012-05-10T10:24:41.280
What is the relationship between Ubuntu Single Sign On and Launchpad Login Service?
[ "launchpad", "canonical", "single-sign-on" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-29T19:49:05.197", "id": "3284", "postId": "2786", "score": "0", "text": "You might want to mark my bug report as affecting you: https://bugs.launchpad.net/canonical-identity-provider/+bug/626445", "userDisplayName": null, "userId": "866" } ]
{ "accepted": true, "body": "<p>Afaik Launchpad and Ubuntu SSO are the one and same user/password database. In this sense they're like a Google account or Yahoo account that uses the same username and password for multiple services/sites.</p>\n\n<p>Note: If you login to <a href=\"http://login.ubuntu.com\" rel=\"nofollow\">http://login.ubuntu.com</a> you can manage your launchpad OpenID options.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T03:04:53.447", "id": "2791", "lastActivityDate": "2010-08-21T03:04:53.447", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "455", "parentId": "2786", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>Yes, they share the same DB. You only need one login for everything in Ubuntu. I think it's actually that it <em>was</em> Launchpad Login Service and then they went and made it broader but the old name is still sitting around in some places and just hasn't been updated.</p>...
null
null
null
null
null
2792
1
null
2010-08-21T03:26:33.503
15
3136
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/34572/how-can-i-reduce-or-increase-the-number-of-workspaces-in-unity">How can I reduce or increase the number of workspaces in Unity?</a> </p> </blockquote> <p><a href="http://www.grillbar.org/wordpress/?p=494" rel="nofollow noreferrer">This video</a> from a Unity developer shows him clicking on the workspace button in the launcher to use multiple workspaces (aka virtual desktops). On my 2 netbooks clicking on that button only invokes the expose-like effect.</p> <p>Is there a setting somewhere I can use to get this functionality, and if so, what is the keyboard shortcut to go along with it? </p>
235
-1
2017-04-13T12:23:30.463
2012-02-19T07:05:07.050
How do I get multiple workspaces in Unity?
[ "10.10", "ubuntu-netbook", "unity", "ayatana" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-02-20T08:08:10.553
null
null
2793
1
100953
2010-08-21T03:37:01.843
768
1254818
<p>Every time I install a new Linux kernel, it gets left in the grub_config, making the boot menu longer each time. </p> <p>I know I can manually search through the installed packages and remove them.</p> <p>Does Ubuntu provide any easier way to clean them up or keep them from showing in the boot list?</p>
352
217269
2016-01-22T15:20:01.213
2023-07-18T14:49:49.817
How do I remove old kernel versions to clean up the boot menu?
[ "grub2", "kernel", "cleanup" ]
40
13
CC BY-SA 3.0
[ { "creationDate": "2010-11-29T06:04:51.950", "id": "522845", "postId": "2793", "score": "0", "text": "As well as removing the old kernels, uncomment this line in `/etc/default/grub` if you want to get rid of the 'recovery' items in the menu: #GRUB_DISABLE_LINUX_RECOVERY=\"true\"", "userDispl...
{ "accepted": true, "body": "<h1>16.04 and newer versions of Ubuntu</h1>\n\n<pre><code>sudo apt autoremove\n</code></pre>\n\n<p>This command removes packages that were automatically installed to resolve a dependency, but are now no longer depended on. This includes old versions of <code>linux-headers-*</code> and <code>linux-image-*</code>. (It’s also smart about this process, leaving one spare version of the kernel around as a fallback!)</p>\n\n<h1>11.10 and newer versions of Ubuntu</h1>\n\n<h2>GRUB2 and its display of all kernels</h2>\n\n<p>The latest versions of <em>Grub2</em> installed in <em>Ubuntu</em> automatically display the latest kernel and hides the older kernels that you may have installed.</p>\n\n<p><img src=\"https://i.stack.imgur.com/NacOm.png\" alt=\"GNU GRUB\"></p>\n\n<p>If you do not see your <em>grub</em> - then remember to press <kbd>Shift</kbd> whilst booting.</p>\n\n<p>As you can see, only the latest kernel is displayed.</p>\n\n<p>If you select the option shown (press <kbd>Enter</kbd>) then all the old kernels become visible and available to boot from.</p>\n\n<p><img src=\"https://i.stack.imgur.com/GGWSl.png\" alt=\"GNU GRUB Previous versions\"> </p>\n\n<h2>How to permanently delete older kernels</h2>\n\n<p>First boot with the latest available kernel.</p>\n\n<p>There are a number of ways to delete old kernels. Personally, I wouldn't touch <em>Computer Janitor</em> since this is acknowledged to break your computer with its suggestions.</p>\n\n<p><strong>synaptic</strong></p>\n\n<p>An alternative is <em>Synaptic</em> (<code>sudo apt install synaptic</code>)</p>\n\n<p>search for <em>linux-image</em>, right-click a kernel and choose complete removal and finally click the <em>Apply</em> button to delete the kernel.</p>\n\n<p><img src=\"https://i.stack.imgur.com/WAMpk.png\" alt=\"Synaptic Package Manager\"></p>\n\n<p>Repeat the search but this time for <em>linux-header</em> - you can delete the associated headers for the kernel image chosen previously.</p>\n\n<p><em>Synaptic</em> though will not attempt to verify what you are trying to remove... you could inadvertently delete your newest kernel - or even delete all of your kernels via this tool leaving you with an unbootable <em>Ubuntu</em>!.</p>\n\n<p>Remember to check which kernel you are using type:</p>\n\n<pre><code>uname -r\n</code></pre>\n\n<p>The result would be similar to:</p>\n\n<p><img src=\"https://i.stack.imgur.com/M8DJI.png\" alt=\"Terminal &lt;uname -r&gt;\"></p>\n\n<p>Remember the result and the number - make sure you don't delete the corresponding image or header.</p>\n\n<h1>Recommendation</h1>\n\n<p>My recommendation is to keep at least two or preferably three kernels including the latest. The reason for the recommendation is that you will have at least one/two other kernels to boot with, if for what-ever reason the latest kernel you are unable to boot with or introducing a regressed capability such as broken wireless.</p>\n", "commentCount": "24", "comments": [ { "creationDate": "2012-05-17T16:35:27.567", "id": "165119", "postId": "100953", "score": "3", "text": "Removing old \"linux-image*\" packages using synaptic, worked well with 10.04 too. (I mention it because the title suggests it may only be for 11.10 and up)", "userDisplayName": null, "userId": "8822" }, { "creationDate": "2013-08-26T16:30:17.897", "id": "430225", "postId": "100953", "score": "4", "text": "the `-y` switch at the end of the `apt-get` line is necessary, otherwise apt-get just asks for confirmation and since the input is a pipe, it just aborts. So it should end in: `| xargs sudo apt-get purge -y`", "userDisplayName": null, "userId": "2697" }, { "creationDate": "2013-10-30T20:27:36.660", "id": "471354", "postId": "100953", "score": "0", "text": "I added another way without `xargs` so a confirmation is asked on the console before the kernels are removed", "userDisplayName": null, "userId": "34298" }, { "creationDate": "2013-11-08T12:56:12.813", "id": "476772", "postId": "100953", "score": "1", "text": "if you recommend to keep at least two kernels, you could have written your script to do exactly that ;) (I was just looking for a script that does that, but it seems that I’ll have to write it myself)", "userDisplayName": null, "userId": "16985" }, { "creationDate": "2013-12-30T17:02:21.503", "id": "509583", "postId": "100953", "score": "1", "text": "I tried the approach using Ubuntu Tweak as being the most appropriate (i.e., idiot-proof). Worked well.", "userDisplayName": null, "userId": "68496" }, { "creationDate": "2014-01-07T19:30:59.877", "id": "515320", "postId": "100953", "score": "39", "text": "Removing about 20 versions of old `linux-image` and `linux-headers` freed 4.5GB of space on my machine.", "userDisplayName": null, "userId": "86161" }, { "creationDate": "2014-03-08T23:42:08.420", "id": "560264", "postId": "100953", "score": "0", "text": "Cleaned up about 4.5GB of data doing this. +1!!", "userDisplayName": null, "userId": "5368" }, { "creationDate": "2014-03-25T23:47:01.003", "id": "573264", "postId": "100953", "score": "19", "text": "This method works well, but deletion of every kernel excessively regenerates grub.cfg, which takes time. Is there any way of disabling this for batch deletion, then regenerating it once?", "userDisplayName": null, "userId": "141482" }, { "creationDate": "2014-09-24T18:32:36.780", "id": "720122", "postId": "100953", "score": "0", "text": "You may want to keep newer kernels on your machine - you can check that `dpkg -l 'linux-*' | sed '/^ii/!d;/'\"$(uname -r | sed \"s/\\(.*\\)-\\([^0-9]\\+\\)/\\1/\")\"'/d;s/^[^ ]* [^ ]* \\([^ ]*\\).*/\\1/;/[0-9]/!d'` doesn't include any kernels newer than the kernel shown by `uname -r`", "userDisplayName": null, "userId": "210264" }, { "creationDate": "2014-10-09T20:43:29.313", "id": "730474", "postId": "100953", "score": "1", "text": "Note that the commands to delete kernels also deleted this package on my machine - `linux-libc-dev` - which is undesired behaviour. You could use `dpkg -l 'linux-image-*' ...` instead, to avoid that.", "userDisplayName": null, "userId": "95733" }, { "creationDate": "2014-11-02T03:12:49.387", "id": "746050", "postId": "100953", "score": "16", "text": "I second the question from @spacediver - this is a crazy-slow process when you have 38 unneeded kernels, since as each one is uninstalled it goes thru all the remaining ones while generating a new grub.cfg. That is what we call an N^2 operation - it processes a kernel about (38^2 / 2) = 722 times, and is very slow. Surely Ubuntu can come up with something better....", "userDisplayName": null, "userId": "6130" }, { "creationDate": "2015-01-03T16:25:20.387", "id": "783373", "postId": "100953", "score": "1", "text": "Simpler command for listing old images `dpkg -l 'linux-image-*' | awk '/^ii/ { print $2 }' | grep -iv $(uname -r)`.", "userDisplayName": null, "userId": "277370" }, { "creationDate": "2015-02-05T08:29:08.613", "id": "804877", "postId": "100953", "score": "0", "text": "This solution won't help anyone on a headless machine (i.e. without X running).", "userDisplayName": null, "userId": "11316" }, { "creationDate": "2015-04-17T22:10:03.760", "id": "857649", "postId": "100953", "score": "0", "text": "@Łukaszniemier your script may list a package named `linux-image$(uname -r | sed -r 's/^[0-9.]+-[^-]+//')`, which depends on latest kernel image available, so you probably don't want to remove it.", "userDisplayName": null, "userId": "21005" }, { "creationDate": "2015-04-17T22:54:26.510", "id": "857675", "postId": "100953", "score": "0", "text": "@Dimitar, yes, the script is faulty. But changing the script the way you did prevents it from removing desired header packages.", "userDisplayName": null, "userId": "21005" }, { "creationDate": "2015-04-17T23:27:13.000", "id": "857688", "postId": "100953", "score": "0", "text": "I made a script that aims to keep given number of kernels and remove extra ones: [link](http://askubuntu.com/a/571360/21005)", "userDisplayName": null, "userId": "21005" }, { "creationDate": "2015-04-18T10:52:19.760", "id": "857930", "postId": "100953", "score": "0", "text": "@ŁukaszNiemier, you may want to see the end my [answer](http://askubuntu.com/questions/2793/how-do-i-remove-or-hide-old-kernel-versions-to-clean-up-the-boot-menu/571360#571360)", "userDisplayName": null, "userId": "21005" }, { "creationDate": "2017-01-10T18:51:41.400", "id": "1348995", "postId": "100953", "score": "0", "text": "any terminal recommendations?", "userDisplayName": null, "userId": "281724" }, { "creationDate": "2017-10-13T15:25:13.123", "id": "1543555", "postId": "100953", "score": "0", "text": "@Lynn - it is a community wiki - anyone can edit and add more information.", "userDisplayName": null, "userId": "14356" }, { "creationDate": "2017-10-13T15:41:48.083", "id": "1543565", "postId": "100953", "score": "0", "text": "@Lynn `apt-get autoremove` has been around forever, at least since 10.04. Any particular reason to mark it 16.04 and above?", "userDisplayName": null, "userId": "158442" }, { "creationDate": "2017-10-13T15:53:05.663", "id": "1543573", "postId": "100953", "score": "0", "text": "@muru I saw the [other answer](https://askubuntu.com/a/623687/636143) mark it as 16.04+ and trusted it to do so for a reason. (Maybe in old versions it isn’t smart about kernel version removal? I don’t know. I’m just boosting the solution that worked for me on 16.04)", "userDisplayName": null, "userId": "636143" }, { "creationDate": "2019-08-07T08:38:20.607", "id": "1939940", "postId": "100953", "score": "3", "text": "`autoremove` not works form me to remove the old linux images.", "userDisplayName": null, "userId": "982826" }, { "creationDate": "2020-10-24T11:24:35.263", "id": "2183411", "postId": "100953", "score": "0", "text": "I tried to remove the linux image using synaptic but instead got ```dpkg: error processing package linux-image-4.15.0-74-generic (--remove):\n installed linux-image-4.15.0-74-generic package post-removal script subprocess returned error exit status 1\ndpkg: too many errors, stopping\nErrors were encountered while processing:\n linux-image-4.15.0-74-generic\nProcessing was halted because there were too many errors.\nE: Sub-process /usr/bin/dpkg returned an error code (1)``` Please help, I recently upgraded to Ubuntu 20.04 and now I am not able to download anything.", "userDisplayName": null, "userId": "861608" }, { "creationDate": "2022-01-31T22:52:00.717", "id": "2402715", "postId": "100953", "score": "0", "text": "I just wanted to add that removing kernels over time left my /lib/modules folder filled with leftover data. To purge removed kernel data, this command worked: `sudo apt purge $(dpkg -l | grep '^rc linux-image' | awk '{print $2}')`", "userDisplayName": null, "userId": "2174" } ], "communityOwnedDate": "2013-11-08T12:51:46.270", "contentLicense": "CC BY-SA 4.0", "creationDate": "2012-02-03T00:06:07.133", "id": "100953", "lastActivityDate": "2018-05-08T16:09:03.427", "lastEditDate": "2018-05-08T16:09:03.427", "lastEditorDisplayName": null, "lastEditorUserId": "124500", "ownerDisplayName": null, "ownerUserId": "14356", "parentId": "2793", "postTypeId": "2", "score": "650" }
[ { "accepted": null, "body": "<p>Personally, I like using <code>Synaptic</code>. It makes me feel more secure about what's going on. The only app I've used that has an option to remove old kernels is <a href=\"http://ubuntu-tweak.com/\" rel=\"nofollow\">Ubuntu Tweak</a>.</p>\n\n<p>How to remove the kernels ...
2013-11-08T12:51:46.270
null
null
null
null
2799
1
2805
2010-08-21T06:11:28.963
590
701291
<p>There are a lot of software in Windows to merge PDF files but how can we do the same in Ubuntu?</p>
1585
276539
2014-10-08T01:04:46.347
2024-01-24T04:46:14.117
How to merge several PDF files?
[ "pdf", "merge" ]
15
1
CC BY-SA 2.5
[ { "creationDate": "2014-06-05T09:18:32.213", "id": "634817", "postId": "2799", "score": "0", "text": "I found [this link](https://blog.dbrgn.ch/2013/8/14/merge-multiple-pdfs/)", "userDisplayName": null, "userId": "109678" } ]
{ "accepted": true, "body": "<p>PDF Arranger formerly known as PDF-Shuffler.</p>\n<p>If you want a tool with a simple GUI, try <em>pdfarranger</em>. It allows for merging of PDFs as well as rearranging and deleting pages. For batch processing and/or more complicated tasks, pdftk is of course more powerful.</p>\n<p><img src=\"https://sourceforge.net/dbimage.php?id=181783\" alt=\"Screenshot of PDF-Shuffler\" /></p>\n<p>To install PDF Arranger in Ubuntu 20.04 and later open the terminal and type:</p>\n<pre class=\"lang-none prettyprint-override\"><code>sudo apt install pdfarranger\n</code></pre>\n", "commentCount": "22", "comments": [ { "creationDate": "2012-03-13T02:06:21.120", "id": "132785", "postId": "2805", "score": "0", "text": "I tried this - it didn't work on 10.04", "userDisplayName": null, "userId": "6161" }, { "creationDate": "2013-04-12T12:15:49.007", "id": "352631", "postId": "2805", "score": "0", "text": "On 12.04, pdfshuffler always complains that there are \"too many values to unpack\", making it unusable.", "userDisplayName": null, "userId": "62014" }, { "creationDate": "2014-01-08T09:35:29.917", "id": "515902", "postId": "2805", "score": "0", "text": "For me it works under 12.04 64-bit, pdfshuffler version 0.6.0", "userDisplayName": null, "userId": "55343" }, { "creationDate": "2014-02-12T20:26:05.950", "id": "542119", "postId": "2805", "score": "10", "text": "Installs and works like a charm on 14.04. Thanks a bunch!!", "userDisplayName": null, "userId": "233324" }, { "creationDate": "2014-12-11T15:51:40.243", "id": "769793", "postId": "2805", "score": "0", "text": "I used to use pdftk for this behavior. Thanks for the PDF Shuffle reference. It looks really slick.", "userDisplayName": null, "userId": "8062" }, { "creationDate": "2014-12-28T21:35:12.553", "id": "779611", "postId": "2805", "score": "1", "text": "I can also confirm `pdfshuffler` works fine on 14.04 amd64.", "userDisplayName": null, "userId": "61670" }, { "creationDate": "2016-03-12T21:25:24.547", "id": "1109535", "postId": "2805", "score": "0", "text": "This is the quickest and easiest solution. Thank you! (Ubuntu 14.04 64-bit)", "userDisplayName": null, "userId": "420342" }, { "creationDate": "2016-04-16T21:47:49.620", "id": "1131987", "postId": "2805", "score": "0", "text": "This works well in many cases but I noticed that it stripped out hyperlinks. Using pdftk does not strip out hyperlinks. So, if there is any complexity to the PDFs that you are concatenating, I would use the command line tool; at the very least, thoroughly test your output file.", "userDisplayName": null, "userId": "42697" }, { "creationDate": "2016-04-28T22:30:06.407", "id": "1141672", "postId": "2805", "score": "0", "text": "just tried for one case but I got an error \"multiple definitions in dictionary\" so it could not create an output. their issue tracking on that is open for quite some time without resolution so I assume the project is not very active, would not recommend!", "userDisplayName": null, "userId": "499997" }, { "creationDate": "2016-11-07T12:36:40.243", "id": "1299141", "postId": "2805", "score": "2", "text": "Also works great on 16.04.1", "userDisplayName": null, "userId": "69348" }, { "creationDate": "2017-10-16T10:11:02.050", "id": "1545132", "postId": "2805", "score": "0", "text": "Gave it a try and works well on 17.04. Very easy to use for basic merge.", "userDisplayName": null, "userId": "100771" }, { "creationDate": "2018-03-29T16:10:19.877", "id": "1656469", "postId": "2805", "score": "0", "text": "This doesn't work for combining encrypted transcripts.", "userDisplayName": null, "userId": "210829" }, { "creationDate": "2019-01-24T22:28:07.463", "id": "1836705", "postId": "2805", "score": "2", "text": "Tried PdfShuffler 0.6.0 (`apt-get install pdfshuffler`) on Ubuntu 14.0 64-bit and it works with one caveat - It has problem dealing with some special characters in the filename (in my case pdfshuffler cannot load filename with `#`)", "userDisplayName": null, "userId": "413720" }, { "creationDate": "2020-01-07T13:47:09.677", "id": "2014325", "postId": "2805", "score": "0", "text": "Version 0.6.0 works like a charm on 18.04", "userDisplayName": null, "userId": "194613" }, { "creationDate": "2020-02-03T17:59:24.520", "id": "2027359", "postId": "2805", "score": "0", "text": "Works greatly on 18.04", "userDisplayName": null, "userId": "6236" }, { "creationDate": "2020-03-09T10:32:45.767", "id": "2043707", "postId": "2805", "score": "0", "text": "Just used it on 19.10, to merge and crop a series of pdf, worked like a charm.", "userDisplayName": null, "userId": "971786" }, { "creationDate": "2020-08-03T21:29:36.470", "id": "2139491", "postId": "2805", "score": "12", "text": "This tool has been renamed to `pdfarranger` as of Ubuntu 20.04. You can still install `pdfshuffler` via apt, but it is just an empty pointer to `pdfarranger` which is also the command you'll need after install.", "userDisplayName": null, "userId": "15280" }, { "creationDate": "2021-03-10T10:04:21.767", "id": "2253783", "postId": "2805", "score": "0", "text": "This is crashing in ubuntu 16.04. I have tried pdftk which is not gui based application", "userDisplayName": null, "userId": "870169" }, { "creationDate": "2022-04-07T09:06:04.730", "id": "2431477", "postId": "2805", "score": "0", "text": "@CarlZulauf can you provide a link to documentation showing this renaming of pdfarranger? I'm not seeing any evidence of this in apt and not able to get pdfshuffler to work at that.", "userDisplayName": null, "userId": "690016" }, { "creationDate": "2022-04-12T16:40:48.370", "id": "2433742", "postId": "2805", "score": "0", "text": "@topher217 APT will tell you pdfshuffler is just pdfarranger. On Ubuntu 20.04 try `$ apt show pdfshuffler` and look closely.", "userDisplayName": null, "userId": "15280" }, { "creationDate": "2022-04-13T01:48:26.600", "id": "2433875", "postId": "2805", "score": "0", "text": "@CarlZulauf maybe you or I have a manually added an apt repo to pdfshuffler? I'm not seeing anything. Here is the [pastebin](https://pastebin.com/raw/0iKY4nJN) of the output from `apt show pdfshuffler`. This is after running `sudo apt update` just in case. I'm on Ubuntu 20.04 with `apt -v` returning `apt 1.6.14 (amd64)`. The only docs on pdfarranger I found were the [github repo](https://github.com/pdfarranger/pdfarranger) which doesn't appear to give any apt based instructions for installation but rather via pip.", "userDisplayName": null, "userId": "690016" }, { "creationDate": "2023-01-08T00:00:24.947", "id": "2530076", "postId": "2805", "score": "0", "text": "Works well in Ubuntu 22.04 as well!", "userDisplayName": null, "userId": "237606" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-08-21T10:08:37.443", "id": "2805", "lastActivityDate": "2023-10-19T00:50:11.337", "lastEditDate": "2023-10-19T00:50:11.337", "lastEditorDisplayName": null, "lastEditorUserId": "94914", "ownerDisplayName": null, "ownerUserId": "275", "parentId": "2799", "postTypeId": "2", "score": "311" }
[ { "accepted": null, "body": "<p>You can use <a href=\"http://packages.ubuntu.com/search?keywords=pdftk\" rel=\"nofollow noreferrer\">pdftk</a> to merge and modify PDF documents in general. Alternatively there's an online service to do just that: <a href=\"http://www.pdfmerge.com/\" rel=\"nofollow noreferrer...
null
null
null
null
null
2806
1
2811
2010-08-21T10:23:23.467
1
1501
<p>A recent update to Ubuntu changed the way the workspace chooser panel applet worked. It used to highlight the choosen workspace as orange, and other workspaces would be not colored. Now it is the reverse. Is there a way to change this to set it back to the way it used to be?</p> <p>The new scheme is counter intuitive to me, and even though I've been using it for months I just can't get used to it.</p>
526
null
null
2010-08-22T16:34:15.263
How to change the highlight color of the workspace chooser toolbar applet?
[ "applet", "appearance", "workspaces" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Those colours are part of the colour scheme provided by the desktop scheme. So the only solution I can think of is to go to System -> Preferences -> Appearance and change to a different desktop scheme or customise the current one.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T11:57:12.673", "id": "2811", "lastActivityDate": "2010-08-21T11:57:12.673", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1593", "parentId": "2806", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Those colours are part of the colour scheme provided by the desktop scheme. So the only solution I can think of is to go to System -> Preferences -> Appearance and change to a different desktop scheme or customise the current one.</p>\n", "commentCount": "0", "comment...
null
null
null
null
null
2807
1
2821
2010-08-21T10:26:03.697
4
1039
<p>The old workspace chooser allowed you to move application windows between workspaces by dragging them around in the workspace chooser. I much prefer that to the new workspace chooser's method of dragging them off the side of the screen. For one thing, in order to drag a window from a different workspace into the one I'm working in, I have to switch workspaces twice and unmaximize a maximized window with the new method, where with the old I simply had to drag. Is there anyway to get this old functionality back in Ubuntu 10.04?</p>
526
null
null
2013-09-01T05:34:03.623
Moving application windows from one workspace to another by dragging in the workspace chooser?
[ "applet", "workspaces" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-21T15:13:05.323", "id": "2780", "postId": "2807", "score": "0", "text": "Plus one on this - It's a shame that even though the workspace switcher says \"Click to start dragging\" it doesn't actually do this anymore.", "userDisplayName": null, "userId": "41" } ...
{ "accepted": true, "body": "<p>Turn off desktop effects. This works fine with Metacity in 10.10, and I'd be really surprised if it was removed for one release.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-21T19:00:17.083", "id": "2786", "postId": "2821", "score": "1", "text": "It works with Metacity & Bluetile in 10.04, so certainly seems to be a compiz issue. (IIRC compiz doesn't use workspaces, technically, but something that looks/behaves more or less the same?)", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-08-21T20:34:15.350", "id": "2794", "postId": "2821", "score": "0", "text": "Yep, Compiz uses viewports. It's all one workspace (you're just seeing different parts of it). If you have windows on multiple viewports in Compiz then switch to Metacity, they all collapse onto one Metacity workspace.", "userDisplayName": null, "userId": "1158" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T18:12:02.067", "id": "2821", "lastActivityDate": "2010-08-21T18:12:02.067", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "2807", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Turn off desktop effects. This works fine with Metacity in 10.10, and I'd be really surprised if it was removed for one release.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-21T19:00:17.083", "id": "2786", "postI...
null
null
null
null
null
2815
1
null
2010-08-21T12:56:39.293
6
622
<p>I see entries in /etc/apt/sources.list that say:</p> <pre><code>deb http://us.archive.ubuntu.com/ubuntu/ hardy universe </code></pre> <p>I am using Ubuntu 8.04, and I don't know what "hardy" means, though I suspect it has something to do with version?</p>
1594
169736
2014-06-24T20:36:30.393
2014-06-24T20:36:30.393
What does "hardy" mean in /etc/apt/sources.list?
[ "apt" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Hardy is the name of the 8.04 Release, \"Hardy Heron\".</p>\n\n<p>Each Ubuntu Release follows the same pattern, <code>year.month</code> numbers for versioning, e.g <code>8.04</code> <code>8.10</code>, <code>10.04</code> (usually 2 releases every year) and a code name.</p>\n\n...
null
null
null
null
null
2817
1
null
2010-08-21T14:40:02.110
4
853
<p>I'm a packager, so I often need to use <a href="http://wiki.debian.org/cowbuilder" rel="nofollow"><code>cowbuilder</code></a> or <a href="http://www.netfort.gr.jp/~dancer/software/pbuilder.html.en" rel="nofollow"><code>pbuilder</code></a> to build packages either for my own use or when I'm sponsoring somebody elses' work. </p> <p>On my laptop, my disk isn't the fastest in the world, so I'm considering using <code>tmpfs</code> for the build area, <code>/var/cache/pbuilder/build</code>, to speed up the build process. Files in there can get fairly large, for example right now I've <em>2.2GB</em> of data in that folder. In addition, cowbuilder works by making shallow COW copies (using hardlinks I think).</p> <p>Would it be feasible to mount the build directory under <code>tmpfs</code>? </p> <p>I'm on Ubuntu 10.04 <em>Lucid Lynx</em>, but will be moving shortly to the prerelease of <em>Maverick Meerkat</em>. My machine has 4GB of RAM.</p>
66
41
2010-08-21T21:15:16.833
2012-11-26T15:13:00.757
tmpfs for cowbuilder builds?
[ "10.04", "10.10", "pbuilder", "tmpfs" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-21T15:11:34.777", "id": "2779", "postId": "2817", "score": "0", "text": "How much RAM do you have in your machine?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-21T15:34:50.977", "id": "2782", "postId": "2817", "sco...
null
[ { "accepted": null, "body": "<p>Keep in mind that hardlinks can't work across filesystems. I think using tmpfs would be bad.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2016-04-05T14:03:28.463", "id": "1125222", "postId": "2820", "score": "0", ...
null
null
2013-03-14T17:05:38.237
null
null
2822
1
2865
2010-08-21T18:21:20.160
5
194
<p>I've only been a member of Launchpad for about 3 months and I still am having trouble figuring out the terminology.</p> <p>I have created a project with one branch - trunk. I have committed a few times to this branch.</p> <p>I created a series called '0.1' and I want to provide a download. Last time I did that, I had to create a milestone or something. Whatever it was, I don't get it.</p> <p>Can someone please explain:</p> <ul> <li>series</li> <li>releases</li> <li>milestones</li> </ul> <p>and the purpose of each?</p>
5
66
2010-08-22T18:58:00.217
2010-08-22T18:58:00.217
Proper way to set up releases in Launchpad?
[ "launchpad", "terminology" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-22T15:18:10.050", "id": "2821", "postId": "2822", "score": "1", "text": "lfaraone♦ said: LaunchPadIsNotCamelCase.", "userDisplayName": null, "userId": "203" }, { "creationDate": "2010-08-23T00:23:45.993", "id": "2857", "postId": "2822", "sco...
{ "accepted": true, "body": "<p>I think Launchpad uses these words as they're more \"generic\" - they can be used for various styles of development without forcing a project to manage source code, develop and release in certain manner.</p>\n\n<p>I see mainly two ways of developing a project on Launchpad:</p>\n\n<ol>\n<li><p>Your project's development is <em>non-linear</em> (not sure if this is the correct word). This is generally true if it is important for you to support more than one version at a time, while developing on an unstable/development branch. (Think developing two versions in parallel)</p>\n\n<p>For example, GNOME has versions <code>x.y.z</code> with odd <code>y</code> implying a development series and even <code>y</code> implying a stable series. GNOME releases <code>2.30</code> as stable for the world to use. After the release, developers start working on <code>2.31.x</code> which is unstable. If they find any important bug that they'd like fixed for users running <code>2.30</code> without providing a huge number of unpolished new features, they fix just that bug in <code>2.30</code> and release <code>2.30.1</code>. If you're familiar with <code>bzr</code> you should be able to understand this in terms of <code>2.31</code> being developed on trunk, while <code>2.30</code> is a branch of trunk (branched when <code>2.29</code> became stable and was released as <code>2.30</code>) where only bug-fixes are made.</p>\n\n<p>In this case, you should make one series for each <code>2.29</code>, <code>2.30</code>, <code>2.31</code>, etc and one <code>trunk</code> series. <code>2.29</code> and <code>2.30</code> will share the same <code>bzr</code> branch (since <code>2.30</code> is <code>2.29</code> after it is polished). <code>2.31</code> and <code>trunk</code> will share the same <code>bzr</code> branch. When you release <code>2.32</code>, then branch trunk and call this branch <code>2.32</code> (that will be the <code>bzr</code> branch for both <code>2.31</code> and <code>2.32</code> series).</p>\n\n<p>An example of a milestone in this case is <code>2.30.2</code> (in the <code>2.30</code> series). A milestone differs from a release in that a milestone is a future release and once that version is released, the milestone becomes a release. This is why is makes sense to target a bug for a milestone (future) and you can make a bug affect only (say) two out of five series because it affects only two of them and should be fixed on their respective branches (probably the current stable release and trunk)</p></li>\n<li><p>Your project's development is <em>linear</em>. This means that you will release version <code>1.1</code> for everyone to use, keep developing features and fixing bugs until you are ready for <code>1.2</code> or <code>2.0</code> (or whatever you like). Then you release the latest available code. In this case, you aren't developing different versions in parallel, as illustrated by the series diagram on Launchpad).</p>\n\n<p>In this case, you have only one series, one bazaar branch (both called <code>trunk</code> presumably) and all your milestones and releases are in this one series (whether <code>0.1</code>, <code>1.0</code>, <code>1.1</code> or<code>2.0</code>)</p></li>\n</ol>\n\n<p>The later is simpler. The former more apt when you need to provide bug-fixes while you work on big changes for a later version (more necessary when it isn't a solo project).</p>\n\n<p>HTH</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-22T14:05:52.820", "id": "2865", "lastActivityDate": "2010-08-22T14:05:52.820", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "203", "parentId": "2822", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I agree it is quite confusing and not particularly well documented.\nThis is my understanding:</p>\n\n<p>A series is basically a set of releases. Normally you have a main development branch associated with a series called 'trunk' or something similar. You can have other serie...
null
null
null
null
null
2825
1
2854
2010-08-21T20:06:44.783
13
15946
<p>I am using various KVM domains on a Ubuntu server. Both the host and guests run 10.04.1, 2.6.32-24 kernel, virsh reports version 0.7.5, KVM 0.12.3. The guests boot automatically when the host boots and they have <code>&lt;features&gt;&lt;acpi/&gt;&lt;features&gt;</code> in their configuration.</p> <p>I could never manage to make <code>virsh shutdown MyDomain</code> on the host to have any effect. It responds with <code>Domain MyDomain is being shutdown</code> and the domain keeps happily running. <code>virsh list</code> still lists them in the state <code>running</code>.</p> <p><code>virsh destroy MyDomain</code> works fine, but of course that's not really what I want, so most of the time I log into each one and shut them down manually, which is pretty annoying.</p> <p>I couldn't really find any information on how <code>virsh shutdown</code> tries to shut the domain down. Pointers to useful bits of documentation are welcome.</p> <p>What could cause this? How is it supposed to work?</p>
1597
1597
2010-08-22T13:35:30.933
2019-05-08T16:14:22.557
How do I use "virsh shutdown" on KVM domains to shut down Ubuntu guests?
[ "virtualization", "shutdown", "kvm-virtualization" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Check to see if you have the <a href=\"http://packages.ubuntu.com/lucid/acpid\">package acpid</a> installed on each of the guests.</p>\n\n<p>I generally create new virtual machines using <a href=\"http://manpages.ubuntu.com/manpages/lucid/en/man1/vmbuilder.1.html\">VMBuilder</a> with the parameter <code>--addpkg acpid</code> and the only time I've had trouble shutting down Ubuntu guests using <code>virsh</code> was when the guest vm had crashed in some way.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-22T13:33:59.577", "id": "2816", "postId": "2854", "score": "0", "text": "Awesome, that's all it took! I added that to my VMBuilder script as well now. \n\nDid I miss an important piece of documentation here, or are you just magically assumed to know that? In retrospect, it makes sense to me, I guess `virsh shutdown` is just the equivalent to pressing the power button on a physical box. But that I haven't seen mentioned anywhere either, or I might have connected the dots and investigated more in that direction... \n\nEither way, thanks a lot! (Will upvote when I get the necessary rep.)", "userDisplayName": null, "userId": "1597" }, { "creationDate": "2010-08-22T17:03:18.670", "id": "2828", "postId": "2854", "score": "0", "text": "I know that it is mentioned in the Server Guide section on vmbuilder very close to the end of the article. I'm not aware if it is mentioned elsewhere. https://help.ubuntu.com/10.04/serverguide/C/jeos-and-vmbuilder.html", "userDisplayName": null, "userId": "453" }, { "creationDate": "2010-08-22T19:37:48.077", "id": "2836", "postId": "2854", "score": "0", "text": "I must have not read it to the end. *blush* Or maybe I'll just pretend it wasn't there when I originally set most of these VMs up (8.04 or so). :P", "userDisplayName": null, "userId": "1597" }, { "creationDate": "2013-07-31T09:28:47.170", "id": "415946", "postId": "2854", "score": "1", "text": "Note for Debian: if you disabled installation of _Recommended_ packages, then `acpid` alone does not much because it only contains the binaries. You need to install `acpi-support-base` package to handle power button ACPI events. For Ubuntu, `acpid` contains both binaries and base event handlers and is sufficient.", "userDisplayName": null, "userId": "92434" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-22T06:54:49.830", "id": "2854", "lastActivityDate": "2010-08-22T06:54:49.830", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "453", "parentId": "2825", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>Check to see if you have the <a href=\"http://packages.ubuntu.com/lucid/acpid\">package acpid</a> installed on each of the guests.</p>\n\n<p>I generally create new virtual machines using <a href=\"http://manpages.ubuntu.com/manpages/lucid/en/man1/vmbuilder.1.html\">VMBuilder<...
null
null
null
null
null
2826
1
2828
2010-08-21T20:34:27.050
3
420
<p>I'd like to be able to either make my own sound theme or perhaps find one that's completely customizable i.e. how windows sound is customizable from the get go.</p>
1608
114
2011-09-07T00:02:12.167
2011-09-07T00:02:12.167
How do I make my own customized ubuntu sounds?
[ "sound", "themes" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Ubuntu uses freedesktop.org sound themes. For writing your own sound themes refer to the <a href=\"http://www.freedesktop.org/wiki/Specifications/sound-theme-spec\" rel=\"nofollow noreferrer\">Sound Theme Specification</a>. You can find sound themes on many sites, <a href=\"http://gnome-look.org/index.php?xcontentmode=25&amp;PHPSESSID=f6f66d16cb4a76ae803446b0f744bffd\" rel=\"nofollow noreferrer\">this one</a> appears to be one of the more popular ones.</p>\n\n<p><a href=\"https://askubuntu.com/questions/1527/where-do-i-find-system-sounds\">This question</a> has some more detail on the files themselves.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-21T20:39:14.030", "id": "2828", "lastActivityDate": "2010-08-21T20:39:14.030", "lastEditDate": "2017-04-12T07:23:19.023", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "2826", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>You can change the alert sound, or switch themes, in:</p>\n\n<p>System->Preferences->Sounds</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-21T20:46:24.843", "id": "2795", "postId": "2827", "score": "0", ...
null
null
null
null
null