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
52519
1
null
2011-07-10T08:32:04.333
4
9172
<p>I got a LAMP server working in Ubuntu 11.04. Now the problem is that the websites have to enabled and disabled from the terminal. All all of them have to be accessed from <code>http://localhost</code> which is not so much efficient. So I created a VHOSTS, using some tutorials off the net. Here is the coding for it</...
9434
235
2011-07-16T20:10:33.807
2012-09-26T20:31:49.970
VHOST not working in Apache
[ "apache2", "virtualhost" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>According to <code>/usr/share/doc/apache2/README.Debian.gz</code>, if you wish to create definitions for additional sites, you will want to place individual site configuration snippets in <code>/etc/apache2/sites-available/</code> (see <code>/etc/apache2/sites-available/defau...
null
null
null
null
null
52521
1
115194
2011-07-10T08:52:46.867
1
1258
<p>I have a Pavilion dm1, with a <a href="http://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg327720.html" rel="nofollow">known issue with the rt2x00 driver</a>. There is a <a href="http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2011-June/003942.html" rel="nofollow">one line patch...
3188
null
null
2012-03-22T19:25:43.017
How to apply patch to rt2x00 driver for Ralink RT5390 support
[ "wireless", "drivers", "kernel", "hp", "ralink" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-03-22T19:09:28.160", "id": "136236", "postId": "52521", "score": "0", "text": "@TimMcNamara Have a bounty! :)", "userDisplayName": null, "userId": "6005" } ]
{ "accepted": true, "body": "<p>The one line patch simply shows you that you would need to edit the <code>rt2800pci.c</code> file from the linux header source files and add,</p>\n\n<p><code>#ifdef CONFIG_RT2800PCI_RT53XX</code></p>\n\n<p><code>{ PCI_DEVICE(0x1814, 0x5390) },</code></p>\n\n<p><code>{ PCI_DEVICE(0x18...
[ { "accepted": true, "body": "<p>The one line patch simply shows you that you would need to edit the <code>rt2800pci.c</code> file from the linux header source files and add,</p>\n\n<p><code>#ifdef CONFIG_RT2800PCI_RT53XX</code></p>\n\n<p><code>{ PCI_DEVICE(0x1814, 0x5390) },</code></p>\n\n<p><code>{ PCI_DEV...
null
null
null
null
null
52523
1
null
2011-07-10T09:17:52.423
2
3218
<p>When editing any file f.e. like this:</p> <pre><code>r@ngf:~$ sudo gedit /etc/default/grub [sudo] password for r: (gedit:1638): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Не удалось создать файл «/root/.local/share/recently-used.xbel.CJP8XV»: Нет такого ф...
20118
45466
2012-02-16T19:57:19.750
2012-02-16T19:57:19.750
Errors shown in terminal when editing files with gedit
[ "command-line", "gedit" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>First, you shouldn't use <code>sudo</code> with GUI programs. Use <code>gksudo</code> instead.</p>\n\n<p>As for the warnings: they are harmless. They just say that gedit tries to save a file at a location that does not exist. If you want to make them go away, you got to creat...
null
null
null
null
null
52537
1
52540
2011-07-10T11:31:19.587
3
955
<p>I know that I can change contrast and saturation with nvidia-settings. How can I make different settings for different apps (i.e. wine) using nvidia-settings or any other tool?</p>
21393
21393
2011-07-10T16:39:17.433
2013-07-02T11:10:37.710
Saturation and contrast settings for wine programs
[ "compiz", "nvidia", "wine", "settings", "colors" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I believe the option for this is in Compiz, namely brightness and contrast in Accessibility options. To get to it you need the CompizConfig Settings manager.</p>\n\n<p><code>sudo apt-get install compizconfig-settings-manager</code></p>\n\n<p>Then type <code>ccsm</code> into run or te...
[ { "accepted": true, "body": "<p>I believe the option for this is in Compiz, namely brightness and contrast in Accessibility options. To get to it you need the CompizConfig Settings manager.</p>\n\n<p><code>sudo apt-get install compizconfig-settings-manager</code></p>\n\n<p>Then type <code>ccsm</code> into r...
null
null
null
null
null
52545
1
null
2011-07-10T13:10:14.327
0
2202
<p>I have Xampp on Ubuntu 11.04. <code>.php</code> files are downloaded instead of parsed by Apache! How do I get Apache to parse them?</p>
21394
22949
2012-10-01T02:30:45.643
2013-04-13T12:28:18.367
.php files are downloaded instead of being parsed by Apache
[ "apache2", "php", "xampp" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-10T14:18:10.777", "id": "58700", "postId": "52545", "score": "3", "text": "Have you installed `libapache2-mod-php5`?", "userDisplayName": null, "userId": "9701" }, { "creationDate": "2012-10-01T02:40:15.417", "id": "242312", "postId": "52545", ...
null
[ { "accepted": null, "body": "<p>Try:</p>\n\n<pre><code>sudo apt-get update; sudo apt-get install libapache2-mod-php5\nsudo a2enmod php5\nsudo service apache2 restart\n</code></pre>\n\n<p>Post back any terminal errors.</p>\n\n<p>If your using Firefox, you may have to clear your cache as well.</p>\n", "co...
null
null
null
null
null
52549
1
null
2011-07-10T13:51:35.417
0
91
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/118603/what-is-the-recommended-method-for-getting-installing-updates-for-an-ubuntu-a">What is the recommended method for getting &amp; installing updates for an Ubuntu (alpha or) beta release?</a> </p> </blockquote> ...
17315
-1
2017-04-13T12:24:49.530
2011-07-10T18:34:36.067
How do I update when using a development release?
[ "updates", "release-management" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2012-04-03T19:07:20.450
null
null
52556
1
null
2011-07-10T14:57:27.083
4
18127
<p>I have a headless Ubuntu machine that I connect to with a combination of ssh and vnc.</p> <p>When I've got a monitor attached (which is rare), the vnc connection is the full resolution of the attached monitor (of course).<br> But, when I connect using vnc when there's no monitor connected, I get a much lower-resolu...
21398
21398
2011-07-10T15:39:13.723
2017-08-17T12:59:35.647
Headless machine: Increase Remote Desktop resolution
[ "resolution", "remote-desktop", "vnc", "remote-access" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Have you considered to try an NX technology?, like FreeNX or NXnoMachine ?, it can be more friendly and configurable</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-10T15:0...
null
0
null
null
null
52562
1
null
2011-07-10T15:47:06.943
0
139
<p>Many times it happen I got several terms &amp; app sessions opened, while I just have to quick shutdown the machine to move away in another building. </p> <p>Is there a way, when I next boot the laptop, to have back all my "UN-CLOSED" sessions (terms &amp; apps), if I did shutdown without exit ?</p> <p>( no freeze...
19730
2647
2011-07-10T15:54:32.700
2011-07-10T16:02:52.940
Start the same "sessions" after shutdown
[ "startup", "reboot", "init", "autostart", "restart" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If you do not want to use standby (for short time inactivities) or hibernate (for longer ones), you could try to check the key</p>\n\n<pre><code>/apps/gnome-session/options/auto_save_session\n</code></pre>\n\n<p>in <code>gconf-editor</code>, but bear in mind that reopening th...
null
null
null
null
null
52564
1
52566
2011-07-10T16:04:57.510
4
5831
<p>I have a new Lenovo G560e, and have just installed Ubuntu 10.04. But the laptop's trackpad does not work!</p> <p><a href="https://wiki.ubuntu.com/DebuggingHardwareDetection" rel="nofollow">https://wiki.ubuntu.com/DebuggingHardwareDetection</a> suggests some commands to run before reporting a hardware issue -- but ...
21402
null
null
2011-10-16T01:47:33.553
Accessing the terminal from GNOME without a mouse
[ "lenovo", "trackpad" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T20:00:38.737", "id": "58930", "postId": "52564", "score": "1", "text": "For the record, my problem seems to have been related to this -- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/34501/comments/88 -- and the suggested solution, reloading the psmouse modul...
{ "accepted": true, "body": "<p>I use the <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd> shortcut to start the Terminal very quickly.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-07-10T16:12:23.927", "id": "58711", "postId": "52566", "score": "0", "text": "it...
[ { "accepted": null, "body": "<p>The shortcut Alt-F2 allow to enter a command: write <code>gnome-terminal</code>. Alternatively Alt-F1 bring you to the main menu.</p>\n\n<p>Also, to switch between application you can use Alt-TAB.</p>\n", "commentCount": "3", "comments": [ { "creationDat...
null
null
null
null
null
52569
1
52573
2011-07-10T16:26:19.113
3
436
<p>How can I customize my kernel configuration? I mean use same kernel version as Ubuntu offered.</p>
20732
196255
2013-11-06T12:17:07.053
2013-11-06T12:17:07.053
How can I customize my kernel configuration?
[ "11.04", "kernel" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You would need to recompile the kernel to change the configuration. Some configurations are known incompatible with Ubuntu userspace: these are documented in the enforce file. Self-built kernels are typically not supported by Ubuntu Developers, so take care when building such kerne...
[ { "accepted": true, "body": "<p>You would need to recompile the kernel to change the configuration. Some configurations are known incompatible with Ubuntu userspace: these are documented in the enforce file. Self-built kernels are typically not supported by Ubuntu Developers, so take care when building su...
null
null
null
null
null
52570
1
52571
2011-07-10T16:27:12.353
0
3391
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/4662/where-is-the-x-org-config-file-how-do-i-configure-x-there">Where is the X.org config file? How do I configure X there?</a> </p> </blockquote> <p>I am new to Kubuntu 11.04 and needs some helps from you guys. I ...
21114
-1
2017-04-13T12:23:08.843
2011-07-10T16:37:12.763
missing Xorg.conf in Kubuntu 11.04
[ "xorg", "kubuntu" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The file <code>xorg.conf</code> is no more required for the configuration of the X server, that can do a very good job automatically.</p>\n\n<p>Anyway you can create your own <code>xorg.conf</code> file if you need custom configuration.</p>\n\n<p>You can have a little help in creatin...
[ { "accepted": true, "body": "<p>The file <code>xorg.conf</code> is no more required for the configuration of the X server, that can do a very good job automatically.</p>\n\n<p>Anyway you can create your own <code>xorg.conf</code> file if you need custom configuration.</p>\n\n<p>You can have a little help in...
null
null
2011-07-10T18:34:29.047
null
null
52584
1
null
2011-07-10T18:58:09.927
24
41424
<p>I have a /data folder (actually a partition) for all data that should be accessible by all users (in this case family members). We all have individual user accounts and are often all logged in at any time on this one PC.</p> <p>How can I set up permissions so that we all retain access to files there no matter who c...
947
158442
2016-05-19T22:45:18.600
2016-05-19T22:47:14.600
How do I set up a folder so that anything created in it inherits permissions?
[ "permissions", "shared-folders" ]
7
2
CC BY-SA 3.0
[ { "creationDate": "2018-01-19T00:25:08.660", "id": "1611460", "postId": "52584", "score": "0", "text": "for the visitors. \nIf you just want the group name to be inherited `chmod -R g+s /parentdir`. Note: run `chmod -R ` prior to this if needed", "userDisplayName": null, "userId": "40348...
null
[ { "accepted": null, "body": "<p>I dont understand, are all linux-linux, linux-windows, linux-???, using Samba?, SSH?, Pigeons?; \nanyways you need to include the others into the Group with your username (your Group), and they will get the same permissions as you.</p>\n", "commentCount": "1", "commen...
null
null
null
null
null
52585
1
52587
2011-07-10T19:02:11.007
2
85
<p>I'm looking for some utility that will copy the contents of my working folder across multiple storages - hdd, external hdd, usb drives etc. I`m not looking for version control software (like cvs or svn), more like replication control on data changed in the folder.</p> <p>Can you suggest something? </p> <p>Thanks i...
21408
null
null
2011-07-27T05:46:41.537
Coping contents of folder across multiple data storages (hdd, external hdd)
[ "software-recommendation", "files", "clipboard" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Unison is the tool I've heard most widely recommended to achieve this goal. It is available as a package in the archives, and usually performs quite well. Install with <code>apt-get install unison</code>.</p>\n\n<p>In addition to file/folder synchronisation on a single host, unison...
[ { "accepted": true, "body": "<p>Unison is the tool I've heard most widely recommended to achieve this goal. It is available as a package in the archives, and usually performs quite well. Install with <code>apt-get install unison</code>.</p>\n\n<p>In addition to file/folder synchronisation on a single host...
null
null
null
null
null
52593
1
null
2011-07-10T20:58:38.647
2
453
<p>When I imported all of my music from my iPod into Banshee, I got all of the wrong music, so I decided to delete it all. Now it says that there is no such file or directory, so it won't delete the music. Now I have low disk space. Thanks in advance for anyone who can help...</p>
21411
null
null
2011-07-11T08:00:16.327
Unable to delete files from drive in Banshee
[ "banshee", "music", "uninstall", "delete" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-16T18:56:00.740", "id": "59771", "postId": "52593", "score": "0", "text": "How did you delete your music? And off of what? Please provide some more info on what you did to delete your music and off of what device...", "userDisplayName": null, "userId": "890" ...
null
[ { "accepted": null, "body": "<p>That does seem strange behavior, especially as banshee handles ipods pretty well.</p>\n\n<p>As a temporary fix you can use gtkpod (in the software centre). This is probably the most comprehensive ipod handler for linux. From here you should be able to delete files and/or repa...
null
null
2012-02-24T23:14:24.330
null
null
52595
1
null
2011-07-10T21:03:38.893
3
149
<p>Unity worked perfectly in my laptop before. However, today when I hard rebooted my laptop, there's something like disk/drive error detect before the login screen. I waited until the disk/drive check finished and then login. Now there's a pop up saying: "It seems that you do not have the hardware required to run Unit...
21412
6005
2012-06-26T00:06:27.610
2012-06-26T00:06:27.610
Unity stop working after disk (or drive) error
[ "unity", "boot", "gnome" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-10T21:53:05.310", "id": "58766", "postId": "52595", "score": "0", "text": "Can you try this and then edit your question with the results? http://askubuntu.com/questions/37651/how-can-i-activate-unity", "userDisplayName": null, "userId": "235" }, { "crea...
null
[ { "accepted": null, "body": "<p>Problem fixed:\n<a href=\"http://ubuntuforums.org/showthread.php?t=1779234&amp;page=2\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1779234&amp;page=2</a>\nFor some reasons, my ubuntu installed nvidia by itself. Unity works after I removed nvidia. Thanks for you...
null
null
2012-02-24T09:23:38.550
null
null
52596
1
52644
2011-07-10T21:07:33.153
0
1606
<p>I changed my password for Ubuntu One using the Web interface, and added a new computer. Since then, the old computer does not synchronize with Ubuntu One. It doesn't show any error messages or such, but files uploaded from the web interface or changed on the newly added computer don't appear/change on the old comput...
5719
169736
2014-02-20T03:49:34.977
2014-04-23T09:46:36.967
How do I connect to Ubuntu One after changing the password?
[ "ubuntu-one" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Open <code>seahorse</code> (“Passwords and Encryption Keys” in the applications menu), look for the <code>Ubuntu One</code> key, and delete it. That should kick off the re-authentication from the client.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011...
[ { "accepted": null, "body": "<p>In Preferences → Ubuntu One, choose the option \"<strong>I have an account</strong>\". It should work.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-07-10T23:12:30.197", "id": "58768", "postId": "52602", "scor...
null
null
null
null
null
52597
1
null
2011-07-10T21:09:02.297
1
237
<p>I'm trying to find this file of Vuze (known as Azureus) but seems not to be present. (Vuze works, but I wish know where this file is). I've already tried to search for it with search on local disk, but unsuccesfully.</p>
19269
8851
2011-07-11T10:41:33.650
2011-07-11T10:41:33.650
I would like to know where can I find the azureus2.jar file
[ "bittorrent" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>It is here:</p>\n\n<pre><code>/usr/share/java/Azureus2.jar\n</code></pre>\n\n<p>found with</p>\n\n<pre><code>dpkg -L azureus | grep jar\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "c...
null
null
null
null
null
52600
1
52714
2011-07-10T22:23:24.633
3
2226
<p>I installed Ubuntu 11.04 on 2 laptops today. One of a friend, and one of my own. Both have NVidia graphics cards.</p> <p>This went the same on both computers. When you login the first time you get a message wich is basically telling you to install the NVidia drivers.</p> <p>However, when I restarted after installi...
18953
18953
2011-07-11T20:34:32.340
2011-07-11T20:47:38.557
Unity won't start on login
[ "unity", "compiz", "nvidia", "gnome-classic" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T07:53:35.710", "id": "58802", "postId": "52600", "score": "0", "text": "have you tried reinstalling unity; it may 'repair' your ubuntu session?", "userDisplayName": null, "userId": "14895" }, { "creationDate": "2011-07-11T10:39:54.880", "id": "58...
{ "accepted": true, "body": "<p>A similar AU Question with your Graphics Card is described <a href=\"https://askubuntu.com/questions/49603/dell-d820-nvidia-compiz-crashes-wont-run\">here</a>.</p>\n\n<p>I would suggest follow the same advice - go to your Hardware Drivers window. Deactivate the <code>nvidia-current<...
[ { "accepted": true, "body": "<p>A similar AU Question with your Graphics Card is described <a href=\"https://askubuntu.com/questions/49603/dell-d820-nvidia-compiz-crashes-wont-run\">here</a>.</p>\n\n<p>I would suggest follow the same advice - go to your Hardware Drivers window. Deactivate the <code>nvidia-...
null
null
null
null
null
52604
1
null
2011-07-10T23:07:47.117
3
598
<p>So far I've had my computer freeze three times because I opened either Chromium, or Skype over top of a full screen Minecraft window. It has frozen when it was running Unity and when it was running the classic desktop environment. Also I was running a Minecraft server at those times and ended up losing my map due to...
18295
235
2011-12-09T22:58:58.707
2011-12-09T22:58:58.707
Freeze when I open Chromium while Minecraft is full screen?
[ "11.04", "minecraft" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T14:48:27.117", "id": "58876", "postId": "52604", "score": "0", "text": "Minecraft and Chromium both use a ton of memory. This may be contributing to the freeze if both programs are using a lot of memory.", "userDisplayName": null, "userId": "10616" }, { ...
null
[ { "accepted": null, "body": "<p>This sounds more like a bug then a question, I'm afraid. I suggest you go hunting for somewhere to share a bug report.</p>\n\n<p>However, a lot of people run games in linux on a separate X server. This means they use two different virtual desktops. If you did this you could s...
null
null
2011-12-15T07:53:37.963
null
null
52609
1
null
2011-07-11T00:44:17.537
1
5754
<p>I was trying to add the source command at the end so that I don't have to enter it in the command line each session, the addition I made was, in the end of the file,</p> <pre><code># Load Root Files source /home/user/file/blah/blah/thisroot.sh </code></pre> <p>It seems I goofed up. As now when I run the standard c...
17663
282488
2017-09-08T10:34:36.687
2017-09-08T10:34:36.687
Screwed up my .bashrc file
[ "bashrc" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You've messed up your PATH, so that is why you cannot start emacs by just running that command. You will need to use the full path to start emacs. You need to be in your home directory to run this command.</p>\n\n<p>Try this</p>\n\n<pre><code>/usr/bin/emacs .bashrc\n</code></...
null
null
null
null
null
52611
1
52616
2011-07-11T01:35:39.467
15
31472
<p>Whatever I try to run, I get the error: </p> <pre><code>The command could not be located because '/usr/bin' is not included in the PATH environment variable. </code></pre> <p>I had some modification in my .bashrc file but then removed the two additional lines afterwards. However somehow the PATH variable seems to ...
17663
null
null
2015-06-21T20:15:20.347
I think I accidently deleted the PATH variable
[ "bashrc" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The PATH should restore on Reboot; anyways, if not the case you can find an Original .bashrc on: /etc/skel/.bashrc Overwrite using it; good luck.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-07-11T04:09:10.987", "id": "58783", "postId":...
[ { "accepted": true, "body": "<p>The PATH should restore on Reboot; anyways, if not the case you can find an Original .bashrc on: /etc/skel/.bashrc Overwrite using it; good luck.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-07-11T04:09:10.987", "id": "58783...
null
null
null
null
null
52613
1
null
2011-07-11T02:09:02.013
0
2686
<p>I have a Lenovo ThinkPad Edge E520 (1143CTO) and I'm having problems getting my wireless NIC to work, as far as I can tell the drivers and firmware are all installed and the device is working.</p> <p>I have searched around and have done all the fixes I can find online, this is my first 'real' experience with Linux,...
21420
34576
2011-12-02T20:29:22.073
2011-12-02T20:29:22.073
"Device not ready" error with Broadcom wireless card
[ "11.04", "wireless", "laptop", "broadcom" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T03:25:51.087", "id": "58781", "postId": "52613", "score": "0", "text": "possible same issue http://askubuntu.com/questions/33855/how-do-i-get-a-broadcom-bcm4312-wireless-card-to-work", "userDisplayName": null, "userId": "20414" } ]
null
[ { "accepted": null, "body": "<p>Here is what I have done but it requires to do it everytime you reboot the system....\n-Go to controlPanel==>Hardware==>additional Driver.\n-select the Broadcom STA Wireless driver and REMOVE it.\n-Once it is removed, re-ACTIVATE it..\nopen a terminal.\n-sudo ifconfig eth1 up...
null
null
null
null
null
52617
1
52619
2011-07-11T03:06:17.457
35
49812
<p>I'm using an application that, when searching for installed dependencies, looks up some .so files in /usr/lib and /usr/local/lib/.</p> <p>Now I migrated on Natty and some files seem to be moved from /usr/lib to /usr/lib/i386-linux-gnu/.</p> <p>Should I report a bug to that application developers that they should c...
9286
235
2011-07-14T02:17:41.073
2011-07-14T02:17:41.073
What is /usr/lib/i386-linux-gnu/ for?
[ "filesystem" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2018-11-15T18:48:22.383", "id": "1799946", "postId": "52617", "score": "1", "text": "For whose of you who aren't familiar with Natty or forgot, Natty is Ubuntu 11.04. This change is still present in recent versions of Ubuntu (as of this writing, 18.04).", "userDisplayName"...
{ "accepted": true, "body": "<p>This change was made to enable installing versions of the same library compiled for different architectures (e.g. on an AMD64 system, one version might go in <code>/usr/lib/x86_64-linux-gnu</code> while the other goes in <code>i386-linux-gnu</code>).</p>\n\n<p>Both the standard linke...
[ { "accepted": true, "body": "<p>This change was made to enable installing versions of the same library compiled for different architectures (e.g. on an AMD64 system, one version might go in <code>/usr/lib/x86_64-linux-gnu</code> while the other goes in <code>i386-linux-gnu</code>).</p>\n\n<p>Both the standa...
null
null
null
null
null
52618
1
null
2011-07-11T03:40:58.103
2
1034
<p>I'm running Ubuntu 10.10 on a client which I'm trying to get to boot off a server running 10.10. nfs seems to work fine on the server. If I boot the server off its internal disk, I can mount filesystems on the server. My <code>/tftpboot/pxelinux.cfg/default</code> file looks like this:</p> <pre><code>LABEL linux K...
21421
32886
2012-01-04T16:41:51.610
2012-01-04T16:41:51.610
/dev/nfs or /nfs-root does not exist
[ "10.10", "server", "nfs" ]
0
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T16:38:00.190", "id": "63267", "postId": "52618", "score": "0", "text": "the_zork, this sounds like it might be worthy of a bug report. Can you add the exact error message you're getting? You do seem to be doing it \"right\"", "userDisplayName": null, "userId...
null
[]
null
null
2012-05-11T22:53:44.627
null
null
52620
1
52625
2011-07-11T04:21:16.410
0
307
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/28050/how-do-i-switch-to-the-classic-gnome-desktop">How do I switch to the Classic GNOME Desktop?</a> </p> </blockquote> <p>question is this. Is there a way I can install the Ubuntu Desktop version from say 10.04 o...
890
-1
2017-04-13T12:24:13.310
2011-07-11T05:52:40.243
10.04 Ubuntu Desktop on Ubuntu 11.04?
[ "11.04", "10.04" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T04:40:08.327", "id": "58785", "postId": "52620", "score": "1", "text": "Log out choose ubuntu classic.", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-07-11T04:40:50.510", "id": "58786", "postId": "52620", "score": ...
{ "accepted": true, "body": "<p>You can choose the Ubuntu Classic desktop from your login screen. Or you can goto \"Login Screen\" settings and make the Ubuntu Classic the default choice. To run \"Login Screen\" settings press <code>Alt+F2</code> and type <code>gdmsetup</code>.</p>\n\n<p>Though the Ubuntu Classic d...
[ { "accepted": true, "body": "<p>You can choose the Ubuntu Classic desktop from your login screen. Or you can goto \"Login Screen\" settings and make the Ubuntu Classic the default choice. To run \"Login Screen\" settings press <code>Alt+F2</code> and type <code>gdmsetup</code>.</p>\n\n<p>Though the Ubuntu C...
null
null
2011-07-11T13:34:25.627
null
null
52622
1
null
2011-07-11T05:29:16.997
2
316
<p><br>I want to know which security features are disabled(if any) when i start <b>wireshark</b> in Ubuntu 10.10. </p>
20603
235
2011-07-11T13:06:43.053
2011-07-11T13:06:43.053
Which security features are disabled when I start wireshark?
[ "10.10", "security", "network-monitoring" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Wireshark does not start any services or open any ports, although it may perform network activity if you have it configured to resolve IP addresses to DNS names.</p>\n\n<p>If you wish to avoid running Wireshark as root, you can use the following command in a terminal:</p>\n\n...
null
0
null
null
null
52628
1
52630
2011-07-11T06:26:34.033
3
3510
<p>What is the purpose of the shared with me folder?. It is a public folder, for sharing files with other users.</p> <p>I was curious because I do not want to place things in there and have them made public.</p>
21426
4937
2011-07-11T17:39:40.620
2017-09-12T10:45:38.027
What is the purpose of the shared with me folder?
[ "ubuntu-one", "shared-folders" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The <code>~/Ubuntu One/Shared With Me folder</code> is a special folder that holds all the folders other Ubuntu One users share with you. If someone shares a folder with you and makes that share writeable, you should be able to read, write and delete files from that folder. </p>\n\n<...
[ { "accepted": true, "body": "<p>The <code>~/Ubuntu One/Shared With Me folder</code> is a special folder that holds all the folders other Ubuntu One users share with you. If someone shares a folder with you and makes that share writeable, you should be able to read, write and delete files from that folder. <...
null
null
null
null
null
52629
1
52647
2011-07-11T06:35:24.013
3
6721
<p>I want to use syslog to do some bash script logging.</p> <p>I see /etc/rsyslog.d/50-default.conf, but I'm new to syslog. I want to configure local0 for logging for my scripts.</p> <p>Should I be editing this configuration file? It has a bizarre name that throws me off. Or should I be creating some new file for my ...
21427
null
null
2011-07-11T10:20:07.877
Configuring syslog for bash script logging
[ "bash", "scripts", "syslog" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You could use the utility <code>logger</code>, as in the following example:</p>\n\n<pre><code>logger -p local0.notice -t MYTAG \"my message\"\n</code></pre>\n\n<p>In the default <code>rsyslog</code> configuration, it will appear on <code>/var/log/syslog</code> as</p>\n\n<pre><code>Ju...
[ { "accepted": true, "body": "<p>You could use the utility <code>logger</code>, as in the following example:</p>\n\n<pre><code>logger -p local0.notice -t MYTAG \"my message\"\n</code></pre>\n\n<p>In the default <code>rsyslog</code> configuration, it will appear on <code>/var/log/syslog</code> as</p>\n\n<pre>...
null
null
null
null
null
52631
1
null
2011-07-11T06:53:38.713
0
629
<p>I have 5 systems that are connected to a network switch</p> <pre><code>Desktop(1) : Ubuntu 10.04 LTS Netbook(1) : Windows 7 Starter Desktop(1) : Windows 7 Professional Laptops(2) : Ubuntu 11.04 </code></pre> <p>Now, I need to make a data-backup central, which store all data (from all my systems) on Desktop runn...
13263
null
null
2011-07-11T10:44:05.780
show up Linux partition on Windows
[ "windows", "windows-7", "file-sharing", "share", "shared-folders" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T12:28:29.707", "id": "58831", "postId": "52631", "score": "0", "text": "For windows permissions you might be better served on [SuperUser.com](http://superuser.com/)", "userDisplayName": null, "userId": "3303" }, { "creationDate": "2011-07-11T13:29:50...
null
[ { "accepted": null, "body": "<p>If you wish to share a folder from linux to windows you need to use Samba.</p>\n\n<p>The quickest way of achieving this is to right click on the folder select 'Properties > Share > \"Share this Folder\"' and Ubuntu should install the relevant files needed.</p>\n", "commen...
null
null
null
null
null
52635
1
null
2011-07-11T07:47:02.857
3
1775
<p>I've recently installed ubuntu 11.04, and I actually liked Unity (although many others prefer Gnome), but there seems to be a lag problem. Every time I press the super button to bring out the Dash, or Super+W to show all windows, or any other action that involves some sort of effect, the effect lags a bit, and it co...
21428
null
null
2012-03-30T17:10:38.277
How can I fix the compiz effects lag in unity?
[ "11.04", "unity", "compiz", "nvidia" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Install the CCSM <code>sudo apt-get install compizconfig-settings-manager</code></p>\n\n<p>and look at this answer <a href=\"https://askubuntu.com/a/38042/46312\">here</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense...
null
null
null
null
null
52639
1
null
2011-07-11T08:16:18.450
2
508
<p>As I understand Evolution mixes two kinds of folders in its mail folders pane: </p> <ul> <li>real folders (that exist on the server) </li> <li>virtual folders (e.g. messages marked for deletion are grouped in a virtual "Trash" folder, messages it thinks are spam in a virtual "Junk" folder...). </li> </ul> <p>Every...
1645
235
2012-02-25T02:22:16.833
2012-02-25T02:22:34.883
Is there a way to "merge" a virtual folder and a real one in evolution?
[ "evolution", "imap" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>From the OP:</p>\n\n<blockquote>\n <p>Seems like this is an <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=206061\" rel=\"nofollow\">old</a> and <a href=\"https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/13983\" rel=\"nofollow\">debated</a> issue.</p>\n</blockq...
null
null
null
null
null
52640
1
null
2011-07-11T08:46:54.743
1
1304
<p>I installed Xubuntu 11.04 AMD64 on an 'old' PC I have lying around. I quite like how Xfce has come along, but alas, this box will become headless shortly.</p> <p>Specs:</p> <ul> <li><a href="http://www.gigabyte.com.au/products/product-page.aspx?pid=2625#ov" rel="nofollow">Gigabyte P35-DS3P</a></li> <li><a href="ht...
12473
null
null
2013-08-03T02:47:53.650
How to save power on a Xubuntu server?
[ "server", "power-management", "xubuntu", "file-sharing", "headless" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2012-12-14T15:35:09.257", "id": "282728", "postId": "52640", "score": "0", "text": "Just to add a detail about my new 30 dollars ultra low consumption file server: http://www.raspberrypi.org/", "userDisplayName": null, "userId": "5938" } ]
null
[ { "accepted": null, "body": "<p>You can underclock the E8200 in the BIOS, which will reduce your power when the machine is under load. The powersave features built in to Linux should keep power consumption relatively low anyway.</p>\n\n<p>You can use <a href=\"http://www.linuxhardware.org/nvclock/\" rel=\"n...
null
null
null
null
null
52641
1
null
2011-07-11T09:13:04.347
0
1008
<p>maybe someone can assist a beginner to solve a problem. I have set up mobile broadband and wired network in the network manager in Ubuntu 11.04. Yet, they won't work at the same time. Wired network seems to have priority and is connected at start up. To get the mobile broadband connection running I have to manually ...
21433
null
null
2011-07-11T14:49:03.947
Problem using mobile broadband and wire network at the same time
[ "network-manager", "networking", "broadband" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You are right in that they are two separate networks. The way OS's handle this is through prioritising to ensure that one is always used unless unavailable, at which time the OS will use the other one. </p>\n\n<p>You can understand why they can't both be used as one network i...
null
null
null
null
null
52643
1
null
2011-07-11T09:22:01.887
0
335
<p>I am trying to set up the Diamond Extreme 7.1 DDL in Natty. The only thing that works are the analog outputs.</p> <p>But in order to enjoy movies with DD 5.1 or DTS I need the optical out to function. Another problem is that my old Yamaha receiver doesn't handle DTS directly, so I need either Dolby Digital Live to ...
21433
null
null
2012-02-26T05:44:11.320
How to get Diamond Extreme 7.1 in Natty working
[ "sound", "multimedia", "soundcard", "output" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Lets see what your system sees your Sound card as! Type in Terminal <code> lspci -v | less </code> This will check your computer's motherboard, and attempt to list out all devices that it's recognized as installed. There is probably a lot of things listed, but the one you're ...
null
null
null
null
null
52649
1
52659
2011-07-11T10:32:37.900
11
13827
<p>I have many attempts on my (small, personal and absolutely unimportant) web server, and apache and fail2ban usually do their job right. But there's a log entry that worries me:</p> <pre><code>xx.yy.www.zzz - - [9/Jul/2011:12:42:15 +0100] "GET http://allrequestsallowed.com/?PHPSESSID=5gh6ncjh00043YVMWTW_B%5CFAP HTTP...
8851
74307
2012-11-07T12:01:41.090
2013-02-19T02:46:20.890
"allrequestsallowed.com"... Hack attempt?
[ "server", "security", "webserver" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2013-02-26T01:41:24.977", "id": "326348", "postId": "52649", "score": "1", "text": "Looks like I'm not allowed to post a new answer, but we found an entry like this in our logs, and we were able to verify that it was not dangerous by reproducing the request with curl: `curl -v...
{ "accepted": true, "body": "<p>First, up front, I don't know what the presumed attacker is trying to accomplish. Maybe there's a PHP script or PHP version out there vulnerable to some strange session ID attack, I dunno. You probably have nothing to worry about, though.</p>\n\n<p>Your server behaved exactly as expe...
[ { "accepted": true, "body": "<p>First, up front, I don't know what the presumed attacker is trying to accomplish. Maybe there's a PHP script or PHP version out there vulnerable to some strange session ID attack, I dunno. You probably have nothing to worry about, though.</p>\n\n<p>Your server behaved exactly...
null
null
null
null
null
52655
1
52656
2011-07-11T11:41:41.350
9
1335
<p>Less than a year ago, Ubuntu Developers announced that Wayland, the new display server is going to be default in Ubuntu, instead of X. At that time it was far too late to get it to Natty, as Wayland needed lots of work, so it was postponed to Oneric. Long time has passed and I haven't heard nothing about Wayland in ...
705
null
null
2011-07-11T11:49:23.710
Is Wayland coming to Ubuntu Oneric?
[ "11.10", "wayland" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Answers to your questions are found here: <a href=\"https://wiki.ubuntu.com/Wayland\" rel=\"nofollow\">https://wiki.ubuntu.com/Wayland</a></p>\n\n<p>Long story short, it's not decided when they will switch to Wayland as default, packages are already available for Natty though.</p>\n"...
[ { "accepted": true, "body": "<p>Answers to your questions are found here: <a href=\"https://wiki.ubuntu.com/Wayland\" rel=\"nofollow\">https://wiki.ubuntu.com/Wayland</a></p>\n\n<p>Long story short, it's not decided when they will switch to Wayland as default, packages are already available for Natty though...
null
null
null
null
null
52662
1
52667
2011-07-11T12:56:46.227
5
1815
<p>Installing both on the same laptop without doing nothing more than the normal install, which one consumes less battery power at the end and makes the laptop last a little bit longer than the other, Lubuntu (LXDE) or Xubuntu (Xfce). Assuming that both will receive the same activities on the same laptops for the same ...
7035
5674
2011-07-11T13:37:27.033
2011-07-15T13:35:16.527
In terms of battery usage, which distro is more efficient between Lubuntu and Xubuntu?
[ "11.04", "power-management", "xubuntu", "lubuntu" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Phoronix <a href=\"http://www.phoronix.com/scan.php?page=article&amp;item=linux_desktop_vitals&amp;num=1\" rel=\"nofollow\">reported some Power and Memory comparison results</a> for Gnome, LXDE (Lubuntu) &amp; XFCE (Xubuntu).</p>\n\n<p>The conclusions where that LXDE did comparativel...
[ { "accepted": true, "body": "<p>Phoronix <a href=\"http://www.phoronix.com/scan.php?page=article&amp;item=linux_desktop_vitals&amp;num=1\" rel=\"nofollow\">reported some Power and Memory comparison results</a> for Gnome, LXDE (Lubuntu) &amp; XFCE (Xubuntu).</p>\n\n<p>The conclusions where that LXDE did comp...
null
null
null
null
null
52663
1
null
2011-07-11T13:03:38.750
0
1723
<p>Here is the question:</p> <p>Recently I installed the ubuntu 11.04.I still use the classic gnome desktop environment with the gdm(version:2.32) login manager. and I want to change the login screen with the <a href="http://art.gnome.org/themes/gdm_greeter" rel="nofollow">cool login theme</a> at the gnome art and ins...
21441
235
2011-07-11T13:19:53.147
2011-07-11T13:22:05.880
Why I can't install gdm login manager theme from gnome-art?
[ "11.04", "gnome", "gdm" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The themes you are linking to appear to be for GDM version 1.x, which used to be highly themable. </p>\n\n<p>GDM 1.x isn't around anymore, it's been replaced by GDM 2.x, which doesn't have the kind of theming capabilities that is shown in those screenshots. </p>\n\n<p>There a...
null
null
null
null
null
52664
1
113687
2011-07-11T13:04:43.963
1
24871
<p>I would like to map my directories/subdomains in the following way:</p> <blockquote> <p>/home/sam/sites/* to http://*.sam</p> </blockquote> <p>I don't want to have to add a line to my hosts file every time I spool up a new site.</p> <p>I'm a beginner when it comes to configuring and installing apache, what's th...
21442
21442
2012-03-17T09:43:32.527
2013-12-03T18:20:49.623
How do I set up a local domain name in Apache and Ubuntu, eg website.sam?
[ "configuration", "apache2" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T13:34:13.707", "id": "58854", "postId": "52664", "score": "0", "text": "Check out this apache doc: http://httpd.apache.org/docs/2.2/urlmapping.html", "userDisplayName": null, "userId": "20054" }, { "creationDate": "2011-07-11T13:42:07.780", "id":...
{ "accepted": true, "body": "<p>It turns out there are quite a few steps involved in getting this working. Here is how I solved it:</p>\n\n<ol>\n<li>Edit /etc/resolve.conf to set your domain name resolution to your local machine by commenting out any existing lines and adding <code>nameserver 127.0.0.1</code>. Afte...
[ { "accepted": true, "body": "<p>It turns out there are quite a few steps involved in getting this working. Here is how I solved it:</p>\n\n<ol>\n<li>Edit /etc/resolve.conf to set your domain name resolution to your local machine by commenting out any existing lines and adding <code>nameserver 127.0.0.1</cod...
null
null
null
null
null
52668
1
53559
2011-07-11T13:17:04.670
1
915
<p>I want to use Firefox with it's default button set as shown below.</p> <p><img src="https://i.stack.imgur.com/QL7Oy.png" alt="Firefox small button mode"></p> <p>As you can see, most noticeably the back/forward and new tab buttons are dissimilar to the GTK icons that Firefox in Ubuntu sports by default. The point o...
814
814
2011-07-18T13:06:57.050
2011-07-18T13:06:57.050
Small non-native Firefox icons
[ "firefox", "icons" ]
2
12
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T13:29:23.577", "id": "58849", "postId": "52668", "score": "5", "text": "...and what's the problem?", "userDisplayName": null, "userId": "20054" }, { "creationDate": "2011-07-11T13:49:33.817", "id": "58858", "postId": "52668", "score": "1"...
{ "accepted": true, "body": "<p>As of firefox 3.0 each operating system came with it's own 'Default' Theme. You mentioned that </p>\n\n<blockquote>\n <p>it's not a theme, it's the defualt Firefox icon set</p>\n</blockquote>\n\n<p>However these are one in the same, Firefox's icon set is dictated by its theme. Ubunt...
[ { "accepted": null, "body": "<p>You can use <a href=\"https://addons.mozilla.org/en-US/firefox/addon/firefox-windows-classic/\" rel=\"nofollow noreferrer\">this addon</a>, that packs the Firefox default/classic theme included in Windows builds. </p>\n\n<p>To get it to work, with Firefox 5, you'll need to ch...
null
null
null
null
null
52671
1
52704
2011-07-11T13:45:47.563
5
755
<p>I am normally active in at least three different IRC networks, and I use Pidgin as my IRC client, with the vertical channel list like this:</p> <p><img src="https://i.stack.imgur.com/bTCQq.png" alt="enter image description here"></p> <p>Is there any way that channels from different IRC networks can be separated fr...
5674
2732
2012-02-10T20:06:12.237
2012-02-10T20:06:12.237
Is there any way to separate IRC networks in Pidgin's chat window?
[ "10.04", "pidgin", "irc" ]
2
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T15:07:46.243", "id": "58883", "postId": "52671", "score": "2", "text": "Are you restricted to using pidgin, or are you open to trying other IRC clients? `xchat` (in the partner repos) has this functionality OOTB (out of the box).", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>No there really isn't a way to do what you're asking. If there is I've not seen it and I've used Pidgin extensively. It just tosses the channels in one list and it's pretty much up to you to figure out what's what.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDat...
[ { "accepted": null, "body": "<p>You can try set conversations By Account \n<img src=\"https://i.stack.imgur.com/sd2ph.png\" alt=\"by account\"></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-07-11T14:13:53.310", "id": "58869", "postId": "52674", ...
null
null
null
null
null
52673
1
null
2011-07-11T13:51:32.030
2
2356
<p>I used to be a MS Excel 2003 guru. I installed MS Office in Ubuntu with Wine, but the Macros make Excel crash.</p> <p>Is there any way to get this working? I've been thinking to install VMWare with WinXP, but I would like to run Excel (for instance) from the Ubuntu desktop (I don't know if that's possible).</p> <p...
20270
20270
2011-12-11T22:54:37.077
2011-12-11T22:54:37.077
How can I get Microsoft Excel 2003 to work in Wine?
[ "wine", "microsoft-office" ]
1
9
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T13:53:28.660", "id": "58860", "postId": "52673", "score": "0", "text": "Just saw this http://askubuntu.com/questions/1686/how-well-does-microsoft-office-excel-work-in-wine. Seems like Excel 2003 doesn't work with wine.", "userDisplayName": null, "userId": "2...
null
[ { "accepted": null, "body": "<p>While you try to get used to <strong>LibreOffice</strong> (OpenOffice.org is essentially dead, so you should switch), you can try to install MS Office Excel with PlayOnLinux. It is available in the repositories, and makes installing most common/important Windows applications ...
null
null
2012-05-19T10:07:55.790
null
null
52676
1
null
2011-07-11T14:25:07.497
1
809
<p>It's clogging up my GDM login screen. Also, what would happen if I deleted this user? </p>
6699
null
null
2012-04-09T23:08:01.047
Why is there a user called CouchDB Administrator on my system?
[ "login", "users", "couchdb" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T05:00:47.807", "id": "58971", "postId": "52676", "score": "0", "text": "which version of Ubuntu is this? Also, is this a fresh install, or did you do some other stuff on it beforehand?", "userDisplayName": null, "userId": "18612" }, { "creationDate":...
null
[ { "accepted": null, "body": "<p>CouchDB is an Apache project.</p>\n\n<p>CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. </p>\n\n<p>CouchDB works w...
null
null
null
null
null
52678
1
52680
2011-07-11T14:28:31.137
10
7254
<p>I know there is `unity-panel-service', which is used for restarting the panel. But it is possible restart the "Dash/Launchers" section without restarting the whole unity plugin?</p> <p>I have used for my <a href="https://askubuntu.com/questions/35488/list-of-custom-launchers-quicklists-for-unity/52326#52326">gftp ...
21320
-1
2017-04-13T12:23:28.223
2015-06-25T19:31:19.720
Is it possible to restart only the dash and panel with launchers without restarting unity?
[ "unity", "launcher", "unity-dash", "quicklists" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I don't think this is possible. </p>\n\n<p>However, if you made a script use libunity you can have a real <a href=\"https://wiki.ubuntu.com/Unity/LauncherAPI#Dynamic_Quicklist_entries\" rel=\"nofollow noreferrer\">dynamic quicklist</a> instead of generating a new static one on demand...
[ { "accepted": true, "body": "<p>I don't think this is possible. </p>\n\n<p>However, if you made a script use libunity you can have a real <a href=\"https://wiki.ubuntu.com/Unity/LauncherAPI#Dynamic_Quicklist_entries\" rel=\"nofollow noreferrer\">dynamic quicklist</a> instead of generating a new static one o...
null
null
null
null
null
52679
1
null
2011-07-11T14:29:00.763
2
3162
<p>Is there are any possibility to make my <strong>Blackberry Pearl</strong> as USB Mass Storage Device?</p> <p>When i plug my phone then i check in terminal with<code>lsusb</code> command, my phone is detected. But i dont know how to make it as USB Mass Storage Device. I want transfer files easily just like common us...
19964
null
null
2012-02-11T09:12:39.123
Mount Blackberry Pearl as USB Mass Storage Device
[ "10.10", "usb-drive", "blackberry" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You'll need to configure your Blackberry to enable the mass-storage device capability. Note - you can only make the SD card visible to linux.</p>\n\n<p>On your Blackberry go to <code>Options --&gt; Media Card</code> and enable Mass Storage.</p>\n\n<p><a href=\"http://support...
null
null
null
null
null
52684
1
null
2011-07-11T15:43:13.547
3
529
<p>Lightdm can be used in a set-top box environment, ie starting a configured X session as a configured user; in this case all data will be retrieved from the config file.</p> <p>Can lightdm work/be installed without any greeter, to minimise the footprint on such a minimal system?</p>
21448
null
null
2011-10-28T16:39:55.537
LightDM and the need for a greeter in set-top box environment
[ "lightdm" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T16:46:20.663", "id": "58896", "postId": "52684", "score": "1", "text": "While this doesn't answer the question, nodm was specifically designed to address this use case. I'm unsure of present development status there.", "userDisplayName": null, "userId": "21...
null
[ { "accepted": null, "body": "<p>Yes, LightDM can run without any greeter. Set LightDM to automatically log in as the user / session required.</p>\n\n<p>If you log out of the session however LightDM will try and start a greeter. This is planned to be fixed, see <a href=\"https://bugs.launchpad.net/lightdm/...
null
null
null
null
null
52686
1
null
2011-07-11T15:48:17.090
4
186
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/16988/how-do-i-install-ubuntu-to-a-usb-key">How do I install Ubuntu to a USB key?</a> </p> </blockquote> <p>How to install Ubuntu 11.10 (alpha) to a flash drive?</p>
null
-1
2017-04-13T12:23:08.843
2011-07-11T16:30:21.613
How can I install Ubuntu to a flash drive?
[ "installation", "usb-drive" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-07-12T16:42:05.763
null
user20959
52688
1
52711
2011-07-11T16:09:31.660
41
17300
<p>I keep hitting the <kbd>Insert</kbd> key accidentally and it really annoys me.</p> <p>Is there any way to disable it's default behavior, toggling insert/overwrite mode in editors?</p>
21450
260447
2016-08-27T02:04:06.630
2016-08-27T02:04:06.630
Is there any way to disable the default behavior of the Insert key?
[ "keyboard", "shortcut-keys", "remapping" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T16:37:17.020", "id": "58895", "postId": "52688", "score": "2", "text": "What is the default behaviour, apart from toggling insert/overwrite mode in editors?", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-07-11T19:20:35.880", ...
{ "accepted": true, "body": "<p>Go to <em>Keyboard Shortcuts</em> in <em>System settings</em>, then press Add button and insert a Name of your choice, say \"DisableIns\", and <code>true</code> as a harmless command then press Apply button. </p>\n\n<p>Now, in the <em>Custom Shortcuts</em> section you will find an en...
[ { "accepted": null, "body": "<p>I'm not sure it is the \"right\" way, but in my tests I could disable the behaviour of Insert using the following command:</p>\n\n<pre><code>$ xmodmap -e \"keycode 118 =\"\n</code></pre>\n\n<p>If this works for you, you could put the assignment in a file <code>~/.Xmodmap</cod...
null
null
null
null
null
52691
1
null
2011-07-11T16:23:36.630
3
6754
<p>I'm using 10.04 server I'm trying to upgrade Wordpress through the admin interface. I have a vsftpd server running and it is accepting local connections. For my FTP credentials I supplied the following:</p> <ul> <li>Hostname: 127.0.0.1:21</li> <li>Username and Password: The user supplied has write access to the /...
21447
21447
2011-07-11T18:11:07.070
2013-10-01T14:15:39.190
Permissions problem when upgrading Wordpress to 3.2 through the admin interface
[ "10.04", "upgrade", "permissions", "wordpress", "vsftpd" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-11T17:02:41.460", "id": "58901", "postId": "52691", "score": "0", "text": "I am not familiar with Wordpress, however, understanding that the upgrade is initiated in the admin interface, I suggest running the admin interface using `sudo`.", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>Did you try changing the Owner and Group of the directory. Generally <code>/var/www</code> should have <code>www-data</code> as owner and group. Change owner &amp; group of <code>/var/www/wordpress...</code> to the ftp user you are using. The command looks like the one below,...
null
null
null
null
null
52693
1
53021
2011-07-11T17:01:48.720
14
6629
<p>I accidentally deleted <code>/home</code> with <code>sudo rm -rf</code>.</p> <p>I tried to restore it with testdisk, but because Ubuntu is from Wubi, it cannot list the filesystem and I don't know another way to do this.</p> <p>How could I restore my data? It's important.</p> <p>I'm using 10.10 on Wubi</p>
21451
44179
2014-11-06T03:54:09.077
2014-11-06T03:54:09.077
Recover deleted data with rm -rf on Wubi?
[ "wubi", "data-recovery" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2014-11-06T03:54:24.320", "id": "748382", "postId": "52693", "score": "0", "text": "Related, but not quite a dupe: [Can files/directories deleted from terminal be restored?](http://askubuntu.com/questions/6698/can-files-directories-deleted-from-terminal-be-restored)", "use...
{ "accepted": true, "body": "<p>It should be possible using photorec...\ne.g. on my wubi install I did the following:</p>\n\n<pre><code>sudo apt-get install testdisk\nsudo photorec /dev/loop0\n[proceed]\n[none] (partition type table)\nP ext4 [search]\n[ext2/ext3]\n[free] (or I guess you could use [whole])\n</code><...
[ { "accepted": null, "body": "<p>Unfortunately, whether in wubi or standard ubuntu, when you remove things with <code>rm -rf</code>, its nigh impossible to recover. There are tools out there, but their effectiveness is relatively low when you've used <code>rm -rf</code></p>\n\n<p><em><strong>EDIT</em></stro...
null
null
null
null
null
52701
1
63573
2011-07-11T18:36:13.483
1
2930
<p>I've got a Spyder 2 colorimeter that I'm trying to get to work under Natty (11.04). I'm following the instructions that are outlined <a href="http://jcornuz.wordpress.com/2007/11/18/use-colorvision-spyder-to-produce-an-icc-monitor-profile-under-argyllcms-linux/" rel="nofollow" title="Joel Cornuz guide to using the S...
18597
18597
2011-07-12T05:45:40.467
2011-09-29T15:02:41.343
How can I get a Spyder 2 colorimeter working?
[ "11.04", "color-management" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Seeing as nobody has answered this, I thought I'd share my experiences as I've now managed to get the Spyder 2 colorimeter working.</p>\n\n<p>The easiest solution? Upgrade to Ubuntu 11.10 Oneiric Ocelot.</p>\n\n<p>The combination of the new kernel (3.0) and new version of ArgyllCMS (...
[ { "accepted": true, "body": "<p>Seeing as nobody has answered this, I thought I'd share my experiences as I've now managed to get the Spyder 2 colorimeter working.</p>\n\n<p>The easiest solution? Upgrade to Ubuntu 11.10 Oneiric Ocelot.</p>\n\n<p>The combination of the new kernel (3.0) and new version of Arg...
null
null
null
null
null
52716
1
null
2011-07-11T20:53:46.237
5
5693
<p>I have a netbook with a small screen in widescreen format (1024x600), which means that a lot of programs whose designers didn't imagine such a thing open windows that can't be resized and whose bottoms are obscured. Through Ubuntu 10.04, I took care of it with an xrandr command:</p> <pre><code>xrandr --output LVDS...
6118
-1
2017-04-13T12:23:56.057
2014-05-21T07:12:31.950
Maximize windows to physical screen when using a virtual resolution w/xrandr
[ "compiz", "xrandr" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Let me answer my own question; the answer is bizarrely involved. The trick is that the desired desktop behavior (which held in 10.04) is now (in 11.04) controlled by Compiz, which has a notion of \"outputs\": that is, screens to draw on. These are configured in the CompizCo...
null
null
null
null
null
52725
1
52752
2011-07-11T23:33:57.713
2
25043
<p>Lately (a week or so) I have this incredibly annoying bug: <strong>Every once in a while I get to the point were youtube and other <code>.flv</code>-videos play for two seconds and then stop</strong>. If I press start and stop or skip to another position in the video, I get another two seconds. *<em>Restarting gnome...
17789
17789
2012-05-11T07:27:34.667
2012-08-31T12:45:11.960
Why do my (youtube) videos play for two seconds, then stop?
[ "totem", "youtube", "video-player", "flv" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2012-05-10T23:09:53.517", "id": "160871", "postId": "52725", "score": "1", "text": "When the flash is playing, right click quickly and turn off Hardware Acceleration for the time being to avoid this crash.", "userDisplayName": null, "userId": "22554" } ]
{ "accepted": true, "body": "<p>try gnash seems to fix the flash bugs for me <code> sudo apt-get install gnash</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-12T05:58:05.593", "id": "52752", "lastActivityDate":...
[ { "accepted": null, "body": "<p>Try <a href=\"http://ubuntuforums.org/showthread.php?t=1799217\" rel=\"nofollow\">YouTube Problems Mega Thread</a></p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-07-12T08:24:40.657", "id": "58984", "postId": "52730", ...
null
null
null
null
null
52728
1
52733
2011-07-11T23:51:02.800
7
2901
<p>Is there some sort of best practice around removing them (when/how/why)? What is the point of keeping them around in the first place and why would you even put them in grub?</p> <p>I guess there is not a "problem" per say, but I am just curious about that design decision.</p> <p>Correct me if I am wrong, but you c...
7668
235
2011-07-12T13:00:51.673
2011-07-19T01:35:56.690
Why does grub store multiple kernels?
[ "kernel", "grub2" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The short answer is they are used \"as a backup\". New kernels are tested on a large amount of hardware before being released, but can't be tested on everything. If an update causes the machine to not boot successfully, then the previous known-good kernel is available as a fallback...
[ { "accepted": null, "body": "<p>Yes, in most cases. Old kernels are there in case something breaks with a new one. This way, you can use the old kernel which works and just remove the new kernel which doesnt work.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "co...
null
null
null
null
null
52734
1
52735
2011-07-12T01:22:17.433
6
3485
<p>On a device with 2GB storage every MB is counted.</p> <p>I wonder what is this <code>/var/lib/ureadahead/debugfs</code> doing on my system and is there a way to avoid its existence. </p> <p>Note this mount point eats up <strong>1.2 GB</strong></p> <pre><code># df -h Filesystem Size Used Avail Use% Mou...
3575
3575
2011-07-12T02:15:41.867
2011-07-12T02:15:41.867
/var/lib/ureadahead/debugfs eats up 68% of my disk space
[ "kernel", "partitioning", "mount", "disk", "disk-usage" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It looks like <code>df</code> is a bit confused here rather than there being an actual problem.</p>\n\n<p>According to your <code>mountinfo</code>, there is no file system mounted under <code>/var/lib/ureadahead/debugfs</code>, and its <code>df</code> statistics are identical to thos...
[ { "accepted": true, "body": "<p>It looks like <code>df</code> is a bit confused here rather than there being an actual problem.</p>\n\n<p>According to your <code>mountinfo</code>, there is no file system mounted under <code>/var/lib/ureadahead/debugfs</code>, and its <code>df</code> statistics are identical...
null
null
null
null
null
52736
1
null
2011-07-12T02:44:07.663
0
654
<p>I'm sitting on the same level as my wireless router but still the internet is acting pretty slow. </p> <pre><code>PING any-fp.wa1.b.yahoo.com (69.147.125.65) 56(84) bytes of data. 64 bytes from ir1.fp.vip.re1.yahoo.com (69.147.125.65): icmp_req=1 ttl=55 time=13.0 ms 64 bytes from ir1.fp.vip.re1.yahoo.com (69.147.12...
null
18612
2012-03-13T02:47:38.760
2012-03-13T02:47:38.760
Why is my laptop's wireless Internet connection slow?
[ "networking", "wireless", "performance" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I had some severe issues with my Atheros based wireless card in my Acer laptop. It was fine in 10.10, but 11.04 was horrible. the command:</p>\n\n<pre><code>sudo -s\n\necho \"options ath9k nohwcrypt=1\" &gt; /etc/modprobe.d/ath9k.conf\n</code></pre>\n\n<p>fixed it for me. <...
null
null
null
null
omnipresent
52737
1
null
2011-07-12T02:53:46.533
3
554
<p>I have a Ubuntu Server installation on VirtualBox since I am a Mac OS X user and I want to launch some Linux-dependent programs on Ubuntu rarely by connecting it via SSH. Therefore I want to make a fine tuning to Ubuntu installation (not as much as changing the kernel) to consume less system resources.</p> <p>On th...
21473
3940
2011-07-12T06:44:42.430
2011-07-12T06:44:42.430
Optimizing rarely used server installed in an always up virtual machine
[ "virtualbox", "optimization", "headless" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>A few ideas (maybe a bit obvious):</p>\n\n<ul>\n<li>Use 32-bit if at all possible, 64-bit uses more RAM</li>\n<li>Stick to CLI environment (do an expert install from alternate ISO)</li>\n<li>Suspend it when not in use! This is the best way to conserve RAM and it only takes 5-...
null
null
null
null
Ahmet Alp Balkan
52748
1
52757
2011-07-12T05:01:44.613
3
8449
<p>When I try to play Flash videos in full screen, sometimes - but not all the time, which makes this bug so aggravating! - the video gets very, VERY choppy, and UI controls do not really respond at all. Sound works fine. Disabling Compiz does nothing to alleviate the problem (switching to Ubuntu Classic (No Effects) -...
10731
3940
2011-07-12T07:17:27.643
2012-08-09T00:14:28.367
Very choppy Flash during fullscreen mode
[ "11.04", "64-bit", "flash", "fullscreen" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T07:21:59.770", "id": "58980", "postId": "52748", "score": "1", "text": "Sorry for a, ehm, xkcd moment, but here: http://xkcd.com/619/", "userDisplayName": null, "userId": "15898" } ]
{ "accepted": true, "body": "<p>Install <a href=\"https://addons.mozilla.org/en-US/firefox/addon/flash-aid/\" rel=\"nofollow\">Flash-Aid</a> and run the extension wizard. It will detect installed flash plugins, remove them and install the best option according to your system architecture and version. Additionally, ...
[ { "accepted": null, "body": "<p>Try using gnash instead of flash it works for me on you tube fullscreen just fine no choppyness less errors and browser crashes . <code> sudo apt-get install gnash</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense...
null
null
null
null
null
52750
1
52875
2011-07-12T05:34:46.500
1
12875
<p>I got a simple script called <code>hwtestinit</code> which I installed using </p> <pre><code>update-rc.d hwtestinit defaults </code></pre> <p>On the surface, as far as I can inspect, all seems fine , I mean, the following files, all exists, etc.</p> <pre><code>/etc/rc0.d/K20hwtestinit -&gt; ../init.d/hwtestinit /...
3575
null
null
2011-07-13T11:50:49.933
update.rc-d init.d startup script is not starting
[ "10.04", "server", "startup", "init", "init.d" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T09:14:26.217", "id": "58995", "postId": "52750", "score": "0", "text": "Why do you expect to find something in log files? Nothing is logged if not explicitly requested. Put some `echo \"msg\" >>/var/log/mylog` around to see what happens.", "userDisplayName": nul...
{ "accepted": true, "body": "<p>I switched to <a href=\"http://upstart.ubuntu.com/getting-started.html\" rel=\"nofollow\">Upstart</a> instead of system V.</p>\n\n<p>Things work fine now. Quite strange though.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-S...
[ { "accepted": true, "body": "<p>I switched to <a href=\"http://upstart.ubuntu.com/getting-started.html\" rel=\"nofollow\">Upstart</a> instead of system V.</p>\n\n<p>Things work fine now. Quite strange though.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLi...
null
null
null
null
null
52759
1
101331
2011-07-12T06:40:38.027
4
190
<p>I have more music on my desktop computer than will fit on my laptop's fairly small SSD.</p> <p>Is there any way I can sync just some of it to my laptop, or do a kind of cached streaming like on Android?</p> <p>I suppose I could <a href="https://askubuntu.com/questions/24157/sync-only-selected-subfolders-to-ubuntuo...
1116
-1
2017-04-13T12:23:29.370
2012-02-06T04:03:30.473
Can I sync only some music to Ubuntu One, or stream to a pc?
[ "ubuntu-one", "sync", "music", "files" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There's currently no Ubuntu One music streaming player for Ubuntu. It'd be nice if there were and you fancied a spare-time project, though :) Let me know if you're interested...</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-02-04T23:09:53.887", ...
[ { "accepted": null, "body": "<p>In case you have a Spotify Premium subscription, it automaticly syncs the playlists you choose for offline playback on your laptop (automaticly copying local files as well), as long as you have Spotify running on your desktop and laptop at the same time and are connected to t...
null
null
null
null
null
52763
1
73085
2011-07-12T07:52:38.817
3
266
<p>Prelude: I have focus follows mouse, and also raise focused window.</p> <p>When I switch windows with the keyboard (Alt-Tab), the new window gets focus and is raised. However, when the mouse pointer is still in some other windows, then moments later that window gets focus and will be raised instead. This makes the ...
8373
null
null
2011-10-28T06:39:10.063
Mouse raises the wrong window after switching windows with keys
[ "compiz", "shortcut-keys", "mouse" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-08T19:43:38.173", "id": "63776", "postId": "52763", "score": "0", "text": "I'm having this exact same problem. In windows, with power toys, there was a setting to have the mouse snap or move to the active window. This made this kind of problem obsolete, because wheneve...
{ "accepted": true, "body": "<p>I have now upgraded do Oneiric Ocelot. The problem is no more. I cannot remember having changed any bit of configuration, so I assume it was in the update. For the time being, the solution is upgrading.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
[ { "accepted": true, "body": "<p>I have now upgraded do Oneiric Ocelot. The problem is no more. I cannot remember having changed any bit of configuration, so I assume it was in the update. For the time being, the solution is upgrading.</p>\n", "commentCount": "0", "comments": [], "communityOwnedD...
null
null
null
null
null
52764
1
57842
2011-07-12T08:06:05.493
11
28176
<p>I'd like to setup a Security Camera system which is captures and stores video streams into Ubuntu Server From 2 wireless Cameras.</p> <ul> <li><p>Which type of motion-detecting wireless camera you suggested?</p></li> <li><p>Are there any software to capture the videos on schedule time from the server?</p></li> <li>...
9701
9701
2011-07-12T09:02:39.660
2012-07-09T06:21:54.950
Security camera system server
[ "server", "software-recommendation", "security", "system" ]
3
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T08:07:49.377", "id": "58983", "postId": "52764", "score": "1", "text": "I can't give you a full answer since I don't know answers to all of your questions, but as far as the software you could take a look at zoneminder: \nhttp://www.zoneminder.com/", "userDispla...
{ "accepted": true, "body": "<p>As far as I know, the majority of the IP cameras, as those shown in <a href=\"http://www.e-tronic-shop.com/mystore/esp/catalogo.php?kw=camara%20ip&amp;Submit=Buscar\" rel=\"nofollow noreferrer\">this virtual shop</a>, starting from $ 945.00 Mexican Pesos (almost 100 US Dollars), and ...
[ { "accepted": null, "body": "<p>I recommend using <a href=\"http://www.zoneminder.com/\" rel=\"nofollow\">ZoneMinder</a>, which seems to be exactly what you are looking for in software. As for the hardware, there is a <a href=\"http://www.zoneminder.com/wiki/index.php/Hardware_Compatibility_List\" rel=\"nof...
null
null
null
null
null
52765
1
null
2011-07-12T08:34:43.150
2
5838
<p>I am a total beginner to both Linux and Ubuntu.</p> <p>I have a netbook, an Acer Aspire One D255 with Windows 7.</p> <p>I want to boot from USB (no cd-drive on netbook) to first try Ubuntu and perhaps install it if it works fine.</p> <p>I created a bootable USB (as shown on the <a href="http://www.ubuntu.com/downloa...
20376
-1
2020-06-12T14:37:07.210
2011-12-07T02:33:58.750
Boot from USB freezes
[ "boot", "live-usb" ]
0
12
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T05:54:26.377", "id": "59121", "postId": "52765", "score": "0", "text": "looks like there is little knowledge of the usb-issue , 'cause there are a fair amount of question rgarding usb-boot and most of them are unanswered.", "userDisplayName": null, "userId":...
null
[]
null
null
2012-02-06T00:06:31.280
null
null
52767
1
null
2011-07-12T09:18:18.677
2
6142
<p>How to control bandwidth upload and download per user or each ip/mac? i tried squid3.0stable25 with delay_pools but its not work. is it really possible to control bandwidth for each host by squid? my isp have 400 more host but they are using open bw. i want to limit there upload and download how to do it? i also try...
21337
235
2011-07-12T12:57:32.560
2023-07-19T22:36:26.027
How do I control the upload/download bandwidth per user?
[ "bandwidth" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2013-10-26T20:33:05.453", "id": "468663", "postId": "52767", "score": "0", "text": "Also see [Is there an easy way to limit user bandwidth usage?](https://askubuntu.com/questions/247160/is-there-an-easy-way-to-limit-user-bandwidth-usage)", "userDisplayName": null, "use...
null
[ { "accepted": null, "body": "<p><a href=\"https://github.com/Mithrilhall/MasterShaper\" rel=\"nofollow noreferrer\">Mastershaper</a> can do this. From their website:</p>\n<p>MasterShaper is a network traffic shaper which provides a Web Interface for Quality of Servcie (QoS) functions of newer Linux 2.4- &am...
null
null
2013-10-27T11:43:56.887
null
null
52769
1
null
2011-07-12T11:03:02.823
0
364
<p>I have just configured two hard drives with RAID1 via an ubuntu 10.4 installation. It is installed to boot in degraded mode. </p> <p>I want to disconnect the power from the one drive and have it boot, and then put the power back and have it go back to original setup.</p> <p>How do I do this?</p> <p>The degredatio...
8019
8019
2011-07-13T09:18:07.693
2011-07-13T13:43:13.593
Degredation test of RAID 1
[ "raid" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T14:23:03.890", "id": "59025", "postId": "52769", "score": "0", "text": "There is no question here.", "userDisplayName": null, "userId": "8500" }, { "creationDate": "2011-07-13T09:18:15.433", "id": "59147", "postId": "52769", "score": "0",...
null
[ { "accepted": null, "body": "<p>You can accelerate the rebuild by enabling the write-intent bitmap:</p>\n\n<pre><code>sudo mdadm /dev/md0 --bitmap=internal\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate"...
null
null
null
null
null
52770
1
52883
2011-07-12T11:07:01.033
1
1931
<p>I've installed gnome 3 using the following commands (using ubuntu 11.04 natty narwhal)</p> <pre><code>sudo add-apt-repository ppa:gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-shell </code></pre> <p>My problem is that the Ubuntu one nautilus integration (right-click me...
11278
18612
2011-07-13T06:31:58.067
2011-08-04T21:23:09.210
How to make ubuntu one work with gnome 3?
[ "11.04", "ubuntu-one", "nautilus", "gnome" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>From the <a href=\"https://launchpad.net/~gnome3-team/+archive/gnome3\" rel=\"nofollow\">Launchpad page</a> for that PPA:</p>\n\n<blockquote>\n <p>This PPA is EXPERIMENTAL and MAY BREAK YOUR SYSTEM. There is no\n downgrade process.</p>\n</blockquote>\n\n<p>I'd say you might be a li...
[ { "accepted": true, "body": "<p>From the <a href=\"https://launchpad.net/~gnome3-team/+archive/gnome3\" rel=\"nofollow\">Launchpad page</a> for that PPA:</p>\n\n<blockquote>\n <p>This PPA is EXPERIMENTAL and MAY BREAK YOUR SYSTEM. There is no\n downgrade process.</p>\n</blockquote>\n\n<p>I'd say you might...
null
null
null
null
null
52773
1
null
2011-07-12T11:50:07.767
42
184225
<p>I have installed VirtualBox OSE on Ubuntu 11.04 and Windows XP pro as the virtual machine. Now I want to have a shared folder which can be accessed on both, my host Ubuntu machine, and my WinXP guest virtual machine.</p> <p>How can I do that?</p>
21482
3940
2019-02-25T07:16:36.380
2022-10-03T16:35:54.150
How do I set up shared folders in a Windows Virtualbox guest?
[ "virtualbox", "windows", "shared-folders" ]
4
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>First step is to install <a href=\"http://www.virtualbox.org/manual/ch04.html#additions-windows\" rel=\"noreferrer\">Guest Additions</a> in your virtual Windows.</p>\n<p>After that you may define a shared folder as outlined in <a href=\"https://askubuntu.com/questions/52328/m...
null
null
null
null
null
52776
1
null
2011-07-12T12:00:54.543
1
372
<p>When clicking on the klipper icon on the unity bar nothing happens. No drop down list. Is there anybody able to resolve it?..</p>
4980
5674
2011-07-12T17:07:06.097
2012-07-07T08:08:45.490
Klipper icon on top panel isn't functioning
[ "11.04", "unity" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T17:05:54.093", "id": "59051", "postId": "52776", "score": "0", "text": "Does Klipper, by default, place itself on the Unity dock or the top panel?", "userDisplayName": null, "userId": "5674" }, { "creationDate": "2011-07-12T17:09:01.917", "id": "...
null
[ { "accepted": null, "body": "<p>It may be an issue with Klipper not being white listed.</p>\n\n<p>You could try these sets of commands:</p>\n\n<p><code>gsettings set com.canonical.Unity.Panel systray-whitelist \"['all']\"</code></p>\n\n<p>and then you run</p>\n\n<p><code>gsettings set com.canonical.Unity.Pa...
null
null
null
null
null
52777
1
null
2011-07-12T12:09:18.513
0
114
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/52773/shared-folders-in-xp-virtualbox-guest">Shared folders in XP virtualbox guest</a> </p> </blockquote> <p>How can I have a shared folder that is accessible on both the guest machine and host machine</p>
21482
-1
2017-04-13T12:23:29.370
2011-07-12T12:26:28.293
XP virtualbox guest machine Ubuntu
[ "virtualbox" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-07-12T14:55:57.790
null
null
52780
1
53047
2011-07-12T12:28:03.990
2
3482
<p>I'm trying to calibrate touchscreen on Ubuntu 10.10. My problem is that touchscreen is working, but calibration is horribly off - I'm able to navigate only a small portion of upper-left corner (while I'm pressing all over the screen). And my xorg.conf file does not even have an entry for this device.</p> <p>What ca...
8128
null
null
2011-07-14T07:01:56.653
Configuring touchscreen
[ "10.10", "touchscreen" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://setupguides.blogspot.com/2010/10/calibrating-touchscreen-in-ubuntu-1010.html\" rel=\"nofollow\">Found the solution</a></p>\n\n<p>I was able to successfully calibrate my screen using the following method:</p>\n\n<p>Open a terminal and type the following:</p>\n\n<pre><...
[ { "accepted": true, "body": "<p><a href=\"http://setupguides.blogspot.com/2010/10/calibrating-touchscreen-in-ubuntu-1010.html\" rel=\"nofollow\">Found the solution</a></p>\n\n<p>I was able to successfully calibrate my screen using the following method:</p>\n\n<p>Open a terminal and type the following:</p>\n...
null
null
null
null
null
52781
1
null
2011-07-12T12:36:14.263
2
93
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9599/how-to-mount-ntfs-drive-at-startup">How to mount NTFS drive at startup</a> </p> </blockquote> <p>Is there any way to specify the mounting point of the windows partition(/dev/sda2 in this case) and make it moun...
21485
-1
2017-04-13T12:24:11.537
2011-07-12T13:11:05.263
Windows mounting point
[ "windows", "mount", "fstab" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-07-14T13:05:49.487
null
null
52785
1
52792
2011-07-12T13:30:22.743
2
392
<p>I <a href="https://wiki.ubuntu.com/LTS" rel="nofollow">read</a> that Ubuntu 10.04 LTS <em>Desktop</em> is supported till April 2013, but <em>Server</em> is supported till April 2015.</p> <p>If I install Ubuntu LTS Desktop, will the server packages of the system still be updated until April 2015? I don't care about ...
21490
null
null
2013-08-05T02:50:34.363
Ubuntu/Kubuntu LTS: longer support for server packages
[ "security", "kubuntu", "updates", "lts" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T14:22:52.103", "id": "59024", "postId": "52785", "score": "1", "text": "Yes, that should be the case. There is no Kubuntu server, or, in fact, also Ubuntu server in the sense of the preferred Desktop Environment. The Ubuntu project server edition has none, which mea...
{ "accepted": true, "body": "<p>Yes, the server packages are what continues to receive updates. How those packages got installed doesn't matter. Note that if you want the kde desktop on a server, you might be better off installing the server edition, and then adding the kubuntu-desktop task instead of installing ...
[ { "accepted": true, "body": "<p>Yes, the server packages are what continues to receive updates. How those packages got installed doesn't matter. Note that if you want the kde desktop on a server, you might be better off installing the server edition, and then adding the kubuntu-desktop task instead of ins...
null
null
null
null
null
52787
1
null
2011-07-12T13:38:51.980
3
1032
<p>I've read a bit about window managers, but I'm not sure if that's what I need or not. I'm using my Maverick laptop at work with an external monitor added and set so they don't mirror. I've used a Mac at work up until recently (although Linux at home) and admit that I've been a bit spoiled with their Spaces and app h...
2664
null
null
2016-08-02T18:36:38.253
How can I make programs open on a specific monitor?
[ "multiple-monitors", "window-manager" ]
0
2
CC BY-SA 3.0
[ { "creationDate": "2012-03-13T07:22:19.463", "id": "132847", "postId": "52787", "score": "0", "text": "similar to http://askubuntu.com/questions/48892/how-to-set-an-application-to-open-in-a-certain-position-on-the-screen", "userDisplayName": null, "userId": "16835" }, { "creation...
null
[]
null
null
2016-08-02T18:36:44.533
null
null
52789
1
52801
2011-07-12T13:47:24.483
5
5551
<p>In Windows Explorer (and other file managers) if you drag a file onto a script/executable, then it runs the script/executable with that file as the first argument.</p> <p>Is it possible to get a similar behaviour in Nautilus? (Would I have to use .desktop files / launchers?)</p> <p>How about other linux file manag...
983
null
null
2015-01-26T18:37:02.893
Drag-and-drop file onto script in Nautilus
[ "nautilus", "drag-and-drop" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You need a <code>.desktop</code> file with <code>EXEC=</code> entry.</p>\n\n<p>See related feature request on <a href=\"https://bugs.launchpad.net/nautilus/+bug/174125\" rel=\"nofollow\">launchpad</a> and <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=64357\" rel=\"nofollow\">b...
[ { "accepted": true, "body": "<p>You need a <code>.desktop</code> file with <code>EXEC=</code> entry.</p>\n\n<p>See related feature request on <a href=\"https://bugs.launchpad.net/nautilus/+bug/174125\" rel=\"nofollow\">launchpad</a> and <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=64357\" rel=\"nofo...
null
null
null
null
null
52793
1
null
2011-07-12T14:14:35.523
1
9446
<p>I tried ubuntu upgrade from 10.04 to 10.10, and 11.04. It was successful from 10.04 to 10.10, but while upgrading from 10.10 to 11.04, I felt something wrong, and stopped it. And I tried to re-run do-release-upgrade, but failed. Here are error messages.</p> <pre><code>Checking for a new ubuntu release /usr/lib/pyth...
null
235
2011-07-12T14:48:13.920
2011-07-12T16:42:25.423
do-release-upgrade stopped, and couldn't re-run
[ "upgrade" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This page <a href=\"http://www.ubuntu.com/download/ubuntu/upgrade\" rel=\"nofollow\">- ubuntu site - </a> says you can upgrade from 10.10 to 11.04, just need to follow the instructions.</p>\n\n<p>You can try the following commands to clean your system:\n apt-get clean\n ...
null
null
null
null
user517101
52800
1
52834
2011-07-12T15:15:31.073
1
2840
<p>Is there any way to automatically add icons for an application when a package is installed?</p> <p>The ideal use case would be that a user decides to install an application and, as part of the postinstall script, the application icons are added to the desktop. After that, when the application is uninstalled, they i...
5014
null
null
2016-09-01T00:04:41.160
Adding icons to desktop after package installation
[ "11.04", "installation", "icons", "packaging" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T15:29:38.887", "id": "59032", "postId": "52800", "score": "2", "text": "just a note: its generally bad form for a package to be messing with the /home/ dir in ***any*** way - this includes adding shortcuts to the desktops of users (as there is no central \"Global De...
{ "accepted": true, "body": "<p>As already mentioned, this isn't something that should be done for an official package. Though I could see how this might be useful in a local deployment.</p>\n\n<p>Use something like this in <code>debian/postinst</code>:</p>\n\n<pre><code>#!/bin/sh\nfor user in /home/*\ndo\n cp /...
[ { "accepted": null, "body": "<p>As a previous poster had suggested, it's bad form to touch things in /home/USER during installation. As mentioned there isn't a Global Desktop that you can add it to, so what happens if there are multiple users on the system? Or a user is added after installation?</p>\n\n<p>T...
null
null
null
null
null
52804
1
53063
2011-07-12T15:53:43.360
2
2136
<p>I have a remote Samba location mounted as /mnt/rua as discussed <a href="https://askubuntu.com/q/33480/12938">here</a>. I have created a folder HgRepository there, which is my central Mercurial repo. I am working with a local clone and push the setting to this folder. My team-mates do the same on their machines.</p>...
12938
-1
2017-04-13T12:23:08.843
2011-07-14T09:38:45.240
Mercurial central repository at a Samba location
[ "samba", "mercurial" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'm going to assume that this is a single-user machine and that your user ID is 1000 (you can check if it is by running <code>id</code> in a terminal).</p>\n\n<p>As far as I understand, your /etc/fstab has something like/etc/fstab as follows:</p>\n\n<pre><code>//x.x.x.x/sharename /m...
[ { "accepted": true, "body": "<p>I'm going to assume that this is a single-user machine and that your user ID is 1000 (you can check if it is by running <code>id</code> in a terminal).</p>\n\n<p>As far as I understand, your /etc/fstab has something like/etc/fstab as follows:</p>\n\n<pre><code>//x.x.x.x/share...
null
null
null
null
null
52805
1
52809
2011-07-12T15:53:53.940
4
993
<p>I'm looking for the latest, stable version of Ubuntu that uses Gnome 2. As much as I understand, newest, stable version - 11.04 - is using Unity... and that's new <a href="http://en.wikipedia.org/wiki/Desktop_environment" rel="nofollow noreferrer">desktop environment</a>.</p> <p><a href="https://askubuntu.com/quest...
21273
-1
2017-04-13T12:23:28.223
2013-06-18T18:25:19.740
What's the latest, stable version of Ubuntu that doesn't use Unity?
[ "unity", "gnome", "desktop-environments" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://releases.ubuntu.com/11.04/\" rel=\"nofollow\">Ubuntu 11.04</a> is the latest version that uses Gnome 2 (Although this isn't exactly what you want, as you actually are talking about gnome-panel, which 11.04 uses Unity), but this version is no longer supported.</p>\n\n...
[ { "accepted": null, "body": "<p>Ubuntu 11.04 does use Unity by default, but you can change back to Gnome 2/gnome-panel by choosing the Ubuntu Classic Session option in the login screen.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-07-12T16:02:50.417", "id"...
null
null
null
null
null
52812
1
null
2011-07-12T16:24:52.700
2
3376
<p>I just bought a new usb webcam for my desktop setup of Ubuntu Natty Narwhal. I plugged it in, started up Cheese, and saw my smiling face. But it was green and lined, very poor quality overall. I am skeptical that this is due to a poor quality webcam. :P</p> <p>I tried it in Skype, Google+, and Gchat, but all of tho...
6737
19490
2011-09-15T18:35:30.777
2012-07-04T04:08:00.820
Q-Tec Webcam 100 (093a:2460) video quality is horrible at best
[ "11.04", "webcam", "cheese" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Try these commands</p>\n\n<pre><code>sudo modprobe -r gspca\nsudo modprobe -r zc0301\nsudo modprobe gspca\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-07-13T15:28:02.003", "id": "59201", "postId": "52814",...
null
null
null
null
null
52817
1
52832
2011-07-12T16:53:38.817
5
8923
<p>Running latest Ubuntu ver. 11.04. Using Firestarter firewall configuration (ver.1.0.3). When Firestarter is run, an error message is returned, "Failed to open the system log. No event information will be available". Also same error msg. is returned in the "Events" tab within Firestater, "Error reading system log (nu...
21498
25025
2014-02-13T08:25:09.857
2014-02-13T08:25:09.857
System log error when running Firestarter configuration program
[ "configuration", "system", "firewall", "log" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Ubuntu 11.04 installs <code>rsylogd</code> rather than <code>syslogd</code> which Firestarter was expecting.</p>\n\n<p><code>rsyslogd</code> is configured using the file <code>/etc/rsyslog.d/50-default.conf</code>.</p>\n\n<p>You can edit this file </p>\n\n<pre><code>gksu gedit /etc/r...
[ { "accepted": true, "body": "<p>Ubuntu 11.04 installs <code>rsylogd</code> rather than <code>syslogd</code> which Firestarter was expecting.</p>\n\n<p><code>rsyslogd</code> is configured using the file <code>/etc/rsyslog.d/50-default.conf</code>.</p>\n\n<p>You can edit this file </p>\n\n<pre><code>gksu gedi...
null
null
null
null
null
52819
1
52821
2011-07-12T17:20:56.600
7
1478
<p>Is it true that each app is designed for its own desktop environment (like GNOME, XFCE, LXDE, etc.)? If I try to use an app that's made for a different desktop than I'm using (like using a GNOME app in LXDE), will it break/look ugly or something? I don't get it...</p>
21273
25863
2012-06-18T17:59:27.073
2012-06-18T17:59:27.073
Do apps designed for a different desktop environment (GNOME, XFCE, LXDE, ...) break?
[ "gui", "desktop-environments" ]
3
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T17:30:59.517", "id": "59056", "postId": "52819", "score": "0", "text": "Please clarify your question a bit better. You have question marks after sentences that sound like statements.", "userDisplayName": null, "userId": "5674" }, { "creationDate": "2...
{ "accepted": true, "body": "<p>No. Well generally the answer is 'no'.</p>\n\n<p>A program depends (for instance) on libraries and those libraries get installed with the program. And since those libraries are unique for the desktop environment (DE) they are intended for they will most likely not break the DE you in...
[ { "accepted": null, "body": "<p>You really only need to worry about KDE in terms of apps from different desktop environments, and even then, you only need to worry just a little bit. As for Xfce, LXDE, and GNOME, all three of those use the Gimp toolkit (Gtk), so they should function and look properly betwee...
null
null
null
null
null
52822
1
52836
2011-07-12T17:31:13.387
0
4284
<p>Ever since Ubuntu 8.10 when I first started I couldn't get my old Linksys WUSB54G wireless card to work. At least in 11.04 it somewhat works only when you set a static IP, and even then speeds are pitiful (The ping time to my router is 10ms(!), DNS takes a while, and bittorrent is painful). Yesterday I bought a Link...
168
168
2011-07-12T17:49:27.493
2012-03-03T05:32:36.637
Are Linksys wireless adapters well suppored on Ubuntu?
[ "wireless" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T17:38:05.220", "id": "59064", "postId": "52822", "score": "0", "text": "I had problems, but, finally, I fixed them. You may find http://unix.stackexchange.com/questions/16329/firmware-for-wireless-card-on-ubuntu-debian, http://askubuntu.com/questions/52441/how-to-in...
{ "accepted": true, "body": "<p>The Ralink drivers can be downloaded from Ralink's site (http://www.ralinktech.com/support.php?s=2), and you'll need to know which Ralink chipset is used in the adapter (and it sounds like you do), but they need a bit of work to get them working. This site (http://ubuntuforums.org/s...
[ { "accepted": true, "body": "<p>The Ralink drivers can be downloaded from Ralink's site (http://www.ralinktech.com/support.php?s=2), and you'll need to know which Ralink chipset is used in the adapter (and it sounds like you do), but they need a bit of work to get them working. This site (http://ubuntuforu...
null
null
null
null
null
52824
1
52826
2011-07-12T18:01:58.910
0
3842
<p>I'm a Linux n00b, but it's something I'm really trying to learn.</p> <p>Let's say I log in to my server at home directly and start a process. For the sake of specificity, it's a CraftBukkit Minecraft server. :)</p> <p>There were some issues and now I want to restart the game server remotely. How can I log in and u...
21502
10616
2011-07-18T19:21:19.720
2011-07-18T19:21:19.720
Accessing Running Terminal Sessions
[ "11.04", "minecraft" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T18:31:33.680", "id": "59071", "postId": "52824", "score": "0", "text": "Shouldn't the title be \"Accessing running terminal sessions\" ?", "userDisplayName": null, "userId": "18945" }, { "creationDate": "2011-07-12T19:13:59.023", "id": "59081", ...
{ "accepted": true, "body": "<p>You cannot log remotely to a terminal that is already running on the machine.</p>\n\n<p>Instead, use ssh to log to the system, it is installed by default on most distribution. Then, after login through ssh, you can kill the running server by using (let's say the executable is CraftBu...
[ { "accepted": true, "body": "<p>You cannot log remotely to a terminal that is already running on the machine.</p>\n\n<p>Instead, use ssh to log to the system, it is installed by default on most distribution. Then, after login through ssh, you can kill the running server by using (let's say the executable is...
null
null
null
null
null
52825
1
null
2011-07-12T18:13:45.100
4
438
<p>Is there a way to add Seamonkey extensions to a custom Ubuntu LiveCD? </p> <p>I'm working with UCK, and I would like to add a language pack extension (.xpi) to Seamonkey so that the language would be available as the default language of the application in the customized CD.</p>
20968
20968
2011-07-12T19:13:50.947
2013-12-26T12:54:55.190
Adding Seamonkey/Firefox extensions to custom LiveCD
[ "live-cd", "customization", "extension" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Two options for creating custom ISO for ubuntu:</p>\n\n<ol>\n<li><p><a href=\"http://www.geekconnection.org/remastersys/ubuntu.html\" rel=\"nofollow\">Remastersys</a>: A tool that can be used to do 2 things with an existing Debian, Ubuntu or derivative installation. It can ...
null
null
null
null
null
52829
1
null
2011-07-12T18:35:57.713
8
4630
<p>I'm trying to stop my Ubuntu desktop from automatically mounting my iPhone when I connect it/plug it in. This causes my Vmware workstation to <em>not</em> mount the iphone for syncing.</p> <p>I have used gconf-editor and disabled the automount option yet I'm still seeing my iPhone after reboot:</p> <blockquote> ...
21504
47151
2012-03-15T13:37:45.993
2012-03-15T13:37:45.993
How do I stop my iPhone from being automounted?
[ "mount", "vmware", "iphone" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-02-28T06:03:29.273", "id": "127170", "postId": "52829", "score": "0", "text": "See also: http://askubuntu.com/questions/89244/how-to-disable-automount-in-nautiluss-preferences", "userDisplayName": null, "userId": "1169" } ]
null
[ { "accepted": null, "body": "<p>So far the only way I've seen to not automount external devices is:</p>\n\n<ol>\n<li><p>Open up the terminal and type in:</p>\n\n<pre><code>gconf-editor\n</code></pre></li>\n<li><p>Scroll down to <strong><em>Nautilus -> Preferences -> Media Automount</em></strong></p></li>\n<...
null
null
null
null
null
52830
1
null
2011-07-12T18:44:04.697
2
1423
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/915/is-it-possible-to-install-without-a-cd-or-usb-drive">Is it possible to install without a CD or USB drive?</a><br> <a href="https://askubuntu.com/questions/1207/how-can-i-install-ubuntu-without-cd">How can I insta...
21505
-1
2017-04-13T12:25:04.307
2012-05-16T19:15:08.893
Install Ubuntu without a CD drive
[ "installation", "mac-mini" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T18:57:42.333", "id": "59078", "postId": "52830", "score": "1", "text": "You might want to split this into several questions.", "userDisplayName": null, "userId": "19490" } ]
null
[ { "accepted": null, "body": "<p>You're having problems with the usb thumb drive because of the EFI boot loader that the mac ships with.</p>\n\n<p>I suggest installing <a href=\"http://refit.sourceforge.net/\" rel=\"nofollow\">rEFIt</a> as your boot manager and trying to start from the USB drive again.</p>\n...
null
null
2012-05-16T19:12:57.257
null
null
52838
1
null
2011-07-12T19:47:48.297
6
1428
<p>I have several mp4 videos. When using Windows7 Explorer I can create a details view (or list view) of the mp4 tag information on these videos, which makes it easy to organize them by genre, title, artist, etc.</p> <p>Unfortunately, Nautilus can't read mp4 tag data. Nautilus also can't read mp3 tag data. Although no...
21510
235
2011-07-13T02:45:29.633
2015-02-05T00:01:42.550
What options exist for viewing mp4 tags in list view?
[ "nautilus", "mp4", "tag" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T20:13:10.427", "id": "59090", "postId": "52838", "score": "0", "text": "Nautilus has limited meta data support - right-click a file, properties, audio. Doesn't let you order/filter by them, though.", "userDisplayName": null, "userId": "15110" } ]
null
[ { "accepted": null, "body": "<p>Have a look at EasyTag (available in Software Center).</p>\n\n<p>As shown in the screen-shot - it has mp4 tag capability - shows in list view (scrollable through various columns) and you can sort, ascending and descending.</p>\n\n<p><img src=\"https://i.stack.imgur.com/bFCc5....
null
null
2015-02-06T14:36:57.017
null
null
52840
1
null
2011-07-12T20:27:52.187
82
29731
<p>Have tried asking 3rd party about key differences between <a href="https://juju.ubuntu.com/">Juju</a> and Puppet/Chef. 3rd parties are not too familiar with Juju and could not say. They simply stated the others have a lot of momentum, and it would be hard to overcome their lead.</p> <p>Would those closest to Juju b...
21515
1116
2013-04-17T23:52:32.027
2021-04-17T14:30:58.270
What's the difference between Juju and Puppet/Chef?
[ "juju", "automation", "puppet", "chef" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Mark, this is a great question, and was the first one I asked when somebody told me about Juju. Here's some of the big differences.</p>\n\n<ul>\n<li><p>Juju encapsulates services - a charm defines all the ways the service needs to expose or consume config data to/from other s...
null
null
null
null
null
52841
1
55186
2011-07-12T20:28:05.080
5
1553
<p>Wine applications which I used show menu under window top border. Is there any way to use global application menu in Wine applications? Will this function be available in next releases of Wine/appmenu possibly?</p>
21501
null
null
2011-07-31T04:44:59.557
Can Wine software use Unity Application Menu?
[ "unity", "wine", "appmenu" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T04:17:58.093", "id": "59260", "postId": "52841", "score": "0", "text": "I have a feeling what you need is right here :) http://askubuntu.com/questions/47067/can-i-add-wine-application-category-list-to-unity-dash Seems to explain exactly what you're trying to do...ho...
{ "accepted": true, "body": "<p>I'll note that Mark Shuttleworth asked me this exact question about a year ago when Unity was first being shared with us.</p>\n\n<p>Wine cannot use the global menu, and probably won't ever. The reason is that Unity's global menu requires fancy rewriting of each windowing toolkit (GT...
[ { "accepted": true, "body": "<p>I'll note that Mark Shuttleworth asked me this exact question about a year ago when Unity was first being shared with us.</p>\n\n<p>Wine cannot use the global menu, and probably won't ever. The reason is that Unity's global menu requires fancy rewriting of each windowing too...
null
null
null
null
null
52845
1
54069
2011-07-12T20:58:31.107
8
49292
<p>I am using the alpha 2 version of 11.10 and the keyboard options there do not have an option to force a logout.</p> <p>Can you tell me the keyboard shortcut so i can add it myself?</p>
12692
null
null
2019-03-07T03:22:57.850
what is the shortcut to force a logout?
[ "shortcuts", "logout" ]
7
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-16T18:36:48.523", "id": "59766", "postId": "52845", "score": "0", "text": "See http://askubuntu.com/questions/18641/theres-an-issue-with-an-alpha-release-of-ubuntu-what-should-i-do", "userDisplayName": null, "userId": "3037" }, { "creationDate": "2011-0...
{ "accepted": true, "body": "<p>It seems that the latest update added an \"options\" menu on the keyboard preferences-->layouts that lets me activate the \"control-alt-delete\" shortcut like before. Or it might have always been there and i missed it.</p>\n", "commentCount": "0", "comments": [], "communityOwne...
[ { "accepted": null, "body": "<p>I would imagine this is the same as 11.04 (or possibly it's just that I'm running Gnome 3), but <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd> brings up a box allowing me to logout.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-12T...
null
null
null
null
null
52847
1
null
2011-07-12T21:04:26.290
3
1891
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/47807/skipping-intermediate-ubuntu-os-upgrade-to-latest-one-how-do-i-upgrade-from-9-04">Skipping intermediate Ubuntu OS upgrade to latest one,How do I upgrade from 9.04 to 10.04.2?</a> </p> </blockquote> <p>My situ...
18623
-1
2017-04-13T12:25:04.307
2011-07-13T23:02:29.363
Upgrade remote server from 9.04 to Ubuntu LTS
[ "10.04", "upgrade", "9.04", "vps" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T03:02:42.163", "id": "59300", "postId": "52847", "score": "0", "text": "I also stuck in the exact same situation if you find answer plz do post it here . thx", "userDisplayName": null, "userId": "21571" } ]
null
[ { "accepted": null, "body": "<p>You should probably do a fresh install. It would ensure that nothing is broken, as that's almost a guarantee if you were to add Lucid's repos to your 9.04 installation or upgrade incrementally through the GUI like Zkriesse said.</p>\n\n<p><strong>EDIT:</strong> You can upgrad...
null
null
2011-11-29T01:37:30.843
null
null
52848
1
52901
2011-07-12T21:10:27.517
2
1091
<p>from a couple of days I'm having a problem with Gnome3 gnome-shell. When I reboot / power-on the machine, after the GDM login the DE is stuck without opening gnome-shell. If I restart gdm from another tty, then everything works (GDM restarts and gnome-shell appears). So it hangs only the first time i login.</p> <p>...
17218
17218
2011-07-13T05:44:15.273
2011-07-13T10:03:29.590
Desktop doesn't login after GDM login unless I restart it
[ "gnome" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T04:28:37.680", "id": "59116", "postId": "52848", "score": "0", "text": "I thought that the Ricotz GNOME 3 PPA had stopped being updated way back during GNOME 3's development? Or did something about that change and I didn't notice since I was just compiling everythin...
{ "accepted": true, "body": "<p>I did have the same problem in natty with Unity not booting in but after I took the plunge and installed the ATI fglrx drivers the problem disappeared completly. \nNot sure if that would help you with gnome 3 but it might be worth a try </p>\n\n<p>I did it using the terminal with the...
[ { "accepted": true, "body": "<p>I did have the same problem in natty with Unity not booting in but after I took the plunge and installed the ATI fglrx drivers the problem disappeared completly. \nNot sure if that would help you with gnome 3 but it might be worth a try </p>\n\n<p>I did it using the terminal ...
null
null
null
null
null
52850
1
null
2011-07-12T21:11:49.970
0
176
<p>Recently, my Ubuntu Natty system has started to log me into Ubuntu Classic (i.e. GNOME desktop) instead of Unity the first time I log in after a reboot. I have made sure to select "Unity" from the session menu before logging in. Every subsequent login works fine until the next reboot.</p> <p>What is causing this, a...
880
null
null
2011-07-13T06:27:51.577
Why do I get Ubuntu Classic instead of Unity the first time I log in after rebooting?
[ "unity", "login", "reboot" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Did you change the default in your login screen settings? I.E. <strong><em>System -> Administration -> Login Screen</em></strong> I don't see why that would have a solid effect because it's almost the same thing as the actual login screen settings you do when logging in but y...
null
null
2012-08-28T14:20:03.893
null
null
52856
1
null
2011-07-12T21:26:29.517
3
7277
<p>I have a network video stream (mjpeg) from an android phone that acts as an ip webcam and I would like to use it as an actual webcam on my pc (for google talk, skype etc.)</p>
21517
null
null
2012-03-08T19:25:42.763
How to use a network video stream (from an ip webcam) as a webcam
[ "webcam", "skype", "android", "gtalk" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>What you might use is an application that puts the ip input on a video4linux device:</p>\n\n<ul>\n<li>DroidCam</li>\n</ul>\n\n<p>I use droidcam (http://www.dev47apps.com/). Install the droidcam app on android (free version should suffice) and the client on your ubuntu machine...
null
null
null
null
null
52858
1
null
2011-07-12T21:46:36.867
17
12944
<p>I read in the news about all the malware that is infecting Android OS. The malware is in Google's App Store and people are unknowingly downloading and installing it.</p> <p>As I understand, Ubuntu's Main repository is safe for me to download from (I won't be infected with malware from doing so) because Canonical en...
21522
121652
2021-01-16T05:36:02.367
2021-01-16T05:36:02.367
Which Ubuntu repositories are totally safe and free from malware?
[ "security", "repository", "malware" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-12T22:01:20.210", "id": "59101", "postId": "52858", "score": "4", "text": "You seem to ask several questions. This site works better with one question at a time. You might want to rewrite your question to a single question or split it into several questions.", "use...
null
[ { "accepted": null, "body": "<p>Staying with the Main and Universe repositories is very safe, and so are PPAs if they're especially popular (most of the time), or you know that they're going to be safe (like the Google Chrome PPA. I doubt Google would put any type of malware in it.) If you use Main, Univers...
null
null
null
null
null
52859
1
null
2011-07-12T21:53:11.650
3
628
<p>I'm using <a href="http://packages.ubuntu.com/natty/redshift" rel="nofollow">Redshift</a> to adjust color temperature according to the position of the sun. When I start to play videos in fullscreen I want it to (automatically) be deactivated, and I want it to (automatically) be reactivated when I stop watch videos i...
19490
19490
2011-08-25T18:08:50.083
2011-08-25T18:08:50.083
Automatically deactivate Redshift when playing videos in fullscreen
[ "video", "fullscreen", "color-management" ]
0
1
CC BY-SA 3.0
[ { "creationDate": "2014-09-14T17:04:50.760", "id": "713308", "postId": "52859", "score": "0", "text": "The author of this question hasn't been seen in over a year, and this question has lows views. If anyone has a similar problem I suggest that they [ask a new question](http://askubuntu.com/ques...
null
[]
null
null
2012-04-06T22:03:16.297
null
null
52865
1
null
2011-07-12T23:03:26.147
3
747
<p>I built a new PC that has a Diamond Radeon HD 6970 graphics card, and no on-board graphics. When I boot from the Ubuntu disc, it runs through some initial booting stuff, and then gets to a loading screen that just has the Ubuntu logo and some progress bar/dot thingies. After this screen is finished, it goes black an...
21523
235
2011-12-19T23:51:32.887
2012-03-23T11:02:44.333
Installing 10.10+ with Radeon HD 6970 Video Card
[ "boot", "radeon" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Make sure you have nomodeset selected before booting into the live cd. After you install ubuntu hold shift during the boot process to get to the grub menu, now edit the boot options and add nomodeset to the list of items, you can remove nosplash if you want to see what happen...
null
null
null
null
null
52868
1
null
2011-07-13T00:29:49.457
2
9304
<p>I made a confusion with some informations and I thought that I have a Realtek audio card, but in really I have an Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller, so when I installed the Realtek High Definition Audio Codecs it made a mess with the sound-related files, resuming, in the driv...
21195
21195
2011-07-13T00:55:39.840
2012-06-05T13:56:35.513
My sound and ALSA has gone when I installed Realtek drivers
[ "11.04", "sound", "drivers", "troubleshooting" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-16T17:51:27.593", "id": "59746", "postId": "52868", "score": "0", "text": "Can someone answer?", "userDisplayName": null, "userId": "21195" }, { "creationDate": "2011-07-20T14:08:34.697", "id": "60358", "postId": "52868", "score": "1", "...
null
[ { "accepted": null, "body": "<p>This is from <a href=\"http://ubuntuforums.org/showpost.php?p=10876592&amp;postcount=11\" rel=\"nofollow noreferrer\">a post by lidex on Ubuntu forums</a></p>\n<blockquote>\n<p>Using a Terminal=&quot;Applications-&gt;Accessories-&gt;Terminal&quot;</p>\n<pre><code>sudo aptitud...
null
null
2012-05-22T18:41:43.777
null
null
52870
1
null
2011-07-13T00:41:19.137
3
252
<p>With Windows 7, my laptop was set to go to sleep after X minutes on battery, then hibernate after sleeping for X minutes. I can't seem to find a way to do that with Ubuntu Natty so I always end up with a dead laptop after a day. </p>
14988
null
null
2011-07-13T00:56:21.957
Is there a way to set laptop to hibernate after being suspended for a while? (like Windows can)
[ "laptop", "suspend", "hibernate" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You can set this in the power settings, in the battery tab, thought it doesn't have a setting for the specific minutes as far as I can tell:</p>\n\n<p><img src=\"https://i.stack.imgur.com/xZsj8.png\" alt=\"enter image description here\"></p>\n", "commentCount": "1", "...
null
null
null
null
null
52876
1
null
2011-07-13T02:26:50.580
1
452
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/16371/how-to-disable-x-at-boot-time">How to disable X at boot time?</a> </p> </blockquote> <p>The title says it all really.</p> <p>I've got Xubuntu 11.04 working as a file server which I SSH into. 90% of the time ...
12473
-1
2017-04-13T12:23:28.223
2011-07-13T05:40:20.270
How to always boot into a CLI environment?
[ "server", "grub2", "xubuntu", "console", "headless" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>In the file /etc/default/grub make sure that the line starting with GRUB_CMDLINE_LINUX=\ncontains the word \"text\", e.g. GRUB_CMDLINE_LINUX=\"nosplash text\". Then run update-grub.\nWhen you reboot, you should go to a login prompt. I've had my home server set up this way for...
null
null
2012-03-01T05:48:12.223
null
null