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
17742
1
17750
2010-12-16T13:30:53.787
0
333
<p>I want the ability to toggle between two wireless states:</p> <ol> <li><p>Only connect to Access Point A, disconnect from anything else right now, try to connect to AP-A.</p></li> <li><p>Only connect to AP-B or AP-C, disconnect from AP-A, try to connect to anything allowed.</p></li> </ol> <p>The second halves of e...
449
null
null
2010-12-16T14:29:13.303
Toggle wireless network settings with a little script
[ "network-manager" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Have you tried running <strong>nmcli</strong> for configuring NM?</p>\n\n<p>I've just played a bit with <code>nmcli con up id &lt;AP essid&gt;</code> and it seems that with some scripting it could probably work...</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate...
[ { "accepted": true, "body": "<p>Have you tried running <strong>nmcli</strong> for configuring NM?</p>\n\n<p>I've just played a bit with <code>nmcli con up id &lt;AP essid&gt;</code> and it seems that with some scripting it could probably work...</p>\n", "commentCount": "0", "comments": [], "comm...
null
null
null
null
null
17745
1
17758
2010-12-16T13:38:43.687
62
108398
<p>I would like to install the most recent version of <a href="http://code.google.com/p/boto/" rel="nofollow noreferrer">boto</a>, which I do via <code>python setup.py install</code></p> <p>Yet when I try to remove the old version the following packages also get removed:</p> <pre><code>apt-get remove python-boto Readin...
5770
31366
2022-11-03T01:07:00.993
2022-11-03T01:07:00.993
How to remove a deb without removing its dependencies
[ "apt" ]
6
3
CC BY-SA 4.0
[ { "creationDate": "2010-12-16T14:03:39.787", "id": "1013563", "postId": "17745", "score": "0", "text": "Have you tried <code>sudo dpkg --remove python-boto</code>?", "userDisplayName": null, "userId": "6647" }, { "creationDate": "2020-06-04T20:37:16.063", "id": "2103247", ...
{ "accepted": true, "body": "<p>You can create a dummy .deb package using the <code>equivs</code> utility, it will provide the dependency without installing any files. Then just replace the currently installed package to the dummy version using <code>dpkg -i fake.deb</code>.</p>\n", "commentCount": "1", "commen...
[ { "accepted": null, "body": "<p>AFAIK there is no way to remove a package using APT without also removing those packages that depend on it.</p>\n\n<p>Reference: <a href=\"http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html\" rel=\"nofollow\">http://www.debian.org/doc/manuals/apt-howto/ch-apt-get....
null
null
null
null
null
17747
1
80993
2010-12-16T14:06:28.507
4
2967
<p>Why isn't there a JBoss package available? Tomcat is well-served, but what passes for a jboss package in Ubuntu is completely useless.</p> <p><strong>EDIT</strong></p> <p>Since people answering don't seem to have bothered looking <em>into</em> the package in question, let me detail my answer by showing it:</p> <p...
7489
7489
2010-12-16T17:03:24.977
2011-11-20T12:11:18.983
Why isn't there a useful JBoss package?
[ "package-management", "jboss" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T15:00:41.387", "id": "18940", "postId": "17747", "score": "0", "text": "Did you convert your \"what passes for a jboss package in Ubuntu is completely useless\" statement into a bug report ? If you have an issue with an Ubuntu package the proper place to work on it ...
{ "accepted": true, "body": "<p>Having attempted to package jboss myself, I'm pretty sure I know why there isn't a good package for it. </p>\n\n<ol>\n<li><p>Business requirements. It's an \"enterprise-ish\" RedHat product. Ubuntu is a Debian-esque distribution. So, not many people use it on Ubuntu or Debian, be...
[ { "accepted": null, "body": "<p>Jboss is available in the software center.</p>\n<p><img src=\"https://i.stack.imgur.com/IIBYr.png\" alt=\"alt text\" /></p>\n<p>But the version is still 4.2.3.GA-2</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-16T17:08:59.697", ...
null
null
null
null
null
17751
1
null
2010-12-16T14:30:25.607
8
473
<p>I have written a program in C and I wish to create an Ubuntu .deb package. How do I do this? How do I get it included in the Ubuntu official repositories?</p>
null
39415
2011-12-27T05:33:27.607
2011-12-27T05:33:27.607
How do I turn my source code into an Ubuntu package and how do I get it in the repositories?
[ "packaging" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2010-12-19T20:52:47.030", "id": "19408", "postId": "17751", "score": "0", "text": "You're asking two separate but obviously related questions. Both have been covered here before. I suggest you take a look at this answer: http://askubuntu.com/questions/16446/how-to-get-my-softw...
null
[ { "accepted": null, "body": "<p>Debian maintainers guide covers making debs: <a href=\"http://www.debian.org/doc/maint-guide/\" rel=\"nofollow\">http://www.debian.org/doc/maint-guide/</a> </p>\n\n<p>getting it included in the repos...think there is a registration/review procedure...anyway, it wouldn't get ...
null
null
null
null
Zach
17757
1
null
2010-12-16T15:02:15.347
1
209
<p>So I have tried installing ubuntu 10.10 on an empty hard drive and I will get all the way to the slide show and after some time it goes to a screen with vertical lines on it kinda like it is stalling out and nothing happens after words. </p> <p>I was successful in getting all the way to the menu that say's it must...
null
235
2010-12-18T19:00:43.107
2011-05-24T08:56:39.677
Install disk isn't finishing
[ "10.10", "installation" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T16:24:20.487", "id": "18952", "postId": "17757", "score": "0", "text": "I recently experienced exactly this and it was because my disc was dirty. At least I think that was the problem. I couldn't see anything on the disc, but I cleaned it anyway and then it worked...
null
[ { "accepted": null, "body": "<p>If you removed the disc before choosing the restart option, then you might not be able to restart from the desktop, in which case you have to manually turn off and turn on your computer and it should boot fine if your BIOS is set right.</p>\n\n<p>If you chose to restart while...
null
null
null
null
charlie
17762
1
23395
2010-12-16T15:35:27.327
7
1550
<p>I have ubuntu 10.10 with the 64-bit desktop version. When I copy-and-paste into any window, including firefox, terminal, java swing app, remote desktop, often I get 4 random letters (a 32-bit value?) if I try to copy again it may work this time or I might get another corrupt sequence. </p> <p>This happen more often...
7496
7496
2011-01-23T14:22:52.553
2011-01-26T17:41:32.163
Copy-and-paste is often corrupted
[ "clipboard" ]
1
9
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T16:18:59.620", "id": "18951", "postId": "17762", "score": "0", "text": "That's very strange! Try using a clipboard manager to see what is happening a little better. Parcellite is in Software Manager, and the far more comprehensive Glippy can be found on Launchpad....
{ "accepted": true, "body": "<p>You should report the issue to the TightVNC developers so that they can fix the issue:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/ReportingBugs\" rel=\"nofollow\">https://help.ubuntu.com/community/ReportingBugs</a></p>\n\n<p><a href=\"http://www.tightvnc.com/bugs.php\" rel...
[ { "accepted": true, "body": "<p>You should report the issue to the TightVNC developers so that they can fix the issue:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/ReportingBugs\" rel=\"nofollow\">https://help.ubuntu.com/community/ReportingBugs</a></p>\n\n<p><a href=\"http://www.tightvnc.com/bugs.p...
null
null
null
null
null
17764
1
17765
2010-12-16T15:39:40.620
33
22882
<p>I've just downloaded a CD image of Ubuntu. I know the installer has a check CD option, but how can I check that the image is good before burning it to CD? </p>
235
169736
2013-12-18T18:26:20.803
2019-01-18T08:08:27.310
How can I check the integrity of a downloaded Ubuntu CD?
[ "live-cd", "md5sum" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2012-08-28T11:19:33.620", "id": "1122958", "postId": "17764", "score": "0", "text": "One plus that I would like to add: If the ISO file you have downloaded fails, you may not need to download the whole file again. You can use zsync. It checks the file's checksum in \"parts\" a...
{ "accepted": true, "body": "<p>First look up the hash of the ISO you download here:</p>\n\n<ul>\n<li><a href=\"http://releases.ubuntu.com/xenial/MD5SUMS\" rel=\"noreferrer\">MD5SUMS for 16.04</a></li>\n<li><a href=\"http://releases.ubuntu.com/xenial/SHA1SUMS\" rel=\"noreferrer\">SHA1SUMS for 16.04</a></li>\n<li><a...
[ { "accepted": true, "body": "<p>First look up the hash of the ISO you download here:</p>\n\n<ul>\n<li><a href=\"http://releases.ubuntu.com/xenial/MD5SUMS\" rel=\"noreferrer\">MD5SUMS for 16.04</a></li>\n<li><a href=\"http://releases.ubuntu.com/xenial/SHA1SUMS\" rel=\"noreferrer\">SHA1SUMS for 16.04</a></li>...
null
null
null
null
null
17767
1
null
2010-12-16T15:52:50.253
0
566
<p>And it wont come back. Going to View > Main Toolbar has no effect ( it is always "on" ) and i dont see no buttons. Last thing i remember doing was installing elementary theme, then after i restarted,i saw no toolbar.</p>
7263
235
2010-12-17T01:28:56.013
2011-05-06T16:46:22.443
Nautilus Elementary wont show "main toolbar"
[ "10.10", "nautilus-elementary" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T00:10:57.763", "id": "52692", "postId": "17767", "score": "0", "text": "Have you tried View > Reset to Defaults from within Nautilus? Does switching themes help?", "userDisplayName": null, "userId": "6651" }, { "creationDate": "2010-12-17T08:51:59.57...
null
[ { "accepted": null, "body": "<p>The Elementary theme does not work correctly unless you have Nautilus Elementary installed. Change your theme and your toolbar should come back.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-16T17:02:55.960", "id": "18964...
null
null
null
null
null
17770
1
null
2010-12-16T16:56:56.777
11
3432
<p>I have a folder I want to share with a couple windows users on the network.</p> <p>I am using ubuntu 10.4</p> <p>When I right click a folder I go to &quot;Sharing Options&quot;</p> <p>There are 3 check boxes. If I check the first 2 which are &quot;share this folder&quot; and &quot;Allow others to create and delete f...
7499
-1
2020-06-12T14:37:07.210
2019-07-18T13:22:20.073
Share across network to Windows users
[ "windows", "file-sharing" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The username and password it asks for should be <strong>your</strong> username and password on the local machine. It's as simple as that.</p>\n\n<p>For instance, if your username in Ubuntu is <code>john</code> and your password is <code>iloveubuntu</code>, then you should en...
null
null
null
null
null
17773
1
17776
2010-12-16T17:04:02.903
7
388
<p>I was wondering since Ubuntu 11.04 will include Unity as the default interface, if (when the time comes) I upgrade to 11.04 from 10.10 will my current desktop setup be preserved somewhere, so in case I do not like Unity I can simply switch back to my Gnome desktop</p>
3253
1067
2011-01-04T20:06:14.673
2011-03-01T09:01:36.353
Will my current Gnome desktop be preserved when upgrading to 11.04
[ "gnome", "unity", "interface" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Switching between Unity and your (preserved) GNOME session will be as simple as logging out, choosing \"Ubuntu Classic Desktop\" at the login screen, and logging in again.</p>\n\n<p><img src=\"https://i.stack.imgur.com/KLqtj.png\" alt=\"Screenshot 1\"></p>\n\n<p><img src=\"https://i....
[ { "accepted": true, "body": "<p>Switching between Unity and your (preserved) GNOME session will be as simple as logging out, choosing \"Ubuntu Classic Desktop\" at the login screen, and logging in again.</p>\n\n<p><img src=\"https://i.stack.imgur.com/KLqtj.png\" alt=\"Screenshot 1\"></p>\n\n<p><img src=\"ht...
null
null
null
null
null
17774
1
null
2010-12-16T17:11:35.703
3
835
<p>I have a production Ubuntu server in a remote location, which recently started to behave strangely. </p> <p>I suspect RAM errors, and want to have a physical RAM check without rebooting, Live CDs or <code>memtests</code> which causes downtime.</p> <p>I know that on-line RAM test is a contradiction in terms (becaus...
622
1067
2011-01-22T19:12:29.217
2011-01-22T19:12:29.217
Physically check ram without rebooting the server?
[ "maintenance", "ram" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T17:26:46.540", "id": "18971", "postId": "17774", "score": "3", "text": "Please describe \"behave strangely\", people experienced with similar issues might be able to help.", "userDisplayName": null, "userId": "742" } ]
null
[ { "accepted": null, "body": "<p>Sounds like your concerned with uptime. What I have done in the past is to make a VM that mirrors the system in question that is run on separate physical host. Then do what necessary diagnostics are necessary and then restore the physical system once it has been resolved. Jus...
null
null
null
null
null
17775
1
17777
2010-12-16T17:12:53.210
6
223
<p>There were some occasions when I needed to know the time I installed or uninstalled something from the Ubuntu Software Centre so that I can diagnose some problem. It is great that the time is shown under <code>history</code> there, even up to the second. However the am/pm is not shown and the time is not given in th...
null
null
2011-05-22T16:03:48.580
2011-05-22T16:03:48.580
How to show proper time in Ubuntu Software Centre history
[ "software-center" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>That feature is not available at this time, you can file a feature request using a bug report:\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/software-center\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/software-center</a></p>\n\n<p>Please note that the historic...
[ { "accepted": true, "body": "<p>That feature is not available at this time, you can file a feature request using a bug report:\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/software-center\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/software-center</a></p>\n\n<p>Please note that the ...
null
null
null
user7182
user7182
17784
1
null
2010-12-16T18:14:23.437
1
1658
<p>Sometimes when I start my computer my gnome panel where my notification icons are is sometimes screwed with icons overlapping or not appearing at all. Sometimes my taskbar is also affected where by their is a white gap between the show desktop button and taskbar where open programs appear.</p> <p>Any ideas on how t...
3253
null
null
2010-12-16T18:42:58.223
Corrupted/Messed up icons on gnome-panel
[ "10.10", "gnome-panel", "icons" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>this command kills the process, after that it auto loads the panel again.</p>\n\n<pre><code>killall gnome-panel\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-16T18:27:24.107", "id": "18981", "postId": "1...
null
null
null
null
null
17787
1
null
2010-12-16T18:41:10.790
9
11713
<p>When I run update from the terminal, I get the following list where many repositories are shown with "Ign". Does it mean the update manager will always ignore updates from those repositories? Apart from some repositories that I've disabled manually, all others are checked in my software sources. I'd like to receive ...
6977
null
null
2012-12-03T20:50:28.683
What does Ign mean in update manager?
[ "package-management", "apt", "update-manager", "repository", "software-sources" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<ul>\n<li><code>Ign</code> (Ignore) means that it will ignore the repo, if there is no change in a repo it will say <code>Ign</code>. Anyway it's nothing wrong, it is the way it should be. This simply indicates that nothing has changed in that repository since you last checked. ...
null
null
2014-09-28T05:33:53.067
null
null
17789
1
null
2010-12-16T19:19:42.830
4
3545
<p>Sometime ago I just tested to see if I could login to desktop from root, and I succeeded. I clicked on Others on the userlist and entered root and its password and logged in. Now I'd like to know how we can disable root login altogether. I didn't see any option as such in the Login Screen.</p>
6977
null
null
2012-08-22T13:22:08.260
How to disable GUI root login?
[ "security", "gdm", "login-screen", "root" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2012-08-22T12:58:06.277", "id": "222305", "postId": "17789", "score": "0", "text": "If possible, please consider closing some of your other open questions by [selecting the best answer](http://meta.askubuntu.com/questions/1137/how-do-i-accept-an-answer) (if they have one). Con...
null
[ { "accepted": null, "body": "<p>On a clean installation of Ubuntu, this should not be possible. This is because Ubuntu by default uses a passwordless root user (i.e. you cannot log in as it directly using normal password-based authentication, such as through the login screen or command-line interface).</p>\...
null
null
null
null
null
17791
1
null
2010-12-16T19:36:46.090
58
66164
<p>I have one speaker next to my computer which I use mostly as a headphone amplifier. On occasion I need to use it as a loudspeaker. Is it possible to quickly change the audio output from stereo to mono, either system-wide or as a plugin for a media player? </p>
null
null
null
2021-05-07T18:04:33.570
Can I downmix stereo audio to mono?
[ "sound" ]
6
2
CC BY-SA 2.5
[ { "creationDate": "2011-09-17T08:56:42.803", "id": "70832", "postId": "17791", "score": "0", "text": "As a side note I can do this on my android phone using the Voodoo Control app which requires a custom kernel that tweaks the headphone amp found in the galaxy phones", "userDisplayName": nu...
null
[ { "accepted": null, "body": "<p>You might be able to use the pulseaudio sound settings manager to change stereo to mono. Or perhaps you can try just panning everything to the left or right speaker.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-22T09:50:22.113", ...
null
null
null
null
David
17795
1
null
2010-12-16T20:24:43.783
8
3684
<p>What are the "select-by-word" in gnome-terminal's preferences?</p>
null
114
2010-12-16T20:33:58.973
2010-12-16T20:46:58.917
What are "select-by-word" characters?
[ "command-line", "gnome-terminal" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>\"Select-by-word\" characters are those characters that define words. They are used to determine which characters to select when doing double clicks.</p>\n\n<p>Eg., if you have <code>a-z@</code> in this list, a valid word would be <code>a@z</code>. If you then have a string l...
null
null
null
null
David
17799
1
null
2010-12-16T21:02:52.367
4
3401
<p>Does anybody know an alternative MS Terminal Server for Ubuntu which can be used for connection of Windows thin clients? It is a big advantage if there are no limitation for a number of connected thin clients.</p> <p>Thank you for possible recomendations and support.</p>
5011
1067
2011-01-25T21:27:35.407
2011-03-26T22:38:16.500
Open source terminal server to replace MS Terminal Server
[ "server", "software-recommendation" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T21:15:12.870", "id": "19000", "postId": "17799", "score": "0", "text": "yes...sorry now i'm being retarded.....when i can find the package name i'll post a solution", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2010-12-17T11:29:34...
null
[ { "accepted": null, "body": "<p><a href=\"http://en.wikipedia.org/wiki/Linux_Terminal_Server_Project\" rel=\"nofollow\">LTSP project</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-17T13:42:56.463", ...
null
0
null
null
null
17802
1
17805
2010-12-16T21:21:19.717
6
6847
<p>I needed to issue several commands to follow a chain of symbolic links to the final target. </p> <p>Is there a command which will do it in a single step?</p> <pre><code>which updatedb /usr/bin/updatedb ls -l /usr/bin/updatedb lrwxrwxrwx 1 root root 26 2010-09-01 16:22 /usr/bin/updatedb -&gt; /etc/alternative...
2670
null
null
2017-07-24T10:29:15.397
How to find the final target of a daisy-chain of symbolic links?
[ "symbolic-link" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Use <code>readlink -e &lt;linkfile&gt;</code>. See readlink's <a href=\"http://manpages.ubuntu.com/manpages/maverick/en/man1/readlink.1.html\">manpage</a> for more info on its arguments.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-16T22:35:06.4...
[ { "accepted": true, "body": "<p>Use <code>readlink -e &lt;linkfile&gt;</code>. See readlink's <a href=\"http://manpages.ubuntu.com/manpages/maverick/en/man1/readlink.1.html\">manpage</a> for more info on its arguments.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-...
null
null
null
null
null
17803
1
17809
2010-12-16T21:35:20.843
6
3971
<p>I want to run this site: <a href="http://www.zygotebody.com/" rel="nofollow">http://www.zygotebody.com/</a> But, it says that WebGL is required. </p> <p>How do I install it? I have Firefox version 3.6.13 and Chromium version 8.0.552.215.</p>
7513
106495
2013-02-04T14:47:04.577
2013-02-04T14:47:04.577
How do I browse a website that uses WebGL?
[ "browser", "webgl" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Actually it says there you need a Browser that supports WebGL, not openGl. As you can see in the following links, no officially released version of Firefox, Chrome or Opera support WebGL at 100%. The nightly builds do but they still need work:</p>\n\n<p><a href=\"http://www.khronos.o...
[ { "accepted": true, "body": "<p>Actually it says there you need a Browser that supports WebGL, not openGl. As you can see in the following links, no officially released version of Firefox, Chrome or Opera support WebGL at 100%. The nightly builds do but they still need work:</p>\n\n<p><a href=\"http://www.k...
null
null
null
null
null
17806
1
17807
2010-12-16T21:42:43.237
16
21450
<p>The title says it all really. I don't want to just kill something that seems so close to the bare metal, and <code>sudo service irqbalance stop</code> says <code>stop: Unknown instance:</code> -- what am I missing? Should I be disabling it somewhere and rebooting?</p>
1260
235
2010-12-16T22:14:08.877
2023-06-22T11:55:02.320
How do I disable irqbalance?
[ "10.04", "upstart" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2014-08-18T15:34:28.430", "id": "694081", "postId": "17806", "score": "0", "text": "Just curious, what's the purpose of enabling/disabling this? It would seem one would _want_ this enabled...", "userDisplayName": null, "userId": "172325" }, { "creationDate": "2...
{ "accepted": true, "body": "<p>And 30 seconds later I found my answer - set <code>ENABLED=0</code> in <code>/etc/default/irqbalance</code></p>\n\n<p>Sorry, nothing to see here, move along.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creation...
[ { "accepted": true, "body": "<p>And 30 seconds later I found my answer - set <code>ENABLED=0</code> in <code>/etc/default/irqbalance</code></p>\n\n<p>Sorry, nothing to see here, move along.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2...
null
null
null
null
null
17808
1
17839
2010-12-16T21:47:44.510
1
783
<p>My old GF 8600 went dead some weeks ago. While I waited for my new card, I used an old Trident PCI card to use the desktop. I could use windows but not Ubuntu, but I still removed several nvidia drivers using the command line: <a href="https://askubuntu.com/questions/15118/getting-an-old-trident-video-accelerator-94...
4477
-1
2017-04-13T12:24:27.937
2010-12-18T19:23:37.600
Screen goes black after VGA change
[ "nvidia", "ati", "dual-boot", "bootloader" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T22:55:52.893", "id": "19016", "postId": "17808", "score": "1", "text": "I couldn't help but read the first line of the last paragraph as \"I guess Ubuntu is thinking I still have a Girl Friend\".", "userDisplayName": null, "userId": "6161" }, { "crea...
{ "accepted": true, "body": "<p>Sorry if I seem stupid: have you removed any possibly manually edited xorg.conf?</p>\n\n<p>Still: does it seem like the kernel is activating framebuffer right from the start? I mean, when you boot, are you getting that fancy and pretty text mode at 160 cols x 60 rows (or something li...
[ { "accepted": true, "body": "<p>Sorry if I seem stupid: have you removed any possibly manually edited xorg.conf?</p>\n\n<p>Still: does it seem like the kernel is activating framebuffer right from the start? I mean, when you boot, are you getting that fancy and pretty text mode at 160 cols x 60 rows (or some...
null
null
null
null
null
17810
1
18660
2010-12-16T21:50:14.353
4
1760
<p>I wanted to try Ubuntu so I was going to partition my hard drive so I restart my computer with my live CD in the disc drive</p> <p>when it boots it shows the typical booting screen for about ten minutes then the screen goes to text only and says that it can't mount/dev/loop0 first I type </p> <blockquote> <p>hel...
7514
7514
2010-12-24T14:52:13.690
2012-07-27T09:08:58.903
booting with liveCD not working saying that it can not mount /dev/loop0
[ "boot" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This can happen when you have a bad CD image (or you don't have enough RAM to run the installer), check the answers to these questions and see if they help:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/6171/can-not-mount-dev-loop0-during-install-from-cd\">&quot;Can not ...
[ { "accepted": true, "body": "<p>This can happen when you have a bad CD image (or you don't have enough RAM to run the installer), check the answers to these questions and see if they help:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/6171/can-not-mount-dev-loop0-during-install-from-cd\">&quot;...
null
null
null
null
null
17812
1
17815
2010-12-16T22:22:19.240
5
589
<p>I've been planning to change my OS to Ubuntu,<br> but my hard disk contains 750GB of files (in two NTFS partitions: 250GB and 700GB).</p> <p>I know that it is possible to keep the larger partition and install Ubuntu to the remaining space, but I would like to know if it is efficient to read an NTFS partition from w...
3268
1067
2010-12-16T22:54:24.767
2010-12-17T22:18:21.213
What is the best way to keep all your files when moving from Windows to Ubuntu?
[ "10.10", "windows", "filesystem", "partitioning" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<blockquote>\n <p>it is efficient to read an NTFS partition from within Ubuntu</p>\n</blockquote>\n\n<ul>\n<li>Yes, it more than efficient <strong>enough</strong> to read your data. It will work relatively well. However, note that NTFS doesn't support all the advanced <a href=\"http://...
[ { "accepted": null, "body": "<p>Reading and writing to a NTFS partition can be a problem, or so i believe, but to my limited knowledge it is best if you can somehow migrate data to ext* or something similar.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLic...
null
null
null
null
null
17821
1
null
2010-12-17T01:47:09.433
6
24773
<p>I need to install a Windows application, which checks if there is Internet Explorer of at least 5th version installed and refuses to install (while I believe it does not really need it to work) if it is not.</p> <p>I've tried winetricks to install ie 8, 7, 6 full, 6 versions it offers - none worked - versions 7 and...
2390
1059
2014-12-24T22:10:37.497
2017-02-21T16:55:14.483
How to install (or mock) Internet Explorer?
[ "wine", "browser", "ie" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T01:50:23.790", "id": "36755", "postId": "17821", "score": "0", "text": "What is the application? Maybe we can determine what it wants as proof of IE5+.", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2016-06-03T12:26:29.160", "i...
null
[ { "accepted": null, "body": "<p>Ivan, in the Wine HQ AppDB (http://appdb.winehq.org), there are entries for several versions of Internet Explorer. Have you tried them all with no success? Pay attention to the versions, it's not unusual that a newer Wine version breaks apps that worked in a previous one.</p>...
null
null
null
null
null
17822
1
17827
2010-12-17T02:06:31.583
2
2729
<p>I don't have any problem with GNOME, it's actualy great, but wanna testing same thing new, how?</p>
7513
235
2010-12-18T18:59:23.983
2010-12-18T18:59:23.983
Can I install Unity on 10.04?
[ "10.04", "gnome", "unity" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Backporting all the required parts was too much work for 10.10, so an option for 10.04 is highly unlikely.</p>\n\n<p>However you can install an 11.04 image onto a USB stick, which would give you an option of trying it at your convenience without breaking your 10.04:</p>\n\n<p><a href...
[ { "accepted": true, "body": "<p>Backporting all the required parts was too much work for 10.10, so an option for 10.04 is highly unlikely.</p>\n\n<p>However you can install an 11.04 image onto a USB stick, which would give you an option of trying it at your convenience without breaking your 10.04:</p>\n\n<p...
null
null
null
null
null
17823
1
17829
2010-12-17T02:08:49.860
2624
5263741
<p>I'd like to output a list of all installed packages into a text file so that I can review it and bulk-install on another system. How would I do this?</p>
2390
527350
2016-06-08T17:48:09.217
2023-01-22T13:46:51.997
How to list all installed packages
[ "apt", "package-management" ]
25
2
CC BY-SA 3.0
[ { "creationDate": "2015-08-20T06:35:47.157", "id": "956889", "postId": "17823", "score": "16", "text": "[Related](http://askubuntu.com/questions/9135/how-to-backup-settings-and-list-of-installed-packages).", "userDisplayName": null, "userId": "334829" }, { "creationDate": "2017-0...
{ "accepted": true, "body": "<h1>Ubuntu 14.04 and above</h1>\n<p>The <code>apt</code> tool on Ubuntu 14.04 and above makes this very easy.</p>\n<pre><code>apt list --installed\n</code></pre>\n<hr />\n<h1>Older Versions</h1>\n<p>To get a list of packages installed locally do this in your terminal:</p>\n\n<pre class=...
[ { "accepted": true, "body": "<h1>Ubuntu 14.04 and above</h1>\n<p>The <code>apt</code> tool on Ubuntu 14.04 and above makes this very easy.</p>\n<pre><code>apt list --installed\n</code></pre>\n<hr />\n<h1>Older Versions</h1>\n<p>To get a list of packages installed locally do this in your terminal:</p>\n\n<pr...
null
null
null
null
null
17824
1
null
2010-12-17T02:11:38.650
0
576
<p>I tried to install wine. Since it was taking more than an hour I restarted the system.</p> <p>I found the following error when I tried to open synaptic package manager. </p> <pre><code>E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache-&gt;open() failed, pl...
null
214264
2016-03-20T15:11:05.010
2016-03-21T09:50:22.137
dpkg interrupted error while downloading
[ "dpkg", "software-sources", "synaptic" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2010-12-17T03:06:44.123", "id": "19033", "postId": "17824", "score": "0", "text": "Post the output of `sudo apt-get update`", "userDisplayName": null, "userId": "5691" } ]
null
[ { "accepted": null, "body": "<p>Did you try running <code>sudo dpkg --configure -a</code> as the error message says?<br>\n<em>Applications -> Accessories -> Terminal</em>, type <code>sudo dpkg --configure -a</code> and hit <kbd>Enter</kbd>.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
nitzsi
17828
1
17858
2010-12-17T02:58:00.347
5
2767
<p>A notifier for all the three if it's possible beside the clock... I'm using Ubuntu 10.04 with Gnome 2.30.2. Thank you.</p>
7513
7513
2010-12-17T03:11:55.307
2014-11-19T01:56:38.610
Is there any [yahoo + Gmail + Hotmail] "widget" notifier?
[ "mail" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h3>for Ubuntu 12.04</h3>\n<p>You may also like <a href=\"https://launchpad.net/popper\" rel=\"nofollow noreferrer\">Popper</a>.</p>\n<p>Unfortunately the development of Popper was discontinued. Therefore the last version published was for 12.04 LTS.</p>\n", "commentCount": "2", "co...
[ { "accepted": null, "body": "<p>Try Pidgin with the webMail Notifier plugin, If Pidgin is too much for just mail notification, then try if mail-notification available in the repositories will work, for mail-notification to work with some Yahoo e-mail accounts you may have to pay for the Yahoo pop3 service.<...
null
null
null
null
null
17834
1
null
2010-12-17T04:20:02.357
1
12795
<p>that's my question. I've Gcc 4.4.1 and that function isn’t present, i had installed the 4.3 and 4.5 versions with the same result :-/</p> <p>I know that this function is not the C-ANSI standard, but I didn't write the code and I need compile it in my distro. A friend of mine had the same version of the compiler in ...
7520
1067
2010-12-17T05:22:29.550
2013-12-27T08:45:18.873
Is itoa() available in stdlib.h in Gcc >=4.1?
[ "10.10", "programming", "gcc" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It doesn't appear to be defined in 4.4.4, but if you don't care about radixes other than 10</p>\n\n<pre><code>char *itoa(long i, char* s, int dummy_radix) {\n sprintf(s, \"%ld\", i);\n return s;\n}\n</code></pre>\n\n<p>Is a quick and dirty (and tested) replacement.</p>\...
null
null
null
null
null
17841
1
17854
2010-12-17T06:01:11.650
27
22100
<p>Since Ubuntu 10.04 is an LTS release will it support python 2.7 as a default package maintainer version or at least have a python2.7 package in future? </p> <p>Since it will be the last major python 2.x release and is intended to remain in place for a long time, I decided to use it. I compiled it from source (Afte...
4497
235
2011-09-27T15:54:28.767
2012-08-23T14:24:03.060
Will python2.7 be available for 10.04 in the future?
[ "10.04", "package-management", "python", "versions" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>No, it's not considered safe to define 2.7 as your default Python interpreter <em>in Lucid</em>. And I don't think it will be in the future.</p>\n\n<ul>\n<li><p><strong>There are no major version upgrades of any software in one release.</strong></p>\n\n<p>So python2.7 will not replac...
[ { "accepted": null, "body": "<p>i do not think so since it will need to change many of the programs and libraries associated with the 10.04 version. Actually many of the work in Ubuntu is made using a specific python version. Changing it to python would change a lot of system files.</p>\n\n<p>For 10.10 it i...
null
null
null
null
null
17843
1
17844
2010-12-17T06:15:58.423
8
782
<p>With Windows 7 I can easily set up a scheduled backup, which will incrementally backup directories I have selected, as well as create a disk image, all whilst I am still using my PC.</p> <p>Is there anything even approaching the level of seamless convenience and quality of the Volume Shadow Copy Service (VSS) for U...
7522
8844
2011-02-26T22:07:52.437
2017-03-13T09:46:08.197
Windows 7 style backup?
[ "software-recommendation", "windows-7", "backup" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T18:58:29.443", "id": "19254", "postId": "17843", "score": "2", "text": "Useful comparisons of backup tools here: http://askubuntu.com/questions/2596/comparison-of-backup-tools", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-12-2...
{ "accepted": true, "body": "<p>Yes, far surpassing it in fact ;-)</p>\n\n<p>There is <a href=\"http://apt.ubuntu.com/p/deja-dup\" rel=\"nofollow noreferrer\"><strong>Déjà Dup</strong><img src=\"https://hostmar.co/software-large\" alt=\"install\"></a>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/7ecUq.png\" alt=...
[ { "accepted": true, "body": "<p>Yes, far surpassing it in fact ;-)</p>\n\n<p>There is <a href=\"http://apt.ubuntu.com/p/deja-dup\" rel=\"nofollow noreferrer\"><strong>Déjà Dup</strong><img src=\"https://hostmar.co/software-large\" alt=\"install\"></a>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/7ecUq.pn...
null
null
null
null
null
17846
1
null
2010-12-17T06:45:22.333
2
731
<p>I was trying to install ubuntu in my windows 7 with separate partition, and I made a CD for ubuntu 10.10 and installed into my computer. But after I installed ubuntu I don't see any option for windows 7. It seems like I lost everything my important documents. Is there any way I could get back my files. Please help m...
null
null
null
2010-12-20T00:16:28.207
Seemed be lost everything after installed ubuntu in my windows 7 computer
[ "10.10" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T09:45:19.053", "id": "19072", "postId": "17846", "score": "2", "text": "You could only lost the Windows partition if you selected to remove the existing partitions, you should not have proceeded if you didn't understood the questions. As for the recovery, try to get...
null
[ { "accepted": null, "body": "<p>You could have read something like this before you tried to install Ubuntu as dual boot : <a href=\"https://help.ubuntu.com/community/WindowsDualBoot\" rel=\"nofollow\">https://help.ubuntu.com/community/WindowsDualBoot</a>\n If you installed Ubuntu in separate partition then ...
null
null
null
null
Mayalu
17850
1
17896
2010-12-17T07:17:01.227
3
143
<p>Seems by now Ubuntu One should update their logo to match the branding introduced in April of 2010.</p>
7528
351506
2018-06-17T02:51:29.090
2018-06-17T02:51:29.090
Is Ubuntu One getting a new logo to coincide with the new(ish) branding?
[ "ubuntu-one", "branding" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Yes, we will be getting a new logo.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-17T23:15:52.723", "id": "19166", "postId": "17896", "score": "0", "text": "By Natty's release?", "userDisplayName": null, "userI...
[ { "accepted": true, "body": "<p>Yes, we will be getting a new logo.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-17T23:15:52.723", "id": "19166", "postId": "17896", "score": "0", "text": "By Natty's release?", "userDispla...
null
null
null
null
null
17851
1
null
2010-12-17T07:33:04.793
3
1150
<p>I am not able to log in to Ubuntu. When I start my laptop and select Ubuntu, the screen with the Ubuntu logo and progress bar dots is shown. I wait for some time but it doesn't show me the login screen. I have tried to restart it but the same problem occurs. I am new to Ubuntu. </p>
null
8844
2011-11-08T16:46:37.493
2011-11-08T16:46:37.493
Login screen never appears
[ "boot" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2010-12-17T07:46:30.900", "id": "19053", "postId": "17851", "score": "3", "text": "Please do the following so you can show us more info about what is not working. When the ubuntu option appears in the menu press E for Edit. Go to the line that starts with LINUX and press E aga...
null
[ { "accepted": null, "body": "<p>Try this:</p>\n\n<p><code>sudo gedit /etc/default/grub</code></p>\n\n<p>Find the line: <code>LINUX_CMDLINE_DEFAULT</code> and add this between the \"\": <code>quiet nosplash nohz=off</code></p>\n\n<p>Then:</p>\n\n<p><code>sudo update-grub</code></p>\n\n<p>Do all this in a ter...
null
null
2011-11-08T21:49:35.193
null
user7365
17855
1
17866
2010-12-17T08:10:26.427
3
239
<p>I am currently using Natty 11.04, at updating daily. I was just wondering when the dash will be implimented, as there are some really neat feature (like zeitgeist, etc.) that I'd really like to try out and post bug reports for.</p>
7528
null
null
2010-12-17T08:58:33.910
When will the dash be implimented in Natty development?
[ "unity", "11.04" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I can't currently find a source for this, but I remember hearing that we would see the Dash in time for <strong>Alpha 2</strong>. If you look at the <a href=\"https://wiki.ubuntu.com/NattyReleaseSchedule\" rel=\"nofollow\">Natty Release Schedule</a> then that puts us at early Februar...
[ { "accepted": true, "body": "<p>I can't currently find a source for this, but I remember hearing that we would see the Dash in time for <strong>Alpha 2</strong>. If you look at the <a href=\"https://wiki.ubuntu.com/NattyReleaseSchedule\" rel=\"nofollow\">Natty Release Schedule</a> then that puts us at early...
null
null
null
null
null
17856
1
null
2010-12-17T08:13:25.533
9
12772
<p>Hi I am unsuccessfully trying to install MySQL Gem on Ubuntu 10.04.</p> <p>I have tried the following commands:</p> <pre><code>sudo gem install mysql sudo gem install mysql -- --with-mysql-config=/usr/bin/mysql_config </code></pre> <p>I get the following message for each:</p> <pre><code>Building native extension...
7531
null
null
2010-12-21T19:17:19.813
Installing MySQL Ruby Gem
[ "installation", "mysql", "ruby" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Does</p>\n\n<pre><code>sudo apt-get install libmysql-ruby\n</code></pre>\n\n<p>fetch the required gem?</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-21T14:39:38.883", "id": "19634", "postId": "18383", "scor...
null
null
null
null
null
17857
1
null
2010-12-17T08:18:35.900
1
5397
<p>there is only the wired connection option available when the menu drops down. i have installed a belkin wireless g card for my desktop. it has been used before on this version of ubuntu 10.10, but after upgrading it shows only wired networks. enable networking and enable notifications have both been ticked. still on...
null
null
null
2011-02-25T23:20:01.807
wireless not showing up in network manager applet
[ "wireless", "network-manager" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T14:03:21.430", "id": "19092", "postId": "17857", "score": "0", "text": "As koanhead already suggested, please tell us if the output of ifconfig shows a wireless interface like 'wlan0'.", "userDisplayName": null, "userId": "6650" }, { "creationDate": ...
null
[ { "accepted": null, "body": "<p>First of all, are you connected to the internet? If so, try clicking System>Administration>Aditional Drivers</p>\n\n<p>This will bring up non open-drivers. This worked for my wife's computer. I'm not really sure which cards require this or not, but worth a short in my books.<...
null
null
2011-12-13T18:56:38.777
null
Vidur Vishnudutt
17861
1
17878
2010-12-17T08:31:27.540
2
8779
<p>I have network server on ubuntu server with Samba. I want to set a password to a specific folder.</p> <p>Does anybody know how to do this?</p>
7533
866
2010-12-17T09:50:09.937
2022-01-04T20:57:22.143
Restrict access to specific folder on samba
[ "server", "security", "samba" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You will have to add a new user for that folder with different password ofc.:</p>\n\n<p>Below is an example with user <em>secretuser</em>:</p>\n\n<p>Add user and set password:</p>\n\n<blockquote>\n <p>useradd secretuser<br>\n passwd secretuser</p>\n</blockquote>\n\n<p>Add samba us...
[ { "accepted": true, "body": "<p>You will have to add a new user for that folder with different password ofc.:</p>\n\n<p>Below is an example with user <em>secretuser</em>:</p>\n\n<p>Add user and set password:</p>\n\n<blockquote>\n <p>useradd secretuser<br>\n passwd secretuser</p>\n</blockquote>\n\n<p>Add ...
null
null
null
null
null
17862
1
null
2010-12-17T08:36:18.313
1
803
<p>I created a secondary user login for my system, but sound playback does not work? What do you have to change to give user access to sound?</p>
163
null
null
2021-08-15T21:44:31.893
How do I enable sound access for desktop users?
[ "sound" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Add the user to the audio group:</p>\n\n<pre><code>sudo usermod -aG audio &lt;username&gt;\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-17T09:15:36.313", ...
null
null
null
null
null
17863
1
17865
2010-12-17T08:38:25.673
3
2222
<p>There are menu items missing form my System->Preference menu. Going to System->Preferences->Main Menu, the menu items are not disable, but missing entirely. How do you reset the menus back to defaults?</p>
163
null
null
2010-12-17T11:58:07.330
How do you reset/revert system menus back to defaults?
[ "menu" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Right click the menu, click edit menus, click the \"Revert\" button. This is the screen you should see:</p>\n\n<p><img src=\"https://i.stack.imgur.com/ZM10O.png\" alt=\"This is what you should be seeing\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "20...
[ { "accepted": true, "body": "<p>Right click the menu, click edit menus, click the \"Revert\" button. This is the screen you should see:</p>\n\n<p><img src=\"https://i.stack.imgur.com/ZM10O.png\" alt=\"This is what you should be seeing\"></p>\n", "commentCount": "1", "comments": [ { "cr...
null
null
null
null
null
17864
1
null
2010-12-17T08:49:43.027
1
1619
<p>I am new to ubuntu, but very impressed with the system. so one day i tried installing ubuntu 10.10 along with windows in dual boot first place it didnt get installed properly and during second attempt i could do it right but oh...i lost my windows 7 ,</p> <p>here is my problem and what i have done till now.</p> <ol>...
7534
-1
2020-06-12T14:37:07.210
2014-06-01T22:56:31.917
NTFS partitions hidden under EXT4 file system / partition...want to recover files from NTFS
[ "filesystem", "ntfs", "data-recovery", "partitioning" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T09:14:07.303", "id": "19065", "postId": "17864", "score": "0", "text": "sorry I don't understand your numbers...", "userDisplayName": null, "userId": "1599" }, { "creationDate": "2010-12-17T09:42:04.487", "id": "19070", "postId": "17864", ...
null
[ { "accepted": null, "body": "<p>[I wish I had reputation to comment...]</p>\n\n<p>You did not specify if you overwrote the old NTFS partition or created a new partition. I am hoping you installed you created a new partition on the disk. (If you overwrote it, there is some hope, but not much hope.)</p>\n\n...
null
null
null
null
null
17869
1
17872
2010-12-17T09:22:55.977
7
3553
<p>My iPhone is connected via USB to my Ubuntu desktop via a dock. How do I configure it so that when I dock my phone the screen is unlocked and when removing it it locks it?</p>
7535
7535
2010-12-17T11:51:55.543
2011-02-17T03:07:25.613
How do I lock/unlock my screen using my iPhone and USB dock?
[ "10.04", "usb", "iphone" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T11:32:37.110", "id": "19081", "postId": "17869", "score": "0", "text": "Great trick!. But you can use comments to put you comments ;)", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-12-17T11:52:45.777", "id": "19082", "p...
{ "accepted": true, "body": "<p>Found an excellent script <a href=\"http://echowarp.neomenlo.org/2009/scripts/unlock-your-screen-with-any-usb-device\" rel=\"noreferrer\">here</a> courtesy of Evan Boldt on how to do this. Thanks Evan!</p>\n\n<p>First find out the id of your device by using <strong>lsusb</strong></p>...
[ { "accepted": true, "body": "<p>Found an excellent script <a href=\"http://echowarp.neomenlo.org/2009/scripts/unlock-your-screen-with-any-usb-device\" rel=\"noreferrer\">here</a> courtesy of Evan Boldt on how to do this. Thanks Evan!</p>\n\n<p>First find out the id of your device by using <strong>lsusb</str...
null
null
null
null
null
17870
1
17871
2010-12-17T09:30:04.380
10
318
<p>When I uninstall some software and then reinstall it through Ubuntu Software Centre after a short period of time, the notification says that it is only being installed and not downloaded. However if this is done after a long period of time, it has to be both downloaded and installed. This leads me to two related que...
null
null
2011-10-21T08:38:26.087
2011-10-21T08:38:26.087
Hidden parts of recently uninstalled software
[ "software-center" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>1) Yes, downloaded packages are stored in <code>/var/cache/apt/archives/</code>. You can remove them by running <code>sudo apt-get clean</code>.</p>\n\n<p>From <code>man apt-get</code>:</p>\n\n<blockquote>\n <p>clean</p>\n \n <blockquote>\n <p>clears out the local repository\n ...
[ { "accepted": true, "body": "<p>1) Yes, downloaded packages are stored in <code>/var/cache/apt/archives/</code>. You can remove them by running <code>sudo apt-get clean</code>.</p>\n\n<p>From <code>man apt-get</code>:</p>\n\n<blockquote>\n <p>clean</p>\n \n <blockquote>\n <p>clears out the local repos...
null
null
null
user7182
user7182
17873
1
18336
2010-12-17T09:55:48.483
1
3149
<p>I've bought a Cisco RVS4000 router, and have set up VPN on the box.</p> <p>The only way to connect to it seems to be through a client called QuickVPN, which Cisco only releases for windows. I've successfully set up the VPN tunnel on my windows partition, but would like to make it work on my Ubuntu partition as well...
615
null
null
2024-01-04T10:24:26.827
Problems with Cisco QuickVPN client
[ "wine", "vpn", "cisco" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Some cursory web searching shows that IPSEC uses port 500. If indeed the client is trying to listen on port 500, you may run into issues because on Linux system you need elevated privileges to listen on ports &lt;1024.</p>\n", "commentCount": "2", "comments": [ { "crea...
[ { "accepted": true, "body": "<p>Some cursory web searching shows that IPSEC uses port 500. If indeed the client is trying to listen on port 500, you may run into issues because on Linux system you need elevated privileges to listen on ports &lt;1024.</p>\n", "commentCount": "2", "comments": [ ...
null
null
null
null
null
17874
1
17923
2010-12-17T10:02:48.167
1
787
<p><strong>UPDATE:</strong> (solved- sort of} See my <em>answer</em> below </p> <hr> <p>I have 2 identical USB drives which I've both formatted to identical specs using Gparted. Both have two identical primary partitions (ext4 and ntfs). </p> <ul> <li><p>I have not created any mount-point directories for them.<br...
2670
2670
2010-12-17T16:57:34.427
2010-12-17T23:18:41.580
Two identical USB drives auto-mount with different owner group permissons, but why?
[ "usb", "mount", "automount" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Problem solved! (sort of...) </p>\n\n<p>... I've been doing some very deliberate and detailed tests for several hours now (including manually mounting the drives, as well as the auto-mount), and always with the same results.. Repeatable reslults!... <strong>until</strong> I tried so...
[ { "accepted": true, "body": "<p>Problem solved! (sort of...) </p>\n\n<p>... I've been doing some very deliberate and detailed tests for several hours now (including manually mounting the drives, as well as the auto-mount), and always with the same results.. Repeatable reslults!... <strong>until</strong> I ...
null
null
null
null
null
17876
1
17891
2010-12-17T10:45:49.480
10
1956
<p>I have a dual screen, compiz-fusion and i don't have a NVDIA/ATI graphic card and i use ubuntu 10.10.</p> <p>i currently use the two monitors: the desktop is stretched across monitors and i can drag an application across monitors. </p> <p>My question follows: i would like to use the left monitor only to display wo...
2413
235
2010-12-17T20:48:37.690
2011-02-15T12:39:07.273
Dual screens with one workspace on each?
[ "xorg", "multiple-monitors" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T13:35:08.957", "id": "19089", "postId": "17876", "score": "1", "text": "You might like to take a look at [Fedora Dual Monitor - One Workspace Per Monitor](http://superuser.com/questions/29834/fedora-dual-monitor-one-workspace-per-monitor)", "userDisplayName": nu...
{ "accepted": true, "body": "<p>As far as I know, Compiz doesn't support what you want.</p>\n\n<p>I've heard that there are other window managers that can. I don't remember which ones in particular -- Xmonad? Awesome? I remember that the one I heard about was a tiling window manager, and decided changing all my ...
[ { "accepted": true, "body": "<p>As far as I know, Compiz doesn't support what you want.</p>\n\n<p>I've heard that there are other window managers that can. I don't remember which ones in particular -- Xmonad? Awesome? I remember that the one I heard about was a tiling window manager, and decided changing...
null
null
null
null
null
17884
1
17890
2010-12-17T12:28:07.990
7
655
<p>I would like to install some Firefox add-ons, also called 'extensions' or 'plugins', like for example Adblock Plus, Ubufox or Greasemonkey.</p> <p>Should I install them from the Mozilla website, using the Firefox browser, or should I search Firefox in the Software Center and then select the interesting applications...
5592
3037
2011-01-06T06:43:21.180
2011-01-06T06:43:21.180
Should I install Firefox add-ons via the Software Center or the webbrowser?
[ "firefox", "software-center", "plugins", "ubufox", "adblock" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm going to say <em>both</em>, it depends on the add on.</p>\n\n<ul>\n<li><p>If you want to keep on the outside of the envelope, use the built-in add on manager. Add ons installed this way will be updated frequently, and you will get major version updates.</p></li>\n<li><p>If you pr...
[ { "accepted": null, "body": "<p>I would prefer Firefox's inbuilt add-on manager as it contains all add-ons of Firefox and will get frequent updates.</p>\n\n<p><img src=\"https://i.stack.imgur.com/YJAJS.png\" alt=\"alt text\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": nul...
null
null
null
null
null
17885
1
31802
2010-12-17T12:34:38.860
6
3148
<p>I'm making a video and I want to do keyframed speed changes. That is, I want to have a video gradually get faster or slower at different points. I have been a user of kdenlive for awhile but have unfortunately found that is unable to do this. Can any recommend software that can definitely do this?</p>
6689
null
null
2022-08-09T01:16:04.197
Can you do keyframed speed changes with video?
[ "video", "video-editor", "effects" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>After a year of searching I've finally come across an answer. For this you'll need Blender. I'm using 2.56 beta.</p>\n\n<p>Open Blender and switch to the Video Editor</p>\n\n<p><img src=\"https://i.stack.imgur.com/vnhsn.png\" alt=\"Blender Video Editor\"></p>\n\n<p>Add a video to the...
[ { "accepted": true, "body": "<p>After a year of searching I've finally come across an answer. For this you'll need Blender. I'm using 2.56 beta.</p>\n\n<p>Open Blender and switch to the Video Editor</p>\n\n<p><img src=\"https://i.stack.imgur.com/vnhsn.png\" alt=\"Blender Video Editor\"></p>\n\n<p>Add a vide...
null
null
null
null
null
17888
1
17899
2010-12-17T12:40:41.457
4
447
<p>I want to test my Ubuntu app on Unity.</p> <p>I tried installing 11.04 on a VMWare virtual machine. I get a dialog saying I don't have 3d support so I can't turn on Unity. I learn that 3d drivers are not available for Ubuntu on VMWare.</p> <p>So I figure, I'll just use the live CD on my computer itself. (i.e., no ...
7538
8844
2011-09-15T22:59:57.780
2011-09-15T22:59:57.780
How can I test an app in Unity without installing Ubuntu?
[ "unity", "drivers", "11.04", "live-cd" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2010-12-17T13:30:13.630", "id": "19087", "postId": "17888", "score": "1", "text": "As long as it cannot be run on a virtual machine it will be hard to get developers to adapt their apps for Unity.", "userDisplayName": null, "userId": "3940" } ]
{ "accepted": true, "body": "<p>Running Unity in a VM is a current limitation. Installing it to a USB stick should work better for you:</p>\n\n<p><a href=\"https://askubuntu.com/questions/16988/how-do-i-install-ubuntu-to-a-usb-key\">How do I install Ubuntu to a USB key? (without using Startup Disk Creator)</a></p>\...
[ { "accepted": true, "body": "<p>Running Unity in a VM is a current limitation. Installing it to a USB stick should work better for you:</p>\n\n<p><a href=\"https://askubuntu.com/questions/16988/how-do-i-install-ubuntu-to-a-usb-key\">How do I install Ubuntu to a USB key? (without using Startup Disk Creator)<...
null
null
null
null
null
17892
1
null
2010-12-17T13:39:49.213
4
10608
<p>I had very strange issue , I rebooted my PC (Ubuntu 10.10) , when the login screen comes back, what ever user I select it expands the password field and collapses it again in less than 1 second.</p> <p>Some services like <code>ssh</code> , <code>vnc</code> don't work so I can't login to it remotely, however I can l...
3460
169736
2014-06-08T03:59:39.773
2014-06-08T03:59:39.773
Failed to load module 'nvidia'
[ "nvidia", "xorg" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T13:50:05.457", "id": "19091", "postId": "17892", "score": "0", "text": "My guess is that SSH and VNC probably do not work because you usually will not be connected to a wireless network until you log in to a user. This is because every user have their own set of wir...
null
[ { "accepted": null, "body": "<p>It looks like your nvidia drivers didn't get updated when your kernel got upgraded; this can happen if you install drivers by hand or via the website. </p>\n\n<p>You can reinstall the nvidia drivers by running <code>jockey-text</code> in a console. From here you can list the ...
null
null
null
null
null
17894
1
17895
2010-12-17T13:43:50.520
2
457
<p>The Epson Stylus C64 is a USB printer. How can I install this so that I can print documents?</p>
667
null
null
2010-12-17T14:32:00.990
How can I use an Epson Stylus C64 printer?
[ "hardware", "drivers", "usb", "printing" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Turns out all I had to do was plug in the USB cable. This has to be the cable that connects to the printer, not some other random cable. Yes, I plugged in the wrong thing :P</p>\n\n<p>When I plugged it in, I got a notification telling me that the printer had been added. I could then ...
[ { "accepted": true, "body": "<p>Turns out all I had to do was plug in the USB cable. This has to be the cable that connects to the printer, not some other random cable. Yes, I plugged in the wrong thing :P</p>\n\n<p>When I plugged it in, I got a notification telling me that the printer had been added. I cou...
null
null
null
null
null
17898
1
null
2010-12-17T14:10:04.840
4
1066
<p>I have 2 displays and used to have 1 big desktop. Now after the last upgrade, my custom settings are not used anymore and I cannot change them using the gnome-display-properties.</p> <ol> <li>The mirror function keeps being active even when I un-select it.</li> <li>The detect screens function doesn't do anything.<...
7546
null
null
2010-12-17T14:52:09.420
Unable to change display settings
[ "configuration", "ati", "display" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You need to change with ati's propierty settings tool. It is on your settings menu.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-17T14:59:05.740", "id": "19100", "postId": "17906", "score": "1", "t...
null
null
null
null
null
17900
1
17908
2010-12-17T14:22:24.637
3
3513
<p>What option should I select in the (Evince) print dialog to print in black and white using only the (cheaper) black ink cartridge - not black as a composite of other colours?</p> <p>The options I see in the 'Colour' tab are:</p> <ul> <li>'Grayscale'</li> <li>'Inverted Grayscale'</li> <li>'RGB Color'</li> <li>'CMY ...
667
380067
2015-04-22T16:57:15.437
2015-04-22T16:57:15.437
How can I print in black and white in Evince?
[ "printing", "colors", "evince" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You usually want Grayscale. At least it works like that on all the printers that I know. Of course it could be driver-dependent, so more data about the printer model could yield you a better answer.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "con...
[ { "accepted": true, "body": "<p>You usually want Grayscale. At least it works like that on all the printers that I know. Of course it could be driver-dependent, so more data about the printer model could yield you a better answer.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate"...
null
null
null
null
null
17902
1
17930
2010-12-17T14:50:27.390
6
10490
<p>I'm thinking of switching to Ubuntu as my primary OS, but there's one big thing i'm still worried about.</p> <p>For school we have to use Microsoft Visual Studio Express to program in C and C++ (i could just use any other IDE but this will be the IDE we have to use on the exam).</p> <p>So i checked if Visual Studi...
7551
1067
2011-01-23T11:10:25.397
2017-02-21T11:16:30.430
Does Visual Studio Express work well with Wine?
[ "wine" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T17:32:41.413", "id": "19116", "postId": "17902", "score": "3", "text": "As a general note, things tend to improve quickly sometimes in the FOSS world, so when someone says something about trouble they had \"in the past\", take it with a grain of salt. Just give it a...
{ "accepted": true, "body": "<p>It <a href=\"http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=892\" rel=\"nofollow noreferrer\">looks unlikely</a> that it will work in Wine.</p>\n\n<p>You have several other options:</p>\n\n<ul>\n<li><p>Dual boot - install Ubuntu alongside Windows and use Windows...
[ { "accepted": null, "body": "<p>Instructions for specific Windows programs</p>\n\n<p>see Wine's Application Database at <a href=\"http://appdb.winehq.org/\" rel=\"nofollow\">http://appdb.winehq.org/</a> or <a href=\"http://wine-review.blogspot.com/\" rel=\"nofollow\">http://wine-review.blogspot.com/</a></p>...
null
null
null
null
null
17903
1
null
2010-12-17T14:51:07.067
5
2264
<p>I've just got an Dell Precision M6500 that comes with an nVidia card. Together with Kubunutu 10.10 and the proprietary nvidia driver suspend to disk or RAM does not work. It's allways ending with a running system and a locked screen (i.e. I can just enter my password and everything is as before - it's never sleeping...
null
235
2011-09-13T03:20:29.877
2014-12-08T18:52:56.230
How to fix hibernate / suspend with proprietary nVidia driver?
[ "10.10", "suspend", "hibernate", "nvidia" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-02-18T07:17:50.603", "id": "29641", "postId": "17903", "score": "1", "text": "@Chris, did you ever get this solved? Please update your question. Thanks", "userDisplayName": null, "userId": "5786" }, { "creationDate": "2011-03-03T19:47:24.897", "id": "3...
null
[ { "accepted": null, "body": "<p>Try booting with <code>acpi=off</code> to see if it helps.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-09-04T01:31:47.423", "id": "229012", "postId": "17925", "score": "1", "text": "@Mitch This is an...
null
null
null
null
Chris
17907
1
17949
2010-12-17T14:54:20.930
2
785
<p>I love Pitivi video editor for being able to deal with so many different video formats. Under <code>project</code>-><code>project settings</code>-><code>export to</code>, there are multiple containers, video codecs and audio codecs. What are the pros and cons of these options?</p>
null
null
2011-05-23T15:59:03.700
2011-05-23T15:59:03.700
Comparison of various Pitivi video editor project settings
[ "pitivi" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-12-17T14:56:43.560", "id": "19099", "postId": "17907", "score": "2", "text": "This isn't really an Ubuntu question, but a video/audio question.", "userDisplayName": null, "userId": "6647" } ]
{ "accepted": true, "body": "<p>Personally I Would use MKV For High quality as it is open source and has more options than any other format <a href=\"http://en.wikipedia.org/wiki/Comparison_of_container_formats\" rel=\"nofollow noreferrer\">Comparison of container formats</a>. As far as mobile or streaming is conce...
[ { "accepted": true, "body": "<p>Personally I Would use MKV For High quality as it is open source and has more options than any other format <a href=\"http://en.wikipedia.org/wiki/Comparison_of_container_formats\" rel=\"nofollow noreferrer\">Comparison of container formats</a>. As far as mobile or streaming ...
null
null
null
user7182
user7182
17909
1
null
2010-12-17T15:10:49.203
5
65273
<p>I have the small red cross icon in my indicator applet, and upon hovering it says that <em>An error occurred while checking for updates.</em> Because of this, I can't edit the selected repositories through <strong>synaptic</strong>, which refuses to open the dialog and instead just tries to update the package list.<...
4259
8844
2011-09-15T23:22:11.037
2021-01-25T17:17:49.747
How to fix broken repository information?
[ "updates", "update-manager", "synaptic" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-12-17T17:25:50.530", "id": "19113", "postId": "17909", "score": "1", "text": "Your output for update seems to be fine.How do you say that your repository is broken??", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-12-17T17:43:41.663"...
null
[ { "accepted": null, "body": "<p>The first step is to cut out the \"middle-man\" tools and work with commands that are invoked on your behalf:</p>\n\n<pre><code> sudo apt-get check &amp;&amp; sudo apt-get update \n # you may need to repeat the update if it complains\n sudo apt-get upgrade\n</code></pre>\n\n<...
null
null
null
null
null
17911
1
null
2010-12-17T15:26:23.710
2
21744
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/142300/how-to-fix-error-unknown-filesystem-grub-rescue">How to fix &quot;error: unknown filesystem. grub rescue&gt;</a> </p> </blockquote> <p>My Ubuntu 10.10 system suddenly froze/crashed for no reason and I had to...
7558
-1
2017-04-13T12:23:21.773
2010-12-17T15:48:04.583
ls on grub rescue - unknown filesystem
[ "grub2" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The \"normal\" <strong>ls</strong> that you are doing is running against the crash recovery pseudo-disk stored in <code>initramfs*</code>. The initramfs contains only enough tools to fix the system.</p>\n\n<p>You may find this <a href=\"http://ubuntuforums.org/showthread.php?...
null
null
2012-10-31T09:12:01.577
null
null
17912
1
null
2010-12-17T15:39:51.910
13
39475
<p>I've got Toshiba U500 (nVidia). Tried changing /etc/default/grub in many ways, now I've got:</p> <pre><code>GRUB_DEFAULT=5 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2&gt; /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="vga=0x014c" GRUB_CMDLINE_LINUX="vga=0x014c" GRUB_G...
7560
235
2010-12-17T15:43:05.557
2017-02-15T04:01:50.953
How to enable 1280x800 resolution in tty?
[ "10.10", "nvidia", "grub2", "resolution", "tty" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<ol>\n<li><p>Install hwinfo since that is the only way i know how. (<code>sudo apt-get install hwinfo</code> OR <code>sudo aptitude install hwinfo</code>)</p></li>\n<li><p>Go to the console (gnome-terminal or any other) and type <code>sudo hwinfo --framebuffer</code> and you wil...
null
null
null
null
null
17917
1
null
2010-12-17T16:20:38.770
7
12224
<p>I've reinstalled Nautilus from the maverick repositories after removing nautilus-elementary and the breadcrumb hacks, but I have no longer access to the "preferences" menu and the default toolbar. How do I reset Nautilus to the default configuration?</p> <p><em><strong>Update</em></strong>: I've tried moving both <...
1645
1645
2010-12-18T23:52:41.293
2010-12-18T23:52:41.293
How do I reset nautilus to the default configuration?
[ "10.10", "nautilus", "nautilus-elementary" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Just a guess:<br>\nMaybe you could try to delete/rename <strong>.nautilus</strong> folder in your profile: </p>\n\n<p><code>mv ~/.nautilus ~/.nautilus.bad</code> (rename) or<br>\n<code>rm -rf ~/.nautilus</code> (remove) </p>\n\n<p>and then reinstall the nautilus package.</p...
null
null
null
null
null
17918
1
null
2010-12-17T16:22:45.993
5
806
<p>Is there a repository I can use to install <code>linux-rt</code> for Ubuntu 10.10? This package used to be available from the default repositories but isn't in the 10.10 repositories.</p>
null
667
2010-12-17T17:19:45.260
2010-12-17T17:23:23.653
How can I install a real time kernel?
[ "10.10", "kernel", "ppa", "ubuntu-studio" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Here you can find the news that the project, do to lack of support has gone to sleep for a while: <a href=\"https://wiki.ubuntu.com/RealTime\" rel=\"nofollow\">https://wiki.ubuntu.com/RealTime</a></p>\n\n<p>At least as it looks it is going to come back on 11.04</p>\n", "c...
null
null
null
null
Jesiel
17922
1
17927
2010-12-17T16:54:12.990
11
24360
<p>It seems I have found directions for using <code>brasero</code> to rip a CD to <code>.iso</code> file, but according to that, <code>brasero</code> is three(3) kinds of broken.</p> <ol> <li>recording image as <code>cdrdao</code> does not work, even after reinstalling both <code>brasero</code> and <code>cdrdao</code>...
6260
667
2010-12-17T17:43:39.773
2010-12-17T19:23:07.017
How can I rip an audio CD to an ISO image?
[ "10.10", "sound", "cd", "iso", "brasero" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T18:26:14.460", "id": "19128", "postId": "17922", "score": "0", "text": "Why are you trying to rip it into an .iso?", "userDisplayName": null, "userId": "6161" }, { "creationDate": "2010-12-17T21:43:36.723", "id": "19160", "postId": "17922", ...
{ "accepted": true, "body": "<p>It got a little hard to use before 10.04 came out. In older versions the option to rip to ISO existed. Not anymore. I strongly suggest using AcetoineISO for that it is like Daemon Tools in Windows but better, you can convert image formats to ISO, mount them in special ways, etc... An...
[ { "accepted": null, "body": "<p>Is this an audio CD? Audio CDs are incredibly difficult to copy to a disk image. <code>.iso</code> files are possible with data CDs and DVDs.</p>\n\n<p>I recommend ripping an audio CD to <code>.flac</code> files. FLAC is an audio file format similar to <code>.ogg</code>, <cod...
null
null
null
null
null
17931
1
null
2010-12-17T17:40:31.193
1
2876
<p>I am a complete novice to Ubuntu/Linux. </p> <p>How do I mount an USB powered external NTFS drive? I've installed both Mount Manager and NTFS Configuration Tool. This drive is encrypted having used Windows Bit Locker. I know the password. </p>
null
null
null
2014-06-08T15:17:01.073
Mounting NTFS External Drive with Bit Locker
[ "mount" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T19:23:50.400", "id": "19136", "postId": "17931", "score": "0", "text": "I dont think linux supports bitlocker..", "userDisplayName": null, "userId": "5691" } ]
null
[ { "accepted": null, "body": "<p>BitLocker is not supported by the Linux NTFS driver, you will need to copy the data to a plain NTFS partition.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-17T23:08:15.013", "id": "19165", "postId": "17968", ...
null
null
null
null
Doug
17932
1
17935
2010-12-17T17:43:35.577
8
1443
<p>In Trash I can organize files by last modified date, and others, but I want to see last deleted files. Is there a way?</p> <p>My "visible columns" options:</p> <p><img src="https://i.stack.imgur.com/gYheq.png" alt="alt text"></p> <p>My Trash folder screenshot: <img src="https://i.stack.imgur.com/L9wIf.png" alt="a...
5304
13570
2011-05-24T09:01:59.360
2011-05-24T09:01:59.360
Is there a way of organize file in Trash by delete-date?
[ "9.10", "trash" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2010-12-18T16:08:35.433", "id": "19231", "postId": "17932", "score": "0", "text": "Can you add a tag of which Ubuntu version you're using? Maybe the Trashed On column is a newer feature or something.", "userDisplayName": null, "userId": "235" }, { "creationDate...
{ "accepted": true, "body": "<p>Yes, just go to the <code>Trash</code> folder and click on the heading of the column <code>Trashed On</code>.</p>\n\n<p>To see the <code>Trashed On</code> heading, the view must be set to <code>List View</code>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/Go1KC.png\" alt=\"screens...
[ { "accepted": true, "body": "<p>Yes, just go to the <code>Trash</code> folder and click on the heading of the column <code>Trashed On</code>.</p>\n\n<p>To see the <code>Trashed On</code> heading, the view must be set to <code>List View</code>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/Go1KC.png\" alt=\...
null
null
null
null
null
17933
1
17939
2010-12-17T17:44:22.177
7
10708
<p>I'm using SVN from Eclipse and it has a feature that allows you to save the SVN user and password. It think it uses something called gnome-keyring to do so. The problem is that now I need to use another user to access the SVN repository, but I'm unable to change the previous set user. How can I change/remove that pr...
53
5691
2010-12-17T19:22:45.813
2010-12-17T19:22:45.813
How to remove/change saved SVN passwords?
[ "security", "password", "svn", "gnome-keyring" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ul>\n<li>Goto <strong>Applications>>Accessories>>Passwords and Encryption Keys</strong>. </li>\n<li>Open the Passwords Menu Entry.</li>\n<li>In the list you will see the password for eclipse svn.</li>\n<li>Delete it and then start eclipse and enter new credentials.</li>\n</ul>\n", "c...
[ { "accepted": true, "body": "<ul>\n<li>Goto <strong>Applications>>Accessories>>Passwords and Encryption Keys</strong>. </li>\n<li>Open the Passwords Menu Entry.</li>\n<li>In the list you will see the password for eclipse svn.</li>\n<li>Delete it and then start eclipse and enter new credentials.</li>\n</ul>\...
null
null
null
null
null
17937
1
18556
2010-12-17T18:03:58.970
46
28359
<p>Originally it was the case that Unity could not run in tools like Virtualbox. </p> <p>How can I now do so?</p>
235
169736
2014-04-30T20:12:25.350
2014-04-30T20:12:25.350
How can I run Unity in a virtual machine?
[ "unity", "virtualization" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-20T03:12:43.813", "id": "40186", "postId": "17937", "score": "0", "text": "I've installed the pre-release of guest additions and Unity is working fine.", "userDisplayName": "user14617", "userId": null } ]
{ "accepted": true, "body": "<p>In <a href=\"http://www.virtualbox.org/wiki/Downloads\" rel=\"nofollow noreferrer\">VirtualBox >= 4.0</a> Unity is supported and runs nice when <a href=\"https://askubuntu.com/questions/22743/how-do-i-install-guest-additions-in-virtual-box/22745#22745\">Guest Additions</a> are instal...
[ { "accepted": null, "body": "<p>Unity has 3D requirements above and beyond Compiz itself. </p>\n\n<p>On top of the 3D required by compiz, which is supported by Virtualbox's 3D support, Unity also requires the <a href=\"http://www.opengl.org/wiki/GL_EXT_framebuffer_object\" rel=\"nofollow\">OpenGL Frame buff...
null
null
null
null
null
17942
1
null
2010-12-17T19:23:45.043
1
1110
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/500/how-can-i-play-dvd-movies">How can I play DVD movies?</a> </p> </blockquote> <p>I tried to watch a dvd on ubuntu 10.10 but with no success. I went to medibuntu to check that I have all the required repositaries...
6842
-1
2017-04-13T12:24:11.537
2010-12-18T18:53:41.027
Watching a DVD?
[ "dvd" ]
4
4
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T19:48:56.640", "id": "19143", "postId": "17942", "score": "0", "text": "I think it's a defective dvd because now I tried another one and it worked. When I opened movie player or vlc it just opened for a second and it closed again.", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>I recommend to use the VLC player (available from Ubuntu Software Center). In my opinion VLC has the most complete set of codecs. </p>\n\n<p>Best wishes,\nVincenzo </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-19T04:33:31.027", ...
null
null
2010-12-18T23:11:05.573
null
null
17944
1
17947
2010-12-17T19:41:55.457
5
3463
<p>I want to compile a Kernel module.</p> <p>What is the minimal set of packages that I need to download to succeed? </p> <p>Cheers,</p> <p>Stefan</p>
2173
null
null
2017-02-21T11:09:52.600
What is the minimum requirement to compile Kernel modules
[ "kernel", "build", "modules" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You need build-essential and kernel headers.</p>\n\n<p><code>sudo apt-get install linux-headers-$(uname -r) build-essential</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-17T19:55:57...
[ { "accepted": null, "body": "<p>At a minimum, you will need <a href=\"http://packages.ubuntu.com/gcc\" rel=\"nofollow noreferrer\">gcc</a> and the kernel headers (<a href=\"http://packages.ubuntu.com/linux-libc-dev\" rel=\"nofollow noreferrer\">linux-libc-dev</a>).</p>\n", "commentCount": "0", "comm...
null
null
null
null
null
17952
1
17955
2010-12-17T20:41:17.613
26
14669
<p><br> I am trying to figure out what the exact difference is between the 3 different install Disks.</p> <p>Like what packages are different and such.</p> <p>For Example:<br> - The server disk doesn't install gnome by default and has the non-pretty install wizard.<br> - The Alternate Install gives options for encryp...
7577
186134
2014-08-03T19:16:26.027
2014-08-03T19:16:26.027
What are the differences between Desktop, Server, and Alternate Installs?
[ "server", "system-installation" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>(just for the sake of doing it I have also included Ubuntu Netbook Edition here)</p>\n\n<h2>Similarities between all versions</h2>\n\n<ul>\n<li>All versions support encryption of the home folder.</li>\n<li>All versions use the same application repositories, so that you can for instan...
[ { "accepted": true, "body": "<p>(just for the sake of doing it I have also included Ubuntu Netbook Edition here)</p>\n\n<h2>Similarities between all versions</h2>\n\n<ul>\n<li>All versions support encryption of the home folder.</li>\n<li>All versions use the same application repositories, so that you can fo...
null
null
null
null
null
17953
1
null
2010-12-17T20:49:55.023
6
1102
<p>Synaptic windows disappear after a few seconds when opened. This happens also for the Software Center. On running from the terminal it gives me this phrase "Segmentation fault" how can I fix that?</p>
null
866
2010-12-17T21:08:14.480
2012-01-12T12:33:06.533
Synaptic and Software Centre Segmentation fault
[ "software-center", "synaptic", "segmentation-fault" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T21:09:20.783", "id": "19154", "postId": "17953", "score": "0", "text": "I started getting this today with Chromium. Feels like an odd coincidence.", "userDisplayName": null, "userId": "866" }, { "creationDate": "2011-01-16T22:47:44.670", "id": "2...
null
[ { "accepted": null, "body": "<p>The definition of a <strong>segmentation fault</strong>:</p>\n\n<p><em>A segmentation fault (often shortened to segfault) or bus error occurs when the hardware notifies a Unix-like operating system about a memory access violation.</em> (Source: <a href=\"http://en.wikipedia.o...
null
null
2012-02-02T23:59:33.790
null
islam
17954
1
17962
2010-12-17T21:00:12.033
0
359
<p>I've been using Kubuntu since 9.04 but I've decided to switch to Ubuntu (read: GNOME) now. I've installed <code>ubuntu-desktop</code> a while ago, I think the system was in 9.10 then. I'm now at 10.10, all via upgrades (never a reinstall).</p> <p>Presumably because of this, I'm missing a few things in my GNOME when...
2071
113604
2013-01-11T08:07:26.707
2017-02-21T11:12:48.830
Converting from Kubuntu to Ubuntu in old install: Fixing the desktop
[ "gnome", "kubuntu", "gnome-panel", "migration" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If the session applet is installed,it may be a matter of simply right clicking the panel and choosing add to panel.\nThe Applet you need for your name is \"indicate applet session\"</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-18T17:46:59.803",...
[ { "accepted": null, "body": "<p>You probably need to install <code>notify-osd</code> (To fix the notifications) and <code>indicator-applet</code> and <code>indicator-applet-session</code> to fix your second problem.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12...
null
null
null
null
null
17960
1
17964
2010-12-17T21:21:15.870
0
347
<p>First of all, I am aware of <a href="https://askubuntu.com/questions/6339/how-do-i-install-firefox-4-beta">this question concerning installing Firefox beta/nightly </a>.</p> <p>I am wondering if there is a simple way to install both minefield (currently pre9) and beta (currently b7. I assume b8 is forthcomming). Bo...
673
-1
2017-04-13T12:24:11.537
2010-12-19T12:21:17.757
How do I install both Firefox beta and Minefield on the same machine?
[ "package-management", "firefox" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Install the Firefox beta as you normally would (with <code>apt-get</code> or <code>dpkg</code>), then do the following steps to install Minefield and create a custom shortcut for it (<code>minefield</code>):</p>\n\n<p>Download the <code>.tar.bz2</code> file from the <a href=\"http://...
[ { "accepted": true, "body": "<p>Install the Firefox beta as you normally would (with <code>apt-get</code> or <code>dpkg</code>), then do the following steps to install Minefield and create a custom shortcut for it (<code>minefield</code>):</p>\n\n<p>Download the <code>.tar.bz2</code> file from the <a href=\...
null
null
null
null
null
17961
1
17963
2010-12-17T21:27:30.700
8
3216
<p>I've recently switched from Kubuntu to Ubuntu and while I like the speed and cleanlyness, I'm missing some power features, particularly in Nautilus, like:</p> <ul> <li>Opening a terminal in the current location</li> </ul> <p>Are there extension for Nautilus to add these kinds of features? Or maybe a different file...
2071
235
2010-12-17T23:00:53.733
2017-02-21T11:13:47.413
How do I open a terminal in the current location?
[ "nautilus" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T23:05:36.520", "id": "19164", "postId": "17961", "score": "0", "text": "I've split off your second question here: http://askubuntu.com/questions/17969/how-do-i-type-a-path-or-url-directly-into-nautilus", "userDisplayName": null, "userId": "235" } ]
{ "accepted": true, "body": "<p>Installing <code>nautilus-open-terminal</code> (from the Software Center or using <code>apt-get</code>) adds the option to open a terminal in the current directory to the right click menu:</p>\n\n<p><img src=\"https://i.stack.imgur.com/uerjq.png\" alt=\"alt text\"></p>\n", "comment...
[ { "accepted": true, "body": "<p>Installing <code>nautilus-open-terminal</code> (from the Software Center or using <code>apt-get</code>) adds the option to open a terminal in the current directory to the right click menu:</p>\n\n<p><img src=\"https://i.stack.imgur.com/uerjq.png\" alt=\"alt text\"></p>\n", ...
null
null
null
null
null
17967
1
null
2010-12-17T22:35:48.383
4
5576
<p>I'm pinging a server which is dropping packets. At the end of my ping I see something like:</p> <pre><code>100 packets transmitted, 85 received, 15% packet loss, time 100030ms </code></pre> <p>What I'd like to do is run my ping continuously but be able to tell when packets are being dropped.</p> <p>My first thoug...
912
null
null
2014-07-29T23:27:34.667
Can I use ping to see real time drop rates?
[ "command-line", "ping" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2014-07-29T23:27:34.667", "id": "678957", "postId": "17967", "score": "0", "text": "You really want to look into \"mtr\"", "userDisplayName": null, "userId": "197465" } ]
null
[ { "accepted": null, "body": "<p>You may checkout:</p>\n\n<p><code>ping -f &lt;ip&gt;</code></p>\n\n<p>This will do a floodping display a single dot for every sent REQUEST and remove a single dot for every REPLY. </p>\n\n<p>If there is <strong>no package loss</strong> you <strong>wont see anything</strong> b...
null
null
null
null
null
17969
1
17970
2010-12-17T23:00:49.693
46
20196
<p>How can I type a in a path or URL (ftp, sftp, etc.) directly into Nautilus instead of having to browse around?</p>
235
235
2013-04-18T16:47:13.773
2014-03-13T10:45:42.207
How do I type a path or URL directly into Nautilus?
[ "nautilus" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Pressing <kbd>Ctrl</kbd>+<kbd>L</kbd> allows you to type in a path:</p>\n\n<p><strong>Screenshots</strong>:</p>\n\n<p><em>Ubuntu 11.04 and below</em>:\n<img src=\"https://i.stack.imgur.com/ZJr5Q.png\" alt=\"Nautilus 2.3x\"></p>\n\n<p><em>Ubuntu 11.10 and 12.04</em>:\n<img src=\"https...
[ { "accepted": true, "body": "<p>Pressing <kbd>Ctrl</kbd>+<kbd>L</kbd> allows you to type in a path:</p>\n\n<p><strong>Screenshots</strong>:</p>\n\n<p><em>Ubuntu 11.04 and below</em>:\n<img src=\"https://i.stack.imgur.com/ZJr5Q.png\" alt=\"Nautilus 2.3x\"></p>\n\n<p><em>Ubuntu 11.10 and 12.04</em>:\n<img src...
null
null
null
null
null
17973
1
null
2010-12-17T23:30:54.237
3
230
<p>I would like to know what issues gwibber users are facing. For example problems as of Dec 16 with the new twitter change over.</p> <p>Looking for possible bugs and dev. issues.</p>
94348
132
2010-12-18T09:18:51.610
2010-12-18T12:44:35.360
Where can I find Gwibber problems to fix?
[ "development", "gwibber" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-12-17T23:37:58.027", "id": "19170", "postId": "17973", "score": "6", "text": "I'm afraid I don't quite understand the question.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-12-18T07:20:43.687", "id": "19200", "postId": "17973...
null
[ { "accepted": null, "body": "<p><a href=\"https://bugs.launchpad.net/gwibber\" rel=\"nofollow\">https://bugs.launchpad.net/gwibber</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-18T10:07:29.567", ...
null
null
null
null
null
17978
1
17983
2010-12-17T23:52:45.963
3
7718
<p>I was wondering how to change the size of ALL the fonts to a bigger size.<br> Also under cpu usage I have 2 numbers one is white like U want it and the other is green and I can't figure out how to change just that one to white.<br> I have pasted my conkyrc if that helps.<br> I am sure its easy but for some reason I ...
4622
114
2010-12-18T00:03:16.257
2023-02-02T13:37:18.657
How do I change the font size in Conky?
[ "conky" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2021-11-20T22:02:55.120", "id": "2370926", "postId": "17978", "score": "0", "text": "Please [edit] this question to change `U` to `you`, `cant` to `can't`, completely remove the irrelevant `And always TYAVMIA :-)`", "userDisplayName": null, "userId": "955434" } ]
{ "accepted": true, "body": "<p>Wherever is says <code>pixelsize=12</code>, change the <code>12</code> to whatever font size you want.</p>\n\n<p>To change the color for the second cpu usage number, append <code>${color white}</code> to the line<br>\n<code>${cpu cpu2}% ${color #00ff00} ${alignr}${cpubar cpu2 3,170}...
[ { "accepted": true, "body": "<p>Wherever is says <code>pixelsize=12</code>, change the <code>12</code> to whatever font size you want.</p>\n\n<p>To change the color for the second cpu usage number, append <code>${color white}</code> to the line<br>\n<code>${cpu cpu2}% ${color #00ff00} ${alignr}${cpubar cpu...
null
null
null
null
null
17981
1
null
2010-12-18T00:58:15.490
7
228
<p>I have a created a wireless connection from the main admin account and checked the box saying "Available to all users", everything is working correctly. I only need to prevent the Desktop Users from switching the connection to another one.</p> <p>How can I accomplish this?</p> <p>Thanks.</p>
7585
null
null
2010-12-20T22:22:35.117
How can I prevent Desktop Users from connecting to new wireless networks?
[ "wireless", "security" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T09:35:40.970", "id": "19212", "postId": "17981", "score": "0", "text": "So you would like them to only be able to use the wireless connection that you have given them?", "userDisplayName": null, "userId": "615" } ]
null
[ { "accepted": null, "body": "<p>You can kill <strong>nm-applet</strong> (the thing in the bar at the top that let's you choose the network settings), and use <strong>iwconfig</strong> to choose the wireless network, like this (assuming your wireless NIC is <strong>wlan0</strong>):</p>\n\n<pre><code>$ sudo i...
null
null
null
null
null
17985
1
null
2010-12-18T01:19:12.103
4
324
<p>How can I prevent Desktop Users from accessing any online website? I tried 127.0.0.1 * in /etc/hosts but it didn't do the trick.</p> <p>Please note that I need to keep <a href="http://localhost" rel="nofollow">http://localhost</a> fully functional.</p> <p>Thanks.</p>
7585
null
null
2010-12-18T15:47:09.327
How can I prevent Desktop Users from accessing any online website?
[ "security", "internet", "hosts" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T06:52:53.423", "id": "19198", "postId": "17985", "score": "0", "text": "Can you give us some more informations??What type of connection it is???IS that standalone PC?Or connected to LAN network??", "userDisplayName": null, "userId": "5691" } ]
null
[ { "accepted": null, "body": "<p>The quickest (albeit very circumventable method) in my mind would be to break the DNS lookup. What you're doing in <code>/etc/hosts</code> is close but it doesn't accept wildcards. This is a shame because, like you, this sort of setup would really help me from time to time.</...
null
null
null
null
null
17986
1
17987
2010-12-18T01:19:21.580
1
1446
<p>When I open Chromium the tabs do not load (even the New Tabs). First, I tried to remove (actually, rename) <code>~/.config/chromium</code> to chromium_old and nothing got better. Then I purged and removed all chromium-browser vestige in my laptop. I reinstalled Chromium and tabs are still not working (included Bookm...
2827
235
2010-12-18T01:20:12.900
2013-11-06T00:51:20.563
Chromium stopped working
[ "chromium" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The problem was an old libpdf.so that I ported from Chrome a few weeks ago. </p>\n\n<p>I only had to delete <code>/usr/lib/chromium-browser/libpdf.so</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-27T13:35:43.833", "id": "31373", ...
[ { "accepted": true, "body": "<p>The problem was an old libpdf.so that I ported from Chrome a few weeks ago. </p>\n\n<p>I only had to delete <code>/usr/lib/chromium-browser/libpdf.so</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-27T13:35:43.833", "...
null
null
null
null
null
17990
1
null
2010-12-18T02:57:36.773
3
836
<p>I'm working on a site locally that's just sitting in a folder:</p> <blockquote> <p>localhost/tempplace</p> </blockquote> <p>How can I route, with Apache2, that to be like:</p> <blockquote> <p>tempplace:8890</p> </blockquote> <p>Or just something so it's not a sub directory? It's making local development very...
2490
235
2011-10-11T21:19:05.340
2011-10-11T21:19:05.340
How can I share this local site to not use a sub directory?
[ "server", "apache2", "localhost" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2010-12-18T05:55:19.810", "id": "19196", "postId": "17990", "score": "0", "text": "we understand your feeling. But in a site like this it is advised to use good language.", "userDisplayName": null, "userId": "4980" }, { "creationDate": "2011-02-24T20:29:17.243"...
null
[ { "accepted": null, "body": "<p>You need to do two things, the first is to make an apache2 virtual host that will respond to the domain name given and the port used; so in <code>/etc/apache2/sites-available/tempplace.conf</code> which should be symlinked to <code>/etc/apache2/sites-enabled/000-tempplace</co...
null
null
null
null
null
17993
1
null
2010-12-18T03:30:57.603
3
1096
<p>I have one problem. I have laptop and the hard disk light lightning every 2 second strong in the meantime there are a lot of fast blinking even though i don't do anything. Even more - hard disk is doing some strange annoying sounds.</p> <p>I have ASUS k50ij, 320 gb HDD, 2gb RAM and Ubuntu 10.04. Any ideas</p> <p>t...
4921
null
null
2015-03-02T11:51:07.107
Strange sound of hard disk
[ "hardware" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T09:22:36.377", "id": "19211", "postId": "17993", "score": "1", "text": "First: do not store any important information on that drive anymore. Try to backup as much as you can (don't overwrite previous backups, as you currently could get bad data from the drive). If y...
null
[ { "accepted": null, "body": "<p>This is a clear sign of a failing hard drive, the fact that the computer keeps on trying to access the hard drive is because failures in reading and writing are causing heavy load.</p>\n\n<p>Backup all your files as soon as possible and prepare to buy a new hard drive to repl...
null
null
2015-03-04T00:14:18.847
null
null
17995
1
null
2010-12-18T03:56:13.247
3
151
<p>I don't have a suitable phone, but I'd like to sync more than 2GB. Can I somehow buy a 20GB pack?</p>
null
866
2010-12-18T07:42:26.937
2010-12-18T07:42:26.937
Are 20GB packs available without owning a suitable mobile?
[ "ubuntu-one" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You sure can. Check out the FAQ <a href=\"https://wiki.ubuntu.com/UbuntuOne/FAQ\" rel=\"nofollow\">here</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-18T05:00:12.907...
null
null
null
null
John Eadie
17997
1
18003
2010-12-18T03:58:53.300
2
738
<p>When i drag 'n drop/copy, lots of big and small files the transfer speed gets reduced,compared to the speed i get when transfering the files one by one,its that a regular issue with Mechanical HDDs?,could the use of an SSD improve the Performance?</p>
4203
4203
2010-12-18T05:16:50.127
2010-12-18T05:17:44.413
HDD Transfer Speed Reduced when transfering Lots and Lots of Files
[ "hard-drive", "clipboard" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Do you mean that you somehow start multiple simultaneous copies? If so, there is every reason to expect that it should be less efficient than serial copying.</p>\n\n<p>First, if you assume that the disk is infinitely fast, then there will be the system overhead of context switches be...
[ { "accepted": null, "body": "<p>It's possible that your files are located at different portions of the disk, causing it to have to seek to various cylinders and tracks on the disk surface to find the data. An SSD would improve your performance in that case, by eliminating the physical seeking. However, it c...
null
null
null
null
null
17999
1
19619
2010-12-18T04:08:53.217
0
464
<p>So whenever I plug my monitor into my Acer netbook for dual monitor functionality, I cannot watch videos on VLC (window is black) or use the webcam on Skype. Does anyone have a work-around for this? Or maybe this is a bug that needs to be submitted?</p> <p>Thanks.</p>
5368
null
null
2011-01-01T13:21:36.680
Video doesn't show up when using dual monitor on Acer netbook
[ "video", "ubuntu-netbook", "multiple-monitors", "acer" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T07:41:18.387", "id": "19201", "postId": "17999", "score": "0", "text": "Sounds like hardware acceleration isn't working on the second device. What video card do you have?", "userDisplayName": null, "userId": "5" } ]
{ "accepted": true, "body": "<p>I found the problem. I wanted to watch a DVD but VLC couldn't play it, so when I installed the restricted libraries for watching DVDs, this fixed the problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creatio...
[ { "accepted": null, "body": "<p>In my opinion, and this is only my opinion. If something requires a work around, then in fact it is a bug. Work arounds are great, but don't help anyone in the long run. Just my opinion. If you could, it would be great if you did file a bug report.</p>\n", "commentCount":...
null
null
null
null
null
18011
1
null
2010-12-18T10:03:23.593
9
367
<p>Ubuntu One is a very good service. But at the moment nearly everything is in only available in english and not in other languages like german, french etc.. Also the terms of use are only english. Lots of people do not use Ubuntu One because they cannot understand the terms of use completely.</p>
null
1067
2010-12-18T20:01:49.600
2012-05-23T11:58:04.663
When will Ubuntu One be available in German and other languages?
[ "ubuntu-one", "language-support" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T11:57:38.177", "id": "19217", "postId": "18011", "score": "0", "text": "Now that is a good question its possible you might need to open a launchpad bug about the lack of translation. Its possible there may be some gray area as U1 is propitiatory but I can't see it a...
null
[ { "accepted": null, "body": "<p>There are no plans to internationalise the website at the moment. Because the website contains a lot of commercial information, we can't have it translated by the community like the client.\nGetting professional translations for dozens of languages is a huge undertaking (both...
null
null
null
null
Arnd Kielhorn
18014
1
null
2010-12-18T10:56:12.920
1
816
<p>i have installing windows 1st , then ubuntu, at long time ago, now im wondering do we can make windows that had being installed at last , that connected to the ubuntu ,/ dual boot , that may allowing me to acess windows inside of ubuntu, i try to goggling, the result is ask me to reinstalling, the problem is i had l...
5840
235
2010-12-18T16:09:42.857
2010-12-18T19:48:03.000
How to move Windows inside Ubuntu without reinstalling?
[ "windows", "dual-boot" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T11:07:18.863", "id": "19215", "postId": "18014", "score": "1", "text": "So, if I understand you correctly, you have Windows already installed with Ubuntu? And there is no dualboot yet?", "userDisplayName": null, "userId": "6969" }, { "creationDate": ...
null
[ { "accepted": null, "body": "<p>You can not simply move windows as if it were a sensible operating system. Your only hope is to reinstall windows inside the virtual machine as you want it to be.</p>\n\n<p>Sorry.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-12-18T1...
null
null
null
null
null
18015
1
18064
2010-12-18T11:19:29.330
2
1324
<p>Alsa does not support my (SB X-Fi Xtreme Audio CA0110) audio card as shown in <a href="http://www.alsa-project.org/main/index.php/Matrix%3aVendor-Creative_Labs" rel="nofollow">their web page</a>. </p> <p>Now my question is how can I configure my audio driver without using ALSA? And should I waste my time trying to ...
7601
10581
2014-02-18T11:59:56.117
2014-02-18T11:59:56.117
How do I get a SB X-Fi Xtreme Audio CA0110 working?
[ "sound" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Development on ALSA's ctxfi driver generally is very plodding due to lack of open data sheets (so putting pressure on Creative to provide them without the mandatory NDA may help here). You may have better luck with a very recent ALSA snapshot at <a href=\"https://wiki.ubuntu.com/Audi...
[ { "accepted": true, "body": "<p>Development on ALSA's ctxfi driver generally is very plodding due to lack of open data sheets (so putting pressure on Creative to provide them without the mandatory NDA may help here). You may have better luck with a very recent ALSA snapshot at <a href=\"https://wiki.ubuntu....
null
null
null
null
null
18021
1
19938
2010-12-18T13:54:40.613
3
955
<p>A few months ago compiz suddenly stopped working. That is, it got to a refreshrate where the redrawing is more than noticeable. It took 5 seconds to redraw a chat window. Ever since I've been using metacity instead, but I've found myself missing some plugins badly.</p> <p>I found the <a href="http://ubuntuforums.or...
822
822
2010-12-18T15:22:07.420
2011-01-03T23:49:25.380
How to persistently export an environment variable before starting compiz
[ "nvidia", "compiz", "window-manager", "environment-variables" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T14:39:15.867", "id": "19224", "postId": "18021", "score": "0", "text": "Just create a launcher and put it into startup applications..", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-12-18T14:42:04.397", "id": "19225", "...
{ "accepted": true, "body": "<p>You can make the script and edit /desktop/gnome/session/required_components/windowmanager to point to that script, then gnome-session will still only start compiz once but will use your script to do so.</p>\n\n<p>Or, if it still works, you can put 'export __GL_YIELD=\"NOTHING\"' in y...
[ { "accepted": null, "body": "<p>You could create a simple script to launch Compiz with:</p>\n\n<pre><code># /bin/sh\nexport __GL_YIELD=\"NOTHING\"\ncompiz --replace &amp;\n</code></pre>\n\n<p>Name it something like <code>launch-compiz</code>, make it exacutable (<code>chmod +x launch-compiz</code>), and pla...
null
null
null
null
null
18022
1
18028
2010-12-18T14:17:29.837
3
1186
<p>I have Crashplan and it is constantly running in the background and making backups every 15 minutes. It caused some problems with the backup target folders, so I want it to be inactive while I am making changes to these folders. </p> <p>I started the application itself, but could not find some kind of "Pause" butto...
5719
787506
2018-04-27T17:59:45.087
2018-04-27T17:59:45.087
How to disable an "always there" program if it isn't in the processes list?
[ "process", "crashplan" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T15:58:20.873", "id": "19230", "postId": "18022", "score": "0", "text": "A process that runs repeatedly but doesn't appear in the process list may well be using cron/anacron to schedule itself. Look in `/etc/cron*` for clues. (I don't know anything about Crashplan sp...
{ "accepted": true, "body": "<p>From the Crashplan website it looks like it should be starting a process from /etc/init.d at bootup. I would look in /etc/init.d to see if there are any startup scripts that look like they are for Crashplan. You can easily temporarily prevent a startup script from running at boot tim...
[ { "accepted": true, "body": "<p>From the Crashplan website it looks like it should be starting a process from /etc/init.d at bootup. I would look in /etc/init.d to see if there are any startup scripts that look like they are for Crashplan. You can easily temporarily prevent a startup script from running at ...
null
null
null
null
null
18023
1
18049
2010-12-18T14:20:22.060
12
35558
<p>How would I go about upgrading MySQL to version 5.5 on Ubuntu Server 9.10?</p> <p>Would I be better off waiting for it to be an easy <code>$ sudo apt-get install mysql-server</code> job?</p> <p>I'm also unsure as to which download I would need to get from <a href="http://dev.mysql.com/downloads/mysql/#downloads" r...
166
null
null
2012-01-26T16:17:24.290
How do I upgrade MySQL to 5.5, am I best off waiting for it to be available through apt-get?
[ "server", "mysql" ]
7
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-18T15:13:29.573", "id": "19226", "postId": "18023", "score": "1", "text": "Before you do anything, this is what i have been working on for the past 4 days. trying to have mysql 5.5.8 in ubuntu 10.10 in my case. I have used alien to change a rpm package to a deb package...
{ "accepted": true, "body": "<p>What's New in <strong>MySQL 5.5</strong></p>\n\n<p>Here are some recent improvements to the speed, scalability, and user-friendliness of the MySQL database and the InnoDB storage engine.</p>\n\n<p><a href=\"http://www.ovaistariq.net/490/a-step-by-step-guide-to-upgrading-to-mysql-5-5/...
[ { "accepted": null, "body": "<p>This doesn't solve your problem but here's the <a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/mysql-5.1/+bug/690925\" rel=\"nofollow\">wishlist bug</a> for packaging MySQL 5.5.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-...
null
null
null
null
null
18025
1
null
2010-12-18T14:37:11.957
4
3704
<p>I have installed ubuntu 10.10 and while I can launch it in fail safe graphics mode, I only get a text console when I try to launch it normally.</p> <p>Apparently there is a problem with my drivers or something related. I updated all packages etc. in fail safe graphics mode, this did not help.</p> <p>This is a copy...
7607
7607
2010-12-18T18:40:11.340
2010-12-24T06:32:25.680
No kernel modesetting detected, can only boot Xorg in fail safe graphics mode with intel video card?
[ "10.10", "boot", "xorg", "graphics", "intel-graphics" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Looks like a bug in intel driver, what I see from dmesg:</p>\n\n<blockquote>\n <p>[ 7.012557] BUG: unable to handle kernel NULL pointer dereference at 0000000000000008</p>\n</blockquote>\n\n<p>and after that there is a stack trace from crash. Not sure what module exactly ...
null
null
null
null
null
18032
1
18033
2010-12-18T15:53:11.537
7
2444
<p>When I put my mouse/cursor over an MP3 file, a few seconds later the music/file starts playing. Is there any way to disable this?</p>
3220
null
null
2010-12-18T16:23:37.690
How to disable auto play MP3 files?
[ "10.04", "gnome" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ul>\n<li><p>In a Nautilus window, Goto <strong>Edit&gt;&gt;Preferences</strong> and then goto Preview tab and then in Preview sound files select <strong>Never</strong>.</p>\n<p><img src=\"https://i.stack.imgur.com/eL9zG.png\" alt=\"alt text\" /></p>\n</li>\n</ul>\n", "commentCount": ...
[ { "accepted": true, "body": "<ul>\n<li><p>In a Nautilus window, Goto <strong>Edit&gt;&gt;Preferences</strong> and then goto Preview tab and then in Preview sound files select <strong>Never</strong>.</p>\n<p><img src=\"https://i.stack.imgur.com/eL9zG.png\" alt=\"alt text\" /></p>\n</li>\n</ul>\n", "comme...
null
null
null
null
null
18037
1
18040
2010-12-18T16:36:07.043
20
11337
<p>I often have more than ten windows open at the same time and some of them are of the same applications, notably gnome-terminal. </p> <p>Often when I am currently on one terminal, I just want to get to another terminal. With Alt-Tab you have to choose from windows of all the applications, which is a pain. Even with ...
4156
235
2010-12-18T16:37:09.670
2020-10-20T07:14:37.883
How can I switch between windows of the same application?
[ "gnome", "window-manager" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-26T00:17:43.897", "id": "31143", "postId": "18037", "score": "1", "text": "I came looking for this question because I use Mac OSX at work, and it has Alt+` (backtick) to do this built-in. I'd love to see that come to Ubuntu.", "userDisplayName": null, "userId":...
{ "accepted": true, "body": "<p>If you install the <a href=\"http://apt.ubuntu.com/p/compizconfig-settings-manager\" rel=\"nofollow noreferrer\">CompizConfig Settings Manager</a> then you can access and change the Compiz settings that can do this. Once installed launch it via System->Preferences.</p>\n\n<p>If you n...
[ { "accepted": true, "body": "<p>If you install the <a href=\"http://apt.ubuntu.com/p/compizconfig-settings-manager\" rel=\"nofollow noreferrer\">CompizConfig Settings Manager</a> then you can access and change the Compiz settings that can do this. Once installed launch it via System->Preferences.</p>\n\n<p>...
null
null
null
null
null
18038
1
null
2010-12-18T16:48:42.747
10
15190
<p>I have 3 accounts in my pc, i would like as the admin of the pc to limit the internet speed (upload/download) for the other 2 accounts, is there a way to do this?</p>
null
null
null
2010-12-18T18:22:50.243
How to limit internet speed?
[ "internet", "networking" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Wondershaper POWER!!!</p>\n\n<p>Here is a tutorial - <a href=\"http://www.ubuntugeek.com/use-bandwidth-shapers-wondershaper-or-trickle-to-limit-internet-connection-speed.html\">http://www.ubuntugeek.com/use-bandwidth-shapers-wondershaper-or-trickle-to-limit-internet-connectio...
null
null
2015-04-24T03:17:17.343
null
laura s
18045
1
null
2010-12-18T17:08:49.070
0
1715
<p>I upgraded from 10.04 to 10.10 and having been trying to fix this issue for a couple of weeks with no luck. </p> <p>Copy and pasting text is really wonky. Sometimes it works sometimes no matter what I do and copy will paste instead. </p> <p>I use different programs, thunderbird, firefox and gedit. Sometimes it is ...
null
6005
2011-06-08T15:45:06.410
2011-06-08T15:45:06.410
Copy and paste does not work well
[ "10.10", "clipboard" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You need to know that some programs like Firefox have a special memory place for their \"clipboard\", while ubuntu has another. you CAN use the clipboard from firefox to another programa in ubuntu only while you have Firefox OPENED. You can not close Firefox if you want to ma...
null
null
null
null
Corisa
18047
1
null
2010-12-18T17:22:46.817
2
4689
<p>I type <code>ssh -X name@blah.edu</code> and asks for a password, I type it in and get logged in.</p> <pre><code>name@blah.edu:~$ program.py </code></pre> <p>then nothing happens, when it should actually pop up. Why is this happening and how do I solve it?</p>
null
18887
2012-02-28T15:00:54.577
2012-02-28T15:00:54.577
How to open a remote python program from terminal by ssh?
[ "command-line", "ssh", "python" ]
6
3
CC BY-SA 3.0
[ { "creationDate": "2010-12-18T20:04:28.003", "id": "19280", "postId": "18047", "score": "0", "text": "@shi what does `echo $DISPLAY` print when you run it in your ssh session?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-12-18T20:26:59.613", "id": "1...
null
[ { "accepted": null, "body": "<p>It is just as you do in your PC,<br>\n<code>ssh -X remotehost python remotepythonprogram.py</code></p>\n\n<p>To view the program code,<br>\n<code>ssh -X remotehost less remotepythonprogram.py</code></p>\n", "commentCount": "6", "comments": [ { "creationD...
null
null
null
null
shi
18052
1
18053
2010-12-18T18:32:21.903
12
13068
<p>I'm trying to run a exe file that is located on my Vista partition, when I browse to the file and try to change the file to run as executable the tick box unticks itself right after i tick it, i tried running gksu nautilus but it does the same thing</p>
7040
1992
2011-03-14T01:50:45.410
2013-11-10T10:10:03.017
.exe file permission fail
[ "wine", "permissions", "ntfs" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is likely because the Vista partition is using the NTFS filesystem and it was mounted with an <code>fmask</code> that does not permit setting execute permissions on files.</p>\n\n<p>To fix this you need to manually mount the partition.</p>\n\n<p>Details can be found on <a href=\...
[ { "accepted": true, "body": "<p>This is likely because the Vista partition is using the NTFS filesystem and it was mounted with an <code>fmask</code> that does not permit setting execute permissions on files.</p>\n\n<p>To fix this you need to manually mount the partition.</p>\n\n<p>Details can be found on <...
null
null
null
null
null
18058
1
null
2010-12-18T19:25:40.017
0
4991
<p>After enabling NVIDIA drivers in Ubuntu 10.10, Ubuntu sets monitor refresh rate to 50 Hz. When I try to change it to 60 Hz, I get this error:</p> <p><strong>CVT Output</strong></p> <pre><code>cvt 1280 800 1280x800 59.81 Hz (CVT 1.02MA) hsync: 49.70 kHz; pclk: 83.50 MHz Modeline "1280x800_60.00" 83.50 1280 1352...
null
1067
2010-12-18T19:35:22.440
2010-12-21T01:33:27.090
xrandr: Can't add new mode
[ "nvidia", "xrandr" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The nvidia binary drivers do not support XRandR 1.2, and so the xrandr tool is very limited when working with the nvidia binary. You can pretty much only query the list of available modes and set one, not add new modes.</p>\n\n<p>So the failure of the <code>xrandr</code> too...
null
null
null
null
user4708