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
32480
1
null
2011-03-28T23:03:30.100
3
1239
<p>I recently added another partition to my hardrive where ubuntu was installed to and afterwards when I booted ubuntu I got sent to the grub rescue> terminal. The fix for that was that I had to reinstall grub on the correct partition for ubuntu to boot again. So I followed all the instructions from ubuntu to fix it from the live cd here <a href="https://help.ubuntu.com/community/Grub2#Reinstalling%20GRUB%202" rel="nofollow">https://help.ubuntu.com/community/Grub2#Reinstalling%20GRUB%202</a> .</p> <p>After I was done doing that I rebooted and the grub> terminal is now there. I would usually see a list to choose from with my os but Im guessing I have to update grub when I reboot or load the menu list. The problem is I did a lot of research to figure out how to boot from grub> but I cannot find a way to do so.</p> <p>It is not easy finding a tutorial for doing so and I am completley stuck. I would like to know an easy way to boot into my ubuntu from grub and making the booting as it was before I made the partition. Please any help would be greatly appreciated for I need to get on my ubuntu to start doing some work...</p>
12959
235
2011-03-29T02:17:50.213
2011-05-28T12:49:07.167
How do I boot from a grub menu?
[ "boot", "grub2", "bootloader" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-28T23:08:30.753", "id": "36454", "postId": "32480", "score": "0", "text": "i think this should be moved to: http://askubuntu.com/", "userDisplayName": null, "userId": "11950" } ]
null
[ { "accepted": null, "body": "<p>That usually means that you mounted the wrong partition when you installed grub. Try following this guide: <a href=\"http://grub.enbug.org/Grub2LiveCdInstallGuide\" rel=\"nofollow\">http://grub.enbug.org/Grub2LiveCdInstallGuide</a> (in case it's still down when you read this ...
null
null
null
null
Dom
32481
1
32491
2011-03-29T01:55:22.233
2
752
<p>When I copy something from another window and do <code>"+gP</code> gVim says 'Nothing in register g' but when I go to Edit_>Paste it does paste the text from the another window.</p> <p>I'm using ubuntu 10.10.</p> <p>Any suggestions?</p>
8583
null
null
2011-03-29T06:45:06.913
When I copy something from another window and do "+gP gVim says 'Nothing in register g'?
[ "vim" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The register you want to use is not g but +. So it looks like the +-sign is ignored/not typed at all.</p>\n\n<p><code>:reg</code> shows you the register-content.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T06:45:06.913", "id": "32491", "lastActivityDate": "2011-03-29T06:45:06.913", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4469", "parentId": "32481", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>The register you want to use is not g but +. So it looks like the +-sign is ignored/not typed at all.</p>\n\n<p><code>:reg</code> shows you the register-content.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-...
null
null
null
null
null
32482
1
32535
2011-03-29T02:06:49.560
4
1383
<p>When using a virtual terminal with an external monitor, I would like to set the resolution to the monitors optimal resolution, but I'm not sure how. Does anyone know how I would go about doing this?</p>
88
null
null
2011-03-29T16:34:09.830
How do I change my monitor's resolution when working in a virtual terminal?
[ "virtual-terminal", "resolution" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-29T10:35:58.123", "id": "36477", "postId": "32482", "score": "0", "text": "With virtual terminal you mean those six you can access with Ctr+Alt+F[1-6]?", "userDisplayName": null, "userId": "4777" }, { "creationDate": "2011-03-29T16:38:23.463", "id":...
{ "accepted": true, "body": "<p>run <code>hwinfo --framebuffer</code> </p>\n\n<p>and you will get a short or long list depending on what video card you have. The list will look something like this:</p>\n\n<pre><code>Mode 0x0335: 320×240 (+640), 16 bits\nMode 0x0336: 320×240 (+1280), 24 bits\nMode 0x033d: 640×400 (+1280), 16 bits\nMode 0x033e: 640×400 (+2560), 24 bits\nMode 0x0345: 1600×1200 (+1600), 8 bits\nMode 0x0346: 1600×1200 (+3200), 16 bits\nMode 0x0347: 1400×1050 (+1400), 8 bits\nMode 0x0348: 1400×1050 (+2800), 16 bits\nMode 0x0349: 1400×1050 (+5600), 24 bits\n</code></pre>\n\n<p>Then you take the Hex value to the right, for example 0x0346 and you write it down.</p>\n\n<p>edit /etc/default/grub</p>\n\n<p>the line that has =\"quiet\", make it \"quiet vga=0x0346\"</p>\n\n<p>then you have to run> <code>sudo update-grub</code></p>\n\n<p>reboot the machine</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-03-29T16:20:00.157", "id": "36532", "postId": "32535", "score": "0", "text": "you may want to add that this change won't take effect until after a reboot.", "userDisplayName": null, "userId": "352" }, { "creationDate": "2011-03-29T16:53:37.467", "id": "36540", "postId": "32535", "score": "0", "text": "When I run `hwinfo --framebuffer`, I don't get the Mode list.", "userDisplayName": null, "userId": "88" }, { "creationDate": "2011-03-29T17:52:16.457", "id": "36551", "postId": "32535", "score": "1", "text": "the try some dc values: 792 for 1024x768 res. or 795 for 1280x1024 more: http://en.wikipedia.org/wiki/VESA_BIOS_Extensions", "userDisplayName": null, "userId": "3226" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T14:06:31.173", "id": "32535", "lastActivityDate": "2011-03-29T16:34:09.830", "lastEditDate": "2011-03-29T16:34:09.830", "lastEditorDisplayName": null, "lastEditorUserId": "3226", "ownerDisplayName": null, "ownerUserId": "3226", "parentId": "32482", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>After you set up your virtual environment, you will need to install some specific hardware. If you are virtualizing a windows environment there should be an icon in the system tray on, bottom right.</p>\n\n<p>Under linux, I'm not sure where it would show up but you should see...
null
null
null
null
null
32483
1
null
2011-03-29T02:12:29.557
1
291
<p>Can you set "keep aligned" to off by default on desktop? </p> <p>Ubuntu 10.10 64 bit</p>
13197
17722
2012-08-18T06:31:14.857
2012-08-18T06:31:14.857
Can you set keep aligned to off by default on desktop?
[ "10.10" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Right click the desktop and you can uncheck \"Keep Aligned\"</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-29T17:33:59.103", "id": "36549", "postId": "32492", "score": "0", "text": "I have done this...
null
null
null
null
null
32484
1
32490
2011-03-29T02:30:59.547
20
24548
<p>I created an Ubuntu 10.10 live usb with persistence feature. And it works well on my PCs. But one thing annoys me is that each time I boot from live usb, I have to choose between "Try Ubuntu" and "Install Ubuntu". Is there any way to dismiss that dialog and boot directly to the live Ubuntu system?</p>
13198
null
null
2018-10-07T13:49:00.363
How to boot from ubuntu live usb with 'try ubuntu' directly?
[ "boot", "live-usb" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-29T03:04:12.283", "id": "36456", "postId": "32484", "score": "0", "text": "+1 from me. I'd love to hear a solution to this. My laptop's hard drive is dead, so I've been doing everything on a USB drive with persistence, and it would be wonderful to bypass this step at s...
{ "accepted": true, "body": "<p>I wouldn't do it the way you have, but it kinda depends what you want to use the USB key for. If you want to use it to do installs on computers then the way you set up the key is right. If you want to use it as a standard desktop install, that you can use on any random (or even just a few specific) machines then use this method instead:-</p>\n\n<p>For this you will need:</p>\n\n<ul>\n<li>1xUSB key onto which you will install Ubuntu </li>\n<li>2xCDR or DVD or USB key onto which you will put the installer </li>\n<li>1xComputer which is capable of booting off the above device</li>\n</ul>\n\n<p>Steps to install:</p>\n\n<ul>\n<li>Download the ISO and burn it to a CD or DVD, or use USB startup disk creator (or unetbootin) to make an 'install USB key' </li>\n<li>Insert the above media into a computer and boot from it</li>\n<li>Choose 'Install Ubuntu' from the menu</li>\n<li>Once booted to the installer, insert the USB key you want to install Ubuntu \"persistent\" onto</li>\n<li>During the installer, when you get to partitioning, ensure you select the USB key inserted, to install Ubuntu onto.\n<ul>\n<li>Meaning, don't mistakenly install Ubuntu onto the internal hard disk on the computer</li>\n</ul></li>\n<li>At the end of the install you need to tell the installer to put GRUB onto your USB key, and <em>not</em> to overwrite the bootloader on the hard disk (or indeed the USB stick you installed from - I have made that mistake!)</li>\n<li>Once the install is done, you can shutdown, pull out all the keys and optical disks, and take that new key to any machine and boot from it. </li>\n</ul>\n\n<p>Advantages to this method</p>\n\n<ul>\n<li>It's a full desktop install that you can add packages to, remove packages from and generally fully customise as you would any install</li>\n<li>You can enable encryption of the home directory during install so that if you lose the key you don't have to worry about losing your data</li>\n</ul>\n\n<p>Disadvantages to this method</p>\n\n<ul>\n<li>It's not as straightforward as making a persistent key, but it's no more difficult than a standard Ubuntu install</li>\n<li>A full install on a usb flash key will cause more write cycles, and thus more wear and tear on the flash drive's memory, potentially causing it to fail much sooner</li>\n</ul>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-03-29T07:01:10.957", "id": "36466", "postId": "32490", "score": "0", "text": "Yeah, I should have already tried that. Thanks :)", "userDisplayName": null, "userId": "13198" }, { "creationDate": "2011-03-29T12:07:15.833", "id": "36494", "postId": "32490", "score": "0", "text": "I found one problem with this solution. The USB disk cannot be formated in FAT format, which means it cannot be used in Windows system. Kinda inconvenient...", "userDisplayName": null, "userId": "13198" }, { "creationDate": "2011-06-07T13:04:03.730", "id": "52388", "postId": "32490", "score": "0", "text": "The main problem with this solution is that you cannot use it to install Ubuntu in another PC.", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2011-06-09T15:58:27.423", "id": "52931", "postId": "32490", "score": "0", "text": "You cannot use it to install Ubuntu anymore, and it uses MUCH more space than usual persistent install - 3,5Gb instead of 700mb.", "userDisplayName": null, "userId": "4770" }, { "creationDate": "2011-06-16T11:43:51.997", "id": "54205", "postId": "32490", "score": "0", "text": "Sure you can, get a bigger USB stick :)", "userDisplayName": null, "userId": "612" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-29T06:41:17.867", "id": "32490", "lastActivityDate": "2014-08-27T20:48:52.943", "lastEditDate": "2014-08-27T20:48:52.943", "lastEditorDisplayName": null, "lastEditorUserId": "265106", "ownerDisplayName": null, "ownerUserId": "612", "parentId": "32484", "postTypeId": "2", "score": "16" }
[ { "accepted": true, "body": "<p>I wouldn't do it the way you have, but it kinda depends what you want to use the USB key for. If you want to use it to do installs on computers then the way you set up the key is right. If you want to use it as a standard desktop install, that you can use on any random (or ev...
null
null
null
null
null
32485
1
null
2011-03-29T02:52:28.920
2
2669
<p>How can I use libappindicator to create an application indicator for a KDE app in C++ without using GTK? The example shown <a href="https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#Porting%20Guide%20for%20Applications" rel="nofollow">here</a> uses GTK to create the menu. Is this necessary? Is there a KDE application somewhere that uses an application indicator that I can check out?</p> <p>(I wanted to tag this question with appindicator and libappindicator, but I don't have enough "reputation" to do that.)</p>
8739
9781
2011-10-24T12:49:33.313
2011-10-24T12:49:33.313
How to use application indicator for KDE application?
[ "indicator", "kde", "application-development", "gtk", "ayatana" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-29T03:12:05.067", "id": "36457", "postId": "32485", "score": "0", "text": "it's a spec, so I'm guessing there must be a KDE implementation/examples somewhere. I have used a few applications for kde that utilize the technology.", "userDisplayName": null, "userId...
null
[ { "accepted": null, "body": "<p>Application indicators are based on KStatusNotifierItem. </p>\n\n<p>I'm not too familiar with it but <a href=\"http://techbase.kde.org/Development/Tutorials/PortToKStatusNotifierItem\" rel=\"nofollow\">here's a tutorial</a> on how to get started. That's all you really need to...
null
null
null
null
null
32495
1
32805
2011-03-29T07:48:33.910
1
878
<p>I have a Dell Studio 15 laptop.</p> <p>It has an ATI mobility radeon graphics card using the opensource drivers It is running ubuntu 10.04</p> <p>It runs for a while (10-20 minutes) and then turns off.</p> <p>acpi -t shows the cpu temperature slowly rising until it turns off.</p> <p>acpi -c shows two cooling devices both set to 0 (off)</p> <p>I'm worried that this is damaging my laptop.</p> <p>Is their a way to force the fan to turn on any other way to solve this problem.</p> <p>I logged into the Bios to see if there was any way to force the fan on, while it was in the bios screen the computer turned off. Does this suggest its not a ubuntu problem?</p> <p>I tried running ubuntu 10.10 from a live cd, but still no fan, I turned it off when the temperature got to 95 degrees.</p> <p>Installed windows vista on it and still no fan. I'm guessing it's a hardware problem at this point</p>
448
448
2011-03-30T22:11:17.833
2011-03-31T10:06:45.663
Fan not working at all
[ "10.04", "ati" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I updated the BIOS as suggested under the dell support website. (you can only do this from windows).</p>\n\n<p>Randomly turning off was listed as a common problem. And updating the bios was the suggested solution.</p>\n\n<p>My fan now works under both windows and ubuntu. And so I can happily say this was not a ubuntu problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T10:06:45.663", "id": "32805", "lastActivityDate": "2011-03-31T10:06:45.663", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "448", "parentId": "32495", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Have a good look in the kernel log as sometimes you can see recommendations for turning things on or off.<br>\nJust as an example I had a line that said Local APIC disabled by BIOS it then gave a reccomendation to use lapic, after adding this to grub, it now reads Local APIC...
null
null
null
null
null
32499
1
32506
2011-03-29T09:42:02.030
147
276112
<h3>Aka: How can I convert a .vdi or .vmdk to a real installation on a physical disk?</h3> <p>Is it possible/feasible to migrate a Virtual Machine installation of Ubuntu onto a physical machine? If possible, how difficult would this be to accomplish and what steps would i need to take to prepare for the migration.</p> <p>I'd like to do some testing on a VM and if it works out migrate that system to physical hardware instead of reinstalling everything. Is this possible?</p>
11950
-1
2020-06-12T14:37:07.210
2018-11-03T15:21:29.080
Migrate from a virtual machine (VM) to a physical system
[ "virtualization" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2017-06-04T08:48:01.040", "id": "1456288", "postId": "32499", "score": "2", "text": "Related: [Is it possible to convert virtual machines to physical environments?](https://superuser.com/q/114445/87805) at SU", "userDisplayName": null, "userId": "78223" } ]
{ "accepted": true, "body": "<p>Yes, it's possible. It's not even <em>that</em> hard, it just takes some time, a Ubuntu LiveCD, sticky-back-plastic, and an external USB disk (if you don't have more than one internal disks).</p>\n\n<h2>Preliminary step: Convert the disk to something useful</h2>\n\n<p>Both VMWare and VirtualBox (amongst others) use disk formats that don't lend themselves well to being written directly to disk. You <em>can</em> but I personally feel it's more convenient to write it to an intermediary, standard image first. You can do this from your current system without having to boot to a LiveCD.</p>\n\n<ul>\n<li><p>Load a terminal and fire in:</p>\n\n<pre><code>cd /media/wherever-the-image-is/\n\n# for VMWare\nsudo apt-get install qemu-kvm\nqemu-img convert your-vmware-disk.vmdk -O raw disk.img\n\n# For VirtualBox\nVBoxManage clonehd your-virtualbox-disk.vdi disk.img --format RAW\n</code></pre></li>\n<li><p>Move <code>/media/wherever-the-image-is/disk.img</code> somewhere that you're not about to write to. If you're planning to write it to the disk that it's currently sitting on, you'll want to stick it on a separate internal disk, or, worst-comes-to-worst an external disk.</p></li>\n<li><p>The following instructions assume you've moved it to <code>/media/dave/disk.img</code> (<code>dave</code> is an external USB disk)</p></li>\n<li><p>Before you do any serious writing, <strong>make sure you have backups</strong>. It's a cliche thing to say but one typo and there's a very real possibility you'll nuke your system. Assume that things will go wrong and be prepared. CloneZilla can help you take whole disk backups if you have somewhere for that data to be stored.</p></li>\n</ul>\n\n<h2>Write the image to a disk of its very own</h2>\n\n<p>You'll want to do something like this. <strong>This assumes you're going to overwrite a whole disk.</strong> If you want to do an alongside-Windows install, don't follow these instructions! Skip to after the bullets.</p>\n\n<ul>\n<li><p>Boot into an Ubuntu Live CD and click Try Ubuntu.</p></li>\n<li><p>Mount your the place where your vmdk image is being stored (eg the external USB disk as <code>/media/dave</code>). Do <strong>not</strong> mount the place where you want to write to.</p></li>\n<li><p>Then we go to work:</p>\n\n<pre><code>sudo dd if=/media/dave/disk.img of=/dev/sdX\n</code></pre>\n\n<p>You want to replace <code>sdX</code> with the correct path to your destination disk. The <code>sudo</code> password is blank, just hit return.</p></li>\n<li><p>You can then open <code>gparted</code> or something else and you should see your Ubuntu partition sitting on the disk. You should be able to expand it out.</p></li>\n</ul>\n\n<h2>Write the image to a disk alongside another operating system</h2>\n\n<p>This is perhaps an altogether safer way of doing things. The idea is very similar apart from you do a proper install of Ubuntu and then just sync over the files from <code>disk.img</code>.</p>\n\n<ul>\n<li><p>Your LiveCD this time will need to be the same version of Ubuntu as your virtual install. Boot into the Live CD and, again, click Install.</p></li>\n<li><p>Follow the installer through, repartition things as you see fit. About 10 minutes later, you'll be installed and it'll ask you to reboot. Don't reboot. Doesn't matter if you accidentally do, just make sure you're back in the LiveCD for the next instructions.</p></li>\n<li><p>Mount your new install's partition and your external disk where you've stored the <code>disk.img</code> from earlier (just double click them in nautilus).</p></li>\n<li><p>Mount your disk.img ISO in a terminal:</p>\n\n<pre><code>sudo mkdir /media/oldinstall\nsudo mount -o loop /media/dave/disk.img /media/oldinstall\n</code></pre>\n\n<p>-Note - After creating the desired .img file, sometimes when you try to mount it as a loop device you might get the following error </p>\n\n<p><strong>\"NTFS signature is missing.\n Failed to mount '/dev/loop0': Invalid argument\n The device '/dev/loop0' doesn't seem to have a valid NTFS. \"</strong> </p>\n\n<p>A .img file sometimes contains a master boot record and a partition table before the actual partition that you might want to mount. Hence you need to find out the offset of the required partition. To this, one can use the <strong>parted</strong> tool. For an example, look at the answer by sisco311 in this link <a href=\"http://ubuntuforums.org/archive/index.php/t-1576011.html\" rel=\"noreferrer\">http://ubuntuforums.org/archive/index.php/t-1576011.html</a> </p>\n\n<p>So, if you have determined your offset to be 'xxx' then you can mount your partition using</p>\n\n<pre><code>sudo mount -o loop,offset=xxx /media/dave/disk.img /media/oldinstall\n</code></pre></li>\n<li><p>From there you can either cherry-pick files or just copy over everything on top of your new Ubuntu install using something like:</p>\n\n<pre><code>sudo rsync /media/oldinstall/ /media/my-new-install/\n</code></pre></li>\n<li><p>Reboot and you <em>should</em> be greeted with your old VMWare install, but on bare metal. If you get nasty grub issues, you can fix it by <a href=\"https://help.ubuntu.com/community/Grub2#Reinstalling%20GRUB%202\" rel=\"noreferrer\">going back to Live CD, chrooting and fixing things</a>.</p></li>\n</ul>\n", "commentCount": "6", "comments": [ { "creationDate": "2013-09-08T10:55:27.653", "id": "438486", "postId": "32506", "score": "7", "text": "Are you aware of a tool that does this automatically?", "userDisplayName": null, "userId": "8817" }, { "creationDate": "2014-12-18T18:06:55.477", "id": "774163", "postId": "32506", "score": "1", "text": "For setups on Windows/VirtualBox, the `VBoxManage internalcommands converttoraw your-virtualbox-disk.vdi /dev/sdX` command will still work. All that is needed is to cd to `Program Files\\Oracle\\VirtualBox` before running the first command.", "userDisplayName": null, "userId": "140375" }, { "creationDate": "2015-12-28T04:31:54.277", "id": "1052525", "postId": "32506", "score": "3", "text": "@Aust I doubt that `/dev/sdX` is valid target in Windows. AFAIK it will be `\\\\Device\\Harddisk0` or something like this.", "userDisplayName": null, "userId": "171636" }, { "creationDate": "2016-04-09T15:18:47.167", "id": "1127813", "postId": "32506", "score": "5", "text": "`VBoxManage internalcommands converttoraw your-virtualbox-disk.vdi /dev/sdX` doesn't work. In Linux it gives the error: `VBoxManage: error: Cannot create destination file \"/dev/sdX\": VERR_ALREADY_EXISTS`. It's necessary to use the `VBoxManage` command to send it to an image first. Then use DD to put the image to the physical disk.", "userDisplayName": null, "userId": "29012" }, { "creationDate": "2019-11-01T10:43:34.650", "id": "1980844", "postId": "32506", "score": "1", "text": "I just did that now with Xubuntu 19.04 and there are more needed steps:\n1) on live cd go to new install disk and edit /etc/fstab, alter mount points of root and swap drives to existing ones (UUID's can be found by sudo fdisk -l and ls -lA /dev/disk/by-uuid\n2) fixing grub is not that easy in my case, best fix was using a tool for it - https://help.ubuntu.com/community/Boot-Repair which fixed it", "userDisplayName": null, "userId": "110370" }, { "creationDate": "2021-01-25T12:57:28.303", "id": "2230681", "postId": "32506", "score": "0", "text": "This works great. saved as .img on USB drive (50GB vdi file) It was a fresh win10 vm install. Booted other machine with Ubuntu Live 20.10 and dd over to a gparted wiped Harddrive. All partitions appeared as expected and gparted can then be used to resize them as required. A very quick method for resetting a machine. Just then need driver updates etc as it's different hardware.\nNOTE: VBoxManage stalled, so had to run as root. possibly a mount issue but there's no error reported.", "userDisplayName": null, "userId": "502788" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-03-29T10:44:13.547", "id": "32506", "lastActivityDate": "2018-11-03T15:21:29.080", "lastEditDate": "2018-11-03T15:21:29.080", "lastEditorDisplayName": null, "lastEditorUserId": "889244", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "32499", "postTypeId": "2", "score": "115" }
[ { "accepted": null, "body": "<p>Maybe it's not exactly what you are asking for, but it may accomplish what you want to do.</p>\n\n<p>Since all your settings are stored in your home directory, you can just make a backup copy of it to another partition on a real disk. After you installed a fresh Ubuntu on a r...
null
null
null
null
null
32507
1
32509
2011-03-29T09:57:53.530
559
781498
<p>I want to know where I can find my installed application when I installed it on Ubuntu using package manager.</p> <p>I installed RabbitMQ and ran <code>locate rabbitmq</code> which gave me following result:</p> <pre><code>/home/anupamg/.m2/repository/com/rabbitmq /home/anupamg/.m2/repository/com/rabbitmq/amqp-client /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2 /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/_maven.repositories /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.jar /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.jar.lastUpdated /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.jar.sha1 /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.pom /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.pom.lastUpdated /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.pom.sha1 /home/anupamg/Downloads/rabbitmq-server-generic-unix-2.4.0.tar.gz </code></pre>
746753
196255
2013-12-11T11:32:01.100
2024-03-13T08:38:25.803
How do I get a list of installed files from a package?
[ "package-management", "dpkg" ]
6
7
CC BY-SA 3.0
[ { "creationDate": "2011-03-29T09:59:57.787", "id": "36479", "postId": "32507", "score": "0", "text": "What application? Some are accesible through commandline, others get an pretty icon in the application menu. Be more specific.", "userDisplayName": null, "userId": "8186" }, { "c...
{ "accepted": true, "body": "<p>To see all the files the package installed onto your system, do this:</p>\n\n<pre><code>dpkg-query -L &lt;package_name&gt;\n</code></pre>\n\n<p>To see the files a .deb file will install</p>\n\n<pre><code>dpkg-deb -c &lt;package_name.deb&gt;\n</code></pre>\n\n<p>To see the files contained in a package NOT installed, do this once (if you haven't installed <a href=\"http://packages.ubuntu.com/apt-file\" rel=\"noreferrer\">apt-file</a> already:</p>\n\n<pre><code>sudo apt-get install apt-file\nsudo apt-file update\n</code></pre>\n\n<p>then</p>\n\n<pre><code>apt-file list &lt;package_name&gt;\n</code></pre>\n\n<p>See <a href=\"https://superuser.com/questions/82923/how-to-list-files-of-a-debian-package-without-install\">this question</a> for more</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2015-04-30T20:54:27.117", "id": "869261", "postId": "32509", "score": "4", "text": "As gazhay commented above, `dpkg-query -c foo.deb` fails. But `dpkg-deb -c foo.deb` works.", "userDisplayName": null, "userId": "227364" }, { "creationDate": "2016-05-30T07:23:51.197", "id": "1165853", "postId": "32509", "score": "10", "text": "Updating `apt-file` is pain.", "userDisplayName": null, "userId": "344764" }, { "creationDate": "2016-09-15T23:13:52.690", "id": "1254729", "postId": "32509", "score": "2", "text": "Note that `dpkg -L` doesn't take into account files that may have been excluded with `--path-exclude=`. It will list them even though they were not installed.", "userDisplayName": null, "userId": "257165" }, { "creationDate": "2024-01-26T21:54:19.293", "id": "2631379", "postId": "32509", "score": "0", "text": "Is there a way to check this online?", "userDisplayName": null, "userId": "405408" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-29T10:06:22.840", "id": "32509", "lastActivityDate": "2016-01-17T20:31:11.777", "lastEditDate": "2017-03-20T10:04:50.023", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": "drysdam", "ownerUserId": null, "parentId": "32507", "postTypeId": "2", "score": "840" }
[ { "accepted": true, "body": "<p>To see all the files the package installed onto your system, do this:</p>\n\n<pre><code>dpkg-query -L &lt;package_name&gt;\n</code></pre>\n\n<p>To see the files a .deb file will install</p>\n\n<pre><code>dpkg-deb -c &lt;package_name.deb&gt;\n</code></pre>\n\n<p>To see the fil...
null
null
null
null
Anupam Gupta
32512
1
null
2011-03-29T11:24:09.790
0
138
<p>I installed windows XP Home on a new built machine. The boot from CD was not working so to get the Ubuntu 9.04 disk to run I installed the Ubuntu 9.04 boot/autorun/start utility.</p> <p>The installation went well and I have now upgraded to 10.10. However, now on boot I have to choose which OS to boot to twice.</p> <p>Once with grub and then with what looks like the utility I installed from Ubuntu 9.04. How do I get rid of the Ubuntu 9.04 utility?</p>
null
449
2011-03-29T11:55:49.757
2011-07-08T17:27:47.947
I get a second menu on my dual boot machine after I choose Windows XP, I then have to choose again
[ "10.10", "grub2", "dual-boot", "startup", "9.04" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>This is more of a question for windows experts, but basically you need to uninstall the program on windows. If you cannot find how to do that, try running msconfig and editing your boot entries.</p>\n", "commentCount": "1", "comments": [ { "creationDate"...
null
null
null
null
user13211
32514
1
32515
2011-03-29T11:19:00.023
2
2566
<p>I have a Macbook Pro 5.5 running Ubuntu 10.04, and I've noticed that with some wifi networks, but not all, I'm unable to reconnect after coming out of suspension. I've tried both Network Manager and Wicd management daemons, and both get through validation, but get hung up on "Acquiring IP address...". The only solution I've found is to reboot the machine, after which it acquires an IP address very quickly.</p> <p>What's the underlying issue here? What would be a more efficient way to resolve the problem?</p> <p>EDIT: I've noticed that if I open Wicd and manually press "Connect", it fails to acquire an IP. However, if I do nothing and let it automatically try and connect, it acquires an IP and connects just fine...</p> <p>EDIT: Note, this problem is dependent on the wireless router I'm trying to connect to. I have no problems with a basic Linksys wifi router, or the wireless router simulated by an Android wireless tethering app. However, old crappy Cisco/Comcast/Verizon <em>home</em> wireless routers always seem to give me headaches with connecting <em>only</em> after I suspend. If I reboot, I can connect to them immediately.</p> <p>EDIT: I tried adjusting the DHCP Client setting in Wicd.</p> <p>Originally, it was using dhclient, and a failed connection attempt would create a log like:</p> <pre><code>2011/07/28 20:55:35 :: Listening on LPF/eth2/00:26:bb:1b:90:cc 2011/07/28 20:55:35 :: Sending on LPF/eth2/00:26:bb:1b:90:cc 2011/07/28 20:55:35 :: Sending on Socket/fallback 2011/07/28 20:55:35 :: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 5 2011/07/28 20:55:40 :: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 10 2011/07/28 20:55:50 :: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 11 2011/07/28 20:56:01 :: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 18 2011/07/28 20:56:19 :: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 17 2011/07/28 20:56:36 :: No DHCPOFFERS received. 2011/07/28 20:56:36 :: No working leases in persistent database - sleeping. 2011/07/28 20:56:45 :: DHCP connection failed 2011/07/28 20:56:45 :: exiting connection thread 2011/07/28 20:56:45 :: Sending connection attempt result dhcp_failed 2011/07/28 20:56:45 :: attempting to set hostname with dhclient 2011/07/28 20:56:45 :: using dhcpcd or another supported client may work better 2011/07/28 20:56:45 :: attempting to set hostname with dhclient 2011/07/28 20:56:45 :: using dhcpcd or another supported client may work better </code></pre> <p>Noting the recommendation to try dhcpcd instead, I installed, restarted the wicd service, and set it to use dhcpcd. Unfortunately, the problem remains, with an even less helpful log:</p> <pre><code>2011/08/01 19:44:56 :: Connecting to wireless network CrappyCiscoRouter 2011/08/01 19:44:56 :: Putting interface down 2011/08/01 19:44:56 :: Releasing DHCP leases... 2011/08/01 19:44:56 :: Setting false IP... 2011/08/01 19:44:56 :: Stopping wpa_supplicant 2011/08/01 19:44:56 :: Flushing the routing table... 2011/08/01 19:44:56 :: Putting interface up... 2011/08/01 19:44:58 :: Attempting to authenticate... 2011/08/01 19:45:02 :: Running DHCP with hostname localhost 2011/08/01 19:45:22 :: err, eth2: timed out 2011/08/01 19:45:22 :: 2011/08/01 19:45:22 :: DHCP connection failed 2011/08/01 19:45:22 :: exiting connection thread 2011/08/01 19:45:22 :: Sending connection attempt result dhcp_failed </code></pre> <p>EDIT: I'm 99% convinced this is some sort of bug with the proprietary Broadcom STA driver and how it handles power management (i.e. suspending), since rebooting my entire system fixes it, and I've never experienced the problem on Linux devices with non-Broadcom wireless drivers. Which is frustrating...because that doesn't leave me with much recourse since I can't find any open source alternative to Broadcom's crappy driver.</p>
13217
13217
2011-10-15T14:52:02.713
2014-02-17T15:20:55.503
Fixing IP Renewal After Laptop Suspend
[ "networking", "wireless", "network-manager", "wicd" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If you run</p>\n\n<pre><code>sudo dhclient -r\nsudo dhclient\n</code></pre>\n\n<p>do you get a new IP address? This will drop your current lease and attempt to acquire a new one.</p>\n\n<p>You might also be able just to restart networking, rather than your whole machine:</p>\n\n<pre><code>sudo /etc/init.d/networking restart\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-30T14:38:47.170", "id": "36671", "postId": "32515", "score": "0", "text": "Unfortunately, neither of these worked. I also tried restarting the wireless router, and then reattempting these steps, but still had the same problem.", "userDisplayName": null, "userId": "13217" }, { "creationDate": "2018-11-26T07:13:40.770", "id": "1805243", "postId": "32515", "score": "0", "text": "Restarting the networking daemon solves the problem for me. Joakim Koed has provided [a way to automate this](https://askubuntu.com/a/761220/433412).", "userDisplayName": null, "userId": "433412" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T11:35:28.043", "id": "32515", "lastActivityDate": "2011-03-29T11:35:28.043", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13212", "parentId": "32514", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>If you run</p>\n\n<pre><code>sudo dhclient -r\nsudo dhclient\n</code></pre>\n\n<p>do you get a new IP address? This will drop your current lease and attempt to acquire a new one.</p>\n\n<p>You might also be able just to restart networking, rather than your whole machine:</p>...
null
null
null
null
Chris
32517
1
null
2011-03-29T12:04:57.490
2
763
<p>I've tried to record the output of my Acer laptop, using audio recorder and outrec.</p> <p>But for some reason, I'm able to do so, but when I change my sound profile to digital stereo duplex, and then I'm not able to listen to it.</p> <p>So for me it's either listening or recording. Can't have both at the same time.</p> <p>What can I do about it?</p> <p>PS, I also tried audacity, and it didn't work either.</p>
3087
527764
2017-08-18T10:42:13.047
2017-08-18T10:42:13.047
Recording output while listening to it
[ "sound", "output", "audio-recording" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Try to connect your line-out with your mic input with a cable? :) That's how I do it!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-29T20:31:19.280", "id": "36568", "postId": "32579", "score": "0", ...
null
null
null
null
null
32519
1
null
2011-03-29T12:10:52.800
2
2365
<p>I've created one password-protected RSA key to access my remote server via ssh using key-based authentication and added it to seahorse using <code>ssh-add</code>.</p> <p>I would like to prevent seahorse from asking me for the passphrase on every login.</p> <p>Is there any way to disable this? Or to enter it forever? Or to have one one user given trusted access forever?</p>
4870
6969
2011-06-22T19:26:16.940
2021-02-10T02:31:19.753
How to prevent seahorse from asking for a passphrase?
[ "ssh", "security", "seahorse" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Any solution that would stop Seahorse from asking for the passphrase would involve writing the passphrase down to the hard drive (or something else). Which means anyone who steals your computer would be able to log in (as the password is also saved somewhere). This is pretty ...
null
null
null
null
null
32520
1
null
2011-03-29T12:45:38.160
2
1837
<p>I used Ubuntu 10.04 previously and 10.10 now. What i felt is, it's pointer is a bit weird. It does point exactly on the target area but it slightly trembles or shake while the finger is on touchpad.Some of u might have noticed and may be not.Similar is not the case in Windows. I found this case in my friends Ubuntu too. Is this the bug? if yes ,anyway to fix it?</p>
12639
1992
2011-03-29T15:20:46.100
2013-12-01T21:45:00.787
Is Ubuntu's mouse(pointer) weird?
[ "mouse" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It is possible that your sensitivity is too high. Try opening your Mouse Preferences and lowering your acceleration and sensitivity options.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creatio...
null
null
2013-12-03T20:31:39.243
null
null
32524
1
32532
2011-03-29T13:02:56.140
6
308
<p>and not one ppa, which fits for every ubuntu version and all the following versions ?</p> <p>A global PPA would be a nice idea.</p>
6107
1992
2011-03-31T01:18:14.867
2011-03-31T01:18:14.867
Why are there PPAs for each Ubuntu version?
[ "ppa" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm not sure what you mean. A single PPA has pockets for every release, so you just have to add the one PPA and apt will get the appropriate package for your release.</p>\n\n<p>As for why there are different packages for each release, that is because the package depends on the libraries in the release for which it was built and may not work on another release.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T13:49:36.367", "id": "32532", "lastActivityDate": "2011-03-29T13:49:36.367", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "32524", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>I guess it would be confusing if the PPA only had software for certain versions. You add it, nothing happens. Also, if you had global PPAs, how many versions of Ubuntu would they have to support? How fast after a new version would they have to add support?</p>\n\n<p>It's a ni...
null
null
null
null
null
32525
1
32828
2011-03-29T13:11:08.807
4
170
<p>I recently read that Uplink was available from Software Centre. But I go to the "For purchase" section of the software centre and there are only 7 entries. There's no trace of Uplink (or Darwinia). I'm running 32-bit natty and have refreshed my software sources, installed all updates, etc. Is this app not available because I live in Australia? Is there any way to make it appear so i can spend my $$?</p>
12188
235
2011-03-31T14:01:21.983
2011-03-31T14:01:39.237
Some "For purchase" apps not visible in software centre
[ "11.04", "software-center", "paid-applications" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2011-03-29T13:20:25.930", "id": "36506", "postId": "32525", "score": "0", "text": "I seem to remember that if there's only a 32bit version, users of 64 bit Ubuntu will not see it in the list and vice versa.", "userDisplayName": null, "userId": "3857" }, { "crea...
{ "accepted": true, "body": "<p>That application is likely not available for Natty (11.04).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T13:57:25.247", "id": "32828", "lastActivityDate": "2011-03-31T14:01:39.237", "lastEditDate": "2011-03-31T14:01:39.237", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "32525", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>That application is likely not available for Natty (11.04).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T13:57:25.247", "id": "32828", "lastActivityDate": "20...
null
null
null
null
null
32527
1
32538
2011-03-29T13:23:30.353
4
10111
<p>How to delete and create a new firefox profile from TTY1?</p>
5691
null
null
2019-06-06T08:05:06.653
How to delete and create a new firefox profile from tty1?
[ "firefox" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>WARNING</strong>: This will delete everything in the Firefox config - there is no undo. </p>\n\n<p>With that out of the way, to do that, you can run the following in the terminal.</p>\n\n<pre><code>rm -rf ~/.mozilla\nrm -rf ~/.cache/mozilla\n</code></pre>\n\n<p>This will delete local settings and cache, including the extensions. </p>\n\n<p><strong>EDIT:</strong> Thanks to one of the comments, there is a way to backup the firefox config. To do that, follow the line below instead.</p>\n\n<p><code>cd ~/.mozilla &amp;&amp; mkdir backup &amp;&amp; cp -r ./extensions ./backup &amp;&amp; cp -r ./firefox* ./backup &amp;&amp; rm -rf ./firefox* ./extensions</code></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-03-29T14:32:09.123", "id": "36514", "postId": "32538", "score": "0", "text": "It works fine..", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2011-03-29T14:32:12.790", "id": "36515", "postId": "32538", "score": "1", "text": "To have some \"undo\" it's possible to just rename the directory to some other, so it can be undone later, if it's needed.", "userDisplayName": null, "userId": "10579" }, { "creationDate": "2011-03-29T14:34:55.657", "id": "36516", "postId": "32538", "score": "0", "text": "@LGB - Correct.", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2012-08-14T09:27:14.350", "id": "216806", "postId": "32538", "score": "1", "text": "When using `rm` with the `r` flag, especially when also using the `f` flag, and especially when providing advice that might be followed by novice users, I recommend avoiding commands that will wipe out the whole home directory if an accidental space is added. In this situation, you can just delete the `.mozilla` folder along with its contents, by running `rm -r .mozilla`.", "userDisplayName": null, "userId": "22949" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-03-29T14:17:20.460", "id": "32538", "lastActivityDate": "2018-11-01T16:35:01.083", "lastEditDate": "2018-11-01T16:35:01.083", "lastEditorDisplayName": null, "lastEditorUserId": "18025", "ownerDisplayName": null, "ownerUserId": "6005", "parentId": "32527", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p><strong>WARNING</strong>: This will delete everything in the Firefox config - there is no undo. </p>\n\n<p>With that out of the way, to do that, you can run the following in the terminal.</p>\n\n<pre><code>rm -rf ~/.mozilla\nrm -rf ~/.cache/mozilla\n</code></pre>\n\n<p>This w...
null
null
null
null
null
32530
1
76736
2011-03-29T13:30:04.860
0
347
<p>How to configure bootpd server for a testing environment?</p>
8263
null
null
2011-11-07T15:40:00.890
How to configure bootpd server?
[ "boot", "configuration" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T12:18:39.127", "id": "36643", "postId": "32530", "score": "1", "text": "Can you add more info - what kind of testing environment? what do you want to do with the bootpd server? are you serving configs to infrastructure, platforms, other? etc. And why in askubuntu? T...
{ "accepted": true, "body": "<p>I actually found that I needed DHCP, and solved using GADMIN-DHCPD</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-11-07T15:40:00.890", "id": "76736", "lastActivityDate": "2011-11-07T15:40:00.890", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8263", "parentId": "32530", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>I actually found that I needed DHCP, and solved using GADMIN-DHCPD</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-11-07T15:40:00.890", "id": "76736", "lastActivityDat...
null
null
null
null
null
32531
1
null
2011-03-29T13:49:19.113
4
328
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/5675/i-upgraded-from-a-beta-am-i-now-running-the-official-non-development-version">I upgraded from a beta - am I now running the official (non development) version?</a> </p> </blockquote> <p>So with beta 1 just around the corner, I was wondering: will I have to reinstall Ubuntu if I install beta 1 when the final release comes out or will it update itself to release quality? </p> <p>I'm eager to install 11.04 but don't really want to bother if I'll have to install all over again (losing customisations) in a month's time.</p>
13221
-1
2017-04-13T12:23:59.520
2011-03-29T15:44:26.663
If I install a beta or alpha will I have to reinstall when it is finally released?
[ "upgrade", "development", "release-management" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-29T14:18:31.677", "id": "36512", "postId": "32531", "score": "0", "text": "related to http://askubuntu.com/questions/5675/i-upgraded-from-10-10-beta-am-i-now-running-the-official-non-development-vers", "userDisplayName": null, "userId": "5149" } ]
null
[]
null
0
2011-07-30T14:28:58.787
null
null
32540
1
null
2011-03-29T14:24:24.510
0
665
<p>I am experiencing frequent drops in performance of my server (affects both webserver performace and ssh). It may work fine all day and then suddenly pages load 10 times slower. After awhile it comes back to normal performance. Reboot also helps. Please suggest how to investigate this? Prerequisites:</p> <ul> <li>Ubuntu 10.10 server, with most recent updates (including kernel) </li> <li>LAMP: Apache/2.2.16, PHP 5.3.3, MySQL 5.1.49</li> </ul>
10660
null
null
2011-03-29T14:37:11.660
Ubuntu server unstable performance
[ "server", "performance" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There are multiple possibilities for degrading performance, but the most likely cause is a shortage on RAM, causing the system to swap.</p>\n\n<p>You can use <code>free -m</code> to get the memory usage, an example output:</p>\n\n<pre><code> total used ...
null
null
null
null
null
32543
1
null
2011-03-29T15:11:24.690
1
213
<p>(Migrated from Ubuntu forums.)</p> <p>I'm somewhat new at building, so I'm hoping this is an easy explanation.</p> <p>Downloaded Nautilus source to patch for transparent background.</p> <p>Patching went well and fine.</p> <p>During building I received this: </p> <pre><code>Making all in libnautilus-private make[2]: Entering directory `/home/[x]/nautilus-2.32.0/libnautilus-private' GEN nautilus-marshal.h GEN nautilus-marshal-guts.c CC nautilus-autorun.lo gcc: @APP_INDICATOR_CFLAGS@: No such file or directory make[2]: *** [nautilus-autorun.lo] Error 1 make[2]: Leaving directory `/home/[x]/nautilus-2.32.0/libnautilus-private' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/[x]/nautilus-2.32.0' make: *** [all] Error 2 </code></pre>
null
null
null
2011-06-19T10:12:50.340
@APP_INDICATOR_CFLAGS@: No such file or directory
[ "nautilus" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I'm not very good at debugging build issues either but here goes.</p>\n\n<p>I can tell you that this is caused by the Debian patch <code>89_use_application_indicator.patch</code> which references <a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/nautilus/+bug/497880\" ...
null
null
null
null
user13225
32549
1
54380
2011-03-29T15:41:05.600
5
3060
<p>I've successfully installed Adobe Digital Editions using Wine in Linux Mint 10, and it appears that the program operates normally for the most part, as I can open eBooks and view my library. However, in Windows, when I plug in my Nook, the Nook shows up in ADE in my library view. It does not do so in Linux. I can simply copy the files to the Nook, as Linux treats it as a Mass Storage Device, but I download library books, and I think ADE has to do something special with the books for them to be recognized by the Nook as having the correct copyright info. So, I have 2 questions.</p> <p>1) Is it possible to get the Nook to show up in ADE?</p> <p>2) If not, is there a sufficient workaround? For instance, get ADE to "authorize" the book, then simply transfer it over to the Nook as Mass Storage Device via command line or drag and drop. Or does ADE even need to do this? </p> <p>Note: I have used the <code>Configure Wine</code> program to map <code>/media/nook</code> to the <code>D:</code> drive, but it still doesn't work.</p>
11984
11984
2011-07-22T03:17:12.077
2014-11-29T09:09:19.013
Using Adobe Digital Editions to transfer books to the Nook, or a workaround
[ "hardware", "wine", "devices", "adobe" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://ubuntuforums.org/showpost.php?p=10555500&amp;postcount=55\" rel=\"nofollow\">This post</a> in the Ubuntu Forums describes how to get Adobe Digital Editions to recognize the Nook.</p>\n\n<p>From the post.</p>\n\n<blockquote>\n <ol>\n <li>Plug in the nook and it should auto-mount to /media/nook.</li>\n <li>Open the Wine Configuration tool (Applications->Wine->Configure\n Wine) and click on the Drives tab.</li>\n <li>Find and click on the drive mapping for /media/nook. In my case\n this was the I: drive.</li>\n <li>Click the Show Advanced button and from the Type drop-down,\n select Floppy disk.</li>\n <li>Click Apply and leave the Configuration window open. In my case,\n whenever I clicked OK or closed the window, it would not save the\n settings. This could be an issue on my end.</li>\n <li>Open Adobe Digital Editions and the nook should appear in the\n list.</li>\n </ol>\n</blockquote>\n\n<p>I had tried this before, but I had <code>AutoDetect</code> selected as the type of drive, and not floppy (which is not obvious). </p>\n\n<p>Unfortunately I found this answer 5 minutes after issuing the bounty.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-24T20:25:16.147", "id": "54380", "lastActivityDate": "2011-07-24T20:25:16.147", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11984", "parentId": "32549", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>As soon as ADE downloaded the ebook, it added the encryption keys to it.\nWith that, <a href=\"http://calibre-ebook.com/\" rel=\"nofollow\">Calibre</a> can decrypt the epub file and transfer it to your nook.</p>\n", "commentCount": "0", "comments": [], "communityO...
null
null
null
null
null
32552
1
32578
2011-03-29T15:50:47.790
17
60862
<p>Currently I am backing up gigabytes and gigabytes of data from a live server to a backup server using an rsync/ssh combination script, allowing for automated operation every night with a cron job.</p> <p>The problem I am having is with permissions.</p> <p>Running rsync with -a mode copies over the user:group and filemode, which are currently 54122:games and -rwx--S---.</p> <p>In order to be able to execute the files on the backup server (don't ask me why the employer requires this), I've had to run a time- and cpu-costly (because of the sheer amount of data transferred) chown() and chmod() setting every file/folder to www-data:www-data and permissions of 755.</p> <p>Is there anyway I can setup rsync to forcibly set each file/folder to www-data:www-data and 755 or am I looking at this problem from the wrong angle?</p> <p>I guess I could run -rltD instead of -a (which is equivalent to -rlptgoD) but then what happens to new files? What permissions and owner:group settings do they receive?</p>
8657
null
null
2011-03-29T19:29:51.347
Forceably set permissions when running rsync
[ "server", "command-line", "permissions", "backup", "rsync" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Amongst many other options <a href=\"http://manpages.ubuntu.com/manpages/maverick/man1/rsync.1.html\">rsync</a> can change permission by running it with the option:</p>\n\n<pre><code>rsync [options] --chmod=CHMOD source destination\n</code></pre>\n\n<p>where you can also combine option <code>--archive</code> with the option <code>--no-owner</code> or <code>--no-perms</code> to exclude preservation of owner resp. permissions. For further options on very subtle settings for CHMOD see the <a href=\"http://manpages.ubuntu.com/manpages/maverick/man1/rsync.1.html\">manpage for rsync</a>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2016-08-19T21:04:26.040", "id": "1232236", "postId": "32578", "score": "0", "text": "Note that the `--perms` flag is required to get the above command to work. Also, though I didn't try, I assume the `--no-perms` flag will not work, it will most likely disable the `--chmod` flag.", "userDisplayName": null, "userId": "111287" }, { "creationDate": "2017-02-03T14:57:50.743", "id": "1368864", "postId": "32578", "score": "7", "text": "Example: `rsync --chmod=ugo=rX source/ destination/`", "userDisplayName": null, "userId": "2355" }, { "creationDate": "2020-03-03T12:29:22.810", "id": "2040877", "postId": "32578", "score": "0", "text": "Another example: `rsync --chmod=764 source/ destination/`", "userDisplayName": null, "userId": "552396" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T19:29:51.347", "id": "32578", "lastActivityDate": "2011-03-29T19:29:51.347", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "32552", "postTypeId": "2", "score": "24" }
[ { "accepted": null, "body": "<p>If the permissions are already setup that way on the machine you are copying from you could try -p. It saves the permissions. Also you may want to try grsync. It's a gui for rsync that makes some of the options more apparent. Also -o preserves the owner.</p>\n\n<p>Hope th...
null
null
null
null
null
32554
1
32556
2011-03-29T15:53:22.300
13
33274
<p>In order to pass the contents of one file to another we can, for example:</p> <pre><code>cat ~/temp_minhakey.pub &gt;&gt; ~/.ssh/authorized_keys </code></pre> <p>Let's say, we need to append <strong>more</strong> content to authorized_keys, but we <strong>don't want</strong> to overwrite it.</p> <p>Should we use cat again for the next keys ? Or should we flag with something specific ?</p> <p>Thanks in advance.</p>
1446
235
2011-03-30T04:17:59.300
2016-11-01T12:37:13.247
cat command - will it overwrite?
[ "command-line", "ssh" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<pre><code>cat ~/temp_minhakey.pub &gt;&gt; ~/.ssh/authorized_keys\n</code></pre>\n\n<p>appends the contents of <code>~/temp_minhakey.pub</code> to <code>~/.ssh/authorized_keys</code>, it does not overwrite it. This is safe.</p>\n\n<p>You might be confused with a single <code>&gt;</code> which overwrites the file. The next command will <strong>overwrite</strong> your <code>authorized_keys</code> file:</p>\n\n<pre><code>cat somefile &gt; ~/.ssh/authorized_keys\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2017-11-08T15:42:06.820", "id": "1562347", "postId": "32556", "score": "0", "text": "To *overwrite* the content of one file with that of another, one would typically use `cp` and not `cat`. The former can profit from file-system-specific optimizations (e. g. copy-on-write) while the latter can't.", "userDisplayName": null, "userId": "175814" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T15:58:34.260", "id": "32556", "lastActivityDate": "2011-03-29T15:58:34.260", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "32554", "postTypeId": "2", "score": "24" }
[ { "accepted": true, "body": "<pre><code>cat ~/temp_minhakey.pub &gt;&gt; ~/.ssh/authorized_keys\n</code></pre>\n\n<p>appends the contents of <code>~/temp_minhakey.pub</code> to <code>~/.ssh/authorized_keys</code>, it does not overwrite it. This is safe.</p>\n\n<p>You might be confused with a single <code>&g...
null
null
null
null
null
32555
1
32584
2011-03-29T15:56:13.983
3
629
<p>I have a dual boot of Ubuntu 10.04 and Windows XP. After allowing Ubuntu to update itself and installing some new programs, I restarted the system, expecting an option to choose for Windows XP. Unfortunately, the boot didn't give me an option to choose XP. </p> <p>My XP is still on the drive, because I can access XP files from Ubuntu. I ran update-grub and got these results</p> <pre><code>g@G:~$ sudo update-grub [sudo] password for g: Generating grub.cfg ... Found linux image: /boot/vmlinuz-2.6.32-30-generic Found initrd image: /boot/initrd.img-2.6.32-30-generic Found linux image: /boot/vmlinuz-2.6.32-27-generic Found initrd image: /boot/initrd.img-2.6.32-27-generic Found linux image: /boot/vmlinuz-2.6.32-25-generic Found initrd image: /boot/initrd.img-2.6.32-25-generic Found linux image: /boot/vmlinuz-2.6.32-24-generic Found initrd image: /boot/initrd.img-2.6.32-24-generic Found linux image: /boot/vmlinuz-2.6.32-23-generic Found initrd image: /boot/initrd.img-2.6.32-23-generic Found linux image: /boot/vmlinuz-2.6.32-22-generic Found initrd image: /boot/initrd.img-2.6.32-22-generic Found linux image: /boot/vmlinuz-2.6.31-21-generic Found initrd image: /boot/initrd.img-2.6.31-21-generic Found memtest86+ image: /boot/memtest86+.bin Found Microsoft Windows XP Professional on /dev/sda1 done g@G:~$ </code></pre> <p>But still no Windows. </p> <p>What can I try next?</p>
2636
6969
2011-06-14T15:48:26.600
2011-06-14T15:48:26.600
Ubuntu updated and now the option to boot into Windows XP is missing
[ "10.04", "grub2", "dual-boot" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-03-29T18:04:26.403", "id": "36554", "postId": "32555", "score": "1", "text": "With a really long list of kernel versions, it's possible that Windows got bumped so far down on the list that you have to scroll to see it. When this happened to me, I was pretty sure Windows ...
{ "accepted": true, "body": "<p>Based on the output of <code>sudo update-grub</code>, it looks like you have a long list of Linux kernels, and it is successfully seeing Windows and putting it at the very bottom of that list. When you boot up, GRUB only shows a fixed number of options before it starts scrolling the list. When you updated Ubuntu, it added yet another kernel version to the list, bumping Windows into the \"not visible until you scroll\" region.</p>\n\n<p>At first I was hesitant to post this as an answer, thinking that I might be the only one to have made this mistake. It's nice to know I'm not alone. :)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-30T03:23:29.897", "id": "36602", "postId": "32584", "score": "0", "text": "How do I \"accept\" this answer and \"close\" the question. I couldn't find anything in the FAQs. I'm sorry to ask another question whose answer will turn out to be obvious, but I want to give you the credit you deserve and not leave any loose ends.", "userDisplayName": null, "userId": "2636" }, { "creationDate": "2011-03-30T13:09:16.793", "id": "36653", "postId": "32584", "score": "0", "text": "There should be a check mark that you can click to accept the answer. I think it will be located below the \"score\" for this answer (currently 4).", "userDisplayName": null, "userId": "2079" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T20:39:38.217", "id": "32584", "lastActivityDate": "2011-03-29T21:04:34.583", "lastEditDate": "2011-03-29T21:04:34.583", "lastEditorDisplayName": null, "lastEditorUserId": "2079", "ownerDisplayName": null, "ownerUserId": "2079", "parentId": "32555", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Based on the output of <code>sudo update-grub</code>, it looks like you have a long list of Linux kernels, and it is successfully seeing Windows and putting it at the very bottom of that list. When you boot up, GRUB only shows a fixed number of options before it starts scrol...
null
null
null
null
null
32559
1
32573
2011-03-29T16:06:11.933
1
305
<p>i installed 10.10 recently and immediately noticed that the wireless button display(blue indicates on and red indicates off) goes blue and red repeatedly when I'm connected to any wireless connection. Any fix available for that, by the way my laptop model is hp pavilion dv6700. </p>
12846
null
null
2011-03-30T12:15:44.820
wireless button display turns on and off repeatedly
[ "wireless" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I believe that on some HP laptops, it is actually using the wireless indicator is being used to show activity as well as status. No idea how to turn it off though. Should slow down when you aren't using the internet.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-30T04:36:24.840", "id": "36606", "postId": "32573", "score": "0", "text": "This is also true on Dell systems, where Ubuntu utilizes the Wifi Status light on the system to also show activity, which in some cases can be useful. There's no fix to this as of yet, however.", "userDisplayName": null, "userId": "10616" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T18:33:59.833", "id": "32573", "lastActivityDate": "2011-03-29T18:33:59.833", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13237", "parentId": "32559", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I believe that on some HP laptops, it is actually using the wireless indicator is being used to show activity as well as status. No idea how to turn it off though. Should slow down when you aren't using the internet.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
32565
1
null
2011-03-29T16:49:04.907
2
1987
<p>Starting apparmor on a Ubuntu Lucid Lynx gives the following:</p> <pre><code>user@host:~$ sudo /etc/init.d/apparmor start * Starting AppArmor profiles * AppArmor not available as kernel LSM. ...fail! </code></pre> <p>Googling a bit, I found the following bug report - marked as fixed -:</p> <p><a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/375422" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/375422</a></p> <p>Which seems to be my exact case. My kernel is 2.6.32-21-generic. Any idea on how to solve the issue?</p>
13232
235
2011-03-29T16:57:24.957
2012-04-09T09:09:05.170
Apparmor not starting with kernel LSM error
[ "10.04", "apparmor" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2012-04-16T12:15:55.250", "id": "146135", "postId": "32565", "score": "0", "text": "This question should instead be filed as a bug report, and [as such](http://meta.askubuntu.com/questions/1317/what-to-do-with-questions-that-describe-known-bugs/) is off-topic, thanks! [Instruc...
null
[ { "accepted": null, "body": "<p>The only thing I can think of is to get a Launchpad account if you do not already have one, then go to the bug report. Mark yourself as affected by that bug and post another comment there with your specs.</p>\n\n<p>Alternatively, you could try filing your case as a new bug, b...
null
null
2012-05-23T17:18:27.880
null
null
32577
1
null
2011-03-29T19:21:49.233
3
829
<p>I've seen a whole bunch of posts on iTunes replacements for Ubuntu, and how to sync your iPodTouch with Banshee, Rhythmbox, etc. But here's my question: can you sync an iPod with both a Mac and an Ubuntu machine? I know if you try to sync a single iPod with iTunes on 2 different computers it won't let you. But I'm not trying to sync with iTunes on both computers. </p> <p>Background: I use a Mac at work and Ubuntu at home. I'd like both computers to contain all of my music. I don't want to manually copy files by mounting the iPod as a disk. Is this possible? I'm fine with somehow declaring one machine as the "master" library (i.e. doing all downloads/purchases/deletes on that machine, then syncing the iPod to it and then syncing the second computer to the iPod.)</p> <p>I'm using: iPodTouch 4g, Mac OSX (10.6.7 Snow Leopard), Ubuntu Maverick</p>
2664
null
null
2011-03-29T21:50:02.567
Can I sync an iPodTouch with both a Mac and Ubuntu?
[ "sync", "ipod" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-29T19:28:01.617", "id": "36562", "postId": "32577", "score": "1", "text": "My vote would be for yes but I am not 100% certain", "userDisplayName": null, "userId": "5297" } ]
null
[ { "accepted": null, "body": "<pre><code>Can you sync an iPod with both a Mac and an Ubuntu machine?\n</code></pre>\n\n<p>If you want to know whether you can or not, then my answer is YES, you can sync with bot computers. BUT, what if you download, for example, a song on your Ubuntu PC, use Banshee (or any o...
null
null
null
null
null
32581
1
32586
2011-03-29T20:11:22.373
2
1843
<p>I am doing web development on a Ubuntu machine (Lubuntu 10.10 more specifically), and wondered if there is a browser that I can install (in the repositories or otherwise) that has decent support for CSS3 3d transforms (by using the word 'decent' here, I exclude Chromium which is incredibly glitchy).</p> <p>Thing is, I hate switching to a different machine that runs Windows, just to test my code. Thanks in advance.</p>
13242
1992
2011-03-29T20:22:21.097
2012-08-17T21:31:59.470
A browser that supports css3 3d transforms?
[ "browser", "3d", "websites", "css" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-29T20:21:59.460", "id": "36566", "postId": "32581", "score": "0", "text": "I am not sure if Opera supports that feature, but if it does you can install opera from their website.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-03-2...
{ "accepted": true, "body": "<p>So far, <a href=\"http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style_Sheets%29#cite_ref-75\" rel=\"nofollow\">only Webkit browsers support CSS3 3D Transforms</a>. Chrome/ium is probably the most popular option, so if the version you tried wasn't working, you may want to update to the very latest -- something like the <a href=\"https://launchpad.net/~chromium-daily/+archive/ppa\" rel=\"nofollow\">Chromium Daily Builds</a>. If even that is too buggy to work with, you might want to try a different Webkit browser for Linux.</p>\n\n<p>Midori and Epiphany are two decent options. As an added bonus, I think both of these browsers will use the version of Webkit that you have installed on your system (unlike Chrome, which comes with its own version of Webkit). That means that you should be able to build Webkit from the <a href=\"http://nightly.webkit.org/\" rel=\"nofollow\">latest nightly source release</a>, and Midori or Epiphany will automatically use that version. Good luck!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-29T21:03:33.040", "id": "32586", "lastActivityDate": "2011-03-29T21:03:33.040", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2079", "parentId": "32581", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>So far, <a href=\"http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style_Sheets%29#cite_ref-75\" rel=\"nofollow\">only Webkit browsers support CSS3 3D Transforms</a>. Chrome/ium is probably the most popular option, so if the version you tried wasn't wor...
null
null
null
null
null
32583
1
null
2011-03-29T20:35:17.610
2
946
<p>I have been affected by <a href="http://ubuntuforums.org/showthread.php?t=1601810" rel="nofollow">an ext4 unmountable problem</a>.</p> <p>The suggested solution is to run <code>e2fsck</code> in a live CD. Ubuntu can't be used because it periodically tries to mount the partition (/dev/sda3 in my case) preventing e2fsck from running. In other words, in order to recover Ubuntu, I want to try using a non-Ubuntu Live CD.</p> <p>Other people have had success with Slax. But it doesn't work on MacBook. </p> <p>What live CDs will work on my MacBook? </p>
4304
1067
2011-03-30T13:26:49.060
2011-03-31T02:51:26.057
Which Live CD should I use to repair my ext4 partition on a MacBook Pro?
[ "macbook", "ext4" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T03:21:55.140", "id": "36601", "postId": "32583", "score": "2", "text": "I suggest you move this question to http://unix.stackexchange.com/, where you will probably get much better answers.", "userDisplayName": null, "userId": "1067" } ]
null
[ { "accepted": null, "body": "<p>Solved with Parted Magic live CD and running <code>e2fsck -f -y -v /dev/sda3</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T12:07:27.350", "id": "32669", ...
null
null
null
null
null
32589
1
null
2011-03-29T21:26:11.700
3
696
<p>My parents were having continuous trouble with Windows Vista. The problem was that Vista refused to connect to the wired network set up for them, and if it did it would only last for a day or two and then quit. Finally yesterday it quit connecting completely no matter what I did, so I took the initiative to install Ubuntu onto their computer. </p> <p>(Needless to say, they love it since I installed a Mac OSX theme and Docky :].)</p> <p>The wired network connects just fine but I have to manually connect to it via the launcher bar up top every time it boots up. This wouldn't bug me if it was my computer but I don't want my parent's to have to remember how to connect each time, any help?</p>
null
8844
2011-03-29T22:16:11.873
2011-03-29T23:44:41.737
Dell DImension C521 won't automatically connect to a wired network
[ "10.10", "networking", "wireless" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You can create a start up script like this: </p>\n\n<p>1) Create a file </p>\n\n<pre>gedit ~/.scripttoconnect.sh </pre>\n\n<p>2) Paste this into the file </p>\n\n<pre>\n#!/bin/bash\n#\n# to connect after login\n#\nsleep 5 && nmcli con up id 'name_of_connection'\n</pre>\...
null
null
null
null
user13243
32595
1
32660
2011-03-29T23:13:05.240
7
1853
<p>I am using Ubuntu 11.4 alpha3 for testing. I see that some applications have been removed like Appearance where we play with theme preferences.</p> <p>How can I change themes in Unity? What interface do I use?</p> <p>During the upgrade process my default Ambiance theme got corrupted.</p> <p>Window decoration are fine but GUI widget (e.g boxes, button, scrollbars) now have Windows9xish look.</p> <p>How can I restore my default Ambiance theme?</p>
3748
527764
2016-11-19T18:57:20.863
2016-11-19T18:57:20.863
Restore Ambiance Gtk theme for Unity Desktop
[ "unity", "11.04", "gtk", "themes" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Hit <code>&lt;super&gt;</code> (aka the \"windows key\") and start typing \"appearance\" (or what ever it is called in your locale). You should find the old Appearance app for tweaking your theme.</p>\n\n<p>Or you can right click on your desktop and select \"Change Desktop Background\" and select the theme tab to switch themes.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T10:11:59.480", "id": "32660", "lastActivityDate": "2011-03-30T15:23:57.027", "lastEditDate": "2011-03-30T15:23:57.027", "lastEditorDisplayName": null, "lastEditorUserId": "10823", "ownerDisplayName": null, "ownerUserId": "10823", "parentId": "32595", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Hit <code>&lt;super&gt;</code> (aka the \"windows key\") and start typing \"appearance\" (or what ever it is called in your locale). You should find the old Appearance app for tweaking your theme.</p>\n\n<p>Or you can right click on your desktop and select \"Change Desktop Ba...
null
null
null
null
null
32599
1
32680
2011-03-30T00:07:32.450
5
9202
<p>I used to have Windows XP on my laptop but switched over to the latest Ubuntu version. Unfortunately, there are programs that I would like to use on the Windows side, but cannot because I have no access to it anymore. </p> <ul> <li>What is the way to reinstall Windows as a partition so that I can dual boot? </li> <li>Is the Windows XP install CD and product key the only thing that I need to install Windows XP again? </li> </ul> <p>I don't have a Windows recovery CD :( </p> <p>Any help would be grateful. Thanks! </p>
13250
1992
2012-02-21T16:27:38.680
2017-07-07T21:58:04.013
Reinstall Windows as a partition after I have Ubuntu
[ "windows", "partitioning" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T06:42:40.380", "id": "36614", "postId": "32599", "score": "1", "text": "Depending on your software, and if you need to share data between Ubuntu and Windows, or if you like to run applications at the same time you may want to consider installing XP in a virtual mach...
{ "accepted": true, "body": "<p>This has been well documented on the web with many tutorials. It will take as long as it takes to install windows and ubuntu. Which will be about 3 hours. If you want to recover that data on your previous install, that is a different problem. </p>\n\n<p>You might already have the option to boot into windows. Check if these instructions on how <a href=\"http://en.wikipedia.org/wiki/GNU_GRUB\" rel=\"nofollow\">Grub</a> the application that loads the different operating system works. It may help you to just display the option to load the system you want windows or Ubuntu at start up. </p>\n\n<blockquote>\n <p><a href=\"https://help.ubuntu.com/community/Grub2#Boot%20Display%20Behavior\" rel=\"nofollow\">https://help.ubuntu.com/community/Grub2#Boot Display Behavior</a> </p>\n</blockquote>\n\n<p>official Ubuntu documentation. </p>\n\n<blockquote>\n <p><a href=\"https://help.ubuntu.com/community/WindowsDualBoot\" rel=\"nofollow\">https://help.ubuntu.com/community/WindowsDualBoot</a></p>\n</blockquote>\n\n<p>Here is a video going through the steps</p>\n\n<blockquote>\n <p><a href=\"http://screencasts.ubuntu.com/Installing_Ubuntu_with_Windows_Dual-Boot\" rel=\"nofollow\">http://screencasts.ubuntu.com/Installing_Ubuntu_with_Windows_Dual-Boot</a></p>\n</blockquote>\n\n<p>If you want to install windows after Ubuntu. You will need to reinstall grub. Windows automatically over writes the MBR, portion of you hard drives partitions and breaks your ability to boot into Ubuntu. These instructions will explain how to fix your boot loader by reinstalling grub.</p>\n\n<blockquote>\n <p><a href=\"https://help.ubuntu.com/community/Grub2#Reinstalling%20GRUB%202\" rel=\"nofollow\">https://help.ubuntu.com/community/Grub2#Reinstalling GRUB 2</a> </p>\n</blockquote>\n\n<p>You will still need to create space for your windows installation. Assuming that you install Ubuntu on to your disk with one partition covering the whole disk.If you need to shrink a partition, you need to boot up on a live disk and open gparted. It gives you the option to resize a partition but you can not do this on a mounted or disk. Which is why you need to boot up into a live disk. Here are screen shot of how to do that. </p>\n\n<blockquote>\n <p><a href=\"http://gparted.sourceforge.net/larry/resize/resizing.htm\" rel=\"nofollow\">http://gparted.sourceforge.net/larry/resize/resizing.htm</a> </p>\n</blockquote>\n\n<p>I recommend understanding how partitioning works specifically the <a href=\"http://en.wikipedia.org/wiki/Master_boot_record\" rel=\"nofollow\">MBR or master boot record</a>. You need to understand the limitations such as you can only have 4 primary partitions. An extended partition need to occupy the entire remaining disk space if you want to have more then 4 primary partitions. </p>\n\n<blockquote>\n <p><a href=\"http://en.wikipedia.org/wiki/Disk_partitioning\" rel=\"nofollow\">http://en.wikipedia.org/wiki/Disk_partitioning</a> </p>\n</blockquote>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-03-31T01:37:37.757", "id": "36749", "postId": "32680", "score": "0", "text": "I was looking to install Windows after I have Ubuntu on my laptop, so it is sorta opposite to what you're suggesting. However, the official Ubuntu doc does say to have Windows first and then install Ubuntu. My question would be .. is that necessary?", "userDisplayName": null, "userId": "13250" }, { "creationDate": "2011-03-31T06:23:53.987", "id": "36774", "postId": "32680", "score": "0", "text": "@o-o You can still do that. Though you will need to fix the boot loader. I have edit instructions on how to do that. I have done this multiple times.", "userDisplayName": null, "userId": "10998" }, { "creationDate": "2011-03-31T06:27:33.440", "id": "36775", "postId": "32680", "score": "0", "text": "@o-o and to answere you other question yes, you only need an xp install disk and product key to install xp again. Those recovery disk provided by manufactures are there to set up the system with all the software that they think you need. Those disk will include most of the drivers that you need. But you can download them from the manufacturer web sites eg acer or from your individual component manufacturer web site eg nvidia", "userDisplayName": null, "userId": "10998" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T13:43:57.260", "id": "32680", "lastActivityDate": "2011-03-31T06:23:48.807", "lastEditDate": "2011-03-31T06:23:48.807", "lastEditorDisplayName": null, "lastEditorUserId": "10998", "ownerDisplayName": null, "ownerUserId": "10998", "parentId": "32599", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Hope this helps. You need to create a partition (if it is not already there) using NTFS, for this you may install GPARTED on Ubuntu, resize your Ubuntu partition to leave some space for your new Windows installation.</p>\n\n<p>You'll need the Windows XP Install Media, if you ...
null
null
null
null
null
32600
1
33032
2011-03-30T00:18:32.957
4
553
<p>I found that I can use:</p> <pre><code>ignore.default = \A#.*\Z \A.*~\Z \A.*\.py[oc]\Z \A.*\.sw[nopx]\Z \A.*\.swpx\Z \A\..*\.tmp\Z \A.*\.git\Z </code></pre> <p>In /etc/xdg/ubuntuone/syncdaemon.conf to ignore files. I'm not really up on regex so I tried to add the last line to ignore the .git folder. It doesn't appear to be working though. Anyone have a correct solution?</p>
693
null
null
2011-04-01T19:32:46.737
Ignore files in Ubuntu One
[ "ubuntu-one", "python" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T08:44:35.640", "id": "36785", "postId": "32600", "score": "0", "text": "possible duplicate of [Is it possible to exclude a file or folder from being synced, while it is in a directory that was synced?](http://askubuntu.com/questions/26658/is-it-possible-to-exclude-a...
{ "accepted": true, "body": "<p>A friend of mine suggested \\A.git\\Z for the .git folder. It seems to work effectively. The end result was the following ignore.default in /etc/xdg/ubuntuone/syncdaemon.conf:</p>\n\n<pre><code>ignore.default = \\A#.*\\Z\n \\A.*~\\Z\n \\A.*\\.py[oc]\\Z\n \\A.*\\.sw[nopx]\\Z\n \\A.*\\.swpx\\Z\n \\A\\..*\\.tmp\\Z\n \\A\\.git\\Z\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-04-01T19:32:46.737", "id": "33032", "lastActivityDate": "2011-04-01T19:32:46.737", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "693", "parentId": "32600", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>A friend of mine suggested \\A.git\\Z for the .git folder. It seems to work effectively. The end result was the following ignore.default in /etc/xdg/ubuntuone/syncdaemon.conf:</p>\n\n<pre><code>ignore.default = \\A#.*\\Z\n \\A.*~\\Z\n \\A.*\\.p...
null
null
null
null
null
32611
1
null
2011-03-30T03:37:56.810
4
7804
<p>I have PDF file with layer masks (i.e. transparencies) and I need to extract transparent layers of images.</p> <p>When I use <code>pdfimages</code> to extract images - both .jpgs and .pngs have same white non-transparent background. ImageMagick's <code>convert a.pdf image-%04d.png</code> outputs single non-layered file.</p> <p>Any help would be appreciated.</p>
6243
null
null
2012-11-07T22:39:48.720
Extract images from PDF with layer masks
[ "software-recommendation" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I think the layer masks are part of the PDF and not part of the images. You can however using some PDF library obtain masking details and then use some other image processing library or tool to apply those masks on the extracted images.</p>\n", "commentCount": "0", "c...
null
null
null
null
null
32614
1
32616
2011-03-30T04:18:22.890
3
646
<p>I have a local network of 80 machines, all with Ubuntu 10.04 installed on them. All the machines are connected to a central switch.</p> <p>I have some contractors that are located overseas. I would like to dedicate each of them a single machine, so that all the work they do will be performed on one of my 'local' machines (through remote access).</p> <p>Ideally, I'd prefer a free solution that will allow each of the users to securely connect to a remote machine, view 'X' (meaning, be able to open programs like Evolution, send emails, write computer code etc) and also open a terminal, run scripts etc. Ideally, the solution should be fast (meaning, I don't want a long delay between every punch on their keyboard to when their screen gets updated) and secure.</p> <p>I should also have the ability to access the machine they're working on and block their access, in case they're doing something they're not supposed to.</p> <p>any ideas?</p>
11833
null
null
2011-03-30T04:39:57.643
Access a machine remotely?
[ "remote-desktop", "remote", "remote-x-session" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>ssh -X user@dedicated-ip-for-machine</code> in a terminal would allow them to connect via SSH but also forward GUI programs to their system (so that if they type in <code>gedit</code>, it will run <code>gedit</code>, and forward the GUI program to their system's screen, rather than using the dedicated box's monitor. This allows you to also restrict their access and can allow you to block items on the system. Note that this would be a command line connection, rather than a remote desktop solution.</p>\n\n<p>If you need something specific for complete remote desktop connections, you may consider utilizing TeamViewer, however the system can on occasion not operate to the specs that you are requesting in a program.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-03-30T11:26:59.447", "id": "36631", "postId": "32616", "score": "0", "text": "Thank you. How do I create the dedicated ip for each machine? is it a lengthy process? also, how fast will be the connection? (is it going to be like the user is working on his/her machine, rather than a remote one?)", "userDisplayName": null, "userId": "11833" }, { "creationDate": "2011-03-30T14:41:17.700", "id": "36673", "postId": "32616", "score": "1", "text": "Depends. First off, for the dedicated IP, if you've got one IP for the network, you'll have to set up different SSH ports on both machines, then use a router or some kind of NAT forwarding to forward ports to each machine. Secondly, to answer the environment question, they will be seeing a command line to start. In that command line, they'll be able to input commands, such as `firefox`, `gedit`, or any other name for a GUI program. Assuming that the X11 forwarding works, it will put the GUI program's interface on their machine, but it will be working on the remote machine...", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-03-30T14:41:51.757", "id": "36675", "postId": "32616", "score": "0", "text": "... rather than on the local machine, so they would have access to the remote machine's files.", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-03-30T14:46:48.587", "id": "36677", "postId": "32616", "score": "0", "text": "EvilPhoenix: thank you. Currently, all I have are static IPs for the machines (meaning, each machine has a static IP of 192.168.0.XX). How do I go from here to allowing a user (located overseas) to access one machine (say, 192.168.0.8)?", "userDisplayName": null, "userId": "11833" }, { "creationDate": "2011-03-31T05:27:17.310", "id": "36772", "postId": "32616", "score": "0", "text": "Depends on your network topography, and also how the central hub / gateway is configured. You'd be better off asking a networking expert rather than me.", "userDisplayName": null, "userId": "10616" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T04:39:57.643", "id": "32616", "lastActivityDate": "2011-03-30T04:39:57.643", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10616", "parentId": "32614", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p><code>ssh -X user@dedicated-ip-for-machine</code> in a terminal would allow them to connect via SSH but also forward GUI programs to their system (so that if they type in <code>gedit</code>, it will run <code>gedit</code>, and forward the GUI program to their system's screen,...
null
null
null
null
null
32617
1
null
2011-03-30T04:44:13.680
0
171
<p>Firefox Browser working very slow in my UBUNTU 10.10. I use Mobile to connect either via blue tooth or cable.</p> <p>Is any tips to make it fast</p>
13257
10616
2011-03-30T05:37:08.327
2011-04-13T11:05:36.163
10.10 Firefox Speed Problem
[ "10.10", "networking", "firefox", "browser" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The speed issue might not be Firefox, but rather the connection speeds you're getting over your mobile tether. There's no way to increase the speeds if that is the case.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense"...
null
null
null
null
null
32620
1
32636
2011-03-30T05:34:37.127
8
4906
<p>If I run Ubuntu on a Dell laptop which was sold with Windows, will that void my warranty?</p>
448
3037
2011-03-30T05:35:22.247
2018-08-28T15:15:57.723
Does running Ubuntu on a Dell laptop sold with Windows void the warranty?
[ "dell" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>No it wont void the warranty. You can revert back to windows using the recovery partition or any other recovery media that was supplied with your laptop and your laptop will be back to the state where it was when you bought it. If you are new to Ubuntu and if your laptop comes with recovery partition (which most of laptops these days do) then make sure that you create recovery disks first before installing Ubuntu. Because sometimes people trash their harddisks while installing Linux and that can destroy your recovery partition. Even if you destroy the recovery partition and dont have the recovery disks, you can buy them from dell.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-03-30T07:19:26.133", "id": "36616", "postId": "32636", "score": "0", "text": "So I should put windows back on it before sending it for repair?", "userDisplayName": null, "userId": "448" }, { "creationDate": "2011-03-30T07:51:38.713", "id": "36617", "postId": "32636", "score": "2", "text": "No, this shouldn't be a problem, since it is a hardware failure. There is no liability to use windows for warranty reasons. I sent my packard-bell (aka ACER) shipped with windows back for repair the power on/off button with Ubuntu installed. It was no problem at all.", "userDisplayName": null, "userId": "3922" }, { "creationDate": "2011-03-30T09:35:07.750", "id": "36626", "postId": "32636", "score": "1", "text": "I have a Dell Latitude, and removed the recovery partition. When I got a hardware problem they asked me to restore from the recovery partition for some test and I said I had removed it because I installed a different OS. They said it was no problem at all, because there is a BIOS self-diagnostic that tells them what they need to know.", "userDisplayName": null, "userId": "12757" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T07:14:49.617", "id": "32636", "lastActivityDate": "2011-03-30T07:14:49.617", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6713", "parentId": "32620", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>No it wont void the warranty. You can revert back to windows using the recovery partition or any other recovery media that was supplied with your laptop and your laptop will be back to the state where it was when you bought it. If you are new to Ubuntu and if your laptop come...
null
null
null
null
null
32623
1
null
2011-03-30T05:55:44.980
5
41647
<p>In desktop Ubuntu there is handy GRUB menu, but there is no such menu in Ubuntu Server. How do I get into recovery (single-user) mode on Ubuntu Server then?</p>
2390
449
2014-09-25T07:46:51.577
2017-03-19T15:59:54.047
How to boot into Single-User recovery mode?
[ "grub2", "recovery-mode" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I've found the answer - I had to hold shift to see the GRUB menu.</p>\n\n<ul>\n<li><a href=\"https://wiki.ubuntu.com/RecoveryMode\" rel=\"nofollow\">https://wiki.ubuntu.com/RecoveryMode</a></li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate":...
null
null
null
null
null
32624
1
36339
2011-03-30T05:58:24.380
70
83852
<p>I'm having problems getting the Netbeans font to look nice, this has been a problem ever since I tried Ubuntu ~8. For some reason fonts look like they're not getting subpixel smoothing in Netbeans only, for the rest of the applications they look perfect.</p> <p>Look at how ugly the screenshot is:</p> <p><img src="https://i.stack.imgur.com/T8VbI.png" alt="enter image description here"></p> <p>It's not just the code area but every font in the application looks this way. I was looking around and apparently adding the following line to the <code>.bashrc</code> file should fix the issue but in my case it didn't:</p> <pre><code>export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd' </code></pre> <p>It think it might only affect Java based applications, but I haven't been able to test another Java app to check the fonts out.</p> <p>Does anyone know what can I do to fix this? How can I make Netbeans use the system font? </p>
12400
41229
2015-10-19T08:23:56.240
2021-04-09T12:54:24.990
Ugly fonts in Netbeans - How can i make it use the system font?
[ "fonts", "netbeans" ]
17
8
CC BY-SA 3.0
[ { "creationDate": "2011-03-30T18:00:53.817", "id": "36708", "postId": "32624", "score": "0", "text": "I've also looked and looked for a fix for this, but there just doesn't seem to be one. Specifically it affects Swing-based applications; you'll find that Eclipse, for example, looks fine. I'm ac...
{ "accepted": true, "body": "<p>As has been stated in the comments, this is a problem with Java Swing apps on Linux. Swing does use Gnome's font smoothing settings (deactivated, greyscale or subpixel) - it disregards the hinting settings though. It always uses full hinting, and if you're running Ubuntu with little or no font hinting (as most people do since little hinting is the default setting) this will make the font appear significantly different than in other applications. SWT applications like Eclipse are fine, but if you like Netbeans this isn't gonna help you.</p>\n\n<p>Caveat: For the following workaround I'm only talking about the editor font, because in an IDE that's what's important to me. You could also apply it to the menu fonts etc, but that might be a little over the top.</p>\n\n<p>The only usable solution I found <a href=\"http://gleamynode.net/articles/2280/\" rel=\"noreferrer\">here</a> : use Fontforge to edit your editor font of choice and remove all hinting information from the font itself, then save it as a new font and use that in Netbeans.</p>\n\n<ol>\n<li><code>sudo apt-get install fontforge</code></li>\n<li>Launch <em>Fontforge</em></li>\n<li>Open your font of choice</li>\n<li><kbd>Ctrl</kbd>+<kbd>A</kbd> or <code>edit -&gt; Select -&gt; Select all</code> to select all characters</li>\n<li>Hints ⇒ Clear instructions</li>\n<li><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>F</kbd> or <code>element -&gt; font info</code> to open the font info</li>\n<li>Rename font (e.g. to original name + '_nohints')</li>\n<li>Save edited font in the <code>.fonts</code> directory in your home, through <code>file -&gt; generate fonts</code>, making sure to use a format that Ubuntu reads (see next step)</li>\n<li>Clear font cache <code>fc-cache -rv</code> - following its output to make sure your new font file was picked up (e.g. <code>.sfd</code> doesn't but <code>.ttf</code> does).</li>\n<li>Run Netbeans and use the font you created as editor font</li>\n</ol>\n\n<p>No, not perfect and yes, a bit of a hassle, but still a world of difference. Hope that helps.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-12-19T23:16:08.003", "id": "285139", "postId": "36339", "score": "3", "text": "I used `Monospace`, the default one in NetBeans. I tried to fix `Ubuntu Monospace`, and it looks better now, but still worse then `Monospace`. Thanks anyway. If I could find `Monospace` location on file system, I would try to fix it too.", "userDisplayName": null, "userId": "17226" }, { "creationDate": "2013-08-13T09:13:52.887", "id": "422373", "postId": "36339", "score": "0", "text": "Thank you so much... The only working solution I've found. I was going crazy with this !!", "userDisplayName": null, "userId": "131913" }, { "creationDate": "2015-11-07T09:54:06.447", "id": "1016212", "postId": "36339", "score": "0", "text": "Not sure which font file is my font... Got 9 different font files for the Ubuntu font alone, so needed to consult http://font.ubuntu.com/ to figure which one to tinker. Hope this will work.", "userDisplayName": null, "userId": "208696" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-21T21:12:29.883", "id": "36339", "lastActivityDate": "2015-11-07T12:07:13.237", "lastEditDate": "2015-11-07T12:07:13.237", "lastEditorDisplayName": null, "lastEditorUserId": "208696", "ownerDisplayName": null, "ownerUserId": "4618", "parentId": "32624", "postTypeId": "2", "score": "39" }
[ { "accepted": true, "body": "<p>As has been stated in the comments, this is a problem with Java Swing apps on Linux. Swing does use Gnome's font smoothing settings (deactivated, greyscale or subpixel) - it disregards the hinting settings though. It always uses full hinting, and if you're running Ubuntu with...
null
null
null
null
null
32627
1
null
2011-03-30T06:14:00.497
2
1661
<p>Wireless N network speed doesn't go faster then 54M in Ubuntu with router being rigth next to the computer. I get around 200-220M in Windows.</p> <p>OS: Ubuntu 10.10 64 bit. router: wireless N router card: wireless N card</p> <p>I don't use network manager applet, card is configured manually in <code>/etc/network/interfaces</code></p> <p>mmmm. So - I probably screwed something up:)</p> <p><strong>/etc/network/interfaces content:</strong></p> <pre><code>auto wlan0 lo iface eth0 inet static address 192.168.10.197 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.1 iface wlan0 inet static address 192.168.10.194 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.1 wpa-ssid mynet wpa-psk somepassword iface lo inet loopback </code></pre> <p><strong>sudo iwconfig result:</strong></p> <pre><code>*lo no wireless extensions. eth0 no wireless extensions. wlan0 Ralink STA ESSID:"mynet" Nickname:"RT2860STA" Mode:Managed Frequency=2.437 GHz Access Point: 00:14:D1:C5:AC:CC Bit Rate=54 Mb/s RTS thr:off Fragment thr:off Encryption key:E7F8-8C84-5026-BFD1-1774-D4F9-0A5D-408A Link Quality=100/100 Signal level:-25 dBm Noise level:-71 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 vboxnet0 no wireless extensions.* </code></pre> <p>So Ican't figure out why it doesn't get any faster than 54M. Help</p> <p><strong>Update</strong> mmm. it looks like iwconfig is a legacy utility. This is what I found on the internets: </p> <p><em>"iwconfig is a legacy utility. If I were you I'd uninstall it and try to learn to use iw properly. Nothing new will be added through iwconfig any more. Using iwconfig is fine but do not expect to gain new features. iwconfig knows nothing about 802.11n and it will remain that way."</em></p> <p>Does any one know how to check throughput propperly in Linux?</p>
6082
6082
2011-03-31T03:45:33.093
2017-02-25T11:59:40.643
Wireless N capable Ralink RT2860STA doesn't go faster than 54Mbit
[ "10.10", "wireless", "drivers", "ralink" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Edited: So, apparently I misread, my previous advice didn't apply.\nSeems you're not the only one with that problem: <a href=\"http://ubuntuforums.org/showthread.php?t=1583164\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1583164</a> Apparently, a new driver hel...
null
null
null
null
null
32628
1
32750
2011-03-30T06:15:53.440
5
930
<p>First, I'm not sure if this is the correct venue to be asking this question, so if not, I apologize. </p> <p>I'm a big fan of Tomboy notes and the ability to sync them with UbuntuOne. I like having my notes accessible across all of my computers, and would like to be able to do the same thing on my phone. I know there is a client for Android, but from what I could tell, no such client exists for iPhone. </p> <p>I'd been meaning to play around with learning some iPhone development anyway, so I did some reading on iOS development, spent some time, and wrote an application that does most everything that I use Tomboy for. It can link to your Ubuntu One account, sync notes back and forth, and it supports the majority of the formatting (bold, underline, highlight, etc.) options. I'm sure that someone more experienced in iOS development could have done a better job, but it seems to work well enough for what I need.</p> <p>I'd like to put it in the apple app store for free and make the source available (as I'm sure it could stand to be fixed and refined by someone more knowledgeable than myself), but I'm not sure what the rules are for such a thing. Right now I've just got it on my own computers and haven't gone to the trouble to pay to enter the Apple developer program because I have some questions about whether I can do so, before I spend the money.</p> <p>As it stands right now, I've used the Ubuntu font in the application (font.ubunu.com), as well as some mentions of Ubuntu itself and the Ubuntu One logo. I suspect the use of the font is probably okay, but I have my doubts about the logo, so some rebranding might be necessary. More than that, am I even allowed to access the Ubuntu One Notes service in this way? I know Ubuntu has some mobile applications for syncing other Ubuntu One services (music, contacts, etc.), but I couldn't find mention of notes, and as I said before, I know that Tomboy and Tomdroid are already utilizing Ubuntu One as a sync destination. </p> <p>Basically, I was hoping someone might either know the answers to some of these questions, or be able to point me toward someone who does. Obviously I can just continue using this application for myself as it does what I wanted, but I thought it might be nice to make it available for other people and, if someone more knowledgeable about iOS development were so inclined, to improve it.</p> <p>Sorry this was a bit long, and thanks! Adam</p>
13260
235
2011-03-31T02:13:00.847
2012-02-28T22:32:57.563
I am writing an iPhone Notes Client, can I integrate it with Ubuntu One?
[ "ubuntu-one", "iphone" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-05-06T16:27:20.420", "id": "44634", "postId": "32628", "score": "0", "text": "How is the project going? I would love to use this!", "userDisplayName": null, "userId": "16774" }, { "creationDate": "2012-02-28T22:32:57.563", "id": "127526", "postId":...
{ "accepted": true, "body": "<p>I'm only going to answer about Ubuntu One; your question is actually several questions rolled into one, and I can only answer for what I know.</p>\n\n<p>You can't use the Ubuntu One logo as your application icon. You can, however, use the Ubuntu One logo and name within your application if your intention is to use it to indicate a “works with Ubuntu One”, as long as you don't do anything obviously nasty. </p>\n\n<p>We will have a specific “works with Ubuntu One” soon, but meanwhile please use some text such as “works with” and the icon.</p>\n\n<p>If you need any special sizes or colours <a href=\"https://one.ubuntu.com/support/contact/\" rel=\"nofollow\">please contact us</a> in private.</p>\n\n<p>Hoping to see your app live soon!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-31T01:41:37.867", "id": "36751", "postId": "32750", "score": "0", "text": "Okay, great. That makes sense. I wasn't really expecting to be able to use the logos outright, but I was unclear as to how best to make the association clear. I've used the contact form and so I'll move this conversation to whatever that results in. Thanks so much for your help!", "userDisplayName": null, "userId": "13260" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T22:44:31.737", "id": "32750", "lastActivityDate": "2011-03-31T00:31:05.240", "lastEditDate": "2011-03-31T00:31:05.240", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "711", "parentId": "32628", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I'm only going to answer about Ubuntu One; your question is actually several questions rolled into one, and I can only answer for what I know.</p>\n\n<p>You can't use the Ubuntu One logo as your application icon. You can, however, use the Ubuntu One logo and name within your ...
null
null
null
null
null
32630
1
null
2011-03-30T06:39:26.323
2
315
<p>how do I stop ubuntu one from syncing on start up of computer</p>
13262
235
2011-03-31T02:50:21.767
2011-03-31T02:50:21.767
How do I stop Ubuntu One from syncing when I login?
[ "ubuntu-one", "startup" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Just uncheck \"Ubuntu One\" in menu System -> Preferences -> Start applications\nYou then have to start manually, when you want to use it.</p>\n\n<p><img src=\"https://i.stack.imgur.com/GUa88.png\" alt=\"enter image description here\"></p>\n", "commentCount": "0", "co...
null
null
null
null
null
32631
1
32649
2011-03-30T06:46:59.080
5
16880
<p>Is it possible to configure firefox from terminal?For example if i want to set <code>toolkit.networkmanager.disable=true</code> in <code>about:config</code> can i do it from terminal?</p>
5691
null
null
2017-08-10T10:17:04.720
How to configure firefox from terminal?
[ "firefox" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This setting should go into your Firefox profile <strong>prefs.js</strong> file, which should be located in <code>~/.mozilla/firefox/*.default/</code>.</p>\n\n<p>The file format is JavaScript, so in theory it could be mangled to the point of needing a JS parser to modify it, but Firefox is usually nice and prints each setting on its own line in alphabetical order. To add a setting like this you could simply</p>\n\n<pre><code>echo 'user_pref(\"toolkit.networkmanager.disable\", true);' &gt;&gt; ~/.mozilla/firefox/**replace**.default/prefs.js\n</code></pre>\n\n<p>If this setting is already in the file, I'm not sure whether Firefox will register the last or first instance. Just give it a try. If it's not consistent, you could do this:</p>\n\n<pre><code>if grep 'toolkit.networkmanager.disable' ~/.mozilla/firefox/*.default/prefs.js\nthen\n sed -i -e 's/^user_pref(\"toolkit.networkmanager.disable\", \\(true\\|false\\));$/user_pref(\"toolkit.networkmanager.disable\", true);/' ~/.mozilla/firefox/*.default/prefs.js\nelse\n echo 'user_pref(\"toolkit.networkmanager.disable\", true);' &gt;&gt; ~/.mozilla/firefox/*.default/prefs.js\nfi\n</code></pre>\n\n<p>After modifying the configuration you'll need to restart Firefox to apply the change.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-30T08:32:50.720", "id": "36623", "postId": "32649", "score": "0", "text": "You've ninja'd me and I'm even happy you did as your answer is even better. +1", "userDisplayName": null, "userId": "2732" }, { "creationDate": "2017-08-05T11:26:29.627", "id": "1498142", "postId": "32649", "score": "2", "text": "do we need to restart firefox after setting this ?", "userDisplayName": null, "userId": "394936" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-30T08:25:37.740", "id": "32649", "lastActivityDate": "2017-08-10T10:17:04.720", "lastEditDate": "2017-08-10T10:17:04.720", "lastEditorDisplayName": null, "lastEditorUserId": "10371", "ownerDisplayName": null, "ownerUserId": "10371", "parentId": "32631", "postTypeId": "2", "score": "15" }
[ { "accepted": true, "body": "<p>This setting should go into your Firefox profile <strong>prefs.js</strong> file, which should be located in <code>~/.mozilla/firefox/*.default/</code>.</p>\n\n<p>The file format is JavaScript, so in theory it could be mangled to the point of needing a JS parser to modify it, ...
null
null
null
null
null
32632
1
32634
2011-03-30T06:55:42.513
6
435
<p>I'm new to ubuntu. I want to learn about it, and I want do this as fast as posible. But I don't know whether to read a book, or try to solve my problems when they arise. I will appreciate if anyone can help me to do the right thing.</p>
13266
169736
2013-12-21T19:35:28.830
2016-05-25T08:42:19.663
Where to start? How to start?
[ "community" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2013-12-21T19:36:25.683", "id": "504677", "postId": "32632", "score": "0", "text": "install Ubuntu. Try is the best way to learn.", "userDisplayName": null, "userId": "10698" } ]
{ "accepted": true, "body": "<p>My experience is that reading book wont help a lot. You will learn new things but you will forget most of them as you will not be using them. The best way to learn Ubuntu or any other Linux distribution is by practice, so use it as often as you can. Make sure you stick with it i.e keep using it and dont convert back to your old OS when doing something trivial is getting tough. Solve the issues when they arise and use Ubuntu for your everyday tasks i.e watching movies, listening to songs, text/document editing, browsing and etc. After a few days of initial discomfort you will find everything easy.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T07:07:39.967", "id": "32634", "lastActivityDate": "2011-03-30T07:07:39.967", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6713", "parentId": "32632", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>My experience is that reading book wont help a lot. You will learn new things but you will forget most of them as you will not be using them. The best way to learn Ubuntu or any other Linux distribution is by practice, so use it as often as you can. Make sure you stick with i...
null
null
2017-03-19T20:37:25.047
null
null
32633
1
32661
2011-03-30T07:03:51.983
7
1542
<p>Well - just because I cannot find this asked anywhere else on the net - is there something like a "Disk Mounter" applet for Unity interface, or are there any alternatives? </p> <p>(By 'alternatives' I mean: I wouldn't mind doubleclicking an icon, and have what used to be a toolbar applet start up as a separate window; as long as don't have to grapple with <code>mount</code> command lines, and filesystem arguments and such.)</p>
6808
22949
2012-07-10T15:56:50.997
2016-10-09T04:18:37.160
Is there a Disk mounter indicator?
[ "mount", "indicator" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2012-03-15T04:18:53.757", "id": "133647", "postId": "32633", "score": "0", "text": "Yes, i need the same good as mention on the Q. Sometimes we need to quickly mount a partition from an application such as media player, editor or something like that, and to open nautilus first...
{ "accepted": true, "body": "<p><img src=\"https://i.stack.imgur.com/RBy9t.png\" alt=\"enter image description here\"></p>\n\n<p>You should try Mounty - an indicator applet you can use to easily mount CD / DVD images (and can also burn them directly from the appindicator).</p>\n\n<p>You have to add the ppa <code>ppa:tldm217/tahutek.net</code>to your software sources (<a href=\"https://i.stack.imgur.com/RBy9t.png\" rel=\"nofollow noreferrer\">here's how to do that</a>) and install mounty from the software center.</p>\n\n<p>Your question actually inspired my post: <a href=\"http://www.webupd8.org/2011/03/indicator-applet-to-mount-cd-dvd-images.html\" rel=\"nofollow noreferrer\">Indicator Applet To Mount CD / DVD Images: Mounty</a> :)</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-03-30T10:49:32.960", "id": "36628", "postId": "32661", "score": "0", "text": "Hi @Alin Andrei, thanks and +1 for your answer! However, as far as I can see, `Mounty` is apparently meant for mounting ISO images; my primary need is with mounting unmounted partitions (which the old mounter applet can visualise, and mount with a single click). Thanks again for the `mounty` tip - cheers!", "userDisplayName": null, "userId": "6808" }, { "creationDate": "2011-03-30T11:33:26.870", "id": "36633", "postId": "32661", "score": "1", "text": "Oh, I've understood your question wrong then. Sorry... I still don't understand exactly what you want though: you can simply click a drive to mount/unmount it from Nautilus.", "userDisplayName": null, "userId": "662" }, { "creationDate": "2011-03-30T13:32:45.387", "id": "36661", "postId": "32661", "score": "1", "text": "Hi @Alin Andrei - you're absolutely right; can't believe I missed that, and it was in front of me all the time :) I guess I just got too used to the disk mounter applet (ok, I guess one could argue, you could mount without Nautilus open etc)... But still, that solution is good enough for me :) Will put an accept here (at least until a \"real\" disk mounter comes out for Unity - if ever :) ) ... Thanks again, cheers!", "userDisplayName": null, "userId": "6808" }, { "creationDate": "2012-07-10T07:49:28.947", "id": "197901", "postId": "32661", "score": "0", "text": "Mounty is not a replacement for Disk Mounter, nor is Nautilus. If you're connecting and disconnecting drives all the time, like in the forensic area where I work, there seems to be no Unity replacement for Disk Mounter. I searched for a nearly an hour on the internet but didn't find anything comparable and simple as good old Disk Mounter. That's a pity - and a reason to switch away from Unity back to Gnome. So, the question remains unanswered and doesn't merit a green dot in the overview list.", "userDisplayName": "user76124", "userId": null }, { "creationDate": "2016-10-09T04:25:17.433", "id": "1274767", "postId": "32661", "score": "0", "text": "Perhaps the indicator I wrote might do what you want, at least partially :)", "userDisplayName": null, "userId": "295286" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T10:17:39.863", "id": "32661", "lastActivityDate": "2011-03-30T12:08:09.610", "lastEditDate": "2011-03-30T12:08:09.610", "lastEditorDisplayName": null, "lastEditorUserId": "5149", "ownerDisplayName": null, "ownerUserId": "662", "parentId": "32633", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p><img src=\"https://i.stack.imgur.com/RBy9t.png\" alt=\"enter image description here\"></p>\n\n<p>You should try Mounty - an indicator applet you can use to easily mount CD / DVD images (and can also burn them directly from the appindicator).</p>\n\n<p>You have to add the ppa ...
null
null
null
null
null
32637
1
null
2011-03-30T07:18:31.033
0
1281
<p>all my PPAs are gone. thats why i cant install any other updates because the repositories are unavailable. </p> <ul> <li>what should i do to bring the repositories back? </li> <li>what command lines or methods should i use? </li> </ul> <p>thank you.</p>
13252
3550
2011-03-30T12:13:39.060
2016-05-10T10:21:15.247
All the PPA in software center has been removed
[ "ppa", "repository" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T08:33:50.760", "id": "36624", "postId": "32637", "score": "1", "text": "What did you do before the PPAs disappeared?", "userDisplayName": null, "userId": "814" } ]
null
[ { "accepted": null, "body": "<p>All the source files are located at /etc/apt/sources.list.d/. You will need root privileges to edit the ppa files. See if you added ppa are there as a file. If they are located there see if the content of files are commented or not. If they are not in the above location you h...
null
null
null
null
null
32646
1
null
2011-03-30T08:11:29.820
0
1372
<p>I am rather new to fixing problems; no one seems to be able to give me any guidance so I am turning to you. I have just installed the scanner drivers for my mfc5460cn. Everything is okay except for the connection. lsusb shows my machine at</p> <p>Bus 002 Device 005: ID 04f9:01b7 Brother Industries, Ltd MFC-5460CN Remote Setup</p> <p>However, xsane is searching for it at Bus 1 Dev 1.</p> <p>How do I reconcile this? How can I change Bus / Dev?</p>
null
null
null
2012-07-28T10:38:01.267
How to change the Bus / Dev in order to allow xsane to work
[ "usb" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T08:29:06.263", "id": "36784", "postId": "32646", "score": "0", "text": "The problem was solved. lsusb to verify where the usb is located Then, sudo chmod a+w /dev/bus/usb/$Bus/$Dev", "userDisplayName": "user13269", "userId": null } ]
null
[ { "accepted": null, "body": "<p>As you stated in your comment:</p>\n\n<p>The problem was solved. <code>lsusb</code> to verify where the usb is located.</p>\n\n<p>Then, <code>sudo chmod a+w /dev/bus/usb/$Bus/$Dev</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": "2011-11-0...
null
null
null
null
user13269
32650
1
32653
2011-03-30T08:30:48.070
0
469
<p>Probably I could read it somewhere, but couldn't find anywhere.</p> <p>In Windows 7, I have had two partitions ("Disk C" and "Disk D"). After installing dual-boot Ubuntu, I can access disk C under /media/Windows, which is what I expect: disks are mounted under /media. My two external hard drives are also found there. However, disk D is mysteriously mounted as /host. Why? Can I change it (to put disk D under /media as well)?</p> <p>With MountManager 0.2.6: both disks C and D are ntfs-3g.</p>
12938
12938
2011-03-30T09:10:30.440
2011-03-30T09:10:30.440
Why is the second Windows partition mounted under /host
[ "partitioning", "wubi", "mountpoint" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It's mounting to /host because your windows \"D:\" partition is \"hosting\" your root.disk file, which contains your root filesystem (since you are using Wubi, your root filesystem is stored in a file on an ntfs partition).</p>\n\n<p>1: No, you can't reasonably change this, though you can make a symlink from /media/foo to /host</p>\n\n<p>2: Wubi does not currently support this configuration (having the root.disk on a partition other than \"C:\") properly and therefore <strong>Your Ubuntu install will fail to boot at some point in the future.</strong> Likely it will happen when you try to upgrade to the next major release of Ubuntu, but it could happen sooner.</p>\n\n<p>I recommend that you back up all the data currently in your Wubi install, uninstall Wubi via Windows Add/Remove programs, and install Ubuntu in a normal dual boot configuration by booting from an Ubuntu LiveCD/USB and running the installer there.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T08:49:33.560", "id": "32653", "lastActivityDate": "2011-03-30T08:49:33.560", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6618", "parentId": "32650", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>It's mounting to /host because your windows \"D:\" partition is \"hosting\" your root.disk file, which contains your root filesystem (since you are using Wubi, your root filesystem is stored in a file on an ntfs partition).</p>\n\n<p>1: No, you can't reasonably change this, t...
null
null
null
null
null
32654
1
32662
2011-03-30T08:50:48.410
61
60641
<p>Is there a way to find out with what parameters did the kernel boot?</p> <p>For example if I specify noexec=off at the grub command line? Can I see this sort of info after the system has finished booting?</p>
9397
3037
2011-03-30T11:25:44.940
2018-10-21T05:08:37.220
How do I find the boot parameters used by the running kernel?
[ "boot", "kernel", "grub2" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2018-02-12T10:20:41.257", "id": "1627051", "postId": "32654", "score": "0", "text": "related: https://unix.stackexchange.com/questions/48601/how-to-display-kernel-command-line-parameters/423563#423563", "userDisplayName": null, "userId": "52975" } ]
{ "accepted": true, "body": "<p>You can run <code>cat /proc/cmdline</code>.</p>\n\n<p>Example:</p>\n\n<pre><code>[01:31] ~ $ cat /proc/cmdline\nBOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic root=UUID=025c4231-b7bb-48bf-93e9-d20c5b5ce123 ro crashkernel=384M-2G:64M,2G-:128M quiet splash bootchart=disable acpi_enforce_resources=lax vga=792 vt.handoff=7\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2018-03-15T09:53:07.123", "id": "1646844", "postId": "32662", "score": "2", "text": "Try `tr ' ' '\\n' < /proc/cmdline` to get linebreaks between the parameters.", "userDisplayName": null, "userId": "37574" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T10:31:20.367", "id": "32662", "lastActivityDate": "2011-03-30T10:31:20.367", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "32654", "postTypeId": "2", "score": "85" }
[ { "accepted": true, "body": "<p>You can run <code>cat /proc/cmdline</code>.</p>\n\n<p>Example:</p>\n\n<pre><code>[01:31] ~ $ cat /proc/cmdline\nBOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic root=UUID=025c4231-b7bb-48bf-93e9-d20c5b5ce123 ro crashkernel=384M-2G:64M,2G-:128M quiet splash bootchart=disable acpi_enf...
null
null
null
null
null
32658
1
null
2011-03-30T09:50:42.230
1
943
<p>How to make Unity 2D dash background blurry transparent using QT code?</p>
null
235
2011-03-30T14:39:44.380
2011-04-29T09:26:28.813
How to make Unity 2D dash background blurry transparent using QT code?
[ "development", "unity-2d", "qt" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You can use the QGraphicsBlurEffect QML element applied to the background image in the dash (GnomeBackground.qml): <a href=\"http://doc.qt.nokia.com/4.7.1/qgraphicsblureffect.html\" rel=\"nofollow\">http://doc.qt.nokia.com/4.7.1/qgraphicsblureffect.html</a></p>\n\n<p>However ...
null
null
null
null
user13275
32659
1
32672
2011-03-30T09:56:10.477
2
4201
<p>I have a file <code>/var/logs/apache2/error.log</code>. And every time I boot, Its file permission is changed to default (unwritable) by the system. So, i have to run <code>chmod</code> command every time i boot-up. How to change it's file permission permanently.</p>
8144
1951
2011-03-30T12:03:38.010
2011-03-30T12:41:50.813
how to change file permission of a file permanently that is set back to default on boot
[ "permissions", "apache2", "logrotate" ]
3
6
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T12:10:41.767", "id": "36640", "postId": "32659", "score": "1", "text": "Question - why? What is it you are trying to do that requires write access? Normal logging processes are generally recommended.", "userDisplayName": null, "userId": "7163" }, { "...
{ "accepted": true, "body": "<p>As per the discussion in comments, for the purpose the OP is trying to achieve (looking at a simple subset of logs for a specific purpose), this may be an appropriate alternative solution:</p>\n\n<p><a href=\"http://unixhelp.ed.ac.uk/CGI/man-cgi?tail\" rel=\"nofollow\">Tail</a> will let you look at the last lines of a file </p>\n\n<p><a href=\"http://unixhelp.ed.ac.uk/CGI/man-cgi?grep\" rel=\"nofollow\">Grep</a> lets you search through a file for instances you want to find</p>\n\n<p>Both are available as part of Unix/Linux and should be part of your essential toolkit.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T12:41:50.813", "id": "32672", "lastActivityDate": "2011-03-30T12:41:50.813", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "7163", "parentId": "32659", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I'm guessing <code>anacron</code> is running <code>logrotate</code> at boot time.</p>\n\n<p>If so, try editing the configuration file <code>/etc/logrotate.d/apache2</code>, and change</p>\n\n<pre><code>create 640 root adm\n</code></pre>\n\n<p>to whatever you prefer, e.g.</p>\...
null
null
null
null
null
32667
1
null
2011-03-30T12:04:22.733
40
37776
<p>There are <a href="https://askubuntu.com/questions/29553/how-can-i-configure-unity">several options</a> to configure Unity 3D via "CompizConfig Settings Manager" respectively its "Ubuntu Unity Plugin". </p> <p>But how do I access Unity 2D's settings? </p> <hr> <p>If you are looking to configure Unity 3D see this question: <a href="https://askubuntu.com/questions/29553/how-can-i-configure-unity">How can I configure Unity?</a></p>
13281
-1
2017-04-13T12:24:43.770
2013-04-21T02:35:36.613
How do I configure Unity 2D?
[ "configuration", "unity-2d" ]
5
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>gconf-editor > desktop > unity-2d</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-30T14:01:37.580", "id": "36664", "postId": "32679", "score": "0", "text": "Sure, I forgot to mention this way. But the...
null
null
null
null
null
32673
1
null
2011-03-30T12:57:03.563
0
493
<p>Will Switching graphics be supported in Ubuntu in the near Future ? I have a Hp dv6 with an Ati 5650 , but it only get reconiced as a Ati 4200, that means really bad performance. I read that this is beacuse this computer uses Switching graphics and this is not supported in ubuntu. Any hope that this will be fixed ? </p>
13283
null
null
2011-09-18T17:58:08.340
Switching graphics in Ubuntu ATI
[ "drivers", "ati", "support" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-09-19T00:46:11.210", "id": "71148", "postId": "32673", "score": "0", "text": "possible duplicate of [Support on HP Pavillion g4-1004tx with Intel-AMD Hybrid Graphics ](http://askubuntu.com/questions/60121/support-on-hp-pavillion-g4-1004tx-with-intel-amd-hybrid-graphics)",...
null
[ { "accepted": null, "body": "<p>According to <a href=\"http://www.phoronix.com/scan.php?page=news_item&amp;px=OTI3MQ\" rel=\"nofollow\">this post</a> on phoronix website, it seens that the new catalyst 11.4 will support it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null,...
null
null
null
null
null
32674
1
32677
2011-03-30T05:04:27.013
1
7186
<p>I'm having a problem with calling env from the terminal. I'm running the latest Ubuntu OS. Here's what happens:</p> <pre><code>$ ls disarm.ss hereis.ss mat.ss README sg.ss start-test syntax.ss $ env SCHEMEHEAPDIRS=/usr/lib/csv8.1/i3le sg.ss env: sg.ss: No such file or directory </code></pre> <p>I have checked that the path /usr/lib/csv8.1/i3le is correct. Here are the permissions of the files in this dir:</p> <pre><code>$ ls -l total 60 -rw------- 1 dtdannen dtdannen 17375 2011-03-29 23:05 disarm.ss -rw------- 1 dtdannen dtdannen 9410 2011-03-29 23:05 hereis.ss -rw------- 1 dtdannen dtdannen 9955 2011-03-29 23:05 mat.ss -rw------- 1 dtdannen dtdannen 394 2011-03-29 23:05 README -rwxrwxrwx 1 dtdannen dtdannen 2801 2011-03-29 23:05 sg.ss -rwx------ 1 dtdannen dtdannen 137 2011-03-29 23:05 start-test -rw------- 1 dtdannen dtdannen 678 2011-03-29 23:05 syntax.ss </code></pre> <p>I can't seem to figure out why env cannot find 'sg.ss'. Is it a problem with permissions? I know you should rarely if ever 'chmod 777' on a file (here I did so on sg.ss), but I just wanted to see if that would make it work. I need to call this command within a python program, not directly via command line, but I get the same error in both cases, so I used the terminal as my example.</p> <p>Any and all advice is appreciated :)</p> <p>P.S. I searched SO for at least 20 minutes and couldn't find a similar post. Hope I'm not re-asking something.</p> <p>EDIT: Tried the same thing but with ./sg.ss instead of just sg.ss (still didn't work, same error :( )</p>
13295
1165986
2023-01-27T20:55:27.040
2023-01-27T20:55:27.040
unix env command can't find file even though its in the current directory
[ "command-line", "environment" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T05:06:46.123", "id": "36654", "postId": "32674", "score": "0", "text": "search on unix.stackexchange.com", "userDisplayName": null, "userId": "3973" }, { "creationDate": "2011-03-30T05:10:54.833", "id": "36655", "postId": "32674", "score"...
{ "accepted": true, "body": "<p>Look at the first line in the file sg.ss\nit most likely starts #!/blah\ncheck that /blah exists.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T10:43:16.687", "id": "32677", "lastActivityDate": "2011-03-30T10:43:16.687", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "Angelom", "ownerUserId": null, "parentId": "32674", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p><code>env</code> will search the PATH environment variable to search for your utility, just as your shell's native behavior. Use <code>./</code> if you want to refer to the file in current directory, i.e.:</p>\n\n<pre><code>env SCHEMEHEAPDIRS=/usr/lib/csv8.1/i3le ./sg.ss\n</c...
null
null
null
null
Dustin
32685
1
32686
2011-03-30T14:07:31.303
12
24743
<p>I usually back up before formatting and doing a re-installation of Ubuntu, it was in the process and then obviously stopped prematurely but I was thinking all my data was transferred.</p> <p>After installing formatting the drive and sticking a fresh Ubuntu on there I proceed to transfer the files from my memory stick to my hard drive, some files are there but most of my 6 years worth of pictures are gone. Is there any way I can get these back? I don't know what to do, I feel absolutely crap :/</p> <p>Any help would be very appreciated.</p>
null
134729
2013-03-18T20:08:03.403
2015-03-26T03:28:30.807
Formatted and lost 6 years worth of photo memories.. any way to get this back?
[ "data-recovery", "sd-card" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T14:28:48.430", "id": "36669", "postId": "32685", "score": "7", "text": "1. Stay calm and don't use the medium at any cost. 2. What's the medium where the photos were originally stored (hard disk, memory stick)? 3. What filesystem had the partition where the photos w...
{ "accepted": true, "body": "<p>This <a href=\"https://android.stackexchange.com/questions/7069/data-recovery-how-to-restore-deleted-formatted-files-on-hd-micro-sd-card/7072#7072\">answer</a> may help you. It was for recovering data on an Android phone but I believe it would apply for hard drives as well. </p>\n\n<p>From this answer, I have personally used <a href=\"http://www.cgsecurity.org/wiki/PhotoRec\" rel=\"nofollow noreferrer\">PhotoRec</a>. Not the easiest to use as I had to use the command line ( a couple years ago anyway), but it works.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-03-30T14:39:06.250", "id": "36672", "postId": "32686", "score": "0", "text": "Thank you, I'm using PhotoRec now.. Can't say I completely know what I'm doing but apparently it's recovering something, I've just got to find out where it's going to put all the files it's recovered. I'll keep us posted :)", "userDisplayName": "user931", "userId": null }, { "creationDate": "2011-03-30T15:13:41.850", "id": "36679", "postId": "32686", "score": "3", "text": "Make sure you don't restore the photos on the same drive that you originally had them!!! You should run photorec or foremost on the drive, but set the output folder to some external drive with enough space.", "userDisplayName": null, "userId": "1775" }, { "creationDate": "2011-03-30T15:16:22.913", "id": "36680", "postId": "32686", "score": "0", "text": "euhm, not knowing what you're doing is not really a good idea. I've used `testdisk` (in the link of the answer) for some friends once when they accidentally formatted a drive, it's really great.", "userDisplayName": null, "userId": "12757" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T14:19:38.390", "id": "32686", "lastActivityDate": "2011-03-30T14:19:38.390", "lastEditDate": "2017-04-13T12:18:37.247", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "11984", "parentId": "32685", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>This <a href=\"https://android.stackexchange.com/questions/7069/data-recovery-how-to-restore-deleted-formatted-files-on-hd-micro-sd-card/7072#7072\">answer</a> may help you. It was for recovering data on an Android phone but I believe it would apply for hard drives as well. ...
null
null
null
null
user931
32688
1
null
2011-03-30T14:23:08.230
2
1274
<p>I moved an Ubuntu installation (i.e the hard drive) to a new machine, and while everything went alright, I had to delete xorg.conf to get X running. Now, Gnome is running fine, but I can't get desktop effects to work.</p> <p>Here's my lspci specs:</p> <pre><code>00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller]) Subsystem: Intel Corporation Device d701 Flags: bus master, fast devsel, latency 0, IRQ 44 Memory at e0200000 (32-bit, non-prefetchable) [size=1M] Memory at d0000000 (64-bit, prefetchable) [size=256M] I/O ports at 3440 [size=8] Expansion ROM at &lt;unassigned&gt; [disabled] Capabilities: &lt;access denied&gt; Kernel driver in use: i915 Kernel modules: i915[/CODE] </code></pre> <p>I tried working with the suggestion in this page: <a href="http://www.downloadatoz.com/driver/articles/how-to-enable-intel-graphics-driver-for-ubuntu-10-10.html" rel="nofollow">How to Enable Intel Graphics Driver for Ubuntu 10.10</a> but to no avail. Any help/further information I need to supply would be welcomed.</p>
12465
null
null
2011-08-23T05:33:39.760
Desktop effects could not be enabled with Intel 82G35
[ "compiz", "graphics", "intel-graphics" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The 82G35 graphics chipset is a little old now and as you have found, is not well supported in terms of 3D graphics/hardware acceleration etc.</p>\n\n<p>From <a href=\"https://wiki.edubuntu.org/X/UxaTesting\" rel=\"nofollow\">here</a>, version 10.04 of ubuntu had the ability ...
null
null
null
null
null
32691
1
32692
2011-03-30T14:59:23.487
20
38640
<p>What alternatives exist for editing Microsoft Word documents (docx)? </p> <p>I know about OpenOffice and Google docs. What else is out there?</p>
681
1992
2011-04-05T19:28:40.143
2016-05-28T06:11:44.120
What do you use to edit Microsoft Word documents (docx)?
[ "software-recommendation", "file-format", "word-documents" ]
11
1
CC BY-SA 2.5
[ { "creationDate": "2013-06-20T12:11:18.940", "id": "391743", "postId": "32691", "score": "0", "text": "Anyone experienced with **WordPerfect**? It still haven't been mentioned in the answers!", "userDisplayName": null, "userId": "7911" } ]
{ "accepted": true, "body": "<p><a href=\"http://www.libreoffice.org/\">LibreOffice</a> is the replacement for OpenOffice and does the same job.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-03-30T15:09:00.797", "id": "36678", "postId": "32692", "score": "13", "text": "Just before people rush off and download Libre Office, thinking it'll do so much more than OpenOffice, they should realise that Libre Office is a recent fork of Open Office, contains 99.something percent of the same code at the moment, and doesn't deliver a whole lot more. In future years perhaps they'll diversify but if you have a docx that OO won't touch, LO probably isn't going to help you.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-03-30T15:52:00.823", "id": "36684", "postId": "32692", "score": "10", "text": "@Oli LibreOffice was forked from the Go-OO project, which was the OpenOffice \"distro\" Ubuntu ships. Go-OO had additional code for WRITING OOXML (.docx, .pptx, .xslx) files, whereas the vanilla OpenOffice.org version didn't (or doesn't) have that feature. But OOXML support is definitely shakey.", "userDisplayName": "user12779", "userId": null }, { "creationDate": "2011-03-30T17:22:23.990", "id": "36698", "postId": "32692", "score": "0", "text": "@Oli @Tyler Thanks for the additional info, I certainly didn't know Libre Office is a fork of OO. Recently heard its name, I hardly use docs. :)", "userDisplayName": null, "userId": "8238" }, { "creationDate": "2011-03-30T19:30:08.107", "id": "36722", "postId": "32692", "score": "4", "text": "I can give knowledge that several (about 50 Office 2007 Docs) so far have opened CORRECTLY in LibreOffice and NOT in OpenOffice. Am comparing the latest for both so i can give word at least in that part that Office 2007 documents open good with LibreOffice (3.3.2) Vs OpenOffice 3.3.0 What am REALLY waiting is for LO to support amipro .sam documents", "userDisplayName": null, "userId": "7035" }, { "creationDate": "2013-02-24T02:14:39.797", "id": "325116", "postId": "32692", "score": "0", "text": "Being a regular user of LibreOffice, I will have to comment that LO works correctly in 99% cases to open `docx` files _(please not that I do not mean `.doc` files)_. For the other 1%, I have seen incorrect section numbers, and incorrect rendering of texts.", "userDisplayName": null, "userId": "82650" }, { "creationDate": "2013-05-25T18:02:31.837", "id": "377409", "postId": "32692", "score": "0", "text": "When you open powerpoints (pptx) the letters go biggers so the images go on top of them is not beter that k office/wps office", "userDisplayName": null, "userId": "134874" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-30T15:05:09.647", "id": "32692", "lastActivityDate": "2012-01-29T15:56:23.760", "lastEditDate": "2012-01-29T15:56:23.760", "lastEditorDisplayName": null, "lastEditorUserId": "25863", "ownerDisplayName": null, "ownerUserId": "8238", "parentId": "32691", "postTypeId": "2", "score": "22" }
[ { "accepted": true, "body": "<p><a href=\"http://www.libreoffice.org/\">LibreOffice</a> is the replacement for OpenOffice and does the same job.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-03-30T15:09:00.797", "id": "36678", "postId": "32692", ...
null
null
null
null
null
32695
1
null
2011-03-30T15:26:48.583
3
3651
<p>What editor do people here use in Linux? I want Xdebug support but I don't want something java based (eclipse, netbeans, etc) nor do I really want to use VIM. Any native GTK based editor/sdk that supports PHP &amp; xdebug would be awesome.</p>
7434
527764
2017-03-14T13:48:52.683
2017-03-14T13:48:52.683
What PHP & Xdebug based Editors do people use other than Eclipse, Netbeans (anything java based) or VIM
[ "php", "debugging", "editor", "debug" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-03-31T14:09:03.427", "id": "36819", "postId": "32695", "score": "0", "text": "emacs and geben pop into mind. I am not answering because I don't have personal experience with geben or xdebug. But I am sure a sizable crowd won't leave emacs for the life of it.", "userDi...
null
[ { "accepted": null, "body": "<p>I use <a href=\"http://geany.org\" rel=\"nofollow\">geany</a> for python as well as php. Just love it. See <a href=\"http://www.geany.org/Download/Extras\" rel=\"nofollow\">here</a> for snippets and colorschemes. I also created a <a href=\"https://github.com/sagarchalise/My-S...
null
null
null
null
null
32696
1
null
2011-03-30T15:27:31.110
0
3408
<p>I have done the fol­low­ing: <br></p> <ol> <li><p>Install send­mail and con­fig­ure <code>/etc/mail/sendmail.mc</code> by adding line:</p> <p>DAEMON_OPTIONS(‘Family=inet, Name=MTA-v4, Port=smtp, Addr=127.0.0.1′`)dnl</p></li> <li><p>Configure joomla mail server set­ting = send­mail</p></li> <li><p>php.ini: <code>sendmail_path = /usr/sbin/sendmail –i –t</code></p></li> </ol> <p>Mail server only work­ing if I send email from local server, but when am try­ing send email from web­site via Inter­net that not work­ing!</p> <p><strong>ANY HELP</strong></p> <p>Information:<br> -i have a public ip and domain name . <br> -website and mail server (sendmail) in same server with ubuntu OS<br></p> <p>i got the following error : <br> <code>PHPMAILER_EXECUTE/usr/sbin/sendmail</code>, and i tried configure mail server in joomla to php mail function: <code>could not instantiate php mail function</code></p>
11749
12864
2012-10-24T20:07:52.473
2012-10-24T20:07:52.473
Sendmail configuration
[ "mail", "joomla" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You likely want to edit <code>/etc/mail/submit.mc</code> (the local submission half) instead of <code>/etc/mail/sendmail.mc</code> (the network-listening daemon half). Don't forget to run the \"make\" command <code>/etc/mail</code> after you've made changes.</p>\n", "comm...
null
null
null
null
null
32703
1
32705
2011-03-30T16:19:14.573
0
706
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/27894/get-window-size-in-shell">Get Window size in shell</a> </p> </blockquote> <p>I have a terminal running on the desktop and I would like to determine it's size and coordinates.</p> <p>I'd like to get the parameters in the format required for <code> gnome-terminal --geometry</code></p> <p>Is there any file or variable that holds the geometry parameters of a running terminal?</p> <p>Thanks</p>
10343
-1
2017-04-13T12:24:13.310
2011-03-30T16:41:17.620
Determining the geometry parameters of a running terminal
[ "command-line" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T16:28:48.343", "id": "36693", "postId": "32703", "score": "0", "text": "possible. does he want size in pixels or characters...", "userDisplayName": null, "userId": "5768" } ]
{ "accepted": true, "body": "<p><code>wmctrl -lG</code></p>\n\n<p><code>xprop -spy</code></p>\n\n<p>Also see fred.bear's answer in <a href=\"https://askubuntu.com/questions/27894/get-window-size-in-shell/27980#27980\">Get Window size in shell</a> .</p>\n\n<p>More info is available in <a href=\"https://askubuntu.com/questions/22568/how-to-programatically-manipulate-application-windows\">How to programatically manipulate application windows?</a> .</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T16:30:18.220", "id": "32705", "lastActivityDate": "2011-03-30T16:40:19.680", "lastEditDate": "2017-04-13T12:24:49.530", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "8844", "parentId": "32703", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p><code>wmctrl -lG</code></p>\n\n<p><code>xprop -spy</code></p>\n\n<p>Also see fred.bear's answer in <a href=\"https://askubuntu.com/questions/27894/get-window-size-in-shell/27980#27980\">Get Window size in shell</a> .</p>\n\n<p>More info is available in <a href=\"https://askub...
null
null
2011-03-30T17:03:17.003
null
null
32706
1
32709
2011-03-30T16:33:00.570
19
27951
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/14903/hide-your-profile-could-not-be-opened-correctly">Hide &#39;Your profile could not be opened correctly&#39;</a> </p> </blockquote> <p>Whenever I launch google-chrome, a window is displayed which contains this message:</p> <blockquote> <p>Your profile could not be opened correctly.</p> <p>Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents.</p> </blockquote> <p>What is the source of this problem?</p>
13252
-1
2017-04-13T12:25:03.983
2013-04-19T00:24:58.873
Profile error when launching google-chrome
[ "google-chrome" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2014-01-02T10:07:22.790", "id": "511358", "postId": "32706", "score": "4", "text": "This is not a duplicate. The other article is about hiding the error message on a public Internet café machine; this one is about correcting the error. Please unmark it as a duplicate.", "u...
{ "accepted": true, "body": "<p>This worked for me. Give it a try, this procedure includes a backup of your google-chrome profile folder, so that you can revert it if this seems not to work for you.</p>\n\n<p>Pasted here for your convenience.</p>\n\n<blockquote>\n <ol>\n <li>If the browser is open, close it\n down.</li>\n <li>Open a terminal and run: <code>mv\n ~/.config/google-chrome\n ~/.config/google-chrome-old</code></li>\n <li>Launch google-chrome, you will be\n asked to choose your search engine,\n your choice.</li>\n <li>Close coogle-chrome (yes, click the\n close button)</li>\n <li>After closing the browser you will\n have a new user profile at\n <code>~/.config/google-chrome</code></li>\n <li>Then let's copy your profile into\n the new place by running the next in\n the terminal. <code>cp -r \n ~/.config/google-chrome-old/Default\n ~/.config/google-chrome/</code></li>\n </ol>\n</blockquote>\n\n<p>I hope this help you.</p>\n\n<p>Good luck!</p>\n", "commentCount": "11", "comments": [ { "creationDate": "2012-04-30T13:43:08.320", "id": "153261", "postId": "32709", "score": "0", "text": "can i remove after all this `google-chrome-old` folder?", "userDisplayName": null, "userId": "47044" }, { "creationDate": "2012-04-30T15:23:03.357", "id": "153341", "postId": "32709", "score": "1", "text": "Yeah, sure you can. It was created just as a backup in case that you wish to restore the profile as mentioned in step 6. You can -indeed- to simply remove the original files without backing up, after which Google Chrome will create a new (empty) one.", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2013-04-19T00:24:34.260", "id": "355739", "postId": "32709", "score": "0", "text": "This is yet working in Ubuntu 12.04.2 LTS", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2013-04-19T11:28:49.590", "id": "355911", "postId": "32709", "score": "0", "text": "hm. i am pretty sure it works in 13.04, why do you think it will not work ?", "userDisplayName": null, "userId": "47044" }, { "creationDate": "2013-04-19T15:12:51.977", "id": "356014", "postId": "32709", "score": "0", "text": "Oh well, I wasn't asking. Just informing that it works in 12.04 but thank you anyway.", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2013-04-25T02:45:34.210", "id": "358439", "postId": "32709", "score": "0", "text": "great solutions,work for me", "userDisplayName": null, "userId": "47195" }, { "creationDate": "2013-06-01T15:57:33.487", "id": "381083", "postId": "32709", "score": "13", "text": "I got this same error, and found it was because there was a google-chrome process that was stuck in the background. I just did \"killall -KILL chrome\" in the terminal and that fixed it.", "userDisplayName": null, "userId": "33423" }, { "creationDate": "2014-01-02T10:12:37.220", "id": "511362", "postId": "32709", "score": "0", "text": "Removing the google-chrome directory did not work for me — Chrome came up with the same error pop-up when restarted, and did not prompt for anything. I also found an old process and killed it, but that too made no difference at all: I still get the error message. This is Version 31.0.1650.63 Ubuntu 13.04 (31.0.1650.63-0ubuntu0.13.04.1~20131204.1) under Ubuntu 13.04", "userDisplayName": null, "userId": "49496" }, { "creationDate": "2014-01-02T13:55:56.927", "id": "511469", "postId": "32709", "score": "1", "text": "Somehow the same process didn't work for of on 12.04 a couple of times until I rebooted the computer. I haven't tried this on 13.04 or newer and it seems to be a new kind of a bug on chrome. If you already tried rebooting please inform. Thank you!", "userDisplayName": null, "userId": "9598" }, { "creationDate": "2015-07-09T21:27:33.733", "id": "927276", "postId": "32709", "score": "0", "text": "@BenDavis worked for me, thanks. Make it an answer! For those who use chromium the command is `killall -KILL chromium-browser`", "userDisplayName": null, "userId": "12540" }, { "creationDate": "2016-07-25T06:02:53.357", "id": "1211459", "postId": "32709", "score": "0", "text": "The killall command did it for me", "userDisplayName": null, "userId": "177900" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-30T17:01:08.920", "id": "32709", "lastActivityDate": "2013-04-19T00:24:58.873", "lastEditDate": "2013-04-19T00:24:58.873", "lastEditorDisplayName": null, "lastEditorUserId": "9598", "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "32706", "postTypeId": "2", "score": "32" }
[ { "accepted": null, "body": "<p>Probably it is a bad permission on the directory where the profile is stored. Your user should have rw permission and be the owner of it.</p>\n\n<p><code>~/.config/google-chrome</code></p>\n\n<p>is probably the directory so you may have to execute:</p>\n\n<pre><code>sudo chmo...
null
null
2012-04-30T13:38:43.657
null
null
32708
1
null
2011-03-30T16:55:46.757
0
966
<p>I am unable to suspend in a fully updated (as of yesterday, 29 March 2011) Ubuntu 10.10 installation (kernel 2.6.35-28). Following is a list of some of my hardware:</p> <p>Motherboard: Gigabyte <a href="http://www.gigabyte.com/products/product-page.aspx?pid=3449" rel="nofollow">GA-X58A-UD3R</a></p> <p>Video: Radeon <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814150504" rel="nofollow">HD-567X-YNF3</a></p> <p>Initially, when I went to either Suspend or Hibernate the machine would almost go into suspend, but it would never power down. Instead it would bounce back to the login screen. This was due to a problem with the USB3 ports being unable to suspend (noticed this in <code>/var/log/kern.log</code>). Disabling the USB3 ports in the BIOS fixed this issue.</p> <p>Now Suspend and Hibernate power down the machine. It successfully awakens from Hibernate. However, it will not return from suspend. The mouse and keyboard are not powered and the monitor has no signal. These devices are still not powered after a restart. I must power-cycle the machine. The <code>pm-suspend</code> log ends after it states that it entered suspend (i.e. there is no information any resume code running).</p> <p>I discovered that <code>acpitool -s</code> suspends the machine and resumes successfully exactly once. The second time the machine will not resume. I am not sure how these two tools handle suspend differently.</p> <p>UPDATE: the problem was introduced somewhere between 2.6.35-22 and 2.6.35-28. I have both kernels install presently. Suspend works fine with 2.6.35-22 but not with 2.6.38-28.</p>
13296
13296
2011-04-06T05:18:43.190
2011-11-24T01:32:37.440
Unable to suspend with FGLRX enabled
[ "10.10", "ati", "suspend", "fglrx" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Especially Suspend-and-Resume work better with a later kernel.\nInstalling a newer kernel is easy and even if it doesn't work, you can choose your old kernel in the grub menu when booting.</p>\n\n<p>To install a kernel, please have a look at the <a href=\"https://wiki.ubuntu....
null
null
null
null
null
32710
1
null
2011-03-30T17:03:27.610
1
1015
<p>i want to install GoogleChrome extension yet whenever i click install it says Extension Install Failure.</p> <blockquote> <p>Invalid value for 'permissions[0]'.</p> </blockquote> <p>What causes that?</p> <p>thank you.</p>
13252
null
null
2012-02-15T13:15:40.427
Google chrome extension install failure
[ "google-chrome", "extension" ]
1
8
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T17:34:07.770", "id": "36701", "postId": "32710", "score": "0", "text": "Is it for a specific extension?", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2011-03-30T17:47:02.003", "id": "36702", "postId": "32710", "score":...
null
[ { "accepted": null, "body": "<p>Install the Chrome Development version. To do that, run the following:</p>\n\n<p><code>sudo apt-get update &amp;&amp; sudo apt-get install google-chrome-unstable</code></p>\n\n<p>However, be warned that this is Google Chrome <strong>unstable</strong>, and that it won't be sta...
null
null
null
null
null
32713
1
32716
2011-03-30T17:23:15.750
12
15335
<p>Basically the question. I need to setup an environment that supports tkinter programming in python and maybe some network socket stuff too. I'd also like to emphasize that I need python 3.</p>
13300
13300
2011-03-30T20:48:54.427
2019-09-18T07:14:20.243
What's the difference between python-minimal and python-all?
[ "programming", "python", "package-management" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>python-all</code>, according to <a href=\"https://packages.ubuntu.com/bionic/python-all\" rel=\"nofollow noreferrer\">the docs</a>, is a minimal package intended to avoid hard-coded dependencies on python versions. </p>\n\n<p>The two packages you would be looking for are probably <a href=\"https://packages.ubuntu.com/bionic/python\" rel=\"nofollow noreferrer\"><code>python</code></a> vs. <a href=\"https://packages.ubuntu.com/bionic/python-minimal\" rel=\"nofollow noreferrer\"><code>python-minimal</code></a>. Between those two, the difference is pretty minimal. For the most part, start tinkering with what is installed. You'll probably find that everything is there. If it isn't, look for a package or use <code>easy_install</code>. </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2018-07-12T15:01:37.300", "id": "1724258", "postId": "32716", "score": "0", "text": "Thanks, Eric. I updated the links to point at an LTS release.", "userDisplayName": null, "userId": "4707" }, { "creationDate": "2021-01-03T14:13:07.430", "id": "2218957", "postId": "32716", "score": "0", "text": "When the diff is minimal, why would you need both python and python-minimal? I use Ubuntu and the installer even wants libpython3.7-minimal.", "userDisplayName": null, "userId": "321926" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-03-30T18:03:50.873", "id": "32716", "lastActivityDate": "2018-07-12T15:01:04.233", "lastEditDate": "2018-07-12T15:01:04.233", "lastEditorDisplayName": null, "lastEditorUserId": "4707", "ownerDisplayName": null, "ownerUserId": "4707", "parentId": "32713", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p><code>python-all</code>, according to <a href=\"https://packages.ubuntu.com/bionic/python-all\" rel=\"nofollow noreferrer\">the docs</a>, is a minimal package intended to avoid hard-coded dependencies on python versions. </p>\n\n<p>The two packages you would be looking for a...
null
null
null
null
null
32718
1
32721
2011-03-30T18:21:54.170
8
788
<p>I fix computers to get a little extra money. I'm planning to buy a removable hard drive to carry important programs and stuff and I'd like to install Ubuntu 11.04 in it too. So, I can't install proprietary graphic drivers in it, so Unity 3D is out of question. </p> <p>Can I run GNOME Shell without installing drivers when I boot it in a Nvidia or ATI graphics computer?</p>
4488
3037
2011-03-30T20:31:01.113
2011-03-31T13:42:41.500
Will GNOME Shell need compositing (like Unity does)?
[ "usb-drive", "gnome", "compositing" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Both gnome-shell and Unity will require compositing in order to be used. You can install proprietary drivers and still have it on a USB/external drive - I do it all the time and move from computer to computer. Besides, you can always install the Gallium3d drivers for Nouveau and you'll have fully-supported 3d on all the important cards.</p>\n\n<p>Both Unity and Gnome-shell are anything but out of the question.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T19:04:28.597", "id": "32721", "lastActivityDate": "2011-03-30T19:04:28.597", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user6658", "ownerUserId": null, "parentId": "32718", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>Both gnome-shell and Unity will require compositing in order to be used. You can install proprietary drivers and still have it on a USB/external drive - I do it all the time and move from computer to computer. Besides, you can always install the Gallium3d drivers for Nouveau ...
null
null
null
null
null
32720
1
32765
2011-03-30T18:37:22.537
1
1769
<p>The newest Ubuntu (10.10) has gcc version 4.4.4, but I need 4.2.1 for compilation issues. The library that I'm using requires me to use 4.2.1.</p> <p>How can I downgrade the gcc to a specific version?</p>
1813
721
2011-04-01T00:04:53.393
2011-04-01T00:04:53.393
How to downgrade gcc from 4.4.4 to 4.2.1?
[ "gcc", "downgrade" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can't really downgrade gcc. However, if you don't need 4.2.1 specifically, but 4.2.x, you can install Ubuntu 8.04 which will continue to have the <code>gcc-4.2</code> packages supported for another 2 years.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-01T00:04:05.497", "id": "36906", "postId": "32765", "score": "0", "text": "Once installed, you can usually build your library by specifying the environment variable \"CC\" as \"CC=gcc-4.2 .../build/command\"", "userDisplayName": null, "userId": "721" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T01:46:04.230", "id": "32765", "lastActivityDate": "2011-04-01T00:03:19.727", "lastEditDate": "2011-04-01T00:03:19.727", "lastEditorDisplayName": null, "lastEditorUserId": "721", "ownerDisplayName": null, "ownerUserId": "11051", "parentId": "32720", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>You can't really downgrade gcc. However, if you don't need 4.2.1 specifically, but 4.2.x, you can install Ubuntu 8.04 which will continue to have the <code>gcc-4.2</code> packages supported for another 2 years.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
32722
1
null
2011-03-30T19:07:58.703
6
1014
<p>So I wanted to extend my laptop battery life. After googleing a lot I found many tips and tricks. <a href="https://askubuntu.com/questions/400/tips-to-extend-battery-life-for-laptops-and-notebooks">Some</a> even in this site as well. Then I found this package in synaptic as well <code>laptop-mode-tools</code>. Now I am not well aware of what harddrive spinoffs are, so I have a dilemma of installing this package as it seems to remove acpi support as well. So my question is, how reliable is this package in battery life extension and what configurations should I use with it ? Also I stumbled upon some posts saying spinoffs may kill the harddrive as well. So can anyone clearify with some configuration tips especially for laptop-mode-tools.</p> <p>Thanks in advance</p>
1543
-1
2017-04-13T12:24:29.360
2011-08-26T11:10:07.707
laptop-mode-tools and harddrive spinoff
[ "laptop", "power-management", "battery" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>To my memory laptop-mode-tools is now \"deprecated\", and you really should not use it on a recent system.</p>\n\n<p>Instead you could probably try <code>powertop</code>. Not nearly perfect, but it should do something to help out a bit ;).</p>\n", "commentCount": "4", ...
null
null
null
null
null
32725
1
32788
2011-03-30T19:29:04.520
7
9994
<p>Permissions are set correctly on the server (chibi). If I do not have an existing ssh session open to the server, then all new sessions require a password. However if there's already one open, additional ssh sessions authenticate with pubkey correctly.</p> <p>My $home is on an SD card. I moved authorized_keys to / and linked it, but that didn't resolve the issue.</p> <p>No sessions open:</p> <pre><code>ting@core[0][09:11:32]:~$ ssh-add -L ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXRYefDRi18Qtlkfmt/qK5dbzMk5ajMgIv4+jUyWTtL1detZAs/hoIKocqBib5ul+/snrGiFbYV1JQiiLaidXNwe1nsNCk6UMagrRaCkPxyEqiygh9Ha5pf7anVdx2sLwdSXU42qKOgmVAHolpQfZQ4r/XItmR8fbDzNgkYeT+yEpm9b69wSl2d3xWPMd+EnqiqXuUoXISvMxDXIsC8I4qff6ms4JMX1S6HxBnVUKg/4DgJ7x07m4cM6RbXvGXNy2KBMhHoy45V/lPlf8pey+Af0Zxyw+na3mlG2WmAyOCnwXKJ/9TqLpYiCUHhTR4wgmgZpLWpSyyHYZhGP951ozP /home/ting/.ssh/id_rsa ting@core[0][09:12:35]:~$ ssh -v chibi OpenSSH_5.5p1 Debian-4ubuntu5, OpenSSL 0.9.8o 01 Jun 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to chibi [192.168.1.2] port 22. debug1: Connection established. debug1: identity file /home/ting/.ssh/id_rsa type 1 debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048 debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048 debug1: identity file /home/ting/.ssh/id_rsa-cert type -1 debug1: identity file /home/ting/.ssh/id_dsa type -1 debug1: identity file /home/ting/.ssh/id_dsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1 Debian-4ubuntu5 debug1: match: OpenSSH_5.5p1 Debian-4ubuntu5 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-4ubuntu5 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server-&gt;client aes128-ctr hmac-md5 none debug1: kex: client-&gt;server aes128-ctr hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&lt;1024&lt;8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'chibi' is known and matches the RSA host key. debug1: Found key in /home/ting/.ssh/known_hosts:37 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Offering public key: /home/ting/.ssh/id_rsa debug1: Authentications that can continue: publickey,password debug1: Trying private key: /home/ting/.ssh/id_dsa debug1: Next authentication method: password ting@chibi's password: </code></pre> <p>One session already connected, opening second session:</p> <pre><code>ting@core[0][09:14:14]:~$ ssh-add -L ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXRYefDRi18Qtlkfmt/qK5dbzMk5ajMgIv4+jUyWTtL1detZAs/hoIKocqBib5ul+/snrGiFbYV1JQiiLaidXNwe1nsNCk6UMagrRaCkPxyEqiygh9Ha5pf7anVdx2sLwdSXU42qKOgmVAHolpQfZQ4r/XItmR8fbDzNgkYeT+yEpm9b69wSl2d3xWPMd+EnqiqXuUoXISvMxDXIsC8I4qff6ms4JMX1S6HxBnVUKg/4DgJ7x07m4cM6RbXvGXNy2KBMhHoy45V/lPlf8pey+Af0Zxyw+na3mlG2WmAyOCnwXKJ/9TqLpYiCUHhTR4wgmgZpLWpSyyHYZhGP951ozP /home/ting/.ssh/id_rsa ting@core[0][09:14:17]:~$ ssh -v chibi OpenSSH_5.5p1 Debian-4ubuntu5, OpenSSL 0.9.8o 01 Jun 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to chibi [192.168.1.2] port 22. debug1: Connection established. debug1: identity file /home/ting/.ssh/id_rsa type 1 debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048 debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048 debug1: identity file /home/ting/.ssh/id_rsa-cert type -1 debug1: identity file /home/ting/.ssh/id_dsa type -1 debug1: identity file /home/ting/.ssh/id_dsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1 Debian-4ubuntu5 debug1: match: OpenSSH_5.5p1 Debian-4ubuntu5 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-4ubuntu5 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server-&gt;client aes128-ctr hmac-md5 none debug1: kex: client-&gt;server aes128-ctr hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&lt;1024&lt;8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'chibi' is known and matches the RSA host key. debug1: Found key in /home/ting/.ssh/known_hosts:37 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Offering public key: /home/ting/.ssh/id_rsa debug1: Server accepts key: pkalg ssh-rsa blen 279 debug1: Authentication succeeded (publickey). debug1: channel 0: new [client-session] debug1: Requesting no-more-sessions@openssh.com debug1: Entering interactive session. debug1: Sending environment. debug1: Sending env LANG = en_US.utf8 .bashrc executed. .bash_aliases executed. ting@chibi[0][14:14:41]:~$ </code></pre> <p>Diff between the two sessions:</p> <pre><code>ting@core[0][09:20:47]:~$ diff ssh1.txt ssh2.txt 36,39c36,37 &lt; debug1: Authentications that can continue: publickey,password &lt; debug1: Trying private key: /home/ting/.ssh/id_dsa &lt; debug1: Next authentication method: password &lt; debug1: Authentication succeeded (password). --- &gt; debug1: Server accepts key: pkalg ssh-rsa blen 279 &gt; debug1: Authentication succeeded (publickey). 53,54c51,52 &lt; Transferred: sent 2216, received 8360 bytes, in 11.2 seconds &lt; Bytes per second: sent 198.2, received 747.7 --- &gt; Transferred: sent 2712, received 7464 bytes, in 9.1 seconds &gt; Bytes per second: sent 298.4, received 821.3 </code></pre> <p>File permissions:</p> <pre><code>drwx------ 2 ting ting 4.0K 2011-03-30 14:00 .ssh/ -rw------- 1 ting ting 404 2011-03-30 14:00 authorized_keys -rw------- 1 ting ting 132 2011-03-23 02:47 environment -rw-r--r-- 1 ting ting 4.4K 2011-03-25 11:59 known_hosts ting@chibi[0][23:57:13]:~/.ssh$ </code></pre>
12095
12095
2011-03-31T04:59:06.513
2011-03-31T06:11:04.523
SSH pubkey authentication works only if another session is already open
[ "ssh", "ssh-agent" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T21:06:52.097", "id": "36726", "postId": "32725", "score": "0", "text": "Do you have `ssh-agent` running on the remote server once you log in?", "userDisplayName": null, "userId": "4707" }, { "creationDate": "2011-03-30T21:16:10.500", "id": "36727...
{ "accepted": true, "body": "<p>It seems your home directory or the place where your keys are, is encrypted. The first login mounts and decrypts the directory letting the ssh daemon use the keyfile.</p>\n\n<p>Solution for that is to move the \"authorized_keys\"-file to a device where it is not encrypted by default.</p>\n\n<p>After that you have to point the ssh daemon to that place. The following configuration option is used for that.</p>\n\n<p><strong>AuthorizedKeysFile</strong>\nSpecifies the file that contains the public keys that can be used for user authentication. AuthorizedKeysFile may contain tokens of the form %T which are substituted during connection set-up. The following tokens are defined: %% is replaced by a literal '%', %h is replaced by the home directory of the user being authenticated and %u is replaced by the username of that user. After expansion, AuthorizedKeysFile is taken to be an absolute path or one relative to the user's home directory. The default is “.ssh/authorized_keys”.</p>\n\n<p>Maybe like this</p>\n\n<pre><code>AuthorizedKeysFile /etc/ssh/%u/authorized_keys\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-31T18:30:46.790", "id": "36850", "postId": "32788", "score": "1", "text": "Thanks to Jack and ddeimeke. I thought that by moving the authorized_key to hdd and symbolically linking it would've solved that problem earlier, but ddeimeke's explanation points out why that doesn't work.", "userDisplayName": null, "userId": "12095" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T06:11:04.523", "id": "32788", "lastActivityDate": "2011-03-31T06:11:04.523", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "116", "parentId": "32725", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>It seems your home directory or the place where your keys are, is encrypted. The first login mounts and decrypts the directory letting the ssh daemon use the keyfile.</p>\n\n<p>Solution for that is to move the \"authorized_keys\"-file to a device where it is not encrypted by ...
null
null
null
null
null
32727
1
32733
2011-03-30T19:42:59.533
8
13383
<p>For programming, I like to turn off font antialiasing (i.e. select the Monochrome option) because it makes the terminal text look a lot sharper at smaller font sizes. But then everything in the web browser looks worse.</p> <p>Is there a way to have the best of both worlds, and have non-antialiased Terminal fonts, but antialiased web browser fonts?</p>
8986
null
null
2013-01-24T19:43:09.067
How do I turn off font pixel antialiasing only in Terminal?
[ "command-line", "browser", "appearance", "antialiasing" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can control the antialiasing of fonts in <code>~/.fonts.conf</code>. Doing so on an individual program basis requires some trickery, though.</p>\n\n<pre><code>&lt;?xml version='1.0'?&gt;\n&lt;!DOCTYPE fontconfig SYSTEM 'fonts.dtd'&gt;\n&lt;fontconfig&gt;\n &lt;dir&gt;~/.fonts&lt;/dir&gt;\n &lt;alias&gt;\n &lt;family&gt;XTerm&lt;/family&gt;\n &lt;prefer&gt;&lt;family&gt;Envy Code R&lt;/family&gt;&lt;/prefer&gt;\n &lt;default&gt;&lt;family&gt;monospace&lt;/family&gt;&lt;/default&gt;\n &lt;/alias&gt;\n &lt;match target=\"pattern\"&gt;\n &lt;test name=\"family\"&gt;\n &lt;string&gt;XTerm&lt;/string&gt;\n &lt;/test&gt;\n &lt;edit mode=\"assign\" name=\"family\"&gt;\n &lt;string&gt;Envy Code R&lt;/string&gt;\n &lt;/edit&gt;\n &lt;edit mode=\"assign\" name=\"antialias\"&gt;\n &lt;bool&gt;false&lt;/bool&gt;\n &lt;/edit&gt;\n &lt;/match&gt;\n&lt;/fontconfig&gt;\n</code></pre>\n\n<p>This creates a font alias called <code>XTerm</code> which maps to <code>Envy Code R</code> but disables antialiasing. Run <code>fc-cache ~/.fonts</code>, and you should then be able to select that font in Terminal.</p>\n\n<p>If you don't mind (or even prefer) the font used in the Terminal always being non-antialiased in any program, it's a bit simpler:</p>\n\n<pre><code>&lt;?xml version='1.0'?&gt;\n&lt;!DOCTYPE fontconfig SYSTEM 'fonts.dtd'&gt;\n&lt;fontconfig&gt;\n &lt;dir&gt;~/.fonts&lt;/dir&gt;\n &lt;match target=\"pattern\"&gt;\n &lt;test name=\"family\"&gt;\n &lt;string&gt;Envy Code R&lt;/string&gt;\n &lt;/test&gt;\n &lt;edit mode=\"assign\" name=\"antialias\"&gt;\n &lt;bool&gt;false&lt;/bool&gt;\n &lt;/edit&gt;\n &lt;/match&gt;\n&lt;/fontconfig&gt;\n</code></pre>\n\n<p>which doesn't require any other font hackery and insures that <code>Envy Code R</code> is always antialiased.</p>\n\n<p>You can also constrain the font sizes where antialiasing can be performed:</p>\n\n<pre><code>&lt;?xml version='1.0'?&gt;\n&lt;!DOCTYPE fontconfig SYSTEM 'fonts.dtd'&gt;\n&lt;fontconfig&gt;\n &lt;dir&gt;~/.fonts&lt;/dir&gt;\n &lt;match target=\"pattern\"&gt;\n &lt;test name=\"family\"&gt;\n &lt;string&gt;Envy Code R&lt;/string&gt;\n &lt;/test&gt;\n &lt;test name=\"size\" qual=\"any\" compare=\"less\"&gt;\n &lt;double&gt;8&lt;/double&gt;\n &lt;/test&gt;\n &lt;edit mode=\"assign\" name=\"antialias\"&gt;\n &lt;bool&gt;false&lt;/bool&gt;\n &lt;/edit&gt;\n &lt;/match&gt;\n&lt;/fontconfig&gt;\n</code></pre>\n\n<p>to prevent antialiasing for <code>Envy Code R</code> when it is smaller than 8 point.</p>\n\n<p><a href=\"https://wiki.archlinux.org/index.php/Font_Configuration\">This article</a> on the Arch Wiki shows how to tweak fonts in more detail. <code>man fonts.conf</code> is a reference to the configuration language, but without much in the way of practical examples.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-03-30T22:07:52.657", "id": "36732", "postId": "32733", "score": "1", "text": "Nice answer. fonts.conf can be very powerful, but the weird XML-based syntax makes it very difficult to use.", "userDisplayName": null, "userId": "11976" }, { "creationDate": "2011-03-30T22:12:00.817", "id": "36733", "postId": "32733", "score": "0", "text": "@Adam: True. It would be nice if there were a font configuration utility that let you build this nicely.", "userDisplayName": null, "userId": "11775" }, { "creationDate": "2015-07-13T21:12:53.330", "id": "929885", "postId": "32733", "score": "0", "text": "I've created a ~/.fonts.conf containing the second snippet, to disable antialiasing for all uses of a font (Dina, a bitmap font I downloaded). I still see it anti-aliased above certain size. Do I need to reboot or something? I tried running 'fc-cache ~/.fonts', which was quick and silent.", "userDisplayName": null, "userId": "11307" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T20:19:13.290", "id": "32733", "lastActivityDate": "2011-03-30T20:37:50.893", "lastEditDate": "2011-03-30T20:37:50.893", "lastEditorDisplayName": null, "lastEditorUserId": "11775", "ownerDisplayName": null, "ownerUserId": "11775", "parentId": "32727", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>You can control the antialiasing of fonts in <code>~/.fonts.conf</code>. Doing so on an individual program basis requires some trickery, though.</p>\n\n<pre><code>&lt;?xml version='1.0'?&gt;\n&lt;!DOCTYPE fontconfig SYSTEM 'fonts.dtd'&gt;\n&lt;fontconfig&gt;\n &lt;dir&gt;~/...
null
null
null
null
null
32730
1
32735
2011-03-30T20:03:42.220
164
674336
<p>I have ubuntu 9.10(karmic), and when I attempted to install a new program, the postgres was installed as a dependency of that program, no problem at all if the installation occurs with success, but there was an error, and the Postgres was not installed and the application is not working. I had tryed to update the Postgres and nothing, only the message <em>"there was an error and your postgres can not be installed"</em></p> <p>Now I want to remove completely the Postgres from my machine, how can I do that, I do not want to kill the process every boot. I just want to remove Postgres.</p> <p><strong>What is the command line?</strong></p> <p>Thanks people.</p>
10820
158442
2018-12-12T11:38:59.273
2022-04-01T12:02:51.613
How to remove Postgres from my installation?
[ "command-line", "postgresql" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The simplest way to do this is to open a terminal and type:</p>\n<pre><code>sudo apt-get --purge remove postgresql postgresql-*\n</code></pre>\n<p>This will also prompt you to remove that software that depends on Postgres, which in this case it appears you would like to do.<br />\nI do not personally run 9.10 or Postgres, so it is possible that Postgres installs itself in several parts. In that case, a simple:</p>\n<pre><code>dpkg -l | grep postgres\n</code></pre>\n<p>Will get you the list of those packages that Postgres installed.\nThen, just use the same &quot;apt-get --purge remove ....&quot; command but instead of just postgresql, type each package name, separated by spaces, like:</p>\n<pre><code>sudo apt-get --purge remove postgresql postgresql-doc postgresql-common\n</code></pre>\n<p>This is dependent on the list of packages installed, of course.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-04-08T23:34:35.313", "id": "38135", "postId": "32735", "score": "1", "text": "I run the command line --> sudo apt-get --purge remove postgresql\n and looks like it was removed from my ubuntu.. I'm waiting the update, always on update postgres show up the error. thanks anyway.", "userDisplayName": null, "userId": "10820" }, { "creationDate": "2011-04-12T18:00:35.897", "id": "38791", "postId": "32735", "score": "0", "text": "I thought it was right. But today I got the same warning again, a crash system, something try to update the postgres, but it not happen, then the crash report has showed itself.. some suggestions? thanks again.", "userDisplayName": null, "userId": "10820" }, { "creationDate": "2012-03-08T13:53:55.967", "id": "131047", "postId": "32735", "score": "4", "text": "It should be `dpkg -l | grep postgres`", "userDisplayName": null, "userId": "4686" }, { "creationDate": "2021-11-15T12:50:52.810", "id": "2368385", "postId": "32735", "score": "0", "text": "you can also use `sudo apt-get --purge remove postgresql postgresql-*`", "userDisplayName": null, "userId": "393882" }, { "creationDate": "2024-01-24T22:50:58.180", "id": "2630852", "postId": "32735", "score": "0", "text": "You just saved my life!", "userDisplayName": null, "userId": "651631" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-03-30T20:21:58.843", "id": "32735", "lastActivityDate": "2021-11-16T13:43:11.793", "lastEditDate": "2021-11-16T13:43:11.793", "lastEditorDisplayName": null, "lastEditorUserId": "393882", "ownerDisplayName": null, "ownerUserId": "13305", "parentId": "32730", "postTypeId": "2", "score": "282" }
[ { "accepted": true, "body": "<p>The simplest way to do this is to open a terminal and type:</p>\n<pre><code>sudo apt-get --purge remove postgresql postgresql-*\n</code></pre>\n<p>This will also prompt you to remove that software that depends on Postgres, which in this case it appears you would like to do.<b...
null
null
null
null
null
32737
1
null
2011-03-30T20:50:06.670
1
178
<p>I have Ubuntu and Windows installed together. I want to reinstall Ubuntu but I need to add some space from Windows D: disk. Is there any chance in losing data and if not please give me instructions.</p> <p>Ubuntu installer using gparted, yeah? Is there any difference between if I resize D: disk or while installing?</p>
null
3037
2012-01-24T15:26:56.300
2012-10-08T08:57:45.470
Ubuntu and Windows together
[ "windows", "ntfs", "gparted" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-03-30T22:22:58.817", "id": "36736", "postId": "32737", "score": "3", "text": "Welcome to Ask Ubuntu! Please use the *Post answer* button only for actual answers. You should modify your original question to add additional information. (I've done it for you in this case so ...
null
[ { "accepted": null, "body": "<p>The Ubuntu installation disk should allow you to resize the Windows partition, but a backup is highly advisable.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T21:17:55...
null
null
null
null
user13307
32741
1
32744
2011-03-30T21:43:57.007
1
379
<p>I want to support Windows users by viewing and controlling their desktops remotely in a simple, hassle-free way a la Logmein Rescue. Is this possible?</p> <p>Scenario:</p> <p>Hapless Windows user: "Geoff 9100, please, please help me. I have a virus and it's wiping my files and making me sad."</p> <p>Geoff 9100: "No problem. I'm a Windows virus-killing ninja. Go to this website: www.helpmepleasegodhelpmeescapethiswindowspain.com"</p> <p>[A plugin, program, script of some kind implants something or other which enables RDP or VNC or somesuch technology enabling easy location and connection.]</p> <p>HWU: "Geoff 9100, this is amazing! You're controlling my screen as if you're using my mouse and keyboard! Your amazing! I'm finding myself becoming attracted to you as I watch your deft virus-killing skills saving my bacon. What's your number? Maybe we can get some coffee sometime of something. A movie maybe or you know, something."</p>
13309
null
null
2017-10-20T09:23:19.483
Ad hoc 'Logmein Rescue' style remote desktopping?
[ "vnc", "rdp" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I've had good luck with \"TeamViewer\" (http://www.teamviewer.com/). It works on Mac, Linux, and Windows, and will let you friend IM, or send you via any other method, a login code to control his computer. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-30T21:55:47.763", "id": "32744", "lastActivityDate": "2011-03-30T21:55:47.763", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13305", "parentId": "32741", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>I've had good luck with \"TeamViewer\" (http://www.teamviewer.com/). It works on Mac, Linux, and Windows, and will let you friend IM, or send you via any other method, a login code to control his computer. </p>\n", "commentCount": "0", "comments": [], "community...
null
null
null
null
null
32749
1
32752
2011-03-30T22:31:13.320
13
65920
<p>I have run the following commands:</p> <pre> sudo groupadd -r testgroup sudo useradd -g testgroup -M -r testuser </pre> <p>Notice the <code>-r</code> option, which according to the <code>man</code> page:</p> <blockquote> <p>-r<br> &nbsp;&nbsp;&nbsp;&nbsp;Create a system account.</p> </blockquote> <p>Assuming I have a user account with root privileges, I then run:</p> <pre><code>sudo -u testuser cat /dev/input/mouse0 </code></pre> <p>However, I get:</p> <blockquote> <p>cat: /dev/input/mouse0: Permission denied</p> </blockquote> <p>Running the same command as root provides the expected output (garbled output from the mouse driver).</p> <p>How can I create a user with root privileges?</p>
5
41
2011-10-18T17:28:44.830
2021-06-23T10:57:03.710
How to create a user with root privileges in bash?
[ "root", "users", "privileges" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2015-03-13T13:31:42.730", "id": "830496", "postId": "32749", "score": "0", "text": "possible duplicate of [How can I add a new user as sudoer using the command line?](http://askubuntu.com/questions/7477/how-can-i-add-a-new-user-as-sudoer-using-the-command-line)", "userDisp...
{ "accepted": true, "body": "<p>Haven't tried it but this should create a new user and add them to the <code>sudo</code> group, which if your <code>/etc/sudoers</code> is as default, should mean they're allowed to use <code>sudo</code> with their password (just like the standard first user):</p>\n\n<pre><code>sudo adduser --group sudo newusername\n</code></pre>\n\n<p>If you've already created the user, you can just run:</p>\n\n<pre><code>sudo adduser existing_user sudo\n</code></pre>\n\n<p><code>man adduser</code> will show you some of the other billion permutations and combinations of arguments this tool has.</p>\n\n<p><strong>Note:</strong> If you use Ubuntu 11.10 or older, you should use the <code>admin</code> group instead of <code>sudo</code>.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-03-31T00:11:03.007", "id": "36739", "postId": "32752", "score": "0", "text": "Ah... no wonder it wasn't working.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2012-12-27T00:29:20.390", "id": "288343", "postId": "32752", "score": "0", "text": "For 12.04 (Precise) and newer: The default group for root privileges is sudo but admin will work too. However, new installs won't have the admin group created at all.", "userDisplayName": null, "userId": "8973" }, { "creationDate": "2014-07-30T17:39:32.467", "id": "679497", "postId": "32752", "score": "4", "text": "On **Ubuntu 14.04** I get `adduser: Specify only one name in this mode.` when executing `sudo adduser --group sudo ubuntu`", "userDisplayName": null, "userId": "110200" }, { "creationDate": "2015-03-13T11:00:45.347", "id": "830425", "postId": "32752", "score": "0", "text": "Also on Ubuntu 12.04.5 LTS it does not work.", "userDisplayName": null, "userId": "23878" }, { "creationDate": "2017-02-09T00:57:19.613", "id": "1373238", "postId": "32752", "score": "0", "text": "As @Yura said, in response to the command `adduser --group sudo username` is the message `adduser: Specify only one name in this mode.` **This is probably a failure** because subsequently it is possible to add that same user via the command `adduser username`. This was observed on 16.04. The way to add a new user as a sudoer might require 2 commands: `adduser username && adduser username sudo`.", "userDisplayName": null, "userId": "25031" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-30T23:05:40.493", "id": "32752", "lastActivityDate": "2013-04-02T13:19:16.643", "lastEditDate": "2013-04-02T13:19:16.643", "lastEditorDisplayName": null, "lastEditorUserId": "22949", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "32749", "postTypeId": "2", "score": "22" }
[ { "accepted": true, "body": "<p>Haven't tried it but this should create a new user and add them to the <code>sudo</code> group, which if your <code>/etc/sudoers</code> is as default, should mean they're allowed to use <code>sudo</code> with their password (just like the standard first user):</p>\n\n<pre><co...
null
null
null
null
null
32751
1
null
2011-03-30T22:58:02.153
3
161
<p>I have an intermediate baseline experience with the Linux OS/features and functions in general. That is I understand commands like cat/grep etc and know what a BASH shell is.</p> <p>I am a software developer by trade (Win OS but I understand Programming language concepts) so I am familiar with code files etc.</p> <p>I have been using Ubuntu (Maverick) lately for a legacy MacBook which I can speedily do daily tasks such as ask questions on askubuntu and check emails. </p> <p>What I am looking for is to go some levels deeper into what makes up the Ubuntu OS. Some examples of things I would like to look at are:</p> <ul> <li>The finer details of the Gnome UI (and GTK) - which files "drive" the UI and control at a granular level.</li> <li>More in depth details about how drivers and libraries work together to allow all of my peripherals to work seamlessly when plugged in.</li> </ul> <p>In essence I am looking for a reference that is not how to log-in, update themes, install apps/sources etc.</p> <p>I am looking for a level deeper. </p> <p>Google is providing me with too much information and I have not come across a suitable reference.</p> <p>What good electronic resources are available (eg links, ebooks) which will be suitable for a "post" beginner which you have found useful?</p>
11572
10581
2014-02-18T11:58:23.907
2014-02-18T11:58:23.907
"Advanced" Ubuntu links
[ "ubuntu-netbook" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p><a href=\"http://www.debian.org/doc/\" rel=\"nofollow\">Read about Debian</a>, the Linux distribution on which Ubuntu is based. Debian is meant for more advanced users, so the information you'll find will be more in-depth.</p>\n", "commentCount": "3", "comments": [ ...
null
null
2014-02-19T19:16:14.257
null
null
32763
1
32771
2011-03-31T01:25:53.087
2
2219
<p>Is there a script somewhere that will allow me to upload files to an archive.org project? I'd like to be able to simply run a script on a folder and have it upload and then spit out a list of URLs, for free, permanent, file hosting.</p>
4966
null
null
2014-02-14T15:44:20.023
Script to upload to Internet Archive (archive.org)
[ "scripts" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Actually, I should have spent about 30 more seconds on Google ...</p>\n\n<p><a href=\"http://www.archive.org/help/abouts3.txt\" rel=\"nofollow\">http://www.archive.org/help/abouts3.txt</a> says I can use the s3cmd tool:\n<code>sudo apt-get install s3cmd</code>\nAnd then edit the configuration file, so <code>~/.s3cfg</code> looks like:</p>\n\n<pre><code>[default]\nhost_base = s3.us.archive.org\nhost_bucket = %(bucket)s.s3.us.archive.org\naccess_key = key\nsecret_key = key\nuse_https = False\nverbosity = WARNING\n</code></pre>\n\n<p>Then use the following script to upload everything to archive.org:</p>\n\n<pre><code>#!/bin/sh\nBASE_URL=http://archive.org/details/\nBASE_HEADER=something-$(date -u +%s) #something that should be unique\necho Converts to PDF and uploads the contents of a directory given as the command-line argument.\necho Now converting PDF to JPG\nfor file in `ls $1/*.pdf`\ndo\n convert $file `echo $file | sed 's/\\.pdf$/\\.jpg/'`\ndone\necho Listing JPGs: #make sure the conversion worked\nls $1/*.jpg\necho Making the bucket...\ns3cmd mb s3://$BASE_HEADER\necho Sleeping...#sometimes it takes a moment to be processed on their end\nsleep 20\necho Uploading files...\nfor file in `ls $1`\ndo\n s3cmd put $1/$file s3://$BASE_HEADER/$file\ndone\necho $BASE_URL$BASE_HEADER\n</code></pre>\n\n<p>It's run like <code>upload.sh ~/stuff/</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-31T02:19:13.277", "id": "36757", "postId": "32771", "score": "0", "text": "(The converting to JPG was for the specific project I'm working on.)", "userDisplayName": null, "userId": "4966" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T02:18:45.883", "id": "32771", "lastActivityDate": "2011-03-31T02:30:35.747", "lastEditDate": "2011-03-31T02:30:35.747", "lastEditorDisplayName": null, "lastEditorUserId": "4966", "ownerDisplayName": null, "ownerUserId": "4966", "parentId": "32763", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Actually, I should have spent about 30 more seconds on Google ...</p>\n\n<p><a href=\"http://www.archive.org/help/abouts3.txt\" rel=\"nofollow\">http://www.archive.org/help/abouts3.txt</a> says I can use the s3cmd tool:\n<code>sudo apt-get install s3cmd</code>\nAnd then edit ...
null
null
2014-02-15T07:17:23.650
null
null
32764
1
null
2011-03-31T01:43:58.567
44
28275
<p>In Windows, we can use <kbd>Alt</kbd>+<kbd><em>Keycode</em></kbd> (for example, 130) to get an <em>e acute</em>, but it does not work this way in Ubuntu/Debian.</p> <p>Is it possible to have the same keycodes work in Ubuntu?</p>
13317
527764
2018-06-26T19:24:18.217
2023-04-03T04:46:59.247
Using Alt + Keycode for accents?
[ "shortcut-keys", "keyboard-layout", "language-support" ]
3
1
CC BY-SA 4.0
[ { "creationDate": "2011-03-31T14:02:39.857", "id": "36816", "postId": "32764", "score": "0", "text": "Another way to achieve this is to change the keyboard layout to something with AltGr dead keys. For example witth USA keyboard with AltGr dead keys right-alt + a prints á (a with a acute) and ri...
null
[ { "accepted": null, "body": "<p>First hold <kbd>Ctrl</kbd>+<kbd>Shift</kbd>, then tap <kbd>U</kbd> and let go.\nAn underlined \"u\" will appear, to which you can append a combination of characters. Hit enter after that and the new character will appear.</p>\n\n<p>For instance, if I hold <kbd>Ctrl</kbd>+<kbd...
null
null
null
null
null
32766
1
32792
2011-03-31T01:47:23.420
6
982
<p>Are the x11 100 and 75 dpi fonts absolutely necessary?</p> <p>If Ubuntu has TrueType support, (as well as OpenType) why do I need all those bit-mapped fonts hanging around?</p> <p>Can I delete them? (and/or generate ttf/ot versions for those I want to keep)</p> <p>If I delete those fonts, will some ancient primitive packages still be looking for them and crash, or will I just get a substituted system default?</p> <p>I've already read this topic: <a href="https://askubuntu.com/questions/1552/what-fonts-are-absolutely-required">What fonts are absolutely required?</a></p> <p>Answers were not really informative enough and kind of vague. I'm hoping my questions are more specific so I get a more definitive idea of just what the font system requires and does not.</p>
13314
-1
2017-04-13T12:24:29.360
2011-04-01T07:20:07.313
Are x11 bitmapped fonts necessary?
[ "fonts", "x11" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>All modern GTK+ applications use Xft for font rendering. Xorg bitmap fonts are installed by default just for the sake of backward compatibility. In other words you can safely uninstall them if you don't use any legacy applications (eg. gitk).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-01T07:24:37.823", "id": "36940", "postId": "32792", "score": "0", "text": "When it comes to terminals, GNOME Terminal works out of the box, and you can configure Xterm to use Xft fonts (XTerm*faceName and XTerm*faceSize) in ~/.Xresources.", "userDisplayName": null, "userId": "11976" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T07:45:19.170", "id": "32792", "lastActivityDate": "2011-04-01T07:20:07.313", "lastEditDate": "2011-04-01T07:20:07.313", "lastEditorDisplayName": null, "lastEditorUserId": "11976", "ownerDisplayName": null, "ownerUserId": "11976", "parentId": "32766", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>The X server requires exactly two fonts, <code>fixed</code> and <code>cursor</code>, both of which are builtin to all recent versions of the libXfont library it uses.</p>\n\n<p>Many older X applications however, may have specified those fonts - generally they'll fallback to u...
null
null
null
null
null
32767
1
32773
2011-03-31T01:55:54.200
6
1990
<p>And how will it improve other GTK themes such as Ambiance or Elementary?</p>
null
1992
2011-03-31T02:44:29.333
2012-06-18T14:46:01.977
What new features does GTK+3.0 introduce?
[ "gnome", "themes", "gtk" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The GTK+ 3 release notes gave the basics of it.\nGTK+ 3.x will not directly change/improve themes like Ambiance, in fact, most of these themes won't work as yet, as they have to be ported.</p>\n\n<p>However, you can expect to see some improvements all around as things progress with GTK+ 3.x.</p>\n\n<p>*<em>This answer is now outdated, and needs an update.</em></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-06-18T03:01:53.777", "id": "184608", "postId": "32773", "score": "0", "text": "The provided link is broken.", "userDisplayName": null, "userId": "18612" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-31T02:50:41.403", "id": "32773", "lastActivityDate": "2012-06-18T14:40:27.087", "lastEditDate": "2012-06-18T14:40:27.087", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "32767", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>The GTK+ 3 release notes gave the basics of it.\nGTK+ 3.x will not directly change/improve themes like Ambiance, in fact, most of these themes won't work as yet, as they have to be ported.</p>\n\n<p>However, you can expect to see some improvements all around as things progres...
null
null
null
null
user13318
32769
1
null
2011-03-31T02:13:04.253
3
288
<p>I've installed the TrueType version of the Lucida Grande font from my Mac. It seems to show up fine when setting desktop options for screen, system, document, menu, titlebar, etc.</p> <p>However, it will not show up in the font list in LibreOffice for anything.</p> <p>I've rebuilt the font cache several times. Any other font works for both just fine, just not this one.</p> <p>Any ideas as to what would cause this?</p>
13314
235
2011-03-31T02:13:48.727
2018-11-21T00:41:38.820
What would make a font available for desktop options, but not in an app like LibreOffice?
[ "fonts", "libreoffice" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T03:00:14.333", "id": "36759", "postId": "32769", "score": "0", "text": "Have you restarted LibreOffice? (If you have the quickstarter running, you need to exit that too).", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-04-01T00...
null
[ { "accepted": null, "body": "<p>Assuming the font was place in one of the folders the font cache looks in, i.e. ~/.fonts, the only thing I can suggest is a reboot. That may be required for LibreOffice to recognize the updated font cache.</p>\n", "commentCount": "1", "comments": [ { "cr...
null
null
null
null
null
32774
1
null
2011-03-31T03:15:46.613
1
3166
<p>Video Chat is always greyed out in Empathy (Yahoo and MSN contacts have the same issue) (2.32.1), however, video chat in Skype (Beta) Works 100% perfectly. </p>
null
866
2011-04-30T07:04:25.693
2012-09-20T21:47:45.650
How do I enable Video Chat in Empathy for MSN and Yahoo?
[ "video", "empathy", "webcam" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>According to the <a href=\"http://live.gnome.org/Empathy/FAQ#For_which_protocols_does_Empathy_support_audio_and_video_chat.3F\" rel=\"nofollow\">Empathy FAQ</a> it only works with certain protocols:</p>\n\n<blockquote>\n <p>Currently for SIP/XMPP/Gtalk. MSN support is curren...
null
null
null
null
user13321
32777
1
null
2011-03-31T03:50:20.410
0
1375
<p>After using Macbuntu 10.10 theme for a while, I uninstalled it using supplied <code>uninstall.sh</code> file, and now Nautilus icon is missing, and none of the icon theme is showing it. I also found that the launcher of Nautilus i.e. <code>nautilus-browser.desktop</code> is missing in <code>/usr/share/applications/</code> folder. Now icon looks like that of binary file's icon instead of Nautilus'.</p> <p>How can I revert this icon back to normal...</p>
12242
null
null
2011-06-19T01:03:59.117
Nautilus icon missing (after uninstalling Macbuntu 10.10 customization pack)
[ "nautilus", "themes", "icons" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Try reinstalling Nautilus and the theme containing the icon:</p>\n\n<pre><code>sudo apt-get install --reinstall nautilus gnome-icon-theme\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-12T15:58:56.200", "id": "38...
null
null
null
null
null
32779
1
null
2011-03-31T03:56:23.260
3
516
<p>I notice in the demo video of uTouch that the standard mouse pointer is still showing. Are there plans to remove the mouse cursor? </p> <p>This is one of the most annoying things when using touch technology on PC tablets. This was also my issue with the Android port for PC. People with touch screen device's don't want an annoying cursor to show anywhere on the screen because, it's distracting. Touch technology needs to seem natural and allow the user to interact with objects on the screen much like objects in the physical world. Don't get me wrong, I love Ubuntu and that is all I run on my PC's. However when you see a 2 or 3 year old using an Apple iPad without having to be taught to interface with it, you know you have designed a great UI experience.</p> <p>It's great to see this coming into reality on Ubuntu keep up the good work.</p> <p>Are their plans to make Ubuntu\uTouch more natural for touch device users?</p>
null
235
2011-03-31T03:58:27.607
2011-11-03T02:22:29.660
Are there plans to remove the mouse cursor in uTouch?
[ "multi-touch", "ipad" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T05:37:37.753", "id": "36773", "postId": "32779", "score": "0", "text": "Not as far as I know - It doesn't seem to be that wanted. I currently use unity on my tablet, and, due to the \"desktop-ness\" of the OS I would rather have a cursor showing.", "userDisplayN...
null
[ { "accepted": null, "body": "<p>See this question: <a href=\"https://stackoverflow.com/questions/660613/how-do-you-hide-the-mouse-pointer-under-linux-x11\">https://stackoverflow.com/questions/660613/how-do-you-hide-the-mouse-pointer-under-linux-x11</a></p>\n\n<p>It looks like there are no plans to do anythi...
null
null
null
null
user13322
32781
1
null
2011-03-30T18:09:45.947
2
2775
<p>Ubuntu 8.04 comes with Python 2.5 and no 2.6 package support in the apt-get ecosystem. Searching around I found <a href="http://www.saltycrane.com/blog/2008/10/installing-python-26-source-ubuntu-hardy/" rel="nofollow">http://www.saltycrane.com/blog/2008/10/installing-python-26-source-ubuntu-hardy/</a> and all went well except I got a few more missing modules than the article reports;</p> <pre><code>Failed to find the necessary bits to build these modules: _bsddb bsddb185 dbm dl imageop sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. </code></pre> <p>Im pretty sure i want/need dl. I know it's deprecated starting with 2.6, but it should still be there.</p> <p>Overall Im finding it very difficult to get 2.6 installed. I would ideally like to replace it (point <code>/usr/bin/python</code> at 2.6) but looking in 2.5 site-packages and seeing symlinks to a 'pyshared' directory, etc. makes me fear that things will break terribly.</p> <p>I also tried to setup a virtualenv on another, 2.6 capable machine and copied over the virtualenv but it cannot execute the python binary.... idunno. </p> <p>Im really just trying to get 2.6 installed to run a Django project. Nothing more, so it doesn't have to replace the system python but if it can work, it'd be nice.</p>
6848
235
2011-03-31T04:49:54.240
2011-04-05T16:09:39.567
Manually installing Python 2.6?
[ "python", "8.04" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-30T18:23:05.233", "id": "36767", "postId": "32781", "score": "0", "text": "Actually, unless it goes by a different name, i cannot import ``dl`` or ``dlopen`` under 2.5 either. So maybe im ok?", "userDisplayName": null, "userId": "6848" } ]
null
[ { "accepted": null, "body": "<p>This doesn't exactly answer your question but there appears to be a backport of Python 2.6 in this PPA:</p>\n\n<ul>\n<li><a href=\"https://launchpad.net/~python-dev/+archive/ppa/+packages\" rel=\"nofollow\">https://launchpad.net/~python-dev/+archive/ppa/+packages</a></li>\n</...
null
null
null
null
Flowpoke
32783
1
null
2011-03-31T05:17:54.953
2
246
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/32395/can-i-change-the-firefox-menu-to-look-like-the-firefox-menu-in-windows">Can I change the Firefox menu to look like the Firefox menu in Windows?</a> </p> </blockquote> <p>I have just installed Firefox 4 from the Ubuntu software center, but I don't see new Firefox button. Is it removed for the Ubuntu version? If not how do I make it visible?</p>
8070
-1
2017-04-13T12:24:13.887
2011-03-31T09:13:49.563
Where is firefox button for Firefox 4 for ubuntu?
[ "10.10", "firefox" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2011-03-31T09:30:10.923
null
null
32784
1
32902
2011-03-31T05:31:26.033
0
545
<p>I'm unable to install ubuntu 10.10amd64 (or i386) onto a ubuntu amd64 server running KVM. However I'm able to install Ubuntu server fine into the same KVM.</p> <p>I'm not sure if it makes a difference but I'm trying to manage the install using virt-manager so it connects to the host server using ssh tunneling.</p> <p>The cd seems to boot up ok but it hangs once I click Install Ubuntu and the mouse cursor only sometimes responds. When trying to install i386 I eventually get the following error:</p> <p>Installation failed</p> <p>The Installer encountered an unrecoverable error. A desktop session will now be run so that you may investigate the problem or try installing again.</p> <p>Once I press ok I get a LiveCD environment it's not really usable and the gnome-panel keeps disappearing. It looks like the window decorations are missing (maybe it's a graphics problem?). Then the panel completely disappeared.</p>
7945
null
null
2011-03-31T18:47:19.410
Unable to install ubuntu desktop guest using KVM
[ "10.10", "installation", "kvm-virtualization" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>So it turns out that the Ubuntu 10.10 desktop installer requires at least 512MB memory (according to some forum posts, I was unable to find an official system requirements page) and the 256MB I was giving the VM just wasn't cutting it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T18:47:19.410", "id": "32902", "lastActivityDate": "2011-03-31T18:47:19.410", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "7945", "parentId": "32784", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>So it turns out that the Ubuntu 10.10 desktop installer requires at least 512MB memory (according to some forum posts, I was unable to find an official system requirements page) and the 256MB I was giving the VM just wasn't cutting it.</p>\n", "commentCount": "0", "co...
null
null
null
null
null
32787
1
null
2011-03-31T06:07:55.690
8
1145
<p>Are there any good Ubuntu/Debian/Linux-based tools for identifying corrupted jpeg images in a collection of tens of thousands? I know that there are a few in there, but I can't bring myself to view them all manually, even at the thumbnail level.</p>
13324
null
null
2021-05-10T08:29:19.143
Finding corrupted images
[ "photo-management" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T09:12:14.650", "id": "36787", "postId": "32787", "score": "0", "text": "Corrupted in what way?", "userDisplayName": null, "userId": "2732" } ]
null
[ { "accepted": null, "body": "<p>It might not be perfect, but you could use <a href=\"https://man.finalrewind.org/1/feh/\" rel=\"nofollow noreferrer\"><code>feh -p</code></a> and examine the error messages generated.</p>\n<p>To list all the unloadable images in /opt/images and below</p>\n<pre><code>feh -ur /...
null
null
null
null
null
32789
1
null
2011-03-31T06:46:50.797
0
708
<p>Yesterday I preformed a standard update routine using <code>KPackageKit</code>. Everything went smooth. However, today I found out there is no sound anymore on my machine. Since I was listening to music yesterday morning, the only one to blame is this update. </p> <p>I have no idea where to start solving this.</p> <p>dumping here my <code>lspci</code> and <code>aplay -l</code> here in case one will find it helpful</p> <pre><code>tzury@precision:~$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: XFi [Creative X-Fi], device 0: ctxfi [Front/WaveIn] Subdevices: 8/8 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 Subdevice #2: subdevice #2 Subdevice #3: subdevice #3 Subdevice #4: subdevice #4 Subdevice #5: subdevice #5 Subdevice #6: subdevice #6 Subdevice #7: subdevice #7 card 0: XFi [Creative X-Fi], device 1: ctxfi [Surround] Subdevices: 8/8 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 Subdevice #2: subdevice #2 Subdevice #3: subdevice #3 Subdevice #4: subdevice #4 Subdevice #5: subdevice #5 Subdevice #6: subdevice #6 Subdevice #7: subdevice #7 card 0: XFi [Creative X-Fi], device 2: ctxfi [Center/LFE] Subdevices: 8/8 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 Subdevice #2: subdevice #2 Subdevice #3: subdevice #3 Subdevice #4: subdevice #4 Subdevice #5: subdevice #5 Subdevice #6: subdevice #6 Subdevice #7: subdevice #7 card 0: XFi [Creative X-Fi], device 3: ctxfi [Side] Subdevices: 8/8 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 Subdevice #2: subdevice #2 Subdevice #3: subdevice #3 Subdevice #4: subdevice #4 Subdevice #5: subdevice #5 Subdevice #6: subdevice #6 Subdevice #7: subdevice #7 card 0: XFi [Creative X-Fi], device 4: ctxfi [IEC958 Non-audio] Subdevices: 1/1 Subdevice #0: subdevice #0 tzury@precision:~$ lspci 00:00.0 Host bridge: Intel Corporation 5400 Chipset Memory Controller Hub (rev 20) 00:01.0 PCI bridge: Intel Corporation 5400 Chipset PCI Express Port 1 (rev 20) 00:05.0 PCI bridge: Intel Corporation 5400 Chipset PCI Express Port 5 (rev 20) 00:09.0 PCI bridge: Intel Corporation 5400 Chipset PCI Express Port 9 (rev 20) 00:10.0 Host bridge: Intel Corporation 5400 Chipset FSB Registers (rev 20) 00:10.1 Host bridge: Intel Corporation 5400 Chipset FSB Registers (rev 20) 00:10.2 Host bridge: Intel Corporation 5400 Chipset FSB Registers (rev 20) 00:10.3 Host bridge: Intel Corporation 5400 Chipset FSB Registers (rev 20) 00:10.4 Host bridge: Intel Corporation 5400 Chipset FSB Registers (rev 20) 00:11.0 Host bridge: Intel Corporation 5400 Chipset CE/SF Registers (rev 20) 00:15.0 Host bridge: Intel Corporation 5400 Chipset FBD Registers (rev 20) 00:15.1 Host bridge: Intel Corporation 5400 Chipset FBD Registers (rev 20) 00:16.0 Host bridge: Intel Corporation 5400 Chipset FBD Registers (rev 20) 00:16.1 Host bridge: Intel Corporation 5400 Chipset FBD Registers (rev 20) 00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI Express Root Port 1 (rev 09) 00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #1 (rev 09) 00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #2 (rev 09) 00:1d.2 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #3 (rev 09) 00:1d.3 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #4 (rev 09) 00:1d.7 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset EHCI USB2 Controller (rev 09) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d9) 00:1f.0 ISA bridge: Intel Corporation 631xESB/632xESB/3100 Chipset LPC Interface Controller (rev 09) 00:1f.1 IDE interface: Intel Corporation 631xESB/632xESB IDE Controller (rev 09) 00:1f.2 SATA controller: Intel Corporation 631xESB/632xESB SATA AHCI Controller (rev 09) 00:1f.3 SMBus: Intel Corporation 631xESB/632xESB/3100 Chipset SMBus Controller (rev 09) 02:00.0 VGA compatible controller: nVidia Corporation G84 [Quadro FX 570] (rev a1) 03:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Upstream Port (rev 01) 03:00.3 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express to PCI-X Bridge (rev 01) 04:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E1 (rev 01) 04:01.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E2 (rev 01) 06:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) 08:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5754 Gigabit Ethernet PCI Express (rev 02) 09:02.0 Audio device: Creative Labs SB X-Fi </code></pre>
3575
null
null
2011-04-01T15:26:00.947
Kubuntu 10.4 No Sound Since Latest Update
[ "10.04", "sound", "kubuntu", "pulseaudio", "alsa" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I have the same problem!! :-(\nAlso ran some updates but not sure if that is the issue, you don't happen to have keytouch installed aswell? Only i installed that yesterday, didnt have the right model for my keyboard so used the closest alternative, then when i click on the pl...
null
null
null
null
null
32795
1
null
2011-03-31T08:03:20.537
2
2486
<p>I cannot enter to the normal Login interface. If I do it will enter into tty1 mode. I just can enter using recovery mode. How can I solve this problem?</p> <p>This happened 3 month before and after I just updating the Ubuntu. It was just a normal update.</p> <p>I'm using Ubuntu Maverick Meerkat 10.10 and I think the problem is related to the plymouth manager.</p>
13327
19490
2011-09-28T12:37:02.473
2012-01-11T00:32:02.310
Login screen problem, boots into text mode instead of GDM
[ "gdm", "login" ]
2
5
CC BY-SA 3.0
[ { "creationDate": "2011-03-28T08:13:25.480", "id": "36273", "postId": "32795", "score": "1", "text": "We need more information. What Ubuntu version and have you updated something?", "userDisplayName": null, "userId": "2732" }, { "creationDate": "2011-03-31T08:12:54.370", "id"...
null
[ { "accepted": null, "body": "<p>First step is to login with a shell and look at /var/log/syslog for errors.</p>\n\n<p>Researching <code>/etc/init.d/gdm restart</code> issues might help.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0",...
null
0
2012-02-03T01:23:51.863
null
null
32797
1
null
2011-03-31T08:14:30.393
1
464
<p>I upgraded initially from Karmic to Lucid and then right to Maverick (all in the same day) and since then I've not been able to get online at all. It sees the ethernet but it won't connect, and it doesn't even bother with the wifi.</p> <p>I have rebooted, reinstalled, left it alone for months and now I'm back at trying to fix it. All the fixes I have read about require internet... which is not an option on this machine.</p>
13329
41
2011-03-31T16:16:32.007
2011-07-17T20:20:17.593
No internet connection on Dell Mini 9 after upgrade
[ "10.10", "internet", "dell-mini-9" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T15:28:20.497", "id": "36828", "postId": "32797", "score": "0", "text": "People could help you better if you include the make/model of your ethernet card.", "userDisplayName": null, "userId": "214" }, { "creationDate": "2011-03-31T16:11:30.257", "...
null
[ { "accepted": null, "body": "<p>According to the <a href=\"http://www.ubuntu.com/certification/hardware/200908-3475\" rel=\"nofollow noreferrer\">Ubuntu Certification Page</a> Ubuntu is compatible with 10.04 LTS (with notes) those notes say:</p>\n\n<blockquote>\n <p><strong>Proprietary drivers required</s...
null
null
null
null
null
32798
1
32943
2011-03-31T08:32:21.580
6
7931
<p>I just compiled the 2.6.39-rc1 kernel and AppArmor complains about a missing <code>/sys</code> interface (plus, it slows down the boot). Where do I get the AppArmor 2.4 compatibility patch AppArmor asks for?</p>
3037
null
null
2012-03-15T22:23:56.190
Where do I get the AppArmor 2.4 compatibility patch?
[ "kernel", "security", "apparmor" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There are two ways:</p>\n\n<ol>\n<li><p>You can find the patches for various kernel versions in the <em>kernel-patches</em> directory in the sources of the package <em>apparmor</em>:</p>\n\n<pre><code> apt-get source apparmor\n</code></pre></li>\n<li><p>You can grab the patches <a href=\"http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/apparmor/precise/files/head:/kernel-patches/\" rel=\"nofollow\">directly from the web</a> (replace <em>precise</em> with whatever version you are running).</p></li>\n</ol>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-12-23T23:53:38.957", "id": "103068", "postId": "32943", "score": "1", "text": "The kernel.org link is still down as of now. Ubuntu hosts the patches at http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/oneiric/apparmor/oneiric/files/head:/kernel-patches/", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-31T23:57:09.760", "id": "32943", "lastActivityDate": "2012-03-15T22:23:56.190", "lastEditDate": "2012-03-15T22:23:56.190", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "721", "parentId": "32798", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>There are two ways:</p>\n\n<ol>\n<li><p>You can find the patches for various kernel versions in the <em>kernel-patches</em> directory in the sources of the package <em>apparmor</em>:</p>\n\n<pre><code> apt-get source apparmor\n</code></pre></li>\n<li><p>You can grab the patch...
null
null
null
null
null
32799
1
35980
2011-03-31T08:39:16.397
2
1320
<p>I have Glippy installed on my Natty machine. Everything was fine until a couple of days ago, when the indicator applet mysteriously disappeared. The same is the case with Parcelite. Does anyone else face this problem? If yes, is there a way we can get this applet to show on the top panel? If no, how do I troubleshoot this and get the applet back? Thanks in advance for your time and help.</p>
1838
235
2011-03-31T13:43:24.713
2011-04-19T17:36:39.477
How do I enable Glippy/Parcelite's indicator applets?
[ "11.04", "indicator", "glippy" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Got the solution! I followed this <a href=\"http://www.webupd8.org/2011/04/how-to-re-enable-notification-area.html\" rel=\"nofollow\">article</a> and 'enabled the systray for all applications'. Now I got glippy back on my systray.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-19T17:36:39.477", "id": "35980", "lastActivityDate": "2011-04-19T17:36:39.477", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1838", "parentId": "32799", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>You can use ClipIt, a parcellite fork that supports ayatana indicators.</p>\n\n<p><a href=\"http://clipit.rspwn.com/ubuntu-ppa/\" rel=\"nofollow\">http://clipit.rspwn.com/ubuntu-ppa/</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-...
null
null
null
null
null
32800
1
32802
2011-03-31T09:29:17.210
30
55327
<p>How can I disable/modify the SSH login banner for a given user?</p> <p><img src="https://i.stack.imgur.com/Xbu4L.png" alt="enter image description here"></p>
2331
null
null
2017-06-22T08:53:14.437
How can I disable/modify the SSH login banner for a given user?
[ "command-line", "ssh" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T09:33:56.487", "id": "36788", "postId": "32800", "score": "0", "text": "I think it is located at /etc/motd. Try editing that file and see", "userDisplayName": null, "userId": "1543" }, { "creationDate": "2011-03-31T09:36:40.073", "id": "36789", ...
{ "accepted": true, "body": "<p>It seems it is possible to disable this message on a user basis by creating an empty file in a user's $HOME directory (/home/username/) called <code>.hushlogin</code>.</p>\n\n<pre><code>touch ~/.hushlogin\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2022-02-15T22:53:36.283", "id": "2409472", "postId": "32802", "score": "0", "text": "Might be worth mentioning that this is performed on the system that sends the banner. Not the one that receives it.", "userDisplayName": null, "userId": "448865" }, { "creationDate": "2022-04-25T16:09:27.270", "id": "2439171", "postId": "32802", "score": "0", "text": "This does not override a `/etc/ssh/sshd_config` Banner", "userDisplayName": null, "userId": "453296" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T09:37:45.720", "id": "32802", "lastActivityDate": "2011-03-31T09:37:45.720", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2331", "parentId": "32800", "postTypeId": "2", "score": "54" }
[ { "accepted": true, "body": "<p>It seems it is possible to disable this message on a user basis by creating an empty file in a user's $HOME directory (/home/username/) called <code>.hushlogin</code>.</p>\n\n<pre><code>touch ~/.hushlogin\n</code></pre>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
32801
1
32808
2011-03-31T09:35:06.563
-1
2913
<p>I'm programming a Qt app in Ubuntu. Well, I'm newbie in Linux but good at Qt. I wanna know how to Create Qt Static Libraries(Qt has installed from Synaptic), Create an installation package and How to put the app on the Applications Menu. Please Put some links for me.</p> <p>Thanks in advance.</p>
13331
6969
2011-04-13T08:27:42.267
2020-10-14T23:56:45.777
How can I create an installation package?
[ "packaging", "qt" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-03-31T11:37:12.420", "id": "36795", "postId": "32801", "score": "2", "text": "the overly broad question and \"please put some links for me\" gives the impression you have done zero effort so far to find out how to do it.", "userDisplayName": null, "userId": "12757...
{ "accepted": true, "body": "<p>Hi\nI've found a link, but I can't describe all the process for you here; the reason is explained in first few lines of where I've found a little tutorial:</p>\n\n<blockquote>\n <p>This article wants to be an introduction to creating .deb packages, meaning I will not get into more advanced procedures like creating a menu entry, custom configuration, explaining the rules file and so on because this how-to would have ~20 pages or so. </p>\n</blockquote>\n\n<p>check out <a href=\"http://www.webupd8.org/2010/01/how-to-create-deb-package-ubuntu-debian.html\" rel=\"nofollow\">Webupd8</a> for a small article about this. also it has several links for a detailed &amp; complete discussion, like <a href=\"http://www.debian.org/doc/maint-guide/ch-start.en.html\" rel=\"nofollow\">this article that seems to be the official one.</a><br>\nGood luck ;-)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T11:43:12.187", "id": "32808", "lastActivityDate": "2011-03-31T11:43:12.187", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "12594", "parentId": "32801", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Hi\nI've found a link, but I can't describe all the process for you here; the reason is explained in first few lines of where I've found a little tutorial:</p>\n\n<blockquote>\n <p>This article wants to be an introduction to creating .deb packages, meaning I will not get int...
null
null
2020-10-16T17:47:11.463
null
null
32806
1
34539
2011-03-31T10:12:02.073
0
3434
<p><a href="http://refit.sourceforge.net/" rel="nofollow">http://refit.sourceforge.net/</a></p> <p>What is Mac PPC's version of rEFit?</p>
13177
null
null
2011-04-13T16:08:00.633
I'm looking for rEFit for PPC Mac
[ "live-usb", "refit" ]
3
7
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T11:05:43.193", "id": "36794", "postId": "32806", "score": "0", "text": "Can you please edit your question to give us details on what you need rEFIt for and how this is related to Ubuntu?", "userDisplayName": null, "userId": "3940" }, { "creationDate"...
{ "accepted": true, "body": "<p>PPC Macs <strong>can</strong><strike>'t</strike> boot from USB; you will need to know your way around OpenFirmware.</p>\n\n<p>The only bootloader I have used for PPC (\"New-World\" Macs) is <a href=\"http://en.wikipedia.org/wiki/Yaboot\" rel=\"nofollow\">yaboot</a> and it seems to run from a USB stick. <strike>seems to require its own partition on a Linux-only system</strike>.</p>\n\n<p>Edit: See the better answer elsewhere in this thread. That's a bit of work, though, and you still need to burn a CD to copy from.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-11T16:18:51.440", "id": "34539", "lastActivityDate": "2011-04-13T16:08:00.633", "lastEditDate": "2011-04-13T16:08:00.633", "lastEditorDisplayName": null, "lastEditorUserId": "186", "ownerDisplayName": null, "ownerUserId": "186", "parentId": "32806", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>i am running ubuntu 10.10 on my macbook 2,1 (intel core 2 duo). you can boot ubuntu from a usb stick on macs. that was how i installed my ubuntu. i can direct you to the mactel ubuntu community support page, however i have no knowedge of ppc or anything like that. i would rec...
null
null
null
null
null
32811
1
null
2011-03-31T12:27:13.960
8
24454
<p>Is there a Gnuplot GUI (equivalent to wgnuplot.exe) for Ubuntu ?</p>
13337
235
2011-03-31T13:48:18.423
2011-03-31T13:48:18.423
Is there a Gnuplot GUI?
[ "10.10" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2018-02-14T07:31:15.897", "id": "1628216", "postId": "32811", "score": "0", "text": "how about texmacs?", "userDisplayName": null, "userId": "535800" } ]
null
[ { "accepted": null, "body": "<p>I found this two.</p>\n\n<p><a href=\"http://linux.softpedia.com/downloadTag/Gnuplot+GUI\" rel=\"nofollow\">http://linux.softpedia.com/downloadTag/Gnuplot+GUI</a></p>\n\n<p><a href=\"http://sourceforge.net/projects/jgp/\" rel=\"nofollow\">http://sourceforge.net/projects/jgp/<...
null
null
null
null
null
32812
1
32838
2011-03-31T12:33:03.197
2
3585
<p>I have recently managed to convince my mother to let me switch her PC to Ubuntu, and to make her transition easier I want to automate as many tasks as possible for her. I managed to do quite a bit, however there is a script I'd like to leave her with, but, unfortunately I have no knowledge of scripting.</p> <p>The purpose would be to rename all text files in a folder (mainly Desktop) named e.g. "note*" (w/out extension) as "note.txt" (for interoperability's sake and easy upload to google docs) and move them in a specially designated folder. The commands I'd need would be:</p> <pre><code>- find files in current folder named note* (and not ending in .txt) and rename them as note*.txt - move files named note*.txt to /home/username/notes </code></pre> <p>Unfortunately I don't know how to put it in script form so I'm asking for help.</p>
13336
18887
2012-02-29T17:00:48.870
2012-02-29T17:00:48.870
Need some help creating a script to rename text files and move them to a directory
[ "bash", "files", "scripts" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Open up a terminal, and open up a text editor using this command (gedit, or your favourite!)</p>\n\n<blockquote>\n <p>gedit ~/.gnome2/nautilus-scripts/Notes</p>\n</blockquote>\n\n<p>This will open up a file in the Nautilus (file browser) Scripts folder for some magic that you will see soon :D\n<br>\nNow copy the following simplified code into gedit and save. (You can use Marcelo Morales if you want :P)</p>\n\n<pre><code>#!/bin/bash\n\n# Words prefixed with a hash are comments.\n\n# Save directory. Add in your own username and directory here.\nmovePath=/home/&lt;username&gt;/notes\n\n# Iterate over files in current folder.\nfor noteFile in **\ndo\n# Check if is a notes file (even if UPPERCASE or lowercase), and not already edited.\n if [[ ${noteFile,,} == *\"notes\"* ]] &amp;&amp; [[ ${noteFile,,} != *\".txt\" ]] &amp;&amp; [[ ! -d \"$noteFile\" ]]\n then\n # If so, move and rename the file to your save directory.\n mv \"$noteFile\" \"$movePath/$noteFile.txt\"\n fi\ndone\n</code></pre>\n\n<p>Give the script executable permissions.</p>\n\n<blockquote>\n <p>chmod u+x ~/.gnome2/nautilus-scripts/Notes</p>\n</blockquote>\n\n<p>Now, to see the magic of Nautilus Scripts.<br>\nRight click in a folder with a \"notes\" file or two within, go to Scripts and then click \"Notes\" and you'll magically see all of your \"notes\" files turn to \"notes*.txt\"</p>\n\n<p>How much more mother friendly can you get? :P</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-01T21:57:06.653", "id": "37010", "postId": "32838", "score": "0", "text": "Please see http://mywiki.wooledge.org/BashPitfalls. In particular, pitfall 1 and 2.", "userDisplayName": null, "userId": "9016" }, { "creationDate": "2011-04-04T14:07:09.753", "id": "37345", "postId": "32838", "score": "0", "text": "No worries, completely looked over the white spaces by accident :S\nThanks for the good read, really did notice my bad habits haha\nAdded in changes to my answer to compensate; although, for some reason if the file is called just \"notes\", it won't change it. I have a feeling that it might be something to do with the wildcards, wanna shed some light on this geirha? :P", "userDisplayName": null, "userId": "307" }, { "creationDate": "2011-04-04T21:52:35.267", "id": "37418", "postId": "32838", "score": "0", "text": "If you run the script in your home directory and the destination directory is `~/notes` then it will obviously fail on `notes` as moving a directory inside itself is not possible. You can use `[[ $noteFile -ef $movePath ]]` to test if two files are the same (see `help test`). A few more comments: 1) `*\"notes\"*[^.txt]` does not match what you think it matches. 2) In bash4, you can lowercase with parameter expansions, `\"${noteFile,,}\"`. http://mywiki.wooledge.org/BashSheet#Parameter_Operations", "userDisplayName": null, "userId": "9016" }, { "creationDate": "2011-04-05T00:05:41.640", "id": "37436", "postId": "32838", "score": "0", "text": "Man, you are a lifesaver. Also, that wiki is BASH gold :P\nUpdated the code, didn't try too many crazy things. Threw in a directory check so that we don't get silly errors.", "userDisplayName": null, "userId": "307" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T14:34:33.967", "id": "32838", "lastActivityDate": "2011-04-05T02:00:54.393", "lastEditDate": "2011-04-05T02:00:54.393", "lastEditorDisplayName": null, "lastEditorUserId": "307", "ownerDisplayName": null, "ownerUserId": "307", "parentId": "32812", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>This might get you started:</p>\n\n<pre><code>#!/bin/bash\n\nfind . -name 'note*' -not -name '*txt' -exec mv -bf '{}' '{}'.txt \\;\nfind . -name 'note*.txt' -exec mv -bf '{}' /home/username/notes/ \\;\n</code></pre>\n\n<p>The <code>-bf</code> makes mv not asking questions and...
null
0
null
null
null
32815
1
32880
2011-03-31T12:52:25.037
3
2761
<p>How can i change the runlevel in ubuntu 10.04 or 10.10 As far as I can recall ubuntu changed the runlevel with something else?</p> <p>If I want to change the start to terminal only and not X what and r</p>
13339
235
2011-03-31T13:51:13.880
2014-11-21T17:54:52.863
How do I change the runlevel?
[ "init" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>To make Ubuntu boot directly to console and not X, you have to do the following:</p>\n\n<ol>\n<li><p>Open <code>/etc/default/grub</code> in your favorite text editor as root (e.g. <code>gksudo gedit /etc/default/grub</code>)</p></li>\n<li><p>Locate the following line:</p>\n\n<pre><code>GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"\n</code></pre></li>\n<li><p>Replace <code>\"quiet splash\"</code> with <code>\"text\"</code> (i.e., <code>GRUB_CMDLINE_LINUX_DEFAULT=\"text\"</code>). If you have a specific runlevel in mind, use that number (for runlevel 3: <code>GRUB_CMDLINE_LINUX_DEFAULT=\"3\"</code>).</p></li>\n<li><p>Save the file</p></li>\n<li><p>Run the following command:</p>\n\n<pre><code>sudo update-grub\n</code></pre></li>\n</ol>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-31T17:19:26.197", "id": "32880", "lastActivityDate": "2014-11-21T17:54:52.863", "lastEditDate": "2014-11-21T17:54:52.863", "lastEditorDisplayName": null, "lastEditorUserId": "158442", "ownerDisplayName": null, "ownerUserId": "4770", "parentId": "32815", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>To make Ubuntu boot directly to console and not X, you have to do the following:</p>\n\n<ol>\n<li><p>Open <code>/etc/default/grub</code> in your favorite text editor as root (e.g. <code>gksudo gedit /etc/default/grub</code>)</p></li>\n<li><p>Locate the following line:</p>\n\n...
null
null
null
null
null
32816
1
null
2011-03-31T12:52:25.367
1
6142
<p>I have tar 1.22 installed and I need tar 1.20. I tried:</p> <pre><code>sudo apt-get install tar=1.20 </code></pre> <p>but I got:</p> <blockquote> <p>Version '1.20' for 'tar' was not found</p> </blockquote> <p>When I looked more closely it turned out that the current version is not just <code>1.22</code>, but <code>1.22-2ubuntu1</code>. So I tried:</p> <pre><code>sudo apt-get install tar=1.20-2ubuntu1 </code></pre> <p>But still got the that error message.</p> <p>Any idea how do I install tar 1.20 on my Ubuntu?</p>
11397
235
2011-03-31T13:53:13.817
2011-03-31T13:53:13.817
How do I install tar 1.20?
[ "10.04", "apt", "versions" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>If it is not in the repositories and you can't find any PPA for it then you'll have to build from source.</p>\n\n<p>You can get the source <a href=\"http://www.gnu.org/software/tar/\" rel=\"nofollow\">here</a>.</p>\n", "commentCount": "0", "comments": [], "communi...
null
null
null
null
null
32818
1
32819
2011-03-31T11:07:34.677
0
10082
<p>I setup the compizconfig, but I find I don't like it.</p> <p>and my terminal cant use <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>c</kbd> or <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>v</kbd> since I setup the compizconfig?</p> <p>So how to uninstall it?</p>
13397
54224
2012-04-10T12:01:22.590
2012-04-10T12:01:22.590
How to uninstall compizconfig?
[ "11.10", "compiz" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Can't you just do - </p>\n\n<pre><code>sudo apt-get remove compizconfig-settings-manager\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-31T13:37:08.353", "id": "36814", "postId": "32819", "score": "0", "text": "This command should indeed get rid of it, assuming `compizconfig` is the package name.", "userDisplayName": null, "userId": "10616" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-31T11:15:59.800", "id": "32819", "lastActivityDate": "2011-03-31T13:58:38.740", "lastEditDate": "2011-03-31T13:58:38.740", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": "tom502", "ownerUserId": "13352", "parentId": "32818", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Can't you just do - </p>\n\n<pre><code>sudo apt-get remove compizconfig-settings-manager\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-31T13:37:08.353", "id": "36814", "postId": "32819", "score"...
null
null
null
null
zjm1126