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
12021
1
null
2010-11-08T03:15:31.037
15
2966
<p>is there the gdrive in ubuntu? like windows have. Or similar</p>
4040
2827
2012-03-29T17:20:07.983
2014-12-05T11:03:19.607
Is there a Gmail Drive?
[ "software-recommendation", "mount", "cloud", "gmail", "storage" ]
9
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T16:28:07.137", "id": "12601", "postId": "12021", "score": "11", "text": "You should realise that google doesn't allow things like gmail drive in their terms of service, which means that your drive may be taken down at any time and without warning. *Don't rely on it*...
null
[ { "accepted": null, "body": "<p>This was the only thing that I could find: <a href=\"http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-using.html\" rel=\"nofollow\">http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-using.html</a></p>\n\n<p>It doesn't look that u...
null
null
null
null
null
12031
1
12034
2010-11-08T05:21:24.163
0
4327
<p>Where can I find the downloaded videos on my hardisk after I've watched it in a web browser?</p>
3905
1067
2010-12-05T19:31:43.747
2010-12-05T21:10:44.677
Where can I find the downloaded videos on my hardisk after I've watched it in a web browser?
[ "video", "firefox", "flash" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes the videos you watch on youtube will be placed in /tmp folder..The name of the video will be in the form of alphanumeric you have to rename it to .flv For example if the file name is fff2356xg you have to rename this into fff2356xg.flv </p>\n\n<p>Note:\nNot all videos you watch will be stored in /tmp folder..As far as i know youtube will work</p>\n\n<p>You can also save your youtube videos by adding save infront of the URL,For example if the youtube video is <strong>http://www.youtube.com/watch?v=0USn7eufXps</strong> you want to add save infront of the URL <strong>http://www.saveyoutube.com/watch?v=0USn7eufXps</strong> so that you dont want to watch the whole video,you can simply download it.</p>\n\n<p>You can also install youtube-dl to download youtube videos,it is a simple command line utility to download youtube videos.</p>\n\n<p>To install youtube-dl:</p>\n\n<p>sudo apt-get install youtube-dl</p>\n\n<p>Example:</p>\n\n<p>Type youtube-dl <a href=\"http://www.youtube.com/watch?v=0USn7eufXps\" rel=\"nofollow\">http://www.youtube.com/watch?v=0USn7eufXps</a> in terminal to download the video</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-08T06:28:31.750", "id": "12486", "postId": "12034", "score": "0", "text": "thanks a lot, but where's the location? is it in the usr?", "userDisplayName": null, "userId": "3905" }, { "creationDate": "2010-11-08T06:29:52.280", "id": "12487", "postId": "12034", "score": "0", "text": "I mean where's the /tmp located?", "userDisplayName": null, "userId": "3905" }, { "creationDate": "2010-11-08T06:38:04.907", "id": "12488", "postId": "12034", "score": "0", "text": "tmp will be located in / still if you dont know where is tmp type **nautilus /tmp** in terminal", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2017-03-23T20:40:02.793", "id": "1403555", "postId": "12034", "score": "0", "text": "Better is [the official way to install youtube-dl](https://rg3.github.io/youtube-dl/download.html) since very often you will need to update it (`sudo youtube-dl -U`) to keep it working.", "userDisplayName": null, "userId": "349837" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T05:40:45.313", "id": "12034", "lastActivityDate": "2010-11-08T06:14:40.760", "lastEditDate": "2010-11-08T06:14:40.760", "lastEditorDisplayName": null, "lastEditorUserId": "5691", "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "12031", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>on maverick it drops in /tmp for flash video and gstreamer plugins</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T05:34:37.533", "id": "12032", "lastActivityDat...
null
null
null
null
null
12038
1
12039
2010-11-08T06:01:54.077
11
23264
<p>I'm quite new to multimedia things, I'm trying to find a way to make nice screencasts, I've already been able to capture my desktop with ffmpeg:</p> <pre><code>$ ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -r 30 -s $(xwininfo -root | grep 'geometry' | awk '{print $2;}') -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 -y out.mkv </code></pre> <p>It works pretty nice, but I'd like to add music in the background, if I add it with mencoder:</p> <pre><code>mencoder -ovc copy -oac mix -audiofile track.mp3 out.mkv -o out.mp4 </code></pre> <p>It delete the video sound, I don't want to replace it, I want to add music to my explanation, any ideas?</p>
4685
449
2011-01-18T10:11:30.177
2016-02-13T17:56:58.853
Add an audio file to and mkv video
[ "sound", "ffmpeg", "mkv" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>kdenlive and add a second audio track, then remux</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-08T06:15:29.823", "id": "12482", "postId": "12039", "score": "0", "text": "OMG!, I dint' know kdenlive, I'll definitely check it out!, thx, if anyone else knows how to do it in the console please let me know.", "userDisplayName": null, "userId": "4685" }, { "creationDate": "2010-11-08T06:25:45.527", "id": "12485", "postId": "12039", "score": "1", "text": "sox merge described here: http://sox.sourceforge.net/sox.html#lbAJ I would split the audio out of the video the sox merge them, then mux it back together with the video", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2010-11-08T09:32:26.237", "id": "12503", "postId": "12039", "score": "0", "text": "thx a lot aking that's just what I'll do", "userDisplayName": null, "userId": "4685" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T06:08:08.903", "id": "12039", "lastActivityDate": "2010-11-08T06:08:08.903", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5768", "parentId": "12038", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>kdenlive and add a second audio track, then remux</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-08T06:15:29.823", "id": "12482", "postId": "12039", "score": "0", "text": "OMG!, I dint' know kdenlive...
null
null
null
null
null
12041
1
12152
2010-11-08T06:55:20.027
5
50100
<p>I want to find the downloaded videos on my hardisk.</p>
3905
1067
2010-12-05T19:32:53.357
2010-12-05T19:32:53.357
How can I navigate to /tmp?
[ "nautilus" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T11:04:39.390", "id": "12511", "postId": "12041", "score": "0", "text": "This is fun to read, but I understand that now Ubuntu does a good job of hiding this from the user. It's always good to ask.", "userDisplayName": null, "userId": "5775" } ]
{ "accepted": true, "body": "<p>First launch the file manager by clicking on \"Places\" in the top menu and selecting \"Home Folder\". From there click on \"File System\" on the left part and that will take you to the / directory, from there you'll see <code>/tmp</code>, which you can then browse to.</p>\n\n<p><img src=\"https://i.stack.imgur.com/tSrHH.png\" alt=\"alt text\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T19:01:43.830", "id": "12152", "lastActivityDate": "2010-11-08T19:01:43.830", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "12041", "postTypeId": "2", "score": "16" }
[ { "accepted": null, "body": "<p>Type <strong>nautilus /tmp</strong> in terminal it will open /tmp </p>\n\n<p>Or Goto My Computer--->File System</p>\n\n<p>All the system files and folders including <strong>tmp</strong> will be located there.</p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
12043
1
null
2010-11-08T07:01:02.640
1
2410
<p>Installing a new system.</p> <ul> <li>Intel Core i7 870 Socket 1156 2.93Ghz Tray</li> <li>Gigabyte GA-P55A-UD3 P55 CHIPSET</li> <li>8GB Transcend DDR3 1333Mhz (4 x 2GB)</li> <li>Sapphire ATI Radeon 6870 1GB GDDR5</li> <li>Ubuntu 10.10 64bit</li> </ul> <p>After installing the proprietary fglrx display adapter driver using the "Additional Drivers" wizard and rebooting the system I'm getting the following segmentation fault in Xorg log. The system hangs.</p> <p>To get the system back into operational state I had to use feed grub with the "single" parameter, to force ubuntu into recovery mode, which in turn allowed me to boot in fail safe graphical mode...</p> <pre><code>maxim@bolt:~$ cat /var/log/Xorg.99.log [ 49.448] X.Org X Server 1.9.0 Release Date: 2010-08-20 [ 49.448] X Protocol Version 11, Revision 0 [ 49.448] Build Operating System: Linux 2.6.24-27-server x86_64 Ubuntu [ 49.448] Current Operating System: Linux bolt 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64 [ 49.448] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=948c9620-0ef2-4807-8e8d-edb26751723c ro quiet splash single [ 49.448] Build Date: 16 September 2010 06:18:41PM [ 49.448] xorg-server 2:1.9.0-0ubuntu7 (For technical support please see http://www.ubuntu.com/support) [ 49.448] Current version of pixman: 0.18.4 [ 49.448] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 49.448] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 49.448] (==) Log file: "/var/log/Xorg.99.log", Time: Mon Nov 8 01:44:58 2010 [ 49.448] (II) Loader magic: 0x7d0200 [ 49.448] (II) Module ABI versions: [ 49.448] X.Org ANSI C Emulation: 0.4 [ 49.448] X.Org Video Driver: 8.0 [ 49.448] X.Org XInput driver : 11.0 [ 49.448] X.Org Server Extension : 4.0 [ 49.449] (--) PCI:*(0:1:0:0) 1002:6738:1002:00d0 rev 0, Mem @ 0xe0000000/268435456, 0xfbcc0000/131072, I/O @ 0x0000ce00/256, BIOS @ 0x????????/131072 [ 49.449] List of video drivers: [ 49.449] apm [ 49.449] neomagic [ 49.449] openchrome [ 49.449] s3virge [ 49.449] r128 [ 49.449] vmwlegacy [ 49.449] nouveau [ 49.449] cirrus [ 49.449] ark [ 49.449] radeon [ 49.449] tseng [ 49.449] savage [ 49.449] rendition [ 49.449] chips [ 49.450] voodoo [ 49.450] mga [ 49.450] trident [ 49.450] nv [ 49.450] intel [ 49.450] i128 [ 49.450] siliconmotion [ 49.450] mach64 [ 49.450] vmware [ 49.450] ati [ 49.450] sis [ 49.450] sisusb [ 49.450] fglrx [ 49.450] s3 [ 49.450] tdfx [ 49.450] fbdev [ 49.450] vesa [ 49.450] (II) LoadModule: "apm" [ 49.450] (II) Loading /usr/lib/xorg/modules/drivers/apm_drv.so [ 49.455] (II) Module apm: vendor="X.Org Foundation" [ 49.455] compiled for 1.8.99.905, module version = 1.2.3 [ 49.455] Module class: X.Org Video Driver [ 49.455] ABI class: X.Org Video Driver, version 8.0 [ 49.456] (II) LoadModule: "neomagic" [ 49.456] (II) Loading /usr/lib/xorg/modules/drivers/neomagic_drv.so [ 49.466] (II) Module neomagic: vendor="X.Org Foundation" [ 49.466] compiled for 1.8.99.905, module version = 1.2.4 [ 49.466] Module class: X.Org Video Driver [ 49.466] ABI class: X.Org Video Driver, version 8.0 [ 49.466] (II) LoadModule: "openchrome" [ 49.466] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so [ 49.474] (II) Module openchrome: vendor="http://openchrome.org/" [ 49.474] compiled for 1.8.99.905, module version = 0.2.904 [ 49.474] Module class: X.Org Video Driver [ 49.474] ABI class: X.Org Video Driver, version 8.0 [ 49.474] (II) LoadModule: "s3virge" [ 49.474] (II) Loading /usr/lib/xorg/modules/drivers/s3virge_drv.so [ 49.493] (II) Module s3virge: vendor="X.Org Foundation" [ 49.493] compiled for 1.8.99.905, module version = 1.10.4 [ 49.493] Module class: X.Org Video Driver [ 49.493] ABI class: X.Org Video Driver, version 8.0 [ 49.493] (II) LoadModule: "r128" [ 49.493] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so [ 49.495] (II) Module r128: vendor="X.Org Foundation" [ 49.495] compiled for 1.8.99.905, module version = 6.8.1 [ 49.495] Module class: X.Org Video Driver [ 49.495] ABI class: X.Org Video Driver, version 8.0 [ 49.495] (II) LoadModule: "vmwlegacy" [ 49.495] (II) Loading /usr/lib/xorg/modules/drivers/vmwlegacy_drv.so [ 49.505] (II) Module vmwlegacy: vendor="X.Org Foundation" [ 49.505] compiled for 1.8.99.905, module version = 11.0.1 [ 49.505] Module class: X.Org Video Driver [ 49.505] ABI class: X.Org Video Driver, version 8.0 [ 49.505] (II) LoadModule: "nouveau" [ 49.505] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 49.506] (II) Module nouveau: vendor="X.Org Foundation" [ 49.506] compiled for 1.8.99.905, module version = 0.0.16 [ 49.506] Module class: X.Org Video Driver [ 49.506] ABI class: X.Org Video Driver, version 8.0 [ 49.506] (II) LoadModule: "cirrus" [ 49.506] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_drv.so [ 49.507] (II) Module cirrus: vendor="X.Org Foundation" [ 49.507] compiled for 1.8.99.905, module version = 1.3.2 [ 49.507] Module class: X.Org Video Driver [ 49.507] ABI class: X.Org Video Driver, version 8.0 [ 49.507] (II) LoadModule: "ark" [ 49.507] (II) Loading /usr/lib/xorg/modules/drivers/ark_drv.so [ 49.508] (II) Module ark: vendor="X.Org Foundation" [ 49.508] compiled for 1.8.99.905, module version = 0.7.2 [ 49.508] Module class: X.Org Video Driver [ 49.508] ABI class: X.Org Video Driver, version 8.0 [ 49.508] (II) LoadModule: "radeon" [ 49.508] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 49.511] (II) Module radeon: vendor="X.Org Foundation" [ 49.511] compiled for 1.9.0, module version = 6.13.1 [ 49.511] Module class: X.Org Video Driver [ 49.511] ABI class: X.Org Video Driver, version 8.0 [ 49.512] (II) LoadModule: "tseng" [ 49.512] (II) Loading /usr/lib/xorg/modules/drivers/tseng_drv.so [ 49.521] (II) Module tseng: vendor="X.Org Foundation" [ 49.521] compiled for 1.8.99.905, module version = 1.1.0 [ 49.521] Module class: X.Org Video Driver [ 49.521] ABI class: X.Org Video Driver, version 8.0 [ 49.521] (II) LoadModule: "savage" [ 49.521] (II) Loading /usr/lib/xorg/modules/drivers/savage_drv.so [ 49.522] (II) Module savage: vendor="X.Org Foundation" [ 49.522] compiled for 1.8.99.905, module version = 2.3.1 [ 49.522] Module class: X.Org Video Driver [ 49.522] ABI class: X.Org Video Driver, version 8.0 [ 49.522] (II) LoadModule: "rendition" [ 49.522] (II) Loading /usr/lib/xorg/modules/drivers/rendition_drv.so [ 49.523] (II) Module rendition: vendor="X.Org Foundation" [ 49.523] compiled for 1.8.99.905, module version = 4.2.4 [ 49.523] Module class: X.Org Video Driver [ 49.523] ABI class: X.Org Video Driver, version 8.0 [ 49.523] (II) LoadModule: "chips" [ 49.523] (II) Loading /usr/lib/xorg/modules/drivers/chips_drv.so [ 49.524] (II) Module chips: vendor="X.Org Foundation" [ 49.524] compiled for 1.8.99.905, module version = 1.2.3 [ 49.524] Module class: X.Org Video Driver [ 49.524] ABI class: X.Org Video Driver, version 8.0 [ 49.524] (II) LoadModule: "voodoo" [ 49.524] (II) Loading /usr/lib/xorg/modules/drivers/voodoo_drv.so [ 49.525] (II) Module voodoo: vendor="X.Org Foundation" [ 49.525] compiled for 1.8.99.905, module version = 1.1.0 [ 49.525] Module class: X.Org Video Driver [ 49.525] ABI class: X.Org Video Driver, version 8.0 [ 49.525] (II) LoadModule: "mga" [ 49.525] (II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so [ 49.526] (II) Module mga: vendor="X.Org Foundation" [ 49.526] compiled for 1.8.99.905, module version = 1.4.11 [ 49.526] Module class: X.Org Video Driver [ 49.526] ABI class: X.Org Video Driver, version 8.0 [ 49.526] (II) LoadModule: "trident" [ 49.526] (II) Loading /usr/lib/xorg/modules/drivers/trident_drv.so [ 49.527] (II) Module trident: vendor="X.Org Foundation" [ 49.527] compiled for 1.8.99.905, module version = 1.3.4 [ 49.527] Module class: X.Org Video Driver [ 49.527] ABI class: X.Org Video Driver, version 8.0 [ 49.527] (II) LoadModule: "nv" [ 49.527] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so [ 49.528] (II) Module nv: vendor="X.Org Foundation" [ 49.528] compiled for 1.8.99.905, module version = 2.1.17 [ 49.528] Module class: X.Org Video Driver [ 49.528] ABI class: X.Org Video Driver, version 8.0 [ 49.528] (II) LoadModule: "intel" [ 49.529] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 49.530] (II) Module intel: vendor="X.Org Foundation" [ 49.530] compiled for 1.9.0, module version = 2.12.0 [ 49.530] Module class: X.Org Video Driver [ 49.530] ABI class: X.Org Video Driver, version 8.0 [ 49.530] (II) LoadModule: "i128" [ 49.530] (II) Loading /usr/lib/xorg/modules/drivers/i128_drv.so [ 49.531] (II) Module i128: vendor="X.Org Foundation" [ 49.531] compiled for 1.8.99.905, module version = 1.3.3 [ 49.531] Module class: X.Org Video Driver [ 49.531] ABI class: X.Org Video Driver, version 8.0 [ 49.531] (II) LoadModule: "siliconmotion" [ 49.531] (II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so [ 49.532] (II) Module siliconmotion: vendor="X.Org Foundation" [ 49.532] compiled for 1.8.99.905, module version = 1.7.4 [ 49.532] Module class: X.Org Video Driver [ 49.532] ABI class: X.Org Video Driver, version 8.0 [ 49.532] (II) LoadModule: "mach64" [ 49.533] (II) Loading /usr/lib/xorg/modules/drivers/mach64_drv.so [ 49.534] (II) Module mach64: vendor="X.Org Foundation" [ 49.534] compiled for 1.8.99.905, module version = 6.8.2 [ 49.534] Module class: X.Org Video Driver [ 49.534] ABI class: X.Org Video Driver, version 8.0 [ 49.534] (II) LoadModule: "vmware" [ 49.534] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so [ 49.535] (II) Module vmware: vendor="X.Org Foundation" [ 49.535] compiled for 1.8.99.905, module version = 11.0.1 [ 49.535] Module class: X.Org Video Driver [ 49.535] ABI class: X.Org Video Driver, version 8.0 [ 49.535] (II) LoadModule: "vmwgfx" [ 49.535] (WW) Warning, couldn't open module vmwgfx [ 49.535] (II) UnloadModule: "vmwgfx" [ 49.535] (EE) Failed to load module "vmwgfx" (module does not exist, 0) [ 49.535] (EE) vmware: Please ignore the above warnings about not being able to to load module/driver vmwgfx [ 49.535] (II) vmware: Using vmwlegacy driver everything is fine. [ 49.535] (II) LoadModule: "vmwlegacy" [ 49.535] (II) Reloading /usr/lib/xorg/modules/drivers/vmwlegacy_drv.so [ 49.535] (II) UnloadModule: "vmwlegacy" [ 49.535] (II) Failed to load module "vmwlegacy" (already loaded, 8232992) [ 49.535] (II) LoadModule: "ati" [ 49.535] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 49.535] (II) Module ati: vendor="X.Org Foundation" [ 49.535] compiled for 1.9.0, module version = 6.13.1 [ 49.535] Module class: X.Org Video Driver [ 49.535] ABI class: X.Org Video Driver, version 8.0 [ 49.535] (II) LoadModule: "sis" [ 49.536] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so [ 49.538] (II) Module sis: vendor="X.Org Foundation" [ 49.538] compiled for 1.8.99.905, module version = 0.10.3 [ 49.538] Module class: X.Org Video Driver [ 49.538] ABI class: X.Org Video Driver, version 8.0 [ 49.538] (II) LoadModule: "sisusb" [ 49.538] (II) Loading /usr/lib/xorg/modules/drivers/sisusb_drv.so [ 49.539] (II) Module sisusb: vendor="X.Org Foundation" [ 49.539] compiled for 1.8.99.905, module version = 0.9.4 [ 49.539] Module class: X.Org Video Driver [ 49.539] ABI class: X.Org Video Driver, version 8.0 [ 49.539] (II) LoadModule: "fglrx" [ 49.539] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so [ 49.680] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 49.691] compiled for 1.4.99.906, module version = 8.78.30 [ 49.691] Module class: X.Org Video Driver [ 49.701] (II) Loading sub module "fglrxdrm" [ 49.701] (II) LoadModule: "fglrxdrm" [ 49.701] (WW) Warning, couldn't open module fglrxdrm [ 49.701] (II) UnloadModule: "fglrxdrm" [ 49.701] (EE) Can't load FireGL DRM library (libfglrxdrm.so). [ 49.701] (II) LoadModule: "s3" [ 49.701] (II) Loading /usr/lib/xorg/modules/drivers/s3_drv.so [ 49.702] (II) Module s3: vendor="X.Org Foundation" [ 49.702] compiled for 1.8.99.905, module version = 0.6.3 [ 49.702] Module class: X.Org Video Driver [ 49.702] ABI class: X.Org Video Driver, version 8.0 [ 49.702] (II) LoadModule: "tdfx" [ 49.702] (II) Loading /usr/lib/xorg/modules/drivers/tdfx_drv.so [ 49.703] (II) Module tdfx: vendor="X.Org Foundation" [ 49.703] compiled for 1.8.99.905, module version = 1.4.3 [ 49.703] Module class: X.Org Video Driver [ 49.703] ABI class: X.Org Video Driver, version 8.0 [ 49.703] (II) LoadModule: "fbdev" [ 49.703] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 49.704] (II) Module fbdev: vendor="X.Org Foundation" [ 49.704] compiled for 1.8.99.905, module version = 0.4.2 [ 49.704] ABI class: X.Org Video Driver, version 8.0 [ 49.704] (II) LoadModule: "vesa" [ 49.704] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 49.704] (II) Module vesa: vendor="X.Org Foundation" [ 49.704] compiled for 1.8.99.905, module version = 2.3.0 [ 49.704] Module class: X.Org Video Driver [ 49.704] ABI class: X.Org Video Driver, version 8.0 [ 49.704] (WW) Falling back to old probe method for apm [ 49.704] (WW) Falling back to old probe method for neomagic [ 49.704] (WW) Falling back to old probe method for s3virge [ 49.704] (WW) Falling back to old probe method for cirrus [ 49.704] (II) Loading sub module "cirrus_laguna" [ 49.704] (II) LoadModule: "cirrus_laguna" [ 49.704] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_laguna.so [ 49.705] (II) Module cirrus_laguna: vendor="X.Org Foundation" [ 49.705] compiled for 1.8.99.905, module version = 1.0.0 [ 49.705] ABI class: X.Org Video Driver, version 8.0 [ 49.705] (II) Loading sub module "cirrus_alpine" [ 49.705] (II) LoadModule: "cirrus_alpine" [ 49.705] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_alpine.so [ 49.705] (II) Module cirrus_alpine: vendor="X.Org Foundation" [ 49.705] compiled for 1.8.99.905, module version = 1.0.0 [ 49.705] ABI class: X.Org Video Driver, version 8.0 [ 49.705] (WW) Falling back to old probe method for ark [ 49.705] (WW) Falling back to old probe method for tseng [ 49.705] (WW) Falling back to old probe method for voodoo [ 49.705] (WW) Falling back to old probe method for trident [ 49.705] (WW) Falling back to old probe method for i128 [ 49.705] (WW) Falling back to old probe method for siliconmotion [ 49.705] (WW) Falling back to old probe method for sis [ 49.705] (WW) Falling back to old probe method for sisusb [ 49.705] (WW) Falling back to old probe method for fglrx [ 49.740] (II) PCS database file /etc/ati/amdpcsdb not found [ 49.740] (II) Creating PCS database from initial defaults instead [ 49.740] (WW) Falling back to old probe method for s3 [ 49.740] (II) FBDEV: driver for framebuffer: fbdev [ 49.740] (II) VESA: driver for VESA chipsets: vesa [ 49.893] (++) Using config file: "/xorg.conf.new" [ 49.893] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 49.893] (==) ServerLayout "X.org Configured" [ 49.893] (**) |--&gt;Screen "Screen0" (0) [ 49.893] (**) | |--&gt;Monitor "Monitor0" [ 49.893] (**) | |--&gt;Device "Card0" [ 49.893] (**) |--&gt;Input Device "Mouse0" [ 49.893] (**) |--&gt;Input Device "Keyboard0" [ 49.893] (==) Automatically adding devices [ 49.894] (==) Automatically enabling devices [ 49.894] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 49.894] Entry deleted from font path. [ 49.894] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 49.894] Entry deleted from font path. [ 49.894] (**) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins, /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins [ 49.894] (**) ModulePath set to "/usr/lib/xorg/modules" [ 49.894] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 49.894] (WW) Disabling Mouse0 [ 49.894] (WW) Disabling Keyboard0 [ 49.894] (II) Loading sub module "fbdevhw" [ 49.894] (II) LoadModule: "fbdevhw" [ 49.894] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 49.902] (II) Module fbdevhw: vendor="X.Org Foundation" [ 49.902] compiled for 1.9.0, module version = 0.0.2 [ 49.902] ABI class: X.Org Video Driver, version 8.0 [ 49.902] (EE) open /dev/fb0: No such file or directory [ 49.902] (WW) Falling back to old probe method for fbdev [ 49.902] Backtrace: [ 49.902] 0: Xorg (xorg_backtrace+0x28) [0x4a0fa8] [ 49.902] 1: Xorg (0x400000+0x60fcd) [0x460fcd] [ 49.902] 2: /lib/libpthread.so.0 (0x7f16ba4b6000+0xfb40) [0x7f16ba4c5b40] [ 49.902] Segmentation fault at address (nil) [ 49.902] Caught signal 11 (Segmentation fault). Server aborting [ 49.902] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 49.902] Please also check the log file at "/var/log/Xorg.99.log" for additional information. [ 49.902] </code></pre> <p>Any solution ?</p>
5770
235
2010-11-08T14:00:36.110
2011-11-27T02:27:17.913
HD6870 segmentation fault with fglrx
[ "10.10", "xorg", "ati", "fglrx" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You have a ATI Radeon HD 6xxx-Card? After checking <a href=\"http://support.amd.com/us/gpudownload/Pages/index.aspx\" rel=\"nofollow\">ati's drivers website</a> i guess it's not supported at all at the moment.</p>\n", "commentCount": "0", "comments": [], "communit...
null
null
null
null
null
12046
1
null
2010-11-08T08:27:00.507
0
1513
<p>I've recently upgraded Firefox. </p> <p>This is the Error I receive at YouTube: </p> <p>Video Player undefined for this type of media (check Tools menu, MediaPlayerConnectivity...)</p> <p>application/x-shockwave-flash</p>
null
449
2011-01-18T10:10:54.500
2011-04-20T12:04:58.940
How to Configure Media Player Connectivity [Java App for Firefox]
[ "firefox", "java" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I'll be so dissapointed if I can't keep my install OS Jaunty 9.04 - 9.10 with upgrades, as I would like to do. Seems web is changing so fast, that if I don't upgrade, I'll be stuck with tons of things I don't know how to do ! lol :) I love ubuntu-desktop. I love reading t...
null
null
null
null
user5047
12047
1
12051
2010-11-08T08:46:17.257
14
16707
<p>I've encountered what I can best describe as "unpredictable" behaviour of the "clipboard". But in its own way, it actually is <strong>"predictable""</strong>, as it is not an <strong>X</strong> bug, as such.</p> <p>It largely results from different X applications using different X features in different ways... </p> <p>But it doesn't really help to know that it isn't <strong>"actually"</strong> a bug. because it <strong>feels</strong> like a bug! </p> <p>There is a list (below) of what I've found <strong>/</strong> tested. </p> <p><strong>Is there some way (a daemon?), which irons out all these wrinkles?</strong> <strong>I'd prefer something that doesn't sit in the panel.</strong></p> <p>The X <strong>/</strong> Ubuntu clipboard is potentially awesome, because of its 2/3 levels ability, but is a bit annoying because of the inconsistent implementations... </p> <p>I've been trying to understand why the copy/paste thing didn't always do what I expected... It's amazing what you can learn when you read the info docs :) ... But a question can hit the target faster. </p> <p>The main issue seems to come about when the source application is shut down, and you try to access "clipboard" data which came from that application.</p> <p>X GUI applications have two major copy/paste methods (modes). </p> <pre><code>Mode NAME Text Copy method Text Paste method ---------- --------------------- ------------------- PRIMARY currently selected mouse middle-click CLIPBOARD Control+C selection Control+V </code></pre> <p>I've tested the behaviour of the <strong>selection modes</strong> for a few different X applications: <code>gvim</code>, <code>gedit</code>, <code>firefox</code>, and <code>gnome-terminal</code>.</p> <p>NB: * All pasting was done into <code>gedit</code> * The gedit source was from another (root) instance)<br> * I've tried a couple of "managers", <code>parcelite</code> and <code>pastie</code>, but I can't see any point in comparing them, because neither address the problem. That is, <strong>normally expected</strong> copy <strong>/</strong> paste keyboard actions are "inconsistent"</p> <pre><code>+ --------------------------------------------- + ------------------------------------------- + ------------ | Modes used in the source Application | Availability upon CLOSING the Applicaton | Application + --------------------------------------------- + ------------------------------------------- + ------------ | --- No manager --- | PRIMARY only, no CLIPBOARD Copy/Cut used: | PRIMARY Empty! (previous)CLIPBOARD ok | (all tested) | | -- | | CLIPBOARD as last action (implicit PRIMARY): | PRIMARY Empty! CLIPBOARD Empty! | gvim | | PRIMARY Empty! CLIPBOARD ok | gedit, gnome-terminal | | PRIMARY Empty! CLIPBOARD Empty! | firefox | | -- | | PRIMARY as last action, preceded by CLIPBOARD | PRIMARY ok CLIPBOARD Empty! | gvim | | PRIMARY Empty! CLIPBOARD ok | gedit, gnome-terminal | | PRIMARY Empty! CLIPBOARD Empty! | firefox | --- Manager: parcelite --- | PRIMARY only, no CLIPBOARD Copy/Cut used: | PRIMARY ok (previous)CLIPBOARD ok | (all tested) | | -- | | CLIPBOARD as last action (implicit PRIMARY): | PRIMARY ok CLIPBOARD Empty! | gvim, firefox | | PRIMARY ok CLIPBOARD ok | gedit, gnome-terminal | | -- | | PRIMARY as last action, preceded by CLIPBOARD | PRIMARY ok CLIPBOARD Empty! | gvim, firefox | | PRIMARY ok CLIPBOARD ok | gedit, gnome-terminal | + --------------------------------------------- + ------------------------------------------- + ------------ </code></pre>
2670
10883
2016-09-13T20:02:34.580
2016-09-13T20:02:34.580
Inconsistent copy and paste behaviour. Is there a fix?
[ "clipboard" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2019-06-07T07:59:26.597", "id": "1909685", "postId": "12047", "score": "0", "text": "How I wish I could read your whole table at once :-(", "userDisplayName": null, "userId": "284383" } ]
{ "accepted": true, "body": "<p>That is a known limitation of X, please refer to this article of the official wiki:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/ClipboardPersistence\" rel=\"noreferrer\">https://wiki.ubuntu.com/ClipboardPersistence</a></p>\n\n<p>The main issue remains the inconsistency between applications that may use different approach to clipboard handling. </p>\n\n<p>In the wiki article there are listed working and not working application ( also the only workaround proposed is to install <em>parcelite</em> as clipboard manager )</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-11-08T09:55:15.937", "id": "12506", "postId": "12051", "score": "0", "text": "Thanks OpenNingia.. The wiki is helpful. I'm quite new to Linux so I was a puzzled by it! but now that I am aware of it (VERY aware! after testing those app myself)..well, now I'll be more alert to the \"quit syndrome\"... Having the wiki list is great; I didn't fancy much more \"testing\" :( ... I'll try running without parcelite. The fewer ancillary apps the better (for me)... I survived umpteen years of Windows with no recycle bin; I think I can manage the clipboard (now that I know how the selection modes work) ...its just a habit (like crossing the road).", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-08T11:11:27.933", "id": "12514", "postId": "12051", "score": "0", "text": "Let's hope for the better, when Ubuntu will switch to Wayland hopefully they address the problem! :)", "userDisplayName": null, "userId": "5484" }, { "creationDate": "2010-11-09T03:11:56.913", "id": "12719", "postId": "12051", "score": "1", "text": "Parcellite didn't fix empty-on-exit for me, I still had to delve into its clipboard history manually to extract what I wanted. Ugh. I wish Mozilla would just implement the ClipboardManager standard.", "userDisplayName": null, "userId": "1889" }, { "creationDate": "2010-11-09T12:30:40.473", "id": "12779", "postId": "12051", "score": "0", "text": "It's probably a xulrunner deficiency, I cannot think of any workaround.", "userDisplayName": null, "userId": "5484" }, { "creationDate": "2010-11-09T21:21:04.203", "id": "12862", "postId": "12051", "score": "0", "text": "@bobince. I suspect (based on my recent research) that the reason \"parcelite\" doesn't fix it, is bceause it can't... It can only **keep copies** of what passes through the **X-selections** (PRIMARY-selection, and CLIPBOAD-selection)... \"parcelite\" never puts anything into either of the **X-selections**. This is the fundamental problem (see OpenNingia's link)... Different applications follow different standards, but \"Google Summer Of Code 2010\" is looking at ways to tidy this up... so things are happening... (Ubuntu is moving away from X itself!. that'll change the clipboard state of affairs.", "userDisplayName": null, "userId": "2670" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T09:11:38.663", "id": "12051", "lastActivityDate": "2010-11-08T09:11:38.663", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5484", "parentId": "12047", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>That is a known limitation of X, please refer to this article of the official wiki:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/ClipboardPersistence\" rel=\"noreferrer\">https://wiki.ubuntu.com/ClipboardPersistence</a></p>\n\n<p>The main issue remains the inconsistency betwee...
null
null
null
null
null
12053
1
12072
2010-11-08T09:29:05.327
0
4489
<p>Sorry for the long title.</p> <p>So I have created an HTML signature file that I want to use in Evolution. I created it using KompoZer. I have several images that link to webpages and I made sure in KompoZer and in Firefox that there is no link borders around these images. When I load the file as my signature file in Evolution it also does not show any link borders, actually it doesn't show the pictures at all, but when I send an email with the signature, the person who gets the email always gets those ugly blue link borders around the graphics. I have sent test email s to Gmail and Yahoo! Mail accounts and I see it in both of them. Does anyone know a way I can prevent Evolution from doing this.</p> <p>Any advice gladly welcome</p>
3038
3038
2012-10-22T17:44:03.700
2012-10-22T17:44:03.700
Removing blue link borders around pictures in HTML emails in Evolution
[ "evolution" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-11-08T09:45:29.100", "id": "12505", "postId": "12053", "score": "2", "text": "Any more or less decent mail client will block links to external images (they are a typical spammer & scammer tool to detect \"views\"). Evolution will block them (at least, by default). If GM...
{ "accepted": true, "body": "<p>You could try to add the border=\"0\" attribute to the img tags. I see that you set the borders to 0px, solid in your style attributes, but perhaps not all html renderers can interpret this (more advanced) css.</p>\n\n<p>&lt;img src=\"/foo/image.png\" border=\"0\" /&gt; accomplishes the same css magic, but only using html which should be more \"backward compatible\"</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-14T10:14:26.300", "id": "13702", "postId": "12072", "score": "0", "text": "Ah your a genius, it worked, yipee, I can send mail with Evolution now. Thanks a lot. :-D", "userDisplayName": null, "userId": "3038" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T12:35:00.670", "id": "12072", "lastActivityDate": "2010-11-08T12:35:00.670", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3802", "parentId": "12053", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>You could try to add the border=\"0\" attribute to the img tags. I see that you set the borders to 0px, solid in your style attributes, but perhaps not all html renderers can interpret this (more advanced) css.</p>\n\n<p>&lt;img src=\"/foo/image.png\" border=\"0\" /&gt; accom...
null
null
null
null
null
12054
1
12066
2010-11-08T10:21:38.993
1
509
<p>I wonder if there's any possibility to make icons in Docky jump when in need of attention.</p>
3885
3885
2010-11-08T12:16:01.377
2010-11-08T12:16:01.377
Docky make the icon jump when it needs attention
[ "10.10", "docky" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T12:04:02.597", "id": "12520", "postId": "12054", "score": "0", "text": "Be more specific.Explain your problem in detail,so that your question can be answered quickly.", "userDisplayName": null, "userId": "5691" } ]
{ "accepted": true, "body": "<p>I thought they already jumped. On mine it jumps once and then leaves a glow at the screen edge below that icon.</p>\n\n<p>I can't find anything in docky settings or gconf-editor to change the behaviour to anything else.</p>\n\n<p>The glow time can be changed in gconf</p>\n\n<p>/apps/docky-2/Docky/ThemeController:</p>\n\n<pre><code>* GlowTime = 10 -- how long the urgent indicator glow animation is (in seconds), 0 to disable, -1 for infinite \n</code></pre>\n\n<p>See Docky site <a href=\"http://wiki.go-docky.com/index.php?title=GConf_Settings\" rel=\"nofollow\">Go-Docky</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-08T13:33:18.167", "id": "12535", "postId": "12066", "score": "0", "text": "Happy to help!.", "userDisplayName": null, "userId": "5503" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T11:59:30.153", "id": "12066", "lastActivityDate": "2010-11-08T11:59:30.153", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5503", "parentId": "12054", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>I thought they already jumped. On mine it jumps once and then leaves a glow at the screen edge below that icon.</p>\n\n<p>I can't find anything in docky settings or gconf-editor to change the behaviour to anything else.</p>\n\n<p>The glow time can be changed in gconf</p>\n\n...
null
null
null
null
null
12055
1
12058
2010-11-08T10:24:19.973
15
9563
<p>In Windows 7 there is a tool that calculates some kind of index of your machine: <a href="http://forums.techarena.in/operating-systems/1116983.htm" rel="noreferrer">the performance index</a>. I am not sure how it is done, but it is nice to know, to be able to compare machines.</p> <p>Does anybody know of anything similar for ubuntu?</p>
618
235
2011-11-05T22:25:23.713
2017-02-17T23:25:04.163
Is there a tool to measure speed of your pc/laptop?
[ "software-recommendation", "performance" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Phoronix Test Suite is a complete benchmark facility that works on any Linux distribution, Windows and MacOSX systems.</p>\n\n<p>Here are its features:</p>\n\n<ul>\n<li>130+ Test Profiles 60+ Test Suites</li>\n<li>Extensible Testing Architecture</li>\n<li>Optional Linux-based LiveDVD/USB</li>\n<li>Testing Distribution (PTS Desktop Live) Automated Test Installation</li>\n<li>Dependency Management Support</li>\n<li>Module-based Plug-In Architecture</li>\n<li>PNG, JPG, GIF, Adobe SWF, SVG Graph</li>\n<li>Rendering Support Automated Batch</li>\n<li>Mode Support Global Database For Result Uploads, Benchmark Comparisons</li>\n<li>Detailed Software, Hardware Detection</li>\n<li>System Monitoring Support GTK2</li>\n<li>Graphical User Interface + Command-Line Interface Runs On Linux, OpenSolaris, Mac OS X, Windows 7, &amp; BSD Operating Systems</li>\n</ul>\n\n<p>You can download it from: <a href=\"http://www.phoronix-test-suite.com/\" rel=\"noreferrer\">http://www.phoronix-test-suite.com/</a></p>\n\n<p>Some screenshots:</p>\n\n<p><img src=\"https://i.stack.imgur.com/vBeK0.png\" alt=\"alt text\">\n<img src=\"https://i.stack.imgur.com/wlvR4.png\" alt=\"alt text\">\n<img src=\"https://i.stack.imgur.com/REFvP.png\" alt=\"alt text\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T11:00:59.363", "id": "12058", "lastActivityDate": "2010-11-08T11:00:59.363", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5484", "parentId": "12055", "postTypeId": "2", "score": "11" }
[ { "accepted": null, "body": "<p><a href=\"http://packages.ubuntu.com/hardinfo\" rel=\"nofollow noreferrer\">Hardinfo</a> can gather information about your system's hardware and operating system, perform benchmarks, and generate printable reports either in HTML or in plain text formats.</p>\n\n<pre><code>sud...
null
null
null
null
null
12061
1
12074
2010-11-08T11:18:49.530
0
612
<p>I have ubuntu 10.10 on sda1. Archlinux with its bootloader, Grub1, on sda3. Ubuntu's bootloader grub2 in on sda. How can I create an entry for sda3 Grub1 in ubuntu's sda Grub2. Simply put, On bootup I should see Grub2 first and it should have an entry for Grub1. </p>
2968
null
null
2010-11-08T12:44:19.083
Entry for Grub1 on sda3 into the main Grub2 on sda
[ "boot", "grub2" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can just put</p>\n\n<pre><code># (1) Arch Linux\n echo \"Adding Arch Linux\" &gt;&amp;2\n cat &lt;&lt; EOF\n menuentry \"Arch Linux\" {\n set root=(hd0,2)\n chainloader +1\n}\n</code></pre>\n\n<p>in /etc/grub.d/40_custom and then run </p>\n\n<pre><code>sudo update-grub\n</code></pre>\n\n<p>Reference: <a href=\"http://members.iinet.net/~herman546/p20/GRUB2%20Configuration%20File%20Commands.html#chainloader_boot_entry\" rel=\"nofollow\">http://members.iinet.net/~herman546/p20/GRUB2%20Configuration%20File%20Commands.html#chainloader_boot_entry</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T12:44:19.083", "id": "12074", "lastActivityDate": "2010-11-08T12:44:19.083", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5156", "parentId": "12061", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>GRUB2 supports the chainloader command ( that instead of booting directly a kernel, simply 'pass the stick' to the next boot loader ).</p>\n\n<p>So in your /boot/grub.cfg file you should add something that resemble this:</p>\n\n<pre><code># (1) Arch Linux\n menuentry \"Arch L...
null
null
null
null
null
12065
1
12070
2010-11-08T11:57:27.750
4
1092
<p>I was using 10.04 going into this weekend and, after a kernel update, I began to observe some unreliable USB behaviour: namely, my USB mouse is extremely late to the party (usually turns on several seconds after login) and my USB card reader pretty much isn't working at all.</p> <p>In the hopes of the latest and greatest taking care of it, and being in need of the switch to x64, I upgraded to 10.10 and was disappointed to find that the problems are still here.</p> <p>I'm not terribly familiar with Ubuntu's USB systems these days so I'm asking the question: how do I begin to diagnose this issue?</p> <p>Update 1: I've added noapictimer and irqpoll to my kernel command. No change.</p> <p>Update 2: I've unplugged all usb devices save for the mouse and the internal multi-card reader (connected to one of the mainboard's USB headers). The dmesg output below is the result.</p> <p>Some relevant dmesg output: you can see how long it's taking to bring the mouse online.</p> <pre><code>$ dmesg | egrep "hci|usb" [ 0.711064] usbcore: registered new interface driver usbfs [ 0.711064] usbcore: registered new interface driver hub [ 0.711064] usbcore: registered new device driver usb [ 1.055260] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.055298] ehci_hcd 0000:00:12.2: PCI INT B -&gt; GSI 17 (level, low) -&gt; IRQ 17 [ 1.055318] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 1.055355] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 1.055382] ehci_hcd 0000:00:12.2: debug port 1 [ 1.055407] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000 [ 1.060140] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 1.060335] ehci_hcd 0000:00:13.2: PCI INT B -&gt; GSI 19 (level, low) -&gt; IRQ 19 [ 1.060347] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 1.060373] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 1.060399] ehci_hcd 0000:00:13.2: debug port 1 [ 1.060423] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000 [ 1.080132] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 1.080269] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.080317] ohci_hcd 0000:00:12.0: PCI INT A -&gt; GSI 16 (level, low) -&gt; IRQ 16 [ 1.080330] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 1.080351] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 1.080379] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000 [ 1.144302] ohci_hcd 0000:00:12.1: PCI INT A -&gt; GSI 16 (level, low) -&gt; IRQ 16 [ 1.144313] ohci_hcd 0000:00:12.1: OHCI Host Controller [ 1.144333] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4 [ 1.144348] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000 [ 1.204319] ohci_hcd 0000:00:13.0: PCI INT A -&gt; GSI 18 (level, low) -&gt; IRQ 18 [ 1.204331] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 1.204353] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5 [ 1.204381] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000 [ 1.264325] ohci_hcd 0000:00:13.1: PCI INT A -&gt; GSI 18 (level, low) -&gt; IRQ 18 [ 1.264336] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 1.264358] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6 [ 1.264373] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000 [ 1.324323] ohci_hcd 0000:00:14.5: PCI INT C -&gt; GSI 18 (level, low) -&gt; IRQ 18 [ 1.324335] ohci_hcd 0000:00:14.5: OHCI Host Controller [ 1.324361] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7 [ 1.324376] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000 [ 1.384279] uhci_hcd: USB Universal Host Controller Interface driver [ 1.435428] firewire_ohci 0000:03:0e.0: PCI INT A -&gt; GSI 22 (level, low) -&gt; IRQ 22 [ 1.436716] ahci 0000:00:11.0: version 3.0 [ 1.436730] ahci 0000:00:11.0: PCI INT A -&gt; GSI 22 (level, low) -&gt; IRQ 22 [ 1.436827] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode [ 1.436829] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc [ 1.438473] scsi2 : ahci [ 1.438554] scsi3 : ahci [ 1.438601] scsi4 : ahci [ 1.438638] scsi5 : ahci [ 1.440179] usb 2-6: new high speed USB device using ehci_hcd and address 2 [ 1.490160] firewire_ohci: Added fw-ohci device 0000:03:0e.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2 [ 16.560107] usb 2-6: device descriptor read/64, error -110 [ 31.790134] usb 2-6: device descriptor read/64, error -110 [ 32.020129] usb 2-6: new high speed USB device using ehci_hcd and address 3 [ 47.150111] usb 2-6: device descriptor read/64, error -110 [ 62.380130] usb 2-6: device descriptor read/64, error -110 [ 62.610125] usb 2-6: new high speed USB device using ehci_hcd and address 4 [ 73.030125] usb 2-6: device not accepting address 4, error -110 [ 73.150122] usb 2-6: new high speed USB device using ehci_hcd and address 5 [ 83.570186] usb 2-6: device not accepting address 5, error -110 [ 83.760195] usb 4-2: new low speed USB device using ohci_hcd and address 2 [ 83.992508] usbcore: registered new interface driver hiddev [ 83.997139] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.0/input/input3 [ 83.997357] generic-usb 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:12.1-2/input0 [ 83.997402] usbcore: registered new interface driver usbhid [ 83.997408] usbhid: USB HID core driver [ 84.260207] usb 6-3: new full speed USB device using ohci_hcd and address 2 [ 99.410194] usb 6-3: device descriptor read/64, error -110 [ 114.670184] usb 6-3: device descriptor read/64, error -110 [ 114.950222] usb 6-3: new full speed USB device using ohci_hcd and address 3 [ 130.100199] usb 6-3: device descriptor read/64, error -110 [ 145.360206] usb 6-3: device descriptor read/64, error -110 [ 145.620188] usb 6-3: new full speed USB device using ohci_hcd and address 4 [ 156.040197] usb 6-3: device not accepting address 4, error -110 [ 156.210204] usb 6-3: new full speed USB device using ohci_hcd and address 5 [ 166.630203] usb 6-3: device not accepting address 5, error -110 </code></pre> <p>And for the record.</p> <pre><code>$ lsusb Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub </code></pre> <p>The card reader is missing completely from the output above, unfortunately. It was working about 2 weeks ago, until a kernel update when I was running 10.04.</p>
5776
5776
2010-11-11T23:30:06.787
2010-11-15T09:09:34.043
USB mouse late to load
[ "10.10", "usb", "64-bit" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Update:</strong>\nThe dmesg show a lot of read error regarding USB devices, they may be the cause\nof the mouse bad performance.\nThe user experienced that disconnecting the other USB devices made his mouse work again.</p>\n\n<hr>\n\n<p>It could be an APIC problem, as a workaround you can try to boot your system with the options:</p>\n\n<pre><code>noapictimer irqpoll\n</code></pre>\n\n<p>To do that you need to modify the /etc/default/grub file. Step:</p>\n\n<ul>\n<li>Backup the file <code>sudo cp /etc/default/grub /etc/default/grub.bak</code></li>\n<li>Open the file in gedit <code>gksu gedit /etc/default/grub</code> and enter your password</li>\n<li>Find the line <code>GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"</code></li>\n<li>Replace that line with <code>GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash noapictimer irqpoll\"</code></li>\n<li>Save the file and update your grub configuration <code>sudo update-grub</code></li>\n<li>Reboot your system</li>\n</ul>\n\n<p>If you want to rollback the changes just restore the grub.bak file and sudo update-grub again :)</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-11-08T13:05:28.293", "id": "12530", "postId": "12070", "score": "0", "text": "Very complete answer: thank you. I'll give these a go when I return home and see if it works.", "userDisplayName": null, "userId": "5776" }, { "creationDate": "2010-11-09T00:58:28.327", "id": "12702", "postId": "12070", "score": "0", "text": "No luck, unfortunately.", "userDisplayName": null, "userId": "5776" }, { "creationDate": "2010-11-09T12:33:40.393", "id": "12780", "postId": "12070", "score": "0", "text": "Mh.. from your dmesg I can see a lot of USB error/retry. Can you disconnect any USB devices except your mouse and reboot?", "userDisplayName": null, "userId": "5484" }, { "creationDate": "2010-11-12T00:25:24.320", "id": "13315", "postId": "12070", "score": "0", "text": "After finally opening up the case, removing my internal card reader, and rebooting, the mouse came back.\n\nI powered down, switched the card reader to another mainboard USB header and rebooted again and the card reader came back as well.\n\nNot what I would've expected. Post your last comment as an answer and I'll accept it as an answer to the question.", "userDisplayName": null, "userId": "5776" }, { "creationDate": "2010-11-15T09:10:08.647", "id": "13812", "postId": "12070", "score": "0", "text": "done :) Glad that my comment helped you.", "userDisplayName": null, "userId": "5484" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T12:24:10.013", "id": "12070", "lastActivityDate": "2010-11-15T09:09:34.043", "lastEditDate": "2010-11-15T09:09:34.043", "lastEditorDisplayName": null, "lastEditorUserId": "5484", "ownerDisplayName": null, "ownerUserId": "5484", "parentId": "12065", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Are you running a default Maverick install or have you made any changes? e.g adding the facial recognition piece to GDM.</p>\n\n<p>I will admit I have the same issue, but I reboot so infrequently I rareley notice the problem. It only seems to occur on my desktop and not my ...
null
null
null
null
null
12069
1
12082
2010-11-08T12:22:11.613
26
54925
<p>I have a Dell E6510 and after installing Ubuntu and connecting to a wireless network, my Wifi LED keeps blinking all the time, probably in response to traffic. </p> <p>This is really annoying because it keeps drawing my attention away from the screen. Is there any way to turn this functionality off and just let the wifi light stay on all the time as long as it has a wifi connection? </p> <p>Here is my lspci for the wifi:</p> <pre><code>Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35) </code></pre>
4755
44179
2013-12-26T23:44:14.280
2015-10-02T07:31:33.517
How to stop constantly blinking Wifi LED?
[ "wireless", "intel-wireless" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2010-11-08T22:23:54.317", "id": "12673", "postId": "12069", "score": "0", "text": "I had the same problem with 10.04 on a D630, but it went away when I upgraded to 10.10. Which version of Ubuntu are you using?", "userDisplayName": null, "userId": "4409" }, { "c...
{ "accepted": true, "body": "<ol>\n<li><p>Open the terminal:</p>\n\n<p><strong>Applications > Accessories > Terminal</strong> or <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>t</kbd></p></li>\n<li><p>Enter the following in the terminal:</p>\n\n<pre><code>gksudo gedit /etc/modprobe.d/wlan.conf\n</code></pre></li>\n<li><p>Copy and paste the below line:</p>\n\n<pre><code>options iwlcore led_mode=1\n</code></pre></li>\n<li><p>Save the file.</p></li>\n<li><p>Restart the laptop.</p></li>\n</ol>\n\n<hr>\n\n<p>This is a known bug: <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/250211\">Bug #250211</a> </p>\n", "commentCount": "10", "comments": [ { "creationDate": "2010-11-08T14:05:10.713", "id": "12544", "postId": "12082", "score": "0", "text": "Interesting! But the link does not work for me.", "userDisplayName": null, "userId": "5484" }, { "creationDate": "2010-11-08T14:24:46.490", "id": "12549", "postId": "12082", "score": "0", "text": "Fixed the typo. Now it will. :)", "userDisplayName": null, "userId": "4776" }, { "creationDate": "2010-11-08T14:31:07.310", "id": "12553", "postId": "12082", "score": "0", "text": "this is the right answer. you may not see \"wlan.conf\" but you can edit a conf file that maps directly to the module name and add any switches that the card will accept - wondering about what switches? check driver source(i use this to disable hwcrypto for security tool/software ap purposes)", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2010-11-08T16:12:12.457", "id": "12594", "postId": "12082", "score": "0", "text": "I have now tried this and it works perfectly. My file was named \"/etc/modprobe.d/intel-5300-iwlagn-disable11n.conf\".", "userDisplayName": null, "userId": "4755" }, { "creationDate": "2010-12-16T00:13:42.170", "id": "18847", "postId": "12082", "score": "1", "text": "@Stefan Thyberg: You shouldn't add it to this file because it deals with a different module/driver. If you use the above command, the file `/etc/modprobe.d/wlan.conf` is automatically created if it didn't exist. Maybe you should call it `/etc/modprobe.d/intel-6200-iwlcore-disableblink.conf` so you later know alone by the filename, what the change was all about.", "userDisplayName": null, "userId": "3037" }, { "creationDate": "2011-01-26T13:31:56.850", "id": "25231", "postId": "12082", "score": "0", "text": "Does not work. If you run `modinfo iwlcore`, there is no parameter in Ubuntu 10.04 (at least) called `led_mode`.", "userDisplayName": null, "userId": "4124" }, { "creationDate": "2011-03-31T12:09:20.020", "id": "36801", "postId": "12082", "score": "1", "text": "Note that starting with kernel 2.6.39 it will be `options iwlagn led_mode=1`.", "userDisplayName": null, "userId": "3037" }, { "creationDate": "2011-05-23T14:51:29.580", "id": "49128", "postId": "12082", "score": "0", "text": "Thanks, I have the same problem with my HP DV-3000, and the solution worked just fine.\nBut not all PC has the same WLan's conf name.", "userDisplayName": "user18434", "userId": null }, { "creationDate": "2012-06-24T04:32:48.653", "id": "188280", "postId": "12082", "score": "0", "text": "solution applied to my Dell E6500 with an Intel 5300 adapter", "userDisplayName": null, "userId": "14791" }, { "creationDate": "2016-08-26T19:28:52.477", "id": "1237697", "postId": "12082", "score": "0", "text": "On a Lenovo Thinkpad with Intel WiFi and Ubuntu 16.04 neither \"options iwlcore led_mode=1\" nor \"iwlagn led_mode=1\" helped in any way. But `options iwlwifi led_mode=1` written to the file `/etc/modprobe.d/wlan.conf` worked great.", "userDisplayName": null, "userId": "65362" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-08T13:28:44.103", "id": "12082", "lastActivityDate": "2013-12-26T23:44:34.860", "lastEditDate": "2013-12-26T23:44:34.860", "lastEditorDisplayName": null, "lastEditorUserId": "44179", "ownerDisplayName": null, "ownerUserId": "4776", "parentId": "12069", "postTypeId": "2", "score": "23" }
[ { "accepted": null, "body": "<p>I believe that <em>'problem'</em> is not solvable by Ubuntu itself. It is quite a standard for the activity LEDs to blink on traffic ( the HD LED should do the same ).\nThey work directly at the hardware level, bypassing the operative system.</p>\n\n<p>My advice is to use a t...
null
null
null
null
null
12077
1
12096
2010-11-08T12:57:16.950
2
2834
<p>I never had any problem with display. This morning Ubuntu gave me an option to install drivers for Wireless Card and Nvidia drivers for display. There were two options for wireless driver and two options for NVidia display.. For NVidia driver one option was marked as Recommended (I remember installing this when I installled Ubuntu), so today along with two Wireless Drivers (Broadcom) drivers, I installed the other NVidia driver as well. After restarting I am seeing this lag which is quite irritating. Is there anyway to rollback to previous configuration like windows?</p>
4627
23272
2011-08-23T13:51:29.687
2017-06-23T17:29:27.030
Display Lag after installing Driver
[ "drivers", "nvidia" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2010-11-08T13:27:45.600", "id": "12533", "postId": "12077", "score": "0", "text": "I take it you mean you picked the recommended driver from Jocky, the additional drivers app.", "userDisplayName": null, "userId": "5503" }, { "creationDate": "2010-11-08T13:28:24...
{ "accepted": true, "body": "<p>Sounds like you installed another driver for your graphics card without reason, and possibly an old version, like the nv driver.</p>\n\n<p>Open jockey (system>administration>additional drivers), and disable the <strong>extra</strong> nvidia driver (ensure you have the recommended one enabled still). You only need 1 driver.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-08T14:56:30.577", "id": "12568", "postId": "12096", "score": "0", "text": "Thanks Roland, How to get to Jokey?", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-08T15:18:04.940", "id": "12576", "postId": "12096", "score": "0", "text": "sorry, updated my answer (jockey, not jokey oops!) and menu entry)", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T14:09:36.570", "id": "12096", "lastActivityDate": "2010-11-08T15:17:13.240", "lastEditDate": "2010-11-08T15:17:13.240", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "12077", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Sounds like you installed another driver for your graphics card without reason, and possibly an old version, like the nv driver.</p>\n\n<p>Open jockey (system>administration>additional drivers), and disable the <strong>extra</strong> nvidia driver (ensure you have the recomme...
null
null
null
null
null
12079
1
23888
2010-11-08T13:20:04.997
0
1608
<p>I'm using following FTP script on windows xp to download zip files from Ubuntu cloud servers. A zip file is created every day on Ubuntu servers and I will download it to windows via this ftp script. I run this script everyday manually as I have to edit the last line(mget /usr/backup_02-11-2010.zip) of the script to match today's date. I want to edit this script so that it will download only today's zip file at the scheduled time without needing to edit it everyday, when scheduled. It's clear that date is appended to the zip files and is in the format dd-mm-yyyy. Need help...</p> <p>The file one.txt:</p> <pre><code>open server-ip-here username-here user-password-here lcd C:\Backup\files bin hash prompt mget /usr/backup_02-11-2010.zip </code></pre> <p>The file one.bat:</p> <pre><code>ftp -s:one.txt </code></pre> <p>I will be executing one.bat file.</p>
3215
7035
2011-06-06T15:09:38.290
2011-06-06T15:09:38.290
Windows FTP script download from Ubuntu
[ "server", "windows", "ftp" ]
6
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-01T02:33:27.150", "id": "26278", "postId": "12079", "score": "0", "text": "why my question is down voted?. Isn't it useful to atleast one", "userDisplayName": null, "userId": "3215" } ]
{ "accepted": true, "body": "<p>Here it worked and I copied from each answers by experts to make it work:</p>\n\n<pre><code>@REM Beginning of one.bat\n @Echo Off\n @set mydate=%date:~-7,2%-%date:~-10,2%-%date:~-4%\n\n @REM Next write the FTP commands into one.txt\n\n @echo open server-ip-here&gt; one.txt\n @echo username-here&gt;&gt; one.txt\n @echo password-here&gt;&gt; one.txt\n @echo lcd G:\\Backup\\files&gt;&gt; one.txt\n @echo bin&gt;&gt; one.txt\n @echo hash&gt;&gt; one.txt\n @echo prompt&gt;&gt; one.txt\n @echo get /usr/backup_%mydate%.zip&gt;&gt; one.txt\n\n @REM Finally run the FTP command with the one.txt file\n ftp -s:one.txt\n\n @REM End of one.bat\n</code></pre>\n\n<p>There should not be any space before <code>&gt;</code> or <code>&gt;&gt;</code> in the script and in my case the script was failing as I had spaces before them and I was trying this for long.</p>\n\n<p>The script creates a file called one.txt, the first line <code>...&gt; one.txt</code> overwrites the one.txt file and the remaining appends to one.txt.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-29T15:57:03.777", "id": "23888", "lastActivityDate": "2011-01-31T16:11:14.457", "lastEditDate": "2011-01-31T16:11:14.457", "lastEditorDisplayName": null, "lastEditorUserId": "3215", "ownerDisplayName": null, "ownerUserId": "3215", "parentId": "12079", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Not really the place to ask about Windows scripting, but here you go. Add this to the top of one.bat, to rewrite the script file each time. This assumes your Windows regional settings are also set to dd/mm/yyyy.</p>\n\n<pre><code>for /f \"tokens=1-3 delims=/\" %%a in ('date /...
null
0
null
null
null
12085
1
12095
2010-11-08T13:42:43.327
1
2131
<p>Everytime I try to make a rescan, Banshee keeps crashing. The songs it was able to discover are added to library list on the next start up of Banshee. Then, it crashes again if I am to try rescan.</p> <p>Any ideas?</p>
5781
null
null
2010-11-08T14:28:23.833
Banshee crashes while rescaning the library
[ "banshee" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T13:58:03.503", "id": "12541", "postId": "12085", "score": "3", "text": "This should be reported as a bug report to bugzilla.gnome.org", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-11-08T13:58:44.527", "id": "12542", "p...
{ "accepted": true, "body": "<p>This is a common bug with banshee's database. To solve it, delete your banshee.db in <code>~/.config/Banshee-1</code>. The next time you scan it should work without crashing.</p>\n\n<p><strong>EDIT: forgot to mention, you should make sure that you export playlists when you create them as they are stored in the database.</strong></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-08-08T18:05:27.057", "id": "63757", "postId": "12095", "score": "0", "text": "Play counts, skip counts, ratings, and a lot more are also stored in the database, so do this with care. IIRC, the crash usually happens when Banshee tries update the smart playlists while rescanning. There's an open bug report for this, and even a working patch, I think.", "userDisplayName": null, "userId": "2079" }, { "creationDate": "2011-08-08T18:20:39.790", "id": "63760", "postId": "12095", "score": "0", "text": "@MichaelMS: yes all of that data is stored in the database, but also in the files (so long as you enable the option to write metadata to the files, which you should do).", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T14:04:49.947", "id": "12095", "lastActivityDate": "2010-11-08T14:28:23.833", "lastEditDate": "2010-11-08T14:28:23.833", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "12085", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Try running banshee from a terminal and then running a scan. This should output the error that is causing the program to crash. Without this, theres not much we can do. </p>\n\n<p>Hope this helps,\nBodsda</p>\n", "commentCount": "1", "comments": [ { "cre...
null
null
2010-11-10T22:55:43.437
null
null
12098
1
12099
2010-11-08T14:20:21.487
166
211235
<p>Oftentimes I run into small bash scripts that use this sort of syntax in if statements:</p> <pre class="lang-bash prettyprint-override"><code><em>some command</em> > /dev/null 2>&1</code></pre> <p>What is the purpose of outputting to <code>/dev/null</code> like that, and what does the <code>2&gt;&amp;1</code> mean?</p> <p>It always seems to work but I'd like to know what it's doing.</p>
3592
22949
2015-04-29T17:25:05.680
2018-09-11T10:28:57.113
What does outputting to /dev/null accomplish in bash scripts?
[ "command-line", "bash", "scripts", "redirect" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2018-08-28T14:33:13.097", "id": "1754380", "postId": "12098", "score": "18", "text": "Not sure why this question was marked as a dupe, it was clearly open for 3 years before the other one was even posted.", "userDisplayName": null, "userId": "3592" }, { "creati...
{ "accepted": true, "body": "<p><code>&gt;/dev/null</code> redirects the command standard output to the null device, which is a special device which discards the information written to it</p>\n\n<p><code>2&gt;&amp;1</code> redirects the standard error stream to the standard output stream (stderr = 2, stdout = 1). Note that this takes the standard error stream and points it to same location as standard output at that moment. This is the reason for the order <code>&gt;/some/where 2&gt;&amp;1</code> because one needs to first point stdout to somewhere and <em>then</em> point stderr to the same location if one wants to combine both streams in the end.</p>\n\n<p>In practice it prevents any output from the command (both stdout and stderr) from being displayed. It's used when you don't care about the command output.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2017-06-27T23:46:36.080", "id": "1471266", "postId": "12099", "score": "5", "text": "And what does that `&` before 1 indicate in `2 >&1`", "userDisplayName": null, "userId": "629405" }, { "creationDate": "2017-09-19T18:41:57.373", "id": "1528512", "postId": "12099", "score": "23", "text": "@Nobody \"& indicates that what follows is a file descriptor and not a filename.\" https://stackoverflow.com/a/818284/5948237", "userDisplayName": null, "userId": "731720" }, { "creationDate": "2018-12-02T05:54:33.990", "id": "1808537", "postId": "12099", "score": "0", "text": "@VivekChavda How come the 2 (stderr) doesn't need that distinction?", "userDisplayName": null, "userId": "206820" }, { "creationDate": "2018-12-03T21:07:43.917", "id": "1809287", "postId": "12099", "score": "0", "text": "I was just copying from the answer I linked, I'm not familiar with all this myself. Here's a comment from under that answer: https://stackoverflow.com/questions/818255/in-the-shell-what-does-21-mean/818284#comment32269807_818284", "userDisplayName": null, "userId": "731720" }, { "creationDate": "2019-02-07T22:24:26.063", "id": "1844041", "postId": "12099", "score": "0", "text": "Those last 2 sentences (\"**In practice it prevents any output from the command (both stdout and stderr) from being displayed. It's used when you don't care about the command output.**\") should be bold. That's a pretty important piece of information just hanging out there at the end. I'd like it to stick out more.", "userDisplayName": null, "userId": "327339" }, { "creationDate": "2019-03-15T04:57:44.457", "id": "1863108", "postId": "12099", "score": "0", "text": "Hey thanks for the answer. While I upvoted it, why do we have to provide the & for stdout and not simply say 2>1 instead of 2>&1", "userDisplayName": null, "userId": "67529" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-08T14:31:15.750", "id": "12099", "lastActivityDate": "2018-09-11T10:28:57.113", "lastEditDate": "2018-09-11T10:28:57.113", "lastEditorDisplayName": null, "lastEditorUserId": "50254", "ownerDisplayName": null, "ownerUserId": "742", "parentId": "12098", "postTypeId": "2", "score": "209" }
[ { "accepted": true, "body": "<p><code>&gt;/dev/null</code> redirects the command standard output to the null device, which is a special device which discards the information written to it</p>\n\n<p><code>2&gt;&amp;1</code> redirects the standard error stream to the standard output stream (stderr = 2, stdout...
null
null
2018-07-27T09:57:54.203
null
null
12100
1
13364
2010-11-08T14:31:27.053
49
109680
<p>During voice / video conversations I would like to mute/unmute the microphone without having to go through all these steps each time:</p> <ul> <li>Sound indicator, Sound preferences, Select Input, Mute or unmute the microphone.</li> </ul> <p>I'm looking for either:</p> <ul> <li>an application that can do this from the command line,</li> <li>a way I can assign a keyboard shortcut that can mute/unmute the microphone</li> </ul>
3026
3026
2021-10-24T22:49:52.730
2022-08-09T07:37:53.097
Command to mute and unmute a microphone
[ "sound", "pulseaudio", "microphone", "alsa" ]
14
2
CC BY-SA 4.0
[ { "creationDate": "2010-11-08T14:56:14.400", "id": "12566", "postId": "12100", "score": "1", "text": "If you use Empathy for voice chat, it has a mute button built-in (that works with Google Talk at least, Skype isn't supported yet).", "userDisplayName": null, "userId": "935" }, { ...
{ "accepted": true, "body": "<p>Go to <strong>System Preferences</strong> then <strong>Keyboard</strong> and click <strong>Shortcuts</strong> then <strong>Custom Shortcuts</strong>:</p>\n<p><img src=\"https://i.stack.imgur.com/O7crH.png\" alt=\"Keyboard shortcuts\" /></p>\n<p>Click on <strong>Add</strong></p>\n<p><img src=\"https://i.stack.imgur.com/qh6sG.png\" alt=\"Custom shortcut\" /></p>\n<p>Fill in:</p>\n<pre><code>Toggle Microphone\n</code></pre>\n<p>and</p>\n<pre><code>amixer set Capture toggle\n</code></pre>\n<p>For USB webcams you need to chose the device (<code>-c 1</code>), or maybe another number.</p>\n<pre><code>amixer -c 1 sset Mic toggle\n</code></pre>\n<p>Click <strong>Apply</strong> and then associate a new key with this command (e.g. the <kbd>Pause/Break</kbd> key).</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2013-04-09T19:23:48.890", "id": "351229", "postId": "13364", "score": "0", "text": "Works this with recent releases? Thank you.", "userDisplayName": null, "userId": "62141" }, { "creationDate": "2013-04-15T15:55:04.760", "id": "354204", "postId": "13364", "score": "1", "text": "It does work; thanks to Lucian. I have an \"Audio mute\" key on my laptop, I mapped it to shift+Audio mute, which is very easy to remember :)", "userDisplayName": null, "userId": "38648" }, { "creationDate": "2014-01-15T15:42:51.283", "id": "521329", "postId": "13364", "score": "1", "text": "The command `amixer set Mic toggle` (not `Capture`) works for me in terminal but any assigned keyboard shortcut doesn't actually seem to run. I've tried `ctrl+Audio Mute` but also `ctrl+M` (captured by keyboard key presses)", "userDisplayName": null, "userId": "64224" }, { "creationDate": "2016-11-17T07:13:44.013", "id": "1306428", "postId": "13364", "score": "0", "text": "Confirmed, this works with Ubuntu 16.10 as well.", "userDisplayName": null, "userId": "12242" }, { "creationDate": "2017-04-11T05:04:10.000", "id": "1416991", "postId": "13364", "score": "0", "text": "On MATE the menus for adding the keybinding are a little different, but it works in the same way. Thanks!", "userDisplayName": null, "userId": "307901" }, { "creationDate": "2024-01-11T14:16:36.813", "id": "2627628", "postId": "13364", "score": "0", "text": "I needed to use ``amixer scontrols`` to find the control to use and type it out fully with ``amixer set 'Capture',1 toggle``", "userDisplayName": null, "userId": "441623" } ], "communityOwnedDate": "2010-11-15T13:00:08.287", "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-15T13:00:08.287", "id": "13364", "lastActivityDate": "2021-10-02T09:02:07.940", "lastEditDate": "2021-10-02T09:02:07.940", "lastEditorDisplayName": null, "lastEditorUserId": "5740", "ownerDisplayName": null, "ownerUserId": "3026", "parentId": "12100", "postTypeId": "2", "score": "57" }
[ { "accepted": null, "body": "<p>You can mute with:</p>\n\n<pre><code>/usr/bin/amixer -q -c 0 sset 'Master',0 mute\n</code></pre>\n\n<p>Unmute:</p>\n\n<pre><code>/usr/bin/amixer -q -c 0 sset 'Master',0 unmute\n</code></pre>\n\n<p>You just need to replace 'Master' with the appropriate mixer name, on the termi...
null
null
null
null
null
12106
1
12108
2010-11-08T14:43:15.203
2
374
<p>I have Ubuntu Netbook with Unity installed, and I do not see the program that allows you to connect to Windows Via RDP, I would like to be able to install this functionality, anyone know what the name of the package is?</p> <p>Thanks</p>
3889
null
null
2010-11-08T15:01:53.180
What is the name of the package that allows you to connect to a windows machine over RDP (Remote Desktop Protocol)
[ "remote-desktop" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The package is rdesktop, you need to run it from the terminal \"rdesktop remote_hostname\". If you need a GUI install gnome-rdp .</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-08T14:51:03.203", "id": "12561", "postId": "12108", "score": "0", "text": "That is a pretty handy terminal trick :D", "userDisplayName": null, "userId": "3889" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T14:47:43.197", "id": "12108", "lastActivityDate": "2010-11-08T14:47:43.197", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "12106", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>The package is rdesktop, you need to run it from the terminal \"rdesktop remote_hostname\". If you need a GUI install gnome-rdp .</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-08T14:51:03.203", "id": "12561", "post...
null
0
null
null
null
12113
1
12120
2010-11-08T15:06:20.350
2
1469
<p>The .screenrc file allows the user to specify that they want multiple windows open when screen is first run. Eg.</p> <pre><code>screen -t myWindowA 0 "" screen -t myWindowB 1 "-${SHELL}" screen -t myWindowC 2 "-${SHELL}" </code></pre> <p>What I would like is for each window to run some commands first, like:</p> <pre><code>screen -t myWindowA 0 "&lt;go to directory a, source a.sh" screen -t myWindowB 1 "-${SHELL} &lt;go to directory b, source b.sh&gt;" screen -t myWindowC 2 "-${SHELL} &lt;go to directoy c; start a watch on `ls -l`&gt;" </code></pre> <p>Is there any way to do that?</p> <p>Note this is similar to, but different from <a href="https://askubuntu.com/questions/10186/execute-command-on-gnu-screen-attachment">this issue</a>.</p>
2439
-1
2017-04-13T12:24:27.937
2010-11-08T15:44:50.243
GNU screen: Running commands in different window when screen is started
[ "gnu-screen" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T16:03:45.160", "id": "12592", "postId": "12113", "score": "1", "text": "It's a tiny bit off topic, but have you heard of byobu? It's screen, but a bit easier to use. If so, nevermind. :) If not: https://help.ubuntu.com/10.04/serverguide/C/byobu.html", "userDispl...
{ "accepted": true, "body": "<p>Sure you can. On my servers i have a <em>/etc/screenrc</em> with:</p>\n\n<pre><code>screen -t TOP 0 top\nscreen -t ETC 1 cd /etc\nscreen -t Console 2\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-08T19:58:52.650", "id": "12637", "postId": "12120", "score": "0", "text": "the first example works great, but I can't seem to get it to work with sourced environments, eg \"source env.sh\". I get \"Cannot exec 'source': No such file or directory\" then \"[screen is terminating]\". When I try to \"cd\" as in your second example, I get the a similar error.", "userDisplayName": null, "userId": "2439" }, { "creationDate": "2010-11-09T10:37:31.330", "id": "12761", "postId": "12120", "score": "1", "text": "@Robert Gowland source is a bash builtin, so it can't be executed by scree... Your best option, IMHO, is to create some bash scripts and execute them instead.", "userDisplayName": null, "userId": "4887" }, { "creationDate": "2010-11-09T14:13:26.293", "id": "12798", "postId": "12120", "score": "0", "text": "cool. Thanks for helping me understand what will and won't work.", "userDisplayName": null, "userId": "2439" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T15:44:50.243", "id": "12120", "lastActivityDate": "2010-11-08T15:44:50.243", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4887", "parentId": "12113", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Sure you can. On my servers i have a <em>/etc/screenrc</em> with:</p>\n\n<pre><code>screen -t TOP 0 top\nscreen -t ETC 1 cd /etc\nscreen -t Console 2\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-08T19:58:52.650", ...
null
null
null
null
null
12114
1
null
2010-11-08T15:09:13.330
2
1398
<p>Every search for a graphical interface for <a href="http://packages.ubuntu.com/libopensync1exp7" rel="nofollow noreferrer">opensync</a> <a href="http://apt.ubuntu.com/p/libopensync1exp7" rel="nofollow noreferrer"><img src="https://hostmar.co/software-small" alt="Install libopensync1exp7"></a> gives me outdated information. Is this project still actively developed and is there any working GUI in Ubuntu 10.10?</p> <p>(No, <code>multisync-gui</code> is not in the archives any more!)</p>
3275
-1
2017-03-11T18:59:59.070
2012-01-06T17:11:35.107
Is there a GUI for opensync?
[ "10.10", "sync" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There is no opensync gui yet, as soon as opensync stabilises enough someone will make a graphical front end that will rock.</p>\n", "commentCount": "8", "comments": [ { "creationDate": "2010-11-09T08:58:03.327", "id": "12748", "postId": "...
null
null
null
null
null
12118
1
null
2010-11-08T15:31:09.010
2
1981
<p>How can i set my laptop with ubuntu 10.04 to autoconnect to Wi-Fi (with pass, WPA2-Personal), when i on my laptop without asking password on wi-fi? I wont on my laptop and start surfing without enter pass of my wi-fi.</p>
2964
1067
2010-12-27T13:13:40.497
2010-12-27T13:13:40.497
How do I autoconnect to a wireless access point?
[ "10.04", "wireless" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You'll want to follow the instructions in this thread -</p>\n\n<p><a href=\"http://ubuntuforums.org/showthread.php?t=263136\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=263136</a></p>\n\n<p>Basically, it comes down to:</p>\n\n<p>1) Generate a PSK via wpa_suppli...
null
null
null
null
null
12129
1
null
2010-11-08T16:48:19.400
4
69551
<p>I need to install Windows XP on my machine that currently runs Ubuntu 10.10. I have a slipstreamed ISO for XP and only a USB to boot from. I do not have access to another Windows machine, and my Windows virtual machine does not recognise my USB drive. The solution needs to be purely linux-based.</p>
5371
null
null
2013-07-29T03:27:49.030
How to install Windows XP from Ubuntu via USB
[ "installation", "usb", "windows-xp" ]
5
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T17:43:37.817", "id": "12610", "postId": "12129", "score": "0", "text": "I tried chainloading the ISO from grub4dos but due to the small amount of RAM (512MB) that option is also out for now.", "userDisplayName": null, "userId": "5371" }, { "creationD...
null
[ { "accepted": null, "body": "<p>This might work for bare metal> <a href=\"http://ansi.interblc.com/2010/02/06/howto-boot-iso-images-via-grub2-with-ubuntu/\" rel=\"nofollow\">http://ansi.interblc.com/2010/02/06/howto-boot-iso-images-via-grub2-with-ubuntu/</a>. of course it could also just make the installer ...
null
null
null
null
null
12131
1
null
2010-11-08T17:04:12.733
-4
277
<p>Just the title - are they really going to do that?</p>
5890
6005
2011-11-28T15:21:13.667
2012-06-30T23:00:03.327
Will Canonical be dumping a standard file manager for non-root users in coming releases?
[ "nautilus" ]
1
8
CC BY-SA 3.0
[ { "creationDate": "2010-11-08T17:09:33.187", "id": "12607", "postId": "12131", "score": "1", "text": "Do you mean are they removing Nautilus, as I haven't heard anything to suggest they are.", "userDisplayName": null, "userId": "5503" }, { "creationDate": "2010-11-08T18:19:44.573...
null
[ { "accepted": null, "body": "<p>Not sure where the question came from, but no. Nautilus remains the file manager for GNOME, and Ubuntu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T17:13:46.997", ...
null
null
2013-03-14T16:54:38.140
null
null
12133
1
12149
2010-11-08T17:28:07.220
2
210
<p>Like in windows xp you use to be able to create a new hard profile and then you select which one you want before windows boots.</p> <p>Basically what I want to do is kill the screen saver when I go home, like when I am watching movies and it is not plugged in, so I don't have to move the mouse every 5 mins or so.</p>
3889
null
null
2010-11-08T18:42:18.410
Is there any way to set hardware profiles based on where I am at?
[ "hardware", "screensaver" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This guide is half of your solution:</p>\n\n<p><a href=\"http://ubuntuforums.org/showthread.php?t=3550\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=3550</a></p>\n\n<p>Basically it has you add an option to your GRUB menu that starts the system at a different runlevel. Then you can modify the scripts for that runlevel which will configure the system however you want. However, the second half of the guide only covers modifying xsetup and your network interfaces.</p>\n\n<p>The setting you're looking for is in Power Management. We can use <code>gconf-editor</code> to find the name of the setting, in this case <code>/apps/gnome-power-manager/timeout/sleep_display_battery</code>. A setting of 0 will disable the screen shut-off, otherwise it is the number of seconds until shut-off. To change this setting using a runlevel script or the command-line, you can run:</p>\n\n<pre><code>$ gconftool-2 --set \"/apps/gnome-power-manager/timeout/sleep_display_battery\" --type integer 0\n</code></pre>\n\n<p>If you're having trouble putting that command and the runlevel guide together, please comment on this and I will try and assist further.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T18:42:18.410", "id": "12149", "lastActivityDate": "2010-11-08T18:42:18.410", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5120", "parentId": "12133", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Well, you can alter the screen time out in the batter profiles. where i presume you are plugged in to AC power. Or add an inhibitor applet to your panel. when you click on it, the screen will not turn off! =) </p>\n", "commentCount": "0", "comments": [], "communit...
null
null
null
null
null
12135
1
12155
2010-11-08T18:00:32.003
3
4317
<p>I have to admit I didn't "Safetly Eject", but I have done this a million times... what gives, and how do I get my data back??</p>
3889
134729
2013-03-18T20:12:46.753
2017-02-17T23:25:40.003
I failed to safely eject my USB drive and lost data...how do I get it back?
[ "flash", "data-recovery", "drive" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-11-08T18:17:09.523", "id": "12612", "postId": "12135", "score": "1", "text": "good luck...sounds like a failing drive to me. one little lack of safely eject could hose a file easily, but shouldn't hose the filesystem.", "userDisplayName": null, "userId": "5768" ...
{ "accepted": true, "body": "<p>Ubuntu doesn't \"randomly format\" drives, so you could make your question a bit less dramatic...</p>\n\n<p>Unplugging a device with a file system on it without unmounting it is guaranteed to cause problems sooner or later, and if you are using a FAT filesystem on it, it won't easily \"repair\" itself like ext4 or NTFS would. But we don't know what the exact cause of your problem is in this case.</p>\n\n<p>It might be useful to look in your log files (dmesg, syslog, etc.) to see if there are any error messages when you plug in the USB memory stick.</p>\n\n<p>If you see read errors, then probably something is wrong with the hardware, and you want to use something like ddrescue or gddrescue to make an as-good-as-possible image of the flash drive.</p>\n\n<p>If there are no read errors, it's probably \"only\" the filesystem that got corrupted. You can use a simple <code>dd</code> to make an image then. After making a backup image, you can try to fix the filesystem with fsck and see if that brings back all the files you need.</p>\n\n<p>In case there are hardware problems, or a simple fsck doesn't solve the problem, you can try using tools like photorec on a disk image (which can recover not only graphics files but also a lot of other document formats).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-08T19:11:35.487", "id": "12155", "lastActivityDate": "2017-02-17T23:25:40.003", "lastEditDate": "2017-02-17T23:25:40.003", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "935", "parentId": "12135", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>Building on what aking said:</p>\n\n<p>First things first, get a bit-for-bit copy of your USB key that you can work on. Working on the USB key directly will likely make things worse.</p>\n\n<p>To make the copy insert the key and note what device it appears as in dmesg (it wil...
null
null
null
null
null
12138
1
12153
2010-11-08T18:24:01.400
1
1337
<p>I'm trying to a build a custom package of PostgreSQL with some configuration tweaks suitable for our application. Part of that configuration involves a pg_hba.conf using "trust" instead of the defaults.</p> <p>I can see when I install a setup script is triggered and the PostgreSQL 'initdb' command is run. This copies the sample config files and applies some transformations to it (keyword replacement) and copies into /etc. However even if I remove the keywords from the pg_hba.conf.sample file and hard code the values I want they automagically get reverted to the defaults.</p> <p>I've tried to follow the post install scripts but all I can see is a call to configure_version which isn't anywhere in the PostgreSQL source code.</p> <p>So what is the call-chain from post installation scripts to the initdb program being called? And how can I tweak the parameters of the initdb call for my preferred form of authentication?</p>
3093
null
null
2010-11-08T19:08:47.967
What calls PostgreSQL's initdb on package installation?
[ "server", "packaging", "postgresql" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In <code>postgresql-8.4.postinst</code>, the line immediately above the call to <code>configure_version</code> is:</p>\n\n<pre><code>. /usr/share/postgresql-common/maintscripts-functions\n</code></pre>\n\n<p>That will load all the functions from that file, which includes <code>configure_version</code>. That file is found in the <strong>postgresql-common</strong> package.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-08T19:20:12.527", "id": "12629", "postId": "12153", "score": "0", "text": "So why can't I find maintscripts-functions or a file (other than the postinst script) containing configure_versions in the package source tree?", "userDisplayName": null, "userId": "3093" }, { "creationDate": "2010-11-08T19:28:47.643", "id": "12632", "postId": "12153", "score": "0", "text": "ahh, I was under the impression everything was built from the one package. As you say postgresql-common is a separate package.", "userDisplayName": null, "userId": "3093" }, { "creationDate": "2010-11-09T05:37:06.027", "id": "12727", "postId": "12153", "score": "0", "text": "Right, the Depends: for the installed package may use tools from those packages (in this case, postgresql-common).", "userDisplayName": null, "userId": "721" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T19:08:47.967", "id": "12153", "lastActivityDate": "2010-11-08T19:08:47.967", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "721", "parentId": "12138", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>In <code>postgresql-8.4.postinst</code>, the line immediately above the call to <code>configure_version</code> is:</p>\n\n<pre><code>. /usr/share/postgresql-common/maintscripts-functions\n</code></pre>\n\n<p>That will load all the functions from that file, which includes <cod...
null
null
null
null
null
12139
1
12141
2010-11-08T18:25:36.317
60
87480
<p>I have a Western Digital My Book 3.0 - 1 TB USB 3.0 Desktop External Hard Drive, and I wanted to know if it would work on Ubuntu 10.10 Maverick Meerkat.</p>
5797
169736
2014-05-06T21:37:05.010
2016-12-14T03:23:01.260
Does Ubuntu support USB 3.0?
[ "usb", "kernel" ]
10
2
CC BY-SA 2.5
[ { "creationDate": "2011-06-20T20:13:49.960", "id": "55285", "postId": "12139", "score": "0", "text": "My USB3 thumb drive only gets detected as a USB2 device. I've got a bug report confirmed ([Launchpad Bug #710153](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/710153)). Does anyone have ...
{ "accepted": true, "body": "<p>Yes, Ubuntu supports USB 3.0.</p>\n\n<p>Linux started supporting USB 3.0 in the September 2009 release of the 2.6.31 kernel, and Ubuntu 9.10 Karmic Koala was the first version of Ubuntu to support USB 3.0.</p>\n\n<p>In Ubuntu releases older than Ubuntu 11.04 Natty Narwhal, there is a bug in the XHCI (USB 3.0) kernel module that prevents suspend: <a href=\"https://bugs.launchpad.net/ubuntu-release-notes/+bug/522998\">Bug #522998</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-08T18:29:38.000", "id": "12141", "lastActivityDate": "2011-10-01T00:53:27.607", "lastEditDate": "2011-10-01T00:53:27.607", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "4776", "parentId": "12139", "postTypeId": "2", "score": "60" }
[ { "accepted": true, "body": "<p>Yes, Ubuntu supports USB 3.0.</p>\n\n<p>Linux started supporting USB 3.0 in the September 2009 release of the 2.6.31 kernel, and Ubuntu 9.10 Karmic Koala was the first version of Ubuntu to support USB 3.0.</p>\n\n<p>In Ubuntu releases older than Ubuntu 11.04 Natty Narwhal, th...
null
null
null
null
null
12154
1
12468
2010-11-08T19:11:23.987
35
28378
<p>Is there any way I can get the word count of a PDF document that I'm viewing in Evince, Ubuntu's default pdf viewer? I'm able to convert the documents to text files and get the word count from the terminal, but I'd quite like to be able to quickly get at them without having to use the terminal. Is there any plugin that can do this, or is it already built in and I'm just missing it?</p> <p>P.S. I'd prefer not to change my viewer as Evince is the default PDF viewer in Ubuntu, and I'd quite like to do as much as possible using the default applications since a lot of them, Evince included, are really nice.</p>
null
null
null
2015-04-04T02:48:06.603
Getting the word count of a pdf document in Evince
[ "pdf", "evince" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>A response from Olaf Leidinger on the Evince mailing list:</p>\n\n<blockquote>I think such a feature is better suited for document editors, as they have\nmore information on the document as a plain viewer and counting words is\ntrivial.\n\nTake a PDF file as an example. What you see as text might actually be some kind\nof vector graphic shape. Even if the text is contained as such in the PDF file,\nthose words you see might be composed of multiple \"draw text at position\n(y,x)\"-commands -- e.g. in case of umlauts or end of line. So a single word\nmight count as multiple words. Therefore I think it might be hard to implement\nsuch a feature reliably. Have a look at pdftotext to see what I mean.</blockquote>\n", "commentCount": "1", "comments": [ { "creationDate": "2014-10-23T00:43:22.480", "id": "739621", "postId": "12468", "score": "2", "text": "Whatever file is used to define the document could be considered \"source code\", and Evince is the machine that executes the code. It's unfair (and impossible) to ask the source code editor (e.g. a text editor) to determine what the output of the execution will be, so let's just look at the output (i.e. the rendered image/text in Evince/poppler). Implementation in Evince would be useful to me since I'm \"coding\" my papers in a language-agnostic text editor and use Evince (via Pandoc and pdflatex) to \"run\" my source. Only at the end can we be certain what made it through. Consider commented code.", "userDisplayName": null, "userId": "29020" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-10T11:22:13.293", "id": "12468", "lastActivityDate": "2010-11-10T11:22:13.293", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user2405", "ownerUserId": null, "parentId": "12154", "postTypeId": "2", "score": "12" }
[ { "accepted": null, "body": "<p>I don't believe that is possible (well it's technically possible but hasn't been implemented).</p>\n\n<p>You have to remember Evince is a document <em>viewer</em> and a word count is a feature more usually required in an <em>editor</em> (yes I know this isn't always the case)...
null
null
null
null
user2405
12160
1
12167
2010-11-08T19:43:31.783
6
4653
<p>Currently it looks like: <img src="https://i.stack.imgur.com/SPWpi.png" alt="alt text"></p>
3889
null
null
2010-11-08T20:41:50.857
How can I relabel my flash drive?
[ "usb-drive" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T20:46:37.183", "id": "12649", "postId": "12160", "score": "0", "text": "the disk utility answer is the safest ;)", "userDisplayName": null, "userId": "1992" } ]
{ "accepted": true, "body": "<p>System - Administration - Disk Utility </p>\n\n<p>click the drive - unmount the drive - change label and you're done!</p>\n\n<p>mount again and everything is fine <strong>beware don't change anything else or you can destroy all your data!</strong></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T20:09:23.600", "id": "12167", "lastActivityDate": "2010-11-08T20:09:23.600", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3127", "parentId": "12160", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>You can easily relabel your flash drive or your NTFS partition using gparted-partition manager.</p>\n\n<p>Install Gparted:</p>\n\n<pre><code>sudo apt-get install gparted\n</code></pre>\n\n<p>Goto System-->Administration-->Gparted</p>\n\n<p>Change the storage device to your Fl...
null
null
null
null
null
12161
1
12165
2010-11-08T19:47:49.807
1
897
<p>Does anyone has a "good" xorg.conf example for the Radeon X1300 on Ubuntu 9.10 ? Mine works a little slow... Thanks</p>
2156
null
null
2010-11-08T19:54:49.970
xorg.conf for Ati Radeon X1300 and Ubuntu 9.10
[ "graphics", "ati" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Usually the xorg.file changes should have no influence on the performance. The point is in choosing better drivers. You may want to try out the proprietary driver from ATI, you can enable it in System->Administration->Drivers.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T19:54:49.970", "id": "12165", "lastActivityDate": "2010-11-08T19:54:49.970", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "705", "parentId": "12161", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Usually the xorg.file changes should have no influence on the performance. The point is in choosing better drivers. You may want to try out the proprietary driver from ATI, you can enable it in System->Administration->Drivers.</p>\n", "commentCount": "0", "comments": ...
null
null
null
null
null
12162
1
null
2010-11-08T19:47:57.230
4
2481
<p>I use my laptop with a second display. Sometimes I should take my laptop with me, but I can't take my second display with me. How can I setup my ubuntu 10.04 so that it changes the resolution automatically when I disable the second display?</p> <p>My normal resolution (with the second display) is 2646*800. My resolution without the second display (laptop resolution) 1280*800.</p> <p>What I want is:</p> <ul> <li>When i disable second display, my resolution automatically (or by running some script) changes to 1280*800</li> <li>When i connect second display resolution change to 2646*800.</li> </ul>
2964
1059
2010-11-09T01:21:37.323
2011-01-22T21:47:45.327
Change resolution when enabling/disabling external monitor
[ "10.04", "multiple-monitors", "resolution" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T21:50:23.593", "id": "24636", "postId": "12162", "score": "0", "text": "Looks like someone wrote the script you're looking for. See this question: http://askubuntu.com/questions/3707/automatically-change-resolution-when-connecting-an-external-monitor-nvidia-drive", ...
null
[ { "accepted": null, "body": "<p>You can use xrandr (assumming your driver supports it), for a nice guide check <a href=\"http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html\" rel=\"nofollow\">http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html</a...
null
null
null
null
null
12172
1
12175
2010-11-08T21:12:47.457
39
44925
<p>How do I split a 7GB (movie) file into smaller files of (say) 1GB, and then (in another Ubuntu computer) integrate them to get the original file (using just bash commands)?</p>
4776
null
null
2017-10-24T06:29:12.160
Split a large file into smaller files and then integrate them to get the original file
[ "command-line", "bash", "files" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>To split: </p>\n\n<pre><code>split -b 1G -d bigfile bigfile-part\n</code></pre>\n\n<p>To join: </p>\n\n<pre><code>cat bigfile-part* &gt; bigfile\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-10T03:15:49.683", "id": "12907", "postId": "12175", "score": "6", "text": "+1 best method. I usually like to check that everything worked by running 'md5sum bigfile' before and after.", "userDisplayName": null, "userId": "4303" }, { "creationDate": "2014-01-10T15:07:26.137", "id": "517886", "postId": "12175", "score": "0", "text": "it didn't want the -d", "userDisplayName": null, "userId": "148263" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-08T21:20:24.307", "id": "12175", "lastActivityDate": "2017-10-24T06:29:12.160", "lastEditDate": "2017-10-24T06:29:12.160", "lastEditorDisplayName": null, "lastEditorUserId": "148011", "ownerDisplayName": null, "ownerUserId": "935", "parentId": "12172", "postTypeId": "2", "score": "55" }
[ { "accepted": true, "body": "<p>To split: </p>\n\n<pre><code>split -b 1G -d bigfile bigfile-part\n</code></pre>\n\n<p>To join: </p>\n\n<pre><code>cat bigfile-part* &gt; bigfile\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-10T03:15:49.683", ...
null
null
2017-10-23T09:40:52.710
null
null
12173
1
12185
2010-11-08T21:12:50.457
7
19334
<p>I am able to mount an NFS directory as a regular user (which doesn't have sudo rights) because a suitable entry (i.e. with the user option) is defined in <code>/etc/fstab</code> file. </p> <p>But, when I mount it, I am not the owner of it! The owner is the default superuser of the system. So I don't have write permissions in the mounted directory. </p> <p>How can I make the directory mine? </p>
5809
null
null
2010-11-08T21:54:03.730
NFS mounted directory owner problem
[ "nfs" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T21:40:58.613", "id": "12663", "postId": "12173", "score": "0", "text": "And no \"chown\" does not work.", "userDisplayName": null, "userId": "5809" } ]
{ "accepted": true, "body": "<p>When using NFS you need to make sure there is UID/GID matching between users, the following <a href=\"http://www.kernelcrash.com/blog/nfs-uidgid-mapping/2007/09/10/\" rel=\"noreferrer\">artcile</a> might be useful.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-11-08T22:09:00.730", "id": "12666", "postId": "12185", "score": "0", "text": "I get the following error when I follow that article: \n\nexportfs: /etc/exports:6: unknown keyword \"map_static=/etc/nfs.map\"\n\nBut in http://manpages.ubuntu.com/manpages/lucid/man5/exports.5.html I found anonuid and anongid options. I couldn't make them work though.", "userDisplayName": null, "userId": "5809" }, { "creationDate": "2010-11-08T22:13:08.073", "id": "12669", "postId": "12185", "score": "0", "text": "The article mentions you need userspace nfs, you need to use NFS (from the package unfs3), instead of the traditional kernel nfs .", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-11-08T22:44:14.883", "id": "12681", "postId": "12185", "score": "0", "text": "When I wanted to install unfs3, it asked me to remove the nfs packages. I am not willing to replace my working nfs server with something I know nothing about. I will look for a solution with my current nfs server. thanks.", "userDisplayName": null, "userId": "5809" }, { "creationDate": "2010-11-08T23:42:12.877", "id": "12693", "postId": "12185", "score": "1", "text": "Another option is to use NFSv4 user id mapping, check https://help.ubuntu.com/community/NFSv4Howto, please note that on the legacy NFS you don't have any uid mapping options, you need to manually ensure that users have the same uid on both systems. Also you can simply switch nfs packages safely, your configuration will not be removed.", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-11-09T01:37:56.517", "id": "12706", "postId": "12185", "score": "0", "text": "I followed the article and used unfs3 but the uid mapping doesn't seem to work. I get no errors but the owner of the mounted directory on the client is still the superuser. Configuring NFSv4 looks very complicated. Thanks for your help.", "userDisplayName": null, "userId": "5809" }, { "creationDate": "2017-05-27T08:04:07.947", "id": "1451164", "postId": "12185", "score": "0", "text": "map_static which is for setting nfs.map is not recognized on centos 7 x86_64 with nfs-server installed by default. `exportfs: /etc/exports:1: unknown keyword \"map_static=/etc/nfs.map\" `", "userDisplayName": null, "userId": "612101" }, { "creationDate": "2017-05-27T08:14:21.103", "id": "1451167", "postId": "12185", "score": "0", "text": "My alternative solution is changing UID/GID for my nfs-server to ensure that it is same with clients. [linux-changing-uids-and-gids-for-user](https://muffinresearch.co.uk/linux-changing-uids-and-gids-for-user/)", "userDisplayName": null, "userId": "612101" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T21:54:03.730", "id": "12185", "lastActivityDate": "2010-11-08T21:54:03.730", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "12173", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>When using NFS you need to make sure there is UID/GID matching between users, the following <a href=\"http://www.kernelcrash.com/blog/nfs-uidgid-mapping/2007/09/10/\" rel=\"noreferrer\">artcile</a> might be useful.</p>\n", "commentCount": "7", "comments": [ { ...
null
null
null
null
null
12174
1
12216
2010-11-08T21:18:08.743
12
2163
<p>Ubuntu (10.10) offers emacs21,22,23 and emacs-snapshot. What are the differences between them and which one does the <code>emacs</code> package install by default? Also, I presume <code>emacs-snapshot-gtk</code> is the most up to date one. I would like to use this because it seems to pay attention to my <code>.Xdefaults</code> settings, which <code>emacs</code> doesn't. What disadvantages might this cause?</p> <p>I use emacs for LaTeX, ORGmode and ESS/R programming.</p>
702
1059
2010-11-09T01:29:57.240
2010-11-09T01:29:57.240
What differences are there between the various version of emacs available?
[ "10.10", "emacs" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>emacs-snapshot</code> is a development version of Emacs. It has more goodies but likely also more bugs, so use it at your own risk. The others are released versions; the only reason I can think not to install the latest one is if you're very short on disk space.</p>\n\n<p>The <a href=\"http://packages.ubuntu.com/maverick/emacs\"><code>emacs</code></a> package depends on <code>emacs23</code> (you can see the dependencies in any package administration tool).</p>\n\n<p>Gtk programs don't use X resources (<code>.Xdefaults</code>). Non-gtk (but X) versions of Emacs do.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-09T05:53:34.157", "id": "12728", "postId": "12216", "score": "0", "text": "emacs22 will be going away in favor of emacs23, so you can safely ignore emacs22.", "userDisplayName": null, "userId": "721" }, { "creationDate": "2010-11-09T10:30:53.553", "id": "12760", "postId": "12216", "score": "0", "text": "So if I want to make use of `.Xdefaults` what do I use? (I thought this was a difference between `emacs` and `emacs-snapshot` but apparently not...)", "userDisplayName": null, "userId": "702" }, { "creationDate": "2010-11-09T11:22:00.010", "id": "12765", "postId": "12216", "score": "0", "text": "Move the contents of `.Xdefaults` into `.Xresources` seems to have made the standard `emacs` recognise it.", "userDisplayName": null, "userId": "702" }, { "creationDate": "2010-11-09T18:13:13.270", "id": "12831", "postId": "12216", "score": "0", "text": "@Seamus: Short answer: `~/.Xresources` is the file to use. Long answer: X resources are stored on the server. On Ubuntu and most other unix systems, when you log in, `~/.Xresources` is loaded. A few other systems load `~/.Xdefaults`, but not Ubuntu. A few applications look for their own resources in `~/.Xdefaults` when they start, but not Emacs (at least not `emacs23-x` on 10.04, though it loads `~/.Xdefaults-$(hostname)`). If you change your resource file, you can load it manually with `xrdb -merge ~/.Xresources` (`-load` would also override any system resources).", "userDisplayName": null, "userId": "1059" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T01:29:25.210", "id": "12216", "lastActivityDate": "2010-11-09T01:29:25.210", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1059", "parentId": "12174", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p><code>emacs-snapshot</code> is a development version of Emacs. It has more goodies but likely also more bugs, so use it at your own risk. The others are released versions; the only reason I can think not to install the latest one is if you're very short on disk space.</p>\n\n...
null
null
null
null
null
12177
1
null
2010-11-08T21:23:36.477
4
3819
<p>I have an HP TX2 laptop and am using Ubuntu 10.04 with the 2.6.34 kernel. When I close the lid of my computer, put it to sleep, and then open it later, I've lost the ability to connect to the Internet. There's an ethernet cable plugged in by the network manager can no longer find it. I have no choice but to reboot.</p> <p>Any suggestions? Thanks.</p>
5785
5484
2010-11-09T09:35:22.090
2018-07-16T16:16:32.237
Lose Internet after my computer goes to sleep
[ "laptop", "suspend", "suspend-resume" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T12:06:24.777", "id": "12774", "postId": "12177", "score": "0", "text": "What is the chipset of your network card. I know that some cards use firmware and need their state restored/reset.", "userDisplayName": null, "userId": "1924" } ]
null
[ { "accepted": null, "body": "<p>Can't help you with the cause, but a possible solution is manually forcing it.</p>\n\n<pre><code>sudo ifconfig eth0 up\nsudo dhclient eth0\n</code></pre>\n\n<p>This COULD work, but it's obviously just a stop gap for figuring out the real problem.</p>\n", "commentCount": "...
null
null
null
null
null
12180
1
12181
2010-11-08T21:34:06.093
117
191428
<p>Sometimes when there are too many users logged in it can cause my computer to become very slow and laggy due to low amount of available RAM. I would like to be able to quickly log out the other users from the command line instead of manually switching into each user and logging them out.</p> <p>Is this possible? </p>
114
158442
2016-06-08T00:21:09.897
2020-11-17T08:24:20.090
Logging out other users from the command line
[ "command-line", "users" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>this is one answer </p>\n\n<pre><code>who -u\n</code></pre>\n\n<p>that give you the PID </p>\n\n<p>Then you can kill the user session.</p>\n\n<pre><code>kill \"pid\"\n</code></pre>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-11-08T23:16:17.980", "id": "12686", "postId": "12181", "score": "4", "text": "This works but it has some strange side effects.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-11-08T23:48:50.673", "id": "12694", "postId": "12181", "score": "3", "text": "@DoR ...which are..?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2010-11-08T23:56:56.783", "id": "12695", "postId": "12181", "score": "4", "text": "@Oli Such as GDM restarting, and trying to switch to a user that I killed not working.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2016-09-29T23:13:54.707", "id": "1267072", "postId": "12181", "score": "3", "text": "@AlvinRow If you execute `ps auxf` then you notice (left-most column has effective username) that this method doesn't kill all the processes which are executed by the current user (so *probably* you aren't logged out). The method of @precise seems to attend to this problem, though I don't feel comfortable with sending `SIGKILL`.", "userDisplayName": null, "userId": "5698" }, { "creationDate": "2018-11-25T19:51:00.433", "id": "1805064", "postId": "12181", "score": "1", "text": "I'm surprised there isn't something like with `shutdown` so it can give warning (allowing work to be saved) before forcibly logging out. That would optionally just switch to the login as if changing sessions, leaving the user session running in the background.", "userDisplayName": null, "userId": "29073" }, { "creationDate": "2022-04-21T20:36:42.070", "id": "2437404", "postId": "12181", "score": "1", "text": "@pbhj about notifications, consider to see this answer https://askubuntu.com/a/967130/970554", "userDisplayName": null, "userId": "970554" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-08T21:42:54.203", "id": "12181", "lastActivityDate": "2016-02-11T09:11:40.813", "lastEditDate": "2016-02-11T09:11:40.813", "lastEditorDisplayName": null, "lastEditorUserId": "175814", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "12180", "postTypeId": "2", "score": "122" }
[ { "accepted": true, "body": "<p>this is one answer </p>\n\n<pre><code>who -u\n</code></pre>\n\n<p>that give you the PID </p>\n\n<p>Then you can kill the user session.</p>\n\n<pre><code>kill \"pid\"\n</code></pre>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-11-08T23:1...
null
null
null
null
null
12182
1
12184
2010-11-08T21:45:23.567
65
104041
<p>I created a screencast using recordmydesktop which produced an .ogv file. I believe this is an OGG file encoded using the Theora codec. I'm wondering how can I convert this to MPEG4/H.264? I've tried to use FFmpeg in a naive way, as follows:</p> <pre><code>ffmpeg -i demo.ogv -f mp4 demo.mp4 </code></pre> <p>However this produces an evil blob of dark greens and grays when trying to play it again in MPlayer. I then tried to get more sophisticated, using the command-line flags <a href="https://askubuntu.com/questions/8021/converting-a-video-file-in-arbitrary-file-format-into-mpeg4-h-264">specified here</a>:</p> <pre><code>ffmpeg -i demo.ogv \ -s 352x288 -vcodec libx264 -vpre default \ -acodec libmp3lame -ab 192k -ac 2 -ar 44100 -f mp4 \ demo.mp4 </code></pre> <p>But, the result was the same.</p> <p>If anyone has any insight into what might be the best way to accomplish this task, I'd appreciate it if you could let me know.</p>
4895
57576
2021-11-06T07:36:12.220
2021-11-06T07:36:12.220
How can I convert an ogv file to mp4?
[ "ffmpeg", "codecs" ]
3
2
CC BY-SA 4.0
[ { "creationDate": "2012-10-27T02:01:54.367", "id": "590608", "postId": "12182", "score": "0", "text": "Here's a tutorial how to compile ffmpeg x264: https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide", "userDisplayName": null, "userId": "101236" }, { "creationDate": "2014...
{ "accepted": true, "body": "<h2><a href=\"http://www.transcoder.org/\" rel=\"nofollow noreferrer\">Arista Transcoder</a> <a href=\"http://apt.ubuntu.com/p/arista\" rel=\"nofollow noreferrer\" title=\"Install Arista Transcoder\"><img src=\"https://i.stack.imgur.com/oQfrQ.png\" alt=\"Install Arista Transcoder\"></a></h2>\n\n<p>or from command line</p>\n\n<pre><code>sudo apt-get install arista -y\n</code></pre>\n\n<p>You can use this software, that I always use and I think it's really good. To convert an ogv file to mp4 you should choose any Sony device.</p>\n\n<p><img src=\"https://i.stack.imgur.com/P0lFA.png\" alt=\"alt text\"></p>\n", "commentCount": "9", "comments": [ { "creationDate": "2010-11-09T23:03:16.767", "id": "12869", "postId": "12184", "score": "0", "text": "maybe also mention the Nautilus plugin?", "userDisplayName": null, "userId": "2591" }, { "creationDate": "2010-11-10T00:42:50.207", "id": "12883", "postId": "12184", "score": "0", "text": "@Tshepang, I've never used the Nautilus plugin. How is it called? I want to try it now!", "userDisplayName": null, "userId": "3220" }, { "creationDate": "2010-11-10T00:49:01.183", "id": "12885", "postId": "12184", "score": "0", "text": "`nautilus-arista`", "userDisplayName": null, "userId": "2591" }, { "creationDate": "2010-11-10T02:51:24.217", "id": "12905", "postId": "12184", "score": "1", "text": "@Tshepang, I can't try it now :( I'm using 10.04 LTS and the plugin is available for 10.10 and 11.04. I'll have to wait for my new laptop to try it. Thanks for the info!", "userDisplayName": null, "userId": "3220" }, { "creationDate": "2014-02-16T21:09:49.520", "id": "545028", "postId": "12184", "score": "0", "text": "It says there are missing plugins that can't be installed so I can't use it for converting ogv to mp4.", "userDisplayName": null, "userId": "193915" }, { "creationDate": "2015-01-15T03:15:11.070", "id": "791686", "postId": "12184", "score": "0", "text": "Install arista like this (all one line): sudo add-apt-repository ppa:mc3man/trusty-media ; sudo apt-get update ; sudo apt-get install arista gstreamer0.10-ffmpeg", "userDisplayName": null, "userId": "256054" }, { "creationDate": "2017-10-23T15:12:29.767", "id": "1550228", "postId": "12184", "score": "2", "text": "Looks like Arista is no longer available in the repositories :(", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2020-09-27T01:11:14.067", "id": "2167378", "postId": "12184", "score": "1", "text": "E: Unable to locate package arista", "userDisplayName": null, "userId": "165324" }, { "creationDate": "2020-09-27T01:11:40.707", "id": "2167379", "postId": "12184", "score": "1", "text": "the webpage also is not available anymore", "userDisplayName": null, "userId": "165324" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-08T21:53:07.437", "id": "12184", "lastActivityDate": "2017-05-15T18:16:18.683", "lastEditDate": "2017-05-15T18:16:18.683", "lastEditorDisplayName": null, "lastEditorUserId": "61218", "ownerDisplayName": null, "ownerUserId": "3220", "parentId": "12182", "postTypeId": "2", "score": "33" }
[ { "accepted": true, "body": "<h2><a href=\"http://www.transcoder.org/\" rel=\"nofollow noreferrer\">Arista Transcoder</a> <a href=\"http://apt.ubuntu.com/p/arista\" rel=\"nofollow noreferrer\" title=\"Install Arista Transcoder\"><img src=\"https://i.stack.imgur.com/oQfrQ.png\" alt=\"Install Arista Transcode...
null
null
null
null
null
12187
1
12188
2010-11-08T21:59:53.693
6
1175
<p>I'm running on a Ubuntu 10.04, and installed an 8.04 version in a directory <code>/stuff/hardy</code></p> <p><code>sudo debootstrap --variant buildd --arch i386 hardy /stuff/hardy <a href="http://archive.ubuntu.com/ubuntu" rel="noreferrer">http://archive.ubuntu.com/ubuntu</a></code></p> <p>What I want to do is to get a working environment isolated from my linux machine (without installing into another partition).</p> <p>My problem is, that when I chroot into it (<code>sudo chroot /stuff/hardy</code>) I notice that I have nothing in <code>/proc</code> or no network configuration. Also, if I try to go back to my home directory (inside hardy, not 10.4),</p> <p><code>hardy# cd</code> I get a <code>/home/myuser No such file or directory</code></p> <p>Is there an (hopefully easy) way to get an ubuntu install using <code>debootstrap</code> with no a lot of extra work ?</p> <p>Thanks in advance</p>
2406
721
2010-11-09T05:55:08.617
2010-11-09T05:55:08.617
How can I fully use the chroot I create with debootstrap on a local machine?
[ "networking", "debootstrap", "container" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2018-10-06T22:36:25.130", "id": "1777485", "postId": "12187", "score": "0", "text": "Alternatively, you can also use QEMU emulation as explained at: https://askubuntu.com/questions/281763/is-there-any-prebuilt-qemu-ubuntu-image32bit-online/1081171#1081171", "userDisplayNam...
{ "accepted": true, "body": "<p>You can use schroot instead of chroot, it will take care of setting up /proc, /etc and cross mount your home.\nYou can use the following script which helps to build/setup a schroot:\n<a href=\"http://bazaar.launchpad.net/~debfactory-devs/debfactory/devel/download/head%3A/schroot_build.py-20090314124651-txt9bwioeycax53m-1/build_schroot.py\">http://bazaar.launchpad.net/~debfactory-devs/debfactory/devel/download/head%3A/schroot_build.py-20090314124651-txt9bwioeycax53m-1/build_schroot.py</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-10T13:10:11.160", "id": "13001", "postId": "12188", "score": "0", "text": "I ran the script, but problems remain. Still receive the \"is /proc mounted? \" message, and /proc is empty.", "userDisplayName": null, "userId": "2406" }, { "creationDate": "2010-11-10T16:06:33.703", "id": "13046", "postId": "12188", "score": "0", "text": "Did you switch to the chroot using the \"schroot\" command ? Please note that \"s\" .", "userDisplayName": null, "userId": "742" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T22:06:16.163", "id": "12188", "lastActivityDate": "2010-11-08T22:06:16.163", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "12187", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>You can use schroot instead of chroot, it will take care of setting up /proc, /etc and cross mount your home.\nYou can use the following script which helps to build/setup a schroot:\n<a href=\"http://bazaar.launchpad.net/~debfactory-devs/debfactory/devel/download/head%3A/schr...
null
null
null
null
null
12196
1
null
2010-11-08T23:03:39.540
3
268
<p>When I watch a DVD in vlc, the typing break will kick in even though I haven't touched the keyboard or mouse for over half an hour. This is a bit annoying ... Does anyone know how to stop this happening?</p>
150
150
2011-10-02T18:15:10.057
2011-10-02T18:15:10.057
How to stop typing break from interrupting VLC?
[ "vlc", "typing-break" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T23:15:37.263", "id": "12685", "postId": "12196", "score": "0", "text": "I think you might have found a bug, so maybe you might want to report it.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-11-09T08:45:38.720", "id": "1...
null
[ { "accepted": null, "body": "<p>Take a look at <a href=\"http://www.workrave.org/\" rel=\"nofollow\">Workrave</a>. It's infinitely more customizable than Ubuntu's typing break and should play nicely with VLC. You can install it using Ubuntu Software Center.\nBut also look into Shungun's suggestion and try t...
null
null
null
null
null
12197
1
null
2010-11-08T23:04:03.117
1
1213
<p>I have a new Lenovo Z360 laptop. About 1 in 5 times, instead of suspending when I close the laptop lid, the screen goes blank and the machine freezes and stays on, with the fan running. I have to hard-boot at that point, which sucks. I haven't been able to narrow down the scenario, exactly. This laptop doesn't have the NVidia card, just the Intel video. I've turned off desktop effects which didn't help. It has happened while plugged in and not plugged in.</p> <p>Update: Upgraded to Ubuntu 11.10 and this issue still happens.</p> <p>Debug notes (per <a href="https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume" rel="nofollow">https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume</a>):</p> <p>There are no flashing caps lock lights or similar.</p> <p>Setting the boot param <code>no_console_suspend</code> and then switching to VT1 and running the commands <code>setfont /usr/share/consolefonts/Uni1-VGA8.psf.gz</code> and <code>sudo pm-suspend</code> will trigger suspend with this issue, but there is no text output beyond the last command.</p> <p>The computer also freezes on shutdown (without actually shutting down) right after printing Power Down on the console.</p> <pre><code>[10123.4321] Power Down. </code></pre>
90
90
2011-10-21T00:14:16.523
2011-10-21T00:14:16.523
Lenovo Z360 sometimes doesn't suspend, freezing up completely
[ "suspend", "lenovo", "freeze" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This is a known bug with suspend, and unfortunately there seems to be no fix for it as yet (as far as I know). I'll try to find a link if I can to one of the bug reports (I remember seeing it reported more than once).</p>\n\n<p>In my experience, it tends to happen under the c...
null
null
null
null
null
12198
1
null
2010-11-08T23:05:24.080
6
923
<p>When I enable the wacom tablet in the Gimp extended input devices (setting it to 'screen'), to use the pressure sensitivity, it starts to behave strangely. I cannot pick guides from the rulers and the selection tool (the marching ants) become invisible. Has anyone had the same problem? Is there any workaround?</p>
4672
8844
2011-01-29T05:47:33.067
2011-01-29T05:47:33.067
Strange behaviour with Gimp and Wacom
[ "input-devices", "wacom", "graphics-tablet", "gimp" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Do you always have this problem? It happens randomly here - sometimes I can use GIMP for hours without the problem. Anyways, it is a known bug and unfortunately there seems to be no workaround.</p>\n\n<p>See <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=595678\" rel=\"...
null
null
null
null
null
12199
1
13854
2010-11-08T23:06:08.540
1
1559
<p>My server keeps timing out when I attempt to download a handful of files at once.</p> <p>I'm running Ubuntu 10.04 LTS</p> <p><code>sshd_config</code> contains the following tweaks:</p> <pre><code>Subsystem sftp internal-sftp Match group www ChrootDirectory %h X11Forwarding no AllowTcpForwarding no ForceCommand internal-sftp </code></pre> <p>and <code>fstab</code> contains the following tweaks:</p> <pre><code>/srv/www/domain.com /home/chris/domain.com none bind </code></pre> <p>After attempting to download the files the user will be disconnected.</p> <p>I'm not even sure where to begin debugging this, so any help would be greatly appreciated. Thanks.</p>
5815
721
2010-11-17T23:03:19.020
2010-11-18T15:09:39.853
Why does SFTP timeout during a download?
[ "ssh", "downloads", "sftp" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-08T23:41:28.667", "id": "12692", "postId": "12199", "score": "0", "text": "Is the upload over-saturating the server's available upstream bandwidth? It could be knocking out the ssh session.", "userDisplayName": null, "userId": "449" }, { "creationDate":...
{ "accepted": true, "body": "<p>i found out it was a misconfiguration with fail to ban, involving both ssh keys and pw checks. for sftp, the key's failed, resulting in a ten minute ban.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-18T15:09:39.853", "id": "13854", "lastActivityDate": "2010-11-18T15:09:39.853", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5815", "parentId": "12199", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>i found out it was a misconfiguration with fail to ban, involving both ssh keys and pw checks. for sftp, the key's failed, resulting in a ten minute ban.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5",...
null
null
null
null
null
12204
1
null
2010-11-08T23:17:23.857
3
27201
<p>I have added these lines in my 000-default virtual host file:</p> <pre><code>Alias /antoniocs/project "/home/antoniocs/www/project" &lt;Directory "/home/antoniocs/www/project"&gt; Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all &lt;/Directory&gt; </code></pre> <p>/home/antoniocs/www/project Contains a drupal website</p> <p>If I go to: </p> <p>localhost/antoniocs/project</p> <p>This works out fine. I see everything perfectly. But when I try to click on a link that takes me, for example, to:</p> <p>localhost/antoniocs/project/category</p> <p>I get this error:</p> <blockquote> <p>Not Found</p> <p>The requested URL /home/antoniocs/www/project/index.php was not found on this server.</p> </blockquote> <p>Is this not processing the .htaccess that is in the project folder? What am I doing wrong???</p> <p>NOTE: I also find it strange that it's giving me a file path and not an url path</p> <p>Running on Apache 2.2.16 (with mod rewrite) Ubuntu 10.10 php 5.3.3-1ubuntu9.1</p> <p>EXTRA NOTE: For those that don't know drupals htaccess, it redirects everything to index.php?q=$1</p> <p>RewriteCond %{REQUEST_FILENAME} !-f</p> <p>RewriteCond %{REQUEST_FILENAME} !-d</p> <p>RewriteCond %{REQUEST_URI} !=/favicon.ico</p> <p>RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]</p>
1326
null
null
2014-07-02T16:40:25.793
Apache alias not working correctly
[ "server", "php", "apache2", "alias" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It sounds like a rewrite is taking place in the wrong location. For example, the webserver is trying to find the URL <code>/home/antoniocs/www/project/index.php</code> instead of the local file by the same path. Perhaps check the Drupal installation itself? You can check what...
null
null
null
null
null
12206
1
12207
2010-11-08T23:20:50.963
28
138144
<p>How can start the VNC server to make my desktop accessible?</p>
3999
721
2010-11-10T06:33:49.687
2020-03-25T06:21:45.003
How do I start the VNC server?
[ "vnc" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Install vino:</p>\n\n<pre><code>sudo apt-get install vino\n</code></pre>\n\n<p>Configure vino:</p>\n\n<pre><code>vino-preferences\n</code></pre>\n\n<p>It open this windows :</p>\n\n<p><img src=\"https://i.stack.imgur.com/2JSpB.png\" alt=\"alt text\"></p>\n\n<p>You start the server with :</p>\n\n<pre><code>/usr/lib/vino/vino-server\n</code></pre>\n\n<p>Enter this command in your Autostarted Apps if you wish vino to start automatically.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-11-09T00:54:13.130", "id": "12700", "postId": "12207", "score": "2", "text": "I would advise to use vino over ssh, because it isn't a secure application. https://help.ubuntu.com/community/SSH?action=show&redirect=SSH%2FOpenSSH", "userDisplayName": null, "userId": "2950" }, { "creationDate": "2010-11-09T01:32:52.013", "id": "12704", "postId": "12207", "score": "1", "text": "For that last step, `System > Preferences > Startup Applications` should already have a \"Remote Desktop\" entry that just needs to be ticked. http://imgur.com/s4iTd.png", "userDisplayName": null, "userId": "570" }, { "creationDate": "2010-11-09T03:18:53.917", "id": "12720", "postId": "12207", "score": "0", "text": "@andrewsomething - it was not the case on xunbutu.", "userDisplayName": null, "userId": "3999" }, { "creationDate": "2010-11-09T15:14:18.633", "id": "12804", "postId": "12207", "score": "0", "text": "You should tag your question with xubuntu otherwise people will assume you're using a default ubuntu setup.", "userDisplayName": null, "userId": "235" }, { "creationDate": "2010-11-09T23:34:52.653", "id": "12871", "postId": "12207", "score": "0", "text": "@Jorge, I think vino is a gnome tool ans work the same way in ubuntu. The only difference is the entry in startup application mentionned by andrewsomething.", "userDisplayName": null, "userId": "3999" }, { "creationDate": "2018-12-28T12:55:27.630", "id": "1822559", "postId": "12207", "score": "2", "text": "There is no vino-preferences in Xubuntu 18.10.", "userDisplayName": null, "userId": "905312" }, { "creationDate": "2019-01-03T22:38:08.957", "id": "1825703", "postId": "12207", "score": "0", "text": "Works for me in xenial 16.04", "userDisplayName": null, "userId": "138912" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-08T23:23:23.240", "id": "12207", "lastActivityDate": "2010-11-08T23:23:23.240", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3999", "parentId": "12206", "postTypeId": "2", "score": "25" }
[ { "accepted": true, "body": "<p>Install vino:</p>\n\n<pre><code>sudo apt-get install vino\n</code></pre>\n\n<p>Configure vino:</p>\n\n<pre><code>vino-preferences\n</code></pre>\n\n<p>It open this windows :</p>\n\n<p><img src=\"https://i.stack.imgur.com/2JSpB.png\" alt=\"alt text\"></p>\n\n<p>You start the s...
null
null
null
null
null
12208
1
12210
2010-11-08T23:39:14.317
23
4577
<p>Is there a way for me to take a screenshot in a virtual console?</p>
1859
null
null
2020-10-21T13:39:21.090
Can I take a screenshot of a virtual console?
[ "virtual-console" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There's an application called <code>fbgrab</code> provided by the <code>fbcat</code> package that (as the name might suggest) grabs a shot of the current framebuffer. This <em>might</em> not work on newer KMS setups.</p>\n<pre><code>sudo apt-get install fbcat\nfbgrab screenshot.png\n</code></pre>\n<p>If that fails, you could always use a VM in VirtualBox.</p>\n<hr />\n<p>If you want to take a picture of <em>another</em> TTY, <code>fbgrab</code> takes a <code>-c N</code> argument (where <code>N</code> is replaced with the <code>/dev/ttyN</code> you're using).</p>\n<p>So if you wanted tty1:</p>\n<pre><code>sudo fbgrab -c 1 Desktop/tty-screenshot.png\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2012-11-19T22:24:50.550", "id": "271177", "postId": "12210", "score": "1", "text": "When I try `fbgrab foo.png` it says `Error: Couldn't open /dev/fb0.`. Any idea why?", "userDisplayName": null, "userId": "4377" }, { "creationDate": "2014-01-01T02:42:59.117", "id": "510564", "postId": "12210", "score": "3", "text": "@trusktr I know this is late, but it may be because you aren't in the video group. Try editing the file /etc/group, and adding your username to the end of the line that starts with \"video\". If that doesn't work, try using the app as root", "userDisplayName": null, "userId": "126889" }, { "creationDate": "2014-01-19T05:29:48.353", "id": "524107", "postId": "12210", "score": "0", "text": "@B1KMusic Thanks, I'll have to try it when my new laptop arrives next week. I have Windows in the interim.", "userDisplayName": null, "userId": "4377" }, { "creationDate": "2015-06-10T04:19:49.187", "id": "904969", "postId": "12210", "score": "1", "text": "I had to use `sudo -E fbgrab vt1.png`. But it worked great.", "userDisplayName": null, "userId": "12518" }, { "creationDate": "2022-08-17T15:18:01.903", "id": "2479417", "postId": "12210", "score": "0", "text": "The best answer so far and it worked!", "userDisplayName": null, "userId": "458267" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-08T23:46:44.093", "id": "12210", "lastActivityDate": "2020-10-21T13:39:21.090", "lastEditDate": "2020-10-21T13:39:21.090", "lastEditorDisplayName": "user1083716", "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "12208", "postTypeId": "2", "score": "21" }
[ { "accepted": true, "body": "<p>There's an application called <code>fbgrab</code> provided by the <code>fbcat</code> package that (as the name might suggest) grabs a shot of the current framebuffer. This <em>might</em> not work on newer KMS setups.</p>\n<pre><code>sudo apt-get install fbcat\nfbgrab screensh...
null
null
null
null
null
12209
1
20711
2010-11-08T23:43:04.250
2
463
<p>I am using a Dell Inspiron Mini 10 with GMA500 video drivers. GMA500 fixes resolution issues and enables video acceleration. The only problem with the GMA500 drivers I am having is that I can not find a fix for the webcam program called cheese, and I can't find a way to enable the vaapi (Video Acceleration API) backend. Videos don't work with the GMA500 (without vaapi) and I cannot properly use cheese.</p> <p>If anyone can help me out with this I will be grateful because Google isn't helping me much with this problem.</p>
2935
38763
2012-09-04T10:59:19.267
2012-09-04T10:59:19.267
Cheese with vaapi
[ "10.10", "cheese", "gma500" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-02T22:17:18.240", "id": "26729", "postId": "12209", "score": "0", "text": "it didnt work with cheese after it worked when i tested it\r\nWhat else can i do to make cheese work", "userDisplayName": "user10121", "userId": null } ]
{ "accepted": true, "body": "<p>The GMA 500 'Poulsbo' has had a history of difficulties. However I found a guide on the Ubuntu Forums that describes itself as the <em><a href=\"http://ubuntuforums.org/showthread.php?t=1229345\" rel=\"nofollow\">Guide to Get the Best Performace from the GMA 500</a></em>. The forum thread has over 2.5k posts.</p>\n\n<p>Whilst I'm not sure if this will get Cheese working, this seems to me the best thing to try.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-09T08:58:12.147", "id": "20711", "lastActivityDate": "2011-01-09T08:58:12.147", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "12209", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>I don't have an answer, but maybe testing with <code>gstreamer-properties</code> will lead you somewhere. Cheese just uses gstreamer, so if you can get it working in <code>gstreamer-properties</code> then it will work in cheese.</p>\n", "commentCount": "0", "comments...
null
null
null
null
null
12213
1
null
2010-11-09T00:10:43.850
3
151
<p>I've been running 9.10 on an old Toshiba Satellite laptop for a few months and recently went to upgrade it to 10.04 LTS, using the Update Manager. After the update, the computer will not boot. There is an Ubuntu splash screen and then nothing. Are there any good things to do to troubleshoot? I've reinstalled 9.10 and can make adjustments before upgrading this time if it will help.</p>
5816
5816
2010-11-09T00:50:12.487
2010-11-09T04:30:00.687
Upgraded to 10.04 LTS and cannot startup
[ "10.04", "upgrade", "9.10" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>An excellent troubleshooting guide when you get the blank screen is availabe at <a href=\"https://wiki.ubuntu.com/X/Troubleshooting/BlankScreen\" rel=\"nofollow\">https://wiki.ubuntu.com/X/Troubleshooting/BlankScreen</a>. When you begin to troubleshoot with this guide, if you...
null
null
null
null
null
12215
1
12779
2010-11-09T01:00:48.997
13
4429
<p>I'm looking for a tool that will take diff / debdiff output (<em>and</em> more specifically, the output of <a href="https://askubuntu.com/questions/8363/diffing-different-versions-of-the-same-debian-package/8995#8995">this script</a>) and display the result of the comparison in a highly readable, graphical way. Any pointers would be appreciated. </p> <p>Ideally, it would be the GTK+, FOSS equivalent of <a href="http://readablediff.com/" rel="nofollow noreferrer">MDR</a>.</p> <p>Meld, Diffuse and similar software are not fit for this purpose, since they're intended to work standalone, and don't take input from stdin. </p>
2181
-1
2017-04-13T12:23:07.557
2012-07-31T16:23:01.650
Making diff output more readable
[ "development", "source-code" ]
6
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"http://en.wikipedia.org/wiki/Kompare\">Kompare</a> can do this (and is the best GUI diff-viewer IMO):</p>\n\n<pre><code>./whatchanged package_name | kompare -\n</code></pre>\n\n<p>Note the '-' given as the input file argument. Most *nix programs have this interface to accept piped input, so you can probably use whichever one you like.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-13T01:51:13.393", "id": "13497", "postId": "12779", "score": "0", "text": "Yes, I tried that with Meld, but what happens is that Meld is launched immediately and gets the intermediate output of the script, instead of launching once the script finishes and getting the diff output. I probably need to adjust the script's flow to work properly with Meld and other software it's piped to. And with \"bzr diff\" and regular diff output, Meld is launched in VCS mode, rather than file comparison mode.", "userDisplayName": null, "userId": "2181" }, { "creationDate": "2010-11-17T22:07:58.890", "id": "14262", "postId": "12779", "score": "0", "text": "I solved the VCS mode problem by launching Meld with the -a option. Kompare works as well. All that's left is to make the script pipe-aware.", "userDisplayName": null, "userId": "2181" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-12T02:38:24.400", "id": "12779", "lastActivityDate": "2010-11-12T02:38:24.400", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4303", "parentId": "12215", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<p>I would use this simple script to use meld (or any of the other existing tools), that way you get a little bit of flexibility:</p>\n\n<pre><code>#!/bin/bash\n\nTMPDIR=`mktemp -d`\nDIFF_FILE=`mktemp`\nTARGET='./'\n\ncat /proc/$$/fd/0 &gt; $DIFF_FILE\ncd $TARGET\nrsync -apvz --...
null
null
null
null
null
12217
1
12219
2010-11-09T01:53:14.127
1
212
<p>Mainly it's the menu and monodoc-base triggers that cause the problem. Recently monodoc base has become a major pain. It keeps saying there are a bunch of errors, and uses up 100+ CPU% and makes it impossible to do a thing. I've had to force it to stop so many times now.</p> <p><s>I don't want to lose monodevelop, but will a reinstall work to stop the hell?</s> I got kinda mad and went ahead and did it. Gonna see how it goes, but so far, it's improved.</p>
1992
1992
2010-11-09T02:02:03.850
2010-11-09T02:03:22.367
Debian post installation triggers often make my system unusable! Is there something I can do?
[ "dpkg", "mono" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T01:54:38.430", "id": "12708", "postId": "12217", "score": "0", "text": "Could you give an example of the errors from monodoc-base?", "userDisplayName": null, "userId": "129" }, { "creationDate": "2010-11-09T02:01:05.973", "id": "12710", "post...
{ "accepted": true, "body": "<p>I fixed it O.o.\nRemoving monodoc-everything, and reinstalling that + monodevelop worked. Even the post-install trigger menu is behaving. Looks like I'm going to start hating on mono.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T02:03:22.367", "id": "12219", "lastActivityDate": "2010-11-09T02:03:22.367", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "12217", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I fixed it O.o.\nRemoving monodoc-everything, and reinstalling that + monodevelop worked. Even the post-install trigger menu is behaving. Looks like I'm going to start hating on mono.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "co...
null
null
null
null
null
12218
1
12221
2010-11-09T02:00:30.683
12
2894
<p>I am completely new to Ubuntu and I must say AskUbuntu and you folks are of great help. So now when I have started installing and playing with apps, my question is what is the best place to install/download apps? Like in Windows it usually goes under your <code>C:</code> drive and then you manage it under <code>Program Files</code>. Linux structure is quite different with a different folder hierarchy. I have attached the directory structure of my machine as well. I thought this question would help lot of beginners. </p> <p><img src="https://i.stack.imgur.com/QGWiE.png" alt="alt text"></p>
4627
1992
2011-10-10T23:43:51.950
2012-12-11T06:16:34.553
Best place to install apps
[ "application-development", "directory" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2010-11-09T02:18:55.093", "id": "12711", "postId": "12218", "score": "0", "text": "this should be a community wiki (admins~)", "userDisplayName": null, "userId": "1992" } ]
{ "accepted": true, "body": "<p>Welcome to the Ubuntu community =)!. Your question gives an interesting perspective on how a windows user views the new world of linux/unix.</p>\n\n<p>When you install (most) applications, they tend to be installed into /usr/bin (on ubuntu), but that is only the binaries. The data files are installed to various other locations, such as /usr/share/applicationnamehere. Libraries generally go into /usr/lib.</p>\n\n<p>Of course all of this information while useful, will probably still not make it seem any more simple to you. The surprising thing you will soon come to notice, is that Ubuntu automatically places your applications in the appropriate folders for you! If you install a \".deb\" (installer package) it puts everything where it has to go. You don't get the option to choose where it goes, because the system already has you covered, unlike windows.</p>\n\n<p>The most simple way for you to get applications to the right places, is simply to use the software center, which from your question I'm guessing you have already started to do. You won't have to worry about a \"Program Files or no Program Files\" issue, Ubuntu's got you covered :)!</p>\n\n<p>Another thing to note, all you need to do to run an application is to type its command. For example, to run the standard text editor, press alt+f2, and type gedit, then press enter. Voila!</p>\n\n<p>You will find Ubuntu, and desktop linux in general, to be a rather intriguing world to work in. </p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-11-09T02:20:34.513", "id": "12712", "postId": "12221", "score": "0", "text": "Hi Roland, thanks for the descriptive reply. So I have a doubt regarding temp files. As you know whenever we install something in Windows, much of the stuff goes under C:/windows/temp folder, which you can say in nothing but garbage and we often delete it to recover more harddisk space. How do you clear these sort of temp files in Linux?", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-09T02:25:13.697", "id": "12714", "postId": "12221", "score": "1", "text": "Linux doesn't keep those kinds of temp files, except for the actually installers (downloaded by software center on installation), but the good news is, these are removed automatically, unless you change the settings.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-11-09T02:27:24.693", "id": "12715", "postId": "12221", "score": "0", "text": "wow cool :) ......", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-09T02:45:31.603", "id": "12716", "postId": "12221", "score": "4", "text": "One small thing to add... architecture-independent applications (like Python scripts) are supposed to go to their own folder in `/usr/share/`. (See [here](http://www.pathname.com/fhs/pub/fhs-2.3.html#USRSHAREARCHITECTUREINDEPENDENTDATA).)", "userDisplayName": null, "userId": "5" }, { "creationDate": "2010-11-09T03:33:23.440", "id": "12721", "postId": "12221", "score": "2", "text": "Also if you want to install programs manually (without using package manager), you usually install it inside /opt directory (for global install) and in case you just want to app restricted to your user only, you can install them in $HOME/bin", "userDisplayName": null, "userId": "3602" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T02:16:02.193", "id": "12221", "lastActivityDate": "2010-11-09T02:16:02.193", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "12218", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p>Welcome to the Ubuntu community =)!. Your question gives an interesting perspective on how a windows user views the new world of linux/unix.</p>\n\n<p>When you install (most) applications, they tend to be installed into /usr/bin (on ubuntu), but that is only the binaries. The...
null
null
2015-08-23T14:02:21.120
null
null
12220
1
null
2010-11-09T02:10:41.077
3
1786
<p>I have upgraded my Ubuntu to 10.04 and I am facing this problem of COMP_WORDS bad array subscript when I press TAB for certain completion. I thought, it is a bug with bash-completion package and I purged it. But even after that, I still face this. If it is a bug with bash package, how I can resolve it?</p> <p><a href="https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/366446" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/366446</a></p> <p>It is difficult for a developer to live with this bug in the system.</p>
5819
235
2010-12-09T13:58:47.510
2011-02-07T14:52:40.653
Tab completion COMP_WORDS bad array subscript
[ "10.04", "bash" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2022-02-03T11:50:07.930", "id": "2403965", "postId": "12220", "score": "0", "text": "I'm getting this and doing `bash` fixes it for me. But still annoying.", "userDisplayName": null, "userId": "745801" } ]
null
[ { "accepted": null, "body": "<p>A quick workaround could be using another shell like <a href=\"http://fishshell.org/index.php\" rel=\"nofollow\">fish</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-0...
null
null
2017-07-31T16:42:19.603
null
null
12222
1
12361
2010-11-09T02:28:52.523
0
128
<p>I've got an odd situation happening with a "cream" dialog...</p> <p>Can anyone else duplicate this behaviour, or is it just my system?<br> ... or is it a bug? </p> <p><strong>My settings</strong><br> <code>Lucid 10.04</code><br> <code>Compiz</code> filter: "Scale" -- "Initiate Window Picker" . Binding: <strong>initiate_edge</strong> = <strong>Top Left</strong></p> <p><code>cream</code>: Run it <strong>maximized</strong>, or at least with its top edge touching the lower edge of the panel..<br> ... In a scrap file, type "yyuryyubicuryy4me."<br> ... Exit <code>cream</code> (Alt+F4, mouse, menu, it doesn't matter which)<br> ... In the Yes/No/Cancel dialog, click "No" (or <strong>any</strong> button) </p> <p><strong>The problem:</strong><br> Any <strong>action</strong> on the dialog causes Compiz to display its <strong>"Initiate Window Picker"</strong> window! </p> <p><strong>The problem setting(?)</strong><br> When I change the <strong>initiate_edge</strong> setting to <strong>None</strong>, the behaviour is normal. </p> <p>I don't use <strong>cream</strong> much, but I don't remember it doing this when I first tried it a few weeks ago (but maybe it did, and I didn't pay attention to it). </p> <p>Is this a cream bug? </p>
2670
6005
2012-06-12T15:32:36.243
2017-06-08T04:52:31.330
Is this type of clash common? cream / compiz, or is it a bug?
[ "compiz", "cream" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I've just tried <strong>gvim</strong> under the same conditions. It behaved properly. </p>\n\n<p>Even if <strong>cream</strong> was behaving normally a month ago, it isn't now. \n... because they both use the same version of <strong>gvim</strong>, the issue is unique to <strong>cream</strong>. </p>\n\n<p>Well, whatever is causing this, be it <strong>cream</strong> or something else, the net result is a \"bug\". </p>\n\n<p>I'll uninstall <strong>cream</strong> and use <strong>gvim</strong>... Problem solved! </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T21:02:55.983", "id": "12361", "lastActivityDate": "2010-11-09T21:02:55.983", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2670", "parentId": "12222", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>I've just tried <strong>gvim</strong> under the same conditions. It behaved properly. </p>\n\n<p>Even if <strong>cream</strong> was behaving normally a month ago, it isn't now. \n... because they both use the same version of <strong>gvim</strong>, the issue is unique to <s...
null
null
null
null
null
12223
1
null
2010-11-09T02:39:37.687
4
1553
<p>I am a gamer running on Ubuntu 10.10 with a G92 [GeForce 9800 GTX+] graphics card using the binary drivers. It runs alright, but even on simple games like teeworlds and minecraft I find they can max out one of my 3 Ghz cores, making the game occasionally choppy.</p> <p>Is an ATI card likely to be better? Is there anything else people can recommended to improve performance?</p>
5821
114
2011-02-28T17:21:19.687
2011-02-28T17:21:19.687
Best graphics card to use with 10.10
[ "10.10", "graphics", "games" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T11:16:43.203", "id": "12762", "postId": "12223", "score": "2", "text": "I don't think your graphics card has *anything* to do with that. It may be that some process is hogging the CPU in in the background. Try monitoring what processes use the CPU a lot (go to Syste...
null
[ { "accepted": null, "body": "<p>I'm using a 9600 GT, and I can play games like Team Fortress 2 (sometimes choppy), but not much newer. A newer card will help, I've had good experiences with nVidia and Linux in the past, the GTS240 and GTX460 are good ones to look at, depending on your price range. </p>\n\n<...
null
null
2013-01-01T00:16:17.077
null
null
12227
1
12236
2010-11-09T03:11:14.623
2
156
<p>The wallpapers managing tool,Drapes, crashed after I add too many wallpapers.Drapes can't be started. I want to modify or clean the file recording the path of added wallpapers,but I can't find the configure file of drapes using <code>locate drapes</code>.</p> <ol> <li>How to repair this problem.</li> <li>How to uninstall it with deleting the configure file or environment of drapes.</li> </ol> <p>Be thankful for any advice.</p>
687
5768
2012-07-09T13:58:34.990
2012-07-09T13:58:34.990
Drapes crashed after adding too many wallpapers
[ "10.04", "gnome", "desktop-background" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T10:08:14.453", "id": "12759", "postId": "12227", "score": "0", "text": "You should also file a bug report for this problem.", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-11-10T07:56:07.430", "id": "12956", "postId": "1...
{ "accepted": true, "body": "<p>The configuration file you are looking for is <code>~/.gnome2/drapes.xml</code>.<br>\nIf you remove it and then start up Drapes again, Drapes will use the default configuration.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-10T08:01:43.250", "id": "12957", "postId": "12236", "score": "0", "text": "I delete many elements of **wallpapaer**.Drapes still cant't be started with an interface.Using `ps` command,a process \"drapes --tray\" is running.", "userDisplayName": null, "userId": "687" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T04:54:17.550", "id": "12236", "lastActivityDate": "2010-11-09T04:54:17.550", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "12227", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>The configuration file you are looking for is <code>~/.gnome2/drapes.xml</code>.<br>\nIf you remove it and then start up Drapes again, Drapes will use the default configuration.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-10T08:...
null
null
null
null
null
12228
1
12235
2010-11-09T03:28:58.650
5
565
<p>I have recently installed octave from Synaptic on my Ubuntu box.</p> <p>To my surprise, the multiplot methods (multiplot, mplot, etc.) are not present (in either octave-3.0 nor octave-3.2 packages).</p> <p>Which package should I install to have these?</p> <p>I've found packages such as octave-plplot have these functions, but for plplot or other libraries... I just want the gnuplot vanilla version...</p> <p>Thanks in advance!</p>
5822
104253
2014-07-09T12:28:39.610
2014-07-09T12:28:39.610
Multiplot on Octave
[ "package-management", "octave" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I am not quite sure about this but you can check to see if the mplot function has been replaced with the subplot function.</p>\n\n<p><a href=\"http://www.gnu.org/software/octave/doc/interpreter/Multiple-Plots-on-One-Page.html#Multiple-Plots-on-One-Page\" rel=\"nofollow\">http://www.gnu.org/software/octave/doc/interpreter/Multiple-Plots-on-One-Page.html#Multiple-Plots-on-One-Page</a></p>\n\n<p><a href=\"http://www.gnu.org/software/octave/doc/interpreter/Multiple-Plot-Windows.html#Multiple-Plot-Windows\" rel=\"nofollow\">http://www.gnu.org/software/octave/doc/interpreter/Multiple-Plot-Windows.html#Multiple-Plot-Windows</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-09T16:06:30.427", "id": "12813", "postId": "12235", "score": "0", "text": "It work, dunno on which release this changed I missed it on my previous Slackware install, but thanks!", "userDisplayName": null, "userId": "5822" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T04:46:28.113", "id": "12235", "lastActivityDate": "2010-11-09T04:46:28.113", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4923", "parentId": "12228", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I am not quite sure about this but you can check to see if the mplot function has been replaced with the subplot function.</p>\n\n<p><a href=\"http://www.gnu.org/software/octave/doc/interpreter/Multiple-Plots-on-One-Page.html#Multiple-Plots-on-One-Page\" rel=\"nofollow\">http...
null
null
null
null
null
12237
1
null
2010-11-09T05:08:10.970
4
1451
<p>I m a newbie to Linux and have installed Kubuntu 10.04 LTS. There are problems regarding the web browsers (google-chrome and mozilla) and also in vlc player...no sound could be heard. But the dragon player works well.</p> <p>What could be the problem and possible solutions for it?</p>
5796
721
2010-11-10T06:33:07.503
2010-11-11T13:57:32.387
Sound problems with non-KDE applications on Kubuntu
[ "10.04", "sound", "kubuntu", "kde" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Possibly one of the non-KDE things you're using pulled in Pulseaudio. If that's the case, Pulse needs to be at the <em>top</em> of the list in the multimedia settings in System Settings in order for things to work correctly.</p>\n", "commentCount": "2", "comments": [...
null
null
null
null
null
12238
1
null
2010-11-09T05:10:31.267
4
660
<p>I check my start up applications, disable them, but login take a long time and <strong>System Load</strong> is very high <em>(about 9)</em>. <br>this only happens on default user account, and I have this problem since <strong>10.10 upgrading</strong>.<br> what should be wrong? :-/</p> <hr /> <h3>edit:</h3> <p>I made an sh file and set it to run at startup.<br> I pasted them in pastebin.com, <a href="http://pastebin.com/aE5Z5Sju" rel="nofollow noreferrer">dmesg output</a>, <a href="http://pastebin.com/Zsy3XC72" rel="nofollow noreferrer">top output</a></p>
5034
-1
2020-06-12T14:37:07.210
2012-07-24T05:21:44.477
Why is system load average around 9 on login?
[ "login", "cpu-load" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T06:03:45.803", "id": "12732", "postId": "12238", "score": "0", "text": "What does `top` show for output? What things are still running when you check?", "userDisplayName": null, "userId": "721" }, { "creationDate": "2010-11-09T07:17:20.073", "id"...
null
[ { "accepted": null, "body": "<p>Have you checked <code>dmesg</code> output too? When system load average does not match the number of running processes (7 vs 2 in your example), that would indicate that something is waiting on disk I/O. Usually this is network related for network filesystems.</p>\n", "c...
null
0
null
null
null
12241
1
12292
2010-11-09T05:19:11.800
7
279
<p>According to the Ubuntu One Music Store help page, the following stores are currently available:</p> <ul> <li>UK - Purchase songs in EUR.</li> <li>US - Purchase songs in USD.</li> <li>Germany - Purchase songs in EUR.</li> <li>EU - Purchase songs in EUR. The countries in this region do not match the actual definition of the European Union. Customers in Austria, Belgium, Czech Republic, Denmark, Finland, Estonia, France, Greece, Hungary, Iceland, Ireland, Italy, Latvia, Liechtenstein, Lithuania, Luxembourg, Malta, Netherlands, Norway, Poland, Portugal, Slovakia, Slovenia, Spain, Sweden, and Switzerland will use this store.</li> <li>World - Purchase songs in EUR. Customers in countries not covered by the rest of the regional stores will use this store.</li> </ul> <p>However, that doesn't include my country... and there's a note further down:</p> <blockquote> <p>More country-specific regional stores will be added after the launch of Ubuntu 10.04 LTS.</p> </blockquote> <p>Is there any information on what those are and when they're getting added?</p>
5
114
2010-11-09T05:50:25.437
2010-11-09T12:56:59.797
Is there any information on when the Ubuntu One Music Store will add more countries?
[ "rhythmbox", "ubuntu-one" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T07:21:17.000", "id": "12738", "postId": "12241", "score": "0", "text": "My guess would be countries that already have a local 7digital store (listed at the [bottom of the 7digital site](http://7digital.com/)) are likely to be first, but that's just a guess...", ...
{ "accepted": true, "body": "<p>Sorry. Still no news. Since launching the initial set of regions, we've learned that the main challenge with managing more stores is the time it takes to keep the merchandising pages somewhat fresh with music that customers care about.</p>\n\n<p>We have made some progress on this front recently, though, and hope to devote some time soon to overcome this obstacle so we can move forward with more stores. I know many people are interested in this so I'll post something on the Ubuntu One blog as soon as I have more specific information.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-11T03:38:48.937", "id": "13143", "postId": "12292", "score": "0", "text": "You can ask users to submit the songs they listen to (à la last.fm) to find out what's popular, you could even have an algorithm that suggest songs based on the listening habits of the user combined with that of other users with similar listening habits, etc. (Something like that should be opt-in of course.)", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-12-19T09:09:18.527", "id": "19355", "postId": "12292", "score": "0", "text": "Does every country/region really need there own store front. I'm sure Australia/New Zealand can happily sit in the same store as the US or UK. Really all we want to have the licensing extended to our countries. A special New Zealand store would be great, but I don't expect, nor need it. I just want to be able to buy music. I'm not even fussy on the currency.", "userDisplayName": null, "userId": "7528" }, { "creationDate": "2011-02-07T23:57:29.720", "id": "27578", "postId": "12292", "score": "0", "text": "@Kyle - The different storefronts is because of how artists license their music. If their terms are the same for all countries, then they could be part of the world store. Perhaps there might be a sizable number of artists that license their music the same for Australia and New Zealand. Then a combined store would make sense. When we're at the point of expanding the store, I'll look into it. Thanks for your question and comments.", "userDisplayName": null, "userId": "2033" }, { "creationDate": "2013-07-31T02:43:21.223", "id": "415793", "postId": "12292", "score": "2", "text": "This answer is nearly three years old. Any updates?", "userDisplayName": null, "userId": "5" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T12:56:59.797", "id": "12292", "lastActivityDate": "2010-11-09T12:56:59.797", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2033", "parentId": "12241", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Sorry. Still no news. Since launching the initial set of regions, we've learned that the main challenge with managing more stores is the time it takes to keep the merchandising pages somewhat fresh with music that customers care about.</p>\n\n<p>We have made some progress on ...
null
null
null
null
null
12249
1
null
2010-11-09T06:14:34.957
2
9273
<p>I'm running an internal network LAMP server on ubuntu 10.10. I have another ubuntu running on an older ppc g5 with a 640gb drive in it. I'd like to run some software on that G5 that does some snapshot and archiving over the network of the data running on my lamp server.</p> <p>Ideally i'd like something that has a simple admin gui that allows me to browse and restore files.</p> <p>What would be a good piece of software?</p> <p>Something like the MAC OS X Time one</p> <p>Thanks</p> <p>Jason</p>
5827
null
null
2018-01-16T16:04:27.740
Ubuntu Backup Solution to backup a networked mounted drive to the local disk, and with a gui
[ "backup" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T09:43:24.610", "id": "12756", "postId": "12249", "score": "4", "text": "Look here: http://askubuntu.com/questions/2596/comparison-of-backup-tools There is a great comparison of backup tool, many of them with a Gui.", "userDisplayName": null, "userId": "1076"...
null
[ { "accepted": null, "body": "<p>Just installed <a href=\"http://backintime.le-web.org/\" rel=\"nofollow\">http://backintime.le-web.org/</a></p>\n\n<p>It's awesome. works what how I wanted it to work, however</p>\n\n<p>I haven't been able to browse a network drive yet. Gotta work out how to mount the network...
null
null
null
null
null
12250
1
null
2010-11-09T06:19:28.387
1
2171
<p>hey everyone for some reason my gnome-panel keeps crashing and restarting and keeps shifting windows that I have open up and down as they reaccomodate for the crashing/respwaning gnome-panel. Prior to this I had the indicator global menu applet enabled and I opened a java program(freemind) and then this problem started happening. If I go into the terminal and type sudo gnome-panel --replace a new top and bottom panel gets created but in the window list I can still see a "starting panel" program opening and closing constantly. Does anyone know how I cold fix this?</p>
null
null
null
2010-11-09T10:52:12.933
What is causing gnome-panel to crash and respawn constantly?
[ "gnome-panel" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T08:26:59.673", "id": "12745", "postId": "12250", "score": "1", "text": "You should file a bug report.", "userDisplayName": null, "userId": "742" } ]
null
[ { "accepted": null, "body": "<p>You could try this, which will delete your panel settings and give you the defaults.</p>\n\n<pre><code>gconftool-2 --shutdown\nrm -rf ~/.gconf/apps/panel\npkill gnome-panel\n</code></pre>\n\n<p>You don't want to run <code>sudo gnome-panel --replace</code>. That creates a pane...
null
null
2012-02-03T00:52:26.870
null
Yargy
12254
1
13857
2010-11-09T06:34:09.783
9
39423
<p>I have three shared folders in my local home directory- that is to say, on my Ubuntu desktop's /home/me/. All were set up using "Sharing Options" in Nautilus' right-click menu. The standard "Music" and "Videos" folders are configured identically: the "Guest Access" box is checked, but the "Allow others to create and delete" is not. The third folder, called "shared", is configured to not allow Guest access but to allow others to modify files. I have not altered <code>/etc/samba/smb.conf</code> by hand, I have only used Sharing Options to create and modify these so-called "shares".</p> <p>My roommates have two Windows 7 computers and one Ubuntu Netbook Remix netbook. I have the aforementioned desktop machine and laptop running 10.04. None of these machines can access any of the shares. Attempts to access the Guest shares result in the message</p> <p><code>\\machine\directory is not accessible. The network name could not be found.</code></p> <p>This is the error message generated by a VM running Windows 2000. The other Windows machines generate a similar error. The Ubuntu laptop gives the error <code>Unable to mount location: Failed to mount Windows share</code>. Hurrah, once again, for informative error messages. That really helps a lot.</p> <p>When attempting to browse the folder called "shared" from the laptop, I'm confronted with a password dialog. This behavior is the same will all machines I've tried in the situation. On entering my username and password for the account to which the shares belong, the password dialog briefly disappears and is replaced with an identical dialog. No error message, useful or not, appears.</p> <p>When attempting to browse this folder with the VM, the outcome is the same except that the password dialog helpfully states "incorrect username or password". My assumption is that the username and password in question is that of the user which owns the shares. I have tried all other username and password combinations available in this context and the outcome is the same.</p> <p>I would like to be able to share files. Sharing them with Windows machines is a nice feature, or would be if it was available. Really I consider sharing files between two machines with the same version of the same operating system kind of a minimum condition for network usability.</p> <p>Samba last functioned reliably for me more than ten years ago. I have attempted to use it on and off since then with only intermittent success. </p> <p>Oh, and "Personal File Sharing" from the Preferences menu does not result in an entry in Places &rarr; Network &rarr; my-server. In fact, the old entry "MY-SERVER" goes away and is replaced by "koanhead's public files on my-server", which when I attempt to open it from the laptop gives a "DBus.Error.NoReply: Message did not receive a reply."</p> <p>I know I come here and gripe about Ubuntu a lot, but on the other hand I spend literally hours <em>every day</em> trying to fix things in Ubuntu. It's a good system which aspires to greatness, which is why things like this either</p> <ol> <li><p>Need to work; or</p></li> <li><p>Be adequately documented.</p></li> </ol> <p>Ideally both would be the case. Anyway, rant over. Hopefully someone will have some insight on this issue. Thanks all who bother to read this wall o'text for your time.</p>
2315
1067
2010-12-30T04:39:49.540
2014-06-04T22:23:48.213
No access to Samba shares
[ "samba", "file-sharing" ]
9
6
CC BY-SA 2.5
[ { "creationDate": "2010-11-17T03:35:17.500", "id": "14098", "postId": "12254", "score": "1", "text": "This really isn't a good way to fix the problem, but it's a workaround. As long as **/etc/samba/smb.conf** has `map to guest = bad user` in the **global** section and the share has `guest ok = y...
{ "accepted": true, "body": "<p>I'm thinking he doesn't have any samba users.</p>\n\n<pre><code>sudo smbpasswd -a &lt;username&gt; \ngksu gedit /etc/samba/smbusers \n</code></pre>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-11-18T15:23:37.423", "id": "14435", "postId": "13857", "score": "1", "text": "this is something that used to throw me...not integrating samba users and system users, but there is a reason.", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2010-11-21T21:33:33.370", "id": "14995", "postId": "13857", "score": "0", "text": "From the smbpasswd man page: \"In addition, the smbpasswd command is only useful if Samba has been set up to use encrypted passwords.\" I have not set up samba to do so manually and I don't know whether Ubuntu sets it up that way by default. Also, the smbpasswd man page makes no reference to smbusers. It intimates that the 'smbpasswd -a' command is sufficient to add a user, but then why does the smbusers file exist? Why would this even be relevant for share-level authentication? The shares are *supposed* to be globally readable without a password. Why is Samba usable only for Samba experts?", "userDisplayName": null, "userId": "2315" }, { "creationDate": "2010-11-21T21:53:15.857", "id": "14998", "postId": "13857", "score": "0", "text": "I added a user via 'smbpasswd -a' and restarted smbd with no discernible immediate effect. After making and rolling back some of the changes to smb.conf noted above, with associated smbd restarts, now the one folder named 'shared' is accessible from the laptop via the password I set up. So user-level access is now working, but not share-level access, which is what I actually wanted. User-level access is not very useful to me, since I use sshfs for that, but your answer is the most nearly correct one (the only one that effected any positive change) so I will award the bounty to you.", "userDisplayName": null, "userId": "2315" }, { "creationDate": "2010-11-22T02:58:24.440", "id": "15025", "postId": "13857", "score": "0", "text": "I appreciate the check...and understand the frustration. The use of users to provide share level permissions was something I stumbled upon a LONG time ago(I even forget the circumstances, but I felt a lot like you do now). As a workaround, used users and mapped a drive with some sort of \"authenticate as\" option in the drive mounting. It isn't true share level permissions, but it got me a free implementation that sort of worked as desired.", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2013-01-13T04:49:53.997", "id": "300160", "postId": "13857", "score": "0", "text": "I did that. Didnt help. BTW theres no such file gksu gedit /etc/samba/smbusers so i saved it so its new empty. Whats use of that? How this answer is accepted? It isnt working.", "userDisplayName": null, "userId": "9550" }, { "creationDate": "2013-06-19T00:02:03.017", "id": "390785", "postId": "13857", "score": "0", "text": "@Kangarooo - As mentioned in the comment *two paragraphs* above this one, I accepted the answer because it was the most nearly correct one. None of the answers work. None of the answers is likely to work. Anonymous open read-only shares *still* don't work in Ubuntu, 2 years and *many* tries later. They don't work in Debian either. I have given up. Samba is broken. WebDAV is slightly better, but still broken in Ubuntu. I've given up on Ubuntu and trying to support Ubuntu users in a context that doesn't care for them. I've gone back to Debian to work on upstream issues.", "userDisplayName": null, "userId": "2315" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-18T15:22:30.827", "id": "13857", "lastActivityDate": "2011-03-09T12:10:48.860", "lastEditDate": "2011-03-09T12:10:48.860", "lastEditorDisplayName": null, "lastEditorUserId": "5149", "ownerDisplayName": null, "ownerUserId": "5768", "parentId": "12254", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<p>This is not an answer, but more like a comment, since I don't seem to have the privilege to comment yet. I'm not surprised that your roommate uses Windows 7. I sometimes have trouble sharing files between Windows XP and Windows 7. </p>\n\n<p>I used to work on an Windows XP...
null
null
null
null
null
12257
1
null
2010-11-09T07:19:53.270
4
282
<p>Since I have upgraded my working Lucid PC to Maverick I am unable to log in as a normal user. I can only login as root. If I log in as a normal user the log in screen disappears and reappears with the sound effects. If I type the wrong password then I get authorization failure and back to the log in screen as normal. Even then as root if I try to run some programs it will return to the login screen. The display seems to be fine - it is the onboard S3 - no special drivers.</p> <p>Please help - I am scared to upgrade my other machines!!</p>
5829
721
2010-11-10T06:31:11.033
2010-11-10T06:39:36.133
What went wrong with my upgrade to Maverick 10.10?
[ "10.10", "upgrade" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T08:26:47.100", "id": "12744", "postId": "12257", "score": "0", "text": "This looks as if some incompatible program from your Lucid installation crashed the X-Server.", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2010-11-09T14:40:4...
null
[ { "accepted": null, "body": "<p>This could be related to an application or Driver. I have seen Compiz and other programs crash X in the past, so to start with I would start to disable auto run applications. </p>\n\n<p>As you can't get a desktop, start a new session in Failsafe GNOME mode, using the dropdo...
null
null
null
null
null
12265
1
null
2010-11-09T09:18:27.137
3
2309
<p>With any version of Ubuntu I try it seems that I have an issue with wifi.</p> <p>Try as I might, I cannot make the wifi stay connected. I have since installed iwScanner and I can see that my wifi network is on a different channel to the others in range. I can also see a signal strength of about -60 consistently except every minute or so (sometimes as often as 10seconds apart) it drops to -100 or essentially nothing.</p> <p>If I boot the same machine into Windows 7 it seems to work okay, other laptops seem to work okay.</p> <p>It is a Linksys WUSB54GC v.3 which seems according to the community docs to be supported. I am not really that far away from the router and besides my mobile phone connects to the wifi network fine from the same distance.</p> <p>The router is getting old so I had considered maybe it was a problem with the router (Draytek) but then I should have issues with the other machines.</p> <p>Network is not broadcasting its SSID and is using WPA2</p> <p><em>Edit</em></p> <p>Also the dropouts to -100 signal are much more frequent when I try to connect to the network using network manager. Every ~2 seconds consistently.</p>
1425
1067
2010-12-27T13:11:35.650
2017-11-18T18:29:52.133
Why does wifi drop out constantly?
[ "networking", "wireless", "usb", "network-manager" ]
4
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T09:34:03.480", "id": "12753", "postId": "12265", "score": "1", "text": "At my university I've got the same problem with the encrypted network, even though it uses the same routers as the public WiFi. About every 10 minutes my connection gets dropped. The public WiFi...
null
[ { "accepted": null, "body": "<p>I have seen a similar problem that was caused by the fact that my laptop scanned for N networks about every minute or so. That dropped the link to my router that did not support N network. I switched to another routher with N support and did not see the problem anymore. Could...
null
null
null
null
null
12269
1
null
2010-11-09T09:45:22.180
2
2959
<p>I just did fresh install from Ubuntu 10.10 Desktop CD and I can't use my wiresless card. </p> <pre><code> sylwia@mutalisk:~$ lspci (...) 00:0b.0 Network controller: Texas Instruments ACX 100 22Mbps Wireless Interface (...) </code></pre> <p>When I try modprobe acx I get <code>FATAL: Module acx not found</code>.</p> <p>Output of: <code>lspci -nnvv | grep Network\ controller</code>:</p> <pre><code> 00:0b.0 Network controller [0280]: Texas Instruments ACX 100 22Mbps Wireless Interface [104c:8400] </code></pre>
3806
235
2010-12-08T15:47:34.867
2010-12-08T15:47:34.867
Problem with "Texas Instruments ACX 100 22Mbps Wireless Interface"
[ "10.10", "kernel", "wireless", "drivers" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-17T20:36:37.273", "id": "14243", "postId": "12269", "score": "0", "text": "Could you update the question with your PCI IDs for this device. Please include the output of this command: lspci -nnvv | grep Network\\ controller", "userDisplayName": null, "userId": ...
null
[ { "accepted": null, "body": "<p>Ubuntu doesn't ship a driver for that hardware because it <a href=\"http://wireless.kernel.org/en/users/Drivers/acx1xx\" rel=\"nofollow\">isn't supported in the upstream wireless tree</a> (not to mention its questionable legal status). On the other hand, Debian ships a compi...
null
null
2011-12-05T17:25:06.427
null
null
12271
1
null
2010-11-09T10:00:38.650
1
1296
<p>Almost every time I try to add a new software source, I get an error:</p> <pre><code>james@james-GA-890GPA-UD3H:~$ sudo add-apt-repository ppa:flozz/flozz Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 879E176037576C38DA61862BD2BF771175034BEC gpg: requesting key 75034BEC from hkp server keyserver.ubuntu.com ?: keyserver.ubuntu.com: Connection timed out gpgkeys: HTTP fetch error 7: couldn't connect: Connection timed out gpg: no valid OpenPGP data found. gpg: Total number processed: 0 james@james-GA-890GPA-UD3H:~$ </code></pre> <p>Am I doing something wrong? I'm using cut &amp; paste to avoid typos.</p>
5830
6969
2011-05-27T17:32:43.550
2011-05-27T17:32:43.550
time-out while trying to download public keys
[ "package-management" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2010-11-09T10:05:24.703", "id": "12758", "postId": "12271", "score": "0", "text": "Do you still have an active internet connection when you are trying? Is this for all repositorys or just a few?", "userDisplayName": null, "userId": "5503" }, { "creationDate": ...
null
[ { "accepted": null, "body": "<p>Most probably the port (11371) used for downloading the GPG key from the Ubuntu keyserver is blocked by your ISP/firewall. Unfortunately all the alternate keyservers use the same port.</p>\n\n<p>Hopefully keyserver.ubuntu.com will start using a standard port for this in the f...
null
null
2012-03-01T17:44:17.977
null
null
12279
1
12280
2010-11-09T11:37:42.113
12
903
<p>I just installed Maverick and was surprised that almost all packages are marked as manually installed (linux-headers and wireless-crda aren't). Doesn't that defeat the purpose of the differentiation between automatically and manually installed packages?</p>
3037
3037
2010-11-09T11:51:21.860
2016-04-15T09:14:52.473
Why are almost all packages marked as manually installed?
[ "package-management" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Seems my Google powers were weakened: this is <a href=\"https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/424643\">a known bug</a> (concentrate on comments from Colin Watson) and it's hanging around for some time with no fix in sight:</p>\n\n<blockquote>Quoting <b>Colin Watson</b>:<br>[...] Leaving all packages as manually installed is unsightly but the consequences of this bug are generally limited to not managing to be clever enough to remove packages that aren't needed any more. A flaw in the reverse direction would be much worse, because it could cause packages to be removed when they are still needed. Given that there does not seem to be a clearly correct fix available, it's better to air [sic] on the side of caution. [...]</blockquote>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-11-09T12:57:09.527", "id": "12785", "postId": "12280", "score": "0", "text": "air? err, surely.", "userDisplayName": null, "userId": "652" }, { "creationDate": "2010-11-09T13:08:01.920", "id": "12788", "postId": "12280", "score": "1", "text": "Yes, but if I'd correct it, it wouldn't be a quote anymore. :P", "userDisplayName": null, "userId": "3037" }, { "creationDate": "2010-11-10T07:17:48.877", "id": "12950", "postId": "12280", "score": "0", "text": "What I wonder is : since this \"manually installed\" section is obviously irrelevant (unusable), why don't they just hide it ? No need to display it if you can do nothing with it... which seems to be the case in my point of view. Then if they get a fix someday, they can show it again. This has been in Ubuntu since Jaunty or Karmic if I remember well...", "userDisplayName": null, "userId": "23" }, { "creationDate": "2010-11-11T17:59:35.023", "id": "13254", "postId": "12280", "score": "1", "text": "Though when he fixes it in the next comment, I think you can adjust the quote. :)", "userDisplayName": "Roger Pate", "userId": null }, { "creationDate": "2010-11-11T18:02:24.680", "id": "13257", "postId": "12280", "score": "0", "text": "@Little: It can be useful for packages you install later, just not anything included when initially installing.", "userDisplayName": "Roger Pate", "userId": null }, { "creationDate": "2021-12-30T13:26:48.833", "id": "2388161", "postId": "12280", "score": "1", "text": "This is an old bug report from 2009 with the latest comment from 2014. I asked a related question recently, and there is [one answer](https://askubuntu.com/a/1384000/6878) which has some statistics which indicate this problem is fixed in Ubuntu 20.04?", "userDisplayName": null, "userId": "6878" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T11:45:09.683", "id": "12280", "lastActivityDate": "2010-11-09T13:08:13.123", "lastEditDate": "2010-11-09T13:08:13.123", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "12279", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>Seems my Google powers were weakened: this is <a href=\"https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/424643\">a known bug</a> (concentrate on comments from Colin Watson) and it's hanging around for some time with no fix in sight:</p>\n\n<blockquote>Quoting <b>...
null
null
null
null
null
12281
1
null
2010-11-09T12:13:39.330
1
216
<p>Rage will come in 2011 and it would be nice to have it in the Ubuntu Software Centre Shop! It is based on idTech 5 and uses OpenGL. There is just a need of coorparating with id Software.</p>
null
2937
2010-11-09T12:19:35.477
2010-11-09T12:38:37.797
Will the id Software game RAGE be placed in the Software Centre Shop?
[ "software-center", "games" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T12:43:05.123", "id": "12782", "postId": "12281", "score": "0", "text": "I think this question will better place to the Id Software support forum.", "userDisplayName": null, "userId": "5484" } ]
null
[ { "accepted": null, "body": "<p>How do you expect anybody here to be able to answer this with any degree of certainty?</p>\n\n<p>If id want to release a Linux version (still not confirmed) and want to sell it through the Software Centre and Canonical are happy to support a 5-8gig game and they can come to a...
null
null
2010-11-09T15:16:44.397
null
Kai
12282
1
12296
2010-11-09T12:16:34.010
4
179
<p>I notice that sometimes after installing something from the Software Center, the software gets added to a menu and I get a nice message telling me how to launch it. Other times I get none of these and I have no idea how to launch the application. </p> <p>In those cases I usually try pressing <kbd>Alt</kbd>-<kbd>F2</kbd> and try to guess the name of the executable. Is there any way to improve this situation? What's the best way to "finish the job" of installing software that leaves me in this situation (i.e. add it to a menu)?</p>
3906
527764
2017-11-07T20:59:03.763
2017-11-07T20:59:03.763
Installing from Software Center does not create menu entries
[ "software-center", "menu" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Some applications are missing the .desktop file necessary to show an item in the menu. I grabbed the kraft source and it looks like it does have a .desktop file so something else must be wrong. Please <a href=\"https://askubuntu.com/questions/5121/how-do-i-report-a-bug\">file a bug</a> on Kraft.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T13:28:48.757", "id": "12296", "lastActivityDate": "2010-11-09T13:28:48.757", "lastEditDate": "2017-04-13T12:23:31.777", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "12282", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>That's depend on how the software is packaged. Almost every application installable by Software Center are then added to the Menu. But some minor application ( some application don't have an icon on Software Center, that is a good advice that won't be shown in the Menu ) or c...
null
null
null
null
null
12284
1
12335
2010-11-09T12:24:25.187
18
72082
<p>I have a blank USB flash drive I want to put a new filesystem on. If I try adding a new partition it complains "No partition table found on device /dev/sdc". Creating a msdos partition table seems to work correctly, except that when I go to add a new partition it complains with the same error. What am I missing? </p>
1968
null
null
2019-11-24T11:39:33.690
Why can't I create a partition table on my USB flash drive using GParted?
[ "gparted" ]
5
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T12:41:54.377", "id": "12781", "postId": "12284", "score": "2", "text": "If your USB flash is mounted, you should unmount it before partitioning. Sometimes Ubuntu will automount the flash when you select it in GParted. Is that the case?", "userDisplayName": null,...
{ "accepted": true, "body": "<p>Trying using Disk Utility in the Administration Menu (command line: <code>palimpsest</code>) instead of gparted. You should be able to create a partition table with it or replace the existing one.</p>\n\n<p>It's entirely possible they use the same libraries &amp; access routines - if that fails i'd suspect your hardware is faulty.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-10T10:26:55.383", "id": "12969", "postId": "12335", "score": "0", "text": "Using palimpsest I experience timeout errors when attempting to format the drive. The best result I could get was formatting with \"don't partition\", but when I tried formatting as a FAT volume it would still display the drive contents as \"unknown\". It looks like the drive is faulty. Thanks for your help.", "userDisplayName": null, "userId": "1968" }, { "creationDate": "2010-11-10T15:37:03.880", "id": "13041", "postId": "12335", "score": "0", "text": "np. Try formatting ext2 just to see if you can get any use out of the device. Also check `dmesg` output; device errors will get logged there.", "userDisplayName": null, "userId": "186" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T18:41:26.440", "id": "12335", "lastActivityDate": "2010-11-09T18:41:26.440", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "186", "parentId": "12284", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>You can create it.Open Gparted, right click on allocated space of your USB flash drive and select New.Enter everything as you see in the snapshot below and click add.</p>\n\n<p><img src=\"https://i.stack.imgur.com/sJ2cv.png\" alt=\"alt text\">\n<strong>NOTE:</strong>\nNow fil...
null
null
null
null
null
12286
1
12291
2010-11-09T12:35:25.550
9
16192
<p>Every certain amount of time, Ubuntu checks my filesystems and it creates several empty "<em>lost+found</em>" folders.</p> <p>Can I disable this feature? Is there any way that Ubuntu deletes automatically these folders if they are empty?</p> <hr> <p>Is there any manner to hide this folder on NFS?</p>
4870
4870
2010-11-10T13:34:31.957
2012-08-24T16:51:02.443
Delete empty "lost+found" folder automatically if it's empty
[ "filesystem", "nfs", "folder" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Whenever <code>fsck</code> goes through the system and tries to recover damaged files, it will put them into the lost+found folder. I guess this is basically a problem with <code>fsck</code> creating that folder even if there's nothing to put in. As Ubuntu periodically runs those checks on your partitions, those folders will always be re-created, so deleting it won't work.</p>\n\n<p>If you just want to hide the folder from Nautilus, you can create a '.hidden' file containing 'lost+found' and put it into the lost+found parent's folder.</p>\n\n<p>Eg. for the lost+found folder in '/':</p>\n\n<p><code>echo \"lost+found\" | sudo tee /.hidden</code></p>\n\n<p>For the one in you home directory (if any):</p>\n\n<p><code>echo \"lost+found\" &gt; ~/.hidden</code></p>\n\n<hr>\n\n<p>I guess alternatively you can remove them after every boot by adding the following to the file '/etc/rc.local':</p>\n\n<pre><code>if [ -d /lost+found ]; then\n rmdir /lost+found 2&gt;/dev/null\nfi\n\nif [ -d /home/USER/lost+found ]; then\n rmdir /home/USER/lost+found 2&gt;/dev/null\nfi\n</code></pre>\n\n<p>This will run <code>rmdir</code> on the folders if they exist, which only removes them if they are empty (<code>2&gt;/dev/null</code> will discard the \"not empty\" message from <code>rmdir</code>). There probably aren't lots of directories, so I kept it simple. Just make sure 'exit 0' stays on the bottom line.</p>\n\n<p>Downside: this only keeps track of directories created by <code>fsck</code> during boot. If it's run at a later time, you'll again see that directory. You then could put above into a periodically executed <a href=\"https://help.ubuntu.com/community/CronHowto\" rel=\"nofollow\">cron job</a>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-10T13:11:30.097", "id": "13003", "postId": "12291", "score": "0", "text": "Thanks, I knew this but that solution only works for nautilus.", "userDisplayName": null, "userId": "4870" }, { "creationDate": "2010-11-10T13:35:26.120", "id": "13010", "postId": "12291", "score": "0", "text": "And how can I hide this folder on NFS?", "userDisplayName": null, "userId": "4870" }, { "creationDate": "2010-11-10T13:43:44.223", "id": "13014", "postId": "12291", "score": "0", "text": "See update. Sorry, I have no experience with NFS.", "userDisplayName": null, "userId": "3037" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T12:55:44.200", "id": "12291", "lastActivityDate": "2010-11-10T22:46:54.973", "lastEditDate": "2010-11-10T22:46:54.973", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "12286", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<blockquote>\n<p>[Having a] lost+found directory with a large enough size to contain a large number of unlinked files puts less of a burden on e2fsck to create the directory and grow it to the appropriate size.</p>\n<p>[fsck will attempt to create lost+found if it doesn't exist]...
null
null
null
null
null
12289
1
null
2010-11-09T12:40:11.987
4
2456
<p>is there a way of customizing the icons shown in Docky for wine applications (including starter and running applications)?</p> <p>Most Windows programs have icons with too low resolution by default, so I'd like to assign better icons to them. </p> <p>Thanks in advance! YSN</p>
4266
null
null
2010-11-10T23:38:41.293
Change Docky icons for Wine applications?
[ "wine", "icons", "docky" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2012-03-01T17:50:49.213", "id": "128344", "postId": "12289", "score": "0", "text": "This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not general...
null
[ { "accepted": null, "body": "<p>What's wrong with creating a new launcher (for example on your desktop), setting the icon to one you like and then dragging that launcher onto Docky?</p>\n\n<p>Just tried it and it works here.</p>\n\n<p>Edit to try and help, here's the source of my modified launcher:</p>\n\n<...
null
null
2012-03-01T18:13:29.593
null
null
12294
1
12333
2010-11-09T13:22:13.857
10
6812
<p>What's the easiest way to produce an invoice? It seems to be part of larger apps, but what if I just want the invoice capability without a lot of overhead?</p>
3906
866
2011-01-04T20:11:03.840
2016-12-16T07:30:05.863
How to produce an invoice?
[ "software-recommendation" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The best way to create an invoice is with a spreadsheet, there are a number of spreadsheet applications available in Ubuntu, the main one is the program called calc from the OpenOffice.org Office suite, this is usually installed by default, if you find calc a bit too heavy just to do an invoice then there is the nice lightweight but powerful gnumeric, a gnome based spreadsheet, you can install it by typing sudo apt-get install gnumeric in your terminal or just search for gnumeric in the software center, here is a sample invoice template for gnumeric: <a href=\"http://dl.dropbox.com/u/1035299/Ubuntu_Community/Templates/Sales_Invoice_1.gnumeric\" rel=\"nofollow\">http://dl.dropbox.com/u/1035299/Ubuntu_Community/Templates/Sales_Invoice_1.gnumeric</a></p>\n\n<p>This template can be placed in your Templates folder located in your home directory, any time you need an invoice just right click where you want the file to stay, click “Create Document” in the right click context menu, the item should appear on the flyout menu just click on it and you will have a copy of the invoice in the location you right clicked, you can then rename it and then double click the file, gnumeric will open the file quickly so you can enter your items and costs, this is a pretty swift and lightweight way to ready an invoice for your clients.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-10T03:27:21.853", "id": "12911", "postId": "12333", "score": "1", "text": "Awewome, thanks, it worked great! Now I just have to get paid :)", "userDisplayName": null, "userId": "3906" }, { "creationDate": "2012-08-19T03:57:50.913", "id": "220095", "postId": "12333", "score": "0", "text": "Another template: http://templates.libreoffice.org/template-center/simple-service-invoice-1 for LibreOffice", "userDisplayName": null, "userId": "3965" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T18:17:39.173", "id": "12333", "lastActivityDate": "2010-11-09T18:17:39.173", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4923", "parentId": "12294", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>The best way to create an invoice is with a spreadsheet, there are a number of spreadsheet applications available in Ubuntu, the main one is the program called calc from the OpenOffice.org Office suite, this is usually installed by default, if you find calc a bit too heavy ju...
null
null
null
null
null
12300
1
12310
2010-11-09T13:48:23.557
0
710
<p>Is there a gnome applet that will let me configure a list of URLs to be verified and report when some is unavailable ? Preferably using notifiations.</p> <p>The validation must use HTTP GET or HEAD .</p>
742
742
2010-11-09T15:51:14.167
2017-02-17T23:26:39.187
Need an applet to report web sites unavailability
[ "applet", "monitoring" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Maybe you can take this as a base (needs python-appindicator and python-notify):</p>\n\n<pre><code>import gtk\nimport gobject\nimport urllib2\nimport pynotify\nimport appindicator\n\nurls = [\"http://askubuntu.com\",\n \"http://not.available.com\"]\n\nind = appindicator.Indicator(\"url-checker\", \"indicator-messages\",\n appindicator.CATEGORY_APPLICATION_STATUS)\nind.set_status(appindicator.STATUS_ACTIVE)\nind.set_attention_icon (\"indicator-messages-new\")\nmenu = gtk.Menu()\n# yadda yadda yadda\nind.set_menu(menu)\n\ndef update(urls, ind):\n err = \"\"\n for url in urls:\n try:\n if (urllib2.urlopen(url).getcode() != 200):\n err += \"%s is down\\n\" % url\n except urllib2.URLError:\n err += \"%s is down\\n\" % url\n if err:\n ind.set_status(appindicator.STATUS_ATTENTION)\n pynotify.Notification(\"Bad news:\", err).show()\n else:\n ind.set_status(appindicator.STATUS_ACTIVE)\n\n return True\n\nupdate(urls, ind)\ntimeout = 300000 # 5 minutes\ngobject.timeout_add(timeout, update, urls, ind)\ngtk.main()\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-09T16:04:51.810", "id": "12812", "postId": "12310", "score": "0", "text": "It just needs a config dialog and it's perfect ;)", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-11-09T16:09:28.450", "id": "12815", "postId": "12310", "score": "0", "text": "That, a menu indicating which page is offline in case you missed the notification, a possibility to exit, nice icons, packaging, etc. etc. - unfortunately I'm way too unmotivated. :P", "userDisplayName": null, "userId": "3037" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T16:00:11.770", "id": "12310", "lastActivityDate": "2010-11-09T16:00:11.770", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "12300", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>You could write a small bash script to throw notifications at you... Something like:</p>\n\n<pre><code>#!/bin/bash\n\nfor site in $(cat ~/.sites); do\n if ! ping -c 1 -w 5 \"$site\" &amp;&gt;/dev/null ; then \n notify-send \"$site is down!!\"\n fi\ndone\n</code></p...
null
null
null
null
null
12302
1
null
2010-11-09T14:06:15.023
2
420
<p>I've recently switched from Emacs to Vim, so this may just be me completely misunderstanding how Vim works.</p> <p>I've opened a file in Vim and make some changes but don't save them. I then use <code>:e otherfile</code> to open a second file, and make some changes to that. Again, without saving the changes, I'd like to go back to the first buffer. I'm using <code>:bn</code> for that, but when I do I get <code>E37: No write since last change ...</code>. If I do <code>:bn!</code> then I can change back to the first buffer. From the first buffer I can change back to the second buffer with a straight <code>:bn</code>, but I have to do <code>:bn!</code> to go from the second buffer to the first every time.</p> <p>I've got <code>set bufhidden=hide</code> in my vimrc, but if I run <code>:set bufhidden?</code> in Vim I get <code>bufhidden=</code>. Is that the problem maybe?</p> <p><strong>Edit:</strong> I've narrowed the problem down a bit. In the first file, <code>:set bufhidden?</code> returns <code>bufhidden=hide</code>, but in the second file, it returns <code>bufhidden=</code>. What's up with that? Am I missing something fundamental about Vim buffers here?</p> <p><strong>Edit2:</strong> Ok, it seems like <code>set bufhidden=hide</code> only applies to the first buffer opened. It needs to be explicitly called in subsequent buffers. I must be completely missing the point here, because this doesn't seem useful.</p>
5372
4
2010-11-09T14:39:36.007
2010-11-09T14:39:36.007
Switching buffers in Vim
[ "vim", "emacs" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-12-05T18:56:49.887", "id": "96957", "postId": "12302", "score": "0", "text": "Do you still have the problem. Have you found how to solved the problem or considered accepting an answer that solves your problem (if any)?", "userDisplayName": null, "userId": "7035" ...
null
[ { "accepted": null, "body": "<p>Ok, I was just being an idiot. I didn't want <code>set bufhidden=hide</code> in my vimrc - that's just for a single buffer. Now that I've changed it to <code>set hidden</code> everything works as I felt it should.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
12307
1
12320
2010-11-09T15:26:01.023
11
20291
<p>My machine is a little weird on the graphics/monitors. I'll go into that in a bit, but I'm specifically looking for how to do the following:</p> <p>When the monitors are standing by, but the system is running, usually pressing a key on the keyboard will wake them up. Is there a way to accomplish the same kind of waking up from the command line, when remotely connected over the network?</p> <p>The specifics of what this solves for me is that when I reboot my machine, the nvidia powermizer settings get reset to adaptive. Because this is a managed desktop I cannot edit /etc/ files to change this. I do have something that sets it to maximum performance once I log it. This eliminates the flicker I get on my second display port monitor, and it allows the screens to wake up after being timed out to stand by. So, if I reboot and do not log in, the screens might sleep, and then not wake up. However the machine is still running fine.<br> If you're curious the driver is nvidia 195.36.24, the card is a Quatro FX 580, the monitors are two Dell U2410 attached via display port (DFP-3 &amp; 4); the VBIOS is 62.94.96.00.05</p> <p>Thanks.<br> <em>PS</em> would create tags sleep and powermizer</p> <p><strong>Update</strong><br> As much as the answer is correct for my question, it seems that the state of non-waking monitors cannot be gotten out of this way.</p>
5837
5837
2010-11-16T15:33:01.757
2020-01-20T04:32:07.720
How do I re-activate (wake?) the monitors from the command line
[ "command-line", "nvidia" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2018-02-14T10:55:30.337", "id": "1628315", "postId": "12307", "score": "0", "text": "By the by; the monitors couldn't be woken interactively at the keyboard, nor over ssh *in this case* because the lower power mode for the cards was broken in that driver. BUT I still use the a...
{ "accepted": true, "body": "<pre><code>xset dpms force on\n</code></pre>\n\n<p>If you have a more complicated system where you need to wake more than one display, you could iterate through them with something like this:</p>\n\n<pre><code>for display in `ps aux | grep -oE \"/usr/bin/X\\s[^ ]+\" | cut -d \" \" -f 2`; do\n xset -display $display dpms force on;\ndone\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-09T21:00:23.770", "id": "12861", "postId": "12320", "score": "1", "text": "Thank you, but this only works if you have your DISPLAY env variable set correctly. You might lengthen your answer ftw to include how to find your console's xserver display number and pass it in as an argument. EG look for the first argument to `/usr/bin/X`; generally `:0`; and issue `xset -display :0 dpms force on`", "userDisplayName": null, "userId": "5837" }, { "creationDate": "2010-11-10T13:28:12.190", "id": "13007", "postId": "12320", "score": "0", "text": "@user5837 See my edit. How's that? Note: you might have to run that as root if other displays aren't owned by the user. They're currently owned by `root` but in the future, they should be owned by the user.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2017-03-18T15:23:53.380", "id": "1399863", "postId": "12320", "score": "0", "text": "In my case forcing the display back on with xset did not work but changing the resolution with xrandr woke up the display.", "userDisplayName": null, "userId": "370397" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T17:08:24.490", "id": "12320", "lastActivityDate": "2010-11-10T14:50:29.187", "lastEditDate": "2010-11-10T14:50:29.187", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "12307", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<pre><code>xset dpms force on\n</code></pre>\n\n<p>If you have a more complicated system where you need to wake more than one display, you could iterate through them with something like this:</p>\n\n<pre><code>for display in `ps aux | grep -oE \"/usr/bin/X\\s[^ ]+\" | cut -d \" ...
null
null
null
null
null
12308
1
12340
2010-11-09T15:27:53.113
0
955
<p>any thoughts or suggestions?</p>
3889
3889
2010-11-09T19:22:49.403
2017-02-17T23:27:16.130
Anyway to get a Palm Pilot (Tungsten E2) to sync with evolution or thunderbird?
[ "sync", "pim" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T19:02:47.377", "id": "12839", "postId": "12308", "score": "0", "text": "Do you have a USB cable connector for it?", "userDisplayName": null, "userId": "3256" }, { "creationDate": "2010-11-09T19:09:34.643", "id": "12840", "postId": "12308", ...
{ "accepted": true, "body": "<p>Installing <a href=\"http://packages.ubuntu.com/gnome-pilot\" rel=\"nofollow noreferrer\"><code>gnome-pilot</code></a> will allow you to sync your Palm to Evolution once you configure it (it's found in <strong>System</strong> > <strong>Preferences</strong> > <strong>PalmOS Devices</strong>). The first time you use gnome-pilot (\"PalmOS Devices\"), you will get a setup wizard like shown below. If you have issues, you may need to change the <code>Type:</code> and/or <code>Device:</code> settings; my setup is as shown below. </p>\n\n<p>There are other sync programs (like JPilot) but gnome-pilot is the only one I know that can get your data into one of those programs.</p>\n\n<p><img src=\"https://i.stack.imgur.com/hWnRx.png\" alt=\"Setup Wizard page 1\" title=\"Setup Wizard page 1\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/imcQe.png\" alt=\"Setup Wizard page 2\" title=\"Setup Wizard page 2\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-09T19:21:43.160", "id": "12340", "lastActivityDate": "2017-02-17T23:27:16.130", "lastEditDate": "2017-02-17T23:27:16.130", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "3256", "parentId": "12308", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Installing <a href=\"http://packages.ubuntu.com/gnome-pilot\" rel=\"nofollow noreferrer\"><code>gnome-pilot</code></a> will allow you to sync your Palm to Evolution once you configure it (it's found in <strong>System</strong> > <strong>Preferences</strong> > <strong>PalmOS D...
null
null
null
null
null
12309
1
12319
2010-11-09T15:31:02.483
2
457
<p>In a website maintenance job, my client has an FTP server with the website on. Fairly standard (albeit outdated) stuff.</p> <p>I need to do a find-and-replace over most of the HTML files to change the navigation. To do that effectively, I'd need to do that locally.</p> <p>The FTP server is <em>full</em> of rubbish. The guy has been using it to exchange files with his clients. I want to get a copy of all the relevant files but at the same time, I don't want to waste time downloading dozens of gigabytes of stuff I'll never need.</p> <p>The FTP is mounted in <code>~/.gvfs</code> at the moment. Is there something quick and easy I can do to copy all the .html files out, keeping the directory structure so that when I'm done working on the files, I can just copy them back using merge/replace?</p>
449
449
2018-10-08T09:49:45.097
2018-10-08T09:49:45.097
Download just .html files over FTP
[ "ftp" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2010-11-09T16:01:34.933", "id": "12811", "postId": "12309", "score": "0", "text": "I don't have the time at the moment to write a script, but here's how I'd do it: 1) copy the directory structure using `find . -type d` and `mkdir -p` 2) copy the files using `find . -name '*.ht...
{ "accepted": true, "body": "<p>You can try using the Filezilla FTP client. It has the ability to create custom file filters from the View menu to only show certain types of files.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-10T23:06:44.277", "id": "13109", "postId": "12319", "score": "0", "text": "Good call`````````````", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T17:07:38.057", "id": "12319", "lastActivityDate": "2010-11-09T17:07:38.057", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2527", "parentId": "12309", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>I didn't test this but the following should work:</p>\n\n<pre><code>rsync -av --include \"*/\" --include \"*.html\" --exclude \"*\" ~/.gvfs/. /path/to/destination\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-09T16:31:1...
null
null
null
null
null
12312
1
12315
2010-11-09T16:12:35.077
8
20316
<p>Anyone know how to see the space on squid? I mean the cache space on the squid that is being used, like the available space and used space of the cache itself, thanks!</p>
5840
721
2010-11-10T06:27:13.517
2019-07-29T13:45:05.570
How can I see the size of the Squid cache?
[ "server", "squid" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Check squid cache configuration file for the size of squid cache.</p>\n\n<p>Goto Terminal and type the following,</p>\n\n<pre><code>grep ^cache_dir /etc/squid/squid.conf\n</code></pre>\n\n<blockquote>\n <p>cache_dir ufs /var/spool/squid 15000 16 256</p>\n</blockquote>\n\n<p>Here <strong>15000</strong> is your squid cache directory size.</p>\n\n<p><strong>NOTE:</strong> Please note that the squid configuration file is squid.conf</p>\n\n<p>If you want to know how much data is currently cached,then type the following in terminal</p>\n\n<pre><code>sudo du -sh /var/spool/squid\n</code></pre>\n\n<blockquote>\n <p>18M /var/spool/squid</p>\n</blockquote>\n\n<p>So <strong>18MB</strong> data is currently cached here.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-09T16:36:39.790", "id": "12315", "lastActivityDate": "2019-07-29T13:45:05.570", "lastEditDate": "2019-07-29T13:45:05.570", "lastEditorDisplayName": null, "lastEditorUserId": "34756", "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "12312", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>Check squid cache configuration file for the size of squid cache.</p>\n\n<p>Goto Terminal and type the following,</p>\n\n<pre><code>grep ^cache_dir /etc/squid/squid.conf\n</code></pre>\n\n<blockquote>\n <p>cache_dir ufs /var/spool/squid 15000 16 256</p>\n</blockquote>\n\n<p>...
null
null
null
null
null
12314
1
12318
2010-11-09T16:35:52.273
13
4683
<p>If I need Sun Java, Adobe Flash Plugin or anything else that comes from Canonical Partners the package downloads are painfully slow even small sized packages like the Flash plugin, to speed things up I have to go here: <a href="http://archive.canonical.com/ubuntu/pool/partner/">http://archive.canonical.com/ubuntu/pool/partner/</a> to find what I want, download the packages with a download manager (which is usually about 20 times faster than the package manager) and then place them in my /var/cache/apt/archives folder I run the package manager afterwards, as long as the right versions of the packages I ask to install are detected in the /var/cache/apt/archives folder they will be installed immediately. I would like to stop doing this, so I am wondering if anyone else has this problem, what could be the cause and if there is a fix. I am located in the Western Caribbean region.</p> <p>I think it would be helpful to note that all other packages coming from the repository I have selected with synaptic download at acceptable speeds.</p>
4923
3037
2011-01-05T20:56:01.443
2011-01-05T20:56:01.443
Why are downloads from Canonical Partners repository so slow?
[ "repository" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ubuntu attempts to select a local mirror of the repositories that are geographically close to you. The partner repo doesn't have any mirrors because of copyright issues (AFAIK -- it's non-free software) so you end up using the London-hosted copy. PPAs are probably the same.</p>\n\n<p>As you're in the Caribbean, I imagine traffic UK-bound would have to hop through the US before going trans-Atlantic to London. That's a long way for something to travel and if any of the links are bad or lossy, traffic can grind to a slow speed. At the least, response time is very slow.</p>\n\n<p>If you want to test this further you can run <code>ping archive.canonical.com</code> and see what you get for a response time (I'm in England and get ~26ms). And as a general speedtest to London, you can run <code>wget <a href=\"http://london1.linode.com/100MB-london.bin\">http://london1.linode.com/100MB-london.bin</a></code> (1.3MB/s here).</p>\n\n<p>As for fixing the problem... Canonical either need more, geographically-distrubuted servers for the partner repo, or you need to move closer to London.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-09T17:24:02.043", "id": "12828", "postId": "12318", "score": "0", "text": "Thanks, I thought as much, that it was likely a mirror problem.", "userDisplayName": null, "userId": "4923" }, { "creationDate": "2010-11-09T20:34:23.233", "id": "12858", "postId": "12318", "score": "2", "text": "slow/bad internet links doesn't explain why it's faster when using a download manager than when using Synaptic? Sounds more like some form of traffic shaping or so...", "userDisplayName": null, "userId": "935" }, { "creationDate": "2021-11-29T14:57:31.723", "id": "2374670", "postId": "12318", "score": "0", "text": "*move closer to London* Yeah walk halfway around the world, very feasible.", "userDisplayName": null, "userId": "1509355" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T17:03:49.440", "id": "12318", "lastActivityDate": "2010-11-09T17:35:01.380", "lastEditDate": "2010-11-09T17:35:01.380", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "12314", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p>Ubuntu attempts to select a local mirror of the repositories that are geographically close to you. The partner repo doesn't have any mirrors because of copyright issues (AFAIK -- it's non-free software) so you end up using the London-hosted copy. PPAs are probably the same.</...
null
null
null
null
null
12316
1
12406
2010-11-09T16:40:53.717
5
981
<p>I'm using Gnome-Do with the "Files and Folders v2.5" plugin. I set it to read my <em>.scripts</em> folder, so that I might run my personal scripts from Gnome-Do. The only problem is that Gnome-Do's standard action for shell scripts is to open them instead of running them. That forces me to Tab and scroll-down every time. <strong>How can I change Gnome-Do's standard action?</strong></p> <p><em>An example for clarity:</em><br> I have a <em>foo.sh</em> executable file inside my <em>.scripts</em> folder. When I type <em>foo</em> inside Gnome-Do, it correctly selects the file and offers the <em>Open</em> action. I then have to Tab, press Down, and hit Enter to select the <em>Run</em> action instead. I would the <em>Run</em> action to be first on the list.</p> <p><strong>Alternatively, a more appropriate way to integrate Gnome-Do with personal scripts would be fine as well.</strong></p>
1012
1012
2010-11-09T19:10:37.213
2010-11-10T03:59:01.497
Customize Gnome-Do's default action order
[ "10.10", "scripts", "gnome-do" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is not <em>directly</em> possible in Do, but it does have a capability to learn what you mean. The default action for any item is always the action you've used most frequently out of the possible actions for that item.</p>\n\n<p>So, one way of getting what you want would be to just use the <code>run</code> action a lot from Do.</p>\n\n<p>Another way would be to inform Do that your script is an “application” that's runnable, like Firefox or Evolution or such. Do determines the list of applications by searching for <code>.desktop</code> files in the standard locations. One of these locations is <code>~/.local/share/applications</code>. So, if you create a <code>foo.desktop</code> file looking something like:</p>\n\n<pre><code>[Desktop Entry]\nVersion=1.0\nName=Foo desktop frobinator\nGenericName=Desktop frobinator\nComment=Awesomeate your desktop!\nExec=/home/raof/.scripts/foo.sh\nIcon=shotwell\nTerminal=true\nType=Application\nCategories=Graphics;Photography;GNOME;GTK;\n</code></pre>\n\n<p>you'll get a “Foo desktop frobinator” runnable item in Do.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-10T12:26:15.807", "id": "12989", "postId": "12406", "score": "0", "text": "I'm not so sure about the first part. I've tried running my script over a dozen times and gnome-do still offers to open it for me by default, even though I only opened it once or twice.", "userDisplayName": null, "userId": "1012" }, { "creationDate": "2010-11-10T12:27:14.497", "id": "12990", "postId": "12406", "score": "0", "text": "I really like the second option, though it'll be annoying to do that for each of the scripts, I think I'll go with it.", "userDisplayName": null, "userId": "1012" }, { "creationDate": "2010-11-11T05:12:38.177", "id": "13148", "postId": "12406", "score": "0", "text": "The “default action” code is a bit limited. It's not how many times you've selected “run” vs “open” on the “foo” item, it's how many times you've selected “open” vs “run”, regardless of the item. It's one of the remaining areas of significant suck in Do.", "userDisplayName": null, "userId": "188" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-10T03:59:01.497", "id": "12406", "lastActivityDate": "2010-11-10T03:59:01.497", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "188", "parentId": "12316", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>This is not <em>directly</em> possible in Do, but it does have a capability to learn what you mean. The default action for any item is always the action you've used most frequently out of the possible actions for that item.</p>\n\n<p>So, one way of getting what you want woul...
null
null
null
null
null
12322
1
12392
2010-11-09T17:14:30.570
5
1178
<p>I'm planning to install Ubuntu Server on a netbook to minimize power consumption.</p> <p>Are there any special considerations I should make for this kind of setup? Will Ubuntu Server properly manage the laptop's power settings and CPU scaling by default, or will I need to make changes to the configuration or install packages that would normally only be found in Ubuntu Desktop?</p>
1859
null
null
2010-11-10T02:19:45.350
Will Ubuntu Server properly manage the power settings on a netbook?
[ "10.10", "server", "ubuntu-netbook", "laptop", "power-management" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T20:17:07.283", "id": "12853", "postId": "12322", "score": "1", "text": "If you really want to save power, it's probably better & cheaper to use something like a [plugcomputer](http://plugcomputer.org/) (unless you already have the netbook of course).", "userDisp...
{ "accepted": true, "body": "<p>Yes, CPU scaling will work as expected, this is part of the core OS that isn't different between Desktop and Server. If you want things like suspend-on-lid-close to work, though, you may need have some of the Gnome stack running to gain <em>gnome-power-manager</em>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-10T02:19:45.350", "id": "12392", "lastActivityDate": "2010-11-10T02:19:45.350", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "721", "parentId": "12322", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>if you want to use your netbook as server, then you can install ubuntu-server, but if you want to install a server-dedicated system to make some economy on resources usage then simply install xubuntu or zenwalk (a slackware based system)</p>\n", "commentCount": "0", "...
null
null
null
null
null
12323
1
12334
2010-11-09T17:19:00.157
0
318
<p>Does anyone have these plugins installed? Sorry, but I'm worried, because my past attempts to update compiz have failed, and when I try to install these plugins they ask to me to update these files: </p> <pre><code> compiz-dev compiz-fusion-bcop debhelper html2text intltool-debian libcairo-gobject2 libcairo2-dev libdecoration0-dev libdrm-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgl1-mesa-dev libglu1-mesa-dev libice-dev libkms1 libmail-sendmail-perl libpango1.0-dev libpixman-1-dev libpng12-dev libsm-dev libstartup-notification0-dev libsys-hostname-long-perl libx11-xcb-dev libxcb-render0-dev libxcb-shm0-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxinerama-dev libxml2-dev libxrandr-dev libxrender-dev libxslt1-dev libxss-dev mesa-common-dev po-debconf x11proto-composite-dev x11proto-damage-dev x11proto-fixes-dev x11proto-randr-dev x11proto-render-dev x11proto-scrnsaver-dev x11proto-xext-dev x11proto-xinerama-dev </code></pre> <p>Please answer my question, and I'll be very grateful!</p> <p><a href="http://gnome-look.org/content/show.php/Compiz+Experimental+Plugins+32+%26+64+Bit?content=118511&amp;PHPSESSID=56e734eae2112ca419582f4660eb9926" rel="nofollow">These Plugins are here</a></p>
5450
1992
2011-03-07T16:10:57.557
2011-03-07T16:10:57.557
Is it safe to install Compiz Experimental Plugins 0.1.1 on Maverick?
[ "10.10", "compiz", "plugins" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Most of those packages are development packages required to build the plugins, it is never safe to install software using a random script.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-07T16:11:45.047", "id": "32685", "postId": "12334", "score": "0", "text": "I have used the script and it isn't so random...", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T18:25:51.777", "id": "12334", "lastActivityDate": "2010-11-09T18:25:51.777", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "12323", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Most of those packages are development packages required to build the plugins, it is never safe to install software using a random script.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-07T16:11:45.047", "id": "32685", ...
null
null
null
null
null
12324
1
12352
2010-11-09T17:21:52.530
4
562
<p>I'm in the market for a new cell phone soon, and I'd like for it to work well with Ubuntu. I don't use my phone for much--just calls, texts, and the occasional photo. It would be nice if it could also do these things (highest priority first):</p> <ol> <li>Be cheap</li> <li>Sync (or at least manually transfer) contact data with Ubuntu</li> <li>Sync (or at least manually transfer) photos with Ubuntu</li> <li>Connect to Ubuntu via something like a mini-usb cable, rather than requiring a vendor-specific cable</li> <li>Sync (or at least manually transfer) ringtones and such with Ubuntu (I doubt I'll ever use this, which is why it is last)</li> </ol> <p>What phones best meet these criteria? It it matters, I am on Verizon in the USA.</p>
463
1067
2010-12-27T12:59:07.397
2010-12-27T12:59:07.397
What cell phones (feature phones, not smart phones) work well with Ubuntu?
[ "sync", "phone" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2014-03-13T10:04:10.683", "id": "563688", "postId": "12324", "score": "0", "text": "This is also off topic since it's a hardware recommendation.", "userDisplayName": null, "userId": "10698" } ]
{ "accepted": true, "body": "<p>gnome-phone-manager and Gnocky rely on <a href=\"http://www.gnokii.org/\" rel=\"nofollow\">http://www.gnokii.org/</a> (Wammu and Gammu are forks of that) all Nokia are fully supported, others have basic support (phonebook).</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T20:24:36.567", "id": "12352", "lastActivityDate": "2010-11-09T20:24:36.567", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5852", "parentId": "12324", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>try Wammu, almost all of cellphones are working, but that also depends on conection posibilities..</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T20:16:07.673", "id...
null
null
2014-03-13T10:03:31.993
null
null
12325
1
null
2010-11-09T17:22:57.283
0
174
<p>I have Axioo laptop using SIS Mirage 3 (SIS M672+SIS968 Chipset) When I turn on my laptop, BIOS no problem, when booting ubuntu, problem with display like old TV (broken) but when log in back to normal .... and my next problem my resolution can't 1280x800 Any solution for my problem ?</p>
null
null
null
2010-11-09T17:37:11.820
Problem when booting, like old TV but when log in back to normal
[ "boot", "drivers", "display" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2012-03-01T17:48:01.373", "id": "128343", "postId": "12325", "score": "1", "text": "This question appears to be abandoned, if you are experiencing a similar issue please [ask a new question](http://askubuntu.com/questions/ask) with details pertaining to your problem. If you fe...
null
[ { "accepted": null, "body": "<p>Just install startupmanager from the software centre or synaptic. Select the right resolution for your Boot screen and plymouth ( one that your monitor will support ). Next time when you log in the display will not be broken.</p>\n", "commentCount": "2", "comments": [...
null
null
2012-03-01T18:12:14.837
null
Firman Firlana
12330
1
12343
2010-11-09T17:55:18.493
3
1665
<p>My brother has Windows xp on his laptop and I have Ubuntu 10.10 installed and samba is also installed on mine and when I connect my laptop with a desktop running Ubuntu, I am able to see and access the shared files. So sharing works fine between two Ubuntu computers.</p> <p>My brother's and my laptops are connected through the cross cable for me to access the shared folder on my Ubuntu laptop from his xp shared folder.</p> <p>I connect both laptops and then ping, ping gives perfect reply and I can see his computer name in the <strong>Places > Network</strong> </p> <p>When I try to open his shared folder from there I get and option to enter the password I enter the password but the password prompt pops up again. I tried to enter his password and mine password also but each time I enter the password nothing happens but the password prompt pops again without any error report.</p>
2910
25798
2012-06-22T14:13:56.080
2012-06-22T14:13:56.080
Windows XP and 10.10 Maverick sharing?
[ "10.10", "networking", "samba", "windows-xp" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><strong>Solved</strong></p>\n\n<p>The password prompt was actually asking for the samba user password which I had not set then, I think this is not my fault completely cause it the password prompt should have shown and error that enter samba user password not account password.</p>\n\n<p>Just enter this commad to give a password to the samba account</p>\n\n<pre><code>sudo smbpasswd USERNAME -a\n</code></pre>\n\n<p>where USERNAME is your username and then enter and provide with a password for samba user.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-10T16:59:05.013", "id": "13054", "postId": "12343", "score": "0", "text": "I want to tell the moderators that I added the \"solved\" title because I didn't want anybody else to be bothered about a solved question and I added the answer underneath the question because once I was asked to do so in case I sort out the problem myself. And I cant mark my own answer solved before 2 days but still I am being asked to mark it as solved.", "userDisplayName": null, "userId": "2910" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T19:39:35.943", "id": "12343", "lastActivityDate": "2010-11-09T19:43:44.200", "lastEditDate": "2010-11-09T19:43:44.200", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "2910", "parentId": "12330", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><strong>Solved</strong></p>\n\n<p>The password prompt was actually asking for the samba user password which I had not set then, I think this is not my fault completely cause it the password prompt should have shown and error that enter samba user password not account password...
null
null
null
null
null
12331
1
12332
2010-11-09T17:58:34.510
3
4559
<p>My friend (on windows xp) recently compressed his entire C:/ drive and consequently, his laptop won't boot, he gets "BOOTMGR is compressed Press Ctrl+Alt+Del to restart". This happens every time! I can boot ubuntu from the usb so I was wondering if it was possible to fix this issue? Thanks in advance, ell.</p> <p>EDIT: His laptop does not have a cd drive</p>
5846
5846
2010-11-09T18:38:11.120
2020-08-22T10:09:32.603
Decompress an NTFS Windows File System Using Ubuntu
[ "ntfs", "windows-xp", "compression" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T18:51:39.967", "id": "12837", "postId": "12331", "score": "0", "text": "I doubt you can fix this with Ubuntu. Not having a CD drive is another issue, but what OS does he use? If the message contains BOOTMGR it's cetainly not Windows XP.", "userDisplayName": null...
{ "accepted": true, "body": "<p>If it's Windows XP and the NTLDR is compressed, then maybe this will work:</p>\n\n<ol>\n<li>Install 'ntfsprogs'</li>\n<li>Mount the Windows partition (eg. /dev/sda1):<br><br><code>sudo mount /dev/sda1 /mnt/winxp</code></li>\n<li>Copy the ntldr to your home dir (or somewhere else):<br><br><code>cp -p /mnt/winxp/ntldr ~</code></li>\n<li>Delete or backup the original ntldr file:<br><br><code>sudo mv /mnt/winxp/ntldr /mnt/winxp/ntldr.bak</code></li>\n<li>Copy the ntldr from your home folder back to the Windows partition using 'ntfscp' (this should uncompress it). You first need to unmount the partition:<br><br><code>sudo umount /mnt/winxp</code><br><br>then do:<br><br><code>ntfscp -v /dev/sda1 ~/ntldr ntldr</code></li>\n<li>To check if the operation was successful, you can run 'ntfsinfo':<br><br><code>sudo ntfsinfo -v -F /ntldr /dev/sda1</code><br><br>If this shows:<br><br><code>File attributes: (0x00000000)</code><br><br>then the loader is fixed and you can try to boot (and I suggest you then untick the \"Compress this Drive To Save Space\" in C: properties).</li>\n</ol>\n", "commentCount": "2", "comments": [ { "creationDate": "2016-11-15T01:33:48.143", "id": "1304809", "postId": "12332", "score": "0", "text": "Thanks, this set me on the right path, but there's some info missing. Step 5 didn't decompress the file, reading [ntfs-g3 docs](http://www.tuxera.com/community/ntfs-3g-advanced/data-compression/) I found that it will compress the files again if the Folder is marked as Compressed (which is what caused the problem in the first place). Mounting /dev/sda1 and running this in the folder `setfattr -h -v 0x00000000 -n system.ntfs_attrib /mnt/windows` got rid of the flag. Then you can go ahead and copy the files. Also I needed to decompress a few more files because it happened with Windows7", "userDisplayName": null, "userId": "9942" }, { "creationDate": "2019-08-23T07:04:18.507", "id": "1948025", "postId": "12332", "score": "1", "text": "You could also mount with `-o nocompression` and copy it back normally.", "userDisplayName": null, "userId": "478705" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T18:12:01.920", "id": "12332", "lastActivityDate": "2010-11-09T19:49:19.647", "lastEditDate": "2010-11-09T19:49:19.647", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "12331", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>If it's Windows XP and the NTLDR is compressed, then maybe this will work:</p>\n\n<ol>\n<li>Install 'ntfsprogs'</li>\n<li>Mount the Windows partition (eg. /dev/sda1):<br><br><code>sudo mount /dev/sda1 /mnt/winxp</code></li>\n<li>Copy the ntldr to your home dir (or somewhere e...
null
null
null
null
null
12336
1
null
2010-11-09T19:11:24.680
83
44659
<p>I just found out about the <strong>free the fish</strong> easter egg available in Ubuntu:</p> <ol> <li><p>Press <kbd>Alt</kbd> + <kbd>F2</kbd> </p></li> <li><p>Enter this: <strong>free the fish</strong></p></li> </ol> <p>Are there any more easter eggs available in Ubuntu? What are they?</p>
4776
47291
2015-06-30T16:33:28.347
2016-07-04T08:28:15.350
Easter eggs in Ubuntu
[ "easter-egg" ]
19
8
CC BY-SA 3.0
[ { "creationDate": "2010-11-10T01:25:06.203", "id": "12890", "postId": "12336", "score": "20", "text": "Lets not call her \"that fish\", please. :) She's \"Wanda the fish\". Wanda is a very nice and smart friend of us. She sits on my top panel in the form of a GNOME applet and she's a part-time f...
null
[ { "accepted": null, "body": "<p>Clicking on the fish with the mouse will make it go away, to get rid of it for good. you can type <code>killall gnome-panel</code> into the terminal. Also, as an easter egg, it is an undocumented feature. </p>\n\n<p>BONUS:\nDid you know that, the US Federal Government will no...
2010-11-09T20:10:52.287
null
null
null
null
12339
1
14052
2010-11-09T19:19:55.797
2
2482
<p>I have a dual boot installation with Windows 7 Ultimate (32-bits, NTFS file sytem) and Ubuntu 10.10 (32-bits, ext4 file system). I have installed the version 7.0a of Truecrypt in both Operating Systems.</p> <p>Located in the Windows 7 HDD I have a 150 GB encrypted file container. It is a standard and dynamic file container, which means it's not hidden and uses a sparse file. This file was created using the Windows version of the Truecrypt program. When I logon in Windows the container is mounted as the drive E: and everything works fine!</p> <p>In Ubuntu the Windows's NTFS file system is automaticaly mounted after I logon. I've configured that using the ntfs-config package. In my ~/.profile I have this line to mount the truecrypt's file container:</p> <pre><code>truecrypt /media/7EDEBCFADEBCABB1/Users/Wagner/hd/hd.tc /media/truecrypt1 </code></pre> <p>The file container is mounted after the logon without any problem. I can access it, copy files to/from it, etc. But when I try do copy relatively large amounts of data (>~50 MB) to it via nautilus or cp -R, it starts the copy, copies some data until certain point and then it just hangs! The progress bar does not move anymore and nothing happens. There is no error, it just hangs and that's it. I have to kill the process myself.</p> <p>This problem does not happen in Windows: I can copy very large amounts of data to the container and it works great. But in Ubuntu the problem always happens! I mean, whenever I try to copy a bunch of files together the copy process hangs.</p> <p>Does anyone ever faced this problem? Can anyone help?</p> <p>Thanks!</p>
1488
721
2010-11-10T06:26:41.270
2012-06-28T14:50:52.817
Copying files to Truecrypt file container hangs
[ "truecrypt" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-09T20:30:47.347", "id": "12857", "postId": "12339", "score": "0", "text": "Apparently, it has to do with these dynamic container files. I have just tested the same situation but using a 5GB static container file and the copying didn't hang up. Guess I'm going to use sm...
{ "accepted": true, "body": "<p>This is a problem with dynamic file containers can you should certainly report the problem to truecrypt:</p>\n\n<p><a href=\"http://www.truecrypt.org/bugs/\" rel=\"nofollow\">http://www.truecrypt.org/bugs/</a></p>\n\n<p>Even though you may have solved the issue, it's worth reporting that you got caught out with the problem without any information about what might be happening.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-07T23:21:22.673", "id": "17606", "postId": "14052", "score": "0", "text": "I've just submitted an issue report. Thank you for this tip!", "userDisplayName": null, "userId": "1488" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-19T17:16:51.190", "id": "14052", "lastActivityDate": "2010-11-19T17:16:51.190", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "12339", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>This is a problem with dynamic file containers can you should certainly report the problem to truecrypt:</p>\n\n<p><a href=\"http://www.truecrypt.org/bugs/\" rel=\"nofollow\">http://www.truecrypt.org/bugs/</a></p>\n\n<p>Even though you may have solved the issue, it's worth re...
null
null
null
null
null
12349
1
12357
2010-11-09T20:15:34.043
34
19446
<p>I want to view threaded email conversations in Evolution. Is there a menu option for this? By threaded conversations I mean something like what Google's GMail does.</p>
null
null
null
2018-09-18T10:23:50.843
View threads/conversations in Evolution just like Gmail can
[ "evolution", "email", "gmail" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2012-08-01T05:53:12.327", "id": "210074", "postId": "12349", "score": "1", "text": "The problem with Evolution threads (compared with Gmail's) is that Evolution uses only the subject of the email for threading, regardless of the sender and the context. So, for example unrelate...
{ "accepted": true, "body": "<p>It's not exactly like in GMail but there is an option <em>View -> Group by Threads</em> or CTRL+T to group a thread in Evolution.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T20:49:40.147", "id": "12357", "lastActivityDate": "2010-11-09T20:49:40.147", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "12349", "postTypeId": "2", "score": "24" }
[ { "accepted": true, "body": "<p>It's not exactly like in GMail but there is an option <em>View -> Group by Threads</em> or CTRL+T to group a thread in Evolution.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "20...
null
null
null
null
user5245
12355
1
null
2010-11-09T20:30:33.857
9
24067
<p>I've installed ubuntu on a Asus 1015 netbook. Everything worked out of the box except for the Wireless adapter, which i had to install with the Additional Drivers application.</p> <p>It apparently installed fine and connects to our wireless network, but it only works at a <em>"funny"</em> speed range that goes from 367Bytes to a peak of 3Kb in its best moments. I know for sure the problem is neither the network nor the hardware. Network speeds are normal under windows on this laptop and in other computers with ubuntu aswell.</p> <p>lspci says the card is a BCM4313 model, but the Addittional Drivers Manager says </p> <p><code>these packecege contains Broadcom 802.11 Linux STA wireless driverfor use with Broadcom's BCM4311-, BCM4312-, BCM4321-, and BCM4322 based hardware </code></p> <p>seems like it installed the wrong driver... Is there anything I can do? I'm not concerned about compiling the driver or stuff like that, but I'm not sure on where to start... any help or guidance will be very, very appreciated.</p>
5849
14356
2012-03-24T15:49:10.400
2013-10-25T18:57:51.567
How do I get my Broadcom BCM4313 working correctly?
[ "wireless", "kernel", "drivers", "broadcom", "eeepc" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
null
2014-04-02T06:57:57.433
null
null
12358
1
12363
2010-11-09T20:52:03.890
5
1606
<p>I can run (and have run) the install fine with a monitor attached the machine, but what I wish to do is setup Ubuntu server remotely (within my home network).</p> <p>I have a USB drive pre-loaded and ready to go. Where do I go from here?</p>
2458
4
2010-11-10T00:34:14.033
2010-11-10T00:34:14.033
How do I setup a server remotely?
[ "10.10", "server", "installation", "setup", "remote-access" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You might want to have a look at the answer I gave here:</p>\n\n<p><a href=\"https://askubuntu.com/questions/8539/clean-install-of-ubuntu-server-over-the-network\">Clean Install Of Ubuntu Server over the network?</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T21:09:17.610", "id": "12363", "lastActivityDate": "2010-11-09T21:09:17.610", "lastEditDate": "2017-04-13T12:24:11.537", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "4271", "parentId": "12358", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>You might want to have a look at the answer I gave here:</p>\n\n<p><a href=\"https://askubuntu.com/questions/8539/clean-install-of-ubuntu-server-over-the-network\">Clean Install Of Ubuntu Server over the network?</a></p>\n", "commentCount": "0", "comments": [], "c...
null
null
null
null
null
12360
1
null
2010-11-09T21:02:49.930
9
5945
<p>I remember I saw a apt mirror somewhere containing older distributions but I cannot find it anymore. Does anybody know where to find it?</p>
1943
235
2011-01-22T19:46:04.397
2016-11-01T18:32:55.310
Where can I find a repository for older unsupported releases?
[ "repository", "mirrors", "release-management" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>ok I found it </p>\n\n<ul>\n<li>releases: <a href=\"http://old-releases.ubuntu.com/releases/\" rel=\"nofollow noreferrer\">http://old-releases.ubuntu.com/releases/</a></li>\n<li>packages: <a href=\"http://old-releases.ubuntu.com/ubuntu/\" rel=\"nofollow noreferrer\">http://ol...
null
null
2013-06-22T01:15:48.163
null
null
12364
1
12366
2010-11-09T21:19:11.653
5
333
<p>I have written an application, and I'm now interested in creating a Debian package and setting up a PPA. The application is written primarily in XSLT, and includes a very thin front-end that can be written in any language that can access an XSLT processor. I currently have front-ends written in JavaScript (able to run in the browser client, and from the command-line under Rhino) and Python. I'd also like to write a front-end entirely in bash, and simply use one of the command-line XSLT processors available in apt.</p> <p>There are several available via apt, including xsltproc, xalan, and 4suite's xslt processor. I'd like to make the bash front-end flexible so that it is able to use any of these command-line clients, and will simply use whichever is available. </p> <p>How can I best express in terms of Debian's package dependency system the relationship between my package and these three other packages, which is a logical disjunction (OR relationship)?</p> <p>My package relies on <code>xsltproc</code> OR <code>4suite</code> OR <code>xalan</code>. Ideally, when my package is installed, the user should be prompted to choose any of these three package to install as a dependency; and if one of these packages is already installed on the system when my package is installed, then no additional dependencies should be installed. Is such a thing possible with Debian packages?</p>
4895
158442
2016-04-24T16:42:41.860
2016-04-24T16:42:41.860
How do I create a Debian package with disjoint/alternate dependencies?
[ "packaging", "deb" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>OR relationships can be expressed like <code>xsltproc | 4suit | xalan</code> in the Depends: field for the binary package in debian/control. The first package on the list will be preferred when none of them are currently on the system.</p>\n\n<p>For further details, see <a href=\"http://www.debian.org/doc/debian-policy/ch-relationships.html\">http://www.debian.org/doc/debian-policy/ch-relationships.html</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T21:39:05.810", "id": "12366", "lastActivityDate": "2010-11-09T21:39:05.810", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "129", "parentId": "12364", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>OR relationships can be expressed like <code>xsltproc | 4suit | xalan</code> in the Depends: field for the binary package in debian/control. The first package on the list will be preferred when none of them are currently on the system.</p>\n\n<p>For further details, see <a hr...
null
null
null
null
null
12367
1
12461
2010-11-09T21:43:46.103
4
427
<p>I know a very fast repository I often use to install packages, I would dearly like to use this when I am setting up Ubuntu, the mirror used by setup when the region is choosen is usually very slow, this results in apt configuration taking a long time.</p> <p>I usually have to remove network connectivity from the machine I am setting up and the setup process will quickly complete. I then use synaptic to change to the fast repository before installing all those large packages I need, it would be much smoother though, if I did not have to do this and could feed the setup process repository information before hand.</p> <p>I am wondering if I use the synaptic package manager in the live session and select a repository if the selected repository will be the one used during setup or will the setup process use the one it thinks is best usually a local mirror?</p>
4923
235
2010-11-09T21:47:48.463
2010-11-10T10:53:41.337
Can one choose a specific repository for the Ubuntu setup process to use when installing from the live CD?
[ "repository", "setup", "installation" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-10T01:55:41.687", "id": "12894", "postId": "12367", "score": "1", "text": "Did you ever try if it works? ;-)", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-10T06:55:12.167", "id": "12948", "postId": "12367", "score...
{ "accepted": true, "body": "<p>Boot into the live session (not installer), open synaptic, change repository, refresh and without restarting open Install Ubuntu from Desktop.</p>\n\n<p>Ubuntu live cd has a virtual RAM drive where changes are recognised.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-10T13:27:56.477", "id": "13006", "postId": "12461", "score": "0", "text": "Good, that is what I was thinking, did you try it?", "userDisplayName": null, "userId": "4923" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-10T10:53:41.337", "id": "12461", "lastActivityDate": "2010-11-10T10:53:41.337", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4782", "parentId": "12367", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Boot into the live session (not installer), open synaptic, change repository, refresh and without restarting open Install Ubuntu from Desktop.</p>\n\n<p>Ubuntu live cd has a virtual RAM drive where changes are recognised.</p>\n", "commentCount": "1", "comments": [ ...
null
null
null
null
null
12368
1
12382
2010-11-09T21:54:57.023
27
3651
<p>For those of you who don't do python programming on ubuntu, ipython is a python shell on steroids, but it has this amazing feature that it not only autcompletes based on known names (i.e. the same way bash does when you press tab), but if you start typing a command and press up, it doesn't scroll through the entire history (like bash) but only through the recent commands that started with the same string of leters. </p> <p>So if you did some long command like <code>scp -r -P 8000 -l user server.com:~/dir/to/copy ./</code> followed by several other commands. If you started typing <code>scp</code> and pressed up, bash would display the command shown before instead of just scrolling through the entire history.</p> <p>Is there an extension like this for bash? or is there any shell that offers this kind of feature?</p>
5042
114
2010-11-09T22:04:32.723
2019-11-15T22:34:31.693
iPython Like Command History For Shell
[ "bash", "command-line" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Bash does have that feature too, but it's not enabled by default. You can bind it to cursor up/down by sticking this into <code>~/.inputrc</code>:</p>\n\n<pre><code>\"\\e[A\": history-search-backward\n\"\\e[B\": history-search-forward\n</code></pre>\n\n<p>I prefer to bind it to <kbd>Ctrl</kbd>+up/down instead:</p>\n\n<pre><code>\"\\e[1;5A\": history-search-backward\n\"\\e[1;5B\": history-search-forward\n</code></pre>\n\n<hr>\n\n<p><strong>edit:</strong> To preserve <kbd>ctrl+left</kbd> and <kbd>ctrl+right</kbd> for moving back and forward in whole words, also include these lines in <code>~/.inputrc</code> file:</p>\n\n<pre><code># mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving\n\"\\e[1;5C\": forward-word\n\"\\e[1;5D\": backward-word\n\"\\e[5C\": forward-word\n\"\\e[5D\": backward-word\n\"\\e\\e[C\": forward-word\n\"\\e\\e[D\": backward-word\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2012-01-23T19:10:01.520", "id": "111945", "postId": "12382", "score": "0", "text": "Using this tip, now I can't use Ctrl+left/right in terminal to jump to next/previous word, which ruins whole purpose for me. Maybe there is workaround?", "userDisplayName": null, "userId": "23539" }, { "creationDate": "2013-04-12T02:19:58.867", "id": "352457", "postId": "12382", "score": "0", "text": "@zetah I edited into the answer my workaround for word moving", "userDisplayName": null, "userId": "21350" }, { "creationDate": "2018-09-05T17:34:25.583", "id": "1759763", "postId": "12382", "score": "3", "text": "To preserve all defaults you can also add `$include /etc/inputrc`, preferably on the first line.", "userDisplayName": null, "userId": "325824" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-09T23:52:16.147", "id": "12382", "lastActivityDate": "2013-04-12T02:33:57.257", "lastEditDate": "2013-04-12T02:33:57.257", "lastEditorDisplayName": null, "lastEditorUserId": "21350", "ownerDisplayName": null, "ownerUserId": "5862", "parentId": "12368", "postTypeId": "2", "score": "31" }
[ { "accepted": null, "body": "<p>Try hitting <kbd>Ctrl</kbd> + <kbd>R</kbd>, and typing a few letters. It works in the reverse order as well.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T22:07:33.867...
null
null
null
null
null
12372
1
null
2010-11-09T22:37:17.503
5
1324
<p>Since the install of Ubuntu Desktop 10.10, any launched programs shows up without a windowborder. </p> <p>I update daily, but the problem remains. Until now I found only one "remedy" that fixes the problem (until the next reboot). This "remedy" is not logical to me and is something I just stumbled upon.</p> <p>On the desktop I choose with a right mouseclick for the option 'Change Desktop Background'. When this window popsup I choose the last tab for 'Visual Effects'. Then I choose any of the options other then 'normal'. The program starts looking for a driver, but fails to find any. At the moment the program reports this back to me.... surprise......all the windowborders are visible and stay that way until I reboot.</p> <p>I can not explain this, but I would like to find a real and permanent solution to this problem.</p>
5856
235
2010-11-09T22:50:44.940
2010-12-19T09:14:44.760
Disappearing window borders after reboot
[ "10.10", "window" ]
7
2
CC BY-SA 2.5
[ { "creationDate": "2010-12-16T13:31:12.693", "id": "18926", "postId": "12372", "score": "0", "text": "Can I please clarify the following: does this happen consistently, every time you log in, or intermittently? Do you normally have \"visual effects\" set to normal, or none?", "userDisplay...
null
[ { "accepted": null, "body": "<p>It's a graphics card driver issue. The driver you are currently using isn't working nicely with compiz. what graphics are and which driver are you using?</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-10T13:58:12.410", "i...
null
null
null
null
null
12373
1
null
2010-11-09T22:42:05.430
0
761
<p>I am looking for a nicely priced touchscreen laptop (not netbook) that works great with Ubuntu. can you help me out? -Thanks!!-</p>
5513
5513
2010-11-09T22:59:14.773
2010-11-10T13:59:27.937
I am looking for a touch screen laptop that works awesome with Ubuntu ( it has to be a Full laptop NOT NETBOOK)
[ "hardware", "laptop" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Buy an <a href=\"http://www.theregister.co.uk/2010/05/31/iped_irobot/\" rel=\"nofollow\">iPed</a> from China. It runs Linux with the touchscreen support. Plus, it is not just \"nicely priced,\" but has an extremely reasonable price tag: $105. </p>\n", "commentCount": "1",...
null
null
2016-12-30T12:06:21.807
null
null
12375
1
null
2010-11-09T23:00:37.427
3
1644
<p>I Just yesterday took the plunge into Linux and Ubuntu. I loaded up 10.10 on my computer and managed to "make" the programs I needed but find an issue with the AC97 sound card. All day and most of the night and day today I tried all the tips and nothing. It seems 10.10 isn't playing nicely with this program :( The program is DSD1.4.1 found here: <a href="http://wiki.radioreference.com/index.php/DSD" rel="nofollow">http://wiki.radioreference.com/index.php/DSD</a> - actually it is links to the two required files under DOWNLOAD. The mbelib-1.2.3-src.tar needs to be worked first as DSD requires this to operate. I got it all done, did the "make" and when I try to run it I get the following:</p> <pre><code>Digital Speech Decoder 1.4.1 mbelib version 1.2.3 ioctl reset error ioctl speed error ioctl stereo error ioctl setfmt eror Audio In/Out Device: /dev/audio </code></pre> <p>I learned today from another user that the two prior versions of Ubuntu work but that 10.10 doesn't. As I said I tried all the tips on both sites but no luck. My internet connection is too slow to DL anything as large as this (17 hours) so I am a bit stuck! The other user also had the exact same issue using 10.10, and the sound still works, just not using the program DSD.... very odd. Hoping someone here can figure out whats going and maybe a fix for it. I later found out it seems no sound cards are working properly but can't verify this one. It does only happen with version 10.10 though. </p> <p>Thank you in advance! John</p>
5858
235
2010-12-26T16:26:37.753
2011-05-21T17:34:54.880
Sound doesn't work with DSD
[ "10.10", "sound" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-10T03:18:45.070", "id": "12908", "postId": "12375", "score": "0", "text": "Does your sound work with other programs?", "userDisplayName": null, "userId": "87" } ]
null
[ { "accepted": null, "body": "<p>The flag here lies in the last line of output that you provided; it demonstrates that the program uses the older, deprecated OSS interface that was removed in 10.10. Have you tried using <code>padsp $program</code> (where $program is the name of the executable that you ran t...
null
null
null
null
null
12376
1
12379
2010-11-09T23:04:13.600
3
555
<p>I've used <code>xbindkeys</code> to associate a hot-key with <code>/usr/bin/test.sh</code> </p> <p>I can run the script two ways now! (well, not always! hence this question.)</p> <p>eg. <code>/usr/bin/test.sh</code> contains </p> <pre><code>#!/bin/sh gedit </code></pre> <ul> <li>Using terminal ... <code>gedit</code> launches </li> <li>Using hot-key ... <code>gedit</code> launches </li> </ul> <hr> <p>However, when <code>test.sh</code> contains</p> <pre><code>#!/bin/sh nautilus </code></pre> <ul> <li>Using terminal ... <code>nautilus</code> launches </li> <li>Using hot-key ... <code>nautilus</code> <strong><em>fails to execute!</em></strong> </li> </ul> <hr> <p>My bash skills are basic, to say the least... Is there some bracket, or quotes thing I need here?... or is there something inately differnt between "nautilus" and "gedit"... is it "xbindkeys"? ... I'm stuck :( </p>
2670
2670
2010-11-10T12:32:09.690
2010-11-10T12:32:09.690
A simple script. A simple binding. So why isn't it simple?
[ "bash", "shortcut-keys" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-10T00:10:18.553", "id": "12877", "postId": "12376", "score": "0", "text": "Do any messages appear in `.xsession-errors` in your home directory when `test.sh` produces no visible effect?", "userDisplayName": null, "userId": "1059" }, { "creationDate": "2...
{ "accepted": true, "body": "<p>How about this?</p>\n\n<pre><code>#!/bin/sh\n/usr/bin/nautilus ~/\n</code></pre>\n\n<p>Perhaps your hot-key manager isn't aware of your PATH.</p>\n", "commentCount": "9", "comments": [ { "creationDate": "2010-11-09T23:34:35.117", "id": "12870", "postId": "12379", "score": "0", "text": "A good thought, but unfortunateley it didn't work... same result... I wonder if it is a permissions thing: **-rwxr-xrwx**, but I think that means read/write/execute for all and sundry!...", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-09T23:40:20.903", "id": "12873", "postId": "12379", "score": "0", "text": "@fred.bear It is not the permission issue. Usually 755 works fine. I should warn you though that you shouldn't set the 'write' permission for 'others' like you do on the file. Correct it with `sudo chmod 755 /usr/bin/test.sh`.", "userDisplayName": null, "userId": "3175" }, { "creationDate": "2010-11-09T23:42:54.957", "id": "12874", "postId": "12379", "score": "0", "text": "How about just specifying `nautilus` for the hot key? Also, what's your hot-key manager? I use xbindkey and compiz command plugin. Both don't exhibit any of the problem you are having.", "userDisplayName": null, "userId": "3175" }, { "creationDate": "2010-11-10T00:35:08.013", "id": "12881", "postId": "12379", "score": "0", "text": "UPDATE: The only **offender** is `nautilus` (see comment attatched to question)", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-10T00:51:55.270", "id": "12886", "postId": "12379", "score": "0", "text": "Gödel: Thanks..I was (partially) aware of the security issue of the write permission, and perhaps a bit more aware now.. Does a script **owned** by root, but executed by a non-sudo'd user have any elevated rights? (... too many years of windows nonchalance).... I am using `xbindkeys-config` to set up the bindings ... I haven't used Compiz Commands yet.... And I have tried `nautilus` directly into *xbindkeys*, but it doesn't work there either.", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-10T01:19:26.930", "id": "12889", "postId": "12379", "score": "0", "text": "**Whoo-Hoo!!**... I've got it!... From the terminal CLI, from Alt+F2, from `alacarte`, a command of just `nautilus` is **enough**... but it seems that for `xbindkeys` it needs a PATH... eg `nautilus ~/` ... so Gödel, you were on the right track..... but I have no idea why it behaves differntly for different launchpads, but I'd better leave \"well enough\" alone :) ... This myth is busted!", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-10T03:13:42.340", "id": "12906", "postId": "12379", "score": "0", "text": "@fred.bear Congrats :) About your question, if the file is owned by root and the user executing it is non-root who is not a member of the group that the file belongs to, then you are assumed to be a stranger and will only have the permission of the last three column of -rwxr-xrwx in your case, i.e. 'rwx' (read, write, execute). If this is case, anybody on your system can change (write) the content of the file, which is why it is dangerous to leave it as it is.", "userDisplayName": null, "userId": "3175" }, { "creationDate": "2010-11-10T05:44:47.750", "id": "12939", "postId": "12379", "score": "0", "text": "Please update the answer that has been marked with the actual anwser and not the question. Housekeeping!", "userDisplayName": null, "userId": "132" }, { "creationDate": "2010-11-10T12:30:57.290", "id": "12994", "postId": "12379", "score": "0", "text": "PS. as it turned out the **only** hard-coded path that was needed is the directory which nautilus opens up to. The full *working* command is now: **`nautilus ~/`**", "userDisplayName": null, "userId": "2670" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-09T23:16:56.470", "id": "12379", "lastActivityDate": "2010-11-10T05:52:08.600", "lastEditDate": "2010-11-10T05:52:08.600", "lastEditorDisplayName": null, "lastEditorUserId": "721", "ownerDisplayName": null, "ownerUserId": "3175", "parentId": "12376", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>How about this?</p>\n\n<pre><code>#!/bin/sh\n/usr/bin/nautilus ~/\n</code></pre>\n\n<p>Perhaps your hot-key manager isn't aware of your PATH.</p>\n", "commentCount": "9", "comments": [ { "creationDate": "2010-11-09T23:34:35.117", "id": "12870", ...
null
null
null
null
null