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
7675
1
7741
2010-10-16T03:46:31.880
0
5256
<p>I get the following error at early boot stage:</p> <pre><code>ipconfig: eth0: SIOCGIFINDEX: No such device ipconfig: no devices to configure /scripts/init-premount/dropbear: .: line 32: can't open /tmp/net-eth0.conf </code></pre> <p>I have uninstalled/purged dropbear, but I still get the error. As I had the complete tar.bz backup of my system taken soon after the installation, when I restored it, the error didn't show up. But when the system got a kernel update, again the same problem occurred. I am using Ubuntu 10.04 desktop edition on Asus Eeepc 1005px (Atom N450).</p> <p>Edit 1: There were no scripts in the <code>/scripts/init-premount/</code> directory. There was a dropbear directory in the <code>/initramfs-tools/etc/</code> directory. I removed it and did: <code>sudo update-initramfs -u</code> But again that dropbear directory appeared.</p>
2968
25798
2012-07-09T13:11:39.727
2012-11-22T20:06:33.803
init premount script error from dropbear
[ "boot", "init" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If there is a leftover <code>dropbear</code> script in <code>/etc/initramfs-tools/scripts/init-premount/</code> you can try to remove it, followed by running <code>sudo update-initramfs</code>, and see if that helps.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-07T03:47:30.157", "id": "12281", "postId": "7741", "score": "2", "text": "Also check `/usr/share/initramfs-tools/` and subdirectories for mentions of dropbear.", "userDisplayName": null, "userId": "721" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T16:48:53.937", "id": "7741", "lastActivityDate": "2010-10-16T16:48:53.937", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "7675", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If there is a leftover <code>dropbear</code> script in <code>/etc/initramfs-tools/scripts/init-premount/</code> you can try to remove it, followed by running <code>sudo update-initramfs</code>, and see if that helps.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
7676
1
7678
2010-10-16T04:47:13.820
21
33095
<p>If I create a script and then place it in this folder (/etc/cron.hourly), will my system run this script hourly? Or does my script need to begin with a command as well?</p>
2458
null
null
2016-06-14T09:18:34.037
Function of /etc/cron.hourly
[ "command-line", "scripts", "bash", "cron-jobs" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yep, you got it.</p>\n\n<p>Just start it with a <code>#!/bin/bash</code> like you normally would. And make sure you <code>sudo chmod +x /etc/cron.hourly/yourscript</code> because it won't run without execute permissions.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T04:50:24.723", "id": "7678", "lastActivityDate": "2010-10-16T04:57:14.313", "lastEditDate": "2010-10-16T04:57:14.313", "lastEditorDisplayName": null, "lastEditorUserId": "1158", "ownerDisplayName": null, "ownerUserId": "1158", "parentId": "7676", "postTypeId": "2", "score": "17" }
[ { "accepted": true, "body": "<p>Yep, you got it.</p>\n\n<p>Just start it with a <code>#!/bin/bash</code> like you normally would. And make sure you <code>sudo chmod +x /etc/cron.hourly/yourscript</code> because it won't run without execute permissions.</p>\n", "commentCount": "0", "comments": [], ...
null
null
null
null
null
7686
1
null
2010-10-16T06:23:22.507
9
7235
<p>At present I have several machines on the home network which are a mixture of static desktops and laptops. Its getting unmanageable for me and impractical for all of them to have local home directories, settings and security so I am considering using LDAP for common user management and NFS for shared home directories.</p> <p>What happens when one of the laptops are out on the road? The home network is unreachable so will auth fail and fall back to local storage? Also, when the laptop returns is there a way to resync the home storage to the NFS server?</p>
4063
null
null
2010-10-16T15:23:45.430
What happens to LDAP user authentication and NFS home directory shares when away from the network?
[ "home-directory", "nfs", "ldap", "user-data" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Neither NFS nor LDAP support disconnected operation: i.e., when the\nlaptop cannot reach the servers, it will not be able to access any\nNFS-mounted directories, nor will it be able to perform user lookups.\nBasically, it will be stuck.</p>\n\n<p>A couple of workarounds could...
null
null
null
null
null
7687
1
7688
2010-10-16T06:33:58.703
2
616
<p>There are several questions regarding plymouth :</p> <p>1.Is it safe with Ubuntu Maverick 10.10?</p> <p>2.Is it reversible?</p> <p>3.If thing goes wrong , what are the effects?</p> <p>4.Will it clash with Burg??</p> <p>Thanks ^^</p>
3267
235
2010-10-16T14:11:36.827
2011-01-14T21:50:56.877
About Plymouth on 10.10
[ "10.10", "plymouth", "burg" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think there are a lot of variables when it comes to plymouth (specifically the graphics card and what drivers you're using).</p>\n\n<p>I'm using an Nvidia card with the proprietary drivers. Initially plymouth didn't work and it would fall back to the text based boot screen. I came across a script that fixed it and let me select the resolution just barely today and it seems to work great.</p>\n\n<p><a href=\"http://www.webupd8.org/2010/10/script-to-fix-ubuntu-plymouth-for.html\" rel=\"nofollow\">http://www.webupd8.org/2010/10/script-to-fix-ubuntu-plymouth-for.html</a></p>\n\n<p>At that link you'll also find a script to reverse the effects of the script.</p>\n\n<p>I wouldn't expect it to conflict with Burg since (I think) the bootloader is unrelated to plymouth (being started by the OS and not the boot loader ... could be wrong though).</p>\n\n<p>In my experience it has been completely safe.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-16T07:19:54.357", "id": "7520", "postId": "7688", "score": "0", "text": "hmm , does it support Intel GMA HD 950 graphic card ? Juz to be sure ^^", "userDisplayName": null, "userId": "3267" }, { "creationDate": "2010-10-16T16:01:56.633", "id": "7567", "postId": "7688", "score": "0", "text": "From what I understand, it should work fine. I don't have any direct experience with intel video cards but I have heard that they are generally very well supported.", "userDisplayName": null, "userId": "693" }, { "creationDate": "2010-10-17T06:00:29.267", "id": "7691", "postId": "7688", "score": "0", "text": "wow thx ^^ gonna try it now", "userDisplayName": null, "userId": "3267" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T06:43:02.410", "id": "7688", "lastActivityDate": "2010-10-16T06:43:02.410", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "693", "parentId": "7687", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I think there are a lot of variables when it comes to plymouth (specifically the graphics card and what drivers you're using).</p>\n\n<p>I'm using an Nvidia card with the proprietary drivers. Initially plymouth didn't work and it would fall back to the text based boot screen....
null
null
null
null
null
7689
1
7692
2010-10-16T06:58:11.940
1
367
<p><code>lshw -C network</code> shows</p> <pre><code> *-network description: Wireless interface product: AR5001 Wireless Network Adapter vendor: Atheros Communications Inc. physical id: 0 bus info: pci@0000:03:00.0 logical name: wlan0 version: 01 serial: 00:1f:3a:01:c7:6a width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=ath5k driverversion=2.6.35-22-server firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bg resources: irq:19 memory:f6000000-f600ffff </code></pre>
597
235
2010-10-16T14:35:44.297
2010-10-16T14:35:44.297
Cannot connect through wireless interface on a server?
[ "server", "wireless", "networking", "ath5k" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-16T07:00:35.663", "id": "7518", "postId": "7689", "score": "0", "text": "Please outline the steps you follow to connect.", "userDisplayName": null, "userId": "2804" }, { "creationDate": "2010-10-16T07:32:18.667", "id": "7521", "postId": "7689", ...
{ "accepted": true, "body": "<p>I solved this 20 minutes later. I had done a lot to try to get networking working. I was just about to delete a line in <code>/etc/modprobe.d/blacklist-ath_pci.conf</code> when I decided to give nm-applet one last shot and after filling out the SSID and other information for my network for the two-dozenth time, I just decided to manually set the MTU value. </p>\n\n<p>After applying, I finally got the coveted ¨Connect¨ dialog! I had been reading about this mythical beast all evening. </p>\n\n<p>So if anybody looks in here, sometimes with an Atheros 5K, you have to manually set the MTU. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T07:33:36.640", "id": "7692", "lastActivityDate": "2010-10-16T07:33:36.640", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "597", "parentId": "7689", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I solved this 20 minutes later. I had done a lot to try to get networking working. I was just about to delete a line in <code>/etc/modprobe.d/blacklist-ath_pci.conf</code> when I decided to give nm-applet one last shot and after filling out the SSID and other information for ...
null
null
null
null
null
7695
1
7699
2010-10-16T08:33:07.537
5
1704
<p>After upgrading to 10.10 Maverick, my NFS root is not mounted correctly during boot. What is the correct method?</p> <p>10.04 and earlier I had my <code>/etc/fstab</code> setup to use <code>/dev/nfs</code> as my root device, but it looks like that no longer exists. Is anyone else using 10.10 for NFS boot?</p>
163
235
2010-10-16T14:28:57.047
2010-10-16T14:28:57.047
How to Mount NFS Root in Maverick
[ "10.10", "filesystem", "nfs", "pxe" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It looks like the fstab format changed slightly. The following is a working line for the root partition:</p>\n\n<pre><code>192.168.0.1:/nfs-root / nfs rw,noatime,nolock,vers=3 0 0\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T09:31:42.497", "id": "7699", "lastActivityDate": "2010-10-16T09:41:42.210", "lastEditDate": "2010-10-16T09:41:42.210", "lastEditorDisplayName": null, "lastEditorUserId": "163", "ownerDisplayName": null, "ownerUserId": "163", "parentId": "7695", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>It looks like the fstab format changed slightly. The following is a working line for the root partition:</p>\n\n<pre><code>192.168.0.1:/nfs-root / nfs rw,noatime,nolock,vers=3 0 0\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDa...
null
null
null
null
null
7697
1
null
2010-10-16T09:11:57.420
5
2957
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/6135/does-ubuntu-have-an-alternative-to-os-xs-spotlight">Does Ubuntu have an alternative to OS X&#39;s Spotlight?</a> </p> </blockquote> <p>Wondering what people are using to index and search their file systems. I'm looking for something with low resource usage, but with capability of indexing a large number of files in my /home folder (including documents, music, videos etc) and with a native gui for searching these. A bonus would be if it can index and search based on metadata/document content, as I don't always remember the name of the file I'm looking for (particularly when trying to find documents).</p> <p>Currently running Ubuntu 10.10. I was previously using gnome-do for quick file access which was fantastic, but it wouldn't let me index my entire /home folder (said there were too many files?). </p> <p>Any other good indexing options available?</p>
1052
-1
2017-04-13T12:23:44.677
2010-10-16T09:56:26.107
What options are there for indexing my filesystem?
[ "10.10", "files", "search", "indexing", "metadata" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2010-10-16T16:52:53.840
null
null
7700
1
null
2010-10-16T09:32:22.497
3
3193
<p>I use the Dell Vostro 3300 und Ubuntu Lucid 10.10. The VGA for the external monitor is flickering. The problem seams to be the Intel Graphics.</p> <p>lspci / grep “VGA” says: VGA compatible controler: Intel Corporation Core Prozessor Integrated Graphics Controler (rev 18)</p> <p>Dell told me on the telephone it is the GMA 5700MHD</p> <p>Has somebody an idea, what i can do?</p>
3257
235
2010-10-19T00:54:22.363
2011-05-17T05:20:40.387
GMA 5700 MHD Dell Vostro 3300 externel vga monitor is flickering
[ "10.10", "intel-graphics", "dell" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-18T07:53:24.030", "id": "29643", "postId": "7700", "score": "0", "text": "Sorry, i am an absolut beginner:\r\nif i type sudo dpkg -i linux-headers-2.6.38-997_2.6.38-997.201102120912_all.deb\r\n\r\nthen I get the error message \" can t find the file...\"", "userDis...
null
[ { "accepted": null, "body": "<p>First of all, you don't need to look for an Intel driver around, because it is shipped with Ubuntu and installed by default.</p>\n\n<p>There is a bug with the Intel driver and the card you're mentioning (I have the same card), however most reporter have it with their laptop L...
null
null
null
null
null
7704
1
11090
2010-10-16T09:57:29.333
6
63845
<p>My <code>syslog</code> is constantly filled with messages like this:</p> <pre><code>Oct 16 11:48:35 my-laptop kernel: [61470.980078] hub 1-0:1.0: unable to enumerate USB device on port 2 Oct 16 11:48:35 my-laptop kernel: [61471.192079] hub 3-0:1.0: unable to enumerate USB device on port 2 </code></pre> <p>The only USB device I use is Microsoft Natural Wireless Laser Mouse 7000. The laptop model is HP dv9500, Ubuntu 10.10, but the same was in the versions before.</p> <p>How can I fix this?</p> <h3>Edit:</h3> <p>Here's the output of <code>sudo lsusb</code>:</p> <pre><code>Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 003: ID 045e:071d Microsoft Corp. 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 001: ID 1d6b:0002 Linux Foundation 2.0 root hub </code></pre> <p>All USB devices seems to be working fine. I have some problems with DVD-R and sound card, but they are not USB.</p>
2509
1067
2010-12-27T12:52:34.160
2023-02-26T10:32:31.670
Unable to enumerate USB device
[ "10.10", "kernel", "usb", "troubleshooting" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-16T16:59:20.640", "id": "7572", "postId": "7704", "score": "2", "text": "Does everything work correctly? (I'm especially thinking about internal devices that are sometimes connected to USB, like a webcam, touchpad, cardreader, ...)", "userDisplayName": null, "...
{ "accepted": true, "body": "<p>Looks like the kernel is just spitting out weird errors, unless your computer has a real usb device that is plugged in internally (such as webcam) which is being ignored, I think it's safe to say that the errors are erroneous.</p>\n\n<p><em>Update:</em> I found a computer which had the same issues, it was caused by a faulty usb port on the computer and it was confirmed to be the hardware since no matter what software was run on it it caused the same errors. This port caused all sorts of issues since a hp printer was plugged into it which needed firmware and the faulty usb port was corrupting the firmware sent to the printer causing it to start having issues with any machine it was plugged into.</p>\n\n<p>You could report the bug back to the kernel team though: <a href=\"https://bugs.launchpad.net/linux\" rel=\"nofollow\">https://bugs.launchpad.net/linux</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-17T19:43:29.430", "id": "14233", "postId": "11090", "score": "0", "text": "Definatly file a bug in launchpad using 'ubuntu-bug linux'. Those messages are not to be expected.", "userDisplayName": null, "userId": "6205" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-03T00:53:48.473", "id": "11090", "lastActivityDate": "2010-12-27T17:18:29.800", "lastEditDate": "2010-12-27T17:18:29.800", "lastEditorDisplayName": null, "lastEditorUserId": "132", "ownerDisplayName": null, "ownerUserId": "132", "parentId": "7704", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Looks like the kernel is just spitting out weird errors, unless your computer has a real usb device that is plugged in internally (such as webcam) which is being ignored, I think it's safe to say that the errors are erroneous.</p>\n\n<p><em>Update:</em> I found a computer whi...
null
null
null
null
null
7707
1
7734
2010-10-16T10:52:40.260
2
5369
<p>For some reason I have two entries for the same copy of Windows 7 in burg (and before I installed burg, there were two in the grub menu as well). They are on different partitions but they boot into the same Windows. I think one is the recovery partition maybe. But they are both the same. I would just like to remove one of them so I have a clean boot screen with one Ubuntu and one Windows option. I figured out how to take the Ubuntu recovery mode off of the list, but I think the Windows problem is too complicated for me. Any help would be greatly appreciated. Thanks in advance.</p>
4170
null
null
2010-10-16T15:26:48.417
Remove an Extra Entry for Windows 7 in BURG or GRUB?
[ "boot", "partitioning", "grub2", "windows-7", "burg" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You should definitely try this new application, it's called Grub Organizer. Here's its Launchpad page: <a href=\"https://launchpad.net/grub-customizer\" rel=\"nofollow\">https://launchpad.net/grub-customizer</a> .</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-17T00:14:44.437", "id": "7647", "postId": "7734", "score": "0", "text": "You are awesome.", "userDisplayName": null, "userId": "4170" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T15:26:48.417", "id": "7734", "lastActivityDate": "2010-10-16T15:26:48.417", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4180", "parentId": "7707", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I think you can try this post :</p>\n\n<p><a href=\"https://askubuntu.com/questions/7569/how-to-change-the-menu-order-of-burg\">How to change the menu order of BURG</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": ...
null
null
null
null
null
7709
1
null
2010-10-16T11:28:54.783
3
2440
<p>I tried a Google search on the subject; however I came up with nothing. Is there a way I can enable this option so I can enable good 3d performance while using Unity?</p>
2138
235
2010-10-22T21:06:43.743
2010-10-30T03:26:12.147
Can I configure Mutter to unredirect fullscreen windows?
[ "10.10", "unity", "performance", "mutter" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Your best bet might be to just use compiz instead of mutter. They way you can do that is to install ubuntu-tweak, find the session-control and replace mutter with compiz --replace.</p>\n\n<p>Make sure you have compiz and compizconfig installed. In the compiz config settings, ...
null
null
null
null
null
7710
1
null
2010-10-16T11:32:50.583
4
6873
<p>I'm trying to install Ubuntu 10.10 netbook edition on my Lenovo S10-3. According to the release notes, there is a bug in the kernel that forces me to add</p> <pre><code> intel_idle.max_cstate=0 </code></pre> <p>to the kernel parameters. I did this when booting the install CD and I was able to install Ubuntu. During the installation I chose to fetch updates from the net.</p> <p>Now when I try to boot the machine it just hangs. I have tried booting the machine as-is and I have tried adding the above-mentioned kernel parameters. Same experience.</p> <p>So, my questions is how do I install 10.10 in this machine and how do I boot it after I've installed the OS?</p>
null
235
2010-10-16T14:14:40.690
2011-04-05T16:45:08.420
Installing on a Lenovo S10-3
[ "10.10", "ubuntu-netbook", "lenovo" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-04T11:22:10.493", "id": "32220", "postId": "7710", "score": "0", "text": "I have the same problem, When I add 'before' quiet splash 'intel_idle.max_cstat=0' parameter I can install. I've used http://unetbootin.sourceforge.net/#other I can Install, but when I select an ...
null
[ { "accepted": null, "body": "<p>I've installed 10.10 Netbook addition without any modifications on my <a href=\"http://en.wikipedia.org/wiki/Lenovo_IdeaPad_S10\" rel=\"nofollow\">Lenovo S10e</a> and it works fine. I didn't do the modification you mentioned and chose not to do updates <em>during</em> the in...
null
null
null
null
Søren Hauberg
7711
1
null
2010-10-16T11:54:44.903
3
855
<p>I get very low-volume sound in Ubuntu, and when I raise the volume, it's crackling and noisy. In Windows it works fine. </p> <p>I've got a Realtek ALC800 soundcard, intel ich6 controller. </p> <p>I have tried everything, from changing the alsamixer configuration to installing the newest alsa drivers, and changing that <code>alsa modprobe conf</code> thing. </p> <p>Any ideas?</p>
null
527764
2018-10-08T08:03:55.790
2018-10-08T08:03:55.790
Low and crackling sound with Reaktek ALC800
[ "sound", "realtek" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2010-10-16T14:29:54.643", "id": "7553", "postId": "7711", "score": "0", "text": "Please tag with the version of ubuntu you're using.", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-10-17T12:01:55.220", "id": "7753", "postId": "7711...
null
[ { "accepted": null, "body": "<p>In alsa some cards are not meant to be \"maxed out\" in volume. I would leave the mixers around 95% or so. If it is still quiet try moving some mixers and not others. This may or may not help you.</p>\n\n<p>Try turning volume down in alsa a bit so it does not crackle and turn...
null
null
null
null
user4175
7715
1
7722
2010-10-16T12:47:19.577
4
3243
<p>Usually in Gnome and KDE it is only possible to define shortcuts with the <kbd>Super</kbd> key in combination with another key. But is it possible to use <em>only</em> the <kbd>Super</kbd> key as a shortcut, and how could I achieve this?</p>
4142
79010
2012-10-18T17:24:59.933
2012-10-18T17:24:59.933
Can I use (only) the Super key as a shortcut?
[ "10.04", "shortcut-keys", "shortcuts" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes, you can. You can fill with <strong>Super_L</strong> to the shortcut you want, for example to use <strong>win key only</strong> for launching gnome menu :</p>\n\n<p>open terminal, type : </p>\n\n<blockquote>\n <p><code>gconftool-2 –set\n /apps/metacity/global_keybindings/panel_main_menu\n –type string “Super_L”</code></p>\n</blockquote>\n\n<p>The gnome menu will lauch with windows key only.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-16T13:39:49.423", "id": "7546", "postId": "7722", "score": "0", "text": "This doesn't work in my case (Ubuntu 10.04). However it works, if I edit the panel_main_menu entry in the gconf-editor.", "userDisplayName": null, "userId": "4142" }, { "creationDate": "2010-10-16T19:01:34.127", "id": "7598", "postId": "7722", "score": "0", "text": "You have en-dashes (looks like) and angled quotes rather than \"plain\" double quotes there, so copy-pasting this directly won't work. (However, no quotes are needed here.)", "userDisplayName": "Roger Pate", "userId": null }, { "creationDate": "2010-10-16T19:04:43.973", "id": "7600", "postId": "7722", "score": "1", "text": "`gconftool-2 --set /apps/metacity/global_keybindings/panel_main_menu --type string Super_L`", "userDisplayName": "Roger Pate", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T13:18:37.470", "id": "7722", "lastActivityDate": "2010-10-16T13:27:39.277", "lastEditDate": "2010-10-16T13:27:39.277", "lastEditorDisplayName": null, "lastEditorUserId": "130367", "ownerDisplayName": null, "ownerUserId": "130367", "parentId": "7715", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Yes, you can. You can fill with <strong>Super_L</strong> to the shortcut you want, for example to use <strong>win key only</strong> for launching gnome menu :</p>\n\n<p>open terminal, type : </p>\n\n<blockquote>\n <p><code>gconftool-2 –set\n /apps/metacity/global_keybinding...
null
null
null
null
null
7716
1
null
2010-10-16T12:57:54.710
9
16096
<p>I can't seem to find an inbuilt way to have Rhythmbox fetch album art for tracks -- stock plugins also don't help. Is there any external package that could do that, or am I maybe missing something?</p>
1938
14356
2013-09-12T22:50:28.950
2013-09-12T22:50:28.950
How can I have Rhythmbox download album art for tracks?
[ "rhythmbox" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It would be useful to know what version of Ubuntu you are using. I use Ubuntu 10.04. In my Rhythmbox the cover art wasn't shown, too. But in the Plugins dialog there is a cover plugin. Initially it was checked. I unchecked it and checked it again. And then the area of the alb...
null
null
null
null
null
7717
1
7720
2010-10-16T13:00:12.437
2
372
<p>Is there any way to set appliactions sound (separately by application) in the new sound indicator applet like in the "sound preferences" window?</p> <p>Thanks!</p>
4177
866
2010-10-16T13:14:51.547
2010-10-16T13:14:51.547
Set volume levels by application in sound indicator applet?
[ "sound", "indicator" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No, it was decided not to include this in the new sound indicator applet. You will have to click on Sound Preferences from the menu to do so.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T13:13:55.447", "id": "7720", "lastActivityDate": "2010-10-16T13:13:55.447", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "7717", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>No, it was decided not to include this in the new sound indicator applet. You will have to click on Sound Preferences from the menu to do so.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creati...
null
null
null
null
null
7723
1
61613
2010-10-16T13:19:44.737
3
1842
<p>Just installed a fresh copy of Maverick, and went from my two monitors working perfectly to broken in seconds.</p> <p>As usual I configured the monitors in the display applet, this worked fine. I also hit Make Default which gave me no problems. I then restarted and the monitors had gone back to Mirror Screen. I changed them back again and hit Make Default which gave me a message about setting the Virtual Desktop resolution. After this any changes I make to the monitors give me the message "Please log out and back in again" - I've tried that and restarting but still cannot configure the monitor resolutions.</p> <p>Any ideas on how I can revert this? Some searching indicates the problem's with xorg but I've no idea where to go further than this.</p> <p>Here's the relevant <code>lspci</code> output:</p> <pre><code>01:00.0 VGA compatible controller: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series] </code></pre> <p>I tried extending the desktop using ATI's Catalyst tool but this still mirrored the screens. Does this mean the drivers aren't being used?</p>
28
6005
2011-09-16T01:08:06.347
2013-07-23T07:03:42.367
Setting up dual monitors
[ "10.10", "xorg", "ati", "resolution", "multiple-monitors" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>According to your edits:</p>\n\n<p>you disabled the ATI drivers and it works automatically. </p>\n\n<p>Problem solved, at least for now.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2011-09-16T01:07:48.673", "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-09-16T01:07:48.673", "id": "61613", "lastActivityDate": "2011-09-16T01:07:48.673", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6005", "parentId": "7723", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>According to your edits:</p>\n\n<p>you disabled the ATI drivers and it works automatically. </p>\n\n<p>Problem solved, at least for now.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2011-09-16T01:07:48.673", "contentLicense": "CC BY-SA 3...
null
null
null
null
null
7724
1
null
2010-10-16T13:21:01.220
7
6327
<p>I'd like to run the new Unity interface from Ubuntu 10.10 inside of a VirtualBox VM (host is Ubuntu 10.04). Is that possible? Thanks!</p>
4179
4179
2010-10-17T15:48:46.463
2010-12-28T15:39:57.060
How to create a Ubuntu Netbook 10.10 Unity VM under VirtualBox
[ "10.10", "10.04", "ubuntu-netbook", "virtualbox", "virtualization" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>So you want to help test the Ubuntu distribution that is customised specifically for netbooks but don’t have a netbook to test it on? That’s not a problem. What you need is a virtual machine and an Ubuntu Netbook Remix (UNR) image.</p>\n\n<p><strong>Getting the image</strong>...
null
null
null
null
null
7726
1
7727
2010-10-16T13:29:49.197
18
32169
<p>Although there is supposed to be a monospace font in the family, the default package doesn't come with it. I tried getting ttf-ubuntu-monospace but there aren't any packages with that name. How/where can I get the monospace font?</p>
4152
866
2011-02-13T12:41:42.493
2021-03-16T16:22:02.183
Where can I get the 'Ubuntu Monospace' font?
[ "fonts", "ubuntu-font-family" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ubuntu Monospace comes preinstalled with Ubuntu 11.10 and it is the default terminal font.</p>\n\n<p>If you want to install it on non-Ubuntu or pre-11.10 machines, download it from <a href=\"http://font.ubuntu.com/\" rel=\"noreferrer\">font.ubuntu.com</a>!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2024-01-21T17:16:12.193", "id": "2629948", "postId": "7727", "score": "0", "text": "I'm not 100% sure but probably the package name is `fonts-ubuntu-title`, so, if missing, that is a package that can be installed", "userDisplayName": null, "userId": "263638" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-16T13:31:31.630", "id": "7727", "lastActivityDate": "2011-10-19T05:59:08.120", "lastEditDate": "2011-10-19T05:59:08.120", "lastEditorDisplayName": null, "lastEditorUserId": "866", "ownerDisplayName": null, "ownerUserId": "866", "parentId": "7726", "postTypeId": "2", "score": "24" }
[ { "accepted": true, "body": "<p>Ubuntu Monospace comes preinstalled with Ubuntu 11.10 and it is the default terminal font.</p>\n\n<p>If you want to install it on non-Ubuntu or pre-11.10 machines, download it from <a href=\"http://font.ubuntu.com/\" rel=\"noreferrer\">font.ubuntu.com</a>!</p>\n", "commen...
null
null
null
null
null
7737
1
null
2010-10-16T15:45:32.720
3
1827
<p>My laptop is ThinkPad Edge, Intel platform. My internal microphone stopped working after I upgraded to Ubuntu 10.10.</p> <p>Internal audio analog stereo is checked in Sound Preferences->Input. When I run Sound Recorder - Input Level in Sound Preferences is not changing.</p> <p>What should I do to fix this?</p>
4185
235
2010-10-16T15:49:56.963
2010-10-16T18:52:11.767
Internal microphone is not working after upgrade
[ "10.10", "thinkpad", "microphone" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-19T13:29:59.867", "id": "24032", "postId": "7737", "score": "0", "text": "The problem was solved with.. buying the Speedlink USD audio card. Ubuntu was not really free to me - its cost was 15 euros for the audio card ))", "userDisplayName": null, "userId": "418...
null
[ { "accepted": null, "body": "<p>I used to have this problem on my MSI laptop, I installed PulseAudio Manager and it fixed it. Hope this works for you as well.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-...
null
null
null
null
null
7740
1
null
2010-10-16T16:26:29.870
2
1762
<p>In my home , I am have 3 machines and all are in LAN. Out of 3 , one machine is windows loaded and i need to get the shared folders from windows from my Ubuntu 9.10.</p> <p>Previously i had accessed the windows shared files(through smbclient) from my Ubuntu 8.10, but in newer version i can't able to do that.</p> <p>How can view the shared files in GUI/shell from Ubuntu (samba client or any other mechanisms?)</p>
3584
7035
2011-06-07T15:24:02.530
2011-06-07T15:24:02.530
Shared folder access in LAN between Ubuntu 9.10 and Windows XP
[ "networking", "9.10", "windows-xp" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Personally I just stick <code>smb://windows_address/share_name</code> in Nautilus's address bar (click the pencil or press control+l)</p>\n\n<p>You can also browse the available network through Places -> Network.</p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
7742
1
null
2010-10-16T16:58:18.877
2
2022
<p>I have dual screen setup for my Ubuntu 10.10 machine,</p> <p>But whenever I try to move an application to another screen by dragging it, it moves to another workspace in my primary monitor instead of second screen.</p> <p>Am I missing something here? Is there any way to drag my application to another screen instead of another workspace?</p> <p>I'm using Gnome and Nvidia graphics card.</p>
4188
4188
2010-10-17T05:10:14.030
2010-10-17T05:10:14.030
Move application between monitors in dual screen setup
[ "10.10", "multiple-monitors" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-16T17:49:47.173", "id": "7585", "postId": "7742", "score": "1", "text": "It might be useful to include what graphics driver (and maybe special configuration) and what window manager you are using, or if you don't know the WM, what desktop environment (GNOME, KDE, ...) ...
null
[ { "accepted": null, "body": "<p>It sounds very much like you have a dual-xscreen setup. There are a few dual-monitor setups:</p>\n\n<ol>\n<li>Twinview</li>\n<li>Dual xscreen</li>\n</ol>\n\n<p>Twinview is the setup where you can drag windows between monitors. In this setup, both monitors are part of what we ...
null
null
null
null
null
7749
1
null
2010-10-16T17:17:57.660
25
50276
<p>I would like to boost the Core frequency, shader clock, and memory clock on an eVGA GTX 480 I have in my development box running 10.04. <em>Is it possible to overclock a recent graphics card from within Ubuntu?</em> I tried the <a href="http://linuxgamingtoday.wordpress.com/2008/01/30/how-to-overclock-nvidia-video-cards-in-linux/" rel="noreferrer">Coolbits approach</a>, but I couldn't get this to work. I also tried <a href="http://www.linuxhardware.org/nvclock/" rel="noreferrer">nvclock</a>, but as it has't been updated since January, 4th, 2009, it doesn't work with my card.</p> <p>In windows, the driver itself ships with the ability to overclock the cards, but nvidia <em>appears</em> to have left this out of the linux drivers. Has anyone discovered a solution? Or would it be possible to stage the windows drivers within Ubuntu? (<strong>ick</strong>)</p> <p>If there is a more appropriate forum to ask this question in, I'd be happy to do so -- but I'm hoping for a solution within Ubuntu. Thanks!</p> <p><strong>Update:</strong> It appears that I may need to have "Coolbit" "5" as <a href="http://forums.nvidia.com/index.php?s=cfac626f1c9f948db9d106a33789cbff&amp;showtopic=182896&amp;pid=1131119&amp;st=0&amp;#entry1131119" rel="noreferrer">discussed here</a>. Hmm. Nope.</p> <p>Here is the relevant section of my xorg.conf file:</p> <pre><code>Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 460" BusID "PCI:2:0:0" Option "Coolbits" "5" Option "NoLogo" "True" EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 480" BusID "PCI:3:0:0" Option "Coolbits" "5" Option "NoLogo" "True" EndSection </code></pre> <p>When I restart with Coolbits set to 5, I can enable fan control on GTX 460. I can also set it to maximum performance mode. I cannot change the clock frequencies. I am about to try different levels. But here is what I see (with Coolbits = 5):</p> <p><img src="https://i.stack.imgur.com/hslBA.png" alt="alt text"></p> <p><strong>Update 2:</strong> I've tried driver version - 260.24(beta - nvdeveloper) &amp; 260.19.12 (released today). I am not able to see the "Clock Frequencies" tab for any of the 4xx cards. I can however alter the fan speed for the card with a display attached. I'm going to ask <a href="https://askubuntu.com/questions/7768/2696/">a second question</a> and wait for better drivers to be released.</p>
2696
292500
2021-02-11T04:41:16.520
2021-10-12T18:23:25.613
How can I overclock a graphics card from within Ubuntu?
[ "drivers", "nvidia", "graphics", "gpu", "overclocking" ]
5
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-16T17:28:03.147", "id": "7577", "postId": "7749", "score": "0", "text": "Note: if you copied the code straight off that coolbits explanation, you would have copied curly-quotes, not straight `\"`s. That might explain why it didn't work for you.", "userDisplayName":...
null
[ { "accepted": null, "body": "<p>You almost had it. Coolbits is the way. Here's my device in <code>/etc/X11/xorg.conf</code>:</p>\n\n<pre><code>Section \"Device\"\n Identifier \"Device0\"\n Driver \"nvidia\"\n VendorName \"NVIDIA Corporation\"\n BoardName \"GeForce GTX 260\"\...
null
null
null
null
null
7752
1
7910
2010-10-16T17:22:04.207
0
1161
<p>I switched my wife's notebook from Ubuntu 10.10 to Kubuntu 10.10 (by installing kubuntu-desktop), but sometimes (not always) after filling in username and password, Kububtu hangs in the post-login splash screen (as if it would take forever to bring up the desktop).</p> <p>CPU usage is not high. I have no idea why it happens.</p> <p>I saw reports of some problems with login, but not specifically like this (hanging on that splash screen after loggin in). Did this happen to anyone else? Is there any fix or workaround that I could try?</p> <p>Thank you!</p>
2719
17722
2012-08-18T06:30:10.100
2012-08-18T06:30:10.100
Kubuntu hangs in the splash screen after login
[ "kubuntu" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This problem always happened due to bad drivers for me.I fixed it by disabling Compositing.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-17T13:50:05.343", "id": "7772", "postId": "7910", "score": "0", "text": "Thanks! How do I disable compositing? (I would know how to do that if there was an xorg.conf file, but there isn't one and I don't know how X configuration is handled these days).", "userDisplayName": null, "userId": "2719" }, { "creationDate": "2010-10-17T23:46:26.540", "id": "7898", "postId": "7910", "score": "0", "text": "Found out how to do it; will see if it stops freezing!", "userDisplayName": null, "userId": "2719" }, { "creationDate": "2013-02-20T21:51:28.367", "id": "323242", "postId": "7910", "score": "0", "text": "Could you share your knowledge? How did you disable?", "userDisplayName": null, "userId": "134003" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T10:48:51.950", "id": "7910", "lastActivityDate": "2010-10-17T10:48:51.950", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "305", "parentId": "7752", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>This problem always happened due to bad drivers for me.I fixed it by disabling Compositing.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-17T13:50:05.343", "id": "7772", "postId": "7910", "score": "0", ...
null
null
null
null
null
7757
1
null
2010-10-16T18:01:49.407
11
2621
<p>Maybe a non-geek that knows of the existence of a firewall is already some kind of a nerd. If you have been a windows-user then it was rather easy to set up a firewall (I don't know if it was a good one!): enable a firewall with maximum protection. Then for each program that tried to make an internet-connection a notification was shown (allow or not allow). In this way without any prior knowledge of protocols and ports a user could set up a firewall that was suited to his needs. Is there any equivalent program in Ubuntu so that any user can set up a proper firewall?</p>
2191
null
null
2023-02-26T09:31:09.993
How can a non-geek set up a proper firewall?
[ "firewall" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-16T18:35:34.243", "id": "7596", "postId": "7757", "score": "0", "text": "For most people those questions are quite useless, as they don't know what to answer to them (e.g. they don't know how to find out if an application is really what it pretends to be).", "userD...
null
[ { "accepted": null, "body": "<h2>gufw</h2>\n<p>gufw is an easy and intuitive way to manage your Linux firewall. It supports common tasks such as allowing or blocking preconfigured, common p2p, or individual port(s), and many others. To install gufw in all currently supported versions of Ubuntu open the term...
null
null
null
null
null
7760
1
7785
2010-10-16T18:13:53.843
6
601
<p>Background: I have never used Rhythmbox on this computer.</p> <p>I just accidentally opened Rhythmbox while my MP3 player was plugged in. Without asking me or explaining what it was doing it started "Importing..." with high disk IO activity in my home folder. I exited the program to stop it, but not before it reached about 30% completion.</p> <p>What did it just do?</p> <p>I cannot find any documentation of this behavior on the <a href="http://www.rhythmbox.org" rel="nofollow noreferrer">Rhythmbox website</a> or the <a href="https://help.ubuntu.com/community/Rhythmbox" rel="nofollow noreferrer">Ubuntu Community Documentation</a>.</p> <hr> <p>Update: It occurred to me that the IO activity I saw on my home folder might just be coincidental, if Rhythmbox defaults to scanning my home folder when it is first run. I found this in its Preferences screen:</p> <p><img src="https://i.stack.imgur.com/IgVXF.png" alt="alt text"></p> <p>Does this help explain what Rhythmbox was doing? If it's relevant, <a href="https://askubuntu.com/questions/5203/what-happens-if-i-delete-the-default-folders-in-my-home-folder">I do not have Music folder in my home folder</a>.</p>
1859
-1
2017-04-13T12:23:36.527
2010-10-16T19:24:11.937
What does Rhythmbox do the first time it is run?
[ "rhythmbox" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I don't think that Rhythmbox copies music files from MP3-players if the user hasn't told it to do so.</p>\n\n<p>What you saw was Rhythmbox scanning your Music folder. It is default behaviour of Rhythmbox to watch that directory and make sure all music files in that directory are in its music library. It doesn't move or remove or import any music files, it just adds files in your Music folder to the library, so you can play the songs through Rhythmbox.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T19:24:11.937", "id": "7785", "lastActivityDate": "2010-10-16T19:24:11.937", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "292", "parentId": "7760", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>It copies the music off of your MP3 player into your music directory in your Home folder.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T18:27:31.700", "id": "7764"...
null
null
null
null
null
7762
1
8678
2010-10-16T18:18:16.953
1
404
<p>I'm securing my ssh server with <a href="http://denyhosts.sourceforge.net/index.html" rel="nofollow">DenyHosts</a>, and decided to dig into DenyHosts' configuration to make sure things looked good. There's an option called SERVER_SYNC, that makes an xmlrpc call and seems to crowdsource securing an SSH server by using denyhosts' central server to collect statistics about bad hosts. </p> <p>I'm intrigued by the idea, but before making such a drastic change I wanted to know, are other people using this? If so, please write a little about your experience with the SYNC_SERVER option in DenyHosts and any issues I should watch for. Thanks.</p>
3301
235
2010-10-19T00:45:24.327
2011-10-20T03:15:46.263
DenyHosts SERVER_SYNC option, call for anecdotal reports
[ "server", "security", "ssh" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I certainly am using it. </p>\n\n<p>It works as you'd expect it to and it is probably denyhosts best feature.</p>\n\n<p>I have a bunch of servers each one is set up using </p>\n\n<pre><code>SYNC_SERVER = http://xmlrpc.denyhosts.net:9911 \nSYNC_INTERVAL = 1h\nSYNC_UPLOAD = YES\nSYNC_DOWNLOAD = YES\n</code></pre>\n\n<p>The reason that this is so awesome is that an attack starts on one server, which causes that IP address to be blocked on all of our servers. So by the time the attacker gets around to the other servers he is already blocked before the attack starts.</p>\n\n<p>Make sure you add at least one good IP address to you allowed-hosts file and then start using it. </p>\n\n<p>Details of what IP addresses are being blocked using the synchronisation, can be found in the file \"sync-received\".</p>\n\n<p>I have not found, and I cannot think of, any downside to using this.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-21T14:51:12.743", "id": "8607", "postId": "8678", "score": "0", "text": "thanks for your feedback Richard. i started using this a few days ago, as it does sound like a really smart way of dealing with brute forcing. so far it seems like a really stable service, and i'm thoroughly impressed.", "userDisplayName": null, "userId": "3301" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-21T13:40:29.337", "id": "8678", "lastActivityDate": "2010-10-21T13:40:29.337", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "458", "parentId": "7762", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I certainly am using it. </p>\n\n<p>It works as you'd expect it to and it is probably denyhosts best feature.</p>\n\n<p>I have a bunch of servers each one is set up using </p>\n\n<pre><code>SYNC_SERVER = http://xmlrpc.denyhosts.net:9911 \nSYNC_INTERVAL = 1h\nSYNC_UPLOAD = YES...
null
null
null
null
null
7766
1
7772
2010-10-16T18:31:40.570
2
1859
<p>This might be a rubbish question for AskUbuntu but I'm getting a hardware itch and I think the cheapest way to alleviate it is by chucking another Nvidia GTX 260 in my box and strapping it to my existing one...</p> <p>But I use Twinview (that is two monitors coming out my one card) showing a single screen. I also use Compiz and I also play games, and watch video using VDPAU.</p> <p>So before I spend £100 on another card, I'd like to know what I'm getting myself in for. Does twinview work with SLI? Does 3D performance increase as much as it does in Windows? Where's Wally? Should I just forget it for now and buy a mid-range 5xx in a year or so?</p>
449
6969
2011-09-08T15:04:43.873
2012-08-23T14:31:10.120
Does TwinView work with Nvidia SLI?
[ "10.10", "nvidia", "multiple-monitors", "twinview" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2010-12-12T21:56:42.053", "id": "18332", "postId": "7766", "score": "1", "text": "I think Wally is somewhere in the top-right", "userDisplayName": null, "userId": "2071" } ]
{ "accepted": true, "body": "<p>Well I found this post: <a href=\"http://www.nvnews.net/vbulletin/showthread.php?t=153283\" rel=\"nofollow\">http://www.nvnews.net/vbulletin/showthread.php?t=153283</a></p>\n\n<p>And the people there are somewhat less than happy with SLI performance on Linux. Some of the posts are quite recent and there's no sign of performance being any better than single-card mode.</p>\n\n<p>I guess I'll keep my eye on the driver releases to see if nvidia improve things.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T18:45:54.707", "id": "7772", "lastActivityDate": "2010-10-16T18:45:54.707", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "7766", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Well I found this post: <a href=\"http://www.nvnews.net/vbulletin/showthread.php?t=153283\" rel=\"nofollow\">http://www.nvnews.net/vbulletin/showthread.php?t=153283</a></p>\n\n<p>And the people there are somewhat less than happy with SLI performance on Linux. Some of the post...
null
null
null
null
null
7768
1
7786
2010-10-16T18:38:08.700
3
1472
<p>On <a href="http://forums.nvidia.com/index.php?s=cfac626f1c9f948db9d106a33789cbff&amp;showtopic=182896&amp;pid=1131119&amp;st=0&amp;#entry1131119" rel="nofollow noreferrer">this page</a> the final post mentions Xvfb as a way to run a fake Xserver.</p> <p>Is it possible to tie this directly to a specific card as if a display was attached??</p> <p>Specifically, I'd like to <a href="https://askubuntu.com/questions/7749/2696/">overclock my gpus</a>, but short of that (since the Clock Frequencies tab won't make an appearance), I'd like to at least crank up the fan so that my CUDA kernels can run on a cooler gpu. To do so within the driver framework, a display must be attached to the card. <em>But if I do that, then I can't set the card to <a href="http://manpages.ubuntu.com/manpages/lucid/man1/alt-nvidia-current-smi.1.html" rel="nofollow noreferrer">"Compute Exclusive" mode</a>.</em></p> <p>Basically, does anyone know of a way to attach a fake (software based) display to a specific gpu in Ubuntu?</p>
2696
-1
2017-04-13T12:23:31.777
2010-11-15T19:44:40.933
How can I run a fake X server & link it to a specific GPU?
[ "xorg", "drivers", "nvidia", "graphics" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You should ask Nvidia for overclocking support outside the X driver (e.g. in that nvidia-smi tool).</p>\n\n<p>Using a graphics driver that is not for your GPU is not useful, as it doesn't know anything about the hardware, and nvidia-settings only knows about the nvidia driver.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T19:26:39.063", "id": "7786", "lastActivityDate": "2010-10-16T19:26:39.063", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "7768", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You should ask Nvidia for overclocking support outside the X driver (e.g. in that nvidia-smi tool).</p>\n\n<p>Using a graphics driver that is not for your GPU is not useful, as it doesn't know anything about the hardware, and nvidia-settings only knows about the nvidia driver...
null
null
null
null
null
7769
1
7807
2010-10-16T18:39:42.143
48
14489
<p>Is there a standard or conventional keyboard shortcut for pasting the primary selection?</p> <p>I'd like to select some text and go to another app to paste <em>without</em> trashing my clipboard contents. I'd rather keep my fingers on the keyboard than move to the mouse, find the pointer, position it where I want, and middle-click.</p> <p>If there's nothing conventional, or if it's application-specific and unsupported by many, is there a workaround to get this working globally? (Or at least in more applications.)</p>
null
1067
2010-12-27T13:51:11.023
2022-03-07T09:24:46.207
Keyboard shortcut for pasting the primary selection
[ "keyboard", "shortcut-keys", "clipboard" ]
9
3
CC BY-SA 2.5
[ { "creationDate": "2015-04-09T10:13:54.797", "id": "849998", "postId": "7769", "score": "2", "text": "Possible same any distro: http://unix.stackexchange.com/questions/11889/pasting-x-selection-not-clipboard-contents-with-keyboard", "userDisplayName": null, "userId": "52975" }, { ...
{ "accepted": true, "body": "<p>Sending virtual keypresses doesn't work for me (see <a href=\"https://askubuntu.com/q/7775/1273\">comments</a>), but that answer inspired me to look for similar solutions. Sending a &quot;text&quot; event with <code>xvkbd</code> ignores the current state of your physical keyboard:</p>\n<pre class=\"lang-sh prettyprint-override\"><code>sh -c 'xsel | xvkbd -xsendevent -file - 2&gt;/dev/null'\n</code></pre>\n<p><code>xvkbd -text</code> uses a few backslash sequences, so rather than dance with escaping, <code>-file</code> works. Add <code>-delay 0</code> to enter the text without delay between the “keystrokes”. <code>xvkbd</code> also outputs some warning text about modifiers, but it appears to be irrelevant to this use (but I didn't want to see it in <code>~/.xsession-errors</code>).</p>\n<p>I bound this to a shortcut using <strong>System &gt; Preferences &gt; Keyboard Shortcuts</strong>.</p>\n<p>Note that you need to have xsel and xvkbd packages installed:</p>\n<pre><code>sudo apt-get install xsel xvkbd\n</code></pre>\n", "commentCount": "10", "comments": [ { "creationDate": "2011-01-13T01:01:48.470", "id": "22908", "postId": "7807", "score": "3", "text": "Holy bananas! It works! Thats awesome. Ubuntu should set this up by default.", "userDisplayName": null, "userId": "681" }, { "creationDate": "2012-03-11T11:46:58.557", "id": "132186", "postId": "7807", "score": "10", "text": "For me, `sh -c 'xsel | xvkbd -file - 2>/dev/null'` works, -xsendevent had to get out to make it working.", "userDisplayName": null, "userId": "16234" }, { "creationDate": "2012-03-13T10:50:07.753", "id": "132892", "postId": "7807", "score": "0", "text": "By the way once more, I had to assign this command to a single key shortcut (luckily I have ThinkVantage button doing nothing on my Thinkpad - ctrl + alt + v behaved strangely and pasted only part of what was in `xsel`).", "userDisplayName": null, "userId": "16234" }, { "creationDate": "2013-01-30T23:18:10.870", "id": "310865", "postId": "7807", "score": "2", "text": "This works very well except for two problems. (1) I use a drop-down terminal (Guake) that I have set to hide on lose focus. Running this script removes focus temporarily from the terminal, causing it to hide. (2) It doesn't deal well with UTF-8 characters double-byte characters. e.g. if I select \"éòü\", using the script prints \"éòü\".", "userDisplayName": null, "userId": "53508" }, { "creationDate": "2013-01-30T23:38:13.240", "id": "310877", "postId": "7807", "score": "2", "text": "It looks like the second bug is in `xvkbd`. `xsel` works fine with \"éòü\" in the primary selection, but `xvkbd` fails as the script above. (And also fails with`xvkbd -text \"éòü\"`, although here it prints nothing.)", "userDisplayName": null, "userId": "53508" }, { "creationDate": "2014-01-08T08:29:15.350", "id": "515872", "postId": "7807", "score": "0", "text": "Here on Ubuntu 12.04 Precise, I did: Open \"Keyboard\" from Unity ( == Settings / Keyboard). Shortcuts tab, '+' for Add Shortcut, and assign `sh -c 'xsel | xvkbd -xsendevent -file - 2>/dev/null'` as the command to my chosen key (`CTRL-ALT-V`). I also had to remove `-xsendevent`.", "userDisplayName": null, "userId": "34154" }, { "creationDate": "2018-12-23T06:17:32.687", "id": "1820034", "postId": "7807", "score": "0", "text": "This works, but one less-than-ideal thing about it is that it behaves as if I had literally typed the selection in: there is a delay while the selected text gets entered character by character (vs instantly for a middle click), and undoing the paste also takes many steps.", "userDisplayName": null, "userId": "56280" }, { "creationDate": "2020-04-29T18:51:48.137", "id": "2075650", "postId": "7807", "score": "0", "text": "I can recommend a variation that also works with international characters: `sh -c 'xsel | iconv -f UTF-8 -t UTF-16 - | xvkbd -xsendevent -utf16 -file - 2>/dev/null'`. This requires the `iconv` package to be installed in addition to the other packages from the answer.", "userDisplayName": null, "userId": "9317" }, { "creationDate": "2020-11-19T17:53:26.283", "id": "2197247", "postId": "7807", "score": "0", "text": "I am afraid this is X specific, i.e. does not work on Wayland", "userDisplayName": null, "userId": "16985" }, { "creationDate": "2022-03-01T11:02:57.723", "id": "2415395", "postId": "7807", "score": "0", "text": "Solutions for Wayland would be welcome!", "userDisplayName": null, "userId": "499347" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-10-16T21:30:50.813", "id": "7807", "lastActivityDate": "2021-01-18T13:28:13.997", "lastEditDate": "2021-01-18T13:28:13.997", "lastEditorDisplayName": "Roger Pate", "lastEditorUserId": "507051", "ownerDisplayName": "Roger Pate", "ownerUserId": null, "parentId": "7769", "postTypeId": "2", "score": "34" }
[ { "accepted": null, "body": "<p>You can get this with the combined use of the programs\n<a href=\"http://www.semicomplete.com/projects/xdotool/\" rel=\"noreferrer\">xdotool</a> \n(<a href=\"http://apt.ubuntu.com/p/xdotool\" rel=\"noreferrer\">click to install</a>) and \n<a href=\"http://www.kfish.org/softwa...
null
null
null
null
Roger Pate
7771
1
null
2010-10-16T18:44:27.923
4
7987
<p>In windows there is a very good program which block inappropriate sites called K9 web protection I was wondering is there a program like that or a good option to block inappropriate sites?</p>
2788
235
2010-10-16T19:33:24.873
2017-04-03T14:51:45.710
K9-like program that blocks websites?
[ "internet", "parental-controls" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The answers to <a href=\"https://askubuntu.com/questions/647/parental-controls-with-different-settings-for-different-users\">this question</a> might help you.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA ...
null
null
null
null
null
7776
1
7780
2010-10-16T19:04:07.397
92
121673
<p>How can I lock my desktop screen from the command line?</p>
3584
114
2011-06-23T03:46:27.607
2018-11-21T15:40:53.540
How do I lock the desktop screen via command line?
[ "command-line", "lock-screen" ]
7
2
CC BY-SA 3.0
[ { "creationDate": "2015-01-02T18:31:03.663", "id": "782864", "postId": "7776", "score": "1", "text": "For newer versions of Ubuntu, you can try: http://askubuntu.com/questions/457204/how-can-i-lock-the-screen-using-the-new-lockscreen-from-the-command-line", "userDisplayName": null, "user...
{ "accepted": true, "body": "<p>You can lock the computer by running <code>gnome-screensaver-command</code> with the <code>-l</code> flag like so:</p>\n\n<pre><code>gnome-screensaver-command -l\n</code></pre>\n\n<p>However this will only work if you have Gnome Screensaver running for your session (should be - unless you've disabled it) you can start that from the commandline with:</p>\n\n<pre><code>gnome-screensaver\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2014-01-05T17:28:15.407", "id": "513786", "postId": "7780", "score": "11", "text": "`cinnamon-screensaver-command -l` for cinnamon! ;))", "userDisplayName": "user128334", "userId": null }, { "creationDate": "2016-06-13T19:41:58.750", "id": "1180490", "postId": "7780", "score": "4", "text": "Likewise, use `mate-screensaver-command -l` for MATE desktop.", "userDisplayName": null, "userId": "41298" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-16T19:10:28.423", "id": "7780", "lastActivityDate": "2014-04-10T22:22:15.573", "lastEditDate": "2014-04-10T22:22:15.573", "lastEditorDisplayName": null, "lastEditorUserId": "44179", "ownerDisplayName": null, "ownerUserId": "41", "parentId": "7776", "postTypeId": "2", "score": "86" }
[ { "accepted": null, "body": "<p><code>gnome-screensaver-command --lock</code> will do it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T19:08:15.360", "id": "7778", "lastActivityDate": "2010-...
null
null
null
null
null
7788
1
7814
2010-10-16T19:39:23.780
3
2254
<p>I use docky and GLX cairo dock, I really love dock but one thing that really keeps me from using dock is the fact that none of these give you the option to completely hide them while you an option to hide them completely while you are working on a maximized window, so it gets annoying when you want to click somwhere and your mouse hovers over the dock area and dock pops up.</p> <p>Is there any way I can completely hide these docks while working on a maximized window.I remember rocket dock on windows can do this by default. And what about the dock in Mac, is it the same?</p>
2910
null
null
2018-04-22T23:57:11.063
Is there any way I can completely hide docks while working on a maximized window
[ "docky" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you mean fullscreen windows (like media players, games, etc.) then I'm afraid there is no way for it to work like in Windows. From what I have read there is no way to programatically check if a fullscreen app is running or not. (Thus it's also impossible to have your IM status go to occupied when you start a fullscreen application)</p>\n\n<p>The only solution there would be to have your dock always stay in background. But then you may need to move a window away from its place to see the dock.</p>\n\n<p>Another idea is to start fullscreen apps like games in another X-Display. That way your dock or libnotify messages won't pop up and get in your way.\nAdditionally you could pause your game and switch back to your dektop to chat or whatever...this can be tricky usually because most games forbid to just Alt+Tab out of it.</p>\n\n<p>You can do that by going to another terminal i.e. <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F2</kbd> for the second.\nAnd then login and type <code>xinit -- myapp :1</code> where \"myapp\" should be replaced by the program you'd like to start. The program starts now in another x instance on display 1 (displays start at :0). The instance will be killed automatically when your program terminates. To get back to your Desktop press <code>Ctrl+Alt+F7</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-16T22:43:26.390", "id": "7814", "lastActivityDate": "2011-10-28T18:28:49.707", "lastEditDate": "2011-10-28T18:28:49.707", "lastEditorDisplayName": null, "lastEditorUserId": "17739", "ownerDisplayName": null, "ownerUserId": "4104", "parentId": "7788", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If you mean fullscreen windows (like media players, games, etc.) then I'm afraid there is no way for it to work like in Windows. From what I have read there is no way to programatically check if a fullscreen app is running or not. (Thus it's also impossible to have your IM st...
null
null
null
null
null
7789
1
7873
2010-10-16T19:40:20.080
5
1070
<p>I would like to keep only the original copies of my music on my computer, and then optionally transcode them if necessary when transferring them to my MP3 player. What can I use to accomplish this?</p> <ul> <li>Which media players have this ability built-in?</li> <li>Can I set up a transcoder to watch a folder for files to be transcoded and then moved to my MP3 player?</li> <li>What potential is there for creating the functionality I need using a media player's plugin or scripting interface?</li> </ul>
1859
null
null
2023-02-16T08:33:39.947
What can I use to transcode and transfer music to my digital audio player at the same time?
[ "music", "transcode" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Rhythmbox already has this functionality. All you need to do in order to use it is to describe your device for Rhythmbox to know its capabilities. Quote from <a href=\"https://wiki.gnome.org/Apps/Rhythmbox/FAQ\" rel=\"nofollow\">https://wiki.gnome.org/Apps/Rhythmbox/FAQ</a> :</p>\n\n<p>Create a <code>.is_audio_player</code> file on the device. You can set a few fields in this file to override the media-player-info device information like this:</p>\n\n<pre><code>audio_folders=MUSIC/,RECORDINGS/\nfolder_depth=2\noutput_formats=application/ogg,audio/x-ms-wma,audio/mpeg\n</code></pre>\n\n<p>Describe where the music is stored on the device as well as which formats it is capable of playing and Rhythmbox will transfer everything compatible directly and transcode everything incompatible. :)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-17T07:43:06.980", "id": "7711", "postId": "7873", "score": "0", "text": "Banshee also follows this.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-17T06:46:46.667", "id": "7873", "lastActivityDate": "2015-11-01T12:22:02.173", "lastEditDate": "2015-11-01T12:22:02.173", "lastEditorDisplayName": null, "lastEditorUserId": "64418", "ownerDisplayName": null, "ownerUserId": "3433", "parentId": "7789", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Amarok tries to tell what your media player can play, and if it can't handle what you are trying to put onto it, it transcodes them before transferring them to it.</p>\n\n<p>Banshee also can do this, but I have never had any experience with it. You can, however, choose what c...
null
null
null
null
null
7797
1
10109
2010-10-16T20:22:37.223
3
421
<p>I feel like hacking into Unity and spent a couple of minutes looking for development documentation, source code, components, the stack of aplications used, etc. It all seems to be buried in the results. Can't find anything related. </p> <p>Can anyone point me a good direction?</p>
17
235
2012-01-05T22:23:49.730
2012-01-05T22:23:49.730
Which is the preferred environment to start hacking unity?
[ "unity", "development" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The <a href=\"http://unity.ubuntu.com/getinvolved/\" rel=\"nofollow\">Getting Involved with Unity</a> is where this documentation will all eventually be documented.</p>\n\n<p>There is an <a href=\"https://wiki.ubuntu.com/Unity?action=AttachFile&amp;do=view&amp;target=Unity_Architecture.pdf\" rel=\"nofollow\">architecture overview</a> that should get you started. If you want to add new places for unity-places, you can find some documentation <a href=\"https://wiki.ubuntu.com/Unity/Places\" rel=\"nofollow\">here</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-28T19:26:05.393", "id": "10109", "lastActivityDate": "2010-10-28T21:32:05.047", "lastEditDate": "2010-10-28T21:32:05.047", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "1653", "parentId": "7797", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Unity's project page <a href=\"https://edge.launchpad.net/unity\" rel=\"nofollow\">https://edge.launchpad.net/unity</a> is a good place to start. You can download source code (mostly Vala with some C as far as I remember) from <a href=\"https://code.edge.launchpad.net/unity\"...
null
null
null
null
null
7798
1
null
2010-10-16T20:25:51.753
31
50650
<p>Is there some equivalent of Windows' "Tile Windows" in Ubuntu?</p> <p><img src="https://i.stack.imgur.com/QgDg3.jpg" alt="alt text"></p>
686
15811
2011-08-14T08:15:38.867
2022-08-08T10:37:45.653
How do I arrange my windows automatically?
[ "window-manager" ]
8
5
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T00:21:59.447", "id": "7648", "postId": "7798", "score": "0", "text": "The answer to this question is XMonad. It really really is and XMonad rocks, just look at the screenshots: http://xmonad.org/", "userDisplayName": null, "userId": "3415" }, { "crea...
null
[ { "accepted": null, "body": "<p>I think you can use wmtile for your case: <a href=\"http://ostatic.com/wmtile/home/1\" rel=\"nofollow\">http://ostatic.com/wmtile/home/1</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creatio...
null
null
null
null
null
7805
1
null
2010-10-16T21:18:17.713
3
2802
<p>When i try to reactivate my notebook after it went to standby or suspend mode the screen stays black. The only solution i have is to reboot the notebook by pressing the shutdown button. Anyone has any idea to fix the problem? </p>
2689
6205
2010-11-18T10:10:08.893
2011-09-23T11:27:05.760
No resume after Hibernate or Standby
[ "10.10", "kernel", "hibernate", "suspend-resume" ]
0
9
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T07:01:59.207", "id": "7703", "postId": "7805", "score": "1", "text": "We would need a lot more info before giving any useful answer. Please list your notebook's make, model, specific configuration (specifications) and any proprietary drivers used.", "userDisplay...
null
[]
null
null
2012-02-01T18:45:20.860
null
null
7809
1
7811
2010-10-16T21:58:06.030
175
369247
<p>If I want to make a backup of my entire OS (including but not just my home directory), how do I go about this? </p> <p>Is it as simple as backing up everything in <code>/</code> and then when if I suffer a crash, just copying the files back over?<br> Will this cover grub, and how do I actually do this when the system is inoperable?</p>
633
44179
2014-11-28T04:34:31.833
2022-12-24T22:13:51.780
How to back up my entire system?
[ "backup" ]
21
3
CC BY-SA 3.0
[ { "creationDate": "2010-10-17T01:03:31.473", "id": "7651", "postId": "7809", "score": "0", "text": "you may want to take a look at this question for backup tools http://askubuntu.com/q/2596/", "userDisplayName": null, "userId": "431" }, { "creationDate": "2010-10-17T07:59:33.627"...
{ "accepted": true, "body": "<p><strong>FILES</strong></p>\n<p>Refer to this howto: <a href=\"http://ubuntuforums.org/showthread.php?t=35087\" rel=\"noreferrer\">http://ubuntuforums.org/showthread.php?t=35087</a></p>\n<p>In simple terms, the backup command is:</p>\n<pre class=\"lang-bsh prettyprint-override\"><code>sudo tar czf /backup.tar.gz \\\n --exclude=/backup.tar.gz \\\n --exclude=/dev \\\n --exclude=/mnt \\\n --exclude=/proc \\\n --exclude=/sys \\\n --exclude=/tmp \\\n --exclude=/media \\\n --exclude=/lost+found \\\n /\n</code></pre>\n<p>Add more <code>--exclude=</code> parameters if you need to.</p>\n<p>It will create an archive of all your files at <code>/backup.tar.gz</code>, which should be copied to another computer or drive.</p>\n<p>To restore your files when the system goes pear-shaped, use a Live CD. Mount the bad system under <code>/media</code> or <code>/mnt</code> and then run <code>tar xf /path/to/drive/with/backup.tar.gz -C /mnt</code> (or <code>/media</code>).</p>\n<p><strong>GRUB</strong></p>\n<p>This will not cover GRUB, however you can easily reinstall it by following this <a href=\"https://askubuntu.com/questions/6317/how-can-i-install-windows-seven-on-ubuntu-10-10/6321#6321\">guide here</a>. You only need to do <strong>steps Three and Four</strong>.</p>\n", "commentCount": "15", "comments": [ { "creationDate": "2010-10-16T22:32:32.450", "id": "7635", "postId": "7811", "score": "0", "text": "Great post! Thanks a lot that pretty much answers all my questions", "userDisplayName": null, "userId": "633" }, { "creationDate": "2016-06-17T17:42:21.743", "id": "1183951", "postId": "7811", "score": "0", "text": "I am experimenting your command with external NTFS here http://askubuntu.com/q/788272/25388 but with failures.", "userDisplayName": null, "userId": "25388" }, { "creationDate": "2016-12-07T00:02:53.823", "id": "1321846", "postId": "7811", "score": "0", "text": "Tried this one, but it seems too much waiting to mount the resulting archive (like 5 hours). Similar approach is with SquashFS, but much, much faster, see http://askubuntu.com/a/857845/98715", "userDisplayName": null, "userId": "98715" }, { "creationDate": "2017-03-04T22:02:22.440", "id": "1390632", "postId": "7811", "score": "1", "text": "why exclude /sys?", "userDisplayName": null, "userId": "640711" }, { "creationDate": "2017-05-01T13:17:36.363", "id": "1432401", "postId": "7811", "score": "2", "text": "How big is the tar file usually? For example I have 90GB of data in \"/\". But the backing up process (making the backup.tar.gz) stopped because of lack of space..\nIs there a way to create the backup.tar.gz file in an external drive?", "userDisplayName": null, "userId": "440540" }, { "creationDate": "2017-05-18T12:03:55.530", "id": "1444548", "postId": "7811", "score": "2", "text": "@SDsolar: because it's a _virtual filesystem_, just like `/dev`and `/proc`: https://askubuntu.com/a/720473/11015", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2017-05-18T12:06:18.467", "id": "1444550", "postId": "7811", "score": "2", "text": "@ArkyaChatterjee: Or course... just mount your external drive and change `/backup.tar.gz` to whatever is your mount point, like `/media/backup//backup.tar.gz`", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2018-02-15T08:25:14.427", "id": "1628925", "postId": "7811", "score": "2", "text": "The OP explicitely says \"including (...) my home directory\" but you are excluding the home directories of all users (--exclude=/home). Am I missing something here?", "userDisplayName": null, "userId": "198166" }, { "creationDate": "2018-08-25T03:26:43.657", "id": "1752197", "postId": "7811", "score": "1", "text": "The quoted command has a missing space prior to `--exclude=/dev`", "userDisplayName": null, "userId": "66226" }, { "creationDate": "2020-04-23T12:44:11.337", "id": "2069990", "postId": "7811", "score": "0", "text": "So essentially the answer is just \"copy everything (as sudo), however you want, but exclude `/dev`, `/mnt`, `/proc`, `/sys` and `/lost+found`\". Good to know. This excludes stuff like `/dev/urandom`, which would copy an infinite amount, or `/proc/kcore`, which is 128TB on my system, but includes for example `/usr/bin` with most programs in it.", "userDisplayName": null, "userId": "730949" }, { "creationDate": "2020-10-28T02:41:23.363", "id": "2185414", "postId": "7811", "score": "0", "text": "Why is this so much slower than `dd`? Can we not just use `dd` to clone the entire disk?", "userDisplayName": null, "userId": "304709" }, { "creationDate": "2020-10-28T04:17:47.393", "id": "2185435", "postId": "7811", "score": "3", "text": "`tar -cvpzf /backup.tar.gz --exclude=/backup.tar.gz --one-file-system /` will do what you want without needing to add all those other `--exclude` directories", "userDisplayName": null, "userId": "304709" }, { "creationDate": "2021-11-02T15:25:27.733", "id": "2362473", "postId": "7811", "score": "1", "text": "For a more up to date list of files see: https://help.ubuntu.com/community/BackupYourSystem/TAR This doc also mentions `/run` and `/media` among other things.", "userDisplayName": null, "userId": "246764" }, { "creationDate": "2022-02-18T10:15:34.383", "id": "2410718", "postId": "7811", "score": "0", "text": "Does this consider hidden files/folders as well?", "userDisplayName": null, "userId": "660555" }, { "creationDate": "2022-03-11T11:08:12.363", "id": "2419286", "postId": "7811", "score": "0", "text": "Note that there is a trap here for those with multiple partitions. Users have to mount them ALL, otherwise the system is not restored.", "userDisplayName": null, "userId": "1037951" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-10-16T22:13:31.837", "id": "7811", "lastActivityDate": "2022-03-11T10:45:24.280", "lastEditDate": "2022-03-11T10:45:24.280", "lastEditorDisplayName": null, "lastEditorUserId": "660555", "ownerDisplayName": null, "ownerUserId": "2804", "parentId": "7809", "postTypeId": "2", "score": "148" }
[ { "accepted": true, "body": "<p><strong>FILES</strong></p>\n<p>Refer to this howto: <a href=\"http://ubuntuforums.org/showthread.php?t=35087\" rel=\"noreferrer\">http://ubuntuforums.org/showthread.php?t=35087</a></p>\n<p>In simple terms, the backup command is:</p>\n<pre class=\"lang-bsh prettyprint-override...
null
null
null
null
null
7816
1
7820
2010-10-16T22:54:43.967
3
1503
<p>I'm not here to criticize pulseaudio, but I find it immature and unnecessary. It eats system resources, causes confusions, and complicates the system by adding an extra layer without seemingly clear benefits, and I'm not the only one who thinks this way. (In fact, for more "real" complaints, refer to this link: <a href="http://amplicate.com/hate/pulseaudio" rel="nofollow">http://amplicate.com/hate/pulseaudio</a> )</p> <p>Why does Ubuntu come with Pulseaudio as its sound server in the first place? Is there any good alternatives to this as of today?</p>
3175
3175
2010-10-16T23:05:20.607
2010-10-16T23:26:52.613
Why does Ubuntu use Pulseaudio?
[ "10.10", "10.04", "sound", "9.10", "pulseaudio" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Here is <a href=\"https://wiki.ubuntu.com/DesktopTeam/Specs/CleanupAudioJumble\" rel=\"nofollow\">the WIKI page</a> that will make you understand why Ubuntu switched to Pulseaudio.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T23:26:52.613", "id": "7820", "lastActivityDate": "2010-10-16T23:26:52.613", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3179", "parentId": "7816", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Here's a good resource for using ALSA/OSS instead of PulseAudio: <a href=\"http://www.webupd8.org/2010/03/how-to-switch-to-alsa-or-oss-instead-of.html\" rel=\"nofollow\">http://www.webupd8.org/2010/03/how-to-switch-to-alsa-or-oss-instead-of.html</a></p>\n\n<p>As to \"why\" th...
null
null
2010-10-16T23:30:18.157
null
null
7825
1
7826
2010-10-16T23:54:10.447
15
580
<p>I want to purchase the Fluendo DVD player using the Ubuntu Software Centre. If I reinstalled Ubuntu, would I have to purchase the software again? </p>
null
169736
2014-02-16T16:27:33.950
2014-02-16T16:27:33.950
Do I need to re-purchase software in the Ubuntu Software Centre if I reinstall?
[ "software-center" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No, you don't need to purchase it again.</p>\n\n<p>If you want to install your previous purchages after reinstalling Ubuntu, just click on the <em>File -> Reinstall Previous Purchases</em> menu item in <em>Software Center</em>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-30T21:26:30.073", "id": "36729", "postId": "7826", "score": "0", "text": "How does the Software Centre know the account?", "userDisplayName": null, "userId": "11572" }, { "creationDate": "2011-03-31T01:10:07.953", "id": "36741", "postId": "7826", "score": "2", "text": "You'll be prompted for your login details when you click it.", "userDisplayName": null, "userId": "12435" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-16T23:56:40.100", "id": "7826", "lastActivityDate": "2010-10-17T00:04:54.127", "lastEditDate": "2010-10-17T00:04:54.127", "lastEditorDisplayName": null, "lastEditorUserId": "4099", "ownerDisplayName": null, "ownerUserId": "4099", "parentId": "7825", "postTypeId": "2", "score": "20" }
[ { "accepted": true, "body": "<p>No, you don't need to purchase it again.</p>\n\n<p>If you want to install your previous purchages after reinstalling Ubuntu, just click on the <em>File -> Reinstall Previous Purchases</em> menu item in <em>Software Center</em>.</p>\n", "commentCount": "2", "comments":...
null
null
null
null
user931
7834
1
null
2010-10-17T01:34:12.313
4
4372
<p>Ever since I installed 10.10, the network applet stays with a red exclamation point for about 10 seconds. I don't know why this is happening. Please help me, this is very annoying! I didn't have this problem when I was with 10.04. <strong>EDIT:</strong> I should maybe mention the indicator appears, but it says that there are no network available. Only after the aforementioned 10-15 seconds does it detect all the networks.</p> <p><strong>EDIT 2:</strong> This question is <strong>not answered</strong>! I have tried with another computer, and the network manager is already loaded upon login, so I know it's a bug. Please help!</p> <p><strong>EDIT 3:</strong> I have the same problem with my power indicator, actually...</p> <p><strong>EDIT 4:</strong> The problem is back once again. I have counted: it takes a full 15 seconds to load after my desktop.</p> <p><strong>EDIT 5:</strong> I have filed a bug report in Launchpad <a href="https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/672207" rel="nofollow noreferrer">here</a>. Can ANYONE help me?</p> <p><strong>EDIT 6:</strong> Still nobody?</p>
2954
-1
2020-06-12T14:37:07.210
2010-12-26T20:55:12.933
Why is my network manager so slow to start?
[ "10.10", "network-manager" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T07:02:56.980", "id": "7704", "postId": "7834", "score": "0", "text": "I second this. I only have one home network, I'm not using any proprietary WiFi drivers, the WiFi router is like 12 feet away, and it still takes about 7 seconds to sync.", "userDisplayName": ...
null
[ { "accepted": null, "body": "<p>I believe this may be an inadvertent feature of Ubuntu 10.10 by where the loading of the wireless driver is done <strong>after</strong> the GUI to decrease bootup time. If you'd prefer you can think of it as either everything takes 30 seconds to startup, or the GUI appears in...
null
null
null
null
null
7836
1
null
2010-10-17T01:41:58.740
3
1399
<p>I have had <a href="http://www.codeweavers.com/products/cxgames" rel="nofollow">Crossover Games</a> (also called CX Games) recommended to me as a time-saver for installing Windows-native games on Linux. I have also come across another package called Cedega. These apps make it easier to run games by supplying the correct Wine settings, and in the case of Cedega, actually making changes to the compatibility layer (I.e. it does not simply use Wine as a back-end).</p> <p>Cedega charges an <strong>ongoing subscription fee</strong>, which really rubs me up the wrong way, whereas CX Games is a one-off payment which entitles you to any future upgrades (please correct me if I'm wrong on that point).</p> <p>If you have used these packages, did they save you time / headaches getting games running, could you run games which were impossible / very hard to run straight through wine?</p> <p><strong>EDIT</strong>: As pointed out by JanC PlayOnLinux is also available, a free front-end for Wine which includes some profiles for games. I was <em>unfairly</em> mentally lumping this in with Wine.</p>
3739
235
2010-10-17T05:13:00.187
2011-07-27T15:16:32.373
Is it worth paying for Crossover Games or Cedega?
[ "games" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T01:58:46.557", "id": "7659", "postId": "7836", "score": "2", "text": "You might also want to try [PlayOnLinux](http://www.playonlinux.com/) or some of the other free tools that supply the correct WINE settings for applications that don't work (optimally) OOTB. And ...
null
[ { "accepted": null, "body": "<p>I would say, no. There is already enough documentation for each game, and the most well-known games will work well by default anyway. As said in your edit, PlayOnLinux works, so you could try that. </p>\n\n<p>I don't know about CXGames, but if you really want to you could try...
null
null
null
null
null
7839
1
7842
2010-10-17T01:50:26.480
4
2204
<p>System information:</p> <pre><code>Ubuntu SMP Thu Sep 16 16:05:42 UTC 2010 x86_64 GNU/Linux </code></pre> <p>Virtual Marchine:</p> <pre><code>VirtualBox 3.1.6_OSE r59338 linux.amd64 </code></pre> <p>I wanna to install a virtual system with x86-64 in Virtual Box,But it seemed that it is impossible to do this.</p> <p>The virtual machine tips me it only detected an i686 CPU.</p> <p>Is there any link between the architecture of host and that of the client virtual OS?</p> <p><code>kvm-ok</code>result:</p> <pre><code>INFO: Your CPU supports KVM extensions INFO: /dev/kvm does not exist HINT: sudo modprobe kvm_amd KVM acceleration can NOT be used </code></pre> <p><code>sudo modprobe kvm_amd</code>result</p> <pre><code>FATAL: Error inserting kvm_amd (/lib/modules/2.6.32-24-server/kernel/arch/x86/kvm/kvm-amd.ko): Operation not supported </code></pre> <p><code>kvm-ok</code>again:</p> <pre><code>INFO: Your CPU supports KVM extensions INFO: KVM is disabled by your BIOS HINT: Enter your BIOS setup and enable Virtualization Technology (VT), and then hard poweroff/poweron your system KVM acceleration can NOT be used </code></pre> <p>But another problem happened,the VirtualBox displayed an error windows.:</p> <pre><code>VT-x/AMD-V hardware-acceleration has been enabled,but it is in the ineffective status. So the VirtualBox won't detect the CPU of 64bit,and fail to start.Please confirm the support has been enabled. </code></pre> <p>How to check the CPU whether support the <code>VT-x/AMD-V</code>technology?And start it in BIOS?But another Virtual OS (<strong>32bit</strong>)also enable this technology,and works well.</p>
687
687
2010-10-19T05:08:28.040
2010-10-19T05:08:28.040
About the architecture of Virtual-Machine
[ "server", "virtualbox", "virtualization" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is a link between the architecture of the host and the client, but only in so far that you can't run a 64-bit virtual machine on a 32-bit host machine.</p>\n\n<ul>\n<li>32-bit guest on 32-bit host should work</li>\n<li>64-bit guest on 32-bit host does not work</li>\n<li>32-bit guest on 64-bit host should work</li>\n<li>64-bit guest on 64-bit host should work</li>\n</ul>\n\n<p>(By 32/64-bit host I mean the host machine CPU.)</p>\n\n<p>To run a 64-bit guest, VirtualBox also requires hardware-virtualisation in the CPU (and not disabled in the BIOS!). To test for this, run kvm-ok in a terminal:</p>\n\n<pre><code>$ kvm-ok\nINFO: Your CPU supports KVM extensions\nINFO: /dev/kvm exists\nKVM acceleration can be used\n</code></pre>\n\n<p>Only the first line is important here. (This tool is intended for use with <code>kvm</code>, but VirtualBox uses/needs the same hardware-virtualisation support.)</p>\n", "commentCount": "9", "comments": [ { "creationDate": "2010-10-17T02:32:19.220", "id": "7669", "postId": "7842", "score": "0", "text": "Jan, is there a setting which needs to be changed in order to get 64-bit guests to work? I can confirm this issue and I've been using VBox for ages.", "userDisplayName": null, "userId": "3739" }, { "creationDate": "2010-10-17T17:34:43.283", "id": "7819", "postId": "7842", "score": "0", "text": "It seems like to run 64-bit guests in VirtualBox you need a CPU that supports both 64-bit instructions and hardware-virtualisation. You can test if your CPU has hardware-virtualisation enabled by running `kvm-ok` in a terminal.", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-10-17T19:43:27.123", "id": "7843", "postId": "7842", "score": "0", "text": "The kvm-specific part doesn't really matter for VirtualBox.", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-10-18T13:56:40.543", "id": "7974", "postId": "7842", "score": "0", "text": "@Janc The result of `kvm-ok` has been added.", "userDisplayName": null, "userId": "687" }, { "creationDate": "2010-10-18T14:00:29.243", "id": "7975", "postId": "7842", "score": "0", "text": "@kit.yang sudo modprobe kvm_amd in a terminal and again kvm-ok", "userDisplayName": null, "userId": "3550" }, { "creationDate": "2010-10-18T14:06:50.550", "id": "7976", "postId": "7842", "score": "0", "text": "@hhlp The result has been added to the question.It seemed that the able Virtualization Technology is disabled,So is it mean I have to enable it in the BIOS?", "userDisplayName": null, "userId": "687" }, { "creationDate": "2010-10-18T14:18:24.043", "id": "7979", "postId": "7842", "score": "0", "text": "@kit.yang exactly", "userDisplayName": null, "userId": "3550" }, { "creationDate": "2010-10-19T04:41:13.663", "id": "8070", "postId": "7842", "score": "0", "text": "@hhlp Another problem happened.(Question has been replenished),but how to enable the `VT-x/AMD-V` support?", "userDisplayName": null, "userId": "687" }, { "creationDate": "2011-10-31T04:34:47.757", "id": "83857", "postId": "7842", "score": "0", "text": "\"...you can't run a 64-bit virtual machine on a 32-bit host machine...\" Well, you can't in VirtualBox but there are other virtualization solutions, like Qemu, that have this functionality.", "userDisplayName": null, "userId": "5" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T02:15:16.733", "id": "7842", "lastActivityDate": "2010-10-17T17:43:21.873", "lastEditDate": "2010-10-17T17:43:21.873", "lastEditorDisplayName": null, "lastEditorUserId": "935", "ownerDisplayName": null, "ownerUserId": "935", "parentId": "7839", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>There is a link between the architecture of the host and the client, but only in so far that you can't run a 64-bit virtual machine on a 32-bit host machine.</p>\n\n<ul>\n<li>32-bit guest on 32-bit host should work</li>\n<li>64-bit guest on 32-bit host does not work</li>\n<li...
null
null
null
null
null
7848
1
null
2010-10-17T03:12:27.153
3
1104
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/7225/sort-music-by-metadata">Sort music by metadata</a> </p> </blockquote> <p>Is there any way I can automatically organize my Music folder? Banshee (at least I think it was banshee) moved tons of stuff out of their band/album folders and into the root Music folder and it will drive me crazy until I can fix this.</p> <p>I'd prefer it to be something that works automatically according to parameters I specified (based on music meta-data). Also, it might need to skip symlinks although this is required.</p>
693
-1
2017-04-13T12:23:07.557
2010-10-17T03:18:47.333
Organize Music Folder Automatically
[ "music", "media-manager" ]
0
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T03:19:37.120", "id": "7678", "postId": "7848", "score": "0", "text": "Can you give more details about Banshee moving your files? I don't think that's supposed to happen.", "userDisplayName": null, "userId": "463" }, { "creationDate": "2010-10-17T03:5...
null
[]
null
null
2011-06-05T19:22:07.163
null
null
7850
1
7851
2010-10-17T03:53:01.250
25
6705
<p>Is there any other way of removing the "Set Up Mail" and other entries from the message indicator short of uninstalling Evolution? I prefer to use GMail directly through the browser. It's beginning to annoy me since I keep on clicking it by accident then that window pops out.</p>
4216
196255
2013-12-11T15:06:57.353
2013-12-11T15:06:57.353
How can I remove "Set Up Mail" and other entries from the message indicator?
[ "indicator", "evolution" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><strong>Note: as per Ted and pydave's comments, my original answer below is not the ideal solution. Refer to the <a href=\"https://askubuntu.com/questions/7850/remove-set-up-mail-from-message-indicator/7855#7855\">other</a> <a href=\"https://askubuntu.com/questions/7850/remove-set-up-mail-from-message-indicator/15604#15604\">answers</a> for better solutions.</strong></p>\n\n<p>Removing an item from <code>/usr/share/indicators/messages/applications</code> should remove its corresponding application from the messaging indicator. It should take effect the next time you log in.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-17T04:07:15.803", "id": "7682", "postId": "7851", "score": "0", "text": "Excellent it worked! But I had to load into a Guest session to see that it did work. Killing the panel didn't seem to do the trick. I guess on my next login it should be gone. Thanks Marco! :) or Murat, sorry. ;)", "userDisplayName": null, "userId": "4216" }, { "creationDate": "2011-04-29T14:03:50.987", "id": "41936", "postId": "7851", "score": "4", "text": "This works, but I don't think it's good to encourage people to change/delete files that are under package management. It can cause errors on upgrade or the files will get replaced.", "userDisplayName": null, "userId": "6115" }, { "creationDate": "2011-05-05T17:31:02.117", "id": "44290", "postId": "7851", "score": "2", "text": "I agree with Ted. Uninstalling `evolution-indicator` or blacklisting the indicator is a better approach. An update may restore evolution's indicator. Also, changing system files affects all users (if you're going to do that, why not just uninstall evolution completely: http://askubuntu.com/questions/32231 )", "userDisplayName": null, "userId": "9411" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-17T03:56:13.963", "id": "7851", "lastActivityDate": "2011-10-30T21:44:15.333", "lastEditDate": "2017-04-13T12:23:44.677", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "2181", "parentId": "7850", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p><strong>Note: as per Ted and pydave's comments, my original answer below is not the ideal solution. Refer to the <a href=\"https://askubuntu.com/questions/7850/remove-set-up-mail-from-message-indicator/7855#7855\">other</a> <a href=\"https://askubuntu.com/questions/7850/remov...
null
null
null
null
null
7856
1
7857
2010-10-17T04:44:38.517
1
732
<p>I used to have a perfectly good working DropBox account on my Ubuntu 10.04 LTS computer. Somewhere along the chain of "sudo apt-get update; sudo apt-get upgrade" over the past year, my DropBox suddenly stopped working. Instead, I see Ubuntu One stuff on the menus in Nautilus instead of DropBox.</p> <p>So, I did "apt-get --purge remove nautilus-dropbox", and then went to DropBox.com to download the deb file and reinstall it again.</p> <p>But no dice. I get the DropBox icon in my "systray", and clicking it opens ~/Dropbox folder, but it does not sync with DropBox and rightclicking Nautilus does not show me menu items for Dropbox. Instead, I see items for Ubuntu One sharing.</p> <p>I like Ubuntu One really only for the music purchasing because I am guessing that it helps Canonical.com pay Ubuntu's light bills. But I'm not interested in anything else with Ubuntu One besides that -- not interested in Ubuntu One offsite file storage. I really just want my Dropbox sync with Nautilus to start working again.</p> <p>How do I fix this back so that Dropbox syncs with Nautilus again?</p>
1698
null
null
2011-12-24T05:24:45.143
Ubuntu One Eating My Dropbox
[ "nautilus", "ubuntu-one", "dropbox" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You need to issue a <code>dropbox start</code> or possibly a <code>dropbox start -i</code>, it seems as though your daemon is not running.</p>\n\n<p>It will automatically do everything for you, and nautilus extension will be enabled once the daemon starts.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-17T06:51:04.060", "id": "7699", "postId": "7857", "score": "2", "text": "Thanks. I ended up giving up on Ubuntu One, thinking it was conflicting with Dropbox APIs. I did \"sudo apt-cache search ubuntu | grep -i one\" and found I could remove Ubuntu One with \"sudo apt-get remove ubuntuone-client\". I also stopped any Ubuntu One services left behind. I rebooted the PC, and then waited for the folder to synchronize. All was well after that, and the DropBox menu appeared again when I rightclick a folder in ~/Dropbox.", "userDisplayName": null, "userId": "1698" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T04:47:36.973", "id": "7857", "lastActivityDate": "2010-10-17T04:47:36.973", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2804", "parentId": "7856", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>You need to issue a <code>dropbox start</code> or possibly a <code>dropbox start -i</code>, it seems as though your daemon is not running.</p>\n\n<p>It will automatically do everything for you, and nautilus extension will be enabled once the daemon starts.</p>\n", "commen...
null
null
null
null
null
7858
1
7919
2010-10-17T04:55:42.920
86
257613
<p>I was feeling Ubuntu was running a bit sluggish, and then I went to see the processes running on it, and found one which was using something like 50% of CPU called <code>ksoftirqd/0</code>. </p> <p>Does anyone know what this process does, why it is using so much CPU and how to make it less CPU-intensive?</p>
4219
196255
2013-12-13T14:52:36.293
2020-03-16T15:24:37.197
Why is ksoftirqd/0 process using all of my CPU?
[ "cpu-load", "process" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Your computer communicates with the devices attached to it through IRQs (interrupt requests). When an interrupt comes from a device, the operating system pauses what it was doing and starts addressing that interrupt.</p>\n\n<p>In some situations IRQs come very very fast one after the other and the operating system cannot finish servicing one before another one arrives. This can happen when a high speed network card receives a very large number of packets in a short time frame.</p>\n\n<p>Because the operating system cannot handle IRQs as they arrive (because they arrive too fast one after the other), the operating system queues them for later processing by a special internal process named <code>ksoftirqd</code>.</p>\n\n<p>If <code>ksoftirqd</code> is taking more than a tiny percentage of CPU time, this indicates the machine is under heavy interrupt load.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T11:37:00.673", "id": "7919", "lastActivityDate": "2010-10-17T22:41:13.523", "lastEditDate": "2010-10-17T22:41:13.523", "lastEditorDisplayName": null, "lastEditorUserId": "3026", "ownerDisplayName": null, "ownerUserId": "3026", "parentId": "7858", "postTypeId": "2", "score": "102" }
[ { "accepted": null, "body": "<p>ksoftirqd is a per-cpu kernel thread that runs when the machine is under heavy soft-interrupt load.So, it is not eating your cpu but rather reducing your IRQ load.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2015-12-20T12:50:46.803...
null
null
null
null
null
7859
1
7883
2010-10-17T05:00:04.137
6
496
<p>I'm not looking for recommendations on what music player I should use. I would simply like to know which Music players use Ubuntu's new sound menu. The only two I know of for sure are Banshee and Rhythmbox. Maybe Amarok does too? Are there any outside of these?</p>
693
235
2011-02-17T20:23:39.290
2011-02-17T20:23:39.290
Which music players use the SoundMenu?
[ "music", "indicator-sound" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Players need to have <a href=\"http://www.mpris.org/\" rel=\"nofollow\">MPRIS</a> support and register themselves on the sound menu as <a href=\"https://wiki.ubuntu.com/SoundMenu#Music%20player%20integration\" rel=\"nofollow\">described</a> on the sound menu specification to place their controls in it. Currently Rhythmbox, Amarok and Banshee (via the plugin shipped in the <code>banshee-extension-soundmenu</code> package in Maverick) work in Maverick, <a href=\"http://groups.google.com/group/xnoise/browse_thread/thread/1818498fa8b67133?hl=en\" rel=\"nofollow\">Xnoise</a> and <a href=\"http://www.webupd8.org/2010/09/how-to-add-mpd-to-ubuntu-sound-menu.html\" rel=\"nofollow\">mpd</a> have plugins / versions you can install externally, and work is underway to add support in <a href=\"https://bugs.launchpad.net/exaile/+bug/618483\" rel=\"nofollow\">Exaile</a> and <a href=\"http://code.google.com/p/quodlibet/issues/detail?id=149#c14\" rel=\"nofollow\">Quod Libet</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T07:26:58.627", "id": "7883", "lastActivityDate": "2010-10-17T07:26:58.627", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2181", "parentId": "7859", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>By default it's Banshee and Rhythmbox as you said but Banshee needs a plugin to work with it. I'm sure there's others that work but they might need a plugin. Amarok and Xnoise seem to work as well. </p>\n\n<p><a href=\"https://wiki.ubuntu.com/SoundMenu\" rel=\"nofollow norefe...
null
null
null
null
null
7862
1
null
2010-10-17T05:22:36.447
1
2391
<p>I just customised Ubuntu 10.10 using Remastersys using 'dist' option. But, when I booted the custom iso image to pendrive &amp; booted using it, the live desktop is showing up. But, how can I install it? There is no installer in the desktop. Can anyone help?</p>
null
1158
2010-10-18T18:00:44.643
2015-10-06T07:02:08.507
No installer icon in Desktop when customized Ubuntu 10.10 using Remastersys
[ "10.10" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2013-04-13T04:11:31.740", "id": "353016", "postId": "7862", "score": "0", "text": "To anyone else considering voting to close: This has helpful upvoted answers (and consequently doesn't appear in the list of unanswered questions). Since it's answered, it's neither abandoned no...
null
[ { "accepted": null, "body": "<p>The install command should still be the forth item down in the Admin menu. Remaster doesn't pick up anything from the desktop but the command should still be in the menu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense...
null
null
null
null
Alan
7863
1
7869
2010-10-17T05:33:29.020
2
2072
<p>I would like to install a 32-bit deb package on AMD64. It is not anything system critical, would it cause problems? Is there a better way to install?</p>
2138
null
null
2010-10-17T06:29:20.577
Is it ok to force install an 32-bit Debian Package on AMD64?
[ "package-management" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T05:41:23.860", "id": "7690", "postId": "7863", "score": "0", "text": "Which package you are trying to install?", "userDisplayName": null, "userId": "2950" }, { "creationDate": "2010-10-18T04:55:17.453", "id": "7911", "postId": "7863", "sc...
{ "accepted": true, "body": "<p>You could do it with</p>\n<blockquote>\n<p>sudo dpkg -i --force-all [package.deb]</p>\n</blockquote>\n<p>After that you can install needed dependencies with</p>\n<blockquote>\n<p>sudo apt-get -f install</p>\n</blockquote>\n<p>Note that this would probably not work because of non-installable dependencies. If the package has no dependencies or all are in Ubuntu - then it will be ok. Alternatively if you decide that you REALLY know what you are doing then you can modify the dependencies of the DEB file manually using:</p>\n<blockquote>\n<p>wget <a href=\"http://sites.google.com/site/lightrush/random-1/goldscripttomodifydebpackagedependencies/videbcontrol.sh\" rel=\"nofollow noreferrer\">http://sites.google.com/site/lightrush/random-1/goldscripttomodifydebpackagedependencies/videbcontrol.sh</a></p>\n<p>chmod +x videbcontrol.sh\n./videbcontrol.sh [package.deb]</p>\n</blockquote>\n<p>And then force install it with the first command given above.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-17T06:21:05.670", "id": "7693", "postId": "7869", "score": "1", "text": "+1 for detailed instructions - and for the warning!", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-10-17T08:11:25.113", "id": "7713", "postId": "7869", "score": "0", "text": "Thanks everyone, ill give it a go. I know how to do it just wondered if it would be a good idea. :)", "userDisplayName": null, "userId": "2138" }, { "creationDate": "2010-10-17T09:22:57.977", "id": "7734", "postId": "7869", "score": "3", "text": "You could always experiment with this kind of stuff on a Virtual Machine, so you don't take any risk of breaking your system. Install VirtualBox or VmWare Player.", "userDisplayName": null, "userId": "2950" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T06:16:50.313", "id": "7869", "lastActivityDate": "2010-10-17T06:16:50.313", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "3433", "parentId": "7863", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>I think you can. There are several packages that do not have a 64bit version. What you can't do is install a 64bit on a 32bit. Nevertheless, depending on the package and dependencies, you might experience some issues. For instance, Firefox 32 bit on a 64bit cannot recognize t...
null
null
null
null
null
7865
1
7866
2010-10-17T05:43:41.250
8
10826
<p>I was following this guide: <a href="http://www.howtogeek.com/howto/ubuntu/set-windows-as-default-os-when-dual-booting-ubuntu/">http://www.howtogeek.com/howto/ubuntu/set-windows-as-default-os-when-dual-booting-ubuntu/</a> in order to make windows the default os when I boot the computer but the problem is that the file which opens when I run the commend which manshened in the text is empty and dosn't have any of the lines it should have according to the guide so can anybody help and tell me how to see the text or give another way of making windows 7 the default os?</p>
2788
235
2010-10-17T05:51:38.147
2012-09-14T12:50:14.277
How do I make Windows 7 the default OS instead of ubuntu?
[ "10.10", "grub2", "windows-7" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2013-05-18T16:44:58.527", "id": "373608", "postId": "7865", "score": "1", "text": "There's a more complete answer at http://askubuntu.com/questions/52963/how-do-i-set-windows-to-boot-as-the-default-in-the-boot-loader", "userDisplayName": null, "userId": "1579" } ]
{ "accepted": true, "body": "<p>Run this: <code>sudo apt-get install startupmanager</code>. Then you can launch <code>startupmanager</code> which gives you a GUI to change many settings, including default OS to boot.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T05:48:08.210", "id": "7866", "lastActivityDate": "2010-10-17T05:48:08.210", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2804", "parentId": "7865", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>Run this: <code>sudo apt-get install startupmanager</code>. Then you can launch <code>startupmanager</code> which gives you a GUI to change many settings, including default OS to boot.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "c...
null
null
null
null
null
7871
1
null
2010-10-17T06:32:46.937
0
1953
<p>I have installed Ubuntu 10.10 32-bit on my PC with my USB Flash disk. I then installed an NVIDIA driver through <strong>Additional Drivers</strong>. Unfortunately, I forgot the driver's version, but I think it's nvidia-185. </p> <p>And I rebooted my PC an ugly splash screen appeared, and I can't pass the login screen or log in.</p> <p>How can I resolve this?</p>
null
527764
2018-10-08T07:58:14.657
2018-10-08T07:58:14.657
Ubuntu crashes and I can't log in after installing NVIDIA driver through Additional Drivers
[ "nvidia", "login" ]
3
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>You need to reconfigure xorg. See <a href=\"http://ubuntuforums.org/showthread.php?t=690760\" rel=\"nofollow noreferrer\">this thread on Ubuntu Forums</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0"...
null
null
null
null
Sabiq
7874
1
null
2010-10-17T06:55:38.390
22
28197
<p>I have installed Ubuntu Server 10.04 as a guest operating system under VirtualBox 3.2.10. My host system is Ubuntu 9.04</p> <p>I have configured two network adapters for the guess (a NAT one and a host-only one)</p> <p>The NAT one is recognized without problems by the guest, but in order to recognize the host-only adapter I have to run <code>sudo dhclient</code>, thus making it impossible to run the guest in headless mode.</p> <p>I'm sure I am forgetting something.</p> <p>When i run <code>ifconfig</code> right after login I see two interfaces (<strong>eth0</strong> and <strong>lo</strong>), then after running <code>sudo dhclient</code> I see three interfaces (<strong>eth0</strong>, <strong>eth1</strong> and <strong>lo</strong>)</p> <p>So the question is: How can I make ubuntu to get the IP from the second adapter at boot time in order to be capable of running headless and accessing it via ssh?</p>
551
235
2010-10-19T00:51:31.523
2021-01-08T10:24:08.023
Server does not recognize second VirtualBox Adapter
[ "10.04", "server", "virtualbox", "networking" ]
6
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T07:10:01.230", "id": "7708", "postId": "7874", "score": "0", "text": "Sorry, but I've got to ask: Did you run `ifconfig` or `ifconfig -a` ??", "userDisplayName": null, "userId": "3739" }, { "creationDate": "2010-10-17T07:17:00.570", "id": "7710",...
null
[ { "accepted": null, "body": "<p>have you got the interface configured in <code>/etc/network/interfaces</code> ? if not add the lines</p>\n\n<pre><code> auto eth1\n iface eth1 inet dhcp\n</code></pre>\n\n<p>and restart</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-0...
null
null
null
null
null
7875
1
11401
2010-10-17T06:57:11.663
15
316
<p>I want to use DropBox instead of Ubuntu One. But I like the idea of buying MP3s for 88 cents from Ubuntu One because it can help contribute cash to the Ubuntu project.</p> <p>I have disabled and uninstalled Ubuntu One client on my Ubuntu 10.04 LTS workstation. Is there a way that I can still purchase and download MP3s from Ubuntu One without installing the Ubuntu One client?</p>
1698
null
null
2010-11-04T19:28:11.610
How Do I Purchase Ubuntu One Songs Without Using Ubuntu One File Sharing?
[ "ubuntu-one", "music", "dropbox" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you buy the music via searching for it using the Amazon search in the firefox search bar, your purchase will support Canonical, and you won't need Ubuntu One.</p>\n\n<p><img src=\"https://i.stack.imgur.com/T8dLg.png\" alt=\"screenshot of Amazon search in the firefox search bar\"></p>\n\n<p>Only works in some countries (US, UK, Germany, France, Austria and Switzerland - although I'm not certain the affiliate code works from all of them), and not sure what the download experience is like (nor whether they give you permission to copy the resulting files, nor whether they allow and/or enable you to stream to your mobile device - both of which I don't think I could live without these days).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-05T04:03:08.443", "id": "11852", "postId": "11401", "score": "0", "text": "Clever! :) I really like this.", "userDisplayName": null, "userId": "1698" }, { "creationDate": "2012-04-26T13:56:40.247", "id": "150063", "postId": "11401", "score": "0", "text": "I would not do this. Downloading purchased music from Amazon via their crappy Linux download tools is a HUGE pain...especially on 64bit. Just pay the $39/year for UbuntuOne and disable sync.", "userDisplayName": null, "userId": "5326" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-04T19:28:11.610", "id": "11401", "lastActivityDate": "2010-11-04T19:28:11.610", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "711", "parentId": "7875", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>You must have an Ubuntu One account (and be subscribed to Ubuntu One Basic) to buy music from the Ubuntu One Music Store. You must also have added your computer to Ubuntu One to buy music.</p>\n\n<p>If you do not want to sync your files using Ubuntu One, you can disable file ...
null
null
null
null
null
7881
1
7885
2010-10-17T07:18:24.843
63
122877
<p>I have been using Ubuntu for quite some time but, I have no idea what the X server is? I hear it quite often.</p> <p>I would like to know what the X Server is and what it does. How <code>~/.xinitrc</code> file is used and knowing what the x.org does in the realm of X Server?</p>
null
378524
2017-05-10T04:22:29.037
2018-10-12T05:49:02.253
What is the X server?
[ "xorg", "xserver" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2010-10-17T08:38:56.387", "id": "7719", "postId": "7881", "score": "1", "text": "Not really an ubuntu question.", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2010-10-17T11:39:52.947", "id": "7746", "postId": "7881", "score": "6",...
{ "accepted": true, "body": "<p>X is an application that manages one or more graphics displays and one or more input devices (keyboard, mouse, etc.) connected to the computer.</p>\n\n<p>It works as a server and can run on the local computer or on another computer on the network. Services can communicate with the X server to display graphical interfaces and receive input from the user.</p>\n\n<p>It's worth noting, a common component used with an X server is the Window Manager, an application that manages the resizing and moving of windows and decorative elements of windows such as title bars, minimize, and close buttons.</p>\n\n<p>The X server can be started with the 'startx' command, or more commonly, from a display manager such as gdm.</p>\n\n<p><code>~/.xinitrc</code> is a shell script used by xinit, that starts the X server when not using a display manager, to define some application to start automatically in the X server.</p>\n\n<p><code>/etc/X11/xorg.conf</code> is a configuration file used to give the X server information about the hardware components used, but now the X server can avoid using it, because it is capable of autoconfiguring itself.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-17T11:41:37.017", "id": "7747", "postId": "7885", "score": "0", "text": "i am on Ubuntu maverick, it must be using gdm right? so ~/.xinitrc will help or something else?", "userDisplayName": "chetan", "userId": null }, { "creationDate": "2010-10-17T15:06:06.423", "id": "7786", "postId": "7885", "score": "0", "text": "you can avoid using it, for startup applications just use the System->Preference->Startup-applications menu item", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2020-09-17T17:59:13.890", "id": "2162874", "postId": "7885", "score": "3", "text": "I am new to this concept. Does it mean x server is X.org, or X.org is a concrete implementation of x server?", "userDisplayName": null, "userId": "740124" }, { "creationDate": "2020-09-17T18:17:48.827", "id": "2162895", "postId": "7885", "score": "0", "text": "@QinshengZhang X.org is a concrete implementation of a X server", "userDisplayName": null, "userId": "2647" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-17T08:06:22.013", "id": "7885", "lastActivityDate": "2016-07-28T07:30:58.200", "lastEditDate": "2016-07-28T07:30:58.200", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "2647", "parentId": "7881", "postTypeId": "2", "score": "58" }
[ { "accepted": true, "body": "<p>X is an application that manages one or more graphics displays and one or more input devices (keyboard, mouse, etc.) connected to the computer.</p>\n\n<p>It works as a server and can run on the local computer or on another computer on the network. Services can communicate wit...
null
null
null
null
chetan
7882
1
7918
2010-10-17T07:23:25.907
5
1695
<p>In Nautilus, the Properties of a <strong>single</strong> item shows the size as:<br> a value <strong>rounded to one decimal place</strong>... nn.n KB, MB, GB...<br> followed by an <strong>exact byte count</strong> </p> <p>For <strong>non-single</strong> items, Nautilus onlys show a <strong>rounded</strong> size.</p> <pre><code>(Single item) Size: 1.4 GB (1501773824 bytes) (Multi items) Size: 5 items, totalling 1.4 GB (directory) Size: 5 items, totalling 1.4 GB </code></pre> <p>Is there some way to make Nautilus display the exact byte count in <strong>all</strong> situations? </p> <p>I like the way the Properties dialog allows me to copy this size data, but I usually want to work with the <strong>exact</strong> size (not an approximation). </p> <p>Konqueror shows the real size total, but It doesn't allow me to copy the value to to clipboard.</p> <p><strong>NB:</strong> The soluton <strong>zerwas</strong> provided (<strong>below</strong>) works nicely, except it reaches an integer maximum of 4,294967,296 bytes (4 GB)...<br> So for anyone reading this and interested to use this method, here is the ammended code, which caters for a "long long" integer... 9,223,372,036,854,775,807 bytes (8 EB.. E xaBytes).<br> The first line (/* new */) is at line-number 2337</p> <pre><code>/* new */ long long ll_total_size = total_size; /* MOD */ size_str = g_format_size_for_display (ll_total_size); /* MOD */ text = g_strdup_printf (ngettext("%'d item, with size %s (%lld bytes", /* MOD */ "%'d items, totalling %s (%lld bytes)", /* ASIS */ total_count), /* MOD */ total_count, size_str, ll_total_size); </code></pre> <p>New displayed info: </p> <pre><code>(Single item) Size: 1.4 GB (1501773824 bytes) (Multi items) Size: 5 items, totalling 1.4 GB (1502027641 bytes) (directory) Size: 5 items, totalling 1.4 GB (1502027641 bytes) -- (directory) Size: 188,120 items, totalling 766.8 GB (823295045767 bytes) </code></pre>
2670
2670
2010-10-18T06:04:49.863
2010-10-18T06:04:49.863
Can the Nautilus Properties page show size in bytes for multiple-selects, and for directories?
[ "nautilus", "file-properties" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The value displayed is called by the function <a href=\"http://library.gnome.org/devel/glib/2.15/glib-Miscellaneous-Utility-Functions.html#g-format-size-for-display\">g_format_size_for_display</a> of GLib. You have to edit the source code of nautilus to change this behaviour by just adding an %i to the output:</p>\n\n<p><strong>Step 1</strong>: Download source, install dependencies and open the file to edit</p>\n\n<pre><code>mkdir -p .p/nautilus &amp;&amp; cd .p/nautilus\nsudo apt-get build-dep nautilus\napt-get source nautilus &amp;&amp; cd nautilus*\ngedit src/file-manager/fm-properties-window.c\n</code></pre>\n\n<p><strong>Step 2</strong>: Change the code</p>\n\n<p>Now go to line 2338 (in Nautilus 2.30) and change <code>with size %s</code> to <code>with size %s (%i Bytes)</code>. Do the same for <code>totalling %s</code>. Change it to <code>totalling %s (%i Bytes)</code>\nIt should now look like this:</p>\n\n<pre><code> text = g_strdup_printf (ngettext(\"%'d item, with size %s (%i Bytes)\",\n \"%'d items, totalling %s (%i Bytes)\",\n</code></pre>\n\n<p><strong>Step 3</strong>: Compile</p>\n\n<p>Now you can simply compile Nautilus like every other application</p>\n\n<pre><code>./configure --prefix=/usr\nmake\nsudo make install\nnautilus -q\n</code></pre>\n\n<p>Note that Nautilus will be overwritten whenever there will be an update to it through package management. This means you have to build and install it again manually.</p>\n\n<p>There is also an alternative way by using an Nautilus script, but this would add another entry in the right click meny instead of having the value in the properties window.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-17T13:40:02.220", "id": "7771", "postId": "7918", "score": "1", "text": "Thanks for these instructions. It is a very nice lead-in to compiling-from-source... The results are close to the mark. I am getting new dialog output, but the %i value does not show the size in bytes. It shows the \"size\" as the count of items; the same as %'d.", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-10-17T13:58:26.640", "id": "7774", "postId": "7918", "score": "0", "text": "It seems that the third var is \"total_size\".. in line 2341 ... to become: total_count, size_str, total_size) ... I think I noticed a type warning for %i (as total_size).. Looking into now... but it certainly seems to work! Brilliant!", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-10-18T05:02:07.683", "id": "7912", "postId": "7918", "score": "1", "text": "I modified your code to accomodate longlong integers.. Ive included the ammended code in my original question. Thanks again zerwas.... And I am interested in that script method too :)", "userDisplayName": null, "userId": "2670" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T11:28:43.490", "id": "7918", "lastActivityDate": "2010-10-17T14:26:43.113", "lastEditDate": "2010-10-17T14:26:43.113", "lastEditorDisplayName": null, "lastEditorUserId": "2906", "ownerDisplayName": null, "ownerUserId": "2906", "parentId": "7882", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>The value displayed is called by the function <a href=\"http://library.gnome.org/devel/glib/2.15/glib-Miscellaneous-Utility-Functions.html#g-format-size-for-display\">g_format_size_for_display</a> of GLib. You have to edit the source code of nautilus to change this behaviour ...
null
null
null
null
null
7884
1
null
2010-10-17T08:06:16.880
4
403
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/4103/panel-items-look-weird">panel items look weird</a> </p> </blockquote> <p>How do I fix this error? I know this can be done by restarting the panel, but this is not convenient because every time you boot you need to do it.</p> <p><img src="https://dl.dropbox.com/u/4271271/error.jpg" alt="Screenshot of panel artefacts"></p>
null
-1
2017-04-13T12:23:23.123
2010-10-17T17:49:01.637
How to fix the panel indicator display errors?
[ "10.10", "10.04", "indicator", "compiz", "gnome-panel" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T08:37:26.667", "id": "7718", "postId": "7884", "score": "0", "text": "I also have this problem. Looks like a common bug, someone submit to launchpad?", "userDisplayName": null, "userId": "2804" } ]
null
[ { "accepted": null, "body": "<p>There is a bug for this one already:</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/660877\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/660877</a></p>\n\n<p>It doesn't have any other people saying anything in it...
null
null
2010-10-17T22:29:52.623
null
user4226
7886
1
12243
2010-10-17T08:17:13.987
5
3654
<p>Hopefully an easy one, I have just installed docky on my media center and it refuses to display the correct icon for nautilus when I have it open. Instead I get an ugly grey box. Anyone know how to fix this?</p> <p><img src="https://i.stack.imgur.com/yr37E.png" alt="alt text"></p>
2458
41
2010-10-17T13:00:36.197
2011-03-09T12:10:34.603
Docky is not showing the correct icon
[ "nautilus", "themes", "docky", "icons" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>According to a few questions on Launchpad (<a href=\"https://answers.launchpad.net/do/+question/35584\" rel=\"nofollow\">1</a>, <a href=\"https://answers.launchpad.net/do/+question/75926\" rel=\"nofollow\">2</a>, and <a href=\"https://answers.launchpad.net/do/+question/116151\" rel=\"nofollow\">3</a>), you might actually try looking in <code>~/.local/share/applications/</code> instead. I had an issue with a missing icon for Firefox in Do that I was able to fix that way.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T05:45:02.510", "id": "12243", "lastActivityDate": "2010-11-09T05:45:02.510", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3256", "parentId": "7886", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Make sure your natilus-browser.desktop on <code>/usr/share/applications</code> is good. </p>\n\n<p>Open it with <code>gksu gedit /usr/share/applications/nautilus-browser.desktop</code> and make sure in [Icon] it says «nautilus».</p>\n", "commentCount": "1", "comments"...
null
null
null
null
null
7887
1
null
2010-10-17T08:34:48.200
1
3552
<p>I have 2 monitors (laptop + monitor). One of them 1280*800, second - 1366*768. Now i have 3 problems:</p> <ol> <li>How can i do that all ubuntu panels be only on laptop (first) display?</li> <li>On notebook resolution is 800, on display 768. Of course i have "blind" zone, where i cant see cursor. Nvidia settings show that resolution is 768, but i already can move cursor to this zone. How can i fix this?</li> <li>How can i install different wallpapers on each display?</li> </ol> <p>My nvidia-setting screen: <img src="https://i.stack.imgur.com/Fag1d.png" alt="Nvidia-settings"></p> <p>Please help me and sorry for my english, i am from Russia :)</p>
2964
null
null
2010-10-17T15:41:04.173
Dual monitors in ubuntu 10.10
[ "laptop" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<blockquote>\n <p>How can i do that all ubuntu panels be\n only on laptop (first) display?</p>\n</blockquote>\n\n<p>In your panel's preferences, disable streching across the whole screen temporarily. Now you can drag your panel to your laptop's screen and re-enable streching. ...
null
null
null
null
null
7890
1
7896
2010-10-17T09:07:59.263
2
2770
<p>I installed the Adobe Flash plugin from the software center. Installation took a long and never finished.</p> <p>After a reboot the package is marked as installed but Firefox still says its missing this plugin. I tried uninstalling it from the software center but it just says 'removing" for ever.</p> <p>What can I do?</p> <p><strong>UPDATE</strong></p> <pre><code>$ sudo apt-get install flashplugin-installer E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? </code></pre> <p>I guess it's because it's still being "removed" (although the software center window is closed).</p> <p><strong>UPDATE 2</strong></p> <p>After a reboot:</p> <pre><code>$ sudo apt-get install flashplugin-installer E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. </code></pre> <p><strong>UPDATE 3</strong></p> <pre><code>$ sudo dpkg --configure -a Setting up flashplugin-installer (10.1.85.3ubuntu1) ... Downloading... --2010-10-17 11:18:31-- http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz Resolving archive.canonical.com... 91.189.88.33 Connecting to archive.canonical.com|91.189.88.33|:80... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying. --2010-10-17 11:21:41-- (try: 2) http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz Connecting to archive.canonical.com|91.189.88.33|:80... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying. --2010-10-17 11:22:04-- (try: 3) http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz Connecting to archive.canonical.com|91.189.88.33|:80... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying. --2010-10-17 11:22:52-- (try: 4) http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz Connecting to archive.canonical.com|91.189.88.33|:80... connected. HTTP request sent, awaiting response... </code></pre> <p>And I guess it will keep on...</p> <p><strong>UPDATE 4</strong></p> <p>Seems like this is related: <a href="https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/661979?comments=all" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/661979?comments=all</a></p> <p><strong>UPDATE 5</strong> I tried removing it first then install again using <code>apt-get</code>:</p> <pre><code>$ sudo apt-get remove flashplugin-installer Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: flashplugin-installer 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 188kB disk space will be freed. Do you want to continue [Y/n]? (Reading database ... 120250 files and directories currently installed.) Removing flashplugin-installer ... $ sudo apt-get install flashplugin-installer Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: xulrunner-1.9 firefox-3.0 konqueror-nsplugins msttcorefonts ttf-bitstream-vera ttf-dejavu ttf-xfree86-nonfree xfs The following NEW packages will be installed: flashplugin-installer 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/20.0kB of archives. After this operation, 188kB of additional disk space will be used. Preconfiguring packages ... Selecting previously deselected package flashplugin-installer. (Reading database ... 120229 files and directories currently installed.) Unpacking flashplugin-installer (from .../flashplugin-installer_10.1.85.3ubuntu1_i386.deb) ... Setting up flashplugin-installer (10.1.85.3ubuntu1) ... Downloading... --2010-10-17 11:26:48-- http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz Resolving archive.canonical.com... 91.189.88.33 Connecting to archive.canonical.com|91.189.88.33|:80... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying. --2010-10-17 11:27:34-- (try: 2) http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz Connecting to archive.canonical.com|91.189.88.33|:80... connected. HTTP request sent, awaiting response... </code></pre>
1363
1363
2010-10-17T09:25:53.743
2010-10-17T09:28:33.050
Can't install Adobe Flash Plugin in 10.10
[ "10.10", "flash", "software-center" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T09:09:42.000", "id": "7726", "postId": "7890", "score": "0", "text": "Could you open a terminal (Applications->Accessories->Terminal) and tell us what happens if you enter `sudo apt-get install flashplugin-installer` (you will need to enter your password)", "use...
{ "accepted": true, "body": "<p>The problem is that flashplugin-installer actually downloads the flash tar.gz from Canonical's partner repository (even if is not enabled). It seems that repository is down frequently lately. Is not the first time I see this problem. Get the deb file from Adobe directly <a href=\"http://get.adobe.com/flashplayer/\" rel=\"nofollow\">http://get.adobe.com/flashplayer/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T09:26:30.573", "id": "7896", "lastActivityDate": "2010-10-17T09:26:30.573", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2950", "parentId": "7890", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>The problem is that flashplugin-installer actually downloads the flash tar.gz from Canonical's partner repository (even if is not enabled). It seems that repository is down frequently lately. Is not the first time I see this problem. Get the deb file from Adobe directly <a hr...
null
null
null
null
null
7891
1
8029
2010-10-17T09:12:50.467
4
6893
<p>I have an existing install of Ubuntu 10.10, I have installed using ext4 as my filesystem. I want to change to btrfs. </p> <p>1) Is this sane? If a reinstall is really the only sane way to do this, please let me know.</p> <p>2) What is the safest way to do this?</p> <p>I have enough space on the HDD to create another partition of equal size to the root partition and copy over the data, but will I have to make any changes in <code>/etc</code> or anywhere else?</p> <p>Thanks.</p>
3739
null
null
2011-02-18T08:48:54.193
Changing the filesystem of the root partition after install
[ "filesystem" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T09:14:12.617", "id": "7729", "postId": "7891", "score": "0", "text": "If I use the spare space as a temporary holding-space for my data, copying it there, reformatting the original root partition to btrfs and copying my files back to the partition they started on, w...
{ "accepted": true, "body": "<p>btrfs is marked as experimental, so it's not recommended. But it's your machine... I'd make sure I have backups of everything I cared about. </p>\n\n<p>If it's just system data that you have ( ie from packages) then a fresh install is the way to go. You can keep your existing configuration by backing up the ones you want in <code>/etc</code>. </p>\n\n<p>The other way to do this is, if you have an external drive, you can <code>cp -rfp /</code> to <code>media/your_external_drive</code>. After you unmount the disk, you can reboot into a live cd with the btrfs utils and <code>mkbtrfs /dev/sda</code> ( or whatever dev your disk is on ).</p>\n\n<p>This <em>should</em> preserve grub if you have installed it to the MBR. Then you can plug in your external media and copy back the files. Making sure to change /etc/fstab from ext4 to btrfs. </p>\n\n<p>You could also do the same thing by splitting your drive in two as you mentioned. However if you wish to format your second partition as btrfs before copying, and use it as the root file system, you will also need to change your GRUB configuration to look at the new partition. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-09T21:18:37.733", "id": "27956", "postId": "8029", "score": "1", "text": "I know this is 3 months old but in case somebody else is interested: btrfs-convert https://btrfs.wiki.kernel.org/index.php/Conversion_from_Ext3 http://ubuntuforums.org/showthread.php?t=1389279", "userDisplayName": null, "userId": "10458" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T23:24:50.070", "id": "8029", "lastActivityDate": "2011-02-18T08:48:54.193", "lastEditDate": "2011-02-18T08:48:54.193", "lastEditorDisplayName": null, "lastEditorUserId": "866", "ownerDisplayName": null, "ownerUserId": "3110", "parentId": "7891", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I think you will find a fresh install is the most hassle free way to do this. Bear in mind GRUB cannot currently boot from btrfs so you will need an additional ext3/4 partition for <code>/boot</code>.</p>\n", "commentCount": "1", "comments": [ { "creatio...
null
null
null
null
null
7892
1
null
2010-10-17T09:14:15.393
1
185
<p>I would like to use Ubuntu as my main operating system but I get too many xruns when I run jack. I tried several solutions I found online but I could not solve the problem. I am very happy with the audio settings in puredyne. Is there a way to compare audio settings in puredyne with the settings in ubuntu? which configuration files should I look into? Any help is greatly appreciated.</p>
4088
235
2010-10-24T00:54:02.933
2010-10-24T00:54:02.933
Copying default puredyne audio settings?
[ "configuration", "sound", "jack" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>As far as I know the only options for JACK are passed from command-line, when the daemon is started. The only config file I know is ~/.jackdrc (i guess it is used by qjackctl) which stores the command that is used to run JACK, with all the arguments. So for example my ~/.jack...
null
null
null
null
null
7895
1
7913
2010-10-17T09:17:48.377
4
43213
<p>Well, the title is pretty much it.</p> <p>When I start my system I always get the same user on the login screen (this is the original user created when the system was first installed). How can I change that so I won't have to type in the actual username I use everyday each time?</p>
1363
null
null
2016-01-29T09:32:35.250
How can I change the default user shown in the login screen?
[ "10.10", "login-screen", "users" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yep that is easy :</p>\n\n<p>Open the GDM custom configuration file :</p>\n\n<pre><code>gksudo gedit /etc/gdm/custom.conf\n</code></pre>\n\n<p>Should have a lot of comment and at the end look like this :</p>\n\n<pre><code>[daemon]\n\n[security]\n\n[xdmcp]\n\n[gui]\n\n[greeter]\n\n[chooser]\n\n[debug]\n\n[servers]\n</code></pre>\n\n<p>You'll have to add few lines under greeter like this :</p>\n\n<pre><code>[daemon]\n\n[security]\n\n[xdmcp]\n\n[gui]\n\n[greeter]\n# If true show all the users, if false show the last connected users\nIncludeAll=false\n# User to always show in the user list\nInclude=somebody,somebodyelse\n\n[chooser]\n\n[debug]\n\n[servers]\n</code></pre>\n\n<p>Just replace \"somebody,somebodyelse\" by whatever you want, save the file and reboot and it should work.</p>\n\n<p>More info here :\n<a href=\"http://library.gnome.org/admin/gdm/2.32/gdm.html\" rel=\"noreferrer\">http://library.gnome.org/admin/gdm/2.32/gdm.html</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2021-11-02T21:09:02.620", "id": "2362624", "postId": "7913", "score": "1", "text": "In 2021, 11 years after this answer was posted, the file to edit is now called `/etc/gdm3/custom.conf`", "userDisplayName": null, "userId": "58760" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T11:02:53.263", "id": "7913", "lastActivityDate": "2010-10-17T11:02:53.263", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2834", "parentId": "7895", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>Go to (gdmsetup): System -> Administration -> Login Screen</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-17T10:58:38.750", "id": "7743", "postId": "7906", "score": "0", "text": "In the `login as ......
null
null
null
null
null
7907
1
7917
2010-10-17T10:44:05.453
2
1179
<p>Here is my issue:</p> <p>I have an old 1.6 GB hard drive that has been sitting in the basement for a while. It actually booted up with Windows 95/98 and the when I explored the hard drive it looked like data was still there.</p> <p>I took out the hard drive and put it in an external hd enclosure and hooked it up to my laptop running 10.04. If I do a:</p> <p>sudo fdisk -l</p> <p>The drive doesn't show up. I checked in the Disk Utility and the drive is there but it says it has no partition. I'm pretty sure that it does (as I could see the data when it was still in the pc downstairs).</p> <p>Any thoughts suggestions on how to get the drive to mount correctly? All I really need is to get some files off of the drive.</p> <p>UPDATE:</p> <p>So I'm trying out TestDisk. It appears that there is a read error on just about every cylinder that it's testing though.</p>
2240
2240
2010-10-17T11:06:59.737
2010-10-17T11:12:51.130
How to get Ubuntu to recognize an old Windows 95/98 partitioned hard drive?
[ "hardware", "mount" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T18:17:03.597", "id": "7831", "postId": "7907", "score": "0", "text": "That can mean 2 things: either the drive is broken or there is something wrong with your external drive enclosure.", "userDisplayName": null, "userId": "935" } ]
{ "accepted": true, "body": "<p>You should run Testdisk on the drive to fix its partition table. You can install Testdisk by typing :</p>\n\n<pre><code>sudo apt-get install testdisk\n</code></pre>\n\n<p>Start testdisk with sudo :</p>\n\n<pre><code>sudo testdisk\n</code></pre>\n\n<p>And follow the Step-by-Step instructions here :\n<a href=\"http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step\" rel=\"nofollow\">http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step</a></p>\n\n<p>It's pretty easy and in no time your disk will be fix and you will be able to mount the partitions.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T11:12:51.130", "id": "7917", "lastActivityDate": "2010-10-17T11:12:51.130", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2834", "parentId": "7907", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Try instructions here:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/MountingWindowsPartitions\" rel=\"nofollow\">ubuntu help</a></p>\n\n<p>scroll down to the FAT32 and FAT16 section.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null,...
null
null
null
null
null
7924
1
7987
2010-10-17T12:09:28.280
6
1349
<p>Is it possible to assign <kbd>Shift</kbd> + <kbd>Tab</kbd> to the control key on the right?</p>
4236
25798
2011-11-26T17:04:20.527
2011-11-26T17:04:20.527
Assign shift+tab to the control button on the right?
[ "shortcut-keys" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-17T12:53:23.013", "id": "7765", "postId": "7924", "score": "0", "text": "You know how you're on an Open/Save Dialog box? And you need to navigate backwards? That's shift+tab. I found when I was using Windows that remapping the right control key to shift+tab I was far m...
{ "accepted": true, "body": "<p>In X11 jargon, the name for a key is called its <em>keysym</em> (short for:\nkey symbol). The keysym generated by <kbd>Shift</kbd>+<kbd>Tab</kbd>\nis <code>ISO_Left_Tab</code>. So, in theory, one could just assign the\n<code>ISO_Left_Tab</code> keysym to any key (which you can do with the command\n<a href=\"http://linux.die.net/man/1/xmodmap\" rel=\"nofollow noreferrer\">xmodmap</a>) and this would do the trick.</p>\n\n<p>Unfortunately, some applications (for instance: Firefox) explicitly\nlook for the <em>Shift</em> keypress, and this breaks it, because you cannot\nassign two keysyms (<em>Shift</em> and <em>Tab</em>) to one single key.</p>\n\n<p>Fortunately, <a href=\"https://askubuntu.com/questions/7769/keyboard-shortcut-for-pasting-the-primary-selection/7807#7807\">Roger Pate's answer to this AskUbuntu question</a> provides\na way around it: bind a shortcut to a program that will simulate the\nsimultaneous pressing of <em>Shift</em> and <em>Tab</em>.</p>\n\n<ol>\n<li><p><a href=\"http://apt.ubuntu.com/p/xvkbd\" rel=\"nofollow noreferrer\">Install the <strong>xvkbd</strong> package</a></p></li>\n<li><p>From the <em>System->Preferences->Keyboard shortcuts</em> menu, create a\nnew shortcut, name it e.g. \"Shift+Tab\" and insert the following\ncommand:</p>\n\n<pre><code>sh -c \"xvkbd -text '\\S\\[ISO_Left_Tab]'\"\n</code></pre>\n\n<p>The purpose of this command is just to send a virtual Shift+Tab\nkeystroke to the currently focused window. (Consult the <a href=\"http://man-wiki.net/index.php/1x:xvkbd\" rel=\"nofollow noreferrer\">xvbkd man\npage</a> for more information.)</p></li>\n<li><p>Bind this shortcut to any key you want. Note that, to bind a\nshortcut to a <em>modifier</em> key (i.e., one that is only meaningful in\ncombination with another key, for instance <em>Shift</em> or <em>Alt</em>) you\nneed to deprive it of its modifier status. For example, before\nbinding <em>right-Control</em>, you need to issue this command in a\nterminal: </p>\n\n<pre><code>xmodmap -e 'remove control = Control_R'\n</code></pre>\n\n<p>(See <a href=\"https://askubuntu.com/questions/7715/can-i-use-only-the-super-key-as-a-shortcut\">this other AskUbuntu question</a> for another way to bind\nmodifier keys.)</p>\n\n<p>Note: the xmodmap line above will only have effect until next reboot/logout. To make it persistent, you would have to either put that line into the <code>~/.gnomerc</code> file, or add <code>remove control = Control_R</code> to the <code>~/.Xmodmap</code> file. </p></li>\n</ol>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-10-19T09:41:15.063", "id": "8099", "postId": "7987", "score": "0", "text": "Thanks so much for your help. I did follow the instructions, but strangely it only worked once, then stopped altogether. Control_R is definitely stripped of its modifier status, so I'm at a bit of a loss. (Could this have something to do with having Autokey installed?)", "userDisplayName": null, "userId": "4236" }, { "creationDate": "2010-10-19T09:43:53.483", "id": "8100", "postId": "7987", "score": "0", "text": "@begtognen I do not know much about Autokey, so I cannot help there. However, the `xmodmap` line that I pasted will only last until next reboot/logout. To make it persistent, you would have to either put that line into the `~/.gnomerc` file, or add `remove control = Control_R` to the `~/.Xmodmap` file.", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-10-23T10:54:37.863", "id": "8994", "postId": "7987", "score": "0", "text": "Oops! Sorry, I wasn't very clear - I meant that it literally worked one time, then never worked again. Not that I restarted the computer, but that it worked once, then I immediately tried it again, and no luck.", "userDisplayName": null, "userId": "4236" }, { "creationDate": "2010-10-23T11:24:33.543", "id": "9000", "postId": "7987", "score": "0", "text": "@begtognen Does it work consistently, if you bind it to a different, non-modifier key? E.g., `Pause`", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-10-26T10:38:01.483", "id": "9597", "postId": "7987", "score": "0", "text": "I tried binding it to a few different non-modifier keys. While I couldn't get it to even work once, oddly I did see that *something* was happening: the field I was in would flash whenever I hit the keyboard shortcut.", "userDisplayName": null, "userId": "4236" }, { "creationDate": "2010-10-26T11:50:11.420", "id": "9603", "postId": "7987", "score": "0", "text": "@begtognen: I've double-checked: the steps outlined in the answer work fine on my computers (Lucid & Maverick)... What do you get if you run `xev` and hit your intended-Shift-Tab key in the `xev` window? (Consider using http://paste.ubuntu.com to list output.)", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-10-27T10:25:26.750", "id": "9800", "postId": "7987", "score": "0", "text": "I really appreciate all of your info. I think the problem must be unique to my computer; this time the keyboard just stopped working altogether. Obviously I'm not meant to reassign shift+tab. Hee. I think I'll let it go for now. Thanks so much for the info, though.", "userDisplayName": null, "userId": "4236" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T18:45:34.020", "id": "7987", "lastActivityDate": "2010-10-19T09:45:28.393", "lastEditDate": "2017-04-13T12:24:17.760", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "325", "parentId": "7924", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>In X11 jargon, the name for a key is called its <em>keysym</em> (short for:\nkey symbol). The keysym generated by <kbd>Shift</kbd>+<kbd>Tab</kbd>\nis <code>ISO_Left_Tab</code>. So, in theory, one could just assign the\n<code>ISO_Left_Tab</code> keysym to any key (which you ...
null
null
null
null
null
7925
1
7929
2010-10-17T12:16:58.953
9
5579
<p>Ubuntu 10.10 warns me about low disk space even when there are about 2 GiB free. For me "low disk space" is 50 MiB or less as I use to use my disks at 100% capacity. The warning could be useful for me if it was warning only when I am really running nearly OUT of space. Can this be configured?</p>
2390
22949
2017-09-08T19:58:06.353
2020-01-17T16:41:05.457
Can I configure low disk space warning to a lesser threshold?
[ "filesystem", "disk-usage", "notification" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The notification is part of the gnome-settings-daemon, you can change its behaviour in gconf-editor. To do so:</p>\n\n<ol>\n<li>Press <kbd>Alt</kbd> + <kbd>F2</kbd> and enter <code>gconf-editor</code></li>\n<li>Go to apps > gnome_settings_daemon > plugins > housekeeping</li>\n<li>Change <code>free_size_gb_no_notify</code> to <code>0.05</code> (for ~50MB) or whatever you'd prefer.</li>\n</ol>\n\n<p>There is also a bunch of other settings in there you may find helpful.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-05T21:31:37.547", "id": "12033", "postId": "7929", "score": "2", "text": "Unfortunately it only accepts integer values, so I can't set it 0.05 - only 1 GB at least.", "userDisplayName": null, "userId": "2390" }, { "creationDate": "2013-09-12T09:10:20.580", "id": "1520960", "postId": "7929", "score": "1", "text": "If you create the key of type 'Float', you will be able to specify a value of 0.1 (100MB). I was unable to enter lower value, because of the precision limited to 1 decimal digit", "userDisplayName": null, "userId": "192257" }, { "creationDate": "2020-01-17T15:49:03.920", "id": "2019189", "postId": "7929", "score": "0", "text": "ubuntu 18.04 seems moved to `dconf-editor`", "userDisplayName": null, "userId": "46437" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-17T12:30:34.527", "id": "7929", "lastActivityDate": "2011-11-12T20:23:18.813", "lastEditDate": "2011-11-12T20:23:18.813", "lastEditorDisplayName": null, "lastEditorUserId": "2355", "ownerDisplayName": null, "ownerUserId": "4062", "parentId": "7925", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>The notification is part of the gnome-settings-daemon, you can change its behaviour in gconf-editor. To do so:</p>\n\n<ol>\n<li>Press <kbd>Alt</kbd> + <kbd>F2</kbd> and enter <code>gconf-editor</code></li>\n<li>Go to apps > gnome_settings_daemon > plugins > housekeeping</li>\...
null
null
null
null
null
7926
1
null
2010-10-17T12:17:02.573
6
243
<p>How can I make the indicator applet show my online friends from empathy? Is it even possible with the current indicator?</p>
4233
41
2010-10-17T13:56:54.500
2010-10-17T13:56:54.500
Show contacts in Indicator applet
[ "indicator" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Unfortunately no, this is not currently available for the indicator applet.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T12:23:53.167", "id": "7927", "lastAct...
null
null
null
null
null
7928
1
null
2010-10-17T12:26:09.170
4
2806
<p>My laptop's hard drive heats up quite badly. The regular operating range hovers around 42-44 Centigrade. It gets even worse when the screen is locked with temperatures shooting up to 50C. The casing next to the track pad gets ridiculously hot and at this point I am really worried that continuous high temperatures is a hard drive failure waiting to happen.</p> <p>I've searched and fiddled with <a href="http://en.wikipedia.org/wiki/Hdparm" rel="nofollow">hdparm</a> spin-down options with no success. The other related option seems to be installing this thing called <a href="http://samwel.tk/laptop_mode/" rel="nofollow">laptop-mode-tools</a>. I'm not sure if this will do the trick since it seems to be about extending battery life whereas my problem occurs even with AC power on. </p> <p>What are the options I have ? Will installing Laptop Mode Tools do anything good in this case ?</p> <p>I am using a SATA 7200 rpm drive. Ubuntu version: Lucid Lynx.</p>
2321
2321
2010-10-17T15:44:11.700
2015-05-17T00:13:25.620
Hard drive overheating badly
[ "10.04", "disk", "overheating", "hard-drive" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2011-12-11T06:20:37.997", "id": "98906", "postId": "7928", "score": "0", "text": "Mine hovers around 56° C., so 50° doesn't sound too bad :) Truthfully, laptop hard drives are designed to withstand higher temperatures.", "userDisplayName": null, "userId": "5" } ]
null
[ { "accepted": null, "body": "<p>I know this might be kind of obvious, but have you tried dusting out your laptop? I had the exact same problem on my Acer Ferrari, and once I cleaned all the dust out it cooled down quite nicely.</p>\n", "commentCount": "1", "comments": [ { "creationDate...
null
null
null
null
null
7930
1
null
2010-10-17T12:39:52.727
1
4707
<p>I was following the <a href="https://help.ubuntu.com/community/FreeNX" rel="nofollow">instructions</a> but got this:</p> <pre><code>$ sudo add-apt-repository ppa:freenx-team Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv F3A662B57D580D3A2E98E5152A8E3034D018A4CE gpg: requesting key D018A4CE from hkp server keyserver.ubuntu.com ?: keyserver.ubuntu.com: Connection timed out gpgkeys: HTTP fetch error 7: couldn't connect: Connection timed out gpg: no valid OpenPGP data found. gpg: Total number processed: 0 </code></pre> <p><strong>UPDATE</strong></p> <p>Apparntley this was a proxy issue. See <a href="https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/443404" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/443404</a>. I solved it by:</p> <pre><code>$ sudo http_proxy=http://myproxy:8080 add-apt-repository ppa:freenx-team </code></pre> <p>and continued following the instructions. Now I have another problem:</p> <pre><code>$ sudo /usr/lib/nx/nxsetup --install ------&gt; It is recommended that you use the NoMachine key for easier setup. If you answer "y", FreeNX creates a custom KeyPair and expects you to setup your clients manually. "N" is default and uses the NoMachine key for installation. Do you want to use your own custom KeyPair? [y/N] /usr/lib/nx/nxsetup: line 140: .: filename argument required .: usage: . filename [arguments] Setting up ...mkdir: missing operand Try `mkdir --help' for more information. </code></pre>
1363
235
2010-11-16T20:15:49.517
2010-11-16T20:15:49.517
How can I install FreeNX server?
[ "10.10", "installation", "freenx" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T14:27:05.343", "id": "7778", "postId": "7930", "score": "0", "text": "@hhlp: I didn't get it. Should I just wait for a ppa? What can I do in the meanwhile? I really need my freenx server running.", "userDisplayName": null, "userId": "1363" }, { "crea...
null
[ { "accepted": null, "body": "<p>you can do it yourself </p>\n\n<h1>Add this PPA to it's own list file</h1>\n\n<p>sudo bash -c \"echo 'deb <a href=\"http://ppa.launchpad.net/freenx-team/ppa/ubuntu\" rel=\"nofollow\">http://ppa.launchpad.net/freenx-team/ppa/ubuntu</a> VERSION main\ndeb-src <a href=\"http://pp...
null
null
null
null
null
7931
1
7961
2010-10-17T12:50:53.877
5
4324
<p>Given the fact <code>shred</code> will not be effective on ext3, I wonder what are the available alternatives right now.</p> <pre><code>$ man shred ... CAUTION: Note that shred relies on a very important assumption: that the file system overwrites data in place. This is the traditional way to do things, but many modern file system designs do not satisfy this assumption. The following are examples of file systems on which shred is not effective, or is not guaranteed to be effective in all file sys‐ tem modes: * log-structured or journaled file systems, such as those supplied with AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.) ... </code></pre>
3575
41
2010-10-17T12:58:17.217
2010-10-17T15:51:22.823
Shred alternatives EXT3?
[ "filesystem", "security", "delete", "ext3" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>shred</code> is fine if you want to shred an entire partition, and most will probably be destroyed if you shred a single file, but possibly not all. If you shred the entire partition then you work below the level of the filesystem (and will have to recreate a filesystem after the fact). This will delete <em>everything</em> so should only be done after making a copy of all valuable data, and having reinstall disks to hand. So if you have data on <code>/dev/sda1</code> you could unmount the partition, or boot from a live disk, and do </p>\n\n<pre><code>$ sudo shred /dev/sda1\n</code></pre>\n\n<p>I normally use <code>srm</code> - part of the secure-delete package - for deleting files as it can recursively delete files, unlike shred. I accept it may miss bits, but then I also encrypt my files, so the missed bits should be impossible to decrypt. (I use ecryptfs which encrypts each file with a different key, so provided the first part of the file with the key is properly overwritten, the rest of the file will be impossible to recover. ecryptfs is what is used if you select \"encrypt my files\" on installation).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-18T04:21:15.827", "id": "7909", "postId": "7961", "score": "2", "text": "Summarizing: Either `shred` on the entire partition (good enough for me) or `srm` on a single file if file was encrypted in first place.", "userDisplayName": null, "userId": "3575" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T15:51:22.823", "id": "7961", "lastActivityDate": "2010-10-17T15:51:22.823", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "150", "parentId": "7931", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>As far as I can tell there are no alternatives to shred for journaled file systems. However you can turn your ext3 partition into ext2 temporarily, though it can be a pain. For more information take a look at <a href=\"http://www.freesoftwaremagazine.com/columns/shred_and_sec...
null
null
null
null
null
7933
1
7934
2010-10-17T13:19:20.730
5
1061
<p>I had to do a hard reboot on my computer while installing mysql-admin and now I get an error when trying to install it.</p> <p>Here is the error message: <img src="https://i.stack.imgur.com/dC3Xq.png" alt="alt text"></p> <p>How can I "repair this" ?</p>
2331
169736
2014-02-13T02:23:15.033
2014-02-13T02:23:15.033
How to repair a failed install?
[ "software-center" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I launched \"synaptic\" which told me how to fix it.</p>\n\n<blockquote>\n <p>sudo dpkg --configure -a</p>\n</blockquote>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T13:23:49.097", "id": "7934", "lastActivityDate": "2010-10-17T13:23:49.097", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2331", "parentId": "7933", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>I launched \"synaptic\" which told me how to fix it.</p>\n\n<blockquote>\n <p>sudo dpkg --configure -a</p>\n</blockquote>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T13...
null
null
null
null
null
7936
1
7938
2010-10-17T13:31:58.167
0
940
<p>I can mount my remote server home using:</p> <pre><code>mount servername:/home /mnt/home </code></pre> <p>but this only lasts until reboot.</p> <p>I added the following the the end of <code>/etc/fstab</code>:</p> <pre><code>servername:/home /mnt/home </code></pre> <p>but I get an error while restarting saying mount failed. I opened the (recovery?) console as suggested by the error message, there I could see the server is not recognized. I also tried pinging its IP but it was unreachable. Perhaps this is because we're using a proxy?</p> <p>So, what can I do to mount this location permanently?</p>
1363
null
null
2010-10-17T13:42:26.090
Can mount using mount but not using /etc/fstab
[ "10.10", "mount" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T13:36:58.650", "id": "7769", "postId": "7936", "score": "0", "text": "Is that an NFS share?", "userDisplayName": null, "userId": "4062" }, { "creationDate": "2010-10-17T13:38:00.773", "id": "7770", "postId": "7936", "score": "0", "tex...
{ "accepted": true, "body": "<p>Entries in <code>/etc/fstab</code> normally have four to six fields; I'm not sure if omitting the third field (filesystem type) and fourth field (options) will work. Try</p>\n\n<pre><code>servername:/home /mnt/home nfs auto\n</code></pre>\n\n<p>In fact one problem I can foresee is that since the filesystem type is not present, the boot scripts try to mount the filesystem too early. If you explicitly specify a network filesystem, that filesystem is mounted only when the network is up.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-17T15:15:59.067", "id": "7789", "postId": "7938", "score": "0", "text": "No field could be left out in fstab, it is just their position that render them meaningful.", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2010-10-17T15:30:48.033", "id": "7794", "postId": "7938", "score": "1", "text": "@enzotib: It's the position from the left that counts, so you can leave out the *rightmost* few fields. This is commonly done for fields 5 and 6 (which have to do with dumps and fsck order and are only needed for main OS partitions).", "userDisplayName": null, "userId": "1059" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T13:42:26.090", "id": "7938", "lastActivityDate": "2010-10-17T13:42:26.090", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "7936", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Entries in <code>/etc/fstab</code> normally have four to six fields; I'm not sure if omitting the third field (filesystem type) and fourth field (options) will work. Try</p>\n\n<pre><code>servername:/home /mnt/home nfs auto\n</code></pre>\n\n<p>In fact one problem I can fo...
null
null
null
null
null
7937
1
7940
2010-10-17T13:39:54.027
2
374
<p>In maverick, I get the login sound when my computer starts up and I auto-login.</p> <p>The happens despite the fact that I've turned off the "play login sound" on the administration > login screen dialog.</p> <p>How can I turn off the login sound playing?</p>
3692
41
2010-10-17T13:45:20.287
2010-10-17T13:53:23.590
Login sound still plays despite disabling from administration login screen
[ "10.10", "sound", "login" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The login screen dialog dictates what happens when GDM (The login screen loads) The sound you're likely referring to is actually the GNOME Login Sound which can be disabled in the Startup Applications windows under</p>\n\n<p>System > Preferences > Startup Applications</p>\n\n<p><img src=\"https://i.stack.imgur.com/0su6E.png\" alt=\"alt text\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T13:48:47.483", "id": "7940", "lastActivityDate": "2010-10-17T13:48:47.483", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "41", "parentId": "7937", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Maybe try <strong>Preferences > Startup Applications > Gnome Login Sound</strong>, and disabling it.</p>\n\n<p>EDIT: I would also like to add that you change the sound to your whim: you could put any 10-second sound when Ubuntu starts up.</p>\n", "commentCount": "0", ...
null
null
null
null
null
7944
1
7945
2010-10-17T13:58:44.527
6
3779
<p>I guess some of the screensavers in Ubuntu are nice. But I'd really like more. Is there a website with screensavers for Ubuntu? </p> <p>Also, I am particularly looking for a screensaver that looks a bit like Mac's ribbon ribbons of light thing.</p> <p><img src="https://i.stack.imgur.com/dHnAz.jpg" alt="alt text"></p>
2954
527764
2017-03-10T06:37:07.580
2023-02-19T08:27:06.783
How can I add screensavers?
[ "screensaver" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<pre><code>sudo apt-get install xscreensaver-gl-extra\n</code></pre>\n\n<p>There's a nice once called Flurry but it's quite intensive on the computer and not a very energy-efficient method of <strong>not</strong> using your computer.</p>\n\n<p>Here's what it looks like:</p>\n\n<p><img src=\"https://i.stack.imgur.com/gLyUx.jpg\" alt=\"alt text\"></p>\n\n<p>Edit. There's a whole load more in <code>xscreensaver-data-extra</code> too if you want something different.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-18T13:09:01.533", "id": "7967", "postId": "7945", "score": "0", "text": "Curious to know who and why somebody gave this a -1. If you vote against something, you should explain why so the person has the opportunity to improve their post.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T14:08:10.000", "id": "7945", "lastActivityDate": "2010-10-17T14:26:18.493", "lastEditDate": "2010-10-17T14:26:18.493", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "7944", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<pre><code>sudo apt-get install xscreensaver-gl-extra\n</code></pre>\n\n<p>There's a nice once called Flurry but it's quite intensive on the computer and not a very energy-efficient method of <strong>not</strong> using your computer.</p>\n\n<p>Here's what it looks like:</p>\n\n<...
null
null
null
null
null
7949
1
7953
2010-10-17T14:32:02.560
66
56390
<p>I have a local server running Ubuntu 10.04 headlessly. When I ssh to the server I get some core information about the system, such as </p> <pre><code>System load: 0.0 Processes: XXX Usage of /: 2.5% of 452.69GB Users logged in: 0 Memory usage: 10% IP address for lo: XXX.XXX.XXX.XXX Swap usage: 0% IP address for eth0: XXX.XXX.XXX.XXX Temperature: 40 C </code></pre> <p>What is the command to get this information to print again? I tried looking in the rc.local and the bash.bashrc file to see how this was run, but I could not find anything.</p>
4241
169736
2014-06-09T17:07:00.093
2020-05-01T07:48:35.723
Where does the System Information information come from on login?
[ "login" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The command is</p>\n\n<pre><code>landscape-sysinfo\n</code></pre>\n\n<p>it is run from <code>/etc/update-motd.d/50-landscape-sysinfo</code> when you have installed the package landscape-common.</p>\n\n<p>As of Ubuntu 12.04 (perhaps earlier), update-motd is run at login time by the PAM module pam_motd.so. Originally, update-motd was a cron job.</p>\n\n<hr>\n\n<p><code>landscape-sysinfo</code> is a part of the package <code>landscape-common</code>, so if it's missing you can install it by the command:</p>\n\n<pre><code>sudo apt update &amp;&amp; sudo apt install landscape-common\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-17T15:16:20.050", "id": "7790", "postId": "7953", "score": "1", "text": "slight mistake, it should be `/etc/update-motd.d/50-landscape-sysinfo` not `/etc/update-motd.d/run 50-landscape-sysinfo`", "userDisplayName": null, "userId": "4062" }, { "creationDate": "2014-07-21T21:42:26.350", "id": "672138", "postId": "7953", "score": "0", "text": "I've installed `landscape-common` but don't see the information when I log in again. Do I have to reboot the server?", "userDisplayName": null, "userId": "116961" }, { "creationDate": "2015-11-14T11:21:21.420", "id": "1021754", "postId": "7953", "score": "3", "text": "Possibly useful additional info (referring to 14.04.3):\n\n# `update-motd` appears to dynamically update `/var/run/motd.dynamic` and \"interestingly\" when you log-in you actually get the output from the previous run.\n# `landscape-sysinfo` accepts some useful options (which can be set in `/etc/update-motd.d/50-landscape-sysinfo`), such as `--exclude-sysinfo-plugins=Network`", "userDisplayName": null, "userId": "145568" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-10-17T15:09:11.770", "id": "7953", "lastActivityDate": "2020-05-01T07:48:35.723", "lastEditDate": "2020-05-01T07:48:35.723", "lastEditorDisplayName": null, "lastEditorUserId": "566421", "ownerDisplayName": null, "ownerUserId": "4116", "parentId": "7949", "postTypeId": "2", "score": "102" }
[ { "accepted": true, "body": "<p>The command is</p>\n\n<pre><code>landscape-sysinfo\n</code></pre>\n\n<p>it is run from <code>/etc/update-motd.d/50-landscape-sysinfo</code> when you have installed the package landscape-common.</p>\n\n<p>As of Ubuntu 12.04 (perhaps earlier), update-motd is run at login time b...
null
null
null
null
null
7950
1
null
2010-10-17T14:44:40.643
3
14088
<p>I recently installed Ubuntu Server on an old machine, to set up a website with family photos etc. It is connected to the Internet via my home router (WRT160Nv2). I set the connection up with a static IP address (192.168.1.200), set forwarding rules on the router (for port 80). Apache2 is set up to listen on port 80 (and it does).</p> <p>I can view the website from within the local network (just typing in 192.168.1.200 in the browser on any computer behind the router), but it's invisible from the outside. Ports are forwarded correctly, when I forwarded them to another machine within the network, it's visible from the outside. It has to be some problem with this server, it blocks all connections from external addresses. Why? This is not just a problem with port 80, all ports seem closed from the outside. The built-in firewall (UFW) is active, but set to allow all connections (I tried disabling it, no change). No help from netstat either.</p> <pre>root@czarny:~# netstat -an | grep "LISTEN " tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN tcp6 0 0 :::8080 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN tcp6 0 0 127.0.0.1:8005 :::* LISTEN</pre> <pre>root@czarny:~# ufw status Status: active To Action From -- ------ ---- Apache ALLOW Anywhere Postfix ALLOW Anywhere Dovecot POP3 ALLOW Anywhere Dovecot IMAP ALLOW Anywhere Dovecot Secure IMAP ALLOW Anywhere Dovecot Secure POP3 ALLOW Anywhere Postfix Submission ALLOW Anywhere OpenSSH ALLOW Anywhere Apache Full ALLOW Anywhere</pre>
null
null
null
2010-10-17T15:52:31.103
How to open ports for outside traffic?
[ "server", "apache2", "firewall" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2015-02-12T20:30:14.787", "id": "810022", "postId": "7950", "score": "0", "text": "I know this was closed because \"This question is unlikely to help any future visitors\", but it just helped me. This was an easy fix that isn't apparent at first glance.", "userDisplayName"...
null
[ { "accepted": null, "body": "<p>Oh, I feel stupid now.\nIt was a typo in network configuration (/etc/network/interfaces), wrong default gateway.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T15:52:31...
null
null
2011-12-09T21:32:30.250
null
Jan K
7955
1
8152
2010-10-17T15:26:14.837
10
1878
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/1308/unity-launcher-is-it-available-as-a-separate-package">Unity launcher &mdash; is it available as a separate package?</a> </p> </blockquote> <p>Is it possible just to get the unity launcher - JUST be the unity <strong>launcher</strong> - in desktop edition? As an alternative to Avant, Docky or Gnome Do?</p> <p><em>Update: I would just to point out that we now know the 11.04 desktop edition with have the Unity interface by default!</em></p>
2877
-1
2017-04-13T12:25:03.423
2010-10-29T13:26:15.740
Unity launcher in Desktop Edition?
[ "10.10", "unity", "dock" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-26T12:17:54.370", "id": "9610", "postId": "7955", "score": "0", "text": "Just for clarity: 11.04 Desktop edition will use a desktop version of unity's current interface. But you're probably correct in that it will have the dock. I looking forward to this, just hope it'...
{ "accepted": true, "body": "<p>You could use the <a href=\"http://bigrza.deviantart.com/art/Unite-for-DockbarX-165172732\" rel=\"nofollow noreferrer\">Unite theme</a> for <a href=\"https://edge.launchpad.net/dockbar\" rel=\"nofollow noreferrer\">dockbarx</a> that is intended to replicate Unity. Dockbarx is <a href=\"https://edge.launchpad.net/~dockbar-main/+archive/ppa\" rel=\"nofollow noreferrer\">available in a PPA</a> although you will have to install the theme seperately. </p>\n\n<p><img src=\"https://i.stack.imgur.com/GsYQ9.jpg\" alt=\"Unite theme for dockbarx\"></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-28T08:21:22.587", "id": "10011", "postId": "8152", "score": "0", "text": "What GTK theme are you using? and what kind of notification i sthat?", "userDisplayName": null, "userId": "214" }, { "creationDate": "2010-10-28T08:35:29.500", "id": "10013", "postId": "8152", "score": "0", "text": "It's a [Black Elementary theme](http://gnome-look.org/content/show.php/black-element?content=124850). That isn't 'my' screenshot though, but the [original poster's comments](http://bigrza.deviantart.com/art/Unite-for-DockbarX-165172732?offset=0#comments) suggest the notification is to do with CoverGloobus.", "userDisplayName": null, "userId": "866" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-18T19:26:36.440", "id": "8152", "lastActivityDate": "2010-10-18T19:26:36.440", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "7955", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>An alternative to the unity dock is the dockbarx applet, make sure you install the extra themes so get the unity themes (assuming you are using Ubuntu 10.10, an <code>'apt-get install ubuntu-netbook'</code>)</p>\n\n<p>This is the PPA link:\n<a href=\"https://launchpad.net/~do...
null
null
2010-10-29T14:36:03.063
null
null
7960
1
null
2010-10-17T15:45:19.780
2
574
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/6784/is-it-possible-to-make-indicator-appmenu-ignore-a-specific-application">Is it possible to make indicator-appmenu ignore a specific application?</a> </p> </blockquote> <p>I recently installed the Indicator Applet Application Menu but unfortunately it does not work with Eclipse. So I was wondering if it is possible to disable by using a command line parameter for example.</p>
4248
-1
2017-04-13T12:23:56.577
2010-10-17T15:45:19.780
How to disable Indicator Applet Application Menu for Eclipse
[ "gnome-panel", "eclipse", "globalmenu" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2010-10-17T16:14:09.263
null
null
7968
1
7970
2010-10-17T16:30:54.480
7
7978
<p>I'm having trouble installing <code>libunrar.so</code>. It's required for <a href="http://calibre-ebook.com/">Calibre</a> to convert CBR files.</p> <p>Anyone an idea on where to get it (package or source)?</p>
1790
3550
2010-10-18T18:33:01.170
2020-08-11T23:43:58.833
libunrar.so not found
[ "archive", "libraries", "shared-library" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>download calibre</p>\n\n<p><a href=\"http://sourceforge.net/projects/calibre/files/\" rel=\"nofollow\">http://sourceforge.net/projects/calibre/files/</a></p>\n\n<p>select your system :</p>\n\n<p>64 bits : calibre-x.x.xx-x86_64.tar.bz2</p>\n\n<p>32 bits : calibre-x.x.xx-i686.tar.bz2</p>\n\n<p>extract that file and find libunrar.so in the main directory </p>\n\n<p>copy libunrar.so into \"/usr/lib\" folder</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-17T17:52:23.863", "id": "7823", "postId": "7970", "score": "5", "text": "Put `libunrar.so` in `/usr/local/lib`, not in `/usr/lib`. Never touch anything under `/usr` outside `/usr/local` without going through the package manager. Also, run `sudo ldconfig` after you've installed a `.so` manually.", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2010-10-17T18:14:20.037", "id": "7830", "postId": "7970", "score": "0", "text": "@Gilles, i think is not necesary execute ldconfig in this case because only use (/lib and /usr/lib) man ldconfig and you are using /usr/local/lib", "userDisplayName": null, "userId": "3550" }, { "creationDate": "2016-09-17T23:51:30.790", "id": "1256203", "postId": "7970", "score": "0", "text": "I have found it named `unrar.so` rather than `libunrar.so` by the way.", "userDisplayName": null, "userId": "2390" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T16:49:20.920", "id": "7970", "lastActivityDate": "2010-10-17T17:37:00.937", "lastEditDate": "2010-10-17T17:37:00.937", "lastEditorDisplayName": null, "lastEditorUserId": "3550", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "7968", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>download calibre</p>\n\n<p><a href=\"http://sourceforge.net/projects/calibre/files/\" rel=\"nofollow\">http://sourceforge.net/projects/calibre/files/</a></p>\n\n<p>select your system :</p>\n\n<p>64 bits : calibre-x.x.xx-x86_64.tar.bz2</p>\n\n<p>32 bits : calibre-x.x.xx-i686.t...
null
null
null
null
null
7975
1
10083
2010-10-17T17:00:39.560
2
491
<p>I have around a 150gb hard drive that I had fully allocated to Ubuntu 10.10. I fired up the gparted live cd and reduced it by 47gb for a small ntfs partition for Windows. </p> <p>When it was completed, I rebooted and Ubuntu seemed to load up fine, however, I get the following error at the gdm login screen:</p> <blockquote> <p>The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator.</p> </blockquote> <p>I also have noticed that it says I am using 103gb of 103gb on my Ubuntu partition. Before the resize, I was using about 40gb of space. </p> <p>Why does it suddenly think I'm using 103gb? </p>
3125
null
null
2013-03-16T10:37:44.133
Disk is full after runing gparted?
[ "disk", "gparted" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T18:10:57.107", "id": "7829", "postId": "7975", "score": "0", "text": "please attach the output of *df* command", "userDisplayName": null, "userId": "4099" }, { "creationDate": "2010-10-17T18:45:08.683", "id": "7835", "postId": "7975", "sc...
{ "accepted": true, "body": "<p>I have had this exact problem before, and believe it or not, the answer is rather simple. If you have a livecd/usb, run a disk check on the disk from the terminal and allow it to fix and problems found, and voila, problem solved.</p>\n\n<p>Just for a heads up, to expand on why this happens: sometimes when you resize the partition, it get's marked as if it is read-only. When this happens, some programs will not function correctly. Once you do a disk check and allow it to fix problems, they drive will remember it's correct state, and you'll be back to smooth sailing. My suggestion for the future is, if you need to resize a disk again in the future, wait until the operation is completed and then always do a disk check immediately after (gparted allows disk checks, but a manual check from the terminal is always best).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-28T18:05:23.897", "id": "10083", "lastActivityDate": "2010-10-28T18:05:23.897", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "7975", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I have had this exact problem before, and believe it or not, the answer is rather simple. If you have a livecd/usb, run a disk check on the disk from the terminal and allow it to fix and problems found, and voila, problem solved.</p>\n\n<p>Just for a heads up, to expand on wh...
null
null
null
null
null
7976
1
7977
2010-10-17T17:04:13.280
240
330254
<p>I have a gigabit network set up in my house and a few Ubuntu based boxes. Out of complete curiosity I would like to check the speed between the two boxes.</p> <p>I am not having any problems with speed or anything, it really is just the geek in me that is curious. Plus maybe the results will let me know if there is room for improvement, or that I have something configured wrongly.</p> <p>So how does one properly test the network speed between Ubuntu boxes?</p>
2488
417112
2023-05-06T06:56:05.987
2023-05-06T06:56:05.987
How do you test the network speed between two boxes?
[ "networking", "testing", "bandwidth" ]
8
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>I use <code>iperf</code>. It's a client server arrangement in that you run it in server mode at one end and connect to its from another computer on the other side of the network.</p>\n\n<p>One both machines run:</p>\n\n<pre><code>sudo apt-get install iperf\n</code></pre>\n\n<p>We'll start an <code>iperf</code> server on one of the machines:</p>\n\n<pre><code>iperf -s\n</code></pre>\n\n<p>And then on the other computer, tell <code>iperf</code> to connect as a client:</p>\n\n<pre><code>iperf -c &lt;address of other computer&gt;\n</code></pre>\n\n<p>On the client machine, you'll see something like this:</p>\n\n<pre><code>oli@bert:~$ iperf -c tim\n------------------------------------------------------------\nClient connecting to tim, TCP port 5001\nTCP window size: 16.0 KByte (default)\n------------------------------------------------------------\n[ 3] local 192.168.0.4 port 37248 connected with 192.168.0.5 port 5001\n[ ID] Interval Transfer Bandwidth\n[ 3] 0.0-10.0 sec 1.04 GBytes 893 Mbits/sec\n</code></pre>\n\n<p>Of course, if you're running a firewall on the server machine, you'll need to allow connections on port 5001 or change the port with the <code>-p</code> flag.</p>\n\n<hr>\n\n<p>You can do pretty much the same thing with plain old <code>nc</code> (netcat) if you're that way inclined. On the server machine:</p>\n\n<pre><code>nc -vvlnp 12345 &gt;/dev/null\n</code></pre>\n\n<p>And the client can pipe a gigabyte of zeros through <code>dd</code> over the <code>nc</code> tunnel.</p>\n\n<pre><code>dd if=/dev/zero bs=1M count=1K | nc -vvn 10.10.0.2 12345\n</code></pre>\n\n<p>As demod:</p>\n\n<pre><code>$ dd if=/dev/zero bs=1M count=1K | nc -vvn 10.10.0.2 12345\nConnection to 10.10.0.2 12345 port [tcp/*] succeeded!\n1024+0 records in\n1024+0 records out\n1073741824 bytes (1.1 GB) copied, 9.11995 s, 118 MB/s\n</code></pre>\n\n<p>The timing there is given by <code>dd</code> but it should be accurate enough as it can only output as fast the pipe will take it. If you're unhappy with that you could wrap the whole thing up in a <code>time</code> call.</p>\n\n<p>Remember that the result is in mega<em>bytes</em> so multiply it by 8 to get a mega<em>bits</em>-per-second speed. The demo above is running at 944mbps.</p>\n", "commentCount": "13", "comments": [ { "creationDate": "2010-10-17T17:24:52.043", "id": "7815", "postId": "7977", "score": "0", "text": "Man you have all the answers to my questions! My network apparently is not set up as well as yours only transfer at 714 MBytes and bandwith of 598 Mbits/sec. Dunno may look into that in the future. Thanks.", "userDisplayName": null, "userId": "2488" }, { "creationDate": "2010-10-17T17:33:16.710", "id": "7818", "postId": "7977", "score": "0", "text": "In fairness the other box is only one switch (and 20meters of cat5e) away and there's no congestion. 600mbps is still pretty fast.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2013-12-30T20:59:41.003", "id": "509758", "postId": "7977", "score": "0", "text": "This is great, but I don't have root access to the server.", "userDisplayName": null, "userId": "43568" }, { "creationDate": "2014-05-14T07:38:03.883", "id": "615050", "postId": "7977", "score": "1", "text": "Try -P 10. My result with single connection is similar to jschoens, but with 3+ parallel connections, it consistently pushes 920Mbps.", "userDisplayName": null, "userId": "72152" }, { "creationDate": "2016-02-05T14:04:45.743", "id": "1082939", "postId": "7977", "score": "0", "text": "What if you don't control the server?", "userDisplayName": null, "userId": "234244" }, { "creationDate": "2016-02-05T16:37:56.907", "id": "1083084", "postId": "7977", "score": "2", "text": "@CMCDragonkai You probably shouldn't testing resources that aren't yours. Bandwidth heavy tests can have an impact on short-term stability.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2017-01-26T22:57:34.973", "id": "1362862", "postId": "7977", "score": "0", "text": "If you're using TCP, `iperf` might be faster than `nc` because of the way they use TCP. See: http://serverfault.com/questions/296539/netcat-throughput-low-but-iperf-high", "userDisplayName": null, "userId": "484565" }, { "creationDate": "2017-12-03T11:33:29.530", "id": "1580264", "postId": "7977", "score": "0", "text": "`iperf` shows 27Mbit speed on gigabit connection, I tried to increased Windows size but it doesn't work.", "userDisplayName": null, "userId": "423869" }, { "creationDate": "2018-07-27T07:03:26.467", "id": "1734414", "postId": "7977", "score": "0", "text": "this is a nice solution, bunt unfortunately, is NOT GOOD, both solutions give fake answers, iperf is REALLY BAD, I get even 75mbps, netcat is better, but also fluctuate ... both solutions aren't good be cause they are about client/server not advanced enough for *squeezing* every bit of speed, I'll post my solution as an answer", "userDisplayName": null, "userId": "85151" }, { "creationDate": "2019-11-16T14:21:33.077", "id": "1988776", "postId": "7977", "score": "0", "text": "what if the client is a windows machine?", "userDisplayName": null, "userId": "148788" }, { "creationDate": "2019-11-16T14:25:56.187", "id": "1988779", "postId": "7977", "score": "0", "text": "@jonney ncat might be viable substitute for an option for acting as one side of the `nc` command above, otherwise I'd suggest [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10). If all else fails, a LiveUSB stick with Ubuntu on.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2020-08-15T01:36:32.687", "id": "2145236", "postId": "7977", "score": "0", "text": "@Oli Please do not use WSL. It's a disgusting abomination against the freesoftware movement. It's okay for hooking and grabbing people into Linux who would otherwise refuse to try it, but developers should avoid it at all costs. Stick to the real actual good Linux, not the flimsy WSL Linux pasted on top of all the evil proprietary Microsoft crap.", "userDisplayName": null, "userId": "712645" }, { "creationDate": "2020-08-15T18:52:10.343", "id": "2145624", "postId": "7977", "score": "0", "text": "@JackGriffin Please leave the preaching in church. Somebody had an existing Windows install at one end of this problem and wanted to apply my solution. WSL isn't a bad option in that case.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-17T17:15:26.057", "id": "7977", "lastActivityDate": "2016-02-28T13:42:36.773", "lastEditDate": "2016-02-28T13:42:36.773", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "7976", "postTypeId": "2", "score": "376" }
[ { "accepted": true, "body": "<p>I use <code>iperf</code>. It's a client server arrangement in that you run it in server mode at one end and connect to its from another computer on the other side of the network.</p>\n\n<p>One both machines run:</p>\n\n<pre><code>sudo apt-get install iperf\n</code></pre>\n\n<...
null
null
null
null
null
7979
1
7982
2010-10-17T17:22:10.470
15
23250
<p>Background: I cannot figure out how to make Rhythmbox scan ONLY the folder with my music in it. I want to delete all of its settings and start over.</p> <p>What do I have to do to make Rhythmbox think it's never been run before?</p>
1859
null
null
2021-08-16T16:26:09.420
How can I reset all Rhythmbox preferences and library information?
[ "rhythmbox", "settings" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Remove these folders: </p>\n\n<ul>\n<li><code>~/.local/share/rhythmbox</code> </li>\n<li><code>~/.cache/rhythmbox</code> </li>\n<li><code>~/.gconf/apps/rhythmbox</code>.</li>\n</ul>\n\n<p>You can use your file browser to do this or run this command from the terminal:</p>\n\n<pre><code>rm ~/.local/share/rhythmbox/ ~/.cache/rhythmbox/ ~/.gconf/apps/rhythmbox/ -r\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-17T17:29:11.320", "id": "7982", "lastActivityDate": "2011-06-30T15:37:57.550", "lastEditDate": "2011-06-30T15:37:57.550", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "7979", "postTypeId": "2", "score": "27" }
[ { "accepted": true, "body": "<p>Remove these folders: </p>\n\n<ul>\n<li><code>~/.local/share/rhythmbox</code> </li>\n<li><code>~/.cache/rhythmbox</code> </li>\n<li><code>~/.gconf/apps/rhythmbox</code>.</li>\n</ul>\n\n<p>You can use your file browser to do this or run this command from the terminal:</p>\n\...
null
null
null
null
null
7980
1
8576
2010-10-17T17:24:31.997
0
658
<p>Just found something strange after updating from 10.04 to 10.10. I've set up my screensaver to lock the account when activated.</p> <p>When I log back in, I see my desktop for a second and then the screensaver starts again and I have to re-login. I checked my process list in gnome system monitor, and I have two gnome-screensaver processes(!?), one started as <code>/usr/bin/gnome-screensaver</code> and other simply as <code>gnome-screensaver</code>. And no, I did not start one manually.</p> <p>Where do I look for a way to switch off one of those (supposing that's the problem)? I did not find anything in my startup applications.</p>
2385
235
2010-10-17T18:07:33.593
2011-01-16T13:27:16.157
Screensaver + lock double login problem after Maverick upgrade
[ "10.10", "login-screen", "gdm", "screensaver" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T17:30:47.027", "id": "7817", "postId": "7980", "score": "1", "text": "Have you restarted your computer since this happened? I had a similar problem that went away after I restarted.", "userDisplayName": null, "userId": "114" }, { "creationDate": "201...
{ "accepted": true, "body": "<p>As suggested by DoR, a restart seems to have resolved the issue permanently.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-20T22:36:01.310", "id": "8576", "lastActivityDate": "2010-10-20T22:36:01.310", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2385", "parentId": "7980", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>As suggested by DoR, a restart seems to have resolved the issue permanently.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-20T22:36:01.310", "id": "8576", "lastAc...
null
null
null
null
null
7990
1
33752
2010-10-17T19:34:21.017
4
3746
<p>I'm trying to compile an application (peekabot) from source on a clean install of 10.10 (this is under VirtualBox on OS X, but I don't think that this is a problem). When it performs a linking step it fails because of a missing static library:</p> <pre><code>libtool: link: cannot find the library `/usr/lib/libgdk_pixbuf-2.0.la' or unhandled argument `/usr/lib/libgdk_pixbuf-2.0.la' </code></pre> <p>I have libgdk-pixbuf2.0-dev installed, hence the worry.</p> <p>The reference to the library appears to have been added as a dependency of libgtkglextmm and libgdkglextmm:</p> <pre><code>grep "libgdk_pixbuf-2.0.la" /usr/lib/*.la /usr/lib/libgdkglextmm-x11-1.2.la:dependency_libs=' /usr/lib/libgdkglext-x11-1.0.la /usr/lib/libgdk-x11-2.0.la /usr/lib/libgdk_pixbuf-2.0.la /usr/lib/libpangocairo-1.0.la /usr/lib/libgio-2.0.la /usr/lib/libpangox-1.0.la /usr/lib/libpango-1.0.la /usr/lib/libgobject-2.0.la /usr/lib/libgmodule-2.0.la /usr/lib/libglib-2.0.la -lGLU -lXmu -lXt -lSM -lICE /usr/lib/libgdkmm-2.4.la /usr/lib/libpangomm-1.4.la /usr/lib/libglibmm-2.4.la /usr/lib/libcairomm-1.0.la /usr/lib/libcairo.la -lfreetype -lz -lfontconfig -lpng12 -lxcb-render-util -lXrender -lX11 -lpixman-1 /usr/lib/libsigc-2.0.la' /usr/lib/libgtkglextmm-x11-1.2.la:dependency_libs=' /usr/lib/libgdkglextmm-x11-1.2.la /usr/lib/libgtkglext-x11-1.0.la /usr/lib/libgdkglext-x11-1.0.la /usr/lib/libgtk-x11-2.0.la /usr/lib/libatk-1.0.la /usr/lib/libpangoft2-1.0.la /usr/lib/libfreetype.la /usr/lib/libgdk-x11-2.0.la /usr/lib/libgdk_pixbuf-2.0.la /usr/lib/libpangocairo-1.0.la /usr/lib/libgio-2.0.la /usr/lib/libpangox-1.0.la /usr/lib/libpango-1.0.la /usr/lib/libgobject-2.0.la /usr/lib/libgmodule-2.0.la /usr/lib/libglib-2.0.la -lGLU -lXmu -lXt -lSM -lICE /usr/lib/libgtkmm-2.4.la /usr/lib/libgiomm-2.4.la /usr/lib/libgdkmm-2.4.la /usr/lib/libatkmm-1.6.la /usr/lib/libpangomm-1.4.la /usr/lib/libcairomm-1.0.la /usr/lib/libcairo.la -lfreetype -lpng12 -lxcb-render-util -lXrender -lX11 -lpixman-1 /usr/lib/libglibmm-2.4.la /usr/lib/libsigc-2.0.la -lz -lfontconfig' </code></pre> <p>But the referenced static library is missing from my system. So, is there a way to get this library that I'm missing, or is there some other workaround I can use?</p> <p>thanks, Nick</p>
4263
4263
2010-10-17T19:55:07.167
2011-04-06T12:47:12.570
What can I do about missing libgdk_pixbuf-2.0.la?
[ "10.10", "compiling", "libraries" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-18T14:29:16.020", "id": "7980", "postId": "7990", "score": "0", "text": "The developer of peekabot has now filed this as a bug: https://bugs.launchpad.net/ubuntu/+source/gtkglextmm/+bug/662572", "userDisplayName": null, "userId": "4263" }, { "creationDa...
{ "accepted": true, "body": "<p>My fix for this was to open the files</p>\n\n<pre><code>/usr/lib/libgtkglextmm-x11-1.2.la\n /usr/lib/libgdkglextmm-x11-1.2.la \n</code></pre>\n\n<p>and replace any occurrences of</p>\n\n<pre><code> /usr/lib/libgdk_pixbuf-2.0.la\n</code></pre>\n\n<p>with</p>\n\n<pre><code>-lgdk_pixbuf-2.0\n</code></pre>\n\n<p>However, the bug should now be fixed properly:</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/gtkglextmm/+bug/662572\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/gtkglextmm/+bug/662572</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-04-06T08:14:51.583", "id": "33752", "lastActivityDate": "2011-04-06T12:47:12.570", "lastEditDate": "2011-04-06T12:47:12.570", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "4263", "parentId": "7990", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Are you building a 32-bit application on 64-bit by chance? This question reminds me of <a href=\"https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/641056\" rel=\"nofollow\">this bug</a> which I'm not 100% sure we fixed this cycle.</p>\n", "commentCount": "1", ...
null
null
null
null
null
7993
1
8010
2010-10-17T19:48:19.933
19
34847
<p>I intend to use <code>mutt</code> to send automated emails via <code>cron</code> or <code>at</code> with attachments to my gmail address when particular events happen on my Ubuntu server. Currently, <code>mutt</code> cannot send email to external email addresses, I believe this is because I need to setup a Mail Transfer Agent. How do I go about selecting a suitable MTA and how do I set it up to perform what I need it to do?</p>
1449
1449
2010-10-17T21:32:24.267
2014-11-11T08:33:44.143
How can I setup a Mail Transfer Agent?
[ "email", "cron-jobs" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T21:12:39.040", "id": "7864", "postId": "7993", "score": "1", "text": "You don't need mutt to have cron or at send mails to your gmail-account. Any properly configured MTA should be enough for that.", "userDisplayName": null, "userId": "935" }, { "cr...
{ "accepted": true, "body": "<p>There are a few choices to be made when selecting an MTA to install;\nthe first one is whether you want a <em>send-only</em> MTA or you need a\nfully-fledged mail server.</p>\n\n<p><a href=\"https://unix.stackexchange.com/questions/1449/lightweight-outgoing-smtp-server\">This Unix.SE post</a>\nprovides a comprehensive list of send-only MTAs available; all of them\nare already packaged for Ubuntu 10.10. There are a few things you\nmight want to consider when choosing a send-only MTA:</p>\n\n<ol>\n<li><p>whether it can queue e-mails for later delivery in case of a\nfailure: IIRC, only <code>nullmailer</code> can do this.</p></li>\n<li><p>whether it will replace the system mail delivery agent (look for a\nline <code>Provides: mail-transport-agent</code> in the output of <code>apt-cache\nshow package</code>). If it does, then all mail originating from the\nsystem (including reports from cron jobs, popularity statistics,\netc.) will be handled by the MTA you install: if you do not set up\ncorrect mail aliases for <em>root</em> and other users, the email might\nend up delivered at the wrong address (typically, some sysadmin at\nyour ISP). Currently, packages <code>nullmailer</code>, <code>esmtp-run</code> (but not\n<code>esmtp</code>) and <code>ssmtp</code> fall into this category.</p></li>\n<li><p>All send-only MTAs will just forward your email to another server\n(called \"relay host\" or \"smarthost\"; typically it's your ISP's SMTP\nserver) and then let it handle all the details of real Internet\nmail delivery. You need to figure out whether there are any\nspecial requirements for connecting to the ISP server (e.g., some\nkind of authentication or TLS) and choose an MTA that supports the\nrequired features (for instance, <code>ssmtp</code> does not support any kind\nof authentication or SSL/TLS).</p></li>\n</ol>\n\n<p>Fully-fledged mail servers include <a href=\"http://www.exim.org\" rel=\"nofollow noreferrer\">exim</a>,\n<a href=\"http://www.postfix.org/\" rel=\"nofollow noreferrer\">postfix</a>, and\n<a href=\"http://en.wikipedia.org/wiki/Sendmail\" rel=\"nofollow noreferrer\">sendmail</a>. The\npost-installation installation script for Debian/Ubuntu will do a\ngreat job of producing a working configuration for some common setup\n(delivery of mail to the local system only; sending email through a\n\"smarthost\" -- i.e., a mail server you funnel all your emails\nthrough, typically your ISP's SMTP host; internet site with full\ninbound and outbound connectivity). IMHO, postfix is the easiest to\nrun and configure, but since it's so capable, its configuration manual\nis way longer than any of the send-only MTAs.</p>\n\n<p>In addition, the <em>real</em> risk with setting up a mail server is that, if\nyou make a mistake in the local configuration, you end up with mail\ndelivered to the wrong place (read: lost) or <em>-worse-</em> with an\nopen-relay system that can be used by spammers (and, trust me, they\ncan find an open relay before you realize your server is one).</p>\n\n<p>My advice would be then to start with a send-only MTA and then\nupgrade to a full mail server only if you see the need for it (which\nis not the case if you just want to send emails to your GMail\naddress). </p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-10-17T21:06:11.420", "id": "7860", "postId": "8010", "score": "0", "text": "OK, so lets say I setup an email address like myserver@gmail.com and enable smtp on the gmail account. I could configure a client program on the server to send mail using this gmail account via SMTP and therefore avoid the complexity of a fully fledged mail server setup?", "userDisplayName": null, "userId": "1449" }, { "creationDate": "2010-10-17T21:42:00.200", "id": "7871", "postId": "8010", "score": "0", "text": "@Griffo: Yes, this is exactly what a \"send-only\" MTA does; just use `msmtp` (as suggested in ixtmixilix' answer) or choose one from the list at the URL I have posted above.", "userDisplayName": null, "userId": "325" }, { "creationDate": "2010-10-18T06:59:21.110", "id": "7920", "postId": "8010", "score": "0", "text": "+1 for nullmailer... I use it on my servers, and it's very convenient. Very lightweight, relatively easy to setup. And once it works, you just don't have to bother about it anymore :)", "userDisplayName": null, "userId": "23" }, { "creationDate": "2011-03-01T21:47:26.570", "id": "31800", "postId": "8010", "score": "0", "text": "Also mda (The DragonFly Mail Agent) is able to queue emails for later delivery.", "userDisplayName": null, "userId": "5920" }, { "creationDate": "2014-11-20T22:47:58.210", "id": "756682", "postId": "8010", "score": "0", "text": "It's dma, not mda (The DragonFly Mail Agent).", "userDisplayName": null, "userId": "16821" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T20:49:34.167", "id": "8010", "lastActivityDate": "2010-10-18T13:25:30.057", "lastEditDate": "2017-04-13T12:37:19.757", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "325", "parentId": "7993", "postTypeId": "2", "score": "21" }
[ { "accepted": null, "body": "<p>I would recommend <code>msmtp</code>. Setting up other mail systems, such as <code>sendmail</code>, is definitely quite a hassle. Once you have <code>msmtp</code> setup, you can use it with <code>mutt</code>, and you can also masquerade it as <code>sendmail</code> so that pro...
null
null
null
null
null
7994
1
8073
2010-10-17T19:48:54.880
4
839
<p>Basically, I want the new user to have only a few permissions -- can't read the normal users' home directories, can only read or write files to one directory (can only read or write <code>/home/user/</code>... can not read or write <code>/home/me/</code> or read or write <code>/home/someoneelse/</code>. That's a common setup for schools and universities which run Windows networks. It seems like it should be simple in Ubuntu.</p>
2473
null
null
2010-10-18T18:21:40.503
How can I create a new user with the equivalent of a Windows guest-user's permissions?
[ "10.10", "filesystem", "permissions", "adduser" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T20:33:41.647", "id": "7850", "postId": "7994", "score": "1", "text": "Can you please elaborate this a little more? What you describe is the default behaviour.", "userDisplayName": null, "userId": "1029" } ]
{ "accepted": true, "body": "<p>I don't know anything about that other operating system's \"guest user permissions\" but for Ubuntu you can create users with any privileges you like. On the other hand, there exists a \"guest session\" which can be accessed from an already started session. Both are described <a href=\"http://www.linuxbsdos.com/2010/10/18/guest-session-and-guest-user-accounts-in-ubuntu/\" rel=\"nofollow\">here</a>.</p>\n\n<p>Other than the permissions you give to the new users which you create, I advice you to set your home directories access permissions from your side (in a positive way, in some sense; by setting your rules for your your directory itself; don't rely on the guest users' \"less-privileged\" situation.) To do that, go to /home, right click the home directory you like to set, go to properties, go to permissions and set them as you like. This can be done via command line as well.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-18T08:14:55.193", "id": "8073", "lastActivityDate": "2010-10-18T08:14:55.193", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3781", "parentId": "7994", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>You can use <a href=\"http://manpages.ubuntu.com/manpages/maverick/en/man1/umask.1posix.html\" rel=\"nofollow\">umask</a> such that file permissions are set to only allow the file owners access to their files automatically.</p>\n\n<p>You could also use <a href=\"http://manpag...
null
0
null
null
null
7995
1
8171
2010-10-17T19:49:52.890
0
128
<p>When I plug in my digital audio player two prompts to run programs appear simultaneously:</p> <p><img src="https://i.stack.imgur.com/7SKzP.png" alt="screenshot"></p> <p>How can I disable the prompt for the player's memory card so that only one prompt is displayed?</p>
1859
null
null
2010-10-18T21:54:30.320
How can I disable the prompt to run programs for my digital audio player's memory card?
[ "automount" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T20:38:47.293", "id": "7854", "postId": "7995", "score": "2", "text": "You might want to file a bug report about this, it should be possible for the system to detect this situation. (And I don't have an immediate solution for this, except maybe hiding the memory car...
{ "accepted": true, "body": "<p>Right now, there is nothing you can do. Nautilus doesn't have the functionality to recognize that there are two storage devices in one player.</p>\n\n<p>As a workaround you can go to the nautilus settings and edit them so that no prompt at all is displayed. You still have the option to open the default media player by right-clicking on the device-icon.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-18T21:54:30.320", "id": "8171", "lastActivityDate": "2010-10-18T21:54:30.320", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1736", "parentId": "7995", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Right now, there is nothing you can do. Nautilus doesn't have the functionality to recognize that there are two storage devices in one player.</p>\n\n<p>As a workaround you can go to the nautilus settings and edit them so that no prompt at all is displayed. You still have the...
null
null
null
null
null
7996
1
null
2010-10-17T19:51:53.727
2
1359
<p>I recently upgraded to 10.04, then to an ATI graphics card (I used the internal graphics port before) and now noticed that blender is behaving very strange. Menus don't work or very slowly, fragments on the screen and so on. I didn't try anything else because it's impossible to use.</p> <p>The card is an ATI Radeon HD 4650.</p> <p>Did anyone experience similar problems ? </p>
2247
235
2011-01-30T16:11:19.183
2012-05-18T02:29:37.683
Problems with Blender3D and ATI graphics
[ "10.04", "graphics", "ati", "blender" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T20:34:36.183", "id": "7851", "postId": "7996", "score": "0", "text": "Are you using the vesa, ati or the free driver?", "userDisplayName": null, "userId": "1029" }, { "creationDate": "2010-10-17T21:30:53.113", "id": "7869", "postId": "7996", ...
null
[ { "accepted": null, "body": "<p>I have an ATI Radeon HD 4350 with the open source drivers, and Blender seems to work fine on Ubuntu 10.10 (with visual effects enabled).</p>\n\n<p>You could try a 10.10 live CD to see if the problem still exists there for you.</p>\n\n<p>Another thing you can test, on your 10....
null
null
2012-05-22T19:15:08.803
null
null
7999
1
12572
2010-10-17T19:58:00.150
6
402
<p>I have Ubuntu 10.10 and I have two users registered on it. Once User1 enters to the system and doesn't close his session and User2 enters to the system, User2 can't see Network Manager in his panel. So, he can not see list of available WiFi, etc. </p> <p>How can I solve this bug? </p>
161
59676
2012-08-25T05:44:19.247
2012-08-25T05:44:19.247
There is no Network Manager in the panel for the second user
[ "10.10", "network-manager" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This is a well known upstream bug that appears to be unfixable. It has been open for over two years. You can see <a href=\"https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/284596\" rel=\"nofollow\">the bug report here</a>.</p>\n\n<p>In the event that you are logged in second and you therefore do not have the nm-applet in your panel, you can run the following command to kill the currently running instance and then restart network manager for your login</p>\n\n<pre><code>sudo killall -9 nm-applet &amp;&amp; nm-applet &amp;\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-27T22:43:29.623", "id": "15955", "postId": "12572", "score": "0", "text": "Is there any way to automate this in a shell script + setuid upon user switching? (I'd like users with no administrative permissions to have nm-applet as well..)", "userDisplayName": null, "userId": "2385" }, { "creationDate": "2010-11-29T13:56:03.317", "id": "16150", "postId": "12572", "score": "0", "text": "dr Hannibal Lecter: You probably could do something along these lines. I would suggest posting a new question, either here on on unix.stackexchange.com. You'll get better feedback than asking just me.", "userDisplayName": null, "userId": "458" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-10T22:31:38.730", "id": "12572", "lastActivityDate": "2010-11-10T22:31:38.730", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "458", "parentId": "7999", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Normally this means the second user isn't authorized to change NM settings.</p>\n\n<ul>\n<li>Make common connections available system-wide.</li>\n<li>Give the second user the authorizations required from the Users configuration screen.</li>\n</ul>\n", "commentCount": "5",...
null
null
null
null
null
8000
1
8296
2010-10-17T20:03:06.447
2
2776
<p>is there a tool that enables you to scroll by dragging the mouse with the right button pressed. I was using an app called "MouseImp" on Windows many years ago. The tool was quite handy, since you were able to scroll much faster than with the mouse-wheel e.g. on large pages. Moreover you were able to scroll horizontally as well.</p> <p>This all was possible by just keeping the right mouse-button pressed anywhere on a window and dragging the pointer up, down etc.</p> <p>The software became open-source a few years ago but AFAIK there has not been a linux port.</p> <p>Best, YSN</p>
4266
null
null
2010-10-19T15:34:54.233
MouseImp alternative on Linux (drag and scroll)?
[ "nautilus", "firefox", "mouse", "browser" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T20:40:34.267", "id": "7855", "postId": "8000", "score": "0", "text": "I don't think that there's an overall solution, since most applications already have such a functionality (Firefox f.e. by clicking with the Middle-Mouse-Button). For what applications would you n...
{ "accepted": true, "body": "<p>I have just found the tool that pefectly works! It is even better than MoueImp on Windows has been, and works globally, anywhere you have a scrollbar.</p>\n\n<p>It is called <strong>Gpointing</strong> and can be installed from the Ubuntu Software-Center or by typing</p>\n\n<pre><code>sudo apt-get install gpointing-device-settings\n</code></pre>\n\n<p>in a terminal.</p>\n\n<p>You need to start the tool, activate mouse-wheel-emulation and choose your desired mouse button (right button is number 3 in my case).</p>\n\n<p>The tool seems to be great for touchpad-users as well, since it allows you to customize so many things, like scrolling with circular movement on the touchpad (very handy on large pages).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-19T15:34:54.233", "id": "8296", "lastActivityDate": "2010-10-19T15:34:54.233", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4266", "parentId": "8000", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>For GNU/Linux here is not a tool that enables you to scroll by dragging the mouse with the right button pressed --as far as I know.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "...
null
null
null
null
null
8001
1
null
2010-10-17T20:06:39.550
2
1397
<p>I have Ubuntu 10.10 installed inside of Windows using <a href="http://www.ubuntu.com/desktop/get-ubuntu/windows-installer" rel="nofollow">Wubi</a>. I am running out of space on my Ubuntu disk (currently 405.1 MB free). I have a 180 GB hard drive and when I installed Ubuntu I only allocated 10 GB to it. </p> <p>How can I resize my disk to give Ubuntu some more space?</p>
885
null
null
2010-10-17T20:21:55.990
How can I increase my disk space when Ubuntu is installed inside Windows?
[ "10.10", "windows-7", "disk" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The official Wubi page lists 2 options:</p>\n\n<ul>\n<li>Using LVPM (but the site states that it wouldn't work with 10.04, so I guess it won't work with 10.10)</li>\n<li>Moving your /home to a new virtual disk using the <code>wubi-add-virtual-disk</code> script. You can insta...
null
null
null
null
null
8002
1
8005
2010-10-17T20:18:35.530
18
1120
<p>Is <code>sudo aptitude purge ubuntuone?</code> sufficient to remove everything Ubuntu One-related from my system?</p>
1546
null
null
2010-10-17T20:35:16.543
How to remove everything Ubuntu One-related?
[ "ubuntu-one", "aptitude", "uninstall" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>this guide is great :</p>\n\n<p><a href=\"http://www.howtogeek.com/howto/22881/remove-ubuntu-one-from-ubuntu-10.04/\">http://www.howtogeek.com/howto/22881/remove-ubuntu-one-from-ubuntu-10.04/</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-03-10T16:39:06.997", "id": "131927", "postId": "8005", "score": "0", "text": "Is this linked guide good for 11.10 and 11.04 too, or is there something different that needs to be done?", "userDisplayName": null, "userId": "43594" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T20:27:43.703", "id": "8005", "lastActivityDate": "2010-10-17T20:35:16.543", "lastEditDate": "2010-10-17T20:35:16.543", "lastEditorDisplayName": null, "lastEditorUserId": "3550", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "8002", "postTypeId": "2", "score": "16" }
[ { "accepted": true, "body": "<p>this guide is great :</p>\n\n<p><a href=\"http://www.howtogeek.com/howto/22881/remove-ubuntu-one-from-ubuntu-10.04/\">http://www.howtogeek.com/howto/22881/remove-ubuntu-one-from-ubuntu-10.04/</a></p>\n", "commentCount": "1", "comments": [ { "creationDate...
null
null
null
null
null
8006
1
8009
2010-10-17T20:36:21.110
4
2757
<p>After connecting to a local ftp server, how can I access the files through the terminal?</p>
18127
402324
2018-12-27T11:06:32.253
2018-12-27T11:06:32.253
Accessing files in local ftp server files through terminal?
[ "server", "gnome-terminal", "ftp" ]
2
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>After establishing the connection in GNOME, you can find your FTP files mounted under ~/.gvfs</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T20:48:56.693", "id": "8009", "lastActivityDate": "2010-10-17T20:48:56.693", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2876", "parentId": "8006", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>After establishing the connection in GNOME, you can find your FTP files mounted under ~/.gvfs</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T20:48:56.693", "id": "8...
null
null
null
null
null
8008
1
null
2010-10-17T20:48:24.420
1
537
<p>At the moment,the main tool-bar is on the middle of the screen and there is no space on the tool-bar click-able to get it back to the stretched position </p> <p>thank you </p>
null
235
2010-10-24T00:55:30.307
2012-07-17T10:40:49.783
How to make the toolbar go back to default?
[ "10.10", "tools" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-17T20:58:43.320", "id": "7857", "postId": "8008", "score": "1", "text": "What toolbar are you talking about?", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-10-17T21:04:35.253", "id": "7859", "postId": "8008", "score": ...
null
[ { "accepted": null, "body": "<p>If by the \"main toolbar\" you mean the top panel, try this: Alt-F2, then type gconf-editor in the textbox and execute that command (or run it from a terminal).</p>\n\n<p>In the GConf editor navigate to /apps/panel/toplevels/top_panel_screen0 (where \"/\" indicates a level in...
null
null
null
null
Ignacio M Enriquez
8015
1
8017
2010-10-17T21:08:24.010
75
61636
<p>What programs can be used for IRC (=Internet Relay Chat)?</p>
333
6969
2011-07-28T12:52:13.010
2016-08-31T02:01:31.763
What IRC clients are available?
[ "software-recommendation", "irc" ]
13
1
CC BY-SA 3.0
[ { "creationDate": "2011-11-27T03:25:51.353", "id": "94045", "postId": "8015", "score": "1", "text": "This question is probably [too subjective](http://askubuntu.com/faq#dontask).", "userDisplayName": null, "userId": "18612" } ]
{ "accepted": true, "body": "<h1><a href=\"http://xchat.org/\" rel=\"noreferrer\">XChat</a> <a href=\"http://apt.ubuntu.com/p/xchat\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/v8Hw5.png\" alt=\"Install Xchat\" /></a></h1>\n<blockquote>\n<p>XChat is a graphical IRC Client with a\nGTK+ GUI. It has a look and feel\nsimilar to AmIRC for the Amiga.\nSpecial features include the mIRC\nextension DCC RESUME and mIRC color,\nmultiple server/channel windows,\ndialog windows, and a plugin API.</p>\n</blockquote>\n<p>It does pretty much everything you could want an IRC client to do.</p>\n<p><img src=\"https://i.stack.imgur.com/e5msZ.png\" alt=\"xchat\" /></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2016-12-30T13:37:27.590", "id": "1339297", "postId": "8017", "score": "7", "text": "Notice: XChat is discontinued. Latest update is 6 years old.", "userDisplayName": null, "userId": "304641" } ], "communityOwnedDate": "2010-10-17T21:30:52.820", "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T21:17:24.380", "id": "8017", "lastActivityDate": "2010-10-17T21:17:24.380", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "8015", "postTypeId": "2", "score": "44" }
[ { "accepted": true, "body": "<h1><a href=\"http://xchat.org/\" rel=\"noreferrer\">XChat</a> <a href=\"http://apt.ubuntu.com/p/xchat\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/v8Hw5.png\" alt=\"Install Xchat\" /></a></h1>\n<blockquote>\n<p>XChat is a graphical IRC Client with a\nGTK+ GUI. It h...
2010-10-17T21:30:52.820
null
2014-04-24T04:19:53.093
null
null
8016
1
9051
2010-10-17T21:16:11.653
3
687
<p>Looking for a MySQL data modeling toll, that will actually fit on my netbook screen.</p> <p>The official Workbench needs a higher resolution, so the bottom bit is cut off. Really annoying.</p> <p>Is there an alternative out there? Or some 'trick' to make the workbench fit on my screen?</p>
3788
816190
2019-11-02T20:56:12.410
2019-11-02T20:56:12.410
MySQL Data Modeling on netbook
[ "10.04", "mysql" ]
4
1
CC BY-SA 4.0
[ { "creationDate": "2010-10-17T21:33:09.617", "id": "7870", "postId": "8016", "score": "0", "text": "maybe and IDE with and plug-in can help you like eclipse or similar", "userDisplayName": null, "userId": "3550" } ]
{ "accepted": true, "body": "<p>If by \"modeling tool\" you mean something similar to MySQL Workbench in respects of defining tables and columns with all kinds of MySQL properties, generating CREATE and ALTER scripts from the definitions or setting foreign key relations in table diagrams, automatically adding the needed columns and constraints, then ... no. At least for Linux there's no such thing as an alternative to the Workbench, if the above features are what you want.</p>\n\n<p>If all you need is a diagram drawing tool I'd very much recommend <a href=\"http://www.yworks.com/en/index.html\" rel=\"nofollow\">yEd</a>. Or give dia (mentioned in another answer, cannot link to it here because of reputation limitations) a shot if for some reason you dislike nice looking diagrams.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-23T11:33:32.057", "id": "9051", "lastActivityDate": "2010-10-23T11:33:32.057", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4618", "parentId": "8016", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>dia is a very good program to make diagrams of all type.</p>\n\n<pre><code>sudo apt-get install dia\n</code></pre>\n\n<p>Try it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "201...
null
null
null
null
null
8019
1
8020
2010-10-17T21:35:15.167
7
13361
<p>I have a ATI Radeon 3600 and I am kind of new to Ubuntu and Linux. I have read that proprietary ATI drivers aren't good enough and that open source drivers do work very well.</p>
3731
235
2010-10-18T01:10:07.357
2010-10-18T02:46:59.330
How can I enable ATI open source drivers?
[ "drivers", "ati" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<blockquote>\n <p>This document explains how to install\n and use the open-source radeonhd\n drivers on Ubuntu. This shouldn't be\n necessary... unless you're having\n problems with the open-source\n \"ati/radeon\" driver that comes\n pre-installed with Ubuntu.pre-installed with Ubuntu. </p>\n</blockquote>\n\n<p><a href=\"https://help.ubuntu.com/community/RadeonHD\" rel=\"nofollow\">https://help.ubuntu.com/community/RadeonHD</a></p>\n\n<p><strong>EDIT:</strong> As JanC pointed out, you shouldn't install the RadeonHD driver if the pre-installed driver works.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-10-17T22:02:21.767", "id": "7882", "postId": "8020", "score": "0", "text": "You shouldn't use the radeonhd drivers except if the default radeon open source driver doesn't work!", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-10-17T22:04:55.450", "id": "7883", "postId": "8020", "score": "1", "text": "@JanC, the quote I posted basically says as much.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-10-17T22:22:06.013", "id": "7886", "postId": "8020", "score": "0", "text": "The question didn't mention any problems with running the default driver, and switching to radeonhd (if it works) might cause issues with upgrades in the future. No need to confuse new users with temporary workarounds for exceptional edge cases!", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-10-17T22:23:57.827", "id": "7887", "postId": "8020", "score": "0", "text": "@JanC I doubt the asker knew that the open source drivers were used by default.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-10-17T22:28:39.460", "id": "7888", "postId": "8020", "score": "0", "text": "That's why I posted my answer explaining that... ;-)", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-10-17T22:32:51.670", "id": "7889", "postId": "8020", "score": "1", "text": "@JanC Ok gotcha, edited my answer.", "userDisplayName": null, "userId": "114" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T21:38:18.043", "id": "8020", "lastActivityDate": "2010-10-17T22:32:07.490", "lastEditDate": "2010-10-17T22:32:07.490", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "8019", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<blockquote>\n <p>This document explains how to install\n and use the open-source radeonhd\n drivers on Ubuntu. This shouldn't be\n necessary... unless you're having\n problems with the open-source\n \"ati/radeon\" driver that comes\n pre-installed with Ubuntu.pre-install...
null
null
null
null
null
8021
1
8025
2010-10-17T21:41:21.280
6
2358
<p>I want to convert a large number of video files in various formats into <code>.mp4</code> files (container MPEG-4, codec H.264). I want to do this on an Ubuntu machine, using only command-line tools and I'm willing to install packages from <code>main</code>, <code>restricted</code>, <code>universe</code> and <code>multiverse</code>.</p> <p>Ideally I'd like to be able to do ...</p> <pre><code>for VIDEO_FILE in *; do some_conversion_program $VIDEO_FILE $VIDEO_FILE.mp4 done </code></pre> <p>... and have all my video files in <code>.mp4</code> format with container MPEG-4 and codec H.264.</p> <p>How would you tackle this problem on an Ubuntu machine? What packages do I need to install?</p>
1179
866
2010-12-31T08:48:33.017
2016-02-04T01:40:40.993
Converting a video file in arbitrary file format into MPEG4/H.264?
[ "video", "software-recommendation", "codecs", "conversion" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You will need to install these :</p>\n\n<pre><code>sudo apt-get install ffmpeg libavcodec-unstripped-52 libavdevice-unstripped-52 libavformat-unstripped-52 libavutil-unstripped-50 libpostproc-unstripped-51 libswsclale-unstripped-0 x264\n</code></pre>\n\n<p>In Karmic, Lucid and Maverick you should replace \"unstripped\" by \"extra\" but since there is transitional packages this work too.</p>\n\n<p>And then you can use a script with :</p>\n\n<pre><code>for i in *.avi; do ffmpeg -i \"$i\" -f mp4 \"`basename \"$i\" .avi`.mp4\";done\n</code></pre>\n\n<p>And you can use options like these to set up resolution, video codec and audio codec and audio quality :</p>\n\n<pre><code>for i in *.avi; do ffmpeg -i \"$i\" -s 352x288 -vcodec libx264 -vpre default -acodec libmp3lame -ab 192k -ac 2 -ar 44100 -f mp4 \"`basename \"$i\" .avi`.mp4\";done\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T22:02:39.723", "id": "8025", "lastActivityDate": "2010-10-17T22:30:04.400", "lastEditDate": "2010-10-17T22:30:04.400", "lastEditorDisplayName": null, "lastEditorUserId": "2834", "ownerDisplayName": null, "ownerUserId": "2834", "parentId": "8021", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>You will need to install these :</p>\n\n<pre><code>sudo apt-get install ffmpeg libavcodec-unstripped-52 libavdevice-unstripped-52 libavformat-unstripped-52 libavutil-unstripped-50 libpostproc-unstripped-51 libswsclale-unstripped-0 x264\n</code></pre>\n\n<p>In Karmic, Lucid an...
null
null
null
null
null
8031
1
8032
2010-10-17T23:27:56.027
2
2090
<p>Hey! I am having this really strange problem. I can't convert a file to utf8 it's always in us-ascii.</p> <p>I have tried this:</p> <blockquote> <p>iconv --verbose --output=test2 -t UTF-8 test</p> </blockquote> <p>(I have also specified the -f with iso-8859-1 and us-ascii) and when I do</p> <blockquote> <p>file --mime-encoding test2</p> </blockquote> <p>I get us-ascii The file contains some html and php. I really don't understand this. I have tried using notepad++ (I am sharing this folder to a win7 pc). I set the encoding to utf8 without bom, the file seems to change (the icon turns red) but when I save and check it continues to do be us-ascii.</p> <p>I have checked the $LANG and it outputs en_US.UTF-8 (should I change something in the locales? I would prefer this not to anything country specific)</p> <p>I have also tried recode which also didn't work.</p> <p>Note: Some files are being created in utf8 (I am using eclipse and have set the project properties to encode in utf8) but for some strange reason some are not being correctly encoded. Again their contents are html and php.</p> <p>Please someone help me out. I am trying to show my site in utf8 and some parts are getting messed up because of this!</p> <p>Thanks!</p>
1326
935
2010-10-17T23:33:51.523
2010-10-17T23:42:20.947
Unable to change encoding to utf8
[ "server", "unicode" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If your file does only contain characters that are part of (7-bit) ASCII there is no way to tell the difference between UTF-8 &amp; ASCII, so I'm not surprised <code>file</code> would say that file is ASCII then.</p>\n\n<p>If you want to serve those files as UTF-8, you better make it explicit in your HTML, PHP code, or server configuration.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-17T23:31:18.313", "id": "8032", "lastActivityDate": "2010-10-17T23:31:18.313", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "8031", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If your file does only contain characters that are part of (7-bit) ASCII there is no way to tell the difference between UTF-8 &amp; ASCII, so I'm not surprised <code>file</code> would say that file is ASCII then.</p>\n\n<p>If you want to serve those files as UTF-8, you better...
null
null
null
null
null
8039
1
8109
2010-10-18T01:03:25.633
4
1076
<p>I have played around with PiTiVi a bit, but I could still use some help.</p> <p>Are there any good sites explaining how to use PiTiVi?</p>
3889
618353
2022-03-24T12:06:10.187
2022-03-24T12:06:10.187
Any good sites explaining how to use PiTiVi?
[ "video-editor", "pitivi" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Did you take a look at the <a href=\"http://www.pitivi.org/manual/\" rel=\"nofollow\">PiTiVi manual</a> ? </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-18T13:23:25.033", "id": "8109", "lastActivityDate": "2010-10-18T13:23:25.033", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3179", "parentId": "8039", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Did you take a look at the <a href=\"http://www.pitivi.org/manual/\" rel=\"nofollow\">PiTiVi manual</a> ? </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-18T13:23:25.033",...
null
null
null
null
null