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
22259
1
22263
2011-01-19T11:47:40.673
6
4198
<p>I am using GNU R to calculate a huge dataset. My PC has 4 CPU-cores, and I can see, that R is using only 1 CPU.</p> <p>Is there a way to tell R to use all 4 CPUs in order to make the calculation complete faster?</p>
8907
158442
2021-05-10T16:00:03.077
2021-05-10T16:00:03.077
How to make "R" use all CPUs
[ "cpu", "r" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-19T12:15:53.410", "id": "24018", "postId": "22259", "score": "0", "text": "Just to be sure: depending on your code there could be no speedup at all. Having more cores doesn't automatically lead to a performance increase. So, are you sure your code _should_ run faster u...
{ "accepted": true, "body": "<p>You should use the <code>r-cran-multicore</code> package to enable multiple cpu processing:</p>\n\n<pre><code>sudo apt-get install r-cran-multicore\n</code></pre>\n\n<p>See details about this functionality here: <a href=\"http://www.rforge.net/multicore\">http://www.rforge.net/multic...
[ { "accepted": true, "body": "<p>You should use the <code>r-cran-multicore</code> package to enable multiple cpu processing:</p>\n\n<pre><code>sudo apt-get install r-cran-multicore\n</code></pre>\n\n<p>See details about this functionality here: <a href=\"http://www.rforge.net/multicore\">http://www.rforge.ne...
null
null
null
null
null
22265
1
22328
2011-01-19T13:08:26.580
9
8925
<p>I have a VPS that has Ubuntu 8.10 Server Edition installed on it and I would like to upgrade it to 10.04. What would be the correct way of doing this? I only have ssh access to it and a "Start/Shutdown VPS" in the client panel of the vendor. In other words, I do not have physical access to it.</p> <p>Also worth not...
506
169736
2013-10-21T11:05:11.133
2013-10-21T11:05:11.133
Updating Ubuntu server from 8.10 to 10.04
[ "server", "upgrade", "10.04", "8.10" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-19T13:18:27.407", "id": "24027", "postId": "22265", "score": "0", "text": "I was just about to answer you should use a CD to upgrade to the next LTS, when I saw you were talking about a Virtual Private Server ;-) Good question, +1.", "userDisplayName": null, "u...
{ "accepted": true, "body": "<p>Ok, I managed to get it solved using wojox' tip as a kickstart.</p>\n\n<ol>\n<li><p>The main issue was the inability to access the repos and thus run a proper upgrade. This is resolved by editing <code>/etc/apt/sources.list</code> and changing every occurance of <code>intrepid</code>...
[ { "accepted": null, "body": "<p>It may not work because you you have to go in chronological order. 8.10 > 9.04 > 9.10 > 10.04 and 9.04 is EOL as well.</p>\n\n<pre><code>sudo perl -p -i.intrepid -e 's/intrepid/jaunty/' /etc/apt/sources.list\n</code></pre>\n", "commentCount": "3", "comments": [ ...
null
null
null
null
null
22267
1
22598
2011-01-19T13:24:55.817
3
16950
<p>I have downloaded the kernel 2.6.37 from kernel.org. I have tried to compile it but I get an error:</p> <pre><code>$ make menuconfig scripts/kconfig/conf --silentoldconfig Kconfig *** *** Configuration file ".config" not found! *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or ...
4870
54298
2012-07-09T13:08:41.010
2013-04-19T00:38:18.770
Error when I try to compile the kernel 2.6.37
[ "kernel", "compiling" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-19T13:29:00.087", "id": "24031", "postId": "22267", "score": "1", "text": "So so that it's mentioned here, and it has nothing to do with compiling the Kernel, there's a [Mainline Kernel PPA](https://wiki.ubuntu.com/Kernel/MainlineBuilds) which does already contain 2.6....
{ "accepted": true, "body": "<p>The error was an alias of <code>make</code> that I have defined in my <code>.bashrc</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-21T14:12:45.443", "id": "22598", "lastActivity...
[ { "accepted": null, "body": "<p>I do this on a fairly regular basis. It's quite simple. I follow the <a href=\"https://help.ubuntu.com/community/Kernel/Compile\">\"Old fashioned way\" instructions</a>. If you're not, read that from the beginning and make sure you have the right things installed. My steps ar...
null
null
null
null
null
22268
1
null
2011-01-19T13:35:42.387
18
14135
<p>I just got my laptop's battery replaced and read a bit about how to prolong it's life. Most people say that the best choice is not to charge it will 100%, but rather to 60-80%. My battery is quite powerful (8 hours declared), so it's okay for me to charge it like this, and I mainly work plugged in.</p> <p>In Window...
4185
19490
2011-09-24T21:52:56.757
2012-09-27T17:09:21.680
How to charge the battery till 60-80% only?
[ "power-management", "battery" ]
2
6
CC BY-SA 3.0
[ { "creationDate": "2011-01-19T13:44:19.750", "id": "24036", "postId": "22268", "score": "2", "text": "Do you know what type of battery it is? (I remember hearing that this 80% idea was a myth, but I want to make sure)", "userDisplayName": null, "userId": "1067" }, { "creationDate...
null
[ { "accepted": null, "body": "<p>You can install Dells Airplane manager(<a href=\"https://launchpad.net/~opensource-subakutty/+archive/ppa/+files/aircraft-manager_12.1_i386.deb\" rel=\"nofollow\">Download</a>) when you battery is 80% charged open it and enable airplane mode so now the laptop will not charge ...
null
null
null
null
null
22271
1
null
2011-01-19T13:57:30.443
5
1810
<p>I have my 7.1 soundcard set to stereo and plugged in two stereo thingies (a. my desktop speakers b. my stereo) to the front respectively rear plug. Now I would like to an easy way to mute/volume control them independently - gui if possible. </p> <p>If I set my soundcard to 4.0, the pulse audio mixer gives me slider...
null
null
null
2014-02-20T21:21:37.840
How do I control Front and Back volume independently with cloned stereo signal
[ "sound", "pulseaudio" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The mixers that ship in Ubuntu are all very flimsey in my opinion but there are a couple of good options that are simple to install.</p>\n\n<ol>\n<li><p>ALSAMixer is usually the first port of call for telling people how to fix muted channels, etc but it's a fairly robust text...
null
null
null
null
someguy1984
22276
1
22280
2011-01-19T14:43:04.003
5
2233
<p>Does "CONCURRENCY_LEVEL=x" variable affects to compilations made with <em>make</em>?</p>
4870
null
null
2012-06-06T13:04:48.673
Does "CONCURRENCY_LEVEL=x" affect to all compilations made with make?
[ "compiling" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No. <code>CONCURRENCY_LEVEL</code> is <code>make-kpkg</code> specific as far as I know.</p>\n\n<p>For make, the standard way of doing things is to use the <code>-j</code> (aka jobs) argument:</p>\n\n<pre><code>make -j8\n</code></pre>\n", "commentCount": "0", "comments": [], "co...
[ { "accepted": true, "body": "<p>No. <code>CONCURRENCY_LEVEL</code> is <code>make-kpkg</code> specific as far as I know.</p>\n\n<p>For make, the standard way of doing things is to use the <code>-j</code> (aka jobs) argument:</p>\n\n<pre><code>make -j8\n</code></pre>\n", "commentCount": "0", "comments...
null
null
null
null
null
22283
1
23387
2011-01-19T15:26:30.987
1
136
<p>I have a server running 8.04 with the <a href="https://launchpad.net/ubuntu/+source/libnet-z3950-perl" rel="nofollow">libnet-z3950-perl</a> package</p> <p>I got some issues with encoding and while trying to debug them on my local 10.10 installation I got the following error:</p> <pre><code># apt-get install libnet...
8642
235
2011-01-26T16:10:27.737
2011-01-26T16:31:48.250
Updating from libnet-z3950-perl to libnet-z3950-zoom-perl
[ "package-management", "8.04" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I posted the solution on <a href=\"https://answers.launchpad.net/ubuntu/+source/libnet-z3950-zoom-perl/+question/142056\" rel=\"nofollow\">launchpad</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate...
[ { "accepted": true, "body": "<p>I posted the solution on <a href=\"https://answers.launchpad.net/ubuntu/+source/libnet-z3950-zoom-perl/+question/142056\" rel=\"nofollow\">launchpad</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5",...
null
null
null
null
null
22285
1
22291
2011-01-19T15:37:50.053
13
103790
<p>During installation, the user is presented with the following dialogue:</p> <p><img src="https://i.stack.imgur.com/sITSt.png" alt="alt text"></p> <p>The 'Flash' and 'MP3' options are pretty self-explanatory, but what about the 'wireless hardware' and 'other media' options. What 'other media' is this referring to, ...
null
null
null
2011-01-19T16:02:41.440
Clarification of the third-party software options during system installation
[ "installation", "wireless", "flash", "ubiquity", "proprietary" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The \"Install this third-party software\" checkbox does two things:</p>\n\n<ol>\n<li>It installs <code>ubuntu-restricted-addons</code> much later on in the main install process. This currently includes gstreamer0.10-plugins-ugly, flashplugin-installer (Adobe Flash support), gstreame...
[ { "accepted": null, "body": "<p><strong>Install This third-party software</strong><br>\nThird Party are ALL software that does not come normally recommended (100% free software) with Ubuntu in the CD/DVD. For example the Flash and MP3 are proprietary (Until a better software emerges which i have high hopes ...
null
null
null
null
user2405
22287
1
22296
2011-01-19T15:49:27.197
7
2773
<p>How can i make programs on second monitor still visible while playing game (Wolfenstein: Enemy Territory)?</p> <p>I know that i can use windowed mode, but playing in windowed kinda feels different, like game has a lot of tiny video lags. </p> <p>EDIT1: I am running gnome on latest ubuntu, and while one monitor ha...
6564
6564
2011-01-25T16:05:46.500
2018-10-29T11:23:44.027
How to run game on one monitor and have programs on other monitor still visible?
[ "multiple-monitors", "games" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Windowed is as good as I've got, I'm afraid but to be fair, doing it any other way will be just as laggy because the system is rendering more. It's overlaying your game on a desktop as well as the other uncovered desktop and those applications, so yeah, it's a little more intensive a...
[ { "accepted": true, "body": "<p>Windowed is as good as I've got, I'm afraid but to be fair, doing it any other way will be just as laggy because the system is rendering more. It's overlaying your game on a desktop as well as the other uncovered desktop and those applications, so yeah, it's a little more int...
null
null
null
null
null
22292
1
22306
2011-01-19T16:07:39.440
11
2670
<p>When people start a new convo with me, all I see initially is that the message indicator is lit. This isn't quite obvious, so I'd like the new chat window to just pop up in my face. How can I do this?</p>
2071
10698
2014-01-08T23:00:48.887
2014-01-08T23:00:48.887
Get Chat (Empathy) to pop up when people are talking to me
[ "empathy" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-09T15:50:22.033", "id": "33071", "postId": "22292", "score": "0", "text": "I'd suggest not doing that as it will be distracting when not running a full screen application. For example you are writing a document or playing a game, and a chat window pops up grabbing your...
{ "accepted": true, "body": "<p><em>Edit ➜ Preferences ➜ General ➜ Behavior ➜ Uncheck <b>Display incoming events in notification area</b></em>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/2rAw7.png\" alt=\"enter image description here\"></p>\n\n<p>The Messaging Menu indicator will no longer change color/brightne...
[ { "accepted": true, "body": "<p><em>Edit ➜ Preferences ➜ General ➜ Behavior ➜ Uncheck <b>Display incoming events in notification area</b></em>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/2rAw7.png\" alt=\"enter image description here\"></p>\n\n<p>The Messaging Menu indicator will no longer change color/...
null
null
null
null
null
22294
1
22295
2011-01-19T16:20:00.793
2
229
<p><a href="https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/395001" rel="nofollow">Bug #395001</a> is currently giving me a headache. The OP is attempting to install Finch, a text-based instant messaging client, but is upset about the amount of dependencies that are being installed. When attempting to install it ...
null
null
null
2011-01-19T16:32:37.223
What do the dependencies of 'Finch' (CLI IM client) do
[ "packaging", "dependencies" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Finch is just a CLI for Pidgin.</p>\n\n<p>It uses all the same backends and all of those need their dependencies filling. As such, a lot of garb you wouldn't be able to even use on a headless server gets pulled in.</p>\n\n<p>I don't think there's a clean way around that short of form...
[ { "accepted": true, "body": "<p>Finch is just a CLI for Pidgin.</p>\n\n<p>It uses all the same backends and all of those need their dependencies filling. As such, a lot of garb you wouldn't be able to even use on a headless server gets pulled in.</p>\n\n<p>I don't think there's a clean way around that short...
null
null
null
null
user2405
22297
1
null
2011-01-19T16:38:52.633
4
1478
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/10465/poor-sound-quality-and-headphones-not-working">Poor sound quality and headphones not working</a> </p> </blockquote> <p>Using Ubuntu 10.10 on a HP Pavilion t3019.es, which has a Realtek ALC880 soundcard. It ha...
9067
-1
2017-04-13T12:23:59.520
2011-02-02T21:48:53.810
Bad sound quality and headphones not working
[ "10.10", "sound" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2011-06-05T20:31:29.393
null
null
22300
1
null
2011-01-19T16:51:49.257
2
824
<p>In the event an external hard-drive is physically disconnected and the device is mounted using device-mapper, no cleanup is made.</p> <p><strong>In particular:</strong></p> <ul> <li>the directory where the drive was mounted is empty</li> <li>the mount is still present in mount(8)</li> <li>the device-mapper devices...
9206
47151
2012-03-12T15:04:23.173
2012-03-12T15:04:23.173
What utility to use to clean up after a disk is suddenly disconnected?
[ "kernel", "disk", "udisks" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I am not aware of a program to do that for you however I had a device at one stage which would periodically end up in this state by suddenly disconnecting itself. It would reconnect fine after manually going through the steps you describe above, my solution relied on noticin...
null
null
null
null
null
22302
1
22308
2011-01-19T17:07:00.560
4
15038
<p><br> First time ever today <strong>Firefox Version 3.6.13</strong> freezed for me on <strong>Ubuntu 10.10 64bit</strong>.</p> <p>I open <strong>Firefox</strong> normally but then nothing respond on the <strong>GUI</strong>.The only thing I can do is close it.<br> When Closed I try to re-open but the application sti...
8096
41
2011-01-19T18:38:36.113
2017-11-03T00:19:55.760
How to Fix Firefox when it freezes completely after open it?
[ "10.10", "firefox", "freeze", "plugins" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2012-12-12T14:12:38.977", "id": "281747", "postId": "22302", "score": "0", "text": "I also discuss some other useful `firefox` troubleshooting techniques in [relation to a different question](http://askubuntu.com/questions/228222/mozilla-addons-not-working-properly-in-ubuntu-1...
{ "accepted": true, "body": "<p>It sounds possible you have a problem with an Add-On causing an issue.</p>\n\n<p>I would suggest attempting to start firefox in safe mode with all your addons etc disabled and see if that stops the application freezing on startup. You can do so by running the following command.</p>\...
[ { "accepted": true, "body": "<p>It sounds possible you have a problem with an Add-On causing an issue.</p>\n\n<p>I would suggest attempting to start firefox in safe mode with all your addons etc disabled and see if that stops the application freezing on startup. You can do so by running the following comma...
null
null
null
null
null
22303
1
37108
2011-01-19T17:20:56.537
6
1547
<p>I am playing <em>Wolfenstein: Enemy Territory</em>, and when I play it in windowed mode, I can't change focus from the game to something else (<kbd>Alt</kbd>+<kbd>Tab</kbd> doesn't work).</p>
6564
114
2011-06-23T03:20:46.793
2011-06-23T03:20:46.793
How can I change focus when a game locks it?
[ "window-manager", "games", "focus" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I found one way, it works for Wolf:ET, it may help with other games too, if you turn on gameconsole (usually tilde key) game will release mouse lock (in windowed mode).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", ...
[ { "accepted": null, "body": "<p>I had similar experience with Unreal Tournament 2004. Eventually I have found that pressing Esc (thus switching to game menu) released keyboard grab and I could alt-tab.</p>\n\n<p>Unfortunately, lot of games seem to not behave in a desktop-friendly fashion, exclusively grabbi...
null
null
null
null
null
22305
1
22341
2011-01-19T17:39:25.723
3
1106
<p>I am trying to get my ruby on rails up and running but i can't seem to install sqlite3-ruby gem . When i run it i get this error : </p> <blockquote> <p>Fetching: sqlite-ruby-2.2.3.gem (100%) Building native extensions. This could take a while... ERROR: Error installing sqlite-ruby: ERROR: Failed to bu...
9214
null
null
2011-05-31T20:06:23.827
sqlite-ruby gem problem
[ "rails", "sqlite" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Okay, so I think I have to post something since I'm telling folks they are incorrect. </p>\n\n<p>In the case of sqlite-ruby libsqlite3-dev should do it. </p>\n\n<p>To be clear the ruby-full pseudo package only installs all of the \"components\" for an almost all option ruby install...
[ { "accepted": true, "body": "<p>Okay, so I think I have to post something since I'm telling folks they are incorrect. </p>\n\n<p>In the case of sqlite-ruby libsqlite3-dev should do it. </p>\n\n<p>To be clear the ruby-full pseudo package only installs all of the \"components\" for an almost all option ruby...
null
null
null
null
null
22307
1
23125
2011-01-19T17:49:53.100
6
10985
<p>Not sure what's going on here. I've installed <code>clamav</code>, <code>clamav-freshclam</code> and <code>clamav-daemon</code> to run automated scans (using cron) on my machine running <strong>Ubuntu Desktop 10.04 LTS x64</strong>.</p> <p>Unfortunately, <em>clamdscan refuses to scan anything</em>. This is the outp...
3291
-1
2020-06-12T14:37:07.210
2014-09-16T09:16:14.077
Why can't clamdscan scan anything?
[ "10.04", "permissions", "clamav" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-19T18:08:41.613", "id": "24077", "postId": "22307", "score": "1", "text": "Try: sudo -u clamav stat /raid/Share/Public/ , post the output.", "userDisplayName": null, "userId": "742" }, { "creationDate": "2011-01-19T21:04:42.547", "id": "24106", ...
{ "accepted": true, "body": "<p>Elsewhere, I've seen that AppArmor or SELinux can cause problems for clamdscan. </p>\n\n<p>If you run <code>sudo aa-complain clamd</code> and the re-scan works, that's probably your issue. (Be sure to re-enable it with <code>sudo aa-enforce clamd</code>.)</p>\n\n<p>To temporarily dis...
[ { "accepted": true, "body": "<p>Elsewhere, I've seen that AppArmor or SELinux can cause problems for clamdscan. </p>\n\n<p>If you run <code>sudo aa-complain clamd</code> and the re-scan works, that's probably your issue. (Be sure to re-enable it with <code>sudo aa-enforce clamd</code>.)</p>\n\n<p>To tempora...
null
null
null
null
null
22309
1
23148
2011-01-19T18:08:18.617
17
6183
<p>This is a big feature when it comes to putting Ubuntu onto tablets. Currently, Netbook edition works great for that purpose and the pen digitiser is perfect, but the handwriting would be a real dealmaker (especially for my business - we could actually move to Linux) to compete with the Windows one.</p> <p>CellWrite...
9215
25798
2012-10-30T10:20:51.387
2012-10-30T10:20:51.387
Are there plans for handwriting recognition?
[ "tablet", "input-method", "stylus" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-19T19:45:30.930", "id": "24099", "postId": "22309", "score": "2", "text": "I'm not sure of what is the question here. I think this probably should go on Ubuntu Brainstorm.", "userDisplayName": null, "userId": "2834" }, { "creationDate": "2011-01-19T21:0...
{ "accepted": true, "body": "<p>Ubuntu keeps all it's plans in a system on launchpad called <code>blueprints</code>, each feature or plan is carefully laid out and given a time line. Searching this database I can find no release targeted specifications for handwriting. But I did find this user created specification...
[ { "accepted": true, "body": "<p>Ubuntu keeps all it's plans in a system on launchpad called <code>blueprints</code>, each feature or plan is carefully laid out and given a time line. Searching this database I can find no release targeted specifications for handwriting. But I did find this user created speci...
null
null
null
null
null
22311
1
22334
2011-01-19T18:26:22.417
4
7762
<p>I have an Asus X71SL with an Intel Dual Core T3200 processor. Any kernel version after 2.6.35-rc2 won't boot up on my machine without the <code>nolapic</code> kernel parameter at bootup. I have already reported this <a href="https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/689796" rel="nofollow">as a bug</a...
9217
158442
2018-02-13T07:20:58.203
2018-02-13T07:20:58.203
What is the impact of the nolapic parameter on a multiprocessor laptop?
[ "kernel", "acpi" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2012-03-20T12:34:55.613", "id": "135458", "postId": "22311", "score": "0", "text": "I just noticed this problem as well. My Asus U46E (dual core i7) won't boot without the nolapic flag either (generic kernel of 11.10). It will boot with the flag, but only show 1 cpu. It is a b...
{ "accepted": true, "body": "<p>I don't think there are any limitations under that mode. All It will do Is make one of your processors work, not all of them. Basically, with <code>nolapic</code> it just uses one processor than the number installed.</p>\n", "commentCount": "3", "comments": [ { "creatio...
[ { "accepted": true, "body": "<p>I don't think there are any limitations under that mode. All It will do Is make one of your processors work, not all of them. Basically, with <code>nolapic</code> it just uses one processor than the number installed.</p>\n", "commentCount": "3", "comments": [ { ...
null
0
null
null
null
22313
1
191013
2011-01-19T18:32:28.913
100
180349
<p>Mark Shuttleworth <a href="http://www.markshuttleworth.com/archives/568">recently blogged</a> about the decision to include the Qt libraries in the 11.10 release, with a <a href="http://www.jonobacon.org/2011/01/18/some-further-notes-on-qt-in-ubuntu/">followup from</a> Jono Bacon. Mark states that the biggest challe...
null
null
2013-01-15T10:54:57.863
2020-10-29T15:41:43.857
What is dconf, what is its function, and how do I use it?
[ "dconf", "gsettings" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2019-07-24T15:33:31.350", "id": "1933287", "postId": "22313", "score": "0", "text": "Possible duplicate of [How do I use the gconf editor?](https://askubuntu.com/questions/17249/how-do-i-use-the-gconf-editor)", "userDisplayName": null, "userId": "349837" } ]
{ "accepted": true, "body": "<h2>Introduction</h2>\n\n<p>As other answers on this site discuss <code>gconf</code> and <code>dconf</code> together, I will just concentrate on discussing command-line tools such as <code>gsettings</code> and the gui <code>dconf-editor</code> that are used to access the <code>dconf</co...
[ { "accepted": null, "body": "<p>dconf is not Ubuntu specific, it's the GNOME technology used to store application settings.\nFor more details please read\n<a href=\"http://live.gnome.org/dconf\">http://live.gnome.org/dconf</a></p>\n", "commentCount": "3", "comments": [ { "creationDate"...
null
null
null
user2405
user2405
22314
1
22333
2011-01-19T18:34:32.717
7
2335
<p>I am using Ubuntu 10.10 and having trouble setting a custom icon for an application launcher that I created. I have created and SVG file and placed it in <code>/usr/shared/icons/hicolor/scalable/apps/</code> and when I try to select it as the icon for the application launcher, it just goes back to the gnome-panel-l...
9219
null
null
2017-12-05T10:21:04.400
Unable to set custom icon on application launcher
[ "icons", "launcher" ]
2
7
CC BY-SA 2.5
[ { "creationDate": "2011-01-19T18:46:03.830", "id": "24080", "postId": "22314", "score": "0", "text": "Did you verify that YOUR user has read/write permissions to the scalable/apps folder? i mean same user, group, chmod permissions, chown permission. just to be 100% sure.", "userDisplayName":...
{ "accepted": true, "body": "<p>I think you also need to Provide PNG versions in 16x16,24x24,36x36,48x48 ect. folders. Not just scalable! Maybe you can try the ubuntu-mono-light and ubuntu-mono-dark folders :)</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-01-19T20:52:42.500", ...
[ { "accepted": true, "body": "<p>I think you also need to Provide PNG versions in 16x16,24x24,36x36,48x48 ect. folders. Not just scalable! Maybe you can try the ubuntu-mono-light and ubuntu-mono-dark folders :)</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-01-19T20:...
null
0
null
null
null
22316
1
22319
2011-01-19T18:37:45.397
15
11245
<p>Mark Shuttleworth <a href="http://www.markshuttleworth.com/archives/568">recently blogged</a> about the decision to include the Qt libraries in the 11.10 release, with a <a href="http://www.jonobacon.org/2011/01/18/some-further-notes-on-qt-in-ubuntu/">followup from Jono Bacon</a>. The thing that puts me off Qt apps ...
null
9781
2011-10-10T13:00:28.403
2016-05-21T10:26:00.873
How can I theme my Qt app to resemble one written in Gtk?
[ "development", "gtk", "qt", "application-development" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<blockquote>\n <p><em>Note: this is useful to desktop users, not to developers using Qt.</em></p>\n</blockquote>\n\n<p><code>sudo apt-get install qt4-qtconfig</code>, then go to <em>System / Preferences / Qt 4 settings</em> and select GTK style in the first combobox:</p>\n\n<p><img src...
[ { "accepted": null, "body": "<p>From nagul's SU post <a href=\"https://superuser.com/questions/37444/how-can-i-make-kde-and-other-non-gnome-apps-inherit-the-ubuntu-theme\">https://superuser.com/questions/37444/how-can-i-make-kde-and-other-non-gnome-apps-inherit-the-ubuntu-theme</a> - direct quote: </p>\n\n...
null
null
null
null
user2405
22322
1
null
2011-01-19T19:48:02.830
4
426
<p>Or, alternatively:</p> <p>What is the closest I can get to this?</p> <p><a href="http://xkcd.com/416/" rel="nofollow noreferrer" title="I hear this is an option in the latest Ubuntu release."><img src="https://i.stack.imgur.com/KFnbd.png" alt="xkcd: Zealous Autoconfig"></a></p> <p>If my laptop ever gets stolen, I...
1859
null
null
2011-01-20T01:50:46.210
How can I make my laptop's password-less guest account automatically attempt to connect to any and all open wireless networks?
[ "wireless", "automation" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T10:00:41.487", "id": "24173", "postId": "22322", "score": "0", "text": "LMAO nice comic :P", "userDisplayName": null, "userId": "4777" }, { "creationDate": "2015-12-16T08:44:58.900", "id": "1044634", "postId": "22322", "score": "0", "...
null
[ { "accepted": null, "body": "<p>First thing probably would be to make sure that wifi was enabled and up at boot then drop a bash script into the start-up programs that will search for and attempt to connect to avaliable networks. I haven't been able to find one that does that \"specifically\" but I found th...
null
null
null
null
null
22324
1
25140
2011-01-19T20:02:20.307
0
314
<p>While trying to install a dual boot from LiveCD, WUBI seems to go through all the steps correctly. It unpacks everything, reboots, starts to finalize the install, brings up the install slide show and seems to do everything necessary. The slide show disappears and what is left is what would normally be the background...
49
null
null
2011-02-07T13:46:14.547
WUBI install not completing on Dell Latitude D600 using 10.04 and 10.10
[ "10.10", "10.04", "installation", "wubi" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I believe this was all related to what turned out to be a bad hard disk that showed up in another problem <a href=\"https://askubuntu.com/questions/23233/gparted-cant-create-ext3-or-ext4-partitions\">Gparted can&#39;t create ext3 or ext4 partitions</a></p>\n", "commentCount": "0", ...
[ { "accepted": true, "body": "<p>I believe this was all related to what turned out to be a bad hard disk that showed up in another problem <a href=\"https://askubuntu.com/questions/23233/gparted-cant-create-ext3-or-ext4-partitions\">Gparted can&#39;t create ext3 or ext4 partitions</a></p>\n", "commentCou...
null
null
null
null
null
22327
1
null
2011-01-19T20:23:37.570
2
956
<p>I have a Toshiba L650, installed (dual boot) Ubuntu 10.10. Touchpad worked fine until I tried for the first time to suspend (I closed the screen on the keyboard).</p> <p>The system never woke up again. Reset (battery disconnected and then reconnected), restart of the system, disk checks, and so on.</p> <p>After th...
null
235
2011-12-21T03:50:10.833
2011-12-21T03:50:10.833
Touchpad stopped working after suspend on a Toshiba L650
[ "10.10", "mouse" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>A user in another forum suggested to </p>\n\n<ol>\n<li><p>run <code>gconf-editor</code></p></li>\n<li><p>locate the key <code>/desktop/gnome/peripherals/touchpad/touchpad_enabled</code></p></li>\n<li><p>and enable it.</p></li>\n</ol>\n\n<p>I would be interested to know whethe...
null
null
null
null
Luca
22336
1
32299
2011-01-19T21:00:31.147
6
11276
<p>I installed XVidcap from synaptic. There is an option in preferences to turn on audio recording but there is no audio in final output. I followed instructions on <a href="http://ubuntuforums.org/showthread.php?t=1156709">Ubuntu Forums</a> and downgraded the package to an older version but still can't get it working....
8592
527764
2017-08-19T05:55:28.440
2017-08-19T06:34:47.210
How to record internal audio with XVidCap? (not with microphone)
[ "sound", "video-recording" ]
7
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I found the solution <a href=\"http://ubuntu-cosillas.blogspot.com/2010/11/xvidcap-grabaciones-de-escritorio-una.html\" rel=\"nofollow noreferrer\">in this blog post</a>:</p>\n\n<blockquote>\n <ol>\n <li>Uninstall xvidcap in Synaptic</li>\n <li>Install xvidcap from <a href=\"http:...
[ { "accepted": null, "body": "<p>You need pavucontrol - from here, you can set Xvidcap to record from your internal audio.\n<img src=\"https://i.stack.imgur.com/kJGxg.png\" alt=\"alt text\"></p>\n\n<p>To get XVidCap to be detected, you have to:</p>\n\n<ul>\n<li>first record a dummy video (I know, an annoying...
null
null
null
null
null
22337
1
null
2011-01-19T21:17:37.520
12
877
<p>Will Ubuntu 11.04 contain new, redesigned Nautilus 3 from GNOME 3 ?</p>
9228
235
2011-06-05T20:35:58.273
2011-06-05T20:35:58.273
Will 11.04 ship with Nautilus 3?
[ "11.04", "nautilus" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Not likely, according to this <a href=\"https://lists.ubuntu.com/archives/ubuntu-desktop/2011-January/002740.html\" rel=\"nofollow\">status report</a>, GNOME 2.32 will be shipped in 11.04.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
22338
1
22351
2011-01-19T21:23:27.837
3
7038
<p>When you want to set a server to accept "Remote Desktop" connections, you do: System \ Preferences \ Remote Desktop</p> <p>The thing is I just have a ssh connection to the server for now. How do you set it using only the command line ?</p>
7846
null
null
2011-01-20T01:23:29.880
Set "Remote desktop" host server remotely
[ "configuration", "remote-desktop" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T18:11:43.777", "id": "24262", "postId": "22338", "score": "0", "text": "Actually I found out that when the host restart, vino-server is not restarted by default, eventhough the settings at System \\ Preferences \\ Remote Desktop are correct. If you unset and reset, ...
{ "accepted": true, "body": "<p>This will work with a normal installation: </p>\n\n<p>ssh to your remote machine, with X forwarding turned on</p>\n\n<pre><code>ssh -X servername \n</code></pre>\n\n<p>Then run <code>vino-preferences</code> </p>\n\n<p>Alternatively, set the gconf keys from the command line with gcon...
[ { "accepted": null, "body": "<p>Am assuming then that you have the openssh server installed in the server. So from a client do this:</p>\n\n<p>ssh USER@SERVER. For example: <code>ssh cyrex@askubuntu.com</code> This is the <strong>simple</strong> way of ssh to connect.</p>\n\n<p>The user HAS to have ssh perm...
null
0
null
null
null
22342
1
22368
2011-01-19T22:01:43.153
2
225
<p>Looking for some good uses for your own custom live CD/distro, including custom branded distributions for Cafes etc.</p> <p>You can include instructions etc in your answer, as well as links to good examples. However, please limit ONE example per answer - though feel free to answer multiple times!</p>
1992
1992
2011-01-19T22:26:35.020
2011-01-20T04:47:09.347
What are some good uses for custom live CDs
[ "live-cd", "custom-distributions" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Another cool idea is to create a distro (obviously based on Ubuntu) where you can use it for a kiosk PC.\nFor example, you need to set-up a PC where people will be able to search books on a library only typing the name of the book on a touchpad screen.\nThe main thing is create this ...
[ { "accepted": null, "body": "<p>One good idea is a stripped down recovery CD, containing the tools you need to check drives, perform backups, and chroot into the system to perform fixes.</p>\n\n<p>Method:</p>\n\n<ul>\n<li>Install Ubuntu Minimal (in a virtual machine)</li>\n<li>Add the <a href=\"http://remas...
2011-01-19T22:04:38.753
null
2018-08-23T09:23:05.530
null
null
22350
1
22389
2011-01-19T22:45:27.873
2
195
<p>My laptop's video card is malfunctioning. I have Ubuntu 10.10 Desktop. After typical boot up, it restarts, but it's working fine in recovery mode.</p> <p>There is my other solved question here: <a href="https://askubuntu.com/questions/22013/how-to-enable-ssh-server-in-recovery-mode/22017#22017">How to enable SSH se...
9036
-1
2017-04-13T12:23:28.223
2011-01-20T09:32:54.363
How to save Ubuntu from restarting on a laptop with malfunctioning video card?
[ "kubuntu", "intel-graphics" ]
1
9
CC BY-SA 2.5
[ { "creationDate": "2011-01-19T23:16:38.750", "id": "24128", "postId": "22350", "score": "0", "text": "I've copied my kernel log. I've tried few times to boot up Ubuntu normally, but it restarted. Probably because of graphics card. What should I look for in this log?", "userDisplayName": null...
{ "accepted": true, "body": "<p>Start the computer in recovery mode, when you get to the selection screen you need to select <code>root with networking</code>.</p>\n\n<p>Once on the command line you can install and run the openssh-server:</p>\n\n<pre><code>apt-get install openssh-server\nservice ssh start\n</code><...
[ { "accepted": true, "body": "<p>Start the computer in recovery mode, when you get to the selection screen you need to select <code>root with networking</code>.</p>\n\n<p>Once on the command line you can install and run the openssh-server:</p>\n\n<pre><code>apt-get install openssh-server\nservice ssh start\n...
null
null
null
null
null
22360
1
22378
2011-01-20T02:34:01.950
10
1310
<p>I want the resolution of my console to match my screen resolution(1440x900). 1024x768 works fine but for some reason when I put 1440x900 when I switch to ttyX the command prompt is almost right off the bottom of the screen! The Ubuntu splash screen goes off the edge of the screen during boot as well.</p> <p>Here is...
3960
1067
2011-01-23T11:02:35.077
2013-02-06T15:03:57.200
High resolution CLI?
[ "10.10", "command-line", "grub2" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-12T14:50:10.290", "id": "28480", "postId": "22360", "score": "2", "text": "What video card are you using? With what driver?", "userDisplayName": null, "userId": "8973" }, { "creationDate": "2011-01-20T03:55:17.707", "id": "36546", "postId": "223...
{ "accepted": true, "body": "<p>For what it's worth, this is something Kernel Mode Setting does for us automatically. KMS is a feature available for most of the open source graphics drivers. Basically, it means the system figures out the screen resolution as early as possible and sticks with it.</p>\n\n<p>If you ar...
[ { "accepted": true, "body": "<p>For what it's worth, this is something Kernel Mode Setting does for us automatically. KMS is a feature available for most of the open source graphics drivers. Basically, it means the system figures out the screen resolution as early as possible and sticks with it.</p>\n\n<p>I...
null
null
null
null
null
22361
1
22544
2011-01-20T03:00:43.423
14
7178
<p>According to <a href="https://askubuntu.com/questions/14535/whats-the-local-folder-for-in-my-home-directory/14536#14536">this answer</a>, <code>.local .cache</code> and <code>.config</code> are, by convention, configuration storage locations adopted by Gnome and Ubuntu. </p> <p>Are <code>.gnome .gnome2</code> and ...
8844
-1
2017-04-13T12:23:59.520
2012-02-17T16:10:56.667
What is the relationship between .gconf, .gnome2, .cache, .local, and other dot-file hierarchies in my home directory?
[ "gnome", "files", "gconf", "configuration-management", "dconf" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>.local</code>, <code>.cache</code>, and <code>.config</code> are part of the FreeDesktop <a href=\"http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html\">Base Directory Specification</a>. They should not actually be hard-coded but instead use the environment v...
[ { "accepted": null, "body": "<p>The proper phrasing should be that .local, .cache, etc are part of the XDG Base Directory Specification of FreeDesktop, <a href=\"http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html\">http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html</a...
null
null
null
null
null
22362
1
null
2011-01-20T03:35:33.350
3
518
<p>This is quite similar to several other posts. System was running 10.04 without problems for several months.</p> <p>Recently upgraded to 10.10 and have not been able to resume from closing lid on laptop since. Have to reboot from forced power down. No other posts I have seen have suggested an approach to solving the...
null
235
2011-01-20T15:03:48.880
2012-02-18T20:38:36.473
Resume fails on Dell E6510
[ "10.10", "resume" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-28T18:12:18.813", "id": "25724", "postId": "22362", "score": "0", "text": "I am suffering of the same problem here, this is very annoying.", "userDisplayName": null, "userId": "9782" } ]
null
[ { "accepted": null, "body": "<p>Try update system maybe new update will help. Maybe you havent updated system for long time. Also googling problem may help find slow fix. \nI googled and found this is bug thats now beeing in fixing process so maybe even after month it will be fixed. U can help fixing by cod...
null
null
null
null
Bob Pearson
22369
1
null
2011-01-20T05:09:10.207
1
427
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/22337/nautilus-3-in-natty">Nautilus 3 in Natty</a> </p> </blockquote> <p>I want to know if Nautilus will change or be replaced in Natty Narwhal? If so to what?</p>
9243
-1
2017-04-13T12:23:59.520
2011-02-19T22:27:00.660
Will nautilus be replaced as the default file manager in 11.04?
[ "nautilus", "11.04" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T08:28:15.883", "id": "24155", "postId": "22369", "score": "1", "text": "Can you explain what you mean by constant?", "userDisplayName": null, "userId": "866" } ]
null
[ { "accepted": null, "body": "<p>Yes, Ubuntu 11.04 contains nautilus and it's the same as Ubuntu 10.10 release. The move to Unity has not effected the release or use of nautilus to show files and folders.</p>\n\n<p>Yet.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
2011-06-05T20:35:22.557
null
null
22372
1
22428
2011-01-20T05:24:25.697
3
1519
<p>This question consists of two parts:</p> <p>How to find out what is the writing mode of ext4? </p> <p>How to configure an existing ext4 (a journaling file system) to do writes to a file in place such that shredding/wiping can be effective.</p>
8620
1067
2011-01-20T19:38:22.903
2014-04-17T12:02:35.663
How to make ext4 update files in place during writes
[ "filesystem", "security", "ext4" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ext[234] always does update in place. You don't have to do anything.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-01-20T19:41:02.760", "id": "24295", "postId": "22428", "score": "0", "text": "You may have misunderstood the ...
[ { "accepted": true, "body": "<p>Ext[234] always does update in place. You don't have to do anything.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-01-20T19:41:02.760", "id": "24295", "postId": "22428", "score": "0", "text": "You may...
null
null
null
null
null
22373
1
22375
2011-01-20T05:55:16.953
2
770
<p>I want to redirect the audio coming from Skype (and only Skype, not other programs running at the same time) over the network. Is there any way to do that?</p>
9246
9246
2011-01-20T06:06:34.727
2011-01-20T07:27:18.510
Redirect Skype sound output over the network
[ "sound", "skype", "networking" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This can be done quite easily with pulseaudio the default sound server in ubuntu, first make sure that both machines have these packages installed as well as pulseaudio itself of ourse (if the other machine isn't ubuntu it might need installing). These will make the configuation eas...
[ { "accepted": true, "body": "<p>This can be done quite easily with pulseaudio the default sound server in ubuntu, first make sure that both machines have these packages installed as well as pulseaudio itself of ourse (if the other machine isn't ubuntu it might need installing). These will make the configua...
null
null
null
null
null
22374
1
null
2011-01-20T06:37:32.930
1
5418
<p>Could you please tell me how to configure xvfb in ubuntu?</p>
6284
25863
2012-03-16T14:47:05.257
2016-05-16T19:37:12.537
How to configure xvfb?
[ "xorg" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I usually avoid configuring xvfb and just use the <code>xvfb-run</code>tool to launch applications into xvfb.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-23T09:28:29.44...
null
null
null
null
null
22376
1
22377
2011-01-20T07:28:45.063
5
1480
<p>I'm on Maverick trying to access shared folders hosted on Windows machines across a home network. Mysteriously I stopped being able to see them through Nautilus (I couldn't even open Windows network and see my own machine), nor using "smbclient -L //HOSTNAME" from the command line. The error code I got was NT_STATUS...
7146
7146
2011-01-24T13:26:14.780
2011-12-12T10:28:47.267
How can I access Windows shares after changing DNS servers (e.g. switching to OpenDNS)?
[ "networking", "windows", "samba" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I discovered the problem was I had recently started using OpenDNS and Samba resolves local hostnames using DNS. Of course, OpenDNS can't resolve my local network hostnames.</p>\n\n<p>The solution is to edit your Samba configuration so that the hostnames are resolved locally and then ...
[ { "accepted": true, "body": "<p>I discovered the problem was I had recently started using OpenDNS and Samba resolves local hostnames using DNS. Of course, OpenDNS can't resolve my local network hostnames.</p>\n\n<p>The solution is to edit your Samba configuration so that the hostnames are resolved locally a...
null
null
null
null
null
22379
1
null
2011-01-20T07:41:47.563
4
6651
<p>My colleague and me are often using skype to work together, but there is a problem that bothers me very much. When he is sharing his whole screen, I only receive it in a window that takes about a fourth part of my screen (about 50% size). Obviously, all text becomes unreadable.</p> <p>We have the same horizontal re...
202
721
2011-03-22T23:14:48.107
2014-03-13T21:30:44.463
Why is the screen shared with me over skype is so small?
[ "10.10", "skype" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Can't you maximize the video-window?</p>\n\n<p>The fact that for some users/on other computers the video-window is maximized by default could be a saved preference from your last session.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011...
null
null
null
null
null
22380
1
22415
2011-01-20T07:55:46.787
10
2062
<p>Nautilus File Search is not working. It is as simple as that. Nothing is ever found.. Nothing happens... (Nautilus 2.30.1, on Lucid 10.04) </p> <p>The same version of Nautilus running in a VM works fine, so I know I'm doing the right thing. </p> <p>One "difference" I've noticed between my problem Nautilus an...
2670
1067
2011-08-15T09:31:05.037
2015-04-14T12:12:58.487
Nautilus File Search is not working
[ "10.04", "nautilus", "search" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I've got it working again, by purging Nautilus...<br>\nI first made a backup of my plugins and extensions data ...<br>\nNautilus Notes and other metadata are in '~/.local/share/gvfs-metadata'<br>\n'nautilus-scripts-manager' data is in '~/.gnome2/nautilus-scripts' ... etc. </p>\n\n<...
[ { "accepted": true, "body": "<p>I've got it working again, by purging Nautilus...<br>\nI first made a backup of my plugins and extensions data ...<br>\nNautilus Notes and other metadata are in '~/.local/share/gvfs-metadata'<br>\n'nautilus-scripts-manager' data is in '~/.gnome2/nautilus-scripts' ... etc. <...
null
0
null
null
null
22381
1
22382
2011-01-20T08:29:07.817
353
1648412
<p>In Windows there is a straightforward "Format" option in a flash drive's right-click pop-up menu. Where's that in Ubuntu?</p>
2390
1103140
2021-05-29T10:04:16.487
2021-05-29T12:04:25.323
How to format a USB flash drive?
[ "usb-drive", "disk-management", "disk-formatting" ]
13
1
CC BY-SA 3.0
[ { "creationDate": "2019-07-25T07:25:30.633", "id": "1933613", "postId": "22381", "score": "0", "text": "Ubuntu 18.04 has a \"Format...\" option, when you right-click on the USB drive in Files.", "userDisplayName": null, "userId": "978690" } ]
{ "accepted": true, "body": "<p>You can use <em>Disks</em>. It's installed by default and easy to use.</p>\n<p><a href=\"https://i.stack.imgur.com/xWmoi.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/xWmoi.png\" alt=\"Disks application appears in Dash search\" /></a></p>\n<ul>\n<li>Click on the Dash ...
[ { "accepted": true, "body": "<p>You can use <em>Disks</em>. It's installed by default and easy to use.</p>\n<p><a href=\"https://i.stack.imgur.com/xWmoi.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/xWmoi.png\" alt=\"Disks application appears in Dash search\" /></a></p>\n<ul>\n<li>Click on t...
null
null
null
null
null
22383
1
22385
2011-01-20T08:42:54.847
13
83893
<p>I have changed ownership of my localhost file on <code>/var/www/</code> and its sub folders and given it permission 777. However, whenever I add a new folder in it the new folder does not automatically get that permission. How can I give a folder 777 permission forever so that if I add a new folder or file it gets t...
6698
506
2012-08-16T01:25:42.890
2013-11-19T08:05:04.410
How to give read write permission to a folder and its sub folders and files?
[ "permissions" ]
6
4
CC BY-SA 3.0
[ { "creationDate": "2011-01-20T12:26:33.677", "id": "24191", "postId": "22383", "score": "4", "text": "PLEASE read this [Reasons why /var/www SHOULD NOT have chmod 777](http://askubuntu.com/questions/20105/reasons-why-var-www-should-not-have-chmod-777/20110#20110)", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>Permissions for newly created files are set by <a href=\"http://en.wikipedia.org/wiki/Umask\" rel=\"nofollow\">umask</a></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-01-20T09:39:26.537", "id": "24170", "postId": "22385", "score": ...
[ { "accepted": true, "body": "<p>Permissions for newly created files are set by <a href=\"http://en.wikipedia.org/wiki/Umask\" rel=\"nofollow\">umask</a></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-01-20T09:39:26.537", "id": "24170", "postId": "223...
null
null
null
null
null
22384
1
22409
2011-01-20T08:46:48.490
1
286
<p>Yesterday I updated dbus library via apt-get. This morning I switched on my laptop and found out that Gnome doesn't start properly (it tries to display error dialog, doesn't show any panels).</p> <p>XServer works fine. Laptop is ASUS eeePC 1215n. Any ideas?</p> <p>EDIT: Here are some logs: </p> <p><a href="http:/...
6102
41
2011-01-20T12:25:01.697
2011-01-20T12:31:36.323
Gnome doesn't start after libdbus update
[ "10.10", "gnome", "dbus" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T09:26:32.293", "id": "24164", "postId": "22384", "score": "0", "text": "Can you post any error logs? Does gdm work (the login screen) or is it just the desktop? Can you tell is dbus is running and if not can you try and run it from the command line and report any er...
{ "accepted": true, "body": "<p>It looks like your system is in a non-recoverable position. It might be possible to recover if an expert has access to your machine directly, but unless you have a support person you can ask for help my best advice is to reinstall Ubuntu.</p>\n", "commentCount": "2", "comments": ...
[ { "accepted": true, "body": "<p>It looks like your system is in a non-recoverable position. It might be possible to recover if an expert has access to your machine directly, but unless you have a support person you can ask for help my best advice is to reinstall Ubuntu.</p>\n", "commentCount": "2", ...
null
null
null
null
null
22392
1
null
2011-01-20T09:58:11.153
5
33028
<p>I've downloaded the package but as I'm trying to open it I get this message:</p> <pre><code>Archive: /home/agnes/Downloads/ggtranslate.exe [/home/agnes/Downloads/ggtranslate.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive...
6281
866
2011-01-20T10:23:01.620
2021-05-12T12:06:39.300
How do I install Google Translate Desktop?
[ "translation" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T18:22:00.240", "id": "24270", "postId": "22392", "score": "3", "text": "I can find two apps called Google-Translate-Desktop. One in http://www.athtek.com/google-translate-desktop.html, and other in http://code.google.com/p/google-translate-desktop/. They are differe...
null
[ { "accepted": null, "body": "<p>Google Desktop Translator is a Java application that runs on Ubuntu if Java was installed. The file you downloaded obviously is designed to install and uncompress from Windows or (see Javier Rivera's comment) may be another third party Windows program. Both will not work in U...
null
null
null
null
null
22395
1
44492
2011-01-20T10:30:03.313
29
46770
<p>When I fire up remote desktop on Windows and connect to my server (Windows Server 2008), the fonts look pretty smooth. I just installed Ubuntu 10.10 yesterday and when I use rdesktop to connect the fonts look terrible. </p> <p>I've looked at all the settings but had no luck. Maybe there's some secret switch, or ...
9253
9253
2011-01-20T15:58:24.590
2018-02-11T09:30:05.903
How can I enable font smoothing when I connect to a Windows server with Terminal Services Client?
[ "remote-desktop", "font-rendering" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T10:35:56.943", "id": "24176", "postId": "22395", "score": "0", "text": "hmmm... looking at terminal services client, it only supports RDP 5.0. ClearType was added in RDP 6.0, looks like I might need a different client.", "userDisplayName": null, "userId": "...
{ "accepted": true, "body": "<p>Use one of the following experience options:</p>\n\n<pre><code>rdesktop -x 0x8F mywinserver # modem default + font smoothing\nrdesktop -x 0x81 mywinserver # broadband default + font smoothing\nrdesktop -x 0x80 mywinserver # LAN default + font smoothing\n</code></pre>\n\n<p>From...
[ { "accepted": null, "body": "<p>My guess is that you want to check out remmina (http://remmina.sourceforge.net/) which has quality options for RDP 5. I'm not aware that there's an RDP 6 client for us for the time being.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011...
null
null
null
null
null
22397
1
22400
2011-01-20T11:05:59.503
1
5133
<p>While making screencasts I always end up with a file having poorly synced audio and video streams. This is not container specific as this happens with all the formats - ogg, mkv, avi, mp4 etc. I guess this has something to do with ffmpeg. </p> <p>After searching on Internet, I found that this can be fixed using <st...
8592
34576
2013-07-06T00:40:45.347
2013-07-06T00:40:45.347
How can I find exact delay in badly synced audio and video streams in a media container?
[ "ffmpeg", "audio-sync" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Do you know what a clapper is? It's an old device used in movie making and looks like this:</p>\n\n<p><img src=\"https://i.stack.imgur.com/HpQxA.jpg\" alt=\"alt text\"></p>\n\n<p>This is used by the editor to sync the video and audio together. You need this because there is nothing a...
[ { "accepted": true, "body": "<p>Do you know what a clapper is? It's an old device used in movie making and looks like this:</p>\n\n<p><img src=\"https://i.stack.imgur.com/HpQxA.jpg\" alt=\"alt text\"></p>\n\n<p>This is used by the editor to sync the video and audio together. You need this because there is n...
null
null
null
null
null
22401
1
32000
2011-01-20T11:28:30.723
8
4463
<p>Is there any <kbd>Alt</kbd>+<kbd>Tab</kbd> module for gnome that make it behave more like it is in Windows 7?</p> <p><strong>Edit</strong>: By how it behaves more like Windows 7, I mean when you press <kbd>Alt</kbd>+<kbd>Tab</kbd> you can also, when you have those keys pressed in, navigate through the windows with ...
8498
8498
2011-04-24T09:29:21.680
2017-10-30T01:29:57.800
Better alt+tab for Gnome?
[ "gnome", "shortcut-keys" ]
6
3
CC BY-SA 3.0
[ { "creationDate": "2011-03-25T15:47:46.787", "id": "35796", "postId": "22401", "score": "1", "text": "Compiz takes anything you've ever dreamed of other operating system and lets you tear it down and reconstruct it to your own will.\nPlay with it, look on forums, change it.\n\nIt's easy: take a ...
{ "accepted": true, "body": "<p>You can customise window switching using <a href=\"http://wiki.compiz.org/CCSM\" rel=\"nofollow noreferrer\">CompizConfig Settings Manager (CCSM)</a> <a href=\"http://apt.ubuntu.com/p/compizconfig-settings-manager\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/0wA...
[ { "accepted": null, "body": "<p>With Compiz (the the well known window manager with composition), you may use any key/mouse combination (not only alt-tab> to switch between windows (there are many plugins included with Compiz that may change the behavior).</p>\n\n<p>To install Compiz (supposing that your vi...
null
null
null
null
null
22402
1
null
2011-01-20T11:39:55.033
5
20281
<p>It has an old SiS based graphics chip with 64mb memory, there were never 3D drivers for them. Ubuntu 10.10 doesn't even boot on it and my laptop, a Lenovo N200 with intel 9something graphics 128mb so I'm really worried. Broadband prices don;t come cheap in South Africa so the download has to be worth it. I can wait ...
null
null
null
2015-02-12T17:09:32.870
Will Ubuntu 11.04 work on my old pc?
[ "graphics", "intel-graphics" ]
7
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T13:39:24.120", "id": "24198", "postId": "22402", "score": "0", "text": "What operating systems are currently running on the two computers? Also, if the Ubuntu Live USB disk or CD doesn't boot on the Lenovo laptop, ask a question about it here and include lots of det...
null
[ { "accepted": null, "body": "<p>You should mention your system configuration in little more detail. Anyways the minimum system requirements for running Ubuntu (from <a href=\"https://help.ubuntu.com/community/Installation/SystemRequirements\" rel=\"nofollow\">https://help.ubuntu.com/community/Installation/S...
null
null
2015-02-23T11:12:49.697
null
M4tic
22403
1
22412
2011-01-20T11:41:05.947
1
3119
<p>I've put a <code>.bash_login</code> file in my <code>$HOME</code>-directory but it doesn't execute. I've also tried <code>.bash_profile</code> but also doesn't work. There are also</p> <ul> <li>.profile</li> <li>.bash_history</li> <li>.bash_logout</li> </ul> <p>Any idea? I'm using Crunchbang 10 Statler.</p>
6710
6713
2011-01-20T13:31:11.910
2011-01-20T13:31:11.910
.bash_login not executing
[ "configuration", "bash" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Bash only looks for .bash_login or .profile files if it is executed as interactive login shell. When it is executed as interactive non-login shell it reads .bashrc. Commonly it is the second case i.e when you run <strong>gnome-terminal</strong> bash is run as non-login shell. Applica...
[ { "accepted": true, "body": "<p>Bash only looks for .bash_login or .profile files if it is executed as interactive login shell. When it is executed as interactive non-login shell it reads .bashrc. Commonly it is the second case i.e when you run <strong>gnome-terminal</strong> bash is run as non-login shell....
null
null
null
null
null
22408
1
22425
2011-01-20T12:07:21.000
3
4780
<p>I have defined </p> <pre><code>export MAKEOPTS="-j4" </code></pre> <p>in my ~/.profile file.</p> <p>But when I do a compilation with make, this option is ignored.<br> I've consulted the GNU Make manual but it says nothing about this variable. Is it standard or only it works in certain distros? </p>
4870
null
null
2017-03-07T20:47:27.793
"$MAKEOPTS" ignored, why?
[ "environment-variables", "makefile", ".profile" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T12:30:40.803", "id": "24192", "postId": "22408", "score": "0", "text": "Where have you seen this being used?", "userDisplayName": null, "userId": "449" } ]
{ "accepted": true, "body": "<pre><code>export MAKE=\"make -j4\"\n</code></pre>\n\n<p>This will help invoking child <code>make</code> processes, but I'm afraid this wouldn't help with direct invocations, like just <code>make all</code>. Though a shell alias may help with the direct ones, so:</p>\n\n<pre><code>MAKEF...
[ { "accepted": null, "body": "<p>I'll be honest, before today I'd never seen <code>MAKEOPTS</code>.</p>\n\n<p><code>MAKEFLAGS</code> I know of but after some research, <code>MAKEOPTS</code> appears to be Gentoo- (and its children) specific.</p>\n\n<p>And if it's not in the manual, it can hardly be considered...
null
null
null
null
null
22411
1
null
2011-01-20T13:10:45.800
2
1176
<p>I'm using ubuntu 10.10 netbook edition. I have some data on a thumb drive that I want to put on my computer but when I plug in the thumb drive, nothing happens. I search for the file and it's not there. /media is empty. How do I mount this thumbrive and make it mount automatically?</p> <p>output of dmesg. The Total...
5267
1067
2011-01-20T19:37:30.983
2011-01-20T19:37:30.983
Mounting thumb drive
[ "ubuntu-netbook", "usb-drive" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T13:38:06.677", "id": "24197", "postId": "22411", "score": "0", "text": "See the output of dmesg after inserting the drive.", "userDisplayName": null, "userId": "2647" } ]
null
[ { "accepted": null, "body": "<p>The thumbdrive should mount automatically. If not, it is quite possible the filesystem is corrupted.\nIndeed, see the output of <code>dmesg</code> (find the <code>Log File Viewer</code> in <code>System»Administration</code>) and observe any messages that appear as soon as you...
null
null
null
null
null
22413
1
22417
2011-01-20T13:20:39.173
231
290096
<p>I have several instances of terminals running in my working environment, what I would like is to set a specific title for each one, in order to have a clear idea what purpose the specific terminal serves i.e. Apache, editing_ini, postgres etc...</p> <p>Of course from the command line.</p>
1177
546798
2016-06-24T18:09:20.480
2023-06-15T15:31:39.597
How to change Gnome-Terminal title?
[ "command-line", "gnome-terminal", "titlebar" ]
17
6
CC BY-SA 2.5
[ { "creationDate": "2011-09-02T11:38:55.947", "id": "69138", "postId": "22413", "score": "0", "text": "Further to Ward's comment: Don't forget to \"unset PROMPT_COMMAND\" *before* you send the title-change escape sequence, otherwise any change you make will be lost as soon as the next shell promp...
{ "accepted": true, "body": "<p>Alternatives:</p>\n\n<ul>\n<li><p>There are other ways however, you can also issue</p>\n\n<pre><code>gnome-terminal --title=\"SOME TITLE HERE\"\n</code></pre>\n\n<p>This might not give the desired effect since there is a big chance that your <code>.bashrc</code> overwrites that behav...
[ { "accepted": true, "body": "<p>Alternatives:</p>\n\n<ul>\n<li><p>There are other ways however, you can also issue</p>\n\n<pre><code>gnome-terminal --title=\"SOME TITLE HERE\"\n</code></pre>\n\n<p>This might not give the desired effect since there is a big chance that your <code>.bashrc</code> overwrites th...
null
null
null
null
null
22419
1
null
2011-01-20T13:58:07.370
15
40637
<p>I wonder whether there's a way to make urxvt render xft fonts:</p> <pre><code>URxvt.font: xft:Droid Sans Mono Slashed:pixelsize=9:Regular URxvt.boldFont: xft:Droid Sans Mono Slashed:pixelsize=9:Bold URxvt.talicFont: xft:Droid Sans Mono Slashed:pixelsize=9:Italic URxvt.bolditalicFont: xft:Droid Sans Mono Slashed:pix...
3485
1067
2011-01-20T14:00:38.433
2015-03-20T12:27:26.883
How do I make urxvt render xft fonts?
[ "command-line", "font-rendering" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I got it just working with command line option \"-letsp -1\", see also</p>\n\n<p><a href=\"http://www.saltycrane.com/blog/2009/11/how-make-urxvt-look-gnome-terminal/\" rel=\"nofollow\">http://www.saltycrane.com/blog/2009/11/how-make-urxvt-look-gnome-terminal/</a></p>\n", ...
null
null
null
null
null
22422
1
22570
2011-01-20T14:26:44.073
1
703
<p>I am running an ubuntu server with LAN ip on which I want to run openvpn server which will provide access to the LAN that ubuntu server is in. I will be opening a port on my router through which the ubuntu server will listen on. The network will be 192.168.0.0/255.255.0.0 The (eth0) ip of ubuntu server will be 192.1...
2968
null
null
2011-01-21T09:05:11.120
Ubuntu machine behind a LAN as openvpn server
[ "server", "openvpn" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T14:35:53.297", "id": "24211", "postId": "22422", "score": "0", "text": "Have you took a look in your system log for error messages?", "userDisplayName": null, "userId": "9061" } ]
{ "accepted": true, "body": "<p>In order to help you debug your problem, you should do the following:</p>\n\n<pre><code>sudo /etc/init.d/openvpn stop\n# Or 'sudo stop openvpn' if you are on a very new Ubuntu system\nsudo openvpn --cd /etc/openvpn --config /etc/openvpn/server.conf\n</code></pre>\n\n<p>You should now...
[ { "accepted": true, "body": "<p>In order to help you debug your problem, you should do the following:</p>\n\n<pre><code>sudo /etc/init.d/openvpn stop\n# Or 'sudo stop openvpn' if you are on a very new Ubuntu system\nsudo openvpn --cd /etc/openvpn --config /etc/openvpn/server.conf\n</code></pre>\n\n<p>You sh...
null
null
null
null
null
22429
1
22491
2011-01-20T12:27:48.530
2
933
<p>In a few hours I will get my new Thinkpad X201t and the first thing that I will do is install Ubuntu on it. In the last two months I switched machines quite a lot because I needed to work despite my previous machine which crashed (a Macbook Pro 4,1). I even did set up a work environment on a cloud-hosted VM to be ab...
9475
235
2011-01-20T21:20:19.960
2011-01-20T21:20:19.960
A simple way to manage configuration of dot files and packages?
[ "package-management", "configuration-management" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T12:29:23.143", "id": "24226", "postId": "22429", "score": "1", "text": "Not programming...", "userDisplayName": "leppie", "userId": null } ]
{ "accepted": true, "body": "<p>I haven't used cfengine in a very long time, but you could take a quick look at cfengine3. I would say that the original cfengine is almost certainly too complex for your task, but the latest version claims it is simplified.\nAnother possibility, again likely more than you need, is ...
[ { "accepted": true, "body": "<p>I haven't used cfengine in a very long time, but you could take a quick look at cfengine3. I would say that the original cfengine is almost certainly too complex for your task, but the latest version claims it is simplified.\nAnother possibility, again likely more than you n...
null
null
null
null
balu
22435
1
null
2011-01-20T15:52:58.330
11
200
<p>I'm interested in finding out which PPAs have daily builds associated with them so I can be sure I'm always running the latest software available by these teams. Does such a feature exist?</p>
41
null
null
2012-10-11T20:56:35.027
Where can I find a list of daily builds?
[ "ppa", "launchpad" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You may want to check out <a href=\"https://launchpad.net/~webupd8team/+archive/y-ppa-manager\" rel=\"nofollow\">PPA Manager</a> by <a href=\"http://www.webupd8.org/\" rel=\"nofollow\">Webupd8</a>. This is a graphical tool which lets you search, manage and browse through the ...
null
null
null
null
null
22437
1
null
2011-01-20T15:55:39.227
2
387
<p>I am using Xubuntu and I am looking for a way to bind the backspace key with navigating to the parent directory of the current directory.</p> <p>I read in the <a href="http://thunar.xfce.org/documentation/C/faq.html" rel="nofollow">Thunar documentation FAQ</a> (at the bottom) that Thunar shortcuts are standard GTK+...
815
235
2011-01-21T17:56:29.677
2011-01-21T17:56:29.677
Backspace keyboard shortcut for GTK+
[ "configuration", "shortcut-keys", "gtk", "thunar" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2013-05-04T18:52:12.033
null
null
22439
1
null
2011-01-20T16:14:20.133
2
2075
<p>I am trying to setup an Ubuntu hosting server, currently just for development, and the server has two NICs, each sitting on a different network. eth0 is on 192.168.200.* and eth1 is on 192.168.101.* and each one has a static IP. eth0 is the public facing NIC card and eth1 is strictly for internal access to the ser...
9270
721
2011-03-17T06:51:24.983
2011-03-17T06:51:24.983
Lost connectivity after configuring multiple network adapters on separate networks
[ "server", "networking" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T16:19:15.993", "id": "24235", "postId": "22439", "score": "0", "text": "I could be a route issue. Please add the output of the route command.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2011-01-20T23:39:00.263", "id": "24337"...
null
[ { "accepted": null, "body": "<p>You have two default routes. It's possible that your \"192.168.101.254\" box is not configured to route your traffic out, since you said that that network it's strictly for internal access.</p>\n\n<p>Remove the \"gateway\" entry from the eth1 network and it should work.</p>\n...
null
null
null
null
null
22440
1
null
2011-01-20T16:24:16.643
2
2476
<p>I'm running a Lucid Netbook Remix on my Dell Inspiron 600m and I was not able to connect to the wireless network at the Hacker Dojo in Mountain View yesterday. There were plenty of other people on the network - MS, Mac, and Linux boxes - but my laptop would never get an ip address. I can connect to my home network, ...
4359
null
null
2012-10-30T14:55:55.470
Why can't I connect to a Cisco wireless access point?
[ "10.04", "wireless", "ubuntu-netbook", "cisco" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-07-19T18:34:12.040", "id": "60237", "postId": "22440", "score": "3", "text": "Because Cisco laid off 6,500 people yesterday, most being the miniature elfs that live in your routers to make sure they work correctly and to do maintenance and up keep on them.", "userDisp...
null
[ { "accepted": null, "body": "<p>enable \"guest mode\" for the ssid on the cisco ap and you will recive ;)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-02T20:38:19.300", "id": "46643", "lastActi...
null
null
null
null
null
22443
1
22606
2011-01-20T16:55:23.000
2
299
<p>My Launchpad karma has neither increased nor decreased in many days now, despite my being active on the site in that time. I've checked the Launchpad blog and there's no mention of any ongoing maintenance that would affect the functionality of the site.</p> <p>Does anyone know why this might be the case?</p>
null
null
null
2011-01-21T15:13:05.877
Why hasn't my Launchpad karma changed in nearly a week?
[ "launchpad" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It updated itself earlier today with a weeks worth of karma. I don't know what the issue was but it appears to have resolved itself.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-21T15:13:...
[ { "accepted": null, "body": "<p>Looking at your Launchpad <a href=\"https://launchpad.net/~notgary/+karma\" rel=\"nofollow\">actions history</a>, all your actions this week happened less that 24 hours ago, perhaps Launchpad has not yet done its <a href=\"https://help.launchpad.net/YourAccount/Karma\" rel=\"...
null
null
null
null
user2405
22448
1
22487
2011-01-20T17:20:17.977
6
15522
<p>I wanted to use Monaco.ttf with IntelliJ. Unfortunately it doesn't show up.</p> <p>I also noticed that the Monaco font doesn't appear in the list of fonts got from awt:</p> <pre><code>java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames() </code></pre> <p>I installed Monaco.ttf ...
1943
1067
2011-01-20T19:36:54.230
2011-01-26T14:03:37.697
Not all TTF fonts visible from the (Sun) JDK
[ "fonts", "java", "jdk" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The problem is with the Monaco font itself, it doesn't seem to have appropriate metadata and is a hacky port, so Java doesn't recognize it. Probably you can find some other version of this TTF file which will work better or try to fix it yourself using FontForge.</p>\n\n<p><a href=\"...
[ { "accepted": null, "body": "<p>Have you tried calling:</p>\n\n<pre><code>java.awt.GraphicsEnvironment.getAllFonts()\n</code></pre>\n\n<p>It seems that the Java font system is kinda messed up:</p>\n\n<p><a href=\"http://www.sabi.co.uk/Notes/linuxFonts.html#fontSwJava\" rel=\"nofollow\">http://www.sabi.co.uk...
null
null
null
null
null
22452
1
22453
2011-01-20T17:37:21.527
0
177
<p>I have a 50 gb partition that needs to be manually paritioned, how should I do this?</p> <p>I need to know what partitions to make, and what size they should be.</p>
3889
3889
2011-01-20T17:53:29.483
2011-01-20T18:08:11.140
I need to manually parition a HD to install
[ "11.04", "partitioning", "installation" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T17:42:35.997", "id": "24252", "postId": "22452", "score": "4", "text": "Why does it need to be manually partitioned? What are you trying to achieve?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-01-20T17:51:36.693", "id": ...
{ "accepted": true, "body": "<p>Delete The partition and Make a Partition form the Unpartitioned Space!</p>\n\n<p><strong>On Maverick Meerkat:</strong></p>\n\n<p>On the partitioning screen <strong>Click Specify Partitions Manually(advanced)</strong> Just delete the partition and then Select the Unallocated Space an...
[ { "accepted": true, "body": "<p>Delete The partition and Make a Partition form the Unpartitioned Space!</p>\n\n<p><strong>On Maverick Meerkat:</strong></p>\n\n<p>On the partitioning screen <strong>Click Specify Partitions Manually(advanced)</strong> Just delete the partition and then Select the Unallocated ...
null
0
null
null
null
22454
1
23140
2011-01-20T17:43:46.230
2
188
<p>Where to check the updated packages or new packages list in launchpad</p>
5874
570
2011-01-25T02:08:05.677
2011-01-25T02:08:05.677
Where to check the updated packages or new packages list in Launchpad?
[ "launchpad" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T18:29:03.210", "id": "24273", "postId": "22454", "score": "0", "text": "Just run Update Manager and click \"check\".", "userDisplayName": null, "userId": "9061" } ]
{ "accepted": true, "body": "<p>Each upload to the Ubuntu archive is announced via a mailing list. They are also available via RSS.</p>\n\n<ul>\n<li><a href=\"https://lists.ubuntu.com/archives/natty-changes/\" rel=\"nofollow\">Ubuntu Natty</a> (<a href=\"http://feeds.ubuntu-nl.org/NattyChanges\" rel=\"nofollow\">RS...
[ { "accepted": null, "body": "<p>If you have a PPA (Personal Package Archive) on your Software Sources then you need to run \n<code>sudo apt-get update</code></p>\n\n<p>Which update all of your packages. You should then be able to update via Synaptic or Software Center.</p>\n", "commentCount": "1", "...
null
null
null
null
null
22456
1
22465
2011-01-20T17:52:12.823
4
11221
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/16642/what-is-the-best-way-to-partition-and-what-is-the-best-file-system-for-a-new-har">What is the best way to partition, and what is the best file-system for a new Hard Disk?</a> </p> </blockquote> <p>I've got a ...
9274
-1
2017-04-13T12:23:07.557
2014-01-28T16:58:37.877
JFS vs. EXT4 vs. EXT3
[ "partitioning", "ext4", "ntfs", "ext3", "jfs" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T19:07:07.857", "id": "24284", "postId": "22456", "score": "0", "text": "Ext4 can now be read by ext2read (http://sourceforge.net/projects/ext2read/) though ;)", "userDisplayName": null, "userId": "9032" } ]
{ "accepted": true, "body": "<p>Before ext4 came out, I switched my mythtv backend to JFS for all of it's drives simply because JFS offered the best speed vs. CPU usage when dealing with files that were 1G of larger. This was especially true when comparing delete speed with ext3.</p>\n\n<p>The one area I have seen...
[ { "accepted": null, "body": "<p>If you need to be able to access the disk from Windows, then you need to stick with NTFS, otherwise go with ext4.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-01-20T18:01:54.453", "id": "24256", "postId": "22457", ...
null
null
2011-06-05T20:37:59.670
null
null
22462
1
null
2011-01-20T18:08:13.173
2
1212
<p>I'm having issues with my broadcom BCM4313 wireless adapter. Everything works just fine when connected (with additional drivers &amp; Connman), but it takes about 5 minutes to connect to my network when i just started my computer! When resuming from hibernation it goes very quick though, so just when I boot my pc it...
9032
169736
2014-01-10T00:08:31.167
2014-01-10T00:27:26.180
Broadcom BCM4313 takes ages to connect
[ "wireless", "broadcom" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T19:20:45.593", "id": "24288", "postId": "22462", "score": "0", "text": "How did you get the driver working? Is the STA driver, or the B43 firmware from firmware-b43-installer? Also, is it the low power version? If you attach the output of `lspci`, the exact model...
null
[ { "accepted": null, "body": "<p>Start a terminal and run</p>\n\n<pre><code>tail -f /var/log/kern.log\n</code></pre>\n\n<p>Then try connecting to your wifi access point. You should see the attempts appearing in the terminal window as it tries to connect.</p>\n", "commentCount": "3", "comments": [ ...
null
0
2014-01-10T00:27:32.900
null
null
22466
1
23032
2011-01-20T18:38:15.490
6
1556
<p>I've written a patch for Ubiquity and I'd like to test it before I submit it, but I'm not sure how to go about this given the nature of Ubiquity (only used during installation). Is there a way I can build and run it on my own system, or would I have to pull the entire Ubuntu source code and integrate my patch into t...
null
null
null
2011-11-02T20:31:37.077
How to build and test Ubiquity
[ "development", "ubiquity", "patch" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There are a couple ways to do this.</p>\n\n<ol>\n<li><p>You can install ubiquity and edit the code on your machine (in <code>/usr/lib/ubiquity/*</code>). Then just run it and play around. It will adjust some global machine settings, so be prepared for your language or keyboard to c...
[ { "accepted": null, "body": "<p>Just install the package, Insert the patch and In a Terminal run:</p>\n\n<pre><code>ubiquity\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-20T19:01:00.017", "id": "24280", "postId": "22467", "sco...
null
null
null
null
user2405
22469
1
null
2011-01-20T18:58:31.207
1
972
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/18751/how-to-encrypt-external-hard-drive-to-be-readable-on-any-os">How to encrypt external hard drive to be readable on any OS?</a> </p> </blockquote> <p>Anyone know any program that works in Ubuntu to encrypt file...
9274
-1
2017-04-13T12:24:13.310
2011-01-20T19:36:51.300
Cross platform file/disk encryption
[ "software-recommendation", "encryption" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2015-01-23T23:01:23.047", "id": "796888", "postId": "22469", "score": "0", "text": "Another possible duplicate: http://askubuntu.com/questions/137828/how-to-encrypt-files-using-a-cross-platform-solution", "userDisplayName": null, "userId": "227922" } ]
null
[ { "accepted": null, "body": "<p>You can encrypt a file using GPG: <a href=\"http://www.linuxdynasty.org/how-to-encrypt-file-using-gpg.html\" rel=\"nofollow\">http://www.linuxdynasty.org/how-to-encrypt-file-using-gpg.html</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null...
null
null
2011-06-05T20:36:47.487
null
null
22480
1
22481
2011-01-20T19:37:02.250
3
2729
<p>I have added a patch to the Ubiquity source and am attempting to build and install the package to test it, however I get the following error when I execute <code>./configure</code>,</p> <pre><code>checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PANEL....
null
null
2011-01-20T21:12:49.980
2011-01-20T21:48:54.350
Error when running ./configure on Ubiquity source
[ "install-from-source", "pkg-config" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T19:42:13.493", "id": "24296", "postId": "22480", "score": "4", "text": "Try installing libcheese-gtk-dev", "userDisplayName": null, "userId": "235" } ]
{ "accepted": true, "body": "<p>Install <code>libcheese-gtk-dev</code>, and it'll work. Also, when building from source, it's a good idea to run <code>apt-get build-dep &lt;package-name&gt;</code> before building from source a package that is also available in the repositories (including any third-party repositorie...
[ { "accepted": true, "body": "<p>Install <code>libcheese-gtk-dev</code>, and it'll work. Also, when building from source, it's a good idea to run <code>apt-get build-dep &lt;package-name&gt;</code> before building from source a package that is also available in the repositories (including any third-party rep...
null
null
null
user2405
user2405
22486
1
23633
2011-01-20T20:03:10.413
17
4268
<p>Why does Unity hide the menubars by default, instead of showing them in the free space across the panel?</p>
8724
667
2011-01-20T22:30:42.893
2013-02-20T10:16:07.083
Why does Unity hide the menubar?
[ "unity", "11.04" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T21:52:26.700", "id": "24314", "postId": "22486", "score": "0", "text": "I think that the netbook version of Unity does show the menu bar in the panel. If you're referring to the desktop version of Unity, being developed for Natty, then this question might be a dupl...
{ "accepted": true, "body": "<p>One of the design goals of Unity is to reduce the clutter of the desktop, another is to use space more efficiently.</p>\n\n<p>We hide the menu by default in Unity because the menu provides no useful information to which you can refer just by looking at it, but it puts a lot of detail...
[ { "accepted": true, "body": "<p>One of the design goals of Unity is to reduce the clutter of the desktop, another is to use space more efficiently.</p>\n\n<p>We hide the menu by default in Unity because the menu provides no useful information to which you can refer just by looking at it, but it puts a lot o...
null
null
null
null
null
22490
1
null
2011-01-20T20:32:40.313
1
1575
<p>I have live Ubuntu (tried also Mint and Kubuntu, same effect) on a USB stick with persistence enabled. My laptop is however very noisy (VGA still on max?). I solved this problem before back with Mint 7 Gloria like:</p> <pre><code>sudo nvidia-xconfig </code></pre> <p><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Backspace</k...
9281
18612
2012-03-05T12:59:31.293
2012-03-05T12:59:31.293
Persistent LiveUSB fails to install Nvidia drivers
[ "drivers", "nvidia", "live-usb" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-01-20T21:31:23.653", "id": "24306", "postId": "22490", "score": "1", "text": "Yes, you can not install system packages from live usb installation.", "userDisplayName": null, "userId": "742" }, { "creationDate": "2011-01-20T21:33:38.013", "id": "24307",...
null
[ { "accepted": null, "body": "<p>Yes, you can not install system packages from live usb installation. – João Pinto Jan 20 '11 at 21:31</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2012-03-04T19:53:49.737", "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-03-0...
null
null
null
null
null
22492
1
22523
2011-01-20T20:41:43.240
4
1685
<p>I just built a new machine and installing Acrobat was last step in process. Am running Thinkpad X210 with 10.10 64-bit. I've always been able to reliably open PDFs inline from the web; however, when I launch a PDF, the main Firefox panel goes either white, completely black, or white with black diaganol streaks.</p> ...
2692
866
2011-01-20T20:43:42.487
2017-02-23T10:00:16.247
Troubles with Acrobat Reader within Firefox?
[ "10.10", "firefox", "64-bit" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T22:40:16.443", "id": "24323", "postId": "22492", "score": "0", "text": "screenshot please.", "userDisplayName": null, "userId": "1992" } ]
{ "accepted": true, "body": "<p>You could try to embed Evince, the default PDF reader, into Firefox. To do this install the <a href=\"http://packages.ubuntu.com/mozplugger\" rel=\"nofollow noreferrer\">mozplugger</a> package. </p>\n\n<pre><code>sudo apt-get instal mozplugger\n</code></pre>\n\n<p>You can then create...
[ { "accepted": true, "body": "<p>You could try to embed Evince, the default PDF reader, into Firefox. To do this install the <a href=\"http://packages.ubuntu.com/mozplugger\" rel=\"nofollow noreferrer\">mozplugger</a> package. </p>\n\n<pre><code>sudo apt-get instal mozplugger\n</code></pre>\n\n<p>You can the...
null
null
null
null
null
22494
1
null
2011-01-20T20:45:08.613
3
656
<p>I am able to enjoy all of the compiz desktop effects with screen resolution set lower than native, which is 1920X1080. As soon as I switch to this resolution, when I go to change a wallpaper, the screen turns to colored lines or freezes. All other effects work fine. It is only the changing of wallpaper that cause...
null
null
null
2011-03-17T17:27:58.937
How to change wallpaper on 1920X1080 with compiz effects enabled?
[ "compiz" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Are you using the fglrx driver? Using the open source radeon driver might solve your problem.<br>\nCan you log out and log in again after you changed the wallpaper and the coloured lines appeared? Does this solve your problem?</p>\n", "commentCount": "0", "comments": ...
null
null
null
null
Terrance
22498
1
null
2011-01-20T21:03:55.013
2
7482
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/16371/how-to-disable-x-at-boot-time">How to disable X at boot time?</a> </p> </blockquote> <p>How to configure my Ubuntu 10.10 Desktop (Maverick) to start in a Terminal like mode? I don't want any graphics.</p> <p...
9036
-1
2017-04-13T12:24:48.743
2011-01-20T21:44:02.030
How to auto-boot into text mode?
[ "10.10", "boot", "command-line", "gdm" ]
0
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T21:22:47.237", "id": "24303", "postId": "22498", "score": "0", "text": "I don't understand, do you want to run a server?", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-01-20T21:29:24.767", "id": "24305", "postId": "2249...
null
[]
null
null
2011-01-20T21:50:13.567
null
null
22500
1
23063
2011-01-20T21:12:06.283
1
1302
<p>I've written a patch for Ubiquity that I'm try to test. I've modified the Ubiquity source and successfully run <code>./configure</code>, <code>make</code> and <code>sudo make install</code>, however I'm having problems running it. When I enter <code>ubiquity</code> into the terminal, I am prompted to install it from...
null
null
2011-01-20T21:52:18.853
2011-01-24T16:17:20.873
Problem running Ubiquity when compiled from source
[ "ubiquity", "install-from-source" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-20T21:27:34.393", "id": "24304", "postId": "22500", "score": "0", "text": "Did you check from the \"make install\" output that the binary was install into /usr/bin an not into other location ?", "userDisplayName": null, "userId": "742" }, { "creationDat...
{ "accepted": true, "body": "<p>In general, I would not recommend installing an Ubuntu package using make/make install.</p>\n\n<p>The general advice would be to do the following:</p>\n\n<pre><code>apt-get source ubiquity\ncd ubiquity-*\ndebuild # this will take a long time\nsudo dpkg -i ../ubiquity*.deb ../ubiquity...
[ { "accepted": null, "body": "<p>You are installing ubiquity into the wrong place, it is expected to be installed into /usr, many source configure scripts use /usr/local to prevent you from installing over an existing packaged version.\nYou should be able to run ubiquity with: </p>\n\n<pre><code>/usr/local/b...
null
null
null
user2405
user2405
22504
1
null
2011-01-20T21:46:42.387
1
1312
<p>I installed Ubuntu 10.10 on my shiny new ASRock Vison 3D with no apparent problems. Still I need some Windows-only software from time to time and went on installing Win7 afterwards. Now Win7 happily boots but apparently has not bothered with creating a boot menu...</p> <p>I assume that using a Ubuntu 10.10 Live-CD ...
9284
235
2011-01-21T00:33:29.940
2011-01-21T00:33:29.940
Boot menu doesn't show up after installing Windows 7
[ "10.10", "dual-boot", "windows-7", "grub2" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Always install Ubuntu <strong>after</strong> installing windows as Windows tends to overwrite the Bootloader thus preventing you from booting into ubuntu. However you can solve this by following the instructions given <a href=\"https://help.ubuntu.com/community/RecoveringUbun...
null
null
null
null
null
22505
1
null
2011-01-20T21:58:11.590
1
272
<p>I normally do all my installs via PXE server, but I'm building a custom CD for kvm installs that are not on the same vlan as my PXE server. I would prefer this CD was as small as possible and it fetched packages from the network like netinstall mini.iso CD does, but netinstall doesn't mount /cdrom like the server i...
7443
186134
2015-10-26T23:30:19.713
2015-10-26T23:30:19.713
How do I reduce package content on a custom install CD?
[ "system-installation" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You need to also regenerate the Releases.gpg file. See <a href=\"https://help.ubuntu.com/community/InstallCDCustomization\" rel=\"nofollow\">https://help.ubuntu.com/community/InstallCDCustomization</a></p>\n", "commentCount": "1", "comments": [ { "creati...
null
null
null
null
null
22507
1
22519
2011-01-20T22:18:33.000
2
502
<p>Does anyone know why I'm unable to change notification settings using pynotify?</p> <p>I can create a notification, modify it (for example so it should show up in the middle of my display), and tell it to display, but it still shows up in the upper-right corner.</p> <p>And if this is configurable, anyone know how ...
8467
null
null
2011-01-20T22:39:25.150
Does Ubuntu prevent customization of pynotify notifications?
[ "customization", "notify-osd", "libnotify" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Notify-OSD does not allow for customization by default (extremely frustrating I know) - but it is so by design. You would need to use another notification method to get the same positioning and other options.</p>\n", "commentCount": "5", "comments": [ { "creationDate": ...
[ { "accepted": true, "body": "<p>Notify-OSD does not allow for customization by default (extremely frustrating I know) - but it is so by design. You would need to use another notification method to get the same positioning and other options.</p>\n", "commentCount": "5", "comments": [ { ...
null
null
null
null
null
22509
1
null
2011-01-20T22:21:44.773
3
1440
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/79302/how-do-i-know-if-my-serial-adapter-card-is-working">How do I know if my serial adapter card is working?</a> </p> </blockquote> <p>I should connect to a Cisco Router by serial port, someone suggested me to use...
9285
-1
2017-04-13T12:25:03.423
2011-01-21T00:41:27.887
How to access to cisco's serial port using an usb-adapter?
[ "usb", "cisco", "serial-port" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2012-08-25T13:01:31.267
null
null
22510
1
null
2011-01-20T22:25:29.810
13
1423
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/87111/if-i-build-a-package-from-source-how-can-i-uninstall-or-remove-completely">If I build a package from source how can I uninstall or remove completely?</a> </p> </blockquote> <p>I know that Ubuntu has come a lo...
5855
-1
2017-04-13T12:25:03.423
2011-02-14T05:54:45.440
Uninstalling application built from source
[ "software-center", "uninstall", "install-from-source" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-11-03T09:49:52.343
null
null
22512
1
22522
2011-01-20T22:32:54.287
25
11655
<p>When I log into my user account on Ubuntu 10.10, there is a unsatisfying delay before my system becomes usable. Even launching a terminal, I have to wait a few seconds before the bash prompt appears. During this start-up period, the top process seems to be dropbox. I'm not sure what it's doing exactly (function...
8844
null
null
2013-09-09T21:39:59.740
How can I delay dropbox from starting, but not disable it?
[ "startup", "login", "dropbox" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>First, disable Dropbox from starting on login.<br>\nOpen up the DropBox preferences and uncheck <em>Start Dropbox on system startup</em>: </p>\n\n<p><img src=\"https://i.stack.imgur.com/Pl69r.png\" alt=\"enter image description here\"></p>\n\n<p>Now we will manually add Dropbox to th...
[ { "accepted": true, "body": "<p>First, disable Dropbox from starting on login.<br>\nOpen up the DropBox preferences and uncheck <em>Start Dropbox on system startup</em>: </p>\n\n<p><img src=\"https://i.stack.imgur.com/Pl69r.png\" alt=\"enter image description here\"></p>\n\n<p>Now we will manually add Dropb...
null
null
null
null
null
22520
1
null
2011-01-20T22:40:06.250
1
249
<p>This is on Ubuntu 10.10 Desktop Edition 64-bit.</p> <p>Yesterday I installed kubuntu-desktop to give it a a try. I liked it, but decided to uninstall it. I followed these instructions: <a href="http://www.psychocats.net/ubuntu/puregnome" rel="nofollow">http://www.psychocats.net/ubuntu/puregnome</a></p> <p>It all w...
null
null
null
2011-05-23T19:53:00.073
Strange booting problems
[ "boot", "live-usb" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The Live USBs work now, I don't know what was wrong before. I am just going to install Mint instead.</p>\n\n<p>Thanks anyway!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-21T08:41:38.327", "id": "24379", "postId":...
null
null
null
null
Anonymous
22521
1
22527
2011-01-20T22:55:16.340
10
1007
<p>Today Linus Torvalds announced the 2.6.38 RC1 Linux Kernel. I know that maybe this kernel will be ready near the date for Natty release and in that case it's inclusion could affect Ubuntu's stability and performance, but looking at <a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/" rel="nofollow">this repo</a>...
4946
570
2011-01-21T04:34:56.700
2011-02-03T18:11:52.490
Will Natty Narwhall include Linux 2.6.38?
[ "kernel", "11.04" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Natty is now using to 2.6.38.</p>\n\n<p>According to the kernel team's <a href=\"https://wiki.ubuntu.com/KernelTeam/Specs/KernelNattyVersionAndFlavours\" rel=\"nofollow\">wiki</a>:</p>\n\n<blockquote>\n <p>As\n Natty is not an LTS we do not require\n a specific version for alignme...
[ { "accepted": true, "body": "<p>Natty is now using to 2.6.38.</p>\n\n<p>According to the kernel team's <a href=\"https://wiki.ubuntu.com/KernelTeam/Specs/KernelNattyVersionAndFlavours\" rel=\"nofollow\">wiki</a>:</p>\n\n<blockquote>\n <p>As\n Natty is not an LTS we do not require\n a specific version for...
null
null
null
null
null
22525
1
22526
2011-01-20T23:26:31.823
0
163
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/19639/why-does-documentation-tell-me-i-am-running-11-04-when-it-is-10-10">Why does documentation tell me I am running 11.04 when it is 10.10?</a> </p> </blockquote> <p>Hi,</p> <p>I recently reinstalled my computer...
8642
-1
2017-04-13T12:24:29.360
2011-01-20T23:28:32.977
About Ubuntu shows wrong release
[ "10.10", "11.04", "versions" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>What you are searching is this: <a href=\"https://askubuntu.com/questions/19639/why-does-documentation-tell-me-i-am-running-11-04-when-it-is-10-10\">Why documentation says release is 11.04 instead of 10.10</a></p>\n", "commentCount": "1", "comments": [ { "creationDate":...
[ { "accepted": true, "body": "<p>What you are searching is this: <a href=\"https://askubuntu.com/questions/19639/why-does-documentation-tell-me-i-am-running-11-04-when-it-is-10-10\">Why documentation says release is 11.04 instead of 10.10</a></p>\n", "commentCount": "1", "comments": [ { ...
null
null
2011-01-20T23:41:21.137
null
null
22528
1
22647
2011-01-20T23:49:44.627
14
8776
<p>Running the <code>lastlog</code> command correctly lists all users on my system (same as <code>/etc/passwd</code> entries). However all are marked as <code>**Never logged in**</code>, including the account I'm currently logged in to. I noticed that my <code>/var/log/lastlog</code> file is also empty.</p> <p><strong...
8036
8036
2011-01-21T02:18:35.620
2022-08-09T17:04:27.477
Why does lastlog show every user as never having logged in?
[ "10.04" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T00:08:50.013", "id": "24339", "postId": "22528", "score": "0", "text": "Did you check that you have free space on your /var containing filesystem ? Also please add the output from: ls -la /var/log/lastlog", "userDisplayName": null, "userId": "742" }, { ...
{ "accepted": true, "body": "<p>Login via gdm is not logged in lastlog. In this respect <code>ck-history --last</code> might give you more information.</p>\n\n<p>To test this, go to a console (Ctrl+Alt+F1), log in, then come back to Gnome (Alt+F7) and check the output of <code>lastlog</code>. </p>\n", "commentCou...
[ { "accepted": true, "body": "<p>Login via gdm is not logged in lastlog. In this respect <code>ck-history --last</code> might give you more information.</p>\n\n<p>To test this, go to a console (Ctrl+Alt+F1), log in, then come back to Gnome (Alt+F7) and check the output of <code>lastlog</code>. </p>\n", "...
null
null
null
null
null
22532
1
22533
2011-01-21T00:43:38.200
3
257
<p>When taking a screenshot with a delay, <a href="http://shutter-project.org/" rel="nofollow noreferrer">Shutter</a> shows the countdown to when the screenshot will be taken, using its own custom notifications <em>(see screenshot)</em>. Is there anyway to make Shutter use the standard notifications?</p> <p><img src="...
114
null
null
2011-01-21T00:44:06.873
Can I make Shutter use standard notifications?
[ "notification", "notify-osd", "shutter" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Open up the Preferences window (Edit -> Preferences or <kbd>Alt</kbd>+<kbd>P</kbd> ) and click on the <em>Behavior</em> tab, change the <em>Notification agent</em> combobox from <em>Built-in</em> to <em>Desktop Notifications</em>. </p>\n\n<p><img src=\"https://i.stack.imgur.com/OYLm...
[ { "accepted": true, "body": "<p>Open up the Preferences window (Edit -> Preferences or <kbd>Alt</kbd>+<kbd>P</kbd> ) and click on the <em>Behavior</em> tab, change the <em>Notification agent</em> combobox from <em>Built-in</em> to <em>Desktop Notifications</em>. </p>\n\n<p><img src=\"https://i.stack.imgur....
null
null
null
null
null
22535
1
22566
2011-01-21T01:37:07.793
5
3578
<p>I get little squares for Japanese characters, even after installing a few Japanese packages like <code>openoffice.org-l10n-ja</code>, <code>language-support-fonts-ja</code>, etc.</p> <p>Already tried logging off and restarting OpenOffice, any ideas?</p>
2706
814
2011-02-20T10:20:11.517
2011-02-20T10:20:11.517
How do I get Japanese characters showing correctly in OpenOffice?
[ "10.10", "openoffice.org", "libreoffice" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Do installing full Japanese support help?</p>\n\n<p>Look at the\n<em>System / Administration / Language Support / Install-Remove Languages</em>:</p>\n\n<p><img src=\"https://i.stack.imgur.com/Gsl57.png\" alt=\"installing Japanese language support\"></p>\n\n<p>Don't forget to re-login...
[ { "accepted": true, "body": "<p>Do installing full Japanese support help?</p>\n\n<p>Look at the\n<em>System / Administration / Language Support / Install-Remove Languages</em>:</p>\n\n<p><img src=\"https://i.stack.imgur.com/Gsl57.png\" alt=\"installing Japanese language support\"></p>\n\n<p>Don't forget to ...
null
null
null
null
null
22536
1
22537
2011-01-21T01:46:41.650
7
163
<p><a href="https://bugs.launchpad.net/hundredpapercuts/+bug/638654" rel="nofollow">This bug</a> has had a solution proposed in <a href="https://bugs.launchpad.net/hundredpapercuts/+bug/638654/comments/4" rel="nofollow">comment 4</a> which involves the addition of a new package to the system. How would I bring this to ...
null
9061
2011-01-21T07:41:22.120
2011-01-21T07:41:22.120
How can you suggest the addition of a new package?
[ "package-management", "motu" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2012-04-10T11:56:29.663", "id": "143566", "postId": "22536", "score": "0", "text": "you could try AU chat...there are some people there starting PPAs >.>", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2012-04-10T13:21:24.143", "id": "1435...
{ "accepted": true, "body": "<p><a href=\"https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages\">This page</a> has information on how to request a new package.</p>\n\n<blockquote>\n <p>To get a package into Ubuntu, please <a href=\"https://bugs.launchpad.net/ubuntu/+filebug?no-redirect&amp;field.tag=needs-packagi...
[ { "accepted": true, "body": "<p><a href=\"https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages\">This page</a> has information on how to request a new package.</p>\n\n<blockquote>\n <p>To get a package into Ubuntu, please <a href=\"https://bugs.launchpad.net/ubuntu/+filebug?no-redirect&amp;field.tag=needs...
null
null
null
null
user2405
22539
1
23632
2011-01-21T03:31:53.467
1
699
<p>So far when I want to run an application, I click the Ubuntu button (or whatever it's called in the upper left), then Games, then All Applications, then I can either select or search for an application. Is that really the best way? The "Games" part really throws me :)</p>
3906
235
2011-01-28T03:59:23.803
2011-01-28T03:59:23.803
How to search for applications in Unity?
[ "10.10", "unity" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T04:11:01.513", "id": "24355", "postId": "22539", "score": "0", "text": "what is the question?", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-01-21T04:19:41.383", "id": "24356", "postId": "22539", "score": "1", ...
{ "accepted": true, "body": "<p>In Unity, you should be able to:</p>\n\n<ul>\n<li>click on the Apps Place (an icon on the launcher which says \"Applications\")</li>\n<li>enter the name of the app in the search field</li>\n</ul>\n\n<p>... and you should see your app listed there, either as installed or available.</p...
[ { "accepted": null, "body": "<p>Hi your asking about searching for applications in unity.But in your question say that click ubuntu and etc etc. Are sure about unity ?. As far as i know Unity is available only in ubuntu Net book edition and ubuntu Natty desktop and its variants.Because if use unity you will...
null
null
null
null
null
22540
1
null
2011-01-21T03:51:07.133
2
4455
<p>I'm using the terminal server client in Ubuntu to connect to a Windows machine in another location but I don't get it to work. I wonder what should be the port forwarding setting so I can connect.</p> <p>So far I've managed to connect to a Windows machine on the same house, but what about in another locations?</p>
null
3037
2011-01-23T12:22:12.787
2011-01-23T12:22:12.787
How to set port forwarding to use terminal server client?
[ "command-line", "remote-control" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T07:14:28.407", "id": "24372", "postId": "22540", "score": "0", "text": "What protocol do you use? RDP or VNC?", "userDisplayName": null, "userId": "9061" } ]
null
[ { "accepted": null, "body": "<p>Most likely you use RDP (<a href=\"http://en.wikipedia.org/wiki/Remote_Desktop_Protocol\" rel=\"nofollow\">Remote Desktop Protocol</a>), as it works out of the box in Windows.</p>\n\n<p>RDP uses TCP port 3389 by default; so port forwarding needs to be set up like this:</p>\n\...
null
null
null
null
peter
22542
1
null
2011-01-21T04:24:22.143
1
1363
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/20280/ubuntu-one-sync-for-multiple-folders-not-just-the-ubuntu-one-folder">Ubuntu One Sync for multiple folders, not just the Ubuntu One folder.</a> </p> </blockquote> <p>I'm a total newbie to ubuntu, had a smart c...
9301
-1
2017-04-13T12:24:13.310
2011-01-21T06:02:12.160
How to sync other files than the ubuntu one folder in Windows?
[ "ubuntu-one", "windows" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>From the UbuntuOne for Windows <a href=\"https://wiki.ubuntu.com/UbuntuOne/Windows#What%20folders%20on%20my%20computer%20can%20I%20sync%20with%20my%20personal%20cloud?\" rel=\"nofollow noreferrer\">FAQ</a>:</p>\n<blockquote>\n<p><b>What folders on my computer can I sync with ...
null
null
2011-01-21T14:39:28.173
null
null
22545
1
null
2011-01-21T04:35:01.067
3
3076
<p>I have a Reliance broadband + mobile broadband connection. It connects fine, but the only problem is it takes more than 2 -3 mins to get the connection started. If I plug in the USB datacard, the network manager applet dothes not show up the mobile broadband connection immediately. It takes a good 2-3 mins to detect...
9302
null
null
2012-08-26T20:02:29.003
mobile broadband quick connect..how to?
[ "network-manager", "connection", "broadband" ]
6
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T07:11:14.683", "id": "24371", "postId": "22545", "score": "0", "text": "Does the Network Manager search for networks so long or detects and configures the hardware?", "userDisplayName": null, "userId": "9061" }, { "creationDate": "2011-01-22T21:10:32...
null
[ { "accepted": null, "body": "<p>You can create \"connections\" in Network Manager (right click on its icon, Edit Connections) which would allow quick access to some connections you will likely be repeatedly using.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-22...
null
null
null
null
null
22548
1
22569
2011-01-21T04:55:59.353
17
42945
<p>This is a just upgraded Ubuntu 10.04.1 LTS machine.</p> <p>The <code>/dev/mapper/isw_dghbbcaabe_RAID_Volume11</code> is "new" to the upgrade but I don't know what physical drives/partitions are included in the "device".</p> <p>I have tried:</p> <pre><code>root@barabasi:~# blkid /dev/sda1: UUID="8258e116-265a-4...
878
176250
2016-07-14T19:04:40.007
2022-12-20T09:43:16.850
How do I know what physical drives/partitions are behind my /dev/mapper/isw_dghbbcaabe_RAID_Volume11?
[ "10.04", "partitioning", "mount", "raid", "lvm" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can use <strong>dmsetup</strong>. Invoke:</p>\n\n<pre><code>$ sudo dmsetup -v table /dev/mapper/isw_dghbbcaabe_RAID_Volume11\n</code></pre>\n\n<p>That will give you a list of sectors which are mapped to another device. In my case (encrypted root partition), I get the following ou...
[ { "accepted": true, "body": "<p>You can use <strong>dmsetup</strong>. Invoke:</p>\n\n<pre><code>$ sudo dmsetup -v table /dev/mapper/isw_dghbbcaabe_RAID_Volume11\n</code></pre>\n\n<p>That will give you a list of sectors which are mapped to another device. In my case (encrypted root partition), I get the foll...
null
null
null
null
null
22555
1
22561
2011-01-21T06:19:40.263
24
6390
<p>I know how to take a screenshot, but I want to take many screenshots within a limited time (taking screenshots of a single execution of a program which I can not pause).</p> <p>Is there a program that takes the "PrtScr" keyboard key in charge and just stores every screenshot without asking? The standard Ubuntu tool...
4066
null
2017-01-19T12:30:30.247
2017-01-19T12:30:30.247
Many screenshots within a limited time saved directly, without asking for a filename
[ "screenshot" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://apt.ubuntu.com/p/shutter\" rel=\"nofollow noreferrer\">Shutter <img src=\"https://hostmar.co/software-small\" alt=\"Install shutter\"></a> has an option to automatically save screenshots, incrementing the filename each time.</p>\n\n<p><em>Edit ➜ Preferences ➜ Main ➜ ...
[ { "accepted": true, "body": "<p><a href=\"http://apt.ubuntu.com/p/shutter\" rel=\"nofollow noreferrer\">Shutter <img src=\"https://hostmar.co/software-small\" alt=\"Install shutter\"></a> has an option to automatically save screenshots, incrementing the filename each time.</p>\n\n<p><em>Edit ➜ Preferences ➜...
null
null
null
user47206
null
22558
1
22941
2011-01-21T06:31:47.347
3
136
<p>The notification tray approach to the update manager has been discarded in favor of a pop-under window to increase awareness of updates. With a complete redesign in shell behavior upcoming are there any plans on changing the behavior still some more? Will the behavior remain largely unchanged - a minimized icon (pos...
null
null
null
2011-04-24T10:41:24.717
Are there any goals for the update manager behavior with Unity?
[ "update-manager", "ayatana" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think there are, according to this blueprint: <a href=\"https://blueprints.launchpad.net/ubuntu/+spec/packageselection-foundations-n-update-notifier-refactor\" rel=\"nofollow\">https://blueprints.launchpad.net/ubuntu/+spec/packageselection-foundations-n-update-notifier-refactor</a>...
[ { "accepted": true, "body": "<p>I think there are, according to this blueprint: <a href=\"https://blueprints.launchpad.net/ubuntu/+spec/packageselection-foundations-n-update-notifier-refactor\" rel=\"nofollow\">https://blueprints.launchpad.net/ubuntu/+spec/packageselection-foundations-n-update-notifier-refa...
null
null
null
null
user6658
22559
1
null
2011-01-21T06:34:19.593
2
5283
<p>I have the above functioning ok using the usb print server, however, I cannot get the drives to mount in the fstab. using 192.168.0.x net with dlink router. I can moount using the GUI in Gnome but I want the drive to mount automatically</p>
9309
null
null
2012-08-23T14:07:20.370
Fstab for GoFlex Home 2tb NAS
[ "fstab" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T16:55:53.320", "id": "24442", "postId": "22559", "score": "0", "text": "Please add what you've tried to mount the device as, and the output of dmesg so we can determine what the device shows up as", "userDisplayName": null, "userId": "235" } ]
null
[ { "accepted": null, "body": "<p>I have had a little NAS attached for music and film streaming for over a year with only the occasional problem generally because the NAS decided it needed a (sleep). The solution I found which has worked through 9.10 - 10.10 is detailed here.</p>\n\n<p><a href=\"http://www.th...
null
null
null
null
null
22562
1
25199
2011-01-21T06:55:44.900
5
8667
<p>I have a bridge/switch set up an a machine that has multiple ports. Occasionally, I have a vm running through virtualbox, and I'll have it use a virtual adapter and then I add the adapter to the bridge. I have heard that some switches can copy all the traffic they see to a specific port on the bridge, usually for ne...
9308
8844
2011-03-14T23:38:37.277
2017-03-14T18:28:36.377
Copy all bridge traffic to a specific interface
[ "networking", "security", "network-monitoring", "network-bridge" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-05T22:42:11.637", "id": "27274", "postId": "22562", "score": "0", "text": "I'm not clear on what your switch is. Is this an external switch, or a bridge internal to your VM box? What's the vendor? This kind of traffic mirroring is what Cisco would call SPAN, though...
{ "accepted": true, "body": "<p>I think that <a href=\"http://packages.ubuntu.com/daemonlogger\" rel=\"nofollow noreferrer\">daemonlogger</a> <a href=\"http://apt.ubuntu.com/p/daemonlogger\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install daemonlogger\"></a>\n will do want y...
[ { "accepted": null, "body": "<p>I do not believe this is possible with a Linux-based software bridge (at least, not in its current version). If it were, it should be an option in the <a href=\"http://linux.die.net/man/8/brctl\" rel=\"nofollow\">brctl</a> utility.</p>\n\n<p>Yes, many physical Ethernet switch...
null
null
null
null
null
22568
1
22573
2011-01-21T07:58:23.200
3
2178
<p>Anyone know a library, preferably for ruby or python, that will let you access a list of open applications and let you manipulate them? All I really want to be able to do is change their geometry and minimize or close them. I've been messing around with ruby-gnome2 a bit but haven't found anything for manipulating w...
9313
667
2011-01-21T09:46:06.870
2017-02-23T11:09:02.887
How to programatically manipulate application windows?
[ "gnome", "window-manager", "development", "python", "ruby" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T08:51:41.037", "id": "24380", "postId": "22568", "score": "0", "text": "Belongs to http://stackoverflow.com/, because it's about programming.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-01-21T09:44:00.120", "id": "24385...
{ "accepted": true, "body": "<p>The easiest way to do this would be using <a href=\"http://packages.ubuntu.com/wmctrl\" rel=\"nofollow noreferrer\">wmctrl</a>. You can read <a href=\"http://manpages.ubuntu.com/wmctrl\" rel=\"nofollow noreferrer\"><code>man wmctrl</code></a> to see how to use it.</p>\n\n<pre><code>s...
[ { "accepted": true, "body": "<p>The easiest way to do this would be using <a href=\"http://packages.ubuntu.com/wmctrl\" rel=\"nofollow noreferrer\">wmctrl</a>. You can read <a href=\"http://manpages.ubuntu.com/wmctrl\" rel=\"nofollow noreferrer\"><code>man wmctrl</code></a> to see how to use it.</p>\n\n<pre...
null
null
null
null
null
22572
1
null
2011-01-21T10:01:13.490
2
2632
<p>To unlock a my computer after waking it from standby or screen saver I sometimes have to enter my password many times before it's accepted. What's wrong with it?</p> <p>UPDATE: <li>NOT a wireless keyboard - a plain wired <a href="http://lh3.googleusercontent.com/public/PKSUsoXYVu5uljYfqxrOVMPnx-u1g5sVqTeptnwwK3NWG...
2390
2390
2011-01-24T17:54:19.147
2011-01-24T19:56:49.973
Why doesn't desktop unlock screen accept my password?
[ "password", "unlock" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T11:01:17.020", "id": "24392", "postId": "22572", "score": "0", "text": "Is this a wireless keyboard?", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2011-01-21T17:05:52.100", "id": "24446", "postId": "22572", "score": "0...
null
[ { "accepted": null, "body": "<p>please check your keyboard's settings.May be changing a different setting for keyboard might solve your problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-21T10:20:28...
null
null
null
null
null
22577
1
null
2011-01-21T10:36:34.090
7
41116
<p>I have installed Ubuntu 10 last night and finished all upgrading stuff, in the time when updates are applied I downloaded a torrent file. As soon as download is finished I rebooted my system. As usual at start up it asked my login and I did the same. </p> <p>After a successful login It should show me the desktop, o...
25373
7035
2011-06-04T22:05:53.843
2012-01-08T19:18:38.833
After login in the desktop remains blank
[ "startup" ]
4
6
CC BY-SA 3.0
[ { "creationDate": "2011-01-21T11:26:37.613", "id": "24396", "postId": "22577", "score": "1", "text": "It might help if you could possibly add the contents of `/var/log/messages` and `/var/log/Xorg.0.log` right after the event to http://pastebin.ubuntu.com/ and provide the links here to help us g...
null
[ { "accepted": null, "body": "<ol>\n<li><p>Press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd></p></li>\n<li><p>Login</p></li>\n<li><p>Type</p>\n\n<pre><code>sudo apt-get update\nsudo apt-get install --reinstall ubuntu-desktop\nsudo reboot\n</code></pre></li>\n</ol>\n", "commentCount": "0", "comments"...
null
null
2012-02-23T15:02:56.363
null
null
22585
1
null
2011-01-21T12:08:05.003
2
4368
<p>How can I implement a jabber chat server on ubuntu with clients on windows?</p> <p>Server part is almost installed as per jabber and Ubuntu guide how to create users account and authenticate them using mysql.</p> <p>How are clients enabled and configured to authenticate and join on the server. Does anything need t...
null
10698
2014-01-08T23:18:49.353
2018-03-05T21:53:21.923
How to set up accounts LAN jabber chat server?
[ "server", "windows", "lan", "jabber" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-01-21T12:22:58.047", "id": "24402", "postId": "22585", "score": "0", "text": "Since your question is related to the windows clients install and setup on windows I am not sure there is much we can help you with here. That will depend on the client application being used an...
null
[ { "accepted": null, "body": "<p>Hey friend, I use Iptux for chatting on my home LAN. Setup is quite simple. Merely install the client on each desktop (no server software needed the clients detect each other.) Iptux also includes file sharing capabilities. </p>\n\n<p>On the ubuntu / debian based linux cl...
null
null
null
null
user9320