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
27767
1
27769
2011-02-23T18:42:45.887
10
2345
<p>I'd like to know if there a way to be granted root rights while using Nautilus 2.30 ? </p> <p>For example I'd like to move some old folders of long unused users from the home directory - remains of previous distros (Debian). </p> <p>Of course I can open a terminal, but I want to know if it is possible to do that with a mouse in Nautilus.</p>
10502
158442
2018-04-19T04:47:10.177
2021-11-29T06:28:51.610
How to be granted root rights while browsing files/directories with Nautilus
[ "gnome", "nautilus", "sudo" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2018-04-19T05:48:43.637", "id": "1667813", "postId": "27767", "score": "1", "text": "`gksu` and `gksudo` work in Xorg but not in Wayland (which is default in Ubuntu 17.10). But there are ways to make it work. See this link, [Why don't gksu/gksudo or launching a graphical appli...
{ "accepted": true, "body": "<p><strong>For Ubuntu &lt;= 10.10 , 10.04</strong></p>\n<h1><a href=\"http://packages.ubuntu.com/nautilus-gksu\" rel=\"nofollow noreferrer\">nautilus-gksu</a> <a href=\"http://apt.ubuntu.com/p/nautilus-gksu\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install nautilus-gksu\" /></a></h1>\n<p>Is an extension that grants root privileges using gksu nautilus.</p>\n<p>It enables an option when you right-click on a file (also directories and other...) in nautilus: &quot;Open as administrator&quot;.\nAfter installing it restart Nautilus (<code>killall nautilus</code>) and it will have the new feature.</p>\n<p><img src=\"https://i.stack.imgur.com/HfoCa.png\" alt=\"enter image description here\" /></p>\n<p><strong>Ubuntu 11.04 and 11.10,</strong></p>\n<p>install <code>nautilus-gksu</code> and copy and paste the <code>libnautilus-gksu.so</code> file from <code>/usr/lib/nautilus/extensions-2.0/</code> to <code>/usr/lib/nautilus/extensions-3.0/</code></p>\n<p><strong>Ubuntu 12.04 &amp; 12.10:</strong></p>\n<p>The <code>nautilus-gksu</code> package has been dropped in Ubuntu 12.04 and 12.10 since <code>gksu</code> 2.0.2-6ubuntu1 release, so you can not install it easily. Here I’m going to use a nautilus script to add <strong>Open As Administrator</strong> functionality.</p>\n<p>First download the <code>libnautilus-gksu.so</code> file:</p>\n<p><a href=\"http://www.handytutorial.com/wp-content/uploads/2012/10/libnautilus-gksu.so\" rel=\"nofollow noreferrer\">Click to Download libnautilus-gksu.so</a></p>\n<p>Then, run gksudo nautilus in terminal <kbd>Ctrl<kbd>+Alt</kbd>+T</kbd> to open the file browser with root privilege, copy and paste this file to <code>/usr/lib/nautilus/extensions-3.0/</code>. Or do it with this command:</p>\n<pre><code>sudo cp ~/Downloads/libnautilus-gksu.so /usr/lib/nautilus/extensions-3.0/\n</code></pre>\n<p>Log out and back in, or run this command to take effect:</p>\n<pre><code>nautilus -q\n</code></pre>\n<p><img src=\"https://i.stack.imgur.com/C4wT8.png\" alt=\"enter image description here\" /></p>\n<p><a href=\"http://handytutorial.com/open-as-administrator-in-ubuntu-12-04-12-10/\" rel=\"nofollow noreferrer\">Source</a></p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-02-23T18:51:18.287", "id": "30716", "postId": "27769", "score": "0", "text": "I install it right now ;-)", "userDisplayName": null, "userId": "10502" }, { "creationDate": "2011-02-23T18:55:22.467", "id": "30719", "postId": "27769", "score": "0", "text": "Guarantees root access without asking for password?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-23T18:58:25.037", "id": "30720", "postId": "27769", "score": "1", "text": "No it does ask the root password. Exactly what I wanted. :-). Thx.", "userDisplayName": null, "userId": "10502" }, { "creationDate": "2011-02-23T22:37:36.563", "id": "30777", "postId": "27769", "score": "1", "text": "This should really be included by default.", "userDisplayName": null, "userId": "448" }, { "creationDate": "2012-11-15T20:23:27.410", "id": "269404", "postId": "27769", "score": "1", "text": "This no longer exists", "userDisplayName": null, "userId": "5032" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-23T18:48:18.280", "id": "27769", "lastActivityDate": "2017-03-14T21:15:10.857", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "27767", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p><strong>For Ubuntu &lt;= 10.10 , 10.04</strong></p>\n<h1><a href=\"http://packages.ubuntu.com/nautilus-gksu\" rel=\"nofollow noreferrer\">nautilus-gksu</a> <a href=\"http://apt.ubuntu.com/p/nautilus-gksu\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-lar...
null
null
null
null
null
27770
1
null
2011-02-23T18:49:45.573
69
73469
<p>What's the most popular way to encrypt individual files or folders?</p>
null
227922
2015-01-24T11:10:55.270
2019-01-27T07:31:56.180
Is there a tool to encrypt a file or directory?
[ "software-recommendation", "files", "encryption", "directory" ]
7
3
CC BY-SA 3.0
[ { "creationDate": "2011-02-23T19:15:09.820", "id": "30731", "postId": "27770", "score": "0", "text": "Question is a bit unclear. Do you want to manually encrypt and decrypt files, or on the fly?", "userDisplayName": null, "userId": "8500" }, { "creationDate": "2011-02-23T19:23:1...
null
[ { "accepted": null, "body": "<ul>\n<li>EncFS system tray applet for GNOME <a href=\"http://packages.ubuntu.com/cryptkeeper\" rel=\"nofollow noreferrer\">cryptkeeper</a></li>\n</ul>\n\n<p><a href=\"http://www.truecrypt.org/\" rel=\"nofollow noreferrer\">TrueCrypt</a>: <strong>discontinued, <a href=\"http://t...
null
null
null
null
user8260
27775
1
27778
2011-02-23T19:02:52.267
49
73500
<p>Is there a keyboard shortcut to minimize all windows, like <kbd>Super</kbd>+<kbd>M</kbd> on Windows?</p>
7846
507051
2017-11-24T11:01:10.573
2022-11-17T15:42:00.773
How do I minimize all the windows using a keyboard shortcut?
[ "unity", "shortcut-keys" ]
8
1
CC BY-SA 3.0
[ { "creationDate": "2019-05-14T13:27:59.090", "id": "1896259", "postId": "27775", "score": "0", "text": "how about minimizing the current active window?", "userDisplayName": null, "userId": "329036" } ]
{ "accepted": true, "body": "<h3>For 10.10, 13.10 and 17.10</h3>\n<p><kbd>Super</kbd>+<kbd>D</kbd> is the default keyboard shortcut for minimizing all windows in Ubuntu 10.10.<br />\nYou can change it to <kbd>Super</kbd>+<kbd>M</kbd> like it is in Windows using the <em>Keyboard Shortcuts</em> utility:<br />\n<em>System ➜ Preferences ➜ Keyboard Shortcuts</em></p>\n<p><img src=\"https://i.stack.imgur.com/nf04h.png\" alt=\"enter image description here\" /></p>\n<p><strong>Note</strong>: The keyboard shortcut <kbd>Super</kbd>+<kbd>M</kbd> is used by both the Messaging Menu (see this <a href=\"https://askubuntu.com/questions/13751/stop-superm-from-opening-messaging-menu\">question</a> for a solution) and the <em>Negative</em> Compiz plugin (You can disable or change its keyboard shortcuts by using\n<code>compizconfig-settings-manager</code>).</p>\n", "commentCount": "8", "comments": [ { "creationDate": "2011-02-23T19:19:39.667", "id": "30735", "postId": "27778", "score": "1", "text": "In 10.04 and 11.04 ctrl-alt-d does this, weird that it got changed for 10.10 and then back.", "userDisplayName": null, "userId": "235" }, { "creationDate": "2011-02-23T19:45:03.070", "id": "30747", "postId": "27778", "score": "1", "text": "no luck with CTRL+ALT+D on my Ubuntu 10.10 / 64 bits desktop. CTRL+ALT+L work to lock the screen though...", "userDisplayName": null, "userId": "7846" }, { "creationDate": "2011-02-23T19:46:32.210", "id": "30748", "postId": "27778", "score": "1", "text": "@BobYoplait Use SUPER (windows key) + D.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2011-02-23T19:54:11.263", "id": "30754", "postId": "27778", "score": "0", "text": "Got you, the message must have been edited because at first, it was CTRL+ALT. Thanks.", "userDisplayName": null, "userId": "7846" }, { "creationDate": "2012-05-13T16:06:01.207", "id": "162481", "postId": "27778", "score": "0", "text": "CTRL+ALT+D on Ubuntu 10.04.", "userDisplayName": null, "userId": "7846" }, { "creationDate": "2012-05-13T16:07:59.753", "id": "162482", "postId": "27778", "score": "0", "text": "Windows key + D on Ubuntu 10.10", "userDisplayName": null, "userId": "7846" }, { "creationDate": "2015-11-11T13:37:29.147", "id": "1019442", "postId": "27778", "score": "4", "text": "CTRL+SUPER+D in Ubuntu 14.", "userDisplayName": null, "userId": "54809" }, { "creationDate": "2016-02-19T12:04:24.550", "id": "1094028", "postId": "27778", "score": "0", "text": "@AlvinRow The last image after \"compizconfig-settings-manager\" is broken, it returns \"The image you are requesting does not exist or is no longer available\"", "userDisplayName": null, "userId": "177648" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-23T19:14:57.927", "id": "27778", "lastActivityDate": "2017-11-24T11:05:02.750", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "27775", "postTypeId": "2", "score": "42" }
[ { "accepted": true, "body": "<h3>For 10.10, 13.10 and 17.10</h3>\n<p><kbd>Super</kbd>+<kbd>D</kbd> is the default keyboard shortcut for minimizing all windows in Ubuntu 10.10.<br />\nYou can change it to <kbd>Super</kbd>+<kbd>M</kbd> like it is in Windows using the <em>Keyboard Shortcuts</em> utility:<br />...
null
null
null
null
null
27784
1
121603
2011-02-23T19:48:11.847
3
880
<p>I'm still running Ubuntu 10.04 with quite a few PPAs. Amongst the PPAs there is <a href="https://launchpad.net/~guido-iodice/+archive/guiodiclucid" rel="nofollow noreferrer">Guiodic (Guido Iodice) Lucid quasi-rolling :)</a> PPA which brings most recent versions of many programs to my desktop.</p> <p>My steps:</p> <ol> <li>sudo update-manager -d</li> <li>click on upgrade on the appearing window</li> <li>wait for the magic to happen: prepare to upgrade and setting new software channels</li> <li><p>during 'calculating the changes' I will get the following error message in the panel</p> <p>An error occurred, please run Package Manager form the right-click menu or apt-get in a terminal to see what is wrong. The error message was: ' Error: Marking the upgrade (E:Error, pkgProblemResolver::Resolver generated breaks, this may be caused by help packages.)'This usually means that your installed packages have unmet dependencies</p></li> </ol> <p>When I check Synaptic/apt-get I can't find any errors or hint toward broken packages</p> <p><img src="https://i.stack.imgur.com/di9CR.png" alt="https://i.stack.imgur.com/di9CR.png"></p> <p>Could this error be because of many PPA versions being newer than 10.04 original versions?</p>
11354
235
2011-02-23T20:45:00.287
2012-04-13T06:26:57.133
Does dist-upgrade require PPA software to be uninstalled first?
[ "10.10", "10.04", "upgrade", "ppa", "dependencies" ]
3
9
CC BY-SA 2.5
[ { "creationDate": "2011-02-23T19:50:08.790", "id": "30751", "postId": "27784", "score": "0", "text": "Could you post the error message you get from running `sudo apt-get dist-upgrade`?", "userDisplayName": null, "userId": "114" }, { "creationDate": "2011-02-23T20:44:39.830", ...
{ "accepted": true, "body": "<p>It seems the direct answer to my question is NO. see above comments.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-04-13T06:26:57.133", "id": "121603", "lastActivityDate": "2012-04-13T06:26:57.133", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11354", "parentId": "27784", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>you have Ubuntu already installed 10.04 and you want to update your version to version 10.10, then click <kbd>Alt</kbd>+<kbd>F2</kbd> and run \"update-manager\", will open a new window.</p>\n\n<p>Click the Update button and start the download and update packages, depending on...
null
null
null
null
null
27789
1
27792
2011-02-23T20:34:05.090
8
6951
<p>I am using a GTK theme which I love except that it doesn't have borders around the windows. If I am on a web page (for example) with a white background and my wallpaper is white I don't know where the web page starts. What is worse, sometimes that type of thing happens with other windows, where I can't tell where the one window start and the other ends.</p> <p>Is there a way to edit GTK themes? More specifically, is there a way to edit a theme so that it will display a border around windows?</p>
11094
3037
2011-02-25T19:52:06.997
2011-02-25T19:52:06.997
Editing GTK theme (adding a border)
[ "themes", "gtk", "customization" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The window border width is actually set by the <a href=\"http://en.wikipedia.org/wiki/Metacity\" rel=\"nofollow\">Metacity</a> theme. You can either change the Metacity theme <em>(System ➜ Preferences ➜ Appearance ➜ Theme ➜ Customize ➜ Window Border)</em> to one that has a window border or <a href=\"http://developer.gnome.org/doc/tutorials/metacity/metacity-themes.html\" rel=\"nofollow\">edit</a> the Metacity theme you are using right now. </p>\n\n<p>Metacity theme files are located in <code>~/.themes/&lt;theme name&gt;/metacity-1/</code> and <code>/usr/share/themes/&lt;theme name&gt;/metacity-1/</code>. </p>\n\n<p>Edit your theme's <code>metacity-theme-1.xml</code> file and\nchange all values <code>left_width</code>,<code>right_width</code> and <code>bottom_height</code> to something higher than <code>0</code>.</p>\n\n<pre><code>&lt;distance name=\"left_width\" value=\"2\"/&gt;\n&lt;distance name=\"right_width\" value=\"2\"/&gt;\n&lt;distance name=\"bottom_height\" value=\"2\"/&gt;\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-23T21:27:22.417", "id": "30768", "postId": "27792", "score": "0", "text": "Looks like you also have to restart gnome for the changes to take affect. Thank you so much. This made my day.", "userDisplayName": null, "userId": "11094" }, { "creationDate": "2011-02-23T22:17:25.287", "id": "30776", "postId": "27792", "score": "2", "text": "@cdagh You don't need to restart gnome btw, just switch to a different theme, and then switch back.", "userDisplayName": null, "userId": "114" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-23T20:57:59.630", "id": "27792", "lastActivityDate": "2011-02-23T20:57:59.630", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "27789", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>The window border width is actually set by the <a href=\"http://en.wikipedia.org/wiki/Metacity\" rel=\"nofollow\">Metacity</a> theme. You can either change the Metacity theme <em>(System ➜ Preferences ➜ Appearance ➜ Theme ➜ Customize ➜ Window Border)</em> to one that has a wi...
null
null
null
null
null
27791
1
null
2011-02-23T20:55:14.617
3
1102
<p>I'm tired of Ubuntu One failing to sync with my Evolution installation. I want to start using funambol, or google, or anything else that works consistently. I need to know how to export my Ubuntu One contacts to a csv, or other common file type.</p>
11364
169736
2014-01-31T17:31:04.257
2014-01-31T17:31:04.257
How can I export my contacts from Ubuntu One?
[ "ubuntu-one" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2012-04-02T06:34:16.853", "id": "140192", "postId": "27791", "score": "0", "text": "While the other answers have provided information that helps with exporting contacts from Evolution or some other application, I think it would be more appropriate to have an export option for ...
null
[ { "accepted": null, "body": "<p>Take a look at <a href=\"https://wiki.ubuntu.com/UbuntuOne/Tutorials/Contacts\" rel=\"nofollow\">this tutorial</a>. After copying the contacts back into your local addressbook, follow the instructions <a href=\"http://forums.fedoraforum.org/showthread.php?t=142680\" rel=\"nof...
null
null
null
null
null
27797
1
27886
2011-02-23T21:15:02.360
1
1831
<p>I'd make a backup of a entire remote filesystem ext3 to a local HD. This operation has to be made using ssh. The backup has to be get from the Client PC and not give to the Server. I hope was clear to explain my issue.</p> <p>Some one could suggest me how to resolve it?</p> <p>thank you so much!</p>
9285
null
null
2011-02-24T13:29:54.513
to clone a filesystem from a remote system to a local HD
[ "filesystem" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-23T23:06:32.547", "id": "30780", "postId": "27797", "score": "0", "text": "Be aware that cloning a mounted filesystem is potentially problematic. It's better to start the box from a rescue disc or from a separate partition.", "userDisplayName": null, "userId": ...
{ "accepted": true, "body": "<p>I suggest using <a href=\"http://www.samba.org/rsync/\" rel=\"nofollow\">rsync</a>, which can operate over ssh.</p>\n\n<pre><code>rsync -cavz user@remote_host:/remote/path /local/destination\n</code></pre>\n\n<p>(rsync must be installed on both sides)</p>\n\n<p>rsync is designed to transfer directories from one machine to another using as little bandwidth as possible. By default, it only transfers the deltas between the source and destination.</p>\n\n<p>The options above (-cavz) are the ones I normally use, and tell it to\n(-c) check checksums; (-a) preserve permissions, timestamps, symlinks, etc.; (-v) be verbose; and (-z) compress the transferred data.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-24T22:17:26.780", "id": "30987", "postId": "27886", "score": "0", "text": "it's a good choice for make the backup for the files, I'd like make the backup of the entire filesystem for example the /dev/hda1.I've tried it in this way root-> rsync -cavzp admin@X.X.X.X:/dev/hda1 /home/user/Desktop/ the result is protocol version mismatch -- is your shell clean?\n(see the rsync man page for an explanation) rsync error: protocol incompatibility (code 2) at compat.c(173) [Receiver=3.0.7]", "userDisplayName": null, "userId": "9285" }, { "creationDate": "2011-02-25T10:45:08.950", "id": "31043", "postId": "27886", "score": "0", "text": "I've received that error just when try to make the backup of the dev if make the backup of a file it's fine", "userDisplayName": null, "userId": "9285" }, { "creationDate": "2011-02-25T15:32:56.003", "id": "31082", "postId": "27886", "score": "0", "text": "That's because /dev/hda1 is a block device and doesn't look like a file (at least to rsync). Assuming / is mounted on /dev/hda1 (doing df should tell you), you should be able to do \"rsync -cavzpx admin@X.X.X.X:/ /home/user/Desktop/backup/\" (I think it will 'do the right thing' with /proc and /dev.) The -x tells it to stick with the disk it is on.", "userDisplayName": null, "userId": "4435" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T13:29:54.513", "id": "27886", "lastActivityDate": "2011-02-24T13:29:54.513", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4435", "parentId": "27797", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>The traditional method is to do something along the lines of:</p>\n\n<ul>\n<li>On server create an archive of the files to transfer. tar or cpio are typical commands for this.</li>\n<li>Transfer the archive across the network</li>\n<li>On client extract the client archive in...
null
null
null
null
null
27799
1
null
2011-02-23T21:41:17.777
3
1772
<p>When I installed <code>epos</code>:</p> <pre><code>sudo apt-get install epos </code></pre> <p>and try to use <code>say</code>:</p> <pre><code>say hello </code></pre> <p>the terminal says:</p> <pre><code>hello#######################################################################################################################################################T Could not open localsound device, error 2 Client side error: Could not set up a stream </code></pre> <p>How can I configure this software to make it run correctly?</p>
null
114
2011-02-23T22:19:42.600
2012-11-06T02:02:26.683
How to use Epos?
[ "10.10", "sound", "text-to-speech" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Is there a reason you need epos? I installed it just to see if I could help you, and I'm appalled at the lack of end-user documentation. I ran into the same trouble you did. A few forum posts suggested no other sound application can run alongside epos. Additionally, there is ...
null
null
null
null
user8260
27804
1
null
2011-02-23T23:12:51.010
14
76562
<p>I have one audio output jack and one audio input jack on my laptop. I want to use it for real time audio mixing, and I need to have another discrete output for headphones that is independent of the master out.</p> <p>I want to know if it is possible to reconfigure the microphone input jack as an output jack, and if so, how to go about doing so.</p> <p>Thanks.</p>
3424
8515
2011-03-12T23:22:10.390
2014-09-24T19:07:37.357
Using microphone input port as headphone output
[ "sound", "hardware", "pulseaudio", "alsa", "jack" ]
5
5
CC BY-SA 2.5
[ { "creationDate": "2011-02-23T23:31:20.737", "id": "30783", "postId": "27804", "score": "0", "text": "I picked up one of [these](http://www.dealextreme.com/p/usb-3d-sound-adapter-color-assorted-5831) for $3 to get a second headphone jack on my laptop. It works out of the box in Ubuntu.", "us...
null
[ { "accepted": null, "body": "<p>Many low end soundcards have hardware restrictions on the input/output flow. Circumvent this with hardware schematics and a soldering iron.</p>\n\n<p>However, it's possible your soundcard supports input and output on any (or some) of its ports, and you just need the software ...
null
null
null
null
null
27811
1
null
2011-02-24T00:37:22.153
6
500
<p>Is there a way to make running "nautilus" create a new process, instead of using the existing one? I'm annoyed with my dock's nautilus launchers thinking the nautilus window is a new application.</p>
9940
null
null
2019-11-27T13:01:44.423
Is there a way to make nautilus run individual processes?
[ "nautilus" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T06:00:44.203", "id": "35959", "postId": "27811", "score": "0", "text": "Does changing the nautilus launch command to `nautilus --no-desktop` do what you want?", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2011-02-25T23:56:17.597",...
null
[ { "accepted": null, "body": "<p>Unless you're developing/fixing bugs in nautilus, there is no good reason to have more than one process for the main nautilus code and plenty of reasons not to.</p>\n\n<p>The way nautilus code is laid out makes it quite cumbersome, with all parts integrated into a single mono...
null
null
null
null
null
27817
1
null
2011-02-24T02:14:15.587
2
8450
<p>I have downloaded mysql-5.5.9-linux2.6-i686.tar.gz file. I don't know how to install it into my Ubuntu os. I don't have an internet connection, I'm posting here from browsing center. I can download files from here, but I can't connect my laptop directly to the internet. Is there any way to install mysql while offline?</p>
10064
192
2011-03-03T00:26:29.133
2011-03-03T00:26:29.133
How to install mysql DB while offline?
[ "package-management", "mysql", "database" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2012-08-17T14:42:57.460", "id": "219126", "postId": "27817", "score": "0", "text": "is the package an rpm or a source code?", "userDisplayName": null, "userId": "70375" } ]
null
[ { "accepted": null, "body": "<p>When installing things on Ubuntu, you're <em>much</em> better off using packages provided for your version of Ubuntu, rather than from other sources.</p>\n\n<p>To install a package offline, you can do something like this:</p>\n\n<p><code>apt-get install --print-uris mysql-ser...
null
null
null
null
null
27819
1
27820
2011-02-24T02:40:38.893
3
4089
<p>As I mentioned <a href="https://askubuntu.com/questions/19376/installing-ubuntu-on-ssd">earlier</a>, I have installed ubuntu on X25M 80 GB SSD and ubuntu is the only OS on my laptop. How do i check and update the SSD firmware? on intel's site, everything is for windows :( Anyone having experience doing this?</p>
8077
-1
2017-04-13T12:23:20.243
2013-02-27T20:48:20.953
How do I update the firmware on an Intel X25M?
[ "ssd", "firmware" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Intel <a href=\"http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;DwnldID=18363\">provides</a> the download in an ISO format. </p>\n\n<blockquote>\n <p>Intel® SATA SSD Firmware Update Tool [ 011102M388208850.ISO ] - Bootable ISO image Intel® SATA SSD Firmware Update Tool; this is the recommended method to update the firmware on systems running Windows*, Linux* and Mac* operating systems. It requires a blank CD, CD burning software, and a read/writeable CD-ROM drive.</p>\n</blockquote>\n\n<p>Their instructions and the website only mention Windows and OSX, on the front page but it works in Ubuntu. Just download the ISO, right click on it, and select \"Burn to disc\", and then boot off the CD.</p>\n\n<p>I updated my 40GB X25-M this way.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T02:58:35.533", "id": "27820", "lastActivityDate": "2011-02-24T03:06:56.100", "lastEditDate": "2011-02-24T03:06:56.100", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "27819", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Intel <a href=\"http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;DwnldID=18363\">provides</a> the download in an ISO format. </p>\n\n<blockquote>\n <p>Intel® SATA SSD Firmware Update Tool [ 011102M388208850.ISO ] - Bootable ISO image Intel® SATA SSD Firmware Update...
null
null
null
null
null
27823
1
27830
2011-02-24T03:50:40.647
9
7654
<p>I know I could use something like Ubuntu Tweak to change the file associations for each file. But I am wondering if there is a way to do it faster and just set the system so that all the files that would have been opened by gedit are now going to be handled by gvim. </p>
5075
791630
2018-04-23T08:46:42.253
2018-04-23T08:46:42.253
How do I set gvim as my default text editor instead of gedit?
[ "nautilus", "default-programs", "gvim" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Right click the file you want to open, select \"Open With other application\". A Window will pop-up containing a list of all the installed programs. Select gvim from the list, and make sure \"Remember this application...\" is selected. That will open all files of that type in gvim. However, that is only half the story, since there are many more file types. Another way is to edit or create this file:</p>\n\n<p><code>~/.local/share/applications/defaults.list</code></p>\n\n<p>and make sure it contains</p>\n\n<pre><code>[Default Applications]\ntext/plain=gvim.desktop\n</code></pre>\n\n<p>A recommnded way of doing it is to type this command in a terminal: </p>\n\n<p><code>sudo update-alternatives --config editor</code> </p>\n\n<p>to update the command line editor, and </p>\n\n<p><code>sudo update-alternatives --config gnome-text-editor</code></p>\n\n<p>to update the GUI editor. Enter the number corresponding to the editor that you want to set as you editor, and press enter. That will update all you system references.</p>\n\n<p>That should about do it. </p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-10-28T13:01:07.590", "id": "83003", "postId": "27830", "score": "0", "text": "I did what you said and I finally got gvim to open text files. With my source files however it still uses gedit. How can I really really tell ubuntu to stop using gedit ANYWHERE and use gvim instead?", "userDisplayName": null, "userId": "31099" }, { "creationDate": "2011-11-01T11:36:45.707", "id": "84273", "postId": "27830", "score": "0", "text": "What do you mean by source files?", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2011-11-01T13:30:24.723", "id": "84312", "postId": "27830", "score": "0", "text": "source files as in `.c`, `.h`, `.cpp` etc! I got my problem solved [here](http://askubuntu.com/questions/73203/how-do-i-tell-ubuntu-to-stop-using-gedit-for-any-thing)", "userDisplayName": null, "userId": "31099" }, { "creationDate": "2012-04-15T20:12:57.997", "id": "145888", "postId": "27830", "score": "0", "text": "@Shahbaz `sed -n '/=gedit\\.desktop$/s/gedit/gvim/p' /usr/share/applications/defaults.list >> ~/.local/share/applications/defaults.list` This should make all files that open by default with gedit.desktop to be opened by default by gvim.desktop (for your user). There's probably a \"better\" way, but I like doing it via the terminal.", "userDisplayName": null, "userId": "9016" }, { "creationDate": "2012-04-15T20:17:33.077", "id": "145890", "postId": "27830", "score": "0", "text": "@geirha, yeah I asked that question and got a similar answer. I have already put the link in my previous comment.", "userDisplayName": null, "userId": "31099" }, { "creationDate": "2012-04-15T20:22:57.537", "id": "145892", "postId": "27830", "score": "0", "text": "@Shahbaz oops, missed that. Oh well. :)", "userDisplayName": null, "userId": "9016" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T04:44:32.487", "id": "27830", "lastActivityDate": "2011-02-24T04:44:32.487", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3778", "parentId": "27823", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>Right click the file you want to open, select \"Open With other application\". A Window will pop-up containing a list of all the installed programs. Select gvim from the list, and make sure \"Remember this application...\" is selected. That will open all files of that type in...
null
null
null
null
null
27824
1
null
2011-02-24T03:55:38.800
7
1435
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/48321/how-to-start-applications-at-startup-automatically">How to start applications at startup automatically?</a> </p> </blockquote> <p>How do i start a application when ubuntu starts ?</p>
null
-1
2017-04-13T12:24:13.310
2011-08-06T17:26:43.050
How to start applications at startup?
[ "startup" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2012-08-30T15:42:58.283
null
user11383
27826
1
27836
2011-02-24T04:21:29.127
52
32544
<p>Every time I open a terminal or an application like Inkscape I have to click the maximize button because by default they open in a small size. Is there a way I can configure my system so that whenever a new program opens, it uses the whole screen? </p> <p>Here is an example of how small the window of Inkscape is when it opens:</p> <p><a href="https://i.stack.imgur.com/uFxqy.png" rel="noreferrer"><img src="https://i.stack.imgur.com/uFxqy.png" alt="example of how inkscape (and any other application) opens small "></a></p>
5075
114
2011-02-24T05:22:59.920
2020-05-31T14:16:11.460
How to configure my system so that all windows start maximized?
[ "window-manager" ]
7
5
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T04:48:20.647", "id": "30809", "postId": "27826", "score": "0", "text": "if you maximise the window, and close the program and open it the next time, the size isnt remembered?", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2011-02-2...
{ "accepted": true, "body": "<p>Install <a href=\"http://apt.ubuntu.com/p/maximus\" rel=\"nofollow noreferrer\">maximus <img src=\"https://i.stack.imgur.com/0wAin.png\" alt=\"Install maximus\"></a> from the Software Center or from the Terminal:</p>\n\n<pre><code>sudo apt-get install maximus\n</code></pre>\n\n<p>Then run this command from the Terminal:</p>\n\n<pre><code>maximus\n</code></pre>\n\n<p>All the new windows will be maximized with that.</p>\n\n<p>Finally, just like in the screen shot at the 5th point in <a href=\"https://askubuntu.com/a/940252\">Isaiah's answer</a>, add an entry in the Startup Applications. The name can be whatever you want, and the command will be simply <code>maximus</code>.</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2011-02-24T09:22:18.830", "id": "30839", "postId": "27836", "score": "1", "text": "I installed it. It is great. Thanks a lot for the recommendation! However, it does not do what I need. It maximizes existing windows. I want it to maximize the windows of the applications I will open. Not the ones I already have opened.", "userDisplayName": null, "userId": "5075" }, { "creationDate": "2011-02-24T09:40:01.320", "id": "30842", "postId": "27836", "score": "1", "text": "@andresmh, did you try opening anything while `maximus` is running? If you rebooted the system, unless you add an entry at Startup Applications, it won't run.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-25T18:58:32.273", "id": "31094", "postId": "27836", "score": "0", "text": "you're totally right. I put maximus so it starts at boot time and it now works great. Thanks!", "userDisplayName": null, "userId": "5075" }, { "creationDate": "2011-02-25T19:14:09.737", "id": "31100", "postId": "27836", "score": "0", "text": "Glad my bits of knowledge regarding Ubuntu could be helpful!", "userDisplayName": null, "userId": "814" }, { "creationDate": "2016-10-19T15:45:23.030", "id": "1283716", "postId": "27836", "score": "0", "text": "Can Maximus exclude some windows? For example, I don't want [Vokoscreen](http://i.imgur.com/F3aGC9k.png) to be maximised.", "userDisplayName": null, "userId": "403828" }, { "creationDate": "2016-10-20T09:01:37.313", "id": "1284185", "postId": "27836", "score": "0", "text": "@RobertOrzanna, I'm sorry, according to its manpages, there's no option to let it be exclusive or inclusive.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2016-10-20T09:02:44.880", "id": "1284186", "postId": "27836", "score": "1", "text": "Maybe the `devlispie` mentioned in the next answer can help.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2016-10-20T09:40:22.550", "id": "1284218", "postId": "27836", "score": "0", "text": "@Oxwivi thank you! I will take a look at Devilspie.", "userDisplayName": null, "userId": "403828" }, { "creationDate": "2019-03-22T11:22:23.887", "id": "1866993", "postId": "27836", "score": "0", "text": "Maximus opens all windows in fullscreen mode. This is a similar, but not the same, of maximized mode. This should be explained in the answers.", "userDisplayName": null, "userId": "46091" }, { "creationDate": "2020-07-28T06:40:19.840", "id": "2135140", "postId": "27836", "score": "0", "text": "This works on mint as well for cinnamon desktop. Thank you. :-)", "userDisplayName": null, "userId": "398352" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-02-24T05:57:43.100", "id": "27836", "lastActivityDate": "2019-06-07T18:28:21.597", "lastEditDate": "2019-06-07T18:28:21.597", "lastEditorDisplayName": null, "lastEditorUserId": "940252", "ownerDisplayName": null, "ownerUserId": "814", "parentId": "27826", "postTypeId": "2", "score": "36" }
[ { "accepted": null, "body": "<ol>\n<li><p>Install devilspie. </p>\n\n<pre><code>sudo apt-get install devilspie\n</code></pre>\n\n<p><a href=\"http://www.burtonini.com/blog/computers/devilspie\" rel=\"noreferrer\">Devil's Pie</a> is: </p>\n\n<blockquote>\n <p>A window-matching utility, inspired by Sawfish'...
null
null
null
null
null
27828
1
null
2011-02-24T04:40:30.263
14
6988
<p>I am installing from the alternate CD and using the LVM encrypted hard drive.</p> <p>The installer is now asking if I want to encrypt my home directory, is this overkill?</p>
8343
6969
2011-04-13T16:25:12.457
2011-06-09T07:27:04.550
Is encrypting the home directory on an encrypted LVM installation overkill?
[ "installation", "encryption" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-02-24T04:44:00.007", "id": "30807", "postId": "27828", "score": "0", "text": "just found this http://roner70.blogspot.com/2010/05/ubuntu-1004-alternate-installation.html .. although they do not explain why this is a bad idea? any input is appreciated.", "userDisplayNa...
null
[ { "accepted": null, "body": "<p>It's overkill for most systems. By \"encrypted LVM\" you likely mean \"LUKS\" (<a href=\"http://en.wikipedia.org/wiki/Linux_Unified_Key_Setup\">Linux Unified Key Setup</a>).</p>\n\n<p>Encrypting the home directory protects you from:</p>\n\n<ul>\n<li>other users on the same sy...
null
null
null
null
null
27829
1
null
2011-02-24T04:41:50.313
2
462
<p>The thing is gnome power mangager isn't working and everything is seen in crappy graphics, when I log in, the same error message appears and says something is wrong with gnome power management, it also said the xorg server has failed... true this for my Virtual Machine, but the same message appears for my desktop, the VM is more important to me :D</p>
null
null
null
2012-03-14T17:53:51.477
I have a huge boot fail....gnome power manager
[ "gnome", "gnome-power-manager" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>If you could, could you boot into a recovery console as root and run the following command:</p>\n\n<pre><code>sudo dpkg-reconfigure gnome-power-manager\n</code></pre>\n\n<p>That might work.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
2012-03-14T19:07:19.820
null
user11383
27832
1
null
2011-02-24T04:47:57.070
1
6763
<p>I want to change the java environment to <strong>java-6-openjdk</strong>.<br/> <strong>/etc/environment:</strong></p> <pre><code>PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" JAVA_HOME=/usr/lib/jvm/java-6-openjdk/ CLASSPATH=.:$CLASSPATH:$JAVA_HOME/lib </code></pre> <p><strong>java -version</strong>:</p> <pre><code>java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.5) (6b20-1.9.5-0ubuntu1~10.04.1) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) </code></pre> <p><strong>javac -version</strong>:<code>javac 1.6.0_20</code></p> <p>But in the shell:<br/> the <code>echo $JAVA_HOME</code> result is <strong>/usr/lib/jvm/java-6-sun-1.6.0.22</strong> while the <code>$CLASSPATH</code> is <strong>/usr/lib/jvm/java-6-sun-1.6.0.22/lib</strong>.<br/></p> <p>How to find the other files in which <code>$JAVA_HOME</code> &amp; <code>$CLASSPATH</code> value is setted by the <code>java-6-sun-1.6.0.22</code> location?</p>
687
null
null
2011-03-26T14:38:14.413
The annoyed configuration of java-6-openjdk
[ "configuration", "java", "environment-variables", "openjdk" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>In my system (Ubuntu 10.04.LTS) <code>/usr/lib/jvm/java-1.6.0-openjdk</code> is symbolic link pointed to <code>/usr/lib/java-6-openjdk</code> directory.</p>\n\n<p>In <code>/etc/environments</code> <code>JAVA_HOME</code> refers the link only.</p>\n\n<p>Maybe you check this lin...
null
null
null
null
null
27838
1
27840
2011-02-24T06:02:54.633
55
139229
<p>This is a snapshot of error log:</p> <pre><code>06:16:29,933 ERROR EmailRMManager$:45 - Exception In get Message com.rabbitmq.client.AlreadyClosedException: clean connection shutdown; reason: Attempt to use closed channel at com.rabbitmq.client.impl.AMQChannel.ensureIsOpen(AMQChannel.java:195) at com.rabbitmq.client.impl.AMQChannel.rpc(AMQChannel.java:222) at com.rabbitmq.client.impl.AMQChannel.rpc(AMQChannel.java:208) at com.rabbitmq.client.impl.AMQChannel.exnWrappingRpc(AMQChannel.java:139) at com.rabbitmq.client.impl.ChannelN.basicGet(ChannelN.java:645) </code></pre> <p>I do the following command:</p> <p><code>cat foo.log | grep ERROR</code> to get an OP as:</p> <p><code>06:16:29,933 ERROR EmailRMManager$:45 - Exception In get Message</code></p> <p>What command should I execute to get the output as </p> <pre><code>06:16:29,933 ERROR EmailRMManager$:45 - Exception In get Message com.rabbitmq.client.AlreadyClosedException: clean connection shutdown; reason: Attempt to use closed channel </code></pre> <p>ie, also grep the line(s) after the pattern?</p>
3778
null
null
2020-10-13T11:43:30.193
How to grep 2 or 3 lines, one containing the text I want, and the others just below it?
[ "bash", "command-line", "grep" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2016-11-11T09:09:14.593", "id": "1302151", "postId": "27838", "score": "0", "text": "Is `com.rabbitmq.client` text on next line starts from the begginning or have some spaces in front of it?", "userDisplayName": null, "userId": "405408" } ]
{ "accepted": true, "body": "<p>Just do a:</p>\n\n<pre><code>grep -A1 ERROR\n</code></pre>\n\n<p>The <code>-A1</code> tells grep to include 1 line after the match. <code>-B</code> includes lines before the match, in case you need that too.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-24T06:34:06.930", "id": "30824", "postId": "27840", "score": "0", "text": "oh right, that would be helpful too.", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2011-02-24T16:01:15.723", "id": "30923", "postId": "27840", "score": "14", "text": "And `-C` includes lines both before and after the match (the 'C' stands for 'context', I believe).", "userDisplayName": null, "userId": "136" }, { "creationDate": "2021-06-29T11:36:48.143", "id": "2305732", "postId": "27840", "score": "0", "text": "I always get this mixed up because I instinctively think these stand for \"above\" and \"below\".", "userDisplayName": null, "userId": "591884" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-24T06:26:34.393", "id": "27840", "lastActivityDate": "2016-11-02T01:17:00.467", "lastEditDate": "2016-11-02T01:17:00.467", "lastEditorDisplayName": null, "lastEditorUserId": "158442", "ownerDisplayName": null, "ownerUserId": "192", "parentId": "27838", "postTypeId": "2", "score": "96" }
[ { "accepted": true, "body": "<p>Just do a:</p>\n\n<pre><code>grep -A1 ERROR\n</code></pre>\n\n<p>The <code>-A1</code> tells grep to include 1 line after the match. <code>-B</code> includes lines before the match, in case you need that too.</p>\n", "commentCount": "3", "comments": [ { "...
null
null
null
null
null
27843
1
27846
2011-02-24T08:00:18.497
15
6657
<p>Using <code>ssh -X user@host</code> I can start programs on the host and X11 forwarding allows me to see their windows on the remote machine. However, I'd like to be able to forward/redirect <strong>existing</strong> windows.</p> <p>How would I do that (if it's possible at all)?</p> <p>Note, VNC is not an option (no server installed on the host and my user has limited permissions).</p>
3037
3037
2011-02-24T08:16:41.393
2017-07-19T11:42:01.713
Redirect existing windows via SSH and X11 forwarding?
[ "ssh", "x11-forwarding" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It looks like <a href=\"https://xpra.org/trac/wiki/Usage\" rel=\"nofollow noreferrer\"><code>xpra</code></a> is an active successor to xmove, and does exactly what you want. The devs bill it as \"screen for X clients\". While it needs to run on your remote server, it runs just fine out of a home folder. Besides python, <code>xvfb</code> is a runtime dependency.</p>\n\n<p>Once you get it installed on the remote server, it's pretty easy to use.</p>\n\n<pre><code>xpra start :8 --start=xeyes\n</code></pre>\n\n<p>On your local machine, run:</p>\n\n<pre><code>xpra attach ssh:YOURSERVERHOST:8\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-02-24T17:11:15.123", "id": "30938", "postId": "27846", "score": "0", "text": "Bah, `xvfb` isn't installed by default. Anyways, a good answer for people without permission restrictions. Will wait a couple of days and accept if there's no better solution. :)", "userDisplayName": null, "userId": "3037" }, { "creationDate": "2011-02-24T20:29:22.933", "id": "30969", "postId": "27846", "score": "1", "text": "Hehe, I know this starts to sound ridiculous, but my xvfb package depends on xserver-common stuff and installs documentation and two executables: `xvfb` and `xvfb-run`. Could be a simple copy to your remote ~/bin..", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2011-03-04T19:13:11.030", "id": "32308", "postId": "27846", "score": "1", "text": "For those with permissions to install apps, it appears [xpra](http://apt.ubuntu.com/p/xpra) has been [in the Universe repositories since Ubuntu 9.10 (Karmic Koala)](http://packages.ubuntu.com/xpra)", "userDisplayName": null, "userId": "3256" }, { "creationDate": "2014-07-16T07:40:19.653", "id": "667928", "postId": "27846", "score": "0", "text": "How does this move existing windows? xpra must be started before xeyes in the example.", "userDisplayName": null, "userId": "64272" }, { "creationDate": "2014-07-16T14:39:07.850", "id": "668230", "postId": "27846", "score": "0", "text": "@sivann I interpret \"existing\" to mean windows created before an ssh session (eg seated at the computer), not before the prereqs for the solution are in place.", "userDisplayName": null, "userId": "8515" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-24T08:47:42.563", "id": "27846", "lastActivityDate": "2017-07-19T11:42:01.713", "lastEditDate": "2017-07-19T11:42:01.713", "lastEditorDisplayName": null, "lastEditorUserId": "14126", "ownerDisplayName": null, "ownerUserId": "8515", "parentId": "27843", "postTypeId": "2", "score": "13" }
[ { "accepted": null, "body": "<p>I read on <a href=\"https://serverfault.com/questions/58018/in-linux-can-i-send-a-running-window-to-a-new-display\">serverfault</a> that you might be able to do that with <code>xmove</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "20...
null
null
null
null
null
27848
1
27859
2011-02-24T08:56:33.323
6
6589
<p>I want to install Ubuntu on my Windows machine and was wondering whether I should use the WUBI method or rather install via a virtual machine using VMWare or Virtual Box.</p> <p>What would the advantages be of either or disadvantages?</p>
11368
169736
2014-01-25T00:45:09.767
2014-01-25T00:45:09.767
Should I install through WUBI or in a Virtual Machine on my Windows machine?
[ "windows", "virtualbox", "wubi", "vmware", "system-installation" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-02-24T11:55:56.883", "id": "30872", "postId": "27848", "score": "0", "text": "Why not partition instead of wubi (ick!)", "userDisplayName": null, "userId": "11133" }, { "creationDate": "2011-02-24T12:09:16.570", "id": "30876", "postId": "27848", ...
{ "accepted": true, "body": "<p>WUBI PROS:</p>\n\n<ul>\n<li>Direct access to your real hardware (important if you need full 3D support)</li>\n</ul>\n\n<p>WUBI CONS</p>\n\n<ul>\n<li>There have been numerous reports of unbootable systesm during kernel upgrades, I don't think it's effectively supported/tested</li>\n</ul>\n\n<p>VM PROS:</p>\n\n<ul>\n<li>Ability for simultaneous use/interaction between both systems</li>\n<li>More widely used than WUBI</li>\n</ul>\n\n<p>If you have a recent processor providing virtualization capabilities (VT) and sufficient RAM, the performance difference can be insignificant. </p>\n\n<p>Unless you need real HW access I strongly suggest using a VM.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-27T18:39:26.320", "id": "31442", "postId": "27859", "score": "0", "text": "So in the end I decided to go the VM route. I like the idea of having it portable and manageable. There are more things to consider like how to setup the VM properly (accessing shared folders etc) but so far I'm quite happy.", "userDisplayName": null, "userId": "11368" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T10:19:59.240", "id": "27859", "lastActivityDate": "2011-02-24T10:19:59.240", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "27848", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>WUBI would run faster because it is not running on top of a virtual machine. Also, with WUBI it would be easier for Ubuntu to access things like webcam, microphone, etc. The advantage of the virtual machine is that you can run Windows and Ubuntu at the exact same time and dra...
null
null
null
null
null
27850
1
null
2011-02-24T09:19:00.957
1
3668
<p>I am currently working on a dual-booted PC. I am using Windows XP and Ubuntu 10.04 Lucid Lynx released in April 2010.</p> <p>The allocated partition to Ubuntu that I am making use of has almost exhausted. Current memory allocations on the PC <code>wrt</code> Ubuntu OS looks like this:</p> <pre><code>bodhgaya@pc146724-desktop:~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda2 8.6G 8.0G 113M 99% / none 998M 268K 998M 1% /dev none 1002M 580K 1002M 1% /dev/shm none 1002M 100K 1002M 1% /var/run none 1002M 0 1002M 0% /var/lock none 1002M 0 1002M 0% /lib/init/rw /dev/sda1 25G 16G 9.8G 62% /media/C /dev/sdb1 37G 214M 35G 1% /media/ubuntulinuxstore bodhgaya@pc146724-desktop:~$ cd /tmp </code></pre> <p>I am trying to mount a 40GB(<code>/dev/sdb1</code> - given below) new hard disk along with my existing Ubuntu system to overcome with hard disk space related issues.</p> <p>I referred to the following tutorial to mount a new hard disk onto the system:- <a href="http://www.smorgasbord.net/how-to-install-second-hard-drive-in-ubuntu-linux/" rel="nofollow">http://www.smorgasbord.net/how-to-install-second-hard-drive-in-ubuntu-linux/</a></p> <p>I was able to successfully mount this hard disk for Ubuntu 0S. I have this new hard disk setup in /media/ubuntulinuxstore directory.</p> <p>The current partition in my system looks like this:</p> <pre><code>bodhgaya@pc146724-desktop:/media/ubuntulinuxstore$ sudo fdisk -l [sudo] password for bodhgaya: Disk /dev/sda: 40.0 GB, 40000000000 bytes 255 heads, 63 sectors/track, 4863 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x446eceb5 Device Boot Start End Blocks Id System /dev/sda1 * 2 3264 26210047+ 7 HPFS/NTFS /dev/sda2 3265 4385 9004432+ 83 Linux /dev/sda3 4386 4863 3839535 82 Linux swap / Solaris Disk /dev/sdb: 40.0 GB, 40000000000 bytes 255 heads, 63 sectors/track, 4863 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xfa8afa8a Device Boot Start End Blocks Id System /dev/sdb1 1 4862 39053983+ 7 HPFS/NTFS bodhgaya@pc146724-desktop:/media/ubuntulinuxstore$ </code></pre> <p>Now,</p> <p>I have a concern <code>wrt</code> the "location" where the new softwares will be installed. Generally softwares are installed via the terminal and by default a fixed path is used to where the post installation set up files can be found (I am talking in context of the drive).</p> <p>This is like the typical case of Windows, where softwares by default are installed in the C: drive. These days people customize their installations to a drive which they find <code>apt</code> to serve their purpose (generally based on availability of hard disk space). I am trying to figure out how to customize the same for Ubuntu.</p> <p>As we all know the most softwares are installed via commands given from the Terminal. My road block is how do I redirect the default path set on the terminal where files get installed to this new hard disk.</p> <p>This if done will help me overcome space constraints I am currently facing <code>wrt</code> the partition on which my Ubuntu is initially installed. I would also by this, save time on not formatting my system and reinstalling Ubuntu and other softwares all over again.</p> <p>Please help me with this, your suggestions are much appreciated.</p> <hr> <p>My current situation:</p> <hr> <p>Hi ,</p> <p>This is just my current situation post the initial problem faced by me(as per the question posted) and how I actually tried to get around it...</p> <p>Thank you for your answers and comments, I am sorry, I have already tried something else which seems to have zeroed down my chances of getting back Ubuntu up &amp; running for me now on my PC.</p> <p>Every time now I try booting Ubuntu, I guess due to lack of space it no more boots on my PC. All this happened after I made one change in the system mount file located at /etc/fstab.</p> <p>I changed the default location where my new hard disk was originally mounted. Originally it was mounted in /media/ubuntulinuxstore, I changed it to /usr. In other words I mounted /usr on this new hard disk and I guess also ended up making it a mount point for the hard disk. </p> <p>Very soon after, the entire behavoir of Ubuntu OS and various simple commands like sudo, vi etc. stopped functioning. Files could no longer be detected from how they were initially. I couldn't undo the changes I made to /etc/fstab as I was no more the su wasn't working any more and hence making me devoid of all write permissions wrt system files..</p> <p>I thought in this position a reboot would be the only last resort kind of a rescue.</p> <p>I was in a position of having only around 10 MB free on my Ubuntu system. I tried booting it, the booting didn't succeed , it seemed to be stuck. This could be now because the /dev/sda2 was now 100% full leaving no memory ( may be virtual in particular to boot the OS ).</p> <p>I performed a memory test wrt Ubuntu OS, that was 100% successful for me, but of no avail. This test I could perform wrt an option I got in the GRUB when starting my PC.</p> <p>I tried booting via Ubuntu recovery mode, which I always get through GRUB as an option while starting my PC, this initially took me to a kind of interface. I tried vi /etc/fstab... to edit the mount location of the new hard disk( /dev/sdb1 ) to what it was originally ( /dev/sdb1 37G 214M 35G 1% /media/ubuntulinuxstore - as shown in the question above). But the only command that worked for me at that point of time was cat /etc/fstab. Even pico /dev/sdb1 didn't work for me.</p> <p>I also via GRUB typed 'e'( for edit ) and then tried to edit the kernel( again made use of 'e' ) with the intention to boot for a single user( I typed single next to the already existing lines written for a file that I obtained on typing 'e' wrt the kernel). Finally on pressing enter, I was at a step higher, at the parent directory where the option of kernel was originally present , from there I entered option b( to boot ). But this didn't help at all.</p> <p>Now finally every time i try booting Ubuntu via the grub, I am put in a loop due to errors wrt hard disk and I end up back at the original GRUB option. All this atleast didn't have an impact on my Windows OS. But it seems that I have almost lost Ubuntu and have to format it now freshly.</p> <p>I even tried out a whacky idea of disconnecting the new hard disk from the Cpu, but that went in vain and my problem still continues to persist..</p> <p>Only seems like a miracle will save me now to retain Ubuntu. Any feedback or tips which I can carry to avoid such blunders in the future? </p> <p>I know this leaves me with almost no hope of getting back Ubuntu, but still I would gather some courage to ask one last time.. is there a way around this..??</p> <p>Thank you very much for your patient reading and for any feedback obtained wrt my post..</p>
8551
6969
2011-04-12T17:23:59.717
2011-04-12T17:23:59.717
Changing the default installation path to a newly installed hard disk
[ "installation", "command-line", "disk-usage", "disk-management" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T17:29:52.470", "id": "38783", "postId": "27850", "score": "0", "text": "your Ubuntu system is broken because you've used a NTFS filesystem for `/usr`. That will always break your system as NTFS does not support file permissions as required for Ubuntu. You should for...
null
[ { "accepted": null, "body": "<p>you can not set or otherwise move the location of the software installed via the system package manager (APT), Linux unlike Windows stores application components grouped by type, not by application, for example, executables go into /usr/bin, volatile content into /var, you ca...
null
null
null
null
null
27851
1
null
2011-02-24T09:27:28.527
1
2375
<p>this is the error when i am trying to make navit in ubuntu10.10</p> <pre><code> error: no rule to make target 'Button icon.qml' needed by 'all-am'.stop. </code></pre> <p>i dont know how to solve it.somebody help me</p>
11326
14356
2012-04-07T22:04:10.803
2012-04-07T22:04:10.803
how can i solve this error: no rule to make target 'Button icon.qml' needed by 'all-am'.stop
[ "10.10", "compiling", "navigation" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-02-24T09:53:37.580", "id": "30845", "postId": "27851", "score": "0", "text": "Please add more information to your question, what are you trying to build, how are you doing it ?", "userDisplayName": null, "userId": "742" }, { "creationDate": "2011-02-24T09:...
null
[ { "accepted": null, "body": "<p>Try running <code>sudo apt-get build-dep navit</code>, then run <code>./configure &amp;&amp; make</code> again.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T09:57:20....
null
null
null
null
null
27858
1
27904
2011-02-24T10:18:34.093
6
3478
<p>If I used one wired connection to ISP_1 and another wireless connection to ISP_2, can Ubuntu benefit from both, such as running bit-torrent and getting twice the bandwidth?</p>
11269
235
2011-02-24T14:23:45.267
2016-09-27T21:40:24.433
Can I connect to multiple networks for double bandwidth?
[ "networking", "internet", "network-bridge" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No, this is not possible. You can connect to both ISPs at once, but each will give you a different IP address. When you say, run a web browser and try to download something, it has to pick one IP address to use, and then its traffic will all be routed through that ISP. You could run one program on one address and one on the other, but you can't get one download split across both links.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-24T20:34:16.003", "id": "30970", "postId": "27904", "score": "2", "text": "I assumed this would not be possible on a download from a server, but bittorrent you connected to multiple peers. Why not be able to give 2 address, some upload to one, some to other?", "userDisplayName": null, "userId": "11269" }, { "creationDate": "2011-02-25T14:20:56.270", "id": "31065", "postId": "27904", "score": "1", "text": "@Seth Kikari: in theory that is possible, but I do not know of any bittorrent clients that support that.", "userDisplayName": null, "userId": "8500" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T14:52:46.150", "id": "27904", "lastActivityDate": "2011-02-24T14:52:46.150", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "27858", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>To connect to two WiFi network at the same time, you have to have two WiFi modems in your computer. (Just like, you have to have two ethernet card to connect to two ethernet)</p>\n\n<p>You may use an USB connected second WiFi modem.</p>\n\n<p>If you have two modems and you've...
null
null
null
null
null
27862
1
27881
2011-02-24T10:32:10.677
20
20952
<p>In the <code>Mouse preferences</code> dialog I've set the <code>acceleration</code> to max and the <code>sensitivity</code> to min and the mouse pointer is not exactly sluggish, but I'd like to make it even faster. Is it possible to be done by setting some value in the <code>procfs</code> or something?</p> <p>Thanks!</p>
11397
null
null
2024-01-26T06:53:13.123
How can I increase the mouse pointer speed beyond the limits set by the Mouse preferences dialog?
[ "configuration", "mouse" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The <code>xset</code> command allows you to change quite a few aspects of your desktop, including mouse acceleration.</p>\n\n<pre><code>xset m 2 1\n</code></pre>\n\n<p>The first number is the acceleration, the second is threshold. So, in the example I provided, the mouse will go 2X as fast once it's traveled 1px across the screen. Zero has some special connotations, so I'd stick with 1.</p>\n\n<p>I wouldn't think you would need to set the acceleration too high to get what you're looking for.</p>\n\n<p>This effect will disappear once you reboot/restart. If it works for you, the command can be added to your \"Startup Applications\" to be applied automatically.</p>\n\n<p>Good luck!</p>\n", "commentCount": "12", "comments": [ { "creationDate": "2011-02-24T13:10:31.593", "id": "30893", "postId": "27881", "score": "1", "text": "Set it to `16 1` and is working *splendidly* now! Thanks!", "userDisplayName": null, "userId": "11397" }, { "creationDate": "2011-02-24T22:12:38.507", "id": "30986", "postId": "27881", "score": "3", "text": "Wow, you weren't kidding when you said you wanted it fast! :)", "userDisplayName": null, "userId": "6016" }, { "creationDate": "2012-05-24T14:30:01.800", "id": "169516", "postId": "27881", "score": "1", "text": "I needed to slow my mouse down, so I used `xset m 6/5 0`. @AlbusDumbledore you're a cyborg. I could hardly click on my terminal window with that setting!", "userDisplayName": null, "userId": "28369" }, { "creationDate": "2012-05-25T15:04:49.200", "id": "170109", "postId": "27881", "score": "0", "text": "Haha. Well, it depends on the mouse. With nice mice I'd go lower, like 12-13.", "userDisplayName": null, "userId": "11397" }, { "creationDate": "2017-10-20T05:52:16.730", "id": "1547624", "postId": "27881", "score": "0", "text": "Could you please elaborate how to make this change permanent?", "userDisplayName": null, "userId": "42348" }, { "creationDate": "2017-10-21T00:04:42.363", "id": "1548333", "postId": "27881", "score": "1", "text": "@guettli The following question might help: https://askubuntu.com/q/814/6016", "userDisplayName": null, "userId": "6016" }, { "creationDate": "2018-10-18T18:54:19.960", "id": "1784332", "postId": "27881", "score": "0", "text": "You're a wizard Albus", "userDisplayName": null, "userId": "260404" }, { "creationDate": "2019-01-26T02:28:12.003", "id": "1837379", "postId": "27881", "score": "5", "text": "It doesn't work on ubuntu 18.10", "userDisplayName": null, "userId": "859153" }, { "creationDate": "2019-01-27T05:28:36.773", "id": "1837814", "postId": "27881", "score": "0", "text": "@DrunkenPoney This is an old answer; it's possible Ubuntu has changed enough under-the-hood to prevent it from working. If you find a better solution, please share it as a new answer!", "userDisplayName": null, "userId": "6016" }, { "creationDate": "2019-02-06T18:41:04.100", "id": "1843405", "postId": "27881", "score": "1", "text": "Also reporting this does not work recently (I'm on Arch). I think it's due to changes in X have not yet figured out how to fix.", "userDisplayName": null, "userId": "354276" }, { "creationDate": "2020-02-22T10:22:23.860", "id": "2036308", "postId": "27881", "score": "0", "text": "what about those on wayland ?", "userDisplayName": null, "userId": "1378538" }, { "creationDate": "2020-02-23T23:06:26.580", "id": "2036952", "postId": "27881", "score": "1", "text": "@尤金寶 漢子 xset is an X windows utility, so you'd have to find an equivalent for Wayland. I've never used Wayland, but I'll post a new answer if I encounter it.", "userDisplayName": null, "userId": "6016" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T12:55:56.893", "id": "27881", "lastActivityDate": "2011-02-24T12:55:56.893", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6016", "parentId": "27862", "postTypeId": "2", "score": "21" }
[ { "accepted": true, "body": "<p>The <code>xset</code> command allows you to change quite a few aspects of your desktop, including mouse acceleration.</p>\n\n<pre><code>xset m 2 1\n</code></pre>\n\n<p>The first number is the acceleration, the second is threshold. So, in the example I provided, the mouse will...
null
null
null
null
null
27863
1
187318
2011-02-24T10:32:33.557
3
3455
<p>This is not specific ubuntu/linux question but I hope someone can help me.</p> <p>I am doing some <strong>video stream server</strong> which on <strong>slow PC</strong> (CPU 1GHz, bad GPU (via)). Does someone knows which codec should I use?</p> <p>The source is 720x576 YUV (PAL) which is too big to stream directly (took all 100Mbit LAN bandwidth). I want to get <strong>stream caa 200kB/s</strong> so it would be suitable also over internet.</p>
1982
null
null
2012-09-13T13:31:19.757
Fast video stream encoder
[ "video", "stream", "encoding" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I found solution that runs quite well.</p>\n\n<p>This solution uses VLC for all work. Video is captured from USB Webcam, compressed and served to web. Stream is HTML 5 compatible, so it can be used for streaming.</p>\n\n<p>This solution is using VLC for whole process:</p>\n\n<pre><code>vlc -v v4l2:///dev/video0:width=320:height=240 --v4l2-chroma=UYVY --v4l2-fps=5 --sout \"#transcode{vcodec=theo,vb=256,scale=1,acodec=none,fps=25}:standard{access=http,mux=ogg,dst=:8081/stream.ogg}\"\n</code></pre>\n\n<p>I did tests with Intel Atom D525. Cpu usage is around 20% and network transfer is 60kB/s</p>\n\n<p>To playback video you just need to open browser that supports html5 ogg (Firefox) on address:</p>\n\n<ul>\n<li><code>http://localhost:8081/stream.ogg</code></li>\n</ul>\n\n<p>or another VLC</p>\n\n<ul>\n<li><code>vlc http://localhost:8081/stream.ogg ----network-caching=100</code></li>\n</ul>\n\n<p>If you wish to get better image you can change</p>\n\n<ul>\n<li><code>vb=1024</code> Just do some testings. (bit (not byte) per second)</li>\n<li><code>width=640:height=480</code>. Check webcam's available resolutions </li>\n</ul>\n\n<p>There are many things that you need to check if your CPU is too high. Your camera needs natively support chosen resolution and color space. Any conversion on CPU is slow! Try choosing other <code>--v4l2-chroma=UYVY</code> (UYVY, YUY2, RV24, RV32, MJPEG, ...).</p>\n\n<p>To check what are cameras capabilities, you can use program <code>guvcview</code>. It can be installed trough Software Center.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-09-13T12:39:57.057", "id": "187318", "lastActivityDate": "2012-09-13T13:31:19.757", "lastEditDate": "2012-09-13T13:31:19.757", "lastEditorDisplayName": null, "lastEditorUserId": "1982", "ownerDisplayName": null, "ownerUserId": "1982", "parentId": "27863", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>I found solution that runs quite well.</p>\n\n<p>This solution uses VLC for all work. Video is captured from USB Webcam, compressed and served to web. Stream is HTML 5 compatible, so it can be used for streaming.</p>\n\n<p>This solution is using VLC for whole process:</p>\n\n...
null
null
null
null
null
27864
1
27866
2011-02-24T10:33:18.707
34
139394
<p>I need a good video converter application that can convert from/to many video formats. On Windows I found <a href="http://www.pcfreetime.com/" rel="noreferrer">Format Factory</a> to be good. I would like its equivalent or something better on Ubuntu.</p>
11396
527764
2018-10-25T19:41:37.177
2018-10-25T19:41:37.177
What's video converters are available for Ubuntu?
[ "software-recommendation", "video", "video-conversion" ]
9
5
CC BY-SA 4.0
[ { "creationDate": "2012-04-07T05:25:55.663", "id": "142338", "postId": "27864", "score": "3", "text": "I found that question by dropping: `convert video [software-recommendation]` in the search bar. the brackets say search for things tagged as. the others are keywords", "userDisplayName": ...
{ "accepted": true, "body": "<p>There are at least four video converters you can try:</p>\n\n<ol>\n<li><a href=\"http://packages.ubuntu.com/arista\" rel=\"noreferrer\">arista</a> | <a href=\"http://apt.ubuntu.com/p/arista\" rel=\"noreferrer\">[Install arista]</a></li>\n<li><a href=\"http://packages.ubuntu.com/transmageddon\" rel=\"noreferrer\">transmageddon</a> | <a href=\"http://apt.ubuntu.com/p/transmageddon\" rel=\"noreferrer\">[Install transmageddon]</a></li>\n<li><a href=\"http://gnome-look.org/content/show.php/ConvertMe!?content=153277\" rel=\"noreferrer\">ConvertMe!</a></li>\n<li><a href=\"http://handbrake.fr/\" rel=\"noreferrer\">Handbrake</a></li>\n</ol>\n\n<p><strong>Arista</strong> is a basic converter which you can add new conversion types to through there web site which will give you a new script which you can install adding the new conversion type.</p>\n\n<p><strong>Transmageddon</strong> is the development version of arista which gives you the option to choose your specific encoding preferences in the program interface.</p>\n\n<p><strong>ConvertMe!</strong> is a very user friendly new frontend for FFmpeg. It comes with widly used presets and gives you a preview of the conversation progress. ConvertMe, intergrates with your Nautilus file manager allowing you to rightclick on an any video file and convert it instantly. <a href=\"http://gnome-look.org/CONTENT/content-pre2/153277-2.jpeg\" rel=\"noreferrer\">View screenshot</a></p>\n\n<p><strong>Handbrake</strong> has a limited number of output formats including mp4 and mkv but there are many more options available and a good description of what these options will do however handbrake is not in the software centre and you will need to add it by <strong>adding a PPA*</strong>\nwhich can be found at <a href=\"https://launchpad.net/~stebbins/+archive/handbrake-snapshots\" rel=\"noreferrer\">launchpad</a>.</p>\n\n<p>The ppa can be added through the software sources dialogue described <a href=\"https://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them\">here</a></p>\n\n<pre><code>ppa:stebbins/handbrake-snapshots\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2013-02-25T21:15:49.203", "id": "326216", "postId": "27866", "score": "0", "text": "still the best solutions?", "userDisplayName": "user47206", "userId": null }, { "creationDate": "2013-03-07T02:11:39.103", "id": "331695", "postId": "27866", "score": "0", "text": "As far as I know what were you thinking of converting?", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2015-03-17T14:32:32.900", "id": "832953", "postId": "27866", "score": "1", "text": "Handbrake is in the ubuntu software center now (14.04).", "userDisplayName": null, "userId": "88368" }, { "creationDate": "2015-10-21T09:33:00.240", "id": "1003451", "postId": "27866", "score": "0", "text": "Don't forget about dmMediaConverter which is a ffMpeg GUI.\nhttp://dmsimpleapps.blogspot.ro/2014/04/dmmediaconverter.html", "userDisplayName": null, "userId": "122038" }, { "creationDate": "2016-01-04T05:54:31.663", "id": "1057720", "postId": "27866", "score": "0", "text": "Images are gone", "userDisplayName": null, "userId": "39372" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-24T10:57:32.050", "id": "27866", "lastActivityDate": "2016-05-31T19:26:06.490", "lastEditDate": "2017-04-13T12:23:52.807", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "6450", "parentId": "27864", "postTypeId": "2", "score": "42" }
[ { "accepted": null, "body": "<p>Proabably the easiest to use is avidemux.\nIt has an intuitive graphical interface and can do lots of simple tasks, like convert, cut scenes etc.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "cr...
null
null
2014-04-10T22:51:01.480
null
null
27869
1
27872
2011-02-24T11:42:46.863
4
3495
<p>When I log in to my Ubuntu system several applications that I added to startup list (by using System->Preferences->StartUp Application) start automatically. </p> <p>Last times I am seeing that among those startup applications there is also another one called "Konqueror" (which is a browser and browse me automatically <a href="https://unix.stackexchange.com/users/4458/bakhtiyor">https://unix.stackexchange.com/users/4458/bakhtiyor</a>) which starts automatically. But I didn't add this application to startup list. I looked for every place that I knew to see why it was loading automatically but I could not find it.</p> <p>Could anybody help me to find out how that application is starting up automatically when a session starts please?</p> <p><strong>Note</strong> that I don't have root permission in my system, because it is in my working place. I am using Ubuntu Desktop and GNOME.</p> <p>Thank you.</p>
161
-1
2017-04-13T12:37:16.477
2011-02-26T21:57:31.647
Unwanted application starts automatically when I login
[ "startup" ]
2
8
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T11:55:03.967", "id": "30871", "postId": "27869", "score": "0", "text": "Konqueror is KDE - are you using Kubuntu? Or are you using both GNOME/KDE?", "userDisplayName": null, "userId": "11133" }, { "creationDate": "2011-02-24T11:56:44.290", "id": ...
{ "accepted": true, "body": "<p>Go to System>Preferences>Startup apps, then on the Options tab uncheck the \"Automatically remember....\" checkbox.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-24T12:42:26.583", "id": "30883", "postId": "27872", "score": "0", "text": "It is currently unchecked. But I think you are right. Because I remember that I was checking it some times. But it is unchecked now. Is there any file corresponding to it so that I could find and remove Konqueror from it?", "userDisplayName": null, "userId": "161" }, { "creationDate": "2011-02-24T13:40:03.127", "id": "30900", "postId": "27872", "score": "0", "text": "Close all not wanted startup apps and press the \"Remember the current running applications\" button on the same tab, but leave the checkbox empty.", "userDisplayName": null, "userId": "6359" }, { "creationDate": "2011-02-24T15:04:02.980", "id": "30916", "postId": "27872", "score": "0", "text": "The problem is solved. Thanks. So, the main factor for this problem was that button called \"Remember Currently Running Applications\". Somehow I clicked this button not knowing the meaning and at that time Konqueror had been started. The strange thing is that this button even don't ask confirmation. Anyway, thanks a lot.", "userDisplayName": null, "userId": "161" }, { "creationDate": "2011-02-24T16:20:49.777", "id": "30927", "postId": "27872", "score": "0", "text": "See my answer. I found configuration file for that and it is more easier to solve my problem by just removing this configuration file.", "userDisplayName": null, "userId": "161" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T12:23:22.257", "id": "27872", "lastActivityDate": "2011-02-24T12:23:22.257", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6359", "parentId": "27869", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Go to System>Preferences>Startup apps, then on the Options tab uncheck the \"Automatically remember....\" checkbox.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-24T12:42:26.583", "id": "30883", "postId": "27872", ...
null
null
null
null
null
27871
1
27873
2011-02-24T12:13:38.087
4
527
<p>I'm trying to link to a specific tomboy note from the panel or from the desktop. I don't really like the notifaction "click, dropdown, click" way for a specific note I'm using, so I want to be able to open it with one seperate button.</p> <p>I couldn't find it on the website of Tomboy, nor did Google help me on this.</p>
11120
25863
2012-11-21T22:05:22.020
2012-11-21T22:05:22.020
Link to specific Tomboy note
[ "panel", "tomboy" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Your tomboy notes are saved in <code>~/.local/share/tomboy</code>. They have a <code>.note</code> ending.</p>\n\n<p>To open a note from command line you can use <code>tomboy --open-note YOUR_NOTE</code>. The only problem is that they are not saved by their name but by some sort of hash.</p>\n\n<p>Either you find out what note it is or you write a small script which opens a note based on a specific creation date or some other aspect. You could also have the script read the first line of the note for a specific string.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-24T13:21:45.427", "id": "30896", "postId": "27873", "score": "2", "text": "This works, but your 'problem' isn't there. I should've just read the manpage like a good boy: `open-note` takes note-title as argument, so `tomboy --open-note NOTE_TITLE` does the job. thanks ;)", "userDisplayName": null, "userId": "11120" }, { "creationDate": "2011-02-24T13:24:52.287", "id": "30897", "postId": "27873", "score": "0", "text": "Oh boy. Apparently I should've read the man page more carefully too. :p", "userDisplayName": null, "userId": "2732" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T12:30:12.107", "id": "27873", "lastActivityDate": "2011-02-24T12:30:12.107", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "27871", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Your tomboy notes are saved in <code>~/.local/share/tomboy</code>. They have a <code>.note</code> ending.</p>\n\n<p>To open a note from command line you can use <code>tomboy --open-note YOUR_NOTE</code>. The only problem is that they are not saved by their name but by some so...
null
null
null
null
null
27877
1
null
2011-02-24T12:45:55.007
2
351
<p>I have found that using desktop effects in Ubuntu versions later than 8.10 causes the desktop to freeze after a few seconds on my PC. the command <code>lspci -nn</code> gave the following</p> <pre><code>00:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02) </code></pre> <p>and with <code>lspci -k</code> I have </p> <pre><code>00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) Kernel driver in use: i915 Kernel modules: i915 </code></pre> <p>The intel graphics cards seems to have some performence issues with xorg driver. However I have not noticed any freeze in Ubuntu 8.10.</p> <p>There are some workarounds at <a href="http://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes" rel="nofollow">https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes</a> to make them work. But I can't find out what workaround should I do with my graphics controller. I have tried workaround F but it did not help.</p> <p>can anyone help me find a workaround for my graphics card? and is it actually possible to use desktop effect in this graphics card ? </p>
7377
235
2011-02-24T14:28:22.017
2012-11-17T04:56:55.693
Freezes if desktop effects is used
[ "xorg" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T12:49:46.153", "id": "30888", "postId": "27877", "score": "3", "text": "What Ubuntu version you are using now? 10.04, 10.10? Problem still persists?", "userDisplayName": null, "userId": "10581" }, { "creationDate": "2011-02-25T09:46:06.793", "id"...
null
[ { "accepted": null, "body": "<p>Disable the desktop effects:</p>\n\n<p>We have three computers with the same chipset and the very same problem at work.</p>\n\n<p>20 PCs, 3 of them with the intel 945 chipset... the three of them have issues. They constantly freeze. We tried to boot in Ubuntu Classic, but it ...
null
null
2012-02-04T21:07:35.510
null
null
27885
1
27892
2011-02-24T13:25:12.850
22
1860
<p>Why is the default virtual terminal in ubuntu tty7? is there any sort of precedent for this, or was that just the number that first came to mind?</p>
2978
25863
2012-11-21T21:19:48.970
2012-11-21T21:19:48.970
Why is the default virtual terminal number 7?
[ "command-line" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It's not really anything special, and it's not like anyone person said: \"YES! TTY7 will forever be the starting point\".</p>\n\n<p>Typically when you boot init (upstart) will reserve the first 6 TTYs for text terminals - which leaves the next unallocated TTY, 7, for whatever comes next. Henceforth TTY7 is used when X actually starts. This can be changed to suite your liking in upstart by limiting or increasing the numbers of text TTYs that upstart reserves.</p>\n\n<p>However, it's typically best to just leave the configuration as is.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-24T21:19:09.690", "id": "30976", "postId": "27892", "score": "2", "text": "Ttys 2–6 aren't actually used for anything during the boot process. Under the default setup, text mode login prompts (getty) show up on ttys 1–6, and a graphic mode login prompt (?dm) shows up on the next available tty, which is tty7.", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2011-02-25T20:14:39.660", "id": "31111", "postId": "27892", "score": "0", "text": "@Gilles Sorry that wasn't make more obvious in my answer.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2011-03-22T23:13:15.320", "id": "35367", "postId": "27892", "score": "0", "text": "Besides you would not want to have your desktop on tty 6 (bad luck). Better yo have it in 7 (good luck charm) ;)", "userDisplayName": null, "userId": "7035" }, { "creationDate": "2011-03-22T23:40:02.957", "id": "35372", "postId": "27892", "score": "0", "text": "`getty` on `tty1`-`tty6` goes back to at least SLS. Anyone remember what MCC Interim did?", "userDisplayName": null, "userId": "11775" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T14:14:36.570", "id": "27892", "lastActivityDate": "2011-02-25T20:13:44.450", "lastEditDate": "2011-02-25T20:13:44.450", "lastEditorDisplayName": null, "lastEditorUserId": "41", "ownerDisplayName": null, "ownerUserId": "41", "parentId": "27885", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>It's not really anything special, and it's not like anyone person said: \"YES! TTY7 will forever be the starting point\".</p>\n\n<p>Typically when you boot init (upstart) will reserve the first 6 TTYs for text terminals - which leaves the next unallocated TTY, 7, for whatever...
null
0
null
null
null
27887
1
27891
2011-02-24T13:42:39.550
1
169
<p>Ive been using linux for some time, and ive never quite got my head around the various keywords attached to the GUI. </p> <p>I think i understand the difference between the likes of KDE and Gnome - They are collections of applications and other software that make up a given gui environment. However a quick read through any vaguely technical linux websites will reveal terms like:</p> <ul> <li>Murrine</li> <li>Clearlooks</li> <li>GTK</li> <li>Beryl</li> <li>Metacity</li> <li>Window manager</li> </ul> <p>Which if im honest, i have no real idea what they mean and how they all relate to each other. Can anybody clarify?</p>
2978
25863
2012-11-21T22:57:45.040
2012-11-21T22:57:45.040
GUI keyword confusion
[ "10.10", "desktop-environments" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I may confuse you further, but I'm going to add a few more words to that list. I've tried to highlight the buzzwords while I paint a picture of how things fit together.</p>\n<h2>Window managers</h2>\n<p>It might sounds silly but window managers manage your windows. They sit right next to the X Server (that controls what gets sent to hardware) and decrees how windows are painted to the desktop (itself a type of window).</p>\n<p>As well as managing where the window goes, how big it is, if it's above something else, it's also responsible for decorations. Most window managers defer to another application called a <strong>window decorator</strong>. These decide how your window borders look, as well as giving you some options (resizing, window buttons, etc).</p>\n<p><strong>Metacity</strong> (a window manager) has its own window decorator built-in but other window decorators you might see around include <code>gtk-window-decorator</code> (used by Compiz by default) and <strong>Emerald</strong>, spawned from Beryl which can do slightly fancier things at the cost of CPU cycles.</p>\n<p><strong>Beryl</strong>, <strong>Metacity</strong>, <strong>Compiz</strong> are all <strong>window managers</strong>. Beryl was a fork of the original Compiz. It advanced well ahead of Compiz and was eventually merged back to form a project called Compiz-Fusion. Compiz-Fusion has now (AFAIK) been renamed back to Compiz although both names still apply to the same, modern project.</p>\n<h2>Graphical Toolkits</h2>\n<p>GTK+ (aka GTK) is a graphical toolkit that developers use to create rich, graphical user interfaces. Using tools like Glade, they decide how an application should look by placing GTK+ controls (eg a button) on a window, using further arrangement technologies like Glade.</p>\n<p>GTK+ also contains several sub-projects like <strong>Cairo</strong> and <strong>Pango</strong>, two graphics libraries that programmers can use to draw things inside their applications. In turn these libraries can reach out to more libraries to help them render things (like using <strong>Freetype</strong> to render text).</p>\n<p>GTK+ development libraries are a bottomless pit. I could literally spend all day listing them out but it won't really help you. So I won't.</p>\n<p>Part how these controls are rendered to the screen involves a <strong>theme engine</strong>. Each engine has <em>n</em> themes available for it and the user picks one in their preferences. That theme uses its engine to let controls render themselves onto the screen. <strong>Clearlooks</strong> and <strong>Murrine</strong> are both engines and they both have themes named after them, as well as a ton of other themes knocking around the internet.</p>\n<p>The stack would look something like this, from bottom to top:</p>\n<ul>\n<li>GTK+ Control</li>\n<li>GTK+ Engine and its GTK+ Theme</li>\n<li>Application (X Server Client)</li>\n<li>Window Decorator</li>\n<li>Window Manager (aka compositor)</li>\n<li>X Window Server</li>\n<li>Hardware</li>\n</ul>\n<p>That's ultra-simplified (I've just explained a compositing system) and a lot of that stuff can happen in altered orders, often running parallel rather than on top or beneath another layer... But it should give you an idea of how things get from code to screen.</p>\n<p><strong>Qt</strong> is another graphical toolkit which is very common in KDE applications. It has its own theming engines, themes and controls that similar to GTK+. They're not interchangable and require heavy code overhauls to port from one toolkit to the other.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T14:04:25.350", "id": "27891", "lastActivityDate": "2011-02-24T14:26:24.733", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "27887", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Metacity is a window manager. Window managers gives you the interesting decorations around the windows (title bar, close button, etc) as well as managing windows. GTK is a widget set which gives you the buttons, labels, checkboxs, etc in the actual windows. Clearlooks is a th...
null
null
null
null
null
27894
1
27899
2011-02-24T14:16:24.187
20
17148
<p>I would like to get the size of the current window from a shell script...</p> <p>Really not much else to say... I would prefer to use wmctrl.</p>
10750
44179
2015-05-18T02:23:43.787
2019-12-09T04:58:49.033
Get Window size in shell
[ "command-line", "window" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<pre><code>wmctrl -lG\n</code></pre>\n\n<p>Will give you something like:</p>\n\n<pre><code>oli@bert:~$ wmctrl -lG\n0x0384c0d5 -1 1590 1030 330 170 bert N/A\n0x01200023 -1 0 0 3840 1200 bert x-nautilus-desktop\n0x01000003 -1 3840 2352 1920 24 bert Bottom Expanded Edge Panel\n0x01000028 -1 0 2352 1920 24 bert Bottom Expanded Edge Panel\n0x0500003e 0 676 252 1404 1015 bert Chromium\n0x02e00021 0 3860 160 1361 1084 bert Liferea\n0x02000047 0 6650 940 506 683 bert Social broadcast messages\n0x04600004 0 4546 460 1263 833 bert oli@bert: ~\n</code></pre>\n\n<p>With this you can <code>grep</code> and <code>cut</code> down on these so you are left with the geometry values (columns 3-6).</p>\n\n<p>To quote the <a href=\"http://linux.die.net/man/1/wmctrl\">man page</a> so you understand exactly what the columns are:</p>\n\n<blockquote>\n <p><strong>-l</strong></p>\n \n <p>List the windows being managed by the window manager. One line is output for each window, with the line broken up into space separated columns. The first column always contains the window identity as a hexadecimal integer, and the second column always contains the desktop number (a -1 is used to identify a sticky window). If the -p option is specified the next column will contain the PID for the window as a decimal integer. <strong>If the -G option is specified</strong> then four integer columns will follow: x-offset, y-offset, width and height. The next column always contains the client machine name. The remainder of the line contains the window title (possibly with multiple spaces in the title).</p>\n</blockquote>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-24T14:39:24.873", "id": "30908", "postId": "27899", "score": "0", "text": "I'll be using that!", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-09-19T14:55:39.333", "id": "71240", "postId": "27899", "score": "1", "text": "I love the way your computer is called bert :)", "userDisplayName": null, "userId": "10750" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T14:34:07.003", "id": "27899", "lastActivityDate": "2011-02-24T22:52:37.943", "lastEditDate": "2011-02-24T22:52:37.943", "lastEditorDisplayName": null, "lastEditorUserId": "8515", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "27894", "postTypeId": "2", "score": "26" }
[ { "accepted": true, "body": "<pre><code>wmctrl -lG\n</code></pre>\n\n<p>Will give you something like:</p>\n\n<pre><code>oli@bert:~$ wmctrl -lG\n0x0384c0d5 -1 1590 1030 330 170 bert N/A\n0x01200023 -1 0 0 3840 1200 bert x-nautilus-desktop\n0x01000003 -1 3840 2352 1920 24 bert Bottom Expanded Edge P...
null
null
null
null
null
27895
1
null
2011-02-24T14:20:07.583
6
6595
<ol> <li><p>Is there any plugin which can retrieve MS Exchange emails in Thunderbird just like evolution-mapi &amp; evolution-exchange does for Evolution?</p></li> <li><p>What happened If the server does not have IMAP enabled ?</p></li> </ol>
9302
3550
2011-02-24T16:33:38.237
2012-12-20T21:13:35.493
evolution mapi for thunderbird
[ "evolution", "thunderbird", "ms-exchange" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Check here for complete how to, AD address book, Calendar etc: </p>\n\n<p><a href=\"http://www.high-on-it.co.za/2011/01/complete-how-to-setup-thunderbird-31x.html\" rel=\"nofollow\">howto-thunderbird-and-ms-exchange-server</a></p>\n", "commentCount": "2", "comments":...
null
null
null
null
null
27896
1
null
2011-02-24T14:26:42.423
3
837
<p>I got this late 2010 11" MacBook Air. I'm having issues with NVIDIA graphics, <a href="https://askubuntu.com/questions/20864/gnome-shell-overview-animation-is-slow-on-my-nvidia-320m">especially with GNOME Shell</a>.</p> <p>I'm thinking about selling this to switch to the new MacBook Pro, particularly the entry level 13" (<a href="http://www.apple.com/macbookpro/specs-13inch.html" rel="nofollow noreferrer">see specs here</a>), because of the Intel HD Graphics 3000. I assume that it will be more FOSS-friendly.</p> <p>I just want to point out that there are non-negotiable reasons why I'm keeping an Apple hardware at the moment, so let's keep this on topic.</p> <ul> <li>Will the MacBook Pro Early 2011 work better with Ubuntu than the Air Late 2010? </li> <li>Any other factors than the graphics hardware? </li> <li>Should we expect better NVIDIA graphics anytime soon? </li> </ul>
3124
-1
2017-04-13T12:24:29.360
2011-09-23T06:26:59.823
Will the MacBook Pro Early 2011 work better with Ubuntu than the Air Late 2010?
[ "macbook", "apple" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Check the hardware against the <a href=\"http://www.ubuntu.com/certification/catalog\" rel=\"nofollow\">Canonical component catalog</a>. That might help you out.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-...
null
null
null
null
null
27907
1
null
2011-02-24T15:03:28.213
9
2527
<p>I am using Ubuntu 10.10 and have problem with proprietary nvidia driver for my GeForce GTS 250. I have issue with <strong>poor Compiz</strong> performance. And there is also open-source "noueau" driver.</p> <ol> <li><strong>Proprietary:</strong> I tried many versions but neither works fast <strong>on desktop</strong>. This means <strong>30 FPS</strong> without heavy effects. Currently I am using version <code>270.18</code>. Even normal desktop use feels bad (moving windows) <strong>In games</strong> (and 3D benchmark) it is <strong>really good</strong>! (Unigine Heaven works good!)</li> <li><strong>Open-source "nouveau"</strong>: Very fast on desktop with heavy effects (blur, ...). I have <strong>300 FPS</strong> and more, even in <em>Expo</em> mode. Games were good but not as good as prop. And driver causes xorg to crash even the latest (<code>ppa:xorg-edgers/nouveau</code>), so I switched back to proprietary.</li> </ol> <p>I also have computer with Ubuntu 10.04, GeForce 8600GT and drivers around <code>185.x</code> and Compiz works great there.</p> <p>There is similar question <a href="https://askubuntu.com/questions/3672/nvidia-proprietary-driver-performance-in-10-10">Nvidia proprietary driver performance in 10.10</a></p> <p>Which <strong>version of nvidia (prop) driver is fast in Compiz</strong> in Ubuntu 10.10? How do you install a specific version of nvidia driver? Is it the case that each newer driver works slower on compiz?</p> <p><em>edit:</em> I tested 8600GT and GTS250 on Ubuntu 10.04 under 197.x.x drivers. Performance in Compiz and games are great! So Ubuntu 10.10 with 260.x.x or newer driver is not good for Compiz?</p>
1982
-1
2017-04-13T12:24:49.530
2011-04-08T10:26:06.803
Compiz slow under proprietary nvidia driver
[ "10.10", "drivers", "nvidia", "compiz", "proprietary" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-02-24T16:08:17.400", "id": "30924", "postId": "27907", "score": "0", "text": "Do you have direct rendering? `glxinfo | grep direct`", "userDisplayName": null, "userId": "6475" }, { "creationDate": "2011-02-24T17:24:00.790", "id": "30940", "postId":...
null
[ { "accepted": null, "body": "<p>I would try <a href=\"http://www.nvidia.com/object/linux-display-amd64-260.19.36-driver.html\" rel=\"nofollow\">260.19.36</a> or <a href=\"http://www.nvidia.com/object/linux-display-amd64-260.19.29-driver.html\" rel=\"nofollow\">260.19.29</a>.</p>\n\n<p>The 270 driver line is...
null
null
2014-06-30T18:52:05.860
null
null
27911
1
27918
2011-02-24T15:47:24.460
17
6005
<p>I declined to encrypt to my home drive whilst installing ubuntu.</p> <ul> <li><p>Is it possible to encrypt it after installation?</p> </li> <li><p>if so, how?</p> </li> </ul>
2978
349837
2020-10-22T21:45:18.137
2020-10-22T21:45:18.137
Encrypt home drive after installation
[ "10.10", "encryption", "home-directory" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"https://askubuntu.com/a/27912/349837\">Nanne post</a> is a quite OLD :</p>\n<p>install <code>sudo apt-get install ecryptfs-utils</code></p>\n<p>Read This <a href=\"http://blog.dustinkirkland.com/2011/02/long-overdue-introduction-ecryptfs.html\" rel=\"nofollow noreferrer\">How To</a>. It's quite easy :</p>\n<pre><code>sudo ecryptfs-migrate-home -u USER\n</code></pre>\n<p>And follow the process. From the link:</p>\n<blockquote>\n<p>&quot;This will setup the encrypted home directory for the USER and use rsync to do the migration. <b>Critically important, USER must login before the next reboot to complete the migration</b>. USER's randomly generated mount key is temporarily stored in memory until they login, and eCryptfs picks up the key and encrypts it with their mount passphrase.&quot;</p>\n</blockquote>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-24T16:43:30.810", "id": "30933", "postId": "27918", "score": "0", "text": "Thanks for the link. im almost tempted just to wait for 11.04 to come out and do it then, ill be doing a fresh install anyway.", "userDisplayName": null, "userId": "2978" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-02-24T16:24:20.030", "id": "27918", "lastActivityDate": "2020-10-22T21:44:00.920", "lastEditDate": "2020-10-22T21:44:00.920", "lastEditorDisplayName": null, "lastEditorUserId": "349837", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "27911", "postTypeId": "2", "score": "13" }
[ { "accepted": null, "body": "<p>It is probably something like this</p>\n\n<ul>\n<li>make an encrypted filesystem</li>\n<li>move your old ~user</li>\n<li>copy files to encrypted system</li>\n<li>mount encrypted system as ~user</li>\n</ul>\n\n<p>Here's a manual: <a href=\"https://help.ubuntu.com/community/Enc...
null
null
null
null
null
27921
1
27992
2011-02-24T17:11:51.067
2
292
<p>I have a MSI CX623 laptop and I have installed the Ubuntu 10.10, x64bit version on it. </p> <p>The problem is after I activated the Nvidia driver from Additional Drivers. After restarting Xorg crashes. </p> <p>This laptop uses the optimus technology of Nvidia, is this supported?</p> <p>The full specification of this laptop are here: <a href="http://www.msi.com/product/nb/CX623.html#/?div=Specification" rel="nofollow">http://www.msi.com/product/nb/CX623.html#/?div=Specification</a></p> <p>How can I solve this problem?</p>
11415
6450
2011-02-24T17:55:50.290
2011-04-27T12:41:47.097
Xorg crash on MSI CX623 notebook
[ "10.10", "xorg", "64-bit" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I have found some interesting thread: <a href=\"http://ubuntuforums.org/showthread.php?t=1657660&amp;highlight=optimus\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1657660&amp;highlight=optimus</a></p>\n\n<p>But now my question is: When optimus technology will be supported in ubuntu?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T06:36:44.450", "id": "27992", "lastActivityDate": "2011-02-25T06:36:44.450", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11415", "parentId": "27921", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>I have found some interesting thread: <a href=\"http://ubuntuforums.org/showthread.php?t=1657660&amp;highlight=optimus\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1657660&amp;highlight=optimus</a></p>\n\n<p>But now my question is: When optimus technology will ...
null
null
null
null
null
27925
1
27926
2011-02-24T17:49:48.600
10
17616
<p>Is there any application that allows connecting via SFTP using private keys rather than password? </p> <p>I know that I can do that via Nautilus, but I would prefer some standalone application. </p>
2937
null
null
2017-02-24T20:04:55.913
SFTP GUI +SSH Key
[ "ssh", "sftp" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I would try <a href=\"https://launchpad.net/ubuntu/+source/filezilla\" rel=\"nofollow noreferrer\">FileZilla</a>. </p>\n\n<pre><code>sudo apt-get install filezilla\n</code></pre>\n\n<p>It proved to be reliable and feature-rich for me.</p>\n\n<p>Here is the Wiki page on how to <a href=\"http://wiki.filezilla-project.org/Howto#SFTP_using_SSH2:_Key_based_authentication\" rel=\"nofollow noreferrer\">SSH2 keybased authentication</a> works.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-24T18:13:17.383", "id": "30950", "postId": "27926", "score": "0", "text": "because of UBUNTU_MENUPROXY=0 bug I didn't see Filezilla menus, but I found proper options in Filezilla settings. Tnx :)", "userDisplayName": null, "userId": "2937" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-24T17:55:44.363", "id": "27926", "lastActivityDate": "2017-02-24T20:04:55.913", "lastEditDate": "2017-02-24T20:04:55.913", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "27925", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>I would try <a href=\"https://launchpad.net/ubuntu/+source/filezilla\" rel=\"nofollow noreferrer\">FileZilla</a>. </p>\n\n<pre><code>sudo apt-get install filezilla\n</code></pre>\n\n<p>It proved to be reliable and feature-rich for me.</p>\n\n<p>Here is the Wiki page on how to...
null
null
null
null
null
27927
1
null
2011-02-24T17:57:29.137
6
965
<p>When Network-Manager is not able to bind my Ubuntu to any connection, after a while it closes. The icon in the notification area (or indicator area) disappears, and it does not run any more. For instance this happens when there is really no ethernet network nor wireless one.</p> <p>Nonetheless this is a problem, since I often plug in my ethernet cable long after having booted my computer. As a hack I therefore hit <kbd>Alt</kbd> + <kbd>F2</kbd>, and type <code>nm-applet</code>. But I am not satisfied with this solution, because I think it is not intuitive enough.</p> <p>Is there a way to keep Network-Manager always running?</p> <p>I have Network-Manager 0.8.1 on Ubuntu 10.10, but this has been so for a long time, at least for one year.</p>
5592
114
2011-02-24T18:44:01.830
2011-02-24T19:55:08.580
Why does Network-Manager close when it cannot bind to any connection?
[ "10.10", "network-manager", "applet", "connection" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T18:04:22.980", "id": "30947", "postId": "27927", "score": "0", "text": "On which Ubuntu version does this happen?", "userDisplayName": null, "userId": "2732" } ]
null
[ { "accepted": null, "body": "<p>This happened to me in the past but I never got around to troubleshooting it. Generally, with this kind of intermittent problem I'll use the following script to both keep the application running and gather information about why it quit:</p>\n\n<pre><code>#!/bin/bash\n# Automa...
null
null
null
null
null
27929
1
28767
2011-02-24T18:41:50.353
1
10619
<p>I'm getting an error when I plug in my 1TB USB external HDD, the weird thing about this is that it was working fine before and I've been using it for about a couple of months now. yesterday I compressed one of the folders which had about 120GB of data but the compression failed after an hour and I decided to unmount the drive and shut everything down. </p> <p>Today when I tried to plug in the drive I got the following error:</p> <blockquote> <p>Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so</p> </blockquote> <p>output of cat <code>/proc/partitions</code> below</p> <blockquote> <p>muzikayise@muzikayise-supercom:~$ sudo fdisk -l /dev/sdc</p> <p>Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x39dcba64</p> <p>Device Boot Start End Blocks Id System</p> </blockquote> <p>please will someone kindly assist with this?</p> <p>thanks in advance,</p> <p>muzi 20110203: Ok i had a look and as Jet suggested the partition table is messed up, not sure how that happened. have a look at this below partition details:</p> <pre><code>muzikayise@muzikayise-supercom:~$ sudo sfdisk -d /dev/sdc &gt; PT.txt muzikayise@muzikayise-supercom:~$ cat PT.txt # partition table of /dev/sdc unit: sectors /dev/sdc1 : start= 0, size= 0, Id= 0 /dev/sdc2 : start= 0, size= 0, Id= 0 /dev/sdc3 : start= 0, size= 0, Id= 0 /dev/sdc4 : start= 0, size= 0, Id= 0 </code></pre> <p>i'm gonna try fix this, not sure how yet but will google for solutions</p>
11420
235
2011-10-20T23:54:05.723
2012-10-20T06:33:56.760
Unable to mount 1TB USB external HDD - Error
[ "usb", "partitioning", "mount", "external-hdd" ]
3
5
CC BY-SA 3.0
[ { "creationDate": "2011-02-24T19:10:24.630", "id": "30957", "postId": "27929", "score": "0", "text": "please provide us with output of `cat /proc/partitions` and `sudo fdisk -l /dev/sdc`", "userDisplayName": null, "userId": "3226" }, { "creationDate": "2011-02-24T20:28:19.867", ...
{ "accepted": true, "body": "<p>Ok Partition Table was the problem with the drive. i used this link <a href=\"http://hubpages.com/hub/Repair-Partition-Table\" rel=\"nofollow\">http://hubpages.com/hub/Repair-Partition-Table</a> which guided me on how to go about repairing the partition table. </p>\n\n<p>So i added Gparted as suggested in article above, and i used Ubuntu Software Center to locate and install it.</p>\n\n<p>after installing i opened up Gparted and it confirmed that my /dev/sdc was unpartitioned, so i created a new partition using Gparted, i thought it would \"somehow\" save my data but i was wrong therefore lost all my data. anyway most of the stuff was junk anyway but atleast my 1TB drive is working again YEAH :) </p>\n\n<p>thanks again to the guys who provided feedback to me regarding this issue.</p>\n\n<p>my fixed drive looks like this now:</p>\n\n<pre><code> muzikayise@muzikayise-supercom:~$ sudo fdisk -l /dev/sdc\n Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes\n 255 heads, 63 sectors/track, 121601 cylinders\n Units = cylinders of 16065 * 512 = 8225280 bytes\n Sector size (logical/physical): 512 bytes / 512 bytes\n I/O size (minimum/optimal): 512 bytes / 512 bytes \n Disk identifier: 0x39dcba64\n\n Device Boot Start End Blocks Id System\n /dev/sdc1 1 121602 976760832 83 Linux\n</code></pre>\n\n<p>best always,\nmuzi</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-02T20:15:37.470", "id": "28767", "lastActivityDate": "2011-03-02T20:15:37.470", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11420", "parentId": "27929", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>For me it looks like there is no partition on the harddrive. Have you already created some on the hardrive? Because normally it should look like this:</p>\n\n<pre><code>sudo fdisk -l /dev/sdb\n\nPlatte /dev/sdb: 1000.2 GByte, 1000204886016 Byte \n255 Köpfe, 63 Sektoren/Spur,...
null
null
null
null
null
27932
1
27941
2011-02-24T18:47:47.863
9
1722
<p>Will updated versions of Firefox land in old Ubuntu releases, such as Lucid and Maverick, when they are released by Mozilla?</p>
4871
866
2012-08-26T06:59:43.077
2012-08-26T06:59:43.077
Will the latest versions of Firefox be brought into old Ubuntu releases?
[ "firefox", "stable-release-updates" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes, while a release of Ubuntu continues to be supported, it will receive the updated versions of Firefox. </p>\n\n<p>Note that most Ubuntu releases are supported for 18 months after release. For example 10.10 is over 18 months old, and will not receive security updates, such as new versions of Firefox. There are some Ubuntu releases that are LTS (Long Term Support) releases which will continue to be supported for three or five years.</p>\n\n<p>The graph below (<a href=\"http://en.wikipedia.org/wiki/Template:Timeline_Ubuntu_Linux\" rel=\"nofollow noreferrer\">from Wikipedia</a>) shows the support for various releases. Yellow is the standard 18 months. Orange is the extended support on the Desktop. (Red is extended support on the Server only, this does not include Firefox.)\n<img src=\"https://i.stack.imgur.com/3Tmfb.png\" alt=\"Suport\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-24T19:15:04.043", "id": "27941", "lastActivityDate": "2012-08-26T06:58:40.253", "lastEditDate": "2012-08-26T06:58:40.253", "lastEditorDisplayName": null, "lastEditorUserId": "866", "ownerDisplayName": null, "ownerUserId": "866", "parentId": "27932", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>New Firefox versions will become your default browser if Firefox is your default browser, and you install the updates available for your system.</p>\n\n<p>The browser that comes with 11.04 is FireFox 4.0 and while it is the default it is not the latest version. You can update...
null
null
null
null
null
27933
1
null
2011-02-24T18:51:22.957
19
7803
<p>What are post-installation triggers? These are executed when upgrading software.</p>
null
null
null
2011-02-24T19:03:58.383
What are post-installation triggers?
[ "package-management" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Debian packages contain more than just files. Among other things, they often contain scripts that doesn't get installed, but are run before or after installing/uninstalling the files from a package. For example, the linux-kernel packages will run a script that adds the newly ...
null
null
null
null
user11421
27936
1
580673
2011-02-24T18:58:10.717
38
38806
<p>Several time recently I've seen UDF suggested as the solution to a cross platform format for a drive used on Linux, Mac OS X and Windows XP and above.</p> <p>I've searched here and not found the same suggestion (most are suggesting ntfs-3g which seems to cost money and isn't preinstalled on a Mac).</p> <p>So my question is: how is this done right, and has anyone done this? Have you then filled up the drive and deleted some files to make space finding that everything works like a real r/w format even though it seems to have been primarily a write once format?</p> <p>Call me crazy but I'd really like it if the UDF system would also automount and be writable by the logged in user. What I've tried so far (udftools formatting as mentioned by kicsyromy) doesn't address this wish.</p>
5837
5837
2011-03-01T19:35:59.857
2021-09-15T19:34:14.917
Can and should UDF be used as a hard drive format?
[ "filesystem", "external-hdd", "udf" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2013-07-11T23:44:58.450", "id": "404741", "postId": "27936", "score": "1", "text": "One clarification: `ntfs-3g` is free. Its source code is gratis (i.e., available at no cost). It is also [free as in freedom](https://en.wikipedia.org/wiki/Free_as_in_freedom). `ntfs-3g` is the...
{ "accepted": true, "body": "<p>No.</p>\n\n<p>We're in 2015 at the time of this reply. I am using OSX Yosemite, Ubuntu 14.10, and the Windows 10 technical preview for enterprises on a Mactel machine (Macmini 7,1).</p>\n\n<p>I tried both UDF and exFat. I use Ubuntu for development and do need Unix-style permissions.</p>\n\n<p><strong>All former guides do not apply anymore:</strong> UDF drivers have evolved and all operating systems will accept a UDF partition, with more problems and instabilities than I can name.</p>\n\n<ul>\n<li>UDF drive formatted on Mac OS: can't be mounted on Windows 10.</li>\n<li>UDF drive formatted on Linux: can't be mounted on Windows 10.</li>\n<li>UDF drive formatted on Windows 10: mounts read/write on Linux, read-only on OSX.</li>\n</ul>\n\n<p>However, Windows doesn't allow you to specify a block size when formatting a UDF volume, and as a result, your logical block size might differ from the physical block size for the partition.</p>\n\n<p>I am unclear whether this has to do with the difficulties I had mounting it read/write on OSX, but after deleting a certain number of files using Linux, I was never able to mount the drive again on OSX. </p>\n\n<p>The system goes into kernel panic and crashes disgracefully.</p>\n\n<p>This, and a variety of answers on the subject, indicate inconsistent support for this format at this point.</p>\n\n<p>It would seem there are ways I can use a <strong>NTFS</strong> volume to achieve a balance between the features of a modern file system, Unix-style permissions - I might be able to set them - and read/write mount on all operating systems.</p>\n", "commentCount": "16", "comments": [ { "creationDate": "2015-03-16T04:20:02.100", "id": "832084", "postId": "580673", "score": "0", "text": "Which system is crashing? You say kernel panic, but in the previous sentence you make it sound like it is OSX that is having problems.", "userDisplayName": null, "userId": "19466" }, { "creationDate": "2015-03-19T05:05:45.400", "id": "834182", "postId": "580673", "score": "1", "text": "OSX is based on BSD. So yes, it is OSX Yosemite (10.10.2) which experiences a kernel panic.\n\nI ended up using NTFS, and NTFS 3d for OSX.", "userDisplayName": null, "userId": "249617" }, { "creationDate": "2015-04-01T03:36:59.180", "id": "843719", "postId": "580673", "score": "0", "text": "re *Windows doesn't allow you to specify a block size when formatting a UDF volume*: UDF doesn't have an adjustable block size. It uses the device sector size, period. It doesn't use any kind of clustering either. What setting are you referring to?", "userDisplayName": null, "userId": "393751" }, { "creationDate": "2015-04-02T06:37:29.370", "id": "844295", "postId": "580673", "score": "1", "text": "Apparently not. See: http://manpages.ubuntu.com/manpages/lucid/man1/mkudffs.1.html and http://tanguy.ortolo.eu/blog/article93/usb-udf", "userDisplayName": null, "userId": "249617" }, { "creationDate": "2015-04-03T10:25:01.470", "id": "845101", "postId": "580673", "score": "2", "text": "@Argo the second reference states, \"The -b 512 is to force a file system block size equal to the USB stick's physical block size, as required by the UDF specification. Adapt it if you have the luck of having a USB stick with an more appropriate block size.\" So it does let you *specify* the block size but it must be specified as being the required value.", "userDisplayName": null, "userId": "393751" }, { "creationDate": "2015-05-04T05:41:21.467", "id": "872968", "postId": "580673", "score": "0", "text": "@JDługosz yes, with mkudffs on Linux or BSD. When formatting using Windows, you cannot specify a block size.", "userDisplayName": null, "userId": "249617" }, { "creationDate": "2015-09-02T16:50:33.410", "id": "965971", "postId": "580673", "score": "0", "text": "You mention exFAT but don't provide any details. I know exFAT doesn't support POSIX file permissions; is that why you didn't use it? I've been trying exFAT on a flash drive with no issues so far, but I don't need POSIX permissions.", "userDisplayName": null, "userId": "18665" }, { "creationDate": "2016-03-23T16:26:10.527", "id": "1116957", "postId": "580673", "score": "1", "text": "The Windows 10 not mounted by OS X / OS X not mounted is due to difference in how each OS handle partition tables.\n\nWindows 10 : Needs one.\nMac OS X: Needs UDF to be on the bare drive, as a whole drive partition.", "userDisplayName": null, "userId": "295320" }, { "creationDate": "2016-06-14T09:20:25.823", "id": "1180903", "postId": "580673", "score": "4", "text": "There is a formating tool which takes care of the incosistencies: https://github.com/JElchison/format-udf", "userDisplayName": null, "userId": "556894" }, { "creationDate": "2016-06-14T09:40:02.183", "id": "1180924", "postId": "580673", "score": "0", "text": "Seems great. But in an ideal world it's the standard and implementers that should take care of inconsistencies.", "userDisplayName": null, "userId": "249617" }, { "creationDate": "2016-09-12T11:45:35.463", "id": "1251737", "postId": "580673", "score": "0", "text": "It's a bit confusing, perhaps you meant `UDF drivers have degraded`? Also, did you report bugs to Mac and Microsoft?", "userDisplayName": null, "userId": "266507" }, { "creationDate": "2017-03-02T10:47:13.707", "id": "1389100", "postId": "580673", "score": "0", "text": "@DrYak Does this mean that if I add a UDF partition on my internal HDD, macOS won't be able to mount it? I'm researching filesystems and, if possible, planning on putting all my data on a UDF partition so I can access it from different operating systems.", "userDisplayName": null, "userId": "412360" }, { "creationDate": "2017-11-09T11:33:19.203", "id": "1562934", "postId": "580673", "score": "0", "text": "@Arc676 : I haven't experimented the detailed behaviour (I don't use mac OS X that often).\n\nBut basically :\n\n - if you want multiple different partitions on this drive, one of which is UDF : that seems to be difficult to pull of with mac OS X\n - if you want just the UDF partition to be visible to both mac OS X and anything else you dual boot : it's possible, by using the [trick mentionned in the other answer](https://askubuntu.com/a/294838/295320)", "userDisplayName": null, "userId": "295320" }, { "creationDate": "2017-11-09T11:33:44.727", "id": "1562936", "postId": "580673", "score": "0", "text": "So basically :\nalign the UDF partition at sector 0 (so it begins at the drive start, and mac OS X sees it as a full-drive raw patition) and hide a partition table in the boot-zone at the beginning of the partition (so Windows sees one and is happy too). \n\nBut there's a high chance (untested) that Mac OS X will only be able to see and mount the first UDF partition and nothing else on this drive. (Thus use the other partitions for Linux or Windows -specific stuff)", "userDisplayName": null, "userId": "295320" }, { "creationDate": "2018-07-15T05:20:32.213", "id": "1726844", "postId": "580673", "score": "0", "text": "it's possible to [store POSIX permissions on NTFS](https://askubuntu.com/a/74851/253474) and [FAT](https://lwn.net/Articles/146647/)", "userDisplayName": null, "userId": "253474" }, { "creationDate": "2021-09-14T03:09:11.553", "id": "2339501", "postId": "580673", "score": "0", "text": "for UDF you need to specify the correct options so that the partition can be mounted in all OSes: https://en.wikipedia.org/wiki/Universal_Disk_Format#Compatibility", "userDisplayName": null, "userId": "253474" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2015-02-02T00:20:53.547", "id": "580673", "lastActivityDate": "2015-03-24T02:53:29.420", "lastEditDate": "2015-03-24T02:53:29.420", "lastEditorDisplayName": null, "lastEditorUserId": "249617", "ownerDisplayName": null, "ownerUserId": "249617", "parentId": "27936", "postTypeId": "2", "score": "17" }
[ { "accepted": null, "body": "<p>I just tested this out in a VM. It seems that you need to (re)create your partition in Windows assign it a drive letter but don't format it to any filesystem. After that boot into Ubuntu and just follow the directions and it should work for read/write.</p>\n\n<p>Remember to b...
null
null
null
null
null
27948
1
27974
2011-02-24T20:17:40.800
6
4738
<p>I am trying to get a list of currently plugged in USB devices in Ubuntu 10.10 and monitor changes that happen, like devices being plugged in or out using udev and D-Bus. </p> <p>I'm fairly new to programming using D-Bus. I saw one example: "<a href="https://stackoverflow.com/questions/4224796/linux-how-to-detect-is-usb-keyboard-is-plugged-and-unplugged">Linux: How to detect is usb keyboard is plugged and unplugged</a>". Problem is that it uses HAL and I know that HAL is deprecated. </p> <p>I found some working code, but it's working only with storage devices such as USB sticks, media players or CD-ROM drives. I want the whole thing: mice, keyboards, USB cameras, chargers; anything that is plugged in to the USB. </p> <p><strong>How can I listen D-Bus events for any USB device plug and unplug?</strong></p> <p>This is basically what I have now (<a href="http://moserei.de/2010/01/08/accessing-devicekit-with-dbus-and-python.html" rel="nofollow noreferrer">also</a>):</p> <pre><code>import dbus import gobject from dbus.mainloop.glib import DBusGMainLoop def device_added_callback(device): print 'Device %s was added' % (device) def device_changed_callback(device): print 'Device %s was changed' % (device) #must be done before connecting to DBus DBusGMainLoop(set_as_default=True) bus = dbus.SystemBus() proxy = bus.get_object("org.freedesktop.UDisks", "/org/freedesktop/UDisks") iface = dbus.Interface(proxy, "org.freedesktop.UDisks.Device") devices = iface.get_dbus_method('EnumerateDevices')() print '%s' % (devices) #addes two signal listeners iface.connect_to_signal('DeviceAdded', device_added_callback) iface.connect_to_signal('DeviceChanged', device_changed_callback) #start the main loop mainloop = gobject.MainLoop() mainloop.run() </code></pre>
11423
-1
2017-05-23T12:39:47.820
2012-02-23T00:26:34.063
USB device changes using udev and D-Bus
[ "usb", "python", "dbus", "udev" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T20:45:38.590", "id": "30972", "postId": "27948", "score": "0", "text": "I think this belongs on SO.", "userDisplayName": null, "userId": "11133" }, { "creationDate": "2013-01-03T14:10:37.150", "id": "292877", "postId": "27948", "score": "...
{ "accepted": true, "body": "<p>I don't have much experience with DBus or udev, but <a href=\"http://pyudev.readthedocs.org/\" rel=\"nofollow\">pyudev</a> looks very promising.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-24T22:42:20.757", "id": "27974", "lastActivityDate": "2012-02-23T00:26:34.063", "lastEditDate": "2012-02-23T00:26:34.063", "lastEditorDisplayName": null, "lastEditorUserId": "3780", "ownerDisplayName": null, "ownerUserId": "3780", "parentId": "27948", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I don't have much experience with DBus or udev, but <a href=\"http://pyudev.readthedocs.org/\" rel=\"nofollow\">pyudev</a> looks very promising.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "cre...
null
null
null
null
null
27951
1
27952
2011-02-24T20:32:23.917
0
198
<p>I installed some extensions for Firefox and now my tabs bar is gone and on the left, there are some white pixels where they should be brown. I tried deleting the settings file in etc/firefox/prefs, but without success.</p> <p>How can I restore the original settings?</p>
11289
null
null
2011-02-26T11:59:14.860
Messed up my Firefox 4 settings
[ "settings", "firefox" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It was Tab Fox, disabled it and everything's fine.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-24T20:39:04.613", "id": "30971", "postId": "27952", "score": "0", "text": "If this is answer to your question, remember to mark it as answer when you can (after 24 hours, I think).", "userDisplayName": null, "userId": "10581" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T20:37:57.277", "id": "27952", "lastActivityDate": "2011-02-24T20:37:57.277", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11289", "parentId": "27951", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>It was Tab Fox, disabled it and everything's fine.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-24T20:39:04.613", "id": "30971", "postId": "27952", "score": "0", "text": "If this is answer to your ...
null
null
null
null
null
27954
1
27955
2011-02-24T20:42:35.343
44
414250
<p>Is there an easy way to check Internet connectivity from console? I am trying to play around in a shell script. One idea I seem is to <code>wget --spider <a href="http://www.google.co.in/">http://www.google.co.in/</a></code> and check the HTTP response code to interpret if the Internet connection is working fine. But I think there must be easy way without the need of checking a site that never crash ;)</p> <p><strong>Edit:</strong> Seems like there can be a lot of factors which can be individually examined, good thing. My intention at the moment is to check if my blog is down. I have setup cron to check it every minute. For this, I am checking the HTTP response code of wget --spider to my blog. If its not 200, it notifies me (I believe this will be better than just pinging it, as the site may under be heavy load and may be timing out or respond very late). Now yesterday, there was some problem with my Internet. LAN was connected fine but just I couldn't access any site. So I keep on getting notifications as the script couldn't find 200 in the wget response. Now I want to make sure that it displays me notification when I do have internet connectivity.</p> <p>So, checking for DNS and LAN connectivity is a bit overkill for me as I don't have that much specific need to figure out what problem it is. So what do you suggest how I do it?</p> <p>Here is my script to keep checking downtime for my blog:</p> <pre><code>#!/bin/bash # Sending the output of the wget in a variable and not what wget fetches RESULT=`wget --spider http://blog.ashfame.com 2&gt;&amp;1` FLAG=0 # Traverse the string considering it as an array of words for x in $RESULT; do if [ "$x" = '200' ]; then FLAG=1 # This means all good fi done if [ $FLAG -eq '0' ]; then # A good point is to check if the internet is working or not # Check if we have internet connectivity by some other site RESULT=`wget --spider http://www.facebook.com 2&gt;&amp;1` for x in $RESULT; do if [ "$x" = '200' ]; then FLAG=1 # This means we do have internet connectivity and the blog is actually down fi done if [ $FLAG -eq '1' ]; then DISPLAY=:0 notify-send -t 2000 -i /home/ashfame/Dropbox/Ubuntu/icons/network-idle.png "Downtime Alert!" "http://blog.ashfame.com/ is down." fi fi exit </code></pre> <p>This way I need to check for internet connectivity only where there is an issue with my blog response code. Its a bit heavy (as I am not using ping) but should not give any false positives. Right? Also how can I randomize pinging to a different site everytime, like facebook, google, yahoo etc. Also (I was trying to avoid any I/O) I can write to a log file by which I can check the count of downtime checks and then skip further checks till the site is down or cause longer checks (10mins instead of every min). What do you think?</p>
8238
158442
2018-03-09T06:48:57.547
2023-04-17T10:14:35.903
How can I check Internet connectivity in a console?
[ "command-line", "networking", "internet" ]
13
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T23:43:41.747", "id": "31000", "postId": "27954", "score": "0", "text": "\"Internet connectivity\" does not have a clear definition, you can only test the connectivity to a specific service or set of services. If you mean \"LAN\" connectivity a good option is to ping...
{ "accepted": true, "body": "<h2>Checking whether specific website is up</h2>\n\n<p>First, multiple good online monitoring services are available. To pick one, Pingdom includes free account for monitoring one target. (Disclaimer: I am <em>not</em> affiliated with Pingdom in any way).</p>\n\n<p>Second, using <code>wget --spider</code> for your own script is a good idea. You'll get some false positives when your computer is down, or when your DNS server is not working. Checking the return code is straightforward way to do implement this:</p>\n\n<pre><code>wget --spider --quiet http://example.com\nif [ \"$?\" != 0 ]; then\n echo \"Website failed!\" | mail -s \"Website down\" your_email@provider.tld\nfi\n</code></pre>\n\n<p>Yet again, there are shortcomings in this approach. If your provider has cached your DNS record, but the DNS server is down, others can't access your site even though monitoring says everything is fine. You can write short workaround with <code>host</code>, for example <code>host example.com &lt;your dns server IP&gt;</code>. That will return error if DNS server is not responding, even if OpenDNS or your own provider's DNS server works fine.</p>\n\n<h2>Checking whether internet is working</h2>\n\n<p>There isn't really easy way to handle this in every case.</p>\n\n<p>You can for example run <code>ping -c1</code> on multiple well known sites (for example www.google.com, facebook.com and ping.funet.fi) and check return codes to determine whether any destination is reachable. You can automatically check return code by using variable <code>$?</code>. Parameter <code>-c1</code> is limiting number of ping packets to one.</p>\n\n<p>You may encounter problems with some public wifis when there is a login gateway that redirects all pings and HTTP requests. If so, you may get ping responses and non-error HTTP status codes, even when you can't access any other sites.</p>\n\n<p>If you want to check cable state, you can use</p>\n\n<pre><code>sudo ethtool eth0\n</code></pre>\n\n<p>From output (excerpt):</p>\n\n<pre><code>Speed: 1000Mb/s\nDuplex: Full\nPort: Twisted Pair\nLink detected: yes\n</code></pre>\n\n<p>However, this is not telling whether you really have connectivity or not, just whether cable is connected and <em>something</em> is on other end.</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2011-02-25T06:39:32.467", "id": "31021", "postId": "27955", "score": "0", "text": "This is totally for my setup, working on Always-ON Ethernet. But glad that you pointed out how it won't work correctly in some cases. Also I believe pinging would be faster than wget. What do you think? and if I am checking for a 200 status code anywhere, I would rather be just pinging it. Right? or there is something that I should know?", "userDisplayName": null, "userId": "8238" }, { "creationDate": "2011-02-25T07:18:22.653", "id": "31023", "postId": "27955", "score": "3", "text": "ping is faster, and better, because other end won't be angry for you. ping is pretty safe, but even that do not guarantee that you can open web pages. Also, it is *possible* that firewall is blocking ping but allowing HTTP requests.", "userDisplayName": null, "userId": "10581" }, { "creationDate": "2011-02-25T08:56:26.967", "id": "31025", "postId": "27955", "score": "1", "text": "Pinging a well known dns server like 4.2.2.2 is also useful in case you have net connectivity but broken dns.", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2011-02-25T09:38:38.830", "id": "31032", "postId": "27955", "score": "0", "text": "For DNS checking you can of course use `host` (DNS query). It's very fast also.", "userDisplayName": null, "userId": "10581" }, { "creationDate": "2011-02-25T12:57:15.683", "id": "31055", "postId": "27955", "score": "0", "text": "Thanks for your response @Olli & @djeikyb I have updated the question, please take a look", "userDisplayName": null, "userId": "8238" }, { "creationDate": "2011-02-27T09:22:50.057", "id": "31341", "postId": "27955", "score": "0", "text": "@Ashfame: I also updated my answer to answer to your updated question.", "userDisplayName": null, "userId": "10581" }, { "creationDate": "2011-02-27T11:18:46.263", "id": "31354", "postId": "27955", "score": "0", "text": "@Olli Please take a look at the script in the question", "userDisplayName": null, "userId": "8238" }, { "creationDate": "2017-11-28T02:08:27.737", "id": "1576607", "postId": "27955", "score": "0", "text": "Easier than checking return code, you can just use `if ! wget --spider http://example.com ...`", "userDisplayName": null, "userId": "301745" }, { "creationDate": "2018-04-04T16:36:53.933", "id": "1659672", "postId": "27955", "score": "0", "text": "The silent mode is advised. So please use `wget -q --spider http://example.com`. And check the output `if [ $? -eq 0 ]; then\n echo \"Online\"\nelse\n echo \"Offline\"\nfi`", "userDisplayName": null, "userId": "18045" }, { "creationDate": "2018-04-08T18:36:58.077", "id": "1661736", "postId": "27955", "score": "0", "text": "@danger89 good point, added `--quiet`. The example is already checking the return code with `!= 0`, or am I missing something?", "userDisplayName": null, "userId": "10581" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-24T20:47:41.170", "id": "27955", "lastActivityDate": "2018-04-08T18:36:01.023", "lastEditDate": "2018-04-08T18:36:01.023", "lastEditorDisplayName": null, "lastEditorUserId": "10581", "ownerDisplayName": null, "ownerUserId": "10581", "parentId": "27954", "postTypeId": "2", "score": "39" }
[ { "accepted": true, "body": "<h2>Checking whether specific website is up</h2>\n\n<p>First, multiple good online monitoring services are available. To pick one, Pingdom includes free account for monitoring one target. (Disclaimer: I am <em>not</em> affiliated with Pingdom in any way).</p>\n\n<p>Second, using...
null
null
null
null
null
27962
1
null
2011-02-24T21:31:05.053
2
2575
<p>Is there any way to get ubuntu to recognise an ATI 6950? I have tried installing the proprietary ATI drivers, but these do not seem to work properly. It seems to screw up the gnome desktop, and starts booting into terminal. I'm somewhat of a linux newbie, so not really sure whats going wrong. I don't want to game on ubuntu, I just want it to recognise my dual monitor setup rather than mirroring the monitors, so any driver that does this is fine by me. </p> <p>It seems like the open source ATI radeon drivers will not support the 6950/6970 for some time, at least until kernel 2.6.38 is released. </p> <p>The card is also flashed with the 6970 firmware, not sure if this is important. I am running a 64 bit version of ubuntu, I installed ubuntu server 10.10, then installed gnome-desktop.</p>
11427
235
2011-03-08T14:02:17.650
2012-01-23T15:40:46.973
Installing drivers for an ATI 6950
[ "10.10", "xorg", "ati" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T15:23:32.700", "id": "31079", "postId": "27962", "score": "0", "text": "which kernel version are you using?\n\nyou can do a uname -r when it boots into the terminal screen.\n\nif you are running 2.6.35-25, then you are not alone. There are many ATI users that seems...
null
[ { "accepted": null, "body": "<p>I have found a solution. The <a href=\"http://wiki.cchtml.com/index.php/Debian\" rel=\"nofollow\">wiki page here</a> describes a process for installing the ATI drivers.\nSo in the end, the steps I took were:</p>\n\n<ol>\n<li>Install Ubuntu Server 10.10</li>\n<li>Install ubunt...
null
null
null
null
null
27963
1
28478
2011-02-24T21:34:14.377
3
563
<p>I downloaded the linux-source-2.6.35 package and tried to compile it using the command "fakeroot make-kpkg --append-to-version=.dbg kernel_image kernel_source kernel_headers --initrd" after "make menuconfig".</p> <p>The image .deb file is produced and installs fine, but an error stops the build process while trying to make the source package: <pre><code> scripts/Makefile.clean:17: /home/ade/linux-source-2.6.35/debian/linux-source-2.6.35.10.dbg/usr/src/linux-source-2.6.35.10.dbg/crypto/Makefile: No such file or directory make[1]: *** No rule to make target `/home/ade/linux-source-2.6.35/debian/linux-source-2.6.35.10.dbg/usr/src/linux-source-2.6.35.10.dbg/crypto/Makefile'. Stop. make: *** [_clean_crypto] Error 2</code></pre> Sure enough, the folder linux-source-2.6.35/debian/linux-source-2.6.35.10.dbg/usr/src/linux-source-2.6.35.10.dbg/crypto does not exist (although all of the other kernel source folders appear to be there).</p> <p>I haven't even been able to determine where the folder is supposed to be copied over, or what's supposed to invoke clean. Am I doing something wrong here? It should be noted that I am running 10.04.</p>
11425
235
2012-07-08T16:27:53.080
2012-07-08T16:27:53.080
Error encountered compiling kernel 2.6.35-25.44
[ "10.10", "10.04", "kernel" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>One of the kernel package scripts wasn't working right, so it was trying to copy crypto.master and failing. Below is a patch I made to fix it, although the source package still doesn't include the debian and debian.master folders outside the tar archive like the official Ubuntu kernel source packages.</p>\n\n<pre><code>\n--- /usr/share/kernel-package/ruleset/targets/source.mk 2009-08-21 09:47:53.000000000 -0400\n+++ /usr/share/kernel-package/ruleset/targets/source.mkmod 2011-02-28 14:42:22.000000000 -0500\n@@ -64,12 +64,10 @@ debian/stamp/install/$(s_package):\n ####\n ######################################################################\n ifneq ($(strip $(int_follow_symlinks_in_src)),)\n- -tar cfh - $$(echo * | sed -e 's/ debian//g' -e 's/\\.deb//g' ) | \\\n- (cd $(SRCDIR); umask 000; tar xpsf -)\n+ -(umask 000; find . -mindepth 1 -maxdepth 1 -not -name '*.deb' -not -name 'debian*' -exec cp -Lr {} $(SRCDIR) \\;; )\n (cd $(SRCDIR)/include; rm -rf asm ; )\n else\n- -tar cf - $$(echo * | sed -e 's/ debian//g' -e 's/\\.deb//g' ) | \\\n- (cd $(SRCDIR); umask 000; tar xspf -)\n+ -(umask 000; find . -mindepth 1 -maxdepth 1 -not -name '*.deb' -not -name 'debian*' -exec cp -r {} $(SRCDIR) \\;; )\n (cd $(SRCDIR)/include; rm -f asm ; )\n endif\n $(install_file) debian/changelog $(SRCDIR)/Debian.src.changelog\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-01T03:19:34.047", "id": "31634", "postId": "28478", "score": "0", "text": "you should file a bug report and post your patch. You can use the command of: ubuntu-bug -p linux", "userDisplayName": null, "userId": "1974" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-28T20:51:13.230", "id": "28478", "lastActivityDate": "2011-02-28T20:51:13.230", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11425", "parentId": "27963", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>One of the kernel package scripts wasn't working right, so it was trying to copy crypto.master and failing. Below is a patch I made to fix it, although the source package still doesn't include the debian and debian.master folders outside the tar archive like the official Ubun...
null
null
null
null
null
27964
1
null
2011-02-24T21:37:57.877
3
10548
<p>I use <code>likewise-open</code> to connect to a Windows AD, and I am able to see AD users. </p> <p>What should I do to authenticate a user for git when I push to and pull from a git repository? Where is this configured?</p>
11430
8844
2011-03-31T03:45:55.547
2014-01-14T02:24:40.490
git authentication with Active Directory user
[ "authentication", "git", "active-directory" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There is already already <a href=\"https://github.com/sitaramc/gitolite/blob/pu/contrib/ldap/ldap-query-example.pl\" rel=\"nofollow\">this script</a> for <em>group</em> user authentication through AD, within <strong><a href=\"https://github.com/sitaramc/gitolite\" rel=\"nofol...
null
null
null
null
null
27966
1
28944
2011-02-24T21:46:35.127
0
1027
<p>Whenever I try to open webmeeting through AT&amp;T WebEx, it loads till 64% and then hangs.The AT&amp;T FAQs say that Linux machines can host webmeetings as long as you have java installed. I have installed the latest <code>sun-java-jre</code> from Sun (Oracle) and have removed <code>openjdk</code> &amp; <code>icedtea</code> altogether.</p> <p>Has anyone else tried this? Any suggestions on fixing it?</p>
9302
10581
2011-02-25T07:23:59.787
2011-04-03T00:39:11.410
WebEx webmeeting hangs at 64%
[ "java" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T20:12:22.690", "id": "31110", "postId": "27966", "score": "0", "text": "btw: webex webmeeting works nicely on RHEL 5.5 with FF 3.0, so there must be problem with ubuntu packages or firefox", "userDisplayName": null, "userId": "9302" } ]
{ "accepted": true, "body": "<p>this question can be closed. it is a problem with AT&amp;T webex . I spoke to their technical support . They told me , the support for Linux is till firefox 3.0</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-04T00:26:16.807", "id": "28944", "lastActivityDate": "2011-03-04T00:26:16.807", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9302", "parentId": "27966", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>this question can be closed. it is a problem with AT&amp;T webex . I spoke to their technical support . They told me , the support for Linux is till firefox 3.0</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-S...
null
null
null
null
null
27967
1
27975
2011-02-24T22:11:07.873
24
31753
<p>I don't need 7 TTYs (or do I?). So how do I reduce this number to 3?</p>
2313
114
2011-02-24T23:41:21.327
2011-02-24T23:43:05.757
How can I reduce the number of TTYs?
[ "10.10", "boot", "command-line", "tty" ]
3
6
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T00:14:37.077", "id": "31003", "postId": "27967", "score": "2", "text": "If there's anything to be gained by removing any of the TTYs (aka *virtual terminals*), it's probably not worth the time spent removing them. Lifehacker suggested removing extra TTYs to improve ...
{ "accepted": true, "body": "<p>The way I recommend would be:</p>\n\n<ol>\n<li><p>Run: <code>sudoedit /etc/default/console-setup</code>\nFind the line that says: <strong>ACTIVE_CONSOLES=\"/dev/tty[1-6]\"</strong> </p></li>\n<li><p>Change it to the amount of tty you want. For 3 you do: <strong>ACTIVE_CONSOLES=\"/dev/tty[1-3]\"</strong></p></li>\n<li><p>Save the file and go to <strong>/etc/init/</strong>: <code>cd /etc/init/</code> then type <code>ls</code> to see the tty files.<br>\nThey should look like tty1.conf, tty2.conf, tty3.conf....</p></li>\n<li><p>Rename all the tty that you do not want. In your case you would rename the last 3 tty:</p>\n\n<p><code>sudo mv tty4.conf tty4.conf.bck</code><br>\n<code>sudo mv tty5.conf tty5.conf.bck</code><br>\n<code>sudo mv tty6.conf tty6.conf.bck</code> </p></li>\n<li><p>Reboot and test</p>\n\n<ul>\n<li>A couple of tips. Even if you eliminate the tty4-6 X will still be in CTRL+ALT+F7</li>\n<li>tty4 to tty6 will appear blank (black, no blink login waiting)</li>\n</ul></li>\n</ol>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-24T22:58:48.430", "id": "30994", "postId": "27975", "score": "0", "text": "Following my instructions, X now starts where tty4 was. Why bother editing `/etc/default/console-setup`? (1) It's unnecessary. (2) Won't it just get reset every update?", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2011-02-25T00:43:16.073", "id": "31006", "postId": "27975", "score": "0", "text": "@djeikyb - Yes it will get change on an X.org update but this is the correct way since leaving that file with the 6 tty will confuse X.org. From my side it has 6 tty, from the other it has 3 conf files. So it will be like \"there is something wrong here\". It might work ok but it i believe one should try to do it in a clean way for X.org sake.", "userDisplayName": null, "userId": "7035" }, { "creationDate": "2011-02-25T09:02:27.437", "id": "31026", "postId": "27975", "score": "0", "text": "Okay, I see that console-setup depends on X stuff, so that makes sense. But doesn't X just attach to the nearest available slot (this is the behaviour I see)? Is there a log that would show the confusion? I'm not being argumentative, btw, just really curious, because I configured my box for less TTYs in a manner that flatly contradicts your answer. So much the better if I'm wrong, I'll get to learn more!", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2011-02-25T14:50:46.777", "id": "31071", "postId": "27975", "score": "1", "text": "Am guessing there has to be a log (Not know right now) but do not worry am also curious with the linux world and like people like you that are also curious. So keep it up friend. Don't change.", "userDisplayName": null, "userId": "7035" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-24T22:48:04.913", "id": "27975", "lastActivityDate": "2011-02-24T23:43:05.757", "lastEditDate": "2011-02-24T23:43:05.757", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "7035", "parentId": "27967", "postTypeId": "2", "score": "14" }
[ { "accepted": null, "body": "<p>All I did was delete tty4 through tty6 from <code>/etc/event.d</code>, and tty4.conf through tty6.conf from <code>/etc/init</code>, and reboot. You may want to be more cautious, see below.</p>\n\n<p>I don't know what the consequences are of having non-sequential tty's. Hopefu...
null
null
null
null
null
27968
1
null
2011-02-24T22:13:45.130
7
1242
<p>Recently, when running the update manager, and after checking package info. shows this message.</p> <pre><code>Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade. Please report this bug against the 'update-manager' package and include the following error message:'E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.' </code></pre>
11433
54298
2012-07-09T13:09:45.343
2014-10-31T10:46:29.527
Update manager fails to calculate upgrade
[ "upgrade", "update-manager" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T22:21:14.843", "id": "30988", "postId": "27968", "score": "0", "text": "what message do you if you type \"sudo apt-get update\" followed by \"sudo apt-get upgrade\" in a terminal Ahmed?", "userDisplayName": null, "userId": "6450" }, { "creationDate":...
null
[ { "accepted": null, "body": "<p>Download the updates and see what happens. <code>sudo apt-get upgrade</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T04:31:08.567", "id": "27987", "lastA...
null
null
null
null
null
27979
1
null
2011-02-24T23:53:35.293
3
9337
<p>I've got two Ubuntu laptops (both 10.10).<br> One is a new Maverick install and the other has been upgraded many times since 9.04.</p> <p>On the latter, setting up a custom script hook in <code>/etc/NetworkManager/dispatcher.d/</code> worked instantaneously. </p> <p>However, on the older laptop, I can't get nm-dispatcher to get called, or at least to execute its hooks.</p> <p>I've tried to run </p> <pre><code>NetworkManager --no-daemon -log-level=DEBUG </code></pre> <p>But there is no mention of nm-dispatcher.</p> <p>How can I</p> <ol> <li><p>Have a look at the source (I looked into the <a href="http://bazaar.launchpad.net/~vcs-imports/network-manager/trunk/files/head:/src" rel="nofollow">git repo</a> but could not find anything.</p></li> <li><p>find why the nm-dispatcher never gets called.</p></li> </ol>
10261
8844
2011-03-22T17:53:33.753
2011-05-28T11:32:00.947
In NetworkManager, my nm-dispatcher is never called
[ "networking", "network-manager" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You don't really need to look into the source code to fix this; the dispatcher runs the scripts in <code>/etc/NetworkManager/dispatcher.d</code> until it completes or until one of them returns with an error. This was the case on a few releases, because the initial dispatcher ...
null
null
null
null
null
27982
1
30160
2011-02-25T01:57:33.860
3
320
<p>When I install rabbitmq-server package on Lucid, I always get a warning about upgrading from a previous version (even though no previous version is installed), and then I have to hit enter to dismiss the dialog. Is there any way to disable this prompt so I can do the install unattended?</p>
3983
235
2011-02-25T02:24:06.807
2011-03-14T19:20:13.273
Bypass RabbitMQ "OK" dialog on install
[ "10.04", "apt", "debconf" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try adding to your preseed config (assuming you are preseeding, as \"install unattended\"):</p>\n\n<p><code>rabbitmq-server rabbitmq-server/upgrade_previous note</code></p>\n\n<p>If not doing unattended install, can pass these options to debconf-set-selections (as root):</p>\n\n<pre><code>echo \"rabbitmq-server rabbitmq-server/upgrade_previous note\" | debconf-set-selections\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-13T09:29:40.443", "id": "30160", "lastActivityDate": "2011-03-14T19:20:13.273", "lastEditDate": "2011-03-14T19:20:13.273", "lastEditorDisplayName": null, "lastEditorUserId": "3983", "ownerDisplayName": null, "ownerUserId": "12280", "parentId": "27982", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Try adding to your preseed config (assuming you are preseeding, as \"install unattended\"):</p>\n\n<p><code>rabbitmq-server rabbitmq-server/upgrade_previous note</code></p>\n\n<p>If not doing unattended install, can pass these options to debconf-set-selections (as root...
null
null
null
null
null
27984
1
28007
2011-02-25T03:44:24.030
4
113
<p>E.g., will Natty packages work on Maverick?</p>
8343
3037
2011-02-25T19:46:58.093
2011-02-25T19:46:58.093
Will packages work with older Ubuntu releases?
[ "apt", "dpkg" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It depends on package dependencies, in general is not safe to use packages from different releases, even when they can be installed they may cause packaging conflicts and other unexpected issues.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T10:04:00.617", "id": "28007", "lastActivityDate": "2011-02-25T10:04:00.617", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "27984", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>It depends on package dependencies, in general is not safe to use packages from different releases, even when they can be installed they may cause packaging conflicts and other unexpected issues.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": n...
null
null
null
null
null
27985
1
null
2011-02-25T02:49:23.183
4
139
<p>I have a development computer running Ubuntu. I often mess things up and end up reconfiguring everything on the machine the way I like it. I would prefer to be able to revert my system to a set point.</p> <p>What is the best way to do this?</p> <p>I would prefer not to use virtualization because of the performance hit.</p>
null
235
2011-03-27T17:32:48.050
2011-03-27T17:32:48.050
Is there a way to revert the entire system to a set point in time?
[ "software-recommendation", "backup" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T08:46:52.657", "id": "242504", "postId": "27985", "score": "1", "text": "Also, if you like to experiment then ZFS and BTRFS are the best filesystems for doing snapshots.", "userDisplayName": null, "userId": "11447" } ]
null
[ { "accepted": null, "body": "<p>I think that you could do this with <a href=\"http://tldp.org/HOWTO/LVM-HOWTO/snapshots_backup.html\" rel=\"nofollow\">LVM snapshots</a>. This might also have a bit of a performance hit, but it shouldn't be nearly as bad as virtualization. The link is not instructions to do...
null
null
null
null
highriseo
27988
1
null
2011-02-25T05:01:36.550
8
1336
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/635/how-to-convert-wubi-install-into-regular-install">How to convert Wubi install into regular install?</a> </p> </blockquote> <p>I recently installed Ubuntu through Wubi and I love it enough that I am ready to ditch Windows! My set up is like this:</p> <ul> <li>Drive 1: 80 GB SSD Windows 7 </li> <li>Drive 2: 320 GB HDD Ubuntu (installed through Wubi) </li> <li>Drive 3: 1000 TB NTFS media drive</li> </ul> <p>What I want to do is move the Ubuntu installation from the 320 gig hard drive to my SSD and totally get rid of Windows. Would be great if I could preserve my current Ubuntu install during the process since it's finally working. :-)</p>
11150
-1
2017-04-13T12:25:03.423
2011-09-25T14:42:57.270
How to migrate from Wubi to a regular installation?
[ "windows", "dual-boot", "wubi", "migration" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
null
2012-05-07T14:42:24.863
null
null
27989
1
29189
2011-02-25T05:22:22.357
0
125
<p>I am using firefox 4 as my default browser, but this is probably file system related. I will describe the problem and hopefully someone can point me in the right direction?</p> <p>Today I was using the browser as normal, all sign ins worked as usual, everything was normal. Then when I got back home tonight and opened it, none of my saved usernames/passwords would autofill/auto-signin anymore. I am guessing this must be something filesystem related, and it only happened this one time seemingly at random, so I don't think it is a firefox 4 bug. In fact, I think it might be something to do with suspending the system before I left? Anyone have any idea?</p>
1992
null
null
2011-03-06T00:02:19.060
Firefox 4 stores passwords, but suddenly forgot that it did?
[ "filesystem", "firefox" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T08:14:10.787", "id": "31024", "postId": "27989", "score": "0", "text": "Is this related to Firefox Sync? If not, check that Firefox didn't somehow create a new profile here.", "userDisplayName": null, "userId": "2816" }, { "creationDate": "2011-02-25...
{ "accepted": true, "body": "<p>Some how it seems to have been fixed, so I'm not sure if it was a bug in a nightly build? Whatever the case is, it seems fixed for most websites now.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T00:02:19.060", "id": "29189", "lastActivityDate": "2011-03-06T00:02:19.060", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "27989", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Some how it seems to have been fixed, so I'm not sure if it was a bug in a nightly build? Whatever the case is, it seems fixed for most websites now.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
null
null
null
null
null
27990
1
29531
2011-02-25T05:49:28.080
7
7376
<p>I understand my MSI x350 notebook comes with a Sentelic trackpad, which supports multi-touch (according to the MSI website). Is there a way to enable multitouch on Ubuntu? I've been having difficulty finding info about this on google, and since it's not a synaptics touchpad I haven't been able to find much info in ubuntu docs. My mouse preferences doesn't have a trackpad tab like it does on, say, a Macbook. </p> <p>Running "xinput list" returns: FSPPS/2 Sentelic FingerSensingPad id=11 </p> <p>And in my Xorg.0.log: </p> <pre><code>[ 17.481] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/event6) [ 17.481] (**) FSPPS/2 Sentelic FingerSensingPad: Applying InputClass "evdev pointer catchall" [ 17.481] (**) FSPPS/2 Sentelic FingerSensingPad: always reports core events [ 17.481] (**) FSPPS/2 Sentelic FingerSensingPad: Device: "/dev/input/event6" [ 17.500] (II) FSPPS/2 Sentelic FingerSensingPad: Found 11 mouse buttons [ 17.500] (II) FSPPS/2 Sentelic FingerSensingPad: Found scroll wheel(s) [ 17.500] (II) FSPPS/2 Sentelic FingerSensingPad: Found relative axes [ 17.500] (II) FSPPS/2 Sentelic FingerSensingPad: Found x and y relative axes [ 17.500] (II) FSPPS/2 Sentelic FingerSensingPad: Configuring as mouse [ 17.500] (**) FSPPS/2 Sentelic FingerSensingPad: YAxisMapping: buttons 4 and 5 [ 17.500] (**) FSPPS/2 Sentelic FingerSensingPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 17.500] (II) XINPUT: Adding extended input device "FSPPS/2 Sentelic FingerSensingPad" (type: MOUSE) [ 17.500] (II) FSPPS/2 Sentelic FingerSensingPad: initialized for relative axes. [ 17.500] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/mouse0) </code></pre>
6699
235
2011-03-03T17:32:40.533
2012-04-24T19:52:02.653
How can I get multitouch enabled on my Sentelic touchpad (msi x350 notebook)?
[ "touchpad", "multi-touch", "trackpad" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is an <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/311869\" rel=\"nofollow\">open bug report</a> for this issue on Launchpad. While support for this touchpad has improved quite a bit since I bought my MSI X-Series notebook, it's obviously incomplete, as you noticed. From what I've gathered in that bug report, Sentelic released an <a href=\"http://sourceforge.net/projects/fsp-lnxdrv/\" rel=\"nofollow\">open source Linux driver for the touchpad</a> awhile ago, which has been partially merged into the Linux kernel. Unfortunately, from comment 71 of the bug report, it sounds like Sentelic has also raised patent concerns, which seem to be blocking the current development of the open source driver.</p>\n\n<p>The ultimate goal, at least from <a href=\"http://lists.freedesktop.org/archives/xorg/2010-July/050726.html\" rel=\"nofollow\">what I've read on the mailing list</a>, is to hand off the control of scrolling (and multi-touch?) to the Synaptics driver. And to quote the bug report one more time, \"To fix this bug properly, Sentelic’s source for absolute positioning needs to be re-added to the driver.\"</p>\n\n<p>Right now, I don't know of anyone actively working on this, but I'm in the same boat as you, and I would love to have multi-touch (or at least usable edge-scrolling) working on my laptop. Maybe we should start bribing people. :)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-08T14:35:56.933", "id": "29531", "lastActivityDate": "2011-03-15T13:48:56.213", "lastEditDate": "2011-03-15T13:48:56.213", "lastEditorDisplayName": null, "lastEditorUserId": "2079", "ownerDisplayName": null, "ownerUserId": "2079", "parentId": "27990", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>There is an <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/311869\" rel=\"nofollow\">open bug report</a> for this issue on Launchpad. While support for this touchpad has improved quite a bit since I bought my MSI X-Series notebook, it's obviously incomplete, ...
null
null
null
null
null
27991
1
28005
2011-02-25T05:53:32.277
13
8999
<p>Not finding any info online; I hope somebody here knows. It was Python in OpenOffice; is it still Python? Or are they moving to <em>gasp</em> VBA?</p>
11443
null
null
2014-06-10T16:42:29.563
What language(s) can I use in LibreOffice for macro scripting?
[ "python", "scripts", "libreoffice" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2014-06-10T16:42:29.563", "id": "640529", "postId": "27991", "score": "0", "text": "Nothing change, Python is still there", "userDisplayName": null, "userId": "292293" } ]
{ "accepted": true, "body": "<p>I think <a href=\"http://help.libreoffice.org/Common/Scripting\">this page</a> answers your question. In summary, you can use the following:</p>\n\n<ul>\n<li><p>LibreOffice Basic</p></li>\n<li><p>JavaScript</p></li>\n<li><p>BeanShell</p></li>\n<li><p>Python</p></li>\n</ul>\n\n<p>But you can't write/edit Python scripts from LibreOffice IDE, just to run scripts.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-25T09:43:12.863", "id": "28005", "lastActivityDate": "2011-07-26T23:28:43.653", "lastEditDate": "2011-07-26T23:28:43.653", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "7254", "parentId": "27991", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p>I think <a href=\"http://help.libreoffice.org/Common/Scripting\">this page</a> answers your question. In summary, you can use the following:</p>\n\n<ul>\n<li><p>LibreOffice Basic</p></li>\n<li><p>JavaScript</p></li>\n<li><p>BeanShell</p></li>\n<li><p>Python</p></li>\n</ul>\n\...
null
null
null
null
null
27993
1
null
2011-02-25T07:23:59.430
5
2838
<p>I have an Intel GMA 4500M graphic card. In synaptic package manager I found out that there are a bunch of installed packages for nvidia and ATI. I was wondering if I can remove these packages since I have an Intel graphics card. Any recommendations for uninstalling unneeded packages?</p>
4921
667
2011-02-25T08:25:50.717
2011-02-25T09:43:56.390
Removing unneeded graphical drivers?
[ "drivers", "intel-graphics", "uninstall" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Well, I have an <code>Intel 910GL Integrated Graphics Controller</code> and I purged all the packages not connected with my graphics card, so now I have</p>\n\n<pre><code>$ dpkg -l | grep xorg\nii xserver-xorg 1:7.5+6ubuntu3 ...
null
null
null
null
null
27994
1
39563
2011-02-25T08:10:09.937
7
19397
<p>I'm trying to install the <a href="http://fsv.sourceforge.net/download.html">File System Visualizer</a> (think "It's a UNIX System! I know this!" from Jurassic Park) on Ubuntu 10.10.</p> <p>I've got the .tar.gz downloaded, and extracted. However, when I <code>./configure</code>, I get this output:</p> <pre><code>loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for ranlib... ranlib checking for POSIXized ISC... no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for strings.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking for working const... yes checking for mode_t... yes checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for size_t... yes checking for comparison_fn_t... yes checking for st_blocks in struct stat... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... yes checking for alloca... yes checking for working fnmatch... yes checking for strftime... yes checking for getcwd... yes checking for gettimeofday... yes checking for mktime... yes checking for strcspn... yes checking for strdup... yes checking for strspn... yes checking for strtod... yes checking for strtoul... yes checking for scandir... yes checking for inline... inline checking for off_t... yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for argz.h... yes checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getcwd... (cached) yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... yes checking for strcasecmp... yes checking for strdup... (cached) yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for stpcpy... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... yes checking for gettext in libc... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for gtk-config... no checking for GTK - version &gt;= 1.2.1... no *** The gtk-config script installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK_CONFIG environment variable to the *** full path to gtk-config. configure: error: Cannot find proper GTK+ version </code></pre> <p>Obviously it's looking for gtk-config. However, <a href="http://art.ubuntuforums.org/showthread.php?t=1314659">apparently</a> it doesn't exist in the repos anymore. Then <a href="http://ohioloco.ubuntuforums.org/showthread.php?t=816983&amp;page=2">this post</a> mentioned that gtkglarea solved their problem, as mentioned in <a href="http://w3.linux-magazine.com/issue/77/3D_File_Browsers.pdf">this file</a>.</p> <p>Of course that poster neatly forgets to mention exactly what and how gtkglarea solved their problem, and Google is <a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=gtkglarea+ubuntu+10.10">mostly devoid</a> of information on the problem.</p> <p>So I come here asking for help! I would like to install fsv, but it tells me gtk-config doesn't exist. How can I fix this problem in Ubuntu 10.10?</p> <p>Thanks!</p> <p><strong>EDIT</strong></p> <p>So with the help of Robert, this is what I had to do:</p> <p>From the Dapper repositories I downloaded:</p> <p><a href="https://launchpad.net/ubuntu/dapper/i386/libgtk1.2-dev/1.2.10-18">libgtk1.2-dev_1.2.10-18_i386.deb</a><br /> <a href="https://launchpad.net/ubuntu/dapper/i386/libgtk1.2/1.2.10-18">libgtk1.2_1.2.10-18_i386.deb</a><br /> <a href="https://launchpad.net/ubuntu/dapper/i386/libgtk1.2-common/1.2.10-18">libgtk1.2-common_1.2.10-18_all.deb</a><br /> <a href="http://packages.ubuntu.com/dapper/i386/gtkglarea5-dev/download">gtkglarea5-dev_1.2.3-2ubuntu4_i386.deb</a><br /> <a href="http://packages.ubuntu.com/dapper/i386/gtkglarea5/download">gtkglarea5_1.2.3-2ubuntu4_i386.deb</a><br /> <a href="http://packages.ubuntu.com/dapper/i386/libglib1.2/download">libglib1.2_1.2.10-10.1build1_i386.deb</a><br /> <a href="http://packages.ubuntu.com/dapper/i386/libglib1.2-dev/download">libglib1.2-dev_1.2.10-10.1build1_i386.deb</a></p> <p>then I had to install:</p> <ol> <li>libglib1.2</li> <li>libglib1.2-dev</li> <li>libgtk1.2-common</li> <li>libgtk1.2</li> <li>libgtk1.2-dev</li> <li>gtkglarea5</li> <li>gtkglarea5-dev</li> </ol> <p>I used <code>sudo gdebi &lt;file&gt;.deb</code> for most of them (it tells you dependencies better, if you missed one). In a few cases, gdebi does <em>not</em> do the right thing, and dies. When this happens, use <code>dpkg -i &lt;file&gt;.deb</code> and it should work.</p>
658
658
2011-05-13T14:57:09.720
2012-09-09T15:49:18.423
Installing gtk-config and/or fsv, missing GTK dependencies
[ "10.10", "configuration", "gtk" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If the library is still used or wanted by someone, how can it be obsolete??</p>\n\n<p>I had the same problem building mozilla 1.7.13 (yes, the old mozilla browser).</p>\n\n<p>I've got round this in 10.10 manually installing the dapper package and all dependencies:</p>\n\n<p><a href=\"https://launchpad.net/ubuntu/dapper/i386/libgtk1.2-dev/1.2.10-18\">https://launchpad.net/ubuntu/dapper/i386/libgtk1.2-dev/1.2.10-18</a></p>\n\n<p>you'll need:</p>\n\n<pre><code>libglib1.2_1.2.10-10.1build1_i386.deb\nlibglib1.2-dev_1.2.10-10.1build1_i386.deb\nlibgtk1.2-common_1.2.10-18_all.deb\nlibgtk1.2_1.2.10-18_i386.deb\nlibgtk1.2-dev_1.2.10-18_i386.deb\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-05-13T14:10:29.013", "id": "46464", "postId": "39563", "score": "0", "text": "When trying to install `libgtk1.2-dev_1.2.10-18_i386.deb` I get a `Breaks existing package 'libgtk1.2' that conflict: 'libgtk-dev'.` error. Any clues on how to fix that? Google turns up nothing.", "userDisplayName": null, "userId": "658" }, { "creationDate": "2011-05-13T14:20:29.190", "id": "46470", "postId": "39563", "score": "0", "text": "Ah - apparently gdebi is stupid sometimes. Using `dpkg -i` installed it. Looks like I've got another need - `configure: error: Cannot find gtkglarea`. To the Google!", "userDisplayName": null, "userId": "658" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-03T06:40:57.270", "id": "39563", "lastActivityDate": "2011-05-03T17:58:25.190", "lastEditDate": "2011-05-03T17:58:25.190", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "16192", "parentId": "27994", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>that software is unmaintained and requires GTK1 which is an obsolete graphical library version, it is not available from the Ubuntu repositories and I am not aware of any repository providing it.</p>\n\n<p>I would recommend you to contact the software author and check with hi...
null
null
null
null
null
27997
1
28001
2011-02-25T08:47:19.257
40
54042
<p>I want to know which hard disk drive corresponds to which device path. It's trivial to match the hard disk stats (brand, size) with the dev path, but I want more. I want to know which drive is which inside my case. What's a good way to go about getting this info?</p> <h3>Constraints</h3> <ul> <li>I am lazy. I don't want to tear apart my server to remove all the drives, then add back one by one.</li> <li>Reboots are acceptable.</li> <li>The drives are inconveniently scrunched together in the case. The label information is hidden.</li> <li>The case can be opened. Most disks are SATA, so theoretically hot swappable. Unplugging cables is fair game.</li> </ul> <h3>Bonus</h3> <p>I'll award answer to the best/easiest gui or cli answer, and give a bounty to the next-best answer of the other kind. <em>I</em> prefer a cli answer, but understand that a lot of other folks will appreciate a good point-and-click method.</p>
8515
8515
2015-05-01T17:44:31.010
2020-04-23T16:03:20.550
Which hard disk drive is which?
[ "10.04", "hardware", "hard-drive" ]
10
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>hdparm -i /dev/sdX</code> gives you the serial number, which is the simplest way I know of to tell apart hard disks of the same brand and size. </p>\n\n<p>The serial number is normally printed on a label on the disk, so although you need to open the case to find it, there's no need disassemble the computer.</p>\n\n<p>Example:</p>\n\n<pre><code>$ sudo hdparm -i /dev/sdb | grep -i serial\n Model=SAMSUNG HD253GJ, FwRev=1AJ10001, SerialNo=S24JJ90Z505435\n</code></pre>\n\n<p>If you want more info <code>lshw -c storage -c disk</code> gives the most readable output. It's pretty much the same data as Disk Utility, just in command line format.</p>\n\n<p>Here is an annotated example from the most complex setup I have access to, with four disk controllers, seven hard disks, a DVD ROM and a USB disk. </p>\n\n<p>The output has been cut down to size to focus on the interesting parts:</p>\n\n<pre><code>[server ~]$ sudo lshw -c storage -c disk\n *-storage \n # a 2-port PCI-E SATA controller\n description: SATA controller\n product: 88SE9123 PCIe SATA 6.0 Gb/s controller\n vendor: Marvell Technology Group Ltd.\n *-disk\n description: ATA Disk\n product: WDC WD15EADS-00P\n vendor: Western Digital\n # 'physical id' corresponds to port number, first port is 0\n physical id: 0 \n logical name: /dev/sdg\n serial: WD-WMAVU0849124\n size: 1397GiB (1500GB)\n *-cdrom\n description: DVD reader\n product: BD-ROM BR-5100S\n vendor: Optiarc\n physical id: 1\n logical name: /dev/cdrom1\n logical name: /dev/dvd1\n logical name: /dev/scd0\n serial: [Optiarc BD-ROM BR-5100S 1.02 May20 ,2008\n *-storage\n # mobo controller for eSATA ports. Not used.\n description: SATA controller\n product: JMB362/JMB363 Serial ATA Controller\n vendor: JMicron Technology Corp.\n *-ide\n # mobo controller for IDE. Not used.\n description: IDE interface\n product: JMB362/JMB363 Serial ATA Controller\n vendor: JMicron Technology Corp.\n *-storage\n # the primary SATA controller, six ports\n description: SATA controller\n product: 82801JI (ICH10 Family) SATA AHCI Controller\n vendor: Intel Corporation\n # 'disk:0' means port 0, same as physical id\n *-disk:0\n description: ATA Disk\n product: WDC WD1600BEVS-0\n vendor: Western Digital\n physical id: 0\n logical name: /dev/sda\n serial: WD-WXEY08T58317\n size: 149GiB (160GB)\n *-disk:1\n description: ATA Disk\n product: ST32000542AS\n vendor: Seagate\n physical id: 1\n logical name: /dev/sdb\n serial: 5XW1RTDS\n size: 1863GiB (2TB)\n *-disk:2\n description: ATA Disk\n product: ST32000542AS\n vendor: Seagate\n physical id: 2\n logical name: /dev/sdc\n serial: 5XW23W0W\n size: 1863GiB (2TB)\n [...]\n *-scsi\n # the USB disk, as evidenced by the bus info \n physical id: 1\n bus info: usb@1:1\n capabilities: emulated scsi-host\n *-disk\n description: SCSI Disk\n product: 10EAVS External\n vendor: WD\n physical id: 0.0.0\n logical name: /dev/sdh\n serial: WD-WCAU46029507\n size: 931GiB (1TB)\n</code></pre>\n\n<p>I think the Disk Utility is faster to read; the command line version has the advantage of being usable over ssh and in scripts.</p>\n\n<p>And I still think the serial number is the most reliable solution :)</p>\n\n<p>The \"Physical ID\" of each drive corresponds to where it is connected to the motherboard. and starts with 0. so a physical ID of 2 would mean that the drive is attached to the 3rd sata port of your mobo or other applicable device.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-25T11:54:19.103", "id": "31049", "postId": "28001", "score": "0", "text": "Interesting. The serial/label is nice to have, but in my scenario the disks are crammed in a holder that blocks the sticker from view. The best I can do is trace the cables. I didn't see anything in `hdparm -i` immediately useful, but I'll have to read through the man page to see if I can't get more info out of it.", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2011-03-07T23:37:41.697", "id": "32759", "postId": "28001", "score": "0", "text": "Haha, the serial is indeed most reliable, but this gives the useful map of linux device recognition -> physical hookups...through a command line interface. Thanks!", "userDisplayName": null, "userId": "8515" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-25T09:25:35.493", "id": "28001", "lastActivityDate": "2013-05-01T23:56:24.820", "lastEditDate": "2013-05-01T23:56:24.820", "lastEditorDisplayName": null, "lastEditorUserId": "151911", "ownerDisplayName": null, "ownerUserId": "2337", "parentId": "27997", "postTypeId": "2", "score": "27" }
[ { "accepted": true, "body": "<p><code>hdparm -i /dev/sdX</code> gives you the serial number, which is the simplest way I know of to tell apart hard disks of the same brand and size. </p>\n\n<p>The serial number is normally printed on a label on the disk, so although you need to open the case to find it, the...
null
null
null
null
null
27999
1
null
2011-02-25T08:58:03.733
1
1102
<p>I recently installed XFCE on my Ubuntu 10.04 and it runs finely but with an issue. </p> <p>Everytime I login into my XFCE session I see the background image of GNOME session and after few seconds it disappears which gives me the impression that XFCE session is running over an already running GNOME session.</p> <p>If that is really the case then it might also be eating into my system's RAM which could be a bug.</p> <p>All helps and suggestions are welcome.</p>
6773
null
null
2011-02-25T09:58:41.653
XFCE session with GNOME in background
[ "gnome", "xfce", "session" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-07-05T14:14:50.320", "id": "57923", "postId": "27999", "score": "0", "text": "This happens to me as well. Although recently, it hasn't gone away. See http://askubuntu.com/q/51878/6161 as a potentially related question", "userDisplayName": null, "userId": "6161" ...
null
[ { "accepted": null, "body": "<p>If I have understood your question, the background image that you think is of the GNOME session is only the <strong>background image of the GDM</strong> (the graphical login) that will be changed when the desktop envinronment is ready.\nSo if at the GDM login you choose the X...
null
null
null
null
null
28009
1
null
2011-02-25T10:17:39.813
4
8079
<p>I want to install Ubuntu alongside my Windows 7 operation system.</p> <p>During installation I have three options:</p> <ol> <li>Install alongside the existing OS.</li> <li>Remove everything and install Ubuntu.</li> <li>Manual partitioning (advanced).</li> </ol> <p>The above list is not precise (I do not remember what exactly was written there and I just write options as I have understood them).</p> <p>I know that option 2 is not mine. So, I need to choose either 1 or 3. I do not know which one I need to choose. I want to have a possibility to manually specify space assigned to Windows and Ubuntu (for example 40% for Windows and 60% for Ubuntu).</p> <p>I chose the 1st option and I saw a window with the following information.</p> <pre><code>Allocate drive space by dragging the drive bellow. File (48.1 GB) Ubuntu /dev/sda2 (ntfs) /dev/sda3 (ext4) 286.6 GB 241.7 GB 2 small partitions are hidden, use the advanced partitioning tool for more control. [use entire partition] [use entire disk] [Quit] [Back] [Install Now] </code></pre> <p>My problem is that I do not understand what I see. In particular I can press [use entire partition] or [use entire disk] and I do not know what is the difference. Moreover, as far as I understand, I can even press [Install Now] without pressing one of the two above mentioned buttons. So, I have 3 options. What is the difference between them?</p> <p>The most important thing for me is not to delete the old operation system with all the data stored there.</p>
11449
6450
2011-02-25T11:33:08.517
2011-03-03T18:13:02.123
What is the difference between the "Entire Partition" and "Entire Disc"?
[ "installation", "partitioning", "disk", "drive" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T16:28:41.080", "id": "31089", "postId": "28009", "score": "0", "text": "As an aside, it might be worth using VirtualBox and installing Ubuntu or whatever inside a virtual machine in Windows. This is nice solution and well worth considering", "userDisplayName": "...
null
[ { "accepted": null, "body": "<p><strong>[use entire partition]</strong> uses your currently selected partition and automatically creates partitions for Linux (root and swap, at least).</p>\n\n<p><strong>[use entire disk]</strong> is your option 2: remove everything and install Ubuntu, using whole disk. This...
null
null
null
null
null
28010
1
28013
2011-02-25T10:26:28.553
9
259
<p>After a long time of enjoying the bliss of ignorance I've been reading up a bit on the developments in the land of desktop environments.<br> One thing I didn't find was whether there will still be (a need for) a separate netbook edition once Unity becomes the default environment on the Ubuntu desktop.<br> Surely someone here can tell me what I need to know?</p>
6576
6576
2011-04-06T12:24:41.427
2011-04-06T12:24:41.427
Will there still be a separate Netbook edition after Unity becomes the default desktop environment?
[ "unity", "ubuntu-netbook", "desktop-environments" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Judging by <a href=\"http://blog.canonical.com/?p=528\" rel=\"nofollow\">Gerry Carr's Canonical Blog post</a> as of Ubuntu 11.04 there will no longer be separate Ubuntu versions.</p>\n\n<blockquote>\n <p>One of the benefits of the direction\n that’s been taken with the next\n release of Ubuntu is that there is no\n longer a need for a separate netbook\n edition. The introduction of the new\n shell for Ubuntu means that we have a\n user interface that works equally well\n whatever the form factor of the PC.\n And the underlying technology works on\n a range of architectures including\n those common in netbook, notebooks,\n desktops or whatever you choose to run\n it on. Hence the need for a separate\n version for netbooks is removed.</p>\n</blockquote>\n\n<p>Even the name will simply be <em>Ubuntu</em> instead of <em>Ubuntu Desktop Edition</em> in the future.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-25T12:11:03.587", "id": "31051", "postId": "28013", "score": "1", "text": "That's all I needed to know. A merge between the Desktop and Netbook editions makes Ubuntu a whole lot more attractive to me–currently an Arch Linux user–and may mean I'll switch back to Ubuntu in the future. How the migration to GNOME 3 goes also hangs in that balance. Thank you for the quick response!", "userDisplayName": null, "userId": "6576" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T10:55:30.937", "id": "28013", "lastActivityDate": "2011-03-09T15:28:09.643", "lastEditDate": "2011-03-09T15:28:09.643", "lastEditorDisplayName": null, "lastEditorUserId": "2732", "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "28010", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>Judging by <a href=\"http://blog.canonical.com/?p=528\" rel=\"nofollow\">Gerry Carr's Canonical Blog post</a> as of Ubuntu 11.04 there will no longer be separate Ubuntu versions.</p>\n\n<blockquote>\n <p>One of the benefits of the direction\n that’s been taken with the next...
null
null
null
null
null
28014
1
28326
2011-02-25T11:08:57.627
4
604
<p>I heard that panel applets will be disabled in Ubuntu 11.04 and there will be indicators only. In Maverick we can right click and add panel applets and I use them a lot. So will there be a similar repository or some other way so that we can add new indicators? Thanks!</p>
8592
1067
2011-02-25T13:05:00.370
2011-02-27T16:12:06.573
Will there be an App-Indicators Repository in Ubuntu 11.04?
[ "11.04", "indicator" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There aren't any plans for collecting \"cool little applets\" in one place for 11.04. </p>\n\n<p>If an application uses the indicator area it will either just use it or give you an option to use it in it's preferences.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-27T16:12:06.573", "id": "28326", "lastActivityDate": "2011-02-27T16:12:06.573", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "28014", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>There aren't any plans for collecting \"cool little applets\" in one place for 11.04. </p>\n\n<p>If an application uses the indicator area it will either just use it or give you an option to use it in it's preferences.</p>\n", "commentCount": "0", "comments": [], ...
null
null
null
null
null
28016
1
28048
2011-02-25T11:22:35.873
6
569
<p>I've written a custom GNOME panel applet in Python that needs to write to some root-owned files. Is there a way to make it start with root privileges without using suid?</p>
11451
6576
2011-02-25T12:34:44.340
2011-02-25T16:37:25.720
Custom GNOME applet in Python needs to have root privileges
[ "gnome", "applet", "root" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T13:19:43.883", "id": "31058", "postId": "28016", "score": "0", "text": "Can't you just launch it gksudo and add a rule into /etc/sudoers to not request for a password ?", "userDisplayName": null, "userId": "742" } ]
{ "accepted": true, "body": "<p>You can do this with <a href=\"http://www.freedesktop.org/wiki/Software/PolicyKit\" rel=\"nofollow\">PolicyKit</a>.</p>\n\n<ul>\n<li><a href=\"http://hal.freedesktop.org/docs/PolicyKit/\" rel=\"nofollow\">Library Reference</a></li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T16:37:25.720", "id": "28048", "lastActivityDate": "2011-02-25T16:37:25.720", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "28016", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Better solution: do not run whole applet with root permissions. Put everything possible to applet which is running with normal user permissions. Create separate program that modifies necessary files, and run that through <code>sudo</code> (or suid).</p>\n\n<p>For sudoers conf...
null
null
null
null
null
28017
1
28077
2011-02-25T11:37:45.490
5
15425
<p>I installed 10.10 on my Samsung RV510 notebook, but the function keys don't work. When I use them it seems as if they get locked on, and it becomes impossible to click things in the upper toolbar. Does anyone know of any drivers, or a way to get these to work? I do <strong>not</strong> want to go back to Windows.</p>
4572
65926
2013-07-15T17:28:48.590
2013-07-15T17:28:48.590
Getting function keys working on Samsung RV510 notebook
[ "keyboard", "shortcut-keys", "samsung", "function-keys" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T14:41:01.060", "id": "31068", "postId": "28017", "score": "0", "text": "Seems similar to [my issue on a Samsung Q330](http://askubuntu.com/questions/27534/fn-key-sticks-down)", "userDisplayName": null, "userId": "449" }, { "creationDate": "2013-03-24...
{ "accepted": true, "body": "<p>there are two main problems, i had too and i fixed this way:</p>\n\n<p>1) you have to force release of the keys (search internet)\n Pratically you have to add your exaxct pc model name to the file\n /lib/udev/rules.d/95-keyboard-force-release.rules</p>\n\n<p>to take exact name of the pc run:</p>\n\n<pre><code>sudo dmidecode -s system-product-name\n</code></pre>\n\n<p>Then add the model like this on the file:</p>\n\n<pre><code>ENV{DMI_VENDOR}==\"[sS][aA][mM][sS][uU][nN][gG]*\", ATTR{[dmi/id]product_name}==\"*N128*|*N130*|*N140*|*N210*|*N220*|*SR70S/SR71S*|*YOURMODEL*\", \nRUN+=\"keyboard-force-release.sh $devpath samsung-other\"\n</code></pre>\n\n<p>2) Install voria's samsung-backlight module:</p>\n\n<p><a href=\"http://ubuntuforums.org/showthread.php?t=1673864\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1673864</a></p>\n\n<p>Hope is useful.</p>\n\n<p>Andrea.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-26T16:54:11.147", "id": "31233", "postId": "28077", "score": "0", "text": "I followed your instructions, and the keys work now, but I don't think I installed backlight properly because the brightness doesn't change with the keys. The link mentioned something to do with GRUB but I'm not sure what to do. Can you help any further?", "userDisplayName": null, "userId": "4572" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T20:01:17.860", "id": "28077", "lastActivityDate": "2011-02-25T20:01:17.860", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11472", "parentId": "28017", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>there are two main problems, i had too and i fixed this way:</p>\n\n<p>1) you have to force release of the keys (search internet)\n Pratically you have to add your exaxct pc model name to the file\n /lib/udev/rules.d/95-keyboard-force-release.rules</p>\n\n<p>to take exact...
null
null
null
null
null
28019
1
28026
2011-02-25T12:09:32.673
15
9772
<p>Is it possible to make chrome or chromium (as that comes default in the repos) to use the Gnome seahorse as password vault? </p> <p>I have not found a way to do this for Firefox either, but maybe a solution for Firefox will lead to a solution for Chrome. </p> <p>FYI: Epiphany is properly integrated into Gnome by default, and <em>does</em> use the default password vault. It would be great to at least have all passwords in a single, actually secure, place, instead of laying around in my home-dir.</p> <p>Even better would be if somehow they could re-use eachothers passwords, but that depends on the implementation of this integration, i guess.</p>
9070
8844
2011-03-29T18:48:35.873
2012-05-20T18:51:12.110
How to make Chrome/Chromium remember passwords in the gnome seahorse keyring?
[ "gnome", "password", "chromium", "keyrings", "seahorse" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T13:22:27.483", "id": "31059", "postId": "28019", "score": "0", "text": "Please note that \"seahorse\" is a front end application for the Gnome Keyring vault, \"gnome seahorse keyring\" is not correct ;)", "userDisplayName": null, "userId": "742" }, { ...
{ "accepted": true, "body": "<p>According to <a href=\"http://www.omgubuntu.co.uk/2010/07/chrome-dev-channel-adds-gnome-keyring-support-for-saving-passwords/\">http://www.omgubuntu.co.uk/2010/07/chrome-dev-channel-adds-gnome-keyring-support-for-saving-passwords/</a> , that is available, you will need to update the chrome launcher to use –password-store=gnome.</p>\n\n<p>There was a Firefox addon providing gnome keyring integration, I can no longer find it.</p>\n\n<p><strong>EDIT:</strong> Added link to Firefox addon code and bugzilla ticket</p>\n\n<p><a href=\"https://github.com/mdlavin/firefox-gnome-keyring\">https://github.com/mdlavin/firefox-gnome-keyring</a></p>\n\n<p><a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=309807\">https://bugzilla.mozilla.org/show_bug.cgi?id=309807</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-25T13:25:22.173", "id": "28026", "lastActivityDate": "2012-05-20T18:51:12.110", "lastEditDate": "2012-05-20T18:51:12.110", "lastEditorDisplayName": null, "lastEditorUserId": "36696", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "28019", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p>According to <a href=\"http://www.omgubuntu.co.uk/2010/07/chrome-dev-channel-adds-gnome-keyring-support-for-saving-passwords/\">http://www.omgubuntu.co.uk/2010/07/chrome-dev-channel-adds-gnome-keyring-support-for-saving-passwords/</a> , that is available, you will need to upd...
null
null
null
null
null
28023
1
28024
2011-02-25T13:06:09.693
22
24327
<p>How do I make k3b burn an audio CD with MP3 files? Right now it's demanding I only feed it WAVs, of all things.</p>
8515
8515
2011-02-26T09:08:42.697
2020-11-14T00:26:50.453
How do I make k3b burn an audio CD with MP3 files?
[ "mp3", "burning", "k3b" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2016-03-27T13:33:24.443", "id": "1119401", "postId": "28023", "score": "0", "text": "Audio CDs are .WAV files; your answer shows that you needed to install a codec to convert your .MP2s to .WAV", "userDisplayName": null, "userId": "80659" }, { "creationDate": "...
{ "accepted": true, "body": "<p><code>apt-cache search --names-only k3b</code> shows a codec package I don't have. I installed it via apt-get to solve:</p>\n\n<pre><code>sudo apt-get install libk3b6-extracodecs\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T13:08:11.377", "id": "28024", "lastActivityDate": "2011-02-25T13:08:11.377", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8515", "parentId": "28023", "postTypeId": "2", "score": "30" }
[ { "accepted": true, "body": "<p><code>apt-cache search --names-only k3b</code> shows a codec package I don't have. I installed it via apt-get to solve:</p>\n\n<pre><code>sudo apt-get install libk3b6-extracodecs\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
28029
1
null
2011-02-25T14:18:07.113
3
1636
<p>What would be a good way to automatically mount an NFS when it gets/is available?</p> <p>I have the following:</p> <ul> <li>Media server at home, running Ubuntu, 10.10 with GUI *)</li> <li>Laptop often at home, often on the road or at clients. Ubuntu 10.10 with GUI.</li> </ul> <p>What I'd like is my laptop connecting to the nfs (or any other mountable networked filesystem) so that Banshee sees all the music, new podcast-entries (and video) from that media-server.</p> <p>I already have firefly (mt-daapd) running, which works, but is flakey on both server-side and client-side. But its biggest downside, is that I cannot easily fix metadata on files on the media-server this way. DAAP is read-only by design.</p> <p>I can mount nfs manually, through a <code>sudo mount /media/nfsmultimedia/</code>. I am not looking for a manual, or howto on setting up a NFS client and server. Merely a way to have this more transparently working. </p> <p>Obviously I'd like the NFS to be unmounted if the network is no longer available (i.e. when I open my laptop-lid on my clients buro).</p> <p>It may be, that an NFS is not suited for this, in that case, I'd love to hear other options. :)</p> <p>*) Actually: I also have a fileserver, backupserver and webserver to which I'd like to connect in a somewhat similar way. Right now I connect to these over SSH, using <strong>gvfs</strong>.</p>
9070
449
2011-02-25T14:47:43.657
2011-02-25T15:00:36.730
Connect to NFS on availability
[ "multimedia", "automount", "nfs" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You could try playing around with <a href=\"https://help.ubuntu.com/community/Autofs\" rel=\"nofollow\">AutoFS</a>. It will let you set the NFS shares and it'll handle mounting them on demand. It's a pretty good system once it's up and running but that's not to say you won't ...
null
null
null
null
null
28033
1
28036
2011-02-13T14:58:11.950
97
578255
<p>My CPU usage is high when I do trivial things such as scrolling through a PDF file. So I think my video driver is not properly installed.</p> <p>I want to confirm that by checking the information of my currently installed video driver, such as if there's a driver installed and what version it is. Then I could decide whether to install a new one if it is not up to date. </p> <p>On Windows, I could use the device manager, how to do that on Ubuntu Linux? I don't expect a GUI solution for this. Command line will be just good enough.</p>
9375
169736
2016-05-07T20:45:01.703
2020-05-07T16:46:10.640
How to check the information of current installed video drivers?
[ "xorg" ]
7
1
CC BY-SA 3.0
[ { "creationDate": "2014-06-01T11:22:03.647", "id": "631427", "postId": "28033", "score": "2", "text": "Also see [How can I find what video driver is in use on my system?](http://askubuntu.com/questions/23238/how-can-i-find-what-video-driver-is-in-use-on-my-system)", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>In Linux, there is two parts for the video driver, the kernel part and the X server part.</p>\n\n<ol>\n<li>Let's identify your hardware first. By typing <code>lspci | grep VGA</code> in a terminal, you should see a line with you graphic card description (even if not configured at all).</li>\n<li>Let's check the correct kernel driver is loaded <code>find /dev -group video</code>.</li>\n<li>Let's check the correct X driver is loaded <code>glxinfo | grep -i vendor</code>.</li>\n</ol>\n\n<p>If you want more help, I would like the result of following commands: (<strong>Remember, never trust command line that people ask you to execute without knowing what it does.</strong>)</p>\n\n<pre><code>lspci | grep VGA\nlsmod | grep \"kms\\|drm\"\nfind /dev -group video\ncat /proc/cmdline\nfind /etc/modprobe.d/\ncat /etc/modprobe.d/*kms*\nls /etc/X11/xorg.conf\nglxinfo | grep -i \"vendor\\|rendering\"\ngrep LoadModule /var/log/Xorg.0.log\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-02-14T16:20:23.307", "id": "31074", "postId": "28036", "score": "1", "text": "Is this tow part thing the linux video driver model?", "userDisplayName": null, "userId": "9375" }, { "creationDate": "2011-02-15T00:31:24.550", "id": "31075", "postId": "28036", "score": "4", "text": "If you copy-paste the last 4 lines in a terminal and add the result at the end of your question (edit), it will be easier to answer your question. But *remember not to execute untrusted commands*. Perhaps some stackoverflow trusted users could proof read them and acknowledge in comments.", "userDisplayName": null, "userId": "6475" }, { "creationDate": "2014-06-19T08:30:24.833", "id": "647359", "postId": "28036", "score": "9", "text": "If the `glxinfo` command is not available, run `sudo apt-get install mesa-utils`.", "userDisplayName": null, "userId": "18533" }, { "creationDate": "2017-05-17T17:43:55.297", "id": "1444176", "postId": "28036", "score": "1", "text": "`grep VGA` will not always show all the devices.", "userDisplayName": null, "userId": "167850" }, { "creationDate": "2019-04-05T15:41:36.753", "id": "1874455", "postId": "28036", "score": "2", "text": "Thanks for reminding people to not blindly execute commands they find online.", "userDisplayName": null, "userId": "222185" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-02-13T19:41:05.650", "id": "28036", "lastActivityDate": "2018-07-03T18:39:26.817", "lastEditDate": "2018-07-03T18:39:26.817", "lastEditorDisplayName": null, "lastEditorUserId": "301745", "ownerDisplayName": "shellholic", "ownerUserId": "6475", "parentId": "28033", "postTypeId": "2", "score": "94" }
[ { "accepted": null, "body": "<p>I'm running a 64bit Ubuntu 10.04 here. Here's what I found out:</p>\n\n<p><em>lspci</em> will give you a list of found devices. Usually the video card is listed as \"VGA controller\" or somesuch, on my system it says:</p>\n\n<pre><code>01:00.0 VGA compatible controller: nVidi...
null
null
null
null
smwikipedia
28039
1
null
2011-02-25T15:02:04.187
84
158215
<p><strong>Results</strong></p> <p>I want to be able to walk from one room to another and hear the same song playing. Like you do if you were listening to the radio in all rooms.</p> <p>I want that effect but I want to listen to my own music, can this be done?</p> <p><strong>Materials</strong></p> <ul> <li>Ubuntu laptop.</li> <li>Mac computer.</li> </ul> <p><strong>First alternative</strong></p> <ul> <li>I have found and setup the software according to <a href="https://askubuntu.com/questions/28039/is-there-a-way-to-play-music-from-a-server-through-the-network-and-have-two-compu/28041#28041">this answer</a> </li> <li>All of the softwares in both computers and server is setup how should I continue? <a href="http://www.pulseaudio.org/wiki/FirstSteps" rel="noreferrer">http://www.pulseaudio.org/wiki/FirstSteps</a></li> </ul>
10698
-1
2017-04-13T12:24:10.493
2021-11-02T17:50:51.000
How to stream music over the network to multiple computers?
[ "music", "stream" ]
8
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Yes, with <a href=\"http://www.pulseaudio.org/\" rel=\"noreferrer\">pulseaudio</a> this can easily be done. You will need to install and run <a href=\"https://apps.ubuntu.com/cat/applications/paprefs\" rel=\"noreferrer\"><strong>paprefs</strong></a> <a href=\"https://apps.ubu...
2011-03-18T01:33:04.570
null
null
null
null
28043
1
28181
2011-02-25T15:42:35.810
3
6581
<p><strong>Direct Question</strong>: I want to enable Perl to send emails. What package(s) should I install to setup a simplistic email server: no need for incoming, <strong>only outgoing</strong>. I can forward through gmail's SMTP if that's best?</p> <p><strong>Background</strong>: I am programmer with a nightly build script written in Perl. I would like to email myself the results of my nightly builds (especially if there's an error).</p> <p>I've read about the perl package <code>Mail::Sendmail</code> briefly, but if something else is more appropriate, <em>please tell me!!</em></p> <p>I tried the simple <code>aptget install sendmail</code>, but that doesn't seem to work. I get the following errors:</p> <p>Server said: 421 4.3.0 collect: Cannot write ./dfp1PFXl7W020719 (bfcommit, uid=0, gid=120): No such file or directory message transmission error (421 4.3.0 collect: Cannot write ./dfp1PFXl7W020719 (bfcommit, uid=0, gid=120): No such file or directory ) Server said: 421 4.3.0 collect: Cannot write ./dfp1PFXl7W020719 (bfcommit, uid=0, gid=120): No such file or directory</p> <p>I've googled this problem a bit and tried a few things -- adding my username to /etc/mail/trusted-users and such, but to no avail.</p> <p>In other words, I would be most grateful if you could provide simple instructions for setting up an outgoing mail server. I really don't understand the specifics, but as I understand, I need to forward the mail through an existing SMTP server -- so I can use my gmail account if need be (that's where I want to send the logs anyway). Any suggestions would be most greatly appreciated.</p>
2696
3037
2011-02-25T17:45:24.960
2011-02-26T12:16:55.090
How do I setup sendmail, postfix, or dovecot so that perl can send emails?
[ "server", "email", "perl" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You could also look at Net::SMTP which allows you to send SMTP messages without requiring any external programs such as sendmail. This might be a little off-topic for Ask Ubuntu as this is a pure Perl solution, but you might find it preferable. Net::SMTP is provided by the perl-modules package, which should be installed by default.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-26T21:09:10.777", "id": "31284", "postId": "28181", "score": "0", "text": "Yes, while a little off topic, this is the solution I went with to avoid installing unnecessary services on my server. FWIW, using TLS (for gmail auth) with Net::SMTP took me a bit, but it's package Net::SMTP::TLS, has essentially the same interface.", "userDisplayName": null, "userId": "2696" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-26T12:16:55.090", "id": "28181", "lastActivityDate": "2011-02-26T12:16:55.090", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user8979", "ownerUserId": null, "parentId": "28043", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>It seems there are many mail servers running, could you try to shutdown sendmail?</p>\n\n<pre><code>sudo /etc/init.d/sendmail stop\n</code></pre>\n\n<p>and check your smtp port (25) with</p>\n\n<pre><code>sudo lsof -i -P -R | grep ':25 '\n</code></pre>\n\n<p>if you see the po...
null
null
null
null
null
28044
1
null
2011-02-25T15:48:05.157
13
5633
<p>The multisession function works for CDs, but not for DVDs.</p> <p>There is no option to add files after creating a Multisession DVD. Why is it not possible to create a multisession DVD with brasero?</p> <p>Thank You.</p>
4412
3778
2011-02-25T16:07:53.323
2013-01-07T00:20:21.837
Why is it not possible to burn a multisession DVD using brasero?
[ "dvd", "brasero" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>When burning it there is an option called <strong>Leave the disc open to add other files later</strong></p>\n\n<p><img src=\"https://i.stack.imgur.com/kqz88.png\" alt=\"Brasero Burner\"></p>\n\n<p>Click on Properties And the following Windows will appear:</p>\n\n<p><img src=\...
null
null
null
null
null
28045
1
null
2011-02-25T15:54:46.397
4
1986
<p>I need to add the System Monitor applet to the Gnome Panel in Ubuntu Netbook Edition. My setup is as following: 10.10 (upgraded from 10.04) with Netbook Edition interface installed instead of Unity.</p> <p>I've tried the method of symlinking Netbook Edition interface so that it would start in the Gnome session mode but the panel was not customizable anyway. Seems that the panel is more locked in 10.10 than in 10.04.</p> <p>I suppose that the panel still keeps its applet configuration somewhere, either in config files or in gnome-config. So I think that it's possible to add an applet by editing the config. Does anybody know of files, commands and configuration keys that should be changed to add an applet? Or can I launch an applet by just running the program that renders it?</p>
11459
114
2011-02-25T17:27:37.647
2011-02-25T18:22:17.200
How do I add System Monitor applet to the Gnome panel in Netbook Edition?
[ "10.10", "ubuntu-netbook", "gnome-panel", "applet", "system-monitor" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There is a script (<code>/usr/lib/gnome-panel/gnome-panel-add</code>)\nfor adding applets and launchers to gnome-panel: </p>\n\n<pre><code>john@doe:~$ /usr/lib/gnome-panel/gnome-panel-add -h\n\nUsage: gnome-panel-add [options]\n\nOptions: \n -h, --help show this...
null
null
null
null
null
28047
1
31911
2011-02-25T16:37:12.100
15
45276
<p>I'm using Maverick with the latest available kernels on kernel.org and building them myself. Until now I've been basing my configuration off the stock Maverick kernel and accepting the <code>make oldconfig</code> defaults. I've been doing this for 3 major releases now so I figure I'm starting to slip behind the current "standard".</p> <p>I would like to re-base my kernels off the new Natty <code>.config</code> file. Is this available somewhere online or do I have to download the whole kernel package and extract it?</p> <p>Edit: I've manually pulled in the config from the latest Natty kernel package and I can confirm that I propbably should have done this sooner. A lot of differences between my old "evolved" config and the Natty default. Now if I could just do this without 20 minutes of hunting and downloading the package so I can re-base in the future.</p>
449
235
2012-01-22T17:49:00.033
2018-10-08T22:31:21.813
Where can I get the 11.04 kernel .config file?
[ "11.04", "kernel" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The kernel team has posted the configs for Natty here:</p>\n\n<ul>\n<li><a href=\"http://kernel.ubuntu.com/~kernel-ppa/configs/natty/\">http://kernel.ubuntu.com/~kernel-ppa/configs/natty/</a></li>\n</ul>\n\n<p>Sources:</p>\n\n<ul>\n<li><a href=\"https://lists.ubuntu.com/archives/ubuntu-devel/2011-March/032763.html\">Mailing list post</a> </li>\n<li><a href=\"https://wiki.ubuntu.com/Kernel/Configs/MaverickToNatty\">Wiki page</a> detailing the changes between 10.10 and 11.04</li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-24T20:07:24.880", "id": "31911", "lastActivityDate": "2011-03-24T20:07:24.880", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "28047", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>Each <code>linux-image</code> package contains the exact configuration file that it was built with in <code>/boot/config-*</code>. To see the configuration file for the currently running Linux kernel, do:</p>\n\n<ul>\n<li><code>less /boot/config-$(uname -r)</code></li>\n</ul...
null
null
null
null
null
28050
1
null
2011-02-25T16:46:43.973
32
10982
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/58172/how-to-revert-to-gnome-classic">How to revert to GNOME Classic?</a> </p> </blockquote> <p>How can I setup the Natty Classic Desktop to be "really" classic? I want to have the menus in the application window and I want to have the normal Gnome Menu with Applications, Places and System. </p> <p>Any way to get that?</p>
4871
-1
2017-04-13T12:24:13.310
2011-09-10T11:28:09.883
How do I switch to the Classic GNOME Desktop?
[ "11.04", "gnome" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
null
2011-10-14T17:22:48.877
null
null
28052
1
28071
2011-02-25T16:58:02.573
13
33730
<p>I wanna burn a video DVD from existing .vob files that can be played in a home video player. I've burned one but it doesn't have sound. I tried with k3b (<em>New video DVD Project</em>) because Brasero doesn't have that option.</p> <p>Thanks in advance!</p>
5911
3037
2011-02-25T17:46:47.333
2023-03-02T18:20:15.143
How do I create a video DVD from vob files?
[ "video", "dvd", "burning", "brasero", "k3b" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can do it via command-line : </p>\n\n<ul>\n<li><p>Create a Folder called <code>dvd</code>.</p></li>\n<li><p>Create two folders in that directory called :</p>\n\n<ol>\n<li>VIDEO_TS subdirectory. </li>\n<li>AUDIO_TS subdirectory.</li>\n</ol></li>\n<li><p>copy the vob. and ifo. files to VIDEO_TS.</p></li>\n</ul>\n\n<p><strong>Using mkisofs to create a DVD video ISO image</strong></p>\n\n<blockquote>\n <p>mkisofs -dvd-video -o dvdimage.iso\n dvd/</p>\n</blockquote>\n\n<p>Note: dvd/ is the directory that contains the VIDEO_TS subdirectory (and optionally an AUDIO_TS subdirectory). </p>\n\n<p>The <code>mkisofs</code> command made an iso image <code>dvdimage.iso</code>and you can burn with brasero or k3b; the file name specified using the <code>-o</code> option. And the option <code>-dvd-video</code> was used to ensure that the ISO image has a DVD-Video compliant UDF file system. For more information, see: <code>mkisofs --help</code></p>\n\n<hr>\n\n<p><strong>Note : IMPORTANT READ CAREFULLY</strong> </p>\n\n<h3>if you get this error :</h3>\n\n<pre><code>INFO: no default video format, must explicitly specify NTSC or PAL\nINFO: dvdauthor creating table of contents\nINFO: Scanning DVD/VIDEO_TS/VTS_01_0.IFO\nERR: no video format specified for VMGM\n</code></pre>\n\n<p>it seems you now need the environment variable VIDEO_FORMAT set to <code>PAL</code> or <code>NTSC</code>, so try :</p>\n\n<pre><code>export VIDEO_FORMAT=NTSC or\nexport VIDEO_FORMAT=PAL\n</code></pre>\n\n<hr>\n\n<h3>if you get this error :</h3>\n\n<pre><code>genisoimage: No such file or directory. Failed to open VIDEO_TS.IFO\ngenisoimage: Can't open VMG info for 'dvd/'.\ngenisoimage: Unable to parse DVD-Video structures.\ngenisoimage: Could not find correct 'VIDEO_TS' directory.\ngenisoimage: Unable to make a DVD-Video image.\n- VIDEO_TS subdirectory was not found on specified location\n- VIDEO_TS has invalid contents\n</code></pre>\n\n<p>The way I read these messages, it's not a genisoimage error, it's about \na missing in file named <code>VIDEO_TS.IFO</code> in which genisoimage expects to\nfind some data it calls \"VMG info\". VIDEO_TS.IFO is your information file for \nyour menu (are configuration files with information about how to play exactly all \nvideo and audio content of DVD (including menus, subtitles, aspect ratio, languages etc.) , I'd guess it expects that file along with your VOB file, check your \nVIDEO_TS subdirectory or your directory sources to try to find that files.</p>\n\n<ul>\n<li><a href=\"http://dvdxcopy.afterdawn.com/thread_view.cfm/192714\" rel=\"noreferrer\">The DVD (Video) file structure</a></li>\n</ul>\n\n<p>The IFO file type is primarily associated with 'DVD Info File'. An info file associated with a .VRO video file. The .VRO file contains the video stream and the .IFO file contains various scene and timing information. This is different from a .VOB file where that information is included in the file. Several manufacturers use .VRO/.IFO files. If present, the file VIDEO_TS.IFO consists of control and playback information for the entire DVD. VIDEO_TS.IFO is known as VMGI (The Video Manager Information file). This file is required to be present on a DVD-compliant disc. </p>\n\n<hr>\n\n<p><code>VIDEO_TS.BUP</code> is a backup of the <code>VIDEO_TS.IFO</code> check if you have it and make a copy.</p>\n\n<h3>Tyìcaly DVD Structure</h3>\n\n<p><img src=\"https://i.stack.imgur.com/qM7M6.png\" alt=\"enter image description here\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-03-12T19:44:22.737", "id": "334610", "postId": "28071", "score": "1", "text": "This command line may fail: `genisoimage: No such file or directory. Failed to open VIDEO_TS.IFO\ngenisoimage: Can't open VMG info for 'dvd/'.\ngenisoimage: Unable to parse DVD-Video structures.\ngenisoimage: Could not find correct 'VIDEO_TS' directory.\ngenisoimage: Unable to make a DVD-Video image.\nPossible reasons:\n - VIDEO_TS subdirectory was not found on specified location\n - VIDEO_TS has invalid contents\n`", "userDisplayName": null, "userId": "4977" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-25T19:08:58.547", "id": "28071", "lastActivityDate": "2013-03-12T22:07:25.977", "lastEditDate": "2013-03-12T22:07:25.977", "lastEditorDisplayName": null, "lastEditorUserId": "3550", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "28052", "postTypeId": "2", "score": "18" }
[ { "accepted": true, "body": "<p>You can do it via command-line : </p>\n\n<ul>\n<li><p>Create a Folder called <code>dvd</code>.</p></li>\n<li><p>Create two folders in that directory called :</p>\n\n<ol>\n<li>VIDEO_TS subdirectory. </li>\n<li>AUDIO_TS subdirectory.</li>\n</ol></li>\n<li><p>copy the vob. and i...
null
null
null
null
null
28054
1
50411
2011-02-25T17:10:02.387
2
258
<p>I can't seem to find an answer to this question. There is the Linux Crypto API, and the OpenBSD Crypto Framework (OCF). I can't find anyting on Google as to whether Ubuntu supports OCF or if the Ubuntu kernel uses the Linux Crypto API.</p> <p>I'm particularly interested in Ubuntu 10.04.2 LTS Server if that matters.</p>
10966
235
2011-06-23T20:05:16.547
2011-06-24T18:36:06.670
Does Ubuntu support the OpenBSD Crypto Framework?
[ "server", "security", "encryption" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ubuntu definitely uses the Linux Crypto API (which is available for kernels from 2.6.4)</p>\n\n<p>I think for OCF, you need to use the <strong><a href=\"http://ocf-linux.sourceforge.net/\" rel=\"nofollow\">OCF-Linux port</a></strong></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-24T18:36:06.670", "id": "50411", "lastActivityDate": "2011-06-24T18:36:06.670", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "7163", "parentId": "28054", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Ubuntu definitely uses the Linux Crypto API (which is available for kernels from 2.6.4)</p>\n\n<p>I think for OCF, you need to use the <strong><a href=\"http://ocf-linux.sourceforge.net/\" rel=\"nofollow\">OCF-Linux port</a></strong></p>\n", "commentCount": "0", "comm...
null
null
null
null
null
28056
1
28114
2011-02-25T17:29:09.437
2
5871
<p>I want to configure KVM with a Windows XP install, can anyone please guide me?</p> <p>The only virtualization solutions I've ever used are VirtualBox on Ubuntu and Windows 7, and VMware on Windows 7.</p> <p>Additionally, I'm unaware if I've to install any components on a vanilla install to use KVM.</p>
814
null
null
2011-02-26T01:24:38.983
KVM with Windows XP
[ "virtualization", "windows-xp", "kvm-virtualization" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T21:14:07.580", "id": "31125", "postId": "28056", "score": "0", "text": "Using qemu + kvm is really not that simple. Why don't you stick with VirtualBox?", "userDisplayName": null, "userId": "11342" }, { "creationDate": "2011-02-25T21:18:39.930", ...
{ "accepted": true, "body": "<p>I have a Windows-XP partially converted. Runs fine, but I haven't converted the drivers. This is a disk image from a dead PC. Some things that will help you.</p>\n\n<ul>\n<li>Install the <code>ubuntu-virt-server</code> package. This will install the KVM environment. </li>\n<li>Install the <code>ubuntu-virt-mgmt</code> package. This will install management tools.</li>\n<li>Use the program <code>virt-install</code> to do the initial install. You can either load the CD in the CD-ROM drive, or create an ISO image and boot from that. </li>\n</ul>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-26T06:52:21.970", "id": "31163", "postId": "28114", "score": "1", "text": "So no KVM-related packages are installed by default? And is `ubuntu-virt=mgmt` required for a virtual session to work? And is it a GUI? As long as I can install and boot-up Windows, I don't need to configure anything.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-26T08:26:03.597", "id": "31173", "postId": "28114", "score": "0", "text": "The thing is that you can't \"just\" run Windows without configuring anything. That's what I tried to tell you several times, but you won't hear. There is no \"easy and simple\" way to do what you want. At least not with KVM/QEMU. VirtualBox is the software designed for your use case. Really, consider using it.", "userDisplayName": null, "userId": "11342" }, { "creationDate": "2011-02-26T08:49:30.867", "id": "31176", "postId": "28114", "score": "1", "text": "@loxs, I'm pretty stubborn, so lemme learn from experience.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-27T00:00:06.563", "id": "31303", "postId": "28114", "score": "0", "text": "I believe `ubuntu-virt-mgmt` loads both the command line and GUI configuration tools. `virt-install` is command line. Options are available using `man virt-install` and includes some options for configuring Windows.", "userDisplayName": null, "userId": "2176" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-26T01:24:38.983", "id": "28114", "lastActivityDate": "2011-02-26T01:24:38.983", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2176", "parentId": "28056", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Ubuntu is one of the distros that have a better environment (and documentation) for using it as a kvm host.</p>\n\n<p>Your question is really too broad, so I can't really help you any more than giving you the link to the official kvm documentation:</p>\n\n<p><a href=\"https:/...
null
null
null
null
null
28062
1
null
2011-02-25T18:10:35.677
5
1292
<p>I am using <code>xrandr</code> via console to enable/disable secondary monitors. This work fine so far. Unfortunately if I move my mouse beyond one screen, it appears on the other one. How can I disable this feature - and lock the mouse to one screen?</p> <p>I use Ubuntu 10.10 and awesome - no GNOME/KDE.</p>
null
3037
2011-10-10T08:39:52.413
2018-04-29T13:53:23.247
xrandr: jail mouse
[ "mouse", "xrandr" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2012-02-27T21:33:29.973", "id": "126946", "postId": "28062", "score": "0", "text": "This question appears to be abandoned, if you are experiencing a similar issue please [ask a new question](http://askubuntu.com/questions/ask) with details pertaining to your problem. If you fe...
null
[ { "accepted": null, "body": "<p>You can use <a href=\"https://github.com/cas--/XCreateMouseVoid\" rel=\"nofollow noreferrer\">XCreateMouseVoid</a> to prevent mouse from entering rectangular areas on your (combined) screen, see <a href=\"https://askubuntu.com/questions/42596/how-to-easily-open-the-launcher-w...
null
null
null
null
user11466
28064
1
28072
2011-02-25T18:13:37.073
4
655
<p>How do I install the new version of LibreOffice (3.3.1) in Ubuntu 10.04? I have installed the PPA for LibreOffice but no updates show up.</p>
3872
3037
2011-02-25T19:55:54.607
2011-02-28T04:55:41.643
How to install LibreOffice 3.3.1?
[ "10.04", "ppa", "libreoffice", "installation" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T18:19:03.413", "id": "31090", "postId": "28064", "score": "2", "text": "Did you check and see the PPA page if they have builds for 10.04?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-25T20:00:51.027", "id": "31108", ...
{ "accepted": true, "body": "<p>Assuming you are using <a href=\"https://launchpad.net/~libreoffice/+archive/ppa\" rel=\"nofollow\">this one</a>, 3.3.1 is currently building for Maverick (10.10). I assume lucid is still to follow.</p>\n\n<p>If you really can't wait, then you can always go and build it yourself by grabbing the <a href=\"http://www.libreoffice.org/download/\" rel=\"nofollow\">source code</a>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-26T07:04:24.337", "id": "31165", "postId": "28072", "score": "0", "text": "I'll wait :) I think in a few weeks will be ready.", "userDisplayName": null, "userId": "3872" }, { "creationDate": "2011-03-02T18:28:55.907", "id": "31952", "postId": "28072", "score": "0", "text": "OK updated today !!! once again thnx you all!!", "userDisplayName": null, "userId": "3872" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T19:10:03.037", "id": "28072", "lastActivityDate": "2011-02-25T19:10:03.037", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "506", "parentId": "28064", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Assuming you are using <a href=\"https://launchpad.net/~libreoffice/+archive/ppa\" rel=\"nofollow\">this one</a>, 3.3.1 is currently building for Maverick (10.10). I assume lucid is still to follow.</p>\n\n<p>If you really can't wait, then you can always go and build it yours...
null
null
null
null
null
28068
1
29030
2011-02-25T18:34:41.653
2
614
<p>I used the instructions in the answer to <a href="https://askubuntu.com/questions/15492/does-geany-or-gedit-provide-a-browser-protocol-in-the-way-textmate-does-with-txmt">this question</a> but it won't open when I click those links in my browser. I can go to terminal, and type xdg-open and then paste the txmt link, and it will work, so I know my script (a ruby script @ usr/bin/local) is working correctly and the protocol handler is set right in gconf.</p> <p>Any suggestions?</p>
10970
-1
2017-04-13T12:24:29.360
2011-03-04T19:16:31.440
txmt URL Handler for Chromium does not work
[ "chromium", "gconf", "protocol", "xdg-open" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I am using RVM, ruby version manager.\nMy script to load gedit and parse the txmt handler is written in Ruby.\nIn whatever capacity <code>xdg-open</code> is launched by Chromium, it does not have access to the currently active ruby in RVM via the <code>#!/usr/bin/env ruby</code> hashbang.\nResearch into RVM showed that there is a <code>rvm-auto-ruby</code> which points to the currently active --system ruby in RVM.</p>\n\n<p>Running <code>which rvm-auto-ruby</code> gives me <code>/home/jake/.rvm/bin/rvm-auto-ruby</code> so in <code>gconf-editor</code>, I put this for the handler application:</p>\n\n<pre><code>/home/jake/.rvm/bin/rvm-auto-ruby /usr/local/bin/txmt_handler \"%s\"\n</code></pre>\n\n<p>And now it works!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-04T19:16:31.440", "id": "29030", "lastActivityDate": "2011-03-04T19:16:31.440", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10970", "parentId": "28068", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>I am using RVM, ruby version manager.\nMy script to load gedit and parse the txmt handler is written in Ruby.\nIn whatever capacity <code>xdg-open</code> is launched by Chromium, it does not have access to the currently active ruby in RVM via the <code>#!/usr/bin/env ruby</co...
null
null
null
null
null
28069
1
28070
2011-02-25T18:38:58.343
24
1940
<p>I understand that if any malware made it's way into a Linux system, it will, at most, gain a user-level privilege and ruin anything within the particular user's reach, i.e. the user's own files.</p> <p>But what exactly keeps the malwares from gaining root-level access? Can it not somehow crack the password from within?</p>
814
null
null
2011-02-25T21:14:50.107
How is the system kept secure?
[ "security" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2012-09-01T19:52:18.257", "id": "227916", "postId": "28069", "score": "0", "text": "Great question and answers!", "userDisplayName": null, "userId": "74578" } ]
{ "accepted": true, "body": "<p>This is a complex question. There are lots of different layers of security in a Ubuntu system, from complex frameworks like AppArmor to humble kernel variables like <code>mmap_min_addr</code>. You can add some kernel features like memory randomization in the mix. You can find a list of them along with a quick explanations on the <a href=\"https://wiki.ubuntu.com/Security/Features\">Ubuntu Wiki</a>.</p>\n\n<p>Another important factor is that the updates are both fast and easy - so most computers will be updated to the last security fixes.</p>\n\n<p>As far as I know, an attacker that has gained local access to your computer has three ways to scale the kernel privileges:</p>\n\n<ol>\n<li><p>Crack the password. But this is going to be really difficult, the password is stored encrypted, using algorithms with no known flaw. It will take ages to crack it.</p></li>\n<li><p>Bug in the kernel. But all the security features of the kernel will get in the way.</p></li>\n<li><p>Trick the user to give away the password, i.e. social engineering. Just show a fake password dialogue or use some other trick. This is the easiest way to do it.</p></li>\n</ol>\n\n<p>The third point is the weakest vulnerability right now.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-25T19:04:17.680", "id": "31096", "postId": "28070", "score": "5", "text": "Note that this \"password\" is the the password of an user with sudo-to-root privileges. The root account is disabled by default. #3 is indeed the most possible thing to happen. Additionally, if you install untrusted repositories, you are handing out free root accounts to that repository.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-02-25T19:10:31.130", "id": "31098", "postId": "28070", "score": "0", "text": "@Lekensteyn, what?! How is adding untrusted repos handing out root access? By the way, you may want to post it as an answer, I want this thread to be some sort of community wiki.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-25T20:42:16.823", "id": "31114", "postId": "28070", "score": "0", "text": "There do not exist any threads on askubuntu, other than the server processes. You've just posted a *comment* to an *answer* to your *question*. I've added an answer with food for thought.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2012-09-21T21:23:40.763", "id": "237539", "postId": "28070", "score": "0", "text": "@Oxwivi When you add a PPA, and install a package, the package has preinst and postinst scripts that can do whatever they please. It can also install a service to run as root or mess with `sudoers`.", "userDisplayName": null, "userId": "54298" } ], "communityOwnedDate": "2011-03-06T15:08:44.600", "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T19:00:45.063", "id": "28070", "lastActivityDate": "2011-02-25T19:37:06.330", "lastEditDate": "2011-02-25T19:37:06.330", "lastEditorDisplayName": null, "lastEditorUserId": "814", "ownerDisplayName": null, "ownerUserId": "211", "parentId": "28069", "postTypeId": "2", "score": "19" }
[ { "accepted": true, "body": "<p>This is a complex question. There are lots of different layers of security in a Ubuntu system, from complex frameworks like AppArmor to humble kernel variables like <code>mmap_min_addr</code>. You can add some kernel features like memory randomization in the mix. You can find...
2011-03-06T15:08:44.600
null
null
null
null
28073
1
null
2011-02-25T19:12:54.110
0
12051
<p>I can't find System properties settings, how can I set it?</p>
null
14356
2012-08-21T11:44:16.847
2012-08-21T11:44:16.847
Where can I find "System properties settings"?
[ "menu", "system" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-25T19:14:42.433", "id": "31101", "postId": "28073", "score": "3", "text": "Could you clarify what you mean by \"System properties settings\"?", "userDisplayName": null, "userId": "114" } ]
null
[ { "accepted": null, "body": "<p>Go to System/Administration and choose \"System Monitor\". You will see the \"System Properties\" by clicking the \"System\" Tab.</p>\n\n<p>A screenshot is placed here for you to see what I mean. I hope this is what you wish.</p>\n\n<p><img src=\"https://i.stack.imgur.com/F8x...
null
null
2012-08-25T06:26:17.650
null
user11470
28078
1
28090
2011-02-25T20:29:47.713
4
3504
<p>My computer has a PCI Express x16 socket on the motherboard. What is the minimum graphics card I need to get smooth fullscreen 1080p playback?</p>
1646
814
2011-02-25T20:39:49.820
2015-12-16T06:57:09.757
Smooth fullscreen 1080p playback
[ "10.04", "hardware", "video", "nvidia" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The minimum? What a question.</p>\n\n<p>I have several nVidia based graphic cards with both 512 MB and 1024 MB in different systems, and both are good for playing high definition video files. The best, of course, is the 1024 MB card, which is not expensive at all.</p>\n\n<p>You may experience a better performance starting at 1024 MB video card. And I am talking to those times when you wish to play a high definition video and do something else. Or when using two monitors to extend the desktop, etc.</p>\n\n<p>There are new video cards with DDR3 memory systems which will absolutely work better than DDR2 memory based systems.</p>\n\n<p>I prefer the nVidia's but I know that ATI's are also good and many people prefer ATI over nVidia and I have seen an ATI RADEON with 3 GB memory system at work, owned by a gamer friend.</p>\n\n<p>Take in consideration that any video card starting at 1024 MB memory system will do the work with ease.</p>\n\n<p>My nVidia models are: </p>\n\n<ol>\n<li>ZOGIS GeForce 8500GT 512MB DDR2 PCI\nExpress</li>\n<li>PALIT 9500GT Super 512MB/128Bit/DDR2\nDual Link DVI/TV-Out PCI Express 2.0</li>\n<li>PNY VERTO GT220 1024MB DDR2 PCI\nExpress</li>\n</ol>\n\n<p>And my favorite and the one that I am using when writing this is the:</p>\n\n<ul>\n<li>PhysX SPARKLE GeForce 9500GT\n1024MB/DDR2/CRT/DVI-I/HDCṔ/SLI/PCI\nExpress 2.0</li>\n</ul>\n\n<p>This graphic card features no fan and a big aluminum heat sink, which makes absolute silently performance and you won't face the problems when the fan fails because of the dust or typical problems on the fan.</p>\n\n<p>In this link you can find a screen recording of my system when playing a RAW mpeg HD Video file when using dual monitor view. (Take in consideration that I am running in a 2GB RAM system and the screen capture may differ of what I see on this side).</p>\n\n<p>The video is played windowed and full screen in my left side monitor.</p>\n\n<p>For download only, at: <a href=\"http://geppettvs.servehttp.com/resources/desktop.ogv\" rel=\"nofollow noreferrer\">http://geppettvs.servehttp.com/resources/desktop.ogv</a> (right click, save target as)</p>\n\n<p>In VLC, Menu \"Media\" and \"Open Network Stream\", enter the url and click \"Play\".</p>\n\n<p>The specs of the video file can be seen in the next screenshots.</p>\n\n<p><img src=\"https://i.stack.imgur.com/YBZdT.png\" alt=\"enter image description here\">\n<img src=\"https://i.stack.imgur.com/auQaP.png\" alt=\"enter image description here\"></p>\n\n<p>My current monitor config in the next screenshot:</p>\n\n<p><img src=\"https://i.stack.imgur.com/BWYzn.png\" alt=\"enter image description here\"></p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-02-26T11:33:16.057", "id": "31193", "postId": "28090", "score": "0", "text": "What's the difference between PCI Express 2.0 and PCI Express x16? According to my motherboard manual, I have 1 PCI Express x16 socket.", "userDisplayName": null, "userId": "1646" }, { "creationDate": "2011-02-26T11:38:36.883", "id": "31195", "postId": "28090", "score": "0", "text": "When I say the minimum, I mean the cheapest card I can get which will allow smooth 1080p video", "userDisplayName": null, "userId": "1646" }, { "creationDate": "2011-02-26T16:08:38.907", "id": "31226", "postId": "28090", "score": "1", "text": "From the Wikipedia: ** \"PCI Express External Cabling [..] specifications were released by the PCI-SIG in February 2007. Standard cables and connectors have been defined for ×1, ×4, ×8, and ×16 link widths, with a transfer rate of 250 MB/s per lane. The PCI-SIG also expects the norm will evolve to reach the 500 MB/s as found in PCI Express 2.0. The maximum cable length hasn't been determined yet.\" ** All I can say is the difference remains in bandwidth but the majority of the PCI Express 2.0 should have backwards compatibility. You should ask the vendor or manufacturer.", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2011-02-26T16:09:46.440", "id": "31227", "postId": "28090", "score": "1", "text": "The Wikipedia Link: http://en.wikipedia.org/wiki/PCI_Express#PCI_Express_External_Cabling **** Additionally (sorry, I couldn't include this in the last comment) You can find several forums where people is sharing their experiences, like this: http://discuss.extremetech.com/forums/thread/1004398567.aspx", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2011-02-26T16:19:31.550", "id": "31229", "postId": "28090", "score": "1", "text": "About pricing: I got my SPARKLE for just 85 US Dollars. What is your budget? Here is the PNY GeForce 210 1GB PCIe Graphics Card for just: $99.99 At Staples (http://www.staples.com/PNY-GeForce-210-1GB-PCIe-Graphics-Card/product_868141) and here is the Asus - NVIDIA GeForce GT 240 1GB DDR3 PCI Express Graphics Card for just $79.99 at BestBuy. http://www.bestbuy.com/site/Asus+-+NVIDIA+GeForce+GT+240+1GB+DDR3+PCI+Express+Graphics+Card/9748986.p?id=1218166514381&skuId=9748986&st=sparkle%20nvidia&cp=1&lp=34 (Note this last is DDR3 1024MB). Depending on your location you can find cheaper items.", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2011-02-26T16:34:03.033", "id": "31230", "postId": "28090", "score": "1", "text": "Sorry, I had to restart my computer and couldn't finish, just wanted to add this: I make professional media (graphics, audio and video) for TV and Radio stations. For my needs, those items I suggested you are really really cheap but I know that spending 100 US Dollars for a video card in order to play HD video for a hobby can be expensive. It would be nice if you say how much do you pretend to spend in this item and where in the world, in order to give you a better suggestion.", "userDisplayName": null, "userId": "9598" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T21:50:40.780", "id": "28090", "lastActivityDate": "2011-02-25T21:50:40.780", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "28078", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>I can't provide you with an direct suggestion, but you should make sure to buy an nVidia card with <a href=\"http://en.wikipedia.org/wiki/VDPAU\" rel=\"nofollow noreferrer\">VDPAU</a>-Support. VDPAU provides hardware accelerated video playback for supported formats/codecs. I'...
null
null
null
null
null
28079
1
28104
2011-02-25T20:35:56.643
4
924
<p>Last time I tried Brasero it was very slow compared to anything on windows.</p> <p>If there is also a way to speed it up that would be great.</p>
11269
11269
2011-02-25T21:00:53.020
2011-02-28T18:52:08.360
What is the best tool for converting and reading video to be played on DVD players?
[ "10.10", "software-recommendation", "dvd", "conversion" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T20:40:18.293", "id": "31113", "postId": "28079", "score": "2", "text": "I don't think Brasero is at fault here, I've never seen inferior speed on Brasero in any of the systems I've used it on so far.", "userDisplayName": null, "userId": "814" }, { "c...
{ "accepted": true, "body": "<p>Such \"Best tool\" for determined purpose is something difficult to say.</p>\n\n<p>There are lots of software for the majority of the tasks. But everyone will give you for \"best\" what it fits their needs.</p>\n\n<p>What are your needs?</p>\n\n<p>To rip from a DVD as a video source you have many alternatives.</p>\n\n<h2>AcidRip at <a href=\"http://sourceforge.net/projects/acidrip/\" rel=\"nofollow noreferrer\">http://sourceforge.net/projects/acidrip/</a></h2>\n\n<p><img src=\"https://i.stack.imgur.com/evktg.png\" alt=\"enter image description here\"></p>\n\n<h2>DVD Encoder OgmRip at <a href=\"http://ogmrip.sourceforge.net\" rel=\"nofollow noreferrer\">http://ogmrip.sourceforge.net</a></h2>\n\n<p><img src=\"https://i.stack.imgur.com/0D8Og.png\" alt=\"enter image description here\"></p>\n\n<h2>DVD::Rip at <a href=\"http://www.exit1.org/dvdrip/\" rel=\"nofollow noreferrer\">http://www.exit1.org/dvdrip/</a></h2>\n\n<p><img src=\"https://i.stack.imgur.com/BrEVs.png\" alt=\"enter image description here\"></p>\n\n<h2>More of DVD::Rip</h2>\n\n<p><img src=\"https://i.stack.imgur.com/TaKvm.png\" alt=\"enter image description here\"></p>\n\n<h2>HandBrake at <a href=\"http://handbrake.fr\" rel=\"nofollow noreferrer\">http://handbrake.fr</a></h2>\n\n<p><img src=\"https://i.stack.imgur.com/ydyOi.png\" alt=\"enter image description here\"></p>\n\n<p>Brasero will allow you to burn all the ripped files by using:</p>\n\n<p><strong><em>Data project:</em></strong> Drag and drop the files to the window in order to make a DVD, if you ripped the whole DVD you will have VIDEO_TS and probably AUDIO_TS which can be added to this project in order to make a copy of the DVD.</p>\n\n<p><strong><em>Video project:</em></strong> If you ripped the video into a video file (avi, mpeg, etc.) You can make a video DVD using this feature.</p>\n\n<p><strong><em>Burn image:</em></strong> If you have made an ISO, which can also be made by Brasero.</p>\n\n<p><img src=\"https://i.stack.imgur.com/SmaZP.png\" alt=\"enter image description here\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/eB7WE.png\" alt=\"enter image description here\"></p>\n\n<h1>Edited:</h1>\n\n<p><em>Based on the commend by Seth Hikari I am increasing the list of software in order to add those who can help to do what Seth wish.</em></p>\n\n<p>There are also a few alternatives for Professional DVD Authoring, which will allow you to:</p>\n\n<ol>\n<li>Add video from different\nsources/codecs.</li>\n<li>Edit DVD Menus (or choose not to\ninclude a menu)</li>\n<li>Edit a few more things and...</li>\n<li>Burn to a DVD disc which will be\nreaded by the majority of the\ncommercial DVD Player Decks.</li>\n</ol>\n\n<h2>Bombono at <a href=\"http://www.bombono.org/\" rel=\"nofollow noreferrer\">http://www.bombono.org/</a></h2>\n\n<p><img src=\"https://i.stack.imgur.com/b6AHo.png\" alt=\"enter image description here\"></p>\n\n<h2>DVDStyler at <a href=\"http://www.dvdstyler.org/\" rel=\"nofollow noreferrer\">http://www.dvdstyler.org/</a></h2>\n\n<p><img src=\"https://i.stack.imgur.com/fd1sL.jpg\" alt=\"enter image description here\"></p>\n\n<p>These tools are good and fast for DVD burning, and taking in consideration the lots of control that you get when using a DVD authoring tool, compared with Brasero will result in a faster process.</p>\n\n<p>As I said before, this is the \"Best Tools\" for me, so... I hope you don't downvote me, and people not to drop their unpleasant \"reviews\" to my answer. ¬¬</p>\n\n<p>Good Luck!</p>\n\n<p><em>This answer can be edited in order to remove all the stuff that people may consider not necessary. Thank you.</em></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-25T23:17:26.927", "id": "31138", "postId": "28104", "score": "0", "text": "Wow nice work, well done!", "userDisplayName": null, "userId": "235" }, { "creationDate": "2011-02-27T00:07:08.093", "id": "31305", "postId": "28104", "score": "0", "text": "Sorry about all your effort but my question was converting and reading video **to be played** on DVD players?", "userDisplayName": null, "userId": "11269" }, { "creationDate": "2011-02-28T18:53:35.503", "id": "31589", "postId": "28104", "score": "0", "text": "I have edited my answer in order to add a couple of good options for DVD Authoring. I hope this help you. :)", "userDisplayName": null, "userId": "9598" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T23:11:10.653", "id": "28104", "lastActivityDate": "2011-02-28T18:52:08.360", "lastEditDate": "2011-02-28T18:52:08.360", "lastEditorDisplayName": null, "lastEditorUserId": "9598", "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "28079", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Such \"Best tool\" for determined purpose is something difficult to say.</p>\n\n<p>There are lots of software for the majority of the tasks. But everyone will give you for \"best\" what it fits their needs.</p>\n\n<p>What are your needs?</p>\n\n<p>To rip from a DVD as a video...
null
null
2015-01-27T10:30:11.920
null
null
28082
1
null
2011-02-25T20:53:14.540
2
1967
<p>I have a test server that is running Ubuntu Server in a windows network.</p> <p>Networking is configured as follows</p> <pre><code>auto eth0 iface eth0 inet dhcp hostname ca </code></pre> <p>the command <code>cat /etc/hostname</code> returns <code>ca</code>.</p> <p>But when I use the command <code>host 10.49.156.196</code> (its current IP address) from another machine on the network, it returns as follows:</p> <pre><code>196.156.49.10.in-addr.arpa domain name pointer owner-pc.xxxxx.xxx </code></pre> <p>I can access the machine via SSH and browser using IP address, but not by name <code>ca</code></p> <p>Any suggestions? I tried installing samba/nmbd as suggested in <a href="https://askubuntu.com/questions/2631/access-ubuntu-server-by-host-name">another post</a>, but to no avail.</p>
7242
-1
2017-04-13T12:23:27.200
2011-03-29T04:41:54.663
Hostname on intranet
[ "10.04", "server", "dns" ]
2
7
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T21:01:56.863", "id": "31117", "postId": "28082", "score": "3", "text": "Please link to the 'another post' you mentioned.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-25T22:49:39.097", "id": "31135", "postId": "2808...
null
[ { "accepted": null, "body": "<p>You have to have the other machines on the network referring to a shared authority, whether it is DNS, synchronized host files, or some other method (e.g., avahi). </p>\n\n<p>The command you are running on the other systems, <code>host</code>, is a DNS utility : </p>\n\n<blo...
null
null
null
null
null
28084
1
null
2011-02-25T21:12:10.377
2
187
<p>Is there anyway to install Ubuntu (server) on <a href="http://www.airlive.com/product/product_3.jsp?pdid=PD1217473992975" rel="nofollow">Airlive WL-5460AP access point device</a>?</p>
null
449
2011-02-26T00:26:36.343
2011-02-26T00:38:06.267
Ubuntu Server On Airlive Access Point Device
[ "server", "installation" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-25T22:03:14.263", "id": "31130", "postId": "28084", "score": "1", "text": "Do you have a model number or some basic hardware details?", "userDisplayName": null, "userId": "6450" } ]
null
[ { "accepted": null, "body": "<p>With 2MB Flash, 16MB SDRAM and an unknown processor architecture, I'm going to have to say no. The server kernel alone would fill this several times over.</p>\n\n<p>This really isn't the level of device that Ubuntu is aimed at. For this you want something like DD-WRT, althoug...
null
null
null
null
user11474
28086
1
28087
2011-02-25T21:24:49.710
526
434832
<p>In Unity, are there any pre-defined shortcuts, e.g. to open the dash or unhide the launcher?</p>
3037
169736
2013-12-15T10:36:25.920
2019-07-18T10:10:28.947
What are Unity's keyboard and mouse shortcuts?
[ "unity", "shortcut-keys" ]
11
5
CC BY-SA 3.0
[ { "creationDate": "2011-04-30T21:03:56.103", "id": "204224", "postId": "28086", "score": "2", "text": "After upgrading from 10.10 I experienced that many of the shortcuts didn't work. At last I found out that previous settings in CompizConfig Settings Manager was the problem. After resetting to ...
{ "accepted": true, "body": "<p>This page will document the keyboard shortcuts and mouse tricks for Unity. Please feel free to add more!</p>\n<p>Read this first to get familiar with the UI elements of Unity and to find the right keys on your keyboard:</p>\n<ol>\n<li><a href=\"https://askubuntu.com/questions/10228/whats-the-right-terminology-for-unitys-ui-elements\">Unity Terminology</a></li>\n<li><a href=\"https://askubuntu.com/questions/19558/what-are-the-meta-super-and-hyper-\">What are the meta, super, and hyper keys?</a></li>\n</ol>\n<h2>Keyboard Shortcuts</h2>\n<p>Holding down the <kbd>Super</kbd> key will get you a keyboard overlay that documents most of these.</p>\n<h3>Launcher</h3>\n<ul>\n<li><p>Hold <kbd>Super</kbd> - Invoke the Launcher and display the shortcuts</p>\n</li>\n<li><p>Hold <kbd>Super</kbd>, then press <kbd>1</kbd> or <kbd>2</kbd> or <kbd>3</kbd> and so on until <kbd>0</kbd> to open or focus an application. The number corresponds to the location of the icon on the launcher from top to bottom.</p>\n<ul>\n<li>Adding <kbd>Shift</kbd> will open a new instance of the application if it's already open.</li>\n<li>Holding the key is also useful when you want to get to the Launcher but do not want to invoke the Dash.</li>\n</ul>\n</li>\n<li><p><kbd>Super</kbd> + <kbd>T</kbd> - Open the rubbish bin/trash can.</p>\n</li>\n<li><p><kbd>Alt</kbd> + <kbd>F1</kbd> - Put keyboard focus on the Launcher, use arrow keys to navigate, <kbd>Enter</kbd> launches an application, Right arrow exposes the quicklists if an application has them.</p>\n</li>\n<li><p><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>T</kbd> - Launch a terminal window.</p>\n</li>\n</ul>\n<h3>Dash</h3>\n<ul>\n<li><p>Tap <kbd>Alt</kbd> - Opens <a href=\"https://askubuntu.com/questions/98132/what-is-the-unity-hud-and-how-can-i-install-it-on-my-system\">the HUD</a></p>\n</li>\n<li><p>Hold <kbd>Alt</kbd> - Reveals application menu</p>\n</li>\n<li><p>Tap <kbd>Super</kbd> - Opens the Dash. The open signal is sent when you let go of the key, not when you push it down, so if it feels slow just let go of the key earlier.</p>\n</li>\n<li><p>Over an item, you can hit the <kbd>Secondary</kbd> key (commonly to the left of the right <kbd>Ctrl</kbd>) to see a preview of the item, as you can do with a secondary click over it.</p>\n</li>\n</ul>\n<p><strong>Ubuntu 11.10 (Oneiric Ocelot)</strong></p>\n<pre><code> * &lt;kbd&gt;Tab&lt;/kbd&gt; Move to the next lens (When the dash is open)\n * &lt;kbd&gt;Shift&lt;/kbd&gt;-&lt;kbd&gt;Tab&lt;/kbd&gt; Move to the previous lens (when the dash is open)\n</code></pre>\n<p><strong>Ubuntu 12.04+</strong></p>\n<pre><code> * &lt;kbd&gt;Ctrl&lt;/kbd&gt;-&lt;kbd&gt;Tab&lt;/kbd&gt; Move to the next lens (When the dash is open)\n * &lt;kbd&gt;Ctrl&lt;/kbd&gt;-&lt;kbd&gt;Shift&lt;/kbd&gt;-&lt;kbd&gt;Tab&lt;/kbd&gt; Move to the previous lens (when the dash is open)\n</code></pre>\n<ul>\n<li><kbd>Alt</kbd> + <kbd>F2</kbd> - Invoke the Dash in a &quot;special mode&quot; to run a command. Typing in a folder name will find that folder in Nautilus, you can also use ~ as a shortcut in the field.</li>\n<li>The Dash opens with focus on the search box to find applications and files. Using the arrow keys will navigate the results, use <kbd>Enter</kbd> to launch. Hitting <kbd>Enter</kbd> twice in rapid succession after a search term will automatically launch the first match in a search, even if it's still ongoing. (Basically a dash version of &quot;I'm feeling lucky&quot;).</li>\n<li><kbd>Super</kbd> + <kbd>A</kbd> - Open Applications lens</li>\n<li><kbd>Super</kbd> + <kbd>F</kbd> - Open Files &amp; Folders lens</li>\n<li><kbd>Super</kbd> + <kbd>M</kbd> - Open the music lens</li>\n<li><kbd>Super</kbd> + <kbd>V</kbd> - Open the video lens</li>\n</ul>\n<h3>Panel</h3>\n<ul>\n<li><kbd>F10</kbd> (11.10 and earlier) / <kbd>Alt</kbd>-<kbd>F10</kbd> (12.04 and earlier) - Open the first menu on the panel, use the arrows keys to &quot;scrub&quot; across the menus. (There is no shortcut for the session menu, so hitting <kbd>F10</kbd> and left arrow is a quick way to get there)</li>\n<li>Press <kbd>Esc</kbd> to close the menus without choosing anything.</li>\n</ul>\n<h3>Window Management</h3>\n<ul>\n<li><kbd>Ctrl</kbd> + <kbd>Super</kbd> + <kbd>D</kbd> - Show desktop; hitting it again restores the windows.</li>\n<li><kbd>Super</kbd> + <kbd>W</kbd> - Spread mode, zoom out on all windows in all workspaces, in 12.04 and 12.10 it zooms out on the windows in the current workspace.\n<ul>\n<li>In Spread mode of 14.04 <kbd>↑</kbd> + <kbd>↓</kbd> + <kbd>←</kbd> + <kbd>→</kbd> navigates through windows, <kbd>Alt</kbd> + <kbd>F4</kbd> closes selected window, <kbd>typing any text</kbd> filters windows (for example typing &quot;terminal&quot; leaves only terminal windows), <kbd>Enter</kbd> restores selected window, <kbd>Esc</kbd> exits Spread mode</li>\n</ul>\n</li>\n<li><kbd>Super</kbd>-<kbd>D</kbd> - Minimize all windows; hitting it again restores them.</li>\n<li><kbd>Alt</kbd> + <kbd>Space</kbd> - Opens the window's accessibility menu.</li>\n<li><kbd>Alt</kbd> + <kbd>Tab</kbd> - Switch to other applications, you can hold Alt down and then hit tab to switch to the next application.</li>\n<li><kbd>Alt</kbd> + <kbd>`</kbd> - Switch between an application's windows. Hitting this combo when you're already focused on an application will automatically switch only between the windows for that application. The <kbd>`</kbd> key on US layouts, but Unity will use whichever key is above your Tab key. (<a href=\"http://www.reddit.com/r/Ubuntu/comments/jv5vy/ubuntu_1110_so_far_screenshot_tour_by_jono_bacon/c2fk1bs\" rel=\"noreferrer\">More information</a>) (<a href=\"http://www.youtube.com/user/whiprush69#p/a/u/2/XHFNnygpvcM\" rel=\"noreferrer\">Video</a>)</li>\n<li><kbd>Ctrl</kbd> + <kbd>Super</kbd> + <kbd>↑</kbd> - Maximize the current window</li>\n<li><kbd>Ctrl</kbd> + <kbd>Super</kbd> + <kbd>↓</kbd> - Restore/Minimize the current window (seems to be buggy at the moment)</li>\n<li><kbd>Ctrl</kbd> + <kbd>Super</kbd> + <kbd>←</kbd> - Maximize current window to the left</li>\n<li><kbd>Ctrl</kbd> + <kbd>Super</kbd> + <kbd>→</kbd> - Maximize current window to the right</li>\n</ul>\n<h3>Window Placement</h3>\n<p>If you cycle through the same key Unity will cycle through different placement widths, so experiment by hitting the numkey multiple times, for example <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + numpad <kbd>5</kbd> + <kbd>5</kbd> + <kbd>5</kbd>:</p>\n<ul>\n<li><kbd>Ctrl</kbd>-<kbd>Alt</kbd> + <kbd>Numpad 7</kbd> - Place window in top left corner of screen.</li>\n<li><kbd>Ctrl</kbd>-<kbd>Alt</kbd> + <kbd>Numpad 8</kbd> - Place window in top half of screen.</li>\n<li><kbd>Ctrl</kbd>-<kbd>Alt</kbd> + <kbd>Numpad 9</kbd> - Place window in top right corner of screen.</li>\n<li><kbd>Ctrl</kbd>-<kbd>Alt</kbd> + <kbd>Numpad 5</kbd> - Center/Maximize the window in the middle of the screen. In 12.04 this toggles between maximize and restore state</li>\n<li><kbd>Ctrl</kbd>-<kbd>Alt</kbd> + <kbd>Numpad 1</kbd> - Place window in the bottom left corner of the screen.</li>\n<li><kbd>Ctrl</kbd>-<kbd>Alt</kbd> + <kbd>Numpad 2</kbd> - Place window in the bottom half of the screen.</li>\n<li><kbd>Ctrl</kbd>-<kbd>Alt</kbd> + <kbd>Numpad 3</kbd> - Place window in the bottom right corner of the screen.</li>\n<li><kbd>Ctrl</kbd>-<kbd>Alt</kbd> + <kbd>Numpad 0</kbd> - Minimize the current window (Ubuntu 12.04.1).</li>\n</ul>\n<h3>Workspace Management</h3>\n<ul>\n<li><kbd>Super</kbd> + <kbd>S</kbd> - Expo mode (for everything), zooms out on all the workspaces and lets you manage windows.</li>\n<li><kbd>Shift</kbd> + <kbd>Alt</kbd> + <kbd>↑</kbd> - Expo mode for all windows in the current workspace only.</li>\n<li><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>←</kbd> / <kbd>→</kbd> / <kbd>↑</kbd> / <kbd>↓</kbd> - (11.10+) - Change to a new workspace.</li>\n<li><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>←</kbd> / <kbd>→</kbd> / <kbd>↑</kbd> / <kbd>↓</kbd> - Place window to a new workspace.</li>\n<li><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>L</kbd> - Lock the screen.</li>\n</ul>\n<h3>Screenshots</h3>\n<ul>\n<li><kbd>PrtScn</kbd> - Take a screenshot of the current workspace</li>\n<li><kbd>Alt</kbd> + <kbd>PrtScn</kbd> - Take a screenshot of the current window</li>\n<li><kbd>Shift</kbd> + <kbd>PrtScn</kbd> - Take a screenshot of a region traced by the mouse (shows crosshairs)</li>\n</ul>\n<h3>System</h3>\n<ul>\n<li><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Del</kbd> - Logout</li>\n</ul>\n<h2>Mouse Tricks</h2>\n<h3>Launcher</h3>\n<ul>\n<li>Clicking and holding an icon and then dragging it around will allow you to reorder it on the launcher. You can also drag it off to the right of the launcher to move it around. Note that you need to make an explicit movement to the right to move the icon off the launcher before you can move it around.</li>\n<li>Dragging and dropping an icon into the trash can will remove it from the Launcher. The program itself will remain installed and accessible through the dash.</li>\n<li>Scrolling the mouse wheel while over the Launcher scrolls the icons if you have too many and need to move around quickly.</li>\n</ul>\n<h3>Window Management</h3>\n<ul>\n<li>Maximizing - Dragging a window to the top panel, or double-clicking a window's titlebar, or <kbd>Alt</kbd> + <kbd>F10</kbd> (11.10 and earlier), will maximize it.</li>\n<li>Restore - There are two ways to restore, or unmaximize, the topmost maximized window of the current monitor for this workspace (not using the window controls)\n<ul>\n<li>Double clicking on the top panel (but not in the application's menu)</li>\n<li>Dragging the top panel down.</li>\n</ul>\n</li>\n<li>Middle click on Maximize - Maximize window vertically.</li>\n<li>Right click on Maximize - Maximize window horizontally</li>\n<li>Focus the topmost maximized window of the current monitor for this workspace: Left click on the top panel (but not in the application's menu)</li>\n<li>Tiling - Dragging a window to the left/right border will auto tile it to that side of the screen.</li>\n<li>Middle click on an application's launcher icon - Open a new instance of the application in a new window. If the application isn't running it will just open it normally.</li>\n<li>Middle click on the top panel or window title bar (but not the menu) - send the current window behind all other windows.</li>\n<li><kbd>Alt</kbd>-Left drag inside a window - move the window</li>\n<li><kbd>Alt</kbd>-Middle drag inside a window close to its border - resize the window</li>\n<li><kbd>Alt</kbd>-Right click inside a window - window accessibility menu</li>\n</ul>\n", "commentCount": "5", "comments": [ { "creationDate": "2012-05-18T19:29:53.217", "id": "165933", "postId": "28087", "score": "0", "text": "Any key for zooming desktop? In Mavrick I used `Super + Mousewheel`, but it is not working in Precise. Did the keys change or I have to enable it somewhere?", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2012-06-27T19:35:45.910", "id": "190464", "postId": "28087", "score": "0", "text": "Key for show desktop has changed in 12.04. It is now Ctrl+Super+D.\nAlso, in 12.04 F10 is enough to show the first menu item (not Alt+F10)", "userDisplayName": null, "userId": "24731" }, { "creationDate": "2012-11-07T19:13:50.727", "id": "265525", "postId": "28087", "score": "0", "text": "The \"Expo Mode for All Windows\" doesn't seem to work in 12.10", "userDisplayName": null, "userId": "19496" }, { "creationDate": "2016-07-22T10:46:00.593", "id": "1209551", "postId": "28087", "score": "0", "text": "The `Secondary` key is also known as `Menu`", "userDisplayName": null, "userId": "23660" }, { "creationDate": "2017-10-21T19:01:24.720", "id": "1548878", "postId": "28087", "score": "0", "text": "Is it possible to keep the menu opened even when stop pressing alt ?", "userDisplayName": null, "userId": "564927" } ], "communityOwnedDate": "2011-02-27T08:00:24.027", "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-25T21:26:54.647", "id": "28087", "lastActivityDate": "2017-03-02T09:54:04.570", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "28086", "postTypeId": "2", "score": "553" }
[ { "accepted": true, "body": "<p>This page will document the keyboard shortcuts and mouse tricks for Unity. Please feel free to add more!</p>\n<p>Read this first to get familiar with the UI elements of Unity and to find the right keys on your keyboard:</p>\n<ol>\n<li><a href=\"https://askubuntu.com/questions...
2011-02-27T08:00:24.027
null
null
null
null
28088
1
null
2011-02-25T21:39:47.807
2
2562
<p>I'm trying to install axis2 onto tomcat6 and I'm having some difficulties. </p> <p>I've installed tomcat6 using apt and I've downloaded the axis2.war file and placed it in <code>/usr/share/tomcat6/webapps/</code>. </p> <p>From the instructions I'm following, tomcat should now unpack the war file and create and axis2 directory in <code>webapps/</code> but this is not happening. </p> <p>I can see the default tomcat page on <code>http://localhost:8080/</code> but I cannot see the axis2 page on <code>http://localhost:8080/axis2/</code></p> <p>Any help would be greatly appreciated.</p>
4359
235
2011-03-27T23:44:52.010
2012-05-17T09:06:58.213
How do I install axis2 into tomcat6?
[ "10.04", "tomcat6" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I managed to figure this out. In tomcat6, you need to set-up an admin user and go to the manager application to launch war files. Problem solved :)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "...
null
null
null
null
null
28096
1
null
2011-02-25T22:15:12.093
0
488
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/6033/enabling-nvidia-driver-messes-up-splash-screen">Enabling Nvidia driver messes up splash screen</a> </p> </blockquote> <p>I am running Ubuntu 10.10, I switched to Nvidia drivers and this has messed up my boot splash screen. It looks like the resolution is off, it looks to be around 800x600 on boot (during the console stuff) and when switching to a virtual console (using <kbd>Alt</kbd>-<kbd>F*</kbd>).</p> <p>Any ideas how to fix this? Is this a issue with frame buffer resolution?</p>
8343
-1
2017-04-13T12:24:49.530
2011-02-25T22:58:05.063
Plymouth splash screen looks odd after switching to the Nvidia binary driver
[ "10.10", "nvidia", "plymouth" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2011-02-26T00:52:42.487
null
null
28097
1
28098
2011-02-25T22:19:18.403
5
141
<p>UDS-O is being held at Budapest, Hungary and the sponsorships are open which closes on 28th of March.</p> <p>My question is when will the final list be announced? Will there be more than one month period for people to apply for Visa?</p> <p>e.g. I live in India and when we apply for <code>Schengen Visa</code> for the first time, it takes around 2 weeks for the visa interview(period depends on the rush). Then another week for interview and Visa to be stamped. AFAIK the application, interview and collection has to be done in person. This is all what I have heard.</p> <p>So will Canonical give one month time minimum for people in Eastern part of the world or countries where Schengen countries have tougher rules for visa?</p> <p>It would be great if they could finalize the names a bit faster and announce the list by first week of April.</p> <p>I am hoping Jorge or Jono might come and answer this.</p>
52
169736
2014-04-16T13:20:39.980
2014-04-16T13:20:39.980
When will UDS sponsorship final list be announced?
[ "community" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is no \"final list\" that is published. People who submit for sponsorship get a private email.</p>\n\n<p>We try to do this with as much lead time as possible, unfortunately this can be problematic for some countries with Visas that can take longer than others. </p>\n\n<p>We are keen on turning around the sponsorship as fast as we can after the 29 March deadline. The email sent to folks will have details on getting Visa letters on company letterhead and all that sort of paperwork.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T22:23:06.823", "id": "28098", "lastActivityDate": "2011-02-25T22:23:06.823", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "28097", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>There is no \"final list\" that is published. People who submit for sponsorship get a private email.</p>\n\n<p>We try to do this with as much lead time as possible, unfortunately this can be problematic for some countries with Visas that can take longer than others. </p>\n\n<...
null
null
null
null
null
28099
1
28100
2011-02-25T22:31:56.643
80
156021
<p>I was trying to delete old kernels, but I must have deleted all of the kernels on my Ubuntu 11.04 laptop. Is there any way to fix this via USB boot or mounting hard drive on another system?</p>
7242
169736
2014-02-13T02:23:48.677
2018-05-14T04:13:05.983
How to restore a system after accidentally removing all kernels?
[ "kernel" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2017-09-10T04:28:55.627", "id": "1521585", "postId": "28099", "score": "0", "text": "Related: [How to restore deleted files in /boot? (vmlinuz missing, system does not boot)](https://askubuntu.com/questions/696409/how-to-restore-deleted-files-in-boot-vmlinuz-missing-system-doe...
{ "accepted": true, "body": "<p>Boot into a live CD (or live USB), mount some systems, chroot into it and install the kernel. After a successful installation of the kernel, unmount the filesystems.</p>\n\n<ol>\n<li>Open Terminal</li>\n<li>Mount the Ubuntu partition: <code>sudo mount /dev/sdXY /mnt</code></li>\n<li><p>Mount some special partitions:</p>\n\n<pre><code>sudo mount --bind /dev /mnt/dev\nsudo mount --bind /proc /mnt/proc\nsudo mount --bind /sys /mnt/sys\n</code></pre></li>\n<li><p>(optional) When you are connected to a network, use the DNS servers from your Live environment (otherwise host names can possibly not be resolved):</p>\n\n<pre><code>cp /etc/resolv.conf /mnt/etc/resolv.conf\n</code></pre></li>\n<li>Chroot into the <code>/mnt</code>: <code>sudo chroot /mnt</code></li>\n<li>Install the Linux kernel: <code>apt-get install linux-image-generic</code> (no sudo required as you are root after a chroot)</li>\n<li><p>After a successful installation of the kernel, get out the chroot and unmount some filesystems:</p>\n\n<pre><code>exit\nsudo umount /mnt/sys\nsudo umount /mnt/proc\nsudo umount /mnt/dev\nsudo umount /mnt\n</code></pre></li>\n<li>Reboot and remove CD or USB: <code>sudo reboot</code></li>\n</ol>\n", "commentCount": "13", "comments": [ { "creationDate": "2011-02-26T00:09:26.537", "id": "31142", "postId": "28100", "score": "0", "text": "It's what I would have suggested. I can't see why it wouldn't work.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-02-26T08:19:45.147", "id": "31171", "postId": "28100", "score": "0", "text": "Ok, thanks for confirming. I've added the finalizing steps as well, unmounting `/mnt`. Ubuntu usually takes care of unmounting/syncing the filesystems, but this looks cleaner to me.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2013-05-01T09:11:57.900", "id": "363150", "postId": "28100", "score": "0", "text": "If we have RAID10 how we can recover the same ?", "userDisplayName": null, "userId": "154383" }, { "creationDate": "2013-05-01T09:52:30.863", "id": "363151", "postId": "28100", "score": "1", "text": "@MaheshKatta You'll need to mount the RAID first. So instead of step two (where you mount a single drive) you'll be mapping a `/dev/mdxxx` drive - assuming it's mdadm.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2014-03-14T10:26:27.590", "id": "564610", "postId": "28100", "score": "0", "text": "When I `chroot` into `mnt` I'm no longer able to access the Internet. how can I fix this?", "userDisplayName": null, "userId": "176780" }, { "creationDate": "2014-03-14T15:46:52.607", "id": "564813", "postId": "28100", "score": "5", "text": "@James Edit `/etc/resolv.conf` (remove it if it is a symlink) and put something like `nameserver 8.8.8.8` in it (Google public DNS server). Replace it if necessary.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2015-04-14T12:27:05.583", "id": "854526", "postId": "28100", "score": "0", "text": "I have the same issue as james. Cant get to the internet through apt-get. Brpwser works fine though. Even with 8.8.8.8", "userDisplayName": null, "userId": "258487" }, { "creationDate": "2015-04-14T12:35:41.163", "id": "854532", "postId": "28100", "score": "3", "text": "Nvm. It looks like I had to edit the file in chroot itself. Maybe you should add to the answer `cp /etc/resolv.conf /mnt/etc/resolv.conf` before going into chroot. That worked for me anyway", "userDisplayName": null, "userId": "258487" }, { "creationDate": "2016-04-08T15:49:19.400", "id": "1127264", "postId": "28100", "score": "0", "text": "I couldn't execute `apt-get install linux-image-generic` until I copied the `resolv.config` file as pointed out by the author. Caution: I had to execute the command to copy the `resolv.config` file **before** `chroot` into `/mnt`. Otherwise I get an exception 'no such file or folder'", "userDisplayName": null, "userId": "528197" }, { "creationDate": "2017-03-05T06:52:12.660", "id": "1390763", "postId": "28100", "score": "0", "text": "I got an error `cp: not writing through dangling symlink` when copying over the resolv.conf. I fixed it with `sudo cp --remove-destination <path to resolv.conf> /mnt/etc/.`", "userDisplayName": null, "userId": "644072" }, { "creationDate": "2017-03-05T07:06:10.397", "id": "1390767", "postId": "28100", "score": "0", "text": "Also, If you changed the actual file and not the symlink, once rebooted you can `sudo dpkg-reconfigure resolvconf` then reboot to restore the resolv.conf file.", "userDisplayName": null, "userId": "644072" }, { "creationDate": "2017-04-20T09:55:43.177", "id": "1424527", "postId": "28100", "score": "0", "text": "`sudo chroot /mnt` doesn't work. `ubuntu@ubuntu:/bin$ sudo chroot /mnt\nchroot: failed to run command ‘/bin/bash’: No such file or directory`I tried using another OS installed in another partition and also using live USB. `/etc/resolve.conf` looks like- `# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)\n# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nnameserver 127.0.1.1`", "userDisplayName": null, "userId": "487981" }, { "creationDate": "2018-01-23T12:01:45.753", "id": "1614446", "postId": "28100", "score": "0", "text": "Worked PERFECTLY ! You saved my life. THanks !!!!!!", "userDisplayName": null, "userId": "294803" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-25T22:41:51.933", "id": "28100", "lastActivityDate": "2017-01-14T11:56:21.717", "lastEditDate": "2017-01-14T11:56:21.717", "lastEditorDisplayName": "user125111", "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "28099", "postTypeId": "2", "score": "111" }
[ { "accepted": true, "body": "<p>Boot into a live CD (or live USB), mount some systems, chroot into it and install the kernel. After a successful installation of the kernel, unmount the filesystems.</p>\n\n<ol>\n<li>Open Terminal</li>\n<li>Mount the Ubuntu partition: <code>sudo mount /dev/sdXY /mnt</code></l...
null
null
null
null
null
28103
1
28202
2011-02-25T22:57:38.120
4
5004
<p>I'm running Ubuntu from USB media, which has a drive capacity of 250 GB, all existing as one FAT32 partition. </p> <p>However, when I created the bootable Ubuntu drive, only 4.79 GB were allocated for usage.</p> <p>Rather than put files directly into the /cdrom where the drive is mounted, I want to expand what is listed here in <code>aufs</code> to be at least 200 GB. I'm hopeful that I can do this live.</p> <p>Output of <code>df</code> :</p> <pre><code>Filesystem 1K-blocks Used Available Use% Mounted on aufs 4051904 4050108 0 100% / none 1542852 284 1542568 1% /dev /dev/sdb1 244076800 4901648 239175152 3% /cdrom /dev/loop0 688000 688000 0 100% /rofs none 1547840 1496 1546344 1% /dev/shm tmpfs 1547840 4828 1543012 1% /tmp none 1547840 80 1547760 1% /var/run none 1547840 0 1547840 0% /var/lock none 1547840 0 1547840 0% /lib/init/rw </code></pre> <p>Output of <code>fdisk -l</code> :</p> <pre><code>Disk /dev/sdb: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00083fe4 Device Boot Start End Blocks Id System /dev/sdb1 * 1 30401 244196001 c W95 FAT32 (LBA) </code></pre> <p>So basically what I want to do is get <code>/dev/sdb1</code> to be entirely, or almost entirely read as <code>aufs</code>. </p> <p>I'm confused over how to do this, as the file systems are all part of <code>/dev/sdb1</code> on one big partition, rather than separate partitions for separate file systems.</p>
11239
3037
2011-02-25T23:01:15.217
2011-02-27T18:49:07.620
Resize a pendrive Linux?
[ "filesystem", "partitioning", "live-usb", "resize" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Step one was to re-size the partition to support the required space:</p>\n\n<p><a href=\"http://www.pendrivelinux.com/create-a-larger-than-4gb-casper-partition/\" rel=\"nofollow\">http://www.pendrivelinux.com/create-a-larger-than-4gb-casper-partition/</a>\nWhich requires I shrink the partition, and create a new one.</p>\n\n<p>This only really lets me use the new partition as a file system, so I have to re-mount directories onto the new partition.</p>\n\n<p>You can follow along with something like this to mount non-boot related parts.\n<a href=\"http://www.psychocats.net/ubuntu/separatehome\" rel=\"nofollow\">http://www.psychocats.net/ubuntu/separatehome</a></p>\n\n<p>The only issue is it won't keep the mount from following these instructions.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-26T16:06:48.393", "id": "28202", "lastActivityDate": "2011-02-27T18:49:07.620", "lastEditDate": "2011-02-27T18:49:07.620", "lastEditorDisplayName": null, "lastEditorUserId": "11239", "ownerDisplayName": null, "ownerUserId": "11239", "parentId": "28103", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Once I tried what you wish with no success.</p>\n\n<p>After that, I made a new USB Startup Disk wit <code>usb-creator-gtk</code> (The USB Startup Disk Creator), and before making it I chosen \"Stored in reserved extra space\" under \"When Starting up from this disk, documents...
null
null
null
null
null
28108
1
28110
2011-02-26T00:06:03.220
18
17487
<p>In Photoshop the <em>Magic Wand</em> tool has a <em>contiguous</em> setting, that when enabled, will cause the <em>Magic Wand</em> to select only one area. If disabled you will end up with several areas of the same color (depending on picture and settings of course). </p> <p>Here's a picture to illustrate what I fail to explain:</p> <p><img src="https://i.stack.imgur.com/NFTkl.jpg" alt="alt text"></p> <p>Can I do this in Gimp?</p>
11481
114
2011-02-26T00:51:37.667
2011-06-14T17:24:10.230
Is there a 'contiguous' option for the magic wand in Gimp?
[ "gimp" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes you can.</p>\n\n<p>In Gimp you have two tools:</p>\n\n<h2>The Fuzzy Select Tool</h2>\n\n<p><img src=\"https://i.stack.imgur.com/kkGae.png\" alt=\"enter image description here\">\nWhich will allow you to choose an area based on the color and the similarity using a few additional tools like thresholding, mode, selection by composite, channel, saturation and value and a few more. </p>\n\n<p>In the next example I am using the <strong>Fuzzy Select Tool</strong> which is selecting only the white color around the logo.</p>\n\n<p><a href=\"https://i.stack.imgur.com/c0djF.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/c0djF.png\" alt=\"enter image description here\"></a></p>\n\n<p>Using the same tool, I am adding inner sections of the logo by keeping the <kbd>Shift</kbd> key pressed while clicking on the sections to add.</p>\n\n<p><a href=\"https://i.stack.imgur.com/uPALe.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/uPALe.png\" alt=\"enter image description here\"></a></p>\n\n<h2>The Select by Color Tool</h2>\n\n<p><img src=\"https://i.stack.imgur.com/INQlW.png\" alt=\"enter image description here\">\nWith this tool you can choose which color base regions you wish to choose with just a click, using additional tools, like: mode, selection by composite, channel, saturation and value and a few more. </p>\n\n<p>In the next screenshot I am using the <strong>Select by Color tool</strong> in order to click into the center oval of the number nine in the logo in order to choose all the regions that are similar (based on the threshold) to the color I picked when clicking.</p>\n\n<p>As in the previous tool, you can keep the <kbd>Shift</kbd> key pressed while clicking in order to continue adding adjacent areas.</p>\n\n<p><a href=\"https://i.stack.imgur.com/8yLvn.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/8yLvn.png\" alt=\"enter image description here\"></a></p>\n\n<p>Based on thresholding, the selection may be more accurate.</p>\n\n<p>Depending on the mode that you use, you can have the effect that you wish. In the next example I have activated the second mode which will act as additive in both the Fuzzy and Color selection tools.</p>\n\n<p><img src=\"https://i.stack.imgur.com/30sKy.png\" alt=\"enter image description here\"></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-26T16:42:41.700", "id": "31232", "postId": "28110", "score": "0", "text": "DoR: Thank you for the edit, I have transparent windows using compiz and some times (like this) the screenshots or partial screenshots shows part of my stuff in the desktop. Thank you!", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2016-04-26T17:20:50.047", "id": "1139730", "postId": "28110", "score": "5", "text": "Unfortunately, I think neither can be restricted to select only contiguous areas (unlike the \"Foreground Select Tool\").", "userDisplayName": null, "userId": "132215" }, { "creationDate": "2019-01-31T00:25:06.167", "id": "1839768", "postId": "28110", "score": "0", "text": "@haridsv - No, as stated in this answer, the \"fuzzy select\" tool *does* select a contiguous area (always). Indeed, that's the (main) difference between it and \"select by color\". if \"fuzzy select\" is selecting more than you expect, lower the threshold. Be sure \"Diagonal neighbors\" is *not* checked. Make sure you are selecting in the layer you intended to.", "userDisplayName": null, "userId": "532324" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-26T00:20:55.050", "id": "28110", "lastActivityDate": "2011-06-14T17:24:10.230", "lastEditDate": "2011-06-14T17:24:10.230", "lastEditorDisplayName": null, "lastEditorUserId": "5", "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "28108", "postTypeId": "2", "score": "20" }
[ { "accepted": true, "body": "<p>Yes you can.</p>\n\n<p>In Gimp you have two tools:</p>\n\n<h2>The Fuzzy Select Tool</h2>\n\n<p><img src=\"https://i.stack.imgur.com/kkGae.png\" alt=\"enter image description here\">\nWhich will allow you to choose an area based on the color and the similarity using a few addi...
null
null
null
null
null
28112
1
null
2011-02-26T00:46:50.997
2
1216
<p>How can I create new icons for files or folders? I can add them to the icon theme, so that I can access them by saying iconname in a launcher or notification, but I don't know how to make them show up in nautilus. As an example, I want to set an icon for the Ubuntu One folder, like how Pictures and Documents and so on have specific icons.</p> <p>I realize I could change it manually, but that's not what I'm looking for.</p>
9940
null
null
2011-03-28T01:38:23.660
How can I add file/folder icons?
[ "themes", "icons" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>If your interested in creating icons packs you should look <a href=\"http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html\" rel=\"nofollow\">here</a>. Another good resource is <a href=\"http://gnome-look.org/\" rel=\"nofollow\">http://gnome-look.org/<...
null
null
null
null
null