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
29081
1
29123
2011-03-05T04:01:58.727
2
291
<p>When I log into my account, nautilus uses about 90~95% of CPU. What is it doing?</p>
5034
866
2011-03-05T07:59:16.657
2011-03-05T15:21:43.557
Why does nautilus use 90%+ cpu at startup?
[ "nautilus", "startup" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T10:48:07.077", "id": "32374", "postId": "29081", "score": "0", "text": "Please be a little more elaborate. Is it just after you login? If the utilization normalizes, it may be just that nautilus is initializing your desktop.", "userDisplayName": null, "userI...
{ "accepted": true, "body": "<p>Nautilus uses a lot of CPU when you log in as part of the process of loading your desktop and setting up a few things behind the scenes. So long as it returns to a normal level a little later, nothing is wrong with your system, and there is little you could do to change that happening.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T15:21:43.557", "id": "29123", "lastActivityDate": "2011-03-05T15:21:43.557", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "29081", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Nautilus uses a lot of CPU when you log in as part of the process of loading your desktop and setting up a few things behind the scenes. So long as it returns to a normal level a little later, nothing is wrong with your system, and there is little you could do to change that ...
null
null
null
null
null
29084
1
null
2011-03-05T06:06:16.673
0
4739
<p>I have downloaded the drivers from NVIDIA ----NVIDIA-Linux-x86-260.19.36.run----It's for my Nvidia 6600gt APG 8x-- I'm using Ubuntu10.10. How do I get them installed, is there a way that my "additional drivers" program could download it somehow. I have been using Linux for 10 days, so my knowledge is limited. The drivers that are in my "additional drivers" program don't work. Freezes and black screen. </p>
11852
null
null
2013-02-20T15:02:28.973
need help installing NVIDIA 6600gt drivers
[ "drivers", "nvidia", "installation" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-08-16T08:20:16.957", "id": "65132", "postId": "29084", "score": "0", "text": "On Ubuntu 10.10 installing nvidia-current worked ok for my 6600GT card, but why install 10.10 when 11.04 is available with newer drivers ?", "userDisplayName": "user23366", "userId": nul...
null
[ { "accepted": null, "body": "<p>Manually installing a driver is not reccommended, especiallyby a new user like you. Since your Card is not a current generation one, You can always use the \" 173 \" version driver from the \"additional drivers\" Program. I had a Geforce 6 series card which worked perfectly w...
null
null
null
null
null
29086
1
29093
2011-03-05T06:22:49.627
53
116147
<p>I've imported an OpenVPN configuration file that behaves differently when trying to connect from Network Manager and command line. I would like to see what the imported configuration file looks like.</p>
814
null
null
2016-03-27T19:43:52.620
Where are VPN configuration files imported by Network Manager saved?
[ "network-manager", "vpn", "openvpn" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>12.04 onwards</strong></p>\n\n<p>Connection information is stored in the directory:</p>\n\n<pre><code>/etc/NetworkManager/system-connections\n</code></pre>\n\n<p>Note: This directory stores other connection information such as wifi connections.</p>\n\n<p><strong>Pre 12.04</strong></p>\n\n<p>In Kubuntu, <code>network-manager-openvpn-kde</code> saves its profiles to:</p>\n\n<pre><code>~/.kde/share/apps/networkmanagement/connections/\n</code></pre>\n\n<p>In Ubuntu, <code>network-manager-openvpn-gnome</code> saves its profiles to:</p>\n\n<pre><code>~/.gconf/system/networking/connections/\n</code></pre>\n\n<p>(VPN settings are in ~/.gconf/system/networking/connections/*/vpn/%gconf.xml)</p>\n", "commentCount": "9", "comments": [ { "creationDate": "2011-03-05T12:48:46.373", "id": "32382", "postId": "29093", "score": "2", "text": "Isn't there a way to have it directly use .conf files?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-03-05T13:11:58.770", "id": "32383", "postId": "29093", "score": "2", "text": "There is, but it circumvents the network-manager. Place the file in `/etc/openvpn/`. Make sure it has a `.conf` suffix, the init script at `/etc/init.d/openvpn` searches for such files. The VPN will be started at boot time. To disable this, edit `/etc/default/openvpn` uncomment the `AUTOSTART=none` line. I'm doing it this way because the `network-manager-openvpn` is too limited, I cannot run script after connection for example. To start OpenVPN with your configuration file `client.conf`, run `sudo /etc/init.d/openvpn start client`. To stop it, run `/etc/init.d/openvpn stop client`.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2012-05-02T15:44:35.990", "id": "155170", "postId": "29093", "score": "4", "text": "It seems this answer is no longer up-to-date as of Ubuntu 12.04. I have a couple VPNs configured through Network Manager in 12.04 using network-manager-openvpn-gnome, but there is no ~/.gconf/system directory. Anyone know where those files might live nowadays?", "userDisplayName": null, "userId": "55737" }, { "creationDate": "2012-05-02T15:47:45.890", "id": "155175", "postId": "29093", "score": "0", "text": "@CarlMeyer Try importing and run the command `find ~ -mmin -3 -ls` to find all modified files in the last 3 minutes.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2012-06-22T22:30:20.633", "id": "187682", "postId": "29093", "score": "0", "text": "I found a whole slew of files modified, but none of them look like openvpn kind of things.", "userDisplayName": null, "userId": "72179" }, { "creationDate": "2012-06-22T22:36:04.323", "id": "187688", "postId": "29093", "score": "6", "text": "Turns out they are stored in /etc/NetworkManager/system-connections/ (even when they aren't shared with everyone)", "userDisplayName": null, "userId": "72179" }, { "creationDate": "2015-04-09T15:49:50.747", "id": "850250", "postId": "29093", "score": "0", "text": "Can a file just be added to ```/etc/NetworkManager/system-connections/```, or are there other places where this data is redundantly stored?", "userDisplayName": null, "userId": "55396" }, { "creationDate": "2015-04-10T13:18:08.320", "id": "851030", "postId": "29093", "score": "0", "text": "@snapfractalpop Network Manager reads network profiles from `/etc/NetworkManager/` only. Though there are other locations where network information can be stored (such as `/etc/network/`), or `/etc/sysconfig/` depending on the loaded plugins in `/etc/NetworkManager/NetworkManager.conf` (see the manual page of `NetworkManager.conf`).", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2024-03-01T06:55:10.013", "id": "2641979", "postId": "29093", "score": "0", "text": "This answer seems to be wrong in Uburnu 23.10. The file is not at any of these locations.", "userDisplayName": null, "userId": "1175188" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-05T08:32:26.143", "id": "29093", "lastActivityDate": "2016-03-27T19:43:52.620", "lastEditDate": "2016-03-27T19:43:52.620", "lastEditorDisplayName": null, "lastEditorUserId": "263353", "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "29086", "postTypeId": "2", "score": "82" }
[ { "accepted": true, "body": "<p><strong>12.04 onwards</strong></p>\n\n<p>Connection information is stored in the directory:</p>\n\n<pre><code>/etc/NetworkManager/system-connections\n</code></pre>\n\n<p>Note: This directory stores other connection information such as wifi connections.</p>\n\n<p><strong>Pre 1...
null
null
null
null
null
29092
1
null
2011-03-05T08:03:03.837
4
1459
<p>What is the best quality Apple IIGS emulator for Ubuntu that is relatively easy to install?</p> <p>I have tried KEGS, but get the following (working without probs on my Windows partition):</p> <blockquote> <p>Preparing X Windows graphics system</p> <p>Visual 0</p> <p>id: 00000021, screen: 0, depth: 24, class: 4</p> <p>red: 00ff0000, green: 0000ff00, blue: 000000ff </p> <p>cmap</p> <p>size: 256, bits_per_rgb: 8 Chose visual: 0, max_colors: -1 </p> <p>Will use shared memory for X </p> <p>pipes: pipe_fd = 4, 5 pipe2_fd: 6,7 open /dev/dsp failed, ret: -1, errno:2 </p> <p>parent dying, could not get sample rate from child</p> <p>ret: 0, fd: 6 errno:11</p> </blockquote>
10500
10500
2011-03-05T23:11:59.760
2022-03-13T14:47:20.353
Apple IIGS emulator?
[ "software-recommendation", "apple", "emulation" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Have you tried <a href=\"http://kegs.sourceforge.net/\" rel=\"nofollow\">KEGS</a> from Sourceforge ?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T22:16:21.913", "...
null
0
null
null
null
29098
1
null
2011-03-05T09:47:54.770
1
959
<p>The text cursor in X Windows is too thin for me to see easily. It would be great if I could make the text cursor wider so that it was more visible.</p> <p>I know how to change the size of the mouse cursor in X by going to System > Preferences > Appearance and customizing the Pointer so that it is larger. But I have not been able to find any setting that allows me to alter the appearance of the text cursor.</p> <p>So how can I make the text cursor easier to see?</p>
null
null
null
2011-05-04T11:43:12.743
How can I make the text cursor in X Windows easier to see?
[ "gnome", "themes", "text", "accessibility", "cursor" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Use something like <a href=\"http://gursormaker.sourceforge.net/\" rel=\"nofollow\">Gursormaker</a> to edit one of the existing cursor themes from <code>/usr/share/icons</code> to make the \"xterm\" cursor more visible, then export it to an X11 cursor theme. Place the theme ...
null
null
null
null
user8979
29099
1
29131
2011-03-05T10:46:06.080
7
1469
<p>So, it'm about to buy a fresh videocard. Since I do most of my stuff on Linux, I wonder how well will either videocard perform. I recently had a good experience with GeForce 6600 with proprietary drivers and a less than satisfactory experience with Radeon 9000 a while ago. From my experience, proprietary drivers for GeForce used to work very well, while proprietary drivers for Radeon failed miserably. And opensource drivers were sloooow.</p> <p>A few months ago I found out that ATI opened their specifications, and a work on fully featured opensource driver is in progress. I prefer to use free software whenever possible, with the exception of games, so, if that driver is fast enough, feature-rich enough and reliable enough I'd very much like to try it out. I wish I could say that if I can just to basic things, like watch video, heavily use compiz and work with simple applications, this may be enough. I do most of my gaming under Windows anyway. However, there is a good chance I'll go into indie game development in a few months fulltime, so it should also be able to run not-so-very-demanding games (say Nexuiz).</p> <p>But if it isn't, I'd like to know, what to expect from proprietary drivers. Do recent proprietary drivers from NVIDIA and ATI work well? Are ATI drivers just as easy to install on Ubuntu as are NVIDIA drivers?</p>
7956
null
null
2011-03-05T19:20:35.700
GeForce and Radeon: what is present condition of opensource and proprietary drivers?
[ "drivers", "nvidia", "ati" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-09T04:09:40.290", "id": "32960", "postId": "29099", "score": "0", "text": "Thanks for your replies, this helped to clear the air. In the end, I went with Nvidia, mostly because my friend recommended me the hardware as superior.", "userDisplayName": null, "userI...
{ "accepted": true, "body": "<p>What you have mentioned in your post is still relevant today. However the proprietary \"fglrx\" driver for ati has caught up very much with the proprietary nvidia. So much so that i barely notice a difference between catalyst on windows and fglrx on linux. One area where ATI still lacks is HD video playback where there is no equivalent of nvidia's VDPAU. However with ATI opening up, expect much more work on the XvBA. So what i will recommend is that unless you watch a lot of HD movies. Go for Radeon. I have a 4650 and i am very pleased with its performance.</p>\n\n<p>Unfortunately things are not that rosy on the opensource front. The noveau, radeon and Gallium3d drivers are all fine if all you want to do is compiz and maybe a few indie games. But all the open source solutions ( be it mesa, gallium or anything else) are still miles behind their proprietary counterparts. Right now the best performing Open Driver is the Gallium3D driver for the R600 ATI Chip ( Radeon hd 3xxx series), but its still not mature enough. So unless you have very modest requirements, you will have to go for the prorietary ones.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T16:26:26.407", "id": "29131", "lastActivityDate": "2011-03-05T16:26:26.407", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5845", "parentId": "29099", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>What you have mentioned in your post is still relevant today. However the proprietary \"fglrx\" driver for ati has caught up very much with the proprietary nvidia. So much so that i barely notice a difference between catalyst on windows and fglrx on linux. One area where ATI ...
null
null
null
null
null
29102
1
29143
2011-03-05T11:06:24.910
2
1673
<p>requested use case is having a Windows XP SP3 guest running in 64bit Ubuntu.<br> (Linux pcs 2.6.35-22-server #35-Ubuntu SMP Sat Oct 16 22:02:33 UTC 2010 x86_64 GNU/Linux)<br> I want this guest to access an LVM LV on the Ubuntu disk.</p> <p>I've setup the following LVM config:<br> --- Logical volume --- </p> <pre><code> LV Name /dev/storage/sdc1 VG Name storage LV UUID Zg5IMC-OlqB-prL5-fgg4-3A9A-OgKP-oZ0QkJ LV Write Access read/write LV Status available # open 0 LV Size 1.01 GiB Current LE 259 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 251:3 </code></pre> <p>-- </p> <p>1) I've setup a storage pool for /dev/storage<br> 2) I've mkfs.vfat /dev/storage/sdc1<br> 3) and made a virtual IDE disk in the virt-manager setup for the guest.<br> Target device: IDE Disk 2<br> Source path: /dev/storage/sdc1 </p> <p>-- </p> <p>Now when running XP (guest) Windows sees a new disk in Disk Manager and want's to install a partition on it, since it believes the drive is empty.<br> After formatting from within Windows I can put data on the new disk volume. </p> <p>--<br> Back in Ubuntu however I cannot access this this any more since it created a partition within an LVM Logical Volume. </p> <p>Running fdisk -l shows the following: </p> <pre><code>root@pcs:/media# fdisk -l /dev/storage/sdc1 Disk /dev/storage/sdc1: 1086 MB, 1086324736 bytes 32 heads, 63 sectors/track, 1052 cylinders Units = cylinders of 2016 * 512 = 1032192 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x8d72e4f4 Device Boot Start End Blocks Id System /dev/storage/sdc1p1 1 1050 1058368+ c W95 FAT32 (LBA) </code></pre> <p>--<br> which seems fine to me, but when trying to mount /dev/storage/sdc1p1 I get the following error: </p> <pre><code>mount /dev/storage/sdc1p1 /media/xp mount: special device /dev/storage/sdc1p1 does not exist </code></pre> <p>which makes sense since in lvdisplay sdc1p1 does not exist </p> <p>Main question:<br> I want to mount the vfat partition in both Ubuntu and XP<br> What am I missing here????? </p> <p>regards, and thanks for your consideration. </p>
11858
235
2011-03-05T15:40:27.350
2011-03-05T18:30:47.443
Accessing host LVM partition from Windows XP through Virt.manager 0.8.5 / Qemu / KVM
[ "server", "mount", "virtualization", "windows-xp", "lvm" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T17:29:00.050", "id": "32425", "postId": "29102", "score": "0", "text": "ps. same issue occurs on running a Ubuntu guest, lvm volumes seem to be at different abstraction levels for Virt-manager", "userDisplayName": null, "userId": "11858" } ]
{ "accepted": true, "body": "<p>Ok, [SOLVED] </p>\n\n<p>point is the device mapper does not create a mapping to the XP guest (or Ubuntu guest) partition which the guest created in the LV on Ubuntu host, automatically :-) (how should it now the guest did this ?) </p>\n\n<p>in order to do fix this I found this other post: <a href=\"http://forums.gentoo.org/viewtopic.php?t=128781\" rel=\"nofollow\">http://forums.gentoo.org/viewtopic.php?t=128781</a> and took the following items out of it to solve my issue. </p>\n\n<p>1) do a <code>sfdisk -d /dev/mapper/storage-sdc1</code> (the name of the LV in which XP created the partition<br>\nshould print something like this: </p>\n\n<pre><code>partition table of /dev/mapper/storage-sdc1\nunit: sectors \n/dev/mapper/storage-sdc1p1 : start= 63, size= 2116737, Id= c\n/dev/mapper/storage-sdc1p2 : start= 0, size= 0, Id= 0\n/dev/mapper/storage-sdc1p3 : start= 0, size= 0, Id= 0 \n/dev/mapper/storage-sdc1p4 : start= 0, size= 0, Id= 0 \n</code></pre>\n\n<p>2) Create a mapping file for each partition, in my case this is just one line (I named it devmap.sdc1p1) Use start (last column) and size (second column)</p>\n\n<pre><code>cat devmap.sdc1p1 \n#start size type destination start\n0 2116737 linear /dev/mapper/storage-sdc1 63\n</code></pre>\n\n<p>3) run <code>dmsetup create sdc1p1 devmap.sdc1p1</code><br>\nthis creates the ned DM device sdc1p1 (watch out, it creates it as sdc1 not storage-sdc1 as is convention)</p>\n\n<p>4) mount the partition as <code>mount -t vfat /dev/mapper/sdc1p1 /media/sdc1</code> </p>\n\n<p>5) :-) and some coffee</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T18:30:47.443", "id": "29143", "lastActivityDate": "2011-03-05T18:30:47.443", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11858", "parentId": "29102", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Ok, [SOLVED] </p>\n\n<p>point is the device mapper does not create a mapping to the XP guest (or Ubuntu guest) partition which the guest created in the LV on Ubuntu host, automatically :-) (how should it now the guest did this ?) </p>\n\n<p>in order to do fix this I found th...
null
null
null
null
null
29103
1
29104
2011-03-05T11:34:19.797
7
7587
<p><img src="https://i.stack.imgur.com/RXPvn.png" alt="enter image description here"></p> <p>I want to add a <strong>Public</strong> folder at here. -The <strong>Public</strong> folder exists in <em>~/Public</em> as default.<br> How can I do?</p>
5717
null
null
2011-03-05T13:15:34.543
How to customize "Places" menu
[ "10.10", "customization", "places" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<ol>\n<li>Open up the file manager.</li>\n<li>Navigate to the folder you want to add.</li>\n<li>Use Bookmarks->Add from the menu or press <kbd>Ctrl</kbd>+<kbd>D</kbd>. Alternatively, you can navigate to the folder above the folder you want to add to the Places menu and drag and drop to the left hand pane in the file manager.</li>\n</ol>\n\n<p><img src=\"https://i.stack.imgur.com/J8fLm.png\" alt=\"Add Bookmark\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/skIJI.png\" alt=\"Bookmark Added\"> </p>\n\n<p><img src=\"https://i.stack.imgur.com/AIZUj.png\" alt=\"Places Menu\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-05T11:44:58.633", "id": "32375", "postId": "29104", "score": "0", "text": "Oh, easy! Thanks. I can't find this feature by myself. The interface is so hided.", "userDisplayName": null, "userId": "5717" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T11:40:33.723", "id": "29104", "lastActivityDate": "2011-03-05T11:47:51.953", "lastEditDate": "2011-03-05T11:47:51.953", "lastEditorDisplayName": null, "lastEditorUserId": "667", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "29103", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<ol>\n<li>Open up the file manager.</li>\n<li>Navigate to the folder you want to add.</li>\n<li>Use Bookmarks->Add from the menu or press <kbd>Ctrl</kbd>+<kbd>D</kbd>. Alternatively, you can navigate to the folder above the folder you want to add to the Places menu and drag and ...
null
null
null
null
null
29106
1
null
2011-03-05T11:49:46.940
2
4935
<p>I have an issue with the Youtube Player within Ubuntu. It seems that when playing videos, they are in black and white, no matter whether they are normal resolution or HD.</p> <p>I kind of figured out how to prevent this from happening by deleting the cookie <code>PREF</code> that holds a KV Pair like this:</p> <pre><code>PREF f1=50000000&amp;fv=10.2.154 .youtube.com / Sat, 12 Mar 2011 11:38:29 GMT </code></pre> <p>The issue is the Flash Version key. When I delete this, the color comes back, but obviously when I navigate to another page the cookie is set again.</p> <p>Does anyone know why this issue occurs and what a possible fix is?</p> <p>I'm using the latest Google Chrome on the latest version of Ubuntu (Installed 3 days ago) .<br> Thanks.</p>
5496
8844
2011-03-06T07:03:57.523
2011-03-06T14:44:58.880
Black & White Video with Youtube
[ "flash", "google-chrome", "youtube", "colors" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T22:12:56.520", "id": "32454", "postId": "29106", "score": "0", "text": "Please you could you let us know if this also happens if you use Firefox?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2011-03-08T20:02:32.490", "id": "32...
null
[ { "accepted": null, "body": "<p>You might see if any of this fix from webupd8 applies : <a href=\"http://www.webupd8.org/2011/03/fix-pinkred-youtube-videos-bug-using.html\" rel=\"nofollow noreferrer\">Fix Pink/Red Youtube videos</a> .</p>\n\n<p>It's about monochromatic issues with flash, in any case, and th...
null
null
null
null
null
29108
1
null
2011-03-05T12:34:06.683
4
1210
<p>It should help me pause copying, so I dont have to wait for each copy to finish. Basic googling didnt help out. The windows equivalent is Teracopy, or Fastcopy.</p> <p>I need the application to be GUI based, but wouldn't mind shell commands.</p> <p>I wait for the copy to finish, in cases where I copy to the same destination, like a pen-drive, where throughput is in the order of 5 MB/s.</p>
3778
235
2011-03-05T15:45:42.573
2011-03-05T16:48:46.123
Is there any utility like the Windows program smartcopy?
[ "software-recommendation", "clipboard" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>If you're doing copies from the command line, <code>rsync</code> will optimize the copies about as much as is possible and you can press <kbd>Ctrl</kbd> + <kbd>Z</kbd> to pause it, then type <code>fg</code> to resume.</p>\n", "commentCount": "4", "comments": [ {...
null
null
null
null
null
29111
1
29112
2011-03-05T13:09:02.427
8
5154
<p>I want to automatically create a directory called ".virtualenvs" in each new user's home directory upon creation of that new user. </p> <p>I am using the useradd command to create new users.</p>
1196
235
2011-03-28T18:06:49.617
2011-03-28T18:06:49.617
When I create a new user, how do I automatically create a .virtualenvs directory in their home directory?
[ "users", "adduser" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Create the directory <code>/etc/skel/.virtualenvs</code>. The <code>/etc/skel</code> directory will be used as a skeleton for a new home directory.</p>\n\n<p>It's defined in <code>/etc/adduser.conf</code>:</p>\n\n<pre><code># The SKEL variable specifies the directory containing \"skeletal\" user\n# files; in other words, files such as a sample .profile that will be\n# copied to the new user's home directory when it is created.\nSKEL=/etc/skel\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-28T22:29:25.827", "id": "36413", "postId": "29112", "score": "1", "text": "If you're giving your users virtualenvwrapper you can add the `$WORKON_HOME` environment variable to `/etc/skel/.bashrc` as well", "userDisplayName": null, "userId": "10173" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T13:13:23.153", "id": "29112", "lastActivityDate": "2011-03-05T13:13:23.153", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "29111", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>Create the directory <code>/etc/skel/.virtualenvs</code>. The <code>/etc/skel</code> directory will be used as a skeleton for a new home directory.</p>\n\n<p>It's defined in <code>/etc/adduser.conf</code>:</p>\n\n<pre><code># The SKEL variable specifies the directory containi...
null
null
null
null
null
29115
1
null
2011-03-05T13:35:35.163
3
2357
<p>Do any of the NetworkManager VPN plugins support IPv6? The two I've tried so far (PPTP and StrongSwan) only show an "IPv4" tab. I would have thought at least the IPsec one would support IPv6?</p>
5943
235
2011-04-20T19:24:41.953
2012-08-14T15:50:36.940
Do any NetworkManager VPN plugins support IPv6?
[ "networking", "security", "network-manager", "vpn", "ipv6" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>As far as I know, no plugin for Network Manager supports IPv6. Even OpenVPN does not support it straightforward.</p>\n\n<p>You can drop Networkmanager and use OpenVPN directly. I have put my experiences on setting up OpenVPN+IPv4+IPv6 on Serverfault: <a href=\"https://serverf...
null
null
null
null
null
29118
1
29124
2011-03-05T14:50:57.823
10
8518
<p>Just to start off, I know of <code>lubuntu</code> but it really doesn't meet what I am looking for. Basically what I am looking for is the standard Desktop Ubuntu install, but with out all the word processing, multimedia, and games installed.</p> <p>I have seen posts out about how to get the desktop environment running on Ubuntu server, but they seem complicated, and never seem to equal the standard Desktop install.</p> <p>So my question is, is there anyway to tell the standard Desktop install not to install all the applications? Or is there a distro available that leaves all the applications out, and just has the standard desktop look and feel?</p> <p>What I really want this for is, is for development purposes to run on a VM to do Mono development. </p>
1884
705
2011-03-05T20:01:11.813
2012-05-29T19:08:18.520
Is there a way to install Ubuntu stripped down without desktop applications?
[ "package-management", "mono" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T15:34:58.923", "id": "32400", "postId": "29118", "score": "1", "text": "Why not just install Ubuntu and purge the software you don't want?", "userDisplayName": null, "userId": "4661" }, { "creationDate": "2011-03-05T17:42:30.880", "id": "32429", ...
{ "accepted": true, "body": "<p>As far as I know there isn't such a distribution, but you could install ubuntu-minimal using the alternate installer, or use the alternate installer to customize what you want installed on your system.</p>\n\n<p>After installing ubuntu-minimal you would be left with a command line install, but all you would have to do is run <code>apt-get install gnome-desktop monodevelop</code> to get what you are looking for.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-05T17:41:28.263", "id": "32428", "postId": "29124", "score": "0", "text": "This will do the setup with the Ubuntu theme?", "userDisplayName": null, "userId": "1884" }, { "creationDate": "2011-03-05T18:50:55.743", "id": "32435", "postId": "29124", "score": "0", "text": "No, you need to install the ubuntu theme separately (I forgot the name of that package off hand)", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-05T15:27:53.970", "id": "29124", "lastActivityDate": "2011-05-16T07:32:09.763", "lastEditDate": "2011-05-16T07:32:09.763", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "29118", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>As far as I know there isn't such a distribution, but you could install ubuntu-minimal using the alternate installer, or use the alternate installer to customize what you want installed on your system.</p>\n\n<p>After installing ubuntu-minimal you would be left with a command...
null
null
null
null
null
29121
1
29819
2011-03-05T15:13:43.973
9
6610
<p>I've tried reading through guides for <a href="https://help.ubuntu.com/10.04/installation-guide/amd64/appendix-preseed.html" rel="nofollow">preseeding</a> and <a href="https://help.ubuntu.com/community/InstallCDCustomization" rel="nofollow">customization</a>, but I did not understand how and where to modify which options. I can only comfortably learn through practical examples, for which I ask this question.</p> <p>I am looking into preseeding and customizing solution to just do a few specific tasks:</p> <ul> <li>Completely rewrite the packages installed by default, much like minimal installs and with the <code>--no-install-recommends</code> flag of <code>apt-get</code>.</li> <li>Add a few proprietary applications to the default install list</li> <li>Automatically install and mount proprietary drivers on install and live session</li> <li>Edit the default configuration files for applications installed by default</li> <li>Specify partitions along with permission</li> <li>Modify the package pool in the installer media (CD/DVD/USB), preferably using command line tools similar to <code>apt-get</code> and <code>aptitude</code>.</li> </ul> <p>Can anyone please tell me how to configure preseed option to only do the above?</p> <p><strong>NB</strong> I do not understand the GPG part after adding/removing packages in the pool.</p> <p><strong>PS</strong> The third point is of particular importance.</p>
814
814
2011-03-15T05:24:11.043
2011-12-06T22:48:09.573
Guide to particulars in customizing Ubuntu Installer
[ "installation", "custom-installer" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-07T19:59:47.963", "id": "32730", "postId": "29121", "score": "0", "text": "Just to be clear does \"Ubuntu Installer\" refer to the graphical (uniquity) or alternate (debian-installer) installer?", "userDisplayName": null, "userId": "4902" }, { "creation...
{ "accepted": true, "body": "<p>For a reference preseed, you might like to refer to installation-guide-i386\nwhich contains the following sample preseed:</p>\n\n<pre><code> /usr/share/doc/installation-guide-i386/example-preseed.txt.gz\n</code></pre>\n\n<blockquote>\n <ul>\n <li>Completely rewrite the packages installed by default, much like minimal installs</li>\n <li>Add a few proprietary applications to the default install list</li>\n </ul>\n</blockquote>\n\n<p>To provide the list of packages you want installed, you might like to look\nfor the following line:</p>\n\n<pre><code> tasksel tasksel/first multiselect ubuntu-desktop\n</code></pre>\n\n<p>Where \"ubuntu-desktop\" can be changed for an arbitrary number of packages\nor meta packages.</p>\n\n<blockquote>\n <ul>\n <li>Automatically install and mount proprietary drivers on install and live session</li>\n </ul>\n</blockquote>\n\n<p>Other that specifying the packages needed (for the proprietary drivers), I'm not sure how this would be accomplished. As a side note, you \"mount\" a partition, you \"load\" a kernel module/driver.</p>\n\n<blockquote>\n <ul>\n <li>Edit the default configuration files for applications installed by default</li>\n </ul>\n</blockquote>\n\n<p>To make those kind of scripted changes, you probably want to look into:</p>\n\n<pre><code> d-i preseed/late_command string ...\n</code></pre>\n\n<p>Where the \"...\" can be replaced with arbitrary commands like sed -i\nfor example.</p>\n\n<blockquote>\n <ul>\n <li>Specify partitions along with permission</li>\n </ul>\n</blockquote>\n\n<p>There's a partition section in the example preseed mentioned above.</p>\n\n<blockquote>\n <p>Ubiquity with preseed</p>\n</blockquote>\n\n<p>Casper supports preseed and ubiquity can have many values preseeded. Here are some of the variables that can be preseeded relevant to ubiquity:</p>\n\n<pre><code>ubiquity countrychooser/shortlist select US\nubiquity languagechooser/language-name select English\nubiquity localechooser/supported-locales multiselect en_US.UTF-8\nubiquity ubiquity/summary note\nubiquity ubiquity/reboot boolean true\nubiquity ubiquity/poweroff boolean true\nubiquity ubiquity/success_command string ...\n</code></pre>\n\n<p>Where \"...\" would contain the same as the late_command mentioned above, success_command is read by ubiquity and late_command by d-i.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-03-10T18:16:03.760", "id": "33313", "postId": "29819", "score": "0", "text": "Is there no way to change configuration files beforehand? How do I prevent the installation of recommended packages? How do I add proprietary packages for offline installation?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-03-11T17:48:20.427", "id": "33468", "postId": "29819", "score": "0", "text": "Sounds like you want to create a custom image, as described here:\n\n https://help.ubuntu.com/community/LiveCDCustomization\n\nThe image can also contain a preseed file where you can change\nconfiguration files as described before. Another approach is\nthat you can also create your own packages for some of\nthe customizations.", "userDisplayName": null, "userId": "4902" }, { "creationDate": "2011-03-11T19:19:23.480", "id": "33494", "postId": "29819", "score": "0", "text": "Okay, forget changing configuration, do I need to custom CD instructions to include packages not present in the disk by default?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-03-12T18:45:22.513", "id": "33623", "postId": "29819", "score": "0", "text": "I mounted an image, copied the contents to a directory, modified Ubiquity parameters. How do I finalize it?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-03-14T16:17:48.733", "id": "33970", "postId": "29819", "score": "0", "text": "To finalize/build the ISO image follow the chatter entitled \"Producing the CD image\" here: help.ubuntu.com/community/LiveCDCustomization", "userDisplayName": null, "userId": "4902" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-10T18:05:13.333", "id": "29819", "lastActivityDate": "2011-03-10T18:05:13.333", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4902", "parentId": "29121", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>The following creates a modified boot image. Burn it to a CD, or insert the ISO into a VM to test it. You'll need <code>cpio</code> and <code>genisoimage</code> (that's the names of the packages and executables).</p>\n\n<p>The following is in the form of a Makefile, but can b...
null
null
null
null
null
29122
1
33618
2011-03-05T15:19:56.070
5
1043
<p>When plugging my Nexus One (Android 2.3.3) via USB and activating the "USB Tethering" option, I cannot enable the connection via Network Manager, because I just see a gray "Disconnected" option.</p> <p>If I connect manually (<code>dhclient usb0</code>, add nameserver to <code>/etc/resolv.conf</code>) it works.</p> <p>How can I make it work with Network Manager? I use Ubuntu 10.10.</p>
8707
null
null
2011-06-07T06:08:19.200
USB tethered connection via Nexus One not showing on NetworkManager
[ "10.10", "networking", "usb", "android" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-08-17T19:05:33.350", "id": "65367", "postId": "29122", "score": "0", "text": "I also wasn't getting a connection after I clicked on \"usb tethering\". It took a while to realize (doh!) that I also needed to hit \"done\" on the android to have the change of setting take p...
{ "accepted": true, "body": "<p>It seems to be a problem with the Ubuntu kernel 2.6.35. I have installed the 2.6.36 and 38 kernels from Ubuntu mainline kernel PPA and then there is no problem, thing is I would like to use this kernel since the wireless backport drivers seem to give me less issues. I may have to boot the kernel for the application, 2.6.38 if I'm on the road and 2.6.35 if I'm in the office. Hope this helps you though:</p>\n\n<p><a href=\"http://kernel.ubuntu.com/~kernel-ppa/mainline/\" rel=\"nofollow\">http://kernel.ubuntu.com/~kernel-ppa/mainline/</a></p>\n\n<p>Download and install the version you want, Google \"mainline kernel howto\" if you are struggling.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-05T11:42:34.850", "id": "37502", "postId": "33618", "score": "0", "text": "I'm going to wait that a newer kernel makes its way through the official upgrades. Thanks for the pointer!", "userDisplayName": null, "userId": "8707" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-04-05T10:59:53.037", "id": "33618", "lastActivityDate": "2011-04-05T12:06:29.050", "lastEditDate": "2011-04-05T12:06:29.050", "lastEditorDisplayName": null, "lastEditorUserId": "814", "ownerDisplayName": "user13639", "ownerUserId": null, "parentId": "29122", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>It seems to be a problem with the Ubuntu kernel 2.6.35. I have installed the 2.6.36 and 38 kernels from Ubuntu mainline kernel PPA and then there is no problem, thing is I would like to use this kernel since the wireless backport drivers seem to give me less issues. I may hav...
null
null
null
null
null
29125
1
29129
2011-03-05T15:33:01.580
3
29322
<p>While trying to install Nagios 3.2.3, I ran their ./configure script and got these errors:</p> <pre><code>checking for main in -liconv... no checking for gdImagePng in -lgd (order 1)... no checking for gdImagePng in -lgd (order 2)... no checking for gdImagePng in -lgd (order 3)... no checking for gdImagePng in -lgd (order 4)... no *** GD, PNG, and/or JPEG libraries could not be located... ********* Boutell's GD library is required to compile the statusmap, trends and histogram CGIs. Get it from http://www.boutell.com/gd/, compile it, and use the --with-gd-lib and --with-gd-inc arguments to specify the locations of the GD library and include files. NOTE: In addition to the gd-devel library, you'll also need to make sure you have the png-devel and jpeg-devel libraries installed on your system. NOTE: After you install the necessary libraries on your system: 1. Make sure /etc/ld.so.conf has an entry for the directory in which the GD, PNG, and JPEG libraries are installed. 2. Run 'ldconfig' to update the run-time linker options. 3. Run 'make clean' in the Nagios distribution to clean out any old references to your previous compile. 4. Rerun the configure script. NOTE: If you can't get the configure script to recognize the GD libs on your system, get over it and move on to other things. The CGIs that use the GD libs are just a small part of the entire Nagios package. Get everything else working first and then revisit the problem. Make sure to check the nagios-users mailing list archives for possible solutions to GD library problems when you resume your troubleshooting. ******************************************************************** </code></pre> <p>Which package do I want? libgd2-xpm-dev? libgd2-noxpm-dev? php5-gd? I'm not looking to do any image processing myself - I just want to get Nagios working.</p>
1196
null
null
2013-11-01T17:44:32.013
What's the best way to install the GD graphics library for Nagios?
[ "graphics", "png", "nagios3" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you look at the quickstart guide on <a href=\"http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html\" rel=\"nofollow\">nagios' website</a>, you'll notice that the guide for Ubuntu 7.10 and later asks you to install <code>libgd2-xpm-dev</code> with this command:</p>\n\n<pre><code>sudo apt-get install libgd2-xpm-dev\n</code></pre>\n\n<p>That should do it for ya! Of course you could always follow the Ubuntu Server guide and <a href=\"https://help.ubuntu.com/10.04/serverguide/C/nagios.html\" rel=\"nofollow\">install the nagios packages</a> instead of building it yourself.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-05T16:45:16.950", "id": "32417", "postId": "29129", "score": "0", "text": "Thanks a lot! The quickstart guide says \"With Ubuntu 7.10\" and doesn't mention the \"later\" part, which was what confused me since 7.10 was a long time ago.", "userDisplayName": null, "userId": "1196" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-05T15:57:18.273", "id": "29129", "lastActivityDate": "2013-09-03T20:56:47.273", "lastEditDate": "2013-09-03T20:56:47.273", "lastEditorDisplayName": null, "lastEditorUserId": "10616", "ownerDisplayName": null, "ownerUserId": "11618", "parentId": "29125", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>If you look at the quickstart guide on <a href=\"http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html\" rel=\"nofollow\">nagios' website</a>, you'll notice that the guide for Ubuntu 7.10 and later asks you to install <code>libgd2-xpm-dev</code> with this command:</p>...
null
null
null
null
null
29128
1
29130
2011-03-05T15:53:54.603
1
626
<p>i've a 22" monitor, i'm using Ubuntu 10.10. My video card is a Radeon X1300 and i've poor performance at that resolution. If i decrease resolution to 1280x1024 for example, i can use netbeans, monodevelop etc. without problem. </p> <p>So i'm asking: which agp video card can i buy to have GOOD performance with Ubuntu at high resolution ?</p> <p>Thanks</p>
2156
null
null
2011-03-05T16:15:18.727
Which video card for a 1680x1050 resolution?
[ "video", "graphics" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Unfortunately AGP is a dated technology and its a bit difficult to find good agp cards in the markets now. AtI needs to be commended because they have R600/R700 Cards which still support the agp specification. Depending on your budget, you can go with either the Radeon 3650, 3850 or 4650. Even 3650 will not have a problem handling your resolution. Plus using the proprietary fglrx driver, cards would run very fine.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-05T20:07:32.977", "id": "32444", "postId": "29130", "score": "1", "text": "I am very happy with my 3650 :)", "userDisplayName": null, "userId": "705" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T16:15:18.727", "id": "29130", "lastActivityDate": "2011-03-05T16:15:18.727", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5845", "parentId": "29128", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Unfortunately AGP is a dated technology and its a bit difficult to find good agp cards in the markets now. AtI needs to be commended because they have R600/R700 Cards which still support the agp specification. Depending on your budget, you can go with either the Radeon 3650, ...
null
null
null
null
null
29132
1
null
2011-03-05T12:20:32.153
2
1130
<p>I am completely new to Linux and Ubuntu. But after taking a lot of time and pain..I installed Ubuntu Server edition onto my server, got the GUI installed.</p> <p>Now when I press Alt+F2, I get the "run application" window. But when ever I enter gnome-terminal it gives me this error message "could not open location file:///home/username/gnome-terminal"</p> <p>I dont know why it is giving this. Can anyone help me with this??</p> <p>thanks in advance.</p>
null
235
2011-04-04T21:09:20.297
2011-10-20T14:54:11.707
gnome-terminal "cannot open location" error
[ "gnome-terminal" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T12:24:44.137", "id": "32419", "postId": "29132", "score": "0", "text": "This should go to http://askubuntu.com/", "userDisplayName": "Ocaso Protal", "userId": null }, { "creationDate": "2011-03-05T12:35:20.970", "id": "32420", "postId": "2913...
null
[ { "accepted": null, "body": "<p>That's strange.\nWith debian, it works fine… Did you try to give the full path to the gnome-terminal executable (i.e. /usr/bin/gnome-terminal)?\nIf it doesn't work, Alt+F2 call seems to be broken.</p>\n", "commentCount": "2", "comments": [ { "creationDat...
null
null
2012-01-26T19:58:21.820
null
Yash
29138
1
null
2011-03-05T17:49:13.057
7
9619
<p>I've got an IMAP mail server running dovecot.</p> <p>I use several different mail clients -- K-9 mail on my Nexus One, and RoundCube Webmail when I'm not on my main computer.</p> <p>On my main computer, I use Evolution. However, it doesn't show the latest emails on the server. I can see them with other clients; just not Evolution.</p> <p>Is there a way to force Evolution to re-load the entire folder?</p>
11766
null
null
2019-05-26T19:26:20.440
Evolution not showing latest email in my IMAP inbox
[ "evolution", "imap" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>To force evolution to reload the entire IMAP account is to delete the IMAP folder in the hidden evolution folder in your home folder while evolution is closed.</p>\n\n<p><img src=\"https://i.stack.imgur.com/qqU8B.png\" alt=\"IMAP folder\"></p>\n\n<p>Alternatively if you have ...
null
null
null
null
null
29139
1
null
2011-03-05T17:53:02.077
2
2980
<p>I have an NTP server I want to connect to. I know its IP address.<br> How can I connect to it through the command line?</p>
null
8844
2011-03-06T07:34:15.660
2021-02-01T20:55:16.293
How can I connect to a specific NTP server?
[ "command-line", "ntp" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p><code>sudo ntpdate your.ntp.server</code></p>\n\n<p>This should work.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-05T17:55:16.490", "id": "29140", "lastActivity...
null
null
null
null
user11876
29141
1
null
2011-03-05T18:02:00.733
2
612
<p>I am facing a weird problem. I am connecting to my dsl modem via ethernet.</p> <p>After booting, sometimes Ubuntu 10.10 does not detect the eth0 card properly or does not connect to the modem. </p> <p>I have made the following observations: </p> <ol> <li>My modem is fully on. All indicators are on except ethernet, which is blinking continuously. </li> <li>My network indicator applet informs me that I am connected to modem, but I am not able to browse as it has not established connection with modem. </li> <li>I need to power off and on (restart) the modem several times OR disconnect/connect (via network applet) several times, before the system can establish a connection with the modem.</li> <li>Once it establishes the connection, the ethernet LED (on modem) stops blinking and glows continuously. </li> </ol> <p>However, I do not see this problem every time I reboot or start my computer. 3/5 time, it connects to the modem in a single attempt.</p> <p>Friends, I am not able to understand root cause of this problem. Plus I do not know what kind of logs should be attached. If you want any logs please give me command to run, and I will paste the result for you.</p> <p>Note: I ran system testing when above problem happened. Follow this link to <a href="https://sites.google.com/site/ameyjah/result.zip?attredirects=0&amp;d=1" rel="nofollow">download result</a>.</p>
8452
8844
2011-03-05T22:08:55.417
2011-08-21T21:33:03.863
Intermittent ethernet connectivity
[ "networking", "indicator" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-04-16T18:36:32.853", "id": "39593", "postId": "29141", "score": "0", "text": "Please, post the output of \"ifconfig\" command both when Internet works and when it doesn't.", "userDisplayName": null, "userId": "271" } ]
null
[ { "accepted": null, "body": "<p>I see you're using e1000 module so you're using the latest driver.</p>\n\n<p>Maybe you're hit by a weird issue i face from time to time: if I plug a gigabit network card on a 10 Mb ethernet port (hub, modem...), the card connects/disconnects all the time.</p>\n\n<p>Do you hav...
null
null
null
null
null
29142
1
44910
2011-03-05T18:07:03.190
4
529
<p>Unity Dash shows some big buttons by hitting the Ubuntu logo: Internet, Mail, Games, Music. I'm currently using different programs than the original ones included in Ubuntu, but these buttons have become useless, not opening any application. Is there any way to fix this?</p>
10446
null
null
2011-05-24T13:32:44.997
How to associate Unity Dash's buttons to the preferred applications?
[ "10.10", "unity" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T18:55:10.543", "id": "32437", "postId": "29142", "score": "0", "text": "aren't those buttons categories?", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2011-04-09T19:22:46.953", "id": "38241", "postId": "29142", "score"...
{ "accepted": true, "body": "<p>This is not possible in Unity in 10.10.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-24T13:32:44.997", "id": "44910", "lastActivityDate": "2011-05-24T13:32:44.997", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "29142", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>Your preferred applications dictate which apps do what in the dash.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-25T16:07:09.900", "id": "40997", "postId": "36641", "score": "0", "text": "Not in Ma...
null
null
null
null
null
29145
1
107201
2011-03-05T18:43:46.223
1
813
<p>I have installed ubuntu through wubi and all was well until I updated to the next kernel version.<br> I am now trying to boot into ubuntu and it shows me the GRUB rescue command line.<br> I am able to boost windows and the problem seems to be related to the fact that I have no menu.lst on ubuntu\disks\boot\grub and also it might be related to the fact that <a href="https://bugs.launchpad.net/wubi/+bug/610898" rel="nofollow">wubi wasn't installed to the drive where windows is installed</a> but I am not sure.<br> How do I recover menu.lst? Does the problem lay somewhere else?<br> Is there a way to read the data with a windows tool to just recover my data?</p>
8817
null
null
2012-02-24T06:01:33.660
GRUB's menu.lst deleted after a kernel update
[ "grub2", "bootloader" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T23:37:31.687", "id": "32473", "postId": "29145", "score": "0", "text": "Can you try to boot into a Live CD and reinstall GRUB", "userDisplayName": null, "userId": "4982" }, { "creationDate": "2011-03-06T06:37:31.083", "id": "32505", "postId":...
{ "accepted": true, "body": "<p>Boot into Ubuntu with a live CD or USB then install boot-repair ---follow the instructions. </p>\n\n<pre><code>sudo add-apt-repository ppa:yannubuntu/boot-repair &amp;&amp; sudo apt-get update\n\nsudo apt-get install -y boot-repair &amp;&amp; boot-repair\n</code></pre>\n\n<p><img src=\"https://i.stack.imgur.com/D6BhB.png\" alt=\"enter image description here\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-02-24T06:01:33.660", "id": "107201", "lastActivityDate": "2012-02-24T06:01:33.660", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "46312", "parentId": "29145", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Boot into Ubuntu with a live CD or USB then install boot-repair ---follow the instructions. </p>\n\n<pre><code>sudo add-apt-repository ppa:yannubuntu/boot-repair &amp;&amp; sudo apt-get update\n\nsudo apt-get install -y boot-repair &amp;&amp; boot-repair\n</code></pre>\n\n<p>...
null
null
null
null
null
29148
1
null
2011-03-05T19:08:33.603
3
1021
<p>Driver application in natty offers a free nvdia driver, and it works with compiz and unity. Will natty be able to use nouveau and gallium,</p>
10009
null
null
2011-03-06T00:28:27.327
Is ubuntu switching to nouveau?
[ "11.04", "nouveau" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It isn't a case of switching, <code>nouveau</code> is maturing in the kernel and it will be automatically selected by the kernel if no other driver is available.</p>\n\n<p>But the binary <code>nvidia</code> driver is still preferred. It offers more features and better perform...
null
null
null
null
null
29149
1
29151
2011-03-05T19:12:32.167
7
1539
<p>I have two screens set up on my desktop, the second is a projector. For obvious reasons I would like to have the secondary screen ( projector) display the full-screen view of OO Presentation. </p> <p>I am using an NVIDIA Graphics card and the NVIDIA X Server settings.</p>
10252
null
null
2011-03-05T19:47:21.903
Can OO Presentation go full-screen to the secondary monitor?
[ "10.10", "nvidia", "multiple-monitors", "openoffice.org" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes it is possible.</p>\n\n<p>Go to <code>Slide Show</code> -> <code>Slide Show Settings...</code> and select the desired display as your <code>Presentation display</code>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/wgPz4.png\" alt=\"enter image description here\"></p>\n\n<p>Now if you start your presentation using <kbd>F5</kbd> it will be displayed on the selected display.</p>\n\n<p>The same applies for LibreOffice.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T19:41:55.323", "id": "29151", "lastActivityDate": "2011-03-05T19:47:21.903", "lastEditDate": "2011-03-05T19:47:21.903", "lastEditorDisplayName": null, "lastEditorUserId": "2732", "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "29149", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p>Yes it is possible.</p>\n\n<p>Go to <code>Slide Show</code> -> <code>Slide Show Settings...</code> and select the desired display as your <code>Presentation display</code>.</p>\n\n<p><img src=\"https://i.stack.imgur.com/wgPz4.png\" alt=\"enter image description here\"></p>\n\...
null
null
null
null
null
29152
1
29158
2011-03-05T19:46:59.530
13
12801
<p>I'm trying to get Python working with Apache, however I'm failing to have success with either CGI or mod_python.</p> <p>Does anyone know a good tutorial or something?</p> <p>Thanks.</p>
9940
null
null
2011-03-07T15:20:28.503
How do I use Python with apache2?
[ "python", "apache2" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>mod_python</code> is basically non-maintained - you should look into <code>mod_wsgi</code>. Install the package <code>libapache2-mod-wsgi</code>, then issue <code>sudo a2enmod wsgi</code> to enable it.</p>\n\n<p>Just as a quick example to get it running, stuff something like this in your <code>/etc/apache2/sites-enabled/default</code>:</p>\n\n<pre><code>WSGIScriptAlias /test /path/to/python/file.py\n</code></pre>\n\n<p>And in the file <code>/path/to/python/file.py</code>:</p>\n\n<pre><code>def application(environ, start_response):\n start_response('200 OK', [('Content-Type', 'text/plain')])\n return \"Hello World\"\n</code></pre>\n\n<p>After re-starting Apache2, any request to <code>/test</code> will turn into a call of <code>application()</code> in your python file.</p>\n\n<p>For further reading, look into WSGI (WebServer Gateway Interface), <em>the</em> way Python integrates with web-servers.</p>\n\n<p><strong>Bonus / Update:</strong></p>\n\n<p>Python (unsurprisingly) has a small WSGI server in the standard library for testing. If you add this in the bottom of your file, you can run it as any old executable for testing purposes, and then let Apache take over for production:</p>\n\n<pre><code>if __name__ == '__main__':\n from wsgiref.simple_server import make_server\n\n httpd = make_server('', 8080, application)\n print \"Serving on http://localhost:8080\"\n\n httpd.serve_forever()\n</code></pre>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-03-06T01:08:02.567", "id": "32491", "postId": "29158", "score": "0", "text": "I got the following as an error, out of the apache log. As far as I can tell, it thinks it's not getting a string.", "userDisplayName": null, "userId": "9940" }, { "creationDate": "2011-03-06T01:08:30.163", "id": "32492", "postId": "29158", "score": "0", "text": "[Sat Mar 05 17:06:14 2011] [error] [client 127.0.0.1] mod_wsgi (pid=2844): Exception occurred processing WSGI script '/var/www/file.py'.\n[Sat Mar 05 17:06:14 2011] [error] [client 127.0.0.1] Traceback (most recent call last):\n[Sat Mar 05 17:06:14 2011] [error] [client 127.0.0.1] File \"/var/www/file.py\", line 2, in application\n[Sat Mar 05 17:06:14 2011] [error] [client 127.0.0.1] start_response(200, [('Content-Type', 'text/plain')])\n[Sat Mar 05 17:06:14 2011] [error] [client 127.0.0.1] TypeError: expected byte string object for status, value of type int found", "userDisplayName": null, "userId": "9940" }, { "creationDate": "2011-03-07T15:20:03.340", "id": "32674", "postId": "29158", "score": "0", "text": "Ah. My bad. I'm used to frameworks doing all the tricky stuff for me ;). I've updated the `200` to `'200 OK'` per http://www.python.org/dev/peps/pep-0333/", "userDisplayName": null, "userId": "6084" }, { "creationDate": "2011-03-07T22:50:16.463", "id": "32752", "postId": "29158", "score": "0", "text": "Great, that works. Last question: how do I make it display in html? My browser shows the return in plaintext, ignoring the markup.", "userDisplayName": null, "userId": "9940" }, { "creationDate": "2011-03-07T22:52:26.837", "id": "32753", "postId": "29158", "score": "1", "text": "Wait, got it: change text/plain to text/html.", "userDisplayName": null, "userId": "9940" }, { "creationDate": "2011-03-08T02:05:18.587", "id": "32777", "postId": "29158", "score": "0", "text": "On second thought, ONE more question: how do I get arguments from the url?", "userDisplayName": null, "userId": "9940" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T20:51:38.853", "id": "29158", "lastActivityDate": "2011-03-07T15:20:28.503", "lastEditDate": "2011-03-07T15:20:28.503", "lastEditorDisplayName": null, "lastEditorUserId": "6084", "ownerDisplayName": null, "ownerUserId": "6084", "parentId": "29152", "postTypeId": "2", "score": "17" }
[ { "accepted": true, "body": "<p><code>mod_python</code> is basically non-maintained - you should look into <code>mod_wsgi</code>. Install the package <code>libapache2-mod-wsgi</code>, then issue <code>sudo a2enmod wsgi</code> to enable it.</p>\n\n<p>Just as a quick example to get it running, stuff something...
null
null
null
null
null
29154
1
null
2011-03-05T19:57:23.333
1
488
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/5435/will-there-be-data-loss-for-upgrade">Will there be data loss for upgrade?</a> </p> </blockquote> <p>Can we upgrade a previous version of ubuntu to the latest version <strong>without losing data</strong> ? (For example, will I be able to upgrade the 10.10 version to 11.04, which is due to be released in April of 2011?) I mean, there is a new version coming out every 6 months, so it will be convenient if we are able to upgrade without losing on the data . </p>
11118
-1
2017-04-13T12:23:46.240
2011-03-05T22:24:41.620
Upgrading from a previous version of Ubuntu
[ "upgrade" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Yes. Upgrades do not erase your settings/data. You can run the command <code>sudo do-release-upgrade</code> in terminal to check for available upgrades. Run <code>do-release-upgrade -h</code> to see options, such as how to upgrade early (prior to release).</p>\n\n<p>Also, if ...
null
null
2011-03-05T22:37:21.520
null
null
29155
1
null
2011-03-05T20:17:26.633
6
409
<p>Everytime I start up, I get an error message from Ubuntu One that says I've exceeded my quota, but I'm only using 1.8 MB and I thought you got 2 GB.</p> <p>How do I fix this?</p>
11880
114
2011-03-06T01:09:32.077
2011-04-20T08:40:59.413
Quota Exceeded but I only use 1.8 MB
[ "10.10", "ubuntu-one", "quota" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I had the same problem, with actually (0.0 MB) usage. Later it came to my mind that i had turned off the 'autostart Ubuntu One daemon' at Startup Applications. After re-enabling, it started working normally. You should check if your's running...</p>\n\n<p><img src=\"https://i...
null
null
null
null
null
29156
1
29157
2011-03-05T20:17:26.663
2
3929
<p>I'm in the process of migrating a computer from Windows To Ubuntu. I followed <a href="http://fosswire.com/post/2008/03/migrate-your-thunderbird-emails-from-windows-to-linux/" rel="nofollow noreferrer">these instructions</a> to move my Thunderbird emails over. The emails that I moved show up, but when I try to check for new emails I get this message:</p> <blockquote> <p>Sending of password did not succeed. Mail server pop.windstream.net responded:</p> <p>[IN-USE] account is locked by another session or for maintenance, try again.</p> </blockquote> <p>I click OK and another box pops up saying:</p> <blockquote> <p>Login to server pop.windstream.net failed.</p> </blockquote> <p>With 3 options:</p> <ul> <li>&quot;Enter new password&quot; (I'm <strong>SURE</strong> the one I'm typing is correct)</li> <li>&quot;Cancel&quot;</li> <li>&quot;Retry&quot;</li> </ul> <p>I've tried all 3. Retyping my password, clicking &quot;Retry&quot;, same result.</p> <p>While I was typing this, I got a toast that said:</p> <blockquote> <p>Thunderbird's attempt to connect to pop.windstream.net has timed out.</p> </blockquote> <p>What is causing this and how can I fix it?</p>
5179
-1
2020-06-12T14:37:07.210
2019-08-30T11:37:26.863
What does "[IN-USE] account is locked by another session or for maintenance, try again." mean?
[ "email", "thunderbird" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The reason for my migration was a virus on the Windows machine. As it turns out, the virus was automatically sending email. A pop server can only handle one client at a time so I was prevented from accessing the account on another machine. Unplugging the infected machine's internet cord solved the problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T20:31:01.060", "id": "29157", "lastActivityDate": "2011-03-05T20:31:01.060", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5179", "parentId": "29156", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>The reason for my migration was a virus on the Windows machine. As it turns out, the virus was automatically sending email. A pop server can only handle one client at a time so I was prevented from accessing the account on another machine. Unplugging the infected machine's...
null
null
null
null
null
29160
1
29193
2011-03-05T21:21:58.623
14
8836
<p>Now that VirtualBox supports multiple monitors for guests, I decided to try it out with Ubuntu 11.04 Alpha3 (i386) as a guest.</p> <p>Unfortunately, the second screen stays black and I can't even get <code>xrandr</code> to see the other display.</p> <p>Is there some way of getting this feature to work?</p>
5
null
null
2011-03-06T07:12:29.683
How to get Ubuntu guest VM to recognize second VirtualBox monitor?
[ "virtualbox", "multiple-monitors", "guest-os" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I finally figured out how to get it working - I had to install:</p>\n\n<pre><code>sudo apt-get install virtualbox-ose-guest-x11\n</code></pre>\n\n<p>...and restart. The VM didn't boot the first time, but a hard reset seemed to sort things out.</p>\n\n<p><strong>Note:</strong> at first, Natty assumed I wanted to clone the displays... but a quick trip to <code>System-&gt;Preferences-&gt;Monitors</code> was able to fix that.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-08-21T22:37:16.700", "id": "427591", "postId": "29193", "score": "0", "text": "This package doesn't seem to be there in 13.04", "userDisplayName": null, "userId": "61844" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T00:27:21.617", "id": "29193", "lastActivityDate": "2011-03-06T00:27:21.617", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5", "parentId": "29160", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>Multiple monitor setup of Virtual Box requires the installation of <a href=\"https://askubuntu.com/questions/22743/cant-install-virtualbox-guest-additions-for-ubuntu/22745#22745\">Guest Additions</a> in the guest OS.</p>\n\n<p>Mostly depending on the graphic card there may st...
null
null
null
null
null
29163
1
29171
2011-03-05T21:50:18.583
11
14918
<p>I'm following the <a href="http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html">Nagios Ubuntu quickstart instructions</a>. I'm on Ubuntu 10.10 and installing Nagios 3.2.3.</p> <p>At the bottom of the docs it says I need to install the mailx and postfix packages. (Postfix is already installed.) But when I try to install mailx, I get asked which of 3 packages to install:</p> <pre><code>$ sudo apt-get install mailx [sudo] password for nagios: Reading package lists... Done Building dependency tree Reading state information... Done Package mailx is a virtual package provided by: mailutils 1:2.1+dfsg1-4ubuntu1 heirloom-mailx 12.4-1.1 bsd-mailx 8.1.2-0.20090911cvs-2ubuntu1 You should explicitly select one to install. E: Package mailx has no installation candidate </code></pre> <p>Which one should I install?</p>
1196
null
null
2011-03-06T04:07:17.960
Which mailx package should I install for Nagios?
[ "email", "mail", "postfix", "nagios3" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You should be able to install any of them. I have <code>bsd-mailx</code> on my system, and I don't see any reason not to go with it.</p>\n\n<p>It appears that this is the intended migration path.<br>\nHere's some of the <code>apt-cache show mailx</code> output:</p>\n\n<pre><code>Depends: bsd-mailx\nDescription: Transitional package for mailx rename\n This dummy package is provided to smooth the upgrade from mailx to\n bsd-mailx and can be safely removed afterwards.\n</code></pre>\n\n<p>Two additional things, though. The instruction set you're using is quite old at this point (as you've seen, some package names change over time). And it's also about installing from source. </p>\n\n<p>I'm assuming that you do actually want to install from source, presumably for more control or to get a specific version installed.<br>\nBut in case you weren't aware of this (or for others who are not), there are a number of pre-built pacakges in the repositories for nagios already.</p>\n\n<p>Here's some slightly edited output from <code>apt-cache search nagios</code> :</p>\n\n<pre><code>nagios3-core - A host/service/network monitoring and management system core files\nnagios3 - A host/service/network monitoring and management system\nnagios3-cgi - cgi files for nagios3\nnagios3-common - support files for nagios3\nnagios3-dbg - debugging symbols and debug stuff for nagios3\nnagios3-doc - documentation for nagios3\nnagios-images - Collection of images and icons for the nagios system\nnagios-nrpe-server - Nagios Remote Plugin Executor Server\nnagios-plugins - Plugins for the nagios network monitoring and management system\nnagios-plugins-basic - Plugins for the nagios network monitoring and management system\nnagios-plugins-standard - Plugins for the nagios network monitoring and management system\n[...]\ndjagios - A package to help configure nagios written in Django\nlibnagios-object-perl - module to parse and represent Nagios configuration as objects\nlibnagios-plugin-perl - family of perl modules to streamline writing Nagios\nmailping - monitor email service availability and functioning\nnagcon - console application interfacing to Nagios\nnagios-nrpe-plugin - Nagios Remote Plugin Executor Plugin\nnagios-plugins-extra - Plugins for the nagios network monitoring and manegement system.\nnagios-snmp-plugins - SNMP Plugins for nagios\nnagios-statd-client - Nagios client for monitoring remote system information\nnagios-statd-server - Nagios server for monitoring remote system information\nnagiosgrapher - Charting add-on for Nagios\nnagstamon - Nagios status monitor which takes place in systray or on desktop\nnagvis - Visualization addon for Nagios\nndoutils-nagios3-mysql - This provides the NDOUtils for Nagios with MySQL support\nnsca - Nagios service monitor agent\npomamonitor - A simple host downtime alert for GNOME/KDE desktop\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T22:34:19.847", "id": "29171", "lastActivityDate": "2011-03-05T22:47:12.420", "lastEditDate": "2011-03-05T22:47:12.420", "lastEditorDisplayName": null, "lastEditorUserId": "8844", "ownerDisplayName": null, "ownerUserId": "8844", "parentId": "29163", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>You should be able to install any of them. I have <code>bsd-mailx</code> on my system, and I don't see any reason not to go with it.</p>\n\n<p>It appears that this is the intended migration path.<br>\nHere's some of the <code>apt-cache show mailx</code> output:</p>\n\n<pre><...
null
null
null
null
null
29166
1
29170
2011-03-05T22:15:18.873
2
4660
<p>Sometimes ago I used KDE 3.5 I think, and really liked the transparency option for windows, which gave all my text editor a really killer look and feel, really nice/ethereal environment for coding.</p> <p>I haven't managed to find such a possibility with GNOME.</p> <p>Any idea if it is possible and how?</p>
10502
527764
2017-02-25T10:06:30.597
2017-02-25T10:08:45.313
Is there a way to set transparency of windows in GNOME?
[ "gnome", "window", "transparency" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Assuming that your system is able handle the <code>Opacify</code> compiz plugin then you just have to install <a href=\"https://launchpad.net/ubuntu/+source/compizconfig-settings-manager\" rel=\"nofollow noreferrer\">Advanced Desktop Effects Settings</a> </p>\n\n<pre><code>sudo apt-get install compizconfig-settings-manager\n</code></pre>\n\n<p>and play with the <code>Opacify</code> settings till you get your desired effect.</p>\n\n<p>To start the CompizConfig Settings Manager you go to <strong>System -> Preferences -> CompizConfig Settings Manager</strong></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-05T23:24:57.687", "id": "32469", "postId": "29170", "score": "0", "text": "I managed to install it, but didn't manage to find what to configure so has transparency takes effect ;-) There's an increase and decrease parameter which is certainly about opacity but dont know what sort of control it is. I'll look at it...", "userDisplayName": null, "userId": "10502" }, { "creationDate": "2011-03-06T09:32:35.683", "id": "32527", "postId": "29170", "score": "0", "text": "I have tried configuring the opacity with \"class=Gedit\" and window opacity value at 50... but my Gedit windows remain still plain opaque... maybe I should restart, but I have 20 windows openned,so I'll restart later... we'll see", "userDisplayName": null, "userId": "10502" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-05T22:32:53.967", "id": "29170", "lastActivityDate": "2017-02-25T10:08:45.313", "lastEditDate": "2017-02-25T10:08:45.313", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "29166", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Assuming that your system is able handle the <code>Opacify</code> compiz plugin then you just have to install <a href=\"https://launchpad.net/ubuntu/+source/compizconfig-settings-manager\" rel=\"nofollow noreferrer\">Advanced Desktop Effects Settings</a> </p>\n\n<pre><code>su...
null
null
null
null
null
29169
1
null
2011-03-05T22:23:39.690
8
5594
<p>I'm installing Ubuntu 10.10 32-bit version on an HP Envy 15. I get the same problem these people have here:</p> <p><a href="https://askubuntu.com/questions/15425/unable-to-find-a-medium-containing-a-live-file-system-error-when-installing">Error when installing: &quot;unable to find a medium containing a live file system&quot;</a></p> <p>but the question was never resolved. I spent so long researching and got so frustrated that I took my computer down to a shop and asked them to install it for me. It took them a while but they managed to get it installed. The reason for this error they had said was because Ubuntu didn't have the USB 3.0 drivers it needed to install properly.</p> <p>I'm reinstalling Ubuntu yet again and I've run into the same issue so my question is: does anyone know.. a) Where to get these USB 3.0 drivers? b) How to get them installed when installing the Ubuntu OS?</p> <p>Thanks,<br/> Matt</p>
11885
-1
2017-04-13T12:23:09.107
2012-11-06T10:19:34.173
Installing on a computer with USB 3.0 hardware
[ "installation", "drivers", "usb" ]
2
8
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T22:30:05.037", "id": "32457", "postId": "29169", "score": "0", "text": "Ubuntu supports USB3.0 already, maybe it's an error with the installer? Perhaps trying to install it via the alternate method might yield better results: http://www.ubuntu.com/desktop/get-ubuntu...
null
[ { "accepted": null, "body": "<p>If your computer have an SD slot card, install from it. Put the image in both, the CD and the SD card. Your computer will start from the CD and it will load the installation from the SD. This is because your SD has USB 2.0 ports.</p>\n\n<p>The HP Envy 15 have more issues to s...
null
null
null
null
null
29175
1
29180
2011-03-05T22:52:14.050
4
280
<p>I have many 7zip Archive with same password. When I extract it, both using GUI application and command line, I must enter same password again and again. When I read the 7za command manual pages, I just found how to specify the password to add an archive, not to extract it. 7za command need us to manually type the password. Is there any way to do it automatically?</p>
8002
866
2011-03-22T19:49:42.170
2011-03-22T19:49:42.170
Automation Extracting Many Passworded Archive
[ "command-line", "automation", "archive" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T23:32:14.677", "id": "32470", "postId": "29175", "score": "0", "text": "Do you mean that `7za e -p mypassword ...` doesn't work?", "userDisplayName": null, "userId": "10802" }, { "creationDate": "2011-03-05T23:33:21.547", "id": "32471", "post...
{ "accepted": true, "body": "<p>Yes there is.</p>\n\n<p>You can write a shell script to do that.</p>\n\n<pre><code>PASSWORD=\"YOUR PASSWORD\"\n\nfor archive in *.7z\ndo\n echo \"Extracting $archive\"\n 7z e -p{$PASSWORD} $archive\ndone\n</code></pre>\n\n<p>This will simply extract every <code>.7z</code> archive in the current directory using your password.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T23:28:01.640", "id": "29180", "lastActivityDate": "2011-03-05T23:28:01.640", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "29175", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Yes there is.</p>\n\n<p>You can write a shell script to do that.</p>\n\n<pre><code>PASSWORD=\"YOUR PASSWORD\"\n\nfor archive in *.7z\ndo\n echo \"Extracting $archive\"\n 7z e -p{$PASSWORD} $archive\ndone\n</code></pre>\n\n<p>This will simply extract every <code>.7z</code> a...
null
null
null
null
null
29179
1
null
2011-03-05T23:20:55.040
1
866
<p>Using Clonezilla, I cloned a Windows 7 installation from the first partition on one drive to the first partition on a second larger drive and then installed Ubuntu into the second partition (same configuration as the original drive, just newer version instead of old). </p> <p>Ubuntu detected the Windows 7 partition properly and added it to the grub menu. However, when I choose the win7 option in grub, I just get a black screen and blinking cursor. How can I fix this?</p> <p>@CentaurusA: Here is the output of boot info script output <a href="http://pastebin.com/778RP7Lp" rel="nofollow">http://pastebin.com/778RP7Lp</a></p>
10458
10458
2011-03-21T21:51:51.743
2011-03-21T21:51:51.743
Windows partition not booting
[ "grub2", "dual-boot", "ntfs" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-05T23:34:07.667", "id": "32472", "postId": "29179", "score": "0", "text": "Is the original hard drive still installed on the system?", "userDisplayName": null, "userId": "4982" }, { "creationDate": "2011-03-06T08:03:30.057", "id": "32514", "post...
null
[ { "accepted": null, "body": "<p>1.\nBoot from Windows Recovery CD, Windows Recovery Partition, or Installation CD</p>\n\n<p>2.\nClick on \"<a href=\"http://www.pctechbytes.com/wp-content/uploads/2010/06/windows_7_startup_repair.jpg\" rel=\"nofollow\">Repair your computer</a>\"</p>\n\n<p>3.\nClick on \"<a hr...
null
null
null
null
null
29181
1
29182
2011-03-05T23:28:02.637
3
1384
<p>Hey there, I'm trying to install a gedit plugin called <a href="https://github.com/dinkel/gedit-zoom/downloads/" rel="nofollow">zoom</a>, and in order for it to be picked up by gedit it needs to be extracted in this folder <code>/usr/lib/gedit-2/plugins</code>.</p> <p>My problem is I can't copy paste the files into that directory. I tried changing the permissions on that folder but it says "You are not the owner, so you cannot change these permissons".</p> <p>How do I fix this?</p>
11887
3037
2011-03-06T08:46:47.173
2011-03-06T08:46:47.173
Gaining access to a folder which requires you to be the admin/owner?
[ "permissions", "files", "folder", "administrator" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can simply copy the file using the command line.</p>\n\n<blockquote>\n <p>sudo cp SOURCEFILE DESTINATION</p>\n</blockquote>\n\n<p>This will run <code>cp</code> as root.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2014-07-09T22:25:44.167", "id": "661638", "postId": "29182", "score": "0", "text": "Why can't we just use the File Manager, @Octavian? This shouldn't be necessary. If Terminal allows a \"non-owner\" to perform this action - then there is no logical reason why File Manager cannot allow a \"non-owner\" to perform this action.", "userDisplayName": null, "userId": "302029" }, { "creationDate": "2014-07-11T09:27:55.547", "id": "664542", "postId": "29182", "score": "0", "text": "There is. You should read up on [`sudo`](http://manpages.ubuntu.com/manpages/trusty/en/man8/sudo.8.html).", "userDisplayName": null, "userId": "2732" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-05T23:31:53.667", "id": "29182", "lastActivityDate": "2011-03-05T23:31:53.667", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "29181", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>You can simply copy the file using the command line.</p>\n\n<blockquote>\n <p>sudo cp SOURCEFILE DESTINATION</p>\n</blockquote>\n\n<p>This will run <code>cp</code> as root.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2014-07-09T22:25:4...
null
null
null
null
null
29183
1
29192
2011-03-05T23:34:51.300
22
26421
<p>I have an OpenVPN config that I use on my Windows XP box and on my Ubuntu machine.</p> <p>When I use it with my Windows machine, I can connect to the VPN and access sites on the VPN, and the internet as normal. When I use it on my Ubuntu box, when connected to the VPN, I can only access internal sites - No internet access at all.</p> <p>I'm sure there is a way to configure OpenVPN on Ubuntu to allow internet connections, but I can't figure out how.</p>
10669
235
2011-03-06T17:31:43.207
2018-08-25T19:40:32.920
No internet access when VPN connected
[ "openvpn" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Found it - The option is under \"IPv4 Settings\", \"Routes\", \"Use this connection only for resources on its network\".</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-03-06T02:46:41.590", "id": "32521", "postId": "29192", "score": "0", "text": "Exactly, cos your vpn server config , push their route to you", "userDisplayName": null, "userId": "6586" }, { "creationDate": "2011-03-06T10:38:44.503", "id": "32530", "postId": "29192", "score": "0", "text": "Please stick on using a single account. If the answer solves your problem, mark it as accepted.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2013-03-16T20:03:40.230", "id": "336637", "postId": "29192", "score": "0", "text": "Can't understand what you are suggesting. Where is \"IPv4 Settings\", \"Routes\"", "userDisplayName": null, "userId": "69738" }, { "creationDate": "2014-05-12T17:05:17.703", "id": "613776", "postId": "29192", "score": "2", "text": "@JKAUSHALYA in the Network Manager config, if you're editing the VPN connection, there are tabs for IPv4 and IPv6 settings. In those tabs, there is a button at the bottom labeled \"Routes...\" which brings up a window with the options referenced in this answer.", "userDisplayName": null, "userId": "245353" }, { "creationDate": "2014-10-28T17:24:30.220", "id": "743316", "postId": "29192", "score": "3", "text": "@user11891 Not worked for me. The internet connection is working when I connect to the VPN, but now I can't access the VPN machines.", "userDisplayName": null, "userId": "84486" }, { "creationDate": "2016-06-02T20:37:47.713", "id": "1169777", "postId": "29192", "score": "0", "text": "For what its worth (and I have no idea why), the IPv6 equivalent setting worked for me (without the IPv4 setting), thanks :)", "userDisplayName": null, "userId": "330694" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T00:16:57.633", "id": "29192", "lastActivityDate": "2011-03-06T00:16:57.633", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user11891", "ownerUserId": null, "parentId": "29183", "postTypeId": "2", "score": "33" }
[ { "accepted": true, "body": "<p>Found it - The option is under \"IPv4 Settings\", \"Routes\", \"Use this connection only for resources on its network\".</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-03-06T02:46:41.590", "id": "32521", "postId": "291...
null
null
null
null
null
29185
1
29186
2011-03-05T23:37:02.177
5
5090
<p>This is pretty confusing to me, even after reading through Audacity and PulseAudio's Wiki and Docs. </p> <p>I know this may be a pretty detailed and long explanation, so thank you in advance for any advice you can give.</p>
10252
1992
2013-08-31T18:01:31.887
2013-08-31T18:05:10.197
How do I setup Audacity and PulseAudio to Record from a line in?
[ "pulseaudio", "audacity" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Open gnome-volume control, and choose line-in from the input tab.\n<img src=\"https://i.stack.imgur.com/CQYkq.png\" alt=\"screenshot\"></p>\n\n<p><strong>NB:</strong> <em>While the screenshot is outdated, in the latest versions of Ubuntu this has been tested and works. However, results may vary depending on the sound card. If you encounter issues, please ask a new question, linking to this question for context.</em></p>\n\n<p>Then in audacity ensure that it is set to record from Pulse. This will ensure that it records whatever pulseaudio is recording.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-05T23:43:25.657", "id": "29186", "lastActivityDate": "2013-08-31T18:05:10.197", "lastEditDate": "2013-08-31T18:05:10.197", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "29185", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Open gnome-volume control, and choose line-in from the input tab.\n<img src=\"https://i.stack.imgur.com/CQYkq.png\" alt=\"screenshot\"></p>\n\n<p><strong>NB:</strong> <em>While the screenshot is outdated, in the latest versions of Ubuntu this has been tested and works. Howeve...
null
null
null
null
null
29187
1
29191
2011-03-05T23:48:03.483
12
708
<p>I know quickly is supposed to make life easier for developers of all kinds, I'm just curious as to if there is an IDE for quickly (something like QtCreator or Monodevelop)?</p> <p>If not, as a part B, is there one on the way?</p>
1992
14356
2012-04-08T21:07:43.300
2012-12-06T13:26:31.100
Does Quickly have an IDE of some sort?
[ "application-development", "quickly" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The short answer is no.</p>\n\n<p>A <code>quickly edit</code> command will open all python files in your default editor. You can however use your preferred editor or IDE for development.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-06T00:22:11.360", "id": "32486", "postId": "29191", "score": "1", "text": ":( - some day I hope that I get a surprise in one of my curiosity questions :/", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T00:14:56.493", "id": "29191", "lastActivityDate": "2011-03-06T12:35:18.640", "lastEditDate": "2011-03-06T12:35:18.640", "lastEditorDisplayName": null, "lastEditorUserId": "2732", "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "29187", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p>The short answer is no.</p>\n\n<p>A <code>quickly edit</code> command will open all python files in your default editor. You can however use your preferred editor or IDE for development.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-...
null
null
null
null
null
29188
1
null
2011-03-05T23:56:50.387
3
1391
<p>I'm (trying to) switch to Ubuntu from Windows XP on my work laptop. Unfortunately, one of the dealbreakers is that I need full Exchange contact/calendar syncing.</p> <p>Our email is hosted by Rackspace (owa.mailseat.com). We login using the usernames of the format first.lastname@ourcompany.com.</p> <p>I'm trying to set up Evolution to use this account, using exchange-connector-setup-2.32. The first step, entering the OWA URL, usename and password works, and progresses to step 2, where I need to enter a Global Catalog server. I have no idea what to enter here. Everything fails.</p> <p>My questions are - What is the "Global Catalog server" - can I enter/run some dummy server here? - If its necessary, where can I get the information from this? I have a Windows XP machine synced up using Outlook 2007, so if I need to gather any information from that setup I can.</p>
10669
null
null
2011-06-06T03:45:49.523
Evolution - exchange-connector, Rackspace global catalog server
[ "evolution", "ms-exchange" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-07T04:13:46.990", "id": "32616", "postId": "29188", "score": "0", "text": "What version of Exchange is running on the server?", "userDisplayName": null, "userId": "8844" } ]
null
[ { "accepted": null, "body": "<p>The Global Catalog Server name can be found in your outlook Names</p>\n\n<p>Steps below</p>\n\n<ul>\n<li>Open a new email message in Outlook.</li>\n</ul>\n\n<p>then</p>\n\n<ul>\n<li>Click on the \"To:\" button to get the\n\"Select Names\" dialog</li>\n</ul>\n\n<p>then</p>\n\n...
null
null
null
null
null
29190
1
null
2011-03-06T00:12:24.223
6
2512
<p>Whenever I type in 'boot' I get the error message, "no loaded kernel".<br> How do I boot normally again? </p> <p>grub version 1.98<br> dual-booting ubuntu and windows</p>
null
25798
2012-07-09T13:11:16.233
2012-07-09T13:11:16.233
In GNU GRUB, I receive error: no loaded kernel. How do I load a kernel?
[ "grub2", "kernel" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Looking at various reports about this error which is related to the version of grub that comes with 9.10 Karmic Koala. The solution would be to burn a copy of 10.04 livecd and follow the steps detailed here <a href=\"https://help.ubuntu.com/community/Grub2#Reinstalling%20from...
null
null
null
null
user11890
29195
1
null
2011-03-06T00:49:44.843
3
175
<p>I have inserted an audio CD. I have also logged into another account on the same machine through <code>ssh -X</code>.</p> <p>I can successfully launch Rhythmbox, but it doesn't see the CD I have inserted, even though it is visible in my main account.</p> <p>How can I convince Rhythmbox that a CD has been inserted? I already tried 'Scan for Removable Media', but that didn't work.</p> <hr> <p><strong>Update:</strong> VLC can see and access <code>/dev/cdrom</code> but Rhythmbox cannot.</p>
5
5
2011-03-20T21:30:39.470
2011-03-20T21:30:39.470
How to get Rhythmbox running on another user account to see the audio CD I inserted?
[ "sound", "ssh", "rhythmbox", "cd" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You probably need to add your user to the 'cdrom' group. <code>System &gt; Admin &gt; Users and Groups</code> provides a handy GUI app.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-14T00:00:55.217", "id": "33858", ...
null
null
null
null
null
29197
1
29198
2011-03-06T00:58:35.477
3
83
<p>When coal was young I was using fvwm (or maybe tvwm?) which allowed me to define many different zooms and control them using keyboard, something like</p> <ul> <li><kbd>Super</kbd>+<kbd>left</kbd>: make the window fill the left half of the screen</li> <li><kbd>Super</kbd>+<kbd>top</kbd>: the same for the top half</li> <li><kbd>Super</kbd>+<kbd>pgdown</kbd>: zoom horizontally</li> </ul> <p>and so on. Pressing the key again restored the original size.</p> <p>How can I do it with Ubuntu?</p>
10802
114
2011-03-06T01:13:19.293
2011-03-06T02:36:24.633
Different partial zooms using keyboard
[ "keyboard", "shortcut-keys", "window-manager", "zooming" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The compiz grid plugin is what you want. You can use Cntrl + Alt + NumPad keys for what aligning to top left, right, etc.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T02:10:20.987", "id": "29198", "lastActivityDate": "2011-03-06T02:36:24.633", "lastEditDate": "2011-03-06T02:36:24.633", "lastEditorDisplayName": null, "lastEditorUserId": "5297", "ownerDisplayName": null, "ownerUserId": "5297", "parentId": "29197", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>The compiz grid plugin is what you want. You can use Cntrl + Alt + NumPad keys for what aligning to top left, right, etc.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06...
null
0
null
null
null
29199
1
29214
2011-03-06T02:15:56.423
4
4243
<p>I've seen screenshots with different backgrounds on the AisleRiot card game. How do I set one in Ubuntu?</p> <p>Here is a picture of the background I made in GIMP which I want to use in AisleRiot;</p> <p><img src="https://i.stack.imgur.com/q02th.jpg" alt="enter image description here"></p> <p>Please don't take credit for my image if you want to use it, I am planning on implementing this into the default theme of AisleRiot on 11.04.</p>
2935
2935
2011-03-06T17:34:56.200
2011-03-06T17:34:56.200
How do I add a background in AisleRiot Solitaire?
[ "gnome", "themes", "games", "desktop-background" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2014-08-17T17:57:37.267", "id": "693450", "postId": "29199", "score": "0", "text": "That is a gorgeous image, congrats! Can I use it under the GPL3+, giving full credits and copyright to you?", "userDisplayName": null, "userId": "11015" } ]
{ "accepted": true, "body": "<p>At the moment, I think the built-in method to do this is broken. </p>\n\n<p>You should be able to install themes by going to the \"View\" menu, selecting \"Card Style,\" then selecting \"Install card themes...\" . </p>\n\n<p><img src=\"https://i.stack.imgur.com/cUeCH.png\" alt=\"enter image description here\"></p>\n\n<p>See <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/652181\" rel=\"nofollow noreferrer\">this bug</a> for gnome-games on Launchpad. </p>\n\n<p>Please add yourself to the bug if you believe you are affected.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-06T17:02:30.427", "id": "32559", "postId": "29214", "score": "0", "text": "Oh I can do that, it's just that the background stays green and cannot be changed by any theme. It also doesn't work if I change the \"baize.png\" (background image) file manually.", "userDisplayName": null, "userId": "2935" }, { "creationDate": "2011-03-06T19:14:59.273", "id": "32577", "postId": "29214", "score": "0", "text": "Yes, I believe that's part of the bug. I've encountered the same thing.", "userDisplayName": null, "userId": "8844" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T06:35:09.823", "id": "29214", "lastActivityDate": "2011-03-06T06:35:09.823", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8844", "parentId": "29199", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>At the moment, I think the built-in method to do this is broken. </p>\n\n<p>You should be able to install themes by going to the \"View\" menu, selecting \"Card Style,\" then selecting \"Install card themes...\" . </p>\n\n<p><img src=\"https://i.stack.imgur.com/cUeCH.png\" al...
null
null
null
null
null
29200
1
null
2011-03-06T02:19:39.757
5
1475
<p>I have a <strong>Samsung RF510</strong> laptop computer. Upon installing Ubuntu 10.10 onto it I could not get the trackpad to function properly. It works as a basic mouse (point and click) but had no functionality for edge scrolling or any of the multitouch settings the trackpad is capable of. </p> <p>I discovered the reason is a known issue where the Ubuntu kernel will improperly detect an Elantech trackpad as a logitech PS/2 wheel mouse, and as such will gain none of the functionality that seems to be coded for synaptics trackpads.</p> <p>Is there any way to get this working properly? I would like basic scrolling/zooming/etc I've been used to using these features for as long as I can remember.</p>
null
47291
2013-02-01T20:12:09.493
2013-02-01T20:12:09.493
How to get Elantech trackpad to be identified properly, curently has no extended functionality
[ "hardware", "mouse", "input-devices", "samsung", "trackpad" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-28T12:24:07.860", "id": "67307", "postId": "29200", "score": "0", "text": "I had a similar problem on my asus. This worked for me: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/681904/comments/64 (afterwards, \"sudo rmmod psmouse && sudo modpr...
null
[ { "accepted": null, "body": "<p>While this doesn't fix the problem you're having, it does fix all the other problems that exist with the RF510. Things such as the backlight and function keys. He did address the touchpad problem, but doesn't know of a fix at the moment.</p>\n\n<p><a href=\"http://ubuntuforum...
null
null
null
null
user11895
29201
1
null
2011-03-06T02:41:16.377
2
456
<p>I can start up IntelliJ Idea using the commandline, which is a shell script that starts up a java process. It then appears in the launcher, as normal. I can select "Keep in Launcher", but it only remains there until I reboot, then it disapears again.</p> <p>This is the only application I've seen that does this - Stuff already in the applications menu stocks around fine if I tell it to stay in the launcher.</p>
null
235
2011-03-06T17:32:43.463
2011-03-13T02:39:22.517
Certain applications don't stay in Launcher
[ "10.10", "unity" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T17:32:54.370", "id": "32566", "postId": "29201", "score": "1", "text": "Related: http://askubuntu.com/questions/6222/how-do-i-add-programs-to-the-unity-launcher", "userDisplayName": null, "userId": "235" } ]
null
[ { "accepted": null, "body": "<p>Docky has the same problem with Java applications and their entries in the dock. Following this advice should help in Unity: <a href=\"http://wiki.go-docky.com/index.php?title=How_to_Customize_Window_Matching\" rel=\"nofollow\">How to Customize Window Matching</a> .</p>\n", ...
null
null
null
null
user11891
29203
1
null
2011-03-06T02:56:27.730
0
176
<p>I have an Asipre One D255E netbook. </p> <p>Installed 9.10 sucessfully, but no internet connections to upgrade to 10.04 or 10.10. </p> <p>Have 10.10 alternate (couldnt get 10.04). However it says that no cd-rom present (netbook via live usb), and I directed it to sdb1 but that did not work. </p> <p>Could someone guide me to the steps to installation via alternate USB only (&amp; no internet)?</p> <p>The live usb's of 10.04 &amp; 10.10 internet connections worked, but installation hanged (non alternate).</p> <p>Thank you greatly in advance.</p>
null
67335
2014-08-04T14:20:29.670
2014-08-04T14:20:29.670
netbook alternate installation/update
[ "alternative", "usb-installation" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Have a read of the Upgrade Notes <a href=\"https://help.ubuntu.com/community/UpgradeNotes\" rel=\"nofollow\">here</a>. It is recommended that you upgrade from progressive versions or LTS releases only.</p>\n\n<p>Try and install via the method outlined by UbuntuGeek <a href=\"...
null
null
null
null
user11847
29209
1
37805
2011-03-06T04:31:03.737
26
5178
<p>Is it possible to disable the the new resize gripper that shows up in Ubuntu Natty/11.04?</p> <p><img src="https://i.stack.imgur.com/DnJZJ.png" alt="enter image description here"></p>
9812
169736
2014-05-15T14:53:47.933
2014-05-15T14:53:47.933
Disable resize gripper in windows?
[ "gtk" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-28T16:53:28.267", "id": "36348", "postId": "29209", "score": "6", "text": "just curious why do want to disable it?", "userDisplayName": null, "userId": "5149" }, { "creationDate": "2011-04-01T17:11:55.937", "id": "36988", "postId": "29209", ...
{ "accepted": true, "body": "<p>It is possible to resize grippers or hide them by setting width and height to a zero. Put the following into <code>~/.gtkrc-2.0</code>:</p>\n\n<pre><code>style \"default-style\"\n{\n GtkWindow::resize-grip-height = 0\n GtkWindow::resize-grip-width = 0\n}\n\nclass \"GtkWidget\" style \"default-style\"\n</code></pre>\n\n<p>or add this strings in \"default\" style body of /usr/share/themes//gtk-2.0/gtkrc:</p>\n\n<pre><code> GtkWindow::resize-grip-height = 0\n GtkWindow::resize-grip-width = 0\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-05-27T11:30:55.377", "id": "49908", "postId": "37805", "score": "0", "text": "This is superb.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2012-09-11T07:43:45.970", "id": "232360", "postId": "37805", "score": "0", "text": "@user15328 Is this also possible for gnome3-based ubuntu(11.10,12.04)?", "userDisplayName": null, "userId": "11112" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T03:02:20.230", "id": "37805", "lastActivityDate": "2011-07-19T04:31:33.610", "lastEditDate": "2011-07-19T04:31:33.610", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "15328", "parentId": "29209", "postTypeId": "2", "score": "19" }
[ { "accepted": null, "body": "<p>As a user, this isn't possible. Since it would require you to manually modify the source of an application and include the below line:</p>\n\n<pre><code>gtk_window_set_has_resize_grip(window, false);\n</code></pre>\n\n<p>This feature was backported from GTK3 and hence the dev...
null
null
null
null
null
29211
1
30644
2011-03-06T05:26:05.903
7
2868
<p>I have an application installed which can make use of my CUDA graphics card, but I'm not sure if I have it configured correctly. Is there a way to check the graphics card activity (throughput, power draw, anything which will tell me if it is being utilised)?</p>
3739
3739
2011-03-06T05:36:49.670
2012-12-11T15:13:21.933
Check graphics card activity
[ "graphics", "cuda" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Are you using the proprietary nvidia drivers (otherwise CUDA doesn't work anyway, I think)? If so, you can run the <code>nvidia-smi</code> command in a terminal:</p>\n\n<pre><code>nvidia-smi -a\n</code></pre>\n\n<p>This gives you – among other infos – the GPU utilization in %.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-16T16:15:37.850", "id": "30644", "lastActivityDate": "2011-03-16T16:15:37.850", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "275", "parentId": "29211", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Are you using the proprietary nvidia drivers (otherwise CUDA doesn't work anyway, I think)? If so, you can run the <code>nvidia-smi</code> command in a terminal:</p>\n\n<pre><code>nvidia-smi -a\n</code></pre>\n\n<p>This gives you – among other infos – the GPU utilization in %...
null
0
null
null
null
29212
1
null
2011-03-06T05:51:46.587
6
231
<p>I'm just curious to know if the Light themes will get overhauled for Natty since they jumped from being okay in Lucid to being awesome in Maverick.</p>
2960
1067
2011-03-06T09:45:15.550
2011-03-06T09:45:15.550
Does somebody know if the Light themes will get overhauled for Natty?
[ "11.04", "themes" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Currently the themes have the following changes from the maverick version from the changelog.</p>\n\n<blockquote>\n <ul>\n <li><p>Ambiance/gtk-2.0/gtkrc</p>\n \n <ul>\n <li>Removed style for IdoMessageDialog *\n Radiance/gtk-2.0/gtkrc</li>\n <li>Removed style for Ido...
null
null
null
null
null
29215
1
29217
2011-03-06T07:06:52.743
21
88626
<p>How could I read user input as an array in the <code>bash</code> shell?</p>
11749
420786
2019-03-11T03:43:55.963
2021-09-04T08:54:01.227
How can I read user input as an array in Bash?
[ "command-line", "bash" ]
5
2
CC BY-SA 4.0
[ { "creationDate": "2011-03-06T07:48:31.027", "id": "32512", "postId": "29215", "score": "0", "text": "I'm presuming you want to read from stdin? My answer will also work with execution like `cat war_and_peace.txt | ./array_test.sh`.", "userDisplayName": null, "userId": "1067" }, { ...
{ "accepted": true, "body": "<p>Here's one way to do it:</p>\n\n<pre><code>while read line\ndo\n my_array=(\"${my_array[@]}\" $line)\ndone\n\necho ${my_array[@]}\n</code></pre>\n\n<p>If you just run it, it will keep reading from standard-input until you hit Ctrl+D (EOF). Afterwards, the lines you entered will be in <code>my_array</code>. Some may find this code confusing. The body of the loop basically says <code>my_array = my_array + element</code>. </p>\n\n<p>Some interesting pieces of documentation:</p>\n\n<ul>\n<li><p>The <a href=\"http://tldp.org/LDP/abs/html/\">Advanced Bash-Scripting Guide</a> has a great <a href=\"http://tldp.org/LDP/abs/html/arrays.html\"><strong>chapter on arrays</strong></a></p></li>\n<li><p>The manpage of the <strong><a href=\"http://ss64.com/bash/read.html\">read</a></strong> builtin</p></li>\n<li><p><a href=\"http://www.thegeekstuff.com/2010/06/bash-array-tutorial/\">15 array examples</a> from thegeekstuff.com</p></li>\n</ul>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-09T05:04:50.833", "id": "32964", "postId": "29217", "score": "4", "text": "`read -r` is quite useful/important sometimes... Stefano's link to the \"read builtin manpage\" explains its purpose...(to prevent backslash interpretation).", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2020-06-02T15:30:32.957", "id": "2101556", "postId": "29217", "score": "0", "text": "Not very useful in a script wanting user input", "userDisplayName": null, "userId": "483497" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T07:46:31.653", "id": "29217", "lastActivityDate": "2011-03-06T08:13:13.333", "lastEditDate": "2011-03-06T08:13:13.333", "lastEditorDisplayName": null, "lastEditorUserId": "1067", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "29215", "postTypeId": "2", "score": "18" }
[ { "accepted": true, "body": "<p>Here's one way to do it:</p>\n\n<pre><code>while read line\ndo\n my_array=(\"${my_array[@]}\" $line)\ndone\n\necho ${my_array[@]}\n</code></pre>\n\n<p>If you just run it, it will keep reading from standard-input until you hit Ctrl+D (EOF). Afterwards, the lines you entered...
null
null
null
null
null
29218
1
null
2011-03-06T08:16:07.827
1
877
<p>I just installed Ubuntu 10.10 Netbook Remix on my HP Mini 1000. Everything worked fine right up until I tried typing - apparently the left and right arrow keys on my keyboard are uncontrollable. Everything I type ends up looking messed up because the left and right keys keep automatically inserting themselves into everything I type.</p> <p>This also happens when I click on, say, "File" on Firefox. It starts rotating between all the different menu options even though I'm not pressing anything on the keyboard.</p> <p>Does anyone have any idea what's going on? Is this a problem with the keyboard itself?</p>
null
235
2011-03-06T17:34:09.607
2011-06-08T01:58:51.653
Left and right keys acting crazy?
[ "10.10", "ubuntu-netbook", "keyboard", "hp" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-05-06T03:36:04.560", "id": "44476", "postId": "29218", "score": "0", "text": "First keys that broken on my notebook, was arrows too. But try another OS or LiveCD for sure", "userDisplayName": null, "userId": "2026" } ]
null
[ { "accepted": null, "body": "<p>I think its an issue with the hardware. But you may also check 'Applications' > 'Keyboard' (under System).</p>\n\n<p>There you can check the configuration and see if there is anything making your arrow keys go crazy (though I guess You have tried that already).</p>\n\n<p>Also...
null
null
null
null
user11903
29219
1
29224
2011-03-06T08:44:23.500
2
673
<p>I need help making a script that would do this</p> <p>This is what I would do manually in terminal (I will be using the .getmusic script from 360 percents to download myspace music):</p> <pre><code>cd /home/eric/Music </code></pre> <p>to make sure music gets downloaded to <code>/home/eric/Music</code>:</p> <pre><code>/home/eric/getmusic.sh http://www.myspace.com/ARTIST </code></pre> <p>I would like to be able to enter the clipboard text automatically (I don't know how to) in place of "Artist" </p> <p>music is downloaded to <code>/home/eric/Music</code> in .mp3 format</p> <pre><code>scp -r /home/eric/Music/* root@192.168.0.183:/var/mobile/Media/Music </code></pre> <p>copies music to Ipod via SSH</p>
11902
6969
2011-03-06T09:25:07.463
2011-03-06T09:25:07.463
Script to download music and transfer to Ipod?
[ "command-line", "bash", "scripts", "ipod" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T09:26:26.477", "id": "32526", "postId": "29219", "score": "0", "text": "It's not really efficient to `scp` all files in `~/Music`, especially if the folder gets big.", "userDisplayName": null, "userId": "6969" } ]
{ "accepted": true, "body": "<p>Create <code>mus.sh</code> and make it executable (<code>chmod +x mus.sh</code>):</p>\n\n<pre><code>#!/bin/sh\ncd /home/eric/Music\n/home/eric/getmusic.sh \"http://www.myspace.com/$*\"\nscp -r /home/eric/Music/* root@192.168.0.183:/var/mobile/Media/Music\n</code></pre>\n\n<p>Usage:</p>\n\n<pre><code>./mus.sh ARTIST\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T09:24:35.113", "id": "29224", "lastActivityDate": "2011-03-06T09:24:35.113", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "29219", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Create <code>mus.sh</code> and make it executable (<code>chmod +x mus.sh</code>):</p>\n\n<pre><code>#!/bin/sh\ncd /home/eric/Music\n/home/eric/getmusic.sh \"http://www.myspace.com/$*\"\nscp -r /home/eric/Music/* root@192.168.0.183:/var/mobile/Media/Music\n</code></pre>\n\n<p>...
null
null
null
null
null
29222
1
29223
2011-03-06T09:08:48.137
1
567
<p>How can I make a OpenVPN run automatically whenever my system is connected to the internet?</p>
814
6969
2011-03-06T09:17:22.320
2011-03-06T09:17:22.320
Run OpenVPN service on connection to internet
[ "internet", "vpn", "openvpn" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T09:18:16.887", "id": "32523", "postId": "29222", "score": "0", "text": "Please use \"OpenVPN\" instead of \"VPN\". From [your other question](http://askubuntu.com/q/28733/6969), I guess you really meant \"OpenVPN\".", "userDisplayName": null, "userId": "6969...
{ "accepted": true, "body": "<p>When OpenVPN starts with a VPN (<code>/etc/openvpn/*.conf</code>), it will continue to try connecting to the server. No worries :)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-06T09:18:18.017", "id": "32524", "postId": "29223", "score": "0", "text": "So I just need to have OpenVPN on my startup list?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-03-06T09:20:24.177", "id": "32525", "postId": "29223", "score": "0", "text": "When installing OpenVPN, it puts a startup script at `/etc/init.d/openvpn`. This script starts any VPN configurations defined in `/etc/openvpn/*.conf`. The packaga manager already took care of starting the services, all you have to do after installing OpenVPN is creating a configuration file in `/etc/openvpn/*.conf`, which you've already done.", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T09:17:02.713", "id": "29223", "lastActivityDate": "2011-03-06T09:17:02.713", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "29222", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>When OpenVPN starts with a VPN (<code>/etc/openvpn/*.conf</code>), it will continue to try connecting to the server. No worries :)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-06T09:18:18.017", "id": "32524", "pos...
null
null
null
null
null
29229
1
29237
2011-03-06T10:10:28.567
12
9538
<p>It seems I am running <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/580735">this bug</a>. Sometimes my clock applet just stops running, and I have a pop-up window saying 'The clock has quit unexpectedly'. Between 'Reload' and 'Close', I have unfortunately chosen the second option. Even if I have rebooted, I cannot launch the applet anymore. I am on Ubuntu 10.10.</p> <p>Can somebody give me the command line that I could use in the application launcher appearing when <kbd>Alt</kbd> + <kbd>F2</kbd> are hit ? Or any other solution in order to recover the applet on the gnome-panel ?</p>
5592
17739
2011-11-02T21:09:00.010
2014-08-10T16:19:56.413
How do I reload the clock applet?
[ "gnome-panel", "applet", "clock" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2015-02-25T02:21:07.917", "id": "818956", "postId": "29229", "score": "2", "text": "**ATTENTION**: For users running **unity**, see my answer above, at the bottom of the page", "userDisplayName": null, "userId": "236280" } ]
{ "accepted": true, "body": "<p>As long as you didn't tell the panel to \"delete\" the clock applet, you should be able to get it back with a simple restart of the gnome-panel itself. Just hit <kbd>Alt</kbd>-<kbd>F2</kbd>, then run :</p>\n\n<pre><code>killall gnome-panel\n</code></pre>\n\n<p>That will restart the panel and reload your clock.</p>\n\n<p>If you've deleted the clock applet, you'll have to re-apply it. Right click on an empty area of your panel, right click and choose \"Add to panel\". Then find and choose the \"Clock\" applet, then hit the add button at the bottom.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-06T11:37:55.793", "id": "32542", "postId": "29237", "score": "1", "text": "+1: If it's not there after a reboot, it most likely has been removed.", "userDisplayName": null, "userId": "3037" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-06T11:16:31.660", "id": "29237", "lastActivityDate": "2011-11-02T21:09:11.663", "lastEditDate": "2011-11-02T21:09:11.663", "lastEditorDisplayName": null, "lastEditorUserId": "17739", "ownerDisplayName": null, "ownerUserId": "861", "parentId": "29229", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>As long as you didn't tell the panel to \"delete\" the clock applet, you should be able to get it back with a simple restart of the gnome-panel itself. Just hit <kbd>Alt</kbd>-<kbd>F2</kbd>, then run :</p>\n\n<pre><code>killall gnome-panel\n</code></pre>\n\n<p>That will rest...
null
null
null
null
null
29230
1
null
2011-03-06T10:11:25.887
188
225916
<p>I have some PDFs which are actually forms, with fields to fill. Is there some software that can fill those fields?</p>
2623
235
2011-03-06T19:45:32.773
2023-06-27T01:49:01.657
Is there software that can fill PDF forms?
[ "software-recommendation", "pdf" ]
20
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>PDFEdit (<a href=\"http://apt.ubuntu.com/p/pdfedit\" rel=\"nofollow noreferrer\">Click To Install</a> on 12.04 or earlier)</p>\n\n<p>Just Launch it from application -> Graphics and then \nclick \"Add text\"</p>\n\n<p><img src=\"https://i.stack.imgur.com/BgWzs.png\" alt=\"ente...
null
null
null
null
null
29231
1
29234
2011-03-06T10:26:14.763
2
750
<p>I'm using 64 bit version of Ubuntu 10.10 and have some problems with broken dependencies. I needed Adobe Air but it was not availble via apt-get, so I downloaded it from Adobe and installed. Then I succesfully installed adobe air application. It started and works pretty good. However when I start synaptic it claims that I have broken package (it is my adobe air application with some numbers attached). It says that this application requires adobeair package which can't be found in repositories and thus it can't be installed. But I have it and it works.</p> <p>Do you know any workaround? For example how to tell dpkg that I have adobeair installed, or how to remove my application from list of installed packages? I haven't installed it via dpkg or apt-get, but with adobe air installer, so I don't need it to be registred in dkpg</p> <p>However I have adobeair package:</p> <pre><code>dpkg --list |grep adobeair ii adobeair 2.5.1.17730 Adobe AIR 2 </code></pre> <p>And still apt-get says:</p> <pre><code> someapp.a1909296681c7acefe45687d3a64758c8659bf46.1 : PreRequire: adobeair (&gt;= 2.0.0.0) but it can't be installed </code></pre> <p>Above line was in other language and I translated it to english, so original text can be different.</p>
1994
235
2011-03-06T17:26:58.870
2011-03-06T17:26:58.870
How to fix a broken Adobe Air package?
[ "dpkg", "adobe-air", "package-management" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I would advise you to uninstall the manually installed version and then <a href=\"http://ubuntuone.com/p/euK/\" rel=\"nofollow\">download this deb</a> and install it. (Packaged by prakash advani <a href=\"http://cityblogger.com/archives/2011/02/25/64-bit-adobe-air-for-ubuntu\" rel=\"nofollow\">here)</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-03-06T11:00:53.127", "id": "32535", "postId": "29234", "score": "0", "text": "I have the Canonical Partner Repository enabled, but it seems to not include adobeair package for Ubuntu 10.10 (64 bit version), so I can't install it like in your answer.", "userDisplayName": null, "userId": "1994" }, { "creationDate": "2011-03-06T11:09:04.703", "id": "32539", "postId": "29234", "score": "0", "text": "didn't notice the 64-bit.edited and included the 64-bit deb.", "userDisplayName": null, "userId": "5149" }, { "creationDate": "2011-03-06T11:49:56.920", "id": "32543", "postId": "29234", "score": "0", "text": "Thanks, I already found [this blog post](http://blogs.balsamiq.com/tech/2010/02/22/better-adobe-air-beta-2-package-for-ubuntu-64-bit-jaunty/) and it works. Solution provided in your links looks similar, so I accept your answer. Thanks!", "userDisplayName": null, "userId": "1994" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T10:36:48.050", "id": "29234", "lastActivityDate": "2011-03-06T11:08:35.250", "lastEditDate": "2011-03-06T11:08:35.250", "lastEditorDisplayName": null, "lastEditorUserId": "5149", "ownerDisplayName": null, "ownerUserId": "5149", "parentId": "29231", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I would advise you to uninstall the manually installed version and then <a href=\"http://ubuntuone.com/p/euK/\" rel=\"nofollow\">download this deb</a> and install it. (Packaged by prakash advani <a href=\"http://cityblogger.com/archives/2011/02/25/64-bit-adobe-air-for-ubuntu\...
null
null
2013-12-30T12:55:35.990
null
null
29233
1
null
2011-03-06T10:36:34.270
3
285
<p>I can't get my e-mail account (a free Tiscaly account) set up, following the video guide to enter some special settings. When I use a GMail account I created for this, it works very well indeed; most of the information was filled in automatically.</p> <p>Can someone help me? Thanks.</p>
null
720
2011-03-06T17:50:02.367
2011-03-06T18:27:15.783
Need help with account setup, e-mail settings
[ "evolution" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T11:02:58.590", "id": "32538", "postId": "29233", "score": "0", "text": "Ho [tradotto](http://askubuntu.com/posts/29233/revisions) la tua domanda. Si prega di notare che questo sito è solo in inglese.", "userDisplayName": null, "userId": "1067" } ]
null
[ { "accepted": null, "body": "<p>You'll need to input Tiscali's server settings for IMAP, which can be found at <a href=\"http://www.kitz.co.uk/isp/isp_information.php?isp=tiscali\" rel=\"nofollow\">http://www.kitz.co.uk/isp/isp_information.php?isp=tiscali</a> under the Technical section along with your user...
null
0
null
null
user11907
29239
1
29241
2011-03-06T11:40:07.513
65
520006
<p>I want to put new aliases to my <code>.bash_profile</code> file, but I cannot find this file.<br> Where is it supposed to be?</p>
11545
176889
2013-12-29T01:43:43.823
2019-06-21T21:07:36.423
Where is .bash_profile?
[ "bash" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It's a hidden file, located in your home folder:</p>\n\n<pre><code>~/.bash_profile\n</code></pre>\n\n<p>(the <code>~</code> expands to your home directory. If your username is <code>user</code>, the result would be: <code>/home/user/.bash_profile</code>).</p>\n\n<p>Since it's an hidden file, you have to make it visible.\nTo do it in Nautilus go to the \"View\" menu and check \"Show hidden files\" (or press the shortcut <kbd>Ctrl</kbd> + <kbd>H</kbd>).</p>\n\n<p>If you are using Kubuntu with Dolphin, you have to press <kbd>Ctrl</kbd> + <kbd>.</kbd> to toggle the visibility of files.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-03-06T17:15:45.760", "id": "32562", "postId": "29241", "score": "3", "text": "The Keys Ctrl-H toggles the show/hide hidden files also.", "userDisplayName": null, "userId": "257" }, { "creationDate": "2011-03-06T23:58:45.073", "id": "32607", "postId": "29241", "score": "0", "text": "sweet didn't know about that ctrl+H", "userDisplayName": null, "userId": "11150" }, { "creationDate": "2016-09-22T14:01:52.900", "id": "1260193", "postId": "29241", "score": "0", "text": "`ls -al` shows hidden files if `ctrl -h` doesnt work", "userDisplayName": null, "userId": "382539" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-06T11:45:24.023", "id": "29241", "lastActivityDate": "2013-12-29T01:28:36.077", "lastEditDate": "2013-12-29T01:28:36.077", "lastEditorDisplayName": null, "lastEditorUserId": "44179", "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "29239", "postTypeId": "2", "score": "60" }
[ { "accepted": true, "body": "<p>It's a hidden file, located in your home folder:</p>\n\n<pre><code>~/.bash_profile\n</code></pre>\n\n<p>(the <code>~</code> expands to your home directory. If your username is <code>user</code>, the result would be: <code>/home/user/.bash_profile</code>).</p>\n\n<p>Since it's...
null
null
2018-06-22T05:34:03.580
null
null
29240
1
null
2011-03-06T11:42:45.803
2
12248
<p>I can't connect to file shares on Windows computers using <code>smbclient -L //hostname</code> when the firewall is enabled.</p> <p>This occurs whether I'm using ufw (which allows outgoing traffic and replies back in with the default configuration) or iptables (where I'm allowing outgoing traffic and replies back in with <code>iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT</code>).</p> <p>However, <code>smbclient -L //ip-address</code> works whether the firewall is enabled or not.</p> <p>I also tested this against a Samba server running on Ubuntu and again <code>smbclient -L //hostname</code> does not work when the firewall is enabled, but <code>smbclient -L //ip-address</code> works whether the firewall is enabled or not.</p> <p>For reference, here are the iptables rules I used during testing:</p> <pre><code>*filter :INPUT DROP [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -d 224.0.0.251/32 -p udp -m udp --dport 5353 -j ACCEPT COMMIT </code></pre>
null
null
null
2012-02-03T12:09:19.853
How can I use smbclient to connect to Windows shares by hostname when a firewall is enabled?
[ "networking", "samba", "firewall" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T16:29:42.283", "id": "33203", "postId": "29240", "score": "1", "text": "your dns lookup dosn't work. what happens when you try `host <your-smb-host>`? And what is in your `/etc/resolv.conf` ?", "userDisplayName": null, "userId": "11760" } ]
null
[ { "accepted": null, "body": "<p>Turn off the firewall; you have blocked the SMB packets from the other machine trying to tell you its name.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-09T20:27:07.350", "id": "33142", "postId": "29332", ...
null
null
null
null
user8979
29243
1
30401
2011-03-06T12:03:20.577
3
882
<p>The text that appears in empathy chat windows is quite small, even though I have set the font DPI to a large value in Preferences > Appearance. There does not appear to be any option to make this larger so that I can read what other people are sending me easily. I've been using pidgin in the meantime because it is a little better in this respect.</p> <p>I would be grateful for any tips on how to increase the text size in empathy chat windows, even if this involves clever .gtkrc-2.0 hacks. Thanks!</p>
null
null
null
2011-03-14T23:33:14.243
How can I increase the text size in empathy chat windows?
[ "10.04", "empathy", "accessibility" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Empathy uses adium themes, so what you would need to do is install/edit an adium theme to make the text larger.</p>\n\n<p>Links:</p>\n\n<ul>\n<li><a href=\"http://live.gnome.org/Empathy/Themes\" rel=\"nofollow\">http://live.gnome.org/Empathy/Themes</a></li>\n<li><a href=\"http://trac.adium.im/wiki/CreatingMessageStyles\" rel=\"nofollow\">http://trac.adium.im/wiki/CreatingMessageStyles</a></li>\n</ul>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-13T20:06:02.223", "id": "39003", "postId": "30401", "score": "0", "text": "The first link was the most useful for me. It provides a list of some empathy themes. The *.AdiumMessageStyle files are installed simply by copying them into ~/.local/share/adium/message-styles/.", "userDisplayName": "user8979", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-14T23:33:14.243", "id": "30401", "lastActivityDate": "2011-03-14T23:33:14.243", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "29243", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Empathy uses adium themes, so what you would need to do is install/edit an adium theme to make the text larger.</p>\n\n<p>Links:</p>\n\n<ul>\n<li><a href=\"http://live.gnome.org/Empathy/Themes\" rel=\"nofollow\">http://live.gnome.org/Empathy/Themes</a></li>\n<li><a href=\"htt...
null
null
null
null
user8979
29244
1
29250
2011-03-06T12:19:22.840
4
817
<p>I want to search for a line that contains <code>log4j</code> and take 7 lines before and 3 lines after the match.</p> <blockquote> <p>grep -B7 -A3 "log4j" web.xml</p> </blockquote> <p>After that I want to add comment tags before this paragraph and after it.</p> <pre><code>&lt;!-- paragraph that i found by grep --&gt; </code></pre> <p>I wrote this script bellow:</p> <pre><code>search=`find . -name 'web.xml'` text=`grep -B7 -A3 "log4j" $search` sed -i "/$text/c $newparagraph" $search </code></pre> <p>It's not working. Is there any way to just add comment symbol not replace the paragraph?</p> <p>What I want to the script to do:</p> <ol> <li>search for the paragraph</li> <li>append <li>append --> at the end</li> </ol> <p><strong>Edit</strong>: This is the paragraph that am trying manipulate :</p> <pre><code>&lt;context-param&gt; &lt;param-name&gt;log4jConfigLocation&lt;/param-name&gt; &lt;param-value&gt;/WEB-INF/classes/log4j.properties&lt;/param-value&gt; &lt;/context-param&gt; &lt;listener&gt; &lt;listenerclass&gt; org.springframework.web.util.Log4jConfigListener &lt;/listener-class&gt; &lt;/listener&gt; </code></pre> <p>This paragraph is part of many paragraphs! I want make it like this:</p> <pre><code>&lt;!-- &lt;context-param&gt; &lt;param-name&gt;log4jConfigLocation&lt;/param-name&gt; &lt;param-value&gt;/WEB-INF/classes/log4j.properties&lt;/param-value&gt; &lt;/context-param&gt; &lt;listener&gt; &lt;listenerclass&gt; org.springframework.web.util.Log4jConfigListener &lt;/listener-class&gt; &lt;/listener&gt; --&gt; </code></pre>
11749
2732
2011-03-06T13:51:30.337
2011-03-06T14:05:58.490
Problem manipulating text using grep
[ "bash", "command-line", "grep" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-07T13:35:03.777", "id": "32656", "postId": "29244", "score": "0", "text": "It's likely your script didn't work because 'log4j' occurs twice in the section of interest. I've tested my solution and it works for the example provided.", "userDisplayName": null, "us...
{ "accepted": true, "body": "<p>This would be better done with an XML library, but here it is in sed...</p>\n\n<p>Sed has <code>i</code> and <code>a</code> commands for inserting and appending lines. I think the following script will help.</p>\n\n<pre><code>sed -n '/log4jConfigLocation/=' &lt; test.test |\\\nwhile read index; do\n sed -i $search -e \"$((index-1)) i\\ &lt;\\!--\" -e \"$((index+8)) a\\ --&gt;\" &lt; $search\ndone\n</code></pre>\n\n<p>The first part, `sed -n '/log4jConfigLocation/=' will get the line numbers that have 'log4jConfigLocation'. The next part uses those line numbers in two commands: insert a line 1 line above, and append a line 8 lines below.</p>\n\n<p>There is a better way using sed's hold buffer, but I'm not familiar enough with it; if you're interested, you can see <a href=\"http://www.grymoire.com/Unix/Sed.html#uh-39\" rel=\"nofollow\">this guide</a>. Ultimately, though, if you're going to be working with this type of stuff regularly, you should check out <a href=\"http://xmlstar.sourceforge.net/\" rel=\"nofollow\">XMLStarlet</a>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-03-07T20:48:12.777", "id": "32734", "postId": "29250", "score": "0", "text": "Thanks 4 replay ,, i have changed the procedure because sometimes XML file would be changed i mean it could be not always 8 line to the up or 3 line to the bottom....", "userDisplayName": null, "userId": "11749" }, { "creationDate": "2011-03-07T20:56:29.370", "id": "32737", "postId": "29250", "score": "0", "text": "@moata_u I expected that to be a problem, which is why XMLStarlet would be good to look at. It's an XML tool that makes parsing this stuff much more robust.", "userDisplayName": null, "userId": "11916" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T13:21:04.283", "id": "29250", "lastActivityDate": "2011-03-06T14:05:58.490", "lastEditDate": "2011-03-06T14:05:58.490", "lastEditorDisplayName": null, "lastEditorUserId": "11916", "ownerDisplayName": null, "ownerUserId": "11916", "parentId": "29244", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>This would be better done with an XML library, but here it is in sed...</p>\n\n<p>Sed has <code>i</code> and <code>a</code> commands for inserting and appending lines. I think the following script will help.</p>\n\n<pre><code>sed -n '/log4jConfigLocation/=' &lt; test.test |\\...
null
null
null
null
null
29245
1
29246
2011-03-06T12:54:17.567
5
977
<p>I'm using the Ambiance theme in Ubuntu 10.04 which I am generally quite happy with but I would like to change the tooltip color or font. I sometimes find it hard to make out the white text on the black background, so I would like to be able to change this to make it more readable.</p> <p>So how can I change the tooltip color or font in the Ambiance theme?</p>
null
null
2012-07-22T13:56:07.843
2012-07-22T13:56:07.843
How can I change the tooltip color or font in Ambiance?
[ "10.04", "gtk", "accessibility", "ambiance" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Goto <code>System</code> -> <code>Preferences</code> -> <code>Appearance</code>. In <code>Themes</code> select the <code>Ambiance</code> theme and hit the <code>Customize...</code> button.</p>\n\n<p><img src=\"https://i.stack.imgur.com/VuVUK.png\" alt=\"enter image description here\"></p>\n\n<p>In the just popped up <code>Customize Theme</code> window select the <code>Colors</code> tab.</p>\n\n<p><img src=\"https://i.stack.imgur.com/9FRMj.png\" alt=\"enter image description here\"></p>\n\n<p>Now edit the colors to your desired value. The <code>Tooltips</code> colors are highlighted on the screenshot.</p>\n\n<p><em>Note: I'm using 10.10 but it should be similar on 10.04</em></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-10-17T20:20:00.367", "id": "77906", "postId": "29246", "score": "1", "text": "Any idea how to do that in 11.10?", "userDisplayName": null, "userId": "11069" }, { "creationDate": "2011-10-17T20:26:22.897", "id": "77911", "postId": "29246", "score": "0", "text": "just answered my own question: http://ubuntuforums.org/showpost.php?p=11345748&postcount=2 - Modify the /usr/share/themes/Ambiance/gtk-2.0/gtkrc file. In the gtk-color-scheme string at the very top of the file, change the tooltip_bg_color and selected_fg_color entries and add a tooltip_fg_color entry.", "userDisplayName": null, "userId": "11069" }, { "creationDate": "2011-11-13T01:09:03.653", "id": "88682", "postId": "29246", "score": "1", "text": "@Christoph Maybe you want to post that as a separate question & answer so it's more discoverable to others? Thanks!", "userDisplayName": null, "userId": "18612" }, { "creationDate": "2011-11-13T09:56:19.600", "id": "88793", "postId": "29246", "score": "0", "text": "good idea. I provided an additional answer and edited the question. Imo, a separate question would fragment too much.", "userDisplayName": null, "userId": "11069" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T13:01:13.073", "id": "29246", "lastActivityDate": "2011-03-06T13:01:13.073", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "29245", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Goto <code>System</code> -> <code>Preferences</code> -> <code>Appearance</code>. In <code>Themes</code> select the <code>Ambiance</code> theme and hit the <code>Customize...</code> button.</p>\n\n<p><img src=\"https://i.stack.imgur.com/VuVUK.png\" alt=\"enter image descriptio...
null
null
null
user8979
user8979
29247
1
29256
2011-03-06T13:03:55.453
8
26343
<p>I'd like to install a Subversion server on my Ubuntu machine.<br> What packages to I need? How do I create a repository and set a new user?</p>
5717
22949
2012-07-05T12:10:41.403
2013-10-18T08:53:28.073
How to install subversion server
[ "installation", "10.10", "users", "svn" ]
6
2
CC BY-SA 3.0
[ { "creationDate": "2012-07-04T18:35:34.220", "id": "194278", "postId": "29247", "score": "0", "text": "Depending on your needs, you might be better of with a distributed SCM like Bazaar (bzr), which is easy to learn coming from Subversion, but that does not need a server running. This is great i...
{ "accepted": true, "body": "<p>There are many configurations for svn, here a some short instructions to get a basic svn repository available over http.</p>\n\n<ol>\n<li>Install required packages: <code>apt-get install subversion apache2 libapache2-svn</code></li>\n<li>Create an Directory-Structure: <code>mkdir -p /var/svn/repos/</code></li>\n<li>Create a Repository:\n<ul>\n<li><code>cd /var/svn/repos/</code></li>\n<li><code>svnadmin create --fs-type fsfs &lt;your-repository&gt;</code></li>\n</ul></li>\n<li>Now Create your Project-Struckture to import in the repository:\n<ul>\n<li><code>mkdir -p /tmp/myproject/trunk /tmp/myproject/tags /tmp/myproject/branches</code></li>\n</ul></li>\n<li>Import the Project to the Repository:\n<ul>\n<li><code>svn import /tmp/myproject file:///var/svn/repos/&lt;your-repository&gt; -m \"initial import\"</code></li>\n</ul></li>\n<li>Make it accesseable over http:\n<ul>\n<li><code>cd /etc/apache2/sites-available</code></li>\n<li><code>touch subversion.conf</code></li>\n<li><code>vim subversion.conf</code></li>\n</ul></li>\n</ol>\n\n<p>Now edit the empty file with this configuration:</p>\n\n<pre><code>NameVirtualHost *:80\n\n&lt;VirtualHost *:80&gt; \n &lt;Location /svn&gt;\n ErrorDocument 404 default\n DAV svn\n SVNParentPath /var/svn/repos\n SVNListParentPath off\n Require valid-user\n AuthType Basic\n AuthName \"subversion access\"\n AuthUserFile /var/svn/.htpasswd\n AuthzSVNAccessFile /var/svn/authz \n &lt;/Location&gt;\n&lt;/VirtualHost&gt;\n</code></pre>\n\n<ul>\n<li>enable dav_svn module for apache: <code>a2enmod dav_svn</code></li>\n<li>enable authz_svn module for apache: <code>a2enmod authz_svn</code> </li>\n<li>enable VHost configuration: <code>a2ensite subversion.conf</code></li>\n<li>now restart the webserver: <code>/etc/init.d/apache2 restart</code></li>\n<li>Create an htpasswd: <code>htpasswd -c /var/svn/.htpasswd user</code></li>\n<li>Create the access control file for the repository: <code>touch /var/svn/authz</code></li>\n<li>edit the empty authz file: <code>vim /var/svn/authz</code></li>\n<li>Give read/write rights to for user: </li>\n</ul>\n\n<blockquote>\n <p>[your-repository:/]</p>\n \n <p>user = rw</p>\n</blockquote>\n\n<p>Let's try to checkout the the repo over http: <code>svn checkout http://your-server/svn/your-repository</code></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-07-05T14:53:49.180", "id": "194745", "postId": "29256", "score": "1", "text": "I can't do the edit as the changes are too small, but could you fix the last line to say `checkout` as opposed to `ceckout`?", "userDisplayName": null, "userId": "54298" }, { "creationDate": "2012-08-26T07:18:12.853", "id": "224605", "postId": "29256", "score": "0", "text": "i can not find this package libapache2-svn. Error: #Reading state information... Done\nE: Unable to locate package libapache2-svn\nSystem: ubuntu 12.04 32bit (all repositories are enable)", "userDisplayName": null, "userId": "17118" }, { "creationDate": "2013-02-22T15:06:05.340", "id": "324321", "postId": "29256", "score": "2", "text": "You also need to enable the authz_svn module, otherwise you will get `Invalid command 'AuthzSVNAccessFile', perhaps misspelled or defined by a module not included in the server configuration`. You can use the command `a2enmod authz_svn` to do this.", "userDisplayName": null, "userId": "134619" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-06T14:24:30.793", "id": "29256", "lastActivityDate": "2013-10-15T12:51:27.727", "lastEditDate": "2013-10-15T12:51:27.727", "lastEditorDisplayName": null, "lastEditorUserId": "169736", "ownerDisplayName": null, "ownerUserId": "11760", "parentId": "29247", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<p>You will need the <code>subversion</code> package.</p>\n\n<pre><code>sudo apt-get update\nsudo apt-get install subversion\n</code></pre>\n\n<p>This package contains the client, tools to crate a Subversion repository and the server.</p>\n", "commentCount": "0", "commen...
null
null
null
null
null
29251
1
29288
2011-03-06T13:55:48.213
12
594
<p>I just forked the source code of Unity. I am new to contributing to the project.</p> <p>Do unity developers use any specific IDE?</p> <p>I am asking this because I am confused about where to start and how exactly do I check a change after I do it?</p> <p>Should I recompile entire natty? If so, then how?</p> <p>I know I am asking a lot of questions, but it would be really helpful if someone could write some kind of beginner friendly introduction to unity development. </p>
11002
235
2013-01-25T02:17:14.120
2013-01-25T02:17:14.120
How to start contributing to Unity?
[ "unity", "development" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The <a href=\"http://unity.ubuntu.com/getinvolved/\" rel=\"nofollow noreferrer\">getting involved</a> page on unity.ubuntu.com has an initial set of instructions to get started. </p>\n\n<p>It looks like you've already branched the code. You can just edit it with whatever editor you prefer (the unity folks don't have a specific IDE, it's just personal preference). After you've made the change you want you can do a <code>bzr commit</code> and then you need to build Unity to test it:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/28470/how-do-i-build-unity-from-source\">How do I build Unity from source?</a></li>\n</ul>\n\n<p>You don't have to follow the part of the instructions where you pull unity from Launchpad, you've already done that.</p>\n\n<p>After you've fixed what you want you can submit the branch to Launchpad if you want the Unity folks to integrate it. </p>\n\n<p>We have a page full of <a href=\"https://wiki.ubuntu.com/Unity/Bitesize\" rel=\"nofollow noreferrer\">bitesize bugs</a> for people who are just getting started if they want to tackle something small to get used to the codebase.</p>\n\n<ul>\n<li><a href=\"https://wiki.ubuntu.com/MeetingLogs/devweek1103/HelpingWithUnity\" rel=\"nofollow noreferrer\">IRC Logs</a> from a tutorial session.</li>\n<li><a href=\"http://unity.ubuntu.com/contact-us/\" rel=\"nofollow noreferrer\">How to contact</a> the Unity team.</li>\n</ul>\n\n<p>If you have <em>specific</em> questions about parts of the unity code just ask them as new questions and tag them with <a href=\"/questions/tagged/unity\" class=\"post-tag\" title=\"show questions tagged &#39;unity&#39;\" rel=\"tag\">unity</a> and Unity developers will look at them, it will be useful to start building up a bunch of questions and answers about the Unity codebase!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T17:42:25.467", "id": "29288", "lastActivityDate": "2011-03-06T17:51:35.267", "lastEditDate": "2017-04-13T12:23:44.677", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "29251", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>The <a href=\"http://unity.ubuntu.com/getinvolved/\" rel=\"nofollow noreferrer\">getting involved</a> page on unity.ubuntu.com has an initial set of instructions to get started. </p>\n\n<p>It looks like you've already branched the code. You can just edit it with whatever edit...
null
null
null
null
null
29252
1
null
2011-03-06T13:58:47.123
1
1011
<p>I'm trying to use my Apple Wired Keyboard's usb ports, however ubuntu refuses to pick up anything and dmesg doesn't tell me anything either.</p> <p>Many thanks will be appreciated, Joe</p>
1685
235
2011-06-23T20:05:58.870
2011-06-23T21:21:16.060
The side usb ports don't work on my Apple Wired Keyboard
[ "usb", "keyboard", "apple" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-03-06T14:51:59.917", "id": "32548", "postId": "29252", "score": "0", "text": "What version of Ubuntu are you using?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-03-07T18:45:03.867", "id": "32719", "postId": "29252", "sc...
null
[ { "accepted": null, "body": "<p>This sounds like it might be a hardware problem. I've got an apple keyboard and the USB ports work fine. I know there can be problems with USB if there is insufficient power. Have you tried a different USB port or connecting the keyboard via a powered hub?</p>\n", "commen...
null
null
null
null
null
29253
1
29658
2011-03-06T14:04:15.717
11
31078
<p>I am using Ubuntu 10.10 (<code>Linux pc07 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 GNU/Linux</code>) and the default python package (Python 2.6.6).</p> <p>I would like to install <code>python-psyco</code> to improve the performance of one of my scripts, but only <code>python-psyco-doc</code> is available for 64 bit. I tried a virtual machine, but the the performance boost is much less on the virtual machine than on a "real" installed 32-bit Ubuntu.</p> <p>So my question is: How can I install a 32Bit Python with psyco on my 64Bit Ubuntu machine?</p> <p>edit: I've found <a href="http://blog.devork.be/2009/02/compiling-32-bit-python-on-amd64.html">this article</a> and made this:</p> <ul> <li>Download "Python 2.7.1 bzipped source tarball" from <a href="http://python.org/download/">http://python.org/download/</a></li> <li>Go in the directory where you decompressed "Python 2.7.1"</li> <li><code>OPT=-m32 LDFLAGS=-m32 ./configure --prefix=/opt/pym32</code></li> <li><code>make</code></li> </ul> <p>But I got this error:</p> <pre><code>gcc -pthread -m32 -Xlinker -export-dynamic -o python \ Modules/python.o \ libpython2.7.a -lpthread -ldl -lutil -lm libpython2.7.a(posixmodule.o): In function `posix_tmpnam': /home/moose/Downloads/Python-2.7.1/./Modules/posixmodule.c:7346: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' libpython2.7.a(posixmodule.o): In function `posix_tempnam': /home/moose/Downloads/Python-2.7.1/./Modules/posixmodule.c:7301: warning: the use of `tempnam' is dangerous, better use `mkstemp' Segmentation fault make: *** [sharedmods] Fehler 139 </code></pre> <p>edit2: Now I've found <a href="http://indefinitestudies.org/2010/02/08/how-to-build-32-bit-python-on-ubuntu-9-10-x86_64/">http://indefinitestudies.org/2010/02/08/how-to-build-32-bit-python-on-ubuntu-9-10-x86_64/</a> and it seems like this worked:</p> <ul> <li><code>cd Python-2.7.1</code></li> <li><code>CC="gcc -m32" LDFLAGS="-L/lib32 -L/usr/lib32 \ -L</code>pwd<code>/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" \ ./configure --prefix=/opt/pym32</code></li> <li><code>make</code></li> <li><code>sudo make install</code></li> </ul> <p>But installing psyco didn't work:</p> <ul> <li>Download the lastest snapshot: <a href="http://psyco.sourceforge.net/download.html">http://psyco.sourceforge.net/download.html</a></li> <li>Extract it and go into the folder</li> <li>python setup.py install</li> </ul> <p>This error appeared:</p> <pre><code>PROCESSOR = 'ivm' running install running build running build_py running build_ext building 'psyco._psyco' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DALL_STATIC=1 -Ic/ivm -I/usr/include/python2.6 -c c/psyco.c -o build/temp.linux-x86_64-2.6/c/psyco.o In file included from c/psyco.c:1: c/psyco.h:9: fatal error: Python.h: Datei oder Verzeichnis nicht gefunden compilation terminated. error: command 'gcc' failed with exit status 1 </code></pre> <p>Installing the package <code>python-dev</code> solved the problem, but I still could not use psyco. Now I've installed a 32Bit Ubuntu System.</p>
10425
10425
2011-03-07T14:48:31.927
2022-09-27T21:37:03.987
How can I install a 32bit python on 64 bit Ubuntu
[ "64-bit", "python", "32-bit" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-07T16:13:15.420", "id": "32686", "postId": "29253", "score": "0", "text": "why not just compile for 64bit, since python is an interpreted language?", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2022-09-27T17:43:25.430", "id": "24...
{ "accepted": true, "body": "<p>To run 32 bit applications on a 64 bit Ubuntu system, you will need <code>ia32-libs</code>.\nFrom a terminal, validate if you have this using </p>\n\n<pre><code>dpkg -l ia32-libs\n</code></pre>\n\n<p>If you've installed it, the output should looks like:</p>\n\n<pre><code>ii ia32-libs ...\n</code></pre>\n\n<p>If it looks like <code>un ia32-libs</code>, you need to install it using:</p>\n\n<pre><code>sudo apt-get install ia32-libs\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2014-12-06T22:28:16.287", "id": "766052", "postId": "29658", "score": "1", "text": "Unfortunately, this isn't working in Ubutu 14.04\n\nvharron@tifa:~/ll/googd/build/x86l$ sudo apt-get install ia32-libs\nReading package lists... Done\nBuilding dependency tree \nReading state information... Done\nPackage ia32-libs is not available, but is referred to by another package.\nThis may mean that the package is missing, has been obsoleted, or\nis only available from another source\nHowever the following packages replace it:\n lib32z1 lib32ncurses5 lib32bz2-1.0\n\nE: Package 'ia32-libs' has no installation candidate", "userDisplayName": null, "userId": "355404" }, { "creationDate": "2022-09-27T17:41:50.067", "id": "2495512", "postId": "29658", "score": "0", "text": "This doesn't answer the question. I am still not sure how to download / compile python 32bit.", "userDisplayName": null, "userId": "629071" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-09T14:04:22.243", "id": "29658", "lastActivityDate": "2011-07-24T12:38:44.847", "lastEditDate": "2011-07-24T12:38:44.847", "lastEditorDisplayName": null, "lastEditorUserId": "6969", "ownerDisplayName": null, "ownerUserId": "10077", "parentId": "29253", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>To run 32 bit applications on a 64 bit Ubuntu system, you will need <code>ia32-libs</code>.\nFrom a terminal, validate if you have this using </p>\n\n<pre><code>dpkg -l ia32-libs\n</code></pre>\n\n<p>If you've installed it, the output should looks like:</p>\n\n<pre><code>ii ...
null
null
null
null
null
29254
1
null
2011-03-06T14:07:58.210
2
2710
<p>I have the following configuration:</p> <ul> <li>CPU: amd athlon 64bit</li> <li>Motherboard: Phoenix with awardBIOS v6.0 APIC mode = disabled</li> <li>Video card: GeForce 5500</li> <li>Sound card: soundblaster live 24bit</li> <li>RAM: 1.5GB</li> </ul> <p>Partitions:</p> <ul> <li>ext3 32GB where I installed Ubuntu.</li> <li>Swap 500MB.</li> <li>180GB Fat32 unmounted. contains data only.</li> </ul> <p>I installed Ubuntu 10.10 and used the "Additional driver" program to get the nVidia proprietary drivers.</p> <p>The system works for sometime and randomly freezes. The mouse and keyboard are not responding and I am not able to do a SSH. The only solution is pressing the power button.</p> <p>I tried Kubuntu 10.10 and 32/64-bits versions as well.</p> <p>There is nothing in the logs to suggest what the reason might be.</p> <p>Any help will be appreciated. Thanks in advance.</p> <p>here are the logs:</p> <ul> <li><a href="http://paste.ubuntu.com/576698/" rel="nofollow">xorg.log</a></li> <li><a href="http://paste.ubuntu.com/576700/" rel="nofollow">kern.log</a></li> <li><a href="http://paste.ubuntu.com/576701/" rel="nofollow">messages.log</a></li> <li><a href="http://paste.ubuntu.com/576702/" rel="nofollow">syslog.log</a></li> </ul>
11624
1067
2011-03-08T06:58:29.173
2011-03-09T02:34:31.060
Ubuntu 10.10 freezes
[ "10.10", "freeze" ]
1
8
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T14:17:13.133", "id": "32547", "postId": "29254", "score": "0", "text": "Can you post the `/var/log/{kernel.log,Xorg.0.log,syslog}` files on http://paste.ubuntu.com/ and place the links in your question?", "userDisplayName": null, "userId": "6969" }, { ...
null
[ { "accepted": null, "body": "<p>After I tried many things I finally think that I discovered the problem. Actually in the logs I noticed the following lines. </p>\n\n<pre><code>Mar 6 23:31:11 ubuntu kernel: [ 148.400120] Marking TSC unstable due to cpufreq changes\nMar 6 23:31:11 ubuntu kernel: [ 148.400...
null
null
null
null
null
29257
1
29261
2011-03-06T14:25:41.190
0
1943
<p>I tried to follow the instructions on the <a href="https://help.ubuntu.com/community/OperaBrowser" rel="nofollow">opera page</a>, but it didn't work. I was assuming the base install should be the same for 64-bit, but it doesn't look so. After executing</p> <pre><code>wget -qO - http://deb.opera.com/archive.key | sudo apt-key add - </code></pre> <p>successfully</p> <pre><code>sudo apt-get install opera </code></pre> <p>says</p> <pre><code>Reading package lists... Done Building dependency tree Reading state information... Done Package opera is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'opera' has no installation candidate </code></pre> <p>Below on the page I see</p> <pre><code>A 64 bit Linux version is available, you should get it automatically either from the repositories or from Opera </code></pre> <p>I haven't tried to download it manually, since I prefer to get it from a repo. It it possible?</p>
10802
null
null
2011-03-06T14:36:06.920
Install Opera on 64-bit
[ "installation", "64-bit", "opera" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The deb you are installing is from opera.com and the wiki you refer to is about opera 10 the latest stable build of opera is 11.01 which you can download from <a href=\"http://www.opera.com/browser/download/\" rel=\"nofollow\">opera</a>. </p>\n\n<p>All you need to do is select the Ubuntu and deb and download and install. When installation is completed opera's own repository will be added and you will receive updates from there.</p>\n\n<p>Hope this helps.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-03-06T15:03:17.847", "id": "32549", "postId": "29261", "score": "0", "text": "Actually, the repo [contains](http://deb.opera.com/opera/dists/stable/non-free/binary-amd64/Packages) the latest version, 11.01.", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-03-06T15:23:08.987", "id": "32551", "postId": "29261", "score": "0", "text": "@Lekensteyn: I'm very new to apt-get. Do you claim it is there? How did you find it out? What command should I run?", "userDisplayName": null, "userId": "10802" }, { "creationDate": "2011-03-06T15:33:19.770", "id": "32552", "postId": "29261", "score": "0", "text": "@maaartinus: The opera_...deb package [exists](http://deb.opera.com/opera/pool/non-free/o/opera/) and is reffered by [Packages](http://deb.opera.com/opera/dists/stable/non-free/binary-amd64/Packages).", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-03-14T10:33:10.393", "id": "33923", "postId": "29261", "score": "0", "text": "Me stupid.... now it works.", "userDisplayName": null, "userId": "10802" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T14:36:06.920", "id": "29261", "lastActivityDate": "2011-03-06T14:36:06.920", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6450", "parentId": "29257", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>You should update your apt cache by issuing:</p>\n\n<pre><code>sudo apt-get update\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-06T15:16:01.643", "id": "32550", "postId": "29260", "score": "0", ...
null
null
null
null
null
29264
1
29265
2011-03-06T15:05:03.927
4
3994
<p>I accidentally deleted <code>/etc/apt/sources.list</code>. Now <code>apt-get update</code> doesn't quite get as much good stuff as it's supposed to. Please, somebody, paste contents of your <code>/etc/apt/sources.list</code> so that I can copy-&amp;-paste it back.</p> <p>I'm on Kubuntu 10.10.</p>
7956
235
2012-06-26T23:18:52.937
2012-06-27T00:17:02.627
What is the /etc/apt/sources.list file supposed to look like for 10.10?
[ "10.10", "apt", "software-sources" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'm running Kubuntu 10.10 as well, this comes from my <code>sources.list</code>. You should change <code>nl.archive.ubuntu.com</code> to your local mirror.</p>\n\n<pre><code># deb cdrom:[Kubuntu 10.10 _Maverick Meerkat_ - Release amd64 (20101007)]/ maverick main restricted\n\n# deb cdrom:[Kubuntu 10.10 _Maverick Meerkat_ - Release amd64 (20101007)]/ maverick main restricted\n# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to\n# newer versions of the distribution.\n\ndeb http://nl.archive.ubuntu.com/ubuntu/ maverick main restricted\ndeb-src http://nl.archive.ubuntu.com/ubuntu/ maverick main restricted\n\n## Major bug fix updates produced after the final release of the\n## distribution.\ndeb http://nl.archive.ubuntu.com/ubuntu/ maverick-updates main restricted\ndeb-src http://nl.archive.ubuntu.com/ubuntu/ maverick-updates main restricted\n\n## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu\n## team. Also, please note that software in universe WILL NOT receive any\n## review or updates from the Ubuntu security team.\ndeb http://nl.archive.ubuntu.com/ubuntu/ maverick universe\ndeb-src http://nl.archive.ubuntu.com/ubuntu/ maverick universe\ndeb http://nl.archive.ubuntu.com/ubuntu/ maverick-updates universe\ndeb-src http://nl.archive.ubuntu.com/ubuntu/ maverick-updates universe\n\n## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu \n## team, and may not be under a free licence. Please satisfy yourself as to \n## your rights to use the software. Also, please note that software in \n## multiverse WILL NOT receive any review or updates from the Ubuntu\n## security team.\ndeb http://nl.archive.ubuntu.com/ubuntu/ maverick multiverse\ndeb-src http://nl.archive.ubuntu.com/ubuntu/ maverick multiverse\ndeb http://nl.archive.ubuntu.com/ubuntu/ maverick-updates multiverse\ndeb-src http://nl.archive.ubuntu.com/ubuntu/ maverick-updates multiverse\n\n## Uncomment the following two lines to add software from the 'backports'\n## repository.\n## N.B. software from this repository may not have been tested as\n## extensively as that contained in the main release, although it includes\n## newer versions of some applications which may provide useful features.\n## Also, please note that software in backports WILL NOT receive any review\n## or updates from the Ubuntu security team.\n# deb http://nl.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse\n# deb-src http://nl.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse\n\n## Uncomment the following two lines to add software from Canonical's\n## 'partner' repository.\n## This software is not part of Ubuntu, but is offered by Canonical and the\n## respective vendors as a service to Ubuntu users.\n# deb http://archive.canonical.com/ubuntu maverick partner\n# deb-src http://archive.canonical.com/ubuntu maverick partner\n\n## This software is not part of Ubuntu, but is offered by third-party\n## developers who want to ship their latest software.\ndeb http://extras.ubuntu.com/ubuntu maverick main\n#deb-src http://extras.ubuntu.com/ubuntu maverick main\n\ndeb http://security.ubuntu.com/ubuntu maverick-security main restricted\ndeb-src http://security.ubuntu.com/ubuntu maverick-security main restricted\ndeb http://security.ubuntu.com/ubuntu maverick-security universe\ndeb-src http://security.ubuntu.com/ubuntu maverick-security universe\ndeb http://security.ubuntu.com/ubuntu maverick-security multiverse\ndeb-src http://security.ubuntu.com/ubuntu maverick-security multiverse\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-06T20:21:29.533", "id": "32582", "postId": "29265", "score": "2", "text": "If you have a LiveCD / LiveUSB, you can start Kubuntu from it in Live mode and copy the file over. Just another safe option.", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T15:16:18.857", "id": "29265", "lastActivityDate": "2011-03-06T15:16:18.857", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "29264", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>I'm running Kubuntu 10.10 as well, this comes from my <code>sources.list</code>. You should change <code>nl.archive.ubuntu.com</code> to your local mirror.</p>\n\n<pre><code># deb cdrom:[Kubuntu 10.10 _Maverick Meerkat_ - Release amd64 (20101007)]/ maverick main restricted\n\...
null
null
null
null
null
29268
1
null
2011-03-06T15:39:36.527
8
2290
<p>I would, ideally, like to run a distribution upgrade that doesn't end in a complete reboot of the machine (owing to an irritation in my hardware that requires a period of disconnection from the power supply before my SSD can be detected).</p> <p>What would be the procedure for doing this from a desktop environment?</p> <p>I would image:</p> <ol> <li>dist-upgrade</li> <li>shutdown all graphical services</li> <li>restart X</li> </ol> <p>I'd appreciate any advice (particularly on the exact procedure for step 2, if this correct). NB. I'm using KSplice for in-memory kernel patching, so the kernel is already dealt with.</p> <p>Many thanks,</p> <p>Martin</p>
11921
null
null
2024-01-26T12:06:05.980
Can I perform a distribution upgrade without rebooting?
[ "upgrade" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I think you want to restart dbus. I thought I remember reading somewhere that restarting dbus (for when dbus is upgraded) would restart x too, so they opted for a reboot.</p>\n\n<p>But since you want all that: sudo service dbus restart</p>\n", "commentCount": "7", "c...
null
null
null
null
null
29269
1
null
2011-03-06T15:47:20.287
2
893
<p>My laptop committed suicide. Is there a way I can boot into my ubuntu using an external screen? </p> <p>Ubuntu 10.10 video: Nvidia 9500 gm i think</p> <p>I can get dual screen upto and until the ubuntu login screen at which point it goes back into laptop display only. Then I can just type and enter my password. The system (i assume boots into ubuntu) but I got no way of going onto the x or nvidia settings to change my display to external monitor</p> <p><strong>EDIT</strong></p> <p>well I booted into terminal using control shift F1 i think, and now I'm trying to reporgram x.org, but strangely it seems bland with not a lot of settings in it</p> <p><strong>EDIT 2</strong> xrandr returns "Can't open display"</p> <p><strong>EDit 3</strong></p> <p>after some messing around with xrandr and xinit ... my x.org only displays one monitor instead of two in its settings although both, i.e. the laptop and external screens are both connected.</p> <p><strong>EDIT 4</strong> it seems that x.org now has a "screen" and "monitor" section, I can't seem to be able to boot linux into monitor. I get a "Monitor is not a valid keyword" in this subsection</p>
982
982
2011-03-06T18:44:25.863
2011-03-19T07:33:24.150
Change X settings to boot into laptop with non working screen using an external monitor
[ "video", "nvidia", "xorg" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Just plug in a monitor, and the monitor will mirror what the laptop screen ought to be showing. You can use System -> Preferences -> Monitors to get the resolution right, and turn off the laptop screen (so Ubuntu doesn't try to render everything twice).</p>\n", "commentCo...
null
0
null
null
null
29276
1
29330
2011-03-06T16:35:25.160
5
670
<p>I asked yesterday about how to configure Audacity, which I found out doesn't work right with Pulse Audio. I have since removed them and am looking for the best way to set up a DAW on my desktop.</p>
10252
527764
2017-08-19T05:54:33.580
2017-08-19T07:10:02.790
What is the best way to record audio into my desktop?
[ "sound", "software-recommendation", "audio-recording" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I use a variety of programs depending on what I am trying to achieve and how hard I want to work with it. You can install any of them from Software Center or using <code>apt-get</code></p>\n\n<p><strong><a href=\"http://audacity.sourceforge.net/\" rel=\"nofollow noreferrer\">Audacity</a></strong> - Simple recording and editing. If you are doing a couple of tracks and generating stereo output, this will work.</p>\n\n<p><strong><a href=\"http://www.rosegardenmusic.com/\" rel=\"nofollow noreferrer\">Rosegarden</a></strong> - This is my bread and butter when I come down to working with MIDI files and doing sequencing. I use a MIDI keyboard for entry, QSynth (fluidsynth) as the playback MIDI device(s), and Rosegarden to do the capture and editing of the MIDI. It also supports capturing and playing back audio along with the MIDI, as well as the production of sheet music from the MIDI, but it is not what I would call a real digital audio mixing console.</p>\n\n<p>Rosegarden uses JackD.</p>\n\n<p><strong><a href=\"http://ardour.org/\" rel=\"nofollow noreferrer\">Ardour</a></strong> - When I want to delve into the word of digital audio (re)mixing, this is what I reach for. Multi-channel, multi-bus, supports per-channel digital effects plugins, and has a bit of a learning curve. IMHO, it compares well with Pro-Tools(tm), but I have only seen pro-tools used and found I could do the same with Ardour. One session I did with this ended with 5.2 mix down with separate L/R/C front, L/R rear, and sub channels. The original source was recorded from playback Rosegarden (I told you I used all of these for different things!) and then mixed.</p>\n\n<p>Ardour uses JackD.</p>\n\n<p><em>Pulse Audio</em></p>\n\n<p>[Warning, this is pure opinion and rant....]Pulse audio and any serious sound work do no mix. I don't do serious sound work, but I run 3 sounds cards in my machine. I had them running very well under ALSA (yes, it took a bit of work). When Ubuntu shoved Pulse Audio down my throat, I spent several long nights trying to get things happy again and get the right sound card mapped to the right place. I then finally uninstalled Pulse Audio, and reverted to my ALSA setup and could get things going again. YMMV</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-06T22:59:56.070", "id": "29330", "lastActivityDate": "2017-02-25T10:30:55.210", "lastEditDate": "2017-02-25T10:30:55.210", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "4435", "parentId": "29276", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p><a href=\"http://www.rosegardenmusic.com/\" rel=\"nofollow noreferrer\">Rosegarden</a> (<a href=\"http://apt.marcoceppi.com/p/rosegarden\" rel=\"nofollow noreferrer\">Click To Install</a>)</p>\n<blockquote>\n<p>Rosegarden is a well-rounded audio and MIDI sequencer, score edit...
null
null
null
null
null
29280
1
30512
2011-03-06T16:48:11.317
7
4507
<p>I have downloaded Ubuntu 10.10 and burned the ISO but it will not boot.</p> <ul> <li><p>I discarded problems with the ISO, as I've downloaded from the official website with no errors, and burned it with no errors.</p></li> <li><p>I discarded problems with the burning, as looks like it was recorded with no errors here and later in another computer.</p></li> <li><p>I discarded problems with my DVD reader as other cds boots fine.</p></li> </ul> <p>I'm currently using Ubuntu 9.10, I know I can upgrade via internet, but I have this same problem with my Windows XP cd, so I really would like to discover what's going on here.. My Ubuntu 9.10 cd boots just right, but the new one not.</p> <p>What else can be? Or what more precise tests can I make to discover where's the problem? </p> <p><strong>--More info</strong></p> <p>What happens when I try to boot with the Ubuntu 10.10 cd is that it behaves like there's no bootable cd in the drive. It just don't find the boot on the cd, and start the HD system.</p> <p>My notebook is an Amazon PC Intel Celeron 1.5 with 2Gb memory, a DVD-RW driver, HD samsung with 260GB.</p> <p><strong>--update</strong></p> <p>If you put the media agains the light and see the other side, does that means that it's a bad quality dvd media? (it's a Philips)</p>
5304
5304
2011-03-18T00:26:48.393
2011-03-18T00:26:48.393
Why is my Ubuntu 10.10 CD not booting?
[ "10.10", "boot", "live-cd" ]
5
7
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T17:14:54.203", "id": "32561", "postId": "29280", "score": "0", "text": "Some additional info might be helpful like some basic computer specs and what happens when you try to boot eg. black screen with flashing cursor big error message. Its more likely you will get a...
{ "accepted": true, "body": "<p>If you boot your computer with... anything bootable, and then you insert the 10.10 CD you burned, is it recognized and mounted (i.e. is it readable)? </p>\n\n<p>If not, and you have an Ubuntu distro running, you can test with <code>wodim -atip</code> and <code>wodim -toc</code> (they are in Ubuntu package wodim, the old cdrecord) whether the CD media is recognized as writable and if there are tracks.</p>\n\n<p>If it is recognized, there is another package that can help you, <code>cdck</code>: it can tell you what's the content of that CD and if it's bootable. E.g. with a Knoppix CD that I burned myself I get:</p>\n\n<pre><code>Try to find out what sort of CD this is...\nCD-ROM with iso9660 fs\niso9660: 688 MB size, label 'KNOPPIX'\nCreating software: 'KNOPPIX'\nbootable CD \n</code></pre>\n\n<p>This won't probably answer to your question 'why', but it should help you track where is the cause of the problem.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-03-17T23:48:18.860", "id": "34573", "postId": "30512", "score": "0", "text": "+1 great hints! I'll test them and I back here to say the result.", "userDisplayName": null, "userId": "5304" }, { "creationDate": "2011-03-18T00:25:35.867", "id": "34578", "postId": "30512", "score": "0", "text": "It's not recognized, and wodim says it cannot load the media. I'll try to burn it at work and test it there, then I'll bring it here and test..", "userDisplayName": null, "userId": "5304" }, { "creationDate": "2011-03-18T07:45:52.633", "id": "34599", "postId": "30512", "score": "0", "text": "Try also to use a different brand of CD.", "userDisplayName": null, "userId": "11616" }, { "creationDate": "2011-03-18T21:59:44.060", "id": "34745", "postId": "30512", "score": "0", "text": "Ok, It was successful loaded after recorded at work, so my dvdrw is with problems when burning. Also my friend's dvdrw is.", "userDisplayName": null, "userId": "5304" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-15T17:56:11.657", "id": "30512", "lastActivityDate": "2011-03-16T17:10:16.073", "lastEditDate": "2011-03-16T17:10:16.073", "lastEditorDisplayName": null, "lastEditorUserId": "11616", "ownerDisplayName": null, "ownerUserId": "11616", "parentId": "29280", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>As Allan suggests, some more info would be helpful, but I'll post some suggestions here, as I can't \"comment\" at the moment.</p>\n\n<ol>\n<li><p>Have you definitely set the CD drive higher than the HDD in the BIOS boot settings?</p></li>\n<li><p>Can you boot a different CD?...
null
null
null
null
null
29281
1
29312
2011-03-06T16:59:50.057
1
325
<p>Is it possible to change slides in dual screen mode by clicking the slide on the left monitor? For instance, if the slide view is on the left screen, and the full-screen is on the right screen. I could do this on windows, but cannot see how to do this with Ubuntu.</p>
10252
7035
2011-06-07T16:58:36.773
2011-06-07T16:58:36.773
OpenOffice Presentation change slide by clicking slides
[ "openoffice.org" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'm pretty sure that one way to do this is to show the same image in both monitors - if that would work for you. I have recently switched from Open Office to Libre Office on my machine that has a second monitor attached. The version of Impress in Libre Office certainly works this way. </p>\n\n<p>However, another interesting option offered by Libre Office is the add-on \"presenter console\". This let you show the main presentation on the second screen (or LCD projector) and, on the main screen, shows the current slide, a mini-view of the next slide, some timing information (clock, presentation run time), previous/next buttons, a button to access any speaker's notes, etc. All this - but - you can't change the slide by clicking on the image; you have to use the next button. And, I don't think that you can use the mouse to point to something on the presentation screen in this mode. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T21:17:45.413", "id": "29312", "lastActivityDate": "2011-03-06T21:17:45.413", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5118", "parentId": "29281", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I'm pretty sure that one way to do this is to show the same image in both monitors - if that would work for you. I have recently switched from Open Office to Libre Office on my machine that has a second monitor attached. The version of Impress in Libre Office certainly work...
null
null
null
null
null
29282
1
null
2011-03-06T17:09:57.220
1
3208
<p>I would like to change tags of ordinary video files (AVI container). Are there any video file (AVI) tag editors available in Ubuntu ?</p>
5011
1067
2011-03-08T06:57:31.420
2011-03-08T06:57:31.420
Video files (AVI) tags editor?
[ "software-recommendation", "video", "editing", "tag" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There's a partial answer in <a href=\"http://ubuntuforums.org/showthread.php?p=8031373#post8031373\" rel=\"nofollow\">this ubuntuforums post</a> .</p>\n\n<p>There are examples using ffmpeg and mencoder, which \"works with mp4,avi,mpeg,wmv1,wmv2,mkv output\" . </p>\n\n<p>The t...
null
null
null
null
null
29283
1
null
2011-03-06T17:20:47.247
2
934
<p>I am looking for a list of higher end mobile workstations that run Ubuntu/Kubuntu well and also have a hardware pointer stick.</p> <p>Here's an illustration of one (from <a href="http://www.sciencesurvivalblog.com/wp-content/uploads/ad_files/2010/pointing_stick.jpg" rel="nofollow noreferrer">sciencesurvivalblog</a>):</p> <p><img src="https://i.stack.imgur.com/AyH6F.jpg" alt="laptop pointer/joystick in keyboard"></p> <p>I wouldn't mind getting a Macbook Pro and wiping it but they refuse to use pointer sticks and to me, they are extremely efficient. I see a lot of potential for Lenovo thinkpads as well. System 76 said they have no plans to implement a hardware pointer stick so that leaves them out as well.</p> <p>Any ideas?</p>
11929
8844
2011-03-08T05:13:56.760
2013-02-05T06:13:30.833
High end mobile workstations with pointer stick
[ "laptop", "input-devices", "kubuntu" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-11T10:08:19.387", "id": "33389", "postId": "29283", "score": "0", "text": "you could ask zaReason.", "userDisplayName": null, "userId": "5149" }, { "creationDate": "2011-03-16T02:20:35.773", "id": "34264", "postId": "29283", "score": "0", ...
null
[ { "accepted": null, "body": "<p>I have a Dell Latitude E6510. I and several of my coworkers are running Ubuntu on it (10.04, 10.10). </p>\n\n<p>We aren't running Kubuntu specifically, but the support for the input hardware should be identical. </p>\n\n<p>Ubuntu integration is great, and it's a pleasure...
null
null
null
null
null
29284
1
41386
2011-03-06T17:22:09.810
205
780237
<p>Experts. I've successfully installed VMware tools for Ubuntu. Everything seems to work fine, but shared folders were not mounted automatically.<br> How do I get them to work?</p> <p>If I run <code>vmware-hgfsclient</code> in terminal, I get the list of shared folders, but <code>ls -l /mnt/hgfs</code> is empty. Actually there's no <code>hgfs</code> dir in <code>/mnt</code>. I know I should probably use the <code>vmware-hgfsclient</code> tool, but I realy don't know how. </p> <p>P.S. I wouldn't ask if I could understand the <code>vmware-hgfsclient</code> help I've read. </p> <p>Any suggestions?</p>
10976
169736
2014-06-26T10:52:54.750
2022-04-28T21:09:57.527
How do I mount shared folders in Ubuntu using VMware tools?
[ "vmware-tools" ]
14
3
CC BY-SA 3.0
[ { "creationDate": "2015-07-20T17:16:27.743", "id": "934255", "postId": "29284", "score": "0", "text": "The steps in this article http://www.wingfoss.com/content/how-to-install-vmware-tools-on-debian-ubuntu-centos followed by `vmware-config-tools.pl` worked for me.", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>I have set up on Windows 7 host with Ubuntu 11.04 Desktop with VMware Tools installed on.</p>\n\n<h2>Virtual Machine settings</h2>\n\n<ul>\n<li>Folder sharing = Always Enabled</li>\n<li>Make sure you have at least one Folder shared between the host and guest</li>\n</ul>\n\n<h2>On the Ubuntu Guest</h2>\n\n<ul>\n<li><p>check /mnt/hgfs that you can access your shared folder.</p>\n\n<p>If you don't see your shared folders (automounted) inside <code>/mnt/hgfs</code> , run VMware configuration tools:</p>\n\n<p><code>sudo vmware-config-tools.pl</code></p></li>\n<li><p>update your fstab using the details below:</p>\n\n<p><code>gksu gedit /etc/fstab</code></p>\n\n<p>(I am using ubuntu desktop so use other text editor to enter the next line at the end of the file)</p>\n\n<p><code>.host:/{shared-folder} /{path-to-mount-on} vmhgfs defaults,ttl=5,uid=1000,gid=1000 0 0</code></p></li>\n<li><p>Restart your vm (You may need to restart few times or get error message saying unable to mount just skip the error and restart)</p></li>\n</ul>\n", "commentCount": "13", "comments": [ { "creationDate": "2011-05-11T09:10:19.343", "id": "45876", "postId": "41386", "score": "2", "text": "with {shared-fodler} you mean the NAME or something else ? For instance, if I'll run `vmware-hgfsclient` \ni'll get `hst_dwnloads` and `hst_ebooks`. So I should use on of them?\n\nso for hst_ebooks it should look like:\n`.host:/hst_dwnloads<white-space>/mnt/hgfs/ vmhgfs defaults,ttl=5,uid=1000,gid=1000 0 0`\n\nor not ?", "userDisplayName": null, "userId": "10976" }, { "creationDate": "2011-05-11T20:32:11.127", "id": "46021", "postId": "41386", "score": "0", "text": "@V-Light if you `cd /mnt/hgfs/` then `ls -a` you'll see that share folders are auto mounted there.\n\nWhen you do `sudo mount -t vmhgfs .host:/hst_ebooks ~/hst_ebooks` this will mount `hst_ebooks` into your home directory.\n\nWhat you might be wanting to do is making is easy for you to use shared folders for that try above.", "userDisplayName": null, "userId": "14163" }, { "creationDate": "2011-05-11T21:46:53.633", "id": "46037", "postId": "41386", "score": "7", "text": "that's the problem. There's NOTHING in `/mnt/hgfs/` The dir ist empty.", "userDisplayName": null, "userId": "10976" }, { "creationDate": "2011-05-12T09:17:15.867", "id": "46124", "postId": "41386", "score": "0", "text": "@V-Light take a look at [How to Share folders with your Ubuntu Virtual Machine (guest)](http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/)", "userDisplayName": null, "userId": "14163" }, { "creationDate": "2011-05-12T22:56:53.527", "id": "46327", "postId": "41386", "score": "0", "text": "@Aizur, the guide didn't help. But after 'cleaning' (uninstalling open- and 'normal'-vmwaretools) I was finally able to install open-vm-tools and mount shared folders. Thank you for you advice with fstab", "userDisplayName": null, "userId": "10976" }, { "creationDate": "2012-09-25T19:30:07.400", "id": "239401", "postId": "41386", "score": "4", "text": "Re-running `sudo vmware-config-tools.pl` was enough for me.", "userDisplayName": null, "userId": "26972" }, { "creationDate": "2013-06-11T14:02:49.877", "id": "386479", "postId": "41386", "score": "0", "text": "+1 - I had to install the `vmware tools` by clicking on the VM menu on vmware workstation.", "userDisplayName": null, "userId": "9543" }, { "creationDate": "2014-01-30T23:32:31.537", "id": "532426", "postId": "41386", "score": "0", "text": "@V-Light how did you \"clean\"? I'm having similar problems that re-running the config aren't solving.", "userDisplayName": null, "userId": "443" }, { "creationDate": "2014-07-06T09:44:08.453", "id": "658600", "postId": "41386", "score": "0", "text": "It seems the vmhgfs module does not compile against the 3.13 kernels (e.g. Ubuntu 14.04 LTS). So make sure to check for errors in the vmware-config-tools.pl output. Source: https://github.com/rasa/vmware-tools-patches/issues/4", "userDisplayName": null, "userId": "16332" }, { "creationDate": "2016-11-24T16:33:24.470", "id": "1312088", "postId": "41386", "score": "0", "text": "My share folder is in /mnt/hgfs/ , and my host folder is C:/xampp/htdocs/thesharefolder. So how do I type thìs : `.host:/{shared-folder}`", "userDisplayName": null, "userId": "619950" }, { "creationDate": "2016-11-24T16:47:37.897", "id": "1312095", "postId": "41386", "score": "0", "text": "I want to mound the folder in \"~\" directory instead of \"/mnt/hgfs\". In the meantime, is use a symbolic link : `ln -s /mnt/hgfs/thesharefolder ~/`", "userDisplayName": null, "userId": "619950" }, { "creationDate": "2016-11-28T14:55:30.077", "id": "1314994", "postId": "41386", "score": "1", "text": "adding this line broke my installation, and I spend half hour to revert the issue.", "userDisplayName": null, "userId": "434592" }, { "creationDate": "2021-12-25T08:12:50.810", "id": "2386368", "postId": "41386", "score": "0", "text": "E: Package 'gksu' has no installation candidate. Where does it come from?", "userDisplayName": null, "userId": "55899" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-08T23:03:07.040", "id": "41386", "lastActivityDate": "2013-11-14T14:00:05.600", "lastEditDate": "2013-11-14T14:00:05.600", "lastEditorDisplayName": null, "lastEditorUserId": "37570", "ownerDisplayName": null, "ownerUserId": "14163", "parentId": "29284", "postTypeId": "2", "score": "106" }
[ { "accepted": null, "body": "<p>I've been having the same problem but I think I have just been able to make some progress.</p>\n\n<p>Type <code>vmware-hfgs</code> and then press the <code>&lt;Tab&gt;</code> key which will show you that there is also a <code>vmware-hgfsmounter</code> command. If you call tha...
null
null
null
null
null
29285
1
29392
2011-03-06T17:29:27.227
4
362
<p>When I switch windows on current Unity using <kbd>Alt</kbd>+<kbd>Tab</kbd>, I get an ugly outline of size of the selected window occasionally showing on random places. Is there a way to change this outline to something better looking or eliminate it altogether?</p> <p><strong>NB</strong> These outlines appear on Ubuntu Desktop without any effects enabled.</p> <p><strong>Outlined Firefox</strong> <img src="https://i.stack.imgur.com/hFeK1.png" alt="enter image description here" /></p> <p><strong>Outlined Nautilus</strong> <img src="https://i.stack.imgur.com/gECE1.png" alt="enter image description here" /></p> <p><strong>Outlined Terminal</strong> <img src="https://i.stack.imgur.com/j1eBb.png" alt="enter image description here" /></p> <p>Click on the images to better view the outlines in question.</p>
814
-1
2020-06-12T14:37:07.210
2011-03-07T14:01:28.090
How to remove outlines around windows when switching with Alt+Tab?
[ "10.10", "unity", "ubuntu-netbook", "window-management" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T17:47:39.680", "id": "32568", "postId": "29285", "score": "0", "text": "@Jorge, you removed the question being related to Unity...", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-03-06T18:51:00.160", "id": "32572", "post...
{ "accepted": true, "body": "<p>I can reproduce this in a normal GNOME session (without Compiz running). Unfortunately I don't think it's possible to disable those preview borders (I skimmed through Metacity's source code and couldn't find anything relevant).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-07T14:01:28.090", "id": "29392", "lastActivityDate": "2011-03-07T14:01:28.090", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "29285", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>I can reproduce this in a normal GNOME session (without Compiz running). Unfortunately I don't think it's possible to disable those preview borders (I skimmed through Metacity's source code and couldn't find anything relevant).</p>\n", "commentCount": "0", "comments":...
null
null
null
null
null
29286
1
null
2011-03-06T17:32:54.723
14
15643
<p>On Ubuntu 10.04 Server, you can edit a file and it will automatically add a nameserver to the <code>/etc/resolv.conf</code> on boot. Unfortunately, Ubuntu 10.04 Desktop does not have this feature that I'm aware of, although perhaps I could be wrong. </p> <p>See, as a web developer, I replace my localhost domain with "me.com" (since I never use me.com) in my <code>/etc/hosts</code> file. So, I can visit my own web server this way. But since my <code>/etc/resolv.conf</code> doesn't have nameserver 127.0.0.1 in it, every lookup has to go out to my slow ISP DNS lookup and then back. So, I edit the file manually, but every time I reboot, the connection gets lost, and every time my ISP has troubles and my system renegotiates afterwards, I have to type this entry in again.</p> <p>Oh, and I prefer that the nameserver 127.0.0.1 be first, not last.</p> <p>Note without this entry, every connection to me.com is slow. With this entry, my connection to me.com is super fast.</p> <p>Is there a way to automatically do this on boot?</p>
1698
44179
2014-04-20T02:59:32.327
2014-04-20T02:59:32.327
How To Auto Add To /etc/resolv.conf?
[ "resolv.conf" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2013-04-09T00:08:26.963
null
null
29287
1
278032
2011-03-06T17:35:35.517
6
405
<p>Hamster is <a href="https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/529687" rel="nofollow noreferrer">unable to detect</a> my four Unity 3D workspaces:</p> <p><img src="https://i.stack.imgur.com/MvVdC.png" alt="screenshot"></p> <p>Is there currently any time tracker that can?</p>
1859
1859
2011-10-26T19:47:20.363
2013-04-05T02:03:39.943
Is there any time tracker that is aware of Unity workspaces?
[ "compiz", "workspaces", "time-management" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2012-05-15T16:00:04.150", "id": "163790", "postId": "29287", "score": "0", "text": "Hi! I apologize if this is not the right place to post this. Did you find a solution? I just found out about hamster and it would be a lot more useful and useable if this functionality worked ...
{ "accepted": true, "body": "<p>Nope.</p>\n\n<p>Source: Absence of responses to this question.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2013-04-05T02:03:39.943", "id": "278032", "lastActivityDate": "2013-04-05T02:03:39.943", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1859", "parentId": "29287", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Just checked on LaunchPad and it is still a known bug within Hamster.\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/529687\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/529687</a></p>\n", "commentCount": "0", ...
null
null
null
null
null
29291
1
30779
2011-03-06T18:01:40.363
2
2079
<p>Ubuntu 10.10, 32 bit. Firefox 3.6.14</p> <p>Why don't BBC videos play in Firefox if Youtube has no problem? Moreover videos play fine in Chrome. Another strange thing: there seem to be two flashplugins in about:plugins</p> <blockquote> <p>File: libflashplayer.so Version: Shockwave Flash 10.1 r102</p> <p>File: libflashplayer.so Version: Shockwave Flash 10.2 r152</p> </blockquote> <p>But there is only one flashplugin in the plugins directory: <code>/usr/lib/firefox/plugins/flashplugin-alternative.so</code> -> <code>/etc/alternatives/firefox-flashplugin</code></p> <pre><code>$ update-alternatives --list firefox-flashplugin /usr/lib/flashplugin-installer/libflashplayer.so </code></pre> <p>Any ideas?</p>
11930
866
2011-03-06T20:07:02.567
2011-03-17T14:30:08.063
BBC flash videos don't play in Firefox (Youtube videos do, and all is fine in Chrome)
[ "10.10", "firefox", "youtube", "flash" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T18:07:13.757", "id": "32570", "postId": "29291", "score": "0", "text": "Is this a recent problem? The BBC have changed some of their flash videos 'format' in the last few days?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2011-03-...
{ "accepted": true, "body": "<p>Solved. No idea what the problem was. Just know the symptom -- the presence of two flash plugins. Reinstalled flashplugin from the Ubuntu repo and cleared the Firefox cache and cookies and restarted Firefox. And voilà! videos work. Now about:plugins shows only the 10.2 r152 plugin.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-17T14:30:08.063", "id": "30779", "lastActivityDate": "2011-03-17T14:30:08.063", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11930", "parentId": "29291", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Solved. No idea what the problem was. Just know the symptom -- the presence of two flash plugins. Reinstalled flashplugin from the Ubuntu repo and cleared the Firefox cache and cookies and restarted Firefox. And voilà! videos work. Now about:plugins shows only the 10.2 r152 p...
null
null
null
null
null
29293
1
46771
2011-03-06T18:25:21.380
3
5065
<p>Ubuntu 10.10, 32 bit, XTerm(261), Keyboard layout = Canadian</p> <p>Somehow, the backquote (backtick = `) character can't be input does not get entered in XTerm. I type it and nothing happens. The cursor does not move forward. Nor can I type the è (e with grave). This is normally input by typing the backtick followed by an e. I can type the accented é into XTerm as it is a key on the keyboard.</p> <p>I know it works because I can input the ` backtick and è etc in Terminal (gnome-terminal). </p> <p>I don't want to change the keyboard layout. termcap? terminfo? maybe that has something to do with it ... something is intercepting that backtick ... all other special characters can be input without problem.</p> <p>Someone please help me solve this mystery. I like to use XTerm and I need the backquotes.</p>
11930
null
null
2011-06-03T18:02:52.690
Cannot type backquote or backtick in xterm
[ "keyboard", "keyboard-layout", "special-characters", "input", "xterm" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-05-24T20:37:50.050", "id": "49434", "postId": "29293", "score": "0", "text": "Two questions: What's the value of your LANG environment variable, and is this a French Canadian keyboard?", "userDisplayName": null, "userId": "17866" } ]
{ "accepted": true, "body": "<p>On foreign keyboards, there are <a href=\"http://en.wikipedia.org/wiki/Dead_keys\" rel=\"nofollow\">dead keys</a> - of which the backtick is one in languages like French. The standard response - as you mentioned - is to do nothing and present the accented è when an \"e\" is pressed (other letters would be similar).</p>\n\n<p>I thought that following the backtick by a space would make a backtick appear alone.</p>\n\n<p>I would check your locale (all LC_* settings) in xterm. I would also check the setting of TERM. You can do these by doing this:</p>\n\n<pre><code>locale\nset | grep LC_\necho $TERM\n</code></pre>\n\n<p>The first two commands should present the same information.</p>\n\n<p>I would also expect that gnome-terminal is much more compatible with foreign languages than xterm.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-06-06T18:57:11.727", "id": "52225", "postId": "46771", "score": "0", "text": "Thanx for the reply. That was so simple. The backtick does appear when pressing space after the tick! I wonder how I missed that. BTW, I have moved to Fedora 15 now. I couldn't tolerate the FF crashes on Natty any longer.", "userDisplayName": null, "userId": "11930" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-03T18:02:52.690", "id": "46771", "lastActivityDate": "2011-06-03T18:02:52.690", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10966", "parentId": "29293", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>On foreign keyboards, there are <a href=\"http://en.wikipedia.org/wiki/Dead_keys\" rel=\"nofollow\">dead keys</a> - of which the backtick is one in languages like French. The standard response - as you mentioned - is to do nothing and present the accented è when an \"e\" is p...
null
null
null
null
null
29297
1
null
2011-03-06T18:46:39.527
11
1759
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/86977/how-to-correctly-enable-desktop-cube-in-unity-3d">How to correctly enable Desktop Cube in Unity 3D?</a> </p> </blockquote> <p>I can't currently enable Compiz Cube. It conflicts with the Desktop Wall plugin, and that plugin is required for Unity. Can this be fixed?</p>
10009
-1
2017-04-13T12:23:44.677
2012-08-26T18:14:39.110
Does the Compiz Cube plugin work with Unity?
[ "unity", "compiz" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This is currently <a href=\"https://bugs.launchpad.net/unity/+bug/711561\" rel=\"nofollow noreferrer\">by design</a> as the plugin requires the wall as part of the switching experience. </p>\n\n<p>The cube is not officially supported but you can work around it if you're willi...
null
null
2012-11-29T17:28:35.430
null
null
29303
1
null
2011-03-06T17:29:02.930
2
109
<p>I've had this problem intermittently for a while. It seems to occur after the endless Ubuntu updates, then I fix it. Then it comes back again. Recently it effected several characters, now (as of last restart) it's only uppercase P from the 'Ubuntu' font that is effected.</p> <p>Any ideas on solutions?</p> <p>Bonus points for identifying the cause!</p> <p>I've tried the standard <code>sudo fc-cache -fv</code> but no luck this time.</p> <p>I'm on Ubuntu 10.10</p>
null
235
2011-03-06T19:46:43.913
2011-03-06T19:46:43.913
Uppercase 'P' appearing as a block
[ "10.10", "fonts", "ubuntu-font-family" ]
0
2
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T23:45:10.443", "id": "32604", "postId": "29303", "score": "0", "text": "If the corruption \"comes and goes\"; only on certain letters at certain sizes and certain times, then it's most likely a video *driver* issue (or even video *RAM* issue!) related to cacheing of...
null
[]
null
null
2012-02-20T23:21:35.523
null
walden
29306
1
29308
2011-03-06T20:03:52.677
2
5075
<p>I am trying to compile the abgx360 GUI. </p> <p>First I run <code>home/eric/Desktop/abgx360-1.0.5/configure</code> but I receive this error:</p> <blockquote> <p>checking for C++ compiler default output file name... </p> <p>configure: error: C++ compiler cannot create executables</p> <p>See `config.log' for more details.</p> </blockquote> <p>Then i run <code>make</code> but I receive this error:</p> <blockquote> <p>make: <em>*</em> No rule to make target `/home/eric/Desktop/abgx360-1.0.5/Makefile.am', </p> <p>needed by `/home/eric/Desktop/abgx360-1.0.5/Makefile.in'. Stop.</p> </blockquote> <p>Here is my 'config.log':</p> <pre><code>This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by abgx360gui configure 1.0.2, which was generated by GNU Autoconf 2.61. Invocation command line was $ /home/eric/Desktop/abgx360gui-1.0.2/configure ## --------- ## ## Platform. ## ## --------- ## hostname = Eric-Desktop uname -m = x86_64 uname -r = 2.6.35-27-generic uname -s = Linux uname -v = #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1800: checking for a BSD-compatible install configure:1856: result: /usr/bin/install -c configure:1867: checking whether build environment is sane configure:1910: result: yes configure:1938: checking for a thread-safe mkdir -p configure:1977: result: /bin/mkdir -p configure:1990: checking for gawk configure:2020: result: no configure:1990: checking for mawk configure:2006: found /usr/bin/mawk configure:2017: result: mawk configure:2028: checking whether make sets $(MAKE) configure:2049: result: yes configure:2302: checking for g++ configure:2332: result: no configure:2302: checking for c++ configure:2332: result: no configure:2302: checking for gpp configure:2332: result: no configure:2302: checking for aCC configure:2332: result: no configure:2302: checking for CC configure:2332: result: no configure:2302: checking for cxx configure:2332: result: no configure:2302: checking for cc++ configure:2332: result: no configure:2302: checking for cl.exe configure:2332: result: no configure:2302: checking for FCC configure:2332: result: no configure:2302: checking for KCC configure:2332: result: no configure:2302: checking for RCC configure:2332: result: no configure:2302: checking for xlC_r configure:2332: result: no configure:2302: checking for xlC configure:2332: result: no configure:2360: checking for C++ compiler version configure:2367: g++ --version &gt;&amp;5 /home/eric/Desktop/abgx360gui-1.0.2/configure: line 2368: g++: command not found configure:2370: $? = 127 configure:2377: g++ -v &gt;&amp;5 /home/eric/Desktop/abgx360gui-1.0.2/configure: line 2378: g++: command not found configure:2380: $? = 127 configure:2387: g++ -V &gt;&amp;5 /home/eric/Desktop/abgx360gui-1.0.2/configure: line 2388: g++: command not found configure:2390: $? = 127 configure:2413: checking for C++ compiler default output file name configure:2440: g++ conftest.cpp &gt;&amp;5 /home/eric/Desktop/abgx360gui-1.0.2/configure: line 2441: g++: command not found configure:2443: $? = 127 configure:2481: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "abgx360gui" | #define PACKAGE_TARNAME "abgx360gui" | #define PACKAGE_VERSION "1.0.2" | #define PACKAGE_STRING "abgx360gui 1.0.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "abgx360gui" | #define VERSION "1.0.2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2488: error: C++ compiler cannot create executables See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_make_make_set=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/eric/Desktop/abgx360gui-1.0.2/missing --run aclocal-1.10' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='${SHELL} /home/eric/Desktop/abgx360gui-1.0.2/missing --run tar' AUTOCONF='${SHELL} /home/eric/Desktop/abgx360gui-1.0.2/missing --run autoconf' AUTOHEADER='${SHELL} /home/eric/Desktop/abgx360gui-1.0.2/missing --run autoheader' AUTOMAKE='${SHELL} /home/eric/Desktop/abgx360gui-1.0.2/missing --run automake-1.10' AWK='mawk' CC='' CCDEPMODE='' CFLAGS='' CPP='' CPPFLAGS='' CXX='g++' CXXDEPMODE='' CXXFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' GREP='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /home/eric/Desktop/abgx360gui-1.0.2/missing --run makeinfo' OBJEXT='' PACKAGE='abgx360gui' PACKAGE_BUGREPORT='' PACKAGE_NAME='abgx360gui' PACKAGE_STRING='abgx360gui 1.0.2' PACKAGE_TARNAME='abgx360gui' PACKAGE_VERSION='1.0.2' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/bash' STRIP='' VERSION='1.0.2' WX_CFLAGS='' WX_CFLAGS_ONLY='' WX_CONFIG_PATH='' WX_CPPFLAGS='' WX_CXXFLAGS='' WX_CXXFLAGS_ONLY='' WX_LIBS='' WX_LIBS_STATIC='' WX_RESCOMP='' WX_VERSION='' ac_ct_CC='' ac_ct_CXX='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='' am__include='' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /home/eric/Desktop/abgx360gui-1.0.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "abgx360gui" #define PACKAGE_TARNAME "abgx360gui" #define PACKAGE_VERSION "1.0.2" #define PACKAGE_STRING "abgx360gui 1.0.2" #define PACKAGE_BUGREPORT "" #define PACKAGE "abgx360gui" #define VERSION "1.0.2" configure: exit 77 </code></pre>
11902
721
2011-03-23T00:15:46.983
2013-09-10T13:13:19.317
Error when trying to compile abgx360: C++ compiler cannot create executables
[ "compiling" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The error message is very obvious:</p>\n\n<pre><code>/home/eric/Desktop/abgx360gui-1.0.2/configure: line 2441: g++: command not found\n</code></pre>\n\n<p>Solution: install the C++ compiler, <code>g++</code>:</p>\n\n<pre><code>sudo apt-get install g++\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T20:22:46.583", "id": "29308", "lastActivityDate": "2011-03-06T20:22:46.583", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "29306", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>The error message is very obvious:</p>\n\n<pre><code>/home/eric/Desktop/abgx360gui-1.0.2/configure: line 2441: g++: command not found\n</code></pre>\n\n<p>Solution: install the C++ compiler, <code>g++</code>:</p>\n\n<pre><code>sudo apt-get install g++\n</code></pre>\n", "...
null
null
null
null
null
29313
1
null
2011-03-06T21:19:43.927
6
833
<p>Acer Aspire One Netbook<br> Ubuntu Netbook Remix 10.10 (freshly installed)<br> 1 GB Ram 150 GB HDD Space </p> <p>When I try to install Picasa, it apparently completes, and tells me that it has been installed. But when I try to look for Picasa to run it, it doesn't appear in the menu anywhere.</p> <p>I am unable to find Picasa on my system and it says that it has been installed already when I try to reinstall it. </p> <p>I have tried a few things;</p> <ul> <li><p>Looked for the key: </p> <p><code>wget -q -O - <a href="https://dl-ssl.google.com/linux/linux" rel="nofollow">https://dl-ssl.google.com/linux/linux</a>_signing_key.pub | apt-key add -</code></p></li> </ul> <p>... and then added it.</p> <ul> <li><p>Tried the following commands after adding Picasa to my source list: </p> <p><code>sudo apt-get upgrade</code><br> <code>sudo apt-get install picasa</code></p></li> </ul> <p>And here is the result: </p> <pre><code>netbook:~$ sudo apt-get install picasa Reading package lists... Done Building dependency tree Reading state information... Done picasa is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. </code></pre> <p>And when I tried to look for Picasa again... I can't find it.</p> <p>(I had also started <a href="http://ubuntuforums.org/showthread.php?p=10530070#post10530070" rel="nofollow">this thread on ubuntu forums</a> but didn't get a solution.)</p> <hr> <p>I tried Jorge's solution and it did launch Picasa immediately, however I am unable to keep it in the launcher. There is no such option. All I can see is only 2 options:<br> 1. Wine<br> 2. Quit </p> <p>So, I still need help to keep it in the menu/launcher.</p>
11809
8844
2011-04-15T02:24:38.710
2011-04-15T02:24:38.710
Picasa installs but is missing in the menu
[ "10.10", "installation", "unity", "ubuntu-netbook" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This appears to be a problem with Unity itself:</p>\n<ul>\n<li><a href=\"https://bugs.launchpad.net/bamf/+bug/657771\" rel=\"nofollow noreferrer\">Bug report</a></li>\n<li>Related: <a href=\"https://askubuntu.com/questions/6222/how-do-i-add-programs-to-the-unity-launcher\">ht...
null
null
null
null
null
29316
1
30227
2011-03-06T21:49:46.873
0
927
<p>I have a Philips SNU5600 WiFi dongle plugged into two machines (ie I have two SNU5600 dongles, one in each machine). One machine is running 10.10 and the other is running Linux Mint.</p> <p>The dongles work absolutely fine, except if I do a lot of file transfers to a NAS attached to the wireless router. After a while the connection to the router will go.</p> <p>To get the connection back I either need to run <code>sudo /etc/init.d/networking restart</code> or I need to unplug and plug in again the dongle.</p> <p>Otherwise the dongle works fine (web browsing, streaming, etc).</p> <p>Output of lsusb:</p> <blockquote> <p>Bus 002 Device 003: ID 0471:1236 Philips (or NXP) SNU5600 802.11bg</p> </blockquote> <p>Output of <code>lsusb -v</code> at <a href="http://pastebin.com/dXYKkF01" rel="nofollow">http://pastebin.com/dXYKkF01</a></p> <p>What steps should I take next to resolve this? Is it a known problem?</p> <p>Could it be the router? It is a 3Com "OfficeConnect Wireless 11g Cable/DSL Gateway Version 1.02.15".</p> <p><strong>Edit</strong> I am in France and the dongle was configured for the US region. I used the following command to change this:</p> <pre><code>sudo iw reg set fr </code></pre> <p>This <em>may</em> have made things better, but I can't be certain.</p> <p><strong>Edit 2</strong> Disconnect happened at 19:48 and I reconnected at 20:00 - I have some logs:</p> <ul> <li><code>/var/log/debug</code> <a href="http://pastebin.com/saB4MPpB" rel="nofollow">http://pastebin.com/saB4MPpB</a></li> <li><code>/var/log/messages</code> <a href="http://pastebin.com/qEHAL9Sj" rel="nofollow">http://pastebin.com/qEHAL9Sj</a></li> </ul> <p>This happened in debug when the disconnect happened:</p> <pre><code>Mar 9 19:36:54 rich-pc kernel: [ 211.824126] cfg80211: Found new beacon on frequency: 2467 MHz (Ch 12) on phy0 Mar 9 19:48:26 rich-pc kernel: [ 904.483214] No probe response from AP 00:0d:54:9e:71:b8 after 500ms, disconnecting. Mar 9 19:48:27 rich-pc kernel: [ 904.711404] cfg80211: All devices are disconnected, going to restore regulatory settings Mar 9 19:48:27 rich-pc kernel: [ 904.711412] cfg80211: Restoring regulatory settings while preserving user preference for: FR </code></pre> <p>And this covers messages at the same time plus when I unplugged and plugged in the dongle:</p> <pre><code>Mar 9 20:00:22 rich-pc kernel: [ 1619.685072] usb 1-3: USB disconnect, address 2 Mar 9 20:00:26 rich-pc kernel: [ 1623.630015] usb 1-3: new high speed USB device using ehci_hcd and address 3 Mar 9 20:00:26 rich-pc kernel: [ 1623.930015] usb 1-3: reset high speed USB device using ehci_hcd and address 3 Mar 9 20:00:26 rich-pc kernel: [ 1624.082780] zd1211rw 1-3:1.0: phy1 Mar 9 20:00:26 rich-pc kernel: [ 1624.133849] zd1211rw 1-3:1.0: firmware version 4725 Mar 9 20:00:26 rich-pc kernel: [ 1624.173847] zd1211rw 1-3:1.0: zd1211b chip 0471:1236 v4810 high 00-1d-19 AL2230_RF pa0 g--NS Mar 9 20:00:26 rich-pc kernel: [ 1624.176228] cfg80211: Calling CRDA for country: US Mar 9 20:00:26 rich-pc kernel: [ 1624.179328] cfg80211: Current regulatory domain intersected: Mar 9 20:00:26 rich-pc kernel: [ 1624.179332] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) Mar 9 20:00:26 rich-pc kernel: [ 1624.179335] (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm) Mar 9 20:00:26 rich-pc kernel: [ 1624.179338] (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 1700 mBm) Mar 9 20:00:26 rich-pc kernel: [ 1624.179340] (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) Mar 9 20:00:26 rich-pc kernel: [ 1624.179343] (5490000 KHz - 5600000 KHz @ 40000 KHz), (N/A, 2000 mBm) Mar 9 20:00:26 rich-pc kernel: [ 1624.179345] (5650000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2000 mBm) Mar 9 20:00:26 rich-pc kernel: [ 1624.233713] ADDRCONF(NETDEV_UP): wlan0: link is not ready </code></pre> <p>It looks like this is a <a href="http://www.mail-archive.com/zd1211-devs@lists.sourceforge.net/msg01782.html" rel="nofollow">known problem</a> with the driver in question.</p> <p>Any ideas whether this is likely to be fixed in the next release of Ubuntu?</p>
2872
2872
2011-03-10T21:39:14.193
2011-03-13T21:17:09.723
Steps to diagnose SNU5600 disconnection problem
[ "usb", "wireless" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-10T12:55:02.223", "id": "33245", "postId": "29316", "score": "0", "text": "Start a terminal and run `tail -f /var/log/kern.log` and post the results from that next time you experience a drop. That may help others troubleshoot.", "userDisplayName": null, "userI...
{ "accepted": true, "body": "<p>I have read that the best option is to change from the Minstrel algorithm, so I have asked <a href=\"https://askubuntu.com/questions/30226/change-from-the-minstrel-algorithm\">a new question</a> about how to do that.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-13T21:17:09.723", "id": "30227", "lastActivityDate": "2011-03-13T21:17:09.723", "lastEditDate": "2017-04-13T12:23:59.520", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "2872", "parentId": "29316", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>I have read that the best option is to change from the Minstrel algorithm, so I have asked <a href=\"https://askubuntu.com/questions/30226/change-from-the-minstrel-algorithm\">a new question</a> about how to do that.</p>\n", "commentCount": "0", "comments": [], "c...
null
null
null
null
null
29318
1
29324
2011-03-06T22:07:16.227
9
12311
<p>I am apt-get installing Ardour, a sound mixing program, just to try it out. Installing Ardour also installs JACK, a dependency. As part of the JACK installation script, I get the following dialog:</p> <blockquote> <p>If you want to run jackd with realtime priorities, the user starting jackd needs realtime permissions. Accept this option to create the file /etc/security/limits.d/audio.conf, granting realtime priority and memlock privileges to the audio group.</p> <p>Running jackd with realtime priority minimizes latency, but may lead to complete system lock-ups by requesting all the available physical system memory, which is unacceptable in multi-user environments.</p> <p>Enable realtime process priority? </p> </blockquote> <p>I'm installing on my laptop, which never has multiple simultaneous users. I still have concerns: is JACK something that'll be used by the system itself to play any sound (i.e. will it replace ALSA)? If so, does that mean that if I enable realtime priority for JACK, I'll run a slight risk of freezing the machine whenever any sound is played? Or is JACK only going to be used by Ardour for now (until I install some other JACK-dependent program)?</p>
9869
22949
2012-07-11T19:56:59.883
2015-10-06T02:51:57.007
Can it be harmful to grant jackd realtime priority?
[ "apt", "jack", "realtime", "process-priority", "ardour" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Jackd does not normally replace ALSA. Jackd usually uses ALSA to provide it's output. What Jackd provides is a low-latency audio patching/routing network that other software can use. Only software designed to use Jackd will use JackD. Jackd only needs to be run when you are running software that uses it (<em>e.g.</em> Ardour, Rosegarden, Jack-rack). When you are not running a program that uses jackd, you don't have to run jackd.</p>\n\n<p>The best program I have found for controlling jackd is qjackctl, which can be installed through the Ubuntu Software Center as Jack Control. It allows starting/stopping jackd, configuring how it is run, and setting up connections.</p>\n\n<p>In order to get the lowest latency possible, jackd really would like to use real-time priority threads. Enabling real-time processing for jackd is good thing to do and should not hurt your system. (The machine I am typing on right now has had it enabled for 4 years under 2 different Linux distros and 2 different hardware incarnations without any lock-ups.)</p>\n\n<p>BTW, once you start using some of the features of jackd, it gets pretty addictive. By starting up different effects racks (jack-rack instances), and setting up the connections, I can take take a stereo recording and create a real-time 4.2 output where I have different delays reverb/delay for the rear speakers, a custom center channel mix, and a sub-woofer output. (I am still trying to find a good octave doubler for that.)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-06T22:27:15.660", "id": "29324", "lastActivityDate": "2011-03-06T22:27:15.660", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4435", "parentId": "29318", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p>Jackd does not normally replace ALSA. Jackd usually uses ALSA to provide it's output. What Jackd provides is a low-latency audio patching/routing network that other software can use. Only software designed to use Jackd will use JackD. Jackd only needs to be run when you a...
null
null
null
null
null
29319
1
29432
2011-03-06T22:07:49.413
7
920
<p>I can drag any .desktop file to the launcher, which is great, but where to put a .desktop file for it to appear in Unity's dash and dash searches? Apparently not in /usr/share/applications.</p>
3180
25863
2012-06-18T18:14:41.713
2012-06-18T18:14:41.713
How to add a custom launcher in Unity's applications place
[ "unity" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2012-11-26T17:40:11.127", "id": "274236", "postId": "29319", "score": "0", "text": "Is there an online reference documenting this process?", "userDisplayName": null, "userId": "8092" } ]
{ "accepted": true, "body": "<p>The apps place has a ~5s gracetime before it indexes new apps. They are indeed picked up from <code>/usr/share/applications</code> (among other places). I just tested here and it seems to work fine.</p>\n\n<p>Right now you have to do a search or something else to change the result set though - it's only the underlying index which is updated right now. For this Thurday's release I'll land a fix so that we also update any active result sets when we detect changes.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-07T22:47:29.050", "id": "32751", "postId": "29432", "score": "0", "text": "Ok, it didn't appeared until I add a \"Categories\" field to the .desktop , thanks Mikkel!", "userDisplayName": null, "userId": "3180" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-07T19:56:51.207", "id": "29432", "lastActivityDate": "2011-03-07T23:22:57.267", "lastEditDate": "2011-03-07T23:22:57.267", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "10823", "parentId": "29319", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>The apps place has a ~5s gracetime before it indexes new apps. They are indeed picked up from <code>/usr/share/applications</code> (among other places). I just tested here and it seems to work fine.</p>\n\n<p>Right now you have to do a search or something else to change the r...
null
null
null
null
null
29322
1
29336
2011-03-06T22:16:47.180
1
155
<p>I am running 10.04 within Windows 7, as a virtual machine using VMware. I want to upgrade to 10.10 now and later 11.04. Can I do this using the usual upgrade procedure ( from the update manager) ? or do I need to do something special ?</p> <p>Thnx - Egon.</p>
1303
235
2011-03-07T00:02:21.140
2011-03-07T00:31:29.887
How do I upgrade from inside a VMware Image?
[ "upgrade", "vmware" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>A virtual machine doesn't really know it's virtual, so yes, it will be the same as normal.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-07T00:31:29.887", "id": "29336", "lastActivityDate": "2011-03-07T00:31:29.887", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "29322", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>A virtual machine doesn't really know it's virtual, so yes, it will be the same as normal.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-07T00:31:29.887", "id": "2933...
null
null
null
null
null
29323
1
43717
2011-03-06T22:17:45.873
8
694
<p>I am continuing an abandoned thread <a href="https://askubuntu.com/questions/6485/arabic-reading-error">Arabic reading error</a>, since it was not solved.</p> <p>I'm using Ubuntu 10.04, Firefox 3.6.14. I've checked for Flash Player, I have the recent version installed.</p> <p>In the Flash Player window arabic script appears in wrong direction. The letters are displayed from left to right and not, as it should be, from right to left. For exemple <a href="http://www.fpnp.net/" rel="nofollow noreferrer">http://www.fpnp.net/</a>. The problematic place is the black bar in Flash window with a text below the image on the right. Here the letters are displayed in wrong direction and, by consequence, are not joined. You can see (I hope) the difference between that black bar and the rest of the text.</p> <p><a href="https://i.stack.imgur.com/ZGjz3.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ZGjz3.png" alt="picture of the problem"></a></p> <p>Hope it will understandable for not Arabic-speaking people.</p> <p>Thanks</p>
11141
-1
2017-04-13T12:23:20.487
2011-07-21T00:55:05.033
Right-to-Left script fail with Flash Player
[ "11.04", "10.04", "flash", "language-support", "arabic" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-30T18:09:04.813", "id": "42391", "postId": "29323", "score": "0", "text": "I think nobody will find a solution for this problem.", "userDisplayName": null, "userId": "779" }, { "creationDate": "2011-05-18T19:32:46.313", "id": "47915", "postId": ...
{ "accepted": true, "body": "<p>According to <a href=\"https://stackoverflow.com/questions/1579410/arabic-letters-shown-disconnected-in-flash/1713696#1713696\">this post</a>, the problem is due to a shortcoming of the version of Adobe Flash that the web developer used.</p>\n\n<p>There are no known user workarounds. The problem must be corrected by the web developer.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-18T19:31:55.240", "id": "43717", "lastActivityDate": "2011-05-18T19:31:55.240", "lastEditDate": "2017-05-23T12:39:47.880", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1859", "parentId": "29323", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>According to <a href=\"https://stackoverflow.com/questions/1579410/arabic-letters-shown-disconnected-in-flash/1713696#1713696\">this post</a>, the problem is due to a shortcoming of the version of Adobe Flash that the web developer used.</p>\n\n<p>There are no known user work...
null
null
null
null
null
29327
1
null
2011-03-06T22:37:05.053
2
134
<p>I'm currently running Natty, but whenever I do a <code>sudo apt-get update</code>, and then <code>sudo apt-get dist-upgrade</code>, it doesn't update nothing, and this has been happening for a couple of months now. Thanks for any help.</p> <p>(I can't put my sources.list because askubuntu doesn't let me, due to all the hyperlinks...)</p>
11940
235
2012-03-23T21:10:32.050
2012-03-23T21:10:32.050
Why isn't my 11.04 system being upgraded? (because I want to test the latest code for Unity)
[ "11.04", "unity", "updates" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-03-06T22:47:51.530", "id": "32596", "postId": "29327", "score": "0", "text": "I just remembered, I'm using 64 bit version of ubuntu.", "userDisplayName": null, "userId": "11940" }, { "creationDate": "2011-03-06T22:58:07.023", "id": "32597", "postId...
null
[ { "accepted": null, "body": "<p>I found the <a href=\"https://launchpad.net/ubuntu/natty/+source/apt-setup/+changelog\" rel=\"nofollow\">following info</a> on Launchpad for Natty, have a read through it and make sure your sources are pointing to the correct repositories.</p>\n", "commentCount": "0", ...
null
null
null
null
null
29328
1
null
2011-03-06T22:46:03.700
17
74700
<p>I have ubuntu-server on my server and also in terminals and an application squeegee in text mode. This version 9.10 of ubuntu-serversystem came with a resolution at the terminal, which makes use of the application, the fonts (letters) are very small. </p> <p>Please, if anyone knows how to take the resolution of text mode 10.04 ubuntu server, tell me. To illustrate. I need the resolution is to get as Debian, large fonts!</p> <p>Still using version 9.04, it was the last that still has not implemented the resolution at the terminal (text mode). I remind you that non-use graphical interface. Only text mode.</p>
11938
235
2011-06-23T20:07:37.947
2017-06-06T22:32:22.327
How do I increase the text size of the text on a console?
[ "10.04", "server" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If I understand you correctly, you are arguing about the font size in the virtual terminals (VT), accessible with <code>CTRL + ALT + F[1-6]</code>!?</p>\n\n<p>These terminals are configured during the boot process. Depending on your version of Grub you can configure the setup...
null
null
null
null
null
29329
1
null
2011-03-06T22:52:34.410
9
2145
<p>I cannot add any applet to any (top or bottom) panel, cannot delete any panel nor create a new panel. When I right-click on the panel the only options available are: <em>Properties</em>, <em>Help</em> or <em>About panels</em>.</p> <p>[I cannot post an image because of spam prevention, so I'll do my best]<br> I can see when I right-click (bold means clickable):</p> <ul> <li>Add to panel</li> <li><strong>Properties</strong></li> <li>Delete this panel</li> <li>New panel</li> <li><strong>Help</strong></li> <li><strong>About Panels</strong></li> </ul> <p>Trying to solve this I did what is <a href="https://askubuntu.com/questions/889/re-add-the-default-top-panel">usually</a> suggested:</p> <blockquote> <p>gconftool-2 –-recursive-unset /apps/panel # might be optional<br> rm -rf ~/.gconf/apps/panel<br> pkill gnome-panel </p> </blockquote> <p>but I only got a nice empty panel (no <em>Applications</em> <em>Places</em> <em>System</em>, no clock, no shutdown button...) to which I couldn't add any applet, so I decided to take the default profiles in .gconf and .gconfd from a live CD and overwrite mines. Now we are back to the beginning.</p> <p>I also have tried to lock completely the panel (with both <em>gconf-editor</em> and <em>pessulus</em>) and later unlock it completely but it didn't work. </p> <p>Here is the system information:</p> <blockquote> <p>$ lsb_release<br> Distributor ID: Ubuntu<br> Description: Ubuntu 10.04.2 LTS<br> Release: 10.04<br> Codename: lucid </p> </blockquote> <p>Thank you very much.</p>
11936
-1
2017-04-13T12:24:49.530
2011-07-25T01:28:20.547
Can't add to panel nor delete panel
[ "10.04", "gnome", "gnome-panel" ]
2
6
CC BY-SA 2.5
[ { "creationDate": "2011-03-06T23:01:12.497", "id": "32599", "postId": "29329", "score": "0", "text": "Are you running the desktop or netbook edition?", "userDisplayName": null, "userId": "4982" }, { "creationDate": "2011-03-06T23:06:45.673", "id": "32600", "postId": "2932...
null
[ { "accepted": null, "body": "<p>If it's something in your gnome settings that has gone wrong, you could reset them to defaults using Ubuntu Tweak. If you open Ubuntu Tweak and then look under the \"Desktop Recovery\" section you can restore any of several settings folders to the initial defaults.</p>\n", ...
null
null
null
null
null
29335
1
29355
2011-03-07T00:29:47.160
0
3012
<p>I have too little space in my /dev/loop0 :</p> <pre><code>/dev/loop0 5,6G 5,1G 170M 97% / none 3,0G 268K 3,0G 1% /dev none 3,0G 1,5M 3,0G 1% /dev/shm none 3,0G 144K 3,0G 1% /var/run none 3,0G 0 3,0G 0% /var/lock /dev/sda5 16G 9,5G 6,2G 61% /host /dev/sdb1 373G 373G 130M 100% /media/disco externo-1 </code></pre> <p>How can I expand the space for /dev/loop0? Basically, the system is always warning about lack of space.</p> <p>Thanks.</p>
11941
205291
2016-04-06T10:31:20.770
2016-04-06T10:31:20.770
/dev/loop0 doesn't have enough disk space
[ "partitioning", "wubi" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It seems you have installed through WUBI, so you can try this solution: <a href=\"https://askubuntu.com/questions/23198/how-to-increase-wubi-root-disk-space\">How to increase wubi /root disk space</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-07T09:31:56.987", "id": "29355", "lastActivityDate": "2011-03-07T09:31:56.987", "lastEditDate": "2017-04-13T12:24:29.360", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "2647", "parentId": "29335", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>It seems you have installed through WUBI, so you can try this solution: <a href=\"https://askubuntu.com/questions/23198/how-to-increase-wubi-root-disk-space\">How to increase wubi /root disk space</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDat...
null
null
null
null
null
29338
1
29339
2011-03-07T01:15:20.083
3
16465
<p>I would like to get the iso image of Ubuntu 10.04 netbook edition but can't find it on the Ubuntu web site.</p> <p>Is this file still available? If so, could someone point me to a link.</p> <p>Thanks.</p>
1836
null
null
2013-10-19T18:26:43.227
Can one still download 10.04 netbook edition
[ "10.04", "ubuntu-netbook" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can get images for netbooks with ARM processors: <a href=\"http://old-releases.ubuntu.com/releases/ports/releases/lucid/\" rel=\"nofollow noreferrer\">http://old-releases.ubuntu.com/releases/ports/releases/lucid/</a>.</p>\n\n<p>However, please be warned that there is no support for discontinued releases and any questions opened here will be closed as off-topic. You may be able to get assistance on <a href=\"http://ubuntuforums.org\" rel=\"nofollow noreferrer\">Ubuntu Forums</a>, though.</p>\n\n<p>There is no intel .iso there. For that you need to use one of the isos mentioned here:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/a/183716/1992\">https://askubuntu.com/a/183716/1992</a></li>\n<li><a href=\"https://askubuntu.com/a/183605/1992\">https://askubuntu.com/a/183605/1992</a></li>\n</ul>\n", "commentCount": "3", "comments": [ { "creationDate": "2013-08-24T13:11:08.717", "id": "429033", "postId": "29339", "score": "0", "text": "Downvoted because _green7_'s answer is correct and official...", "userDisplayName": null, "userId": "5786" }, { "creationDate": "2013-08-24T13:47:53.867", "id": "429043", "postId": "29339", "score": "0", "text": "@TorbenGundtofte-Bruun fixed.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2013-08-25T06:32:37.490", "id": "429517", "postId": "29339", "score": "0", "text": "- and flipped my vote up instead :)", "userDisplayName": null, "userId": "5786" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-07T01:20:45.800", "id": "29339", "lastActivityDate": "2013-08-24T16:24:50.353", "lastEditDate": "2017-04-13T12:25:03.423", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "29338", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>You can get images for netbooks with ARM processors: <a href=\"http://old-releases.ubuntu.com/releases/ports/releases/lucid/\" rel=\"nofollow noreferrer\">http://old-releases.ubuntu.com/releases/ports/releases/lucid/</a>.</p>\n\n<p>However, please be warned that there is no s...
null
null
null
null
null
29342
1
39910
2011-03-07T02:55:08.930
2
3339
<p>My NVIDIA graphic card is a 7050/610i. My problem is that after upgrading to the last NVIDIA drivers when I use fullscreen apps (or almost fullscreen) the windows goes white.</p> <p>My xorg.conf file:</p> <pre><code># nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 270.29 (buildmeister@swio-display-x86-rhel47-02.nvidia.com) Wed Feb 23 16:38:34 PST 2011 Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" Option "AddARGBGLXVisuals" "True" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "Module" Load "glx" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" # generated from default EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Device" Identifier "Device0" VendorName "NVIDIA Corporation" Driver "nvidia" Option "NoLogo" "True" EndSection </code></pre> <p>Any idea on how to solve this?</p> <p>&lt;--Sorry for bad english, ask for more info--></p>
11946
null
null
2011-05-04T05:39:37.107
Problems with NVIDIA drivers: White screen with full(or almost full)screen apps
[ "drivers", "nvidia" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Solution:</strong></p>\n\n<ul>\n<li>Click on the Ubuntu-Symbol in the top left corner</li>\n<li>Type hardware and select hardware-drivers</li>\n<li>Activate driver number 173</li>\n</ul>\n\n<p>Source: <a href=\"http://ubuntuforums.org/showthread.php?p=10748878\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?p=10748878</a></p>\n\n<p><strong>Background:</strong></p>\n\n<p>There is a launchpad entry describing this bug and any progress towards solving it:</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+bug/773582\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+bug/773582</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-04T05:39:37.107", "id": "39910", "lastActivityDate": "2011-05-04T05:39:37.107", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "16373", "parentId": "29342", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p><strong>Solution:</strong></p>\n\n<ul>\n<li>Click on the Ubuntu-Symbol in the top left corner</li>\n<li>Type hardware and select hardware-drivers</li>\n<li>Activate driver number 173</li>\n</ul>\n\n<p>Source: <a href=\"http://ubuntuforums.org/showthread.php?p=10748878\" rel=\...
null
null
null
null
null
29344
1
29347
2011-03-07T04:13:16.257
6
235
<p>I have a app I am packaging for ubuntu.</p> <p>I don't like the idea that if included in the ubuntu repositories I will have no control over updating that application. I don't want my users stuck on an out dated version for up to 6 months. I also do not want my users to have to manually add a PPA themselves to get updates as the target user will not have the technical know how to do this.</p> <p>Is it OK to have my .deb add a PPA on install. So that I can roll out stable updates to my ubuntu users.</p>
448
448
2011-03-07T04:36:09.350
2011-03-07T13:34:01.960
Adding PPA on install
[ "ppa", "packaging" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In short, yes. You can add a ppa with the deb (Google does something similar for example).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-17T10:47:43.423", "id": "39705", "postId": "29347", "score": "0", "text": "Actually when installing google chrome, google adds 3 ppa-stable, beta, dev for google chrome", "userDisplayName": null, "userId": "11769" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-07T04:34:23.650", "id": "29347", "lastActivityDate": "2011-03-07T05:09:32.600", "lastEditDate": "2011-03-07T05:09:32.600", "lastEditorDisplayName": null, "lastEditorUserId": "448", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "29344", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>In short, yes. You can add a ppa with the deb (Google does something similar for example).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-17T10:47:43.423", "id": "39705", "postId": "29347", "score": "0", ...
null
null
null
null
null
29345
1
29509
2011-03-07T04:23:00.930
4
367
<p>I read that LTS releases are based on Debian testing while non-LTS releases are based on Debian unstable. Given the long release cycle of Debian, is it possible for some software to be of a more recent version in a non-LTS release X than in an LTS release X+1?</p> <p>If yes, would there be a difference between doing an upgrade and a fresh install when going from X to X+1?</p>
null
null
2011-05-26T14:03:18.430
2011-05-26T14:03:18.430
Software versions of LTS and non-LTS releases synced from Debian
[ "debian", "release-management", "lts" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Due to the way the archive works, that doesn't really happen.</p>\n\n<p>First of all, you should know that release n+1 is seeded from release n when it is opened for development. Roughly, this means that release n is copied and renamed to n+1 (there is some tinkering that happens before it is opened for development, but that's not important here). Thus it begins with the same package versions as release n had.</p>\n\n<p>Now, in order to upload you must use a <em>higher</em> version than was uploaded previously. This means that you cannot 'go backwards'. Even if this were allowed by the archive, the package managers on your system wouldn't consider it to be an upgrade and so you'd keep the 'newer' version.</p>\n\n<p>If a package gets taken from unstable in release n and somehow this version never makes it to testing then we will usually stay with the version in unstable for this reason.</p>\n\n<p>Having said that, it is possible to hack the version numbers a bit to allow reversions — you may have seen 'foo-1.0+really0.5' versions before — this is a rare way to pretend to the archive and to your package manager that the versions have increased when in fact the upload contains an older version. This is only used as a last resort when a particular version of some software has problems that are so serious that a rollback is the only option. It's far more preferable to just fix the problem directly. Also, this is orthoganal to the release/LTS system — it can happen at any time.</p>\n\n<p>So in summary, it's possible to revert packages to a previous version by using package manager hacks, but this isn't generally done.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-08T11:37:50.160", "id": "29509", "lastActivityDate": "2011-03-08T11:37:50.160", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6683", "parentId": "29345", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Due to the way the archive works, that doesn't really happen.</p>\n\n<p>First of all, you should know that release n+1 is seeded from release n when it is opened for development. Roughly, this means that release n is copied and renamed to n+1 (there is some tinkering that hap...
null
0
null
user7182
user7182