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
35165
1
35203
2011-04-15T03:01:58.380
5
2792
<p>I've tried to install this <a href="http://cl.ly/2L2A0a1v472N0u3h2p0U">Apple Emoji TTF font</a> but even the Font Viewer doesn't render them correctly.</p> <p>Does anyone have an idea about whether this kind of font is supported in 10.10/Gnome 2.32 ?</p>
10261
8844
2011-04-15T04:19:41.607
2013-08-08T18:49:09.783
Colour font installation (emoji) in Maverick Meerkat
[ "10.10", "gnome", "fonts", "font-rendering" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'm guessing it uses some exotic Apple extension. I can't find anything that will open it. You probably have to be using an Apple machine. That sounds typical of Apple.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-15T08:35:32.047", "id": "39275", "postId": "35203", "score": "0", "text": "Why am I not surprised !", "userDisplayName": null, "userId": "10261" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T08:22:58.763", "id": "35203", "lastActivityDate": "2011-04-15T08:22:58.763", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13398", "parentId": "35165", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>I'm guessing it uses some exotic Apple extension. I can't find anything that will open it. You probably have to be using an Apple machine. That sounds typical of Apple.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-15T08:35:32.047...
null
null
null
null
null
35168
1
35205
2011-04-15T03:24:03.017
0
186
<p>I was updating my netbook latest version after 1st installation so a lot of updates where there. The updates were downloaded and it was being installed. The computer got switched off in between. Now its not working. I want to just run the command "apt-get upgrade". What is the procedure...</p>
14294
41
2011-04-15T12:04:15.007
2011-04-15T13:14:22.103
Ubuntu Netbook update interrupted
[ "software-center", "aptitude" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You didn't say <em>how</em> it isn't working. I'm assuming that you mean that your computer won't boot. In that case, you can try booting into a LiveCD or LiveUSB environment (of the same version as your Ubuntu installation). Then, mount your hard drive somewhere. I'm assuming that you mounted it on <code>/mnt</code> for the sake of this answer. Any other place is fine, as long as you make the necessary adjustments to my instructions.</p>\n\n<pre><code>sudo mount --bind /sys /mnt/sys\nsudo mount --bind /proc /mnt/proc\nsudo chroot /mnt\n</code></pre>\n\n<p>At this point, you're in your machine with root privileges.</p>\n\n<pre><code>apt-get upgrade # Or whatever commands you want.\nexit # Back to the live environment...\nsudo umount /mnt/{proc,sys}\nsudo umount /mnt\nsudo reboot\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T08:31:45.140", "id": "35205", "lastActivityDate": "2011-04-15T13:14:22.103", "lastEditDate": "2011-04-15T13:14:22.103", "lastEditorDisplayName": null, "lastEditorUserId": "13398", "ownerDisplayName": null, "ownerUserId": "13398", "parentId": "35168", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>You didn't say <em>how</em> it isn't working. I'm assuming that you mean that your computer won't boot. In that case, you can try booting into a LiveCD or LiveUSB environment (of the same version as your Ubuntu installation). Then, mount your hard drive somewhere. I'm assumin...
null
null
null
null
null
35172
1
35206
2011-04-15T03:52:41.660
6
2011
<p>I've seen solutions for Unity issues involving GSettings, such as </p> <p><a href="https://askubuntu.com/questions/17610/how-do-i-reset-my-unity-configuration/29577#29577">How do I reset my Unity configuration?</a></p> <p>and <a href="https://askubuntu.com/questions/30742/how-do-i-access-the-system-tray/30748#30748">How do I access and enable more icons to be in the system tray?</a></p> <p>I haven't found out how to use it with Unity. Is it documented somewhere?</p>
8844
-1
2017-04-13T12:25:03.983
2012-05-24T22:41:45.473
What is GSettings and what does Unity use it for?
[ "11.04", "unity" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>GSettings is an API that allows you to access key/value pairs (e.g., persistent application settings) without directly talking to the actual backend that stores that data (config files, gconf, dconf).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T08:39:20.267", "id": "35206", "lastActivityDate": "2011-04-15T08:39:20.267", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "35172", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>GSettings is an API that allows you to access key/value pairs (e.g., persistent application settings) without directly talking to the actual backend that stores that data (config files, gconf, dconf).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDat...
null
null
null
null
null
35175
1
35670
2011-04-15T04:46:53.110
9
58071
<p>How can I upgrade to a higher scipy (say 0.8.0) with a minimum amount of dependency hell? </p>
11139
173693
2014-10-20T06:29:31.987
2014-10-20T06:29:31.987
How do I upgrade python-scipy to something newer than 0.7.0?
[ "10.04", "package-management", "partial-upgrade" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I dug around a bit (quite a bit actually). \nInitially I tried installing enthoughts python (<a href=\"http://www.enthought.com/products/epd.php\" rel=\"nofollow\">EPD 7.0</a>) it all looks nice and self-contained. Oddly enough though, one of the things I needed to run (<a href=\"http://code.google.com/p/spyderlib/\" rel=\"nofollow\">spyder</a>, check it out, brilliant IDE if your playing around with python in the natural sciences) would segfault. I wasn't able to find the problem (yet) so I had to move on. </p>\n\n<p>Then I tried what I should have done in the first place, namely choosing newer debian packages - turns out the dependencies aren't as frightening as I thought:\ninstalled natty's <a href=\"http://packages.ubuntu.com/natty/python-numpy\" rel=\"nofollow\">numpy</a> and <a href=\"http://packages.ubuntu.com/natty/python-scipy\" rel=\"nofollow\">scipy</a> and so far, all seems to work.</p>\n\n<pre><code>sudo dpkg -i python-numpy_1.5.1-1ubuntu2_i386.deb\nsudo dpkg -i python-scipy_0.8.0+dfsg1-1ubuntu1_i386.deb\n</code></pre>\n\n<p>with the result that</p>\n\n<pre><code>$ python -c 'import scipy; print(scipy.__version__)'\n0.8.0\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-17T23:41:47.560", "id": "39822", "postId": "35670", "score": "0", "text": "Good to know -- thanks for posting the complete solution.", "userDisplayName": null, "userId": "8844" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-17T23:27:11.703", "id": "35670", "lastActivityDate": "2011-04-17T23:46:15.247", "lastEditDate": "2011-04-17T23:46:15.247", "lastEditorDisplayName": null, "lastEditorUserId": "11139", "ownerDisplayName": null, "ownerUserId": "11139", "parentId": "35175", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<pre><code> sudo easy_install scipy\n</code></pre>\n\n<p>or <code>sudo easy_install3 scipy</code></p>\n\n<p>You may need to install <code>python-setuptools</code> or \n<code>python3-setuptools</code> first.</p>\n", "commentCount": "5", "comments": [ { ...
null
null
null
null
null
35176
1
35198
2011-04-15T04:53:51.670
5
807
<p>Which keyboard short cut is there to bring up the restart / shut-down dialog?</p>
13263
1067
2011-04-15T09:34:30.507
2011-04-15T09:34:30.507
Bring up restart / shut-down dialog box using the keyboard
[ "10.10", "10.04", "gnome", "shortcut-keys", "shutdown" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Just use the CTRL-ALT-DEL key combination i.e press Alt, Ctrl and Delete keys together. This will show the Shutdown Dialog with shutdown, restart and hibernate options.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-15T08:13:44.307", "id": "39274", "postId": "35198", "score": "0", "text": "thank you for pointing out such simple solution to my problem.", "userDisplayName": null, "userId": "13263" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T07:14:50.140", "id": "35198", "lastActivityDate": "2011-04-15T07:14:50.140", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6713", "parentId": "35176", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>See <a href=\"http://www.howtogeek.com/howto/ubuntu/assign-custom-shortcut-keys-on-ubuntu-linux/\">this HowTo</a> on defining custom hotkeys in Gnome. Using that info, create your hotkey with this as it's command: <code>gnome-session-save --shutdown-dialog</code></p>\n", ...
null
null
null
null
null
35180
1
null
2011-04-15T05:04:48.497
7
9805
<p>I have found out that rsnapshot is great tool for backing up my stuffs for local file system. Now I need to do rsnapshot_push.conf file where I give params to rsync server. What is the right way to do this? Can I use rsync to /rsnapshot-backups/localhost/ syncing it to rsync server.</p>
13123
null
null
2019-11-15T10:00:25.773
rsnapshot push TO the server FROM the client
[ "rsnapshot" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Rsnapshot is pull-based by design. The power of Rsnapshot lies in using hard links, and that only works for local file systems. (nfs could be used as it supports hard links, but not for instance sshfs).</p>\n\n<p>In a push scenario, the best solution is to simply push to to a...
null
null
null
null
null
35182
1
35190
2011-04-15T05:13:32.473
1
31010
<p>I have my machine connected to our office LAN which has many other machines that use win XP, win 7 etc. Until a month or so ago, I was able to share files and folders with them, but now I can't even see what machines are there on my LAN, let alone access their files. I tried accessing a machine by its name, by opening <code>smb://machinename</code>, but that says</p> <pre><code>Error: Failed to retrieve share list from server Please select another viewer and try again. </code></pre> <p>I tried restarting samba with <code>sudo service samba restart</code>, but that says <code>samba: unrecognized service</code>, but then samba is shown as <em>installed</em> in synaptic.</p> <p>I am pretty much stuck on this. Any ideas on how to fix this?</p>
649
null
null
2017-06-16T01:04:18.043
Unable to open "Windows Network" to see other computers on LAN
[ "samba", "networking", "sharing" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The problem turned out to be the firewall. Disable it with</p>\n\n<pre><code>sudo ufw disable\n</code></pre>\n\n<p>did the trick.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2016-01-03T21:31:21.853", "id": "1057546", "postId": "35190", "score": "3", "text": "I don't recommend doing this.", "userDisplayName": null, "userId": "488069" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T06:22:40.093", "id": "35190", "lastActivityDate": "2011-04-15T06:22:40.093", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "649", "parentId": "35182", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Basically you can try viewing network in nautilus with <code>network:///</code> in nautilus location bar. As for restarting samba server I think try replacing samba in your service command with smb or smbd. Or try using machine ip rather than machine name.</p>\n", "commen...
null
null
null
null
null
35183
1
null
2011-04-15T05:21:06.010
6
2400
<p>I have a Lenovo Thinkpad T61, which uses a Trackpoint. Every time I reinstall Ubuntu, the default sensitivity settings are much too low (it feels like I really have to <strong>push</strong> to move the cursor).</p> <p>I've been changing this manually for quite a few releases now, creating startup scripts to automatically change obscure configuration files as denoted at ThinkWiki.org. About a year ago, I found <a href="http://live.gnome.org/GPointingDeviceSettings" rel="noreferrer">gpointing-device-settings</a>, which looked like the answer to my prayers (and in some ways it is). Unfortunately, despite the description and <a href="http://live.gnome.org/GPointingDeviceSettings?action=AttachFile&amp;do=get&amp;target=GPointingDeviceSettings_TrackPoint.png" rel="noreferrer">pictures</a> on the gnome.org page, I cannot use this GUI to control the Trackpoint sensitivity (it's not an option).</p> <p>I've also heard of configure-trackpoint, but last I tried (a year ago) it didn't save your sensitivity settings (you need to make a startup script). I really dislike opening a Terminal and/or creating scripts to set my Trackpoint mouse sensitivity. Is there any way around all this using a GUI? It feels like there should be.</p>
null
3256
2011-04-15T15:34:38.453
2011-05-19T00:04:57.443
Configure Trackpoint sensitivity using a GUI
[ "hardware", "configuration", "thinkpad", "trackpad" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Use the settings in <strong>Applications ▸ Mouse Preferences ▸ Pointer Speed</strong>.</p>\n\n<p>I've had no issues with using this to adjust the sensitivity of the TrackPoint on my ThinkPad X60.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": n...
null
null
null
null
user14301
35184
1
35187
2011-04-15T05:35:43.473
0
350
<pre><code>for i in *.jpg do j = '$i | cut -d . -f 1' convert $i $j".png" done </code></pre> <p>temp.sh: line 3: j: command not found</p> <p>I know about mogrify, just wanted to know how to get variables done in bash.</p>
14297
null
null
2016-01-05T18:16:58.743
variables in bash
[ "bash" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You have to remove the spaces around <code>=</code>:</p>\n\n<pre><code>for i in *.jpg\ndo\n j=`echo $i | cut -d . -f 1`\n convert $i $j\".png\"\ndone\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-15T05:51:42.743", "id": "39257", "postId": "35187", "score": "0", "text": "Also, j should've been j=`echo $i | cut -d . -f 1`", "userDisplayName": null, "userId": "14297" }, { "creationDate": "2011-04-15T05:53:22.953", "id": "39258", "postId": "35187", "score": "0", "text": "Yes, you're right. I oversaw this. I will update the answer.", "userDisplayName": null, "userId": "12414" }, { "creationDate": "2011-04-15T07:52:54.440", "id": "39273", "postId": "35187", "score": "0", "text": "@Shabeer: If you need to use backticks in a comment, prefix these with a backslash (\\\\) as in `j=\\`echo $i | cut -d . -f 1\\``.", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T05:39:59.213", "id": "35187", "lastActivityDate": "2011-04-15T05:53:56.370", "lastEditDate": "2011-04-15T05:53:56.370", "lastEditorDisplayName": null, "lastEditorUserId": "12414", "ownerDisplayName": null, "ownerUserId": "12414", "parentId": "35184", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>You have to remove the spaces around <code>=</code>:</p>\n\n<pre><code>for i in *.jpg\ndo\n j=`echo $i | cut -d . -f 1`\n convert $i $j\".png\"\ndone\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-15T05:51:42.743",...
null
null
null
null
null
35188
1
null
2011-04-15T05:51:14.810
0
111
<p>I'm trying to localize kturtle in bengali... But I found the way very difficult to start it. Please suggest some easy way(IDE-which is used to debug or edit the source code). Where I can find the source code? </p>
null
235
2011-04-17T17:39:13.460
2011-06-25T14:17:15.750
Localization of kturtle
[ "packaging", "internationalization" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>KDE applications like the one you mentioned are translated by KDE, not by Ubuntu. Please see <a href=\"http://i18n.kde.org/\" rel=\"nofollow\">http://i18n.kde.org/</a> for help with all of the questions I'm sure you will have.</p>\n\n<p>You can try installing <code>lokalize</...
null
null
null
null
user14097
35191
1
null
2011-04-15T06:26:03.917
0
21163
<p>My Thinkpad HD went bad, so I opted for an upgrade to a 500gb one. How should I partition it, and in what order? Looking around various forums, I've come up with the following scheme so far:</p> <pre><code>/dev/sda /dev/sda1 Primary ext4 /boot 499 MB /dev/sda2 Primary ext4 / 19999 MB /dev/sda3 Primary swap 5999 MB /dev/sda5 Logical ext4 /home 473606 MB </code></pre> <p>Should I add separate partitions for /usr, /var, or any others? And does it matter what order I create them? I seem to remember reading a long time ago that your swap partition should always be at the end of your disk.</p> <p>I'm fairly new at this, but I love Ubuntu.</p> <p>Thank you, Mike</p>
null
null
null
2011-04-15T13:23:57.730
How to partition a new 500gb HD only installing Ubuntu 10.10?
[ "partitioning" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T06:33:14.637", "id": "39265", "postId": "35191", "score": "0", "text": "It looks fine home partition is good idea as it lets you reinstall or install new distro without loosing data which you have already done.", "userDisplayName": null, "userId": "2725" }...
null
[ { "accepted": null, "body": "<p>I would let the installer take care of that. E.g., for a typical user there's no reason to put <code>/boot</code> in its own partition.</p>\n\n<p>The only thing you could think about, is to put the <code>/home</code> folder on a separate partition, as this will make it easier...
null
null
null
null
user14302
35201
1
35219
2011-04-15T08:14:34.303
2
2990
<p>I like Ubuntu 11.04 very much. But I miss Covergloobus. Is there a way to install it in Natty ?</p>
6107
235
2011-04-15T13:19:52.240
2011-04-15T13:19:52.240
How to install Covergloobus?
[ "11.04", "music", "covergloobus" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes there is and I am using it. Just grab the deb files and install using <code>gdebi</code> or <code>dpkg -i</code>.</p>\n\n<p><a href=\"https://launchpad.net/~gloobus-dev/+archive/covergloobus/+files/covergloobus_1.7-6_amd64.deb\" rel=\"nofollow\">amd_64</a></p>\n\n<p><a href=\"https://launchpad.net/~gloobus-dev/+archive/covergloobus/+files/covergloobus_1.7-6_i386.deb\" rel=\"nofollow\">i386</a></p>\n\n<p>You can grab from <a href=\"https://launchpad.net/~gloobus-dev/+archive/covergloobus\" rel=\"nofollow\">ppa</a> as well or <a href=\"http://www.omgubuntu.co.uk/2010/11/covergloobus-1-7-release-candidate-ppa/\" rel=\"nofollow\">here</a>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-15T11:33:47.220", "id": "39293", "postId": "35219", "score": "0", "text": "but the ppa is maverick and lucid only ? it does not work on natty. But I will dry the .debs and Ill report if it worked.", "userDisplayName": null, "userId": "6107" }, { "creationDate": "2011-04-15T12:10:30.307", "id": "39299", "postId": "35219", "score": "0", "text": "Donot add the ppa, just download the deb file from packages section or above link and install it.", "userDisplayName": null, "userId": "1543" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T10:03:33.583", "id": "35219", "lastActivityDate": "2011-04-15T10:08:50.460", "lastEditDate": "2011-04-15T10:08:50.460", "lastEditorDisplayName": null, "lastEditorUserId": "1543", "ownerDisplayName": null, "ownerUserId": "1543", "parentId": "35201", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Yes there is and I am using it. Just grab the deb files and install using <code>gdebi</code> or <code>dpkg -i</code>.</p>\n\n<p><a href=\"https://launchpad.net/~gloobus-dev/+archive/covergloobus/+files/covergloobus_1.7-6_amd64.deb\" rel=\"nofollow\">amd_64</a></p>\n\n<p><a hr...
null
null
null
null
null
35204
1
57399
2011-04-15T08:27:38.283
1
1303
<p>I have installed jwhois on many systems, but can't get it to work. The port 43 is open through the firewall and I can do a telnet to the whois server on port 43, but whenver I run jwhois I get the following error:</p> <pre><code>[Querying whoisserver] [Unable to connect to remote host] </code></pre> <p>Any idea on how to fix this issue? </p>
3448
null
null
2012-08-10T22:02:10.353
jwhois not working
[ "whois" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This is Debian Bug <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542148\" rel=\"nofollow\">542148</a>.</p>\n\n<p>Not fixed in Ubuntu 10.04 LTS unfortunately.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-08-17T09:04:53.187", "id": "65270", "postId": "57399", "score": "0", "text": "Ahh thanks. That has been bugging me for some time :)", "userDisplayName": null, "userId": "3448" }, { "creationDate": "2012-03-29T16:59:39.033", "id": "138722", "postId": "57399", "score": "0", "text": "This is also noted in the Ubuntu Launchpad for jwhois: [Bug 339913](https://bugs.launchpad.net/ubuntu/+source/jwhois/+bug/339913). The fix is in Natty, Oneiric, and Precise, but _not_ in Lucid or Maverick.", "userDisplayName": null, "userId": "10966" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-08-17T00:21:26.910", "id": "57399", "lastActivityDate": "2012-03-29T17:38:25.097", "lastEditDate": "2012-03-29T17:38:25.097", "lastEditorDisplayName": null, "lastEditorUserId": "10966", "ownerDisplayName": null, "ownerUserId": "23404", "parentId": "35204", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>This is Debian Bug <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542148\" rel=\"nofollow\">542148</a>.</p>\n\n<p>Not fixed in Ubuntu 10.04 LTS unfortunately.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-08-17T09:04:53.1...
null
null
null
null
null
35211
1
null
2011-04-15T09:23:30.057
1
145
<p>Could you please add smaller packages (1-2gb for example) for a cheaper price? The 20gb is too much for me and I see no point paying for something I propably won't use. Thanks in advance.</p>
null
57576
2023-08-13T00:00:34.773
2023-08-13T00:00:34.773
Can I buy less than 20GB of additional storage on Ubuntu One?
[ "ubuntu-one" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T10:06:13.050", "id": "39282", "postId": "35211", "score": "0", "text": "Ubuntu One does offer 2 GB free. Why pay when you can get it for free :D. But again I donot know if it is a limited time offer.", "userDisplayName": null, "userId": "1543" } ]
null
[ { "accepted": null, "body": "<p>It is not a limited offer and you can get 2GB for free. Me and my daughters have 2GB for free each. We share data even when I'm away. It's just awesome :)</p>\n\n<p>and 2GB is enough yeah.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
user14306
35212
1
null
2011-04-15T09:39:34.670
2
139
<p>I'm using Ubuntu 10.10 Maverick Meerkat in dual boot with Windows XP SP3 and am having issues while installing packages/programs in Ubuntu. Not that they don't install but parallel installation is not supported. By this i mean, I can't install updates while software center is installing. is there a way I can configure this?</p>
14307
235
2011-04-15T13:19:34.893
2014-12-30T11:36:39.733
Can I install updates while software center is installing?
[ "software-center", "update-manager" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>No. The package management system needs a global lock to keep the meta-data (list of installed packages etc.) consistent. Update-Manager, Software-Center, Synaptic, Aptitude -- all of them are frontends to the Advanced Packaging Tool (APT) which, in turn, adds networking and ...
null
null
null
null
null
35221
1
35224
2011-04-15T10:21:26.417
4
6538
<p>I'm trying to create a small python3 program for my friend which will install and configure the nessarcary set-up for his Ubuntu Server.</p> <p>I want him to be able to start the program, give some basic information and be able to just leave the program to run.</p> <p>The thing is, to do this I need the python file to send the password to the CL when requested for sudo commands.</p> <p>I tried doing this for updating the Ubuntu Server:</p> <pre><code>os.system('sudo aptitude update &amp;&amp; sudo aptitude dist-upgrade') os.system(password) </code></pre> <p>After having the program request the password with this:</p> <pre><code>password=input('Please Enter Your Password') </code></pre> <p>But it didn't work. The CL just sits there waiting for the user to enter the password manually. Is ther anyway to get around this?</p> <p>Thanks!</p>
14315
null
null
2011-04-15T11:09:32.997
Ubuntu Server Automatically Insert Password Using Python3
[ "python", "sudo", "password", "updates" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There are some solutions that put in the password automatically, but as they are visible in clear text for a moment, those are dangerous and you should not use them. Some methods are discussed <a href=\"http://www.python-forum.org/pythonforum/viewtopic.php?f=1&amp;t=13711\" rel=\"nofollow\">here</a>.</p>\n\n<p>This is the proper way to run a python program as root:</p>\n\n<pre><code>import os\nimport sys\nimport subprocess\n\n\ndef main():\n status, output = subprocess.getstatusoutput(\"apt-get update\")\n return status\n\n\nif __name__ == '__main__':\n if os.getuid():\n print(\"This program needs to be run with root privileges,\")\n print(\"please use `sudo ./{0}` to execute it\".format(*sys.argv))\n sys.exit(100)\n else:\n sys.exit(main())\n</code></pre>\n\n<hr>\n\n<p>And the clear text method:</p>\n\n<blockquote>\n <p>This is <a href=\"http://tldp.org/HOWTO/Shadow-Password-HOWTO-2.html\" rel=\"nofollow\"><strong>dangerous</strong></a>\n Your password will be visible to users on the system <strong>in the clear</strong>\n Be advised, passwords should never be stored anywhere, ever.</p>\n</blockquote>\n\n<pre><code>password = \"password1\"\nsubprocess.getstatusoutput(\n \"echo {} | sudo -S apt-get update\".format(password))\n</code></pre>\n\n<hr>\n\n<p>On a related note, the best way to prompt a user for a password is using getpass:</p>\n\n<pre><code>import getpass\npassword = getpass.getpass(prompt='Password: ')\n</code></pre>\n\n<p>This won't print the password as on the screen while the user is typing, as you'd expect on a Linux system.</p>\n\n<hr>\n\n<pre><code>import os\nimport sys\nimport subprocess\n\n\ndef main():\n print(\"hello world, we're root!\")\n return 0\n\n\nif __name__ == '__main__':\n if os.getuid():\n os.system(\"sudo python3 \" + ' '.join(sys.argv))\n sys.exit(100)\n else:\n sys.exit(main())\n</code></pre>\n\n<p>This solution, instead of asking the user, runs itself as root if necessary. </p>\n", "commentCount": "8", "comments": [ { "creationDate": "2011-04-15T10:47:26.487", "id": "39286", "postId": "35224", "score": "1", "text": "Great answer, Stefano. As you say, forcing the user to enter their `sudo` password instead of hard-coding it is much, much better than using sudo-in-script.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-04-15T10:54:17.263", "id": "39288", "postId": "35224", "score": "0", "text": "If I use the getpass method, would it be safe for python to then eneter it automatically, or would that still be considered dangerous? Thanks for an awesome answer - Eden Crow", "userDisplayName": null, "userId": "14315" }, { "creationDate": "2011-04-15T11:03:49.257", "id": "39290", "postId": "35224", "score": "0", "text": "@Eden no, that would still be dangerous. But, I've added yet another solution that should do exactly what you want. Instead of telling the user to run the script as root, it runs itself as root, if it isn't already.", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2011-04-15T11:10:14.193", "id": "39291", "postId": "35224", "score": "0", "text": "@Stefano Thanks! Going to try to implement it in my program now...", "userDisplayName": null, "userId": "14315" }, { "creationDate": "2011-04-15T11:46:22.477", "id": "39294", "postId": "35224", "score": "0", "text": "@Stefano I keep getting the error \"name 'sys' is not defined\" when using the last solution. What am I doing wrong. Thanks (and I won't be able to reply straight away as need to go somewhere now).", "userDisplayName": null, "userId": "14315" }, { "creationDate": "2011-04-15T11:50:40.603", "id": "39295", "postId": "35224", "score": "0", "text": "Huh.. You would get this error if you somehow missed the `import sys` at the top of the file; I've tested this solution on python versions 2.4 through 3.2, it should work as is.", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2011-04-15T12:03:41.337", "id": "39298", "postId": "35224", "score": "0", "text": "@Stefano Thanks (for making me feel stupid :P). I did miss import sys! I was just confused as was battling with a couple of bugs at the same time. Thanks for all your amazing helP!", "userDisplayName": null, "userId": "14315" }, { "creationDate": "2011-04-15T12:13:00.700", "id": "39300", "postId": "35224", "score": "0", "text": "oh cool :-) you're very welcome", "userDisplayName": null, "userId": "1067" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T10:30:50.890", "id": "35224", "lastActivityDate": "2011-04-15T11:09:32.997", "lastEditDate": "2011-04-15T11:09:32.997", "lastEditorDisplayName": null, "lastEditorUserId": "1067", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "35221", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>There are some solutions that put in the password automatically, but as they are visible in clear text for a moment, those are dangerous and you should not use them. Some methods are discussed <a href=\"http://www.python-forum.org/pythonforum/viewtopic.php?f=1&amp;t=13711\" r...
null
null
null
null
null
35223
1
35230
2011-04-15T10:27:57.877
45
76081
<p>I want to add SOCKS proxy settings to /etc/apt/apt.conf. What is the syntax for it? Is it same as http and ftp syntax?</p> <p>Thanks.</p>
9302
null
null
2019-07-10T21:02:07.490
syntax for SOCKS proxy in apt.conf
[ "apt", "proxy" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>A possible solution can be to use <code>tsocks</code>, an application that can redirect the network traffic through a socks proxy.\nInstall <code>tsocks</code> package, modify <code>/etc/tsocks.conf</code> to set address and port number of your socks proxy, and run:</p>\n\n<pre><code>$ sudo -s\n# tsocks apt-get update\n# tsocks apt-get dist-upgrade\n# exit\n$\n</code></pre>\n\n<p>or</p>\n\n<pre><code>$ sudo -s\n# . tsocks -on\n# apt-get update\n# apt-get dist-upgrade\n# . tsocks -off # not really necessary, given the exit\n# exit\n$\n</code></pre>\n\n<p>You can think to a number of options, to simplify and automate its use.\n<br>Don't forget the leading dot, the <a href=\"http://manpages.ubuntu.com/manpages/trusty/man1/tsocks.1.html\" rel=\"noreferrer\">Manpage</a> has more deatails on this.</p>\n\n<p><strong>Edit</strong>: a shorter way to use it:</p>\n\n<pre><code>$ sudo tsocks apt-get update\n$ sudo tsocks apt-get dist-upgrade\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2016-04-12T07:21:35.717", "id": "1129156", "postId": "35230", "score": "14", "text": "It seems tsocks is not installed by default, so I need to run `sudo tsocks apt-get install tsocks`. Hahahahahaha...", "userDisplayName": null, "userId": "49666" }, { "creationDate": "2016-05-20T20:38:26.467", "id": "1159015", "postId": "35230", "score": "2", "text": "You can use curl to download `tsocks`, install it and then use :)", "userDisplayName": null, "userId": "546729" }, { "creationDate": "2017-02-21T22:12:18.067", "id": "1383121", "postId": "35230", "score": "3", "text": "Also: As of apt 1.3~rc1 (Debian version, not sure exactly which Ubuntu version, though my guess is not until Zesty), you can use `Acquire::http::Proxy \"socks5h://hostname:port/\"`. See the changelog at https://anonscm.debian.org/gitweb/?p=apt/apt.git;a=blob;f=debian/changelog;hb=f5e9be1da89725f9bf1915bdf86fdc4a77edf917", "userDisplayName": null, "userId": "1565" }, { "creationDate": "2017-07-05T17:48:47.153", "id": "1476653", "postId": "35230", "score": "1", "text": "Well... that's funny. To make apt-get work you need to... `apt-get something`!", "userDisplayName": null, "userId": "228996" }, { "creationDate": "2017-08-20T11:30:47.257", "id": "1508293", "postId": "35230", "score": "2", "text": "a little correction to @derobert line: `Acquire::socks::Proxy \"socks5h://hostname:port/\";` does the trick. Http does **not** - try it with Tor and you'll see a standard response \"Tor is not a http proxy\", so the `http` goes replaced by `socks` - and it works!", "userDisplayName": null, "userId": "380128" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T11:14:48.403", "id": "35230", "lastActivityDate": "2014-02-17T16:10:48.553", "lastEditDate": "2014-02-17T16:10:48.553", "lastEditorDisplayName": null, "lastEditorUserId": "249231", "ownerDisplayName": null, "ownerUserId": "2647", "parentId": "35223", "postTypeId": "2", "score": "37" }
[ { "accepted": true, "body": "<p>A possible solution can be to use <code>tsocks</code>, an application that can redirect the network traffic through a socks proxy.\nInstall <code>tsocks</code> package, modify <code>/etc/tsocks.conf</code> to set address and port number of your socks proxy, and run:</p>\n\n<p...
null
null
null
null
null
35227
1
35229
2011-04-15T10:50:16.330
1
2139
<p>I am creating a quick python3 program and at one part the server will need to be restarted. The thing is, that is not the end of the what the python file is supposed to do. Is there a way to make it start up from where it stopped when the user restarts or (if that isn't possible) automatically open a 2nd python file, which will continue with the rest of the task required.</p> <p>Thanks!</p>
14315
1067
2011-04-15T11:43:06.340
2011-04-15T11:54:40.283
Reopen A Python File Where It Left Off After Restarting
[ "server", "command-line", "python", "reboot" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>A reboot of the server obviously will also kill all running applications. Therefore we need to create a file on the harddisk that survives this.</p>\n\n<p>This file only needs to flag whether the server is going to reboot or if it was just rebooted like:</p>\n\n<pre><code>rebooted = False\nrebooted = True\n</code></pre>\n\n<p>We then let our application run different paths like:</p>\n\n<pre><code>rebooted = load_bootflag()\nif not rebooted:\n do_this()\n rebooted = True\n save_bootflag(rebooted)\n shutdownroutine()\nelse:\n do_that()\n rebooted = False\n save_bootflag(rebooted)\n</code></pre>\n\n<p>Where load_bootflag() and save_bootflag() are your routines to create this file.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-15T12:00:32.807", "id": "39297", "postId": "35229", "score": "0", "text": "Thanks. Did this with a \"reboot.txt\" file, some read file and if statements.", "userDisplayName": null, "userId": "14315" }, { "creationDate": "2011-04-15T12:37:29.280", "id": "39305", "postId": "35229", "score": "0", "text": "But that still means I'm going to have to ask the user to reopen the file after restart.", "userDisplayName": null, "userId": "14315" }, { "creationDate": "2011-04-15T13:34:45.020", "id": "39317", "postId": "35229", "score": "0", "text": "unless you do a trick with autostarting some app that checks this.", "userDisplayName": null, "userId": "3940" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T11:10:44.003", "id": "35229", "lastActivityDate": "2011-04-15T11:54:40.283", "lastEditDate": "2011-04-15T11:54:40.283", "lastEditorDisplayName": null, "lastEditorUserId": "3940", "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "35227", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>A reboot of the server obviously will also kill all running applications. Therefore we need to create a file on the harddisk that survives this.</p>\n\n<p>This file only needs to flag whether the server is going to reboot or if it was just rebooted like:</p>\n\n<pre><code>reb...
null
null
null
null
null
35231
1
null
2011-04-15T11:26:39.113
2
378
<p>I installed wubi netbook edition a week back from win xp service pack 2</p> <p>When I boot into Ubuntu the screen flickers and it reboots.</p> <p>Now I don't have Windows anymore on my notebook asus L3800.</p> <p>It just shows: </p> <ul> <li>Ubuntu generic</li> <li>Ubuntu recovery</li> <li>Ubuntu netbook</li> </ul> <p>Now which one should I go in to reboot?</p> <p>I don't want to access Windows anymore in the future.</p> <p>I don't have any cd to reinstall it as i am comfortable with Ubuntu.</p> <p>I get 2 boo chain loader:</p> <ul> <li>with generic, I get a quiet silence in insmod</li> <li>with netbook, I get instrid</li> </ul>
14317
8893
2011-04-15T13:06:23.927
2011-11-03T00:22:28.017
WUBI boot error
[ "boot", "ubuntu-netbook", "wubi", "windows-xp", "flicker" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-12-19T22:55:36.283", "id": "101759", "postId": "35231", "score": "0", "text": "This question appears to be abandonded, if you are experiencing a similar issue please [ask a new question](http://askubuntu.com/questions/ask) with details pertaining to your problem. If you f...
null
[ { "accepted": null, "body": "<p>You have to install the full Ubuntu version to work without Windows.</p>\n\n<ol>\n<li>Burn the Ubuntu iso on a USB stick or on a CD/DVD.</li>\n<li>Insert the USB/CD/DVD.</li>\n<li>Boot from it</li>\n<li>Install Ubuntu. Create partitions or remove everything on your computer a...
null
null
2012-02-10T00:58:46.533
null
null
35233
1
35234
2011-04-15T12:02:35.317
4
1324
<p>I read that from Natty beta 2 overlay scrollbars are default, but my installation is a fully updated one that I installed from an alpha release.</p> <p>I think the settings did not kick in from the update so I want to know how to enable it (there are plenty posts on how it disable it though)?</p>
14320
235
2011-04-15T13:17:45.003
2011-04-15T13:17:45.003
How to enable overlay scrollbars?
[ "11.04", "overlay-scrollbars" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<ul>\n<li><p>Make sure you have the packages <code>overlay-scrollbar</code> and <code>liboverlay-scrollbar-0.1-0</code> installed. (It's possible that you somehow lost the package <code>ubuntu-desktop</code> which usually is responsible for pulling in such new packages.)</p></li>\n<li><p>Overlay scrollbars only work in a handful of applications right now (easiest to test are probably Nautilus and gedit), so maybe you have just tested the wrong applications.</p></li>\n</ul>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-15T12:32:18.177", "id": "39303", "postId": "35234", "score": "1", "text": "thnx man! u were right, think the ubuntu-desktop package got removed when I removed evolution, so reinstalling it did the trick!", "userDisplayName": null, "userId": "14320" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T12:07:59.107", "id": "35234", "lastActivityDate": "2011-04-15T12:07:59.107", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "35233", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<ul>\n<li><p>Make sure you have the packages <code>overlay-scrollbar</code> and <code>liboverlay-scrollbar-0.1-0</code> installed. (It's possible that you somehow lost the package <code>ubuntu-desktop</code> which usually is responsible for pulling in such new packages.)</p></li...
null
null
null
null
null
35237
1
35267
2011-04-15T12:33:05.340
3
409
<p>I have Ubuntu Natty 11.04 Beta 2 installed. I did have some compiz freezes which I reported. However today I got a System Freeze...Everything was frozen...keyboards did not respond, clicking everywhere did not work and the only way was to hard reboot the system.</p> <p>Scenario 1: I was playing supertuxkaart in full screen and suddenly it froze...only a hard reset was the solution. (Did not try it again though)</p> <p>Scenario 2: Had unity running for nearly 4 hours, worked on documents, listening to music and then all of a sudden it froze.</p> <p>This system freeze is not conventional like after you login there is no unity or it froze after 2-3 mins of login.. </p> <p>However <strong>how can I report this to launchpad since I don't know what caused the freeze and also the system couldn't generate any bug reports since I did a hard reboot?</strong></p>
5855
235
2011-04-15T15:08:05.910
2011-04-15T15:08:05.910
Reporting System Unity Freezes
[ "11.04", "unity", "bug-reporting" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Look at the <a href=\"https://wiki.ubuntu.com/Unity/FilingBugs#Advanced%20debugging%20procedure\" rel=\"nofollow\">Advanced Debugging Procedures</a> section of the wiki to get the information needed for the bug report.</p>\n\n<p>If you can get a stack trace just report the bug by hand and attach it to the bug report. </p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-15T21:37:14.000", "id": "39417", "postId": "35267", "score": "0", "text": "I had a look at it, my system did not generate any apport hence that method was ruled. The other one with the stack, it said I had a graphical environment and hence should be in tty. I dont know what a tty is!", "userDisplayName": null, "userId": "5855" }, { "creationDate": "2011-04-15T21:49:43.780", "id": "39423", "postId": "35267", "score": "0", "text": "Yeah getting a trace is kind of advanced, you're probably better off updating today and see if it's still crashing.", "userDisplayName": null, "userId": "235" }, { "creationDate": "2011-04-15T21:54:59.313", "id": "39424", "postId": "35267", "score": "0", "text": "I suppose, however your answer is correct and hence I marked it. But thanks for the help.", "userDisplayName": null, "userId": "5855" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T15:07:48.097", "id": "35267", "lastActivityDate": "2011-04-15T15:07:48.097", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "35237", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Comment this bug:\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/unity/+bug/757387\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/unity/+bug/757387</a>\nor this\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/unity/+bug/758482\" rel=\"nofollow\">https...
null
null
null
null
null
35238
1
35239
2011-04-15T12:37:33.197
13
22742
<p>In Ubuntu 10.10, I added the CPU scaling applet on my panel in order to control the CPU frequency scaling. Since Unity no longer has a panel that supports applets, what mechanism do I use in 11.04 to achieve the same goal?</p>
4796
235
2013-02-08T15:46:20.317
2013-02-08T15:46:20.317
CPU Frequency Scaling in Unity?
[ "unity", "indicator", "panel", "cpufreq" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There's a special app-indicator, Cpufreq.</p>\n\n<p><img src=\"https://i.stack.imgur.com/h1z0f.png\" alt=\"App-Indicator\"></p>\n\n<p><a href=\"https://askubuntu.com/questions/30334/list-of-application-indicators/37997#37997\"><strong>Install Indicator-Cpufreq</strong></a> </p>\n\n<p>I hope this helped you,</p>\n\n<p>Daniel</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-15T13:20:12.613", "id": "39313", "postId": "35239", "score": "0", "text": "It's unfortunate that it's neither a part of ubuntu (a PPA), nor something that can be added easily (without running alt-f2).", "userDisplayName": null, "userId": "4796" }, { "creationDate": "2011-04-15T14:26:40.897", "id": "39331", "postId": "35239", "score": "2", "text": "@Mike You could add it to your `startup applications` so you don't have to start it every time", "userDisplayName": null, "userId": "8893" }, { "creationDate": "2016-03-28T23:42:26.780", "id": "1120299", "postId": "35239", "score": "0", "text": "the only thing this app lets me choose from is powersave and performance. nothing else.", "userDisplayName": null, "userId": "378854" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T12:48:40.867", "id": "35239", "lastActivityDate": "2011-05-15T04:47:36.043", "lastEditDate": "2017-04-13T12:24:07.007", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "8893", "parentId": "35238", "postTypeId": "2", "score": "16" }
[ { "accepted": true, "body": "<p>There's a special app-indicator, Cpufreq.</p>\n\n<p><img src=\"https://i.stack.imgur.com/h1z0f.png\" alt=\"App-Indicator\"></p>\n\n<p><a href=\"https://askubuntu.com/questions/30334/list-of-application-indicators/37997#37997\"><strong>Install Indicator-Cpufreq</strong></a> </...
null
null
null
null
null
35242
1
35254
2011-04-15T13:14:43.527
17
12465
<p>I like the overlay scrollbars that come with natty beta 2 by default! How do I enable them on fx4?</p>
13572
235
2011-07-28T06:02:07.770
2012-09-16T23:39:18.070
How do I enable overlay scrollbars in Firefox?
[ "11.04", "firefox", "overlay-scrollbars" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2012-03-07T23:05:28.817", "id": "130843", "postId": "35242", "score": "0", "text": "Duplicate of this bug report: [Bug #767040](https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/767040)", "userDisplayName": null, "userId": "18612" } ]
{ "accepted": true, "body": "<p>That is currently not possible, due to the libraries that Firefox's user interface is written using.</p>\n\n<p>There is a bug report that you can mark as affecting you: <a href=\"https://bugs.launchpad.net/firefox/+bug/767040\">https://bugs.launchpad.net/firefox/+bug/767040</a></p>\n", "commentCount": "10", "comments": [ { "creationDate": "2011-04-15T14:03:36.413", "id": "39325", "postId": "35254", "score": "0", "text": "@Ingo If they can enable them in all other default apps, why did they leave fx4?", "userDisplayName": null, "userId": "13572" }, { "creationDate": "2011-04-15T14:28:11.250", "id": "39332", "postId": "35254", "score": "0", "text": "I think applications like firefox, libreoffice have a different framework...for instance they had to manually program global menu for these applications make it work...I think it is something got to do with that.", "userDisplayName": null, "userId": "5855" }, { "creationDate": "2011-04-15T15:11:51.943", "id": "39340", "postId": "35254", "score": "3", "text": "Firefox's user interface is written using different libraries than most other Ubuntu programs. That means that indeed the devs have to adapt the scroll bars manually to it.", "userDisplayName": null, "userId": "2192" }, { "creationDate": "2011-04-18T21:44:37.043", "id": "39999", "postId": "35254", "score": "0", "text": "@Ingo @Nik where can I request to have such a feature?", "userDisplayName": null, "userId": "13572" }, { "creationDate": "2011-04-19T08:23:08.160", "id": "40041", "postId": "35254", "score": "0", "text": "Not necessary, it will be implemented for sure. They are probably already working on it :)", "userDisplayName": null, "userId": "2192" }, { "creationDate": "2011-04-23T22:10:36.573", "id": "40771", "postId": "35254", "score": "0", "text": "@Ingo great!waiting for it!", "userDisplayName": null, "userId": "13572" }, { "creationDate": "2012-01-14T18:19:08.887", "id": "109281", "postId": "35254", "score": "0", "text": "It didn't happen with 11.10. So now the question is: what about 12.04?", "userDisplayName": null, "userId": "2192" }, { "creationDate": "2012-01-28T11:58:42.097", "id": "113816", "postId": "35254", "score": "0", "text": "@IngoGerth I guess so :)", "userDisplayName": null, "userId": "13572" }, { "creationDate": "2014-08-27T09:38:35.747", "id": "700952", "postId": "35254", "score": "0", "text": "The developers are still not working on this. You can also [vote on the Mozilla Bugzilla bug](https://bugzilla.mozilla.org/page.cgi?id=voting/user.html&bug_id=693146), [#693146](https://bugzilla.mozilla.org/show_bug.cgi?id=693146), to increase the importance of the bug.", "userDisplayName": null, "userId": "2217" }, { "creationDate": "2014-08-27T13:44:25.220", "id": "701157", "postId": "35254", "score": "1", "text": "The question is whether this will ever happen, now that Ubuntu switching to Unity 8.", "userDisplayName": null, "userId": "2192" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T13:54:02.493", "id": "35254", "lastActivityDate": "2012-04-12T16:02:56.237", "lastEditDate": "2012-04-12T16:02:56.237", "lastEditorDisplayName": null, "lastEditorUserId": "866", "ownerDisplayName": null, "ownerUserId": "2192", "parentId": "35242", "postTypeId": "2", "score": "18" }
[ { "accepted": true, "body": "<p>That is currently not possible, due to the libraries that Firefox's user interface is written using.</p>\n\n<p>There is a bug report that you can mark as affecting you: <a href=\"https://bugs.launchpad.net/firefox/+bug/767040\">https://bugs.launchpad.net/firefox/+bug/767040</...
null
null
null
null
null
35243
1
35255
2011-04-15T13:17:14.223
10
5122
<p>I have lots of stuff in my crontab, including some that talks to my screen. If I'm not there for it to be notifying, I don't really want it to run. </p> <p>Is there a way I can check to see if the computer is locked, so I can keep it from doing things when I'm not at my desk? Or, alternately, do other things <em>only</em> when I'm not at my desk?</p>
1491
null
null
2018-01-09T09:41:48.933
Is there a programmable way to tell if the screen is locked?
[ "gnome", "programming", "screensaver", "crontab" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Run this command:</p>\n\n<pre><code>gnome-screensaver-command -q | grep \"is active\"\n</code></pre>\n\n<p>if it has any output, the screen is locked.</p>\n\n<p>In a shell script, you can use a clause like this:</p>\n\n<pre><code>if (gnome-screensaver-command -q | grep \"is active\");\nthen\n ...\nfi\n</code></pre>\n\n<p><sub>(my thanks to DoR, who <a href=\"https://askubuntu.com/questions/17679/how-can-i-put-the-display-to-sleep-on-screen-lock\">originally posted these commands here</a>)</sub></p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-04-15T17:39:25.183", "id": "39382", "postId": "35255", "score": "4", "text": "When you use `grep` in a test, its best to use `grep -q` so that there is no output to the console. Also the parenthesis are redundant - they cause a sub-shell to be created though there's no need for that in this case.", "userDisplayName": null, "userId": "6537" }, { "creationDate": "2011-04-15T17:41:34.760", "id": "39383", "postId": "35255", "score": "0", "text": "Testing it now to see if I can build on it. It seems to be somewhat fragile and inconsistent in first testing, but that might be just me.", "userDisplayName": null, "userId": "1491" }, { "creationDate": "2011-04-15T18:24:15.847", "id": "39390", "postId": "35255", "score": "0", "text": "On second thought, it seems to be starting to get together. Thank you.", "userDisplayName": null, "userId": "1491" }, { "creationDate": "2011-04-15T19:29:59.580", "id": "39395", "postId": "35255", "score": "2", "text": "You don't say \"Thank you\", but upvote, and mark it as 'accepted answer', when you're nice, please. :)", "userDisplayName": null, "userId": "10068" }, { "creationDate": "2011-04-15T20:23:11.643", "id": "39406", "postId": "35255", "score": "1", "text": "@VarLogRant no rush or anything, just to let you know, you can always change your mind about the accepted answer by just clicking the green check mark again to undo it", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2014-08-02T03:32:25.903", "id": "681560", "postId": "35255", "score": "0", "text": "nowadays 2014, it only shows \"is active\" if the screen got blanked :(, I believe unity is actually doing the locking?", "userDisplayName": null, "userId": "46437" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T13:55:24.770", "id": "35255", "lastActivityDate": "2011-04-15T13:55:24.770", "lastEditDate": "2017-04-13T12:23:40.050", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "35243", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>Run this command:</p>\n\n<pre><code>gnome-screensaver-command -q | grep \"is active\"\n</code></pre>\n\n<p>if it has any output, the screen is locked.</p>\n\n<p>In a shell script, you can use a clause like this:</p>\n\n<pre><code>if (gnome-screensaver-command -q | grep \"is a...
null
null
null
null
null
35244
1
null
2011-04-15T13:18:41.243
1
671
<p>What is cygwin compiler and how can I install it?</p> <p>I have no Internet connection and am unable to install any .tar.gz file. An online forum suggested me that I should compile these files. What is this compilation, will the previously mentioned cygwin compiler work for me to compile these sources?</p>
null
6969
2011-04-15T13:49:59.613
2011-04-15T13:49:59.613
What is cygwin compiler?
[ "10.10", "compiling" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T15:50:55.227", "id": "39352", "postId": "35244", "score": "0", "text": "What is somebody telling you to download?", "userDisplayName": null, "userId": "449" } ]
null
[ { "accepted": null, "body": "<p>Cygwin compiler is used to compile POSIX programs (like those used on Linux) to MS-Windows. It hardly ever useful on a Linux desktop, unless you want to \"<a href=\"http://en.wikipedia.org/wiki/Cross_compiler\" rel=\"nofollow\">cross-compile</a>\" programs for MS-Windows from...
null
null
null
null
user14321
35250
1
null
2011-04-15T13:43:22.303
1
478
<p>Trying to install Natty on a Pent dual, core 2.50 GHz, 4gb ram, nvidia 8400 with 260.19.44. I have 10.10 installed and it works perfect. When i install 11.04 all goes well but when it goes in to screensaver it seems to freeze up and takes a few minutes to come out of it, cant use menu or any icons. Was wondering if anyone has any idea if i am doing something wrong or should i change something?? TYAVMIA :-)</p>
4622
235
2011-06-05T21:27:28.163
2011-06-05T21:27:28.163
Screen freezes upon screensaver when playing video
[ "11.04", "installation", "freeze", "screensaver" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T13:53:30.920", "id": "39319", "postId": "35250", "score": "1", "text": "Please [file a bug](http://askubuntu.com/questions/5121/how-do-i-report-a-bug) on this issue.", "userDisplayName": null, "userId": "235" }, { "creationDate": "2011-06-05T21:28:12...
null
[ { "accepted": null, "body": "<p><a href=\"https://bugs.launchpad.net/ubuntu/+bug/761865\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+bug/761865</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04...
null
null
2011-06-05T21:28:17.870
null
null
35253
1
null
2011-04-15T13:52:00.523
3
2552
<p>I have a new Lenovo t520 with 8gb memory and a i7 cpu. It's the first time I 'really' install Ubuntu on a pc. I have about six months of experience with Ubuntu as a guest OS on Windows in a VM.</p> <p>Now what is really annoying me is how slow the visuals are on my laptop. Mostly noticeable when I have to resize or move a window. Also when scrolling text in vim/browsers it's not really as smooth as I would like it.</p> <p>I read that Lenovo is using Optimus drivers for their new laptops and that these aren't supported. So I was wondering could using the integrated Intel gpu be the problem?</p> <p>The CPU I have is the Core™ i7-2620M (2.70GHz, 4MB L3, 1333MHz FSB). I have tried to enable desktop effects but that didn't work.</p>
12803
235
2011-05-16T14:44:59.220
2011-12-01T19:54:41.863
Video performance on a Lenovo T520 is slow
[ "10.10", "nvidia", "performance", "nvidia-optimus" ]
2
8
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T13:58:50.177", "id": "39322", "postId": "35253", "score": "0", "text": "Integrated GPU on new laptop are powerful enough to have good performance (if you're not planning to play 3d games).\nI have optimus on Asus 1215n and my nvidia card is not working.\nThe intel h...
null
[ { "accepted": null, "body": "<p>The integrated GPU does indeed have worse performance compared to a discrete one. NVidia Optimus is completly unsupported in Ubuntu. If you're lucky, there might be a BIOS switch to switch between the discrete graphic card (nvidia) an the integrated GPU (i7).</p>\n", "com...
null
null
null
null
null
35259
1
35285
2011-04-15T14:07:07.203
2
23727
<p>I have a Sony Bloggie camera that produces MP4 files. I want to edit them and upload them as fast as possible to youtube, in the best quality available.</p> <p>Currently i'm using Kdenlive, that gives me a relative good output in .mpeg in HD 1280X720, but the rendering takes sometimes 4-5 hours for a 15 min clip edited project.</p> <p>Is there a better way? BTW, i'm on 10.04 on a dell Studio 1557.</p>
13852
null
null
2013-03-05T08:14:51.063
the best way to edit a video MP4 file
[ "10.04", "video-editor", "hd-video", "kde-apps" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T15:39:47.517", "id": "39345", "postId": "35259", "score": "0", "text": "Did you try Kino?\nI find it very handy but I have no experience with hd videos (I have poor hardware) :)", "userDisplayName": null, "userId": "5938" } ]
{ "accepted": true, "body": "<p>It can be a bit of a tradeoff between where you want to save time. Kdenlive is a perfectly respectable editor, if you were looking to try out alternatives then you could also try cinelerra or PiTiVi. Kino is useful for simple edits but can quickly get out of its depth.</p>\n\n<p>The problem is that mp4 is a compressed format (hence it fits on the camera smart card), but that makes it harder to edit because your editing program has to do the work of decoding it. What you can do is convert your video file to a raw format like a .dv file or a DV encoded .avi which will make the rendering and editing much faster. The downsides however are that:</p>\n\n<ol>\n<li>raw video takes up huge amounts of space, expect an hour of SD video to be over 10GB, I don't know how big it will be for HD but its going to be bigger, and some programs don't like editing files that large.</li>\n<li>you have to spend the extra time before and after editing, encoding the files. i.e. turning them from mp4 to raw, editing and then back from raw to mp4.</li>\n</ol>\n\n<p>My main advice would be to try the approach above and play around with other formats, but I don't know how much time you'll actually save. While a 4-5 hour render is quite a while, once you take into account the time to encode at each and the huge increase in disk space needed to work with the files you might decide its not worth it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T17:05:56.817", "id": "35285", "lastActivityDate": "2011-04-15T17:05:56.817", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13003", "parentId": "35259", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>It can be a bit of a tradeoff between where you want to save time. Kdenlive is a perfectly respectable editor, if you were looking to try out alternatives then you could also try cinelerra or PiTiVi. Kino is useful for simple edits but can quickly get out of its depth.</p>\n\...
null
null
null
null
null
35262
1
null
2011-04-15T14:46:00.633
3
721
<p>I own an HP Mini 210-1000, and I am aware that it meets the system requirements for the Unity shell. My concern is that, with my previous unfortunate experience with the 10.10 UNE version of Unity, my netbook won't be able to smoothly run Unity.</p> <p>My computer specs are: CPU: 1.66GHz Intel Atom Memory: 1GB DDR2, 667MHz Graphics: Intel® Graphics Media Accelerator 3150</p> <p>I am currently using Unity 2D on Maverick via the PPA, but I'm not very productive with window managers apart from Compiz. I'm also aware that the Compiz Unity won't be backported to Maverick, which is understandable, but still a shame.</p> <p>Thanks in advance.</p>
null
34576
2013-07-06T05:50:46.750
2013-07-06T05:50:46.750
Can Unity run smoothly on an HP Mini 210-1000
[ "unity", "intel-graphics", "system-requirements" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>That mini should run Unity just fine. (Much better than in 10.10). See here for more information:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/34579/how-do-i-know-if-my-video-card-can-run-unity\">How do I know if my video card can run Unity?</a></li>\n</ul>\n", ...
null
null
null
null
user14329
35264
1
35288
2011-04-15T12:13:56.763
5
4806
<p>I use Ubuntu 10.10. When I have a lot of windows open, it's hard to read them in the taskbar because there's only room for a few characters of each window's title.</p> <p>How can I increase the number of rows available, like in Windows?</p>
14352
235
2011-04-15T15:03:03.733
2011-04-15T19:48:06.990
How can I get the taskbar to spread over multiple rows?
[ "gnome", "panel" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T12:23:26.763", "id": "39337", "postId": "35264", "score": "1", "text": "@Will Sheppard Do you want to increase the number of rows programmatically?", "userDisplayName": null, "userId": "2620" }, { "creationDate": "2011-04-18T13:08:41.683", "id": ...
{ "accepted": true, "body": "<p>You just need to make the panel higher. It will automatically use more rows.</p>\n\n<p>Right click on some empty space in the panel, click on properties and select a bigger size, like 48 pixels.</p>\n\n<p>Some screenshots:</p>\n\n<p><img src=\"https://i.stack.imgur.com/xHLWv.png\" alt=\"24 pixels high taskbar\">\n<img src=\"https://i.stack.imgur.com/UNFpY.png\" alt=\"48 pixels high taskbar\"></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-18T13:08:17.253", "id": "39907", "postId": "35288", "score": "0", "text": "Thanks! The reason I couldn't get this to work before is that I never had any empty space left in the panel when I tried to right-click on it...", "userDisplayName": null, "userId": "14352" }, { "creationDate": "2011-04-18T13:10:23.307", "id": "39910", "postId": "35288", "score": "0", "text": "Yeah, it did happen to me too. This is why I added the empty space thing ;).", "userDisplayName": null, "userId": "211" }, { "creationDate": "2013-12-11T23:01:11.313", "id": "498233", "postId": "35288", "score": "1", "text": "I just did this on my Debian system. I didn't have any empty space in the panel either, so I just switched to a different workspace; the size change applies to all workspaces. (I'm using Debian 6.0.8, but it should work for Ubuntu as well.)", "userDisplayName": null, "userId": "22807" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T17:12:02.927", "id": "35288", "lastActivityDate": "2011-04-15T17:12:02.927", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "211", "parentId": "35264", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<ol>\n<li>Right click on the panel,</li>\n<li>Select <em>properties</em>,</li>\n<li>Increase the <em>size</em> parameter as you like,</li>\n</ol>\n\n<p>The default setting on mine is 24, if you increase it to 48, I can have a double layer task bar, and so on. </p>\n\n<p>One thin...
null
null
null
null
Will Sheppard
35265
1
35271
2011-04-15T14:58:06.017
0
341
<p>I don't like reaching for the tilde <code>~</code> key so often when I'm specifying file and program paths relative to the user home directory on the command line. Does anyone have any tips for cutting the number of keystrokes down?</p>
8986
6969
2011-04-15T15:44:09.843
2011-04-15T15:44:09.843
Is there a better (closer to home row on keyboard) shortcut for the home directory in bash than tilde?
[ "bash", "shortcut-keys", "directory" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T15:44:07.867", "id": "39349", "postId": "35265", "score": "0", "text": "reduce the number of keystrokes down from one?", "userDisplayName": null, "userId": "10127" }, { "creationDate": "2011-04-15T15:44:38.237", "id": "39350", "postId": "3526...
{ "accepted": true, "body": "<p>You cannot eliminate <code>~</code> completely, but at least there are some workarounds available.</p>\n\n<p>These workarounds may not always be usable, but for other cases, it can be really helpful:</p>\n\n<ul>\n<li>Before doing the command, change your directory using <code>cd</code> (without arguments). This changes your working directory to <code>~</code>.</li>\n<li><p>If you frequently need to change the working directory to a folder within your home folder, use the <code>CDPATH</code> variable in bash. Run the next command to minimize <code>cd ~/folder</code> to <code>cd folder</code>, but still allow to change to a directory <code>folder</code> in the current directory if exist.</p>\n\n<pre><code>CDPATH=.:~\n</code></pre>\n\n<p>To make this change persistent, add the line to <code>~/.bashrc</code>. As its name may suggest, it only works for the <code>cd</code> command in bash.</p></li>\n<li>Use the <code>$HOME</code> variable if you really want to avoid <code>~</code>, in case the key would give you an electrical shock for example. This is especially useful in cases where tilde-expansion would not occur, between quotes for example (<code>\"~\"</code>)</li>\n<li><p>Create a function for a command. If you frequently need to copy files to a directory in your home directory as in <code>cp file ~/archive</code>, you can run the next code to create a function:</p>\n\n<pre><code>cph(){ cp \"$1\" \"$HOME/$2\";}\n</code></pre>\n\n<p>and use it as:</p>\n\n<pre><code>cph file archive\n</code></pre>\n\n<p>Note that you cannot pass arguments or multiple files to this function, that needs additional tweaking. As with the <code>CDPATH</code> hack, you can put it in your <code>~/.bashrc</code> file to make it persistent.</p></li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T15:43:18.317", "id": "35271", "lastActivityDate": "2011-04-15T15:43:18.317", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "35265", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>You cannot eliminate <code>~</code> completely, but at least there are some workarounds available.</p>\n\n<p>These workarounds may not always be usable, but for other cases, it can be really helpful:</p>\n\n<ul>\n<li>Before doing the command, change your directory using <code...
null
null
null
null
null
35266
1
35268
2011-04-15T14:58:16.250
2
950
<p>I have a really weird issue where I'm getting an extra <code>-</code> insertion on tar:</p> <pre><code># tar -zxvf mod_wsgi-3.3.tar.gz /bin/tar: unrecognized option '--zxvf' Try `tar --help' or `tar --usage' for more information. </code></pre> <p>The same issue happens if I try to do --help</p> <pre><code># tar --help /bin/tar: unrecognized option `---help' Try `tar --help' or `tar --usage' for more information. </code></pre> <p>But if I drop the first <code>-</code> both of the above examples work. Any ideas on how I can find and disable whatever is causing that?</p>
6955
null
null
2011-04-15T15:09:53.877
Extra dash insertion when trying to run tar
[ "bash" ]
1
6
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T15:09:18.750", "id": "39338", "postId": "35266", "score": "1", "text": "What version of Ubuntu are you running?", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-04-15T15:39:34.677", "id": "39344", "postId": "35266", ...
{ "accepted": true, "body": "<p>I suspect there's an alias or function mangling your tar.</p>\n\n<p>Post the output of <code>alias | grep tar</code> and <code>set | grep -E \"function tar|tar \\(\\)\"</code></p>\n\n<p>(I know I should leave a comment, but I don't have enough rep-point for commenting, yet)</p>\n\n<p>Edit: Also, post the output of <code>which tar</code> please.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-15T15:11:30.183", "id": "39339", "postId": "35268", "score": "0", "text": "It actually makes sense as answer, but I could not reproduce it with an alias as in `alias tar='tar -'`.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-04-15T15:15:14.387", "id": "39341", "postId": "35268", "score": "1", "text": "@Lekensteyn Indeed. The space after the aliased tar possibly renders the additional dash ineffective. So I've edited my 'answer' to check out for a 'tar' script somewhere in the system.", "userDisplayName": null, "userId": "11952" }, { "creationDate": "2011-04-15T16:30:25.730", "id": "39369", "postId": "35268", "score": "1", "text": "AHA, `which tar` says my tar is in `/usr/local/sbin/tar`! I had worked around another issue where tar was failing on some permission bug and someone on ubuntuforums suggested adding a user defined tar, and then running dist-upgrade to solve it. However I had forgotten to remove it (twice!). http://ubuntuforums.org/showpost.php?p=10366526&postcount=4", "userDisplayName": null, "userId": "6955" }, { "creationDate": "2011-04-15T16:34:35.647", "id": "39372", "postId": "35268", "score": "1", "text": "`type -a tar` will give all the information you were trying to collect with those commands. `help type`.", "userDisplayName": null, "userId": "9016" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T15:09:53.877", "id": "35268", "lastActivityDate": "2011-04-15T15:09:53.877", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11952", "parentId": "35266", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>I suspect there's an alias or function mangling your tar.</p>\n\n<p>Post the output of <code>alias | grep tar</code> and <code>set | grep -E \"function tar|tar \\(\\)\"</code></p>\n\n<p>(I know I should leave a comment, but I don't have enough rep-point for commenting, yet)</...
null
null
null
null
null
35272
1
null
2011-04-15T15:46:47.223
1
177
<p>Is the current natty's warty-final-ubuntu wallpaper going to be like that until the final release?</p>
null
18612
2011-12-14T00:09:46.990
2011-12-14T00:09:46.990
Is the current warty-final-ubuntu wallpaper going to be like that until the final release?
[ "11.04", "desktop-background", "design" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Yes. It is subtly different from 10.10's wallpaper. See <a href=\"http://www.omgubuntu.co.uk/2011/03/ubuntu-11-04-nattys-new-default-desktop-wallpaper-revealed/\" rel=\"nofollow\">http://www.omgubuntu.co.uk/2011/03/ubuntu-11-04-nattys-new-default-desktop-wallpaper-revealed/...
null
null
null
null
user13275
35273
1
35274
2011-04-15T15:47:52.867
0
5785
<p>My Toshiba laptop has an nVidia graphics card which is not supported in Ubuntu, and there is no Entry in "Additional Drivers"</p> <p>I tried installing the driver from the nVidia website (Which does have a Linux 64bit version) but nothing happens zwhen I click the .run file (I have made it executable). </p>
3981
null
null
2011-04-15T16:39:40.867
Installing nVidia drivers from website
[ "11.04", "unity", "drivers", "nvidia" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The file should be executed in the terminal, not through the file browser. Please make a backup (preferably using disk-cloning software like <a href=\"http://www.clonezilla.org/\" rel=\"nofollow\">Clonezilla</a> before proceeding, better safe than sorry. I have had bad experience with the proprietary drivers because my Optimus card is not supported.</p>\n\n<ol>\n<li><p>Blacklist the nouveau driver by editing the file <code>/etc/modprobe.d/blacklist.conf</code> as root and add the next lines:</p>\n\n<pre><code>blacklist nouveau\nblacklist nvidiafb\n</code></pre>\n\n<p>Alternatively, <a href=\"https://help.ubuntu.com/community/UsingTheTerminal\" rel=\"nofollow\">open a terminal</a> and run the next command:</p>\n\n<pre><code>printf 'blacklist nouveau\\nblacklist nvidiafb\\n' | sudo tee /etc/modprobe.d/blacklist.conf\n</code></pre></li>\n<li><p>Update the modules dependencies map and the initial ramdisk to remove the nouveau drivers by running the next commands in a <a href=\"https://help.ubuntu.com/community/UsingTheTerminal\" rel=\"nofollow\">terminal</a>.</p>\n\n<pre><code>sudo depmod -a\nsudo update-initramfs -u\n</code></pre></li>\n<li>Reboot the machine, and before GRUB is booting, hold the <kbd>Shift</kbd> key to make the menu appear.</li>\n<li>Select the <code>(recovery mode)</code> entry.</li>\n<li>Choose <code>root shell</code></li>\n<li><p>Assuming you've downloaded the file to <code>/home/user/NVIDIA-Linux-x86_64-260.19.44.run</code>, run the program:</p>\n\n<pre><code>/home/user/NVIDIA-Linux-x86_64-260.19.44.run\n</code></pre>\n\n<p>(root permissions is required because the program needs to write drivers and programs to privileged locations)</p></li>\n<li>Follow the on-screen instructions</li>\n</ol>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-04-15T16:16:37.200", "id": "39358", "postId": "35274", "score": "0", "text": "Thanks! It tells me that I am using an X server so I can't install, even when I am using the terminal by typing ctrl+Alt+1 and not logged in graphically. How do I quit the X server?", "userDisplayName": null, "userId": "3981" }, { "creationDate": "2011-04-15T16:21:27.647", "id": "39364", "postId": "35274", "score": "0", "text": "@Calixte: even if you're not using the graphical server, it remains active in the background. **Please make a backup before proceeding!**. To make things easier, I would just reboot into recovery mode. You should have the file ready at some locatio.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-04-15T16:31:02.547", "id": "39371", "postId": "35274", "score": "0", "text": "Thanks for the help. The installation failed however. Apparently, the Nouveau has to be disabled first, but there were no instructions on how to do that.", "userDisplayName": null, "userId": "3981" }, { "creationDate": "2011-04-15T16:41:38.040", "id": "39373", "postId": "35274", "score": "1", "text": "@Calixte: updated the answer again!", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-04-15T16:59:20.020", "id": "39374", "postId": "35274", "score": "0", "text": "Everything works perfectly, but then I can't reboot:\n* starting load fallback graphics devices [fail]\n\nThanks for all the help, your instructions are great", "userDisplayName": null, "userId": "3981" }, { "creationDate": "2011-04-15T17:21:50.510", "id": "39377", "postId": "35274", "score": "0", "text": "@Calixte: at what step does the error occur? Step 7? You might need to update your modules list and initial ramdisk by running `depmod -a && update-initramfs -u` in a root shell (recovery mode).", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T15:55:09.113", "id": "35274", "lastActivityDate": "2011-04-15T16:39:40.867", "lastEditDate": "2011-04-15T16:39:40.867", "lastEditorDisplayName": null, "lastEditorUserId": "6969", "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "35273", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>The file should be executed in the terminal, not through the file browser. Please make a backup (preferably using disk-cloning software like <a href=\"http://www.clonezilla.org/\" rel=\"nofollow\">Clonezilla</a> before proceeding, better safe than sorry. I have had bad experi...
null
null
null
null
null
35276
1
null
2011-04-15T16:01:16.827
2
306
<p>I would like to use an external monitor with my HP Probok, but when I connect the cable to my notebook, it's screen turns black and the external screen starts to flicker pink and green. I use 11.04.</p> <p>Any ideas?</p>
14332
null
null
2011-04-15T16:01:16.827
Notebook + external monitor = system crash
[ "11.04", "multiple-monitors", "monitor" ]
0
1
CC BY-SA 3.0
[ { "creationDate": "2012-02-03T00:37:11.800", "id": "116442", "postId": "35276", "score": "0", "text": "This question should instead be filed as a bug report, thanks! [Instructions here](http://askubuntu.com/questions/5121/how-do-i-report-a-bug).", "userDisplayName": null, "userId": "235"...
null
[]
null
null
2012-02-03T00:47:20.673
null
null
35277
1
null
2011-04-15T16:15:35.550
3
2903
<p>The Toshiba AC100 netbook is a Tegra 2 machine.</p> <p>Is there a possibility that I might be able to install Ubuntu (any version) on it?</p>
null
65926
2014-12-16T14:01:21.217
2014-12-16T14:01:21.217
Install on Toshiba ac100
[ "system-installation", "ac100" ]
5
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-08T12:08:36.943", "id": "58439", "postId": "35277", "score": "0", "text": "possible duplicate of [What kernels exist for Toshiba's ac100 and where to get them?](http://askubuntu.com/questions/37619/what-kernels-exist-for-toshibas-ac100-and-where-to-get-them)", "use...
null
[ { "accepted": null, "body": "<p>I could install in a similar machine. I had to boot the live cd with the options: acpi=off and noapic. After installation I had to edit grub to add this options.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-09-06T10:43:41.220", ...
null
0
null
null
user14334
35279
1
null
2011-04-15T16:40:11.093
1
961
<pre><code>anoop@blackTiger:~$ lsusb Bus 004 Device 002: ID 0451:6060 Texas Instruments, Inc. RNDIS/BeWAN ADSL2+ Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 0781:5567 SanDisk Corp. Cruszer Blade Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub </code></pre> <p>I have a modem, UTStarCom 300R2U Modem. I need to install this using USB. I need to do this for demonstrating a concept to my friends. <code>lsusb</code> lists this device</p> <p><strong><code>Bus 004 Device 002: ID 0451:6060 Texas Instruments, Inc. RNDIS/BeWAN ADSL2+</code></strong></p> <p>It is installed but i need a better way to configure this adapter. My modem is configured to connect automatically to INTERNET(Always on option). Can anyone help me to use this modem via usb? pls.. I need to prove that linux is capable of doing everything...</p> <p>Last few lines of <code>dmesg</code></p> <pre><code>[ 15.658156] NVRM: loading NVIDIA UNIX x86 Kernel Module 270.29 Wed Feb 23 16:16:53 PST 2011 [ 15.759823] ppdev: user-space parallel port driver [ 17.397141] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro,commit=0 [ 20.086931] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro,commit=0 [ 25.080006] eth0: no IPv6 routers present [ 165.201492] usb 4-1: USB disconnect, address 2 [ 167.688012] usb 4-1: new full speed USB device using ohci_hcd and address 3 </code></pre> <p>Ubuntu 10.10 fully updated..<code>sudo wvdialconf</code></p> <pre><code>anoop@blackTiger:~$ sudo wvdialconf [sudo] password for anoop: Editing `/etc/wvdial.conf'. Scanning your serial ports for a modem. Modem Port Scan&lt;*1&gt;: S0 S1 S2 S3 </code></pre> <p>Installation of ubuDSL fails.. My System just hangs after installation. Restarting solves the issue. But UbuDSL is not installed. Any work around for this?? I need configure this usb device as an Ethernet device(eth1) in networks. how do i set this? I pls help..</p>
14333
14333
2012-09-14T12:10:40.957
2014-04-12T05:40:46.537
Installing BSNL UTStarCom 300R2U ADSL2+ Modem via USB port
[ "networking", "usb", "network-manager", "internet", "modem" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If the DSL modem is not immediately recognize as an Ethernet interface when you plug it in (or when it's started an initialized and all), there's not much you will be able to do. This will probably require extra work to have a kernel driver support the modem since there is no...
null
null
null
null
null
35282
1
null
2011-04-15T14:22:41.180
4
318
<p>What is the difference between "Certified" and "Ready" hardware for Ubuntu?</p> <p><a href="http://www.ubuntu.com/certification/" rel="nofollow">Ubuntu Certified</a></p>
null
235
2011-04-15T17:12:39.493
2011-08-11T09:51:44.110
What is the difference between "Certified" and "Ready" hardware?
[ "certification" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>From ubuntu website:</p>\n\n<p>Certified: OEMs submit systems to Canonical's testing facility where certification testing and validation is performed by Canonical engineers.</p>\n\n<p>Ready: To become Ubuntu Ready, OEMs self-test using Canonical's certification test suite and...
null
null
null
null
Stephen
35286
1
35290
2011-04-15T17:06:35.430
0
1706
<p>I have an issue where <a href="/questions/tagged/apt-get" class="post-tag" title="show questions tagged &#39;apt-get&#39;" rel="tag">apt-get</a> fails with the error message "Cannot utime":</p> <pre><code>tar: ./postinst: Cannot utime: Bad file descriptor tar: ./preinst: Cannot utime: Bad file descriptor tar: ./prerm: Cannot utime: Bad file descriptor tar: ./md5sums: Cannot utime: Bad file descriptor tar: ./control: Cannot utime: Bad file descriptor tar: .: Cannot utime: Bad file descriptor tar: Exiting with failure status due to previous errors dpkg-deb: subprocess tar returned error exit status 2 dpkg: error processing /var/cache/apt/archives/apache2-mpm-prefork_2.2.14-5ubuntu8.4_i386.deb (--unpack): subprocess dpkg-deb --control returned error exit status 2 Errors were encountered while processing: /var/cache/apt/archives/apache2-mpm-prefork_2.2.14-5ubuntu8.4_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) </code></pre> <p>This seem to be related to <a href="/questions/tagged/tar" class="post-tag" title="show questions tagged &#39;tar&#39;" rel="tag">tar</a> as if I follow the <a href="http://ubuntuforums.org/showpost.php?p=10366526&amp;postcount=4" rel="nofollow noreferrer">instructions in a post on ubuntuforums.org</a> and create a user defined <a href="/questions/tagged/tar" class="post-tag" title="show questions tagged &#39;tar&#39;" rel="tag">tar</a> <code>/usr/local/sbin/tar</code> the error stops happening.</p> <pre><code>#!/bin/sh exec /bin/tar --touch -"$@" </code></pre> <p>However that solution caused me to ask a question about <a href="https://askubuntu.com/questions/35266/extra-dash-insertion-when-trying-to-run-tar">Extra dash insertion when trying to run tar</a> I would much prefer to just have regular tar working.</p>
6955
-1
2017-04-13T12:24:29.360
2011-05-04T12:05:20.920
apt-get fails with: "cannot utime"
[ "apt" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The real problem is bug <a href=\"https://bugs.launchpad.net/ubuntu/+source/tar/+bug/539814\" rel=\"nofollow\">LP #539814</a>. The solution is to upgrade your kernel or use a patched tar program.</p>\n\n<p>Otherwise, use the next workaround:\nReplace the contents of the <code>/usr/local/sbin/tar</code> file with:</p>\n\n<pre><code>#!/bin/sh\nTAR_OPTIONS=\"--touch $TAR_OPTIONS\" /bin/tar \"$@\"\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T17:29:14.527", "id": "35290", "lastActivityDate": "2011-05-04T12:05:20.920", "lastEditDate": "2011-05-04T12:05:20.920", "lastEditorDisplayName": null, "lastEditorUserId": "6969", "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "35286", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>The real problem is bug <a href=\"https://bugs.launchpad.net/ubuntu/+source/tar/+bug/539814\" rel=\"nofollow\">LP #539814</a>. The solution is to upgrade your kernel or use a patched tar program.</p>\n\n<p>Otherwise, use the next workaround:\nReplace the contents of the <code...
null
null
null
null
null
35289
1
35344
2011-04-15T17:14:24.587
9
3505
<p>This is more of a how to use command line instruction question more than how to add items to the Unity notification panel.</p> <p>I have to have a one line CLI to add a new item to com.canonical.Unity.Panel systray-whitelist.</p> <p>Standard procedure for doing so is:</p> <pre><code>sudo gsettings get com.canonical.Unity.Panel systray-whitelist </code></pre> <p>We get </p> <pre><code>['JavaEmbeddedFrame', 'Wine', 'Skype'] </code></pre> <p>Then we do the second command </p> <pre><code>sudo gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Wine', 'Skype', 'shutter']" </code></pre> <p>While that's great and all, it requires people to copy and paste the result from the first line, and for a script i am writing I want to do it in one command.</p> <p>So far this is what I have:</p> <pre><code>sudo gsettings set com.canonical.Unity.Panel systray-whitelist | gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s/']$/,'shutter']/" | awk 'NF{print "\"" $0 "\""}' </code></pre> <p>I think I am missing something. </p> <p>Firstly, I am not sure if I am piping the string into gsettings set function correctly. Secondly, while I think I am parsing the output from gsettings get function correctly, I wouldn't figure out a way to add the " " around the modified result using sed, so I had to pipe another awk command into this mess.</p> <p>Thanks to anyone that helps.</p>
3169
235
2011-04-15T17:33:52.120
2011-04-17T14:43:55.113
One line command for adding new items to com.canonical.Unity.Panel systray-whitelist
[ "unity", "command-line", "sed", "gsettings" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2012-06-09T04:34:16.693", "id": "179276", "postId": "35289", "score": "0", "text": "Have anyone tested this on Ubuntu 12.04? Its not working for me (it was working on previous versions)", "userDisplayName": null, "userId": "12294" }, { "creationDate": "2012-06-...
{ "accepted": true, "body": "<p>After hitting error after error, I finally figured why it didn't accept the quotes. You can simply place the quotes around the actual variable, no need to enter them in the actual command.</p>\n\n<p>This will work:</p>\n\n<pre><code>gsettings set com.canonical.Unity.Panel systray-whitelist \"$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e \"s/]$/, 'shutter']/\")\"\n</code></pre>\n\n<p>(Also, you need to remove the ' in sed -e \"s/']$/ in your example for this to work).</p>\n\n<p>Later edit: by the way, don't run gsettings with sudo... it won't work.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-05-04T01:43:32.690", "id": "43706", "postId": "35344", "score": "0", "text": "This new one line I came up with. This will remove any previous entries that might be the whitelist, and adding it again at the end. This is for install scripts. it's brute force but it works.\n\ngsettings set com.canonical.Unity.Panel systray-whitelist \"$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed \"s/, *'yourapp' *//g\" | sed \"s/'yourapp' *, *//g\" | sed -e \"s/]$/, 'yourapp']/\")\"", "userDisplayName": null, "userId": "3169" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T22:02:34.747", "id": "35344", "lastActivityDate": "2011-04-17T14:43:55.113", "lastEditDate": "2011-04-17T14:43:55.113", "lastEditorDisplayName": null, "lastEditorUserId": "662", "ownerDisplayName": null, "ownerUserId": "662", "parentId": "35289", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>After hitting error after error, I finally figured why it didn't accept the quotes. You can simply place the quotes around the actual variable, no need to enter them in the actual command.</p>\n\n<p>This will work:</p>\n\n<pre><code>gsettings set com.canonical.Unity.Panel sys...
null
null
null
null
null
35297
1
35300
2011-04-15T18:17:51.517
3
123
<p>As part of a larger program, I am using git to check the program itself for updates. Of course, the user will need git installed to do so. I've created a small bit of python3 code to check if the user has git installed, but it does not seem to work:</p> <pre><code>import linecache import time import os git = linecache.getline('info.txt', 2) if git == 'no': git-ask=input('Is Git Installed? &lt;y/n&gt;\n') if git-ask == 'n': print('Installing Git.') os.system('apt-get install git-core') elif git-ask == 'y': print("Checking For Updates...") elif git == "yes": print("Checking For Updates...") else: print("Error: 'GitInfoError'") print("Please Contact Eden About This Error: EdenC@dev-hq.net") time.sleep(5) print("Skipping Updates...") </code></pre> <p>The program always reverts to else clause, which should NEVER happen! Here is the contents of info.txt:</p> <pre><code> GIT: no REBOOT: no </code></pre> <p>Thanks For Any Advice You Can Offer!</p>
14315
235
2011-04-15T18:43:19.520
2011-04-15T18:43:19.520
Using python3 To Install Git -> If Statements/File Reading Error
[ "server", "command-line", "python", "git" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes it could happen (computers tend to make very few mistakes ;-)</p>\n\n<p>Your variable git most likely has a newline character attached to it. So it's neither 'no' nor 'yes' but rather 'no\\n'</p>\n\n<p>You can either query for git.rstrip()=='no' which would chop off any whitespace (space, newline tabs) or you can try to check by some other route for the presence of git. Maybe issue 'git --version' and see whether it gets back with something reasonable or not.</p>\n\n<p>Let us know if you need help with the latter approach.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T18:28:28.637", "id": "35300", "lastActivityDate": "2011-04-15T18:28:28.637", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11139", "parentId": "35297", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Yes it could happen (computers tend to make very few mistakes ;-)</p>\n\n<p>Your variable git most likely has a newline character attached to it. So it's neither 'no' nor 'yes' but rather 'no\\n'</p>\n\n<p>You can either query for git.rstrip()=='no' which would chop off any w...
null
null
null
null
null
35301
1
35319
2011-04-15T18:53:47.507
3
500
<p>My static IP was on Verizon's network, who are subletting their Fios lines to Frontier. Now I am given a new static IP from Frontier's data network. May I have a ballpark list of configurations to change to the new IP? It is like me to miss one thing and cause a problem. I have a LAMP with proftpd &amp; ssh tunneling.</p>
11082
null
null
2011-04-15T20:28:19.267
Static IP address changed to another static IP address. What needs to be changed?
[ "10.04", "server", "configuration" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Checklist:</p>\n\n<ul>\n<li>Firewall: if you've put a firewall rule in which denies all traffic which where not designated for your IP, you need to change that.</li>\n<li>Interfaces file: Change the static IP in <code>/etc/network/interfaces</code>. This file is re-read when the network connection is set up again.</li>\n<li>ProFTPd: the address on which ProFTPd is listening on</li>\n<li>Apache: the address on which Apache is listening on. Also check your virtual host settings like <code>&lt;VirtualHost 1.2.3.4&gt;</code> and <code>NameVirtualHost 1.2.3.4</code>.</li>\n<li>MySQL: check the address it's listening on. Usually, this is set to listen on all addresses.</li>\n<li>DNS: all records which point to your IP.</li>\n<li><p>To make sure you did not forget anything, search all files on your server for the old IP address using:</p>\n\n<pre><code>sudo grep -HrnF '1.2.3.4' /\n</code></pre>\n\n<p>This command shows every occurence of the IP address <code>1.2.3.4</code> as <code>filename:line: line with 1.2.3.4</code>.</p></li>\n</ul>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-15T21:49:22.580", "id": "39422", "postId": "35319", "score": "0", "text": "Thank you, this is what I was looking for. I ran the grep command but ran into this:\n`sudo@server:~$ sudo grep -HrnF '1.2.3.4' /\n\ngrep: /usr/share/doc/bash/completion-contrib: No such file or directory\n\ngrep: /usr/share/doc/libsane/supported.html: No such file or directory\n\ngrep: /usr/share/man/man5/modprobe.d.5: No such file or directory\n\ngrep: warning: /usr/bin/X11: recursive directory loop\n\ngrep: /usr/src/linux-headers-2.6.32-28-server/source: No such file or directory`\n\nAnd the process did not return me to command prompt. Is it safe to assume that my files were searched through?", "userDisplayName": null, "userId": "11082" }, { "creationDate": "2011-04-16T08:14:02.547", "id": "39492", "postId": "35319", "score": "0", "text": "@aesthetic priest: When the process has completed, the program will return to shell. If you want to quit the search, press Ctrl + C. Note that this script searches for a literal occurence of `1.2.3.4`. Other forms like `1. 23.234. 5`, `1.2.3.0/24` or `array(1,2,3,4)` are not included. Use it as a tool to find references you've forgotten about.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2014-03-24T22:44:22.733", "id": "572398", "postId": "35319", "score": "0", "text": "Maybe we should add `I` and `--devices=skip` to the grep command otherwise it will hang (don't know the exact reason, but it seems read somewhere in /proc). Next, redirect output to a file `> oldips.txt`, otherwise output may be lost (e.g. if it finds an old mailbox file with lots of old IP addresses).", "userDisplayName": null, "userId": "242307" }, { "creationDate": "2014-03-24T23:12:43.323", "id": "572423", "postId": "35319", "score": "0", "text": "It's probably a better idea not to start searching in `/`, but look in `/usr /etc /home /srv /var /boot /opt` (and any additional custom dirs such as `/media /mnt /www /your-own-dir`). Descending in `/proc /sys /dev` is not sensible indeed.", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T20:28:19.267", "id": "35319", "lastActivityDate": "2011-04-15T20:28:19.267", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "35301", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Checklist:</p>\n\n<ul>\n<li>Firewall: if you've put a firewall rule in which denies all traffic which where not designated for your IP, you need to change that.</li>\n<li>Interfaces file: Change the static IP in <code>/etc/network/interfaces</code>. This file is re-read when ...
null
null
null
null
null
35302
1
36835
2011-04-15T18:59:59.140
1
726
<p>It's an odd issue, i installed Ubuntu 11.04 trough Wubi yesterday,it actually worked unlike the last time i tried to when it didn't boot at all.</p> <p>But there is one thing that bugs me, see, i have 2 HDD's ,a 320GB one with Windows 7, and the other, a 500GB HDD with Ubuntu 10.10. </p> <p>I have partitioned the 500GB HDD, and contains a NTFS partition, and a EXT4 plus the Swap partitions.</p> <p>The 320GB is not partitioned, as it only has Windows 7.</p> <p>Since i installed Wubi on Windows 7, when i have my Ubuntu drive connected, Wubi won't boot the installation, giving me a "no wubdir" error.</p> <p>However, if i phisically unplug the Ubuntu drive, then Wubi boots just fine.</p> <p>So, how is the Ubuntu drive interfering with Wubi, to the extent of Wubi not even working when the drive is plugged?.</p>
4203
4203
2012-07-02T08:00:01.087
2012-07-02T08:00:01.087
Odd issue,Wubi Installation won't boot, when another ext4 drive is plugged?
[ "11.04", "wubi", "hard-drive", "ext4" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-20T01:15:05.787", "id": "40167", "postId": "35302", "score": "0", "text": "so.. no one experimenting this?", "userDisplayName": null, "userId": "4203" } ]
{ "accepted": true, "body": "<p>Wubi uses grub4dos to boot (wubildr.mbr). The version of grub4dos is from around 2007 which is before ext4 was released. In any event, wubildr.mbr will hang whenever it encounters an ext4 partition.\nThe way it works is to search each partition (in BIOS order) for the file /wubildr (i.e. wubildr in the root of the partition). If it gets to the ext4 partition before it finds /wubildr, it will hang. So the solution is to copy /wubildr from your 320GB drive to the ntfs partitions on the 500GB drive, assuming it falls before the ext4 one - if not, the only way would be to add an entry to your other Ubuntu so that you can boot the Wubi install from there.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-24T19:12:21.480", "id": "40887", "postId": "36835", "score": "1", "text": "I do want to get round to fixing this. The code differences in grub4dos are not that large, so it should be feasible; but in any case what I actually want to do is switch to grub2's ntldr-img extras module, which is based on grub4dos but is somewhere that the GRUB team can maintain it. To do that I need to go through the differences between grub4dos and ntldr-img and resolve them all. I plan to do that for Oneiric.", "userDisplayName": null, "userId": "3228" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-24T19:07:55.493", "id": "36835", "lastActivityDate": "2011-04-24T19:07:55.493", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "14916", "parentId": "35302", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>you should be carefully to follow the instruction, where you download with Wubi, and download to complete, so you can where click and user, etcc, then done, click reboot with restart, then boost windows 7 and ubuntu, then click ubuntu, just leave waiting until appear ubuntu d...
null
null
null
null
null
35303
1
null
2011-04-15T19:12:02.870
1
1684
<p>My apology if my question sounded silly, but I am very new to ubuntu. I have just formatted my pc to ubuntu. However, I found out that now I have 3 partitions in my harddisk. One is the ext4 /dev/sda1 which is the system file partition. However, I noticed that I have another partition called extended /dev/sda2 3.08G, and the linux-swap /dev/sda5 is under the extended partition as shown in gparted. May I know is the ubuntu installed correctly? I can only access to my main system partition, and have lost 6G. My harddisk is 80G and ram 1.5G. Thanks.</p>
14222
null
null
2011-06-19T05:04:03.910
linux-swap partition is in extended drive
[ "filesystem", "partitioning", "swap" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Seems to be okay. The swap partition is used as virtual memory to extend your RAM. If you want u can remove it, but if you frequently max out your RAM you might wanna leave it. If you do remove it, its not a bad idea to delete its \"mount line\" in /etc/fstab (needs root priv...
null
null
null
null
null
35304
1
null
2011-04-15T19:28:18.030
1
2666
<p>The cursor is too jerky and moves too fast when I use the Touchpad on my laptop in ubuntu 11.04 beta 2.</p> <p>When I use Windows the cursor moves slowly and smoothly with precision. But on Ubuntu 11.04 Beta 2, the cursor is too fast and wobbly, imprecise.</p> <p>When using the touchpad, is there a way I can slow the cursor down and make it more smooth and precise?</p> <p>I'm using a Lenovo T410 laptop.</p>
null
8844
2011-04-15T19:43:02.393
2011-09-02T01:38:55.840
Can I slow the speed of the cursor on a laptop touchpad?
[ "thinkpad", "trackpad" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T19:33:22.813", "id": "39396", "postId": "35304", "score": "0", "text": "I meant to say TOUCHPAD above. Please replace trackpad with TOUCHPAD", "userDisplayName": "user14348", "userId": null } ]
null
[ { "accepted": null, "body": "<p>Press the windows key, type in \"mouse\". You can play with the pointer speed settings and see if that helps.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-15T19:43:43.500", "id": "39398", "postId": "35305", ...
null
null
null
null
user14348
35308
1
35622
2011-04-15T19:41:15.110
5
2102
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/29757/what-can-replace-system-monitoring-in-the-top-gnome-panel-in-unity">What can replace system monitoring in the top Gnome Panel in Unity?</a> </p> </blockquote> <p>Hi!</p> <p>I have just upgraded to the 11.04 Ubuntu beta and am trying to get used to Unity. Seems good so far, but I really miss having the Gnome process monitor at the top panel. (Really useful when running long compilations/testing since it is usually enough to glance at it to see if everything is going as it should.)</p> <p>Is there any substitute in Unity?</p>
14349
-1
2017-04-13T12:23:09.107
2011-04-17T18:32:08.600
Is there a process indicator for Unity?
[ "11.04", "unity", "indicator" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T19:51:43.773", "id": "39399", "postId": "35308", "score": "1", "text": "Please ask a separate question for the disk mounter, that way we can group all the indicator questions together, thanks!", "userDisplayName": null, "userId": "235" }, { "creation...
{ "accepted": true, "body": "<p>After Jorge retagged my question as \"indicator\" I found the following page which lists some replacements for old applets:</p>\n\n<p><a href=\"https://askubuntu.com/questions/30334/list-of-appindicators\">What Application Indicators are available?</a></p>\n\n<p>Unfortunately not all of them are available for natty yet, but at least I got a very basic system load monitor (indicator-sysmonitor) and a weather indicator (indicator-weather) working.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-17T15:27:18.117", "id": "35622", "lastActivityDate": "2011-04-17T15:27:18.117", "lastEditDate": "2017-04-13T12:25:03.983", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "14349", "parentId": "35308", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>There is no such thing, so far as I can see, but there is one way to get a somewhat more classic design of Ubuntu that will allow you to use one. Log out of your account. Click or enter your username (depending on whether you have hidden the user list or not) and then look at...
null
null
2011-04-17T22:07:15.097
null
null
35310
1
35321
2011-04-15T19:54:41.420
2
1998
<p>I need to boot from a USB drive installation of Ubuntu 10.10 to do some maintenance on an older machine, and I don't feel like waiting for five minutes for the <code>gnome</code> to log me in. Is there a boot option that I can specify that will allow me to boot straight into <code>bash</code>?</p>
11827
null
null
2011-04-15T20:31:01.743
Can I boot straight into bash from a USB drive installation?
[ "bash", "usb-drive", "live-usb" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can install to your usb the server edition iso without the graphical interface so you boot straight into console. </p>\n\n<p>From the normal ubuntu desktop booting iso in the begging you have 3 secs when you are show the icos keyboard and human. If you press any button you can execute commands on bottom to pass parameters.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-18T13:10:15.007", "id": "39909", "postId": "35321", "score": "0", "text": "Perfect - just the answer I was looking for. Thank you very much!", "userDisplayName": null, "userId": "11827" }, { "creationDate": "2011-04-18T14:04:01.597", "id": "39915", "postId": "35321", "score": "0", "text": "@kivetros you are welcome :)", "userDisplayName": null, "userId": "1177" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T20:31:01.743", "id": "35321", "lastActivityDate": "2011-04-15T20:31:01.743", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1177", "parentId": "35310", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>I have never booted directly off of a usb chip, but it sounds like the same kind of thing as booting off a CD. At one point, there was a menu when you first start the cd with different options such as:</p>\n\n<ol>\n<li>Try Ubuntu without making changes to your computer</li>\n...
null
null
null
null
null
35312
1
35315
2011-04-15T20:05:26.080
3
4603
<p>When I access nadex.com quotes, Firebug tells me I send these cookies (but it's really all one line): </p> <pre><code>JSESSIONID=Qk3lNyhpQCpGpfx4bghpJLd2ML90tNx3lKvpvPLcvdmJyGRGztH5!1308128606!-757\ 827124; bhCookieSess=1; bhCookiePerm=1; IGFOREXCOOKIE=; LS__LSEngine_S=exist_13\ 02897154477; LS__LSEngine_K=SHARE_SESSION; LS__https://demo-mdp.nadex.com=1; LS\ __LSEngine=73; iconStateSetting=/dealing/pd/cfd/login/loginUser.htm?iconsEnable\ d=true; homeUrl=https://demo.nadex.com/content/sites/ndx/en_US/; showDmaHelp=fa\ lse </code></pre> <p>and Firefox's "Edit/Preferences/Privacy/remove individual cookies" seems to agree. </p> <p>However, when I look at cookies.sql, some cookies above don't show up: </p> <pre><code>cp ~/.mozilla/firefox/xxxxxxxx.default/cookies.sqlite /tmp &amp;&amp; \ echo "SELECT name FROM moz_cookies;" | sqlite3 /tmp/cookies.sqlite |\ sort | uniq </code></pre> <p>(note that I must "cp" since the original db is locked by Firefox). </p> <p>The result's ugly + unhelpful, but I specifically noted these values do NOT appear even though I'd expect them to: </p> <ul> <li>JSESSIONID (probably the most important one) </li> <li>homeURL </li> <li>showDmaHelp </li> <li>possibly others </li> </ul> <p>How can I find these "hidden" cookies? I'm writing a perl/curl script to download data, but it doesn't work w/o the JSESSIONID cookie (and handcopying from Firebug isn't automatic enough, plus JSESSIONID changes often) </p> <p>EDIT (too long/unwieldy for a comment): @Lekensteyn Thanks for the GM script! It doesn't update webappsstore.sqlite when I visit nadex.com and login, but it DOES update sessionstore.js, which contains:</p> <pre><code>{"host":"www.nadex.com","value":"3x0LNpvGDHQq\ xls7FxbqtJ2pFlL0gSyk9YvBkPs09r4yvQyZDMWs!-1593496027!1301994507","path":"/price\ stream","name":"JSESSIONID"} </code></pre> <p>all on one line (in fact, the entire file is a single line).</p> <p>However, I haven't yet checked to see if that has anything to do w/ the GM script, or is something that happens anyway. At the very least, it gives me a new place to dig.</p>
null
null
2011-04-16T22:22:06.780
2013-12-16T22:26:12.417
Firefox hidden cookies not in cookies.sql?
[ "firefox" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T20:15:57.470", "id": "39403", "postId": "35312", "score": "0", "text": "Hopefully, you've not put a sensible cookie in your question.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-04-16T13:09:01.997", "id": "39535", "...
{ "accepted": true, "body": "<p>I suspect that Firefox does not update the cookies.sqlite file directly for data integrity and performance reasons. Rather, it temporary stores the data in cookies.sqlite-journal (Firefox 3.x). Because the session cookies changes frequently, it is reasonable that the cookies are not present in the cookies.sqlite file. When Firefox is closed, the changes to cookies.sqlite are applied.</p>\n\n<hr>\n\n<p>A workaround is available using a Greasemonkey script.</p>\n\n<ol>\n<li>Install the <a href=\"https://addons.mozilla.org/firefox/addon/greasemonkey/\" rel=\"nofollow\">Greasemonkey add-on</a>.</li>\n<li><p>Restart Firefox. Meanwhile, save the next text as \"jsessionid.user.js\".</p>\n\n<pre><code>// ==UserScript==\n// @name JSESSIONID to localStorage\n// @namespace lekensteyn@gmail.com\n// @description Saves the JSESSIONID cookie in localStorage\n// @include https://demo.nadex.com/dealing/pd/cfd/security*\n// ==/UserScript==\n(function() {\n var sessid = document.cookie.match(/JSESSIONID=([^;]+)/);\n if (sessid) {\n var oldSID = localStorage.JSESSIONID;\n if (sessid != oldSID) localStorage.JSESSIONID = sessid[1];\n }\n})();\n</code></pre>\n\n<p>This should retrieve the session cookie right after login and store using HTML5 Storage if the session ID is different than the previously saved one. If you need to make the script save the session ID earlier, you need to modify the <code>@include</code> line to something like <code>https://demo.nadex.com/*</code>. I've noticed that no session ID is sent over HTTP, just HTTPS.</p></li>\n<li>Open the <code>jsessionid.user.js</code> file in Firefox (or drop it into Firefox). You'll be prompted on installing it. Accept it.</li>\n<li><p>In Bash, use something like:</p>\n\n<pre><code>sessid=$(sqlite3 ~/.mozilla/firefox/xxx.xxx/webappsstore.sqlite \"SELECT \\\n value FROM webappsstore2 WHERE key='JSESSIONID' AND secure='1' \\\n AND host LIKE 'moc.xedan.%' LIMIT 1;\")\n</code></pre>\n\n<p><code>moc.xedan.</code> is a part of the domain in reverse order.</p></li>\n</ol>\n\n<p>For debugging, you can use the next bookmarklet:</p>\n\n<pre><code>javascript:alert(\"JSESSIONID=\" + localStorage.JSESSIONID);\n</code></pre>\n\n<p>It'll display <code>null</code> if there is no such ID found. Note that it matters whether you execute it on <code>https://demo.nadex.com</code> or <code>http://demo.nadex.com</code>. This bookmarklet can be pasted in the location bar directly.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-16T13:10:53.943", "id": "39537", "postId": "35315", "score": "0", "text": "That makes sense. I've seen sqlite do that with other dbs when it's in the process of updating something, but hasn't finished (normally, it's inside a transaction). What's the magic sqlite command that glues together foo.db and foo-journal.db, so I can see its current contents? As you know, foo-journal.db is not an sqlite db.", "userDisplayName": "user11553", "userId": null }, { "creationDate": "2011-04-16T13:36:14.370", "id": "39538", "postId": "35315", "score": "0", "text": "@barrycarter: I've just checked it myself and it looks like Firefox keeps the session cookie in the memory, where changes in the HTML5 Storage data would be visible immediately in `webappsstore.sqlite`. You could create a GreaseMonkey script that stores the cookies contents in localStorage (or just the data you need, `JSESSIONID`?). Then, instead of accessing the `cookies.sqlite` file, you woudld have to look in `webappsstore.sqlite`.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-04-16T15:11:18.163", "id": "39552", "postId": "35315", "score": "0", "text": "I was hoping adding cookies.sqlite to roaming.default.files would force Firefox to keep it updated, but no go. I'm not good w/ JS, but if it has a get_cookies() function, and can write to HTML5 storage, that might just work.", "userDisplayName": "user11553", "userId": null }, { "creationDate": "2011-04-16T16:05:08.800", "id": "39568", "postId": "35315", "score": "0", "text": "@barrycarter: added Greasemonkey script. Please report back if it works.", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T20:14:50.700", "id": "35315", "lastActivityDate": "2011-04-16T16:04:45.103", "lastEditDate": "2011-04-16T16:04:45.103", "lastEditorDisplayName": null, "lastEditorUserId": "6969", "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "35312", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I suspect that Firefox does not update the cookies.sqlite file directly for data integrity and performance reasons. Rather, it temporary stores the data in cookies.sqlite-journal (Firefox 3.x). Because the session cookies changes frequently, it is reasonable that the cookies ...
null
null
null
user11553
user11553
35324
1
null
2011-04-15T20:47:12.883
0
1629
<p>I've recently switched to Ubuntu from windows, and I'm looking for alternatives for GTalk and windows Live messenger.</p> <p>So which chat client do you use most?</p>
13418
10698
2014-01-08T23:35:13.123
2014-01-08T23:35:13.123
What's the best chat client?
[ "software-recommendation" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T21:27:34.323", "id": "39415", "postId": "35324", "score": "0", "text": "Related: http://askubuntu.com/questions/2837/instant-messager-that-supports-video-and-voice-chat", "userDisplayName": null, "userId": "235" } ]
null
[ { "accepted": null, "body": "<p>Empathy is pretty good as the default IM of Ubuntu 10.10 and their is always pidgin</p>\n\n<pre><code>sudo apt-get install pidgin\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creatio...
null
null
2014-01-09T06:31:47.823
null
null
35325
1
null
2011-04-15T20:47:20.803
2
2522
<p>I upgraded to 11.4 beta (absolutely fantastic) on Asus EEE pc 1005ha. I have a NTFS storage parition (/dev/sda4) visible by gparted. However, I cannot access it via Ubuntu. Any tips or ideas?</p>
14141
235
2011-04-15T20:58:02.177
2011-10-28T04:19:04.953
How do I access an NTFS storage partition?
[ "11.04", "partitioning", "ntfs", "gparted" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Try </p>\n\n<p><code>sudo mount -t ntfs-3g /dev/sda4 \"some folder path\"</code> </p>\n\n<p>to see if it mounts or not. See that package <code>ntfs-3g</code> is installed. If you wan't it to be mounted all the time you can use something like <code>ntfs-config</code> or enter ...
null
null
null
null
null
35327
1
null
2011-04-15T20:57:37.497
2
2436
<p>Why won't hp dj1000j110 printer print more than the test page? Job goes to print queue, flashes for a moment, then disappears and the printer does not print anything. Printer driver is hplip-3.11.3a.run. Install telemetry available upon request.</p>
14278
163331
2014-10-04T20:21:08.593
2014-10-04T20:21:08.593
Why won't hp print driver print past a test page?
[ "printing", "hp" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Disabling bi-directional printing on your printer will fix this problem. Take a look at this: <a href=\"https://askubuntu.com/questions/34974/how-to-get-ubuntu-to-send-print-jobs-to-windows-xp/35104#35104\">How to send print to Windows XP?</a></p>\n\n<p>Even when this answer ...
null
null
null
null
null
35332
1
60716
2011-04-15T21:30:13.220
3
349
<p>When I try to use empathy video chat, no matter what settings I use, it shows a transparent preview, then the video window closes (crashes) I've not gotten any relevant output from the commandline, so I'm not sure what to do.</p> <p>If anyone can help me I'd appreciate it greatly!</p> <p>Update: Still happens on 11.04, I'm getting nowhere in fixing it. Anyone wanna help? Do I need to start a bounty???????</p>
1992
1992
2011-09-09T16:27:22.693
2011-09-09T16:27:22.693
Why does empathy show a transparent video preview and then crash?
[ "video", "empathy" ]
2
5
CC BY-SA 3.0
[ { "creationDate": "2011-04-15T21:53:29.663", "id": "39428", "postId": "35332", "score": "1", "text": "Roland, What version of Ubuntu are you using?\nAre you up-to-date on updates? I'm seeing the same behavior here. However, when I try a second time, the window launches and I see video. -Ubuntu 1...
{ "accepted": true, "body": "<p>In the latest version of Empathy (11.10) the problem seems to be fixed.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-09-09T16:27:15.207", "id": "60716", "lastActivityDate": "2011-09-09T16:27:15.207", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "35332", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>I assume you are using MSN, simply because it is the most popular. It is a known fact by the Empathy developers that video does not work with the MSN protocol. I quote from there official site: </p>\n\n<p>\"<strong>Audio and Video calls</strong></p>\n\n<p><em>Does Empathy sup...
null
null
null
null
null
35333
1
35348
2011-04-15T21:31:51.137
0
3935
<p>I want to record the audio from flash videos on YouTube or Hulu to listen to later on my iPod or SanDisk mp3 player. </p> <p>Is there any combination of tools that can accomplish this? Is it possible to record the audio in the background without having to listen to it while it's recording? </p>
8986
null
null
2011-06-13T03:40:01.433
How do you record the audio from a web flash video, e.g. from Hulu or YouTube, and make an audio podcast
[ "sound", "flash", "streaming" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There are several ways to gather youtube audio. Which includes the usage of <a href=\"http://audacity.sourceforge.net/\" rel=\"nofollow\">Audacity</a> and <a href=\"http://www.miksoft.net/mobileMediaConverter.htm\" rel=\"nofollow\">Mobile Media Converter</a>. </p>\n\n<p>For other video hosting services, you may also use Audacity to live record the audio. </p>\n\n<p>Sorry, this is what I can say about this question, I don't know how to convert this to a podcast for sharing in the net, but for a later listening on iPod or SanDisk player, you can try dropping the audio files inside of it.</p>\n\n<p>Good luck!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T22:14:48.253", "id": "35348", "lastActivityDate": "2011-04-15T22:14:48.253", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "35333", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>There are several ways to gather youtube audio. Which includes the usage of <a href=\"http://audacity.sourceforge.net/\" rel=\"nofollow\">Audacity</a> and <a href=\"http://www.miksoft.net/mobileMediaConverter.htm\" rel=\"nofollow\">Mobile Media Converter</a>. </p>\n\n<p>For o...
null
null
null
null
null
35335
1
35337
2011-04-15T21:45:20.417
1
1208
<p>I was running an up to date version of Ubuntu 11.04. For the purpose of a review, I decided to install Gnome Shell along side my Unity session. But after the process was completed, I can no longer log into the Unity session. Is there a way to remedy this? Thank you!</p>
null
null
null
2014-11-12T22:29:49.600
How do I get Unity back after Gnome Shell install?
[ "unity", "gnome" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Removal instructions are here:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/22946/how-do-i-install-the-latest-version-of-gnome-3\">How do I install and use the latest version of GNOME?</a></li>\n</ul>\n\n<p>(Though I don't know how well it will work)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T21:48:53.330", "id": "35337", "lastActivityDate": "2011-04-15T21:48:53.330", "lastEditDate": "2017-04-13T12:23:46.240", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "35335", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Removal instructions are here:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/22946/how-do-i-install-the-latest-version-of-gnome-3\">How do I install and use the latest version of GNOME?</a></li>\n</ul>\n\n<p>(Though I don't know how well it will work)</p>\n", ...
null
null
null
null
user14364
35336
1
35351
2011-04-15T21:45:59.417
3
4944
<p>All right folks, I have another very basic question. Please bear with me.</p> <p>I'm following the instructions at the following website to download and configure Hadoop on my computer.</p> <p><a href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/" rel="nofollow">http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/</a></p> <p>I'm at the final SSH section, when I use the localhost command. When I run the following code, I get an error message.</p> <pre><code>hadoop@amathew-Dimension-3000:~$ cat $HOME/.ssh/id_rsa.pub &gt;&gt; $HOME/.ssh/authorized_keys hadoop@amathew-Dimension-3000:~$ ssh localhost ssh: connect to host localhost port 22: Connection refused </code></pre> <p>Here's some other information which might be relevant.</p> <pre><code>hadoop@amathew-Dimension-3000:~$ ssh -vvv localhost OpenSSH_5.5p1 Debian-4ubuntu5, OpenSSL 0.9.8o 01 Jun 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to localhost [::1] port 22. debug1: connect to address ::1 port 22: Connection refused debug1: Connecting to localhost [127.0.0.1] port 22. debug1: connect to address 127.0.0.1 port 22: Connection refused ssh: connect to host localhost port 22: Connection refused </code></pre> <p>Can anyone help?</p> <p>Once again, thanks for helping the newbie who just can't figure things out yet.</p>
12786
235
2011-04-15T21:50:39.723
2012-08-04T09:31:36.677
Can't ssh into a hadoop node
[ "10.10", "installation", "hadoop" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It seems to me that your SSH process is not running. Therefore there is no software which accepts connections on that port. You can check it by:</p>\n\n<pre><code>sudo service ssh status\n</code></pre>\n\n<p>or</p>\n\n<pre><code>sudo /etc/init.d/ssh status\n</code></pre>\n\n<p>The script should output something like <code>ssh start/running, process 1234</code> if SSH is running. If not, you'll see <code>ssh stop/waiting</code>. I suspect you'll get the last message. If this is the case, you just should start your SSH daemon by:</p>\n\n<pre><code>sudo service ssh start\n</code></pre>\n\n<p>Furthermore you should have a look in you <code>sshd_config</code> and in <code>/etc/default/ssh</code> if there are some \"strange\" options.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-15T22:32:36.273", "id": "39432", "postId": "35351", "score": "0", "text": "Turns out I didn't have an openSSH client installed. I installed it and reran the commands and things are fixed.", "userDisplayName": null, "userId": "12786" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T22:18:53.567", "id": "35351", "lastActivityDate": "2011-04-15T22:18:53.567", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "236", "parentId": "35336", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>It seems to me that your SSH process is not running. Therefore there is no software which accepts connections on that port. You can check it by:</p>\n\n<pre><code>sudo service ssh status\n</code></pre>\n\n<p>or</p>\n\n<pre><code>sudo /etc/init.d/ssh status\n</code></pre>\n\n<...
null
null
null
null
null
35339
1
35354
2011-04-15T21:50:44.237
3
866
<p>I am printing the current page of a pdf file in evince. But I found that in evince, there are two different page numbers showing the current page. If I choose the one shown in an input box, that will print out the wrong page, but if I choose the one shown inside the parenthesis after the input box, that will be the correct one. I was wondering </p> <ol> <li>what is the difference between the two numbers shown for the current page?</li> <li>why selecting pages for printing works that way?</li> </ol> <p>Thanks and regards!</p>
1471
null
null
2011-04-15T22:25:18.337
select pages for pdf print
[ "pdf", "evince" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Tim,</p>\n\n<p>Evince displays the page numbers in parenthesis based on the logical/actual sequence of pages; that is, the real page numbers if you used only 1 - n (instead of i, ii, iii, 1).</p>\n\n<p>The numbers in the input box are the numbers (or \"name\") given to the page. For example i, ii, and so on.</p>\n\n<p>This is an issue with any type of document/reader that uses mixed or after actual first page numbering.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-15T22:27:45.047", "id": "39430", "postId": "35354", "score": "0", "text": "Thanks! Is the number in the input box the result of so-called \"pagination\"?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-04-15T22:32:59.020", "id": "39433", "postId": "35354", "score": "0", "text": "Yes. The pagination is what is shown in the input box. Download Jono Bacon's [The art of community](http://www.artofcommunityonline.org/downloads/jonobacon-theartofcommunity-1ed.pdf) for a good example of this in action.", "userDisplayName": null, "userId": "14362" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T22:25:18.337", "id": "35354", "lastActivityDate": "2011-04-15T22:25:18.337", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "14362", "parentId": "35339", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Tim,</p>\n\n<p>Evince displays the page numbers in parenthesis based on the logical/actual sequence of pages; that is, the real page numbers if you used only 1 - n (instead of i, ii, iii, 1).</p>\n\n<p>The numbers in the input box are the numbers (or \"name\") given to the pa...
null
null
null
null
null
35340
1
35352
2011-04-15T21:52:06.153
2
1131
<p>I have several printers listed in evince. I was wondering how to change the default printer in evince? Thanks and regards!</p>
1471
null
null
2011-04-15T22:19:12.167
How to change the default printer in evince?
[ "printing", "evince" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The default printer can be set through the System/Administration/Printing. Give it a try, set your default printer and re-start evince in order to gather the appropiate default printer where to send your stuff.</p>\n\n<p>Good luck!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-12-06T10:42:46.130", "id": "97161", "postId": "35352", "score": "1", "text": "Despite what you set for the paper type, it might be still incorrect, depending on your locales. So you should also check the locales, e.g. in `/etc/environment.`", "userDisplayName": null, "userId": "4977" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T22:19:12.167", "id": "35352", "lastActivityDate": "2011-04-15T22:19:12.167", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "35340", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>The default printer can be set through the System/Administration/Printing. Give it a try, set your default printer and re-start evince in order to gather the appropiate default printer where to send your stuff.</p>\n\n<p>Good luck!</p>\n", "commentCount": "1", "commen...
null
null
null
null
null
35347
1
null
2011-04-15T22:12:35.957
6
3175
<p>How do I assign an icon for programs which doesn't have any specific icons ? (ie. vncviewer, rdesktop, etc). Today it appears as a gray icon with question mark on the middle as a default icon in unity launcher. </p>
14014
14014
2011-04-24T18:37:26.663
2018-04-27T08:46:52.773
How do I get custom icon for apps in Unity dash
[ "11.04", "unity", "launcher", "icons" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Sure.</p>\n\n<ol>\n<li>Open the text editor.</li>\n<li>Drag and drop an iconic link onto the text editor.</li>\n<li>Open a new tab in the text editor.</li>\n<li>Drag and drop the question mark icon onto the editor.</li>\n<li>In the first tab, replace the image address with th...
null
null
null
null
null
35350
1
35357
2011-04-15T22:18:32.040
6
2182
<p>I am filling out <a href="http://www.irs.gov/pub/irs-pdf/f1040.pdf" rel="nofollow">1040 tax form</a> in evince.</p> <ol> <li>Every time I try to save my input by ctrl+s, I am asked to "save as" in a dialog box. Is it possible to save to the current file without having the dialog box popping out each time?</li> <li>On right middle of the first page, there is a box following “Add numbers on lines above". I enter a number and try to save it, but after answering the same "save as" dialog box as above, evince exists unexpectedly, and after I reopen the file, the input to that box is gone. If I try to print to file, the number in the box is kept, but the file no longer has fillable forms. So I was wondering why this happens? Is there a way to save the input to that box without losing the forms?</li> </ol> <p>Thanks and regards!</p> <p>P.S. My evince version is Document Viewer 2.32.0 Using poppler/cairo (0.14.3). My OS is Ubuntu 10.10</p> <hr> <p><strong>ADDED</strong>: I just found that I have to make the color of the input change from black to blue, before saving the pdf file, so that the saving is normal as usual and the pdf will not close itself unexpectedly. Is this the same thing that happens for you? </p>
1471
1471
2011-04-17T19:32:53.923
2011-04-17T19:32:53.923
Problems with saving filled form in pdf
[ "pdf", "evince" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<blockquote>\n <p>Is it possible to save to the current file without having the dialog box popping out each time</p>\n</blockquote>\n\n<p>No, apparently not. I think this is because evince is biased towards viewing documents (and maybe saving a local copy of them) not editing. You could <a href=\"http://pad.lv/fb/u/evince\" rel=\"nofollow\">file a bug</a>.</p>\n\n<blockquote>\n <p>On right middle of the first page, there is a box following “Add numbers on lines above\". I enter a number and try to save it, but after answering the same \"save as\" dialog box as above, evince exists unexpectedly, and after I reopen the file, the input to that box is gone. </p>\n</blockquote>\n\n<p>This works for me in natty, Ubuntu 11.04, so I guess this is a bug that has since been fixed.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-04-15T23:38:43.250", "id": "39435", "postId": "35357", "score": "0", "text": "Thanks! For the 2nd part, is there a solution for my 10.10?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-04-16T15:18:42.590", "id": "39556", "postId": "35357", "score": "0", "text": "I was wondering if your 11.04 the formal release, or some test version? Did you upgrade from 10.10 to 11.04, or reinstall 11.04, and which way do you recommend? Thanks!", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-04-17T19:18:52.180", "id": "39784", "postId": "35357", "score": "0", "text": "I just found that I have to make the color of the input change from black to blue, before saving the pdf file, so that the saving is normal as usual and the pdf will not close itself unexpectedly. Is this the same thing that happens in evince of 11.04 for you?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-04-17T22:44:30.320", "id": "39808", "postId": "35357", "score": "0", "text": "@Tim I [upgraded to the Natty beta](http://www.ubuntu.com/testing/natty/beta) pretty much as shown in those instructions. Bear in mind that it really is still a beta and you may encounter some bugs. If you have enough disk space I would think about doing a separate dual-boot installation.", "userDisplayName": null, "userId": "1116" }, { "creationDate": "2011-04-17T22:47:12.910", "id": "39809", "postId": "35357", "score": "0", "text": "Apparently [both Maverick and Natty have evince 2.32.0](http://packages.ubuntu.com/search?keywords=evince), but [natty has poppler 0.16](http://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=poppler), so I'm not sure if upgrading a single package will help.", "userDisplayName": null, "userId": "1116" }, { "creationDate": "2011-04-17T22:48:07.497", "id": "39810", "postId": "35357", "score": "0", "text": "I don't know what you mean by \"have to make the color change\". When I fill in the form, what I type just comes out blue without me taking any special action.", "userDisplayName": null, "userId": "1116" }, { "creationDate": "2021-04-15T02:40:55.800", "id": "2270486", "postId": "35357", "score": "0", "text": "There is a feature request for 1) upstream at https://gitlab.gnome.org/GNOME/evince/-/issues/1281", "userDisplayName": null, "userId": "190589" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-15T23:24:59.567", "id": "35357", "lastActivityDate": "2011-04-15T23:24:59.567", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1116", "parentId": "35350", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<blockquote>\n <p>Is it possible to save to the current file without having the dialog box popping out each time</p>\n</blockquote>\n\n<p>No, apparently not. I think this is because evince is biased towards viewing documents (and maybe saving a local copy of them) not editing....
null
null
null
null
null
35353
1
35364
2011-04-15T22:21:53.020
3
2511
<p>I am a Windows administrator standing up an Ubuntu Server for some intranet LAMP applications. I have read through some of the Ubuntu documentation but am not clear on a good way to get backups of the system. Obviously what I would like to do is be able restore the application data (and perhaps applications) if an issue occurs to the box. I would like the schedule the backup to run daily. </p> <p>What are (is) the recommended way to backup up an Ubuntu server?<br> Am I able to direct backups to a network share where they will be put to tape?<br> What is involved in restoring the data? </p>
13733
null
null
2011-04-16T07:22:07.943
Recommended method to backup Ubuntu Server
[ "10.10", "backup" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T05:29:56.603", "id": "39474", "postId": "35353", "score": "1", "text": "Possible duplicate of [Comparison of backup tools](http://askubuntu.com/questions/2596/comparison-of-backup-tools)", "userDisplayName": null, "userId": "8844" }, { "creationDate"...
{ "accepted": true, "body": "<p>It really depends upon what your backup requirements are. Are you considering backup of entire machine, just userdata, perhaps app data, maybe mySQL data, etc?</p>\n\n<p>Linux admins commonly use tools like Rsync with combination or ssh, at times for added security to do file level backups. Of course, if you have a virtual environment, maybe you are backing up whole datastores.</p>\n\n<p>So, maybe the question is are you considering file-level, and if so entire OS, or just some data directories? For typical data directories rsync+ssh is really commonly seen. When it comes to mySQL, there are countless scripts on the internet to dump that data into a file, and then again, using rsync+ssh to transfer that data. I personally am a fan of NFS, and all data remains on NFS, which just happens to be backed by a SAN. I use what I preach. I work for Nexenta, and use our SAN solution for all data, and backups. Backups in my case are done on the SAN, simply using snapshots and cloning.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-16T03:09:48.323", "id": "39462", "postId": "35364", "score": "0", "text": "So when using rsync+ssh, do you tarball or compress the files first, or just copy them off as is?", "userDisplayName": null, "userId": "13733" }, { "creationDate": "2011-04-19T03:00:35.493", "id": "40017", "postId": "35364", "score": "0", "text": "I like the simplicity of using Rsync to copy files to where ever so those files can be archived. I figure a more robust solution will be required if we stand up more servers.", "userDisplayName": null, "userId": "13733" }, { "creationDate": "2011-05-08T22:52:08.950", "id": "45311", "postId": "35364", "score": "0", "text": "I think with rsync+ssh it is much easier to do a mirrored copy, and use rsync to continue maintaining synchronicity. That said, methods vary, depending upon need, and restore procedures.", "userDisplayName": null, "userId": "9364" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T00:22:08.880", "id": "35364", "lastActivityDate": "2011-04-16T00:22:08.880", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9364", "parentId": "35353", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>It really depends upon what your backup requirements are. Are you considering backup of entire machine, just userdata, perhaps app data, maybe mySQL data, etc?</p>\n\n<p>Linux admins commonly use tools like Rsync with combination or ssh, at times for added security to do file...
null
null
null
null
null
35359
1
49225
2011-04-15T23:35:15.803
1
650
<p>Trying to get a Windows 7 ISO to be written to a bootable USB from my Ubuntu installation, but it seems all the USB creators are for writing other Linux distributions, and the ones for Windows can only be RUN in Windows. Catch 22, right? I'm debating setting up a VM to run the Windows usb creator, but would prefer not to have to install the accursed Not Operating System twice in one day.</p>
14368
14368
2011-04-16T02:05:48.433
2011-06-17T13:07:29.143
ISO to USB || Ubuntu to Windows
[ "10.10", "boot", "windows", "usb", "windows-7" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-12-15T02:28:30.847", "id": "100257", "postId": "35359", "score": "0", "text": "Are you still having this issue?", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2011-12-15T15:26:43.020", "id": "100371", "postId": "35359", "scor...
{ "accepted": true, "body": "<p>Have you tried <a href=\"http://unetbootin.sourceforge.net/\" rel=\"nofollow\">unetbootin</a>? It should work, you can use any iso, including Windows.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-17T11:05:04.613", "id": "49225", "lastActivityDate": "2011-06-17T13:07:29.143", "lastEditDate": "2011-06-17T13:07:29.143", "lastEditorDisplayName": null, "lastEditorUserId": "13751", "ownerDisplayName": null, "ownerUserId": "13751", "parentId": "35359", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Have you tried if windows usb creator works with <code>wine</code>?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T06:31:09.383", "id": "35410", "lastActivityDa...
null
null
2011-12-15T15:30:59.630
null
null
35361
1
39152
2011-04-15T23:48:02.557
8
2408
<p>Has anybody tested burg on natty? Is it safe?</p>
13572
235
2011-09-13T14:58:12.070
2011-09-13T14:58:12.070
Is burg compatible with 11.04?
[ "11.04", "bootloader", "burg", "testing" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Burg on Natty works correctly via a <a href=\"https://askubuntu.com/questions/39049/burg-themes-not-working/39151#39151\">PPA</a>.</p>\n\n<p>As with all PPAs - these must be used with care. In this case - especially so - since incorrect installation could prevent you booting. <strong>Have a good backup (for example - with clonezilla) before you install</strong>.</p>\n\n<p><strong>Linked Questions:</strong></p>\n\n<ol>\n<li><a href=\"https://askubuntu.com/questions/50646/how-do-i-install-burg-themes/50647#50647\">How do I install burg themes?</a></li>\n<li><a href=\"https://askubuntu.com/questions/39049/burg-themes-not-working/39151#39151\">Burg themes not working</a></li>\n</ol>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-02T10:07:04.510", "id": "39152", "lastActivityDate": "2011-09-13T14:56:16.073", "lastEditDate": "2017-04-13T12:23:28.253", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "14356", "parentId": "35361", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>I am using Burg with Natty with no issues so far. The general <a href=\"http://code.google.com/p/burg/wiki/InstallUbuntu\" rel=\"nofollow\">instructions</a> to install it work Ok. Remember to run <code>sudo burg-install /dev/sda</code>(or your device in place of /dev/sda</p>\...
null
null
null
null
null
35363
1
114444
2011-04-16T00:21:09.330
1
1609
<p>The title describes my problem. Also with 'lapic' option, only one core is enabled.</p> <p>Tried with 10.10(amd64), 11.04(amd64)</p> <p>10.10 x86 version didn't boot with nolapic option. Now I'm using 11.04 amd64 version (updated).</p> <p>/proc/cpuinfo :</p> <pre><code>processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 4 model name : AMD Phenom(tm) II X4 955 Processor stepping : 3 cpu MHz : 800.000 cache size : 512 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save bogomips : 6495.17 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate </code></pre> <p>My new computer's spec is, (sadly :( ) AMD Phenom II 955 ASRock 770iCafe GV-R577SL-1GD (GIGABYTE 5770 VGA)</p> <p>output of lshw command :</p> <pre><code>mattengi-desktop description: Desktop Computer product: To Be Filled By O.E.M. (To Be Filled By O.E.M.) vendor: To Be Filled By O.E.M. version: To Be Filled By O.E.M. serial: To Be Filled By O.E.M. width: 64 bits capabilities: smbios-2.5 dmi-2.5 vsyscall64 vsyscall32 configuration: boot=normal chassis=desktop family=To Be Filled By O.E.M. sku=To Be Filled By O.E.M. uuid=00020003-0004-0005-0006-000700080009 *-core description: Motherboard product: 770iCafe vendor: ASRock physical id: 0 *-firmware description: BIOS vendor: American Megatrends Inc. physical id: 0 version: P1.50 date: 09/07/2010 size: 64KiB capacity: 960KiB capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification netboot *-cpu description: CPU product: AMD Phenom(tm) II X4 955 Processor vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 4 bus info: cpu@0 version: AMD Phenom(tm) II X4 955 Processor serial: To Be Filled By O.E.M. slot: CPUSocket size: 3200MHz capacity: 3200MHz width: 64 bits clock: 200MHz capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save cpufreq configuration: cores=4 enabledcores=4 *-cache:0 description: L1 cache physical id: 5 slot: L1-Cache size: 512KiB capacity: 512KiB capabilities: pipeline-burst internal varies data *-cache:1 description: L2 cache physical id: 6 slot: L2-Cache size: 2MiB capacity: 2MiB capabilities: pipeline-burst internal varies unified *-memory description: System Memory physical id: 11 slot: System board or motherboard size: 4GiB *-bank:0 description: DIMM Synchronous 667 MHz (1.5 ns) product: PartNum0 vendor: Manufacturer0 physical id: 0 serial: SerNum0 slot: DIMM0 size: 2GiB width: 64 bits clock: 667MHz (1.5ns) *-bank:1 description: DIMM Synchronous 667 MHz (1.5 ns) product: PartNum1 vendor: Manufacturer1 physical id: 1 serial: SerNum1 slot: DIMM1 size: 2GiB width: 64 bits clock: 667MHz (1.5ns) *-bank:2 description: [empty] product: PartNum2 vendor: Manufacturer2 physical id: 2 serial: SerNum2 slot: DIMM2 *-bank:3 description: [empty] product: PartNum3 vendor: Manufacturer3 physical id: 3 serial: SerNum3 slot: DIMM3 *-pci:0 description: Host bridge product: RX780/RX790 Chipset Host Bridge vendor: ATI Technologies Inc physical id: 100 bus info: pci@0000:00:00.0 version: 00 width: 64 bits clock: 66MHz resources: memory:0-1fffffff *-pci:0 description: PCI bridge product: RD790 PCI to PCI bridge (external gfx0 port A) vendor: ATI Technologies Inc physical id: 2 bus info: pci@0000:00:02.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list configuration: driver=pcieport resources: irq:10 ioport:e000(size=4096) memory:feb00000-febfffff ioport:d0000000(size=268435456) *-display description: VGA compatible controller product: Juniper [Radeon HD 5700 Series] vendor: ATI Technologies Inc physical id: 0 bus info: pci@0000:02:00.0 version: 00 width: 64 bits clock: 33MHz capabilities: pm pciexpress msi vga_controller bus_master cap_list rom configuration: driver=fglrx_pci latency=0 resources: irq:10 memory:d0000000-dfffffff memory:febe0000-febfffff ioport:e000(size=256) memory:febc0000-febdffff *-multimedia description: Audio device product: Juniper HDMI Audio [Radeon HD 5700 Series] vendor: ATI Technologies Inc physical id: 0.1 bus info: pci@0000:02:00.1 version: 00 width: 64 bits clock: 33MHz capabilities: pm pciexpress msi bus_master cap_list configuration: driver=HDA Intel latency=0 resources: irq:11 memory:febbc000-febbffff *-pci:1 description: PCI bridge product: RD790 PCI to PCI bridge (PCI express gpp port F) vendor: ATI Technologies Inc physical id: a bus info: pci@0000:00:0a.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list configuration: driver=pcieport resources: irq:10 ioport:d000(size=4096) memory:fea00000-feafffff ioport:cff00000(size=1048576) *-network description: Ethernet interface product: RTL8111/8168B PCI Express Gigabit Ethernet controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:01:00.0 logical name: eth0 version: 02 serial: 00:25:22:5a:f8:78 size: 100Mbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.4 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s resources: irq:10 ioport:d800(size=256) memory:cffff000-cfffffff memory:cffe0000-cffeffff memory:feaf0000-feafffff *-storage description: SATA controller product: SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] vendor: ATI Technologies Inc physical id: 11 bus info: pci@0000:00:11.0 logical name: scsi0 version: 00 width: 32 bits clock: 66MHz capabilities: storage pm msi ahci_1.0 bus_master cap_list emulated configuration: driver=ahci latency=32 resources: irq:11 ioport:c000(size=8) ioport:b000(size=4) ioport:a000(size=8) ioport:9000(size=4) ioport:8000(size=16) memory:fe9ff800-fe9ffbff *-disk description: ATA Disk product: OCZ-VERTEX2 physical id: 0.0.0 bus info: scsi@0:0.0.0 logical name: /dev/sda version: 1.32 serial: OCZ-SGVCNP7YX4N4SEP7 size: 55GiB (60GB) capabilities: partitioned partitioned:dos configuration: ansiversion=5 signature=000df786 *-volume:0 description: EXT4 volume vendor: Linux physical id: 1 bus info: scsi@0:0.0.0,1 logical name: /dev/sda1 logical name: / version: 1.0 serial: 726dc46e-de39-4fd4-b7c1-9aba13d54e2d size: 51GiB capacity: 51GiB capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration: created=2011-04-16 07:13:02 filesystem=ext4 lastmountpoint=/ modified=2011-04-16 07:16:44 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,barrier=1,data=ordered mounted=2011-04-16 07:44:24 state=mounted *-volume:1 description: Extended partition physical id: 2 bus info: scsi@0:0.0.0,2 logical name: /dev/sda2 size: 4094MiB capacity: 4094MiB capabilities: primary extended partitioned partitioned:extended *-logicalvolume description: Linux swap / Solaris partition physical id: 5 logical name: /dev/sda5 capacity: 4094MiB capabilities: nofs *-usb:0 description: USB Controller product: SB7x0/SB8x0/SB9x0 USB OHCI0 Controller vendor: ATI Technologies Inc physical id: 12 bus info: pci@0000:00:12.0 version: 00 width: 32 bits clock: 66MHz capabilities: ohci bus_master configuration: driver=ohci_hcd latency=32 resources: irq:7 memory:fe9fe000-fe9fefff *-usb:1 description: USB Controller product: SB7x0 USB OHCI1 Controller vendor: ATI Technologies Inc physical id: 12.1 bus info: pci@0000:00:12.1 version: 00 width: 32 bits clock: 66MHz capabilities: ohci bus_master configuration: driver=ohci_hcd latency=32 resources: irq:7 memory:fe9fd000-fe9fdfff *-usb:2 description: USB Controller product: SB7x0/SB8x0/SB9x0 USB EHCI Controller vendor: ATI Technologies Inc physical id: 12.2 bus info: pci@0000:00:12.2 version: 00 width: 32 bits clock: 66MHz capabilities: pm debug ehci bus_master cap_list configuration: driver=ehci_hcd latency=32 resources: irq:10 memory:fe9ff000-fe9ff0ff *-usb:3 description: USB Controller product: SB7x0/SB8x0/SB9x0 USB OHCI0 Controller vendor: ATI Technologies Inc physical id: 13 bus info: pci@0000:00:13.0 version: 00 width: 32 bits clock: 66MHz capabilities: ohci bus_master configuration: driver=ohci_hcd latency=32 resources: irq:10 memory:fe9fc000-fe9fcfff *-usb:4 description: USB Controller product: SB7x0 USB OHCI1 Controller vendor: ATI Technologies Inc physical id: 13.1 bus info: pci@0000:00:13.1 version: 00 width: 32 bits clock: 66MHz capabilities: ohci bus_master configuration: driver=ohci_hcd latency=32 resources: irq:10 memory:fe9fb000-fe9fbfff *-usb:5 description: USB Controller product: SB7x0/SB8x0/SB9x0 USB EHCI Controller vendor: ATI Technologies Inc physical id: 13.2 bus info: pci@0000:00:13.2 version: 00 width: 32 bits clock: 66MHz capabilities: pm debug ehci bus_master cap_list configuration: driver=ehci_hcd latency=32 resources: irq:11 memory:fe9fa800-fe9fa8ff *-serial UNCLAIMED description: SMBus product: SBx00 SMBus Controller vendor: ATI Technologies Inc physical id: 14 bus info: pci@0000:00:14.0 version: 3c width: 32 bits clock: 66MHz capabilities: ht cap_list configuration: latency=0 *-ide description: IDE interface product: SB7x0/SB8x0/SB9x0 IDE Controller vendor: ATI Technologies Inc physical id: 14.1 bus info: pci@0000:00:14.1 version: 00 width: 32 bits clock: 66MHz capabilities: ide msi bus_master cap_list configuration: driver=pata_atiixp latency=64 resources: irq:7 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:ff00(size=16) *-multimedia description: Audio device product: SBx00 Azalia (Intel HDA) vendor: ATI Technologies Inc physical id: 14.2 bus info: pci@0000:00:14.2 version: 00 width: 64 bits clock: 33MHz capabilities: pm bus_master cap_list configuration: driver=HDA Intel latency=32 resources: irq:7 memory:fe9f4000-fe9f7fff *-isa description: ISA bridge product: SB7x0/SB8x0/SB9x0 LPC host controller vendor: ATI Technologies Inc physical id: 14.3 bus info: pci@0000:00:14.3 version: 00 width: 32 bits clock: 66MHz capabilities: isa bus_master configuration: latency=0 *-pci:2 description: PCI bridge product: SBx00 PCI to PCI Bridge vendor: ATI Technologies Inc physical id: 14.4 bus info: pci@0000:00:14.4 version: 00 width: 32 bits clock: 66MHz capabilities: pci subtractive_decode bus_master *-usb:6 description: USB Controller product: SB7x0/SB8x0/SB9x0 USB OHCI2 Controller vendor: ATI Technologies Inc physical id: 14.5 bus info: pci@0000:00:14.5 version: 00 width: 32 bits clock: 66MHz capabilities: ohci bus_master configuration: driver=ohci_hcd latency=32 resources: irq:10 memory:fe9f9000-fe9f9fff *-pci:1 description: Host bridge product: Family 10h Processor HyperTransport Configuration vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 101 bus info: pci@0000:00:18.0 version: 00 width: 32 bits clock: 33MHz *-pci:2 description: Host bridge product: Family 10h Processor Address Map vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 102 bus info: pci@0000:00:18.1 version: 00 width: 32 bits clock: 33MHz *-pci:3 description: Host bridge product: Family 10h Processor DRAM Controller vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 103 bus info: pci@0000:00:18.2 version: 00 width: 32 bits clock: 33MHz *-pci:4 description: Host bridge product: Family 10h Processor Miscellaneous Control vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 104 bus info: pci@0000:00:18.3 version: 00 width: 32 bits clock: 33MHz configuration: driver=k10temp resources: irq:0 *-pci:5 description: Host bridge product: Family 10h Processor Link Control vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 105 bus info: pci@0000:00:18.4 version: 00 width: 32 bits clock: 33MHz </code></pre> <p>Thanks for any advice.</p>
14367
1629
2011-04-18T18:21:27.727
2012-03-20T06:21:41.780
Can't boot without 'nolapic' kernel option. And system hangs after few minutes
[ "11.04", "boot", "hardware" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Problem solved. Changed M/B for same model. All works fine.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-08-17T08:18:57.640", "id": "218924", "postId": "114444", "score": "0", "text": "Congratulation on resolving your own question. To be helpful to others who may experience the same issue in future, can you accept your answer, and if possible provide more details how you came to solve your issue?", "userDisplayName": null, "userId": "53498" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-03-20T06:21:41.780", "id": "114444", "lastActivityDate": "2012-03-20T06:21:41.780", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "14367", "parentId": "35363", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<ol>\n<li><p>This is most probably a kernel issue. However to diagnose is difficult through askubuntu - a better forum based arena would I'm sure provide a more interactive question and answer type scenario to find an answer. My advice is therefore more generic.</p></li>\n<li>...
null
null
2012-03-20T09:41:30.783
null
null
35365
1
35572
2011-04-16T00:39:20.693
3
1298
<p>I installed Natty yesterday and it gave me the option to install "Experimental 3D support for NVIDIA cards" (which I'm assuming is Nouveau). Now, is there a PPA I will need to add to receive regular updates for the driver or will Canonical push updates out to me automatically?</p>
2458
2458
2011-04-16T00:51:17.707
2011-04-17T06:49:41.293
Will the Nouveau driver continue to get updates?
[ "11.04", "drivers", "nvidia", "nouveau" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Unless there are security fixes or certain bug fixes specifically for the drivers in Ubuntu, it is unlikely that you will get regular updates of the Nouveau drivers.</p>\n\n<p>You can read more about <a href=\"https://wiki.ubuntu.com/StableReleaseUpdates\" rel=\"nofollow\">Stable Release Updates</a> on the wiki but basically once a version is released it does not change much.</p>\n\n<p>Nouveau is an open source graphics driver so there will be improved drivers each Ubuntu release. Nouveau's 3D support is rather new and there will definitely be performance improvements by the time Ubuntu 11.10 is released.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-17T10:18:10.997", "id": "39695", "postId": "35572", "score": "0", "text": "No PPA to speak of?", "userDisplayName": null, "userId": "2458" }, { "creationDate": "2011-04-17T18:04:02.483", "id": "39769", "postId": "35572", "score": "1", "text": "Ok, there is https://launchpad.net/~xorg-edgers/+archive/ppa but it is experimental so it may make your computer not work. Get familiar with ppa-purge before you use a PPA like that.", "userDisplayName": null, "userId": "1579" }, { "creationDate": "2013-05-29T04:19:20.330", "id": "379056", "postId": "35572", "score": "0", "text": "How can I **prevent** Nouveau from ever updating? I posted a [full question on this](http://stackoverflow.com/questions/16805424/prevent-nouveau-from-ever-updating-messes-up-cuda-installation).", "userDisplayName": null, "userId": "114721" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-17T06:49:41.293", "id": "35572", "lastActivityDate": "2011-04-17T06:49:41.293", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1579", "parentId": "35365", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Unless there are security fixes or certain bug fixes specifically for the drivers in Ubuntu, it is unlikely that you will get regular updates of the Nouveau drivers.</p>\n\n<p>You can read more about <a href=\"https://wiki.ubuntu.com/StableReleaseUpdates\" rel=\"nofollow\">St...
null
null
null
null
null
35366
1
null
2011-04-16T00:50:35.243
1
235
<p>I recently signed up for a a 20 GB Ubuntu One account for 2.99 per month because I wanted to sync some of my Home folders. It's been a week now. My tomboy notes synced fine, but after selecting my Documents, Pictures, and Music folders to be synced I only see my folder names but no files when I go my Dashboard on the Ubuntu One site. </p>
14371
14371
2011-04-16T02:14:06.510
2011-04-16T12:04:28.933
My folders have been synced but I don't see any files
[ "ubuntu-one", "directory" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T00:54:36.360", "id": "39446", "postId": "35366", "score": "0", "text": "what did you sign up for?? Ubuntu One? Dropbox? what?", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-04-16T02:22:08.927", "id": "39456", "postI...
null
[ { "accepted": null, "body": "<p>Depending on what version of Ubuntu you're on, what you're seeing is normal. Folders get created first, and then files. Very slowly, if we're talking thousands of files.</p>\n\n<p>We've worked on fixing this slowness and it should be much better by the time we release Natty, ...
null
null
2017-01-11T01:53:29.310
null
null
35367
1
35372
2011-04-16T00:57:34.353
3
1319
<p>I have run into a ton of file permission issues in Ubuntu, from not having permission to delete a file, change the contents of a while, and so on. I was wondering if some of you Ubuntu experts could share how you generally deal with file permission issues? What are some general guidelines and terminal commands to keep in mind?</p> <p>Thanks in advance.</p>
12786
235
2011-07-29T22:12:55.143
2011-07-29T22:12:55.143
General Rules for dealing with File Permissions
[ "10.10", "permissions", "files" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Every file on your system is owned by a user. Each user is a member of one or more groups. Using the <code>chmod</code> command a user can selectively allow self or others to read, write, or execute the file. Use of <code>chmod</code> is fairly complex, and you'll want to check out <code>man chmod</code> before proceeding, or perhaps <a href=\"http://en.wikipedia.org/wiki/Chmod\" rel=\"nofollow\">http://en.wikipedia.org/wiki/Chmod</a> .</p>\n\n<p>Every file that I expect to need to edit is in my Home directory, and belongs to me. \nThe only exception is the case of configuration files for system-wide things like Xorg or Samba. In general, new users probably shouldn't be editing these files by hand either, since other methods exist in most cases for adjusting those configurations.</p>\n\n<p>After restoring backups, you'll find sometimes that you don't have permission to edit your own files. This is because, for example, you have reinstalled Ubuntu. Even though you set up a user with the same name during the reinstall and are logged in as that user, your UID is different, so the system regards you as a different user- not the one who owns the files. This is fixed by using the <code>chown</code> command. As with <code>chmod</code> usage is complex, so read up on it first.\n Probably there is also a way to get Nautilus or some other command-line program to change file ownership also, but I don't know it. </p>\n\n<p>BE VERY CAREFUL when messing about with file ownership and permissions. You can cause great havoc this way.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T01:16:39.940", "id": "35372", "lastActivityDate": "2011-04-16T01:30:06.893", "lastEditDate": "2011-04-16T01:30:06.893", "lastEditorDisplayName": null, "lastEditorUserId": "2315", "ownerDisplayName": null, "ownerUserId": "2315", "parentId": "35367", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Every file on your system is owned by a user. Each user is a member of one or more groups. Using the <code>chmod</code> command a user can selectively allow self or others to read, write, or execute the file. Use of <code>chmod</code> is fairly complex, and you'll want to che...
null
null
null
null
null
35368
1
35389
2011-04-16T01:02:16.827
2
411
<p>Has anybody tried installing nautilus elementary in 11.04?</p>
13572
1992
2011-06-07T18:07:38.707
2011-06-07T18:07:38.707
Is Nautilus elementary compatible?
[ "11.04", "nautilus-elementary" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'm running 11.04 and nautilus elementary - no problems here.\nIf you do encounter any problems with NE, please report (a) bug(s) on nautilus-elementary's bug tracker on launchpad.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-06-07T19:06:04.493", "id": "52507", "postId": "35389", "score": "0", "text": "Same here. Works just as well as in 10.10", "userDisplayName": null, "userId": "13498" }, { "creationDate": "2011-06-29T07:01:30.287", "id": "56938", "postId": "35389", "score": "0", "text": "Has someone tried it with 11.04 64 bit?", "userDisplayName": null, "userId": "1793" }, { "creationDate": "2011-06-29T13:59:29.967", "id": "57041", "postId": "35389", "score": "0", "text": "@eddy147 me... :)", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T02:52:32.713", "id": "35389", "lastActivityDate": "2011-06-07T18:07:08.973", "lastEditDate": "2011-06-07T18:07:08.973", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "35368", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I'm running 11.04 and nautilus elementary - no problems here.\nIf you do encounter any problems with NE, please report (a) bug(s) on nautilus-elementary's bug tracker on launchpad.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-06-07T...
null
null
null
null
null
35369
1
35421
2011-04-16T01:05:44.220
2
1033
<p>Using 11.04. The network indicator is visible at all times, but this isn't necessary for me, it just adds clutter. Is there any way to hide/remove it?</p> <p>Thanks!</p>
10545
1579
2011-04-16T13:54:59.960
2011-04-16T13:54:59.960
Can the network indicator be hidden?
[ "11.04", "indicator", "network-manager" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The simple answer is no, the indicators cannot be individually enabled or disabled, however you can kill the network indicator by running the following command: <code>pkill nm-applet</code></p>\n\n<p>To restart the network indicator, run <code>nm-applet</code></p>\n\n<p>To turn off the network indicator so it doesn't show up at all when you log in:</p>\n\n<ol>\n<li>Click the power icon in the top right corner and select <em>System\nSettings</em>.</li>\n<li>Click <em>Startup Applications</em> in the Personal section.</li>\n<li>Uncheck the Network Manager item.</li>\n</ol>\n\n<p>Be aware that killing the network indicator will <strong>not</strong> allow you to connect to wireless networks.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-16T15:57:12.447", "id": "39566", "postId": "35421", "score": "0", "text": "Thanks. I was particularly wondering about how it would affect my ability to connect which was clearly answered.", "userDisplayName": null, "userId": "10545" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T08:33:28.827", "id": "35421", "lastActivityDate": "2011-04-16T08:33:28.827", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1579", "parentId": "35369", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>The simple answer is no, the indicators cannot be individually enabled or disabled, however you can kill the network indicator by running the following command: <code>pkill nm-applet</code></p>\n\n<p>To restart the network indicator, run <code>nm-applet</code></p>\n\n<p>To tu...
null
null
null
null
null
35373
1
35378
2011-04-16T01:20:28.687
2
889
<p>Consider this example. I download a tar.gz file from the internet and open the contents of that file into a directory. Let's say I choose to remove the directory. Unfortunately, I do not have permission to delete the directory. What do I do? I get an error message that I don't have permission to remove this directory.</p> <pre><code>~$ cd /home/amathew ~$ sudo tar xzf hadoop-0.20.2.tar.gz ~$ sudo mv hadoop-0.20.2 hadoop ~$ sudo chown -R hadoop:hadoop hadoop </code></pre> <p>Thanks in advance.</p> <p>EDIT:</p> <pre><code>~$ lsattr -RVadlv hadoop lsattr 1.41.12 (17-May-2010) 2903294105 hadoop Extents </code></pre>
12786
169736
2014-01-27T00:08:09.323
2014-01-27T00:08:09.323
Delete a Directory
[ "filesystem" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You should also modify permissions to that file by:</p>\n\n<pre><code>sudo chmod 777 FOLDERNAME -R\n</code></pre>\n\n<p>This way the file will be editable/deletable by anyone (which -of course- includes you).</p>\n\n<p>After that, try to delete and succeed.</p>\n\n<p>Good luck!</p>\n\n<h2>Glossary:</h2>\n\n<p><strong>FOLDERNAME</strong> = change this for the folder name of your choice.</p>\n\n<p><em>Just for the record: If the user has already changed the ownership of the folder, he can now run this with no hassle. Thank you!</em></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T01:48:41.513", "id": "35378", "lastActivityDate": "2011-04-16T02:18:44.430", "lastEditDate": "2011-04-16T02:18:44.430", "lastEditorDisplayName": null, "lastEditorUserId": "9598", "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "35373", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>According to the commands you cite, you changed the ownership to user \"hadoop\" before you tried to delete it. Since user \"amathew\" no longer owns the directory, he does not have permission to delete it (unless there's a group relationship that's not specified here).</p>\n...
null
null
null
null
null
35376
1
null
2011-04-16T01:38:54.303
3
1447
<p>Is there a setting to increase the scroll speed of the Unity Panel when using the Mouse.</p> <p>When in keyboard mode the launcher will scroll quickly, however with the mouse over event action scrolling though a number of panel items at the bottom is too slow</p>
14374
235
2012-05-14T20:14:38.523
2012-05-14T20:14:38.523
Can I set the scrolling speed when I mouse over the launcher?
[ "unity", "launcher" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Just to clarify the three ways to scroll with the Mouse over the Launcher</p>\n\n<ul>\n<li>Mouse Wheel</li>\n<li>Mouse Cursor at the Top/Bottom will enable Auto-Scrolling</li>\n<li>Click &amp; Drag</li>\n</ul>\n\n<p>There does not appear to be any current way to edit the spee...
null
null
null
null
null
35377
1
331276
2011-04-16T01:41:38.843
3
3222
<p>I know how to whitelist most other applications, but adding 'Gajim' and 'gajim' doesn't seem to work.</p> <p>Does it have an appindicator?</p>
1992
44179
2013-08-12T17:33:00.660
2013-08-12T17:33:00.660
How do I get Gajim to show up in Unity's system tray?
[ "unity", "indicator" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Maybe it'd be a better idea to install \"Ubuntu Ayanta Integration\" or a similar plugin instead. See <a href=\"http://trac-plugins.gajim.org/wiki/UbuntuIntegrationPlugin\" rel=\"nofollow\">http://trac-plugins.gajim.org/wiki/UbuntuIntegrationPlugin</a> for instance.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-08-11T13:34:28.577", "id": "421366", "postId": "331276", "score": "0", "text": "Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference.", "userDisplayName": null, "userId": "169736" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2013-08-11T12:59:37.970", "id": "331276", "lastActivityDate": "2013-08-11T12:59:37.970", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "500433", "parentId": "35377", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Well, in a strange twist, killing Gajim and restarting it seems to have worked.</p>\n\n<p>Apparently the correct value is <code>Gajim</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creati...
null
null
null
null
null
35382
1
35383
2011-04-16T02:02:28.037
12
3234
<p>If "https://mail.google.com" is already open a tab, it it possible to have a browser switch to that tab if I try opening "https://mail.google.com" in a different tab?</p> <p>What if I try opening the new address via cli (eg, google-chrome <a href="https://mail.google.com">https://mail.google.com</a>)? Can I get it to switch to already open tab?</p> <p>Do any of the major browsers (Firefox, Chrome, Chromium, etc) have this feature?</p>
10545
null
null
2011-07-22T00:59:21.160
Can any browser switch to already open tab, if address you're opening is already open?
[ "firefox", "google-chrome", "chromium", "browser" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T02:55:17.487", "id": "39460", "postId": "35382", "score": "2", "text": "This is not exactly ubuntu specific, it would be better to ask thsi on superuser.com", "userDisplayName": null, "userId": "1992" } ]
{ "accepted": true, "body": "<p>This is a feature of Firefox 4. If you start typing an already opened address, the drop-down menu will suggest switching to the already active tab pointing to that address.</p>\n\n<p>There is an add-on for Firefox that will give you total keyboard control over the browser called \"Pentadactyl\" (<a href=\"https://addons.mozilla.org/en-US/firefox/addon/pentadactyl/\" rel=\"noreferrer\">here</a>). While not required, you'll probably enjoy it more if you already know vi keybindings.</p>\n\n<p>So in fact, there is a way to change tabs with a \"terminal\" (ok, not really a terminal). But Pentadactyl supports the following commands:</p>\n\n<p>:tabnext<BR>\n:tabprevious<BR>\n:tablast</p>\n\n<p>and several others.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-16T02:14:50.003", "id": "39454", "postId": "35383", "score": "1", "text": "Neat! Do you know if there is any way to switch to a tab by executing a command from a terminal?", "userDisplayName": null, "userId": "10545" }, { "creationDate": "2011-07-12T12:54:58.693", "id": "59010", "postId": "35383", "score": "0", "text": "@sutre no there is not. FireFox 4 is not controlled from the terminal.", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-07-12T16:25:57.543", "id": "59041", "postId": "35383", "score": "4", "text": "Sadly, firefox is one of these weird browsers you control with a mouse, and not from terminal.", "userDisplayName": null, "userId": "705" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T02:07:50.833", "id": "35383", "lastActivityDate": "2011-07-22T00:59:21.160", "lastEditDate": "2011-07-22T00:59:21.160", "lastEditorDisplayName": null, "lastEditorUserId": "731", "ownerDisplayName": null, "ownerUserId": "731", "parentId": "35382", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p>This is a feature of Firefox 4. If you start typing an already opened address, the drop-down menu will suggest switching to the already active tab pointing to that address.</p>\n\n<p>There is an add-on for Firefox that will give you total keyboard control over the browser ca...
null
null
null
null
null
35385
1
35387
2011-04-16T02:34:19.533
0
85
<p>I am playing some music that I got from youtube. On both movie player and Rhythmbox music player at the bottom of the movie player it says "streaming".</p> <p>It doesn't let me control it -- I can't drag around the play head to different parts in the music -- but it will let me pause, play, or stop. </p> <p>Why doesn't this file let me move around in the track like a normal music file?</p>
13923
8844
2011-04-16T05:27:27.557
2011-04-16T05:27:27.557
Music player incorrectly identifies downloaded music as "streaming"
[ "music", "multimedia" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Maybe the sync of your music file is corrupted. Try transcoding and see what happen. </p>\n\n<p>This behavior usually happens (but not limits to) when the audio inside of the file is using a variable bit rate (VBR) for the playback. So I suggest you to use a Constant Bit Rate (CBR) for the transcodification.</p>\n\n<p>128 kbps will be good enough for the majority of the music genres. But if you are more exigent on the sounds that your compressed files delivers, try using 196~256 kbps CBR.</p>\n\n<p>Please inform of your results in order to check if we can have a better answer.</p>\n\n<p>Good luck!</p>\n\n<p>P.S. This answer is for a video file transcoding, which is also the same rules for audio files and may be useful for you: <a href=\"https://askubuntu.com/questions/25514/how-can-i-maximum-compress-video-files/25532#25532\">How can I maximum compress video files?</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-16T03:04:18.780", "id": "39461", "postId": "35387", "score": "0", "text": "i went to the software center and searched MP3 and i downloaded this plugin GStreamer extra plugins and installed it then log out and back in and (STREAMING) is gone thanks for the help", "userDisplayName": null, "userId": "13923" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T02:42:40.837", "id": "35387", "lastActivityDate": "2011-04-16T02:42:40.837", "lastEditDate": "2017-04-13T12:25:03.983", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "35385", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Maybe the sync of your music file is corrupted. Try transcoding and see what happen. </p>\n\n<p>This behavior usually happens (but not limits to) when the audio inside of the file is using a variable bit rate (VBR) for the playback. So I suggest you to use a Constant Bit Rate...
null
null
null
null
null
35386
1
null
2011-04-16T02:40:56.360
0
195
<p>First of all, I am new to Ubuntu 10.04 but it is love at first sight and the only windows I will see again are in my house and car!</p> <p>Each time I disconnect my Dell Studio 15 from my Dell 36" monitor, I have to reconnect through the System/Monitor protocol.</p> <p>Question: Is there a way to set it up so once I slide my laptop under the stand, reconnect monitor cable, 3 usb's and press start that the Monitor screen will go 'live' without having to start all over?</p>
null
null
null
2011-06-27T05:17:58.437
Keeping monitor Dell desk monitor 'connected' to dell studio 15 laptop?
[ "external-monitor" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T02:49:27.943", "id": "39459", "postId": "35386", "score": "0", "text": "Do you mind providing information about your graphics card? In my experience with nVidias, they don't have that issue and you can do what you wish if the drivers are properly installed. Let's se...
null
[ { "accepted": null, "body": "<p>I'm assuming you're using the proprietary fglrx-driver supplied by AMD. Last time I checked it doesn't yet support Xrandr 1.2, which is the part of the display server that does the magic you're after (activate monitor automatically when connected).</p>\n\n<p>You might want to...
null
null
null
null
user14375
35390
1
null
2011-04-16T03:02:58.837
2
320
<p>When I installed Ubuntu, everything was great. But one day, I heard the login sound but no sound on the desktop session. This happens every time. I have reinstalled sound drivers several times, checked that the speakers are not muted, checked the settings in alsa-mixer, tried all the troubleshooting tips on the net, checked user privileges too but of no help. This is a real problem, please help! I am using Ubuntu 10.04LTS and a alc662 sound card. My computer is detecting the sound card and there are no problems with my speakers.This maybe a bug but I cannot file a report as I don't have enough information.</p>
null
30405
2011-11-28T04:13:29.113
2012-03-07T04:01:54.017
Login sound plays, but no sound during session
[ "10.04", "sound", "alsa" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I have had similar experiences. Audio worked fine and then during my login session it stopped. I found a few interesting facts about this. First I removed the .esd_auth ,pulse-cookie and .pulse directories. Then I rebooted and audio can back. That lasted a while and it h...
null
null
null
null
user14376
35391
1
null
2011-04-16T03:18:26.577
2
4661
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/25596/set-up-usb-for-virtualbox">Set up USB for Virtualbox</a> </p> </blockquote> <p>If this is the wrong forum I apologize. As I mentioned in another Question, I am new to Linux but will never go back to Windows!</p> <p>The internal CD/DVD on my Dell Studio 15 laptop died (gee what a surprise!). So I purchased a Dell external CD/DVD W/R 8X optical drive. It is cool in that it connects via two USB's that consolidate to one connector to the retractable on the Drive......no power cord.</p> <p>Anyway, when I am in Ubuntu I can see the drive. But when I am VB/Windows XP I can find it. Under Computer it only shows the internal 'dead' one. The friend who set this up for see up a number of 'outlets' but each time I press one I get 'connection not established'. </p> <p>I can 'see' the two USB Flash drives in Windows/VB that I can easily access in Ubuntu.</p> <p>What am I 'not seeing' (pardon the late night east coast humor). And thanks if anyone can help.</p>
null
-1
2017-04-13T12:23:46.240
2011-04-18T12:37:46.233
Can't find external CD/DVD in Virtual Box/Windows XP mode?
[ "usb", "virtualbox", "dvd", "cd" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Your computer icon inside Windows will show only the virtual hardware that you have created on your virtual machine, not your real one. By default, all virtual machines are created with only one CD driver.</p>\n\n<p>But you can assign any of your real drives to this one, even...
null
null
2011-06-05T19:32:26.973
null
user14375
35392
1
35414
2011-04-16T03:21:11.707
55
93729
<p>Is there <em>any</em> way I can launch a new instance of Google Chrome from the command line? I'm not referring to opening a new window - I want a new <em>instance</em>. Here's why:</p> <p>Suppose I open Chrome and navigate to a page somewhere. Then I SSH into the same account from somewhere else. When I run:</p> <pre><code>google-chrome </code></pre> <p>...all I get is a new tab in the existing window. This is absolutely useless when I'm connected via SSH.</p> <p>How can I launch a <em>separate</em> instance of Chrome that runs in the same account, but is usable with SSH?</p>
5
null
null
2022-09-13T14:01:52.790
How to launch a new instance of Google Chrome from the command line?
[ "ssh", "google-chrome" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T05:08:55.320", "id": "39471", "postId": "35392", "score": "1", "text": "Incognito mode? `google-chrome --incognito` ?", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2011-04-16T06:03:34.017", "id": "39479", "postId": "35392"...
{ "accepted": true, "body": "<p>This is a <a href=\"http://code.google.com/p/chromium/issues/detail?id=27344\" rel=\"noreferrer\">known bug</a>. A workaround is to pass the argument <code>--user-data-dir=$(mktemp -d)</code> (or you can use any temporary or empty directory) to start a new session.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2012-08-03T02:01:06.913", "id": "211047", "postId": "35414", "score": "3", "text": "Thanks! I was looking for details on how to do that. I also posted it back at http://superuser.com/a/457045/132608, which was the first StackExchange variant of this question I found.", "userDisplayName": null, "userId": "20059" }, { "creationDate": "2015-12-03T22:16:31.563", "id": "1036339", "postId": "35414", "score": "8", "text": "This no longer works with recent versions of Chrome, but you can effectively start with a \"blank slate\" new account by specifying a temporary or empty directory, e.g. `chromium-browser --user-data-dir=/tmp`", "userDisplayName": null, "userId": "139469" }, { "creationDate": "2020-01-09T20:01:37.373", "id": "2015420", "postId": "35414", "score": "1", "text": "And still a bug, 9 years later :)", "userDisplayName": null, "userId": "624083" }, { "creationDate": "2022-07-04T09:58:58.590", "id": "2464950", "postId": "35414", "score": "1", "text": "And still 11 years later....", "userDisplayName": null, "userId": "421674" }, { "creationDate": "2022-07-14T23:50:52.633", "id": "2468376", "postId": "35414", "score": "0", "text": "What if you want to use keep the user's profile (i.e. browsing history, saved sessions, etc)?", "userDisplayName": null, "userId": "1612854" }, { "creationDate": "2022-09-02T19:31:26.637", "id": "2485354", "postId": "35414", "score": "2", "text": "@MahmoudMousaHamad, I don't think Chrome can concurrently support _two entirely independent instances_ which are manipulating the _same_ user's session data. In my opinion, that would be a lot of work to implement, and the use case seems pretty unclear… there's little point in keeping separate instances if they're going to access all the same data. As I take it, this question is about starting another wholly separate/isolated instance of Chrome.", "userDisplayName": null, "userId": "139469" }, { "creationDate": "2023-02-14T18:42:57.880", "id": "2542627", "postId": "35414", "score": "0", "text": "For me, the original answer works but not the comment from @Dan about using `/tmp` (likely since this means that each new instance of chrome will share the profile created in `/tmp` by the first instance). The original answer ensures there is always a new empty directory created for each instance of chromium.", "userDisplayName": null, "userId": "271734" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-04-16T07:11:16.347", "id": "35414", "lastActivityDate": "2022-09-13T14:01:52.790", "lastEditDate": "2022-09-13T14:01:52.790", "lastEditorDisplayName": null, "lastEditorUserId": "5729", "ownerDisplayName": null, "ownerUserId": "5729", "parentId": "35392", "postTypeId": "2", "score": "65" }
[ { "accepted": true, "body": "<p>This is a <a href=\"http://code.google.com/p/chromium/issues/detail?id=27344\" rel=\"noreferrer\">known bug</a>. A workaround is to pass the argument <code>--user-data-dir=$(mktemp -d)</code> (or you can use any temporary or empty directory) to start a new session.</p>\n", ...
null
null
null
null
null
35393
1
35407
2011-04-16T03:21:57.713
4
7647
<p>I have restarted my system remotely, but now when I try to ssh, I get the message</p> <pre><code>ssh: connect to host desktop.hostname port 22: Connection timed out </code></pre> <p>And when I try to ping it:</p> <pre><code>PING desktop.hostname (111.111.111.11) 56(84) bytes of data. From localhost (222.222.222.22) icmp_seq=1 Destination Host Unreachable </code></pre> <p>Is there a way to remotely access my computer?</p>
2487
235
2013-02-19T17:51:54.900
2015-10-04T11:32:34.670
After restart, how can I ssh into my system?
[ "server", "ssh", "remote-access" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T05:06:12.033", "id": "39470", "postId": "35393", "score": "1", "text": "Since it cannot be pinged, and sshed, I am assuming that the PC hasnt been restarted yet, or there is some network trouble. If you have a monitoring panel, like cPanel or use Amazon Webservices,...
{ "accepted": true, "body": "<p>By default, connection to network go up when the user login. So, if you have not configured your machine to login automatically, your network connection is down.</p>\n\n<p>The solution is to set the connection as a \"system connection\" in network manager: in this way the connection go up when the machine boot up, and do not wait for a user to login.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-12-02T01:21:45.450", "id": "95839", "postId": "35407", "score": "1", "text": "That is **NOT** correct, for a remote SSH connection. What you have said **is valid**, but ONLY for a VNC (or similar) remote desktop connection.", "userDisplayName": null, "userId": "34576" }, { "creationDate": "2011-12-02T06:48:43.240", "id": "95897", "postId": "35407", "score": "0", "text": "@david6: that was **CORRECT** for 10.04, that the answer was referring to; and this has absolutely nothing to do with ssh or vnc", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-12-02T08:24:45.473", "id": "95911", "postId": "35407", "score": "0", "text": "I have four servers, all with **10.04 LTS**, and I can ssh to them without anyone logging in first.", "userDisplayName": null, "userId": "34576" }, { "creationDate": "2011-12-02T08:37:36.883", "id": "95914", "postId": "35407", "score": "0", "text": "@david6: on ubuntu desktop the connection, managed by Network Manager, was set by default as NON-system connection, so that it started when the user login. The OP acceted my answer, so it means that it was exactly in this situation.", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-12-02T08:58:30.370", "id": "95917", "postId": "35407", "score": "2", "text": "Sorry, I don't follow.. *I have several desktop PCs, all on 10.04, for a science monitoring project. They are unmanned, and spread over several countries. I am able to monitor, restart, and update them all over SSH.*", "userDisplayName": null, "userId": "34576" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T06:07:44.840", "id": "35407", "lastActivityDate": "2011-04-16T06:07:44.840", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2647", "parentId": "35393", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>By default, connection to network go up when the user login. So, if you have not configured your machine to login automatically, your network connection is down.</p>\n\n<p>The solution is to set the connection as a \"system connection\" in network manager: in this way the con...
null
null
null
null
null
35394
1
35403
2011-04-16T03:32:54.180
22
75841
<p>My Internet gets paused sometimes because of change in the 3g signal strength and I've to restart the whole apt-get update process again! Each update consumes 13-15 mb and every mb costs here!! Can I do something to pause the update so that I can resume it after I connect my Internet again! p.s - I know that I can resume downloads of apps/upgrade</p>
13572
169736
2014-06-02T12:57:49.773
2014-08-13T20:07:59.600
How can I pause/resume an apt-get update process in a terminal?
[ "apt" ]
6
7
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T05:48:11.840", "id": "39477", "postId": "35394", "score": "0", "text": "so, why exactly do you want to pause? is it solely so that you can clear out the package files that get downloaded for the installation? If so, just use the clean command that I outlined AFTER...
{ "accepted": true, "body": "<p>Looking at the recommendations for using <kbd>Ctrl</kbd>+<kbd>C</kbd>, I think it'd be better to try <kbd>Ctrl</kbd>+<kbd>Z</kbd> to suspend the process in the background when/if the network drops. You might be able to use <code>fg</code> to resume once your connectivity returns. (I don't know how robust apt-get is in this scenario, though.)</p>\n\n<p>Another possibility would be using <code>axel</code> and the <code>apt-fast</code> script. It is advertised as speeding up downloads by doing parallel downloads, but it also seems to be good about keeping track of what's already been downloaded, presumably because it has to track the file pieces as it downloads in parallel chunks.</p>\n\n<p><a href=\"http://ubuntuforums.org/showthread.php?t=818619\">Here's the original thread from Ubuntuforum</a>.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-16T11:23:10.993", "id": "39518", "postId": "35403", "score": "0", "text": "can axel/apt-fast keep track of apt-get update also? can it pause?", "userDisplayName": null, "userId": "13572" }, { "creationDate": "2011-04-16T21:20:39.323", "id": "39621", "postId": "35403", "score": "0", "text": "@amith -- As far as axel/apt-fast pausing, there is an allowance for pausing, but I don't know if the mechanism is exactly what you need.", "userDisplayName": null, "userId": "8844" }, { "creationDate": "2011-04-17T01:58:02.370", "id": "39653", "postId": "35403", "score": "0", "text": "who did the down-vote? I voted u up!", "userDisplayName": null, "userId": "13572" }, { "creationDate": "2020-06-05T11:14:07.503", "id": "2103584", "postId": "35403", "score": "0", "text": "Ctrl+Z and `fg` worked just fine for me while installing a huge amount of packages.", "userDisplayName": null, "userId": "331049" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T05:42:31.680", "id": "35403", "lastActivityDate": "2014-08-13T20:07:59.600", "lastEditDate": "2014-08-13T20:07:59.600", "lastEditorDisplayName": null, "lastEditorUserId": "186134", "ownerDisplayName": null, "ownerUserId": "8844", "parentId": "35394", "postTypeId": "2", "score": "28" }
[ { "accepted": null, "body": "<p>You can stop the downloading of packages or updating of the system, by pressing \"Ctrl+C\" and stopping the program. This will stop the program completely. The next time you try the same command, apt-get will resume downloading from the point where it stopped last time</p>\n"...
null
null
null
null
null
35396
1
35413
2011-04-16T03:52:00.433
19
40327
<p>I want to access an Ubuntu machine remotely via VNC. But I can access the Ubuntu machine only if the user is logged in. I want to access the ubuntu machine via VNC from the login screen itself. We can access all windows machines from the login screen. However we were not able to access the Ubuntu machine from the login screen. There is some way but I am not aware of the details. Can someone give a solution to this problem?</p>
5691
8844
2011-04-16T06:16:30.947
2018-10-30T21:44:10.967
How to access an ubuntu machine via VNC from the login screen?
[ "remote-desktop", "vnc", "remote-access", "remote-control" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T07:05:52.263", "id": "39487", "postId": "35396", "score": "0", "text": "If the other machine is on the same LAN it would be feasible to just use XDMCP instead of VNC. If it's not on the same LAN, unaccelerated X over the network might be too slow.", "userDisplay...
{ "accepted": true, "body": "<p>Your best bet is to install <a href=\"http://xrdp.sourceforge.net\" rel=\"nofollow noreferrer\">xrdp</a> <a href=\"http://apt.ubuntu.com/p/xrdp\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-small\" alt=\"Install xrdp\"></a>. After installation, you can use an RDP client to connect to the machine - you will then be prompted for your credentials as you would be on the login screen.</p>\n", "commentCount": "12", "comments": [ { "creationDate": "2011-05-17T12:34:20.150", "id": "47562", "postId": "35413", "score": "0", "text": "I have installed xrdp but still i am unable to access the ubuntu machine from the login screen.", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-05-17T15:48:10.857", "id": "47605", "postId": "35413", "score": "0", "text": "@karthick: Are you connecting to the machine with VNC or using an RDP client?", "userDisplayName": null, "userId": "5" }, { "creationDate": "2011-05-18T05:43:03.320", "id": "47726", "postId": "35413", "score": "0", "text": "I dont find RDP client in my machine. Where it will be located ?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-05-18T06:15:31.417", "id": "47730", "postId": "35413", "score": "0", "text": "@karthick: Are you using Ubuntu as your client? If so, the program to use is called \"Terminal Server Client\". On Windows, it's called \"Remote Desktop\" IIRC.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2011-05-18T07:05:20.723", "id": "47733", "postId": "35413", "score": "0", "text": "Yeah thank you. Is it possible to create a launcher for Terminal Server Client ?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-05-18T07:30:16.343", "id": "47737", "postId": "35413", "score": "0", "text": "@karthick: That would make a great question to ask here :)", "userDisplayName": null, "userId": "5" }, { "creationDate": "2011-05-27T15:19:23.360", "id": "49945", "postId": "35413", "score": "0", "text": "Is it possible to create a xrdp launcher ?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-05-28T05:56:02.573", "id": "50101", "postId": "35413", "score": "0", "text": "@kar: `xrdp` is a daemon.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2011-05-28T23:00:43.080", "id": "50252", "postId": "35413", "score": "0", "text": "Wow, xrdp is awesome, I had spent hours trying to get xvncserver to work remotely and five seconds after sudo apt-get install xrpd I was at the desktop!", "userDisplayName": null, "userId": "3646" }, { "creationDate": "2011-05-31T12:50:15.613", "id": "50751", "postId": "35413", "score": "0", "text": "Do you want me to install xrdp in all hosts?", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-06-01T15:02:09.453", "id": "51028", "postId": "35413", "score": "0", "text": "Thankyou i have installed xrdp in all hosts and now i am able to access the ubuntu machine from the login screen.", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2017-08-31T11:10:15.773", "id": "1515927", "postId": "35413", "score": "0", "text": "Doesn't work. RDP client shows empty XWindow desktop with cross-like mouse cursor, then closes w/o any error message", "userDisplayName": null, "userId": "50183" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T07:04:56.933", "id": "35413", "lastActivityDate": "2016-04-05T09:51:36.087", "lastEditDate": "2017-03-11T19:00:03.797", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "5", "parentId": "35396", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>Your best bet is to install <a href=\"http://xrdp.sourceforge.net\" rel=\"nofollow noreferrer\">xrdp</a> <a href=\"http://apt.ubuntu.com/p/xrdp\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-small\" alt=\"Install xrdp\"></a>. After installation, you can ...
null
null
null
null
null
35399
1
89858
2011-04-16T05:16:39.990
6
3865
<p>I'm trying to figure out in the <code>rkhunter</code> config how I can whitelist the detection of certain ports, such as ports used for IRCds, and other ports which I have for services which run on non-standard ports.</p> <p>Does anyone know how to configure this so that <code>rkhunter</code> does not throw warnings about detecting the ports I wish to whitelist?</p>
10616
10616
2011-08-03T15:19:28.963
2021-12-23T14:24:47.583
Whitelisting ports for detection in rkhunter
[ "server", "rkhunter" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You edit <code>/etc/rkhunter.conf</code></p>\n\n<pre><code># command line\nsudo -e /etc/rkhunter.conf\n\n# graphical\ngksu gedit /etc/rkhunter.conf\n</code></pre>\n\n<p>Under the <code>WHITELIST_PORTS</code> section , add your whitelist. The configuration file has examples.</p>\n\n<pre><code># Syntax /full/path/to/binary Protocol:port\n# Protocol = TCP / UDP \n# You may use wildcards\n\nPORT_WHITELIST=”/usr/sbin/privoxy TCP:8118″\n\n#for multiple binaries / ports , list them as per the config file\nPORT_WHITELIST=\"/usr/sbin/privoxy /usr/sbin/squid TCP:8118 TCP:3128\"\n\n# Alternate\nPORT_WHITELIST=\"* TCP:22 TCP:80 TCP:443 TCP:8080\"\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-12-22T22:51:08.930", "id": "102763", "postId": "89858", "score": "0", "text": "well i should have posted to my own question here stating an issue... there actually was a bug in the version I was using many eons ago. Turns out they didnt process the list correctly in that version. 11.04 does not have this bug :P (marked as answer because it does provide the config examples)", "userDisplayName": null, "userId": "10616" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-12-22T22:35:52.967", "id": "89858", "lastActivityDate": "2011-12-22T22:35:52.967", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "35795", "parentId": "35399", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>You edit <code>/etc/rkhunter.conf</code></p>\n\n<pre><code># command line\nsudo -e /etc/rkhunter.conf\n\n# graphical\ngksu gedit /etc/rkhunter.conf\n</code></pre>\n\n<p>Under the <code>WHITELIST_PORTS</code> section , add your whitelist. The configuration file has examples.</...
null
null
null
null
null
35401
1
43885
2011-04-16T05:30:13.377
10
14691
<p><strong>I had installed Ubuntu inside Windows XP but then I formatted XP and installed Windows 7.</strong> </p> <p>EDIT1: I used Wubi for the same. I want to know which one of the two will solve my problem? creating a virtual disk or resizing root? Also is resizing root possible as the 4GB ext4 partition is already in a NTFS format Hard Drive partition.</p> <p>At the time of installation I had allocated only 4GB of space to Ubuntu. I want to increase that size as I keep getting a low disk space notification. </p> <p><em>I have surfed through a lot of similar questions but this is not a duplicate.</em></p> <p><strong>Because I want to know a little about the file systems. In order to solve my problem,do I have to increase the size of root.disk? Or will it be solved by creating a virtual disk?</strong></p> <p>Also I want to know the difference between creating a virtual disk and just increasing disk space of root.I'm new to Ubuntu so I don't know how the file systems function.</p> <p>EDIT2:I have created a virtual disk of 10gb ,but I'm still getting the same notification.Is there anyway to install all further applications on the virtual disk I created?</p>
1744
169736
2014-04-07T00:28:20.780
2019-09-08T10:10:44.713
How do I give Ubuntu more space (when installed inside Windows 7 (via wubi))?
[ "wubi", "disk-management" ]
4
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T07:13:35.487", "id": "39489", "postId": "35401", "score": "1", "text": "When you say you installed Ubuntu \"inside\" Windows XP, what exactly do you mean? If you don't know the technical term for it, can you link to a web page that shows how you did it?", "userD...
{ "accepted": true, "body": "<p>Additional virtual disks are only useful if you're able to split the filesystem (eg putting <code>/home/</code> on it) so aren't much use if you've installed a ton of stuff. You <em>can</em> split things like <code>/usr/bin</code> but it can get really messy, really fast.</p>\n\n<p>Have you not seen a link to <a href=\"http://ubuntuforums.org/showpost.php?p=10590851&amp;postcount=2\">this post</a> on your travels? You'll need a LiveCD or LiveUSB to action it, but it's very simple once you're at that point. Here are the main points:</p>\n\n<ul>\n<li><code>mount</code> your windows partition (where the Wubi install sits)</li>\n<li><code>fsck</code> the Wubi filesystem to make sure it's okay. If you don't do this and it has corruption in it before resizing, bad things can happen.</li>\n<li><code>resize2fs</code> the Wubi filesystem to increase its size.</li>\n<li>Have a snack, chill out, high-five yourself... You've just increased the partition size.</li>\n</ul>\n\n<p>Those aren't the full commands, I'll leave those in <a href=\"http://ubuntuforums.org/showpost.php?p=10590851&amp;postcount=2\">that thread</a> because it seems to be well maintained.</p>\n\n<p>Failing that, installing Ubuntu only takes a few minutes. If you like it, perhaps you should consider a proper install (disk performance is better too).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-02-16T16:53:23.740", "id": "320500", "postId": "43885", "score": "1", "text": "The thread you linked to has been closed, but now the Wubi resize methods are documented in the Wiki: https://help.ubuntu.com/community/ResizeWubiDisk and https://help.ubuntu.com/community/ResizeandDuplicateWubiDisk", "userDisplayName": null, "userId": "14916" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-19T15:47:42.837", "id": "43885", "lastActivityDate": "2011-05-19T15:47:42.837", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "35401", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>It's hard to tell here whether you are referring to <a href=\"http://en.wikipedia.org/wiki/Virtualization\" rel=\"nofollow\">virtualization</a> or simply <a href=\"http://www.ubuntu.com/desktop/get-ubuntu/windows-installer\" rel=\"nofollow\">the Wubi installer</a>.</p>\n\n<p>...
null
null
null
null
null
35404
1
39482
2011-04-16T05:53:54.883
4
1128
<p>I am sorry but let me include an image for better explanation.</p> <p><img src="https://i.stack.imgur.com/PWFXH.gif" alt="link of the image"></p> <p>I had been entered into Classic Mode. Sorry for my insufficient information.</p> <p>At 10.10, the 'boxes' can be swapped and in appearance in black background and movable position, but now lost.</p> <hr> <p>When I was using Maverick 10.10, I could swap the windows, the boxes with windows' title, on the Window List at gnome panel. </p> <p>However, after updating to Natty 11.04, this function is lost. </p> <p>Now, the boxes sort according to the opening time ,but ,strangely, the sort rearranged after changes of the window's title. The rearrangement is not happen every time.</p> <p>When I drag the boxes, pointer cursor with an icon appear but it is useless when I dropping it into anywhere , such as folders, panels, other boxes, and even trash. Neither programs nor nautilus will be triggered after the drop.</p> <p>The preferences of mine is 'Never group windows'.</p>
14380
235
2011-05-23T13:34:20.553
2011-05-23T13:34:20.553
Why I Can't swap the windows on Window List at gnome panel after upgrading?
[ "11.04", "gnome", "panel" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T09:09:55.923", "id": "39500", "postId": "35404", "score": "0", "text": "I'm not sure about what you're trying to achieve, but maybe running the command `gconftool-2 --recursive-unset /apps/panel && killall gnome-panel` may help as it resets the GNOME Panel to defaul...
{ "accepted": true, "body": "<p>This appears to be a bug in the panel: <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/697358\" rel=\"nofollow noreferrer\">Bug 697358</a></p>\n\n<p>You can <a href=\"https://askubuntu.com/questions/20119/how-do-i-subscribe-to-a-bug\">subscribe to the bug</a> and marks it as \"Affects Me\" to follow along progress of the issue. Here's a work around:</p>\n\n<blockquote>\n <p>A temporary fix that works for me is to right-click the panel and click Properties, then select and deselect \"Show hide buttons\". \" Thank you for your response. </p>\n</blockquote>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-05-03T10:21:05.093", "id": "43437", "postId": "39482", "score": "0", "text": "Supplementary: \" From the bug report page, Florentin wrote : A temporary fix that works for me is to right-click the panel and click Properties, then select and deselect \"Show hide buttons\". \" Thank you for your response.", "userDisplayName": null, "userId": "14380" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-03T00:43:53.233", "id": "39482", "lastActivityDate": "2011-05-03T13:49:49.663", "lastEditDate": "2017-04-13T12:25:10.160", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "35404", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>This appears to be a bug in the panel: <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/697358\" rel=\"nofollow noreferrer\">Bug 697358</a></p>\n\n<p>You can <a href=\"https://askubuntu.com/questions/20119/how-do-i-subscribe-to-a-bug\">subscribe to the bug...
null
null
null
null
null
35408
1
null
2011-04-16T06:15:24.363
1
1386
<p>I have an old Intel Graphics card (from around 2002-2003). Compiz used to work fine until 9.10 but after 9.10, using Compiz via the terminal gives the following output and reverts to 2d interface: </p> <pre><code>Backend : gconf Integration : true Profile : default Adding plugins Initializing core options...done Initializing bailer options...done Initializing detection options...done Initializing composite options...done compiz (opengl) - Fatal: GLX_EXT_texture_from_pixmap is missing compiz (opengl) - Fatal: Software rendering detected compiz (bailer) - Info: Ensuring a shell for your session </code></pre> <p>Metacity compositing works fine but I really want to try out Unity in Natty. Is there any way to achieve this?</p>
14382
7035
2011-06-07T17:20:01.193
2017-02-25T19:43:20.250
Will my Intel video graphics work with compiz?
[ "unity", "compiz", "graphics", "intel-graphics" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T14:23:44.620", "id": "39545", "postId": "35408", "score": "0", "text": "Welcome to Ask Ubuntu! Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding more detail? http://askubuntu.com/...
null
[ { "accepted": null, "body": "<p>Looks like your graphics card doesn't support the level of OpenGL composting required by Unity.</p>\n\n<p>In such a situation you can't use Compiz Unity (also known as Unity 3D) but you can get an experience nearly similar to that of Unity Compiz by installing <a href=\"http:...
null
null
null
null
null
35417
1
null
2011-04-16T08:01:41.150
0
558
<p>I have installed ubuntu 10.04 via wubi. Frequently ubuntu hangs while working. Even installer hanged when I tried to install ubuntu recent version, linux mint 10 via wubi &amp; mint4win. Is this problem related to hardware? My configuraion is</p> <ul> <li>Intel dual core 3. GHz</li> <li>Intel motherboard</li> <li>160GB HDD</li> <li>2 GB DDR2 RAM</li> </ul> <p>I'm using onboard graphics Intel 82945G Express chipset. No external graphic card.</p>
14384
169736
2013-12-23T19:20:19.713
2013-12-23T19:20:19.713
Ubuntu Hangs While Working
[ "wubi" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T08:08:39.197", "id": "39491", "postId": "35417", "score": "0", "text": "What graphics card are you using?", "userDisplayName": null, "userId": "1579" }, { "creationDate": "2011-06-18T18:12:32.730", "id": "54704", "postId": "35417", "score...
null
[ { "accepted": null, "body": "<p>The problem here is a common problem with Open Source drivers and kernel mode setting. You can disable it using:</p>\n\n<p><code>sudo echo options i915 modeset=0 &gt; /etc/modprobe.d/i915-kms.conf</code></p>\n\n<p>Source: <a href=\"http://calebflynn.com/node/4\" rel=\"nofollo...
null
null
null
null
null
35418
1
38267
2011-04-16T08:06:10.820
1
290
<p>When I run <code>echo $PATH</code>, I only get the following: <code>/usr/local/bin:/usr/bin:/bin</code></p> <p>According to /etc/environment, I should be getting: <code>/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games</code></p> <p>I noticed this because I wasn't to able to run a new game which I had just installed because /usr/games was not in my path.</p> <p>My .profile and .bashrc are normal.</p>
1579
null
null
2011-04-30T00:43:59.557
Why does my $PATH have only 3 entries?
[ "11.04", "command-line", "paths" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-17T13:38:38.047", "id": "39729", "postId": "35418", "score": "0", "text": "By .profile and .bashrc being normal, I take it you mean you haven't done any changes to them? What about ~/.pam_environment?", "userDisplayName": null, "userId": "9016" } ]
{ "accepted": true, "body": "<p>I have heard that this is because I have been using the experimental Gnome 3 PPA. Thanks for your help!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-31T11:24:49.120", "id": "62124", "postId": "38267", "score": "0", "text": "And i fixed this in gdm 3.0.4-0ubuntu6 :-)", "userDisplayName": null, "userId": "1579" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-30T00:43:59.557", "id": "38267", "lastActivityDate": "2011-04-30T00:43:59.557", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1579", "parentId": "35418", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Normal (non-admin) users only get access to \"bin\" directories and not \"sbin\" directories - because \"sbin\" directories hold system management programs that standard users should not execute (and do not have permissions for anyway).</p>\n\n<p>/usr/games is a legacy remnan...
null
null
null
null
null
35425
1
null
2011-04-16T09:22:50.307
5
5274
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/12493/how-can-i-find-the-version-of-installed-ubuntu">How can I find the version of installed Ubuntu?</a> </p> </blockquote> <p>I have recently installed ubuntu 11.04.</p> <p>My friend just asked me what beta I am using.</p> <p>How can I find out?</p>
14127
-1
2017-04-13T12:23:09.107
2011-04-16T13:51:03.570
How can I know what version of ubuntu I'm running?
[ "versions" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-04-16T18:27:17.757
null
null
35428
1
35441
2011-04-16T09:53:58.010
6
10268
<p>I don't see any option to run commands in Terminal in the run command dash (or is it lens?) of Unity. Is it available and deactivated, or is the feature missing altogether?</p> <p>In any case, I think this issue needs to be addressed.</p>
814
null
null
2011-04-16T12:55:53.250
How do I run in Terminal in Unity Alt + F2?
[ "11.04" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This isn't supported in Unity as it was in the GNOME Panel Alt+F2 dialog box, but nevertheless you can work around it by typing this in the Unity Alt+F2 dash:</p>\n\n<pre><code>gnome-terminal -e COMMAND\n</code></pre>\n\n<p>Where <code>command</code> is the command you wish to run. Unfortunately due to a bug in Unity, you can't run a command with command-line arguments, using the Alt+F2 Unity dash. Hence, you can run:</p>\n\n<pre><code>gnome-terminal -e xeyes\n</code></pre>\n\n<p>But running:</p>\n\n<pre><code>gnome-terminal -e 'xeyes -display :0'\n</code></pre>\n\n<p>will fail.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-01-03T11:46:37.557", "id": "105665", "postId": "35441", "score": "0", "text": "Can you keep us updated on the bug you mentioned? Does the same bug apply on 11.10?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2013-06-23T12:06:26.910", "id": "393438", "postId": "35441", "score": "0", "text": "I'd like to have a fix of this to get the default behaviour as: Press Alt + F2, enter e.g. VIM, and then get vim run in a gnome-terminal. Any hint to accomplish this by default?", "userDisplayName": null, "userId": "49066" }, { "creationDate": "2014-06-04T01:32:42.697", "id": "633722", "postId": "35441", "score": "0", "text": "Can we get a link to the bug in question? I'd like to vote for it to be fixed. Seems to still exist in 14.04", "userDisplayName": null, "userId": "114641" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T12:55:53.250", "id": "35441", "lastActivityDate": "2011-04-16T12:55:53.250", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "629", "parentId": "35428", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>This isn't supported in Unity as it was in the GNOME Panel Alt+F2 dialog box, but nevertheless you can work around it by typing this in the Unity Alt+F2 dash:</p>\n\n<pre><code>gnome-terminal -e COMMAND\n</code></pre>\n\n<p>Where <code>command</code> is the command you wish t...
null
null
null
null
null
35429
1
35432
2011-04-16T10:44:36.890
3
6026
<p>I tested Natty Beta 2 yesterday and found that the bookmarks button is hidden. The usual way to show it seems to be hiding the menubar under Customize, however there is no Menubar option in there now. Is there a way to show the bookmarks button?</p> <p>I can download Firefox from Mozilla and use that version but that's not the best option.</p>
null
235
2012-09-24T17:48:46.133
2013-08-19T20:37:33.100
Show Firefox bookmarks button in Firefox navigation bar?
[ "firefox", "bookmarks" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T11:32:46.980", "id": "39523", "postId": "35429", "score": "0", "text": "I was using Firefox 4 on Maverick.", "userDisplayName": "user14392", "userId": null } ]
{ "accepted": true, "body": "<p>You could possibly disable the global menu extension to regain your bookmarks button. However, I wouldn't recommend this as the menu bar essentially recreates the bookmarks button without taking up any space.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T10:58:39.573", "id": "35432", "lastActivityDate": "2011-04-16T10:58:39.573", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "12558", "parentId": "35429", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>You could possibly disable the global menu extension to regain your bookmarks button. However, I wouldn't recommend this as the menu bar essentially recreates the bookmarks button without taking up any space.</p>\n", "commentCount": "0", "comments": [], "community...
null
null
null
null
user14392
35435
1
73003
2011-04-16T11:50:06.187
6
4402
<p>Assume, I want to copy a file from my home folder to a removable drive. I right click the file and click send to... then I get the option to send to removable drive... then I click send and the dialogue closes! Where is the copy progress dialogue?</p>
13572
13572
2011-09-03T20:52:09.500
2014-09-23T15:49:08.940
Where's the copy-paste progress window?
[ "nautilus" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T15:26:41.287", "id": "39561", "postId": "35435", "score": "0", "text": "that must be the longest headline I've ever seen! LOL", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-04-16T15:41:42.490", "id": "39562", "postId"...
{ "accepted": true, "body": "<p>Amith, this thing just happened with me too. I found my solution by myself, is just tip <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Tab</kbd> and select the \"File Operation\" that you will get the copy-past progress window</p>\n\n<p>I know that could be late to answer this, but I think that this answer can helps people with the same problem.</p>\n\n<p>Edgar.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-10-27T22:36:28.450", "id": "73003", "lastActivityDate": "2011-10-28T12:38:08.727", "lastEditDate": "2011-10-28T12:38:08.727", "lastEditorDisplayName": null, "lastEditorUserId": "17739", "ownerDisplayName": null, "ownerUserId": "31009", "parentId": "35435", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>This dialogue only appears when you are sending files that will actually take a while to copy. You didn't say the size or number of files, but I'm going to guess it was something small.</p>\n\n<p>In such a case, don't be alarmed, it's normal not to see anything.</p>\n", "...
null
null
null
null
null
35436
1
null
2011-04-16T11:55:22.327
0
238
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/35366/my-folders-have-been-synced-but-i-dont-see-any-files">My folders have been synced but I don&#39;t see any files</a> </p> </blockquote> <p>I've signed up for the mobile plan. I've started with the free 2gb space. I've copied some mp3 files and directorioes into "Ubuntu One" directory. After create some of the directories I copied (only directories), the agent simply stopped the sync. After 40 minutos of nothing, I've restarted it, and it resumed the directory creation. No files yet. Disconnect and connect again, and it started to sync files. I leave it overnight, and it upload only 300mb before stop syncing again. I have to disconnect/connect again. I have Ubuntu 10.10 and a fast connection (never had this problem with dropbox).</p> <p>I think I won't go on after the trial month. I cannot even check what file is being uploaded, I have to navigate the slow web interface to figure it out, peeking directory thru directory. The config window doesn't even update the space used until I restart it. It's very annoying.</p> <p>Do you have some pointer for me to improve the experience? So far is simply awful. Regards, Carlos</p>
14395
-1
2017-04-13T12:23:46.240
2011-04-22T13:30:01.013
FIles not synced
[ "ubuntu-one", "sync" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There is a known performance issue when syncing many files (500 or more). This will improve as we make a change on the server side in the next couple weeks. We've also made many improvements on the client side in Ubuntu 11.04 (Natty) which we're going to try to make available...
null
null
2011-04-22T14:47:24.897
null
null
35440
1
null
2011-04-16T12:52:34.813
4
478
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/6588/visual-studio-style-tool">Visual Studio style tool?</a> </p> </blockquote> <p>I want to run .Net in my Ubuntu, is there is way for this and as all know that .Net is famous for its IDE(Visual Studio), is that possible or there are other IDE for the replacement of Visual Studio in the open Source community, if so, how do i install it?</p>
12227
-1
2017-04-13T12:24:29.360
2011-04-17T10:44:03.927
.Net and Visual Studio in Ubuntu?
[ "ide" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-06-05T19:33:12.697
null
null
35445
1
35453
2011-04-16T13:12:22.183
14
4643
<p>In the classic Gnome shell, you could add an Inhibit applet to prevent the computer going to sleep. This doesn't work with Unity. Is there an alternative and just easy way to prevent the computer temporarily following sleep power options? The Inhibit panel applet was as simple as a click.</p>
14396
-1
2012-05-30T10:45:04.840
2012-05-30T10:45:04.840
Is there an Inhibit Sleep indicator for Unity?
[ "11.04", "12.04", "unity", "indicator", "sleep" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can use <strong>caffeine</strong>. It provides an indicator which used to work on 10.10 and 10.04. However I haven't tried it on Ubuntu 11.04.</p>\n\n<p><strong>Brief Intro</strong></p>\n\n<p>Caffeine is a nice little app indicator and does what its functions perfectly. It is lightweight and easy to install using the PPA given below. It has a intelligent screensaver/ sleep inhibiting mechanism. You can give it specific applications which while running should inhibit all power saving mechanism.</p>\n\n<p>You can get more info on caffeine <a href=\"http://www.omgubuntu.co.uk/2010/06/how-do-you-use-caffeine-the-app-not-the-stimulant/\" rel=\"nofollow\">here</a> and <a href=\"http://www.omgubuntu.co.uk/2011/01/the-omg-guide-to-must-have-indicator-applets/\" rel=\"nofollow\">here</a>.</p>\n\n<p>Simply to install it in Natty, open the terminal and type the following command,</p>\n\n<pre><code>sudo add-apt-repository ppa:caffeine-developers/ppa\nsudo apt-get update &amp;&amp; sudo apt-get install caffeine\n</code></pre>\n\n<p><strong>Note</strong>: In the second link above, it provides a list of all the additional indicators you can install. Search for caffeine in that list. There it says it does provide support for Natty as well. However since I haven't tried it personally I cannot guarantee it.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-04-16T14:43:33.130", "id": "39547", "postId": "35453", "score": "0", "text": "This is better than the classic applet! Lets me add specific programs. Perfect, thank you!", "userDisplayName": null, "userId": "14396" }, { "creationDate": "2011-04-16T15:21:41.100", "id": "39558", "postId": "35453", "score": "0", "text": "you are welcome :). Does it work properly in natty? I just installed it, however the options displayed on the caffeine indicators were not responsive...", "userDisplayName": null, "userId": "5855" }, { "creationDate": "2011-04-16T16:10:30.650", "id": "39570", "postId": "35453", "score": "0", "text": "As far as I know, there haven't been any packages created for Natty yet. I've been unable to reach the maintainer, but I hope there will be packages built by the time Natty is released.", "userDisplayName": null, "userId": "334" }, { "creationDate": "2011-04-17T11:45:33.850", "id": "39715", "postId": "35453", "score": "0", "text": "Seems to work here. I haven't added any programs into it, but I can see the Preferences and use its disable screen saver function.", "userDisplayName": null, "userId": "14396" }, { "creationDate": "2011-05-05T10:55:21.380", "id": "44174", "postId": "35453", "score": "0", "text": "Caffeine is excellent, and Natty packages are available now.", "userDisplayName": null, "userId": "419" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T14:06:29.900", "id": "35453", "lastActivityDate": "2011-04-16T14:13:48.003", "lastEditDate": "2011-04-16T14:13:48.003", "lastEditorDisplayName": null, "lastEditorUserId": "5855", "ownerDisplayName": null, "ownerUserId": "5855", "parentId": "35445", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>You can use <strong>caffeine</strong>. It provides an indicator which used to work on 10.10 and 10.04. However I haven't tried it on Ubuntu 11.04.</p>\n\n<p><strong>Brief Intro</strong></p>\n\n<p>Caffeine is a nice little app indicator and does what its functions perfectly. I...
null
null
null
null
null
35448
1
35454
2011-04-16T13:28:26.220
1
5042
<p>I want to download and study every javascript file and ajax loaded resource that a particular webpage calls. It would be great if I could some how get the browser or some other tool to save all the resources that the webpage makes the browser load into one directory. Is there any way to do this?</p>
8986
null
null
2011-04-16T14:40:46.227
How do I download all the assets loaded by a webpage into a directory?
[ "firefox" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>use wget, not firefox. <a href=\"http://www.linuxjournal.com/content/downloading-entire-web-site-wget\" rel=\"nofollow\">Here</a> is a quick guide that is handy.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T14:13:48.593", "id": "35454", "lastActivityDate": "2011-04-16T14:13:48.593", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1917", "parentId": "35448", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>use wget, not firefox. <a href=\"http://www.linuxjournal.com/content/downloading-entire-web-site-wget\" rel=\"nofollow\">Here</a> is a quick guide that is handy.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY...
null
null
null
null
null
35449
1
null
2011-04-16T13:29:16.900
1
1711
<p>Everything worked normally, but suddenly when I turned my computer on the resolution was messed up. I couldn't set up any wide screen resolution. </p> <p>At first I was thinking riva tuner on win messed it up, because riva did the same thing on win. I fixed that and still nothing. </p> <p>I tried reinstalling Ubuntu and updating drivers, but nothing worked; so if anyone can help me, I'd appreciate it.</p>
null
2647
2011-05-24T14:17:43.670
2011-05-24T14:17:43.670
Suddenly can't set my resolution to 1440x900 (or any other wide screen res)
[ "resolution" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T20:47:03.663", "id": "39609", "postId": "35449", "score": "0", "text": "Welcome to Ask Ubuntu! Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding more detail? http://askubuntu.com/...
null
[ { "accepted": null, "body": "<p>One way you might be able to get around this is to edit your xorg.conf file and force the other resolutions to be available.</p>\n\n<p>The file normally lives at <em>/etc/X11/xorg.conf</em>.</p>\n\n<p>First check to see if you have one. Then:</p>\n\n<ul>\n<li><p>if you do, an...
null
null
null
null
user14398
35455
1
35460
2011-04-16T14:15:20.397
0
2210
<p>I'm using the following instruction to install and configure Hadoop on Ubuntu 10.10.</p> <p><a href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/#installation" rel="nofollow">http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/#installation</a></p> <p>I tried to save the compressed tar.gz file to <code>/usr/local/</code> but it just won't save.</p> <p>I've tried saving the tar.gz in my home folder and desktop and copying the files to the desired folder, but I get an error that tells me I don't have permission.</p> <p>How do I save and extract a tar.gz folder to <code>/usr/local/hadoop</code>?</p>
12786
13049
2011-11-21T01:57:45.793
2011-11-21T01:57:48.913
Cannot save tar.gz file to usr/local
[ "10.10", "installation", "hadoop" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-11-21T01:59:33.943", "id": "91664", "postId": "35455", "score": "0", "text": "The instructions there say you should be using `sudo` to execute commands. If you're following those directions to the letter the problem might be that you don't have sudo privileges. Is this a ...
{ "accepted": true, "body": "<p>You need to be root to write to <code>/usr/local</code>. Run the file manager as root using</p>\n\n<pre><code>gksu nautilus\n</code></pre>\n\n<p>Then copy and paste or extract the archive.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T14:19:27.910", "id": "35460", "lastActivityDate": "2011-11-21T01:57:48.913", "lastEditDate": "2011-11-21T01:57:48.913", "lastEditorDisplayName": null, "lastEditorUserId": "13049", "ownerDisplayName": null, "ownerUserId": "14015", "parentId": "35455", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>You need to be root to write to <code>/usr/local</code>. Run the file manager as root using</p>\n\n<pre><code>gksu nautilus\n</code></pre>\n\n<p>Then copy and paste or extract the archive.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
35457
1
35466
2011-04-16T14:18:31.313
31
51089
<h1>Original Question</h1> <p>Is there some cli tool to convert aac files from the iTunes Store (no DRM) to mp3?</p> <h1>Update 1</h1> <h2>MP3 to MP3</h2> <p>I installed <code>libavcodec-unstripped-52</code> and get a little further.</p> <p>When I try to encode MP3 files with it: It says <code>[mp3 @ 0x997cde0]Header missing</code>.</p> <p>lame also had problems since the tags are ID3v2, is it possible that the libmp3lame does not support that either?</p> <p>Should I convert the tags or what can I do to get this working?</p> <h2>AAC to MP3</h2> <p>This went through, but there are no headers in the resulting MP3 file. How can I get the headers in there?</p>
12824
12824
2011-04-16T15:22:34.410
2020-12-11T07:26:12.143
converting aac to mp3 via command line
[ "mp3", "aac", "command-line" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The most appropriate command line tool is the ffmpeg utility available to be installed via the software center/synaptic manager.</p>\n\n<p>A command line example would be something like this for Constant Bitrate Mode (CBR):</p>\n\n<pre><code>ffmpeg -i inputfile.m4a -c:a libmp3lame -ac 2 -b:a 190k outputfile.mp3\n</code></pre>\n\n<p>Or even better for Variable Bitrate Mode (VBR):</p>\n\n<pre><code>ffmpeg -i inputfile.m4a -c:a libmp3lame -ac 2 -q:a 2 outputfile.mp3\n</code></pre>\n\n<p>More information on mp3 encoding with FFmpeg can be seen here:</p>\n\n<p><a href=\"https://trac.ffmpeg.org/wiki/Encode/MP3\">FFmpeg MP3 Encoding Guide</a></p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-04-16T14:53:34.997", "id": "39548", "postId": "35466", "score": "1", "text": "okay, that looks very good. My ffmpeg just says \"Unknown encoder 'mp3'\". I have lame installed.", "userDisplayName": null, "userId": "12824" }, { "creationDate": "2011-04-16T15:15:15.163", "id": "39553", "postId": "35466", "score": "0", "text": "solved it by installing libavcodec-unstripped-52, but now I got the next problem. (I added it to the original question.)", "userDisplayName": null, "userId": "12824" }, { "creationDate": "2011-04-16T15:42:59.287", "id": "39563", "postId": "35466", "score": "0", "text": "have a look in synaptic - have you libfaad2 installed? Generally I use sudo apt-get install ubuntu-restricted-extras to ensure all relevant codecs are installed", "userDisplayName": null, "userId": "14356" }, { "creationDate": "2011-04-16T15:51:18.567", "id": "39565", "postId": "35466", "score": "0", "text": "libfaad2 is installed, but I got by the mp3 with with libavcodec-unstripped-52 I believe.", "userDisplayName": null, "userId": "12824" }, { "creationDate": "2011-04-16T18:32:05.290", "id": "39592", "postId": "35466", "score": "2", "text": "I'm on natty - this is how I converted a downloaded aac file\n\nsudo apt-get install libavcodec-extra-52 followed by ffmpeg -i inputfile.m4a -acodec libmp3lame -ac 2 -ab 160 outputfile.mp3", "userDisplayName": null, "userId": "14356" }, { "creationDate": "2011-04-16T19:43:31.627", "id": "39601", "postId": "35466", "score": "0", "text": "Maverick here, but I got it with the same line. Thanks!", "userDisplayName": null, "userId": "12824" }, { "creationDate": "2014-07-11T00:36:43.223", "id": "664343", "postId": "35466", "score": "0", "text": "Maybe one more comment, it should actually be `-ab 160k` and not `-ab 160`. The `-ab` parameter takes bits, not kilobits.", "userDisplayName": null, "userId": "223688" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T14:49:58.517", "id": "35466", "lastActivityDate": "2015-07-17T08:23:08.420", "lastEditDate": "2015-07-17T08:23:08.420", "lastEditorDisplayName": null, "lastEditorUserId": "57576", "ownerDisplayName": null, "ownerUserId": "14356", "parentId": "35457", "postTypeId": "2", "score": "40" }
[ { "accepted": true, "body": "<p>The most appropriate command line tool is the ffmpeg utility available to be installed via the software center/synaptic manager.</p>\n\n<p>A command line example would be something like this for Constant Bitrate Mode (CBR):</p>\n\n<pre><code>ffmpeg -i inputfile.m4a -c:a libmp...
null
null
null
null
null
35461
1
35463
2011-04-16T14:28:51.287
0
402
<p>What’s wrong with this code?</p> <pre><code>#!/bin/bash ARCH=$(uname -m) if ["$ARCH" = "i686"]; then zenity --info --title="Architechture Checker" --text="Your Architechture is 32-Bit" if ["$ARCH" = "x86_64"];then zenity --info --title="Architechture Checker" --text= "Your Architechture is 64-Bit" </code></pre>
5149
652
2015-06-16T10:52:36.097
2015-06-16T10:52:36.097
What's wrong with this Zenity code?
[ "bash", "zenity" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<ol>\n<li><p>No matching \"fi\" for the \"if\"s</p></li>\n<li><p>You need to put whitespace around \"[\" and \"]\"</p></li>\n<li><p>Space after \"--text=\" makes the parameter get lost.</p></li>\n</ol>\n\n<p>Working version:</p>\n\n<pre><code>#!/bin/bash\nARCH=$(uname -m)\nif [ \"$ARCH\" = \"i686\" ]; then\n zenity --info --title=\"Architechture Checker\" --text=\"Your Architechture is 32-Bit\"\nfi\nif [ \"$ARCH\" = \"x86_64\" ]; then\n zenity --info --title=\"Architechture Checker\" --text=\"Your Architechture is 64-Bit\"\nfi\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T14:44:52.647", "id": "35463", "lastActivityDate": "2011-04-16T14:44:52.647", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "12435", "parentId": "35461", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<ol>\n<li><p>No matching \"fi\" for the \"if\"s</p></li>\n<li><p>You need to put whitespace around \"[\" and \"]\"</p></li>\n<li><p>Space after \"--text=\" makes the parameter get lost.</p></li>\n</ol>\n\n<p>Working version:</p>\n\n<pre><code>#!/bin/bash\nARCH=$(uname -m)\nif [ ...
null
null
null
null
null
35465
1
35473
2011-04-16T14:47:15.080
2
2955
<p>I am currently running Ubuntu 11.04 beta 2 with unity on a laptop Dell XPS M1330. My Dell M1330 has an Intel chipset and this is the result I get for running the <code>lspci -nn | grep VGA</code> command:</p> <p><code>00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c)</code></p> <p>I have a 22" display at home, so I like to configure my laptop to have dual displays (with the Monitor preference GUI tool). The way I use it is with an extended screen where each display (my laptop and my other 22" LCD each works with their native resolution). Everything works quite well except for a little annoyance which I was hoping someone can help me figure out. Even though my LCD is configured to be on the left and my laptop on the right (that is how the two are set up on my desk), the launcher and top-right Ubuntu icon that brings up the Dash always appears on my laptop screen, when I would like it to appear on my left screen. I attached a picture to visualize this better.</p> <p>Any help would be greatly appreciated.<img src="https://i.stack.imgur.com/bl2Rc.jpg" alt="enter image description here"></p> <p>BTW, I checked out this <a href="https://askubuntu.com/questions/9886/how-does-unity-work-in-multi-monitor-configurations">question</a>, and it doesn't really cover what I'm asking here.</p> <p>Thanks.</p>
4442
-1
2017-04-13T12:24:19.513
2011-04-24T11:03:19.910
Configuring two displays with Unity
[ "11.04", "unity", "multiple-monitors" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-04-16T14:54:38.553", "id": "39550", "postId": "35465", "score": "0", "text": "Just a small clarification, in case it was not clear. When I move my mouse from the right (laptop) to the left (LCD screen) it crosses smoothly between the two. So my launcher actually appears i...
{ "accepted": true, "body": "<p>I had a similar problem, and someone directed me to the command <code>xrandr</code>.</p>\n\n<p>Apparently the Unity Launcher appears on the screen set as \"primary\", and this can be changed with <code>xrandr</code>.</p>\n\n<p>First run <code>xrandr</code> to get a list of outputs. For example, on my setup I get a bunch of things called DFP1, DFP2, CRT1 etc. After you have identified which of these is your external monitor, run </p>\n\n<p><code>xrandr --output XYZN --primary</code></p>\n\n<p>where <code>XYZN</code> is the output name (I have to run this for one called <code>DFP5</code> sometimes).\nThe launcher should immediately move to the output you chose.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-16T15:51:08.410", "id": "39564", "postId": "35473", "score": "0", "text": "Val, thanks for the answer. This is exactly the same solution which I found following the bug report above. This is clearly a workaround, and I hope that this issue will be fixed in a more accessible manner. I am hoping for a combo box in the monitor settings which lets you select which screen is primary. That seems like an \"easy\" fix. Maybe a \"bitesize\" bug?", "userDisplayName": null, "userId": "4442" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T15:22:15.733", "id": "35473", "lastActivityDate": "2011-04-16T15:22:15.733", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "14407", "parentId": "35465", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>I had a similar problem, and someone directed me to the command <code>xrandr</code>.</p>\n\n<p>Apparently the Unity Launcher appears on the screen set as \"primary\", and this can be changed with <code>xrandr</code>.</p>\n\n<p>First run <code>xrandr</code> to get a list of ou...
null
null
null
null
null
35470
1
35490
2011-04-16T15:01:27.747
3
192
<p>In Ubuntu Natty, the Ubuntu desktop guide (f1 option from desktop). When you highlight 4 out of the 5 top links it shows a screenshot of gnome-shell and not of unity this could be confusing for new users. </p> <p>I was going to raise a bug for this but don't know what package it belongs to. </p> <p>the links affected are: start applications windows and workspaces logout, power off and switch users overview of the desktop. </p>
5254
6005
2012-06-12T19:05:54.950
2012-06-12T19:05:54.950
Desktop guide for 11.04 provides incorrect information
[ "11.04", "unity", "helpfile" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2014-03-31T03:36:51.283", "id": "576754", "postId": "35470", "score": "0", "text": "Errors in the guides and manuals are bugs too.", "userDisplayName": null, "userId": "169736" } ]
{ "accepted": true, "body": "<p>This is a known bug and is being worked on: <a href=\"https://bugs.launchpad.net/bugs/753072\">https://bugs.launchpad.net/bugs/753072</a></p>\n\n<p>GNOME completely rewrote the user help but this new version was only officially released about 10 days ago. We are off to a late start but I believe we'll have the essential help converted to describe the Ubuntu interface by Ubuntu 11.04's release.</p>\n\n<p>If you'd like to help, consider joining the <a href=\"https://launchpad.net/~ubuntu-doc-contributors\">Ubuntu Documentation Team</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-16T16:28:20.667", "id": "35490", "lastActivityDate": "2011-04-16T16:35:11.303", "lastEditDate": "2011-04-16T16:35:11.303", "lastEditorDisplayName": null, "lastEditorUserId": "1579", "ownerDisplayName": null, "ownerUserId": "1579", "parentId": "35470", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>This is a known bug and is being worked on: <a href=\"https://bugs.launchpad.net/bugs/753072\">https://bugs.launchpad.net/bugs/753072</a></p>\n\n<p>GNOME completely rewrote the user help but this new version was only officially released about 10 days ago. We are off to a late...
null
null
2014-03-31T22:25:41.747
null
null