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
1637
1
1640
2010-08-08T01:49:42.307
36
22082
<p>I'm thinking of having /tmp on its own partition... what would be a good filesystem to format it with?</p> <p>The reason I ask is because the data being stored in /tmp is not permanent, so I don't need journaling, a fancy index, or anything.</p>
5
5
2010-08-08T03:35:48.680
2019-09-05T20:06:54.850
Good filesystem for /tmp?
[ "filesystem", "tmp" ]
8
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I sometimes find moving <code>/tmp</code> to ram (<code>tmpfs</code>) is the best solution (Especially on my setups which use a lot of disk intensive IO stuff - MySQL, etc) if you have enough RAM to feed it.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "...
[ { "accepted": true, "body": "<p>I sometimes find moving <code>/tmp</code> to ram (<code>tmpfs</code>) is the best solution (Especially on my setups which use a lot of disk intensive IO stuff - MySQL, etc) if you have enough RAM to feed it.</p>\n", "commentCount": "7", "comments": [ { "...
null
null
null
null
null
1644
1
2391
2010-08-08T04:43:13.420
13
11890
<p>I have a USB hard disk that I want to mount on boot and in a specific location. How can I make that drive mount and stay available (say for local backups, etc.) even though no one's logged in?</p> <p>It seems that udev or something similar grabs hold of the disk. If I put an entry in /etc/fstab that tries to specif...
862
667
2010-08-08T05:17:09.310
2012-08-15T08:42:15.750
Mounting a USB disk in a permanent location
[ "mount", "usb-drive", "fstab" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-08T08:47:30.073", "id": "1515", "postId": "1644", "score": "0", "text": "Can you add the line you added in `/etc/fstab`? Are there any log messages when you plug your drive in? Maybe it helps to raise the log level in `/etc/udev/udev.conf`.", "userDisplayName": nul...
{ "accepted": true, "body": "<p>Mount the disk using udev. Place the rules from this <a href=\"http://wiki.archlinux.org/index.php/Udev#Mount_under_.2Fmedia.3B_use_partition_label_if_present.3B_support_LUKS_encryption\" rel=\"nofollow\">wiki</a> into <code>/etc/udev/user.rules</code> and reboot (or reconnect the US...
[ { "accepted": null, "body": "<p>You could try referencing it by /dev/... instead of by UUID. It is most likely /dev/sdb*, you can check this by going to System -> Administration -> System Monitor and clicking on the 'File Systems' tab. You will need to have inserted the USB drive first and let it be automat...
null
null
null
null
null
1647
1
null
2010-08-08T06:57:46.257
11
1700
<p>I'm trying to use gedit as my main editor, and am looking for help with some tricky features. For each of the following, can people help me out with how to install and configure the feature?</p> <ul> <li>code folding</li> <li>pylint support</li> <li>splitview support</li> <li>spell check</li> <li>whitespace deletio...
324
null
2010-10-17T14:42:11.427
2012-09-05T19:38:18.107
Support for various features in gedit
[ "development", "plugins", "ide", "gedit" ]
7
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>See <a href=\"http://live.gnome.org/Gedit/Plugins\" rel=\"nofollow\">http://live.gnome.org/Gedit/Plugins</a></p>\n\n<p>You install them by downloading the plugin's files and copying them to <code>~/.gnome2/gedit/plugins</code>.</p>\n", "commentCount": "2", "comments":...
null
null
null
user2405
null
1649
1
14738
2010-08-08T07:18:14.657
19
17687
<p>What is the best alternative to Adobe Lightroom on Linux/Ubuntu?</p>
958
527764
2020-07-23T04:33:00.210
2020-07-23T04:33:00.210
Lightroom alternative?
[ "software-recommendation", "image-editor" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I have been quite happy with using <a href=\"http://bibblelabs.com/\">Bibble 5</a>.</p>\n\n<p>While it is a commercial program, I find it outstrips all open-source solutions in both usability and speed - at least for my uses. And they have quite good Linux support, including .deb-pac...
[ { "accepted": null, "body": "<p>I quite like F-Spot + UFRAW for organising photos and processing them but I also use <a href=\"http://darktable.sourceforge.net/\">Darktable</a> for when I get bored of UFRAW.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLic...
null
null
null
null
null
1656
1
1657
2010-08-08T09:08:10.103
5
701
<p>I used gksudo nautilus (not through the terminal but through the 'Open With' command) for some copy &amp; paste stuff that requires root access.</p> <p>But now whenever I open the file browser (Nautilus) to access my local folder, it doesn't open normally, but opens with root access as if I had used <code>gksudo na...
959
8844
2012-11-17T00:27:15.813
2012-11-17T00:27:15.813
Nautilus automatically browses as root
[ "nautilus", "root", "sudo" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Go to the <code>/home/user/.local/share/applications/</code> directory, in there is you users custom mime settings. One or more files will be called userapp-<em>SOMETHING</em>.desktop just delete the one causing problems - you can examine which one you need to delete by opening them ...
[ { "accepted": true, "body": "<p>Go to the <code>/home/user/.local/share/applications/</code> directory, in there is you users custom mime settings. One or more files will be called userapp-<em>SOMETHING</em>.desktop just delete the one causing problems - you can examine which one you need to delete by openi...
null
null
null
null
null
1662
1
1666
2010-08-08T10:35:07.380
4
5689
<p>I have compiled my own kernels for a while now. I started when I got my i7 processor and wanted its turbo boost to work properly. I've since bought an SSD so continue to benefit from a more recent kernel than the repo version.</p> <p>With my most recent builds, I've started getting weird CPU spikes. While it could ...
449
449
2013-11-19T00:55:54.100
2013-11-19T00:55:54.100
The best way to compile a kernel for an i7 processor?
[ "kernel", "compiling" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-29T22:19:57.137", "id": "10480", "postId": "1662", "score": "0", "text": "Hello Oli. I would like to know about your \"weird CPU spikes\". Please, can you check if your problem matches the description in the following bug report? https://bugs.launchpad.net/ubuntu/+sour...
{ "accepted": true, "body": "<p>From my point of view <a href=\"http://kernel.org/\" rel=\"noreferrer\">kernel.org</a> is the right place to get a kernel. Usually I clone the git repository from mainline. Maybe you could also use a recent vanilla kernel and apply the patches from Ubuntu. You'll find the diff at the...
[ { "accepted": true, "body": "<p>From my point of view <a href=\"http://kernel.org/\" rel=\"noreferrer\">kernel.org</a> is the right place to get a kernel. Usually I clone the git repository from mainline. Maybe you could also use a recent vanilla kernel and apply the patches from Ubuntu. You'll find the dif...
null
null
null
null
null
1668
1
1676
2010-08-08T11:29:02.963
5
8526
<p>I want to install Debian Unstable alongside Maverick but I don't want to lose my data.</p> <p>Also my CD drive is Broken.</p>
305
158442
2017-02-28T03:39:01.223
2017-02-28T03:39:01.223
How do I dual-boot with Debian?
[ "dual-boot", "10.10", "debian" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Installing Debian without a CD drive</strong></p>\n\n<p>If you have the partition space to install Debian along side Ubuntu as a dual boot setup (as mentioned in previous answers), then as you have a broken CD drive you can install Debian (and other Linux distributions) from ...
[ { "accepted": null, "body": "<p>The normal process would be to reparition your HD (if you don't have another one), install Debian into the new free space, don't install a new grub, edit Ubuntu's grub to boot to Debian and you're done.</p>\n\n<p>However, I've just found <a href=\"http://lubi.sourceforge.net/...
null
null
null
null
null
1680
1
1681
2010-08-08T15:44:56.767
3
606
<p>I have an EyeTV Hybrid DVB-C USB (plus a few Pinnacle DVB-T ones) receiver which works well under OS X, but I would like to have recording under Ubuntu instead - preferrably with EPG -and share with DNLA to my tv set.</p> <p>What would be the best way to do so in terms of programs etc?</p>
963
null
null
2010-08-08T15:55:46.840
Best way to set up and record DVB-C PAL and share recorded streams with DNLA on Ubuntu?
[ "server" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>MythTV. Big and bulky but it <a href=\"http://www.mythtv.org/wiki/Category%3aVideo_capture_cards\" rel=\"nofollow\">supports most hardware</a> and has a <a href=\"http://www.mythtv.org/wiki/UPnP\" rel=\"nofollow\">built-in UPnP server</a>.</p>\n", "commentCount": "1", "comments":...
[ { "accepted": true, "body": "<p>MythTV. Big and bulky but it <a href=\"http://www.mythtv.org/wiki/Category%3aVideo_capture_cards\" rel=\"nofollow\">supports most hardware</a> and has a <a href=\"http://www.mythtv.org/wiki/UPnP\" rel=\"nofollow\">built-in UPnP server</a>.</p>\n", "commentCount": "1", ...
null
null
null
null
null
1685
1
1804
2010-08-08T18:09:33.143
16
3422
<p>So what ever happened to hybrid suspend, where it would suspend to both RAM and disk? It was kind of hot a few years ago, but it seems it was dropped. Is there any way to set this up in recent Ubuntu versions?</p>
880
null
null
2013-09-12T22:36:21.720
Whither hybrid suspend?
[ "suspend", "hibernate" ]
3
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-08T22:38:03.933", "id": "1570", "postId": "1685", "score": "0", "text": "What's the point of hybrid suspend??", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-09T04:46:23.703", "id": "1602", "postId": "1685", "score":...
{ "accepted": true, "body": "<p>There is a program called <code>pm-is-supported</code> that can be used to check for the suspend capabilities of the system.</p>\n\n<p>On my system here are the results (0 means supported, 1 means unsupported):</p>\n\n<pre><code>$ pm-is-supported --suspend ; echo $? \n0 \n$ pm-is-s...
[ { "accepted": true, "body": "<p>There is a program called <code>pm-is-supported</code> that can be used to check for the suspend capabilities of the system.</p>\n\n<p>On my system here are the results (0 means supported, 1 means unsupported):</p>\n\n<pre><code>$ pm-is-supported --suspend ; echo $? \n0 \n$...
null
null
null
null
null
1686
1
1688
2010-08-08T18:38:32.540
9
13092
<p>Some interest in Excel 2003, but primarily in Excel 2007. Wondering if advanced features, such as macros can be made to work flawlessly. Or if there are any major issues I should know about.</p> <p>Using an alternative open source native program is unfortunately out of the question due to complex macro/VBA heavy sp...
866
169736
2014-05-12T19:48:14.493
2014-05-12T19:48:14.493
How well does Microsoft Office Excel work in Wine?
[ "wine", "microsoft-office" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=12812\">Excel 2007</a> should work well with some adjustments.</p>\n\n<p><a href=\"http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=2736\">Excel 2003</a> is unlikely to work properly.</p>\n\n<p...
[ { "accepted": true, "body": "<p><a href=\"http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=12812\">Excel 2007</a> should work well with some adjustments.</p>\n\n<p><a href=\"http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=2736\">Excel 2003</a> is unlikely to work properly.</...
null
null
2014-05-13T03:13:16.523
null
null
1691
1
3028
2010-08-08T19:13:06.340
14
5853
<p>gtk-recordMyDesktop outputs .ogv files that seem perfectly fine - they work well in Totem and VLC. However, if I try to edit them in openshot or kdenlive, the editor either crashes (kdenlive) or won't show the video properly (openshot). PiTiVi appears to work but then locks up when it tries to render the video.</p> ...
667
667
2010-08-23T15:48:11.343
2016-09-02T19:22:27.430
Is there an easy way to edit gtk-recordMyDesktop videos?
[ "video", "video-editor", "recordmydesktop" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-08T22:34:30.083", "id": "1569", "postId": "1691", "score": "0", "text": "You could try to convert it with vlc since it knows how to play it, and be sure to set the frame-rate when converting.", "userDisplayName": null, "userId": "455" }, { "creationDate...
{ "accepted": true, "body": "<p>You need to convert them first... they never worked without converting (at least for me):</p>\n\n<pre><code>mencoder -idx out.ogv -o out.avi -oac mp3lame -ovc lavc\n</code></pre>\n\n<p>Then you can edit them in your favourite video editor (I for one prefer Avidemux).</p>\n", "comme...
[ { "accepted": null, "body": "<p>Try lives, LiVES is a Video Editing System, it's available from the repositories.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-09-01T03:34:16.330", "id": "227549", "postId": "1710", "score": "0", "tex...
null
null
null
null
null
1694
1
2958
2010-08-08T19:46:56.757
8
10991
<p>I know there are several video editing programs: PiTiVi, Openshot, etc</p> <p>However I am unsure if I can transfer video footage from a DV tape to my computer. In other operating systems (with the correct software) I can connect my firewire camcorder or tape deck to a pc, and record the video to file in realtime.<...
866
null
null
2020-04-04T20:27:41.137
Is it possible to import DV video using Firewire?
[ "video", "hardware", "video-editor" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-08T19:51:34.797", "id": "1558", "postId": "1694", "score": "0", "text": "Preferably a GTK application, or possibly a CLI app?", "userDisplayName": null, "userId": "866" } ]
{ "accepted": true, "body": "<p>I use the command line program <code>dvgrab</code> to pull from my minidv camcorder over firewire.</p>\n\n<p>The command I use is: </p>\n\n<pre><code>sudo dvgrab -a -format raw -rewind -t prefix-\n</code></pre>\n\n<p>The permissions are messed up, which is why you need sudo. Afterwar...
[ { "accepted": null, "body": "<p>In short, <a href=\"https://help.ubuntu.com/community/Firewire\" rel=\"nofollow\">it's possible</a> but thanks to regression upon regression, it's a pain in the rear.</p>\n\n<p>In Lucid it involves telling udev to keep its paws off the firewire device and let it be a raw inte...
null
null
null
null
null
1695
1
null
2010-08-08T20:01:05.053
22
43995
<p>It's rather frustrating to me that I can't watch any of the videos on Apple's site. Is there a QuickTime plugin for Chrome or Firefox, and if not, why?</p>
108
43660
2012-04-22T09:17:20.847
2016-06-22T22:43:10.613
Watch QuickTime videos in the browser?
[ "browser", "plugins", "quicktime" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Odd... Works for me!</p>\n\n<p>I'm using the totem plugin which I thought shipped with Ubuntu. Have a look at <code>about:plugins</code> in the browser and see if you can see \"QuickTime Plug-in 7.something\"</p>\n\n<p>If you don't, check <code>totem-mozilla</code> is install...
null
null
null
null
null
1697
1
11137
2010-08-08T20:07:11.280
4
716
<p>I'm using GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) and start my Emacs session inside GNU screen. </p> <p>Since I upgraded to Ubuntu 10.04 and the version of <code>emacs-snapshot</code> there I encounter some problems. Sometimes Emacs hogs all RAM plus the same amount of swap space (2+2GB) and ...
236
527764
2018-10-08T07:45:32.603
2018-10-08T07:45:32.603
How can I debug/monitor Emacs to find out why it's using so much memory?
[ "10.04", "debug", "emacs" ]
3
4
CC BY-SA 4.0
[ { "creationDate": "2010-08-09T08:53:25.647", "id": "1618", "postId": "1697", "score": "0", "text": "GNU Emacs 23.2 was released in May; if you are not satisfied with Ubuntu's default 23.1, good chances are that the bug has already been fixed upstream.", "userDisplayName": null, "userId":...
{ "accepted": true, "body": "<p>I found the answer to this by accident. The problem was not emacs, but a malfunctioning GNOME keyring. When I start Emacs without the keyring daemon all is fine. So disabling it resolved my issue here.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "...
[ { "accepted": null, "body": "<p>Perhaps the package <strong>emacs-snapshot-dbg</strong> might be of interest?</p>\n\n<p>\"This package contains the debugging symbols useful for debugging Emacs.\"</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC B...
null
null
null
null
null
1700
1
null
2010-08-08T20:26:19.253
25
36075
<p>Can someone please explain what Ubuntu's keychain or keyring is, as well as use cases for it?</p>
978
235
2011-09-16T05:01:25.990
2018-01-15T11:52:45.663
What is the "keyring" or "keychain"?
[ "security", "keyrings", "gnome-keyring", "keychain" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-08T22:24:10.270", "id": "1568", "postId": "1700", "score": "1", "text": "The question should be more clear, there is no such thing as the \"ubuntu keychain\" .", "userDisplayName": null, "userId": "742" }, { "creationDate": "2014-08-13T06:01:37.583", ...
null
[ { "accepted": null, "body": "<p>Which keychain do you mean?</p>\n\n<ul>\n<li>There's the apt keyring, that is used for verifying downloaded packages. This helps to prevent malicious software from being installed via apt.</li>\n<li>There's your user keyring where good apps store passwords (such as mail passw...
null
null
null
null
null
1702
1
null
2010-08-08T20:35:24.910
2
2696
<p>OS: Ubuntu 10.04 64-bit I have searched alll over for how to enable these with the mupen emulator. Thought I might check and see if anyone here has knowledge on this. <a href="http://code.google.com/p/mupen64plus/" rel="nofollow">http://code.google.com/p/mupen64plus/</a> I'm really hoping I don't have to go back to ...
null
236
2010-08-08T21:15:14.077
2010-09-10T22:22:10.740
How to enable anisotropic filtering and anti-aliasing with mupen64plus 1.99.3
[ "10.04", "video" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I think I figured out how to configure mupen to use AA &amp; AF. Problem is you have to configure config.cpp in the Rice Video plugin by hand. The option for multi-sampling and anisotropic filtering was already there, but set to 0. Using this guide I downloaded the HG and bui...
null
null
null
null
Ethan
1704
1
null
2010-08-08T21:18:14.797
3
6060
<p>I'm using an IBM Thinkpad X21 as a 3G router. It's running a server install of lucid. The laptop has the lid up most of the time. There is no X, just a plain console. The colsole blanks itself, but the LCD backlight is always on. </p> <p>The graphics chip is ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64...
980
236
2010-08-08T21:23:54.957
2011-06-07T12:46:26.153
Turning off the backlight on the console
[ "server", "thinkpad", "backlight" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You should be able to use setterm to do this:</p>\n\n<pre><code># turn power save on, blank after 10 mins, powerdown after 20mins\nsetterm -powersave on -blank 10 -powerdown 20\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010...
null
null
2013-03-14T16:35:09.120
null
null
1705
1
null
2010-08-08T21:49:14.627
210
728794
<p>I'm creating a simple bash script and I want to create a select menu in it, like this:</p> <pre class="lang-none prettyprint-override"><code>$./script echo "Choose your option:" 1) Option 1 2) Option 2 3) Option 3 4) Quit </code></pre> <p>And according to user's choice, I want different actions to be exe...
356
507051
2017-12-13T16:35:39.390
2022-10-31T06:24:57.087
How can I create a select menu in a shell script?
[ "bash", "command-line", "scripts" ]
11
3
CC BY-SA 3.0
[ { "creationDate": "2018-11-19T15:33:54.547", "id": "1801832", "postId": "1705", "score": "5", "text": "The question is old and protected, but I use fzf. Try `seq 10 | fzf`. The drawback is that fzf is not installed by default. You can find fzf here: https://github.com/junegunn/fzf", "userDis...
null
[ { "accepted": null, "body": "<p>There is already the same question in <a href=\"https://serverfault.com/questions/144939/multi-select-menu-in-bash-script\">serverfault</a> answered. The solution there uses <a href=\"http://linux.die.net/man/1/whiptail\" rel=\"nofollow noreferrer\">whiptail</a>.</p>\n", ...
null
null
null
null
null
1708
1
null
2010-08-08T22:11:37.907
2
427
<p>For some reason my Ubuntu UNE installed using wubi takes about 30 minutes to start up.</p> <p>All I see is</p> <pre><code>- </code></pre> <p>with barely any harddrive activity</p> <ul> <li>This has happened since the first install (this behaviour is not observed on the live usb)</li> <li>The only thing installed pre...
982
527764
2021-05-16T11:10:32.783
2021-05-16T11:11:05.453
UNE takes about 30 minutes to start up (installed through WUBI)
[ "boot", "wubi", "ubuntu-netbook" ]
4
2
CC BY-SA 4.0
[ { "creationDate": "2010-08-09T07:44:50.507", "id": "1610", "postId": "1708", "score": "0", "text": "Try looking at the kernel debug messages in the file /var/log/dmesg if you can't find anything post it to http://pastebin.com and link to it here in a comment.", "userDisplayName": null, "...
null
[ { "accepted": null, "body": "<p>I would suspect that the NTFS-filesystem in which the loopback file is located is dirty or outright broken. Boot in Windows and repair it.</p>\n\n<p>If that doesn't help, you need to go spelunking in /var/log to see if there is anything in a logfile (e.g. messages) that indi...
null
null
null
null
null
1712
1
1714
2010-08-08T22:40:02.183
2
2845
<p>Yesterday I upgraded a laptop from Kubuntu 9.04 (Lucid) to 9.10 (Karmic). Then afterwards I tried to install some software</p> <pre><code>$ sudo aptitude install dont-remember-what-it-was </code></pre> <p>and I get</p> <pre><code>sudo: aptitude: command not found </code></pre> <p>Wait, what? How can aptitude be ...
104
455
2010-08-10T12:27:52.857
2013-06-08T21:05:35.093
Why would the aptitude binary be missing if its package is installed?
[ "package-management", "apt", "aptitude", "dpkg" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-08-08T23:03:26.987", "id": "1576", "postId": "1712", "score": "0", "text": "I don't know why you would be but are you chrooted?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-08-08T23:21:43.447", "id": "1577", "postId": "1712...
{ "accepted": true, "body": "<p>That is definitely not normal!</p>\n\n<p>To get dpkg and apt-get back you can do the following:\nDownload <a href=\"http://mirrors.dotsrc.org/ubuntu/pool/main/d/dpkg/dpkg_1.15.8.2ubuntu3_i386.deb\" rel=\"nofollow\">dpkg_1.15.8.2ubuntu3_i386.deb</a> and <a href=\"http://mirrors.dotsrc...
[ { "accepted": true, "body": "<p>That is definitely not normal!</p>\n\n<p>To get dpkg and apt-get back you can do the following:\nDownload <a href=\"http://mirrors.dotsrc.org/ubuntu/pool/main/d/dpkg/dpkg_1.15.8.2ubuntu3_i386.deb\" rel=\"nofollow\">dpkg_1.15.8.2ubuntu3_i386.deb</a> and <a href=\"http://mirror...
null
null
null
null
null
1718
1
null
2010-08-09T00:21:15.763
6
8952
<p>My computer seems to have issues suspending and resuming properly. Most recently, it resumed from hibernate, was working fine until I started logging in, and then X froze completely. I can log in via SSH (and it works flawlessly when I do), and I'd love to reset it without restarting the whole computer, and preferab...
324
236
2010-08-09T12:30:18.023
2011-10-27T18:36:22.827
How do I reset X
[ "xorg", "suspend-resume" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I know hibernation still has a lot of issues with a wide variety of hardware in Ubuntu. You can restart X I believe with <code>service gdm restart</code> (or <code>/etc/init.d/gdm restart</code>) you should be able to get X reset. If you use Kubuntu or KDE you'll want to use ...
null
null
null
null
null
1721
1
null
2010-08-09T00:39:00.937
4
310
<p>I have a usb internet tether, but it will not work in Ubuntu, unless I download something in the terminal, but I also can not get internet until I get this device working. I am able to use my Windows side on the internet, that's how I am doing this, but not with Ubuntu side. </p> <p>Is there any way, that allows me...
null
235
2012-03-05T15:38:02.813
2012-03-05T15:38:02.813
I have a catch 22 here! No internet unless I update
[ "command-line", "usb", "internet-connection", "usb-modem" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You might be interested in that I recently stumbled upon by another user here <a href=\"http://keryxproject.org/\" rel=\"nofollow\">Keryx</a> which will allow you to use an internet capable machine to put the updates onto a USB drive then apply those updates to your computer ...
null
null
2013-03-14T16:35:35.123
null
Will
1722
1
1727
2010-08-09T00:44:48.493
36
26105
<p>I would like to setup a basic FTP server on my Ubuntu Server install. I have been playing with VSFTPD, but am having issues getting the server to allow me to create directories and copy files. I have set the system to allow local users, but it appears that doesn't mean I get access to create directories. This may...
659
3037
2012-01-23T03:39:12.017
2013-07-13T12:29:11.347
Basic Ubuntu FTP Server
[ "server", "security", "ftp" ]
7
4
CC BY-SA 3.0
[ { "creationDate": "2010-08-09T00:51:55.983", "id": "1585", "postId": "1722", "score": "0", "text": "You mentioned moving files and folders form local dev to www folder - are you doing this all on the same machine or different machines?", "userDisplayName": null, "userId": "41" }, { ...
{ "accepted": true, "body": "<p>I'm going to recommend PureFTPD because it's been the simplest and easiest to use in my opinion. You'll need to install it first: <code>sudo apt-get install pure-ftpd</code> once it's installed it'll start itself up. By default it uses PAM Authentications - meaning it uses the accoun...
[ { "accepted": true, "body": "<p>I'm going to recommend PureFTPD because it's been the simplest and easiest to use in my opinion. You'll need to install it first: <code>sudo apt-get install pure-ftpd</code> once it's installed it'll start itself up. By default it uses PAM Authentications - meaning it uses th...
null
null
null
null
null
1732
1
null
2010-08-09T03:56:22.297
104
97583
<p>Is it possible to run Android apps on Ubuntu? And I don't mean inside an emulator, but natively, as you would with any other application installed using the Ubuntu Software Center.</p>
876
25863
2012-06-18T18:22:48.130
2021-11-12T06:09:18.283
Can I run Android apps on Ubuntu?
[ "android" ]
9
1
CC BY-SA 2.5
[ { "creationDate": "2015-07-30T22:14:15.870", "id": "941358", "postId": "1732", "score": "0", "text": "See also: [How to run an Android emulator in Ubuntu 13.04](http://askubuntu.com/q/290845/178596)", "userDisplayName": null, "userId": "178596" } ]
null
[ { "accepted": null, "body": "<p>The straight answer is no you can't. Although Android apps are developed in Java and thus should work, the environment is completely different:</p>\n\n<ul>\n<li>Screen size is limited, the concept of a \"Windowing System\" does not exist in a mobile</li>\n<li>Some of the hard...
null
null
null
null
null
1733
1
1996
2010-08-09T04:04:23.620
9
19140
<p>I'm running KVM on a Ubuntu 10.04 host. The guest OS is also Ubuntu 10.04 .</p> <p>I am attempting to connect to the guest using the 'console' command. It appears I can establish a connection, but I get no output.</p> <pre><code>$ sudo virsh -c qemu:///system console guest1 Connected to domain guest1 Escape charac...
266
266
2010-08-10T15:23:12.017
2014-01-29T19:41:48.357
What reason could prevent console output from "virsh -c qemu:///system console guest1"?
[ "10.04", "virtualization", "kvm-virtualization" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm fairly sure you do need to configure the guest to use a serial console. You need three things for this to work:</p>\n\n<ol>\n<li><p>give the guest a virtual serial device of type <code>pty</code> (for example by adding one in the <code>virt-manager</code> vm info page)</p></li>\...
[ { "accepted": null, "body": "<p>One possibility is that your virtual machine does not have a serial console configured. </p>\n\n<pre><code>virsh dumpxml guest1\n</code></pre>\n\n<p>will show if there is a serial console configured or not. There should be something similar as </p>\n\n<pre><code>&lt;serial ty...
null
null
null
null
null
1736
1
2525
2010-08-09T04:24:57.443
12
10122
<p>I want a note taking app on my Ubuntu running laptop and an app on my Android phone which can sync with each other, through online means or manually syncing. So far the only thing I've seen is the Evernote app for android and the beta quality third party app <a href="http://nevernote.sourceforge.net/">Nevernote</a>....
593
null
null
2020-02-06T01:18:00.007
Sync notes between Android phone and Ubuntu?
[ "android", "sync" ]
9
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is an app for Android called <a href=\"https://launchpad.net/tomdroid\" rel=\"nofollow\">Tomdroid</a> which had experimental support for web syncing and seems to be close to making a new release. See <a href=\"https://lists.launchpad.net/tomdroid-dev/msg00142.html\" rel=\"nofol...
[ { "accepted": null, "body": "<p>There is an Ubuntu One client for Android. It seems like you should be able to sync any files from your phone to your desktop.</p>\n\n<p>If Ubuntu One can't do it, DropBox can.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-17T22:1...
null
null
null
null
null
1743
1
1749
2010-08-09T07:39:24.497
199
110088
<p>When I first started with Ubuntu using <code>aptitude</code> was the 'in-thing', with some stated improvements over <code>apt-get</code>. Am I correct in saying that <code>apt-get</code> has now 'caught up' with <code>aptitude</code>, and it makes little difference which is used (although it is preferable to choose ...
866
866
2011-02-13T08:28:56.680
2019-07-13T17:49:28.903
Is aptitude still considered superior to apt-get?
[ "apt", "aptitude", "package-management" ]
6
2
CC BY-SA 2.5
[ { "creationDate": "2019-07-16T08:15:06.713", "id": "1928794", "postId": "1743", "score": "1", "text": "the cool kids today use `apt` instead of either of those : https://itsfoss.com/apt-vs-apt-get-difference/", "userDisplayName": null, "userId": "307184" }, { "creationDate": "201...
{ "accepted": true, "body": "<p>As far as I can see, in 10.04, the main differences between aptitude\nand apt-get are: </p>\n\n<ol>\n<li><p><code>aptitude</code> adds explicit per-package flags, indicating whether a\npackage was automatically installed to satisfy a dependency: you\ncan manipulate those flags (<code...
[ { "accepted": null, "body": "<p>I guess it's a matter of personal choice by now. I find typing <code>aptitude search</code> makes more sense to me than <code>apt-cache search</code>, and I like that it tells me which packages I have installed right there in the search output, instead of having to run <code>...
2010-08-09T12:54:11.080
null
null
null
null
1751
1
1812
2010-08-09T09:41:28.570
1
60
<p>Sometimes (but not all the time, oddly enough), when I log into my system, Networking will be disabled by default. Is this a common issue, or is there some workaround I missed to set 'On' as the PERMANENT default (!?).</p>
999
null
null
2010-08-09T23:23:03.467
Network Preferences Occasionally Defaulted upon Login
[ "networking", "default" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-09T13:09:01.003", "id": "1634", "postId": "1751", "score": "0", "text": "When you say disabled do you mean not connected or something more than that?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-09-17T15:36:50.457", "id": "4...
{ "accepted": true, "body": "<p><a href=\"https://askubuntu.com/questions/765/how-do-i-set-networking-enabled-by-default\">This question</a> looks very similar. <a href=\"https://askubuntu.com/users/42/ressu\">Ressu</a>'s accepted answer runs something like this:</p>\n\n<p>Right-click the Network Manager applet and...
[ { "accepted": true, "body": "<p><a href=\"https://askubuntu.com/questions/765/how-do-i-set-networking-enabled-by-default\">This question</a> looks very similar. <a href=\"https://askubuntu.com/users/42/ressu\">Ressu</a>'s accepted answer runs something like this:</p>\n\n<p>Right-click the Network Manager ap...
null
null
null
null
null
1752
1
1753
2010-08-09T10:15:53.910
6
33010
<p>I was trying to resize my EXT4 partition and something went wrong. I lost it. The space in once consumed is now being represented as Unallocated. How do I recover the partition? </p>
214
236
2010-08-09T12:27:11.787
2013-01-02T20:25:21.353
Recover EXT4 partition
[ "partitioning", "ext4", "data-recovery" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Well provided you haven't overwritten it, it's possible.</p>\n\n<pre><code>sudo apt-get install testdisk\nsudo testdisk\n</code></pre>\n\n<p>Here's a full thread showing how somebody restored their EXT4 partition (including some complications): <a href=\"http://ubuntuforums.org/showt...
[ { "accepted": true, "body": "<p>Well provided you haven't overwritten it, it's possible.</p>\n\n<pre><code>sudo apt-get install testdisk\nsudo testdisk\n</code></pre>\n\n<p>Here's a full thread showing how somebody restored their EXT4 partition (including some complications): <a href=\"http://ubuntuforums.o...
null
null
null
null
null
1755
1
1756
2010-08-09T11:05:57.280
27
98214
<p>What DLNA server program should I choose and how do I set it up? It is an absolute requirement that it doesn't take a lot of resources since it will be running on a 500 MHz machine.</p> <p>There seems to be quite a few server programs and I don't have any experience with these userfriendly auto-detecet protocols/se...
455
null
null
2017-11-23T00:08:26.233
What DLNA server to choose?
[ "server", "dlna" ]
7
4
CC BY-SA 2.5
[ { "creationDate": "2012-11-23T22:53:18.823", "id": "273050", "postId": "1755", "score": "0", "text": "Alright, that's going on my Fit-PC1 as well!", "userDisplayName": null, "userId": "52599" }, { "creationDate": "2014-02-10T19:54:18.257", "id": "540481", "postId": "1755"...
{ "accepted": true, "body": "<p><a href=\"http://mediatomb.cc\" rel=\"nofollow noreferrer\">MediaTomb</a>? </p>\n\n<p>Quite popular and only a web interface to speak of. It also does on-the-fly transcoding but you may need to disable that or your little 500mhz server might explode.</p>\n\n<hr>\n\n<h3>Edit</h3>\n\n<...
[ { "accepted": true, "body": "<p><a href=\"http://mediatomb.cc\" rel=\"nofollow noreferrer\">MediaTomb</a>? </p>\n\n<p>Quite popular and only a web interface to speak of. It also does on-the-fly transcoding but you may need to disable that or your little 500mhz server might explode.</p>\n\n<hr>\n\n<h3>Edit</...
null
null
2014-02-20T02:52:00.880
null
null
1758
1
5797
2010-08-09T11:45:48.657
1
3618
<p>After you install Ubuntu on a Lenovo laptop the Bluetooth will be disabled after reboot or resume. </p> <p>The only workaround for this issue is to load factory default from the BIOS but this is not something you want to do each time you reboot Ubuntu on a dual-boot machine.</p> <p>The problem was reported several...
1004
236
2010-08-09T12:26:11.853
2010-10-10T22:25:32.117
How can I resolve the disabled Bluetooth on resume/power issue on Lenovo laptops?
[ "drivers", "laptop", "lenovo", "bluetooth" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-09T12:29:39.787", "id": "1629", "postId": "1758", "score": "0", "text": "Can you enable it again manually? and if so how?", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-10T10:43:27.767", "id": "1740", "postId": "1758", ...
{ "accepted": true, "body": "<p>I have a Lenovo T410 with Ubuntu 10.10. I just tested it and my bluetooth starts successfully on a reboot and on resuming from standby. For reference, here's what my bluetooth adapter is called in the lsusb output:\n0a5c:217f Broadcom Corp. Bluetooth Controller</p>\n", "commentCo...
[ { "accepted": true, "body": "<p>I have a Lenovo T410 with Ubuntu 10.10. I just tested it and my bluetooth starts successfully on a reboot and on resuming from standby. For reference, here's what my bluetooth adapter is called in the lsusb output:\n0a5c:217f Broadcom Corp. Bluetooth Controller</p>\n", ...
null
0
null
null
null
1759
1
1762
2010-08-09T11:58:29.413
0
1314
<p>I can't find it in the repositories.I am using Maverick.</p>
305
67335
2014-08-05T03:47:18.883
2014-08-05T03:47:18.883
How to install php-gtk?
[ "10.10", "software-installation", "php" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://www.phoronix-test-suite.com/misc/php5-gtk-lucid/\" rel=\"nofollow\">Phoronix have a deb available</a>. It's for Lucid but they claim it works with Maverick.</p>\n\n<p>Otherwise, there are a few other debs floating around the internet.. And then there's compiling it y...
[ { "accepted": null, "body": "<p>Maybe nobody has packaged it so far. It seems you have to compile it for yourself. There is some documentation how to <a href=\"http://gtk.php.net/manual/en/tutorials.installation.linux.php\" rel=\"nofollow\">install it on Linux</a>. </p>\n", "commentCount": "0", "com...
null
null
null
null
null
1763
1
1771
2010-08-09T12:57:18.670
44
13396
<p>As part of my job as a web developer, I spend an amount of time doing UI prototypes to show the client. It's a pain in the behind but sometimes it has to be done.</p> <p>I've seen Shuttleworth (and the design team) pump out images like this:</p> <p><img src="https://i.stack.imgur.com/9JiAy.png" alt="Balsamiq Mocku...
449
527764
2017-03-27T13:22:18.173
2017-03-27T13:22:18.173
Native, FOSS GUI prototyping tools?
[ "software-recommendation", "programming", "alternative", "design" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>For reasons I don't begin to understand, its authors have written it as a Firefox plugin, but <a href=\"http://pencil.evolus.vn/en-US/Home.aspx\">Pencil</a> is a great FOSS prototyping tool. Like Balsamiq Mockups, it comes with a massive number of prefabricated components that allow ...
[ { "accepted": null, "body": "<p>Try <a href=\"http://en.wikipedia.org/wiki/Glade_Interface_Designer\">Glade Interface Designer</a>, a GTK/Gnome interface designer, usually used for real applications, but could equally be used for prototypes.</p>\n", "commentCount": "1", "comments": [ { ...
2011-06-05T19:59:21.327
null
2016-01-07T08:43:53.793
null
null
1766
1
1783
2010-08-09T13:27:21.497
0
842
<p>I am trying Lubuntu on an old laptop. I have before and after the install I had two partitions (+swap) mounting on <code>/</code> and on <code>/home</code>. When I did the Lubuntu install I told it to ignore the <code>/home</code> partition. After the Lubuntu install I logged in and everything appeared OK.</p> <...
330
59676
2012-08-15T06:40:06.183
2012-08-15T06:40:06.183
Lost LXDE menus after replacing /home
[ "lubuntu", "menu" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-09T13:52:52.513", "id": "1641", "postId": "1766", "score": "2", "text": "Did you copy all the hidden directories (beginning with `\".\"`). `cp -a` should do that.", "userDisplayName": null, "userId": "4" }, { "creationDate": "2010-08-10T14:07:31.257", ...
{ "accepted": true, "body": "<p>Just show all the hidden files using CTRL+H and then copy EVERYTHING. The configuration will be in /home somewhere. In a hidden file there could be alot of configurations. Especially in .config .</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
[ { "accepted": true, "body": "<p>Just show all the hidden files using CTRL+H and then copy EVERYTHING. The configuration will be in /home somewhere. In a hidden file there could be alot of configurations. Especially in .config .</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": n...
null
null
null
null
null
1767
1
1770
2010-08-09T13:28:49.777
6
7176
<p>Specifically, what are the login credentials I need to provide?</p> <p>Details: The machine I want to access is running Windows 7, and I'm sure the folder sharing is working as other Windows machines can access it. In Ubuntu, I can go to Places -> Network and i see the machine there and open it, when I try to view ...
1011
235
2010-08-21T20:05:26.720
2013-12-22T14:52:14.753
How to access a Windows shared drive/folder from Ubuntu?
[ "windows", "samba" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Your login should indeed be your login on the remote machine.</p>\n\n<p>There is no way to allow general access to your home folder over the network without a password. If you want full access to your home folder, you <em>must</em> give your account a password. You can leave automat...
[ { "accepted": true, "body": "<p>Your login should indeed be your login on the remote machine.</p>\n\n<p>There is no way to allow general access to your home folder over the network without a password. If you want full access to your home folder, you <em>must</em> give your account a password. You can leave...
null
null
null
null
null
1772
1
1776
2010-08-09T13:54:06.487
23
5055
<p>I was hoping to know if Ubuntu comes with a standard way of mounting ISOs. I looked around online and found a bunch of scripts that can do it. </p> <p>This to me seems like core functionality, is it offered by default in Ubuntu. If not where is the best and simplest mounter for ISOs.</p>
333
25863
2012-06-18T18:22:42.483
2017-02-17T22:55:04.413
How do I mount an ISO?
[ "mount", "cd" ]
7
4
CC BY-SA 3.0
[ { "creationDate": "2010-08-09T13:58:37.477", "id": "1644", "postId": "1772", "score": "0", "text": "What is your end goal for mounting an ISO?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-09T14:00:58.827", "id": "1646", "postId": "1772", "sc...
{ "accepted": true, "body": "<p>If you prefer to keep it old school, in a terminal:</p>\n\n<pre><code>sudo mount /path/to/iso /path/to/mountpoint -o loop\n</code></pre>\n\n<p>This, of course, will not allow you to edit the ISO as the other mentioned tools will, but if you just need to quickly get into one and pull ...
[ { "accepted": null, "body": "<p><code>Brasero</code> which comes with Ubuntu is able to create and open (to manipulate) ISOs. If you're looking for a way to mount an ISO so it's contents are available like a \"drive\" you may want to use simply Right Click the ISO and choose \"Open With Archive Mounter\" wh...
null
null
null
null
null
1780
1
1782
2010-08-09T16:18:34.220
2
898
<p>I have a printer plugged it into my Ubuntu desktop machine. I want to access it from Windows 7 on my laptop. Is this possible? If yes, how can I do this?</p>
87
456
2010-08-09T16:37:44.803
2015-06-25T18:30:03.783
Printer sharing and Ubuntu
[ "windows", "sharing", "printing", "networking" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yup. Quite simple too. IMO this is quicker than using cups' web gui.</p>\n\n<ol>\n<li><p>Make cups accept connections from other computers. </p>\n\n<pre><code>sudo nano /etc/cups/cupsd.conf\n</code></pre>\n\n<p>And then replace <code>Listen localhost:631</code> with <code>Listen *:63...
[ { "accepted": null, "body": "<p>Yes, It is possible.</p>\n\n<p>Please look at <a href=\"https://help.ubuntu.com/community/NetworkPrintingWithUbuntu\" rel=\"nofollow\">Network Printing With Ubuntu</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": ...
null
null
null
null
null
1784
1
1785
2010-08-09T17:12:06.407
56
30604
<p>How can I install and run <a href="http://store.steampowered.com/about/">Steam</a> on Ubuntu?</p>
87
176889
2014-02-05T11:37:27.900
2024-02-14T08:55:42.773
How can I install Steam?
[ "games", "steam" ]
9
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Steam is now released for Ubuntu and there's no need to run Wine or any other thing to get it to work. </p>\n\n<p>Run</p>\n\n<pre><code>sudo apt-get install steam\n</code></pre>\n\n<p>Or Install it with this button: </p>\n\n<p><a href=\"https://apps.ubuntu.com/cat/applications/steam...
[ { "accepted": true, "body": "<p>Steam is now released for Ubuntu and there's no need to run Wine or any other thing to get it to work. </p>\n\n<p>Run</p>\n\n<pre><code>sudo apt-get install steam\n</code></pre>\n\n<p>Or Install it with this button: </p>\n\n<p><a href=\"https://apps.ubuntu.com/cat/applicatio...
null
null
null
null
null
1786
1
2636
2010-08-09T18:38:48.610
63
58141
<p>Ubuntu seems to provide at least two network "toolsets" (for lack of a better term). I'm running into conflicts between these two.</p> <ul> <li><a href="https://help.ubuntu.com/community/NetworkManager">Network Manager</a></li> <li>Something which is more like the <a href="https://help.ubuntu.com/12.04/serverguide/...
266
266
2014-04-30T20:35:53.957
2022-01-27T16:09:02.063
What is the difference between Network Manager and 'ifconfig' 'ifup', etc?
[ "networking", "network-manager", "ifconfig" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>NetworkManager</code> and <code>ifconfig</code> are not (by default) compatible (<code>NetworkManager</code> won't configure interfaces listed in <code>/etc/network/interfaces</code>). <code>NetworkManager</code> is a sort of settings daemon that makes sure that multiple users ...
[ { "accepted": null, "body": "<p>These toolsets are complementary, not mutually exclussive. </p>\n\n<p>FWIW, <code>ifconfig</code> is just a tool among other <code>*config</code> tools which are used to configure network interfaces.</p>\n\n<p>The <code>ifup(8)</code> and <code>ifdown(8)</code> tools are one...
null
null
null
null
null
1788
1
null
2010-08-09T19:11:35.017
-1
363
<p>I was using Transmission to download some stuff, when I got a notification that there was only 800 MB of free space left. </p> <p>I soon rebooted, only to find out, that i could not login again. I would get an error stating, that the default configuration had changed for "gnome-power-manager" and to contact my syst...
782
47151
2012-03-05T15:50:21.337
2012-03-05T15:50:21.337
Login fail with low graphics then crash?
[ "login", "power-management", "root", "login-screen" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>From your question it looks like your hard drive has no (or too less) free space. Usually this leads to some strange behavior in some software. You can try to go a virtual terminal. Press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd> and enter your username and password. Now i...
null
null
2013-03-14T16:35:43.997
null
null
1789
1
1791
2010-08-09T19:12:56.930
3
580
<p>I needed to install a program (<a href="http://www.ncnr.nist.gov/xtal/software/expgui/expgui_Unix_readme.html" rel="nofollow">GSAS &amp; EXPGUI</a>) that depends on the libg2c0 library. This library was in the repositories up to Ubuntu Jaunty (9.04), and then it was removed. </p> <p>The solution is to download the ...
133
866
2010-11-13T20:46:06.690
2010-11-13T20:46:06.690
Why do some packages disappear from the repositories?
[ "package-management", "official-repositories" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Packages are removed from the repository in newer releases for different reasons. </p>\n\n<p>Often package names have a reference to its version. In this case, a newer version might exist. In this case the dependency for your package might need to be updated. However, this is rather ...
[ { "accepted": true, "body": "<p>Packages are removed from the repository in newer releases for different reasons. </p>\n\n<p>Often package names have a reference to its version. In this case, a newer version might exist. In this case the dependency for your package might need to be updated. However, this is...
null
null
null
null
null
1790
1
null
2010-08-09T19:26:57.427
5
5158
<p>Wacom provides <a href="http://www.wacomeng.com/web/index.html" rel="nofollow">a web browser plugin</a> that allows pressure sensitive drawing with their and other PenAPI compatible tablets in a browser. Unfortunately their plugin only supports Windows and Mac OS X. Is there a way to get this functionality under Ubu...
32
175814
2015-02-17T17:17:58.343
2023-02-11T16:13:41.280
How to use pressure sensitive drawing in a Linux-based browser?
[ "browser", "wacom", "graphics-tablet" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Short answer is no.</p>\n\n<p>In order to provide pressure sensitivity, the browser (or a plugin) would have to hook into the same code (XInput) that drawing applications like Inkscape or the GIMP use. Browsers, like most desktop applications, generally leave input details to...
null
null
null
null
null
1792
1
1795
2010-08-09T20:24:00.067
493
711709
<p>How can I suspend or hibernate my laptop using command line, without installing additional software?</p>
1034
295286
2018-02-11T20:18:11.210
2023-09-11T00:45:00.423
How can I suspend/hibernate from command line?
[ "command-line", "suspend", "power-management", "hibernate" ]
14
2
CC BY-SA 3.0
[ { "creationDate": "2016-06-22T07:05:22.427", "id": "1187339", "postId": "1792", "score": "5", "text": "For Ubuntu 16.04, see this question: http://askubuntu.com/questions/777178/suspend-command-in-ubuntu-16-04 and its answer `systemctl suspend`", "userDisplayName": null, "userId": "23266...
{ "accepted": true, "body": "<p>Traditionally ubuntu supported a fairly blunt method of suspend and hibernate. Neither would integrate well with other apps and sometimes not even work on some machines. This new method doesn't require root and notifies all applications listening for power events.</p>\n<h3>Systemd Me...
[ { "accepted": true, "body": "<p>Traditionally ubuntu supported a fairly blunt method of suspend and hibernate. Neither would integrate well with other apps and sometimes not even work on some machines. This new method doesn't require root and notifies all applications listening for power events.</p>\n<h3>Sy...
null
null
null
null
null
1793
1
null
2010-08-09T20:25:25.773
7
2102
<p>Seeing that this is a big Ubuntu community, I have never looked at someone's Ubuntu desktop and thought "that looks cool, I wish I had X. How did you do that?"</p> <p>What are the must have add-ons for look and feel?</p> <p>e.g conky, tilda, album art, emerald, docky etc... </p>
333
694267
2017-10-22T08:03:13.467
2017-10-22T08:20:05.027
What are the must-have apps to customize Ubuntu Look and Feel?
[ "icons", "customization" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>One trick is to look at the gconf settings for apps, such as the screensaver, nautilus, panels, etc. Often there are tweakables in there that aren't exposed in the app's preferences settings.</p>\n\n<p>Run gconf-editor for a GUI interface to examine config settings, or if yo...
2010-08-09T20:25:25.773
null
null
null
null
1801
1
null
2010-08-09T21:24:04.347
2
11000
<p>The only reason I ever boot into Windows (7) is to use the popular video chat software ooVoo (<a href="http://oovoo.com" rel="nofollow">website</a>). It's useless under Wine and there seems to be no way to run it in Ubuntu except for some proprietary tools. Does anyone have any information on some alternatives to ru...
782
169736
2014-01-08T23:11:25.177
2015-08-06T20:33:46.950
Why no ooVoo on ubuntu?
[ "software-recommendation" ]
5
4
CC BY-SA 3.0
[ { "creationDate": "2010-08-09T21:26:58.153", "id": "1687", "postId": "1801", "score": "0", "text": "alternative being things like skype? or many mainstream messenger client?", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-10T14:25:25.287", "id": "1754...
null
[ { "accepted": null, "body": "<p><a href=\"http://ekiga.org/\" rel=\"nofollow noreferrer\">Ekiga</a> - free(gratis), free(libre)</p>\n<p><a href=\"http://www.qutecom.org/\" rel=\"nofollow noreferrer\">QuteCom</a> - free(gratis), free(libre)</p>\n<p><a href=\"http://www.skype.com/intl/en-gb/home\" rel=\"nofol...
null
null
null
null
null
1802
1
1806
2010-08-09T21:44:17.620
2
376
<p>The icons in the notification area are sometimes broken upon login. This is always fixed if I close the session and login again.</p> <p>See in this <a href="http://www.freeimagehosting.net/uploads/20a81fac16.png" rel="nofollow">screenshot</a>, the usual "power" button is replaced by a part of my user name. The whol...
1039
4
2010-08-14T01:49:13.837
2010-08-14T01:49:13.837
how can I fix the (broken) icons in the notification area upon login?
[ "10.04", "nvidia" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-15T15:06:42.777", "id": "2252", "postId": "1802", "score": "0", "text": "There's a related question and discussion here: http://ubuntu.stackexchange.com/questions/374/why-do-my-clock-indicator-applets-and-notification-area-sometimes-move-around-w . Some of the answers...
{ "accepted": true, "body": "<p>Try</p>\n\n<p><code>killall gnome-panel</code></p>\n\n<p>The panel will disappear, but don't panic... it will reappear in a few seconds with all your icons in place.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-09T22:48:47.003", "id": "169...
[ { "accepted": true, "body": "<p>Try</p>\n\n<p><code>killall gnome-panel</code></p>\n\n<p>The panel will disappear, but don't panic... it will reappear in a few seconds with all your icons in place.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-08-09T22:48:47.003", ...
null
null
null
null
null
1807
1
1808
2010-08-09T22:55:22.920
56
46917
<p>I'm trying to fix what I consider a bloated install of Ubuntu. When I install Ubuntu on a machine, I get things that I don't want - web browsers, office applications, media players, accessibility utilities, Ubuntu One, and so on. My goal is to create a way that I can have an install of Ubuntu that contains only the ...
124
227922
2014-04-26T11:08:50.683
2016-06-30T15:19:07.160
How can I strip down Ubuntu?
[ "package-management", "system-installation", "software-installation", "performance" ]
10
3
CC BY-SA 2.5
[ { "creationDate": "2010-08-10T04:09:59.837", "id": "1721", "postId": "1807", "score": "4", "text": "I think you should expand your question to say something like \"I want the base system, with Gnome, but without all the office-suites, games, etc.", "userDisplayName": null, "userId": "266...
{ "accepted": true, "body": "<p>Start from <a href=\"http://www.ubuntu.com/server\">Ubuntu Server</a> and build up. It uses the same repos as the desktop distribution and you can install various desktop configurations. </p>\n\n<p>I just suggest you stay away from the big metapackages like ubuntu-desktop or you'll e...
[ { "accepted": true, "body": "<p>Start from <a href=\"http://www.ubuntu.com/server\">Ubuntu Server</a> and build up. It uses the same repos as the desktop distribution and you can install various desktop configurations. </p>\n\n<p>I just suggest you stay away from the big metapackages like ubuntu-desktop or ...
null
null
null
null
null
1813
1
1818
2010-08-09T23:27:30.637
9
15789
<p>I have a dual-boot setup with Ubuntu and Windows Vista. I need to shrink the partition that Vista is installed on. (It's an NTFS partition.) I tried using Vista's own disk manager, but it didn't work.</p> <p>I heard that GParted can resize NTFS partitions - is this true? Is it a safe tool for resizing partitions? A...
5
274320
2015-12-15T15:11:06.287
2015-12-15T15:11:06.287
Is GParted a good tool for resizing an NTFS partition?
[ "partitioning", "gparted" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>gparted</code> is a great partitioning tool - I have used it to resize <code>FAT</code>, <code>NTFS</code>, <code>EXT[2..4]</code> and haven't run into any issues as of yet. However - with all disk operations there is always the possibility of failure and that should always be ...
[ { "accepted": true, "body": "<p><code>gparted</code> is a great partitioning tool - I have used it to resize <code>FAT</code>, <code>NTFS</code>, <code>EXT[2..4]</code> and haven't run into any issues as of yet. However - with all disk operations there is always the possibility of failure and that should al...
null
null
null
null
null
1816
1
2898
2010-08-09T23:42:48.857
18
555
<p>In Ubuntu, X is one of the more critical pieces in the stack. As such, we get a TON of questions and bug reports about it, probably about 100 times as many as we have manpower to handle.</p> <p>Canonical is hiring additional engineers to work on X which will help, but still there are many things that are outside t...
913
913
2010-08-20T06:01:39.427
2010-08-23T18:13:29.667
How to get more people involved in improving X.org for Ubuntu?
[ "xorg", "packaging", "community", "graphics" ]
5
4
CC BY-SA 2.5
[ { "creationDate": "2010-08-10T00:08:37.713", "id": "1709", "postId": "1816", "score": "3", "text": "I would suggest making this a Community Wiki entry.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-10T00:12:07.987", "id": "1710", "postId": "1816"...
{ "accepted": true, "body": "<p>Well like everything a lot of it is making it easy and accessible for people to find out about it. So from what I remember with bug triage originally there wasn't a lot of help coming from the community. Then when some wiki pages explaining the regular processes in triaging bugs and ...
[ { "accepted": null, "body": "<p>The reason X doesn't get alot of work is that it requires an enormous amount of knowledge about how GPU's, memory etc.. work as well as familiarity with the X.org code base and to some extent kernel programming. It's not a trivial thing to get into and from a community perspe...
null
null
2014-03-26T16:04:47.603
null
null
1820
1
3829
2010-08-10T01:42:03.690
23
24671
<p>I would like to use NetworkManager, but prefer a keyboard driven window manager that provides as much space on the screen as possible for my code. I just hate that little strip of real estate "trays" take up on my screen. I have tried running <code>nm-*</code> from the command line, but they seam to never work wit...
1043
4
2010-08-10T03:59:06.173
2010-09-07T20:25:01.487
Can I use NetworkManager without a tray/dock/bar?
[ "command-line", "dock", "network-manager" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-01T07:37:03.150", "id": "5112", "postId": "1820", "score": "2", "text": "I love it when someone asks a question that's been on my mind.", "userDisplayName": null, "userId": "2383" } ]
{ "accepted": true, "body": "<p>If you're running on Ubuntu Maverick (and thus have network-manager 0.8.1), try the nmcli tool:</p>\n\n<pre><code>$ nmcli\n\nUsage: nmcli [OPTIONS] OBJECT { COMMAND | help }\n\nOPTIONS\n -t[erse] terse output\n -p[retty] ...
[ { "accepted": null, "body": "<p>From wikipedia...</p>\n<blockquote>\n<p>NetworkManager has two components:</p>\n<ul>\n<li><p>a service which manages connections and reports network changes</p>\n</li>\n<li><p>a graphical desktop applet which allows the user to manipulate network connections. The\nnmcli apple...
null
null
null
null
null
1829
1
1894
2010-08-10T08:49:21.107
8
1962
<p>I'd like to drag a few more folders to the places sidebar in nautilus, but want to group these new ones separately to the default folders (like Dropbox, Downloads and Documents). Is there a way to add a new separator to the list?</p>
213
null
null
2010-08-10T21:08:45.040
How can I add a separator to the Place sidebar in nautilus?
[ "nautilus", "places" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is not ideal but as far as I can see the only option you have short of <a href=\"https://bugs.launchpad.net/bugs/bugtrackers/gnome-bugs\">filing a bug and chasing it through</a> or writing and applying a patch.</p>\n\n<ul>\n<li>Open Nautilus</li>\n<li>Browse to a directory that ...
[ { "accepted": null, "body": "<p>Hack on the code. </p>\n\n<p>AFAIK there's no gconf (or other) way to alter the places that aren't bookmarks.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2015-06-25T18:28:58.773", "id": "916886", "postId": "1834", ...
null
null
null
null
null
1830
1
1831
2010-08-10T09:00:05.903
8
1495
<p>The new graphical bootloader introduced in 10.04 (plymouth) looks amazing until I enable proprietary drivers for my video card. I then get a horrible flashy monster of a boot experience, which I can cope with if I have to, but I'm sure would be offputting for newer users.</p> <p>My understanding is that plymouth de...
1052
667
2010-08-10T10:39:45.820
2011-12-01T18:45:30.443
Will plymouth allow for a nice boot experience with proprietary graphics drivers in future?
[ "boot", "nvidia", "plymouth" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You're asking a question that can only really be answered by the developers and decision makers at the companies making the hardware and the drivers.</p>\n\n<p>Ultimately, it can be done but it requires some give on both sides of the fence. Nvidia, for example, claim they could do it...
[ { "accepted": true, "body": "<p>You're asking a question that can only really be answered by the developers and decision makers at the companies making the hardware and the drivers.</p>\n\n<p>Ultimately, it can be done but it requires some give on both sides of the fence. Nvidia, for example, claim they cou...
null
null
null
null
null
1832
1
1835
2010-08-10T09:26:04.637
20
107440
<p>I want a native Ubuntu installation, not an VM. Do I have options on my Mac (that don't involve destroying the 'Mac' portion of it) or should I just switch to a standard PC? If I do have options, it would be nice to know what they are :-p</p>
1057
67335
2014-08-05T05:55:09.760
2023-07-22T10:42:05.117
Is it possible to install Ubuntu on a Mac using Bootcamp?
[ "system-installation", "mac" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-10T14:06:04.880", "id": "1749", "postId": "1832", "score": "2", "text": "Is your Mac running on an Intel chip?", "userDisplayName": null, "userId": "41" } ]
{ "accepted": true, "body": "<p>You have options! There are help pages for installing on Macs that show the hardware support and installation alongside OSX.</p>\n\n<p>Here is the page where you select which hardware you have:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages\">https:/...
[ { "accepted": true, "body": "<p>You have options! There are help pages for installing on Macs that show the hardware support and installation alongside OSX.</p>\n\n<p>Here is the page where you select which hardware you have:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages\"...
null
null
null
null
null
1836
1
1837
2010-08-10T09:44:47.803
14
17475
<p>I have a valid, reachable SMB share on my Windows box, which I can mount with </p> <pre><code>sudo mount -t cifs //192.168.0.9/C /mnt/WinC -o username=foo,password=bar </code></pre> <p>but isn't mountable from my fstab. The fstab entry reads</p> <pre><code>//192.168.0.9 /mnt/WinC credentials=/root/.smbcred...
630
null
null
2016-06-15T19:28:08.443
Problems mounting an SMB share in my fstab
[ "mount", "fstab" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Install <code>smbfs</code>. </p>\n\n<p>Sounds silly that a package could fix this but when you use credentials files, the kernel diverts to the <code>mount.cifs</code> command rather than doing the mount itself. This package provides <code>mount.cifs</code> so should get you on the r...
[ { "accepted": true, "body": "<p>Install <code>smbfs</code>. </p>\n\n<p>Sounds silly that a package could fix this but when you use credentials files, the kernel diverts to the <code>mount.cifs</code> command rather than doing the mount itself. This package provides <code>mount.cifs</code> so should get you ...
null
null
null
null
null
1844
1
1860
2010-08-10T13:07:07.843
22
8044
<p>I know of the <a href="http://awesome.naquadah.org/">awesome</a> window manager, which after some customization may suit my desires, but I was wondering if there is a keyboard-centric desktop environment that doesn't require too much tweaking to make it really useful. Of course gnome and I'm sure KDE have nice short...
658
235
2012-11-21T21:22:37.280
2019-03-10T15:14:38.757
Is there a keyboard-centric desktop/WM available?
[ "software-recommendation", "keyboard" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There are plenty! (However, all the ones that I know of are also <a href=\"http://en.wikipedia.org/wiki/Tiling_window_manager\">tiling window managers</a>.)</p>\n\n<ul>\n<li><p><a href=\"http://xmonad.org\">XMonad</a> is likely the one with the largest user\ncommunity. It has extens...
[ { "accepted": null, "body": "<p>Use <kbd>Meta</kbd> or <kbd>Ctrl-Alt</kbd> modifiers for desktop shortcuts.</p>\n\n<p>Most programs use <kbd>Ctrl</kbd> or <kbd>Alt</kbd> modifiers for their shortcuts (or use the function keys with no modifiers).</p>\n\n<p>Most programs don't use <kbd>Ctrl-Alt</kbd> shortcu...
null
null
null
null
null
1846
1
1850
2010-08-10T13:25:58.267
2
807
<p>Hey, Im trying to install Wolfenstein E.T however it comes up with this error message when running, Saying its missing Libgtk-1.2. In the repos there is only libgtk2.0 any ideas how i can get around this problem?</p>
633
67335
2014-08-05T03:42:31.460
2016-11-23T07:43:12.203
How can Wolfenstein Enemy Teritory with dependency on libgtk1.2 be installed on Ubuntu?
[ "software-installation", "games", "ppa", "gtk" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Either download and compile <a href=\"http://www.gtk.org/download-linux.html\" rel=\"nofollow noreferrer\">libgtk-1.2</a> or update and recompile the game (don't think this is a real possibility, but in theory it works.)\nYou can google for instructions on how to compile it.</p>\n", ...
[ { "accepted": true, "body": "<p>Either download and compile <a href=\"http://www.gtk.org/download-linux.html\" rel=\"nofollow noreferrer\">libgtk-1.2</a> or update and recompile the game (don't think this is a real possibility, but in theory it works.)\nYou can google for instructions on how to compile it.<...
null
null
null
null
null
1847
1
1851
2010-08-10T13:31:34.730
7
1109
<p>I have a Lenovo x61 tablet PC running Ubuntu 10.04. I've got <a href="http://www.krizka.net/2008/02/13/thinkpad-x61-tablet-automatic-screen-rotation-under-linux/" rel="nofollow">Karol Krizka's</a> auto-rotate daemon working, along with a variety of other applications like <a href="http://risujin.org/cellwriter/" rel...
658
25863
2012-11-21T21:44:09.877
2013-06-16T18:34:52.987
Is there a tablet-centric desktop available for Ubuntu?
[ "desktop-environments", "ubuntu-touch", "tablet" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There really isn't any out there currently - but what you may want to install is the new <a href=\"http://en.wikipedia.org/wiki/Ubuntu_Netbook_Edition\" rel=\"nofollow\">UNE</a> (<a href=\"http://en.wikipedia.org/wiki/Ubuntu_Netbook_Edition\" rel=\"nofollow\">Ubuntu Netbox Edition</a...
[ { "accepted": true, "body": "<p>There really isn't any out there currently - but what you may want to install is the new <a href=\"http://en.wikipedia.org/wiki/Ubuntu_Netbook_Edition\" rel=\"nofollow\">UNE</a> (<a href=\"http://en.wikipedia.org/wiki/Ubuntu_Netbook_Edition\" rel=\"nofollow\">Ubuntu Netbox Ed...
null
null
null
null
null
1861
1
null
2010-08-10T17:07:07.427
13
14312
<p>I'm on a clean install of Ubuntu 10.04 LTS. My monitor's native resolution is 1280x1024. However, in the Monitor Preferences application, I am only presented with 640x480 and 800x600 as options. My video card is an on board Matrox G200eW. I tried installing the proprietary driver from Matrox's website, but the i...
884
25863
2012-02-16T20:17:08.833
2012-02-16T20:17:08.833
Why isn't my monitor's native resolution appearing as an option?
[ "10.04", "xorg", "resolution", "matrox" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-19T05:37:01.230", "id": "2616", "postId": "1861", "score": "0", "text": "Thanks for all the help, guys. Unfortunately, I think it's a lost cause on this machine. Even when I finally manage to get 1280x1024 added as an option, selecting it just errors out.", "user...
null
[ { "accepted": null, "body": "<p>I would recommend, correctly installing your drivers. Then i am sure if your graphic card is capable of displaying the resolution 1280x1024 it will.</p>\n\n<p>:)</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-10T18:53:16.963", ...
null
null
2013-03-14T16:36:19.210
null
null
1863
1
1879
2010-08-10T17:51:28.913
0
321
<p>How can I see the code of gnome panels? for example view the code is executed When I click on shutdown button in the panel.</p>
48
4
2010-08-10T18:06:11.207
2010-08-10T20:00:52.627
Where can I find the gnome applets scripts that I can look at them?
[ "gnome", "panel", "applet" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-08-10T17:59:38.333", "id": "1766", "postId": "1863", "score": "0", "text": "why do you want to view the code? Maybe if you give a better description of what you want to do? :)", "userDisplayName": null, "userId": "333" }, { "creationDate": "2010-08-10T18:0...
{ "accepted": true, "body": "<p>As far as I see it the relevant code is in <a href=\"http://git.gnome.org/browse/gnome-panel/tree/gnome-panel/panel-action-button.c\" rel=\"nofollow\"><code>panel-action-button.c</code></a>. This code handles the shutdown and other things. You find the complete code at <a href=\"http...
[ { "accepted": true, "body": "<p>As far as I see it the relevant code is in <a href=\"http://git.gnome.org/browse/gnome-panel/tree/gnome-panel/panel-action-button.c\" rel=\"nofollow\"><code>panel-action-button.c</code></a>. This code handles the shutdown and other things. You find the complete code at <a hre...
null
null
null
null
null
1866
1
1870
2010-08-10T18:15:22.640
0
227
<p>Every time I remove or install anything to do with Microsoft, either it be fonts or dependencies for wine. </p> <p>I constantly find my theme messing up. Does anyone know why this happens?</p> <p>Please and thank you.</p>
333
235
2011-09-10T19:19:10.003
2014-03-04T00:37:13.107
Themes mess up any time I install anything in wine
[ "gnome", "windows", "themes" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Wine should not do anything to the Ubuntu theme. I think you should file a bug report with Wine. <a href=\"http://bugs.winehq.org/\" rel=\"nofollow\">http://bugs.winehq.org/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-...
[ { "accepted": true, "body": "<p>Wine should not do anything to the Ubuntu theme. I think you should file a bug report with Wine. <a href=\"http://bugs.winehq.org/\" rel=\"nofollow\">http://bugs.winehq.org/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentL...
null
null
null
null
null
1871
1
1876
2010-08-10T18:48:00.640
29
37935
<p>I am not talking about <code>shutdown</code> and <code>reboot</code> commands. I want to initiate the same routine from command line that would be performed if I would press the logout/reboot/shutdown button inside the KDE desktop.</p>
4
41
2010-08-18T00:57:21.873
2023-12-07T15:59:39.427
How can I safely shutdown/reboot/logout KDE from the command line?
[ "kde", "command-line", "shutdown", "reboot" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-10T18:51:28.540", "id": "1773", "postId": "1871", "score": "0", "text": "I dont know if you could do that. one of the commands would eventually close the terminal your using to interact with it. Maybe more ideas on why you need to do this? :)", "userDisplayName": n...
{ "accepted": true, "body": "<p>For KDE 5+:</p>\n<pre><code>qdbus org.kde.Shutdown /Shutdown logout\nqdbus org.kde.Shutdown /Shutdown logoutAndReboot\nqdbus org.kde.Shutdown /Shutdown logoutAndShutdown\n</code></pre>\n<p>The last option specifies which method gets called. It seems the options for KDE4 mentioned bel...
[ { "accepted": true, "body": "<p>For KDE 5+:</p>\n<pre><code>qdbus org.kde.Shutdown /Shutdown logout\nqdbus org.kde.Shutdown /Shutdown logoutAndReboot\nqdbus org.kde.Shutdown /Shutdown logoutAndShutdown\n</code></pre>\n<p>The last option specifies which method gets called. It seems the options for KDE4 menti...
null
null
null
null
null
1874
1
1891
2010-08-10T19:13:24.003
11
2968
<p>I recently installed Ubuntu in my uncle's laptop. He seems to like it and he is asking me for some good Ubuntu books for beginners. I was thinking about The Official Ubuntu Book. Any other suggestions would be very much appreciated.</p> <p>He comes from a Windows background if that would help.</p>
295
527764
2017-03-10T06:10:28.320
2017-03-10T06:10:28.320
Are there any good books for new Ubuntu users?
[ "community", "documentation" ]
7
1
CC BY-SA 3.0
[ { "creationDate": "2010-08-10T20:23:51.683", "id": "1790", "postId": "1874", "score": "1", "text": "Please see also: http://ubuntu.stackexchange.com/questions/575/list-of-free-ubuntu-books", "userDisplayName": null, "userId": "236" } ]
{ "accepted": true, "body": "<p>I've read lots of good books about Ubuntu and Linux in the past few months. This is the first great book.</p>\n\n<p>— Arsgeek.com review of Beginning Ubuntu Linux, Second Edition</p>\n\n<p>Keir Thomas walks you through the whole Ubuntu experience from beginning to end, comforting you...
[ { "accepted": null, "body": "<p>You certainly took a good step and joining here. Asking question would be beneficial to both you and people who come after you.</p>\n\n<p>I have found this <a href=\"http://rads.stackoverflow.com/amzn/click/0470589884\" rel=\"nofollow\">book</a> to be especially useful, bit o...
2010-08-11T22:27:30.117
null
2014-03-17T06:45:49.210
null
null
1877
1
64544
2010-08-10T19:55:17.697
132
100716
<p>I frequently cross this issue, and always have to google for an answer. Does anyone have a permanent fix for BADSIG errors from <code>apt-get</code>?</p> <blockquote> <p>W: GPG error: <a href="http://download.virtualbox.org">http://download.virtualbox.org</a> lucid Release: The following signatures were inv...
163
3550
2011-10-06T13:56:59.600
2014-08-15T13:15:57.747
What is the easiest way to resolve apt-get BADSIG GPG errors?
[ "apt", "gnupg" ]
6
8
CC BY-SA 3.0
[ { "creationDate": "2010-08-10T21:17:11.900", "id": "1800", "postId": "1877", "score": "1", "text": "Are you using apt-cacher-ng?", "userDisplayName": null, "userId": "66" }, { "creationDate": "2011-10-07T17:13:06.707", "id": "74379", "postId": "1877", "score": "0", ...
{ "accepted": true, "body": "<p>Here's the (easiest) solution:</p>\n\n<p>Type the following commands in the Terminal:</p>\n\n<pre><code>$ sudo -i\n# apt-get clean\n# cd /var/lib/apt\n# mv lists lists.old\n# mkdir -p lists/partial\n# apt-get clean\n# apt-get update\n</code></pre>\n\n<p><a href=\"http://www.ubuntugee...
[ { "accepted": null, "body": "<p>The important part of your error message is the following in <strong>bold</strong>:</p>\n\n<blockquote>\n <p>W: GPG error: <a href=\"http://download.virtualbox.org\">http://download.virtualbox.org</a> lucid Release: The following signatures were invalid: BADSIG <strong>54422...
null
null
null
null
null
1881
1
1887
2010-08-10T20:01:38.820
63
93422
<p>What are some CD ripping programs for Ubuntu? Can you list the Pros? What are the Cons? For each program there should be a screenshot, sources to install, and instructions to install and use.</p>
1065
47291
2014-10-29T21:55:16.240
2023-04-02T02:37:16.580
What are some CD Ripping Programs you can use on Ubuntu?
[ "music", "cd", "cd-ripping" ]
16
1
CC BY-SA 3.0
[ { "creationDate": "2010-08-10T20:43:57.750", "id": "1795", "postId": "1881", "score": "12", "text": "This should probably be a community wiki...", "userDisplayName": null, "userId": "41" } ]
{ "accepted": true, "body": "<p><strong>Ubuntu Default CD Ripping Software</strong> : </p>\n\n<p>To rip a CD, you will require a suitable CD-ripping application. One is installed by default on Ubuntu, and there are others available through Ubuntu's software channels, as reported in the <a href=\"https://help.ubuntu...
[ { "accepted": null, "body": "<p><a href=\"http://apt.ubuntu.com/p/sound-juicer\" rel=\"nofollow\">Sound Juicer</a> works well for me. Take a look at the <a href=\"https://help.ubuntu.com/community/CDRipping\" rel=\"nofollow\">community docs</a>, or <a href=\"http://burtonini.com/blog/computers/sound-juicer\...
null
null
null
null
null
1889
1
2144
2010-08-10T20:34:55.837
2
3470
<p>One of my notebooks is a Compaq nc4200 (Mobile Intel 915GM Express). All Ubuntu kernels > 2.6.32-20 don't boot on that machine. Instead I get an error message:</p> <pre><code>error: unexpectedly disconnected from boot status daemon Begin: Waiting for root file system ... </code></pre> <p>After some googling I foun...
236
94914
2014-02-18T14:08:58.367
2014-02-18T14:08:58.367
Kernel > 2.6.32-20 doesn't boot (root file system does not exist)
[ "filesystem", "boot", "kernel", "i915" ]
3
7
CC BY-SA 3.0
[ { "creationDate": "2010-08-10T21:04:20.620", "id": "1797", "postId": "1889", "score": "0", "text": "what is your kernel configuration ?", "userDisplayName": null, "userId": "1005" }, { "creationDate": "2010-08-11T07:57:29.750", "id": "1826", "postId": "1889", "score":...
{ "accepted": true, "body": "<p>Have you tried to use the old notation /dev/sdxn instead of using UUID?.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-08-13T18:50:40.020", "id": "2115", "postId": "2144", "score": "0", "text": "I misunderstood your answer in...
[ { "accepted": null, "body": "<p>It's possible that your drive is not coming online fast enough and the kernel is giving up on it before it is ready. There's a way to test this to work around it.</p>\n\n<p>The instructions below assume you are running Ubuntu 9.10 or later. If you are running an earlier rel...
null
null
null
null
null
1892
1
1903
2010-08-10T20:50:25.940
2
3393
<p>Previously linuxant release driver for conexant modem (HCF or HSF), now for newer kernel this site doesn't release for newer kernel version (after 2.6.31-17 version). how to use conexant modem in Ubuntu with newer Kernel than 2.6.31-17 (... , 10.4 , ...)?</p> <p>Linuxant Ubuntu driver : <a href="http://www.linuxan...
1005
null
null
2015-06-25T18:26:48.597
Conexant modem in Ubuntu
[ "drivers", "modem" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is a compile-it-yourself option. See <a href=\"http://www.linuxant.com/drivers/hsf/full/downloads.php#generic\" rel=\"nofollow\">here</a>.</p>\n\n<p>Download the <code>tar</code> and then follow <code>METHOD C</code> on the <a href=\"http://www.linuxant.com/drivers/hsf/install....
[ { "accepted": true, "body": "<p>There is a compile-it-yourself option. See <a href=\"http://www.linuxant.com/drivers/hsf/full/downloads.php#generic\" rel=\"nofollow\">here</a>.</p>\n\n<p>Download the <code>tar</code> and then follow <code>METHOD C</code> on the <a href=\"http://www.linuxant.com/drivers/hsf/...
null
0
null
null
null
1895
1
null
2010-08-10T21:29:21.987
7
1160
<p>Imagine I have three Ubuntu computers <code>home</code>, <code>laptop</code>, <code>beach-house</code>. They all have the same version of Ubuntu, 10.04 installed, and are kept up to date from the repositories.</p> <p>I use <code>f-spot</code>, <code>thunderbird</code>, and <code>google-chrome</code> on all of the c...
66
null
null
2011-02-01T21:13:26.000
How should I synchronize configurations and data across computers?
[ "10.04", "sync", "thunderbird", "f-spot", "google-chrome" ]
7
1
CC BY-SA 2.5
[ { "creationDate": "2010-08-10T23:13:15.317", "id": "1809", "postId": "1895", "score": "0", "text": "A similar question has been asked: http://ubuntu.stackexchange.com/questions/69/keeping-multiple-workstations-in-sync", "userDisplayName": null, "userId": "41" } ]
null
[ { "accepted": null, "body": "<p>You could use a startup script that syncs (with rsync) the necessary files if the network is up. Hence you could use upstart to trigger the script and base it on the network ready event.</p>\n\n<p>Alternatively, maybe it would be possible to use Ubuntu-one for the synchroniza...
null
null
2013-03-14T16:36:06.963
null
null
1907
1
null
2010-08-11T02:16:29.443
3
268
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/481/how-do-i-find-the-package-that-provides-a-file">How do I find the package that provides a file?</a> </p> </blockquote> <p>If I know the name of a library (Eg. libnss3.so) how do I figure out which package to in...
170
-1
2017-04-13T12:24:49.590
2010-08-11T19:31:41.080
If I need a specific library how do I find out which packages can install that library?
[ "package-management", "libraries" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2011-06-05T19:11:25.407
null
null
1908
1
1915
2010-08-11T02:20:08.437
1
3091
<p>I recently upgraded a friend's Dell Mini 12 (Inspiron 1210) from Ubuntu 8.10 to 10.04 netbook edition. After installing, and performing the available updates, I'm unable to detect any wireless networks (it knows it has a wireless card, but won't list any active networks). </p> <p>There also seems to be an issue wit...
1045
235
2011-01-17T14:54:51.680
2012-05-17T23:53:28.673
No wireless and display issues on Dell Inspiron 1210 (Mini 12)
[ "10.04", "ubuntu-netbook" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>According to the <a href=\"https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Dell%20Mini%2012%20%28Inspiron%201210%29\">Ubuntu wiki page on netbooks</a> the display driver issue is well known. For Lucid <a href=\"https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoul...
[ { "accepted": true, "body": "<p>According to the <a href=\"https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Dell%20Mini%2012%20%28Inspiron%201210%29\">Ubuntu wiki page on netbooks</a> the display driver issue is well known. For Lucid <a href=\"https://wiki.ubuntu.com/HardwareSupportComponentsVideoC...
null
null
null
null
null
1909
1
null
2010-08-11T02:22:53.377
1
854
<p>I'm new to Ubuntu and I'm afraid I've done something really stupid.</p> <p>After booting, When prompted to enter a password to unlock my login keyring, I tried to enter my password, but it won't let me.</p> <p>I can move my cursor but everything else is frozen.</p> <p>I tried to access the terminal by using <kbd>Ctr...
null
527764
2021-05-16T07:19:13.870
2021-05-16T07:19:13.870
After entering password in keyring box the desktop freezes
[ "gnome", "10.04", "keyrings" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Switch to X (the graphical interface that is frozen) usually by typing <kbd>Alt</kbd>+<kbd>7</kbd> and then type <kbd>Alt</kbd>+<kbd>SysRq</kbd>+<kbd>k</kbd> .</p>\n\n<p>This will kill X and it will restart. This is kind of a \"nasty\" solution but without additional details ...
null
null
null
null
Maddie
1916
1
1917
2010-08-11T03:44:04.627
15
9549
<p>I've got cron jobs sending mail to my user at <code>/var/mail</code>. I know how to access that at the command line with the mail command. But, while a big command line fan, I do not like reading mail (even system mail) that way.</p> <p>My mail client of choice is Thunderbird. Can I read /var/mail messages in Thund...
179
59676
2012-08-15T06:37:08.573
2023-10-29T21:21:58.377
How can I access system mail in /var/mail/ via thunderbird?
[ "thunderbird", "system", "mail" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2018-12-23T15:08:31.760", "id": "1820239", "postId": "1916", "score": "1", "text": "Similar/duplicate question is [here.](https://askubuntu.com/questions/301988/using-movemail-with-thunderbird-on-ubuntu/1103958#1103958)", "userDisplayName": null, "userId": "568145" }...
{ "accepted": true, "body": "<p>In <strong>Ubuntu 10.04</strong>, with Thunderbird 3, the option is accomplished by:</p>\n\n<ol>\n<li><p>Select <code>Edit</code>,   <code>Account Settings</code> </p>\n\n<p><img src=\"https://i.stack.imgur.com/acOoB.png\" alt=\"enter image description here\"></p></li>\n<li><p>Choose...
[ { "accepted": true, "body": "<p>In <strong>Ubuntu 10.04</strong>, with Thunderbird 3, the option is accomplished by:</p>\n\n<ol>\n<li><p>Select <code>Edit</code>,   <code>Account Settings</code> </p>\n\n<p><img src=\"https://i.stack.imgur.com/acOoB.png\" alt=\"enter image description here\"></p></li>\n<li><...
null
null
null
null
null
1918
1
1937
2010-08-11T05:53:18.307
8
3616
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/162075/my-computer-boots-to-a-black-screen-what-options-do-i-have-to-fix-it">My computer boots to a black screen, what options do I have to fix it?</a> </p> </blockquote> <p>I installed Lucid Lynx over PXE onto thi...
576
-1
2017-04-13T12:23:07.557
2012-01-03T10:54:16.047
How do I troubleshoot booting into black screen?
[ "10.04", "boot", "pxe" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2010-08-11T07:48:45.027", "id": "1824", "postId": "1918", "score": "0", "text": "Have you removed the `quiet` option from grubs kernel commandline? If not, try to boot without `quiet` and `splash`. You'll see some output.", "userDisplayName": null, "userId": "236" },...
{ "accepted": true, "body": "<p>Here are a couple of \"magical boot options\" to try:</p>\n\n<ul>\n<li><code>nomodeset</code></li>\n<li><code>i915.modeset=0 xforcevesa</code></li>\n</ul>\n\n<p>I'd remove <code>quiet splash</code> when trying these and only one at a time, not together as they'll likely conflict.</p>...
[ { "accepted": true, "body": "<p>Here are a couple of \"magical boot options\" to try:</p>\n\n<ul>\n<li><code>nomodeset</code></li>\n<li><code>i915.modeset=0 xforcevesa</code></li>\n</ul>\n\n<p>I'd remove <code>quiet splash</code> when trying these and only one at a time, not together as they'll likely confl...
null
null
2012-10-05T07:57:48.273
null
null
1919
1
1923
2010-08-11T06:01:33.127
69
24990
<p>A lot of applications like Firefox, Chrome etc, get closed when I accidentally press <kbd>Ctrl</kbd>+<kbd>Q</kbd> instead of <kbd>Ctrl</kbd>+<kbd>W</kbd> because of the proximity of the <em><kbd>Q</kbd></em> and <em><kbd>W</kbd></em> keys on the keyboard. Is there a way this shortcut can be removed or reset on a sys...
234
332494
2015-10-02T19:57:38.663
2021-05-29T14:55:04.907
How can I disable Ctrl+Q for all applications (system wide)?
[ "gnome", "configuration", "shortcut-keys", "system" ]
10
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The best way is to disable the keyboard setting in your specific application. For Firefox there is an extension <a href=\"http://forums.mozillazine.org/viewtopic.php?t=72994\" rel=\"noreferrer\">keyconfig</a>. This allows you to change keyboard settings.</p>\n\n<p>If you want to disa...
[ { "accepted": null, "body": "<p>Probably inserting the shortcut under System -> Preferences -> Keyboard Shortcuts and \"disabling\" it should do the trick.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-08-11T07:33:50.743", "id": "1823", "postId": "1...
null
null
null
null
null
1926
1
1928
2010-08-11T08:52:56.590
4
1461
<p>Empathy uses a very small font size. I'd like to have some larger font. But the system setting has no entry for fonts. How can I use another/larger font in empathy?</p>
236
4
2010-08-11T13:17:25.890
2015-06-25T18:24:35.400
How can the font size in empathy be configured?
[ "10.04", "gnome", "fonts", "empathy" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This bug has been reported. However, if you are using the adium theme there is a workaround <a href=\"https://bugs.launchpad.net/empathy/+bug/504771/comments/9\" rel=\"nofollow\">here</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicens...
[ { "accepted": true, "body": "<p>This bug has been reported. However, if you are using the adium theme there is a workaround <a href=\"https://bugs.launchpad.net/empathy/+bug/504771/comments/9\" rel=\"nofollow\">here</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
1927
1
1929
2010-08-11T08:53:03.000
6
290
<p><a href="http://launchpad.net/ubuntu/+source/stackapplet" rel="nofollow">A package</a> was recently added to Ubuntu. (It was synced from Debian.)</p> <p>I searched for it on <a href="http://packages.ubuntu.com" rel="nofollow">http://packages.ubuntu.com</a>, but it isn't showing up.</p> <p>How long does it take?</p...
5
null
2015-12-14T17:10:03.940
2015-12-14T17:10:03.940
How long till a package shows up in the repository?
[ "package-management", "debian", "repository" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-11T09:19:40.590", "id": "1830", "postId": "1927", "score": "1", "text": "Usually you'll find it at: http://packages.ubuntu.com/maverick/main/newpkg But the site isn't working at the moment.", "userDisplayName": null, "userId": "236" }, { "creationDate":...
{ "accepted": true, "body": "<p>The packages.ubuntu.com website for maverick is not working (yet), i.e. you can use it only to search for packages in releases &lt;= 10.04. If you install the <strong>devscripts</strong> package you can use the command <strong>rmadison</strong>:</p>\n\n<pre><code>rmadison stackapplet...
[ { "accepted": true, "body": "<p>The packages.ubuntu.com website for maverick is not working (yet), i.e. you can use it only to search for packages in releases &lt;= 10.04. If you install the <strong>devscripts</strong> package you can use the command <strong>rmadison</strong>:</p>\n\n<pre><code>rmadison sta...
null
null
null
user364819
null
1938
1
null
2010-08-11T13:55:52.800
9
920
<p>Which podcasts in either the Ubuntu or general Linux categories are the most helpful or most enjoyable. </p> <p>One podcast per answer which could be voted independently would be useful and possibly mentioning if it is highly technical, generally informative, or just fun.</p>
49
25798
2012-07-07T12:55:58.023
2012-07-07T12:55:58.023
What Ubuntu / Linux podcasts are most helpful?
[ "community" ]
7
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Not exclusively Ubuntu but Dan and Fab at <a href=\"http://linuxoutlaws.com/podcast\" rel=\"nofollow\">Linux Outlaws</a> have a great podcast. Recorded live usually on a Monday evening (UK time) </p>\n", "commentCount": "2", "comments": [ { "creationDate...
2010-08-11T14:45:14.213
null
2011-12-14T02:38:57.777
null
null
1942
1
null
2010-08-11T14:33:04.100
8
45259
<p>I have been trying for a while to get Evolution to connect to my Exchange account. I think the complication is the that the OWA url is https://owa[...]. I am able to connect with Android phones, iPhones, etc., but I can't do it with Evolution.</p> <p>Is there a way to make this work?</p>
423
8844
2012-05-04T17:21:15.490
2012-05-04T17:21:15.490
How can Evolution connect to Exchange via the OWA connector?
[ "evolution", "ms-exchange" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2010-08-11T15:17:46.133", "id": "1858", "postId": "1942", "score": "1", "text": "What version of Exchange server is this? <= 2003 or > 2003?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-08-12T15:01:12.493", "id": "1936", "postId"...
null
[ { "accepted": null, "body": "<p>You'll need to use the <code>evolution-mapi</code> plugin - It took me a good long while to get it setup properly with my machine at work. I was able to get calendar and mail to sync properly. Some interesting things I had to do:</p>\n\n<ul>\n<li>For <code>server</code> I had...
null
null
null
null
null
1943
1
1944
2010-08-11T15:04:10.517
27
15255
<p>In <a href="https://www.urbandictionary.com/define.php?term=ubuntu" rel="nofollow noreferrer">Urban Dictionary</a>, Ubuntu is defined as</p> <blockquote> <p><a href="https://www.urbandictionary.com/define.php?term=Ubuntu" rel="nofollow noreferrer">Ubuntu</a> is an ancient african word, meaning &quot;I can't <a href=...
101
1103140
2021-12-05T10:08:15.943
2021-12-05T10:08:15.943
"Ubuntu is an ancient african word, meaning 'I can't configure Debian.'" in Urban Dictionary
[ "debian" ]
6
6
CC BY-SA 4.0
[ { "creationDate": "2010-08-11T15:13:52.823", "id": "1857", "postId": "1943", "score": "0", "text": "The term Ubuntu has been explained in this question [What does “Ubuntu” mean?](http://ubuntu.stackexchange.com/questions/424/what-does-ubuntu-mean/425#4250)", "userDisplayName": null, "use...
{ "accepted": true, "body": "<p>Not true at all.</p>\n\n<p>Actually Ubuntu means (from <a href=\"http://www.ubuntu.com/project/about-ubuntu\" rel=\"nofollow\">the site</a>): </p>\n\n<blockquote>\n <p>Ubuntu is an ancient African word meaning 'humanity to others'. It also means 'I am what I am because of who we all...
[ { "accepted": true, "body": "<p>Not true at all.</p>\n\n<p>Actually Ubuntu means (from <a href=\"http://www.ubuntu.com/project/about-ubuntu\" rel=\"nofollow\">the site</a>): </p>\n\n<blockquote>\n <p>Ubuntu is an ancient African word meaning 'humanity to others'. It also means 'I am what I am because of wh...
null
null
null
null
null
1954
1
2098
2010-08-11T17:27:53.047
1
166
<p>I would like to route packages received by a VM host to different VM guest, on basis of application layer, in particular domains given in urls. It is impossible to route on network layer level, since IP address limitations (to the outside) do not allow this.</p>
4
null
null
2010-09-25T17:01:51.467
Are there any packages in Ubuntu that allow routing on application layer level?
[ "kvm-virtualization", "routing" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>nginx is a light-weight proxy that can do this with web and e-mail traffic.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-12T21:59:52.803", "id": "2098", "lastActivityDate": "2010-09-2...
[ { "accepted": null, "body": "<p>You mention URLs so forgive me if I make an assumption that this is web traffic. Could you put an apache + mod_proxy on the domU / VM host and direct the traffic based on URL that way?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "c...
null
null
null
null
null
1956
1
null
2010-08-11T17:39:13.980
1
1628
<p>After upgrading the Ubuntu to 10.04 my Nautilus file manager gives lot of problem. Nautilus freezes after few minutes of start. I tried with Thunar, but I did not like that. Now I have Dolphin too, when Nautilus goes problem, then I start work with Dolphin. I do not like this. I want to work on Nautilus or equivalen...
null
235
2011-01-17T14:55:09.293
2011-01-17T14:55:09.293
How can I prevent or diminish Nautilus freezing problems?
[ "10.04", "nautilus" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-08-11T17:40:57.970", "id": "1867", "postId": "1956", "score": "2", "text": "Please phrase the title as a question!", "userDisplayName": null, "userId": "455" }, { "creationDate": "2010-08-11T19:15:10.027", "id": "1873", "postId": "1956", "score...
null
[ { "accepted": null, "body": "<p>You need to first diagnose your problem.</p>\n\n<p>Try launching Nautilus from a Terminal by typing <code>nautilus</code> and pressing enter.\nAny errors or warnings will be displayed in the terminal and this may help you to find the issue. </p>\n\n<p>Your issue may already h...
null
null
2013-03-14T17:04:06.087
null
Karthick Bala
1962
1
1964
2010-08-11T19:23:14.627
64
74507
<p>I was able to setup ssh to use private/public key authentication. Now I am able to do</p> <pre><code>ssh user@server1 </code></pre> <p>And it logs on with the private key. Now I want to connect to another server and use a different key. How do set it up so</p> <pre><code>ssh user@server1 </code></pre> <p>uses ...
331
367165
2015-06-25T18:23:00.950
2021-02-16T11:39:59.990
How can multiple private keys be used with ssh?
[ "ssh", "authentication" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-12T11:56:25.387", "id": "1918", "postId": "1962", "score": "7", "text": "No real reason - ones a personal mythbox and the other is a work server and I didn't want to use my home key at work.", "userDisplayName": null, "userId": "331" }, { "creationDate"...
{ "accepted": true, "body": "<p>There are a few options.</p>\n\n<ol>\n<li><p>Load both keys into your ssh agent using <code>ssh-add</code>. Then both keys will be available when connecting to both servers</p></li>\n<li><p>Create your <code>$HOME/.ssh/config</code> file and create a <code>Host</code> section for ser...
[ { "accepted": null, "body": "<p>You can set this up in your <code>~/.ssh/config</code> file. You would have something like this:</p>\n\n<pre><code>Host server1\nIdentityFile ~/.ssh/key_file1\n\nHost server2\nIdentityFile ~/.ssh/key_file2\n</code></pre>\n\n<p><code>man ssh_config</code> is a reference</p>\n"...
null
null
null
null
null
1966
1
null
2010-08-11T19:30:54.640
8
4159
<p>Most Linux software is packaged in tarballs. All of them require but a few commands to compile and install them. </p> <p>My question is; we have gdebi for standalone debian packages, so why not an app to install tarballs the same way? Why is such an apparently simple process not automated? Why must we continue to i...
null
203
2010-08-16T06:24:50.413
2013-03-27T20:15:30.707
Is there any simple way to install tarballs?
[ "package-management", "software-center" ]
9
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>.deb packages are tarballs with the necessary information to do proper package management added to them.</p>\n\n<p>If you just install a tarball, how do you make sure that all dependencies are met? All the necessary libraries are installed?</p>\n\n<p>How do you want to remove...
null
null
null
null
Dante Ashton
1974
1
1975
2010-08-11T19:46:23.993
10
18458
<p>In rearranging the panel, I removed the Network Manager Applet. I tried to add it back, but it doesn't show up in the list (Add To Panel). I can start it up and see it as a running process (nm-applet), and I'm still connected to the internets, but I don't know how to get the panel icon back.</p>
90
667
2010-08-11T20:27:04.350
2015-05-25T17:55:46.240
How can I add the Network Manager Applet to the panel after removing?
[ "gnome", "panel", "network-manager" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You have to add the Notification Area applet to the panel. The network manager will show up there.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-11T19:53:30.327", "id": "1975", "lastAc...
[ { "accepted": true, "body": "<p>You have to add the Notification Area applet to the panel. The network manager will show up there.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-08-11T19:53:30.327", "id...
null
null
null
null
null
1978
1
1979
2010-08-11T20:08:07.997
6
556
<p>On my desktop computer, the GNOME main menu on the panel has a different look: it's just one "Ubuntu logo" icon; clicking on it displays the "Applications" menu on top, with "Resources" and "System" being two sub-menus (last two entries). </p> <p>I actually like this alternate style more than the default one, and w...
325
25863
2012-11-21T21:48:43.083
2012-11-21T21:48:43.083
alternate look for the GNOME main menu
[ "gnome", "panel" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ol>\n<li>Right click on the panel. </li>\n<li>Click 'Add to Panel...'. </li>\n<li>Select 'Main Menu' (not 'Menu Bar', this is the default menu applet). </li>\n<li>Click 'Add'.</li>\n</ol>\n\n<p>You can remove the old menu by right clicking it and clicking 'Remove from Panel'.</p>\n", ...
[ { "accepted": true, "body": "<ol>\n<li>Right click on the panel. </li>\n<li>Click 'Add to Panel...'. </li>\n<li>Select 'Main Menu' (not 'Menu Bar', this is the default menu applet). </li>\n<li>Click 'Add'.</li>\n</ol>\n\n<p>You can remove the old menu by right clicking it and clicking 'Remove from Panel'.</...
null
null
null
null
null
1982
1
1985
2010-08-11T20:32:55.067
3
3267
<p>I'd like to set up authenticated, encrypted SMTP on my remote Ubuntu server, how do I do that? </p> <p>It's just a personal server, so I'd like a cheap option, i.e. not buying SSL certs - self-signed will do for now at least.</p> <p>Update: I'm a little tied to exim as I've got some other stuff configured in that....
302
302
2010-08-17T01:43:06.393
2010-09-21T20:12:43.590
How can I set up an authenticated encrypted SMTP server?
[ "security", "server", "mail", "smtp", "ssl" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2010-08-22T01:52:57.223", "id": "2803", "postId": "1982", "score": "0", "text": "FYI, you can get free SSL certs that will validate in most browsers (updated WinXP's IE6, Firefox 2.0, OS X) from http://startssl.com. It's what I'm using on all my sites.", "userDisplayName":...
{ "accepted": true, "body": "<p>I would suggest <a href=\"http://www.postfix.org/\" rel=\"nofollow\">Postfix</a>. This is a mail server which is very easy to set up (in my opinion). You'll find some useful documents:</p>\n\n<ul>\n<li><a href=\"http://postfix.state-of-mind.de/patrick.koetter/smtpauth/\" rel=\"nofoll...
[ { "accepted": null, "body": "<p>You can do that by using postfix and dovecot packages. There are lots of detailed instructions available. Just to mention a few:</p>\n\n<p><a href=\"http://johnny.chadda.se/article/mail-server-howto-postfix-and-dovecot-with-mysql-and-tlsssl-postgrey-and-dspam/\" rel=\"nofollo...
null
null
2013-03-14T17:04:12.467
null
null
1986
1
2080
2010-08-11T20:55:13.360
8
1207
<p>I have Windows XP and Ubuntu installed on separate partitions. </p> <p>Is it possible to "boot" my Ubuntu install from within Windows? What I am looking for is something similar to a Virtual Machine, but that will run the copy of Ubuntu already installed on my hard drive. I'd like to be able to dualboot Ubuntu an...
965
965
2017-10-17T00:46:52.040
2017-10-17T00:46:52.040
Is it possible to run currently installed Ubuntu from Windows?
[ "boot", "windows", "system-installation" ]
7
2
CC BY-SA 3.0
[ { "creationDate": "2010-08-11T21:05:25.973", "id": "1888", "postId": "1986", "score": "0", "text": "Do you mean run your Ubuntu installation (Like Ubuntu itself) from within windows - or access the files from the Ubuntu partition in Windows?", "userDisplayName": null, "userId": "41" },...
{ "accepted": true, "body": "<p>You can use coLinux and run your Ubuntu kernel with colinux: </p>\n\n<ol>\n<li><p>I installed Ubuntu as normal on a separate partition and configured the computer to dualboot between Ubuntu/XP.</p></li>\n<li><p>I installed coLinux with the Debian with backports image that is availab...
[ { "accepted": null, "body": "<p>I dont think you can boot your Ubuntu install from your windows machine without a virtual machine. If there is way, outside of that it would be cool. How is it different from VM?</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-08-12T13...
null
null
null
null
null
1991
1
1992
2010-08-11T21:50:10.653
37
19402
<p>I'm setting up a server for backing up my desktop box remotely. I want to prevent remote password access to the server, permitting only users with private keys (AKA my desktop box) to access it. How can I block remote password access while allowing physical password access to the server?</p>
108
null
null
2017-09-01T22:21:01.647
Disable password access through SSH?
[ "security", "ssh", "password", "remote-access" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Just insert the following to the sshd config on the server (<code>/etc/ssh/sshd_config</code>)</p>\n\n<pre><code>PasswordAuthentication no\n</code></pre>\n\n<p>You might need to reload the ssh service</p>\n\n<pre><code>sudo service ssh reload\n</code></pre>\n\n<p>That should do the t...
[ { "accepted": true, "body": "<p>Just insert the following to the sshd config on the server (<code>/etc/ssh/sshd_config</code>)</p>\n\n<pre><code>PasswordAuthentication no\n</code></pre>\n\n<p>You might need to reload the ssh service</p>\n\n<pre><code>sudo service ssh reload\n</code></pre>\n\n<p>That should ...
null
null
null
null
null
1993
1
2003
2010-08-11T22:14:36.883
7
5045
<p>I've purchased a Dell Inspiron 1545 for my wife. Due to some really bad judgement from the design team, the only indicator you have is the power one.</p> <p>What do you guys recommend in terms of having some nice indicators for CAPS/NUM Lock and HDD activity? I just feel so lost without some quick visual clue on th...
160
235
2012-01-01T18:31:51.450
2014-03-16T16:12:09.147
Looking for CAPS LOCK/NUM LOCK and HDD activity indicators
[ "software-recommendation", "indicator" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>For the caps lock and num lock you can use the Indicator-keylock package. It looks like this:</p>\n\n<p><img src=\"https://i.stack.imgur.com/mjfHa.png\" alt=\"alt text\"></p>\n\n<p>And instructions for installing are available at: <a href=\"http://www.webupd8.org/2010/07/indicator-ke...
[ { "accepted": null, "body": "<p>Not really an answer, but I'd just add a system monitor to the panel. Showing it in the leds would be kind of cool: and it's technically possible, I just don't know of pre-canned code to do it. You can script it using <code>xset -led</code>.</p>\n", "commentCount": "0",...
null
null
null
null
null
2007
1
2009
2010-08-12T02:06:38.373
72
142885
<p>With regards to Plymouth --</p> <p>Are there alternative boot screens available?</p> <p>What's the easiest way to change the boot screen?</p>
195
169736
2014-02-13T01:59:43.090
2023-08-13T19:53:27.157
How do I change the plymouth bootscreen?
[ "plymouth" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can get a list of themes available via the repositories through <a href=\"http://www.nongnu.org/synaptic/\" rel=\"nofollow noreferrer\">Synaptic Package Manager</a> or through the command line via <code>aptitude</code>:</p>\n\n<pre><code>$ aptitude search plymouth-theme\np lubu...
[ { "accepted": true, "body": "<p>You can get a list of themes available via the repositories through <a href=\"http://www.nongnu.org/synaptic/\" rel=\"nofollow noreferrer\">Synaptic Package Manager</a> or through the command line via <code>aptitude</code>:</p>\n\n<pre><code>$ aptitude search plymouth-theme\n...
null
null
null
null
null
2013
1
2016
2010-08-12T06:33:00.100
5
4469
<p>This is an issue I've been facing for a long time. However I am still able to use my ubuntu via recovery mode, where I log-in to the shell, where I type <code>startx</code>. Sometimes when i restart, it goes in clean. But most of the time I get hung up with the splash screen.</p> <p>Wondering if this is an issue wi...
1123
235
2011-09-10T19:13:36.023
2011-09-10T19:13:36.023
Stuck at boot time in the splash screen prior to gui login dialog
[ "10.04", "boot" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2010-08-12T07:06:46.567", "id": "1904", "postId": "2013", "score": "0", "text": "Can you switch to a terminal pressing CTRA+ALT+F1 when it's hang?. I suspect more of a plymouth issue than mount problem, but it could be a couple of things.", "userDisplayName": null, "us...
{ "accepted": true, "body": "<p><strong>Boot in recovery mode</strong></p>\n\n<p>Try pressing <kbd>Esc</kbd> right after you BIOS screen to access the grub menu, there you choose \"Recovery mode\" this will give you more debug messages. When the recovery menu appears you can \"Drop to root shell prompt\" and then l...
[ { "accepted": true, "body": "<p><strong>Boot in recovery mode</strong></p>\n\n<p>Try pressing <kbd>Esc</kbd> right after you BIOS screen to access the grub menu, there you choose \"Recovery mode\" this will give you more debug messages. When the recovery menu appears you can \"Drop to root shell prompt\" an...
null
null
null
null
null
2014
1
null
2010-08-12T07:06:50.530
6
4003
<p>How do I remove an app (Tonido) in Ubuntu?</p>
794
527764
2022-03-16T09:39:14.607
2022-03-16T09:39:22.030
How do I remove an application?
[ "software-uninstall" ]
3
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>If you had installed the app through the <em>normal means</em>, I mean the Software Centre, synaptic or a .deb file, etc... you need to search for the app in the Software Centre and click uninstall.</p>\n\n<p>You can also uninstall it from the command line using</p>\n\n<pre><...
null
null
2022-03-16T09:39:37.273
null
null
2018
1
null
2010-08-12T09:03:22.013
6
4913
<p>The Ubuntu standard mail client Evolution provides two plugins for spam filtering:</p> <ul> <li>Bogofilter</li> <li>SpamAsassin</li> </ul> <p>What is the difference? Are there any advantages / disadvantages (speed / accuracy / ...)? </p> <p><strong>Note:</strong> I'm mainly interested in "out-of-the-box" performa...
275
23878
2012-10-08T15:33:48.817
2012-10-08T15:33:48.817
What spam filter should I use with Evolution: Bogofilter or SpamAssasin?
[ "mail", "evolution" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2018-11-20T10:28:23.073", "id": "1802213", "postId": "2018", "score": "1", "text": "I strongly disagree with Luis Alvarado's decision to close this question. Why is spam filtering of no interest to anyone? How is it too localized?", "userDisplayName": null, "userId": "...
null
[ { "accepted": null, "body": "<p>Well in a perfect world, you'd probably run emails through both before emails got anywhere near a client machine... But that's a discussion for another time.</p>\n\n<p>Simply put SpamAssassin is a safer choice. It might not catch as much spam, (it probably will) but you're pr...
null
null
2013-03-14T17:04:17.287
null
null
2021
1
2022
2010-08-12T10:15:14.097
16
6032
<p>With each kernel update, a new entry is placed in Grub to provide a way to boot that specific kernel version.</p> <p>I have about 5 at the moment and, to be honest, once I have confirmed I can boot into the new kernel version, I never go back to a previous version.</p> <p>I'd like to manage the items in this list ...
1008
null
null
2012-10-31T19:34:55.993
Is there a way to manage my Grub menu options from with the GUI/desktop?
[ "grub2", "gui" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes, remove the packages.</p>\n\n<p>Load up synaptic and search for <code>linux-image</code>. Click the first column to sort by packages that are actually installed and then click the green boxes to alter the state. </p>\n\n<p>You're looking for packages that look like: <code>linux-i...
[ { "accepted": true, "body": "<p>Yes, remove the packages.</p>\n\n<p>Load up synaptic and search for <code>linux-image</code>. Click the first column to sort by packages that are actually installed and then click the green boxes to alter the state. </p>\n\n<p>You're looking for packages that look like: <code...
null
null
null
null
null
2028
1
2233
2010-08-12T12:37:38.080
2
1345
<p>I just installed Ubuntu 10.04 LTS.</p> <p>However, my D-Link DWM-152 (HSDPA USB modem) is not able to be detected.</p> <p>I am having exactly same result as c_siswan <a href="http://ubuntuforums.org/showthread.php?t=1476983" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1476983</a></p> <p>Can anyone sug...
1131
41
2010-10-15T15:55:02.870
2011-12-04T07:53:51.900
How can I troubleshoot the lack of detection of the D-Link DWM-152 (HSDPA USB modem)?
[ "10.04", "modem" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Go to www.dlink.com, support+download and then search for DWM-152 and update your firmware. Have a look at this Blogpost saylinux.wordpress.com/2010/07/20/using-d-link-3g-usb-dwm-152-with-ubuntu-10-04/</p>\n\n<p>Maybe it works with network-manager if you try the newest developer vers...
[ { "accepted": null, "body": "<p>Give <a href=\"http://www.sakis3g.org/\" rel=\"nofollow\">sakis3g</a> a try. If it works than we know the modem works on Ubuntu and it's just a matter of including it in usb_modeswitch data or toggling it manually and we can work towards that.</p>\n", "commentCount": "1",...
null
null
null
null
null
2033
1
2040
2010-08-12T13:24:34.813
2
217
<p>I would like to have a general list of steps I can do to troubleshoot problems with sound.</p>
4
4
2010-08-12T13:43:06.703
2011-10-27T18:37:24.590
Are there anywhere instructions explaining how to troubleshoot sound problems on the Ubuntu desktops?
[ "sound" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes, there are: <a href=\"https://wiki.ubuntu.com/DebuggingSoundProblems\" rel=\"nofollow\">https://wiki.ubuntu.com/DebuggingSoundProblems</a></p>\n\n<p>The first step on a current (10.04) distribution should be to run:</p>\n\n<pre><code>ubuntu-bug audio\n</code></pre>\n\n<p>in a ter...
[ { "accepted": true, "body": "<p>Yes, there are: <a href=\"https://wiki.ubuntu.com/DebuggingSoundProblems\" rel=\"nofollow\">https://wiki.ubuntu.com/DebuggingSoundProblems</a></p>\n\n<p>The first step on a current (10.04) distribution should be to run:</p>\n\n<pre><code>ubuntu-bug audio\n</code></pre>\n\n<p>...
null
null
null
null
null
2034
1
7763
2010-08-12T13:27:21.080
55
17218
<p>The OCD in me wants directories I do not like the name of to be hidden since I do not interact with them directly.</p> <p>How can I hide directories without using the dot notation?</p>
333
480481
2018-10-20T11:57:17.310
2024-03-01T08:48:17.840
How can I hide directories or files without changing their names?
[ "gui", "directory", "hidden-files" ]
6
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Assuming you only care about hiding the files from showing up in nautilus, there is a <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=311010\" rel=\"noreferrer\">bug</a> on the GNOME Bugzilla about this. However, currently, that bug has not been resolved.</p>\n\n<p>There is anot...
[ { "accepted": null, "body": "<p>Unix and Linux only supports hiding folders that being with a <code>.</code>. </p>\n\n<p>If you really want to get them out of the way, but want them to not have <code>.</code>s, put them all in a <code>.hidden</code> in the same directory as the file or folder you want to hi...
null
null
null
Roger Pate
null
2035
1
77387
2010-08-12T13:30:16.687
0
1074
<p>I have a desktop that has both Gnome and KDE installed.</p> <p>When I start non-KDE applications under my user account running KDE, the application widgets obtain the same window decoration, style etc as my KDE applications.</p> <p>However, when I have to start an application with root privileges (i.e. via kdesudo...
4
null
null
2013-01-27T17:32:28.350
How can I make non-kde/non-qt application started with root privileges look integrated into my KDE desktop?
[ "gnome", "kde", "style" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It's in the docs ... </p>\n\n<p><a href=\"http://docs.kde.org/stable/en/kdebase-workspace/kdm/configuring-kdm.html#kdm-kcontrol-module\" rel=\"nofollow\">KDE Configuration ...</a> </p>\n\n<p>However, you cannot give sudo access before a user is logged in ... </p>\n\n<p>Since kdm must...
[ { "accepted": null, "body": "<p>This <em>might</em> work. It's a bit manual and you might even need to install it if it doesn't come with the core gnome stuff but there you go.</p>\n\n<pre><code>sudo gnome-theme-manager\n</code></pre>\n\n<p>My basis for this is gnome stores its theme settings in the user's ...
null
null
null
null
null
2038
1
2042
2010-08-12T13:55:04.680
6
3432
<p>In Ubuntu 10.04, when I goto System > Administration > Software Sources and goto the Authentication tab, I can view all of my keys allowing me to download from third party sources.</p> <p>How would I back this up to copy all of my sources and keys to a new system?</p>
1010
333
2010-08-12T15:21:07.667
2010-11-18T17:10:30.057
Backup Software Sources
[ "ppa", "apt", "aptitude", "synaptic", "gnupg" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The method to backup your sources list has <a href=\"https://askubuntu.com/questions/2038/backup-software-sources/2039#2039\">already been described</a> by garbagecollector (also note the additional directory as explained by <a href=\"https://askubuntu.com/questions/2038/backup-softw...
[ { "accepted": null, "body": "<p>I believe this would help backing up your sources.</p>\n\n<pre><code>sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup\n</code></pre>\n\n<p>Then do the reverse when you are your new system.</p>\n\n<p>Maybe also try this <a href=\"http://www.le-web.org/back-in-time/\"...
null
null
null
null
null
2045
1
2046
2010-08-12T14:53:14.897
53
80545
<p>I was wondering how do you know where the largest files in my system are stored.</p> <p>For example---</p> <p>Disk Space Used: 1GB Java: 500MB Java Percentage: 50% maybe represented in a pie chart. Maybe?</p> <p>I know this maybe a feature overkill. I sometimes forget having stored things and wonder why my disk i...
333
4
2010-08-12T15:07:57.077
2018-07-05T21:59:58.637
How to determine where biggest files/directories on my system are stored?
[ "filesystem", "disk", "memory", "command-line" ]
7
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The Disk Usage Analyzer is available under Ubuntu > Accessories > Disk Usage Analyzer. It provides you with a snazzy pie graph showing what files and folders take up the most space:</p>\n\n<p><img src=\"https://i.stack.imgur.com/C9Ro1.png\" alt=\"enter image description here\"></p>\n...
[ { "accepted": true, "body": "<p>The Disk Usage Analyzer is available under Ubuntu > Accessories > Disk Usage Analyzer. It provides you with a snazzy pie graph showing what files and folders take up the most space:</p>\n\n<p><img src=\"https://i.stack.imgur.com/C9Ro1.png\" alt=\"enter image description here\...
null
null
null
null
null
2048
1
2051
2010-08-12T15:03:03.470
2
495
<p>Does it make sense to run a cloud on only one server? If so what are the benefits? Are there any nice tools managing my VMs (apart from virt-manager) even if I do not use the EC2 cloud?</p>
4
null
null
2010-10-15T05:16:08.130
What is the difference between running VMs and a Ubuntu EC2 cloud?
[ "cloud", "virtualization" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I run several kvm virtual machines on a couple of the servers that I'm responsible for at one of my places of work. I chose to set them up this way for a couple of reasons. </p>\n\n<p>The configuration of each guest server is focused on the task assigned to it. I've set up one for in...
[ { "accepted": null, "body": "<p>As <a href=\"https://askubuntu.com/questions/1541/is-there-any-advantage-to-setting-up-a-personal-cloud-instead-of-running-a-person/1550#1550\">I said in another thread</a>, when you're dealing with a single computer, can't really do \"cloud\" computing because at its core, c...
null
null
null
null
null