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
9806
1
9851
2010-10-27T18:51:28.323
11
5287
<p>How can I get a specific script to run (preferably not as superuser) whenever the machine boots, but before login. It can be the last thing to run on boot. I mostly just want the script to work even if no user logs in.</p>
1012
3550
2010-10-27T19:00:08.247
2010-10-27T23:14:25.800
Getting a script to run on boot, not on login
[ "boot", "scripts", "services", "autostart" ]
2
6
CC BY-SA 2.5
[ { "creationDate": "2010-10-27T18:57:55.533", "id": "9880", "postId": "9806", "score": "1", "text": "@bruce take a look of this -> http://askubuntu.com/questions/9382/how-can-i-configure-a-service-to-run-at-startup/9384#9384", "userDisplayName": null, "userId": "3550" }, { "creati...
{ "accepted": true, "body": "<p>I would recommend using <code>cron</code>. The special time value of <code>@reboot</code> will spawn your job at each reboot as your user. For example, run <code>crontab -e</code> and use:</p>\n\n<pre><code>@reboot /home/yourself/bin/some_script_to_run\n</code></pre>\n\n<p>For more d...
[ { "accepted": null, "body": "<p>One possibility is to use Upstart. This lets you specify when you want to run your script in terms of dependencies, e.g. “when the filesystems are mounted and the network interface <code>eth0</code> is up and running”. Create a file <code>/etc/init/bruce_script.conf</code> (y...
null
null
null
null
null
9808
1
9810
2010-10-27T19:23:44.317
12
10831
<p>Since Ubuntu is a Debian derivative I thought maybe it's possible</p>
4339
935
2010-10-27T19:32:22.200
2010-10-28T16:14:13.280
is it possible to use Debian repositories in Ubuntu?
[ "debian", "repository" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-27T19:26:58.880", "id": "9890", "postId": "9808", "score": "0", "text": "s/ys/ies/; (Just sayin)", "userDisplayName": null, "userId": "3664" } ]
{ "accepted": true, "body": "<p>is possible but not recommended it can cause your system to become unstable. Do not use any foreign repositories. Look for backports or compile the package from source, using the deb-src repositories, if you need.</p>\n", "commentCount": "1", "comments": [ { "creationDa...
[ { "accepted": true, "body": "<p>is possible but not recommended it can cause your system to become unstable. Do not use any foreign repositories. Look for backports or compile the package from source, using the deb-src repositories, if you need.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
9809
1
9818
2010-10-27T19:26:26.760
13
6637
<p>I am a student at Case Western Reserve University, and the bandwidth from the Ubuntu servers to my location is often horrendously bad (on the order of a few hundred <strong>bytes</strong> per second). Myself and a few friends would like to be able to download the packages once, and have them cached for the rest of o...
3664
235
2010-12-20T18:28:45.047
2010-12-20T18:28:45.047
Is it possible to mirror the apt repositories?
[ "repository", "mirrors" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2010-10-27T19:30:18.583", "id": "9892", "postId": "9809", "score": "0", "text": "possible duplicate of [Best way to cache apt downloads on a LAN?](http://askubuntu.com/questions/3503/best-way-to-cache-apt-downloads-on-a-lan)", "userDisplayName": null, "userId": "866" ...
{ "accepted": true, "body": "<p>You might want to use apt-proxy instead of a full mirror, since it will then take considerably less space and time to get set up:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/AptProxy\">https://help.ubuntu.com/community/AptProxy</a></p>\n\n<p>You would then need to update th...
[ { "accepted": true, "body": "<p>You might want to use apt-proxy instead of a full mirror, since it will then take considerably less space and time to get set up:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/AptProxy\">https://help.ubuntu.com/community/AptProxy</a></p>\n\n<p>You would then need to u...
null
null
null
null
null
9812
1
9813
2010-10-27T19:36:29.937
7
1489
<p>Try to install amazonmp3 on a ubuntu desktop 64bit edition. Amazon only supports Ubuntu 8.10 32Bit version. I googled around to see if there was a way to install 32 bit packages under 64 bit Ubuntu, I ran into <a href="http://www.ensode.net/roller/dheffelfinger/entry/installing_amazon_mp3_downloader_under">http://w...
4199
235
2010-11-23T02:42:13.873
2017-02-19T23:30:11.600
Install amazonmp3 on a 64-bit desktop
[ "10.10", "64-bit", "amazon-mp3-downloader" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I would advise you to take a look at <a href=\"http://ubuntuforums.org/showpost.php?p=9145072&amp;postcount=17\" rel=\"nofollow\">this Ubuntu Forums</a> posting - though it is written for 10.04.</p>\n\n<p>However there are alternatives to installing this package from Amazon: there ar...
[ { "accepted": true, "body": "<p>I would advise you to take a look at <a href=\"http://ubuntuforums.org/showpost.php?p=9145072&amp;postcount=17\" rel=\"nofollow\">this Ubuntu Forums</a> posting - though it is written for 10.04.</p>\n\n<p>However there are alternatives to installing this package from Amazon: ...
null
null
null
null
null
9816
1
null
2010-10-27T19:56:01.390
8
87445
<pre><code>$ sudo iwconfig lo no wireless extensions. eth0 no wireless extensions. wlan0 IEEE 802.11bg ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm Retry long limit:7 RTS thr:off Fragment thr:off Encryption key:off Power M...
686
1110856
2024-01-14T12:09:16.760
2024-01-14T12:09:59.373
Wireless shows up as disabled, how can I get it working?
[ "10.04", "networking", "wireless", "network-manager" ]
9
2
CC BY-SA 4.0
[ { "creationDate": "2010-10-29T18:14:06.390", "id": "10422", "postId": "9816", "score": "0", "text": "The Broadcom driver was missing, it works now, thanks everyone.", "userDisplayName": null, "userId": "686" }, { "creationDate": "2024-01-09T18:42:11.510", "id": "2627239", ...
null
[ { "accepted": null, "body": "<p>It is likely that the network-manager state got corrupted. Open the file <code>/var/lib/NetworkManager/NetworkManager.state</code>. It should look something like this:</p>\n<pre><code>[main]\nNetworkingEnabled=true\nWirelessEnabled=true\nWWANEnabled=false\n</code></pre>\n<p>C...
null
null
null
null
null
9817
1
null
2010-10-27T19:58:52.027
10
4059
<p>My battery drain on win7 is less than that of ubuntu (around 45 min of difference). Can you advice me something to get best battery performance on my laptop? when I decrease the brightness it remains fine for the session but increases on boot?</p> <p>Is there a software to manage my power saving on my laptop?</p>
2910
235
2010-10-27T20:29:42.900
2012-04-01T03:00:25.337
Battery drain on ubuntu is fast
[ "battery", "power-management" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2013-02-26T23:16:27.717
null
null
9819
1
9822
2010-10-27T20:10:40.720
3
3056
<p>There isn't much to say here :-) Where do I find information regarding the format used in the file <code>/proc/mounts</code>?</p> <p>My current guess is the following (delimited by a single space):</p> <pre><code>DEVICE PATH FILESYSTEM FLAGS_DELIMITED_BY_COMMAS ??? ??? </code></pre> <p>I'm rather puzzled about t...
null
null
null
2017-11-28T11:22:55.893
Format of /proc/mounts?
[ "mount" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The format is the same as in <code>/etc/fstab</code>. The information for <code>/etc/fstab</code> can be found by <code>man fstab</code> or on <a href=\"http://linux.die.net/man/5/fstab\" rel=\"noreferrer\">this page</a>.</p>\n\n<p>It says: </p>\n\n<blockquote>\n <p>The fifth fiel...
[ { "accepted": true, "body": "<p>The format is the same as in <code>/etc/fstab</code>. The information for <code>/etc/fstab</code> can be found by <code>man fstab</code> or on <a href=\"http://linux.die.net/man/5/fstab\" rel=\"noreferrer\">this page</a>.</p>\n\n<p>It says: </p>\n\n<blockquote>\n <p>The fif...
null
0
null
null
user2817
9820
1
9838
2010-10-27T20:11:25.867
12
9876
<p>I have a problem with my Laptop (Dell Inspiron 1564 Core i5 4GB Ram VGA ATI Mobility Radeon HD 4300 running Ubuntu 10.10 32bit). It shuts down abruptly without even a lag in the application I am working with before shutdown. I think it's overheating problem. Actually the laptop is hot all the time when I am running ...
null
235
2014-01-08T22:03:47.830
2014-01-08T22:03:47.830
How do I debug an overheating problem on a Dell Inspiron 1564?
[ "10.10", "kernel", "overheating" ]
5
2
CC BY-SA 3.0
[ { "creationDate": "2010-10-27T21:38:06.483", "id": "9918", "postId": "9820", "score": "0", "text": "You mean: “ATI Mobility Radeon **HD** 4300” ? (The Radeon nnnn series are quite old.)", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-10-28T15:05:10.270", ...
{ "accepted": true, "body": "<p>There seems to be quite a few fan/heating issues with dell laptops. My first port of call would be to upgrade the bios.</p>\n\n<p>I have had systems before that over heat and the bios update usually sorts the problem.\nUnFortunately it depends on dells support, please check the link ...
[ { "accepted": true, "body": "<p>There seems to be quite a few fan/heating issues with dell laptops. My first port of call would be to upgrade the bios.</p>\n\n<p>I have had systems before that over heat and the bios update usually sorts the problem.\nUnFortunately it depends on dells support, please check t...
null
null
null
Tab
Tab
9821
1
null
2010-10-27T20:18:24.417
5
1125
<p>Can I remove evolution from gnome to replace it with Kontact? </p> <p>Meaning: </p> <ul> <li><p>Make all apps use kmail as Mailer. </p></li> <li><p>Make Openoffice use kaddressbook </p></li> <li><p>get korganizer to show up in the indiciator calendar </p></li> <li><p>start akonadi at gnome start </p></li> <li><p>m...
3275
null
null
2010-10-28T21:38:02.763
Replace evolution with Kontact?
[ "kmail" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-12-05T18:57:27.233", "id": "96960", "postId": "9821", "score": "0", "text": "Do you still have the problem. Have you found how to solved the problem or considered accepting an answer that solves your problem (if any)?", "userDisplayName": null, "userId": "7035" ...
null
[ { "accepted": null, "body": "<p>I am not sure, what consequences it has to remove evolution as a package (since it is quite integrated in ubuntu-desktop), however, you can additionally install Kontact.</p>\n\n<p>You could also just install kubuntu-desktop, which brings you the whole KDE desktop on (K)ubuntu...
null
null
null
null
null
9835
1
9841
2010-10-27T21:19:12.627
3
9705
<p>In Ubuntu Unity, I can't seem to find the settings and administration menus, are they anywhere to be found?</p>
4825
235
2010-10-27T21:19:58.567
2010-10-27T22:07:37.273
Where do I find the settings and administration menu?
[ "10.10", "ubuntu-netbook", "unity" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Well, you have all your System and Administration applications on \"Applications\" icon on the Dock. You click on it and then select \"System\". It will show you your most used Apps, and under them all you your System and Admin apps.</p>\n", "commentCount": "3", "comments": [ ...
[ { "accepted": true, "body": "<p>Well, you have all your System and Administration applications on \"Applications\" icon on the Dock. You click on it and then select \"System\". It will show you your most used Apps, and under them all you your System and Admin apps.</p>\n", "commentCount": "3", "comm...
null
null
null
null
null
9842
1
null
2010-10-27T22:09:18.673
4
967
<p>Before I upgraded to 10.04 last spring, I remember having a timer counting down from 60 after clicking the shutdown button. This gave me a 60 second time frame to interrupt the shutdown in case I forgot to do something.</p> <p>Since the upgrade this is gone and my system shuts down immediately when I click the butt...
4271
235
2011-10-28T18:29:25.773
2011-10-28T18:29:25.773
How to enable shutdown timer?
[ "10.04", "shutdown" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The timer is no longer an option. The rationale for the removal:</p>\n\n<blockquote>\n <p>Yes, this is by design. Basically, if the dialogs come up fast enough\n it doesn't really make a whole lot of sense to have them count down as\n well. People will see and respond to t...
null
null
null
null
null
9843
1
9850
2010-10-27T22:19:14.123
3
1104
<p>I need to run an applet that requires java 1.5.</p> <p>It does not matter if I should uninstall java 6. Even doesn't matter if it applies for firefox or chrome.</p> <p>I am using Ubuntu 10.04</p>
48
4
2010-10-28T03:07:00.303
2010-10-28T03:07:00.303
How to run java 1.5 applets inside my web browser?
[ "10.04", "firefox", "java" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You don't need to downgrade your Java. Java 6 can run Java 5 (or 1.5) applet. You just need to install the plug-in for your browser.</p>\n\n<p>It depends on which flavour of Java you're using:</p>\n\n<ul>\n<li>if using openjdk, install <strong>icedtea6-plugin</strong></li>\n<li>if us...
[ { "accepted": true, "body": "<p>You don't need to downgrade your Java. Java 6 can run Java 5 (or 1.5) applet. You just need to install the plug-in for your browser.</p>\n\n<p>It depends on which flavour of Java you're using:</p>\n\n<ul>\n<li>if using openjdk, install <strong>icedtea6-plugin</strong></li>\n<...
null
null
null
null
null
9848
1
null
2010-10-27T22:58:10.857
30
45086
<p>What is <code>$PATH</code>?</p> <p>How can I have commands/programs which are only available for me?<br> I have seen this path <code>~/bin</code> mentioned before, but what is it used for, and how do I use it?</p>
null
169736
2014-04-25T14:34:58.123
2023-03-17T17:15:59.317
What are "$PATH" and "~/bin"? How can I have personal scripts?
[ "environment-variables" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2010-10-28T00:48:35.007", "id": "9950", "postId": "9848", "score": "0", "text": "I am somewhat experimenting because this is more FAQ or wiki material than a \"real question\". It was prompted because I mentioned ~/bin on a previous answer (in the linked sidebar to the right)...
null
[ { "accepted": null, "body": "<p>$PATH is an environment variable used to lookup commands. The ~ is your home directory, so ~/bin will be /home/user/bin; it is a normal directory.</p>\n\n<p>When you run \"ls\" in a shell, for example, you actually run the /bin/ls program; the exact location may differ depen...
null
null
null
null
Roger Pate
9853
1
9880
2010-10-27T23:35:13.863
101
513244
<p>I have a script I would like to run when my system starts and have put it in <code>/etc/rc.local</code>, but it doesn't work. How can I enable it to run on startup?</p>
4672
828054
2020-08-18T19:42:40.737
2020-08-18T19:45:59.470
How can I make /etc/rc.local run on startup?
[ "startup", "scripts" ]
4
5
CC BY-SA 4.0
[ { "creationDate": "2011-09-28T22:09:33.010", "id": "73120", "postId": "9853", "score": "1", "text": "Where is the xsetwacom command? /etc/rc.local is executed with a very simple PATH at startup. It probably differs from the PATH you have logged in at the terminal. In the terminal, type: type -p ...
{ "accepted": true, "body": "<p>Can you run your script manually; if not, it's a problem with that script, otherwise look more at <code>rc.local</code>. If that script needs to run as <code>root</code>, <code>sudo</code> must be used to manually run it.</p>\n<ul>\n<li>Ensure <code>/etc/rc.local</code>, and the scr...
[ { "accepted": true, "body": "<p>Can you run your script manually; if not, it's a problem with that script, otherwise look more at <code>rc.local</code>. If that script needs to run as <code>root</code>, <code>sudo</code> must be used to manually run it.</p>\n<ul>\n<li>Ensure <code>/etc/rc.local</code>, and...
null
null
null
null
null
9854
1
9858
2010-10-27T23:49:55.677
17
3663
<p>As of now, unity itself isn't themeable - the theme doesn't change - only the window decoration changes, if that makes sense. If unity is to become default in 11.04, surely it would make sense for the launcher and task bar to change as well?</p>
4831
235
2010-10-28T01:17:07.107
2010-11-01T20:59:16.850
Will Unity become themeable?
[ "unity", "themes" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-01T20:59:16.850", "id": "67543", "postId": "9854", "score": "0", "text": "I do hope so, I wouldn't want all that effort of GTK2 artists going to waste...and besides, I love Elementary :P", "userDisplayName": null, "userId": "2442" } ]
{ "accepted": true, "body": "<p>No decision has been made on this yet. </p>\n\n<p>Keep in mind that we will need something to handle having a high and low contrast theme for accessibility reasons; and that is very much a high priority, so we'll have to revisit this after conclusions have been made at the <a href=\"...
[ { "accepted": true, "body": "<p>No decision has been made on this yet. </p>\n\n<p>Keep in mind that we will need something to handle having a high and low contrast theme for accessibility reasons; and that is very much a high priority, so we'll have to revisit this after conclusions have been made at the <a...
null
null
2014-03-23T20:51:31.383
null
null
9856
1
9863
2010-10-27T23:57:23.603
4
1058
<p>How can I make gnome shell the default interface once it is installed? Upon login or to get it to show up as a session at the login screen?</p>
4538
4538
2010-10-28T00:11:24.733
2017-02-16T22:47:45.960
How can I make gnome shell default?
[ "10.10", "gnome" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>install the package <code>gnome3-session</code> on maverick to add a gdm entry to the login screen. you will then be able to choose whether you want gnome-shell or vanilla gnome.</p>\n\n<pre><code>sudo apt-get install gnome3-session\n</code></pre>\n", "commentCount": "0", "commen...
[ { "accepted": null, "body": "<p>One way is to navigate to system>preferences>startup applications and add gnome-shell --replace</p>\n\n<p>While not ideal or official, it will save time from running the command from the terminal or alt+f2 by executing it for you upon startup</p>\n", "commentCount": "1", ...
null
null
null
null
null
9857
1
null
2010-10-27T23:58:33.527
7
401
<p>Canonical has stated an interest in providing a way for Ubuntu users to gracefully switch over to Gnome Shell, disabling Canonical specific technologies to give the user something as close to the intended Gnome experience as possible. Maybe through an environment variable setting, or some other easy to use means. F...
null
235
2010-10-28T00:19:32.660
2010-10-28T04:05:14.707
Will Unity require patches to existing GNOME components
[ "gnome", "unity", "upstream" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It is possible to use stock upstream GNOME technologies with minimal changes to Unity (but you'll lose things like indicators.)</p>\n\n<p>There are patches that improve the Unity experience, however they are not a direct requirement for running Unity. There is a GIO patch (su...
null
null
null
null
Jef Spaleta
9861
1
9866
2010-10-28T00:04:53.340
19
3189
<p>I'd like to know if Ubuntu will offer other Desktop environments as an option during installation. This is only should we decide that Unity is not for us.</p>
4835
235
2010-10-28T00:17:05.013
2012-08-20T01:32:49.560
Will Unity be the only option during install?
[ "unity", "11.04" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ubuntu (the stock CD) has never offered an option to install different desktops in the installer, you make that decision by selecting Ubuntu, or Kubuntu, or Xubuntu, etc.</p>\n\n<p>Unity will be the default desktop if <em>your hardware supports it</em>. If your hardware does not supp...
[ { "accepted": null, "body": "<p>I'm 99.9% sure that you will still have the option to install Gnome. If worse came to worse you could still make Gnome work with Ubuntu after the install. But I'm pretty sure it will remain an option. </p>\n", "commentCount": "2", "comments": [ { "creati...
null
null
null
null
null
9865
1
9881
2010-10-28T00:11:51.067
116
123369
<p>This has been an issue for me with Unity since its release.<br> I'd like to make the the launcher auto-hide. Especially on Netbooks, where screens are small, the launcher is quite wide, making it difficult to properly display some websites and other apps. How can I configure the auto-hide behavior?</p>
4831
8844
2012-08-20T01:57:45.197
2018-03-20T19:50:45.120
How can I configure Unity's launcher auto-hide behavior?
[ "unity", "launcher" ]
9
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h1>11.04 &amp; 11.10</h1>\n<p>The Unity launcher has an auto-hide option that is enabled by default. Lee's <a href=\"https://askubuntu.com/questions/9865/will-the-unity-launcher-auto-hide/31418#31418\">answer has the details</a>. It has a few options:</p>\n<ul>\n<li>Never - The launche...
[ { "accepted": true, "body": "<h1>11.04 &amp; 11.10</h1>\n<p>The Unity launcher has an auto-hide option that is enabled by default. Lee's <a href=\"https://askubuntu.com/questions/9865/will-the-unity-launcher-auto-hide/31418#31418\">answer has the details</a>. It has a few options:</p>\n<ul>\n<li>Never - The...
null
null
null
null
null
9867
1
9916
2010-10-28T00:27:00.400
87
116526
<p>Is there a way to the switch gnome-shell window buttons to the left? I've gotten so used to them being on the left that them being on the right has thrown me way off.</p> <p>(gnome shell has them defaulted to the right corner)</p>
4538
158442
2018-06-12T07:45:26.307
2022-08-28T07:31:16.333
How to switch window controls to the left (Gnome Shell)?
[ "gnome-shell", "window-buttons" ]
11
3
CC BY-SA 3.0
[ { "creationDate": "2011-11-12T01:42:28.267", "id": "88323", "postId": "9867", "score": "1", "text": "You've only said left. Apparently, they're on the left side and you want them on the left side.", "userDisplayName": null, "userId": "17739" }, { "creationDate": "2013-05-21T03:55...
{ "accepted": true, "body": "<p><strong>For 10.10</strong></p>\n\n<p>The more simple way to do that is:\n<kbd>Alt</kbd>+<kbd>F2</kbd> → <code>gconf-editor</code></p>\n\n<p>Navigate to apps → metacity → general, and double click on the entry: <code>button_layout</code>, then enter <code>close,minimize,maximize:</...
[ { "accepted": true, "body": "<p><strong>For 10.10</strong></p>\n\n<p>The more simple way to do that is:\n<kbd>Alt</kbd>+<kbd>F2</kbd> → <code>gconf-editor</code></p>\n\n<p>Navigate to apps → metacity → general, and double click on the entry: <code>button_layout</code>, then enter <code>close,minimize,max...
null
null
null
null
null
9868
1
null
2010-10-28T00:28:12.723
2
12862
<p>I was wondering how to convert an image from grayscale to binary. The image is a one-page document in pdf format.</p> <p>If I use Imagemagick's <code>convert 1.pdf 1.eps</code> to convert it to eps or other formats such as tif, I find the image becomes blurry. How can I preserve the clarity of the image?</p> <p>Than...
1471
527764
2020-08-11T08:20:07.923
2020-08-11T08:20:07.923
Convert an image from grayscale to binary
[ "pdf", "image-processing", "convert", "imagemagick" ]
3
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Hm, it seems like that image is stored into the PDF as a bunch of long small \"strips\" of the complete image. It also seems like there is a filter or set of filters applied in the PDF that makes the image to be shown as b/w instead of the graylevels that it really is. You ...
null
null
null
null
null
9869
1
9874
2010-10-28T00:28:36.983
3
1515
<p>Will there be a straight upgrade path from 10.10 to 11.04 (Gnome to Unity), and will there be measures put in place to ensure that Gnome is properly "cleaned" out on the way?</p>
4835
41
2010-10-28T00:46:09.620
2011-05-06T17:01:39.673
Will there be a clean upgrade path from 10.10 to 11.04?
[ "10.10", "upgrade", "unity", "11.04" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T00:35:07.980", "id": "9942", "postId": "9869", "score": "2", "text": "Actually, I hope *GNOME* doesn't get \"cleaned out\", as that would be data loss for those people who want to keep using GNOME.", "userDisplayName": null, "userId": "935" } ]
{ "accepted": true, "body": "<p>Unity is simply a new shell for Gnome and will probably be installed as part of the current ubuntu-desktop metapackage. This means that upon upgrading to Ubuntu 11.04 Unity will be installed by default with the upgrade.</p>\n\n<p>I am assuming that Gnome 2 is planned to be installed ...
[ { "accepted": null, "body": "<p>We will of course provide an upgrade path, I don't know what you mean by \"cleaned\" so please provide more detail in your question.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-28T00:35:23.477", "id": "9943", "po...
null
null
null
null
null
9877
1
null
2010-10-28T01:01:47.313
11
2980
<p>Will the desktop version of Unity, scheduled to appear in 11.04, be programmed using Qt? I ask this in relation to Matt Zimmerman's <a href="http://mdzlog.alcor.net/2010/10/20/ubuntu-and-qt/" rel="nofollow">blog posting</a> of several days ago, where he intimated that Qt was the more pragmatic choice for an SDK to ...
4841
235
2010-10-28T01:16:32.160
2011-01-18T07:41:31.577
Will the new Unity desktop be programmed in Qt?
[ "unity", "qt" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T01:06:14.883", "id": "9955", "postId": "9877", "score": "0", "text": "http://mdzlog.alcor.net/2010/10/20/ubuntu-and-qt/", "userDisplayName": null, "userId": "1546" } ]
null
[ { "accepted": null, "body": "<p>Unity is built using some GNOME technologies like GTK and gmenu, and some other technologies that are not officially part of GNOME, such as <a href=\"http://www.compiz.org/\" rel=\"nofollow\">Compiz</a>, <a href=\"https://launchpad.net/zeitgeist\" rel=\"nofollow\">Zeitgeist</...
null
null
null
null
null
9878
1
null
2010-10-28T01:03:54.683
9
44046
<p>I have Qt Creator installed on Ubuntu 10.04 LTS. When I launch Qt Creator from the desktop I can build the application I am working on but cannot run or debug it. After struggling quite a bit I found that LD_LIBRARY_PATH is not set for applications that are run from the desktop. If I start Qt Creator from bash (w...
3539
6186
2010-11-27T10:27:02.123
2013-08-22T23:42:10.540
Set LD_LIBRARY_PATH for applications started from the desktop
[ "environment-variables" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>In addition to <code>.bashrc</code>, also set the environment variable in <code>.profile</code>. This file will get processed and loaded by your session, so it should affect everything running as your user. Also: This file says it is not read by Bash if <code>.bashrc</code> e...
null
null
null
null
null
9882
1
9889
2010-10-28T01:21:55.673
6
3948
<p>Ok, so my disk is dying. I have read this - <a href="https://askubuntu.com/questions/2724/best-way-to-clone-ubuntu-installation-copying-to-identical-hardware">Best way to clone an installation (copying to identical hardware)</a> - but don't really need to copy the whole partition. My data is safe.</p> <p>1) What I...
4216
-1
2017-04-13T12:23:20.177
2014-02-09T03:37:08.270
What directories do I need to save to backup my user settings?
[ "backup" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-01-06T16:05:13.933", "id": "21880", "postId": "9882", "score": "0", "text": "Will the config/settings for 10.04 work on 10.10? I haven't tried this yet, but my guess is, it should be ok. I don't think much has changed, right? Even in KDE, I remember it is all the same. At...
{ "accepted": true, "body": "<ol>\n<li><p>It'd be a good idea to just copy all of <code>/home</code> as that contains your documents and preferences. If you just want to know where preferences are stored, it varies. Many applications store them in <code>.config</code> (that's <code>/home/username/.config</code>) an...
[ { "accepted": true, "body": "<ol>\n<li><p>It'd be a good idea to just copy all of <code>/home</code> as that contains your documents and preferences. If you just want to know where preferences are stored, it varies. Many applications store them in <code>.config</code> (that's <code>/home/username/.config</c...
null
null
null
null
null
9883
1
null
2010-10-28T01:25:02.490
1
1703
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9861/will-unity-be-the-only-option-during-install">Will Unity be the only option during install?</a> </p> </blockquote> <p>In the new release of 11.04 will you have the option to uninstall Unity and go back to the ...
2767
-1
2017-04-13T12:23:31.777
2010-10-28T01:25:02.490
Will you have option to remove Unity in 11.04?
[ "gnome", "unity", "11.04" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T02:50:43.697", "id": "9969", "postId": "9883", "score": "0", "text": "I don't think this is a duplicate. The other question is asking whether Unity is the only option **during install**. This question is asking if it is possible to remove at all.", "userDisplayN...
null
[]
null
null
2010-10-28T01:29:57.943
null
null
9885
1
null
2010-10-28T01:43:51.997
14
840
<p>In the video linked from this <a href="http://design.canonical.com/2010/10/introducing-ubuntu-the-movie/">blog entry</a> and other Canonical marketing material, it says things like Ubuntu is and always will be Absolutely Free.</p> <p>What does that mean? Especially considering that Ubuntu and its related products c...
900
235
2011-08-22T18:18:48.620
2012-07-11T04:45:15.057
What does it mean when Canonical says that Ubuntu is and always will be Absolutely Free?
[ "community", "canonical" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T02:15:48.913", "id": "9961", "postId": "9885", "score": "2", "text": "Be specific about what isn't free.", "userDisplayName": null, "userId": "1689" }, { "creationDate": "2011-08-30T17:56:24.953", "id": "67712", "postId": "9885", "score":...
null
[ { "accepted": null, "body": "<p>The core OS of Ubuntu is committed to remaining completely free (financially and freedom wise). It has a repository for partner and non-free software add-ons. Canonical is also enabling optional \"pay for\" software in the software center. It does not exist in the Ubuntu \"Ma...
null
null
null
null
null
9886
1
null
2010-10-28T01:50:29.083
39
16433
<p>Unity in 10.10 appeared to be focused around single monitor configurations with a single tasking workflow. This works quite well on a netbook which has limited screen real estate. </p> <p>How does the present version of Unity scale up to include multi-monitor and multi-tasking workflows?</p>
11668
235
2012-02-03T21:38:26.243
2015-01-28T06:18:13.567
How does Unity work in multi-monitor configurations?
[ "unity", "multiple-monitors" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-28T02:43:43.763", "id": "9966", "postId": "9886", "score": "0", "text": "Hm. There are no multi-monitors on iPad or iPhone :)", "userDisplayName": null, "userId": "2026" } ]
null
[ { "accepted": null, "body": "<p>For 10.10 multi monitor support was rudimentary, as that was focused on netbooks -- if you were giving a presentation and you ran Unity we didn't want the top panel overlaid on your presentation.</p>\n<p>For 11.04 and 11.10 the multimonitor support is much better. I'll talk a...
null
null
null
null
null
9888
1
null
2010-10-28T01:53:51.813
7
9889
<p>How can I browse windows shares from unity?</p>
null
2224
2010-10-28T02:19:42.990
2011-05-19T13:08:52.670
How to browse windows shares from Unity
[ "nautilus", "windows", "unity", "samba", "sharing" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2013-09-24T22:46:50.260", "id": "448041", "postId": "9888", "score": "0", "text": "This question does not apply to recent versions of Ubuntu. With 11.10, at least through 12.10, you should be able to just click the file-folder icon in the launcher, which opens the Nautilus fil...
null
[ { "accepted": null, "body": "<p>The only way I've found out how to do this is to open a folder window from Unity and then find it from there. Go to Files and Folders on the launcher on the left, and open any folder window (ie, Documents). If it doesn't open in the file manager, hit the little folder icon on...
null
null
null
null
Carlos
9896
1
9903
2010-10-28T02:33:30.937
8
15823
<p>I was wondering if I deploy a server at home, with apache2. I would like to know how much traffic is currently on my site, in real time. </p> <p>Please and thank you.</p> <p>:)</p>
333
106495
2012-11-28T23:05:30.750
2016-01-14T09:22:10.150
How to track traffic on my server in real time?
[ "server", "apache2", "network-monitoring" ]
6
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T02:36:34.660", "id": "9964", "postId": "9896", "score": "0", "text": "What kind of traffic? Number of page hits, or how much bandwidth is used/ number of bytes transferred via network interface?", "userDisplayName": null, "userId": "4" }, { "creation...
{ "accepted": true, "body": "<p>You can install the package <code>iptraf</code> which gives you realtime monitoring of various tcp and udp information. Page hits are realtime logged in the apache log that you have configured. You can either scan that file for number of lines matching your time period, or you can us...
[ { "accepted": true, "body": "<p>You can install the package <code>iptraf</code> which gives you realtime monitoring of various tcp and udp information. Page hits are realtime logged in the apache log that you have configured. You can either scan that file for number of lines matching your time period, or yo...
null
null
null
null
null
9898
1
9949
2010-10-28T02:52:10.833
3
117
<p>What is the purpose of this day?</p>
4
null
null
2010-10-28T09:11:29.183
What is the Ubuntu Loco Day?
[ "community", "locoteams" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From <a href=\"https://wiki.ubuntu.com/LoCoDays\" rel=\"nofollow\">https://wiki.ubuntu.com/LoCoDays</a>:</p>\n\n<blockquote>\n <p>LoCo Days were designed to encourage LoCo Teams to start doing more Classroom sessions in their native languages.</p>\n</blockquote>\n\n<p>LoCo Days are ...
[ { "accepted": true, "body": "<p>From <a href=\"https://wiki.ubuntu.com/LoCoDays\" rel=\"nofollow\">https://wiki.ubuntu.com/LoCoDays</a>:</p>\n\n<blockquote>\n <p>LoCo Days were designed to encourage LoCo Teams to start doing more Classroom sessions in their native languages.</p>\n</blockquote>\n\n<p>LoCo D...
null
null
null
null
null
9900
1
null
2010-10-28T02:53:47.323
24
2231
<p>What has me slightly confused from all the different reports about Unity becoming the default shell in the 11.04 desktop edition: </p> <p>Some claim and this is how most people seem to see it, that what currently is the UNE interface will be taken 1:1 (including any changes made during the Natty cycle) and used as ...
4847
235
2010-10-28T13:24:43.303
2011-02-20T05:41:09.187
Will there be a difference between Unity "Desktop" and Unity "Netbook" interface?
[ "unity", "ubuntu-netbook", "11.04" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-03T22:38:05.380", "id": "11564", "postId": "9900", "score": "1", "text": "you should mark this question as answered.", "userDisplayName": null, "userId": "1992" } ]
null
[ { "accepted": null, "body": "<p>The details about this have been discussed at the Ubuntu Developer Summit. The blueprint with the information is <a href=\"https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-desktop-n-bringing-desktop-and-netbook-image-closer\" rel=\"nofollow\">available here...
null
null
null
null
null
9905
1
9913
2010-10-28T03:18:44.520
3
2466
<p>How to prevent empathy from asking keyring password on every start? I think rhytmbox also asks for my keyring password.</p>
3778
null
null
2010-10-28T03:44:23.577
How to prevent empathy from asking keyring password on every start?
[ "empathy", "keyrings" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There are <strike>2</strike> 3 ways:</p>\n\n<ol>\n<li>Don't use auto-login (it's not like having to type a password and then waiting 5 seconds for the desktop to load is going to harm your productivity).</li>\n<li>If you really want to use auto-login, change the password of your keyr...
[ { "accepted": true, "body": "<p>There are <strike>2</strike> 3 ways:</p>\n\n<ol>\n<li>Don't use auto-login (it's not like having to type a password and then waiting 5 seconds for the desktop to load is going to harm your productivity).</li>\n<li>If you really want to use auto-login, change the password of y...
null
null
null
null
null
9912
1
9915
2010-10-28T03:43:18.273
33
13473
<p>I've got a Blu-ray drive and I'd like to be able to use it to watch movies under Ubuntu.</p>
721
721
2010-11-07T05:43:45.110
2016-06-20T01:31:09.697
How can I watch Blu-ray discs?
[ "multimedia", "codecs", "blu-ray" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Please see the <a href=\"https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD\">following official documentation</a> for Bluray disc playback on Ubuntu:</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-28T03:52:43.193", "id": "99...
[ { "accepted": true, "body": "<p>Please see the <a href=\"https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD\">following official documentation</a> for Bluray disc playback on Ubuntu:</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-28T03:52:43.193",...
null
null
null
null
null
9914
1
9917
2010-10-28T03:45:48.110
5
549
<p>I am currently running Unity on my Dell Mini 9 netbook. I like the interface, but it seems a bit less "baked" than the previous NBR shell.</p> <p>For instance, performance is not great, it tends to be buggy, and it is overly difficult to manage the toolbar.</p> <p>With the realization that Unity will become the de...
420
null
null
2010-10-28T10:18:52.870
Will Unity improve in 10.10, or do we have to wait till 11.04?
[ "10.10", "unity", "11.04" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think (as far as I know and how things have worked in the past) officially in the repositories you will only get security and important bug fix updates. You probably will not see any new code from Unity in 11.04 and beyond. Though there might be hope for a \"semi-official\" backpor...
[ { "accepted": true, "body": "<p>I think (as far as I know and how things have worked in the past) officially in the repositories you will only get security and important bug fix updates. You probably will not see any new code from Unity in 11.04 and beyond. Though there might be hope for a \"semi-official\"...
null
null
2011-06-10T14:12:55.777
null
null
9920
1
10042
2010-10-28T04:10:10.370
36
33032
<p>I use GNU Screen constantly. But, I've been trying to figure out if there is someway to get X11 apps to forward over screen when I am ssh-ing (Is that a word?). Currently if I try to run 'gedit' through screen, it opens on my 'server' computer and not on my client. If I do the same outside of screen, then everything...
4853
721
2010-10-28T15:36:50.463
2017-09-12T02:00:35.613
X11 Forwarding over Gnu Screen, is it possible?
[ "command-line", "ssh", "gnu-screen" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T04:17:11.510", "id": "9984", "postId": "9920", "score": "0", "text": "I have no time to find a complete answer now, but you need some environment variables to be set correctly. You can probably find out which ones from looking at you environment outside screen.", ...
{ "accepted": true, "body": "<p>To manually do this, once you have SSHed in, but before you reattach to screen, check your DISPLAY environment variable:</p>\n\n<pre><code>echo $DISPLAY\n</code></pre>\n\n<p>Once you have re-attached to screen, explicitly set the environment variable:</p>\n\n<pre><code>export DISPLAY...
[ { "accepted": true, "body": "<p>To manually do this, once you have SSHed in, but before you reattach to screen, check your DISPLAY environment variable:</p>\n\n<pre><code>echo $DISPLAY\n</code></pre>\n\n<p>Once you have re-attached to screen, explicitly set the environment variable:</p>\n\n<pre><code>export...
null
null
null
null
null
9921
1
null
2010-10-28T04:14:08.803
65
104484
<p>I am new to ubuntu, been using it for about a month now.</p> <p>I created a desktop for MythTV, and so I use a dual monitor configuration (one monitor for watching shows, and one for everything else). But because i dont have the tuner(yet), I am just using Hulu desktop and some video files that i already have.</p> <...
4852
41425
2022-09-12T13:21:13.523
2024-02-11T20:33:58.070
Dual monitor applications opening on wrong monitor
[ "multiple-monitors" ]
12
3
CC BY-SA 4.0
[ { "creationDate": "2015-01-23T08:42:01.360", "id": "796329", "postId": "9921", "score": "1", "text": "Do you want to define in which display to open each application, or to open all new applications on a given display?", "userDisplayName": null, "userId": "52975" }, { "creationDa...
null
[ { "accepted": null, "body": "<p>I believe (if you have compiz enabled) that you can do this from the compiz settings manager using the place windows plugin. I've not done this myself, but if you play around a bit with the options you should be able to get the window to appear on the desired monitor.</p>\n",...
null
null
null
null
null
9922
1
null
2010-10-28T04:41:03.593
9
1432
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/4950/how-to-stop-using-built-in-home-directory-encryption">How to stop using built-in home directory encryption?</a> </p> </blockquote> <p>During install I ticked the box to enable encryption for my Home directory....
3332
-1
2017-04-13T12:23:56.577
2011-08-13T01:26:26.027
How do I disable the Home encryption offered during install?
[ "filesystem", "encryption" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T16:43:57.973", "id": "10137", "postId": "9922", "score": "0", "text": "Possible duplicated of http://askubuntu.com/q/4950", "userDisplayName": null, "userId": "431" } ]
null
[]
null
0
2010-10-28T16:45:39.367
null
null
9923
1
null
2010-10-28T04:43:07.150
2
5980
<p>I'm trying to mount and view the contents of a USB drive on my Ubuntu 10.10 desktop, but it doesn't mount. I have usbmount installed.</p> <p>When I view <code>/var/log/kern.log</code> I get the following:</p> <blockquote> <p>Oct 27 23:37:37 user kernel: [ 205.220019] usb 4-2: reset full speed USB device using uhci_...
null
-1
2020-06-12T14:37:07.210
2010-12-23T04:46:20.010
USB flash drive not recognized
[ "10.10", "usb", "mount", "flash" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T05:45:49.210", "id": "9992", "postId": "9923", "score": "2", "text": "Sounds like it might be broken... (And you don't need `usbmount` for this to work.)", "userDisplayName": null, "userId": "935" } ]
null
[ { "accepted": null, "body": "<p>This issue is usually caused by some faulty usb device. The device that causes the problem could be any one, not just the drive that doesn't mount. So first, try to disconnect all the other usb devices and check if the drive works that way.</p>\n\n<p>If nothing works, you can...
null
null
null
null
Bogdan
9927
1
10199
2010-10-28T06:47:12.270
2
818
<p>I have Sony VAIO FW 230J laptop. I was using Lucid and upgraded my system to Maverick beta in September 2010. Although there were few issues with beta release on my system although I did not felt myself in any deadlock. The most notable experience on my ubuntu was the smooth and kinetic scrolling and very sensitive ...
3748
2181
2010-10-28T07:11:16.713
2011-03-28T09:38:27.653
Kinetic Scroll in Maverick
[ "10.10" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T07:08:43.313", "id": "9998", "postId": "9927", "score": "0", "text": "It is \"Maverick\", not \"Mevrik\" -.-", "userDisplayName": null, "userId": "3760" } ]
{ "accepted": true, "body": "<p>No, you don't need some other sotware, the problem is you can't get kinetic scrolling on a desktop unless you use some kind of trackpad or something.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "...
[ { "accepted": true, "body": "<p>No, you don't need some other sotware, the problem is you can't get kinetic scrolling on a desktop unless you use some kind of trackpad or something.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
null
null
null
null
null
9930
1
10677
2010-10-28T07:26:38.353
8
743
<p>I've noticed some overlap between Unity's dash and Nautilus, due to folders being able to be opened and browsed straight from the dash. However if you want to perform any kind of operation on the files (except for opening them) you have to open Nautilus. I fear having two different tools for the same (basic) task ma...
4862
null
null
2011-05-08T19:51:56.333
Where's the line between the dash and the file browser?
[ "unity" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>For 11.04, the best way to think of it would be that the Dash (specifically Files and Folders Place) is for simple browsing of recently used/interesting files and searching of files. On the other hand, Nautilus will be for all types of file management.</p>\n\n<p>Nautilus will be prom...
[ { "accepted": null, "body": "<p>I think the dash will be used to replace Nautilus for most of its tasks. Mark Shuttleworth <a href=\"http://ubuntu.mirocommunity.org/video/232/uds-n-mark-shuttleworth-keynot\" rel=\"nofollow\">recently said</a> that we should move away from thinking about files and folders. I...
null
null
null
null
null
9932
1
9934
2010-10-28T07:46:05.163
3
2326
<p>There are some apps developed by canonical that are way too slow. This are USC and Unity. Unity in 10.10 is insanely slow (compared to GNOME which isn't actually a very fast DE) and totally unusable for a netbook (i'ts funny because its targeted for netbooks usage)</p> <p>Will this get as good as GNOME in natty, or...
4864
null
null
2010-10-28T11:49:31.890
Will unity performance improve in natty or remain slow?
[ "unity", "performance" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Until now Unity has used the <strong>Mutter</strong> window manager, which is the next generation of GNOME's <em>Metacity</em> and incorporates <em>Clutter</em>. However this has shown itself to have mixed hardware support - while it works fine on some machines, it is (almost) unusab...
[ { "accepted": true, "body": "<p>Until now Unity has used the <strong>Mutter</strong> window manager, which is the next generation of GNOME's <em>Metacity</em> and incorporates <em>Clutter</em>. However this has shown itself to have mixed hardware support - while it works fine on some machines, it is (almost...
null
null
null
null
null
9933
1
9935
2010-10-28T07:46:57.013
60
175314
<p>I have two questions on ext4:</p> <ol> <li>Is there currently a way to mount an ext4 partition in Windows (XP/Vista/7) to get basic read support?</li> <li>If not, are there any plans to support this someday?</li> </ol>
3037
235
2013-03-24T19:05:16.133
2019-10-07T06:17:30.360
How to read ext4 partitions in Windows?
[ "windows", "ext4" ]
10
7
CC BY-SA 3.0
[ { "creationDate": "2012-04-24T15:33:23.287", "id": "149252", "postId": "9933", "score": "1", "text": "http://askubuntu.com/questions/108067/accessing-ubuntu-files-from-windows-xp", "userDisplayName": null, "userId": "39372" }, { "creationDate": "2012-04-24T15:44:22.040", "id"...
{ "accepted": true, "body": "<p>There was a utility called <a href=\"http://sourceforge.net/projects/ext2read/\" rel=\"nofollow noreferrer\">ext2read</a> to browse Ext partitions in Windows (including Ext4 partitions) which may not work anymore as mentioned in the comment below by @heynnema and could corrupt your p...
[ { "accepted": true, "body": "<p>There was a utility called <a href=\"http://sourceforge.net/projects/ext2read/\" rel=\"nofollow noreferrer\">ext2read</a> to browse Ext partitions in Windows (including Ext4 partitions) which may not work anymore as mentioned in the comment below by @heynnema and could corrup...
null
null
2013-04-07T17:52:16.603
null
null
9938
1
10018
2010-10-28T08:34:58.050
9
9794
<p>Sometimes I boot into recovery kernel with CLI and networking for troubleshooting my laptop. So is there a way to connect to a wireless router or AP over command line? If it is possible what are the commands for the following:</p> <ol> <li>To list available networks.</li> <li>To connect to a network with: SSID, WPA...
2968
3550
2010-10-28T14:13:07.923
2010-10-28T14:13:07.923
configuring wireless on command line interface
[ "networking", "wireless", "command-line" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You will need the wpasupplicant package in order to connect to a network secured with wpa or wpa2.</p>\n\n<p>Listed by order :<br/>\n1 : <code>sudo iwlist scan</code></p>\n\n<p>2 : <code>sudo iwconfig &lt;interface&gt; essid \"my network\"</code> <br/>\n<code>iwpriv &lt;interface&gt;...
[ { "accepted": null, "body": "<p>I think iwlist and iwconfig does this. <a href=\"http://ubuntuforums.org/showthread.php?t=956761\" rel=\"nofollow\">Here</a> is the forum that talks about this.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-S...
null
null
null
null
null
9939
1
9943
2010-10-28T08:36:38.567
171
229931
<p>The last two fields on each line in <code>fstab</code> (<code>dump</code> and <code>pass</code>) are some numbers (usually, <code>0</code>).</p> <p>What do these numbers mean?</p> <pre><code># &lt;file system&gt; &lt;mount point&gt; &lt;type&gt; &lt;options&gt; &lt;dump&gt; &lt;pass&gt; proc /pr...
4825
900728
2021-03-06T20:15:56.633
2021-03-06T20:15:56.633
What do the last two fields in fstab mean?
[ "fstab" ]
2
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Copy/paste from <code>man fstab</code>:</p>\n\n<blockquote>\n <p>The fifth field, (fs_freq), is used for these filesystems by the\n dump(8) command to determine which filesystems need to be dumped. \n If the fifth field is not present, a value of zero is returned and \n...
[ { "accepted": true, "body": "<p>Copy/paste from <code>man fstab</code>:</p>\n\n<blockquote>\n <p>The fifth field, (fs_freq), is used for these filesystems by the\n dump(8) command to determine which filesystems need to be dumped. \n If the fifth field is not present, a value of zero is returned...
null
null
null
null
null
9941
1
10001
2010-10-28T08:42:09.943
21
8167
<p>I've read in another question that Canonical has already ported Unity to Compiz, and that this new version has much better performance on supported hardware. Since the work is done, is there an expected date for Natty testers to get it?</p>
4862
235
2010-10-28T15:45:34.543
2010-12-02T22:11:44.523
When will compiz-based version Unity be available for testing?
[ "unity", "compiz", "11.04" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T08:57:25.213", "id": "10018", "postId": "9941", "score": "1", "text": "I guess you can check it out of the bzr branch on Launchpad *now*...", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-10-28T09:10:55.930", "id": "10025", ...
{ "accepted": true, "body": "<p>This is available via the release of <a href=\"http://www.ubuntu.com/testing/natty/alpha1\">Natty Alpha 1</a>.</p>\n\n<p>There is currently a <a href=\"https://launchpad.net/~unity/+archive/ppa/+packages\">PPA available</a> that was made available for earlier releases of Natty, but t...
[ { "accepted": null, "body": "<p>We don't know for sure yet, but once all the developers are home from UDS (the Ubuntu Developer Summit) I'm sure more information will slowly trickle out.</p>\n\n<p>I'd say it's very much possible we'll have runnable examples within the next few weeks. Having said that Canoni...
null
null
null
null
null
9942
1
11227
2010-10-28T08:48:46.353
0
2596
<p>I have to write a script and it requires root privileges to execute some linux commnads and to stop &amp; start some services. I'm asked to disable sudo access totally for all the users (as the normal users can gain access to root with the command 'sudo -s') and I did it. So I'm looking for the script to automate th...
3215
423684
2017-11-13T10:42:21.733
2017-11-13T10:42:21.733
Automate switch user password in script
[ "server" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Users cannot run <code>sudo -s</code> if they don't have permissions to run whatever the SHELL is.</p>\n\n<p>What you want is to have your users tell you <em>exactly</em> what commands they want to be able to run. Be especially careful that any commands they want to run are <em>owned...
[ { "accepted": null, "body": "<p>If you need to run that script as a non-root user, you should configure <code>sudo</code> to allow that. You can configure sudo per user or group to allow all or only certain commands, either with or without password. Completely disabling sudo for all users is probably not ...
null
null
null
null
null
9945
1
9948
2010-10-28T09:04:41.757
8
806
<p>The <a href="https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-desktop-n-specialized-unity-form-factor" rel="nofollow">Launchpad page</a> for the desktop-oriented version of Unity lists the following features separating it from the netbook version:</p> <ul> <li>A floating Unity Dash that can be mo...
4862
null
null
2011-10-21T01:38:52.093
Are there mockups for the desktop-oriented Unity?
[ "unity" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-10-19T02:48:51.283", "id": "78590", "postId": "9945", "score": "0", "text": "Are there actually plans to create a desktop-orientated unity?", "userDisplayName": null, "userId": "3332" }, { "creationDate": "2011-10-19T03:00:15.780", "id": "78594", "...
{ "accepted": true, "body": "<p>No not yet. I'm sure we'll see some mockups, if not runnable code, in the coming month or so though.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-28T09:09:09.807", "id": "9948", "last...
[ { "accepted": true, "body": "<p>No not yet. I'm sure we'll see some mockups, if not runnable code, in the coming month or so though.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-28T09:09:09.807", "...
null
null
null
null
null
9951
1
null
2010-10-28T09:42:22.613
5
2729
<p>I've got an rdiff-backup setup that backs up a largeish sql dump (1.6GB) over a network. The server it's backing up to (Ubuntu 10.10 server) has a small local disk (4GB, 1GB free) but has a cifs mount to a large nas (plenty of free space). I've a softlink set up from a user account's home dir to the NAS <code>cifs m...
4869
47151
2012-03-09T16:45:05.080
2022-12-12T02:47:01.323
rdiff-backup and running out of disk space. Something weird's going on
[ "server", "nas", "rdiff-backup" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2010-11-01T17:32:31.407", "id": "11069", "postId": "9951", "score": "1", "text": "Do you see anything in /tmp ? By default, /tmp is on the hard disk, not a ramdisk. Could switch it to a ramdisk if you have enough ram for that.", "userDisplayName": null, "userId": "115...
null
[ { "accepted": null, "body": "<p>As maco already mentioned in comments, <code>/tmp</code> is the problem.</p>\n\n<p>With rdiff-backup you can configure temp directory location with parameter</p>\n\n<pre><code>--tempdir path\n Sets the directory that rdiff-backup uses for temporary files\n ...
null
null
null
null
null
9954
1
10052
2010-10-28T10:03:02.823
7
554
<p>Is there some way to get download metrics on PPA packages? It would be nice to know how many users are using my application from my PPA and what distributions they are using. If not, any idea of the feasibility of implementing such a feature? For example, are PPAs mirrored? I can imagine that that would complica...
4820
235
2010-10-28T13:27:55.983
2010-10-28T17:17:37.780
Analytics on PPA package downloads?
[ "ppa", "launchpad", "downloads" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>For the record, the Launchpad bug URL is:\n<a href=\"https://edge.launchpad.net/soyuz/+bug/139855\">https://edge.launchpad.net/soyuz/+bug/139855</a></p>\n\n<p>It looks like the fix is going to be released real soon :)</p>\n", "commentCount": "1", "comments": [ { "creati...
[ { "accepted": null, "body": "<p>I know that this has been on the LP roadmap for some time, but apparently hasn't landed yet... (There is also a LP bug somewhere.)</p>\n\n<p>(And no, PPAs aren't mirrored currently, or at least not outside Launchpad/Canonical where gathering stats would be difficult.)</p>\n"...
null
0
2013-07-18T04:08:44.007
null
null
9955
1
10006
2010-10-28T10:06:50.383
2
752
<p>I know that Firebug does not run on 64 bit Ubuntu distribution. Do you know some solution for this problem or why it happens?</p>
101
null
null
2011-01-18T01:37:17.337
Firebug problem in 64 bit Ubuntu distribution
[ "firefox", "64-bit" ]
2
6
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T10:16:45.443", "id": "10032", "postId": "9955", "score": "1", "text": "I am running Ubuntu 64 bit and Firebug runs fine on Firefox. Can you add some screenshots to show your problem?", "userDisplayName": null, "userId": "2725" }, { "creationDate": "...
{ "accepted": true, "body": "<p>Firebug plugin works fine in Ubuntu 10.10 64 bit.\nI am using it without any issues on Firefox 3.6.12.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-28T13:11:10.893", "id": "10006", "l...
[ { "accepted": null, "body": "<p>I used to have this problem for a while on lucid. There was also a bug submitted to firebug (firefox crashed with firebug installed). Going to a newer version of firefox/firebug solved the problem at the time. </p>\n\n<p>I had no problems so far with firebug on amd64 using Ma...
null
null
null
null
null
9958
1
10961
2010-10-28T10:28:00.580
6
3248
<p>I use a wired PPPoE connection to connect to the Internet. What I need to do on Windows to connect to it is put in static IP address, gateway, subnet mask and DNS servers for my LAN card. Next I have to create a dialer for a PPPoE connection, put in my user name, the service name and the password, and "dial" this co...
4152
235
2011-01-17T14:47:49.940
2011-01-17T14:47:49.940
DSL PPPoE connection not working?
[ "10.04", "networking", "internet", "pppoe" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I seem to have found the solution.</p>\n\n<p>I deleted all the previous connections, deleted the configuration file from <code>/etc/network</code> created by <code>pppoeconf</code> and rebooted. Then I set up the wired connection (Automatic ethernet) using the static addresses but ma...
[ { "accepted": true, "body": "<p>I seem to have found the solution.</p>\n\n<p>I deleted all the previous connections, deleted the configuration file from <code>/etc/network</code> created by <code>pppoeconf</code> and rebooted. Then I set up the wired connection (Automatic ethernet) using the static addresse...
null
null
null
null
null
9962
1
null
2010-10-28T10:33:52.003
10
1687
<p>One nasty limitation of upstream gnome is that Nautilus usage is hardcoded in, for example, in Gnome Panel. That causes Nautilus Elementary to replace nautilus package and nautilus executable instead of creating separate project. This also prevents users from using alternative file managers such as Pcmanfm.</p> <p>...
4877
4
2010-10-28T12:36:44.503
2010-10-28T13:33:48.900
Will there be possibility in Unity to change default file manager?
[ "gnome", "unity" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You can already change the default file manager in GNOME, although the setting is hidden.</p>\n\n<p>Press <kbd>Alt</kbd>+<kbd>F2</kbd> then enter <code>gconf-editor</code>.</p>\n\n<p>You then need to edit the /desktop/gnome/applications/component_viewer/exec key to the comman...
null
null
null
null
null
9965
1
null
2010-10-28T10:38:57.893
6
4264
<p>I've heard about the possibility to play videos using graphic processor of video card instead of normal processor. I've read a few tutorial but I haven't see improvement in performances, processors continue to work a lot, so maybe I just haven't enabled this feature. I'm wondering if there's a simple and quick metho...
4180
169736
2013-12-08T00:30:05.243
2013-12-08T00:30:05.243
Simplest way to use graphic acceleration to watch videos
[ "hardware-acceleration" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T12:20:45.850", "id": "10061", "postId": "9965", "score": "0", "text": "What video player are you using? What makes you think it isn't using the hardware to best advantage? I'm running the same driver on an 8800, and I've yet to encounter a video that ran worse than ...
null
[ { "accepted": null, "body": "<p>Personally I use XBMC and Boxee to play back HD and SD Movies on my Ubuntu box.\nI have no problem with the same driver and a 8600. You have the option to turn on or off the VDPAU in these applications. Both apps have nice GUI. I don't now there is any official repository for...
null
null
null
null
null
9966
1
null
2010-10-28T10:48:39.400
0
3806
<p>I like my machine to boot quietly, if only for aestethic reasons. Sometimes, however, <a href="https://askubuntu.com/questions/2622/blank-screen-blinking-cursor-on-boot/9484#9484">things go wrong</a>, and then I would like to see the boot messages. Can I switch them on during boot, i. e. without rebooting and modify...
4731
-1
2017-04-13T12:23:56.577
2010-10-28T12:31:59.623
With `quiet` kernel option in my grub entry, can I make the boot messages visible?
[ "boot", "debug" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>if you don't see your grub menu press <code>shift</code> during a boot.\nif you see grub, go to the line/kernel you want to boot.\npress <code>e</code> to edit the config of that kernel.\nremove <code>quiet</code> and press <code>ctrl+x</code> to boot.</p>\n", "commentCou...
null
null
null
null
null
9967
1
9969
2010-10-28T10:49:00.773
6
2190
<p>Is it possible to replace the Unity launcher (dock) in Ubuntu 11.04 with another dock (for example Docky)?</p>
4879
16722
2011-05-21T12:47:27.640
2016-01-20T18:12:12.973
Is it possible to replace the Unity launcher?
[ "11.04", "unity", "launcher", "dock" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It will certainly be possible to continue with whatever setup you use now. (Not use Unity, but a different dock.)</p>\n\n<p>However whether it will be possible to use the rest of the Unity interface alongside a different dock remains to be seen. With current Unity (10.10) that is not...
[ { "accepted": true, "body": "<p>It will certainly be possible to continue with whatever setup you use now. (Not use Unity, but a different dock.)</p>\n\n<p>However whether it will be possible to use the rest of the Unity interface alongside a different dock remains to be seen. With current Unity (10.10) tha...
null
null
null
null
null
9968
1
null
2010-10-28T10:59:11.333
0
1549
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9432/will-the-unity-interface-be-only-for-11-04">will the unity interface be only for 11.04?</a> </p> </blockquote> <p>Will 11.10 feature GNOME 3 / GNOME Shell or will it feature Unity forever?</p>
null
-1
2017-04-13T12:24:27.937
2010-10-28T15:53:52.030
Will Ubuntu 11.10 feature GNOME Shell?
[ "unity", "gnome" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2010-10-28T17:42:46.037
null
Dan
9972
1
null
2010-10-28T11:20:43.023
2
2836
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9890/will-unity-be-more-customizable">Will Unity be more customizable?</a> </p> </blockquote> <p>I ask because of the common, "websites are 1024px wide" issue: will it be possible to change the behaviour of the sid...
null
-1
2017-04-13T12:23:07.557
2010-10-28T12:38:08.120
Will the Unity side-bar eventually have configuration options?
[ "gnome", "unity" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T11:34:55.700", "id": "10053", "postId": "9972", "score": "0", "text": "We will certainly have [Auto-hide](https://bugs.launchpad.net/ubuntu/+source/unity/+bug/639814) but your other suggestions are less likely.", "userDisplayName": null, "userId": "866" } ...
null
[]
null
null
2010-10-28T12:12:47.730
null
the_madman
9975
1
9988
2010-10-28T11:32:17.460
0
432
<p>I remember vaguely, that we could highlight chunks in vi. Is there anyway to do that in a console? eg: In the image, I wanted to select the numbers only, but highlighting only captures complete lines, not discontinuous chunks. I hope I am clear what I mean.</p> <p>Let me know if its possible and theres a way.</p> ...
3778
null
null
2010-11-08T23:20:42.373
Highlighting and copying chunks instead of lines?
[ "command-line", "vim" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Works for me with gnome-terminal. Open the gconf-editor:</p>\n\n<p><code>Alt+F2 &gt; gconf-editor</code></p>\n\n<p>and go to</p>\n\n<p><code>/apps/gnome-terminal/profiles/Default</code></p>\n\n<p>The key <code>word_chars</code> should have the value <code>-A-Za-z0-9,./?%&amp;#:_=+@~<...
[ { "accepted": null, "body": "<p>I'm not 100% sure if you're asking about doing this in vi or from some other terminal input. If you're talking about some terminal input, well I'd say just pipe it to vi or write to a file you open in vi. </p>\n\n<p>As for highlighting a column in vi I have a screencast episo...
null
null
null
null
null
9976
1
null
2010-10-28T11:34:09.230
5
1325
<p>I mean under which license is the source code available? I'm not sure if Unity is free software</p>
4875
18612
2011-11-03T21:43:05.410
2011-11-03T21:43:05.410
Under which licence is Unity available? Is it protected by any copyright or patents?
[ "unity", "license" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Quoting the <a href=\"https://launchpad.net/unity\" rel=\"nofollow\">upstream page</a> at Launchpad:</p>\n\n<blockquote>\n <p>Unity is free software, you are encouraged to use whatever pieces of it suit you.</p>\n \n <p>[...]</p>\n \n <p>Licenses:\n GNU GPL v3, GNU LGPL...
null
null
null
null
null
9978
1
null
2010-10-28T11:37:11.193
8
347
<p>Instead of asking the question, "What laptop make/model is good to use with Ubuntu?", I was wondering if focusing on the characteristics of a laptop would be helpful. Things I am wondering about are along the lines of:</p> <ul> <li>ATI vs nVidea vs "it doesn't matter"</li> <li>wireless specs to look for or avoid</...
4888
935
2010-10-28T11:59:19.603
2022-03-03T16:06:20.507
What should I look for, or avoid, in a laptop that will run Ubuntu?
[ "hardware", "laptop", "compatibility" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T12:40:51.320", "id": "10069", "postId": "9978", "score": "0", "text": "similar question: http://askubuntu.com/q/131/667", "userDisplayName": null, "userId": "667" } ]
null
[ { "accepted": null, "body": "<p>You can have a look in this <a href=\"https://ubuntu.com/certified\" rel=\"nofollow noreferrer\">site</a> it has Ubuntu-certified hardware for Laptops, Desktops, Servers and Netbooks</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
9990
1
9999
2010-10-28T12:27:43.823
2
4911
<p>I want my guest accounts to be able to access ~/Music. I've changed the settings in my main account but can't find the share when I start a guest session. Where should I look, or what am I doing wrong?</p> <p>Edit: Now I can see the root folder by browsing to "Network", but can't access any sub-directories.</p> <p...
1481
1481
2010-10-28T12:39:27.713
2010-10-28T13:02:17.883
Allowing guest session to access certain user directories
[ "sharing", "guest-session" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You are doing it wrong.</p>\n\n<p>The Shares you are setting up as described in your question are network shares. For people accessing your PC over a network. You most likely don't want any shares.</p>\n\n<p>There are many ways to set permissions to allow user \"guest\" to access fil...
[ { "accepted": true, "body": "<p>You are doing it wrong.</p>\n\n<p>The Shares you are setting up as described in your question are network shares. For people accessing your PC over a network. You most likely don't want any shares.</p>\n\n<p>There are many ways to set permissions to allow user \"guest\" to ac...
null
null
null
null
null
9994
1
null
2010-10-28T12:37:05.470
3
521
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9189/upgrade-while-keeping-home-partition">Upgrade while keeping home partition</a> </p> </blockquote> <p>Scenario:</p> <ul> <li>New PC with fresh Ubuntu installation (10) + Old PC with Ubuntu (8)</li> <li>Want to...
4890
-1
2017-04-13T12:24:11.537
2010-10-28T13:04:11.047
What do I need to do to backup&restore (copy) users when migrating from one Ubuntu Box to another?
[ "backup", "migration" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T12:53:57.720", "id": "10076", "postId": "9994", "score": "0", "text": "This is a duplicate because all files and settings for all users are stored in /home. See http://askubuntu.com/q/5484/667 for seperating /home into a new partition.", "userDisplayName": null,...
null
[ { "accepted": null, "body": "<p>All the user-depended settings and configuration are inside the user's home directory (often in hidden files or directories, i.e. that start with <code>.</code>).</p>\n\n<p>It should be sufficient to restore the complete user directories (and make sure the ownership relates t...
null
null
2011-06-21T15:51:10.407
null
null
10004
1
null
2010-10-28T13:06:11.077
2
1872
<p>How to install driver acer OrbiCam bison in Ubuntu 10.10?</p>
null
235
2010-10-28T13:14:10.977
2010-12-21T10:23:10.710
How to install driver for an Acer OrbiCam bison?
[ "10.10", "webcam" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Looks like OrbiCam worked in ubuntu 10.4 and then stopped working in 10.10. This bug has history back to karmic 9.10. </p>\n\n<p>Last bug report is from 2010-10-10:</p>\n\n<blockquote>\n <p>worked on 10.04 stopped working on 10.10 the system can't find a dev/video2 device.<b...
null
null
null
null
Félix Rafael Borges Cuello
10005
1
null
2010-10-28T13:07:20.580
1
4738
<p>I'm using XMonad as my window manager, and want to use trayer as a icon panel for things like nm-applet. </p> <p>The problem was that the panel wouldn't appear on the top of the screen. If I set it to the bottom it just appeared. </p> <p>After a lot of trying, I found out it is because my xorg.conf is setup for du...
1733
null
null
2012-01-12T03:53:17.783
Getting trayer to work with dual screen setup
[ "multiple-monitors" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Yes, I think you are right when you say \"the trayer panel is spawned outside my view\". I just posted this answer in another forum (https://bbs.archlinux.org/viewtopic.php?pid=878706#p878706)</p>\n\n<p>I think the problem is the interaction between where you place trayer and...
null
null
null
null
null
10008
1
11388
2010-10-28T13:29:31.537
157
152982
<p>I switch back and forth between two computers constantly:</p> <ul> <li>OSX Snow Leopard </li> <li>Ubuntu 10.10 </li> </ul> <p>I'd like to be able to make Ubuntu use the same keyboard shortcuts as OSX <strong>System Wide</strong>, for the following keyboard sequences only (ie I don't want to make Ctrl act like Supe...
4804
169736
2013-12-11T11:04:21.433
2023-01-05T11:44:21.867
How to make keyboard work like OSX System Wide?
[ "shortcut-keys" ]
16
3
CC BY-SA 3.0
[ { "creationDate": "2013-04-19T16:58:29.290", "id": "356081", "postId": "10008", "score": "5", "text": "If you got this dialed in for all the Mac keyboard shortcuts, sharing your config file would be terrific! Thanks", "userDisplayName": null, "userId": "14824" }, { "creationDate"...
{ "accepted": true, "body": "<p>If you install the <code>xautomation</code> package, you can add a command in System → <em>Preferences</em> → <em>Keyboard Shortcuts</em> → <em>Custom</em> like:</p>\n<pre><code>xte &quot;keyup Meta_L&quot; &quot;keyup Meta_R&quot; &quot;keyup c&quot; &quot;keydown Control_L&quot; &q...
[ { "accepted": null, "body": "<p>I don't have Ubuntu to hand (Mac's here, Ubu's at the office) but I use a Mac keyboard there and for the same reasons as you, wanted to do this. </p>\n\n<p>First thing is to make sure your keyboard was installed as a Mac keyboard. I think you can change this in system->prefer...
null
null
null
null
null
10009
1
null
2010-10-28T13:32:24.060
11
9690
<p>I just tried integrating xmonad with GNOME on Ubuntu 10.04, according to the instructions found here: <a href="http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome#Ubuntu_Karmic">http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome#Ubuntu_Karmic</a></p> <p>Unfortunately, I was not successful a...
4895
4895
2010-10-28T14:05:40.413
2013-11-13T23:43:49.113
Which tiling window manager is easiest to install and use inside of GNOME
[ "window-manager", "xmonad" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The only one I can think of that is specifically designed to work within the traditional Gnome setup is <a href=\"http://www.bluetile.org/\" rel=\"nofollow\">Bluetile</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense...
null
null
null
null
null
10014
1
null
2010-10-28T13:55:00.053
5
21456
<p>Here's the problem; I'm trying to install Ubuntu:Maverick Meerkat using a USB flash drive on my dell vostro but when I try to boot from it, it say "BOOT ERROR". I used Universal-USB-Installer-1.8.0.8 to create the bootable USB flash drive. Any idea?</p> <p>I tried the same process on other machines and it works fin...
4899
null
null
2016-09-14T13:48:57.173
Dell Vostro won't boot with a USB. When try to boot from it, it say “BOOT ERROR”
[ "dell" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-03T01:42:32.450", "id": "16798", "postId": "10014", "score": "0", "text": "I'm having this same problem with my Dell Inspiron 530. I used \"USB Startup Disk Creator\" for the pen drive.", "userDisplayName": null, "userId": "175" } ]
null
[ { "accepted": null, "body": "<p>Try holding the Ctrl key during boot. Some computers have a broken BIOS that numbers the devices incorrectly, but an alternative bit of boot code to work around this exists and is activated if you hold down Ctrl.</p>\n", "commentCount": "0", "comments": [], "comm...
null
null
null
null
null
10020
1
null
2010-10-28T14:22:38.353
3
2231
<p>Hi I have a flash memory which is damaged and became read-only. I want to delete my data. How can I do so? Is there any way to make it completely impossible to read files on my flash memory?</p>
4392
431
2010-10-28T16:36:47.317
2017-02-16T23:41:17.543
Deleting Files by Force!
[ "filesystem", "files", "delete" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T14:26:14.893", "id": "190379", "postId": "10020", "score": "0", "text": "Why not formatting it?", "userDisplayName": null, "userId": "2554" }, { "creationDate": "2010-10-28T14:35:05.690", "id": "190380", "postId": "10020", "score": "0", ...
null
[ { "accepted": null, "body": "<p>Without destroying? You can repair it first. Assuming your flash is /dev/sdb1:</p>\n\n<pre><code>sudo fsck -a /dev/sdb1\n</code></pre>\n\n<p>If it succeeds, turn it on and off, then delete files.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": n...
null
null
null
null
null
10024
1
null
2010-10-28T14:28:08.593
3
5613
<p>After installing xubuntu-desktop on Ubuntu 10.10, The GDM window icon changed to a blue mouse, How to I return GDM to the default Ubuntu theme/icon.</p> <p>I have tried the following which effectively changes the theme but doesn't modify the top icon.</p> <p><a href="http://www.n00bsonubuntu.net/content/how-to-cha...
4902
3550
2010-10-28T14:31:51.957
2011-07-31T08:39:48.180
How do I change the GDM Login Window top icon?
[ "10.10", "gdm", "xubuntu" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>the icon is located at /usr/share/icons/LoginIcons/apps/64/computer.svg</p>\n\n<p>root can overwrite this icon with another svg item.</p>\n\n<p>you could also place a second icon there and change the value of /apps/gdm/simple-greeter/logo-icon-name in the configuration-editor...
null
0
null
null
null
10026
1
10164
2010-10-28T14:37:39.840
3
4756
<p>How can I search for filenames with special characters? I'd like to search this folder for any files or subfolders that contain special characters. I'd also like to do this with one string if possible so that I'm not performing a single search for every special character.</p> <p>Via applications > accessories > sea...
4538
null
null
2010-10-29T01:37:20.757
How can I search for filenames with special characters?
[ "10.10", "search", "special-characters" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T14:39:08.250", "id": "10104", "postId": "10026", "score": "0", "text": "Trying to create an archive that will not cooperate, reported bug and they said this might be the issue", "userDisplayName": null, "userId": "4538" } ]
{ "accepted": true, "body": "<p>Fold open \"Select more options\", select \"Name matches regular expression\" and press the Add button. Now you can fill in a regular expression to match. To use the example of Joris, put <code>[èö]</code> in the text box next to the \"Name matches regular expression\" search optio...
[ { "accepted": null, "body": "<p>i don't know how to do this with the graphical interface.</p>\n\n<p>if you want to use the command line to search for the characters è and ö (as examples), use this: <code>find * -iregex '.*/.*[èö].*'</code></p>\n\n<p>this searches your current folder and subfolders for the p...
null
null
null
null
null
10030
1
10037
2010-10-28T14:53:55.163
6
147160
<p>Right now, if I want to access shared folders on my network, I have to browse them via Network in nautilus. I am wandering how I can open shared folders of a PC, by its ip.</p> <p>tldr; Equivalence of running "\ipaddress" in windows.</p>
4903
null
null
2010-10-28T18:08:03.680
How do I access shared folders by ip address? (for example, in windows, I use "\\172.16.243.7")
[ "networking", "samba" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The easiest way is to open Nautilus, the file manager, and press ctrl+L. This will give you a text field where you can type</p>\n\n<pre><code>smb://172.16.243.7/\n</code></pre>\n\n<p>You can also connect to a share using the places menu. From the places menu, select \"connect to ser...
[ { "accepted": null, "body": "<p>In shortcuts menu on top left, you have access to the shared folders on your network via the \"Network\" folder. You should see the PC you're interested in there.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY...
null
null
null
null
null
10031
1
10065
2010-10-28T14:57:10.763
20
11776
<p>Ok, so there's the buzz of Canonical (wanting to) switch for new Ubuntu version from the GNOME default desktop to their own Unity shell. (I hope that's accurate.)</p> <p>It seems I can not totally fathom what Unity actually <strong>is</strong>. For looking at its <a href="http://unity.ubuntu.com/projects/unity/">ho...
4890
4890
2010-10-28T15:48:16.493
2011-03-15T19:53:56.063
What is 'Ubuntu Unity' (for the Desktop)?
[ "unity" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T15:34:05.800", "id": "10120", "postId": "10031", "score": "7", "text": "@lfaraone : I asked these sub-questions to highlight some aspects that are important for me *in the context of the question*.", "userDisplayName": null, "userId": "4890" }, { "cr...
{ "accepted": true, "body": "<p>Unity is a desktop shell for GNOME. This is <em>not</em> the same as a totally new desktop environment. A desktop shell is the interface that you use. Unity will still use the same GNOME apps and libraries that the current desktop does. GNOME shell is an example of another shell for ...
[ { "accepted": null, "body": "<p>It may be important to remember that Unity is not supposed to be \"ready\" for desktops until Ubuntu 11.04. Ubuntu 10.10 just came out, so they still have 5 long months to change things back and forth. This question will be more easy to answer in February or March.</p>\n", ...
null
null
null
null
null
10036
1
null
2010-10-28T15:22:42.580
2
425
<p>When I log in on my computer, first my two monitors shows their own part of a larger desktop, then automatically changes to the same image on both screens, but I don't want to happen this, Is there any configuration to avoid this?</p> <p>About my hardware:</p> <pre><code>00:02.0 VGA compatible controller: Intel Co...
3246
15811
2011-09-15T06:16:20.487
2011-11-17T19:47:47.057
Why when I log in my two screens shows the same image automatically?
[ "multiple-monitors", "login" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2012-02-02T17:18:30.140", "id": "116144", "postId": "10036", "score": "0", "text": "This question has not information added in it for a very long time and probably describes a bug in old package versions. I have flagged it to a moderator so it can be closed. If you think that ...
null
[ { "accepted": null, "body": "<p>System, Preferences, Monitors. Untick \"Same image in all monitors\", arrange to suit. Apply. This setup should now happen automatically next time you log in.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-29T00:35:46.993", ...
null
null
2012-02-02T18:16:54.957
null
null
10043
1
10070
2010-10-28T15:37:07.827
4
650
<p>I'm trying to set up an image of Ubuntu Lucid to install on some PCs at work. For that I'd like to add and remove some programs, settings, menus etc. I've heard about the /etc/skel directory.</p> <p>If I configure both desktops and copy /my/ whole home-directory to /etc/skel, what will happen to the permissions? Al...
4906
25863
2012-11-21T21:58:12.850
2012-11-21T21:58:12.850
How do I set up a default GNOME and KDE desktop for every new user I will create?
[ "gnome", "kde", "users" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I've done this once when working on a live cd, and would suggest copying from home to skel, and then testing, and modifying individual files as needed from that point. Another thing, try using Virtual Box and a mock installation first before you do this on an actual system, just to b...
[ { "accepted": true, "body": "<p>I've done this once when working on a live cd, and would suggest copying from home to skel, and then testing, and modifying individual files as needed from that point. Another thing, try using Virtual Box and a mock installation first before you do this on an actual system, j...
null
null
null
null
null
10044
1
28545
2010-10-28T15:38:52.697
6
3421
<p>i'm having problem with Ubuntu 10.04 and my Ati radeon X1300. In particular i can't enable effect (compiz) because they are SLOW, and, for example, the same game (hedgewars) on the same pc run very slowly on Linux, nor in Windows. </p> <p>With my old Ubuntu (9.04) i didn't have the same problem. </p> <p>Does anyo...
2156
235
2010-11-30T23:49:30.927
2011-08-17T16:55:14.437
Bad performance with ATI Radeon X1300?
[ "10.04", "video", "performance", "ati" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T15:50:59.280", "id": "10126", "postId": "10044", "score": "0", "text": "Are you using the open source or restricted driver? Try going to the hardware drivers and disabling the proprietary one if it is enabled. For some situations the open source one is better.", ...
{ "accepted": true, "body": "<p>I have <em>ATI Radeon 9600m</em> and works very well with \"<strong>r300g</strong>\" driver. To install you only need to add xorg-edger PPA.</p>\n\n<p>Open terminal and copy&amp;past <code>sudo add-apt-repository ppa:xorg-edgers/ppa</code> and press enter. After copy&amp;paste <code>...
[ { "accepted": null, "body": "<p>I had that problem with radeon x1500 and x1600 so I supose the solution will be the same, and you must be using de mesa driver (the open source). I don't know if it works with the propietary fglrx (didn't for me...)</p>\n\n<p>Reboot, and in the grub screen where you select th...
null
null
null
null
null
10045
1
null
2010-10-28T15:40:12.247
2
1688
<p>I use here a laptop with an extended screen sometimes. First i needed to edit the configuration by Nvidia-settings to apply changes of my screen configuration, but now i have improved that by using Disper. That allows with one command to switch on/off the extended screen.</p> <p>only single screen: disper -s , swit...
4865
169736
2014-02-28T22:30:19.263
2014-02-28T22:30:19.263
Hotplug second screen
[ "multiple-monitors" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2012-06-26T14:59:20.337", "id": "189709", "postId": "10045", "score": "0", "text": "Thank you for the reference to disper -- I'd never heard of it! Thanks to you half the headache of Ubuntu + Nvidia is relieved. :-)", "userDisplayName": null, "userId": "7148" } ]
null
[ { "accepted": null, "body": "<p>If you use the option in the nvidia settings to save the changes to your xorg config file, then you won't need use a command. Every time you plug in an external monitor it will use the monitor in the config you chose.</p>\n", "commentCount": "1", "comments": [ {...
null
null
null
null
null
10054
1
null
2010-10-28T16:02:53.707
5
367
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/66183/how-can-i-get-some-nice-eye-candy-themes-for-grub">How can I get some nice eye candy themes for Grub?</a> </p> </blockquote> <p>Can I theme the GRUB2, and does anyone have any advice on doing this? Thanks in ...
null
-1
2017-04-13T12:25:03.423
2010-10-28T19:43:10.743
Theming the GRUB2
[ "grub2", "themes" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2012-06-03T19:06:04.197
null
Cormac
10059
1
null
2010-10-28T16:15:42.650
1
402
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9817/battery-drain-on-ubuntu-is-fast">Battery drain on ubuntu is fast.</a> </p> </blockquote> <p>I use dual boot of Windows 7 and Ubuntu 10.10 on my laptop. My windows 7 easily runs for about 2 hours on battery.</p...
2766
-1
2017-04-13T12:24:11.537
2010-10-28T16:15:42.650
Ubuntu using up battery power too quickly
[ "laptop", "power-management" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2010-10-28T16:55:02.007
null
null
10071
1
10097
2010-10-28T17:14:59.183
3
116
<p>Lately I've been having problems with the X server restarting when I'm enabling/disabling Twinview or running low on available memory.</p> <p>How would I go about reporting such an incident after it happens?</p>
4918
null
null
2010-10-28T18:40:49.830
How to report Xorg restarts?
[ "xorg", "nvidia" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The best way to report a crashing Xorg would be to report a bug on Launchpad, using the <code>ubuntu-bug</code> utility.</p>\n\n<p>Instructions for doing this are available <a href=\"https://help.ubuntu.com/community/ReportingBugs\" rel=\"nofollow\">here</a>. Good luck!</p>\n", "co...
[ { "accepted": true, "body": "<p>The best way to report a crashing Xorg would be to report a bug on Launchpad, using the <code>ubuntu-bug</code> utility.</p>\n\n<p>Instructions for doing this are available <a href=\"https://help.ubuntu.com/community/ReportingBugs\" rel=\"nofollow\">here</a>. Good luck!</p>\n...
null
null
null
null
null
10075
1
null
2010-10-28T17:35:49.613
1
824
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9861/will-unity-be-the-only-option-during-install">Will Unity be the only option during install</a> </p> </blockquote> <p>I am wondering if it will be possible in Ubuntu 11.04, to use ordinary (the current) GNOME int...
4921
-1
2017-04-13T12:23:44.677
2010-10-30T07:19:48.037
Current GNOME Interface in Ubuntu 11.04?
[ "gnome", "unity", "11.04" ]
0
6
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T18:04:03.863", "id": "10155", "postId": "10075", "score": "0", "text": "This isn't a duplicate (not of that question anyway). It's asking if Unity is the only shell available on Natty. The other asks if Unity is only for 11.04 (or if it will be replaced). I for one ...
null
[]
null
null
2010-10-28T17:43:01.213
null
null
10079
1
10239
2010-10-28T17:52:31.220
3
210
<p>I am currently using nautilus actions, an application that lets one add useful commands to the context menu, will something as useful be included in the Unity shell? </p> <p>Secondly, I have quite a number of useful scripts available in the Nautilus scripts folder these scripts are available to me via the Nautilu...
4923
3550
2010-10-28T17:55:38.390
2010-10-29T11:39:36.193
Will functionalities that we are used to in the old shell be available in Unity?
[ "gnome", "unity" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Nautilus will remain the default file manager in Ubuntu 11.04 - Unity doesn't change that. Although there is some long-term idea that Unity will <em>eventually</em> be able to do data management better than managing files &amp; folders with Nautilus, the Places work isn't there yet....
[ { "accepted": null, "body": "<p>These will still be available in Nautilus file manager unless the nautilus developers decide otherwise. They probably won't be available in Unity's inbuilt file launcher. However, you can still open Nautilus to manage your files. If nautilus isn't included by default (I assum...
null
null
null
null
null
10082
1
10087
2010-10-28T17:59:57.810
14
18663
<p>Hplip is the software that drives most hp printers. Usually new printers are only supported in newer versions of the software. Canonical doesn't backport new versions packages to older Ubuntu versions, that means that newer drivers are not going to be available in the Software Center of older Ubuntu versions.</p> <...
211
211
2010-10-28T19:52:53.853
2016-11-02T16:53:25.140
Which is the best way to install new hplip versions?
[ "package-management", "hardware", "drivers", "printing" ]
6
5
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T18:12:31.853", "id": "10156", "postId": "10082", "score": "0", "text": "BTW I need a better title for the question, suggestion or editing (if enough rep) appreciated.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2011-12-13T21:44:4...
{ "accepted": true, "body": "<p>You can use the official <a href=\"http://hplipopensource.com/hplip-web/install.html\" rel=\"noreferrer\">hp installer</a> as I did. It will detect that I'm using Ubuntu, uninstall the older drivers, fetch all the dependencies (includind build-essentials), compile the new version, ma...
[ { "accepted": true, "body": "<p>You can use the official <a href=\"http://hplipopensource.com/hplip-web/install.html\" rel=\"noreferrer\">hp installer</a> as I did. It will detect that I'm using Ubuntu, uninstall the older drivers, fetch all the dependencies (includind build-essentials), compile the new ver...
null
null
null
null
null
10086
1
null
2010-10-28T18:09:02.650
7
902
<p>When launcher hides to left, active windows will maximize their borders to full screen. Alignment between windows left border and windows buttons + global menu on upper panel would be lost, it will look very strange. I want to know what is the real plan on auto-hiding.</p> <p>Sorry for my poor english.</p>
4917
null
null
2010-11-04T14:26:29.773
If Unity launcher is auto-hide, how will elements on upper panel behave?
[ "unity", "launcher" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T18:22:56.413", "id": "10161", "postId": "10086", "score": "0", "text": "you could bring this up as a bug report on launchpad.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-10-28T19:44:42.973", "id": "10179", "postId":...
null
[ { "accepted": null, "body": "<p>It's true that the maximised window will then have window buttons which are a little inside from the left edge of the window. We haven't tested this yet, our position for the moment is that keeping them in the same place on the screen is more important than keeping them again...
null
null
null
null
null
10090
1
10096
2010-10-28T18:18:38.470
8
2892
<p>I was trying out Unity and then I uninstalled it but there is still an <code>Ubuntu Netbook Edition</code> option in the GDM session list. Accidentally clicking on that causes the user to log in to a broken desktop. How can I remove it from the list?</p>
114
null
null
2012-08-13T13:44:57.120
How can I remove "Ubuntu Netbook Edition" option from the GDM session menu?
[ "10.10", "unity", "gdm" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Go to the Ubuntu Software Center and use the search box in the upper right corner. Search for ubuntu-netbook and remove the packages <code>ubuntu-netbook</code> and <code>ubuntu-netbook-default-settings</code>.</p>\n", "commentCount": "2", "comments": [ { "creationDate"...
[ { "accepted": null, "body": "<p>The list is populated by looking at the contents of the <code>/usr/share/xsessions</code> directory. In here you’ll find files with the <code>.desktop</code> extension (extension hidden in some file managers, press <kbd>CTRL</kbd>+<kbd>H</kbd>). As these files are in a system...
null
null
null
null
null
10092
1
null
2010-10-28T18:29:36.563
14
770
<p>Why Ubuntu uses the Indicator Applet? It loses a lot of usability, why made it when Gnome already have one?</p> <hr> <p><strong>Example</strong></p> <p>Without indicator applet: Application is in the icon tray Left click opens the application window Right click shows a menu related to application</p> <p>With ind...
4928
18612
2012-03-22T07:39:34.123
2012-03-22T07:39:34.123
Why do indicator applets exist?
[ "indicator", "applet", "design", "ayatana" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-29T08:37:12.960", "id": "10302", "postId": "10092", "score": "3", "text": "Previously every tray icon had it's own unique behaviour - I don't call that the height of usability! I highly recommend you read the analysis Jorge linked to.", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>Design justification and analysis is <a href=\"https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators\">available here</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDat...
null
null
null
null
null
10094
1
null
2010-10-28T18:36:47.093
6
603
<p>I want to become Ubuntu user, but <b>SQL Developer</b> is not comfortable enough for me. Main problem for me is that when I query data with <b>select</b> statemant and the result is displayed it is not possible to edit data directly (this feature is in <b>PL\SQL Developer</b>). Does there exist solution for this: di...
4927
41
2010-10-28T19:06:40.207
2011-03-28T02:38:24.420
Problem in switching from PL/SQL Developer to SQL Developer
[ "database" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T18:49:11.240", "id": "10166", "postId": "10094", "score": "0", "text": "Are we talking about simple queries ?", "userDisplayName": null, "userId": "1182" }, { "creationDate": "2010-10-28T19:16:57.727", "id": "10173", "postId": "10094", "...
null
[ { "accepted": null, "body": "<p>If the queries are simple, just Click on <code>Views</code> -> <code>Connections</code>. Navigate to your desired table and double click on it. From this window you can edit the data.</p>\n\n<p>FWIW PL/SQL Developer runs fine on WINE as well.</p>\n", "commentCount": "2",...
null
null
null
null
null
10099
1
null
2010-10-28T18:51:54.720
11
936
<p>Which office suite will be used in Ubuntu 11.04? Open Office or LibreOffice?</p>
4932
235
2012-01-29T17:28:37.187
2012-01-29T17:28:37.187
What office suite will be used in 11.04?
[ "11.04", "openoffice.org", "libreoffice" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If I remember a UDS session correctly someone from the Desktop Team told me that LibreOffice will be shipped in Natty.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-28T19...
null
null
null
null
null
10104
1
10156
2010-10-28T19:13:11.617
16
2556
<p>Everyone is familiar with the high-contrast themes that are created for people with poor eye-sight. Because of the high contrast it is easier to see what is on the screen.</p> <p>However, I heard there are also low-contrast themes. Could someone give some examples, but most importantly, could someone explain why th...
292
8844
2011-03-10T05:36:26.697
2011-03-10T05:36:26.697
Why do some people need low-contrast themes?
[ "themes", "accessibility" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I have had to install a (Windows) PC for somebody who needed low contrast themes in a previous job. This woman could only see \"light\" and no colours, and had low vision in general. (I think she said she had no cone cells or something like that, but it's been 2 years). She used a...
[ { "accepted": null, "body": "<p>In an attempt to answer your question, low-contrast themes have the advantage of being simpler and cleaner. Even though its harder to identify what's on the screen, some people find that low contrast themes are less shocking than high contrast ones. </p>\n\n<p>I find low cont...
null
null
null
null
null
10115
1
10117
2010-10-28T19:46:56.063
8
60189
<p>I have a bunch of commands seperated by <code>\n</code>s that I'd like to execute serially (from the command line) in a file called <code>ec2-env-setup</code>. I'd appreciate any help.</p>
640
null
null
2017-10-22T17:09:36.373
How can I execute commands in a text file?
[ "command-line", "scripts" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is called a script.</p>\n\n<p>Right click on the text file, select properties, select permission, mark the \"Let this file be executed\" text box. Now you can execute it just by double clicking on the file.</p>\n\n<p>You can also do it from the console like this:</p>\n\n<pre><co...
[ { "accepted": null, "body": "<p>You need to make it excecutable:</p>\n\n<pre><code>chmod +x ec2-env-setup\n</code></pre>\n\n<p>And then run it (this will work if you are in the same directory as it, otherwise, use an absolute path).</p>\n\n<pre><code>./ec2-env-setup\n</code></pre>\n", "commentCount": "0...
null
null
null
null
null
10119
1
10130
2010-10-28T20:07:55.617
7
4028
<p>After setting up a private directory in ~/Private, I noticed that ecryptfs-mount-private is able to mount the directory without supplying a passphrase.</p> <p>Is there a way to disable this behaviour, to force ecryptfs to ask for a passphrase (and entirely disable automounting using a key in the keyring)?</p>
null
235
2010-10-28T20:10:53.637
2016-09-22T18:35:32.547
Private directory mounted without passphrase?
[ "ecryptfs" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>From the <a href=\"https://help.ubuntu.com/community/EncryptedPrivateDirectory\" rel=\"nofollow\">EncryptedPrivateDirectory</a> wiki:</p>\n\n<blockquote>\n <p>We can stop ecryptfs from unlocking the Private folder on startup, by removing the empty file <code>auto-mount</code> which ...
[ { "accepted": true, "body": "<p>From the <a href=\"https://help.ubuntu.com/community/EncryptedPrivateDirectory\" rel=\"nofollow\">EncryptedPrivateDirectory</a> wiki:</p>\n\n<blockquote>\n <p>We can stop ecryptfs from unlocking the Private folder on startup, by removing the empty file <code>auto-mount</code...
null
null
null
null
user2817
10121
1
10127
2010-10-28T20:30:07.697
18
23947
<p>Will Ubuntu 11.04 use Gnome 3? If so, what differences for end-user is going to be? I know that there won't be Gnome shell, but what about the login screen? Will Ubuntu continue using that old (GNOME 2.X) one, or create its own, or use the new Gnome 3 login screen (maybe it will be a part of gnome shell? <a href="ht...
3216
235
2011-03-31T17:43:47.710
2011-04-24T15:54:02.810
Will Ubuntu 11.04 use GNOME 3?
[ "11.04", "login-screen", "gnome" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-24T12:05:42.763", "id": "30881", "postId": "10121", "score": "0", "text": "Will it be possible to use Gnome 3 with the original Gnome shell instead of Unity without problems, or do I have to compile and install it manually?", "userDisplayName": "user11401", "us...
{ "accepted": true, "body": "<h1><a href=\"https://askubuntu.com/questions/10121/will-ubuntu-11-04-use-gnome-3/31900#31900\">No, but it was originally planned to do so.</a></h1>\n<hr />\n<p>Original answer (now incorrect):</p>\n<blockquote>\n<p>Yes, it will use Gnome 3 but with the\n<a href=\"http://unity.ubuntu.co...
[ { "accepted": true, "body": "<h1><a href=\"https://askubuntu.com/questions/10121/will-ubuntu-11-04-use-gnome-3/31900#31900\">No, but it was originally planned to do so.</a></h1>\n<hr />\n<p>Original answer (now incorrect):</p>\n<blockquote>\n<p>Yes, it will use Gnome 3 but with the\n<a href=\"http://unity.u...
null
null
null
null
null
10122
1
null
2010-10-28T20:33:53.343
1
6595
<p>Every 3 to 5 seconds I get the following output in kernel.log file. How do you fix this?</p> <pre><code>Oct 28 00:04:30 host kernel: [57192.331327] pciehp 0000:00:1c.4:pcie04: Link Training Error occurs Oct 28 00:04:30 host kernel: [57192.331331] pciehp 0000:00:1c.4:pcie04: Failed to check link status </code></pre...
163
null
null
2010-11-27T21:44:52.307
Why does my kernel.log file report 'Link Training Error' and 'Failed to check link status'?
[ "kernel", "pci" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Sounds like your machine doesn't support PCI-E hotplugging.</p>\n\n<p>Assuming you have an eeepc, read <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/557048\" rel=\"nofollow\">here</a>, particularly <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bu...
null
null
null
null
null
10128
1
null
2010-10-28T20:56:12.473
2
336
<p>I have Ubuntu Netbook Edition 10.10 installed but I found Unity to be too slow. I've tried switching to the Desktop session when logging in but now when my windows are maximize, there are no windows top bar. How can I get back my top bar?</p> <p>Executing metacity --replace didn't do anything by the way. A screensh...
2702
15811
2011-08-14T08:22:45.103
2017-02-16T23:15:48.093
No top bar on windows when maximized on Ubuntu Netbook with Dekstop session
[ "10.10", "gnome-classic" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You should remove <code>maximus</code>, or at least make sure it doesn't get run anymore.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-29T07:26:30.580", "id": "10208...
null
null
null
null
null
10133
1
10154
2010-10-28T21:31:11.117
4
842
<p>I just tried to play Quake3 (QuakeLive) on a new laptop with an i3 core integrated gpu, running Ubuntu 10.10. Strangely, the performance was terrible. I'm running on intel driver, which seems to load correctly. I know it's not a high-end system, but I got used to Q3 being fairly playable on 3yo built-in i850GM with ...
1287
null
null
2010-10-28T23:51:39.780
i3 core performance problems
[ "10.10", "xorg", "performance", "intel-graphics" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T22:12:09.430", "id": "10196", "postId": "10133", "score": "0", "text": "I tried this both with disabled and enabled compiz. With disabled, it's a bit faster, but still practically unusable (looks like still < 10fps).", "userDisplayName": null, "userId": "128...
{ "accepted": true, "body": "<p>And the answer seems to be:</p>\n\n<pre><code>\\r_ignorefastpath 0\n</code></pre>\n\n<p>Now I get really smooth graphics all the time.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-29T00:12:16.990", "id": "10224", "postId": "10154", ...
[ { "accepted": true, "body": "<p>And the answer seems to be:</p>\n\n<pre><code>\\r_ignorefastpath 0\n</code></pre>\n\n<p>Now I get really smooth graphics all the time.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-29T00:12:16.990", "id": "10224", ...
null
null
null
null
null
10134
1
10790
2010-10-28T21:37:59.457
5
2932
<p>I have a great icon pack and nearly every single app has a high resolution icon. But not Google Chrome. In Docky the Google Chrome icon is fuzzy and bad, how can I replace it with a high resolution one?</p>
2230
null
null
2010-11-01T18:10:51.863
How get a higher resolution icon for Google Chrome in Docky?
[ "icons", "docky", "google-chrome" ]
2
7
CC BY-SA 2.5
[ { "creationDate": "2010-10-28T21:43:37.203", "id": "10193", "postId": "10134", "score": "0", "text": "Which icon theme are you using? What is the icon size setting in docky?", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-10-29T00:22:55.337", "id": "1022...
{ "accepted": true, "body": "<p>\"Did you just install Google Chrome, or has it been installed? If you just installed it, you may need to log out and then log back in.\" -from user via comments: <a href=\"https://askubuntu.com/users/2733/russjr08\">https://askubuntu.com/users/2733/russjr08</a></p>\n", "commentCou...
[ { "accepted": null, "body": "<p>In my case, I use chromium (in the repositories since maverick, available in a ppa else). It's the same than google chrome (same features, extensions...), but without the \"Google is spying you\" part. And the icon in docky is just perfect!</p>\n", "commentCount": "0", ...
null
null
null
null
null
10136
1
10138
2010-10-28T21:44:37.123
9
1424
<p>On many Screenshots from Unity I can see a Google Search Bar in the upper panel, like in this Screenshot</p> <p><a href="http://arstechnica.com/open-source/news/2010/10/shuttleworth-unity-shell-will-be-default-desktop-in-ubuntu-1104.ars" rel="nofollow">http://arstechnica.com/open-source/news/2010/10/shuttleworth-un...
4871
235
2011-03-27T20:03:37.030
2011-03-27T20:04:00.260
Where is the Google Search Bar in Unity?
[ "unity", "ubuntu-netbook", "lenses" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-30T09:09:42.030", "id": "10583", "postId": "10136", "score": "0", "text": "please mark this question as answered ^^", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-10-30T09:20:33.960", "id": "10594", "postId": "10136", ...
{ "accepted": true, "body": "<p>That screenshot is out of date. Current Unity as it ships in 10.10 does not have a text field in the top panel. Search will be implemented in what we call <a href=\"https://wiki.ubuntu.com/Unity/Lenses\" rel=\"nofollow\">Lenses</a>.</p>\n", "commentCount": "1", "comments": [ ...
[ { "accepted": null, "body": "<p>I can only guess those were mockups, and the design changed later. You do get a search bar when you click the files or apps launcher, and if your search returns no results you get a \"search the web\" button which opens a Google search with the terms you wrote.</p>\n", "c...
null
null
null
null
null
10142
1
10147
2010-10-28T22:47:31.163
5
4138
<p>I have a World of Warcraft installation in my wine directory, and I want to place a link to it in the desktop. But when I create a link with the right mouse button menu, and place it in my desktop, it doesn't start. I'm a newbie here, so, forgive me if this is one basic function that I didn't have the braincells to ...
2206
null
null
2010-10-28T23:49:47.193
How do I create a link to a .exe file who has the same behavior that I get in windows?
[ "wine", "shortcuts" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try to put \"wine \" without the quotes before the command in the command text box in the launcher.</p>\n\n<p>==============================================</p>\n\n<p>Go to Applications->Wine->Programs-> and right click on a program and select Copy to Desktop (if there is no program,...
[ { "accepted": true, "body": "<p>Try to put \"wine \" without the quotes before the command in the command text box in the launcher.</p>\n\n<p>==============================================</p>\n\n<p>Go to Applications->Wine->Programs-> and right click on a program and select Copy to Desktop (if there is no ...
null
null
null
null
null
10143
1
null
2010-10-28T22:50:36.367
5
1944
<p>Usually I have several gnome-terminals running, with several tabs each. Unfortunately, it is very difficult to navigate across them. <kbd>Alt</kbd>-<kbd>Tab</kbd> only navigates across windows, not across terminals's tabs.</p> <p>Is there anything that could display to me Titles of ALL tabs that I have opened acros...
4951
17739
2011-11-02T20:23:57.227
2011-11-02T20:27:00.313
Easiest way to navigate across tabs within terminals
[ "gnome-terminal" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p><kbd>Ctrl&lt;.kbd>-<kbd>PgUp</kbd> and PgDn</kbd> and should do the trick</p>\n\n<p>-- peter</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-28T23:02:42.733", "id": "10207", "postId": "10144", "score": "0", ...
null
null
null
null
null
10146
1
null
2010-10-28T23:02:41.830
1
431
<p>i cannot see video with "movie player", "GNOME video" OR with "VLC media player" ... or in any browser .. ANnyone have any guesses??</p>
4953
235
2011-12-17T21:15:05.023
2011-12-17T21:15:05.023
Can't play .wmv files after attempting to add DVD playback from medibuntu
[ "vlc", "medibuntu" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-29T02:42:39.003", "id": "10238", "postId": "10146", "score": "0", "text": "Basically check if you have all the required restricted codecs installed. You can go with gstreamer or xine. Install gstreamer bad and ugly sets of codecs multiverse ones as well if you use gstr...
null
[ { "accepted": null, "body": "<p>Try installing the 'w32codecs' package from Medibuntu. </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-29T04:52:21.303", "id": "10269", "postId": "10149", "score": "1", "text": "And w64codecs if you ...
null
null
null
null
null