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
6485
1
null
2010-10-12T16:59:58.670
7
1066
<p>I can't read Arabic correctly (from Right to Left) when using Firefox to open Flash websites in Ubuntu 10.10 </p> <p><img src="https://i.stack.imgur.com/nufFl.png" alt="alt text"></p> <p>example: <a href="http://www.fpnp.net/" rel="nofollow noreferrer">http://www.fpnp.net/</a></p> <p>Please I need help, thanks...</p>
779
26246
2014-03-25T17:16:02.500
2014-03-25T17:16:02.500
Arabic reading error
[ "flash", "internationalization", "arabic", "rtl" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2010-10-13T09:52:39.750", "id": "6637", "postId": "6485", "score": "0", "text": "please i need help :(", "userDisplayName": null, "userId": "779" }, { "creationDate": "2010-10-13T16:46:11.020", "id": "6764", "postId": "6485", "score": "1", "text...
null
[ { "accepted": null, "body": "<p>That site appears to work fine in my Firefox for me on 10.10. Have you definitely got Flash installed? (From a command line <code>sudo apt-get install flashplugin-installer</code>).</p>\n\n<p>Perhaps if you are still having problems you could post a screenshot to give us a be...
null
null
null
null
null
6486
1
null
2010-10-12T17:00:46.823
5
10042
<p>Windows XP pro S3 is already installed on my laptop HP EliteBook 6930p. I am trying to partition and dual boot. This is all new to me as this is my first time installing Ubuntu. Partition is the most confusing part, it shows up 160GB with NTFS file format and a blank /sdv(or something). I can't resize the 160GB, had to select the blank option and click Add. When i do this the NTFS becomes free space?? I dont want Windows XP to be overwritten.</p> <p>I have seen videos and read documentation online but they are all reference to older Ubuntu version. Nothing simple for this noob :)</p> <p><strong>Objective</strong><br> -Dual boot with Windows Xp an Ubuntu 10.10<br> -partition the drive, with swap, ext4, fat32(transfer files between Ubuntu and Windows XP), and NTFS(keep Windows XP)</p>
3612
null
null
2011-10-10T11:04:07.170
How to dual boot with Windows XP and Partition?
[ "windows", "partitioning", "dual-boot" ]
6
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-12T17:07:27.433", "id": "6406", "postId": "6486", "score": "0", "text": "You don't need a fat32 partition anymore today. If you want your file to be accesible to Windows and Ubuntu you can just put them on the Windows partition since Ubuntu can read and write on NTFS p...
null
[ { "accepted": null, "body": "<p>Have you considered trying <a href=\"http://www.ubuntu.com/desktop/get-ubuntu/windows-installer\" rel=\"nofollow\">wubi</a>? It installs in your NTFS partition instead of repartitioning your drive.. allowing you to dual-boot to windows or ubuntu without changing your partitio...
null
null
null
null
null
6490
1
6492
2010-10-12T17:15:54.367
31
62368
<p>A fair while ago (~ 2004) I was told to always create a separate partition for the boot directory. And since then I always have. But after reading a few questions about partitioning questions, I'm curious. Do I still need a /boot partition?</p> <p>Note: If helpful, I'm dual booting (Win XP or 7) &amp; Ubuntu 10.04. I also have one partition (using ext2/3) which I use to share files between the two operating systems.</p>
2696
null
null
2021-12-11T09:59:32.493
Is a /boot partition necessary anymore?
[ "partitioning", "dual-boot" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2015-03-14T14:36:08.760", "id": "831050", "postId": "6490", "score": "1", "text": "I had the same question and found [this answer][1] the best (so far!)\r\n\r\n\r\n [1]: http://superuser.com/a/522998/263319", "userDisplayName": null, "userId": "387962" } ]
{ "accepted": true, "body": "<p>If you don't use LVM, root volume encryption, software RAID, etc., and otherwise just have your root volume on a plain-jane filesystem with no intermediate layers, then you don't need it.</p>\n\n<p>Really, the most important files in booting are the kernel image (<code>vmlinuz</code>) and the <code>initramfs</code> image (<code>initrd.img</code>). If both of those (and the GRUB configuration files) are accessible by GRUB with no special handling, then a separate <code>/boot</code> volume is not necessary.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-12T17:40:37.753", "id": "6415", "postId": "6492", "score": "0", "text": "My question is probably enough of a [duplicate](http://askubuntu.com/questions/247/whats-your-recommendation-on-drive-partitioning-schemes-for-a-desktop-and-home-s/3603#3603) to close, but your answer intrigues me. I do use LVM on my webserver & there I **must** use a separate boot partition -- but I guess this is the only condition to really use one. Thanks to \"@Chris Jester-Young\" and @Jorge!", "userDisplayName": null, "userId": "2696" }, { "creationDate": "2010-10-12T21:06:23.667", "id": "6495", "postId": "6492", "score": "6", "text": "Since Grub2 (i.e. since Ubuntu 9.10), LVM doesn't require a separate LVM partition. (Even before, Lilo had supported LVM for a long time, but of course has the downside of not being Grub.) Software RAID-1 never required a separate `/boot`, and Grub2 now supports most (all?) of Linux's RAID modes, as well as some encryption modes. The upshot is that there's very rarely a need for a separate `/boot` nowadays.", "userDisplayName": null, "userId": "1059" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T17:18:06.720", "id": "6492", "lastActivityDate": "2010-10-12T17:23:22.483", "lastEditDate": "2010-10-12T17:23:22.483", "lastEditorDisplayName": null, "lastEditorUserId": "3334", "ownerDisplayName": null, "ownerUserId": "3334", "parentId": "6490", "postTypeId": "2", "score": "33" }
[ { "accepted": true, "body": "<p>If you don't use LVM, root volume encryption, software RAID, etc., and otherwise just have your root volume on a plain-jane filesystem with no intermediate layers, then you don't need it.</p>\n\n<p>Really, the most important files in booting are the kernel image (<code>vmlinu...
null
null
null
null
null
6491
1
8770
2010-10-12T17:17:35.717
7
1742
<p>I've got an MSI Wind, model U100 that's been running Ubuntu without trouble for a long while. After upgrading to 10.04 a few months ago, I've had this strange problem. As soon as I unplug the laptop from the power source I get the warning dialog telling me that my battery is critically low, and the laptop suspends, regardless of what the battery level actually is. If I then turn the laptop back on, it runs fine and shows the correct battery level.</p> <p>I've been working around this by manually suspending before switching to battery power, but I'm wondering if anyone else knows the cause or a fix.</p>
3647
235
2010-10-12T22:15:52.630
2011-10-05T07:03:24.087
Laptop immediately suspends when going onto battery power
[ "10.04", "kernel", "laptop", "suspend", "battery" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-12T17:45:34.657", "id": "6417", "postId": "6491", "score": "0", "text": "Is your BIOS fully up to date? If you need do to update it, it's probably best to do so in Windows as that's what the updater is written for and it's not the sort of thing you really want to mess ...
{ "accepted": true, "body": "<p>I think <a href=\"http://ubuntuforums.org/showthread.php?t=1490501\" rel=\"nofollow\">this thread</a> talks about this issue.</p>\n\n<p>There's also a <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/516023\" rel=\"nofollow\">bug report</a> on Lanchpad that may apply. See comment #4.</p>\n\n<p>As a kludgy work-around, I turned off auto-hybernate by putting the following command into my /etc/rc.local file.</p>\n\n<p><code>gconftool-2 --type bool --set /apps/gnome-power-manager/general/use_time_for_policy false</code></p>\n\n<p>On the downside, if I forget to plug in my computer it just dies after the battery is spent.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-01T17:22:10.127", "id": "11067", "postId": "8770", "score": "0", "text": "Aha! That bug report is exactly my issue, and I'll try the workarounds contained therein. Hopefully this'll be fixed in 10.10.", "userDisplayName": null, "userId": "3647" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-21T21:17:14.160", "id": "8770", "lastActivityDate": "2010-10-21T21:38:50.223", "lastEditDate": "2010-10-21T21:38:50.223", "lastEditorDisplayName": null, "lastEditorUserId": "4508", "ownerDisplayName": null, "ownerUserId": "4508", "parentId": "6491", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I think <a href=\"http://ubuntuforums.org/showthread.php?t=1490501\" rel=\"nofollow\">this thread</a> talks about this issue.</p>\n\n<p>There's also a <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/516023\" rel=\"nofollow\">bug report</a> on Lanc...
null
null
null
null
null
6499
1
6550
2010-10-12T17:36:50.913
5
8880
<p>During installation if the installer is unable to detect any disks it will present you a list of all the available drivers to select or you can select none of these. Once you select that it gives you a couple of options. One of them is to scan removable media for a driver. </p> <p>Does anyone know what it's looking for? I've tried just putting the proper .ko file on a floppy in / as well as putting it in <code>/lib/modules/&lt;kernel version&gt;/kernel/extras/</code> and a few other places but in the end I have to manually mount the removable media and load the module using insmod.</p>
1909
4
2010-10-12T18:51:18.510
2012-09-21T19:34:38.170
Provide driver on removable media during installation?
[ "drivers", "installation", "ubiquity" ]
2
6
CC BY-SA 2.5
[ { "creationDate": "2010-10-12T17:37:55.043", "id": "6414", "postId": "6499", "score": "0", "text": "Hmm it keeps changing my \"installer\" tag to package-management.", "userDisplayName": null, "userId": "1909" }, { "creationDate": "2010-10-12T18:23:46.453", "id": "6432", ...
{ "accepted": true, "body": "<p>If you're using the desktop CD installer, you can load additional drivers programmatically by following the instructions <a href=\"https://wiki.ubuntu.com/Ubiquity/DriverUpdates\" rel=\"nofollow\">here</a>.</p>\n\n<p>If you're using the alternate CD installer, you can accomplish this by creating a driver injection disk. First create a USB disk with a label of <code>OEMDRV</code>, then put a Debian package on it containing your kernel module. Finally, preseed <code>driver-injection-disk/load</code> to true and start the install.</p>\n\n<p>The definitive reference for this format is the hw-detect code, <strong>bzr branch lp:hw-detect</strong> , specifically <strong>driver-injection-disk.sh</strong></p>\n\n<p>Alternatively, if you want a quick and dirty solution and assuming this is a disk driver, put the kernel module in one of the following directories:</p>\n\n<ul>\n<li>/lib/modules/*/kernel/drivers/ide</li>\n<li>/lib/modules/*/kernel/drivers/scsi</li>\n<li>/lib/modules/*/kernel/drivers/block</li>\n</ul>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-12T20:30:05.313", "id": "6476", "postId": "6550", "score": "0", "text": "Yeah my quick and dirty solution has been to mount the removable media and use insmod to load the driver and then to tell the installer to detect the disks again. While this does work I was hoping for a more elegant solution. When you say to put the kernel module in one of those directories are you talking about making that directory structure on the removable media and placing it there? I did try /lib/modules/*/kernel/extras which is where the driver is installed when I build it from source.", "userDisplayName": null, "userId": "1909" }, { "creationDate": "2010-10-13T01:51:51.503", "id": "6563", "postId": "6550", "score": "1", "text": "No, as far as I can tell from looking at the hw-detect source code, the only way you can load drivers off removable media is to encapsulate them in a Debian package that matches the architecture of the running system, which contains the kernel modules.", "userDisplayName": null, "userId": "46" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-12T20:19:04.980", "id": "6550", "lastActivityDate": "2012-09-21T19:34:38.170", "lastEditDate": "2012-09-21T19:34:38.170", "lastEditorDisplayName": null, "lastEditorUserId": "6045", "ownerDisplayName": null, "ownerUserId": "46", "parentId": "6499", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>If you're using the desktop CD installer, you can load additional drivers programmatically by following the instructions <a href=\"https://wiki.ubuntu.com/Ubiquity/DriverUpdates\" rel=\"nofollow\">here</a>.</p>\n\n<p>If you're using the alternate CD installer, you can accomp...
null
null
null
null
null
6501
1
6502
2010-10-12T17:40:08.350
13
17462
<p>How do I replace <code>vi</code> by <code>vim</code> so that when I type <code>vi</code> in terminal <code>vim</code> is opened?</p>
2620
507051
2017-12-13T17:31:21.730
2017-12-13T17:32:25.250
Replacing vi by vim
[ "command-line", "configuration", "vim" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can add</p>\n\n<pre><code>alias vi=vim\n</code></pre>\n\n<p>to <code>~/.bashrc</code> . This will start <code>vim</code> whenever you type <code>vi</code>.</p>\n\n<p>Note that in Ubuntu 10.10 (and I think also 10.04) <code>vi</code> is already mapped to <code>vim</code>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-12T17:46:13.643", "id": "6418", "postId": "6502", "score": "0", "text": "Sorry for another silly question, but where is `.bashrc` located ? I am quite new to Ubuntu.", "userDisplayName": null, "userId": "2620" }, { "creationDate": "2010-10-12T17:47:17.597", "id": "6419", "postId": "6502", "score": "0", "text": "In your home directory. Just type `vim ~/.bashrc`", "userDisplayName": null, "userId": "1418" }, { "creationDate": "2010-10-13T06:31:45.957", "id": "6613", "postId": "6502", "score": "3", "text": "Actually, 'vi' has pointed to some variation of 'vim' since almost forever in Ubuntu (see my answer about alternatives to know how to change which variation).", "userDisplayName": null, "userId": "935" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-12T17:42:22.523", "id": "6502", "lastActivityDate": "2017-12-13T17:32:25.250", "lastEditDate": "2017-12-13T17:32:25.250", "lastEditorDisplayName": null, "lastEditorUserId": "507051", "ownerDisplayName": null, "ownerUserId": "1418", "parentId": "6501", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>You can add</p>\n\n<pre><code>alias vi=vim\n</code></pre>\n\n<p>to <code>~/.bashrc</code> . This will start <code>vim</code> whenever you type <code>vi</code>.</p>\n\n<p>Note that in Ubuntu 10.10 (and I think also 10.04) <code>vi</code> is already mapped to <code>vim</code>.<...
null
null
null
null
null
6505
1
6510
2010-10-12T17:52:38.767
9
7973
<p>I just installed Ubuntu 10.10 on my Windows 7 box using Wubi and I'm loving it so far. One feature that I love is the fact that because I used Wubi it doesn't seem to create a separate partition. Through what I can only imagine is some VM magic Windows and Ubuntu live together on the same hard drive without a partition and you can even access Windows files from within Ubuntu and visa versa. I also have a MacBook and I would love to be able to install Ubuntu on the MacBook as well but I don't want to surrender a portion of my disk space to a different operating system. Is there currently a way to do the whole Wubi VM "virtual partition" on a Mac?</p>
3655
null
null
2010-11-06T13:04:12.427
Wubi Install for Mac OS X
[ "wubi", "virtualization", "mac", "macosx" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2012-03-26T17:06:38.440", "id": "137478", "postId": "6505", "score": "0", "text": "http://askubuntu.com/questions/89643/ubuntu-on-mac-for-dummies", "userDisplayName": null, "userId": "39372" } ]
{ "accepted": true, "body": "<p>This was originally planned as '<em>Mubi'</em> , but I haven't seen any evidence it is being worked on.</p>\n\n<p>If your Mac is reasonably fast you could try a virtualisation solution, for instance using <a href=\"http://www.virtualbox.org/\" rel=\"nofollow\">VirtualBox</a> - but this is unlikely to run as fast as with Wubi.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-10-15T16:32:18.030", "id": "7411", "postId": "6510", "score": "0", "text": "Thanks! I did a quick look up of VirtualBox and based on the screenshots it looks like it's running OS X with a VM window displaying the other OS (i.e. Ubuntu). Is it safe to assume that this approach won't give up any partitioned HD space to the VM operating system? If I understand it right, if I'm running the VM from within OS X then I'm within the OS X partition so I wouldn't need an extra partition for Ubuntu, right? If that's the case then it's just a matter of speed.", "userDisplayName": null, "userId": "3655" }, { "creationDate": "2010-10-15T16:34:06.827", "id": "7413", "postId": "6510", "score": "0", "text": "You are completely correct in saying you won't need an extra partition. Virtualbox will create a 'virtual hard disc' that it stores as a file within your current (mac) filesystem.", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-10-18T15:08:45.737", "id": "7987", "postId": "6510", "score": "0", "text": "Do you know if you can boot to Ubuntu instead of running it from within Mac OS X to make it run faster?", "userDisplayName": null, "userId": "3655" }, { "creationDate": "2010-10-18T16:34:33.110", "id": "7997", "postId": "6510", "score": "0", "text": "Not without partitioning I'm afraid (as far as I know)", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-10-19T06:12:26.317", "id": "8079", "postId": "6510", "score": "0", "text": "Just installed it and it is running a little slow on my machine (2 GHz Dual Core). I think I'm going to end up partitioning to make it faster but I'm marking this as the correct answer since it provided a way to install Ubuntu on a Mac without surrendering HD space to a partition (which was in fact the question). Thanks! Until Mubi...", "userDisplayName": null, "userId": "3655" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T17:59:56.083", "id": "6510", "lastActivityDate": "2010-10-12T17:59:56.083", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "6505", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>This was originally planned as '<em>Mubi'</em> , but I haven't seen any evidence it is being worked on.</p>\n\n<p>If your Mac is reasonably fast you could try a virtualisation solution, for instance using <a href=\"http://www.virtualbox.org/\" rel=\"nofollow\">VirtualBox</a> ...
null
null
null
null
null
6507
1
6511
2010-10-12T17:53:58.133
5
285
<p>I upgraded to 10.10 on Sunday, from 10.04, and while the upgrade went smoothly (and I really like Maverick so far) I've somehow lost the <code>~/</code> short-cut. Previously, if I was in directory <code>/var/www/siteName/</code> and I typed <code>~/</code> into the location/address bar I'd be taken to <code>/home/username/</code>, whereas now it seems to be treated as a relative path, and I'm taken to the (non-existant) <code>/var/www/siteName/~/</code> directory.</p> <p>Can I restore the previous functionality? I seem to recall that I <code>Okay</code>-ed a dialogue during the installation, but I can't, for the life of me, remember what it said. Or if it gave any clues as to how to later change that opinion.</p> <hr /> <p><strong>Edited</strong> to note that, as of Ubuntu 11.04, the <code>~/</code> shortcut has been restored.</p>
716
169736
2014-11-11T01:14:16.077
2014-11-11T01:14:16.077
Can I recover the `~/` short-cut?
[ "nautilus" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2010-10-12T18:37:32.667", "id": "6436", "postId": "6507", "score": "0", "text": "I've added the nautilus tag because your comment to fluteflute's answer made it clear you're talking about nautilus.", "userDisplayName": null, "userId": "430" }, { "creationDate":...
{ "accepted": true, "body": "<p>This bug <a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/nautilus/+bug/630512\" rel=\"nofollow\">has now been fixed</a> in 10.10</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-12T18:06:33.163", "id": "6429", "postId": "6511", "score": "1", "text": "That certainly works in the terminal/shell, but I was rather hoping for a GUI/nautilus option, if such exists?", "userDisplayName": null, "userId": "716" }, { "creationDate": "2010-10-12T18:52:15.200", "id": "6440", "postId": "6511", "score": "0", "text": "Sorry I miss understood you quite badly there! I've reported a bug for you: http://edge.launchpad.net/ubuntu/+source/nautilus/+bug/659411", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-10-12T19:52:11.983", "id": "6457", "postId": "6511", "score": "0", "text": "wow, thank you! =) I hadn't considered it bug-worthy, to be honest, I was pretty certain it was, effectively, stupidity-based... (to my shame) =/", "userDisplayName": null, "userId": "716" }, { "creationDate": "2010-10-12T22:15:21.660", "id": "6518", "postId": "6511", "score": "0", "text": "It's a bug and it's since been referred upstream: https://bugzilla.gnome.org/show_bug.cgi?id=632009", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T18:02:17.340", "id": "6511", "lastActivityDate": "2011-02-19T08:06:44.200", "lastEditDate": "2011-02-19T08:06:44.200", "lastEditorDisplayName": null, "lastEditorUserId": "866", "ownerDisplayName": null, "ownerUserId": "866", "parentId": "6507", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>This bug <a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/nautilus/+bug/630512\" rel=\"nofollow\">has now been fixed</a> in 10.10</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-12T18:06:33.163", "id": "6429", ...
null
null
null
null
null
6508
1
6514
2010-10-12T17:55:06.927
6
2727
<p>In the Ubuntu version of Firefox, the keybinding to the the Search Engine text-box (next to the addressbar) is different to what I am used to (in the Windows version). </p> <p>Can I change this key form <kbd>Control</kbd> - <kbd>K</kbd> to <kbd>Control</kbd> - <kbd>E</kbd>? </p> <p>I've tried <code>Editable Menu Accelerators</code>, but that didn't work.</p>
2670
23006
2012-09-04T13:03:25.987
2012-09-04T13:03:25.987
How can I change the hotkey to Firefox's Search Engine field (next to the address bar)
[ "firefox", "shortcut-keys" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2010-10-12T18:53:16.287", "id": "6441", "postId": "6508", "score": "1", "text": "It's not an answer, so I put it as a comment, but `Ctrl+K` works on Windows too. So you could try that one on both platform.", "userDisplayName": null, "userId": "3004" }, { "creat...
{ "accepted": true, "body": "<p>Since Firefox isn't a GTK application, it won't work with the <em>Editable Menu Accelerators</em> option. Also, the <a href=\"http://support.mozilla.com/en-US/kb/Keyboard+shortcuts#Configuring_keyboard_shortcuts\" rel=\"nofollow\">Firefox help page on keyboard shortcuts</a> says, \"Firefox does not provide any method of customizing keyboard shortcuts.\" (It also shows you can use either <kbd>Ctrl</kbd>+<kbd>K</kbd> or <kbd>Ctrl</kbd>+<kbd>J</kbd> on Linux versions, but not <kbd>Ctrl</kbd>+<kbd>E</kbd>.)</p>\n\n<p>However, there is a way to do it! There is an extension for Firefox (and other XULRunner applications) called Keyconfig (<a href=\"http://mozilla.dorando.at/keyconfig.xpi\" rel=\"nofollow\">install</a>). According to the <a href=\"http://forums.mozillazine.org/viewtopic.php?t=72994\" rel=\"nofollow\">MozillaZine post on the subject</a>:</p>\n\n<blockquote>\n <p>keyconfig adds the ability to create new or modify existing shortcuts defined by a element, but only changing those which itself call a function (those with a command or oncommand attribute) has an effect (all others fulfill only cosmetic purposes it seems and are grayed out).</p>\n \n <p>The configuration screen can be accessed via Tools > Keyconfig (in most Applications) or <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>F12</kbd> (<kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>F12</kbd> on MacOS) from the main window.</p>\n \n <p><em>[...]</em></p>\n \n <p>Don't think that changing a will always remove the original shortcuts. For Example: You can change the shortcut for Copy in the Bookmarks Manager but the original shortcut will still work (in addition to the new shortcut).</p>\n</blockquote>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-10-13T09:18:35.693", "id": "6632", "postId": "6514", "score": "0", "text": "I'm somewhat late in commenting on this, but I wanted to try it out in a VM first. I had quite a few teething probelms setting up the VM (I'm an Ubuntu newbie).. Finally got it sorted out.. Your suggested Firefox Add-on works as advertised. Great! Thanks... The only thing I am concerned about is that this Add-on is not listed in Firefox's own Add-on \"repository\"... I'm a bit wary of that. Not that Firefox's own list of Add-ons are necessarily safe, but at least I can read their public feedback... I just wonder why it isn't in Firefox's repository?...", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-10-13T09:46:07.607", "id": "6635", "postId": "6514", "score": "0", "text": "PS. re my previous comment: Actually there is heaps of public feedback on the \"MozillaZine post on the subject\" link you posted... 116 pages to be precise... but I still wonder why such a great add-on is not listed in Firefox's repository.. I'd love to hear some comments on this.", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-10-13T14:20:36.630", "id": "6708", "postId": "6514", "score": "0", "text": "Welcome to Ubuntu, then! That's a great question. Seems to me that MozillaZine is kind of a community of its own, drawing people who like to dig into the inner workings of Firefox. It *does* seem like there is plenty of stuff on MozillaZine that doesn't get posted to [addons.mozilla.org](http://addons.mozilla.org) or the main, official Firefox pages. I'd guess that people there generally feel that stuff is already \"out there\" and doesn't need the additional effort to put it in a more official place. Your careful attitude about where you get your software is commendable!", "userDisplayName": null, "userId": "3256" }, { "creationDate": "2015-06-13T05:56:15.547", "id": "907585", "postId": "6514", "score": "0", "text": "In most recent FF 38, Ctrl+K would open a Firefox default page (no URL, big FF logo with search box). I confirm that it can be changed with the [Keyconfig addon](http://mozilla.dorando.at/keyconfig.xpi) linked in the answer, and that Ctrl+K does not do anything after changing this.", "userDisplayName": null, "userId": "107321" }, { "creationDate": "2015-06-13T05:59:16.603", "id": "907589", "postId": "6514", "score": "1", "text": "The [Keyconfig](http://mozilla.dorando.at/keyconfig.xpi) addon from the answer works. There is also an addon [Key config](https://addons.mozilla.org/en-US/firefox/addon/key-config/) in the official Firefox repo, but this is *not* the same, and it does *not* work to solve this problem (at least not in FF 38).", "userDisplayName": null, "userId": "107321" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T18:18:26.460", "id": "6514", "lastActivityDate": "2010-11-29T20:38:00.123", "lastEditDate": "2010-11-29T20:38:00.123", "lastEditorDisplayName": null, "lastEditorUserId": "3256", "ownerDisplayName": null, "ownerUserId": "3256", "parentId": "6508", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Since Firefox isn't a GTK application, it won't work with the <em>Editable Menu Accelerators</em> option. Also, the <a href=\"http://support.mozilla.com/en-US/kb/Keyboard+shortcuts#Configuring_keyboard_shortcuts\" rel=\"nofollow\">Firefox help page on keyboard shortcuts</a> s...
null
null
null
null
null
6521
1
6524
2010-10-12T18:58:25.387
17
22111
<p>I have a linux HTPC (running XBMC) in my living room.</p> <p>This morning I ssh'ed into the machine and did upgrade it to 10.10. When it finaly resarted it says something about running in low quality graphics and eventually returned to a command line login prompt. I ssh'ed in again and did a <code>sudo reboot now</code>. When it came back on this time the image is rapidly scrolling from the top to the bottom of the screen. I guess the installed driver doesn't quite work with the S-Video port on which the TV is connected.</p> <p>previously it was working right with the nvidia proprietary drivers. How can I install thoses without using the GUI tool that comes with Ubuntu?</p>
1063
null
null
2015-10-30T09:14:12.517
How can I reconfigure the nvidia proprietary drivers from the command line (ssh)?
[ "nvidia" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>nvidia-xconfig</code> will write a new default configuration file. You can then test it from there. If you need to edit the new file it will be located under <code>/etc/X11</code></p>\n\n<p>To install the drivers is <code>sudo apt-get install nvidia-glx-xxx</code> where xxx is the version whether it is 96, 173,185 depending on your card.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-12T19:09:49.810", "id": "6445", "postId": "6524", "score": "0", "text": "Tanks Casey, I suppose I'll have to install some package to get the drivers. Anyone know which package?", "userDisplayName": null, "userId": "1063" }, { "creationDate": "2010-10-12T19:12:24.637", "id": "6446", "postId": "6524", "score": "0", "text": "Just added that part. Sorry I left it out. You may also want to check out Nvtv TV Out to help you finetune the S-Video", "userDisplayName": null, "userId": "77594" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T19:01:56.137", "id": "6524", "lastActivityDate": "2010-10-12T19:08:34.737", "lastEditDate": "2010-10-12T19:08:34.737", "lastEditorDisplayName": null, "lastEditorUserId": "77594", "ownerDisplayName": null, "ownerUserId": "77594", "parentId": "6521", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p><code>nvidia-xconfig</code> will write a new default configuration file. You can then test it from there. If you need to edit the new file it will be located under <code>/etc/X11</code></p>\n\n<p>To install the drivers is <code>sudo apt-get install nvidia-glx-xxx</code> wh...
null
null
null
null
null
6522
1
null
2010-10-12T18:58:58.553
55
79252
<p>I tried to install Tor on my new version of Ubuntu, but it seems that Tor is not available in the repositories.</p> <p>How else can I install and use Tor?</p>
7410
227922
2014-12-28T10:10:31.910
2022-05-06T05:43:35.003
How to install Tor?
[ "software-installation", "tor", "privacy" ]
11
2
CC BY-SA 3.0
[ { "creationDate": "2012-12-27T19:42:07.547", "id": "288792", "postId": "6522", "score": "1", "text": "check out this link. http://www.ubuntugeek.com/how-to-install-tor-browser-bundle-in-ubuntu.html", "userDisplayName": null, "userId": "115841" }, { "creationDate": "2013-10-07T05:...
null
[ { "accepted": null, "body": "<h1>If you want to anonymously browse the internet using the Tor network</h1>\n<ul>\n<li>If by Tor, you mean a browser that uses the Tor network, please <a href=\"https://askubuntu.com/questions/382394/how-do-i-install-the-tor-browser-bundle-in-ubuntu/420261\">install</a> and us...
null
null
null
null
null
6523
1
null
2010-10-12T19:01:11.207
8
11485
<p>Everything worked fine in Ubuntu 10.04, flawless in fact, I admired the way the Operating System had handled such a unique touchpad so well. I have an HP Pavilion dv6.</p> <p>The touchpad and left, middle, and right click buttons are all on the trackpad, and it the bottom end depresses to click accordingly for each kind of click. </p> <p>In 10.04, everything worked fine, upon upgrading to Ubuntu 10.10 things became... odd. The scroll on the side would work, as would the left click. The right click wouldn't work however, but if you would lightly tap the exact right corner of the touchpad, the right click menu would come up, though it was inconsistent and difficult to make it do so.</p> <p>I have applied a fix I found on the older Ubuntu Forums for a similar issue, and it restored the normal left and right click, but it isn't as fluid, and there isn't the vertical scroll feature, which I do rather like to have... </p> <p>I would just like things to be as it was, if this is possible, please, please tell me how to do so. </p> <p>Thank you. </p>
3680
40166
2013-06-23T05:14:15.403
2017-02-18T21:25:57.090
Touchpad not working on HP Pavilion dv6
[ "10.10", "hardware", "touchpad", "hp-pavilion" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Create a file called\n<code>/etc/modprobe.d/touchpad.conf</code></p>\n\n<p>You can do this by typing \n<code>sudo gedit /etc/modprobe.d/touchpad.conf</code>\nin your terminal (Applications --> Accessories --> Terminal). It will ask for your password</p>\n\n<p>when the file op...
null
null
null
null
null
6529
1
6530
2010-10-12T19:13:33.640
16
39071
<p>What web based system admin tools are there for Ubuntu? Basically I want to setup a headless server at home and want to make it easy for my family to change some settings. I'm familiar with Webmin but want to see what other options are available.</p>
3686
235
2011-09-26T23:12:44.027
2017-02-12T21:34:07.247
Is there a tool for web based system administration?
[ "server", "software-recommendation" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>eBox (now zentyal)</p>\n\n<pre><code>sudo apt-get install zentyal\n</code></pre>\n\n<p><a href=\"https://help.ubuntu.com/10.04/serverguide/C/ebox.html\" rel=\"nofollow noreferrer\">https://help.ubuntu.com/10.04/serverguide/C/ebox.html</a></p>\n\n<p><a href=\"https://help.ubuntu.com/community/eBox\" rel=\"nofollow noreferrer\">https://help.ubuntu.com/community/eBox</a></p>\n\n<p>Note that Webmin is not supported as it's not compatible with Ubuntu package management:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/WebMin\" rel=\"nofollow noreferrer\">https://help.ubuntu.com/community/WebMin</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-12T19:25:45.440", "id": "6530", "lastActivityDate": "2017-02-12T21:34:07.247", "lastEditDate": "2017-02-12T21:34:07.247", "lastEditorDisplayName": null, "lastEditorUserId": "75060", "ownerDisplayName": null, "ownerUserId": "3301", "parentId": "6529", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>eBox (now zentyal)</p>\n\n<pre><code>sudo apt-get install zentyal\n</code></pre>\n\n<p><a href=\"https://help.ubuntu.com/10.04/serverguide/C/ebox.html\" rel=\"nofollow noreferrer\">https://help.ubuntu.com/10.04/serverguide/C/ebox.html</a></p>\n\n<p><a href=\"https://help.ubun...
null
null
null
null
null
6531
1
6538
2010-10-12T19:27:43.173
2
662
<p>What type of authentication Ubuntu One uses? Why there is no Login/Password fields under System->Preferences->Ubuntu One entry?</p> <p>Is current U1 auth based on cookies or something?</p>
2937
2937
2010-10-13T07:49:09.440
2010-10-13T07:49:09.440
Why there is no login/password for Ubuntu One under System->Preferences?
[ "ubuntu-one" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ubuntu One is storing your credential inside Gnome Keyring Manager. You can access this manager from the <code>System</code> -> <code>Preferences</code> menu (or in older Ubuntu release from the Applications -> Accessories) choose the application named <code>Passwords and Encryption Keys</code>.</p>\n\n<p>You can see that your Ubuntu One credentials are stored there.</p>\n\n<p><img src=\"https://i.stack.imgur.com/dd2rK.png\" alt=\"alt text\"></p>\n\n<p>Note that this keyring manager is encrypted, it's a safe store. But it is unlock upon login, so that's why you don't need to enter your Ubuntu One credentials.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T19:41:15.503", "id": "6538", "lastActivityDate": "2010-10-12T20:34:58.907", "lastEditDate": "2010-10-12T20:34:58.907", "lastEditorDisplayName": null, "lastEditorUserId": "3004", "ownerDisplayName": null, "ownerUserId": "3004", "parentId": "6531", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>Ubuntu One is storing your credential inside Gnome Keyring Manager. You can access this manager from the <code>System</code> -> <code>Preferences</code> menu (or in older Ubuntu release from the Applications -> Accessories) choose the application named <code>Passwords and Enc...
null
null
null
null
null
6533
1
6581
2010-10-12T19:30:20.813
6
2099
<p>I want to use my NetworkManager user connections from console without starting an X session. There seem to be some dependencies:</p> <blockquote> <pre><code>~/ &gt; nmcli con list ** (process:4418): WARNING **: fetch_connections_done: error fetching user connections: (2) The name org.freedesktop.NetworkManagerUserSettings was not provided by any .service files. NAME UUID TYPE SCOPE TIMESTAMP-REAL NAME UUID TYPE SCOPE TIMESTAMP-REAL </code></pre> </blockquote> <p>After logging in to Gnome nmcli works as expected:</p> <blockquote> <pre><code>~/ &gt; nmcli con list NAME UUID TYPE SCOPE TIMESTAMP-REAL NAME UUID TYPE SCOPE TIMESTAMP-REAL Home 5...2 802-11-wireless user Tue 12 Oct 2010 06:23:12 PM EEST LAN 0...8 802-3-ethernet user Wed 13 Oct 2010 12:11:36 AM EEST ... </code></pre> </blockquote>
3682
3682
2010-10-12T21:17:39.130
2010-10-12T21:37:59.503
What is required to use NetworkManager user connections without an X session?
[ "command-line", "network-manager" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Quoting the <a href=\"http://manpages.ubuntu.com/manpages/maverick/en/man1/nmcli.1.html\" rel=\"nofollow\">manpage</a>:</p>\n\n<blockquote>\n <p>User sessions: For this case, nmcli can talk to nm-applet to find\n user connections. It can still talk directly to NetworkManager for\n manipulating these connections. As nmcli doesn't have direct\n access to user configuration data in GConf, nm-applet handles that\n itself. That may, for example, cause the applet to pop up keyring\n dialogs when secrets are needed.</p>\n</blockquote>\n\n<p>From my understanding this means you cannot see user connections without having nm-applet running (it works fine for system wide connections).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T00:09:07.683", "id": "6547", "postId": "6581", "score": "0", "text": "Thank you, I overlooked that. After some experimenting it seems to come down to Gnome Keyring being unavailable, so nm-applet wouldn't matter.", "userDisplayName": null, "userId": "3682" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T21:37:59.503", "id": "6581", "lastActivityDate": "2010-10-12T21:37:59.503", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "6533", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I think nmcli is included in Network-Manager since version 0.8... Just install network-manager and type in <code>man nmcli</code> to see how nmcli works.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5",...
null
null
null
null
null
6537
1
7134
2010-10-12T19:34:30.477
6
1246
<p>Computer: Toshiba Terca A4</p> <p>OS: Ubuntu Desktop 10.10</p> <p>After installing 10.10, the splash screen hangs and the mouse pointer appears.</p> <p>Anyone know what I can do to fix this?</p> <p><code>~/.xsession-errors</code> has</p> <pre><code>(nautilus:3190): GConf-CRITICAL **: gconf_value_free: assertion `value != NULL' failed </code></pre> <p>btw, Safe-mode works:</p> <p>I do a <kbd>Ctrl</kbd>-<kbd>Alt</kbd>-<kbd>F1</kbd> into a command prompt session and run</p> <pre><code>ps aux | grep slave </code></pre> <p>then</p> <pre><code>sudo kill [id of gdm-simple-slave] </code></pre> <p>That killed the session and allowed me to login in safe-mode. Safe-mode works. Then I open a terminal and run</p> <pre><code>ps aux | grep nm- sudo kill -9 [id of nm-applet] nm-applet --sm-disable &amp; </code></pre> <p>to get my internet connection up.</p>
3692
17739
2011-11-02T20:33:10.210
2011-11-02T20:33:10.210
Hangs on Splash Screen after login (auto-login), how can I fix this?
[ "10.10", "installation", "login-screen", "gdm" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-01-16T13:19:26.547", "id": "23550", "postId": "6537", "score": "0", "text": "I have the same problem on an Asus 901 Eee PC. Ctrl-Alt-F1 got me to a console login, but I can not log in for a graphics safe mode.", "userDisplayName": "No Spam", "userId": null }, ...
{ "accepted": true, "body": "<p>I did a reinstall and that fixed it for me.</p>\n\n<p>The details are: I did a netbook install -- without mp3 option, without download while installing -- though I suspect that didn't matter and most likely my first install was off a corrupt disk.</p>\n\n<p>btw, Netbook didn't work for me, there were many more errors with that, but using the Ctrl-Alt-F1 technique above got me a new login session, and logging into the regular desktop was a success. Yey!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-14T12:41:47.460", "id": "7134", "lastActivityDate": "2010-10-14T12:41:47.460", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3692", "parentId": "6537", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Try setting nautilus back to its default settings. login on a TTY (CTRL+ALT+F1) and run this:</p>\n\n<pre><code>gconftool-2 --recursive-unset /apps/nautilus\n</code></pre>\n\n<p>This will undo all custom settings for nautilus but should correct your problem.</p>\n", "comm...
null
null
null
null
null
6539
1
6542
2010-10-12T19:47:56.800
6
3101
<p>I'm very new to Linux; I've been using Lucid for about 5 months and really like it. What is the best way to update to Maverick without losing all my settings? Will just running the update manager actually do a full kernel update?</p>
2664
14356
2012-06-25T14:56:03.693
2012-06-25T14:56:03.693
Will all my settings be kept if I update from to the next version of Ubuntu?
[ "upgrade" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Hello and welcome to the Ubuntu community!</p>\n\n<p>Yes if you update using the Update Manager you should not lose any of your settings.</p>\n\n<p>However if you did a 'clean install' from downloading a CD and installing, you would lose your settings (and files) by default.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-10-12T19:59:17.853", "id": "6459", "postId": "6542", "score": "0", "text": "Just to clarify; the update manager will do a full kernel update from Lucid to Maverick, right? I don't have to do a clean install to get the new features available in 10.10.", "userDisplayName": null, "userId": "2664" }, { "creationDate": "2010-10-12T20:01:36.823", "id": "6461", "postId": "6542", "score": "0", "text": "You are 100% Correct :) (Assuming you get a notification in the Update Manager asking if you want to upgrade to 10.10)", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-10-12T20:02:31.970", "id": "6462", "postId": "6542", "score": "0", "text": "@EmmyS: No, you don't need to do a clean install to get all the updates. Some people prefer to do it for particular reasons, but you don't need to.", "userDisplayName": null, "userId": "94" }, { "creationDate": "2010-10-12T22:15:02.247", "id": "6516", "postId": "6542", "score": "0", "text": "@fluteflute - I haven't run the update manager yet this week, but would there be a reason I wouldn't get the notification asking if I want to upgrade? Do I need to have some kind of preference set somewhere?", "userDisplayName": null, "userId": "2664" }, { "creationDate": "2010-10-13T16:17:53.120", "id": "6750", "postId": "6542", "score": "0", "text": "@EmmyS You may need to change a setting first - see http://askubuntu.com/questions/6092/how-do-you-update-ubuntu-10-04-to-ubuntu-10-10/6095#6095", "userDisplayName": null, "userId": "866" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T19:56:17.277", "id": "6542", "lastActivityDate": "2010-10-12T19:56:17.277", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "6539", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Yes! Your settings for the most part are stored in your home directory. Any changes required by the upgrade outside of this are fairly minimal and will be handled by the upgrade process (NTP, Network, etc).</p>\n", "commentCount": "0", "comments": [], "communityOw...
null
null
null
null
null
6544
1
null
2010-10-12T20:02:00.060
2
937
<p>Like many Ubuntu users I'm using Compiz Desktop Effects with Gnome. However since Ubuntu 10.10 I've noticed that the zoom effect on my drop down menus i.e. The gnome menu bar have a flicking thin white border when they are opened. It appears very briefly and flickers each time a drop down menu is opened.</p> <p>I can't remember this happening on Ubuntu 10.04 and it doesn't seem to be theme specific, as I tried it on Ambiance and Radiance and still see the flicking white border.</p> <p>I'm using the nvidia-current proprietary driver enabled through Additional Drivers menu.</p> <p>Thanks for any help on the matter!</p>
3253
235
2010-10-12T23:23:25.320
2010-10-12T23:23:25.320
Nvidia driver causing flickering in menu?
[ "10.10", "compiz", "nvidia", "animations" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<ul>\n<li>Make sure \"Sync to vblank\" is checked in \"OpenGL Settings\" in <code>nvidia-settings</code></li>\n<li>In CompizConfig Settings Manager, make sure your actual refresh rate is set in \"General Options > Display Settings > Refresh Rate\", \"Sync to vblank\" is checked,...
null
null
null
null
null
6546
1
null
2010-10-12T20:03:51.617
0
15862
<p>I have encountered this error several times lately on both Ubuntu Server/Desktop. E: Couldn't find package. I am trying to install the GUI desktop on the server 10.10</p> <p>Thanks.</p>
null
7035
2011-06-07T15:32:26.660
2011-06-07T15:32:26.660
Apt-get couldn't find package
[ "apt", "package-management" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2010-10-12T20:05:34.403", "id": "6463", "postId": "6546", "score": "3", "text": "Could you add more details this question is too vague to answer in it's current form, eg: the exact command you are typing, etc?", "userDisplayName": null, "userId": "41" }, { "cre...
null
[ { "accepted": null, "body": "<p>To install the Ubuntu Gnome (GUI) Desktop you want to enter in a terminal:</p>\n\n<pre><code>sudo apt-get install ubuntu-desktop\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-12T20:21:59.390", "id": "6473", ...
null
null
2012-02-28T13:17:35.427
null
dkeefe
6549
1
6556
2010-10-12T20:19:00.660
0
2252
<p>I was wondering if I would be able to transfer my libraries from my Windows 7 partition to Wine. I am pretty sure this is legal because I would be using the libraries from a Windows installation that I payed money for.</p> <p>Even if this is possible would it create any benefits? If so, would I be able to run any Windows application I want?</p>
2935
null
null
2010-10-13T00:00:26.387
Transferring Libraries from Windows 7 into Wine
[ "wine", "windows-7", "libraries" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-12T22:11:30.850", "id": "6514", "postId": "6549", "score": "0", "text": "I'm fairly sure the modern Microsoft EULAs explicitly preclude you from doing this.", "userDisplayName": null, "userId": "449" } ]
{ "accepted": true, "body": "<p>The legality of this is fairly cloudy, but ultimately you're not going to get in trouble over it.</p>\n\n<p>You will sometimes find that the <a href=\"http://appdb.winehq.org/\" rel=\"nofollow\">Wine Application Database</a> tells you to copy certain libraries over to get an individual program to work. In these circumstances there are some clear benefits (you get a working program!), but the majority of the time you should find no need to.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T20:29:52.710", "id": "6556", "lastActivityDate": "2010-10-12T20:29:52.710", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "6549", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>The legality of this is fairly cloudy, but ultimately you're not going to get in trouble over it.</p>\n\n<p>You will sometimes find that the <a href=\"http://appdb.winehq.org/\" rel=\"nofollow\">Wine Application Database</a> tells you to copy certain libraries over to get an ...
null
null
null
null
null
6551
1
6555
2010-10-12T20:19:37.247
1
1600
<p>I setup a LAMP in Ubuntu 10.10 and it seems to be working fine but a couple of things are weird. The weirdess thing is that whenever I use:</p> <pre><code>/etc/init.d/apache2 restart </code></pre> <p>I get: could not reliably determine the server`s fully qualified domain name, using 127.0.0.1 for ServerName.</p> <p>Funny thing is that if I </p> <pre><code>/etc/init.d/apache2 status </code></pre> <p>Apache is running</p> <p>So I assume everything is ok but I have to reboot the server everytime I change something since /etc/init.d/apache2 restart</p> <p>Does not seem to do anything.</p> <p>I am pretty lost in Ubuntu (not complete newbie but close).</p>
1036
1036
2010-10-12T21:22:04.087
2016-09-01T01:49:55.317
Warnings when restarting apache
[ "apache2", "lamp" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-12T21:22:17.690", "id": "6500", "postId": "6551", "score": "0", "text": "@jorge castro Done.", "userDisplayName": null, "userId": "1036" } ]
{ "accepted": true, "body": "<p>This is just a warning, the webserver usually works fine if you ignore this warning. IIRC you can resolve the warning by entering a hostname in the configuration file in /etc/apache2/apache2.conf</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-12T20:45:12.710", "id": "6481", "postId": "6555", "score": "1", "text": "Great! Turns out I was NOT using sudo when restarting my apache server and this is why I always had to reboot. Silly me. Thanks for the prompt answer!", "userDisplayName": null, "userId": "1036" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T20:28:09.453", "id": "6555", "lastActivityDate": "2010-10-12T20:28:09.453", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4", "parentId": "6551", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>This is just a warning, the webserver usually works fine if you ignore this warning. IIRC you can resolve the warning by entering a hostname in the configuration file in /etc/apache2/apache2.conf</p>\n", "commentCount": "1", "comments": [ { "creationDate...
null
null
null
null
null
6558
1
6570
2010-10-12T20:31:56.603
117
125129
<p>I have noticed that many people use images in their <em>Ask Ubuntu</em> answers. What software are people using?</p>
3390
480481
2018-08-19T09:35:41.297
2022-01-21T17:34:01.333
What screenshot tools are available?
[ "software-recommendation", "screenshot" ]
16
8
CC BY-SA 3.0
[ { "creationDate": "2010-10-12T20:54:15.427", "id": "6489", "postId": "6558", "score": "0", "text": "I disagree with the duplicate action. The other question is more general, not only screenshots releated. And this one is also more specific to AskUbuntu with question regarding how to publish them...
{ "accepted": true, "body": "<p><strong>Update:</strong><br />\nAs of Jan 2022, I do see updates and fixes being released for Shutter so the below update I do not think is still apt. For e.g. they just pushed a release 0.99.2 on Oct 24, 2021.</p>\n<p><strong>Update:</strong><br />\nAs of Aug 2018, Shutter project <a href=\"http://shutter-project.org/downloads/source-code/\" rel=\"nofollow noreferrer\">hasn't had a release or security fix since 2014</a>. Many key <a href=\"https://bugs.launchpad.net/shutter/+bug/1765726\" rel=\"nofollow noreferrer\">libraries are depreciated</a>, it may not exist <a href=\"https://youtu.be/RPkywfQ8BRA\" rel=\"nofollow noreferrer\">beyond Ubuntu 18.04</a>. Consider a newer maintained alternative, such as one of the projects listed below. Know of something new and missing? Add it!</p>\n<hr />\n<p>I am using <a href=\"http://shutter-project.org/\" rel=\"nofollow noreferrer\"><strong>Shutter</strong></a> <a href=\"http://apt.ubuntu.com/p/shutter\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/oRhB2.png\" alt=\"Download Shutter\" /></a>.</p>\n<p>If you don't find it, you can check the <a href=\"http://shutter-project.org/faq-help/ppa-installation-guide/\" rel=\"nofollow noreferrer\">detailed installation instructions</a> which will give you a PPA for it.</p>\n<p>It's a really handy screen capture application with easy to use plug-ins to give a nice touch to your screenshot and as many other to easily share the files.</p>\n<p>It offers in-house image editing and special effects (via plug-ins) to enhance the quality of your screenshot. You can access this options via the menu (1), or the toolbar (2).</p>\n<p><img src=\"https://i.stack.imgur.com/KEoWl.png\" alt=\"alt text\" /><br />\n<em>The effects here are all done with Shutter (Plug-in <code>Reflexion</code> and Edit <code>auto-increment shape</code>).</em></p>\n<p>And then to publish them, I just right click in Shutter and choose Export (3). Then I publish it via Ubuntu One. I go to the directory where I published the file, right click on it and select <code>Copy Ubuntu One public URL</code>.</p>\n<p>Finally here when I comment, I click on <code>img</code> in the small tool bar and select <code>From the web</code> and paste the link that was copied in the previous step.</p>\n<p>It's easy and fully integrated.</p>\n<p>For those on 10.04, check that you have <a href=\"http://shutter-project.org/downloads/dependencies/\" rel=\"nofollow noreferrer\">all shutter dependencies</a>. As you might miss some of the plug-ins. For user on Ubuntu 10.10, this should be fixed.</p>\n", "commentCount": "13", "comments": [ { "creationDate": "2010-10-12T21:34:10.823", "id": "6501", "postId": "6570", "score": "0", "text": "Thanks Huygens. This is great. I use Gnome Screenshot right now. I was also interested in options for taking screenshot besides using them in AskUbuntu.", "userDisplayName": null, "userId": "3390" }, { "creationDate": "2010-10-12T21:35:08.993", "id": "6502", "postId": "6570", "score": "0", "text": "Thanks Marco, I was just browsing though the Meta questions to see how you do for the APT links. I would also be interested for the style of the keyboard shortcuts. I did not find yet the question, keeping on searching.", "userDisplayName": null, "userId": "3004" }, { "creationDate": "2010-10-12T21:41:37.903", "id": "6504", "postId": "6570", "score": "0", "text": "@Huygens Still working on that - in the mean time it's hard-coding them :P", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-10-12T21:42:26.030", "id": "6505", "postId": "6570", "score": "0", "text": "Thanks again Marco, I got a bit into trouble with this merge conflict ;-)", "userDisplayName": null, "userId": "3004" }, { "creationDate": "2010-10-13T06:20:26.803", "id": "6609", "postId": "6570", "score": "1", "text": "Shutter OWNS. Best screenshot utility ever. Upload to FTP? Send straight to flickr? Customized format / output ? Yeah, good enough for me.", "userDisplayName": null, "userId": "2383" }, { "creationDate": "2011-05-24T19:54:12.450", "id": "49424", "postId": "6570", "score": "0", "text": "Great tool, even with the dozens of dependencies it comes with on KDE. For the \"Edit\" feature (2), the package `libgoo-canvas-perl` must be installed. It took me a few minutes to figure out :o", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2015-03-11T05:15:49.270", "id": "829053", "postId": "6570", "score": "0", "text": "Where has this been all my life? I've been living in the dark ages. To replace the regular print-screen option, [Shutter as default](http://shutter-project.org/faq-help/set-shutter-as-the-default-screenshot-tool/). From `man shutter`, `-f` full screen, `-a` active window, `-w` select window and `-s` selection.", "userDisplayName": null, "userId": "196639" }, { "creationDate": "2015-10-01T15:24:28.380", "id": "987951", "postId": "6570", "score": "2", "text": "My vote for Shutter. Initially I thought it had way too many features, e.g. the image editing capability, but I found its use intuitive, it really nicely fits the my workflow for making and postprocessing screenshots.", "userDisplayName": null, "userId": "20557" }, { "creationDate": "2015-10-01T15:30:22.580", "id": "987954", "postId": "6570", "score": "1", "text": "see also http://unix.stackexchange.com/questions/155352/how-do-i-take-a-screenshot-while-using-gnome", "userDisplayName": null, "userId": "20557" }, { "creationDate": "2015-12-18T23:32:09.087", "id": "1046490", "postId": "6570", "score": "0", "text": "shutter absolutely sucks. Everytime I open it, it has to do some updates before its usable.", "userDisplayName": null, "userId": "393311" }, { "creationDate": "2018-08-15T15:36:06.630", "id": "1745765", "postId": "6570", "score": "1", "text": "2018 Shutter is outdated & crufty. Latest instructions for Shutter PPA are for Ubuntu 9.10. I suggest **Flameshot** Included in Ubuntu 18.04 repo :: https://askubuntu.com/a/1028370/139249", "userDisplayName": null, "userId": "139249" }, { "creationDate": "2018-09-02T20:18:33.673", "id": "1757804", "postId": "6570", "score": "0", "text": "Hi @mikestewart this post is a community wiki. Feel free to change the answer. Perhaps keep the original answer (mark it as deprecated). I'm not doing much screenshots anymore, so I'm using whatever tool is available, which means Gnome Screenshot tool. I've seen that flameshot has already an entry, I've upvoted it.", "userDisplayName": null, "userId": "3004" }, { "creationDate": "2019-07-22T14:47:27.527", "id": "1932109", "postId": "6570", "score": "1", "text": "2019 Shutter homepage is Nginx 502 Bad Gateway :(", "userDisplayName": null, "userId": "191883" } ], "communityOwnedDate": "2011-06-05T19:17:44.357", "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-10-12T21:02:00.433", "id": "6570", "lastActivityDate": "2022-01-21T17:34:01.333", "lastEditDate": "2022-01-21T17:34:01.333", "lastEditorDisplayName": null, "lastEditorUserId": "17531", "ownerDisplayName": null, "ownerUserId": "3004", "parentId": "6558", "postTypeId": "2", "score": "104" }
[ { "accepted": true, "body": "<p><strong>Update:</strong><br />\nAs of Jan 2022, I do see updates and fixes being released for Shutter so the below update I do not think is still apt. For e.g. they just pushed a release 0.99.2 on Oct 24, 2021.</p>\n<p><strong>Update:</strong><br />\nAs of Aug 2018, Shutter p...
2011-06-05T19:17:44.357
null
null
null
null
6560
1
6690
2010-10-12T20:33:31.967
7
3784
<p>Firstly, I should say I am enjoying the new Unity interface. It's not without it's peccadilloes, however. My main concern, for the purposes of my question, is that there are a couple of applications that I have installed which do not appear in the Application list accessed on the Unity Launcher. Is there a way to force Unity to acknowledge these skipped over programs?</p> <p>One of the programs I am having trouble with is Ryzom, a online role playing game. It's a game that doesn't require a traditional install like most programs. You simply extract to a folder in your Home directory and run the client program. Perhaps Unity doesn't recognize programs that aren't "installed". Can I add Ryzom to the Applications list so I can start it without resorting to Terminal? I've tried using the Main Menu function in System, but apparently that has no bearing on what applications show up in Unity. That would explain why all the program I had hidden in Main Menu are showing up in Unity.</p> <p>Thanks for any insight you can give.</p>
2133
25863
2012-06-18T18:17:59.933
2012-06-18T18:17:59.933
How can I get Unity to recognize installed applications it doesn't list?
[ "unity" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think you need to create a .desktop file in your <code>/usr/share/applications/</code> folder. Have a look at any .desktop file and create a new one with what you need.</p>\n\n<p>Here's my Banshee.desktop. Only replace Exec, Name, Icon and a few things.</p>\n\n<pre>[Desktop Entry]\nExec=banshee-1 --redirect-log --device-activate-play=%u\nNoDisplay=true\nMimeType=x-content/audio-cdda;\nVersion=1.0\nName=Banshee Media Player\nGenericName=Media Player\nX-GNOME-FullName=Banshee Media Player\nComment=Play and organize your media collection\nIcon=media-player-banshee\nStartupNotify=true\nTerminal=false\nType=Application\nCategories=GNOME;Audio;Music;Player;AudioVideo;X-Ximian-Main;X-Novell-Main;X-Red-Hat-Base;\nX-GNOME-Bugzilla-Bugzilla=GNOME\nX-GNOME-Bugzilla-Product=banshee\nX-GNOME-Bugzilla-Component=General\nX-GNOME-Bugzilla-Version=1.7.6\nX-Ubuntu-Gettext-Domain=banshee</pre>\n\n<p>I think also you can create in \"alacarte\" (the Menu Editor) a launcher (it creates it self a .desktop file).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-15T15:12:15.767", "id": "7381", "postId": "6690", "score": "0", "text": "Actually, I had created a launcher in the Menu Editor before updating to Maverick. Indeed, none of the launchers I created for WINE applications I had installed show in Unity's application search either.", "userDisplayName": null, "userId": "2133" }, { "creationDate": "2010-10-15T16:06:52.607", "id": "7400", "postId": "6690", "score": "1", "text": "Okay, I created the new .desktop file and it worked. Thanks very much for the solution.", "userDisplayName": null, "userId": "2133" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T05:33:12.320", "id": "6690", "lastActivityDate": "2010-10-13T05:33:12.320", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2827", "parentId": "6560", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>If you start the application in the terminal, does it appear in the launcher? if so, right click on it and select \"add to launcher\".</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-15T01:58:04.497", "id": "7220", "...
null
null
null
null
null
6574
1
6637
2010-10-12T21:14:00.840
1
3993
<p>On my ASUS ul30vt with Maverick installed I have the problem that the webcam shows the picture flipped. What can I do to make it normal?</p>
3715
1067
2010-12-27T13:55:39.680
2010-12-27T13:55:39.680
My webcam flips the picture, how do flip it back?
[ "10.10", "webcam" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>According to <a href=\"https://lists.launchpad.net/asus-ul30/msg00073.html\" rel=\"nofollow\">this post</a> on the <a href=\"https://launchpad.net/~asus-ul30\" rel=\"nofollow\">Asus UL30 team's</a> mailing list you can use <a href=\"https://launchpad.net/~libv4l/+archive/ppa\" rel=\"nofollow\">this PPA</a> to fix the webcam in 10.04. Unfortunately there doesn't seem to be information on how well this works with 10.10.</p>\n\n<p>I recommended joining the team, posting on the mailing list since you'll find a bunch of UL30 owners there, and then updating your progress here so that we can point people to the right information. This information should at least get you pointed in the right direction.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T00:26:31.877", "id": "6637", "lastActivityDate": "2010-10-13T00:26:31.877", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "6574", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Step 1 would be to check for a firmware update for your hardware. I've seen this specific problem corrected in firmware, although not specifically your model. If that doesn't work, look into module \"quirks\" settings for your video device. </p>\n", "commentCount": "0", ...
null
null
null
null
null
6575
1
null
2010-10-12T21:17:10.380
1
2324
<p>I upgraded from 10.04 to 10.10, started my Evolution, deleted some messages, and now I can not empty the Trash folder... Even Ctrl+E could not help. I always get an error message: something went wrong in my home's hidden (?) mail directory.</p> <p>Is this a 'normal feature' of the new default mail program of Ubuntu 10.10? I hope not!</p>
3720
866
2010-10-16T13:44:27.443
2010-11-12T04:47:21.120
Can't empty Trash Folder in Evolution
[ "10.10", "evolution", "trash" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Sounds like there might be a file permission problem. This could have occurred during the upgrade.</p>\n\n<p>Open up a terminal (make sure Evolution is closed first). Type in:\n<code>chown -R yourusername .evolution</code>. Depending on the size of the directory, it might ...
null
null
null
null
null
6578
1
6644
2010-10-12T21:22:35.123
3
776
<p>I would like to make the clutter flow on the Maverick permanent for the ~/pictures folder. when I close nautilus clutter flow resets and I have to again press F4 and resize the area. Which defeats the purpose of an eyecandy app IMO. Is there a way to set to permanent for the pictures folder.</p> <p>thanks Gaurav Butola</p>
2910
570
2010-10-12T21:45:15.493
2011-05-20T16:00:46.670
How to set clutter flow permanent for pictures folder on maverick
[ "10.10", "nautilus-elementary" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is not possible right now, but it is a planned feature.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T13:17:21.247", "id": "6697", "postId": "6644", "score": "0", "text": "I wish it gets implemented soon.", "userDisplayName": null, "userId": "2910" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T01:04:03.540", "id": "6644", "lastActivityDate": "2010-10-13T01:04:03.540", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "6578", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>This is not possible right now, but it is a planned feature.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T13:17:21.247", "id": "6697", "postId": "6644", "score": "0", "text": "I wish it gets imp...
null
null
null
null
null
6584
1
6596
2010-10-12T21:54:13.520
3
460
<p>Is there a way to install the new Ubuntu font to be used throughout Ubuntu? What is the difference with the 3 fonts: Ubuntu, Ubuntu Title, and Ubuntu beta?</p>
3390
158442
2017-02-27T06:29:37.800
2017-02-27T06:29:37.800
What is the difference between the ubuntu and ubuntu beta font? Is it worth using?
[ "fonts", "ubuntu-font-family" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you're using Maverick, the Ubuntu font should be installed. To use it as a UI font (in case you've upgraded and it's not already set), go to System > Preferences > Appearance > Fonts, and set it as the font to be used for the items of your choice.</p>\n\n<p>UbuntuBeta was the name of the pre-release font that was initially <a href=\"http://design.canonical.com/2010/07/the-ubuntu-font/\">made available</a> to Ubuntu members for testing, and later to other interested groups. You should avoid using it at this point if it's somehow present together with the \"Ubuntu\" font on your system.</p>\n\n<p><a href=\"https://wiki.ubuntu.com/UbuntuTitle\">Ubuntu Title</a> is the font used for the old Ubuntu logo.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-13T16:46:58.297", "id": "28699", "postId": "6596", "score": "1", "text": "The font is available in hardy,karmic and lucid-updates too (and of course natty and newer).", "userDisplayName": null, "userId": "8973" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T22:10:56.847", "id": "6596", "lastActivityDate": "2010-10-12T22:10:56.847", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2181", "parentId": "6584", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>If you're using Maverick, the Ubuntu font should be installed. To use it as a UI font (in case you've upgraded and it's not already set), go to System > Preferences > Appearance > Fonts, and set it as the font to be used for the items of your choice.</p>\n\n<p>UbuntuBeta was ...
null
0
null
null
null
6585
1
6612
2010-10-12T21:54:20.147
0
361
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/4109/increase-resize-margin-on-windows">Increase Resize Margin On Windows </a> </p> </blockquote> <p>Using the Ambience theme in combination with Compiz makes the resizing for many windows almost impossible without using the context menu and not nearly all windows provide a resize corner.</p> <p>What's the best way to increase the window margin to a reasonable value?</p>
3604
-1
2017-04-13T12:24:32.903
2010-10-12T22:50:58.217
How to increase the Resize Margin with Compiz?
[ "compiz", "themes", "window-manager", "resize" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2010-10-13T03:53:56.660
null
null
6586
1
null
2010-10-12T21:57:35.900
61
43742
<blockquote> <p>This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. See <a href="https://askubuntu.com/faq">the FAQ</a> for more information.</p> </blockquote> <p>What games are available that run natively on Ubuntu?</p> <p><em>Please limit one game per answer - and include why you enjoy the game.</em></p>
null
-1
2017-04-13T12:24:57.930
2017-03-11T22:09:46.087
What native games are available?
[ "software-recommendation", "games" ]
63
4
CC BY-SA 3.0
[ { "creationDate": "2010-10-14T13:36:46.193", "id": "7033", "postId": "6586", "score": "1", "text": "Re-opened to see how well this question can do. [META: Are we too harsh on this one?](http://meta.askubuntu.com/questions/500/are-we-too-harsh-on-this-one)", "userDisplayName": null, "user...
null
[ { "accepted": null, "body": "<h1><a href=\"http://www.nethack.org/\" rel=\"nofollow noreferrer\">NetHack</a> <a href=\"http://apt.ubuntu.com/p/nethack-qt\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/vyWhw.png\" alt=\"Download nethack-qt\" /></a></h1>\n<p><strong>Genre:</strong> Rogueli...
2010-10-14T14:32:25.273
null
2014-04-06T00:14:54.573
null
Francisco Costa
6587
1
null
2010-10-12T21:58:00.770
1
1182
<p>my Wacom Graphire 4 used to work perfectly well until, I think, Ubuntu 10.4. At that point something changed in the configuration and I couldn't assign a key to the <strong>scroll wheel</strong> anymore (note: the pad's scroll wheel, not the mouse's), i.e this command:</p> <pre><code>xsetwacom set "Wacom Graphire4 6x8 pad" AbsWDn "key +" </code></pre> <p>returns silently without error but nothing happens. Same goes for <code>AbsWUp</code>, <code>RelWDn</code>, <code>RelWUp</code>.</p> <p>Apparently though the problem is even deeper as pressing the wheel in a <code>xev</code> window doesn't seem to have any effect.</p> <p>Moreover I am thoroughly confused on how the various pieces (kernel driver, xorg driver, evdev, HAL, xinput?) are supposed to work together and if the <code>wacom</code> module that ships with Ubuntu is the one from <a href="http://linuxwacom.sf.net" rel="nofollow noreferrer">linuxwacom</a> or not.</p> <p>Any ideas? I don't want to become an X.org hacker just to understand what's going on... it used to work!</p> <p>NOTE: I have already read <a href="https://askubuntu.com/questions/3940/wacom-zoom-wheel">question 3940</a>, but that's not the same problem.</p>
472
-1
2017-04-13T12:25:03.423
2011-03-02T07:06:40.280
Cannot assign keys to Wacom scroll wheel anymore
[ "xorg", "wacom", "graphics-tablet" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-12T22:58:09.760", "id": "6530", "postId": "6587", "score": "0", "text": "Do you know what change the problem occurred after? Did you upgrade Wacom drivers, or upgrade to a new Ubuntu release? Are you still using Ubuntu 10.04?", "userDisplayName": null, "userId"...
null
[ { "accepted": null, "body": "<p>I'm not sure if it's the same issue with the Graphire, but there's been a bug in recent Linuxwacom releases that prevented assigning keys to the wheel on the Intuos4. I'll edit this answer once I find a link to the relevant bug; you might have to wait for a fix to it.</p>\n\n...
null
0
null
null
null
6588
1
7199
2010-10-12T21:59:27.667
42
64732
<p>I have been developing in the windows space with Visual Studio for a while now with work, but I have also been using Ubuntu for a while and am keen to get into some software development for linux.</p> <p>I should also note. I am not looking for .NET and I am aware of mono. I am also familiar with c++ development and some python, so the language isn't so much relevant as the "all in one" aspect.</p> <p>I was interested to know if there is a useful all in one code/debug/design(gui) IDE similar to something like Visual Studio but for linux?</p>
1425
235
2012-03-11T20:38:12.427
2017-03-21T15:55:02.933
Is there a Visual Studio style tool/IDE?
[ "software-recommendation", "application-development", "programming", "ide" ]
18
6
CC BY-SA 3.0
[ { "creationDate": "2010-10-12T22:03:45.593", "id": "6510", "postId": "6588", "score": "0", "text": "I should also note. I am not looking for .NET and I am aware of mono. I am also familiar with c++ development and some python, so the language isn't so much relevant as the \"all in one\" aspect",...
{ "accepted": true, "body": "<p>I don't have much experience with it myself (I personally like to work in gedit), but for the sake of completeness we really should mention <a href=\"http://www.anjuta.org/\" rel=\"noreferrer\"><strong>Anjuta</strong></a> <a href=\"http://apt.ubuntu.com/p/anjuta\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/TGCf7.png\" alt=\"Install anjuta\"></a>. It is part of the GNOME project, and includes many of the features you are interested in.</p>\n\n<ul>\n<li><p>Focus on C/C++, but extensible with plugins. Some support for Python and Vala.</p></li>\n<li><p>Integrated Glade user interface designer.</p></li>\n<li><p>Version control integration with at least Git, CVS, and Subversion.</p></li>\n<li><p>Project management and autotools support.</p></li>\n<li><p>Integrated debugger including breakpoints, ect... Backed by gdb.</p></li>\n<li><p>GTK+/GNOME Devhelp API help browser integration.</p></li>\n<li><p>Valgrind plugin to profile programs for memory leaks.</p></li>\n</ul>\n\n<p><img src=\"https://i.stack.imgur.com/rBoBy.png\" alt=\"anjuta\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/RrfBn.png\" alt=\"glade\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-11T13:16:28.893", "id": "13197", "postId": "7199", "score": "3", "text": "Can those panels be undocked? Becuase that is really cluttered and the code window is really small. As I commented in another answer, I like lots of space for code, enough even to see two files simultaneously.", "userDisplayName": null, "userId": "1318" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-14T16:02:53.157", "id": "7199", "lastActivityDate": "2010-10-14T16:02:53.157", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "570", "parentId": "6588", "postTypeId": "2", "score": "22" }
[ { "accepted": null, "body": "<p>I use eclipse a lot. It was primarily developed for Java development but has a bunch of plugins that extend it to work with other languages.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-12T22:08:01.900", "id": "6513", ...
null
null
2017-03-23T08:04:44.617
null
null
6595
1
6597
2010-10-12T22:07:55.317
4
456
<p>In relation to this question: <a href="https://askubuntu.com/questions/6558/screenshot-tools-for-ubuntu">What screenshot tools are available?</a> </p> <p>Is it advisable to deinstall or deactivate gnome-screenshot when installing and using shutter? Or doesn't it make any difference (e.g. is there two daemons running now?)? </p> <p>Activating shutter works perfectly, I'm just wondering whether the system gets bloated when installing a second tool to override the first one. </p>
3275
-1
2017-04-13T12:24:49.590
2011-01-18T10:17:00.077
Do you have to deactivate or deinstall gnome-screenshot when using shutter?
[ "shortcut-keys", "screenshot" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>These tools aren't actually daemons running - but rather only run when executed or launched. It would be similar to having both OpenOffice and gEdit installed on a computer. Though they both serve the same function they won't collide with eachother.</p>\n\n<p>You should be fine and safe to have both tools installed side-by-side</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-12T22:37:10.783", "id": "6521", "postId": "6597", "score": "0", "text": "thx so much! Sry read you're answer second - so I change my mind and leave them both untouched! cya", "userDisplayName": null, "userId": "3275" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T22:10:56.863", "id": "6597", "lastActivityDate": "2010-10-12T22:10:56.863", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "41", "parentId": "6595", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>These tools aren't actually daemons running - but rather only run when executed or launched. It would be similar to having both OpenOffice and gEdit installed on a computer. Though they both serve the same function they won't collide with eachother.</p>\n\n<p>You should be fi...
null
null
null
null
null
6602
1
6605
2010-10-12T22:13:47.910
3
446
<p>I can connect to a Windows server using the <strong>Gnome Places -> Connect to ...</strong> dialog, and then I can access the files using Nautilus.</p> <p>Now, how can I specify a file or folder in the share on a command line? For example, I have this share "<code>c$ on WinServer</code>". I would like to specify this location as a path for commands like <code>ls</code>, <code>cp</code> etc.</p>
3729
null
null
2010-10-12T22:19:21.670
How do I specify mounted windows shares as a command line path?
[ "gnome", "windows", "command-line", "samba" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>ls ~/.gvfs</code></p>\n\n<p>That'll show gnome-mounted things and you can treat them like any other filesystem.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T13:23:18.957", "id": "6699", "postId": "6605", "score": "0", "text": "Excellent. Exactly what I am looking for. Thanks.", "userDisplayName": null, "userId": "3729" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T22:19:21.670", "id": "6605", "lastActivityDate": "2010-10-12T22:19:21.670", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "6602", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p><code>ls ~/.gvfs</code></p>\n\n<p>That'll show gnome-mounted things and you can treat them like any other filesystem.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T13:23:18.957", "id": "6699", "postId": "6605", ...
null
null
null
null
null
6603
1
8608
2010-10-12T22:17:17.020
6
7020
<p>I own a Wacom Bamboo Fun CTH-661 and would like to know how I make it work on Ubuntu 10.10. I am a Linux newbie trying to migrate from Windows, so it would be wonderful to have a step-by-step answer.</p> <p>Many thanks!</p>
3731
8844
2011-01-29T05:42:47.163
2011-01-29T05:42:47.163
How do I install a Wacom Bamboo Fun?
[ "10.10", "input-devices", "wacom", "bamboo", "graphics-tablet" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I just got my Bamboo \"Pen\" working on 10.10.</p>\n\n<p>As suggested by Chris Jester-Young, the driver in the kernel isn't new enough.</p>\n\n<p>See: <a href=\"https://help.ubuntu.com/community/Wacom/LatestDriver\" rel=\"nofollow\">https://help.ubuntu.com/community/Wacom/LatestDriver</a></p>\n\n<p>Use the ppa:</p>\n\n<pre><code>sudo add-apt-repository ppa:doctormo/wacom-plus\nsudo apt-get update\nsudo apt-get install wacom-dkms\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-22T20:04:14.230", "id": "8892", "postId": "8608", "score": "0", "text": "I've managed to get it to work on 10.10, too! Simply followed the instructions on: http://www.skritter.com/forum/topic?id=51345959. It is working!", "userDisplayName": null, "userId": "3731" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-21T02:22:39.097", "id": "8608", "lastActivityDate": "2010-11-22T14:43:13.730", "lastEditDate": "2010-11-22T14:43:13.730", "lastEditorDisplayName": null, "lastEditorUserId": "132", "ownerDisplayName": "Neil", "ownerUserId": null, "parentId": "6603", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>There is a software package called \"xserver-xorg-input-wacom\" that provides support for the Bamboo and other Wacom tablets. On Ubuntu 10.10, that package comes pre-installed.</p>\n\n<p>To verify this for yourself, go to System -> Administration -> Synaptic Package Manager, ...
null
null
null
null
null
6604
1
6609
2010-10-12T22:17:18.003
5
5310
<p>Is there a FileVault alternative for Ubuntu that I can download from the software centre?</p>
2900
null
null
2010-10-12T22:44:07.430
Is there a FileVault alternative for Ubuntu
[ "encryption", "mac" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Encryption of your home folder is supported by Ubuntu out of the box. This is an option in the Ubuntu installer. See: <a href=\"https://help.ubuntu.com/community/EncryptedHome\">EncryptedHome community wiki</a> for more details.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T22:30:13.590", "id": "6609", "lastActivityDate": "2010-10-12T22:30:13.590", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "667", "parentId": "6604", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>Encryption of your home folder is supported by Ubuntu out of the box. This is an option in the Ubuntu installer. See: <a href=\"https://help.ubuntu.com/community/EncryptedHome\">EncryptedHome community wiki</a> for more details.</p>\n", "commentCount": "0", "comments"...
null
null
null
null
null
6615
1
6660
2010-10-12T23:07:09.433
7
7320
<p>How can I can clone or ghost my Ubuntu System drive to restore it to a bigger HD? Something like Norton Ghost does with NTFS or FAT on Windows.</p>
3737
184896
2013-11-18T18:12:48.193
2013-11-18T18:12:48.193
How can I can clone or ghost my system drive to restore it to a bigger HD?
[ "backup", "system", "clone" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://clonezilla.org/\">Clonezilla</a> is the closest free option to Ghost.</p>\n\n<p>The underlying tools it uses, <code>partimage</code> and <code>ntfsclone</code>, understand the underlying filesystem. So unlike a simple low-level copy (<code>dd</code>) which copies all bytes, they only copy the used space on the filesystem and its metadata. This results in a much smaller disk image.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-11-16T16:21:09.080", "id": "90201", "postId": "6660", "score": "0", "text": "Do you mean like. If i have 40GB disk, and my system is using 10GB and 30GB is free. while using dd it will write 40GB to given usb/dvd/cd? Or it will only write 10GB?", "userDisplayName": "user25165", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T02:49:35.970", "id": "6660", "lastActivityDate": "2010-10-13T02:49:35.970", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "46", "parentId": "6615", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>If you want to move your data to a new harddrive, the <a href=\"https://help.ubuntu.com/community/BackupYourSystem/SimpleBackupSuite\" rel=\"nofollow noreferrer\" title=\"Simple Backup Suite\">Simple Backup Suite</a> can make it very easy for you. Just backup your data, then ...
null
null
null
null
null
6618
1
null
2010-10-12T23:11:15.513
5
782
<p>Is there any way to let the <kbd>Shift</kbd>, <kbd>Ctrl</kbd> and <kbd>Alt</kbd> keys behave as toggles under X? I know how one could do it under CLI (for example, by doing <a href="http://www.linux.org/docs/ldp/howto/Keyboard-and-Console-HOWTO-15.html" rel="nofollow">this</a>) but found no reference for doing so under X.</p> <p>Please note that this is <em>not</em> a question on sticky keys, which can be enabled by an accessibility option.</p>
3175
26246
2015-02-19T07:12:59.500
2015-02-19T07:12:59.500
Letting modifier keys act as toggles under X
[ "gnome", "keyboard", "xorg", "gui", "xkb" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-10-13T04:11:29.923", "id": "6575", "postId": "6618", "score": "0", "text": "Depends on what you are toggling for that would make a difference of the process.", "userDisplayName": null, "userId": "77594" }, { "creationDate": "2010-10-13T06:22:48.813", "...
null
[ { "accepted": null, "body": "<p>Keys in X11 are remapped with xmodmap,\nbut there is no Control_Lock in /usr/include/X11/keysymdef.h</p>\n\n<p>If you have a few keys you could map Control to something like ISO_Next_Group_Lock\nand define your keys in this group with <kbd>Control</kbd> + <kbd>Key</kbd>.</p>\...
null
null
null
null
null
6620
1
7451
2010-10-12T23:22:51.257
0
1241
<p>I'm using NoMachine NX Free Edition (not FreeNX)</p> <p>After upgrading Ubuntu from 10.04 to 10.10, applications in remote sessions do not show a window title.</p> <p>Has anyone experienced a similar issue or knows what might fix it?</p> <p>I'm running nxserver 3.4.0-14 (x64)</p> <p><strong>Update (2010-11-12):</strong> this has been fixed in the latest NX Windows Client</p>
1349
14772
2011-12-15T00:47:51.533
2011-12-15T00:47:51.533
How to fix NX server after upgrading to Maverick
[ "10.10", "gnome", "nx" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes, I have the same problem... There is 2 \"solutions\" I have found on google for the moment :\n- Downgrade the metacity package to metacity_2.30.1-0ubuntu1... (from packages.ubuntu.com)\n- <a href=\"http://ubuntuforums.org/showthread.php?goto=newpost&amp;t=1590440\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?goto=newpost&amp;t=1590440</a></p>\n\n<p>Anyway... I found that NX performances are not as good as on lucid... :(</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-15T11:47:04.143", "id": "7319", "postId": "7451", "score": "0", "text": "Disabling the render extension did the trick. Thanks!", "userDisplayName": null, "userId": "1349" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-15T09:38:52.553", "id": "7451", "lastActivityDate": "2010-10-15T09:38:52.553", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "KnuX", "ownerUserId": null, "parentId": "6620", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Yes, I have the same problem... There is 2 \"solutions\" I have found on google for the moment :\n- Downgrade the metacity package to metacity_2.30.1-0ubuntu1... (from packages.ubuntu.com)\n- <a href=\"http://ubuntuforums.org/showthread.php?goto=newpost&amp;t=1590440\" rel=\"...
null
null
null
null
null
6623
1
6624
2010-10-12T23:36:16.353
2
593
<p>How would one go about obtaining the list of parameter names for a recognized Wacom device that can be manipulated with the <code>xsetwacom</code> tool?</p> <p>To be more specific, I'm looking for names applicable to <code>&lt;param&gt;</code> below:</p> <pre><code>xsetwacom set &lt;wacom_device&gt; &lt;param&gt; &lt;value&gt; </code></pre>
3175
235
2010-10-13T00:00:21.617
2010-10-13T00:02:03.357
Getting the list of available parameters for a Wacom device
[ "10.04", "xorg", "input-devices", "wacom" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>xsetwacom --list param</code> should do it.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-12T23:53:12.850", "id": "6544", "postId": "6624", "score": "0", "text": "Thanks. How did I miss that! (Actually, I know why: there is no man page on xsetwacom on Lucid.)", "userDisplayName": null, "userId": "3175" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-12T23:47:50.977", "id": "6624", "lastActivityDate": "2010-10-12T23:47:50.977", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2181", "parentId": "6623", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><code>xsetwacom --list param</code> should do it.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-12T23:53:12.850", "id": "6544", "postId": "6624", "score": "0", "text": "Thanks. How did I miss that! ...
null
null
null
null
null
6628
1
6631
2010-10-12T23:57:04.547
2
3572
<p>I am new to Ubuntu (10.10), migrating from Windows 7 and I want to setup my login screen so it auto-selects user (there is only one user profile on my system) and that it asks for my password so I can enter my password and tap "enter" and login without touching my mouse.</p> <p>When I choose "Login as [my_user_profile_name] automatically" it logs me in without asking for a password </p> <p>I've "Googled" and found one similar issue but it didn't help me. <a href="http://newyork.ubuntuforums.org/showthread.php?p=8580922" rel="nofollow">http://newyork.ubuntuforums.org/showthread.php?p=8580922</a></p> <p>Is this possible to set-up?</p>
3742
235
2010-10-13T00:05:00.730
2012-11-24T01:23:46.647
Auto select user on login screen
[ "login-screen", "gdm", "login", "password" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If your goal is to simply login without using your mouse, the easiest method on a single-user system would be to simply hit the 'Enter' key when the login screen first loads. This will select your name and place your cursor in a password box. I use this method on one of my lucid machines, and it works just fine.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T00:01:40.987", "id": "6631", "lastActivityDate": "2010-10-13T00:01:40.987", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "469", "parentId": "6628", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If your goal is to simply login without using your mouse, the easiest method on a single-user system would be to simply hit the 'Enter' key when the login screen first loads. This will select your name and place your cursor in a password box. I use this method on one of my lu...
null
null
null
null
null
6629
1
null
2010-10-12T23:59:36.310
5
2626
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/1400/how-do-i-optimize-the-os-for-ssds">How do I optimize the OS for SSDs?</a> </p> </blockquote> <p>Given what I think is a common scenario:</p> <ul> <li>SSD used as boot disk</li> <li>Conventional HD(s) for bulk storage</li> <li>Ubuntu 10.10</li> </ul> <p>What's the best stable filesystem to use on the SSD? I'm ruling out NilFS and BTRFS because they are not stable as of 10.10.</p> <p>I'm expecting to either put /home on the raid or at least back it up regularly, so the reliability difference between ext 2 and ext 3 doesn't seem like it should be an issue.</p>
3741
-1
2017-04-13T12:24:27.937
2010-10-13T03:51:24.663
Best FS for SSD as of 10.10
[ "10.10", "filesystem", "ssd" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>While btrfs does have an optimized SSD, it is not recommended at this time.</p>\n\n<p>After doing some research, I found a mixed bag of opinions ranging from ext4 without journaling over ext2.</p>\n\n<p>Under ServerFault (another StackExchange site), it was deduced that SSD s...
null
null
2012-10-22T20:56:36.163
null
null
6642
1
null
2010-10-13T00:52:37.790
22
9758
<p>I have noticed, that although my "Bluetooth Headset" works perfectly fine, buttons on it, like <kbd>Previous</kbd>, <kbd>Next</kbd>, <kbd>Play</kbd> etc do not. </p> <p>Why is that?</p>
329
47151
2012-03-08T14:59:50.963
2022-07-20T16:10:52.820
Buttons on my bluetooth headset aren't working
[ "bluetooth", "shortcut-keys", "headset", "button" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>As of Ubuntu 10.04, <code>uinput</code> module that handles such buttons is not started by default. To fix the situation:</p>\n\n<ol>\n<li>Stop bluetooth service<br>\n<code>sudo service bluetooth stop</code> </li>\n<li>Enable uinput module<br>\n<code>sudo modprobe uinput</co...
null
null
null
null
null
6646
1
null
2010-10-13T01:57:16.037
1
2835
<p>After I upgrade from ubuntu 10.04 to ubuntu 10.10, I cannot used my touchscreen anymore?</p> <p>What steps can I take to get it working again?</p>
null
40166
2013-06-24T05:16:39.187
2013-06-24T05:16:39.187
How to enable HP Pavilion tx1000 touch screen?
[ "upgrade", "10.10", "multi-touch", "hp-pavilion" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I was able to enable this touchscreen under Maverick, see this comment:\n<a href=\"https://bugs.edge.launchpad.net/utouch/+bug/512188/comments/25\" rel=\"nofollow\">https://bugs.edge.launchpad.net/utouch/+bug/512188/comments/25</a></p>\n\n<p>Please mark the above bug as affec...
null
0
null
null
Johannes
6654
1
6666
2010-10-13T02:17:21.953
8
4415
<p>I use NFS to share media to all my files on my network. However in 10.10 when the share is mounted my machines cannot shutdown, they seem to sit there. When I don't mount the NFS shares the machines shut down normally. Here are the relevant contents of my <code>/etc/fstab</code>.</p> <pre><code> 192.168.1.115:/home/jorge /home/jorge/Stuff nfs rw,hard,intr,fsc </code></pre> <p>I am currently using cachefilesd to <a href="https://askubuntu.com/questions/4572/how-can-i-cache-nfs-shares-on-a-local-disk">cache my NFS shares</a>, however I get the same problem with or without it. The server is always running and serving the shares.</p> <p>How can I debug where the problem is? It seems I can only shutdown by power cycling the boxes.</p>
235
-1
2017-04-13T12:23:44.677
2017-09-29T18:00:43.663
Mounted NFS shares interrupting shutdown?
[ "shutdown", "nfs" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-21T22:49:28.790", "id": "8725", "postId": "6654", "score": "0", "text": "i keep coming back to look at this and see if you updated... there's a bounty sitting on this... and i realize... this is not a question. maybe if it were someone could claim the bounty?", "us...
{ "accepted": true, "body": "<p>Is your NFS server still up when you shut down your machine? If so, that seems to be a bug in the shutdown ordering in 10.10; the network interface must still be up in order to unmount NFS.</p>\n\n<p>I don't use 10.10 yet, so I can't confirm whether that's the case. But as a stopgap, you might try doing a soft mount instead of a hard one. Soft mounts allow the NFS requests to time out. But you'd better be sure to sync very fully before you shut down!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-21T21:19:27.760", "id": "30306", "postId": "6666", "score": "1", "text": "Months later and I was finally able to test this; switching from hard to soft fixed this, thanks!", "userDisplayName": null, "userId": "235" }, { "creationDate": "2017-06-11T08:58:53.853", "id": "1460647", "postId": "6666", "score": "0", "text": "For exemple, edit /etc/fstab : `192.168.1.xxServer:/SharedFolderServer /MountedClient nfs user,noauto,soft 0 0`", "userDisplayName": null, "userId": "546652" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T03:33:57.117", "id": "6666", "lastActivityDate": "2010-10-13T03:33:57.117", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3334", "parentId": "6654", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Is your NFS server still up when you shut down your machine? If so, that seems to be a bug in the shutdown ordering in 10.10; the network interface must still be up in order to unmount NFS.</p>\n\n<p>I don't use 10.10 yet, so I can't confirm whether that's the case. But as a ...
null
null
null
null
null
6655
1
11704
2010-10-13T02:18:17.653
3
8351
<p>I am using Ubuntu 10.10 since its beta release. I had been updating it regularly. Sine the day of up-gradation the audio and video playback is choppy regardless of any format. I waited until 10th of October.</p> <p>This was not an issue in Lucid. How to resolve this problem.</p>
3748
null
null
2012-06-20T23:26:54.427
Choppy Audio/Video Playback Experience
[ "10.10" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try the solution mentioned here</p>\n\n<p>Choppy video in Maverick\n<a href=\"http://ubuntuforums.org/showthread.php?t=1592120&amp;page=5\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1592120&amp;page=5</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-06T06:12:47.410", "id": "11704", "lastActivityDate": "2010-11-06T06:12:47.410", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "mohanr", "ownerUserId": null, "parentId": "6655", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>This really could be any number of problems. It also depends what Video/Audio playback your talking about (Flash, MP4, MP3, etc). Also what kind of Graphics card do you have (or do you even have one, most laptops use <a href=\"http://en.wikipedia.org/wiki/Graphics_processing_...
null
null
null
null
null
6656
1
null
2010-10-13T02:22:29.783
5
17913
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/162075/my-computer-boots-to-a-black-screen-what-options-do-i-have-to-fix-it">My computer boots to a black screen, what options do I have to fix it?</a> </p> </blockquote> <p>I'm having trouble booting into Ubuntu 10.10 on my laptop. When I turn it on, I get the BIOS menu and then nothing but a black screen with a blinking text cursor at the top. I was able to boot from the CD, but can't my system back up. Any ideas?</p> <p>I don't see anything at all except for the BIOS splash. I don't have a grub menu, but if I hold down shift while rebooting, when I let go, "GRUB" appears at the top left corner, but then nothing happens.</p> <p>It's a System76 Pangolin laptop</p> <pre><code> Display Resolution 15.6" HD+ LED Display with Super Glossy Surface (1600 x 900) Graphics ATI Mobility Radeon HD 4570 Graphics with 512MB GDDR2 Memory Hard Drive 320 GB 7200 RPM SATA II Memory 4 GB – DDR3 1066 MHZ 2 DIMMs Optical Drive CD-RW / DVD-RW Processor Core i7-620M Processor ( 32nm, 4MB L3 Cache, 2.66GHz / 3.33GHz Turbo Mode ) Wireless 802.11 B+G+N Wireless LAN Module </code></pre>
2757
-1
2017-04-13T12:24:11.537
2012-07-20T21:51:09.823
Black screen and blinking cursor on boot
[ "10.10", "boot" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2012-07-21T08:26:40.040
null
null
6659
1
6673
2010-10-13T02:48:25.930
4
3265
<p><strong>I'm a bit confused about doing backups with rsync/rdiff-backup / rsnapshot via SSH.</strong></p> <p>I've been looking at utilities such as backupninja and rsnapshot. These are rsync / rdiff based backup systems, capable of being scheduled to do backups over SSH. Reading the manual pages, it seems to be leading me to believe it is <strong>only possible to configure these utilities to <em>pull</em> FROM the client TO the server</strong>, whereas I thought it was possible to schedule these to <strong><em>push TO the server FROM the client</em></strong>. Am I mistaken here?</p> <p>Meaning:</p> <p>I want to have my laptop running the rdiff-backup / rsnapshot utility via cron to back up to my home server.</p> <ol> <li>My laptop runs cron job nightly (if it's on home network) ... and connects via SSH to my home server, (because my server has the static IP address and not vice versa)</li> <li>Laptop pushes data to backup directory on server.</li> <li>If laptop is not on home network, it does not perform backup.</li> </ol> <p>Am I doing this backwards?</p> <p>...</p> <p><strong>UPDATE:</strong></p> <p>I have currently installed rsnapshot on the server machine, and gotten it running pulling backups manually from the laptop, but I still think this seems to make more sense to have the laptop push to the server, because it's only going to be connected at home intermittently. </p> <p><strong>Still waiting for a response on whether this is the proper way to be doing this, or whether the reverse order (server pulling from laptop) is appropriate method. Input please?</strong></p>
2383
2383
2010-10-15T00:33:22.577
2010-10-15T00:33:22.577
How to rdiff-backup / rsnapshot / backupninja from LOCAL to REMOTE machine?
[ "ssh", "backup", "rdiff-backup", "rsnapshot", "rsync" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>in short, yes, these tools can work for the purpose you want.</p>\n\n<p>here's a great article on setting that up.</p>\n\n<p><a href=\"http://www.debian-administration.org/articles/351\" rel=\"nofollow\">http://www.debian-administration.org/articles/351</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-13T04:54:50.533", "id": "6586", "postId": "6673", "score": "0", "text": "Cool man. This is a good start. can you give me any clues how to get here with rsnapshot? Because this seems to be the best utility.", "userDisplayName": null, "userId": "2383" }, { "creationDate": "2010-10-14T03:30:52.253", "id": "6931", "postId": "6673", "score": "0", "text": "i actually haven't used rsnapshot, just straight rsync to date, with a little fiddling w/ rdiff-backup. i may look into it further and get back to you on this though.", "userDisplayName": null, "userId": "3301" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T04:08:34.743", "id": "6673", "lastActivityDate": "2010-10-13T04:08:34.743", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3301", "parentId": "6659", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>in short, yes, these tools can work for the purpose you want.</p>\n\n<p>here's a great article on setting that up.</p>\n\n<p><a href=\"http://www.debian-administration.org/articles/351\" rel=\"nofollow\">http://www.debian-administration.org/articles/351</a></p>\n", "comme...
null
null
null
null
null
6663
1
7384
2010-10-13T03:07:23.060
21
9496
<p>Question says it all: </p> <p><strong>What happens if rsnapshot or rdiff-backup gets interrupted in the middle of a transfer?</strong> </p> <p>I know that rsnapshot tries to make a complete snapshot of your system in rotating fashion, and rdiff-backup makes a differential backup, which is going to be based on the files previously saved behind it.</p> <p>So: What happens if it gets interrupted in the middle?</p> <p><strong>Does this result in an "incomplete snapshot"?</strong> </p> <p>Will other snapshots which are dependent on this one be corrupted? (Surely not, but... ?) </p>
2383
2383
2010-10-15T00:35:38.393
2016-04-23T10:28:16.170
What happens if rsnapshot / rdiff-backup gets interrupted in the middle of a transfer?
[ "backup", "rdiff-backup", "rsnapshot", "rsync" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-15T05:46:25.100", "id": "7261", "postId": "6663", "score": "1", "text": "Wouldn't it have been much clearer if you had separated this question in to two separate questions?", "userDisplayName": null, "userId": "24" }, { "creationDate": "2010-10-15T12:17...
{ "accepted": true, "body": "<p>My understanding is that...</p>\n\n<p><strong>rdiff-backup</strong> will detect the incomplete increment the next time it runs. It will delete the incomplete increment so that the backup location is the same as if the interrupted backup attempt had never been started.</p>\n\n<p><strong>rsnapshot</strong> is a little more complicated because its routine is more stepwise and varies depending on the use of the <code>sync_first</code> and <code>use_lazy_deletes</code> options.</p>\n\n<ul>\n<li>If you use <code>sync_first</code> and <code>rsnapshot sync</code> gets interrupted, you can simply run <code>rsnapshot sync</code> again to straighten things out. If you accidentally run <code>rsnapshot &lt;backup level&gt;</code> at this point instead, the latest backup point will remain incomplete and will be carried through rotations.</li>\n<li>If you don't use <code>sync_first</code>, you're just stuck with an incomplete backup point that is a hybrid of old and new version of files. Unless you manually reverse-rotate each backup point, the incomplete backup point will be carried through rotations.</li>\n<li>In both cases, running <code>rsnapshot &lt;backup level&gt;</code> will cause the oldest backup point to be lost unless <code>use_lazy_deletes</code> is enabled.</li>\n</ul>\n\n<p>Note that <code>sync_first</code> and <code>use_lazy_deletes</code> come at the cost of using more disk space.</p>\n\n<hr>\n\n<p>A reminder/disclaimer: This should go without saying, but never just blindly trust others' advice on the internet. If you plan to use rdiff-backup or rsnapshot for something <em>mission-critical</em>, read <em>every</em> word of the manual and <em>test, test, test</em> everything yourself!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-15T15:40:28.803", "id": "7390", "postId": "7384", "score": "1", "text": "An appreciable reminder, and good practice to keep up with this kind of \"proper methods\" culture, we don't want linux to turn into dumb-consumer-land. Thanks for the note.", "userDisplayName": null, "userId": "2383" }, { "creationDate": "2010-10-15T15:53:21.953", "id": "7397", "postId": "7384", "score": "0", "text": "So, understanding correctly: having an incomplete backup \"carried through the rotations\" for rsnapshot will amount to two things:\n\n1. That snapshot will be incomplete if referred back to at a later point\n2. Any higher-level snapshots will *still be complete*, but will not properly refer back to previous hard-linkable files which were missed in the incomplete snapshot. \nIs this correct?", "userDisplayName": null, "userId": "2383" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-15T03:28:44.397", "id": "7384", "lastActivityDate": "2010-10-15T03:45:02.907", "lastEditDate": "2010-10-15T03:45:02.907", "lastEditorDisplayName": null, "lastEditorUserId": "1859", "ownerDisplayName": null, "ownerUserId": "1859", "parentId": "6663", "postTypeId": "2", "score": "23" }
[ { "accepted": true, "body": "<p>My understanding is that...</p>\n\n<p><strong>rdiff-backup</strong> will detect the incomplete increment the next time it runs. It will delete the incomplete increment so that the backup location is the same as if the interrupted backup attempt had never been started.</p>\n\n...
null
null
null
null
null
6665
1
null
2010-10-13T03:14:49.547
2
433
<p>It happens that when I put songs on the play queue and then they sound, the last song is not marked that already had sounded, and then (On shuffle mode) sounds a random song, and if I press to the next song, sounds the last one from play queue that never was marked as played, then the same thing, always play a random song and then the same song in the queue, this I manually mark it as played.</p> <p>I'm using Banshee 1.8.0</p>
3246
54298
2012-07-09T13:11:47.480
2012-07-09T13:11:47.480
Banshee wrong Play Queue behavior
[ "10.10", "banshee" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-12-13T17:14:27.023", "id": "99703", "postId": "6665", "score": "1", "text": "This question was filed as a bug report, thanks!", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2012-07-09T13:11:56.187", "id": "197002", "postId": "666...
null
[ { "accepted": null, "body": "<p>I can actually duplicate that same problem. I just got finished with it myself using the same version.</p>\n\n<p>Because it is not just you, I would suppose that either you or I need to file a bug report via Banshee's Bugzilla.</p>\n\n<p>EDIT: bugzilla filing <a href=\"http...
null
null
null
null
null
6669
1
6682
2010-10-13T03:47:56.177
1
3232
<p>I followed the below guide which allows me to access my work's resources via VPN. Following the guide worked perfectly. </p> <p><a href="http://www.ubuntugeek.com/how-to-setup-cisco-vpn-using-vpnc-ubuntu-jaunty-9-04.html" rel="nofollow">http://www.ubuntugeek.com/how-to-setup-cisco-vpn-using-vpnc-ubuntu-jaunty-9-04.html</a></p> <p>However, I can only access networked resources via IP address. Using the DNS name does not work. Why is that? What can I do to resolve (ha ha) this issue.</p>
3537
null
null
2012-10-30T08:49:42.003
After connecting through my work's VPN, why can't I access resources using DNS?
[ "remote-desktop", "vpn" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You said you could get this to work by fully qualifying the DNS names. What this means is that at work you have a <code>search workdomain.com</code> line in your <code>/etc/resolv.conf</code> so that the local resolver will try appending that domain to any unqualified names its asked to resolve. You can get the same effect by manually putting that line into your home <code>/etc/resolv.conf</code>, but be aware that if you're using dhcp it might be overwritten the next time you acquire a new IP address.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-10-30T15:36:25.447", "id": "260341", "postId": "6682", "score": "1", "text": "In Ubuntu 12.04 or later you should not edit /etc/resolv.conf by hand; you should configure ifup (via /etc/network/interfaces) and/or NetworkManager to put the right entries into resolv.conf (via resolvconf) when they configure interfaces/connections.", "userDisplayName": null, "userId": "1745646" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T04:47:50.557", "id": "6682", "lastActivityDate": "2010-10-13T04:47:50.557", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3755", "parentId": "6669", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>I figured this out. I just needed to fully qualify the DNS names.</p>\n\n<p>Edit:</p>\n\n<p>The instructions found in the link below can be used to permanently add a search option to resolv.conf. The user Linuturk provided the relevant information.</p>\n\n<pre><code>http://ub...
null
null
null
null
null
6676
1
null
2010-10-13T04:24:14.840
42
30741
<p>Why does Ubuntu not allow the GUI users to login as root at the time of system start up like administrator in Windows?</p> <p>Why they are restricting us to login only through the terminal?</p>
3584
235
2013-01-02T01:07:39.387
2020-09-10T00:53:36.147
Why is there no option to login as root?
[ "security", "root" ]
14
3
CC BY-SA 3.0
[ { "creationDate": "2010-10-13T14:11:13.230", "id": "78268", "postId": "6676", "score": "4", "text": "Please also be aware of 'gksu' which allows you to run graphical apps as root. I.e. \"gksu nautlius\"", "userDisplayName": null, "userId": "3739" }, { "creationDate": "2012-05-09T...
null
[ { "accepted": null, "body": "<p>Because the root user and Administrator (in Windows) are the equivalent of a God to a computer. That user can adjust anything from file permissions to even erasing the entire file system. It is quite common for the average home user to run as the Administrator (either under...
null
null
null
null
null
6677
1
6681
2010-10-13T04:26:25.370
9
735
<p>Sometimes when I insert an audio CD I get a dialog that says "You have just inserted an Audio CD. Choose what application to launch." It doesn't show up for <em>every</em> CD... probably something like once for every 5 CD insertions.</p> <p><em>Every single time</em> I select "Do Nothing" and ensure that the "Always perform this action" checkbox is checked. I assume the point of the checkbox is to let me make the decision once and for all, but this dialog continues to reappear periodically.</p>
2583
2583
2010-10-14T04:21:05.373
2013-07-13T10:48:45.163
How do I banish the "You have just inserted an Audio CD." dialog forever?
[ "10.04", "nautilus", "cd", "autostart" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T04:36:51.150", "id": "6580", "postId": "6677", "score": "3", "text": "And as if to taunt me, now when the dialog appears \"Do Nothing\" is selected and \"Always perform this action\" is already checked! Where's the \"What part of 'Always' don't you understand?\" but...
{ "accepted": true, "body": "<p>Prompting for action to perform upon inserting media is a behaviour of nautilus (the file browser program in GNOME Environment). To change this behaviour I would recommend the following steps:</p>\n\n<ol>\n<li>Close all open <code>File Browser</code> windows</li>\n<li>Open <code>Places -&gt; Home Folder</code>. This will open the home folder in a new <code>File Browser</code> window.</li>\n<li>Click <code>Edit -&gt; Preferences</code></li>\n<li>Select the <code>Media</code> tab</li>\n<li>For those media types where you don't want any prompt, select <code>Do Nothing</code> in the drop-down list.</li>\n<li>Click <code>Close</code></li>\n</ol>\n\n<p>From next time, you should not get the messages while inserting media.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-10-13T16:20:30.873", "id": "6751", "postId": "6681", "score": "0", "text": "I went there and \"Do Nothing\" was already selected for CD Audio, DVD Video, Music Player, Photos and \"Other Media/audio DVD\".", "userDisplayName": null, "userId": "2583" }, { "creationDate": "2010-10-14T07:50:06.563", "id": "6966", "postId": "6681", "score": "0", "text": "... and you still get this dialog once in a while ?", "userDisplayName": null, "userId": "270" }, { "creationDate": "2010-10-16T00:59:36.933", "id": "7487", "postId": "6681", "score": "0", "text": "I haven't tested (yet), but why would opening a settings dialog and then dismissing it without changing anything cause the behavior to change?", "userDisplayName": null, "userId": "2583" }, { "creationDate": "2010-10-22T18:59:02.760", "id": "8877", "postId": "6681", "score": "0", "text": "Strangely, I have not seen the dialog appear again. That opening a settings dialog and then dismissing it without changing anything would actually alter the behavior seems like a bug, but at least it appears to solve my problem. Thanks.", "userDisplayName": null, "userId": "2583" }, { "creationDate": "2010-10-22T19:12:08.647", "id": "8882", "postId": "6681", "score": "0", "text": "FWIW: I filed a bug about this: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/665297", "userDisplayName": null, "userId": "2583" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T04:37:27.300", "id": "6681", "lastActivityDate": "2010-10-13T04:37:27.300", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "270", "parentId": "6677", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Prompting for action to perform upon inserting media is a behaviour of nautilus (the file browser program in GNOME Environment). To change this behaviour I would recommend the following steps:</p>\n\n<ol>\n<li>Close all open <code>File Browser</code> windows</li>\n<li>Open <c...
null
null
null
null
null
6683
1
6687
2010-10-13T04:54:00.630
1
723
<p>Is there any PPA for ralink 3090 64bit?</p> <p>I have just added this <a href="https://launchpad.net/~markus-tisoft/+archive/ppa" rel="nofollow">markus-tisoft</a> PPA but I have not found any driver for ralink 3090 yet in Synaptic Package Manager. (it is only available for 32bit only).</p> <p>For now, I have downloaded manually. but I hope this PPA available for 64bit arch so I can get it updated automatically.</p> <p>Or any PPA for this 64bit?</p>
130367
null
null
2010-10-13T05:03:52.607
Is there any PPA for ralink 3090 64bit?
[ "wireless", "drivers", "ppa", "ralink" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>After searching Launchpad, there is no current PPA for 64bit driver of ralink 3090 that I can see.</p>\n\n<p>The markus-tisoft ppa does not have a maverick entry list. So maybe something in the future, perhaps.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T21:23:27.447", "id": "6860", "postId": "6687", "score": "0", "text": "yeah, I hope markus-tisoft add entry for 64bit arch. whereas the Driver is noarch. so, it can be easily just copy in the amd64 repos and add some extra adjustment in dist folder.", "userDisplayName": null, "userId": "130367" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T05:03:52.607", "id": "6687", "lastActivityDate": "2010-10-13T05:03:52.607", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "77594", "parentId": "6683", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>After searching Launchpad, there is no current PPA for 64bit driver of ralink 3090 that I can see.</p>\n\n<p>The markus-tisoft ppa does not have a maverick entry list. So maybe something in the future, perhaps.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
6684
1
17520
2010-10-13T04:57:32.360
4
3122
<p>I am in the process of creating an automated install disc for Ubuntu Server 10.10. Is it possible to set up package selection within the preseed file (what groups of packages to install etc.)? If so, how can this be done?</p>
7475
527764
2022-03-26T07:41:50.970
2022-03-26T07:41:50.970
Preseeding Ubuntu Server
[ "server", "system-installation", "automation" ]
2
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>At a high level, the key part of creating is a preseed file that can specify options that the installer asks you. An example preseed file can be found at the <a href=\"http://www.debian.org/releases/lenny/example-preseed.txt\" rel=\"nofollow\">debian website</a>. The example provides most of the options that you may want to modify.</p>\n\n<p>When it gets down to implementation, there are a few more steps to be followed:</p>\n\n<ul>\n<li><p>Obtain the image. You can choose between a full image and a <a href=\"http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-i386/current/images/netboot/mini.iso\" rel=\"nofollow\">mini iso</a> which downloads a fresh copy of packages off the internet. The process is slightly different, but mostly analogous.</p></li>\n<li><p>Once you have the image, you need to extract files from the iso. There might be a one-step way to do this, but this is how I've always done it like this:</p>\n\n<pre><code>sudo mount -o loop -t iso9660 mini.iso /mnt\ncp -rf /mnt /path/to/extractdir\nsudo umount /mnt\n</code></pre></li>\n<li><p>Now you create the preseed file that you want to use. In the mini iso, since you don't really have a hierarchy, just put it in the root folder. In the regular server install, put it in the preseed folder. It is your choice where you want to put it/what you want to call it.</p></li>\n<li><p>Once you have the preseed, you need to specify it to the kernel. In the mini iso, you need to edit <code>text.cfg</code>, or in the full install, <code>isolinux/text.cfg</code> to include your preseed by editing the <code>APPEND</code> line as follows:</p>\n\n<pre><code>APPEND arg1 arg2=value2 arg3 ... file=/cdrom/path/to/preseed/file locale=en_US console-setup/ask_detect=false console-setup/layout=us --\n</code></pre></li>\n</ul>\n\n<p><strong>Don't remove existing values unless you know what you're doing</strong></p>\n\n<ul>\n<li><p>Once you're done modifying the preseed and text.cfg files, you need to repack things as an ISO. To do this, you need to put isolinux on the CD to make it bootable. Now, <code>cd</code> to the root directory of the extracted image, and do the following [taken from the syslinux website:</p>\n\n<pre><code>cd /path/to/extractdir\nmkisofs -o output.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -T .\n</code></pre></li>\n</ul>\n\n<p>You need to add the <code>-l</code> (or <code>-iso-level 2</code>)flag to support longer file names.</p>\n\n<p>Your iso is at <code>output.iso</code> and ready to be burned!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-15T04:43:45.183", "id": "17520", "lastActivityDate": "2013-02-20T01:06:00.913", "lastEditDate": "2013-02-20T01:06:00.913", "lastEditorDisplayName": null, "lastEditorUserId": "1668", "ownerDisplayName": null, "ownerUserId": "4947", "parentId": "6684", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>At a high level, the key part of creating is a preseed file that can specify options that the installer asks you. An example preseed file can be found at the <a href=\"http://www.debian.org/releases/lenny/example-preseed.txt\" rel=\"nofollow\">debian website</a>. The example ...
null
null
null
null
null
6685
1
6688
2010-10-13T05:00:16.467
8
6555
<p>I am running VirtualBox OSE in an Ubuntu Lucid host.<br> The Guest system is also Ubuntu Lucid. </p> <p>I've set up a Host directory to share with the Guest via VirutulBox's <code>Shared Folders</code>.<br> This directory is owned by the same user who is running the VM.<br> The permissions on the directory are: drwxrwxrw </p> <p>I've installed <code>virtualbox-guest-additions</code>(via Synaptic)</p> <p>I can't find the shared diretory on the Guest.</p> <p>I've looked high and low, in /media and /mnt... nothing!</p> <p>I managed to share the same directory with a Windows Guest, but I am familiar with Windows... </p> <p>Am I just missing something simple?</p>
2670
null
null
2013-12-06T15:28:54.803
VirtualBox: Ubuntu Host and Ubuntu Guest. Where is my shared folder in the Guest?
[ "virtualbox", "directory" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yep, you just need to mount the directory manually. To do that, use <code>mount -t vboxsf SHARENAME /path/to/where/to/mount</code>.</p>\n\n<p>SHARENAME depends on your shared folder, it is the name you entered into VirtualBox Shared Folders dialog.</p>\n\n<p><code>/path/to/where/to/mount</code> should ideally be inside your user directory (inside VBox). In my case, I use <code>/home/evgeny-vbox/Documents</code>.</p>\n\n<p><strong>EDIT</strong>: if you want it to be mounted at boot-time too, add this to your <code>/etc/fstab</code>:</p>\n\n<pre><code>SHARENAME /path/to/where/to/mount vboxsf defaults 0 0\n</code></pre>\n", "commentCount": "8", "comments": [ { "creationDate": "2010-10-13T05:38:45.317", "id": "6592", "postId": "6688", "score": "3", "text": "On the Guest, I tried: ubuntu@Lucid:~$ sudo mount -t vboxsf zap /home/ubuntuzap... I got this error: /sbin/mount.vboxsf: mounting failed with the error: No such device ..... /sbin/mount.vboxsf shows the Link Target as: /usr/lib/VBoxGuestAdditions/mount.vboxsf", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-10-13T05:41:20.250", "id": "6594", "postId": "6688", "score": "2", "text": "How did you install the Guest Additions? Package that you installed provides the ISO, not the additions themselves. Follow this guide: http://helpdeskgeek.com/linux-tips/install-virtualbox-guest-additions-in-ubuntu/ . You might need to use `cd /media/VBOX*`", "userDisplayName": null, "userId": "2804" }, { "creationDate": "2010-10-13T05:44:20.837", "id": "6595", "postId": "6688", "score": "0", "text": "Initially I used the .ISO, and then, when that didn't seem to work, I installed the addons via Synaptic.... I'll start afresh, with an new VM, and follow the guide you've posted... and try again. Thanks...", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-10-13T05:45:52.020", "id": "6596", "postId": "6688", "score": "0", "text": "IIRC the sharename can be chosen in the dialog box of share creation (there is also a command line tool in the host), so it is not necessarily the last name in the path.", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2010-10-13T05:48:13.950", "id": "6597", "postId": "6688", "score": "0", "text": "Good point, I stand corrected (and edited)", "userDisplayName": null, "userId": "2804" }, { "creationDate": "2010-10-13T06:47:26.273", "id": "6614", "postId": "6688", "score": "0", "text": "Bingo! got it! Evgeny, you deserve the \"Hero Of The Day\" award. Thanks... I think the problem was that in the Terminal, I ran 'autorun.sh', instead of 'VBoxLinuxAdditions-x86.run'.. ..(and of course, I did need your mount command).", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2016-05-21T16:00:39.807", "id": "1159400", "postId": "6688", "score": "0", "text": "I'm getting an \"access denied\" after mounting the shared folder both in /media/sharedfolder or in /home/username/sharedfolder", "userDisplayName": null, "userId": "193938" }, { "creationDate": "2016-05-21T16:05:25.817", "id": "1159402", "postId": "6688", "score": "0", "text": "Solved: sudo mount -t vboxsf -o uid=1000,gid=1000 driveshared /home/rho/driveshared/", "userDisplayName": null, "userId": "193938" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T05:19:56.857", "id": "6688", "lastActivityDate": "2010-10-13T05:47:49.740", "lastEditDate": "2010-10-13T05:47:49.740", "lastEditorDisplayName": null, "lastEditorUserId": "2804", "ownerDisplayName": null, "ownerUserId": "2804", "parentId": "6685", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Yep, you just need to mount the directory manually. To do that, use <code>mount -t vboxsf SHARENAME /path/to/where/to/mount</code>.</p>\n\n<p>SHARENAME depends on your shared folder, it is the name you entered into VirtualBox Shared Folders dialog.</p>\n\n<p><code>/path/to/wh...
null
null
null
null
null
6696
1
null
2010-10-13T06:24:08.920
2
2565
<p>I used the sshfs app to mount a remote folder. The problem now is that I can't seem to share it. I can see all of it's contents when I directly do an ls and I also see it in the mount list when I run the mount command.</p> <p>I mounted the folder on a folder I had shared (using samba) which I could see in my windows explorer (windows 7 64bit). I couldn't see the mounted folder after I mounted when I umount I can see it again.</p> <p>I tried sharing the folder directly in the smb conf but it didn't do anything.</p> <p>Can anyone help me out please?</p> <p>EDIT:</p> <p>I have done what JanC told me and I do see it know in the explorer window the only problem is I can't access it. It says I don't have permissions. Anyone?</p>
1326
6045
2011-11-22T10:30:33.090
2011-11-22T10:30:33.090
How to share a remote mounted folder using sshfs?
[ "server", "windows-7", "sshfs" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You must use the \"allow_other\" mount option for sshfs to make mounts visible to all users. If that doesn't fix the problem, you should probably give the mount options you use.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-13T07...
null
null
null
null
null
6698
1
null
2010-10-13T06:37:58.580
94
321241
<p>Is it possible to restore files/directories which are deleted from terminal using <code>rm</code> and <code>rm -r</code>?. If a file is deleted from graphical interface, it could be restored from trash, but how do you restore a file if it is removed using the rm utility?.</p>
3215
169736
2014-12-20T15:09:55.087
2020-03-16T22:29:13.227
Can files/directories deleted with rm be restored?
[ "data-recovery", "rm" ]
8
2
CC BY-SA 3.0
[ { "creationDate": "2010-10-16T02:08:50.163", "id": "7497", "postId": "6698", "score": "0", "text": "for tools to recover deleted files (in any form), you can take a look at this question http://askubuntu.com/q/3883/", "userDisplayName": null, "userId": "431" }, { "creationDate": ...
null
[ { "accepted": null, "body": "<p>Sorry, but files deleted from a command-line with the \"rm\" and \"rm -f\" bypass the \"Trashcan\" you have on the Gnome desktop.</p>\n\n<p>You may also want to ask if there are any extfs \"undelete\" tools like there are for FAT and NTFS. (I don't know of any, but I'd be su...
null
null
null
null
null
6705
1
null
2010-10-13T07:23:32.360
8
4415
<p><em>This is a community wiki. I would really like other folk's thoughts on this. I do not want to discuss the ethics of storing plain text passwords either.</em></p> <p>For those unfamiliar, libpurple is the library used by Pidgin, and when you choose to save your passwords, it does so as plain text under <code>~/.purple/accounts.xml</code>. </p> <p>The reasoning behind this is that if someone can access your user account, you have bigger problems to worry about, among <a href="http://developer.pidgin.im/wiki/PlainTextPasswords" rel="nofollow noreferrer">other valid points</a>.</p> <p>My main worry is that I use my gmail account in Pidgin, and so my gmail password is stored in plain text. Access to someone's email means access to 90% of their other accounts, via password recovery features on most sites. <em>Eeek</em>.</p> <p>Consider that...</p> <ul> <li>My /home is encrypted, if someone gets physical access to the drive</li> <li>I always lock my system when I walk away</li> <li>I'm sensible about installing unofficial packages</li> <li>Any application I run in userland has access to my user files</li> </ul> <p>How safe is this really? Are there any other threats that could potentially access accounts.xml?</p> <hr> <p><strong>Update</strong></p> <p>Thanks for the replies! So far have:</p> <ul> <li><a href="https://askubuntu.com/questions/6705/how-safe-are-my-files-in-home/6709#6709">Manage your firewall</a></li> <li>Use applications that store sensitive info securely (ie via Gnome Keyring)</li> <li><a href="https://askubuntu.com/questions/6705/how-safe-are-my-files-in-home/7279#7279">Use strong passwords and keep your system updated</a></li> <li><a href="https://askubuntu.com/questions/6705/how-safe-are-my-files-in-home/7309#7309">Symlink sensitive files from an encrypted ~/Private directory</a></li> </ul> <p>I'm happy that my data is safe in case of theft. I'm more worried about some process crafted to target these unsecured files. Then again the nature of open source software makes it difficult for malicious apps, as public code review will expose the malicious code.</p> <p>If you you can think of any other vectors through which these account details could be accessed, I'd like to hear them :)</p>
644
-1
2017-04-13T12:25:03.423
2010-10-15T12:25:19.453
How safe are my files in /home?
[ "security", "user-space", "password" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T07:35:43.800", "id": "6621", "postId": "6705", "score": "3", "text": "Not that you can reverse it, but I wouldn't have made this community wiki. This question is answerable and now you don't give any incentive as we can not earn reputation with our answers.", "u...
null
[ { "accepted": null, "body": "<p>For the most part if anyone has physical access to the machine security is null and void. As for \"other users\" if they are not trying to access the files and might just stumble into it just set the permissions on your home folder so no one else has any access except you.</p...
2010-10-13T07:23:32.360
null
null
null
null
6706
1
6716
2010-10-13T07:25:01.753
55
35869
<p>What is the difference between OpenOffice and LibreOffice? I understand that LibreOffice is another fork that is going to be developed. I have used OpenOffice since v1 and am wondering if there is a definite advantage to uninstalling and trying LibreOffice.</p>
3390
114
2010-11-19T16:56:41.833
2016-09-04T17:49:30.880
What is the difference between OpenOffice and the newly created LibreOffice?
[ "openoffice.org", "libreoffice" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>As of now there is hardly any changes between LibreOffice and OpenOffice. The former is a fork to free OpenOffice.org from the clutches of Oracle.</p>\n\n<p>Till date Sun has asked for copyright assignment to Sun if you wanted your patch to be merged. This has been a great deterrent and has limited community involvement. <br>\nLibreOffice says \"Everyone is invited\". It is not an office suit which will be controlled by one organization, but many organizations will take part to develop it. The supporters include Google, RedHat, Canonical, Novell and a few more (not sure about the list).</p>\n\n<p>LibreOffice has also <a href=\"http://wiki.documentfoundation.org/Easy_Hacks\" rel=\"nofollow\">brought up a wikipage named \"Easy Hacks\"</a> to get the community involved in the development. This is a great step as probably people would be excited to look at the code.</p>\n\n<p>From that page I can see that the codebase is a bit messy. There are non-English comments, bogus comments, dead code and what not.</p>\n\n<p>Another good reason for breaking apart was that Oracle does not look interested in taking the development of Open Source ahead. OpenSolaris is nearly gone and if this fork didn't happen, probably OO.o would also have become stagnant.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2016-03-07T03:32:40.033", "id": "1105181", "postId": "6716", "score": "0", "text": "This answer is quite dated. As @saji89's answer indicates, responsibility for OpenOffice has been transferred to Apache, so development is moving ahead again to some degree. We're now dealing with Apache OpenOffice vs LibreOffice I believe...", "userDisplayName": null, "userId": "71963" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-13T09:01:49.683", "id": "6716", "lastActivityDate": "2016-09-04T17:49:30.880", "lastEditDate": "2016-09-04T17:49:30.880", "lastEditorDisplayName": "user364819", "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "52", "parentId": "6706", "postTypeId": "2", "score": "43" }
[ { "accepted": null, "body": "<p>Libreoffice is a dedicated fork which aims to be free of Oracle's clutches. LibreOffice beta is mostly similar to OpenOffice \"as of now\", with just a few UI and branding changes, because they are based on the same source. You can expect big changes in the future as the path...
null
null
null
null
null
6710
1
null
2010-10-13T07:42:29.603
3
3114
<p>When doing actual work, I can't stand the scalable monospaced fonts that are available to me with the default install. How can I make gVim use the good old 6x13 x11 font?</p>
3768
236
2010-10-13T09:31:42.400
2010-10-13T09:31:42.400
How can I use bitmap fonts in gvim?
[ "fonts", "vim", "text-editor" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<pre>cd /etc/fonts/conf.d\nrm 70-no-bitmaps.conf\nln -s ../conf.avail/70-yes-bitmaps.conf .</pre>\n\n<p>And then restart X, or do a <code>fc-cache -f</code>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-13T15:26:31.573", "id...
null
null
null
null
null
6714
1
6719
2010-10-13T08:24:31.797
1
6732
<p>I have registered with dyndns domain for my dynamically changing public ip address to use with iptable rules. On a server I've allowed some ports for this domain in the iptables configuration like the below entries:</p> <pre><code>-A INPUT -s mycompany.dyndns.com -p tcp -m tcp --dport 22 -j ACCEPT -A INPUT -s mycompany.dyndns.com -p tcp -m tcp --dport 3306 -j ACCEPT -A INPUT -s mycompany.dyndns.com -p tcp -m tcp --dport 21 -j ACCEPT </code></pre> <p>But when ever my modem restarts, I couldn't connect to these allowed ports as public ip changes with modem restart and are not updated in the iptables on the server. Is there any option to automatically update iptable rules on server.</p>
3215
null
null
2023-02-18T11:15:17.837
iptables allow dyndns domain name and auto update rules
[ "iptables" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In short: no, the only way to update an <code>iptables</code> rule is to replace it (<code>iptales -R ...</code>) or to delete it and add a new one with the updated IP address (<code>iptables -D ...</code> followed by <code>iptables -A ...</code>).</p>\n<p><a href=\"http://www.len.ro/2007/08/iptables-rule-for-dyndns-host/\" rel=\"nofollow noreferrer\">This blog post</a> discusses the issue and sketches a solution.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-13T09:54:52.500", "id": "6638", "postId": "6719", "score": "0", "text": "Good answer. Again I've to use script. Ok, how about if use mac address in the iptable rules", "userDisplayName": null, "userId": "3215" }, { "creationDate": "2010-10-13T09:57:23.213", "id": "6639", "postId": "6719", "score": "1", "text": "@user3215 MAC addresses stay local to your LAN; they will not travel across internet routers.", "userDisplayName": null, "userId": "325" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-10-13T09:16:40.127", "id": "6719", "lastActivityDate": "2023-02-18T11:15:17.837", "lastEditDate": "2023-02-18T11:15:17.837", "lastEditorDisplayName": null, "lastEditorUserId": "167850", "ownerDisplayName": null, "ownerUserId": "325", "parentId": "6714", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>In short: no, the only way to update an <code>iptables</code> rule is to replace it (<code>iptales -R ...</code>) or to delete it and add a new one with the updated IP address (<code>iptables -D ...</code> followed by <code>iptables -A ...</code>).</p>\n<p><a href=\"http://ww...
null
null
null
null
null
6718
1
null
2010-10-13T09:16:38.503
9
3600
<p>Is it possible to clone an Ubuntu system and if any changes are made to original system, those should be replicated to the one cloned? I need to have backup support if original one gets down. In my case, Ubuntu is a cloud server.</p> <p>Please guide me step by step.</p>
3215
169736
2013-09-15T02:21:14.703
2013-09-15T02:21:14.703
Clone system and auto replicate the changes
[ "backup", "rsync" ]
6
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Please refer to <a href=\"https://help.ubuntu.com/community/BackupYourSystem/SimpleBackupSuite\" rel=\"nofollow noreferrer\">https://help.ubuntu.com/community/BackupYourSystem/SimpleBackupSuite</a> and <a href=\"https://help.ubuntu.com/community/BackupYourSystem\" rel=\"nofol...
null
null
null
null
null
6720
1
6825
2010-10-13T09:18:27.067
1
2611
<p>I tried to install "VMware-Workstation-Full-7.1.2-301548.x86_64.bundle" on Ubuntu 10.10-64bit (2.6.35-22-generic). It seemed to work - but then there is the WMware Kernel Module Updater which fails with "Unable to build kernel module." The logfile doesn't help me. It just says "Failed to compile module vmmon!"</p> <p>Is this a problem of wmware, ubuntu or me? What do I have to do now? And why is there no "apt-get install vmware-workstation"-way?</p>
3822
235
2010-10-13T14:57:13.427
2010-10-14T13:16:34.940
How do I install wmware workstation?
[ "10.10", "64-bit", "virtualization", "vmware" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The supported method would wait for the next VMWare Workstation release, which will likely support the newer 10.10 Ubuntu release. </p>\n\n<p>If you don't feel like waiting that long, you can patch your installation, as described at: <a href=\"http://www.debuntu.org/how-wmware-workstation-7.1-ubuntu-maverick-meerkat-10.10\" rel=\"nofollow\">debuntu.org: WMware Workstation 7.1 on Ubuntu Maverick Meerkat 10.10 </a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-13T19:56:30.667", "id": "6829", "postId": "6825", "score": "0", "text": "Thank you! Unfortunately it did not work. The patch described in your link is for wmware 7.1 261024. The version provided by vmware ist 7.1.2-301548. And there is no other version to download at vmware.com", "userDisplayName": null, "userId": "3822" }, { "creationDate": "2010-10-20T18:38:06.410", "id": "8424", "postId": "6825", "score": "0", "text": "The page you provided made an update... The new patch is for the correct version and vmware installed as is should.", "userDisplayName": null, "userId": "3822" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T14:45:22.903", "id": "6825", "lastActivityDate": "2010-10-13T14:45:22.903", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3589", "parentId": "6720", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>The supported method would wait for the next VMWare Workstation release, which will likely support the newer 10.10 Ubuntu release. </p>\n\n<p>If you don't feel like waiting that long, you can patch your installation, as described at: <a href=\"http://www.debuntu.org/how-wmwar...
null
null
null
null
null
6723
1
6735
2010-10-13T09:31:05.303
763
3690598
<p>I would like the user to have full rights on this folder (as well as all sub-directories and files in it):</p> <pre><code>~/.blabla </code></pre> <p>currently owned by root.</p> <p>I have found numerous posts (in this forum and elsewhere) on how to do this for files but I can't find a way to do it for whole folders.</p>
2413
2413
2010-11-02T21:36:55.470
2021-07-16T19:26:27.860
Change folder permissions and ownership
[ "command-line", "permissions", "folder" ]
9
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T19:23:31.053", "id": "6816", "postId": "6723", "score": "5", "text": "Could anyone add a graphical method I wonder?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2010-10-13T19:33:57.777", "id": "6821", "postId": "6723", ...
{ "accepted": true, "body": "<p>Make the current user own everything inside the folder (and the folder itself):</p>\n\n<pre><code>sudo chown -R $USER ~/.blabla\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-01-05T01:49:12.633", "id": "106214", "postId": "6735", "score": "61", "text": "very helpful for newbies (like me) when don't know what to type in 'usergroup' for `sudo chown <your username>:<your usergroup> -R <path to>/.blabla`", "userDisplayName": null, "userId": "13036" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-13T10:07:46.653", "id": "6735", "lastActivityDate": "2017-10-11T13:52:31.730", "lastEditDate": "2017-10-11T13:52:31.730", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "3026", "parentId": "6723", "postTypeId": "2", "score": "522" }
[ { "accepted": null, "body": "<p>you should try <code>chmod -R</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T09:33:54.607", "id": "6725", "lastActivityDate": "2010-10-13T09:33:54.607", ...
null
null
null
null
null
6724
1
null
2010-10-13T09:33:46.793
11
979
<p>Is there a way to turn it off so that when you're renaming a file, it doesn't highlight the extension? </p>
null
866
2010-12-28T17:22:19.693
2011-05-20T20:12:00.080
How to highlight just the name (not the extension) for renaming?
[ "nautilus", "file-extension" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>When I right click a file and select Rename, or press F2, the extension isn't highlighted. </p>\n\n<p>To answer your question: you don't have to do anything.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-13T09:59:16.077", ...
null
null
null
null
David R
6726
1
6773
2010-10-13T09:38:37.610
2
1984
<p>I have two RAID arrays that are fstab-mounted. They are as important to me as the root disk as a large portion of my home dir is mounted from one of these arrays.</p> <p>Here's how they look in the nautilus sidebar:</p> <p><img src="https://i.stack.imgur.com/MY54d.jpg" alt="alt text"></p> <p>When I click one of these eject icons, it errors out (I'd need to be root) but that's by-the-by, I don't want the icon there in the first place.</p> <p>Is there anything I can do to suppress it for certain drives? It needs to be targeted because I still want to be able to unmount SD cards, my phone, etc.</p>
449
null
null
2010-10-13T12:06:42.283
How can I hide the eject icons from nautilus sidebar for permanently-mounted drives?
[ "nautilus", "fstab", "eject" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ideally, if the drive is not unmountable by the user no eject button should be shown. That the button <em>is</em> shown regardless of whether it is useful or not has been reported as a bug here: <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=586644\" rel=\"nofollow\">https://bugzilla.gnome.org/show_bug.cgi?id=586644</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T12:06:42.283", "id": "6773", "lastActivityDate": "2010-10-13T12:06:42.283", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "275", "parentId": "6726", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>If your mount point is not under /media, but for example under /mnt, the icon will not be showed.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-10-13T10:23:23.360", "id": "6646", "postId": "6736", "score": "0"...
null
null
null
null
null
6729
1
6731
2010-10-13T09:49:40.317
3
587
<p>In Maverick, most of the Gnome software are version 2.32, but Evolution is version 2.30.3. Lucid also used an older version of Evolution. I think Evolution is getting better and better and makes sense to ship a newer version.</p>
2262
null
null
2010-10-13T10:01:52.720
Why does Ubuntu use old Evolution?
[ "evolution" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>New software needs testing before it can be pulled into a distribution and 2.32.0 was only released right at the end of September, not giving it anywhere near enough time for testing.</p>\n\n<p>Stability is all the more important in a mission-critical applications like Evolution, Firefox and OpenOffice.</p>\n\n<p>This is just how things go sometimes.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-13T10:54:01.567", "id": "6663", "postId": "6731", "score": "0", "text": "Doesn't Evolution follow the same release schedule as other Gnome applications such as Empathy and Gwibber which are version 2.32?", "userDisplayName": null, "userId": "2262" }, { "creationDate": "2010-10-13T11:25:48.180", "id": "6670", "postId": "6731", "score": "0", "text": "Yes. Gnome 2.32 wasn't released until Evolution 2.32 was released. However parts of Gnome were ready before the whole thing was so they got pulled in.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-02-09T15:04:29.377", "id": "27866", "postId": "6731", "score": "0", "text": "Doesn't that mean that Ubuntu releases should have more time to pull in the upstream Gnome releases? Aka longer between Gnome and Ubuntu releases?", "userDisplayName": null, "userId": "2262" }, { "creationDate": "2011-02-09T15:36:01.533", "id": "27877", "postId": "6731", "score": "0", "text": "@danne Yes but it depends when the release is. For example, Gnome 3.0 isn't due until the beginning of April. Ubuntu developers don't think that's enough time to get everything ready so all the Gnome 3 things are being pushed off to a PPA for inclusion in 11.10.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T10:00:11.843", "id": "6731", "lastActivityDate": "2010-10-13T10:00:11.843", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "6729", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>New software needs testing before it can be pulled into a distribution and 2.32.0 was only released right at the end of September, not giving it anywhere near enough time for testing.</p>\n\n<p>Stability is all the more important in a mission-critical applications like Evolut...
null
null
null
null
null
6732
1
null
2010-10-13T10:00:35.027
8
1307
<p>I haven't been able to find information about Ubuntu 11.04. Is it already decided what's going to go into Natty Narwhal?</p>
2991
44179
2014-03-05T01:33:44.550
2014-03-05T01:33:44.550
What's going to be new for Ubuntu 11.04?
[ "11.04" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>While still celebreting the birth of Maverick, maybe its too early to answer this question. Ubuntu Developer Summit will be held on 25-29 October and thet have a busy agenda: <a href=\"https://launchpad.net/sprints/uds-n/+specs\" rel=\"nofollow\">https://launchpad.net/sprints...
null
null
null
null
null
6734
1
null
2010-10-13T10:02:28.383
1
1212
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/17381/unity-doesnt-load-no-launcher-no-dash-appears">Unity doesn’t load, no Launcher, no Dash appears</a> </p> </blockquote> <p>Ive installed gnome 3 and gnome3 session . When i login to gnome 3 , it shows gnome 3 panels and my mouse but when i click the menu , nothing happens , it just hang over there . So i decided to remove both package , after removing , i login into my Unity interface and found out that i displays my mouse but nothing else , just black screen/blank screen with mouse . how can i fix this?</p>
3267
-1
2017-04-13T12:23:30.463
2010-11-30T12:44:52.110
Unity Login Blank Screen
[ "unity", "gnome" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Speaking of gnome 3, you mean gnome shell I suppose?\n Maybe it's because of yours graphic card drivers. I had the same problem with Maverick Beta, it's because mutter (used by Gnome shell and Unity for compositing) have a lot of problems with some drivers (Mutter is very yo...
null
null
2013-02-05T01:57:26.293
null
null
6737
1
null
2010-10-13T10:18:42.867
5
361
<p>When I select switch user from the user menu, it drops me into the lock screen for the current user, not the login screen for the new user. It used to work for me on other hardware with 9.04.</p> <p>What do I need to do to make this work, or is it a possible bug?</p> <p>This is an Acer Aspire One 751h with the cursed Intel GMA500 chipset. I'm running ppa's for X from the gma500 repository, with the basic Xorg.conf device section.</p> <p>When I click on the change user button I get the lock screen again. I have two other test accounts which I've successfully logged in to, but never successfully switched to.</p>
3784
235
2010-10-13T13:19:13.493
2011-09-01T15:34:24.983
Switch user sends me to the lock screen - what do I need to do to make this work?
[ "10.10" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T10:29:47.537", "id": "6650", "postId": "6737", "score": "1", "text": "This happens when the system can't start another X server with the second (new) user - it disappears and goes back to your (locked) screen. Can you post up your graphics drivers' configuration and...
null
[ { "accepted": null, "body": "<p>Click on \"Change User\" on the lock dialog, and then on \"Others...\".</p>\n\n<p>You should have another user available, obviously.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": ...
null
null
null
null
null
6740
1
6874
2010-10-13T10:27:19.610
2
367
<p>So when I'm using an SDL app like Wormux, the screen flickers like the app was in fullscreen to the actual desktop with the SDL window. This doesn't occur on my other PCs, which use Intel Extreme 845G and an ATI Rage 128 Pro. (the ATI card is using the open-source r128 driver, no support from AMD)</p>
3785
null
null
2010-10-13T17:06:15.623
Windowed SDL apps are all flickering with a SiS graphics card
[ "graphics", "flicker" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>SiS graphics cards are well known for their bad support on linux (and in addition to that, they often have a broken VESA BIOS too).</p>\n\n<p>There are some alternative sis graphics drivers that can be found on the internet, both open and closed source, but they often only support the specific or close enough hardware that they were distributed with.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-14T10:45:34.913", "id": "7002", "postId": "6874", "score": "0", "text": "Well poopers, looks like I'm stuck with it. It's pulling off higher resolutions than Windows though, so I'm happy. No AGP slot for graphics though.", "userDisplayName": null, "userId": "3785" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T17:06:15.623", "id": "6874", "lastActivityDate": "2010-10-13T17:06:15.623", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "6740", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>SiS graphics cards are well known for their bad support on linux (and in addition to that, they often have a broken VESA BIOS too).</p>\n\n<p>There are some alternative sis graphics drivers that can be found on the internet, both open and closed source, but they often only su...
null
null
null
null
null
6747
1
6763
2010-10-13T10:59:08.063
3
1320
<p>I recently tried to plug my Ubuntu machine into my TV via a VGA cable. I just plugged it in and rebooted to see if Xwindows could handle it without any tweaking (it couldn't). This wasn't a big deal, but it seems to have screwed something up. I unplugged the tv and plugged my monitor back in and rebooted, but now I cannot use full-screen Flash at all. If I pull up (for example) a Youtube video and click the full-screen button, the screen flashes, then goes back to firefox, and the embedded video disappears and is replaced with a tan box. I've included the errors I get when I run firefox from a terminal below.</p> <pre><code>*** NSPlugin Viewer *** WARNING: unhandled variable 18 (&lt;unknown variable&gt;) in NPN_GetValue() *** NSPlugin Viewer *** WARNING: unhandled variable 18 (&lt;unknown variable&gt;) in NPN_GetValue() *** NSPlugin Viewer *** WARNING: unhandled variable 18 (&lt;unknown variable&gt;) in NPN_GetValue() *** NSPlugin Wrapper *** ERROR: NPP_Write() wait for reply: Connection reset by peer *** NSPlugin Wrapper *** WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:2235):invoke_NPP_DestroyStream: assertion failed: (rpc_method_invoke_possible(plugin-&gt;connection)) *** NSPlugin Wrapper *** WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:2119):invoke_NPP_URLNotify: assertion failed: (rpc_method_invoke_possible(plugin-&gt;connection)) *** NSPlugin Wrapper *** WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:1923):invoke_NPP_SetWindow: assertion failed: (rpc_method_invoke_possible(plugin-&gt;connection)) *** NSPlugin Wrapper *** WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:2533):invoke_NPP_HandleEvent: assertion failed: (rpc_method_invoke_possible(plugin-&gt;connection)) *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! *** NSPlugin Wrapper *** WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:2533):invoke_NPP_HandleEvent: assertion failed: (rpc_method_invoke_possible(plugin-&gt;connection)) *** NSPlugin Wrapper *** WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:1854):invoke_NPP_Destroy: assertion failed: (rpc_method_invoke_possible(plugin-&gt;connection)) *** NSPlugin Wrapper *** ERROR: NPObject 0x7f6136861b60 is no longer valid! *** NSPlugin Wrapper *** WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:1854):invoke_NPP_Destroy: assertion failed: (rpc_method_invoke_possible(plugin-&gt;connection)) *** NSPlugin Wrapper *** ERROR: NPObject 0x7f61348a9890 is no longer valid! </code></pre> <p>Is there any way for me to just rerun the X setup bits of the Ubuntu installation to get back my orignal setup?</p>
3790
41
2010-10-13T13:29:10.973
2010-10-13T13:29:10.973
How can I reset my xwindows settings to defaults?
[ "10.04", "xorg", "flash" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>sudo apt-get purge xorg &amp;&amp; sudo apt-get install xorg</code> should remove xorg and all it's configuration files and reinstall it.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-17T17:27:04.897", "id": "7816", "postId": "6763", "score": "0", "text": "I looks like a flash problem, have you tried to reinstall flashplugin-installer with the same commands as above?", "userDisplayName": null, "userId": "2262" }, { "creationDate": "2010-10-20T19:17:50.657", "id": "8426", "postId": "6763", "score": "0", "text": "I did try that, without any luck. Could it be Gnome? Not sure how to easily wipe that out... I did try temporarily removing all gnome-related folders in my home directory to lose any personal settings, but that had no effect on the flash issue.", "userDisplayName": null, "userId": "3790" }, { "creationDate": "2010-10-22T12:00:50.920", "id": "8797", "postId": "6763", "score": "0", "text": "I think a lot of the Gnome settings are saved in ~/.config and ~/.cache, but there are a lot of other things there too so be careful.", "userDisplayName": null, "userId": "2262" }, { "creationDate": "2010-10-16T16:46:37.587", "id": "7571", "postId": "6763", "score": "0", "text": "Hmm. I ran this, but it doesn't appear to have brought back my full-screen flash. What other settings could have been screwed up by trying the different screen? Gnome settings? edit: I went ahead and gave you the \"answer\" flag since you did answer the question I asked", "userDisplayName": null, "userId": "3790" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T11:46:41.773", "id": "6763", "lastActivityDate": "2010-10-13T13:26:09.803", "lastEditDate": "2010-10-13T13:26:09.803", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "2262", "parentId": "6747", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><code>sudo apt-get purge xorg &amp;&amp; sudo apt-get install xorg</code> should remove xorg and all it's configuration files and reinstall it.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-17T17:27:04.897", "id": "7816", ...
null
null
null
null
null
6751
1
null
2010-10-13T11:24:30.070
2
580
<p>My fianceé has a AAO 751h. I've convinced her that, for that machine, Ubuntu (and/or derivatives) is a better choice than Windows (any version).</p> <p>But now she wants to install Windows to play video files incoded with 'wmv9' because I can't get her notebook/netbook to run it (the audio plays ok, but not the video). I've already installed VLC, RealPlayer, Kubuntu-restricted-extras and the first codec package from <a href="http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2" rel="nofollow">mplayer</a> download page.</p> <p>When I test the same files in my notebook (which has the same software installed, but a differente hardware configuration), they run ok (both audio and video). Does anyone have a clue about what should I do? Thx in advance!</p>
null
235
2010-10-14T13:26:33.907
2010-10-14T19:49:33.823
How to play 'wmv9' in Acer Aspire One 751h?
[ "10.10", "kubuntu", "acer", "aspire-one" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T16:41:45.903", "id": "6760", "postId": "6751", "score": "0", "text": "And you should also test with other media files and tell us if the same issue shows up with other video content.", "userDisplayName": null, "userId": "935" }, { "creationDate": "20...
null
[ { "accepted": null, "body": "<p>The audio was coming out perfectly and the video was only a black screen; the problem was only with videos encoded with 'wmv9' codec. I tried other formats and a few streaming videos and they were working ok.</p>\n\n<p>Now here's what I did to solve it: I saw <a href=\"http:/...
null
null
2012-03-01T01:44:50.687
null
Gordin
6752
1
null
2010-10-13T11:27:56.260
4
854
<p>When I install Ubuntu to a set of computers <strong>that are not connected to the internet</strong>, and I need to get the lastest software updates, do I still need to connect them so they download the latest updates? Or is there a better way?</p> <ul> <li>Download the updates in one connected PC, then copy them to a pen drive and intall it on the others (How?)</li> <li>Find an image of the installation CD with the latest updates (possible?)</li> </ul> <p>I installed Xubuntu 10.04 on a couple of PC's with no connection.</p> <h2>Update (10/15/2010)</h2> <p>I made a Xubuntu 10.04 VM on my own PC, and I'm downloading all updates and necessary software. I will then use one of the below mentioned alternatives to upgrade the computers. Hopefuly I'll update them next Monday.</p>
175
175
2010-10-16T01:56:34.530
2010-10-16T01:56:34.530
How to update Ubuntu when not connected to internet
[ "installation", "updates", "internet" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You will have to download the packages and package lists to one computer (<code>apt-get update &amp;&amp; apt-get upgrade</code>, and then you can install them easily by copying <code>/var/lib/apt/lists/</code> and <code>/var/lib/apt/archives</code> across to the other comput...
null
null
null
null
null
6755
1
6762
2010-10-13T11:31:50.807
3
857
<p>After upgrading to kernel version 2.6.35 (went from 10.04 to 10.10), my wireless card stopped working. I'm currently using the Broadcom STA wireless driver (proprietary).</p> <p>Have anyone found any fix to this issue besides using a previous kernel version?</p> <p>Thanks! </p>
339
235
2012-07-08T16:28:04.453
2012-07-08T16:28:04.453
B43 Wireless not working on 2.6.35 kernel
[ "wireless", "kernel", "broadcom" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try installing the one from the Broadcom website. It's <a href=\"http://www.broadcom.com/support/802.11/linux_sta.php\" rel=\"nofollow\">here</a>. Follow the instructions in the <code>readme</code>.</p>\n\n<p>Alternatively, try reinstalling the driver, it worked for me once.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T11:44:57.230", "id": "6762", "lastActivityDate": "2010-10-13T11:44:57.230", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2804", "parentId": "6755", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Try installing the one from the Broadcom website. It's <a href=\"http://www.broadcom.com/support/802.11/linux_sta.php\" rel=\"nofollow\">here</a>. Follow the instructions in the <code>readme</code>.</p>\n\n<p>Alternatively, try reinstalling the driver, it worked for me once.<...
null
null
null
null
null
6756
1
null
2010-10-13T11:32:00.560
2
149
<p>I am a quite new user of Ubuntu. I am a Sr. citizen.</p> <p>My system is a Pentium III, Asus CUSL-2 Mother board 512MB RAM SD</p> <p>I installed Ubuntu 9.04 on a seperate HD of 20 GB using CHIP's Live DVD to install. It is successfully installed. On starting the system, it also gives booting options. If Win.XP is selected, it starts. But if Ubuntu 9.04 option is given, it starts booting, checks all parameters and gives [OK] to all but stops at "Checking battery...." it stops and after 2 to 3 flikkers the monitor screen becomes blank/dark... nothing comes on it.</p>
null
41
2010-10-13T13:07:33.620
2010-10-13T13:07:33.620
Ubuntu 9.04 not starting after Installation
[ "boot", "9.04" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T11:37:28.900", "id": "6673", "postId": "6756", "score": "0", "text": "Try adding paragraphs to the text to make it more readable.", "userDisplayName": null, "userId": "1733" }, { "creationDate": "2010-10-13T12:10:35.553", "id": "6677", "postI...
null
[ { "accepted": null, "body": "<p>I don't know what is wrong and how can I help, but You should know that support for 9.04 version is until 23 October 2010, so I recommend upgrade of Ubuntu version.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC ...
null
null
2012-02-06T13:05:08.193
null
Navin Talati
6761
1
null
2010-10-13T11:41:35.430
2
1044
<p>I would like to ask for some help debugging an irritating problem I'm having with my Packard Bell EasyNote MZ35 and Ubuntu 10.10.</p> <p>Always when the laptop is connected to a wireless network and the AC power lead is unplugged—so it's running on battery power—the system freezes. The screen turns black and shows the error <code>GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)</code>, although this error is completely unrelated to the actual problem.</p> <p>Previous searches on the internet indicate that this error is unrelated to the bug I'm experiencing. It is suggested that Ubuntu tries to hibernate or suspend and that you're seeing the black screen running 'behind' the X server. That would explain the fact that curiously you still see—but cannot move—the mouse cursor.</p> <p>I've already set all the values of the GConf keys in /apps/gnome-power-manager/actions/ to 'nothing', disabled all power management actions I could find, but it didn't solve the problem. It is important to note that the freeze doesn't happen immediately after you unplug the AC power lead. The icon in the notification area may have changed already, but the freeze only occurs when the Notify OSD bubble appears that tells you how many time is left with your battery.</p> <p>Does anyone here have a clue about this problem? A workaround or the cause? If anyone could help me with disabling possible suspend/hibernate behaviour that might be related to this issue, that would be appreciated too.</p> <p>This issue has been reported as <a href="https://launchpad.net/bugs/666852" rel="nofollow noreferrer">bug #666852</a>.</p>
292
-1
2020-06-12T14:37:07.210
2012-07-09T13:58:59.327
Packard Bell EasyNote MZ35 freezes when AC unplugged and wireless on
[ "10.10", "wireless", "laptop" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Possible workaround (disable the hibernate behaviour):</p>\n\n<ol>\n<li>Navigate to 'Power Management\nPreferences' (Top Menu > System >\nPreferences > Power Management)</li>\n<li>Select the 'On Battery Power' tab</li>\n<li>Play around with the options on that\ntab to prevent...
null
null
null
null
null
6765
1
null
2010-10-13T11:50:17.757
10
16789
<p>I want to open images using Fast Stone Image viewer in Ubuntu. I have installed the application in wine. How to associate jpg file to always open in Faststone that installed in wine. </p>
null
41
2010-10-13T13:25:49.793
2014-08-03T18:06:42.333
How to associate a file with a program installed in wine
[ "wine" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Right-Click on a jpg file and choose Properties. Then check if your program name is available on the 4th tab, and if it is, select it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate"...
null
null
null
null
iJeeves
6766
1
null
2010-10-13T11:51:41.090
2
2416
<p>I want to remaster ubuntu Lucid in maverick, is it possible? Is there a conflict? </p> <p>For example when I do the chroot, or to update the repository in the new ubuntu environment, (from the "iso" which I extract), or something else..</p> <p>and is it possible to remaster Ubuntu 32bit from 64bit machine?</p>
130367
449
2011-01-18T10:17:16.893
2011-04-21T01:21:00.887
Remaster Ubuntu
[ "remastersys" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>When you try to chroot from a 32-bit to a 64-bit enviroment you get an error, it won't chroot. I haven't tried the other way round, but have read it is the same.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-...
null
null
null
null
null
6769
1
null
2010-10-13T11:58:06.490
51
74156
<p>I have configured a new Ubuntu installation in a Notebook to use a swap file, instead of using a swap partition. </p> <p>By default is not possible to get Ubuntu to hibernate using a swap file, so I tried <a href="http://ubuntuforums.org/showthread.php?t=1042946" rel="noreferrer">this tutorial</a>, but it is specific to <strong>grub1</strong>, and Ubuntu now uses <strong>grub2</strong>. </p> <p>Does anybody know how to do this?</p>
3810
158442
2017-03-13T05:31:48.483
2023-02-18T15:17:33.110
Hibernate and resume from a swap file
[ "swap", "hibernate" ]
6
2
CC BY-SA 3.0
[ { "creationDate": "2020-12-16T09:09:07.737", "id": "2210516", "postId": "6769", "score": "0", "text": "IDK what's up with systemd, looking at the code it should support swapfile natively. Then I've been using it for years with one swap partition much smaller that RAM, and one swapfile to compens...
null
[ { "accepted": null, "body": "<p>I've given a quick read to the tutorial and, if I have understood correctly, you just need to specify the <code>resume</code> options to the Linux command line. With Grub2 is really simple, and your changes will be always preserved. You need to edit the <code>/etc/default/gru...
null
null
null
null
null
6770
1
6774
2010-10-13T12:02:02.137
55
82470
<p>I am curious, does SSH compress its data before sending/receiving it? If it does not by default, then can it be turned on? </p>
2390
null
null
2019-06-11T13:43:41.427
Does SSH use any compression?
[ "ssh" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No and yes. Kind of. Which is to say, it supports compression (zlib or zlib-ish, as I recall), but a stock copy of OpenSSH does not have it enabled by default, though some distributions may enable it by default (I don't think Ubuntu does).</p>\n\n<p>See <code>man ssh_config</code> for details. You're looking for the <code>Compression</code> and <code>CompressionLevel</code> options, which you can then set in <code>/etc/ssh/ssh_config</code>.</p>\n\n<p>Note that there's also a <code>Compression</code> option for the server side in <code>sshd_config</code> which determines if compression is allowed (it is by default). Again, see <code>man sshd_config</code> for details.</p>\n\n<p>You can also turn compression on on a per-session basis by using the command line option <code>-C</code>.</p>\n\n<p>Note that compression can actually have a slightly <em>negative</em> performance impact if the connection between you and the server is fast (e.g. on the same LAN or just on really good internet connections) or one or both sides has a slow CPU (compression eats a fair bit of CPU time).</p>\n\n<p>These days, for most people, I'd suggest using it only as needed. Typically for links of less than 5-10mbps and only when passing a lot of bulk data (transfers of not-already-compressed files, X11 or VNC forwarding, things like that).</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-11-05T21:10:59.850", "id": "12027", "postId": "6774", "score": "1", "text": "Actually I want to try using it to speed up running X applications over SSH. My server has plenty of free CPU and RAM resources and client is not too weak too.", "userDisplayName": null, "userId": "2390" }, { "creationDate": "2012-08-24T20:57:36.230", "id": "223766", "postId": "6774", "score": "2", "text": "Compression in sshd_config can be either \"yes\" or \"delayed\". \"delayed\" is more secure, since a zlib vulnerability doesn't expose you, so it's the default, but some old clients like Tunnelier only support \"yes\". http://www.openssh.com/txt/release-4.2", "userDisplayName": null, "userId": "5032" }, { "creationDate": "2013-12-22T17:04:25.930", "id": "505088", "postId": "6774", "score": "0", "text": "`Compression` can either be `yes` or `no` the man page says... Thanks anyway, needed to uncompress it for my Android phone...", "userDisplayName": null, "userId": "178596" }, { "creationDate": "2017-06-01T09:49:07.487", "id": "1454440", "postId": "6774", "score": "0", "text": "@Ivan Have you tried NoMachine NX or freenx? That should be faster than just commpressing ssh.", "userDisplayName": null, "userId": "256669" }, { "creationDate": "2018-01-12T23:11:59.097", "id": "1606970", "postId": "6774", "score": "1", "text": "Note that `CompressionLevel` was an option that was only available for SSH protocol 1 which is [no longer enabled](https://www.openssh.com/txt/release-7.0 \"Changes since OpenSSH 6.9\") by default with current versions of OpenSSH.", "userDisplayName": null, "userId": "313855" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T12:10:26.630", "id": "6774", "lastActivityDate": "2010-10-13T12:10:26.630", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "57", "parentId": "6770", "postTypeId": "2", "score": "62" }
[ { "accepted": null, "body": "<p>You can turn on gzip compression on any SSH. Put <code>Compression yes</code> into your <code>~/.ssh/config</code>, and it should work. Alternatively, try running <code>ssh</code> with the <code>-C</code> option.</p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
6779
1
null
2010-10-13T12:22:47.407
2
497
<p>error: no such device: (hard drive serial number). grub rescue></p> <p>Thats what i get after every update, I know how to recover from this error. But i Don't want it to recur. What should I do?</p>
2603
null
null
2010-12-02T15:44:52.090
grub overwrites windows boot manager after every update
[ "windows", "wubi", "grub2" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T16:27:51.330", "id": "6758", "postId": "6779", "score": "1", "text": "Based on the tags, I assume you are using Wubi? It would be useful to add that info to your question. Also: how do you recover from it?", "userDisplayName": null, "userId": "935" }, ...
null
[ { "accepted": null, "body": "<p>I would try editing <strong>/etc/grub.d/40_custom</strong> and on the bottom add your Windows menuentry that looks like this <code>menuentry \"Windows\" { ... }</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "...
null
null
null
null
null
6783
1
6791
2010-10-13T12:29:45.180
2
3051
<p>I want to change the theme of GRUB using BURG theme,is it possible?</p> <p>I do not want to install BURG in my MBR, just change the default 'GRUB' theme with BURG theme?</p> <p>or stealing the BURG theme and then put it in the GRUB.</p>
130367
18612
2011-10-16T03:13:48.353
2011-10-16T03:13:48.353
install burg theme in grub
[ "grub2", "themes", "burg" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T13:00:39.143", "id": "6689", "postId": "6783", "score": "0", "text": "Why don't you want to use burg?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-10-13T13:49:36.563", "id": "6704", "postId": "6783", "score": "0",...
{ "accepted": true, "body": "<p>Simply you can't. You should use BURG for it. The only thing you can do is, changing GRUB's background with the themes' one. But you can't get OS icons etc. on GRUB.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T12:57:44.217", "id": "6791", "lastActivityDate": "2010-10-13T12:57:44.217", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3670", "parentId": "6783", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Simply you can't. You should use BURG for it. The only thing you can do is, changing GRUB's background with the themes' one. But you can't get OS icons etc. on GRUB.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC...
null
null
null
null
null
6784
1
6802
2010-10-13T12:35:09.520
40
13234
<p>The new indicator-appmenu in Maverick breaks the LyX menu: the application menu is not shown either in the application window nor in the applet. (See <a href="https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/619811">Bug report</a>.)</p> <p>As a workaround while the bug is fixed, is there a way to make an exception for the applet, so that LyX would be ignored and the applet could still be used for everything else? Something akin to Maximus exceptions.</p>
860
235
2011-10-08T15:31:52.193
2019-02-16T13:30:41.727
Is it possible to make indicator-appmenu ignore a specific application?
[ "unity", "indicator", "appmenu", "lyx" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2013-01-03T15:45:29.100", "id": "292939", "postId": "6784", "score": "0", "text": "The current answers all don't work on Ubuntu 12.10. If someone could put a bounty on this I would be grateful. I put +100 bounty and got no response.", "userDisplayName": null, "userId":...
{ "accepted": true, "body": "<h2>Run an application</h2>\n\n<ul>\n<li><p>To start an application (eg., <code>gcalctool</code>) with the menu within the application rather than in the panel, run the following in a terminal:</p>\n\n<pre><code>UBUNTU_MENUPROXY= gcalctool\n</code></pre>\n\n<p>To start the application with the menu enabled in the application <strong>and</strong> the panel, run:</p>\n\n<pre><code>APPMENU_DISPLAY_BOTH=1 gcalctool\n</code></pre></li>\n<li><p>Instead of using the terminal, you can use the <kbd>Alt</kbd> + <kbd>F2</kbd> shortcut to start a run dialog, in which you would enter:</p>\n\n<pre><code>env UBUNTU_MENUPROXY= gcalctool\n</code></pre>\n\n<p>or</p>\n\n<pre><code>env UBUNTU_DISPLAY_BOTH=1 gcalctool\n</code></pre></li>\n</ul>\n\n<h2>Edit application launchers in Ubuntu 10.10</h2>\n\n<p>To make it easier to always launch your application with the same appmenu settings, you can edit application launchers in the menu, the gnome-panel, and on the desktop:</p>\n\n<ul>\n<li><p>Gnome-panel and desktop: simply right-click the launcher, select \"Properties\" and prepend <code>env UBUNTU_MENUPROXY=</code> or <code>env UBUNTU_DISPLAY_BOTH=1</code> to the value in the \"Command\" field:<br><br><a href=\"https://i.stack.imgur.com/hvvUz.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/hvvUz.png\" alt=\"\"></a><br>\n<sub>(source: <a href=\"https://img.xrmb2.net/images/302698.png\" rel=\"nofollow noreferrer\">xrmb2.net</a>)</sub> </p></li>\n<li><p>Menu: right-click the menu and select \"Edit Menus\". In the new window, find the launcher you want to edit and click the \"Properties\" button on the right. Again, simply prepend the variables like above (don't forget the 'env'), click on \"Close\" two times and you should be done.</p></li>\n</ul>\n\n<h2>Edit launchers in Compiz-based Unity in Ubuntu 11.04</h2>\n\n<ul>\n<li><p>Dirty method: Change the launcher's .desktop file in the <code>/usr/share/applications</code> directory:</p>\n\n<ul>\n<li><p>For example, run </p>\n\n<pre><code>gksudo gedit /usr/share/applications/gcalctool.desktop\n</code></pre></li>\n<li><p>Now edit the <code>Exec=</code>-line to contain either of the two variables from above, eg.: </p>\n\n<pre><code>Exec=env UBUNTU_MENUPROXY= gcalctool\n</code></pre></li>\n<li><p>Save the file, and launching gcalctool from Unity's launcher bar should run it with the menu within the application.</p></li>\n</ul>\n\n<p>Disadvantages of this method: it will change the launcher for all users and will probably be reverted by system updates.</p></li>\n<li><p>Better method:</p>\n\n<ul>\n<li>If already added, unpin the launcher from the launcher bar.</li>\n<li><p>Copy the related .desktop file to your home directory:</p>\n\n<pre><code>cp /usr/share/applications/gcalctool.desktop ~/.local/share/applications\n</code></pre></li>\n<li><p>Like in the method above, edit the <code>Exec=</code>-line to contain either of the two variables:</p>\n\n<pre><code>Exec=env UBUNTU_MENUPROXY= gcalctool\n</code></pre></li>\n<li><p>Make the file executable:</p>\n\n<pre><code>chmod +x ~/.local/share/applications/gcalctools.desktop\n</code></pre></li>\n<li><p>Start Nautilus in that folder and double click the .desktop file (which should just read \"Calculator\" in the example):</p>\n\n<pre><code>nautilus ~/.local/share/applications\n</code></pre></li>\n<li><p>Now you should see the launcher icon in the launcher bar - pin it via the quicklist and you are done.</p></li>\n</ul></li>\n</ul>\n\n<hr>\n\n<p><strong>Note:</strong> To make above work with KDE applications, replace <code>UBUNTU_MENUPROXY=</code> with <code>QT_X11_NO_NATIVE_MENUBAR=1</code>.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-10-13T14:06:00.300", "id": "6705", "postId": "6802", "score": "2", "text": "This works, thanks. I also learned that QT_X11_NO_NATIVE_MENUBAR=1 works.", "userDisplayName": null, "userId": "860" }, { "creationDate": "2011-01-25T09:11:13.820", "id": "25019", "postId": "6802", "score": "0", "text": "Interesting to note that you use ALT+F2 which isn't available in Natty with Unity, and we have no way to graphically maintain launcher items in Natty, so you _have_ to use the dirty method :(", "userDisplayName": null, "userId": "612" }, { "creationDate": "2011-05-06T17:29:13.683", "id": "44652", "postId": "6802", "score": "1", "text": "@popey: In compizconfig on my natty, the \"Run command\" for Ubuntu Unity Plugin has a default value of Alt-F2. Does that not work for you? If so, try disabling the shortcuts in Gnome Compatibility.", "userDisplayName": null, "userId": "9411" }, { "creationDate": "2011-05-06T17:41:06.497", "id": "44659", "postId": "6802", "score": "0", "text": "You can do \"Edit Menus\" in 11.04. Search for menu in the dash and select \"Main Menu\" or use Alt-F2 to run `alacarte`.", "userDisplayName": null, "userId": "9411" }, { "creationDate": "2012-12-07T16:19:35.657", "id": "279691", "postId": "6802", "score": "0", "text": "Does this method still work in Ubuntu 12.10?", "userDisplayName": null, "userId": "2355" }, { "creationDate": "2013-01-19T13:24:58.447", "id": "304168", "postId": "6802", "score": "0", "text": "@flimm: Yes, it works.", "userDisplayName": null, "userId": "16234" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-10-13T13:42:52.767", "id": "6802", "lastActivityDate": "2019-02-16T13:30:41.727", "lastEditDate": "2019-02-16T13:30:41.727", "lastEditorDisplayName": null, "lastEditorUserId": "606366", "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "6784", "postTypeId": "2", "score": "40" }
[ { "accepted": true, "body": "<h2>Run an application</h2>\n\n<ul>\n<li><p>To start an application (eg., <code>gcalctool</code>) with the menu within the application rather than in the panel, run the following in a terminal:</p>\n\n<pre><code>UBUNTU_MENUPROXY= gcalctool\n</code></pre>\n\n<p>To start the appli...
null
null
null
null
null
6789
1
null
2010-10-13T12:49:07.323
3
221
<p>Quando a documentação oficial do ubuntu sera traduzida para o Português?</p> <p>When will there be an official documentation of Ubuntu, that is translated into Portuguese?</p>
3814
47151
2012-03-08T15:06:17.923
2016-02-21T12:13:26.603
Are there localized versions of help.ubuntu.com?
[ "language-support", "documentation", "translation" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-13T13:32:24.007", "id": "6703", "postId": "6789", "score": "0", "text": "mas a gente ajuda no que puder, mesmo se os artigos não estiverem traduzidos. o fórum de portugal é bem bom, mas desatualizado. se precisares, eu dou uma procurada e te ajudo com os tópicos. abraç...
null
[ { "accepted": null, "body": "<p>The translation into Brazilian Portuguese is pretty well covered, while the translation into Portuguese as spoken in Portugal is less so. You may want to ask the question to respective team of translators:</p>\n\n<p><a href=\"https://launchpad.net/~ubuntu-l10n-pt\" rel=\"nofo...
null
null
null
null
null
6796
1
null
2010-10-13T13:21:48.600
6
1454
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/7205/laptops-battery-is-stuck-on-estimating">Laptop&#39;s battery is stuck on &ldquo;estimating&rdquo;?</a> </p> </blockquote> <p>After updating to Ubuntu 10.10 from 10.04 Ubuntu can not estimate both the battery time and the percentage left. It just says (estimating...)</p>
3715
-1
2017-04-13T12:23:30.463
2010-10-14T01:47:15.090
Can not estimate remaining battery time?
[ "10.10", "battery", "power-management" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2010-12-20T12:47:24.177
null
null
6800
1
null
2010-10-13T13:37:56.960
7
1454
<p>I want to upgrade my Ubuntu Lucid to Kubuntu Maverick (with a fresh install of course). I want to try KDE, but I have heard there are slight issues with the native Qt applications compared to the GTK application equivalents - such as nvidia-settings, Gimp, Ubuntu Software Centre, and especially th eSynaptic package manager (which in detail showed the administration package / KPackageKit is not powerful yet than synaptic)</p> <p>I believe we can have run GTK+ applications in KDE, but GTK+ applications do not blend with the KDE desktop. Also Java does not provide a GUI for KDE/Qt.</p> <p>Should I install Kubuntu (KDE/Qt) or stay with ubuntu (GNOME/GTK +)?</p>
130367
3037
2011-01-18T07:36:04.237
2011-01-18T07:36:04.237
Install Ubuntu or Kubuntu?
[ "upgrade", "kubuntu" ]
6
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Using Ubuntu (Gnome-desktop) or Kubuntu (KDE-desktop) is in the end a choice of preference and maybe what applications you use more.</p>\n\n<p>You can even install both, by making sure that both packages, ubuntu-desktop and kubuntu-desktop are installed. With this setup you c...
null
0
null
null
null
6801
1
8399
2010-10-13T13:38:08.067
5
5867
<p>On the right click menu (in Nautilus, desktop, etc), there is a "compress" option. Is there any way to make "zip" the default format for this?</p>
3813
235
2010-10-19T23:05:20.493
2010-10-20T02:33:48.140
Change default compress option in Nautilus type to zip?
[ "gnome", "nautilus", "compression", "file-roller" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>After some investigating, it appears that this is controlled by a gconf setting. To set zip as the default compression method, hit <kbd>Alt</kbd>+<kbd>F2</kbd> to launch the 'Run Application' window. Type 'gconf-editor' in the box and hit the 'Run' button. This can be seen in the screenshot below.</p>\n\n<p><img src=\"https://i.stack.imgur.com/S1XlE.png\" alt=\"Run Application Window\"></p>\n\n<p>Once you hit the 'Run' button, a window like the one below will appear. This is the Configuration Editor.</p>\n\n<p><img src=\"https://i.stack.imgur.com/4WdNs.png\" alt=\"Configuration Editor\"></p>\n\n<p>The compression feature of nautilus really uses <code>file-roller</code>. To get to the file-roller settings, start by expanding the 'apps' folder.</p>\n\n<p><img src=\"https://i.stack.imgur.com/EcNlD.png\" alt=\"Apps Folder\"></p>\n\n<p>Next, find and expand the 'file-roller' folder.</p>\n\n<p><img src=\"https://i.stack.imgur.com/SyXFH.png\" alt=\"file-roller folder\"></p>\n\n<p>Expand the 'dialogs' folder.</p>\n\n<p><img src=\"https://i.stack.imgur.com/krShG.png\" alt=\"dialogs folder\"></p>\n\n<p>Select the 'batch-add' folder.</p>\n\n<p><img src=\"https://i.stack.imgur.com/GWx7y.png\" alt=\"batch-add folder\"></p>\n\n<p>You should now see an item with the name of 'default_extension' in the section on the right. You will want to click on the 'Value' field and change whatever was previously there to '.zip'.</p>\n\n<p><img src=\"https://i.stack.imgur.com/Y5e82.png\" alt=\"default_extension = .zip\"></p>\n\n<p>Now, if you close the configuration editor and open nautilus, .zip should be the default compression method.</p>\n\n<p><img src=\"https://i.stack.imgur.com/vooxl.png\" alt=\".zip is default compression method in nautilus\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-20T11:04:23.960", "id": "8332", "postId": "8399", "score": "0", "text": "fantastic answer, thank you. I shall try this out as soon as I get back to the machine.", "userDisplayName": null, "userId": "3813" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-20T02:33:48.140", "id": "8399", "lastActivityDate": "2010-10-20T02:33:48.140", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "469", "parentId": "6801", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>Well, when you click on «compress» it will show you a window to select the format. The file format is the last chosen format.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-10-13T16:26:24.133", "id": "6754", "postId": ...
null
null
null
null
null
6804
1
7339
2010-10-13T13:49:09.247
8
5885
<p>I'm trying to check the boot log messages in the file <code>/var/log/boot</code> on Ubuntu 8.10 &amp; 9.10 and I found it empty with the message <code>(Nothing has been logged yet.)</code>. The <code>bootlogd</code> service is running at the startup. </p> <p>I changed the file <code>vim /etc/default/bootlogd</code></p> <pre><code># Run bootlogd at startup ? BOOTLOGD_ENABLE=No Change No to Yes: # Run bootlogd at startup ? BOOTLOGD_ENABLE=Yes </code></pre>
3215
18612
2011-10-09T21:31:51.563
2011-10-09T21:31:51.563
How to log boot messages?
[ "boot", "9.10", "logging", "8.10" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2010-10-14T14:03:24.687", "id": "32833", "postId": "6804", "score": "0", "text": "This is schwon by me, too.\r\nDo you have tried with `dmesg` ?", "userDisplayName": null, "userId": "3843" } ]
{ "accepted": true, "body": "<p>yes, me too. \nAFAIK, /var/log/dmesg has the boot messages. \nThe program bootlog copies all strings sent to the /dev/console device to /var/log/boot AFTER the daemon is initialized. Messages from kernel booting are in dmesg.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-15T00:10:04.210", "id": "7339", "lastActivityDate": "2010-10-15T00:10:04.210", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "127", "parentId": "6804", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Don't know if this is relevant, but the following page has a lower-case \"y\" in the \"yes\"</p>\n\n<p><a href=\"http://wiki.debian.org/bootlogd\" rel=\"nofollow\">http://wiki.debian.org/bootlogd</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate...
null
null
null
null
null
6805
1
6984
2010-10-13T13:49:17.220
1
281
<p>I'd like to install the movabletype-opensource package for version 5.0 I currently have Ubuntu 10.04 installed. How do I install the experimental package? Do I need to add a site to my apt sources?</p>
2696
235
2010-10-13T14:02:59.490
2013-04-29T10:33:34.997
How can I get Movable Type 5 experimental package?
[ "10.04", "package-management", "ppa", "apt" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Currently, version 4.3.3-1 is in the lucid/10.04 repositories (4.3.4-1 is in the maverick/10.10 and natty/11.04 repositories). Debian does not have any 5.0 versions, and a quick PPA search on Launchpad did not turn anything up either.</p>\n\n<p>You can download the latest version from the <a href=\"http://www.movabletype.org/\" rel=\"nofollow\">movabletype.org</a> <a href=\"http://www.movabletype.org/download.html\" rel=\"nofollow\">download page</a>. The site also contains an <a href=\"http://www.movabletype.org/documentation/installation/index.html\" rel=\"nofollow\">installation guide</a>.</p>\n\n<p>If you would prefer to install movabletype-opensource from an actual deb package, you might be interested in this <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582724\" rel=\"nofollow\">bug</a> on the Debian BTS reporting that 5.0 is available upstream and requesting and updated package or this <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572484\" rel=\"nofollow\">Request For Help Bug</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-16T17:20:35.223", "id": "7575", "postId": "6984", "score": "0", "text": "Yep. Looks like the only solution is outside apt. Thanks for searching!", "userDisplayName": null, "userId": "2696" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-10-13T23:13:32.250", "id": "6984", "lastActivityDate": "2013-04-29T10:33:34.997", "lastEditDate": "2013-04-29T10:33:34.997", "lastEditorDisplayName": null, "lastEditorUserId": "114818", "ownerDisplayName": null, "ownerUserId": "469", "parentId": "6805", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Currently, version 4.3.3-1 is in the lucid/10.04 repositories (4.3.4-1 is in the maverick/10.10 and natty/11.04 repositories). Debian does not have any 5.0 versions, and a quick PPA search on Launchpad did not turn anything up either.</p>\n\n<p>You can download the latest ver...
null
null
null
null
null
6808
1
null
2010-10-13T13:58:59.667
3
445
<p>I am running Lucid and after installing some upgrades and switching from Gnome to KDE, I found I can no longer connect to the server on my office LAN. I can see it on the network, but clicking on it has no effect. I seem to have the option to connect to it via different protocols - sftp, afp and also Apple Remote Desktop (it's a Mac server i'm trying to connect to), but none of these options work. </p> <p>Grateful for any pointers on how to sort this!</p> <p>Running cat /etc/mtab shows:</p> <pre><code>/dev/sda1 / ext3 rw,relatime,errors=remount-ro 0 0 proc /proc proc rw 0 0 none /sys sysfs rw,noexec,nosuid,nodev 0 0 none /sys/fs/fuse/connections fusectl rw 0 0 none /sys/kernel/debug debugfs rw 0 0 none /sys/kernel/security securityfs rw 0 0 none /dev devtmpfs rw,mode=0755 0 0 none /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0 none /dev/shm tmpfs rw,nosuid,nodev 0 0 none /var/run tmpfs rw,nosuid,mode=0755 0 0 none /var/lock tmpfs rw,noexec,nosuid,nodev 0 0 none /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0 /dev/sdb1 /home ext3 rw 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0 </code></pre>
null
113604
2013-01-16T10:53:27.350
2013-01-16T11:36:33.377
Unable to access folder on LAN since upgrade and switch to KDE
[ "gnome", "kubuntu", "kde", "mac", "lan" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T18:29:44.177", "id": "6793", "postId": "6808", "score": "1", "text": "Could you please describe what you are exactly doing. Currently, I cannot see what the issue has to do with Gnome vs. KDE.", "userDisplayName": null, "userId": "4" } ]
null
[ { "accepted": null, "body": "<p>Did you try to install afpfs-ng? It's a good solution to access AFP shares on a network. There is a good explanation in <a href=\"http://www.omgubuntu.co.uk/2010/11/connecting-to-your-apple-time-capsule-in-ubuntu/?utm_source=feedburner&amp;utm_medium=twitter&amp;utm_campaign=...
null
null
null
null
njc77
6809
1
6817
2010-10-13T14:04:52.303
2
757
<p>Looking at a number of screenshots from various ubuntu articles namely the one below from OMG Ubuntu the user has applets for an array of programs such as Dropbox, Transmission, etc. Is a resource for such applets, or how do I obtain and enable applets like these?</p> <p>Any help would be appreciated.</p> <p><img src="https://i.stack.imgur.com/zVgZ0.png" alt="Desktop Screenshot with Indicator Applets"></p>
2978
866
2010-10-16T12:14:27.050
2010-10-16T12:31:28.057
Where do I find Indicator Applets?
[ "indicator", "ayatana" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I don't think there is a resource for listing new applets, but I can tell you a little about the applets in your screenshot and some others that might be of interest?</p>\n\n<ul>\n<li>Volume : Should be present by default</li>\n<li>Dropbox: <a href=\"http://www.dropbox.com\" rel=\"nofollow\">http://www.dropbox.com</a></li>\n<li>Banshee: Install via Ubuntu Software Center</li>\n<li><em>(Not sure about the square one..? Anyone?)</em></li>\n</ul>\n\n<p>You may also be interested in the UbuntuOne sync applet:</p>\n\n<p><a href=\"http://www.omgubuntu.co.uk/2010/10/indicator-workspaces-updated-for-maverick/\" rel=\"nofollow\">http://www.omgubuntu.co.uk/2010/10/indicator-workspaces-updated-for-maverick/</a></p>\n\n<p>The link above will also show you how to add third-party applets to the main menu on start-up.</p>\n\n<p>Hope that helps! :)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-10-13T14:27:30.047", "id": "6711", "postId": "6817", "score": "6", "text": "Dropbox isn't in the Software Center, you have to download it from dropbox.com. (The indicator support is in a forum build actually)", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-10-13T15:25:02.000", "id": "6724", "postId": "6817", "score": "0", "text": "Well spotted Jorge! Apologies!!", "userDisplayName": null, "userId": "3205" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T14:17:10.273", "id": "6817", "lastActivityDate": "2010-10-13T15:25:57.067", "lastEditDate": "2010-10-13T15:25:57.067", "lastEditorDisplayName": null, "lastEditorUserId": "3205", "ownerDisplayName": null, "ownerUserId": "3205", "parentId": "6809", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Sorry but that screenshot is (at most) a combination of Indicator Applet and the older Notification Area. You can tell because Indicator Applet doesn't have a move handle and their tray does.</p>\n\n<p>It looks like the first two (Networking and DropBox) are Notification Area...
null
null
null
null
null
6810
1
6820
2010-10-13T14:07:57.957
5
10277
<p>When I SSH into my firewall server, then attempt to ssh into another machine on the local network from there I get the following error:</p> <blockquote> <p>Could not open a connection to your authentication agent.</p> </blockquote> <p>Is there a way that I can have the agent run correctly from within another SSH session?</p>
2564
2564
2010-10-13T18:45:42.540
2023-05-09T11:02:53.237
SSH-Agent can't open a connection to authentication agent?
[ "ssh", "ssh-agent" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I addition to what txwikinger said, you can also just use the <code>-A</code> command line option when SSHing to your firewall.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-10-13T18:41:43.127", "id": "6799", "postId": "6820", "score": "0", "text": "This works, thanks. Do you know what the correct option is to make this a default in .ssh/config?", "userDisplayName": null, "userId": "2564" }, { "creationDate": "2010-10-13T18:44:44.163", "id": "6801", "postId": "6820", "score": "0", "text": "Add `ForwardAgent yes` to the .ssh/config for that Host to default to the -A flag", "userDisplayName": null, "userId": "2564" }, { "creationDate": "2012-12-04T03:45:38.280", "id": "277984", "postId": "6820", "score": "0", "text": "You can also try this \"eval `ssh-agent`\".", "userDisplayName": null, "userId": "4216" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T14:24:40.273", "id": "6820", "lastActivityDate": "2010-10-13T14:24:40.273", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "588", "parentId": "6810", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Yes. you can enable agent-forwarding by adding</p>\n\n<pre><code>ForwardAgent Yes\n</code></pre>\n\n<p>in your ssh configuration file (either <code>~/.ssh/config</code> for user or <code>/etc/ssh/ssh_config</code> system wide.</p>\n\n<p>See also <a href=\"http://drupal.txwiki...
null
null
null
null
null
6819
1
null
2010-10-13T14:22:43.023
0
256
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/529/how-to-set-up-an-apt-repository">How to set up an APT repository?</a> </p> </blockquote> <p>I want to create my own repository for my 'deb' applications that I had made.</p> <p>What should I do or is any tutorial to create my own repository that can be integrated in package repository? (Included in file <code>/etc/apt/sources.list</code>)</p> <p>Let's just say I already have my own domain name like www.myapps.com. or is any solution to put my applications into launchpad?</p> <p>note :</p> <ol> <li>My application has been already in .deb (ready to be installed).</li> <li>There is no source code (I just downloaded from the aplications site and recreate it into a 'deb' with dpkg -build <em>application-name</em>).</li> </ol>
130367
-1
2017-04-13T12:24:32.903
2010-10-13T14:25:25.573
How to make our own repository?
[ "package-management", "ppa", "launchpad" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2010-10-14T16:51:29.487
null
null
6832
1
6838
2010-10-13T15:20:23.170
11
3701
<p>I'm looking in to gaming on Ubuntu (using PlayOnLinux - i.e. wine). What is the most modern game you have run at an acceptable framerate and what hardware were you running? Did you have to tweak your wine or gfx card settings? If so, how?</p>
3739
41
2010-10-14T03:58:59.087
2011-08-15T23:35:43.113
Gaming on Ubuntu - How far can you take it?
[ "games" ]
4
4
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T15:22:22.873", "id": "6720", "postId": "6832", "score": "1", "text": "Personally, I've run Team Fortress 2 on an Phenom II X4 810 with 6 gig of ram and a 9600GT gfx card. It ran well, but every few minutes if would lock up for 2-3 seconds.", "userDisplayName": n...
{ "accepted": true, "body": "<p>Before everybody lists out every single game they've played on Ubuntu through Wine, check <a href=\"http://appdb.winehq.org\">appdb</a> for specific games you want to run on Wine. Some work at near-native speeds, some don't work at all.</p>\n\n<p>However, the \"most modern\" games I own are Modern Warfare 2, Dragon Age: Origins and Fallout 3. All work fine on my i7 920 + Nvidia GTX260 but then again, I didn't buy them until I knew they would. In a perfect world, MW2 could run a little faster.</p>\n\n<p>Dragon Age and Fallout both took a lot of wine-hacking to get working originally - They're somewhat easier now but I still patch in WinePulse to simplify audio problems.</p>\n\n<p>For Source games (that is Valve, not the open- variety) like HL2, Left 4 Dead, TF2, etc, you'll find that things run pretty well.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T15:54:42.227", "id": "6742", "postId": "6838", "score": "2", "text": "Great, thanks for the input. wine-hacking aside, if you can run those, I think I'm ready to blow away my windows partition! (After getting a new graphics card :/ )", "userDisplayName": null, "userId": "3739" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T15:41:21.057", "id": "6838", "lastActivityDate": "2010-10-13T15:41:21.057", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "6832", "postTypeId": "2", "score": "23" }
[ { "accepted": true, "body": "<p>Before everybody lists out every single game they've played on Ubuntu through Wine, check <a href=\"http://appdb.winehq.org\">appdb</a> for specific games you want to run on Wine. Some work at near-native speeds, some don't work at all.</p>\n\n<p>However, the \"most modern\" ...
null
null
null
null
null
6833
1
6852
2010-10-13T15:22:37.747
2
1442
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/16874/boot-screen-in-low-graphics-text-mode">Boot screen in low graphics/text mode</a> </p> </blockquote> <p>When I had 10.04 I messed around with the boot image using a tutorial online to boot with the 800x600 ubuntu boot logo. However after upgrading to 10.10, I now just get "Ubuntu 10.10" in text and no pretty logo.</p> <p>I reverted my changes (I backed up every file before making the changes), but this hasn't done the trick. :(</p> <ol> <li>How do I get the boot logo back</li> <li>How do I get the boot logo in 800x600?</li> </ol> <p>Device: Dell Studio 15 (i7-720QM 2.8GHz), 1GB ATI Mobility Radeon HD5470 Graphics Card</p> <p>Driver: ATI/AMD proprietary FGLRX graphics driver </p> <p>Thanks!</p>
3205
-1
2017-04-13T12:23:30.463
2010-12-25T17:43:12.700
Text boot image not pretty one, how do I get pretty one back?
[ "10.10", "boot", "ati", "plymouth" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T15:35:38.400", "id": "6729", "postId": "6833", "score": "0", "text": "Please add your hardware information, specifically your videocard and driver.", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-10-13T15:41:34.097", "id": "...
{ "accepted": true, "body": "<p>This isn't directly related to your issue, but I encountered the text rather than image boot logo a while back. I installed a package called v86d which solved it, the guide below, tells you how to modify Plymouth. Hopefully, it can help you with your issue:</p>\n\n<p><a href=\"http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml\" rel=\"nofollow\">http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T16:12:48.643", "id": "6852", "lastActivityDate": "2010-10-13T16:12:48.643", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3253", "parentId": "6833", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>This isn't directly related to your issue, but I encountered the text rather than image boot logo a while back. I installed a package called v86d which solved it, the guide below, tells you how to modify Plymouth. Hopefully, it can help you with your issue:</p>\n\n<p><a href=...
null
null
2011-06-21T15:44:55.607
null
null
6842
1
6857
2010-10-13T15:50:14.950
4
1860
<p>I'm using maverick desktop edition and I'd like to use indicator-datetime instead of the usual clock. I installed it using software center but even after restarting I don't find it in the "Add to panel" list. Maybe I'm trying to install it in the wrong way? Or should I add that indicator using terminal? If so, could you tell me how to do that? Thanks in advance!</p>
3216
null
null
2010-10-13T16:17:24.023
How to add indicator-datetime to the panel?
[ "10.10", "panel", "indicator", "gnome-panel" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Currently your indicator menus are loaded by either indicator-applet or indicator-applet-session, and none of those show the indicator-datetime menu. You can replace those 2 applets, plus the old clock applet by 1 single applet indicator-applet-complete (and you have to install that one first). The indicator-applet-complete applet will show indicator-datetime if it's installed.</p>\n\n<p>So currently you have the following applets at the right side of the panel:</p>\n\n<pre><code>| notification area | indicator-applet | clock | indicator-applet-session |\n</code></pre>\n\n<p>And you have to change it to:</p>\n\n<pre><code>| notification area | indicator-applet-complete |\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T16:17:24.023", "id": "6857", "lastActivityDate": "2010-10-13T16:17:24.023", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "6842", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<p>You need to add a menu entry:</p>\n\n<ol>\n<li>Go to ‘System > Preferences > Main Menu’</li>\n<li>Choose ‘Accessories’ in the left-hand list</li>\n<li>Click on the ‘New Item’ button</li>\n<li>Choose a name and enter ‘indicator-workspaces’ for the command</li>\n<li>Finalize by...
null
null
null
null
null
6845
1
6851
2010-10-13T15:58:59.350
3
4141
<p><code>sysfs</code> makes perfect sense -- it represents the system, and is mounted under <code>/dev</code>. <code>procfs</code>, which gets mounted to <code>/proc</code>, is much more nebulous however. What are <code>procfs</code> &amp; <code>/proc</code> used for?</p>
3664
null
null
2010-10-13T20:38:55.777
What is the function of procfs?
[ "kernel" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T20:35:17.600", "id": "6850", "postId": "6845", "score": "0", "text": "sysfs is mounted under /dev? Which version of Ubuntu are you referring to?", "userDisplayName": null, "userId": "1627" }, { "creationDate": "2010-10-13T22:20:04.807", "id": "68...
{ "accepted": true, "body": "<p><code>/proc</code> is a real-time api to the kernel. You can set kernel variables, or retrieve kernel information. procfs is analogically a file system simulation to be able to communicate with the kernel via the file system.</p>\n\n<p>Each process has its own directory under <code>/proc</code> with the process id as the name. In this directory you can find all kind of information the kernel has for the particular process. </p>\n\n<p>Other directories allow to either get kernel statistics (like <code>/proc/meminfo</code>) or information (like <code>/proc/cpuinfo</code>) or you can configure certain things (like <code>/proc/sys/vm/swappiness</code> allows you to change how the kernel will use the swap space).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T16:12:06.543", "id": "6851", "lastActivityDate": "2010-10-13T16:12:06.543", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4", "parentId": "6845", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>procfs presents information about your running processes.</p>\n\n<p>For example:</p>\n\n<pre><code>$ sleep 120 &amp;\n[2] 11581\n$ ls /proc/11581\n...\ncmdline\ncwd\n...\n$ cat /proc/11581/cmdline\nsleep120\n</code></pre>\n", "commentCount": "0", "comments": [], "...
null
null
null
null
null
6848
1
6878
2010-10-13T16:08:59.467
2
156
<p>I'm looking for a way to put the menu bar on the same line of the title bar if the latter fits in the former.</p> <p><img src="https://i.stack.imgur.com/z27a1.png" alt="The title bar reads, &quot;test.py - gedit. File Edit View Search Tools Documents Help&quot;. The documents menu is open to better convey the point."></p> <p>Is there anything like that out there?</p>
1938
null
null
2010-10-13T17:48:24.670
Is there any way or theme that shows one applications' menu bar next to its title?
[ "window-manager" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No, I don't think there is any window manager out there that does this.\nThis is because the menu is part of the application and the window border is usually handled by the window manager.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T19:22:30.563", "id": "6814", "postId": "6878", "score": "0", "text": "The windicators related work is going to change this, then :)", "userDisplayName": null, "userId": "1938" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T17:15:06.770", "id": "6878", "lastActivityDate": "2010-10-13T17:15:06.770", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "6848", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>No, I don't think there is any window manager out there that does this.\nThis is because the menu is part of the application and the window border is usually handled by the window manager.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "201...
null
null
null
null
null
6849
1
6904
2010-10-13T16:11:03.977
3
3316
<p>I want to make a deb file from a Windows application which will be run with wine. how do I make it?</p> <p>As an example, I use Ubuntu Christian Edition and I find the application Virtual Rosary is installed by default.</p> <p>My plan: my application will be put in the folder <code>/opt/*application-name*</code>, and for the 'launcher.desktop', the Exec argument will bi filled with : </p> <blockquote> <p>Exec= wine /opt/<em>application-name</em>/ <em>application-name</em>.exe</p> </blockquote>
130367
25863
2012-06-18T18:17:51.243
2012-06-18T18:17:51.243
How to create deb package from Windows applications?
[ "windows", "wine", "packaging", "debian" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-10-13T16:26:45.803", "id": "6756", "postId": "6849", "score": "3", "text": "You don't need to obfuscate \"Windows\".", "userDisplayName": null, "userId": "449" } ]
{ "accepted": true, "body": "<p>Yes, you can make that happen, but it would be a bit hackish. Fine for personal use, but it would never get accepted into Ubuntu proper.</p>\n\n<p>I'm not sure about your level of knowledge about debian packaging, but giving a whole packaging tutorial is out of scope for this. If you need further information, the <a href=\"https://wiki.ubuntu.com/PackagingGuide\" rel=\"noreferrer\">Ubuntu Packaging Guide</a> is a good place to start, and of course there is always the <a href=\"http://www.debian.org/doc/maint-guide/index.en.html#contents\" rel=\"noreferrer\">Debian New Maintainer's Guide</a>.</p>\n\n<p>Essentially all you need to do is use <code>dh_install</code> to drop the files in the right place. So something like this in you <code>debian/my_package_name.install</code> file:</p>\n\n<pre><code>application-name.exe /opt/application-name/\napplication-name.desktop /usr/share/applications/\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-13T18:28:56.067", "id": "6792", "postId": "6904", "score": "0", "text": "hmm, thanks, I'will try it. And this is only for my personal use.", "userDisplayName": null, "userId": "130367" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-10-13T18:03:45.297", "id": "6904", "lastActivityDate": "2010-10-13T18:03:45.297", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "570", "parentId": "6849", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Yes, you can make that happen, but it would be a bit hackish. Fine for personal use, but it would never get accepted into Ubuntu proper.</p>\n\n<p>I'm not sure about your level of knowledge about debian packaging, but giving a whole packaging tutorial is out of scope for this...
null
null
null
null
null