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
54319
1
54328
2011-07-24T08:01:00.060
2
4196
<p>Was a tie between here and Server Fault, and I decided that it belongs more here.</p> <p>Anyway, I am seeking to host a website on my computer using Ubuntu Server 11.04. I've got just a few questions.</p> <p>First off, does anyone know of any good tutorials, guides, or other documentation for learning their way ar...
22141
null
null
2011-07-24T14:56:54.233
Hosting a Website with Ubuntu Server 11.04
[ "11.04", "server", "command-line", "virtualization" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-24T08:06:28.187", "id": "60974", "postId": "54319", "score": "1", "text": "You would probably do better to ask more specific questions which can each be answered more easily. Perhaps you're better off with a forum like http://ubuntuforums.org/", "userDisplayName": ...
{ "accepted": true, "body": "<p>The Ubuntu documentation can probably get you most of the way.</p>\n\n<h3>1. Using the terminal</h3>\n\n<p>This is a very open-ended issue. Tutorials like <a href=\"https://help.ubuntu.com/community/UsingTheTerminal\" rel=\"nofollow\">UsingTheTerminal</a> will tell you some of the ba...
[ { "accepted": true, "body": "<p>The Ubuntu documentation can probably get you most of the way.</p>\n\n<h3>1. Using the terminal</h3>\n\n<p>This is a very open-ended issue. Tutorials like <a href=\"https://help.ubuntu.com/community/UsingTheTerminal\" rel=\"nofollow\">UsingTheTerminal</a> will tell you some o...
null
null
null
null
null
54321
1
54324
2011-07-24T09:02:52.667
8
15979
<p>I have USB hard-drive connected to my Ubuntu (11.04) machine. Every time I reboot the computer and login it mounts the hard-drive. Since the disk has NTFS on it, Linux assigns some user to be the owner of the files on the disk. So all files on the disk appear owned by one user and only that user can see the files.</...
49746
3037
2011-07-24T11:22:53.837
2012-06-03T15:35:27.113
How do I give multiple users access to a Windows NTFS partition?
[ "usb", "mount", "fstab", "users" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h3>Mounting with specific permissions</h3>\n\n<p>There is. Put both users in a group together. Then use that group's to set the <code>gid=</code> option and and mount your disk with the permissions you want it to have. You can control permissions with <code>umask=</code>, <code>fmask=<...
[ { "accepted": true, "body": "<h3>Mounting with specific permissions</h3>\n\n<p>There is. Put both users in a group together. Then use that group's to set the <code>gid=</code> option and and mount your disk with the permissions you want it to have. You can control permissions with <code>umask=</code>, <code...
null
null
null
null
Alexander Sandler
54329
1
null
2011-07-24T11:52:13.347
7
8177
<p>I wanna know that is there's a way, by which we can generate a unique hardware hash of particular machine? The hash should be unique to the machine and hash should be different even two machines are of same configuration. Is it possible?</p>
22150
null
null
2011-07-24T12:15:26.093
How to generate unique hardware hash?
[ "hardware" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-24T13:41:31.903", "id": "60998", "postId": "54329", "score": "1", "text": "What do you need this for?", "userDisplayName": null, "userId": "18265" } ]
null
[ { "accepted": null, "body": "<p>You could use the MAC address of <code>eth0</code> (assuming this exists on each machine). You can get that on its own (there may be a simpler way) with this:</p>\n\n<pre><code>ifconfig eth0 | grep HWaddr | awk '{ print $NF}' | sed 's/://g'\n</code></pre>\n\n<p>That will give...
null
null
null
null
null
54333
1
54334
2011-07-24T12:27:16.563
0
2446
<p>I need to retrieve one text-box text on an Ubuntu installation I can't boot anymore (thank you Fedora!) on one specific website.</p> <p>Where is the form information stored and how can I retrieve it?</p>
3981
45659
2012-07-01T13:03:34.383
2012-07-01T13:03:34.383
Where is Firefox's auto-fill information stored?
[ "firefox" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The form history is saved in a SQLite database file named <code>formhistory.sqlite</code> (replace <code>$HOME</code> by your Ubuntu home directory, and <code>XXXXXXXX.default</code> by your Firefox profile name):</p>\n\n<pre><code>$HOME/.mozilla/firefox/XXXXXXX.default/formhistory.s...
[ { "accepted": true, "body": "<p>The form history is saved in a SQLite database file named <code>formhistory.sqlite</code> (replace <code>$HOME</code> by your Ubuntu home directory, and <code>XXXXXXXX.default</code> by your Firefox profile name):</p>\n\n<pre><code>$HOME/.mozilla/firefox/XXXXXXX.default/formh...
null
null
null
null
null
54337
1
null
2011-07-24T13:22:41.153
1
1865
<p>I bought a laser printer Konica PagePro 1490 MF, but I can not find the drivers. can anyone help me? THANKS IN ADVANCE</p>
22154
14356
2011-07-24T13:25:49.537
2014-04-22T06:17:18.930
printer driver for konica minolta pagepro 1490mf
[ "drivers", "printing" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2014-04-22T06:17:18.930", "id": "594861", "postId": "54337", "score": "0", "text": "I followed the instructions and installed the driver from the vendors website.\nNow the printer is responding (I hear a noise from the printer as soon as I send a print request) but at the end ...
null
[ { "accepted": null, "body": "<p>The linux printer driver for your printer can be downloaded from the <a href=\"http://www.konicaminolta.eu/business-solutions/support/download-center.html?product=101488&amp;resulttype=drivers&amp;legacy=1&amp;optiondocuments=0&amp;productgroup=2&amp;page=1&amp;targetOption=p...
null
null
null
null
null
54343
1
null
2011-07-24T15:06:52.903
2
7342
<p>I am simply trying to upload photos to various online services. I am unable to upload files to the following services:</p> <p>Gmail (as attachment) Picasa Web Albums (via Shotwell, Picasa, F-Spot, GoogleCL, or browsers Chrome/FF) Facebook (via Shotwell, F-spot, or browsers Chrome/FF) Dropbox etc.</p> <p>Basicall...
22139
15811
2011-09-23T15:02:28.663
2023-05-12T20:04:38.363
Unable to upload files via any browser or application
[ "10.10", "networking", "samsung", "realtek" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-24T16:18:32.933", "id": "61011", "postId": "54343", "score": "0", "text": "*Update*: This may no longer be purely an issue with my Ubuntu install, but possibly related to the router I have (from O2 broadband)... I have tried uploading through my Android phone's Wireles...
null
[ { "accepted": null, "body": "<p>I don't think the problem is in the network, or you shouldn't be able to browse or send anything (and when you send an e-mail, you're already sending data, even without attachments).</p>\n\n<p>Most of the upload tools use java applets, are you sure it's installed in your syst...
null
null
null
null
null
54347
1
null
2011-07-24T15:25:43.663
2
361
<p>I love the pipe to feed long text output into <code>less</code> (or <code>more</code>) to make it more readable. It's only on Ubuntu that i observed a uncommon behavior: Sometimes in less keystrokes are not processed immediately. It's like i have to "confirm" them with <code>&lt;ENTER&gt;</code>. For example less op...
18373
null
null
2011-11-02T16:35:56.827
Why do keystrokes in "less"/"more" sometimes require a <ENTER>, when i use a pipe?
[ "pipe" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I've been battling with this problem all afternoon and, after finding this question and reading several manpages, had a bit of a brainwave. It turns out that redirecting STDIN to <code>/dev/null</code> acts as a workaround and returns \"normal\" functionality to <code>less</c...
null
null
null
null
null
54351
1
null
2011-07-24T15:40:51.370
3
149
<p>I want to set up a user account on my laptop to access the network of my office, and in order to do that i need to install applications using my office ubuntu repos, is it possible to create a sources list file to use only by 1 user account, and the rest to use the common sources?</p>
16925
null
null
2011-07-24T22:37:29.350
Is is possible to have a different sources.list file on the same machine, and each assigned to a different user account?
[ "11.04", "apt", "software-sources", "users" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You can have separated sources lists, but that only means than each repo you add will be defined in a sources.list file which makes more easy to purge a problematic repos. I did that using ubuntu-tweak (there's an option to store each repo in a separated file in the softwar o...
null
null
null
null
null
54359
1
54362
2011-07-24T16:27:30.773
0
4626
<p>The default directory of sources.list is <code>/etc/apt</code> and when we call apt-get update system store package information in <code>/var/lib/apt</code> and synaptic or package manager read information from there. suppose i have some packages already downloaded in hard disk. so if read package info (<code>source...
17118
15811
2011-07-24T16:37:42.157
2011-07-24T17:23:51.110
how to change sources.list directory
[ "installation" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>With a command line like the following</p>\n\n<pre><code>sudo apt-get -o Dir::Etc=/path/to/other/dir update\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-07-24T19:38:13.627", "id": "61044", "postId": "54362", "score": "0...
[ { "accepted": null, "body": "<p>Why exactly do you want to do this? Often, it's also possible to download individual packages from a repository and install them separately, and if they are a lot of packages, you might not want to do it as it might break your system (the fact that you want to remove the sour...
null
null
null
null
null
54363
1
54378
2011-07-24T17:35:20.230
4
731
<p>I followed <a href="http://linuxservertutorials.blogspot.com/2009/06/how-to-add-user-to-group-in-linux.html" rel="nofollow">bad instructions</a> and left the <code>-a</code> out of:</p> <pre><code>usermod -a -G wireshark ak </code></pre> <p>Now all of my groups have been lost, including sudo permissions:</p> <pre...
1859
196255
2014-01-29T11:55:44.993
2014-01-29T11:55:44.993
Is there any record of group membership changes?
[ "users" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-24T17:39:03.777", "id": "61024", "postId": "54363", "score": "0", "text": "mine shows `adm dialout cdrom plugdev lpadmin admin sambashare`. It might be a start to get it fixed.", "userDisplayName": null, "userId": "15811" }, { "creationDate": "2011-07-2...
{ "accepted": true, "body": "<p>In a standard Ubuntu installation there's a groups config backup file in <code>/var/backups/group.bak</code>. So (from a root recovery console) you could do something like</p>\n\n<pre><code>grep &lt;your_username&gt; /var/backups/group.bak\n</code></pre>\n\n<p>to list all groups you ...
[ { "accepted": null, "body": "<p>To recover you will need to boot from a live CD.</p>\n\n<p>Mount the root partition (/). </p>\n\n<p>e.g. if your root partition is on /dev/sda1</p>\n\n<pre><code>sudo mount /dev/sda1 /mnt\nsudo chroot /mnt\n</code></pre>\n\n<p>Then edit the /etc/group file and add the admin g...
null
null
null
null
null
54364
1
null
2011-07-24T17:40:48.270
103
332174
<p>I have set up ACPI wakeup so my laptop wakes up at a certain time each morning. The timezone for this is UTC. I want to set up my crontabs also using UTC so they fit with the wakeup alarm. </p> <p>How do you do it?</p> <p>I've tried editing <code>/etc/default/cron</code> to include:</p> <pre><code>TZ="UTC" </code...
22164
158442
2016-01-01T11:58:28.287
2024-02-25T21:55:44.513
How do you set the timezone for crontab?
[ "cron", "time" ]
14
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-24T17:52:13.653", "id": "61027", "postId": "54364", "score": "5", "text": "did you do a `sudo service cron restart` after editing?", "userDisplayName": null, "userId": "15811" }, { "creationDate": "2011-07-24T18:46:11.360", "id": "61032", "postI...
null
[ { "accepted": null, "body": "<ol>\n<li><p>See <code>/etc/default/cron</code>. You can set <code>TZ</code> here for -all- crontabs and it should be <code>TZ=UTC</code> iirc. So your method should have worked.</p></li>\n<li><p>Have a look at <a href=\"http://fcron.free.fr/doc/en/fcrontab.5.html#FCRONTAB.5.TIM...
null
null
null
null
null
54367
1
null
2011-07-24T18:01:31.790
10
3007
<p>I have been trying Ubuntu for the last couple weeks. I have always used Windows OS in the past. Using Windows I am able to burn backup "data" DVDs and the burning software allows me to "verify data after burn." When activated, after a burn is completed the data that was burned to the disc will be checked for errors....
22162
null
null
2019-06-25T15:18:11.377
How can I "verify data after burn" when using Brasero to burn a data DVD?
[ "brasero" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>File and disk image integrity are checked by default in a standard installation of Brasero by comparing an MD5 sum of burned data with the original file.</p>\n\n<p>To change these settings, select <em>Edit -> Plugins</em> to open the following window:</p>\n\n<p><img src=\"htt...
null
null
null
null
null
54368
1
null
2011-07-24T18:05:02.113
5
8120
<p>I have a laptop with Ubuntu 11.04. Failed to connect my home wireless network, which is composed of a modem and a Netgear router. </p> <p>ifconfig showing:</p> <pre><code>wlan0 Link encap:Ethernet HWaddr 00:24:d6:07:2b:a2 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:30238 errors...
22165
235
2011-07-27T01:25:08.313
2012-02-26T01:41:31.843
No network access due to WLAN0:AVAHI
[ "networking", "wireless" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>May I suggest that you run the command</p>\n<pre><code>cat /etc/network/interfaces\n</code></pre>\n<p>This will show the contents of the interfaces file. It should read</p>\n<blockquote>\n<p>auto lo</p>\n<p>iface lo inet loopback</p>\n</blockquote>\n<p>If there is anything el...
null
null
null
null
null
54369
1
54413
2011-07-24T18:09:53.907
2
4283
<p>I installed EC2 Cloud tools. Which made me wait for 60 sec during boot-up. </p> <p>Later I removed the tool but unfortunately the program was still there and waits for 60 sec during startup.</p> <p>How to I see what program/service starts during bootup and how do I remove it.</p>
13199
15811
2011-07-24T18:35:32.580
2011-07-25T04:36:52.827
How to remove startup program/service which starts during booting?
[ "boot", "startup" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T16:11:35.327", "id": "61337", "postId": "54369", "score": "0", "text": "Although bum is the correct answer but sudo apt-get --purge remove package solved the problem I was facing", "userDisplayName": null, "userId": "13199" } ]
{ "accepted": true, "body": "<p>From the man page for <code>apt-get</code> use </p>\n\n<p><code>sudo apt-get --purge remove package</code> </p>\n\n<p>to also delete the configuration files associated with that package.</p>\n\n<p>You can also take a look in <strong>System->Preferences->Startup Applications</strong>....
[ { "accepted": null, "body": "<p>Install <code>boot up manager</code> and have a look at the list of startup applications you can turn on and off. Random example of the lay-out of <code>bum</code>:</p>\n\n<p><img src=\"https://i.stack.imgur.com/6M54f.png\" alt=\"enter image description here\"></p>\n", "c...
null
null
null
null
null
54370
1
null
2011-07-24T18:21:12.720
2
3694
<p>I recently got a Sony Bravia HD TV but can't connect it to my Ubuntu laptop. I've a Dell with Intel GM965 Graphics. When I connect to the TV using an HDMI cable, it says:</p> <pre><code>Unsupported signal, check device output. </code></pre> <p>It is detected by Ubuntu just fine. I tried with different resolutions ...
214
null
null
2013-01-10T08:55:01.287
HDMI with Sony Bravia: Unsupported Signal
[ "display", "hdmi" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T02:24:08.973", "id": "61095", "postId": "54370", "score": "0", "text": "Could you edit your question to include the output of `xrandr -q`?", "userDisplayName": null, "userId": "12469" } ]
null
[ { "accepted": null, "body": "<p>Guess what, I replace the HDMI cable and it worked. It's quite weird though. PS3 works with the old cable but laptop doesn't. Both of them work with the new cable.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-27T13:13:29.310", ...
null
null
null
null
null
54375
1
null
2011-07-24T19:31:07.577
2
2158
<p>I've done this:</p> <ul> <li>Created a wireless network via the network manager. </li> <li>I have internet through a wire.</li> </ul> <p>I want create a wireless network and share my internet access that I get from a wire. @TheX told me that I have to bridge the two connections but I don't know how to.</p> <p>the...
10698
10698
2012-01-23T13:03:02.570
2012-01-23T13:03:02.570
How do you make a bridge between two connections?
[ "11.04", "network-bridge" ]
1
6
CC BY-SA 3.0
[ { "creationDate": "2011-07-24T19:35:00.913", "id": "61041", "postId": "54375", "score": "2", "text": "I heard love can do that but maybe squid might work better!", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-07-24T19:36:50.003", "id": "61043", "po...
null
[ { "accepted": null, "body": "<p>If you're using Ubuntu Desktop, then it's really simple. Click the network icon at the to right of your screen. Select \"Create new wireless network\". Give the network a name, choose an encryption type (wep, wpa, etc) and make a password. Click \"create\" and that should be ...
null
null
null
null
null
54379
1
null
2011-07-24T19:59:42.200
9
20151
<p>Is it possible to play all flash videos using VLC? Because flash is consuming a lot of processing power. In addition, with VLC I will be able to record every stream for example Ustream etc.</p> <p>I am using Ubuntu 11.04. </p>
22170
527764
2017-08-14T07:34:18.980
2017-08-14T07:34:18.980
VLC for flash video
[ "video", "flash", "streaming" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-24T21:00:18.997", "id": "61063", "postId": "54379", "score": "2", "text": "You mean using VLC instead of the flash plug in to play the embedded videos on the web?, or just play flv files?", "userDisplayName": null, "userId": "4203" }, { "creationDate": ...
null
[ { "accepted": null, "body": "<p>VLC can play any Flash video for which you have the .flv file. It can also record anything it is playing.</p>\n\n<p>However, you can't always just point it at a webpage and play Flash videos on that page and it can't 'play' .swf files (because they aren't videos). You need to...
null
null
null
null
null
54382
1
null
2011-07-24T20:58:43.200
4
2513
<p>I have a Lenovo Thinkpad <a href="http://www.thinkwiki.org/wiki/Category:X201_Tablet" rel="nofollow">x201 tablet</a> with Ubuntu 11.04. When I run mathematica or stress, the laptop overheats and shuts down. I loose all my work.</p> <p>I would think that turbo boost (for intel i7) turns on and doesn't turn off when ...
8615
10068
2015-11-23T12:47:28.727
2016-01-05T12:43:54.503
Laptop (thinkpad x201t) with i7 overheats and shuts down. How to manage turbo boost?
[ "laptop", "overheating", "turbo-boost" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-24T21:05:13.540", "id": "61068", "postId": "54382", "score": "1", "text": "which version of ubuntu are you using?", "userDisplayName": null, "userId": "14356" }, { "creationDate": "2011-07-24T21:12:41.397", "id": "61069", "postId": "54382", ...
null
[ { "accepted": null, "body": "<p>There is a <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/751689\" rel=\"nofollow\">bug-report</a> on launchpad which fits your tablet/laptop observation problem.</p>\n\n<p>Reading through this, there are several suggestions, for example</p>\n\n<ul>\n<li>In yo...
null
null
null
null
null
54386
1
null
2011-07-24T22:01:11.347
8
700
<p>I have Ubuntu 11.04 and I works perfect. </p> <p>I do not know what happened but for no reason the logout, restart and shutdown options disappeared from power menu. </p> <p>I did restart it more than one time maybe it will solve the problem. also, I did all the updates and still the same thing. </p> <p>I check th...
8580
18612
2011-07-25T07:02:48.647
2011-09-10T06:48:48.530
power menu does not have shutdown and restart
[ "11.04", "menu", "shutdown", "restart" ]
1
8
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T06:03:41.853", "id": "61104", "postId": "54386", "score": "0", "text": "This is not really a solution to your problem, but as a workaround in the meantime you can open a terminal (Ctrl+Alt+T) and type `sudo reboot` for a restart and `sudo shutdown now -P` for a shut...
null
[ { "accepted": null, "body": "<p>There is an existing <a href=\"https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/753976\" rel=\"nofollow\">bug report for this</a> problem but it has not been updated or fixed.</p>\n\n<p>It may be worth temporarily moving ~/.config/dconf/user to ~/.config/dconf...
null
null
null
null
null
54387
1
null
2011-07-24T22:07:25.317
1
431
<p>I created empty space in my hard drive so I can install ubuntu. But when I go to the installation screen, there is no option to install alongside Windows. When I choose custom, the hard drive shows up as completely blank! I tried the USB way, tried turning the HDD back to IDE from AHCI, but no hope. I don't want to ...
22171
41
2011-07-24T22:16:29.983
2011-07-25T16:31:52.083
Windows Partition won't show up during installing
[ "11.04", "installation" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There's probably a small error in the partition table - if that is the case all seems to work but the partition editor refuses to touch it. </p>\n\n<p>I'd suggest you remove the new partition using the original program (hopefully there won't be any more errors), then firing u...
null
null
null
null
null
54395
1
54434
2011-07-24T23:29:29.450
63
301059
<p>I'm new to Ubuntu and would like to know where I can find the location of program files for programs installed from the Ubuntu Software Center or the Terminal. </p>
12846
18612
2014-12-29T05:55:19.997
2022-08-05T15:28:26.750
Where can I find the location of folders for installed programs?
[ "filesystem" ]
8
1
CC BY-SA 3.0
[ { "creationDate": "2017-12-19T14:42:18.763", "id": "1591171", "postId": "54395", "score": "0", "text": "If you prefer/use RPM on Ubuntu, you can also use rpm –ql [package] to get a list. This method also happens to work on most Fedora and RHEL distros.", "userDisplayName": null, "userId"...
{ "accepted": true, "body": "<p>on the command line, you can use <code>dpkg --listfiles packagename</code>. For instance, <code>dpkg --listfiles firefox</code>. If you want to see what files a package contains without installing it, then you can install <a href=\"http://en.wikipedia.org/wiki/Apt-file\">apt-file</a>...
[ { "accepted": null, "body": "<p><a href=\"http://packages.ubuntu.com/natty/i386/banshee/filelist\">http://packages.ubuntu.com/natty/i386/banshee/filelist</a></p>\n\n<p>or</p>\n\n<p><code>dpkg -L banshee</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentL...
null
null
null
null
null
54396
1
null
2011-07-24T23:38:30.767
2
148
<p>When I mount files via cryptkeeper and truecrypt they show up on the desktop of admin account but also guest and family accounts.</p> <p>How can I stop mounted files and hard drives to appear and being accessed from family and guest accounts?</p>
22173
196255
2014-01-29T09:33:13.747
2014-01-29T09:33:13.747
How can I control access of mounted files to other accounts?
[ "mount", "permissions", "truecrypt" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You'll need to use UNIX-style permissions to restrict what accounts can read the file. If you go to the folders in Nautilus, right click, select Properties, and go to the Permissions tab. Remove any permissions other than Owner and click \"Apply Permissions to Enclosed File...
null
null
null
null
null
54399
1
null
2011-07-24T23:49:29.763
3
5786
<p>I connect to the internet on my pc via ethernet and wireless with a laptop. I want to control the speed of laptop wireless connection so when both are running I still have enough speed on pc to work and who ever us using wireless connection has less speed.</p> <p>Is this possible?.</p> <p>I mean to control speed u...
22173
15811
2011-07-25T07:02:35.463
2011-07-25T10:03:50.290
Is there a way to control speed internet access to wireless connections?
[ "wireless" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This can control Upload and Download Speeds: sudo apt-get install wondershaper &amp;&amp; wondershaper --help </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-25T00:53:27.8...
null
null
null
null
null
54410
1
null
2011-07-25T03:26:36.583
22
10485
<p>I selected "encrypt home partition" when I set up my netbook with Ubuntu. The disk usage analyzer now reports that twice as much space is taken up than actually is used. I have seen this question asked a few times, but the response typically tends to be along the lines of ".ecrypts/.Private are your actual home dr...
22179
null
null
2016-06-07T22:59:46.967
Disk Usage Analyzer reports that the .ecryptfs file is taking up as much space as the home drive
[ "10.04", "disk-usage", "ecryptfs" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-11-16T10:45:43.590", "id": "90054", "postId": "54410", "score": "0", "text": "I have this same problem on 11.10. Help would be appreciated!", "userDisplayName": null, "userId": "28661" }, { "creationDate": "2012-06-05T20:11:29.367", "id": "177235", ...
null
[ { "accepted": null, "body": "<p>First, it is probably important to understand that disk usage analyzer is not a control system that sets limits on how much disk space is available within your hard disk itself. It is simply a tool that provides a view into your system. Thus, this tool does not really force ...
null
null
null
null
null
54414
1
null
2011-07-25T04:47:59.800
2
1059
<p>All secure connections like https, ssh are not working when I connect through eth0. However they work perfectly fine when connected through wireless.</p> <p>Is this some issue with certificates in the system? or is it got to do with the network? How to fix this issue? Will deleting all certificates help, if so wher...
22181
22181
2011-07-25T11:58:38.170
2011-07-26T03:05:27.053
SSL not working on eth0
[ "ssh", "certificates" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T07:24:07.010", "id": "61115", "postId": "54414", "score": "2", "text": "What does it mean they don't work? Do you any error message? Please give more details.", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-07-25T07:45:56.627",...
null
[ { "accepted": null, "body": "<p>Who's/What network is eth0 connected to? It could be that someone in control of one of the routers/machines your eth0 traffic goes through could be refusing to carry traffic that uses an encrypted protocol. If they are doing that, it is quite likely that they are hoping you w...
null
null
null
null
null
54416
1
54420
2011-07-25T06:32:30.513
7
30408
<p>I have suffered from boot configuration a lot. If windows is installed above ubuntu, ubuntu doesn't boot. if ubuntu is installed above windows then windows goes away. </p> <p>Of course, reinstalling grub fixes these things, but I suppose having a dedicated grub partition is going to help me a lot.</p> <p>So I have...
9434
9434
2011-07-25T06:49:15.263
2011-07-25T15:42:18.453
Creating a dedicated grub partition before installing ubuntu
[ "installation", "grub2" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Another option is to make a <strong>dedicated Grub2 partition</strong> (as opposed to dedicated <code>/boot</code> partition you mount at boot), see <a href=\"http://members.iinet.net/~herman546/p20/GRUB2%20Bash%20Commands.html#Dedicated_GRUB_Partition\" rel=\"nofollow\">herman's tut...
[ { "accepted": null, "body": "<p>Only if we need the <a href=\"http://en.wikipedia.org/wiki/Master_boot_record\" rel=\"nofollow noreferrer\">master boot record</a> of a harddrive for something else we may install Grub to a partition. <strong>Otherwise it is not a good idea to do so.</strong></p>\n\n<p>During...
null
null
null
null
null
54417
1
54421
2011-07-25T06:48:47.720
26
35150
<p>I have a laptop with a full keyboard (it has numpad), but the laptop is not that big, and because of that the keys are relatively small, which means I am constantly finding myself pressing keys accidentally on the numpad part.</p> <p>Is there a way to disable specific keys that I simply don't want?</p>
16542
527764
2017-03-08T08:48:19.903
2018-04-22T22:38:03.623
How to disable keys from the keyboard?
[ "keyboard" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I have the <code>Menu</code> key very close to the <kbd>Ctrl</kbd> and <kbd>left-arrow</kbd> keys. </p>\n\n<pre><code>xmodmap -e 'keycode 135 = 0x0000' \n</code></pre>\n\n<p>To get a first impression what keycodes are mapped to which keys, just type:</p>\n\n<pre><code>xmodmap -pke\n...
[ { "accepted": true, "body": "<p>I have the <code>Menu</code> key very close to the <kbd>Ctrl</kbd> and <kbd>left-arrow</kbd> keys. </p>\n\n<pre><code>xmodmap -e 'keycode 135 = 0x0000' \n</code></pre>\n\n<p>To get a first impression what keycodes are mapped to which keys, just type:</p>\n\n<pre><code>xmodma...
null
null
null
null
null
54419
1
118969
2011-07-25T07:16:29.323
7
1939
<p>My distribution upgrade from natty to ocelot has been running on and off for quite some time. The speeds at which it downloads is really slow, and I was wondering if there was a way to use the <code>apt-fast</code> command to perform a distribution upgrade to ocelot ?</p> <p>I looked into the source of <code>do-rel...
11736
null
null
2012-05-17T21:06:33.187
How to perform a distribution upgrade using apt-fast?
[ "upgrade", "release-management" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2012-04-04T16:27:30.660", "id": "141119", "postId": "54419", "score": "0", "text": "Did you ever figure this out? Your question was just allocated to me as part of [Clean-Up](http://meta.askubuntu.com/questions/2863/its-time-for-clean-up-week).", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>I tried it out, and it does work.</p>\n\n<p>A<code>do-release-upgrade</code> would update your software sources to point to the newer version of ubuntu. After it runs an update, and asks you to press enter to start the process of upgrade, just <em>open a new terminal</em>, and start ...
[ { "accepted": true, "body": "<p>I tried it out, and it does work.</p>\n\n<p>A<code>do-release-upgrade</code> would update your software sources to point to the newer version of ubuntu. After it runs an update, and asks you to press enter to start the process of upgrade, just <em>open a new terminal</em>, an...
null
null
null
null
null
54422
1
null
2011-07-25T08:18:32.727
2
775
<p>I am currently suffering from a video card related bug (<a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/763688" rel="nofollow">S-video output doesn't work in Natty</a>) which causes my TV screen to flicker every 10 seconds. According to a Launchpad contributor, this is probably cause...
7146
null
null
2012-03-09T17:44:03.893
Is there a way to disable or limit system xrandr probes?
[ "xorg", "xrandr", "tv" ]
0
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T08:47:43.427", "id": "61120", "postId": "54422", "score": "0", "text": "in that bug report one contributor mentioned installing kernel 2.6.34 and booting from that. Suggest investigate that route (download from herehttp://kernel.ubuntu.com/~kernel-ppa/mainline/ )",...
null
[]
null
null
2012-04-02T22:54:09.250
null
null
54425
1
null
2011-07-25T08:43:05.040
3
682
<p>I'm having some issues with cups on 10.04 (64 bit).</p> <p>I'm running about 200+ machines with the same image and cups crashes a lot.</p> <p>What I'd like to do is create an upstart job to monitor and respawn cupsd if it crashes. I've tried to find the solution myself but I'm struggling.</p> <p>Can anyone provid...
22186
25863
2012-11-21T22:18:46.173
2012-11-21T22:18:46.173
How to convert cups to an upstart job?
[ "10.04", "printing", "upstart" ]
0
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T08:53:27.013", "id": "61121", "postId": "54425", "score": "1", "text": "Have you tried using the `respawn` command in `/etc/init/cups.conf`? http://netsplit.com/2008/04/19/upstart-05-job-lifetime/", "userDisplayName": null, "userId": "9340" }, { "cre...
null
[]
null
null
2012-02-24T09:47:49.330
null
null
54426
1
54433
2011-07-25T08:55:29.553
0
530
<p>It appears that an awry cable has damaged both of the Ethernet ports (left most pin) on my $600 motherboard. Furious.</p> <p>Are there any PCI-express NIC brands that will work well on Ubuntu out of the box? Meaning, without having to mess with drivers etc.?</p>
18541
null
null
2011-07-25T10:09:53.573
PCIe Ethernet Controller that works with 11.04?
[ "11.04", "networking", "pcie" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Canonical have put out a list of certified hardware for Ubuntu 10.04, 10.10 &amp; 11.04</p>\n\n<p>This also includes <a href=\"http://www.ubuntu.com/certification/catalog/category/NETWORK\" rel=\"nofollow\">network cards</a>. Have a look through this list for PCI-Express cards to fi...
[ { "accepted": true, "body": "<p>Canonical have put out a list of certified hardware for Ubuntu 10.04, 10.10 &amp; 11.04</p>\n\n<p>This also includes <a href=\"http://www.ubuntu.com/certification/catalog/category/NETWORK\" rel=\"nofollow\">network cards</a>. Have a look through this list for PCI-Express car...
null
null
null
null
null
54429
1
79547
2011-07-25T09:29:46.717
27
5503
<p>I've <a href="http://donatoroque.blogspot.com/2011/04/appindicator-in-natty-ubuntu-1104.html" rel="nofollow noreferrer">whitelisted some indicators</a> for apps that don't yet have Unity-compliant appindicators. Is there any way to blacklist appindicators for apps that are Unity-compliant (not old-style indicators) ...
7146
-1
2017-04-13T12:24:33.383
2019-08-14T11:46:53.663
Can I blacklist an appindicator?
[ "unity", "indicator", "blacklist" ]
4
7
CC BY-SA 3.0
[ { "creationDate": "2011-11-09T15:56:04.873", "id": "87173", "postId": "54429", "score": "0", "text": "Could you provide the name of an app or two that you wish to \"blacklist\"", "userDisplayName": null, "userId": "27773" }, { "creationDate": "2011-11-09T16:21:24.860", "id": ...
{ "accepted": true, "body": "<p>To not load an applet just prevent it from running.</p>\n\n<p>If the indicator is coded in to the application and the application does not give you an option to remove the indicator from the panel you wont be able to omit it, you cannot omit an application indicator that is build in ...
[ { "accepted": null, "body": "<p>Does your app (that is missing the option) appear in the global panel? - I think, if yes, it is whitelisted and you have to take it out of the <code>systray-whitelist</code> = blacklisting... ;)</p>\n\n<p>So if app \"appMissing\" resists in the panel your <code>systray-whitel...
null
null
null
null
null
54430
1
null
2011-07-25T09:33:46.947
0
437
<p>I had Windows 7 and Ubuntu 10.04 working in prefect harmony on a dual boot system, where Win7 was the default OS. This was until I let Ubuntu upgrade itself to 11.04. Ever since that, the default OS is now Ubuntu. I entered Startup Manager from Ubuntu and changed the default to Win7, but still - effectively whenever...
1363
null
null
2011-07-25T09:58:11.543
How to fix Windows 7 dual-boot after upgrade to 11.04?
[ "dual-boot", "windows-7", "startupmanager" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T09:54:37.367", "id": "61131", "postId": "54430", "score": "0", "text": "Have you got separate HDD for each OS? Are you using GRUB for boot? Include a photo/screenshot, and give more details!", "userDisplayName": null, "userId": "6341" }, { "creationD...
null
[ { "accepted": null, "body": "<p>If possible, edit the <code>/etc/default/grub</code> Grub2 configuration file manually and change the value at the GRUB_DEFAULT setting.</p>\n\n<p>For details see the <a href=\"https://help.ubuntu.com/community/Grub2#Configuring%20GRUB%202\" rel=\"nofollow\">Ubuntu Grub2 help...
null
null
null
null
null
54435
1
54440
2011-07-25T10:11:14.543
3
6746
<p><br></p> <p>I want to install Ubuntu (11.04) at my laptop wich already has windows 7.<br> The laptop has one HDD which came with 3 partitions.One hidden for the recovery(ASUS)<br> the one as the partition for the OS(150GB) and the other as DATA.I've shrunk the latter<br> and created unallocated space of about 25GB ...
18368
null
null
2011-07-27T22:11:28.227
Installing Ubuntu at my laptop (having windows 7 already - dual boot)
[ "installation", "partitioning", "grub2" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T12:48:04.027", "id": "61147", "postId": "54435", "score": "0", "text": "By the way, Grub2 is automatically installed at the end of the installation procedure. Its the minimum requirement for the bootloader.", "userDisplayName": null, "userId": "10616" } ]
{ "accepted": true, "body": "<p>I actually did the same just yesterday on my brother's laptop (clevo machine with a 300GB HDD):</p>\n\n<ul>\n<li>I first installed Windows 7 on an NTFS partition with 170GB of space.\nI also created a second NTFS partition as a backup with 100GB of\nspace, leaving 30GB totally unconf...
[ { "accepted": null, "body": "<p>Installing Ubuntu is very simple. When you want to install it onto your HD, the installer will prompt you asking where you want to install it. I believe that you should choose the \"Manual\" option or something similar. There, you should see your unallocated space, and you c...
null
null
null
null
null
54436
1
null
2011-07-25T10:51:52.210
2
1067
<p>I want to change the height of title-bar, but until now (as I know) there's only one way to do that : change the font-size of WINDOWS TITLE FONT (in Appearance preferences). So far so good except the BIG SIZE of the text. How could I disable(or hide) the text?</p>
20503
null
null
2011-08-03T06:12:31.343
How to hide text on titlebar?
[ "fonts", "appearance", "text", "titlebar" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T11:45:14.687", "id": "61139", "postId": "54436", "score": "0", "text": "Emerald themes can do that, but i guess you wouldn't want to use it, some themes for metacity also don't have the Text in the tittlebar.", "userDisplayName": null, "userId": "4203" }, ...
null
[ { "accepted": null, "body": "<p>You'll have to edit the theme, if you installed them through the Gnome Appearance window the themes are here: <code>home/[yourusername]/.themes/nameIchose/metacity-1/metacity-theme-1.xml</code>. And if you installed the themes through sudo apt-get, they're here: <code>/usr/sh...
null
null
null
null
null
54437
1
null
2011-07-25T11:05:02.860
2
5864
<p>I bought a Asus Pundit P6 with an iCore5 and a Radeon HD 6450. Starting Ubuntu 11.04 from a Live-USB-stick doesen't make any troube, but after installing 11.04 (64bit and 32bit, subquestion: what's better?) PC starts from HDD... Ubuntu-logo shows flickering .. intro-music plays but the Logo doesn't go away. What to ...
22189
null
null
2012-07-13T14:49:19.770
HD 6450 Radeon problems with installation
[ "installation", "graphics", "radeon" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I had a similar problem with my HP p7-1080t, same proc, same card. Had to install the AMD <a href=\"http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&amp;product=2.4.1.3.42&amp;lang=English\" rel=\"nofollow\">Radeon Linux driver</a> And that solv...
null
null
null
null
null
54439
1
null
2011-07-25T11:16:35.937
6
10543
<p>I've installed Gentoo in one of my hard disks. The whole hard disk is for that distro.<br> I want a dual-boot in grub to start Ubuntu or Gentoo. </p> <pre><code> Device Boot Start End Blocks Id System /dev/sdb1 * 1 7298 58614752+ 83 Linux /dev/sdf1 1 ...
4870
235
2011-11-23T02:36:26.707
2011-11-23T02:36:26.707
How do I add another distribution to grub2?
[ "grub2", "dual-boot" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T12:04:32.667", "id": "61141", "postId": "54439", "score": "0", "text": "Are you sure Gentoo as not overwritten grub with its own, so what you are viewing is the gentoo grub menu?", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-...
null
[ { "accepted": null, "body": "<p>Solved:<br>\nI've updated os-prober package and I have activated boot flag in Gentoo hard disk and now it works.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-25T16:07:03...
null
null
null
null
null
54441
1
null
2011-07-25T12:16:38.440
1
4438
<p>I have two NICs.</p> <p>Here's my <code>/etc/network/interfaces</code>:</p> <pre><code>auto eth0 iface eth0 inet dhcp //for internet auto eth1 iface eth1 inet static //for lan address 20.X.X.X.X netmask 255.255.255.0 broadcast 20.X.X.X.255 gateway 20.X.X.1 </code></pre> <ol> <li><p>Which gateway is default?...
22190
9308
2011-07-26T00:46:22.383
2011-07-26T01:30:44.920
how to configure two Nic for dns & resolv.conf &how to eth0 DNS forwards to eth1 & gw
[ "server", "networking", "dns", "resolv.conf" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T01:33:51.177", "id": "61258", "postId": "54441", "score": "0", "text": "I edited your question. I am a native English speaker, but I'm not clairvoyant. If I got the meaning of anything wrong, let me know. I had the hardest time understanding question #2, so it may b...
null
[ { "accepted": null, "body": "<p>If I understand what you're trying to do, you need to install a couple of things: </p>\n\n<pre><code>sudo apt-get install dhcp3-server resolvconf #also possibly 'radvd'\n</code></pre>\n\n<p><br /> </p>\n\n<p><strong>Enabling traffic through you machine (IPv4):</strong><br>\nO...
null
null
null
null
null
54443
1
54449
2011-07-25T12:41:11.217
1
751
<p>My old tft broke down. I have two actually. I had to replace the main one (originally I had 1980x1200 resolution) with one with 1980x1080. I fixed the resolution in the xorg.conf with the nvidia settings tool. </p> <p>However unity/gnome doesn't seem to notice the resolution has changed?</p> <p>Now my unity sideba...
16079
16079
2011-07-25T13:01:44.943
2011-07-25T13:48:24.573
Resolution Changed -> Unity Launcher now in wrong location
[ "unity", "launcher" ]
1
7
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T13:01:22.493", "id": "61152", "postId": "54443", "score": "0", "text": "I am pretty sure as the resolution X is running is correct. I fixed that. also see my comment below. but thanks for asking I tried to clarify my post.", "userDisplayName": null, "userId"...
{ "accepted": true, "body": "<p>This sounds like a hardware issue - but some preliminary checks should be made:</p>\n\n<ol>\n<li>Double check the maximum resolution of the monitor via the box it came in/manual</li>\n<li>Check if using Nvidia graphics that both nvidia-settings and <code>/etc/xorg.conf</code> resolut...
[ { "accepted": true, "body": "<p>This sounds like a hardware issue - but some preliminary checks should be made:</p>\n\n<ol>\n<li>Double check the maximum resolution of the monitor via the box it came in/manual</li>\n<li>Check if using Nvidia graphics that both nvidia-settings and <code>/etc/xorg.conf</code>...
null
null
null
null
null
54444
1
null
2011-07-25T13:00:04.867
2
2133
<p>I just installed kubuntu 11.04 on my laptop which a hp pavilion dv6, and suspend/hibernate don't seem to work. More specifically, when I try to get out of sleep/hibernation mode, the computer does restart but the screen remains black while the fan starts and the computer gets hot. I have to reboot by pressing on the...
22193
40166
2013-06-23T05:33:39.237
2013-06-23T05:33:39.237
Suspend and hibernate don't work on a hp pavilion dv6
[ "11.04", "kubuntu", "suspend", "hp-pavilion", "dv6" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T14:07:53.137", "id": "61171", "postId": "54444", "score": "0", "text": "Could you post your `/var/log/kern.log` and `/var/log/pm-suspend.log` on http://paste.ubuntu.com/ and add the links to your question?", "userDisplayName": null, "userId": "6969" }, {...
null
[ { "accepted": null, "body": "<p>I used to observe exactly the same problem after I had updated 11.04 ubuntu to 2.6.38-10 kernel's version. The problem resolved when I switched back to 2.6.38-8 version. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense"...
null
0
null
null
null
54446
1
54463
2011-07-25T13:10:52.350
3
435
<p>I am creating a private portal (a private website where I automatically auto-log to all my favorite website). Every website is loaded in an iframe.</p> <p>I am looking for a way to autologin to ubuntuone. I tried to post a automatically completed form, but ubuntuone uses a unique key for each authentication. I can ...
22192
-1
2017-04-13T12:24:13.310
2011-07-26T14:27:12.607
Login to Ubuntu One from iFrame
[ "ubuntu-one", "development", "php", "ubuntu-one-api" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The easy way to do this is simply to sign in to Ubuntu One in your browser, and then put <a href=\"https://one.ubuntu.com\" rel=\"nofollow\">https://one.ubuntu.com</a> in the iframe; you'll stay signed in for a while at least (and you're signed out occasionally for security).</p>\n\n...
[ { "accepted": true, "body": "<p>The easy way to do this is simply to sign in to Ubuntu One in your browser, and then put <a href=\"https://one.ubuntu.com\" rel=\"nofollow\">https://one.ubuntu.com</a> in the iframe; you'll stay signed in for a while at least (and you're signed out occasionally for security)....
null
null
null
null
null
54448
1
88943
2011-07-25T13:45:31.847
0
325
<p>Recently I have downloaded all the episodes of a podcast to Banshee. I can only see the first couple dozen of them in the player screen, yet if I look in the downloads folder or searched them in Banshee they are there.</p> <p>How can I make Banshee show all of them in the browsing screen?</p>
21485
449
2011-07-25T13:55:54.103
2011-12-19T12:06:50.957
Banshee podcasts episodes
[ "banshee", "podcast" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can switch between <em>All items</em> and <em>New Items</em> in the left top corner (over the list of all podcasts you are subscribed to).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-12...
[ { "accepted": true, "body": "<p>You can switch between <em>All items</em> and <em>New Items</em> in the left top corner (over the list of all podcasts you are subscribed to).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creat...
null
null
null
null
null
54451
1
null
2011-07-25T13:55:19.373
0
1127
<p>I frequently need to login from my desktop into my laptop using FreeNX, I am able to redirect the audio from session running on the laptop by setting the pulse audio default server using the "padevchooser" applet, setting it to the IP of my desktop.</p> <p>Is there an easy way to achieve this from the freenx sessio...
742
null
null
2011-08-02T16:26:24.913
How do I define the pulseaudio server during login?
[ "pulseaudio", "freenx" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Exporting the current pulseaudio server to a X-session root window can be done with</p>\n\n<pre><code>pax11publish -e -S &lt;pa-server&gt;\n</code></pre>\n\n<p>This will export the currently used source, sink, and configuration of <code>&lt;server-pa&gt;</code> to the X11-ses...
null
null
null
null
null
54456
1
null
2011-07-25T14:34:53.913
3
3776
<p>Recently Linus Torvalds announced the launch of next generation of the Linux Kernel: Linux 3.0. However, I have no idea how to update to this kernel version.</p>
17984
41
2011-08-01T17:20:32.313
2011-09-21T05:17:23.220
How can I install Linux Kernel 3.0 in 11.04?
[ "11.04", "kernel" ]
2
7
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T14:38:03.443", "id": "61175", "postId": "54456", "score": "7", "text": "I really would recommend not to update. There are so many changes in the 3.0 version that it will sure break everything. Why not wait for Ubuntu 11.10. Having the latest does not mean it will be...
null
[ { "accepted": null, "body": "<p>I would like to echo @CYREX comment - you are already beyond the standard Natty configuration with the unstable Gnome 3 PPA. Adding v3 of the Kernel might make your system unusable.</p>\n\n<p>To try a newer kernel download the following .deb files from the <a href=\"http://k...
null
null
null
null
null
54459
1
54461
2011-07-25T14:52:14.640
13
7283
<p>So I was reading over on <a href="http://www.omgubuntu.co.uk/2011/07/schizobird/">OMG! Ubuntu!</a> about this new Ubuntu twitter client called "<a href="https://launchpad.net/polly">Polly</a>", and I was wondering how to install it.</p>
6005
6005
2011-08-08T21:54:12.500
2013-08-18T16:50:01.703
How do I install Polly?
[ "installation", "twitter" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h2>The easy way</h2>\n\n<p>Polly recently added a PPA - to add it, run the following:</p>\n\n<pre><code>sudo add-apt-repository ppa:conscioususer/polly-daily &amp;&amp; sudo apt-get update &amp;&amp; sudo apt-get install polly\n</code></pre>\n\n<p>Then, just select \"Polly\" to run fro...
[ { "accepted": true, "body": "<h2>The easy way</h2>\n\n<p>Polly recently added a PPA - to add it, run the following:</p>\n\n<pre><code>sudo add-apt-repository ppa:conscioususer/polly-daily &amp;&amp; sudo apt-get update &amp;&amp; sudo apt-get install polly\n</code></pre>\n\n<p>Then, just select \"Polly\" to...
null
null
null
null
null
54460
1
54569
2011-07-25T12:19:31.597
5
5837
<p>I just have created a large-instance for ubuntu-AMI on Amazon ec2. generated a key pair &amp; ssh open in firewall. now using puttygen i got ppk file since i am using window machine. now using publuc DNS i am trying to connect to server but while fetching username and pressing enter key it says "server refused our k...
49806
null
null
2011-09-22T18:25:44.220
In AWS Ubuntu AMI server refused our key while SSH login
[ "ssh", "amazon-ec2" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T19:32:11.587", "id": "61239", "postId": "54460", "score": "0", "text": "Did you add the publickey to the `authorized_keys` file in `/home/user/.ssh/`? That will allow the server to process the keys.", "userDisplayName": null, "userId": "10616" }, { ...
{ "accepted": true, "body": "<p>i just have got the solution. here i have made a mistake while making ppk file from pem file using puttygen.exe, i was suppose to load the pem file &amp; then save private key. insted of that i was importing the pem file generating a key pair and then saving private key. this was cre...
[ { "accepted": true, "body": "<p>i just have got the solution. here i have made a mistake while making ppk file from pem file using puttygen.exe, i was suppose to load the pem file &amp; then save private key. insted of that i was importing the pem file generating a key pair and then saving private key. this...
null
null
null
null
Sumant Shekhar
54462
1
null
2011-07-25T15:31:42.000
1
327
<p>Is there any way to make Liferea faster in fetching feeds from Google Reader? It certainly could be a quality rss reader but in my case it's painfully slow.</p>
42476
null
null
2012-12-06T22:00:01.820
Can I make Liferea faster?
[ "liferea" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You need to go to the <strong>Feed Update Settings</strong> in the <strong>Preferences</strong> and change the default feed interval as in this picture, and consider reading the written <strong>note</strong>:</p>\n\n<p><img src=\"https://i.stack.imgur.com/Du2Km.png\" alt=\"en...
null
null
null
null
null
54464
1
117020
2011-07-25T16:05:37.407
4
46637
<p>I have recently installed ubuntu 11.04 in a dell inspiron 17R and everything is fine except that the system doesn't recognize additional drivers. It says <em>no proprietary drivers are in use on this system.</em></p> <pre><code>00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Control...
20507
6969
2011-07-25T16:11:35.510
2016-03-13T19:30:15.930
how to install intel corporation 2nd generation core processor family integrated graphics in Ubuntu 11.04
[ "11.04", "drivers", "intel" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T16:12:41.857", "id": "61211", "postId": "54464", "score": "0", "text": "Why do you need to install additional drivers? Intel cards are supported by default in Ubuntu.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-07-25T16:28:...
{ "accepted": true, "body": "<p>You can use the xorg-edgers repository of experimental drivers to update the drivers for your video card. Because the drivers are not guaranteed the experimental operation, can solve problems but also created new problems, but you sure are using the latest release of the same.</p>\n\...
[ { "accepted": null, "body": "<p>The additional drivers tool is there for proprietary (that is non-free, closed source) drivers that can't be distributed on the Ubuntu CD.</p>\n<p>Intel graphics drivers, including those for the Intel GMA 4500MHD in your laptop, are part of the default Linux Kernel and X shou...
null
null
null
null
null
54476
1
54480
2011-07-25T17:25:49.457
3
2322
<p>I normally use this command to restart my daemons(e.g. vsftpd):</p> <pre><code>$sudo /etc/init.d/vsftpd restart </code></pre> <p>Early today I noticed it said that I can try restart(8) utility. I did:</p> <pre><code>$sudo restart vsftpd </code></pre> <p>It worked. But when I tried to restart my apache2:</p> <pr...
15473
null
null
2011-07-25T17:47:06.630
What's the difference between "restart X" and "/etc/init.d/X restart"?
[ "restart" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The commands <code>start</code>, <code>stop</code>, <code>restart</code>, etc., are links for <code>initctl</code>, and only work for upstart jobs.</p>\n\n<p>Calling directly the script in <code>/etc/init.d/</code> will give a warning for upstart jobs, for which the use of the script...
[ { "accepted": null, "body": "<p>You should be able to use service:</p>\n\n<pre><code>sudo service apache2 restart\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-07-25T18:00:06.783", "id": "61225", "postId": "54478", "score": "1", ...
null
null
null
null
null
54477
1
null
2011-07-25T17:33:32.033
0
4041
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/27574/how-can-i-split-a-mp3-file">How can I split a mp3 file?</a> </p> </blockquote> <p>I've got this huge mp3 file of the recording of a concert and I want to split each music into it's track so that when I burn i...
4219
-1
2017-04-13T12:23:08.843
2011-07-25T17:53:59.513
How to split a large mp3 into the different tracks (also in mp3)
[ "software-recommendation", "multimedia", "mp3" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Take a look at this: <a href=\"https://askubuntu.com/questions/27574/how-can-i-split-a-mp3-file/27575#27575\">How can I split a mp3 file?</a> May be helpful for your case.</p>\n\n<p>This will work on both wav, ogg, mp3 and other formats.</p>\n\n<p>Good luck!</p>\n", "comm...
null
null
2011-07-25T20:28:53.523
null
null
54485
1
null
2011-07-25T17:57:46.327
0
156
<p>I am having an core 2 dual processor of 2.96Ghz speed and 4GB RAM. My internet speed is 1Mbps. Still it took more than 1hr to install the ubuntu that too not properly. please help me know, is it common in such a high speed configure desktop for ubuntu to take sooooo long just to install.</p>
22207
186134
2015-10-26T23:33:06.733
2015-10-26T23:33:06.733
Is taking an hour to install typical?
[ "system-installation" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-25T18:07:22.893", "id": "61227", "postId": "54485", "score": "0", "text": "It isn't common, in my experience. Perhaps, in the spirit of questioning you could provide some information on where/when you install slowed down, the sort of configuration you used and ask how ...
null
[ { "accepted": null, "body": "<p>Taking more than ten minutes to install at such a system is not normal - mine is weaker and it installs at around 10 to 15 minutes. Unless , of course, you clicked to update while installing and it is your internet that causes it to be slow.</p>\n\n<p>If you asked for it to u...
null
null
null
null
null
54493
1
null
2011-07-25T19:11:37.847
2
3115
<p>If I set my network proxy settings using Gnome 3 Manager in Ubuntu 11.04 System Settings like the following picture:</p> <p><img src="https://i.stack.imgur.com/ARENA.png" alt="enter image description here"></p> <p>Chrome and Firefox are not using those proxy settings when trying to connect to the internet. Any sug...
22170
null
null
2012-07-21T03:24:13.140
Gnome 3 proxy settings
[ "firefox", "google-chrome", "gnome", "proxy" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You can use dconf-editor for setting proxy settings. Firefox will understand them.</p>\n\n<p><img src=\"https://i.stack.imgur.com/Ur4PZ.png\" alt=\"Dconf-editor Gnome3\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense"...
null
null
null
null
null
54502
1
54620
2011-07-25T21:11:34.587
6
2034
<p><img src="https://i.stack.imgur.com/gwvUe.jpg" alt="enter image description here"></p> <p>Sheetmaker generates Moviesheets and similar coversheets for TV-Shows.</p> <p>I would like to install Sheetmaker, but it looks a bit complicated for me. </p> <p>I have downloaded and followed the installation instructions fr...
20809
-1
2017-04-13T12:24:34.533
2013-06-25T04:21:10.073
How do I install Sheetmaker?
[ "11.04", "installation" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T09:42:16.847", "id": "61289", "postId": "54502", "score": "1", "text": "about that last part: please open a different topic about that (if there is not already one that covers this ;) )", "userDisplayName": null, "userId": "15811" } ]
{ "accepted": true, "body": "<p>This was a challenge!</p>\n\n<p>Download the compressed tar file from this <a href=\"http://www.bunyipawonga.org/sheetmaker/index.php\" rel=\"nofollow\">website</a></p>\n\n<p>Extract the downloaded file into a sub-folder in you Downloads folder called sheetmaker.</p>\n\n<pre><code>cd...
[ { "accepted": true, "body": "<p>This was a challenge!</p>\n\n<p>Download the compressed tar file from this <a href=\"http://www.bunyipawonga.org/sheetmaker/index.php\" rel=\"nofollow\">website</a></p>\n\n<p>Extract the downloaded file into a sub-folder in you Downloads folder called sheetmaker.</p>\n\n<pre>...
null
null
null
null
null
54503
1
54641
2011-07-25T21:20:38.387
2
165
<p>If an application has a gtk3 backend and a gtk2 backend, should the package maintainer compile it with the gtk3 backend or can he/she decide which backend to use? </p> <p>Can I file a bug if an application has a gtk3 backend but is compiled with the gtk2 backend?</p>
142
235
2011-07-26T02:12:41.497
2011-07-27T00:14:59.750
If an application has a gtk3 backend, should it be enabled for 11.10?
[ "gtk", "packaging", "11.10" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>GTK+ 2 will still be available in 11.10. So it really should be left to the package maintainer's discretion. If the GTK+ 3 version is deemed stable enough, then it would probably be a good idea to enable it. As far as I know, the goal is to have all applications in the default instal...
[ { "accepted": true, "body": "<p>GTK+ 2 will still be available in 11.10. So it really should be left to the package maintainer's discretion. If the GTK+ 3 version is deemed stable enough, then it would probably be a good idea to enable it. As far as I know, the goal is to have all applications in the defaul...
null
null
null
null
null
54504
1
null
2011-07-25T21:34:14.193
2
922
<p>I prefer to always burn data discs with DAO setting to get a reliable burn &amp; wide-compatibility across players.</p> <p>I can find no DAO setting option in Brasero. What setting is Brasero using to burn data DVDs? And can it be set to burn using DAO (Disc at Once)?</p>
22220
null
null
2011-07-25T22:31:35.007
Can I burn a DVD with the "Disc At Once (DAO)" setting using Brasero?
[ "brasero" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I personally use k3b since I find this a more reliable burner.</p>\n\n<p>For Brasero, I think you need to burn your files to an ISO first. </p>\n\n<p>Then from the terminal you can burn to DVD via a command:</p>\n\n<pre><code>cdrecord --dao myisofilename.iso\n</code></pre>\n"...
null
null
null
null
null
54507
1
54508
2011-07-25T21:49:25.383
9
5283
<p>I would like to add a new session to the login screen (the thing where you select "Ubuntu, Ubuntu Classic, etc" to install a new GUI on. How can I do this?</p>
19265
null
null
2011-07-25T22:02:27.017
Add a new custom session?
[ "gui", "session" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T06:38:59.223", "id": "61270", "postId": "54507", "score": "0", "text": "[This answer](http://askubuntu.com/questions/30931/how-do-i-make-a-program-auto-start-everytime-i-log-in/31040#31040) and [another answer](http://askubuntu.com/questions/23932/how-do-i-replace-t...
{ "accepted": true, "body": "<p>The list on the logon screen is populated from the desktop files in the folder <code>/usr/share/xsessions</code></p>\n\n<p>The format of these files are similar - here is the Unity-2D desktop file</p>\n\n<pre><code>[Desktop Entry]\nName=Ubuntu Classic (No effects)\nComment=This sessi...
[ { "accepted": true, "body": "<p>The list on the logon screen is populated from the desktop files in the folder <code>/usr/share/xsessions</code></p>\n\n<p>The format of these files are similar - here is the Unity-2D desktop file</p>\n\n<pre><code>[Desktop Entry]\nName=Ubuntu Classic (No effects)\nComment=Th...
null
null
null
null
null
54511
1
65162
2011-07-25T22:28:54.353
3
6672
<p>I have a laptop (Sony Vaio E series), with an external monitor attached to it. By default, it puts the two screens in mirror. I don't like mirror mode for various reasons and want to change it (turn the laptop screen off and the external monitor on). However, whenever I go into the built in monitor configuration ...
8358
8358
2011-07-31T16:59:39.840
2020-06-29T04:53:48.213
Cannot change monitor configuration without causing black screen
[ "xorg", "multiple-monitors", "monitor", "external-monitor" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T01:56:36.250", "id": "61259", "postId": "54511", "score": "0", "text": "Could you update your question to include the output of `xrandr -q` when the external monitor is plugged in?", "userDisplayName": null, "userId": "12469" }, { "creationDate": "20...
{ "accepted": true, "body": "<p>I've had a similar problem and I've found if you lower the resolution in the display settings and apply it before making any further changes you don't get black screens. You can then turn mirroring off and rearrange the monitors in the display settings. Once this is done you can rese...
[ { "accepted": true, "body": "<p>I've had a similar problem and I've found if you lower the resolution in the display settings and apply it before making any further changes you don't get black screens. You can then turn mirroring off and rearrange the monitors in the display settings. Once this is done you ...
null
null
null
null
null
54515
1
118585
2011-07-25T22:55:13.863
1
1979
<p>I have several clients/friends that have Blackberry and wish to update their phone but without installing Windows. Any windows. Just doing it from Ubuntu. How can this be done. The update the mention is for the firmware and new programs for the phone. I do not know much about Blackberries since am more of an android...
7035
7035
2012-02-06T01:36:42.200
2016-02-07T21:11:21.117
How to do firmware updates/upgrades to a Blackberry
[ "11.10", "upgrade", "firmware", "blackberry" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2016-02-07T21:11:21.117", "id": "1084780", "postId": "54515", "score": "0", "text": "I find it interesting that no one has said this before, but search sachesi and you'll find a Linux tool to do it with.", "userDisplayName": "user503037", "userId": null } ]
{ "accepted": true, "body": "<p>Firmware updates cannot be applied to BlackBerry devices from Ubuntu, so the answer to your first question is 'No, it cannot be done'. </p>\n\n<p>RIM, makers of the BlackBerry, have decided to support Windows and Mac only. They also just lost $125 million in three months, a CTO, an...
[ { "accepted": true, "body": "<p>Firmware updates cannot be applied to BlackBerry devices from Ubuntu, so the answer to your first question is 'No, it cannot be done'. </p>\n\n<p>RIM, makers of the BlackBerry, have decided to support Windows and Mac only. They also just lost $125 million in three months, a...
null
null
null
null
null
54519
1
54568
2011-07-26T01:06:34.607
6
4347
<p>I have some txt files containing greek characters, how can I read them @Ubuntu?</p> <p>When I am opening one of the files I am getting these "Äåõôåñåýùí".</p> <p>Here <a href="https://rapidshare.com/files/2705744824/badchars.zip" rel="nofollow">is a text file</a> zipped and uploaded at rapidshare.</p>
18368
235
2011-07-26T12:46:03.680
2014-12-15T20:14:22.657
How to read the txt files I have written in Greek?
[ "locale" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T05:24:57.053", "id": "61265", "postId": "54519", "score": "1", "text": "Can you upload at least a piece of the file somewhere, gzipped to not modify content, so we can try to help?", "userDisplayName": null, "userId": "2647" } ]
{ "accepted": true, "body": "<p>When opening with gedit, you can chose the encoding. Your file might be in <code>iso-8859-7</code> (greek) or <code>windows-1253</code> encoding. Maybe one of it will work.</p>\n\n<p>If you get the chance in windows: while saving the file select <code>utf-8</code> encoding. This is u...
[ { "accepted": true, "body": "<p>When opening with gedit, you can chose the encoding. Your file might be in <code>iso-8859-7</code> (greek) or <code>windows-1253</code> encoding. Maybe one of it will work.</p>\n\n<p>If you get the chance in windows: while saving the file select <code>utf-8</code> encoding. T...
null
null
null
null
null
54520
1
null
2011-07-26T01:19:49.247
2
672
<p>I've recently bought a new laptop (ASUS X53SJ) with these specs:</p> <ul> <li>CPU: i5-2410M @ 2.3GHz </li> <li>RAM: 4GB </li> <li>GPU: NVIDIA GeForce GT 520M (512MB)</li> </ul> <p>When I first booted into Ubuntu I got a message saying that Unity is not supported. So I believe, I am using gnome. The results of this...
18368
235
2011-07-27T01:27:53.973
2011-08-08T06:23:48.367
Cannot run Unity on an Asus X53SJ
[ "unity", "gnome" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>In order to use gnome 3 you will have to either:</p>\n\n<ol>\n<li>use the gnatty ubuntu remaster (search ubuntu forums for it) - stable enough for me but, since it is only supported by one man is probably not the safest choice.</li>\n<li>use the not-even-in-beta-yet developme...
null
null
null
null
null
54521
1
54578
2011-07-26T01:27:17.400
2
5829
<p>When I ripped a DVD using <a href="http://www.exit1.org/dvdrip/" rel="nofollow">dvd::rip</a>, the main title was split into several 1GB VOB files. How can I join them to make a single VOB file that contains the whole title?</p>
1859
null
null
2019-12-11T04:10:32.030
How can I join together multiple VOB files?
[ "video", "dvd", "conversion" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The size of a .VOB container file is, by definition of the <a href=\"http://www.mpeg.org/MPEG/DVD/File/File.html\" rel=\"nofollow noreferrer\">DVD specification</a>, limited to <strong>1 GByte</strong> (1048 MB). </p>\n\n<p>If we need a file that contains a whole movie, then we need ...
[ { "accepted": true, "body": "<p>The size of a .VOB container file is, by definition of the <a href=\"http://www.mpeg.org/MPEG/DVD/File/File.html\" rel=\"nofollow noreferrer\">DVD specification</a>, limited to <strong>1 GByte</strong> (1048 MB). </p>\n\n<p>If we need a file that contains a whole movie, then ...
null
null
null
null
null
54523
1
null
2011-07-26T01:33:39.460
7
18281
<p>What might be the recommendation file system for a grub partition, so that it will be accessed from most of linux or windows or osx systems.</p>
9434
null
null
2011-07-26T09:21:14.900
What is recommeded file system for a grub partition?
[ "partitioning", "grub2" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T06:26:10.877", "id": "61268", "postId": "54523", "score": "0", "text": "Will this be a *dedicated* Grub partition? What do you need access from Windows and OSX for?", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2011-07-26T07:42:44...
null
[ { "accepted": null, "body": "<p>I'd stick to the defaults, an ext* filesystem. Personally I use ext2 because the journaling function of ext3/ext4 can make mounting the filesystem slower (observed on a flash memory stick). AFAIK journaling can be disabled for ext4, but since I was happy with ext2 I did not c...
null
null
null
null
null
54525
1
54528
2011-07-26T03:05:17.883
17
178737
<p>I'm trying to install Wordpress using the following installations. However, when I attempt to open the browser to set up Wordpress, I get an error that there is a problem establishing a database connection. I think it's because of an error I get when I run the <code>chown</code> command.</p> <p><a href="http://www....
12786
6969
2011-07-26T09:34:30.893
2021-10-07T17:21:28.337
chown: changing ownership of `...': Operation not permitted
[ "installation", "wordpress" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You have to be root to change the owner of files/directories.</p>\n\n<pre><code>sudo chown -R www-data /var/www/wordpress\n</code></pre>\n\n<p>If you're getting an error like <em>Operation not permitted</em>, just type:</p>\n\n<pre><code>sudo !!\n</code></pre>\n\n<p>at the prompt to ...
[ { "accepted": null, "body": "<p>If you're not root, you'll need to become root to set these permissions:</p>\n\n<pre><code>sudo chown -R www-data /var/www/wordpress\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "crea...
null
null
null
null
null
54529
1
null
2011-07-26T03:55:56.373
1
134
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/63109/to-allocate-data-usage-efficiently-with-two-internet-connections">To allocate data usage efficiently with two internet connections</a> </p> </blockquote> <p>I have a wifi dongle as well as a very slow POE wir...
7840
-1
2017-04-13T12:24:49.530
2012-04-17T17:28:30.823
How to set nic priority?
[ "11.04", "internet", "routing" ]
0
2
CC BY-SA 3.0
[ { "creationDate": "2011-10-16T07:12:47.507", "id": "76899", "postId": "54529", "score": "1", "text": "It's a routing question. See my answer to [http://askubuntu.com/questions/63109/to-allocate-data-usage-efficiently-with-two-internet-connections/64344#6][1]\r\n\r\n\r\n [1]: http://askubuntu.co...
null
[]
null
null
2012-05-06T04:40:22.050
null
null
54530
1
null
2011-07-26T03:58:02.597
2
1976
<p>i like to manage windows pc's and ubuntu pc's.Can some one explain me on setting up a ubuntu domain server step by step configuration </p>
22190
22190
2011-07-26T06:51:23.773
2011-07-26T20:58:59.463
How to setup a domain server for manage windows pc's & ubuntu pc's?
[ "server", "samba", "ldap", "domain-server" ]
0
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T13:25:59.353", "id": "61313", "postId": "54530", "score": "1", "text": "You'll probably want to provide some more information about what, exactly you want (since a step-by-step would be different for a setup with \"shared drives\" or remote personal storage than wit...
null
[]
null
null
null
null
null
54531
1
54539
2011-07-26T04:19:11.733
6
3159
<p>I was installing some MP3 codecs when i noticed these two, why do we have two of these? what's different?</p>
4203
29112
2011-10-25T00:14:30.203
2012-03-19T23:39:54.790
What's different between gstreamer0.10-fluendo-mp3 and gstreamer0.10-fluendo-plugins-mp3-partner?
[ "mp3", "codecs", "gstreamer", "fluendo" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Raw package information:</p>\n\n<pre>Package: gstreamer0.10-fluendo-plugins-mp3-partner\nSource: gstreamer0.10-fluendo-plugins-partner\nPriority: extra\nSection: sound\nInstalled-Size: 256\nMaintainer: Brian Thomason \nArchitecture: i386\nVersion: 7.0.20100316-3\nReplaces: gstreamer0...
[ { "accepted": true, "body": "<p>Raw package information:</p>\n\n<pre>Package: gstreamer0.10-fluendo-plugins-mp3-partner\nSource: gstreamer0.10-fluendo-plugins-partner\nPriority: extra\nSection: sound\nInstalled-Size: 256\nMaintainer: Brian Thomason \nArchitecture: i386\nVersion: 7.0.20100316-3\nReplaces: gs...
null
0
null
null
null
54532
1
54543
2011-07-26T04:21:32.357
2
428
<p>Does anybody know something about the future of <code>Unity 2D</code>? Will it be available in coming <code>Ubuntu</code> releases?</p>
15809
106495
2020-08-21T02:37:19.617
2020-08-21T02:37:19.617
What will be the future of Unity 2d?
[ "unity", "unity-2d" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2011-07-26T04:22:43.323", "id": "61263", "postId": "54532", "score": "2", "text": "Yes, it's going to be the replacement of the Classic Gnome panel desktop in future releases starting in 11.10, for those Pcs that can't handle Unity3D", "userDisplayName": null, "userId"...
{ "accepted": true, "body": "<p>Yes, <a href=\"http://www.omgubuntu.co.uk/2011/05/unity-2d-lands-in-oneiric-daily-build/\" rel=\"nofollow\">Unity 2D is currently in the Oneiric daily builds</a> and will be the default desktop for lower end machines in future releases.</p>\n\n<p>You can read about it on the Ubuntu w...
[ { "accepted": true, "body": "<p>Yes, <a href=\"http://www.omgubuntu.co.uk/2011/05/unity-2d-lands-in-oneiric-daily-build/\" rel=\"nofollow\">Unity 2D is currently in the Oneiric daily builds</a> and will be the default desktop for lower end machines in future releases.</p>\n\n<p>You can read about it on the ...
null
null
null
null
null
54533
1
null
2011-07-26T04:48:10.763
3
721
<p>I am Ubuntu 11.04 user ( Unity gui ) but i have an issue : I am working on an exercise for my university and i must have open a lot of pdf files , when i minimize them , they minimized in a group on unity launcher and it is not usefull this I would like to minimize them separately each window and not in groups . Is...
19247
235
2011-07-26T12:42:59.873
2011-07-27T00:22:18.823
How do I get Unity to minimize windows individually, not in groups
[ "unity" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I assume that you want each minimized window to get an own icon in the panel.</p>\n\n<p>As far as my experience goes (and I greatly agree that this is a definite usability lack) unity itself is not capable of it. However another dock I used previously (<code>avant-window-navi...
null
null
null
null
null
54534
1
null
2011-07-26T05:25:22.970
1
162
<p>I would like to get 20gb on Ubuntu One, but I am not at ease with the idea of storing my account information for the purpose of automatic renewal. Is there a way of acquiring the one year service so my information is only submitted once and not stored.</p>
22230
4203
2011-07-26T05:50:03.683
2011-07-27T18:55:34.007
Where does Ubuntu One store my Information?
[ "ubuntu-one" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I am on a monthly subscription plan with Ubuntu One and every month I have the option to cancel the subscription which will then run until the day I have paid up to. For example :</p>\n\n<p>1st July until 1st August\nIf I cancel on the 2nd July I will still have access to my ...
null
null
null
null
null
54536
1
null
2011-07-26T05:54:51.133
2
1383
<p>I just reinstalled GRUB on my computer but it does not detect my kubuntu partition (<code>/dev/sda1</code> ). Only the memtest+ entry appears in GRUB menu. My grub menu version is 1.99~rc1-13ubuntu3. Please help me!!</p> <p>This my output using boot_info_script.sh:</p> <pre><code> Boot Info Script 0.6...
13327
25798
2012-01-01T11:53:21.663
2012-01-01T11:53:21.663
Why doesn't GRUB detect my Installation?
[ "grub2" ]
0
7
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T06:13:29.880", "id": "61267", "postId": "54536", "score": "0", "text": "Did you run `sudo update grub`?", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2011-07-26T06:38:30.457", "id": "61269", "postId": "54536", "score":...
null
[]
null
null
2013-03-12T22:10:55.493
null
null
54537
1
54570
2011-07-26T06:14:44.730
2
158
<p>If I'm using Firefox and filling out a big form (with lots of text to write), and for some reason I accidentally press <kbd>F5</kbd> and all my text in the forms is lost, I can use e.g. <a href="http://mh-nexus.de/en/hxd/" rel="nofollow">HxD</a> on Windows to retrieve the text, because they're still in memory. How c...
15019
4203
2011-07-26T06:17:59.730
2011-07-26T13:06:17.577
Solution to get data from memory of a process
[ "process", "memory" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can browse through the virtual <code>/proc/kcore</code> file (the image of the RAM) and look for a string you typed. So for example (all as root)</p>\n\n<pre><code>strings /proc/kcore | grep unbelievable\n</code></pre>\n\n<p>will look for a string <code>unbelievable</code></p>\n\...
[ { "accepted": true, "body": "<p>You can browse through the virtual <code>/proc/kcore</code> file (the image of the RAM) and look for a string you typed. So for example (all as root)</p>\n\n<pre><code>strings /proc/kcore | grep unbelievable\n</code></pre>\n\n<p>will look for a string <code>unbelievable</code...
null
null
null
null
null
54547
1
54601
2011-07-26T09:55:36.363
2
2752
<p>I am using Ubuntu 11.04 and once installed Eclipse 3.5.2 via software center. Now I plan to make an upgrade to 4.1, so I downloaded the *.tar.gz file from <a href="http://download.eclipse.org/e4/sdk/drops/R-4.1-201106201631/index.php" rel="nofollow">here</a>. I replaced the contents in <code>/usr/lib/eclipse</code> ...
22217
169736
2014-01-14T14:48:49.017
2014-01-14T14:48:49.017
Install Eclipse 4.1 manually
[ "eclipse", "software-installation" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>(strictly speaking not an answer to the question, but a suggestion how to install eclipse manually)</p>\n\n<p>You should not change files in directories maintained by the package manager. The package manager keeps records about the files it installed. If the files are no longer there...
[ { "accepted": true, "body": "<p>(strictly speaking not an answer to the question, but a suggestion how to install eclipse manually)</p>\n\n<p>You should not change files in directories maintained by the package manager. The package manager keeps records about the files it installed. If the files are no long...
null
null
null
null
null
54548
1
null
2011-07-26T09:58:54.030
1
506
<p>My music sound quality is bad under heavy cpu load. Does somebody has the same problem or knows how i can solve this problem?</p>
22234
null
null
2011-07-26T11:35:21.400
music sound quality is bad under heavy cpu load
[ "sound", "music" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This problem is most likely caused by your computer doing too many things at once to release enough cpu time for the decoding of audio from mp3, ogg, flac etc. (although I have seen similar which I diagnosed as a disk caching issue once)</p>\n\n<p>It can happen on a highly sp...
null
null
null
null
null
54551
1
54652
2011-07-26T10:26:01.413
2
679
<p>I have a (somewhat) large collection of media files on Ubuntu One which I need to reorganise (locally) by changing folder names, etc.</p> <p>In this situation (say a folder "photos A B" renamed to "photos_a_b"), how does Ubuntu One behave?</p> <p>Does it re-upload all the files?</p> <p>Thanks!</p>
915
null
null
2011-07-27T02:18:18.863
How does Ubuntu One perform when renaming folders?
[ "ubuntu-one" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Renaming just renames the folder. No re-upload. Otherwise, it'd be really crappy and it isn't. :)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-27T02:18:18.863", "id": "54652", "lastAc...
[ { "accepted": null, "body": "<p>It is not possible to rename folders on the Ubuntu One site. I have just tried it. So, my answer is that Ubuntu One will see the renamed folders as new folders and upload the folder and its contents on to the Ubuntu One server.</p>\n\n<p>Regards.</p>\n", "commentCount": "...
null
null
null
null
null
54555
1
54608
2011-07-26T10:59:13.037
3
4801
<p>I have a Samsung Galaxy S2. To update it the official way, you need Windows and Samsung Kies (an application that does the updating). The unofficial way lets you do it with a Linux-native application called Heimdell. To start things off, you need to put the phone in &quot;download mode&quot; which involves restartin...
449
-1
2020-06-12T14:37:07.210
2015-05-22T14:40:18.633
Samsung Galaxy S2 in download mode breaks lsusb
[ "usb", "android" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I've found my samsung intercept is very finicky about USB. <br>Try another cable? Try another port? Try rebooting? On some laptops it'll only work -sometimes-. </p>\n\n<p>This isn't necessary an answer, but it's just too long to put as a comment. Please look into whether the followin...
[ { "accepted": true, "body": "<p>I've found my samsung intercept is very finicky about USB. <br>Try another cable? Try another port? Try rebooting? On some laptops it'll only work -sometimes-. </p>\n\n<p>This isn't necessary an answer, but it's just too long to put as a comment. Please look into whether the ...
null
null
null
null
null
54559
1
null
2011-07-26T11:53:21.893
4
1922
<p>I'm running Ubuntu 10.10 and using Google Chrome (not Chromium). I just want to use the "app" feature in chrome and I created application shortcuts for Gmail, Google Calendar, and things like that. But the problem is during application switch (ALT + TAB). In that, Chrome's icon is the app icon. For example, when I l...
22241
null
null
2012-05-11T19:17:04.973
Chrome App Icon is in low-resolution during the application switch
[ "google-chrome", "gmail" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Go to System Settings -> Main Menu\nThen find your application, perhaps under \"Internet\" folder, then click properties for that app, and click on the icon, you can then select a different one-</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": nu...
null
null
null
null
null
54562
1
54669
2011-07-26T12:12:29.187
4
659
<p>I am looking for a text editor with the following functionalities for php, html and css coding:</p> <ul> <li>code folding <ul> <li>based on indentation (best example is EditPlus)</li> <li>start at an indentation level and stop at the next indentation of same level or level up</li> </ul></li> <li>line/block duplica...
18615
18615
2011-07-26T12:40:22.027
2022-07-30T00:01:19.180
Looking for code editor software with following functionalities
[ "software-recommendation", "php", "text-editor", "html", "css" ]
6
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T13:19:51.043", "id": "61311", "postId": "54562", "score": "0", "text": "For some reason, code folding based on indentation is hard to find. Have you tried seeing if there's a Netbeans plugin that offers at least close to what you want? The closest I've seen otherwis...
{ "accepted": true, "body": "<p><a href=\"http://vim.sourceforge.net/\" rel=\"nofollow\">Vim, or Vi IMproved</a>, provides all of the features you've mentioned (and more) at a relatively low performance hit.</p>\n\n<p>I highly recommend the program <strong>vimtutor</strong> to get you started. It always comes with ...
[ { "accepted": null, "body": "<p>It is worth giving a try to eclipse, its cross platform, open source and there is a plugin for everything, although the functionality you are looking for is already natively supported. More information <a href=\"http://www.eclipse.org/\" rel=\"nofollow\">here</a>.</p>\n\n<p>V...
null
null
null
null
null
54565
1
null
2011-07-26T12:39:20.830
1
883
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/2567/can-i-default-bluetooth-to-off-on-my-laptop-lenovo-t61">Can I default Bluetooth to off on my laptop Lenovo T61</a> </p> </blockquote> <p>I an using Ubuntu Natty 11.04 with Gnome 3 front end. Every time I login...
1177
-1
2017-04-13T12:24:49.530
2011-07-26T12:39:20.830
How to disable bluetooth in Gnome 3?
[ "11.04", "login", "gnome", "bluetooth" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
null
2011-07-26T12:59:51.827
null
null
54573
1
null
2011-07-26T13:50:41.587
2
6206
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/46604/is-there-a-way-to-share-my-computers-internet-connection-with-my-android-2-2-1-t">Is there a way to share my computer&#39;s internet connection with my Android 2.2.1 through usb?</a> </p> </blockquote> <p>Is ...
22246
-1
2017-04-13T12:24:30.040
2011-08-14T06:01:08.540
Internet pass-through to Android phone
[ "internet", "android", "connection", "share" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-08-19T11:00:59.653
null
null
54576
1
54606
2011-07-26T14:08:17.647
6
2086
<p>For my own archive I want to print posts from an internet magazine to pdf files. I use Chromium 12.0.742.112 (90304) on Ubuntu 11.04, but the default option to save to pdf doesn't support selection (of parts to print). I know I can <a href="http://www.ubuntugeek.com/how-to-create-pdf-documents-in-ubuntu.html">instal...
22147
null
null
2011-11-02T09:29:37.867
How do I enable print selection in Chromium
[ "printing", "chromium", "pdf", "virtual-printer" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2013-05-19T14:21:27.167", "id": "373960", "postId": "54576", "score": "0", "text": "There is also a website/extension/bookmarklet available on http://www.printwhatyoulike.com which lets you select the bare content of a website.", "userDisplayName": null, "userId": "185...
{ "accepted": true, "body": "<p>Until selection-printing will be enabled in Chromium you may be happy with the Chrome/Chromium <a href=\"https://chrome.google.com/webstore/search?q=print+plus\" rel=\"nofollow noreferrer\">Print Plus</a> extension that (partly) enables selecting elements from a page to print.</p>\n\...
[ { "accepted": true, "body": "<p>Until selection-printing will be enabled in Chromium you may be happy with the Chrome/Chromium <a href=\"https://chrome.google.com/webstore/search?q=print+plus\" rel=\"nofollow noreferrer\">Print Plus</a> extension that (partly) enables selecting elements from a page to print...
null
null
null
null
null
54579
1
54586
2011-07-26T14:42:45.293
218
361888
<p>I have a large file (8GB for Example). How can I split it into multiple parts, let's say 3 equal parts, and after that how do I integrate them later?</p>
5691
7035
2011-12-07T14:12:53.363
2022-12-23T09:19:37.213
How to split larger files into smaller parts?
[ "files", "join", "split" ]
7
6
CC BY-SA 3.0
[ { "creationDate": "2011-07-27T02:25:12.600", "id": "61422", "postId": "54579", "score": "0", "text": "This seems to be a duplicate of http://askubuntu.com/questions/12172/split-a-large-file-into-smaller-files-and-then-integrate-them-to-get-the-original", "userDisplayName": null, "userId"...
{ "accepted": true, "body": "<p>There are several ways to accomplish this. Let's start with the basic ones.</p>\n<h3>Using the <strong>split</strong> and <strong>cat</strong> commands:</h3>\n<p>Lets says I have an image and its too big (10MB). All I do is:</p>\n<pre><code>split --bytes=1M /path/to/image/image.jpg /...
[ { "accepted": null, "body": "<p>Using <code>split -b</code> with the appropriate number, you can get three pieces.</p>\n\n<p>Number could be: </p>\n\n<pre><code>size=$(wc -c &lt;\"file name\")\none_third=$((size/3+1))\n</code></pre>\n\n<p>To reassemble, use cat</p>\n\n<pre><code>cat \"file name\"* &gt; \"fi...
null
null
null
null
null
54580
1
54585
2011-07-26T14:49:56.893
20
21494
<p>We have more than 500 machines running Ubuntu. I have noticed that many machines have IP address conflicts. Is it possible to identify IP address conflicts in Ubuntu?</p> <ul> <li>See the output <a href="http://paste.ubuntu.com/652819/">here</a>.</li> <li>What does it mean actually? I get same MAC address for all t...
5691
10883
2014-11-19T09:18:38.970
2017-01-25T06:11:20.270
How to identify and rectify IP address conflicts in Ubuntu?
[ "ip-address" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T17:07:46.073", "id": "61352", "postId": "54580", "score": "0", "text": "How does this happen. Do you not use dhcp?", "userDisplayName": null, "userId": "21845" }, { "creationDate": "2011-07-27T02:29:28.213", "id": "61423", "postId": "54580", ...
{ "accepted": true, "body": "<p>You can find them with arp-scan:</p>\n\n<pre><code>sudo apt-get install arp-scan\n</code></pre>\n\n<p><code>sudo arp-scan -I eth0 -l</code> will show IP addresses, <a href=\"http://en.wikipedia.org/wiki/MAC_address\" rel=\"nofollow noreferrer\">MAC address</a> and manufacturer of the...
[ { "accepted": true, "body": "<p>You can find them with arp-scan:</p>\n\n<pre><code>sudo apt-get install arp-scan\n</code></pre>\n\n<p><code>sudo arp-scan -I eth0 -l</code> will show IP addresses, <a href=\"http://en.wikipedia.org/wiki/MAC_address\" rel=\"nofollow noreferrer\">MAC address</a> and manufacture...
null
null
null
null
null
54582
1
54899
2011-07-26T14:53:22.853
8
4689
<p>On my NAS box running Ubuntu 11.04 I'm experiencing an odd issue with dircolors inside byobu. Per the image below, everything works fine outside byobu. The prompt (zsh), vim, and everything else works fine... it's just dircolors that don't appear to be working correctly. One additional note, in Putty on Windows and...
12384
12384
2011-07-27T17:06:09.550
2011-07-28T19:34:21.103
dircolors/ls colors not being displayed correctly using byobu
[ "11.04", "command-line", "colors", "byobu" ]
2
6
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T15:40:18.887", "id": "61330", "postId": "54582", "score": "0", "text": "Did you try overriding that alias, by doing `ls --color=auto` and see if that helps?", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-07-26T16:16:38.557", ...
{ "accepted": true, "body": "<p>After a bit more digging I believe this is a bug with byobu, and not a configuration problem as I originally thought. I've filed bug <a href=\"https://bugs.launchpad.net/byobu/+bug/817690\" rel=\"nofollow\">#817690</a> in Launchpad, where it probably belongs. Thanks for your help ev...
[ { "accepted": null, "body": "<p>The only thing I can think of is that the <code>byobu</code> color configurations (which can sometimes get handled separately on its load) are overriding the automatic coloring of the system in <code>dircolors</code> or whatever it is. I dont have a solution, but this might ...
null
null
null
null
null
54590
1
null
2011-07-26T15:29:35.237
0
1436
<p>i would like to configure network authentication can any one help me to configue ldap,ACL,kerberos step by step </p>
22190
null
null
2011-07-27T01:49:09.243
how to configure network Authentication?
[ "server", "networking", "ldap", "openldap" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There is some Ubuntu Community Documentation on the topics you mentioned:<br /></p>\n\n<ul>\n<li><a href=\"https://help.ubuntu.com/community/OpenLDAPServer\" rel=\"nofollow\">OpenLDAP</a></li>\n<li><a href=\"https://help.ubuntu.com/community/HelpOnAccessControlLists\" rel=\"n...
null
null
null
null
null
54591
1
null
2011-07-26T15:32:09.540
1
536
<p>When I ask kde to suspend to ram on my laptop, it does not resume properly. However, I installed <code>uswsusp</code> and <code>sudo s2ram -f -a 3</code> works. Is there a way to tell kde that it is supposed to run this command line when closing the lid instead of having to use the console each time?</p>
22256
114
2011-07-26T19:19:57.223
2012-03-10T22:07:28.487
use s2ram when closing lid with kde
[ "11.04", "laptop", "kde", "suspend" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You should be able to edit (or create if it doesn't exist) the file <code>/etc/pm/config.d/module</code> and add the following content:</p>\n\n<pre><code>SLEEP_MODULE=uswsusp\n</code></pre>\n\n<p>As well as the file <code>/etc/pm/config.d/defaults</code> with the following co...
null
null
null
null
null
54594
1
54596
2011-07-26T15:45:27.113
2
551
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/1441/why-not-use-64-bit-ubuntu">Why not use 64-bit Ubuntu?</a> </p> </blockquote> <p><img src="https://i.stack.imgur.com/HkL5x.png" alt="enter image description here"></p> <p>When I tried to download Ubuntu, I hav...
1813
-1
2017-04-13T12:23:20.487
2015-10-26T23:31:21.730
Why 32bit installation of Ubuntu is recommended?
[ "system-installation" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T16:00:29.080", "id": "61333", "postId": "54594", "score": "1", "text": "Some CPUs like the Intel Atom are 32 bit, and lots of older hardware don't have 64 bit drivers.", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-07-26T16:01...
{ "accepted": true, "body": "<p>The 32-bit version of Ubuntu will run on most modern computers, but 64-bit has more specific requirements. There are a few things that won't run well with the 64-bit version (although these don't seem to be many), so the 32-bit version is recommended just to cover all the bases, I t...
[ { "accepted": true, "body": "<p>The 32-bit version of Ubuntu will run on most modern computers, but 64-bit has more specific requirements. There are a few things that won't run well with the 64-bit version (although these don't seem to be many), so the 32-bit version is recommended just to cover all the ba...
null
null
2011-07-26T21:04:43.513
null
null
54597
1
54600
2011-07-26T16:14:13.080
7
21756
<p>Well here's an embarrassing problem. PulseAudio doesn't seem to be working. I've been trying to load the sound applet for a week or so and I checked <code>ps aux | grep pulse</code> and found that there's no PA daemon running!</p> <p>Sound is still working. I assume everything has fallen back to ALSA.</p> <p>Furth...
449
449
2011-07-26T16:19:14.587
2020-10-13T17:15:01.003
Pulseaudio not starting
[ "sound", "pulseaudio" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2017-05-16T23:39:36.867", "id": "1443579", "postId": "54597", "score": "1", "text": "Also, pulseaudio -v, and you can add more \"v\"s for more info", "userDisplayName": null, "userId": "114641" } ]
{ "accepted": true, "body": "<p>Well that was the weirdest thing. I opened up <code>/etc/pulse/default.pa</code> and noticed that the first line was:</p>\n\n<pre><code>!/usr/bin/pulseaudio -nF\n</code></pre>\n\n<p>That looks an awful lot like a <code>#!/bin/bash</code> style opening (I don't know the proper name fo...
[ { "accepted": true, "body": "<p>Well that was the weirdest thing. I opened up <code>/etc/pulse/default.pa</code> and noticed that the first line was:</p>\n\n<pre><code>!/usr/bin/pulseaudio -nF\n</code></pre>\n\n<p>That looks an awful lot like a <code>#!/bin/bash</code> style opening (I don't know the proper...
null
null
null
null
null
54598
1
null
2011-07-26T16:20:16.903
3
9908
<p>Ok from my research so far, there is a driver that intel works on for its newer cards called iwlwifi. there's also iwlagn and I am unsure if they are the same? Anyway, do any of them support AP mode and the cfg80211 architecture?</p> <p>It seems like the brcm80211 still does not support AP mode so i am looking at a...
6486
null
null
2014-01-15T05:53:38.607
Does the iwlwifi Wifi driver for intel cards support AP mode?
[ "wireless", "intel", "intel-wireless" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Have you looked at something called hostapd? It is in the Ubuntu Software Centre with a link to the developer's website. There you will see this comment:</p>\n\n<blockquote>\n <p>Note! Host AP driver was added into the main kernel tree in Linux v2.6.14. The version in the ke...
null
null
null
null
null
54599
1
54604
2011-07-26T16:22:30.483
4
1491
<p>I've been trying to import the music from my CDs into Banshee but for some reason the music doesn't have any information about the artist, album etc e.g. the year is given as <strong>1</strong>, the names of the tracks are all <strong>track 1</strong>, <strong>track 2</strong> etc and the artist name is <strong>unkn...
22260
527764
2017-08-19T19:35:53.570
2017-08-19T19:35:53.570
Unknown artist / unknown album in Banshee & Rhythmbox for all music
[ "banshee" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Banshee (and probably Rhythmbox) automatically gets metadata for CDs from <a href=\"http://musicbrainz.org\" rel=\"nofollow noreferrer\">MusicBrainz.org</a>. Some recent changes with MusicBrainz broke CD metadata lookup in Banshee. Since then, Banshee has been fixed to work with th...
[ { "accepted": true, "body": "<p>Banshee (and probably Rhythmbox) automatically gets metadata for CDs from <a href=\"http://musicbrainz.org\" rel=\"nofollow noreferrer\">MusicBrainz.org</a>. Some recent changes with MusicBrainz broke CD metadata lookup in Banshee. Since then, Banshee has been fixed to work...
null
null
null
null
null
54603
1
null
2011-07-26T16:41:43.320
2
529
<p>Since I upgraded to VirtualBox 4.1.0 on my 11.04 I'm having a problem of suspending. This is a <a href="http://www.virtualbox.org/ticket/9260" rel="nofollow">known bug</a> and some suggested a workaround by adding the vboxdrv to the modules under /etc/pm/config.d/unload_modules. This indeed solved the problem but on...
22263
22263
2012-03-29T08:20:42.227
2012-03-29T08:20:42.227
No suspend with Virtualbox 4.1.0
[ "11.04", "virtualbox" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This is a known bug. Head on over to <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323</a> and say it affects you too!</p>\n\n<p>thanks</p>\n", "commentCount": "1", "co...
null
null
null
null
null
54605
1
null
2011-07-26T16:53:43.297
3
2293
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/103246/how-to-change-the-color-of-the-scroll-bar">How to change the color of the scroll bar?</a> </p> </blockquote> <p>In my /home/myname/.themes/themename/gtkrc file I found this: </p> <pre><code>style "murrine-s...
20503
-1
2017-04-13T12:23:28.253
2012-02-29T05:06:31.580
How to change overlay scrollbar color?
[ "11.04", "gnome", "metacity", "overlay-scrollbars", "colors" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T17:07:48.183", "id": "61353", "postId": "54605", "score": "1", "text": "That looks like the Theme scrollbars not the overlay scrollbars.", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-07-27T09:58:13.130", "id": "61465", ...
null
[ { "accepted": null, "body": "<p>For GTK3, you need to add something like the following to your theme:</p>\n\n<pre><code>/* overlay scrollbar */\nOsThumb:selected,\nOsScrollbar:selected {\n background-color: @selected_bg_color;\n}\n\nOsThumb:active,\nOsScrollbar:active {\n background-color: shade (@bg_...
null
null
2012-03-06T15:34:27.323
null
null
54609
1
null
2011-07-26T18:13:17.577
0
1148
<p>temperature is more than normal in my samsung np n150 jp0gin netbook running xubuntu11.04, it reports 64 degrees in normal state and 70 degrees while listening music on grooveshark or installing some software via software centre. can anybody help resolving this problem?</p> <p>moreover xubuntu 11.04 sucks battery m...
12915
235
2012-03-11T19:37:38.150
2012-03-11T19:37:38.150
Samsung NP N150 sp0gin notebook overheating
[ "cpu", "temperature" ]
1
6
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T18:48:32.043", "id": "61366", "postId": "54609", "score": "0", "text": "Processor temps vary depending on processor usage. that affects the temperature.", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-07-27T04:47:53.737", ...
null
[ { "accepted": null, "body": "<p>OP answered question in comment </p>\n\n<p>74 degrees is not normal temperature when the critical temperature for it is 90 degrees and it happens while browsing internet whatabout the other processor intensive tasks. Moreover this overheating problem sucking my new battery fa...
null
null
null
null
null
54611
1
null
2011-07-26T18:20:18.383
1
917
<p>I've got a Wacom Bamboo CTH-461 and Ubuntu 11.04. I know, it should work, but it doesn't. In elementary OS it works, but here ... anyone know why? I need it :/</p>
22267
34576
2012-11-30T17:27:37.637
2012-11-30T17:27:37.637
Wacom Bamboo CTH-461 in Ubuntu 11.04
[ "graphics-tablet", "bamboo" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This device is a 056a:00da device, which should work in 11.04, while the xinput driver doesn't know anything about the CTH-461 it's fairly flexible so long as the kernel driver is working.</p>\n\n<p>See <strong>line 1469</strong> of <code>linux-source-2.6.38/drivers/input/tab...
null
null
null
null
null
54612
1
54627
2011-07-26T18:20:35.937
1
3102
<p>I am trying to install vmware server 2.02 on a Ubuntu server 10.04.3 64bit version following this guidde <a href="https://help.ubuntu.com/community/VMware/Server" rel="nofollow">https://help.ubuntu.com/community/VMware/Server</a> . However when i execute the script it jus ends after an error</p> <pre><code>/home/c...
6172
235
2011-07-26T18:55:07.947
2012-04-26T10:17:51.517
Vmware server vmnet module compilation problem
[ "server", "64-bit", "vmware-server" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>A similar question was posted on <a href=\"http://ubuntuforums.org/showthread.php?t=1769901\" rel=\"nofollow\">UbuntuForums</a> for your version of Ubuntu.</p>\n\n<p>The recommendation was to follow the <a href=\"http://www.troublenow.org/316/installing-vmware-server-2-0-2-on-debian-...
[ { "accepted": true, "body": "<p>A similar question was posted on <a href=\"http://ubuntuforums.org/showthread.php?t=1769901\" rel=\"nofollow\">UbuntuForums</a> for your version of Ubuntu.</p>\n\n<p>The recommendation was to follow the <a href=\"http://www.troublenow.org/316/installing-vmware-server-2-0-2-on...
null
null
null
null
null
54613
1
54622
2011-07-26T18:22:23.810
15
24612
<p>I'm running Ubuntu from a "Try Ubuntu" file that I downloaded to my USB stick and booted from. Can I mount that very USB stick and write to it while running Ubuntu from it? If so, how?</p> <p>Edit to clarify: It's not important that settings of applications and such are saved; I'm just looking to save some specific...
22268
22268
2011-07-26T18:53:11.693
2016-11-28T08:37:48.020
Can I write to the USB stick that I'm running Ubuntu from?
[ "live-usb" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T19:02:00.077", "id": "61368", "postId": "54613", "score": "1", "text": "You can try remounting rw with `sudo mount -o remount,rw /cdrom`", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-07-26T19:26:18.750", "id": "61369", ...
{ "accepted": true, "body": "<p>You can remount in read-write mode the partition mounted on <code>/cdrom</code> with the following command:</p>\n\n<pre><code>sudo mount -o remount,rw /cdrom\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2018-07-17T05:53:39.553", "id": "...
[ { "accepted": null, "body": "<p>Yes. If you want to, you can make your USB-stick persistent when you create it, which allows you to save settings and save files within Ubuntu. If you are looking to be able to access the files you write to the stick, while NOT running from the stick, you'll need to partition...
null
null
null
null
null
54616
1
null
2011-07-26T18:44:49.907
0
1522
<p>I have a 16 gb transcend pen drive. One day I had partitioned into 4, and on one part I had installed ubuntu 11.04. But after that it seems the usb won't auto mount. I have used the fdisk utility and observed that my OS (ubuntu 10.04) is detecting the pen drive but not connecting to it, and making it available to my...
1123
1123
2011-07-27T17:21:14.853
2017-03-02T10:55:22.217
transcend usb not auto mounting
[ "filesystem", "usb-drive", "automount" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T20:09:42.393", "id": "61376", "postId": "54616", "score": "0", "text": "Can other USB drives be auto-mounted? How is the pen drive partitioned and formatted now?", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2011-07-26T20:31:26.79...
null
[ { "accepted": null, "body": "<p>USB drives are auto-mounted when Nautilus is set to do so. In case all USB drives fail to mount we may check if this is the case (and to enable or disable auto-mounting) by opening <code>gconf-editor</code> from a terminal and browse to <em>apps/nautilus/preferences</em>:</p>...
null
null
null
null
null
54617
1
55028
2011-07-26T18:49:33.897
1
488
<p>Here is an error I'm receiving while installing termkit:</p> <pre><code>npm ERR! Error: Not found: connect@'&gt;=1.2.0- &lt;1.3.0-' npm ERR! Valid install targets: npm ERR! ["latest","0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.3.0","0.4....
22272
169736
2013-12-30T16:13:56.653
2013-12-30T16:13:56.653
Error while installing termkit
[ "software-installation" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T18:57:42.677", "id": "61367", "postId": "54617", "score": "0", "text": "dependencies seem to be missing: `Error: Not found: connect@'>=1.2.0- <1.3.0-'` Do you ahve this installed?", "userDisplayName": null, "userId": "10616" }, { "creationDate": "20...
{ "accepted": true, "body": "<p>ok so I've been buggin Floby (Termkit developer) about the issue.\nAnd looks like node v0.5.3-pre is not stable yet</p>\n\n<p>So I went back to node v0.4.10 and it worked just fine.\nIf anyone wanna try </p>\n\n<p>use:</p>\n\n<pre><code>git clone https://github.com/joyent/node.git\nc...
[ { "accepted": true, "body": "<p>ok so I've been buggin Floby (Termkit developer) about the issue.\nAnd looks like node v0.5.3-pre is not stable yet</p>\n\n<p>So I went back to node v0.4.10 and it worked just fine.\nIf anyone wanna try </p>\n\n<p>use:</p>\n\n<pre><code>git clone https://github.com/joyent/nod...
null
null
null
null
null
54621
1
54625
2011-07-26T19:33:58.683
1
2158
<h3>Issue</h3> <p>When I boot from the live USB, after selecting "Try Ubuntu ..." all graphics are interlaced, shifted to the right, duplicated and distorted -- Even the terminal when I access it by pressing <kbd>CTRL</kbd><kbd>ALT</kbd><kbd>F5</kbd>.</p> <p><img src="https://i.stack.imgur.com/0sPVz.jpg" alt="enter i...
22255
14356
2011-07-26T19:38:09.303
2014-02-01T12:26:57.820
Duplicated, interlaced and distorted graphics on my HP dv6000
[ "11.04", "nvidia", "graphics", "live-cd" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It sounds like you are affected by this bug</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/597476\" rel=\"nofollow\">Launchpad Bug 597476</a></p>\n\n<p>There was a work around posted by <a href=\"https://launchpad.net/~macavity80\" rel=\"no...
[ { "accepted": true, "body": "<p>It sounds like you are affected by this bug</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/597476\" rel=\"nofollow\">Launchpad Bug 597476</a></p>\n\n<p>There was a work around posted by <a href=\"https://launchpad.net/~macavity80\" ...
null
null
null
null
null
54626
1
54634
2011-07-26T20:06:58.057
10
9402
<p>Will there be a way to eliminate Gnome 3 in 11.10 and install Gnome 2 on that sytem?</p>
12826
null
null
2016-02-06T20:59:26.110
Will I be able to run Gnome 2 in 11.10?
[ "gnome", "11.10" ]
8
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T22:07:10.140", "id": "61389", "postId": "54626", "score": "3", "text": "We should be clear about what we're talking about. \"Gnome 3\" is two things. It's a desktop environment, including the shell Gnome-Shell and it's a GTK framework and applications (similar to Gn...
{ "accepted": true, "body": "<p>GNOME 2 will not be available in 11.10 as the entire stack (including GTK) has been upgraded to 3.x.</p>\n\n<p>Though a new project has been made to reintroduce GNOME 2 to newer OSs called 'Mate' (Pronounced mah-te) and it's available now as an official distro...</p>\n", "commentCo...
[ { "accepted": null, "body": "<p>Well, turns out Gnome2 won't be shipped in the next version as a \"classical\" option.\nAnyways, though I'm not a ubuntu hacker, it's almost certain someone will find a way of doing it. :)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "201...
null
null
null
null
null
54636
1
null
2011-07-26T22:35:30.100
2
3552
<p>the option at the login screen indeed makes the text bigger and easier to read but it only seem to be in effect for the login screen. When I login to the desktop, everything is back to normal size. Is this supposed to behave this way?</p> <p>Your answer will be appreciated. Thanks.</p>
22279
25863
2012-11-21T22:17:32.847
2016-05-05T21:54:04.300
How to increase text size?
[ "unity", "11.04", "customization" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T23:05:32.067", "id": "61404", "postId": "54636", "score": "0", "text": "are you talking about an accessibility feature?", "userDisplayName": null, "userId": "18127" }, { "creationDate": "2011-07-27T01:23:07.993", "id": "61412", "postId": "546...
null
[ { "accepted": null, "body": "<p>Assuming that you are using 11.04, go to System Settings>Appearance>Fonts and increase the font size for Application, Document, Desktop and Window title.</p>\n\n<p>Here it is step by step. Click on the power button on the top right and then select System Settings</p>\n\n<p><i...
null
null
null
null
null