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
52881
1
52923
2011-07-13T04:29:37.757
0
577
<p>Ok, now I figured out how to sync my music from my iPod Touch with Banshee on Ubuntu 11.04 which wasn't that hard in the first place, pretty much plug and play. My question is, is there a way to copy off my movies that I have on my iPod Touch into Banshee and play them using either Banshee or say, VLC Player? I have...
890
235
2011-07-13T13:24:07.390
2011-07-13T13:38:58.637
Load iPod Touch Videos in Banshee?
[ "11.04", "banshee", "ipod" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This cannot be done because of the security restrictions on the files. iTunes and other movie sources have DRM or other protection enabled on those files, as such it cannot be loaded in non-iTunes systems or systems without the DRM information to unlock it.</p>\n\n<p>However, non-DR...
[ { "accepted": true, "body": "<p>This cannot be done because of the security restrictions on the files. iTunes and other movie sources have DRM or other protection enabled on those files, as such it cannot be loaded in non-iTunes systems or systems without the DRM information to unlock it.</p>\n\n<p>However...
null
null
null
null
null
52884
1
52887
2011-07-13T05:02:26.557
15
1659
<p>When an application becomes default in Ubuntu, does Canonical pay the developer(s) for making it default or do they just use the application for free?</p>
3344
235
2011-07-13T16:25:51.610
2018-11-02T00:52:17.197
Does Canonical pay application developers?
[ "canonical" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>All of the default applications in Ubuntu are <a href=\"http://en.wikipedia.org/wiki/Free_software\" rel=\"nofollow noreferrer\">free software</a>, and in most cases, certainly in all cases that ship on the CD, that means they are not for sale.</p>\n\n<p>If Canonical did pay, it woul...
[ { "accepted": null, "body": "<p>They \"pay\" by contributing any bug fixes, feature upgrades back to the developer, as consistent with the nature of open source software, not to mention the press that such applications get by being included as the default software of a major OS.</p>\n", "commentCount": ...
null
null
null
null
null
52890
1
52891
2011-07-13T07:03:54.770
2
2059
<p>Hi I am looking to set up virtual hosts and I would like to put the files in each user's directory so I have each user and his sites held separately. </p> <p>So for example john would have in /home/jean/public_html: www.site1.com www.site2.com</p> <p>and tony in home/tony/public_html: www.site3.com www.site4.com w...
20711
null
null
2011-07-13T07:24:09.187
How to set up virtual hosts for sites in each user's directory
[ "apache2" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>What you want is called \"virtual mass hosting\", and Apache has <a href=\"http://httpd.apache.org/docs/2.2/vhosts/mass.html\" rel=\"nofollow\">documentation about it</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0...
[ { "accepted": true, "body": "<p>What you want is called \"virtual mass hosting\", and Apache has <a href=\"http://httpd.apache.org/docs/2.2/vhosts/mass.html\" rel=\"nofollow\">documentation about it</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense...
null
null
null
null
null
52903
1
63667
2011-07-13T10:22:36.333
3
6093
<p>I'm running Natty server on the rackspace cloud and rsyslogd as been churning away usin 197% CPU (quad core machine I believe) for the past few days. Is there anything I can do to figure out what is going on?</p>
21536
null
null
2014-09-05T22:04:38.837
rsyslogd using 197% CPU for the past few days
[ "11.04", "server", "cpu-load", "rsyslog" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I know this is old now but I had this issue on a Virtual private server I am running. It was Ubuntu server and I believe it was 10.10.</p>\n\n<p>I found this page: <a href=\"https://bugs.launchpad.net/ubuntu/lucid/+source/rsyslog/+bug/523610\" rel=\"nofollow\">https://bugs.launchpad....
[ { "accepted": null, "body": "<p>Jesse my go-to \"WTF?\" debugging method for something like this is strace.</p>\n\n<p><kbd>Ctrl</kbd>+<kbd>C</kbd> to exit these:</p>\n\n<p>To see what its doing in real time:</p>\n\n<pre><code>sudo strace -p `pidof rsyslogd`\n</code></pre>\n\n<p>To see a summary of where it ...
null
null
null
null
null
52904
1
52906
2011-07-13T10:29:37.820
6
6483
<p>I would like to uninstall some packages, but I find that after I run the <code>sudo apt-get remove &lt;package-name&gt;</code> command I still have log files or other types of files running around. Is there a way I can just remove everything associated? I even had <em>nginx</em> installed and after I removed it I fo...
20711
9025
2013-07-09T11:56:22.140
2013-07-09T11:56:22.140
How to properly remove packages
[ "apt", "package-management", "uninstall" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>That is the proper way, there is no better way available.</p>\n\n<p>Files created into your home dir, or other files created during normal package working, as i.e. log files, do not get removed, and there is no easy way to do so, if the preremove and postremove script do not do so th...
[ { "accepted": true, "body": "<p>That is the proper way, there is no better way available.</p>\n\n<p>Files created into your home dir, or other files created during normal package working, as i.e. log files, do not get removed, and there is no easy way to do so, if the preremove and postremove script do not ...
null
null
null
null
null
52910
1
52927
2011-07-13T11:58:32.087
2
9261
<p>I get “signal out of range” displayed on screen after boot up from fresh Ubuntu installation, if flashes grup in corner for half a sec then it goes to “No Input Signal”, anyone got a clue how to get the grub to load in diffrent resolution with out have access to the file system? </p> <p>if not i guess my only optio...
1085
235
2011-07-13T13:24:21.260
2013-03-17T03:05:06.267
“signal out of range” when starting grub after server installation
[ "11.04", "grub2", "installation" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Boot from the live cd and open a terminal. Assuming your root is on /dev/sda1, then do this:</p>\n\n<pre><code>sudo -s\nmount -t ext4 /dev/sda1 /mnt\ngedit /mnt/etc/default/grub\nfor f in sys proc dev ; do mount --bind /$f /mnt/$f ; done\nchroot /mnt\nupdate-grub\n</code></pre>\n\n<...
[ { "accepted": true, "body": "<p>Boot from the live cd and open a terminal. Assuming your root is on /dev/sda1, then do this:</p>\n\n<pre><code>sudo -s\nmount -t ext4 /dev/sda1 /mnt\ngedit /mnt/etc/default/grub\nfor f in sys proc dev ; do mount --bind /$f /mnt/$f ; done\nchroot /mnt\nupdate-grub\n</code></p...
null
null
null
null
null
52912
1
53017
2011-07-13T12:26:46.387
3
681
<p>When I first installed Ubuntu a couple years ago, I set it up with a software RAID using the Ubuntu alternate install disk. I have two 500 GB drives in the RAID.</p> <p>A few days ago, one of the drives failed. I had to switch the boot order of the drives in the computer's BIOS, but other than that, the computer ke...
17041
17041
2011-07-13T14:18:30.143
2011-07-13T23:42:43.467
How do I get a new drive integrated into my software RAID?
[ "11.04", "hard-drive", "raid", "format" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T13:48:09.457", "id": "59178", "postId": "52912", "score": "1", "text": "That depends on your existing partition layout. Edit your question to include the output of `sudo fdisk -lu` and `df -h` and `cat /proc/mdstat`", "userDisplayName": null, "userId": "850...
{ "accepted": true, "body": "<p>Answer found <a href=\"https://serverfault.com/questions/278332/ubuntu-raid-replacing-drive\">here</a>.</p>\n\n<p>Basically, just use gnome-disk-utility (Under System->Administration in Gnome). Point and click. Nice and easy.</p>\n", "commentCount": "1", "comments": [ { ...
[ { "accepted": null, "body": "<p>You need to first copy the partition table from sda to sdb. You can do it manually, or this explains a clever way to do it:</p>\n\n<p><a href=\"http://www.sharktooth.de/doku.php/linux:clone_disc_partition\" rel=\"nofollow\">http://www.sharktooth.de/doku.php/linux:clone_disc_p...
null
null
null
null
null
52917
1
53000
2011-07-13T13:11:04.523
4
1664
<p>After using both Ubuntu 11.04 (for Unity) and Fedora 15 (for GNOME 3), I've reverted back to Ubuntu 10.10 for its better classic gnome experience, and have no plans to upgrade until Oneiric releases (for its Unity and GNOME 3 compatibility altogether), and since 10.10 is older now, the VLC media player in its offici...
12242
235
2011-07-13T13:24:37.187
2011-07-13T22:44:02.830
VLC media player stable PPA for 10.10?
[ "10.10", "ppa", "vlc" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T13:24:38.243", "id": "59175", "postId": "52917", "score": "4", "text": "What's problematic about 11.04's classic gnome? I'm using it on several computers and did not notice problems yet.", "userDisplayName": null, "userId": "15110" }, { "creationDate...
{ "accepted": true, "body": "<p>There is an extensive PPA <a href=\"https://launchpad.net/~maverick-bleed/+archive/ppa\" rel=\"nofollow\">here</a> - which is very similar to the <a href=\"https://launchpad.net/~lucid-bleed/+archive/ppa\" rel=\"nofollow\">lucid bleeding edge ppa</a> (and with the same author) - will...
[ { "accepted": true, "body": "<p>There is an extensive PPA <a href=\"https://launchpad.net/~maverick-bleed/+archive/ppa\" rel=\"nofollow\">here</a> - which is very similar to the <a href=\"https://launchpad.net/~lucid-bleed/+archive/ppa\" rel=\"nofollow\">lucid bleeding edge ppa</a> (and with the same author...
null
null
null
null
null
52921
1
52922
2011-07-13T13:18:40.603
2
289
<p>Sorry if I asking old question.</p> <p>I had only ubuntu on my laptop, then I installed Windows 7 on other partition. I thought that I will be choosing OS when computer boots, but it always loads Windows 7 and don't give any choose option. </p> <p>From ancient times it was normal to have XP, then install Linux, it...
17813
10616
2011-07-13T13:22:29.523
2011-12-30T04:53:06.997
Ubuntu, then Windows 7 was installed, how to switch them?
[ "grub2", "dual-boot" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Boot to a live cd. Load up the system under \"Try ubuntu\". Open a terminal. Type <code>sudo install /dev/sd?</code> replacing the ? with the proper letter of the main drive (this will likely be an <code>a</code>, resulting in <code>sudo grub-install /dev/sda</code>).</p>\n\n<p>Af...
[ { "accepted": true, "body": "<p>Boot to a live cd. Load up the system under \"Try ubuntu\". Open a terminal. Type <code>sudo install /dev/sd?</code> replacing the ? with the proper letter of the main drive (this will likely be an <code>a</code>, resulting in <code>sudo grub-install /dev/sda</code>).</p>\...
null
null
null
null
null
52925
1
52926
2011-07-13T13:45:03.077
7
7745
<p>I'm trying to install 'pyskein' from the Python package index (<code>sudo easy_install3 skein</code>), but the installation fails with this error:</p> <pre><code>src/threefish.c:23:20: fatal error: Python.h: No such file or directory compilation terminated. error: Setup script exited with error: command 'gcc' faile...
1067
null
null
2011-07-13T13:45:59.847
"command 'gcc' failed" when trying to install a Python package from pypi
[ "python", "programming", "gcc" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Your system is missing the Python headers. To fix this, run</p>\n\n<pre><code>sudo apt-get install python-dev\n</code></pre>\n\n<p>or</p>\n\n<pre><code>sudo apt-get install python3-dev\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
[ { "accepted": true, "body": "<p>Your system is missing the Python headers. To fix this, run</p>\n\n<pre><code>sudo apt-get install python-dev\n</code></pre>\n\n<p>or</p>\n\n<pre><code>sudo apt-get install python3-dev\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": n...
null
null
null
null
null
52928
1
null
2011-07-13T14:28:03.027
3
3907
<p>I can rename my workspace by going into my WorkSpace Switcher Preferences:</p> <p><img src="https://i.stack.imgur.com/Wgpwn.png" alt="enter image description here"></p> <p>Does anyone know a quicker way to rename my current workspace (Maybe something with GnomeDo)?</p>
2333
null
null
2011-07-13T15:45:49.630
Quickly Rename Current Workspace
[ "workspaces" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2016-07-25T13:50:52.747", "id": "1211725", "postId": "52928", "score": "0", "text": "For lurkers like me wondering how the shown preferences dialog helps in renaming, the trick is to double-click the name in the 'Workspace names' listing. There is no contextual menu in this li...
null
[ { "accepted": null, "body": "<p>If you're using metacity, you could edit or create a bash script to edit it directly in gconf I guess:</p>\n\n<pre><code>~/.gconf/apps/metacity/workspace_names/%gconf.xml\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "cont...
null
null
null
null
null
52933
1
89480
2011-07-13T14:54:40.830
6
5647
<p>I can scroll with 2 fingers with my touchpad on Win7 but when I switch to Ubuntu 10.04 it doesn't work, the option is greyed out.</p> <p>Could anyone help?</p> <ul> <li>My touchpad is Synaptics V7.2 PS/2 Port</li> </ul> <p><img src="https://i.stack.imgur.com/oUP7Q.png" alt="Can&#39;t click"></p>
11540
235
2011-07-15T23:38:54.413
2012-07-07T07:56:38.233
Two finger scrolling on touchpad
[ "10.04", "laptop", "touchpad" ]
6
7
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T15:07:53.300", "id": "59195", "postId": "52933", "score": "0", "text": "Could you please provide a bit more info? Such as PC Make/Model and the like...", "userDisplayName": null, "userId": "890" }, { "creationDate": "2011-07-13T15:44:03.920", "id...
{ "accepted": true, "body": "<p>I have tried few solutions but it didn't work however I found out that you can scroll placing one finger to the right of touchpad and going up or down. <img src=\"https://i.stack.imgur.com/NILKd.jpg\" alt=\"enter image description here\"></p>\n", "commentCount": "0", "comments": ...
[ { "accepted": null, "body": "<p>In Ubuntu this option is disabled by default, go to System > Preferences > Mouse, in the Touchpad tab select \"Two-finger scrolling\" and that's done.\n<img src=\"https://i.stack.imgur.com/A1af3.png\" alt=\"Select Two-finger scrolling\"></p>\n", "commentCount": "2", "...
null
null
null
null
null
52934
1
52956
2011-07-13T14:57:25.617
1
673
<p>I have used Mumble and Teamspeak in the Ubuntu Server. Mumble is suppose very low latency but the client is horrible. At least compared to Teamspeak. the memory usage was good. The configuration and installation was a little complicated.</p> <p>For teamspeak the low latency is not as better as mumble but the client...
7035
null
null
2011-07-13T16:14:29.610
What VOIP servers for Ubuntu can I find that have very low latency
[ "11.04", "server", "voip" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T15:46:56.450", "id": "59208", "postId": "52934", "score": "0", "text": "I'm confused by your question. Latency and lag are determined by distance to server, not by the software. I run 6 TS servers off of a box I own on Ubuntu and it all operates smoothly and efficie...
{ "accepted": true, "body": "<p>I think that you best choice for low latency VOIP is Mumble, and that the way to go through this is to familiarise better with how the client works or gets configured.</p>\n\n<p>The initial setup of Mumble has several steps, which are required in order to get the best results. There ...
[ { "accepted": true, "body": "<p>I think that you best choice for low latency VOIP is Mumble, and that the way to go through this is to familiarise better with how the client works or gets configured.</p>\n\n<p>The initial setup of Mumble has several steps, which are required in order to get the best results...
null
null
null
null
null
52935
1
null
2011-07-13T14:58:03.337
3
1459
<p>My ATI Radeon Video Card still has quite bad performance in Ubuntu 11.04 My Laptop is Acer Aspire 4820TG My Graphic card is ATI MOBILITY RADEON 5650</p>
21547
null
null
2012-04-28T07:56:50.330
Acer Aspire 4820tg Graphic card driver
[ "drivers", "video" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I have that laptop too. I couldn't get that Radeon to works well on my Ubuntu, so I <strong>completely powered off it</strong> following that guide:</p>\n\n<blockquote>\n <p><a href=\"https://wiki.archlinux.org/index.php/Acer_Aspire_TimelineX_4820TG#Switchable_Graphics\" rel...
null
null
null
null
null
52958
1
null
2011-07-13T16:27:11.403
2
1704
<p>I have a POP3 email account, that I do not use anymore. It is on a server out of my control.</p> <p>Several of my contacts keep on sending email to that address, though I told them. So I decided to set an autoresponse saying "I do not read at this address anymore, write to that other address".</p> <p>I need a litt...
2647
null
null
2011-08-02T10:11:25.463
A simple email autoresponder
[ "command-line", "scripts", "automation", "mail" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2012-02-23T22:39:26.433", "id": "124851", "postId": "52958", "score": "0", "text": "are you still looking for an answer here?", "userDisplayName": null, "userId": "46312" }, { "creationDate": "2012-02-24T08:16:24.440", "id": "125016", "postId": "52958",...
null
[ { "accepted": null, "body": "<p>Here is an easy way to set up an email autoresponder using thunderbird :</p>\n\n<ol>\n<li>Click on <strong>write</strong>, and compose you response.</li>\n<li>Save it as a <strong>template</strong></li>\n<li>Go to <strong>tools</strong>, <strong>message filters</strong></li>\...
null
null
null
null
null
52960
1
53644
2011-07-13T16:43:25.140
22
23253
<p>I am trying to use notify-send, but it doesn't display.</p> <p>I am reasonably sure I have the correct packages installed, but I am not expert in configuring the notification settings.</p> <p>I know I have some sort of notification package working - I get notifications from Pidgin (sporadically).</p> <p>What is t...
19529
158442
2018-06-11T08:12:35.030
2018-06-11T08:12:35.030
notify-send does nothing, yet, libnotify is installed
[ "libnotify" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There are no special configuration files as far as I know so I would try and reinstall the package</p>\n\n<pre><code>sudo apt-get --reinstall install libnotify-bin notify-osd\n</code></pre>\n", "commentCount": "6", "comments": [ { "creationDate": "2012-07-05T12:39:36.58...
[ { "accepted": null, "body": "<p>You need to install <code>libnotify-bin</code> to be able to use the \"notify-send\" command.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-07-13T20:58:24.640", "id": "59256", "postId": "52989", "score": "0", ...
null
null
null
null
null
52963
1
82965
2011-07-13T17:13:15.757
289
903013
<p>How do I set the bootloader so that in my dualboot with Windows 7/Ubuntu 11.04, Windows start up as standard instead of Ubuntu?</p>
21556
169736
2013-12-24T23:23:58.630
2022-12-24T17:21:20.197
How do I set Windows to boot as the default in the boot loader?
[ "grub2" ]
16
1
CC BY-SA 3.0
[ { "creationDate": "2020-08-21T08:15:01.830", "id": "2148415", "postId": "52963", "score": "0", "text": "Can't post an answer here as I am 'not active enough'... but here is a much easier solution without needing to install anything: `dpkg-divert --divert /etc/grub.d/31_linux --rename /etc/grub.d...
{ "accepted": true, "body": "<h1>Customizing the <code>/etc/default/grub</code> file</h1>\n<p>There are two ways of doing this using editing a grub file. These are described in the <a href=\"https://help.ubuntu.com/community/Grub2#Configuring_GRUB_2\" rel=\"noreferrer\">Ubuntu Community Documentation Grub2 page</a>...
[ { "accepted": null, "body": "<p>Next time you boot your machine, count in shich position Windows 7 is placed in GRUB menu. (remember you have to count from 0 - i.e. if Windows is in the third row, then its position is 2 and so on).\nBoot into ubuntu, open a terminal and write </p>\n\n<pre><code>sudo gedit /...
null
null
null
null
null
52965
1
null
2011-07-13T17:37:31.410
1
8126
<p>After I experienced serious not yet resolved <a href="https://unix.stackexchange.com/questions/13913/nautilus-has-become-slow">performance issues with Nautilus</a> I decided to move to XUbuntu so I installed its metapackage from Ubuntu and started using it. It turns out that the archive plugin for Thunar (provides t...
10759
-1
2017-04-13T12:37:16.260
2013-04-26T15:18:49.757
thunar-archive-plugin not working
[ "compression", "thunar", "file-roller" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Is </p>\n\n<p><code>sudo apt-get update; sudo apt-get install xarchiver</code> </p>\n\n<p>installed?</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-07-14T16:08:44.147", "id": "59411", "postId": "53010", "score"...
null
null
null
null
null
52970
1
52976
2011-07-13T18:18:15.443
7
2626
<p>I would like to convert a whatever-type video file into an ISO image I could then burn to a DVD (on another computer) - so that the final disc is playable on a regular DVD player.</p> <p>I already have <code>ffmpeg</code> installed with medibuntu, and mpeg output support does seem to work.</p> <p>Is there a comman...
8914
null
null
2022-09-02T11:40:22.560
Authoring a DVD into an image file, from command line
[ "command-line", "video", "dvd", "ffmpeg", "cd-image" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You need specifically mpeg2 output (mpeg1 will do, if you don't mind the loss of resolution, but mpeg4 is outside the spec). You probably want PAL 720x576 25fps 16:9, with MPEG-1 or AC3 audio; or for NTSC 720x480 and 23.97fps (or whatevs). However, you can use the \"dvd\" target pres...
[ { "accepted": true, "body": "<p>You need specifically mpeg2 output (mpeg1 will do, if you don't mind the loss of resolution, but mpeg4 is outside the spec). You probably want PAL 720x576 25fps 16:9, with MPEG-1 or AC3 audio; or for NTSC 720x480 and 23.97fps (or whatevs). However, you can use the \"dvd\" tar...
null
null
null
null
null
52971
1
98624
2011-07-13T18:34:00.117
10
8273
<p>What is the Ubuntu equivalent of this interface?</p> <p><a href="http://community.spiceworks.com/how_to/show/1476" rel="noreferrer"><img src="https://i.stack.imgur.com/plelV.png" alt="How to log off a user in windows 7"></a></p> <p>I am looking for a user-friendly method that the owner of a computer can use to log...
1859
1859
2011-10-25T16:50:33.743
2017-06-12T13:47:53.587
What is a user-friendly way to log off other users?
[ "users", "administration", "logout" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2017-06-12T13:54:14.073", "id": "1461351", "postId": "52971", "score": "1", "text": "There is no equivalent GUI interface that I know of for this.", "userDisplayName": null, "userId": "10616" } ]
{ "accepted": true, "body": "<p>I don't know of any place where this is plumbed through to the GUI. </p>\n\n<pre><code>sudo pkill -u &lt;username&gt; \n</code></pre>\n\n<p>is really the simple way to do it, followed by </p>\n\n<pre><code>sudo pkill -KILL -u &lt;username&gt;\n</code></pre>\n\n<p>a bit later if it d...
[ { "accepted": null, "body": "<p>From an Administration point of view, there really is no better GUI than your terminal</p>\n\n<p><img src=\"https://i.stack.imgur.com/A4lPm.png\" alt=\"Terminal command\"></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-07-13T20:27:36....
null
null
null
null
null
52974
1
52983
2011-07-13T18:58:28.330
8
1630
<p>When switching between programs using alt-tab I prefer the program/window title to be displayed as well as the picture of the program.</p> <p>This is especially useful when I have multiple editor windows open and want to alt-tab to another file. Presently I must try to peer at the content of the small picture of th...
21559
235
2011-07-13T19:06:59.567
2017-03-18T08:14:39.420
How to make alt-tab diplay names of the program/window title?
[ "11.04", "unity", "window-manager" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The window border is not displayed this way and it works with <kbd>Super</kbd> + <kbd>W</kbd> instead of <kbd>Alt</kbd> + <kbd>Tab</kbd>, but the window title will appear in the middle of the preview window:</p>\n\n<ol>\n<li>Start <a href=\"http://packages.ubuntu.com/compizconfig-set...
[ { "accepted": true, "body": "<p>The window border is not displayed this way and it works with <kbd>Super</kbd> + <kbd>W</kbd> instead of <kbd>Alt</kbd> + <kbd>Tab</kbd>, but the window title will appear in the middle of the preview window:</p>\n\n<ol>\n<li>Start <a href=\"http://packages.ubuntu.com/compizco...
null
null
null
null
null
52978
1
53118
2011-07-13T19:30:39.550
1
286
<p>I am having a problem with the Display on my Laptop running Ubuntu 10.04</p> <p>Since last few days, I am using the laptop in low-graphics mode. When I try to run the command <code>glxinfo</code>, I get a error message </p> <blockquote> <p>xlib extension glx missing on display !:1.0</p> </blockquote> <p>and cau...
21560
235
2011-07-27T01:39:04.290
2011-07-27T01:39:04.290
Problem with the Display after moving hard drive from one laptop to another
[ "xorg" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T20:44:44.010", "id": "59251", "postId": "52978", "score": "0", "text": "How did you install the NVIDIA drivers in the first place? Did you use the proprietary driver tool in Ubuntu (System->Administration->Drivers -- I think [my Ubuntu boxes aren't here]), or did y...
{ "accepted": true, "body": "<p>Try this</p>\n\n<p>Run <code>sudo dpkg-reconfigure xserver-xorg</code>. This should cause X to reconfigure itself. The appropriate driver (i915) should get automatically chosen.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-15T09:36:33.160", ...
[ { "accepted": null, "body": "<p>The driver should have an uninstall switch like so:</p>\n\n<pre><code>sudo sh NVIDIA* --uninstall\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-13T20:14:15.543", "id": "59244", "postId": "52979", ...
null
null
null
null
kirancshet
52982
1
null
2011-07-13T20:06:46.680
1
893
<p>I just did a fresh install of Ubuntu 11.04 and used Banshee to sync my music from my iPod onto my computer. When I turned my iPod back on (it's jailbroken) the album artwork was messed up and placed to incorrect albums, but on Banshee the album artwork is placed to each correct album.</p> <p>How do I fix this?</p>
21563
890
2011-07-14T02:03:03.410
2014-04-25T09:37:32.870
Banshee messes up album artwork when syncing with iPod
[ "banshee", "ipod" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-13T23:35:19.400", "id": "59277", "postId": "52982", "score": "1", "text": "I have a feeling it's because your iPod is jailbroken. I plugged mine in and it didn't cause any issues even remotely close to that... I will certainly do a search for you though...", "userD...
null
[ { "accepted": null, "body": "<p>It happened to mine as well, and it's not jailbroken. Here's a list of what I actually did\n1. In iPod go to Settings>General>Reset>Erase All Content and Settings. Obviously this option will erase all your music, videos and apps in your iPod.\n2. Wait for it to finish.\n3. Sy...
null
null
null
null
null
52984
1
52988
2011-07-13T20:17:30.613
4
2177
<p>Yesterday when I tried to update packages, I received a message asking me if I want to install an unsigned package. I clicked no and stopped the update.</p> <p>Today I updated all packages without the message.</p> <p>So, what are unsigned packages and should I install them?</p> <ul> <li>I've done a <code>sudo apt...
6228
235
2011-07-14T13:46:22.210
2011-07-14T13:52:25.397
Should I install unsigned packages?
[ "package-management", "security" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You should NOT trust unsigned packages. From a security standpoint, a signed package means that the person who made it used a PGP key that is owned by them to say \"I created this package, and I verify its authenticity!\" Unsigned packages are risky because you have no idea who the...
[ { "accepted": true, "body": "<p>You should NOT trust unsigned packages. From a security standpoint, a signed package means that the person who made it used a PGP key that is owned by them to say \"I created this package, and I verify its authenticity!\" Unsigned packages are risky because you have no idea...
null
null
null
null
null
52986
1
52997
2011-07-13T20:22:17.947
4
5197
<p>I'm currently reading <em>Operating System Concepts</em> 7th edition by Silberschartz, Galvin and Gagne. At the end of chapter 2, there is an exercise "Add a system call to the Linux Kernel". Unfortunately, I realized the directory structure that the authors used is completely different with Ubuntu's one. For exampl...
9440
235
2011-07-13T20:28:07.950
2017-03-02T07:45:29.900
How to add a system call to the Linux Kernel?
[ "kernel", "programming" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Ubuntu doesn't do anything special. Your first difficulty is that you don't have the kernel source installed, only kernel headers. The authors are describing a system with a copy of the kernel source in <code>/usr/src/linux-2.x</code>. If you're only compiling external modules, the h...
[ { "accepted": null, "body": "<p><code>/usr/src/linux-headers-2.6.38-10-generic/include/linux/unistd.h</code></p>\n\n<p>or in future kernels:</p>\n\n<p><code>/usr/src/linux-headers-KERNEL_VERSION/include/asm-generic/unistd.h</code></p>\n\n<p>:)</p>\n", "commentCount": "0", "comments": [], "commun...
null
null
null
null
null
52987
1
53097
2011-07-13T20:23:13.760
1
265
<p>On my Ubuntu 11.04 64-bit system, this morning the Update Manager wanted to install the 2.6.38-10-generic kernel, so I let it. I haven't noticed any difference except that memory no longer seems to leak. Usually, after awhile the memory usage increases gradually and doesn't drop much, even when I close programs, b...
19610
null
null
2011-07-14T15:08:06.540
Does the kernel 2.6.38-10-generic plug a memory hole?
[ "kernel", "memory" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>After a day of using the new kernel (2.6.38-10.46) that Ubuntu's Software Update wanted to install on my system, I can say that there is no doubt that it has made a significant and very noticeable difference in memory usage. I ran everything I could so I could get memory usage up, a...
[ { "accepted": null, "body": "<p>There are changelogs for the kernel packages. I recommend you read them, they usually detail the various changes to the packages/kernels, including reasons for the update to the package. (this answer was converted from a comment which I posted to this thread and removed afte...
null
null
null
null
null
53001
1
null
2011-07-13T23:00:57.807
5
2803
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/80013/how-to-pin-eclipse-indigo-to-ubuntu-11-10">How to pin eclipse indigo to Ubuntu 11.10?</a> </p> </blockquote> <p>I know how to download Eclipse, and I figured I would put it in /opt, but how can I get it in th...
13296
-1
2017-04-13T12:24:49.530
2011-11-17T12:46:29.280
How do I add Eclipse Indigo to the launcher?
[ "unity", "eclipse" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-11-17T15:41:51.047
null
null
53014
1
53128
2011-07-13T23:17:48.417
25
10189
<p>There are numerous ways to build Debian packages in a clean and reproducible environment. Two of the most frequently used are pbuilder and sbuild. Personally, I've always used pbuilder. I find pbuilder much easier to use and maintain. I haven't been able to find any side by side comparison of the two. What am I miss...
570
null
null
2022-02-15T10:29:06.997
Why use sbuild over pbuilder?
[ "packaging", "pbuilder" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>sbuild and pbuilder have developed over the years to have nearly identical functionality, and as features are added to either, they tend to be quickly adopted by the other.</p>\n\n<p>As Debian packaging is a policy-driven format, it is a significant aid in determining whether a given...
[ { "accepted": true, "body": "<p>sbuild and pbuilder have developed over the years to have nearly identical functionality, and as features are added to either, they tend to be quickly adopted by the other.</p>\n\n<p>As Debian packaging is a policy-driven format, it is a significant aid in determining whether...
null
null
null
null
null
53018
1
53023
2011-07-13T23:54:38.510
0
8275
<p>If I don't have a hardware that supports 3D acceleration, is it possible to run Gnome 3? If no, is there some work on it and where I can go to get tunned about the progress of it?</p> <p>Just one extra doubt: I run Unity 3D not Unity 2D, but my hardware doesn't support 3D acceleration, is it possible? If no, maybe ...
21195
235
2011-07-14T02:57:22.363
2011-07-14T02:57:22.363
Is it possible to run Gnome 3 without 3D acceleration hardware?
[ "11.04", "hardware", "gnome" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>GNOME 3 has GNOME Shell (requires 3D acceleration) and GNOME Fallback (does not require 3D acceleration, it's similar to the traditional GNOME 2 Panel).</p>\n\n<p>There are no plans to make GNOME Shell to work without 3D acceleration, so sadly you are out of luck.</p>\n\n<p>Reading y...
[ { "accepted": true, "body": "<p>GNOME 3 has GNOME Shell (requires 3D acceleration) and GNOME Fallback (does not require 3D acceleration, it's similar to the traditional GNOME 2 Panel).</p>\n\n<p>There are no plans to make GNOME Shell to work without 3D acceleration, so sadly you are out of luck.</p>\n\n<p>R...
null
null
null
null
null
53019
1
null
2011-07-13T23:58:41.797
1
8247
<p>Î'm trying to play some videos which were encoded using the x264 video codec with 1080p but using vlc it plays like a slideshow.</p> <p>Do you think that the cause of this problem is because of my low-spec laptop? (intel core duo T5800 @ 2GHZ)</p>
4219
4219
2011-07-14T00:08:21.627
2011-09-30T05:13:05.630
How to watch videos that have 1080p, using x264 video codec and AC3 for audio?
[ "video", "vlc", "codecs", "totem" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T21:44:59.823", "id": "59468", "postId": "53019", "score": "0", "text": "please add to your question your graphics card - together whether you have added any Additional Hardware Drivers (if so what?) - lspci | grep VGA", "userDisplayName": null, "userId": "14...
null
[ { "accepted": null, "body": "<p>Maybe your laptop has a weak graphics card or heat problems. What does totem do?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-14T07:05:29.537", "id": "53051", "l...
null
null
null
null
null
53027
1
null
2011-07-14T01:21:19.510
0
403
<p>I am using 11.04 with Gnome 3 installed. Before I log in I am prompted to choose in which environment I want to log in. Among the possible selections is gnome, how can I set the default choice?</p>
1177
1177
2011-07-17T15:33:31.910
2011-07-17T15:33:31.910
How can I set the default log in session?
[ "11.04", "login", "gnome", "login-screen" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Well - I'm using 10.04 and xUbuntu, and with german menu translation, which is a bit different, but you should as well have a section <code>settings</code> where a lot of settings are. </p>\n\n<p>There you should find a group 'session and starting' or similar. There you shoul...
null
null
null
null
null
53028
1
107710
2011-07-14T01:26:22.900
2
9791
<p>I'm using Chrome's integrated flash plugin (10. something) under Ubuntu 11.04 x64, and cant get the camera work with Flash (example: have a webchat via google talk on Gmail).</p> <p>I get the message "camera not detected". The camera <em>does</em> work in Cheese (in black and white though).</p> <p>Any ideas?</p>
15916
6005
2011-08-08T15:31:02.533
2012-02-25T18:12:31.777
Webcam not detected by Flash
[ "11.04", "flash", "webcam" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-08T15:39:15.027", "id": "63722", "postId": "53028", "score": "0", "text": "Have you got the Google Voice and Video Chat plugin? - http://www.google.com/chat/video", "userDisplayName": "user4815", "userId": null }, { "creationDate": "2012-02-25T14:26:01....
{ "accepted": true, "body": "<p>After a few months and few flash updates, the camera worked.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-02-25T18:12:31.777", "id": "107710", "lastActivityDate": "2012-02-25T18:12:31.77...
[ { "accepted": null, "body": "<p>In my experience with this issue, Flash Player is experiencing some kind of problem to handle several video sources (which may not be your case). In my computer I have several video sources, and somehow it seems that Flash Player can reach the TV Tuner but is having problems ...
null
null
null
null
null
53031
1
57268
2011-07-14T01:53:08.477
3
1026
<p>As the title of the question says, how can I install the version of the light themes from Maverick in 10.04.2 64 bit? I've followed <a href="http://www.techdrivein.com/2010/08/how-to-install-updated-light-themes-for.html" rel="nofollow">these instructions</a> but I don't see any difference after restarting, and when...
5674
235
2011-07-14T02:01:40.990
2015-10-09T04:04:28.983
How can I install 10.10's Light Themes in 10.04?
[ "10.04", "themes" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T02:18:45.427", "id": "59289", "postId": "53031", "score": "0", "text": "Did you try enabling backports first?", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-07-14T02:30:52.653", "id": "59290", "postId": "53031", "...
{ "accepted": true, "body": "<p>Check this, it worked very well for me: <a href=\"https://launchpad.net/~glasen/+archive/ubuntu-artwork-backport\" rel=\"nofollow\">https://launchpad.net/~glasen/+archive/ubuntu-artwork-backport</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "co...
[ { "accepted": null, "body": "<p>You can get them using <a href=\"http://ubuntu-tweak.com/\" rel=\"nofollow\"><strong>Ubuntu Tweak</strong></a>. See <a href=\"http://ubuntu-tweak.com/source/webupd8team-light-themes/\" rel=\"nofollow\">light themes</a>.</p>\n\n<p>Or alternatively using <a href=\"http://www.we...
null
null
null
null
null
53032
1
54110
2011-07-14T02:08:38.317
17
20656
<p>In Gnome 3 on the top right corner I have this universal access icon with all these options which I am not intending to use in the meanwhile. How can I disable/hide the useless for me icon there?</p>
1177
1177
2011-07-14T11:30:58.613
2021-04-03T11:53:22.923
How can I disable the Universal Access Settings icon?
[ "gnome" ]
10
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Edit the file <code>/usr/share/gnome-shell/js/ui/panel.js</code></p>\n\n<p>Comment out this line like so:</p>\n\n<pre><code>//'a11y': imports.ui.status.accessibility.ATIndicator,\n</code></pre>\n\n<p><a href=\"http://conjurecode.com/disable-the-universal-access-accessibility-menu-in-...
[ { "accepted": null, "body": "<p>There is an extension for that called GNOME Shell noa11y, which removes the Accessibility icon from the GNOME Shell system status area.</p>\n\n<p>more information <a href=\"http://www.webupd8.org/2011/05/more-gnome-shell-extensions-mediaplayer.html\" rel=\"nofollow\">here</a>...
null
null
null
null
null
53038
1
null
2011-07-14T03:23:51.153
81
74178
<p>In the the past I used to use <code>xmodmap</code> to prevent the <kbd>Caps Lock</kbd> button from working, and then tell <a href="http://www.launchy.net/" rel="noreferrer">Launchy</a> to handle the key press instead. I can't seem to do this anymore.</p> <p>What is the best way to disable <kbd>Caps Lock</kbd>'s nor...
8678
8678
2018-10-01T20:33:43.757
2018-10-01T20:33:43.757
How do I remap the caps lock key?
[ "xorg", "keyboard", "shortcut-keys" ]
11
1
CC BY-SA 4.0
[ { "creationDate": "2015-12-31T20:34:58.477", "id": "1055477", "postId": "53038", "score": "1", "text": "For Ubuntu 14.04, see http://askubuntu.com/q/444714/25388", "userDisplayName": null, "userId": "25388" } ]
null
[ { "accepted": null, "body": "<p>You can disable it by going to keyboard-&gt;Layouts-&gt;options-&gt;caps lock behavior and choose &quot;disable caps lock&quot; .</p>\n<hr />\n<p><strong>Edit</strong>:</p>\n<p>I don't know why it seems inconvenient with another Keyboard keys.</p>\n<p>But Launchy works fine w...
null
null
null
null
null
53042
1
53147
2011-07-14T04:06:10.947
2
1345
<p>I'm trying to install Ubuntu 10.04 on a SATA drive on a desktop computer. It's a 2 TB hitachi. If I go through the standard install process, I get an fsync error. The drive showed up in the installer. When I swapped to the terminal and did an <code>fdisk -l</code>, it showed the other drives, but instead of sda, I g...
658
-1
2017-04-13T12:24:01.050
2011-07-15T01:19:05.993
Installing Ubuntu on a SATA drive
[ "hardware", "installation", "sata" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T06:42:38.723", "id": "59331", "postId": "53042", "score": "2", "text": "I suggest you check drive for hardware defects with [Hitachi Drive Fitness Test](http://www.hitachigst.com/support/downloads/), check cables etc.. Is this a new drive? What was on it before, how...
{ "accepted": true, "body": "<p>Apparently the problem was that I was trying to install off of a USB stick. I'm guessing that there was some problem with <code>/dev/sda</code> when the installer booted off of <code>/dev/sdb</code>. </p>\n\n<p>My only guess is that there's some conflict between the serial-ness of th...
[ { "accepted": true, "body": "<p>Apparently the problem was that I was trying to install off of a USB stick. I'm guessing that there was some problem with <code>/dev/sda</code> when the installer booted off of <code>/dev/sdb</code>. </p>\n\n<p>My only guess is that there's some conflict between the serial-ne...
null
null
null
null
null
53050
1
53064
2011-07-14T06:57:05.337
1
4167
<p>In Ubuntu 2011.04, I want to install an SMTP server for development tests, so I did this:</p> <ul> <li>sudo apt-get install postfix</li> <li>Choosed <code>local</code> because I only want to access it from my computer</li> <li>Entered <code>nico</code> (my machine's name, pingable) as mail host name</li> </ul> <p>...
4066
null
null
2012-02-29T05:42:57.817
Installed local postfix, Thunderbird unable to use it
[ "thunderbird", "postfix", "smtp" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I typically use 'Internet site with smarthost' for postfix running on my laptop, and specify my company's SMTP server as the smarthost. For a computer that doesn't roam between networks, it would be fine to specify your ISP's SMTP server as the smarthost. If you have a Google accou...
[ { "accepted": true, "body": "<p>I typically use 'Internet site with smarthost' for postfix running on my laptop, and specify my company's SMTP server as the smarthost. For a computer that doesn't roam between networks, it would be fine to specify your ISP's SMTP server as the smarthost. If you have a Goog...
null
null
null
null
null
53054
1
53062
2011-07-14T08:02:14.490
2
18547
<p>I have enable switcheroo in kernel config . Why is there not /sys/kernel/debug/vgaswitcheroo/switch ?</p> <blockquote> <p>Linux ubuntu-raid-w500 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux</p> </blockquote> <p>My computer is Thinkpad W500 . One graphic card is ATI...
20732
6969
2012-01-21T09:11:33.080
2016-08-19T16:42:12.563
I can not find /sys/kernel/debug/vgaswitcheroo/switch
[ "kernel", "vgaswitcheroo" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>In Ubuntu 10.10 and up, vgaswitchheroo is already enabled so you don't need extra settings. And <code>/sys/kernel/debug</code> is already mounted, however you need root permissions to read the contents of <code>/sys/kernel/debug</code>, so using <code>sudo su</code> should work.</p>\...
[ { "accepted": true, "body": "<p>In Ubuntu 10.10 and up, vgaswitchheroo is already enabled so you don't need extra settings. And <code>/sys/kernel/debug</code> is already mounted, however you need root permissions to read the contents of <code>/sys/kernel/debug</code>, so using <code>sudo su</code> should wo...
null
null
null
null
null
53059
1
53060
2011-07-14T09:00:54.017
5
12871
<p>In my PHPmyadmin I am seeing a warning message about Suhosin being installed, how can I remove this or disable it?</p>
20711
null
null
2013-06-22T13:32:09.560
How do I remove suhosin?
[ "phpmyadmin" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Suhosin is a PHP extension designed to protect your PHP installation, if you really want to disable it:</p>\n\n<p>Edit <code>/etc/php5/apache2/php.ini</code> (as root) and add:</p>\n\n<pre><code>[suhosin]\nsuhosin.simulation = On\n</code></pre>\n\n<p>Then restart apache, <code>sudo s...
[ { "accepted": true, "body": "<p>Suhosin is a PHP extension designed to protect your PHP installation, if you really want to disable it:</p>\n\n<p>Edit <code>/etc/php5/apache2/php.ini</code> (as root) and add:</p>\n\n<pre><code>[suhosin]\nsuhosin.simulation = On\n</code></pre>\n\n<p>Then restart apache, <cod...
null
null
null
null
null
53071
1
53096
2011-07-14T11:59:04.083
189
193721
<p>When I search for tabs in a file with (e)grep I use the litteral tab (<code>^v + &lt;tab&gt;</code>). I can not utilize <code>\t</code> as a replacement for tabs in regular expressions. With e.g. sed this expression works very well.</p> <p>So is there any possibility to use a non-litteral replacement for <code>&lt;...
13832
33088
2016-05-13T18:24:46.203
2018-04-11T08:38:32.340
How to grep for tabs without using literal tabs and why does \t not work?
[ "bash", "grep", "regex", "posix-compliant" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2016-08-28T11:13:14.647", "id": "1238724", "postId": "53071", "score": "0", "text": "http://stackoverflow.com/questions/1825552/grep-a-tab-in-unix", "userDisplayName": null, "userId": "52975" } ]
{ "accepted": true, "body": "<p>grep is using regular expressions as defined by <a href=\"http://en.wikipedia.org/wiki/POSIX\" rel=\"noreferrer\">POSIX</a>. For whatever reasons POSIX have not defined <code>\\t</code> as tab.</p>\n\n<p>You have several alternatives:</p>\n\n<ul>\n<li><p>tell grep to use the regular ...
[ { "accepted": null, "body": "<p>It is not exactly the answer you would want to hear, but a possible use of escape sequences is provided by bash</p>\n\n<pre><code>command | grep $'\\t'\n</code></pre>\n\n<p>(do not put it into double quotes!).</p>\n", "commentCount": "6", "comments": [ { ...
null
null
null
null
null
53072
1
null
2011-07-14T12:08:12.240
2
1172
<p>I had dual boot of windows 7 and ubuntu 10.10. Unfortunately my windows 7 crashed and I am trying to download the software from msdn using linux.</p> <p>The problem is that i downloaded the exe that they send for the downloading purposes but even after installing wine the download does not progresses.</p> <p>Is th...
12895
18887
2012-02-23T17:00:09.057
2012-02-23T17:00:09.057
How to run a .exe from MSDN to download the software-fix from Wine?
[ "windows", "wine", "executable" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T12:36:12.803", "id": "59373", "postId": "53072", "score": "2", "text": "this may be worth migrating over to SU - there are solutions to downloading Windows when you don't have a working Windows install, but they aren't really on topic for askubuntu, and you might ge...
null
[ { "accepted": null, "body": "<p>sould download iexplorers:\n<a href=\"http://www.tatanka.com.br/ies4linux/page/Installation:Ubuntu\" rel=\"nofollow\">http://www.tatanka.com.br/ies4linux/page/Installation:Ubuntu</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "con...
null
null
2012-02-23T17:24:52.963
null
null
53073
1
null
2011-07-14T12:14:28.007
2
3696
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/25436/have-i-lost-my-entire-windows-drive-and-all-the-files">Have I lost my entire Windows drive and all the files?</a> </p> </blockquote> <p>Do you know of any good data recovery software on linux platform that wo...
12895
-1
2017-04-13T12:25:13.193
2017-03-02T08:08:45.267
data recovery software for windows + linux platform
[ "software-recommendation" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There is <a href=\"http://packages.ubuntu.com/testdisk\" rel=\"nofollow noreferrer\">Testdisk</a>. <a href=\"http://apt.ubuntu.com/p/testdisk\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-small\" alt=\"Install testdisk\"></a></p>\n\n<blockquote>\n <p>W...
null
null
2011-07-25T20:29:07.003
null
null
53080
1
null
2011-07-14T12:54:03.583
2
149
<p>I often use Wine both to run application that won't work otherwise and for simply testing as I like the project. Indeed when I "discover" something that work I add it to the Appdb. So I would to use several version of wine without corrupting the main one (.wine [development version]).</p> <p>How can I compile the w...
19269
null
null
2011-07-14T14:38:18.000
How to have more than one wine version on same machine without corrupt anything?
[ "wine", "compiling" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-12-28T21:25:10.350", "id": "289549", "postId": "53080", "score": "0", "text": "This question appears to be abandoned and unanswered, could you perhaps add more detail to your question? If this question no longer applies then you can either delete it or answer it yourself ...
null
[ { "accepted": null, "body": "<p>You can use PlayOnLinux to provide multiple WINE versions. There is also something called WINE Bottle Manager, but I don't have a link to that (and I'm not sure if it is in the repos). If I find anymore info I'll update my answer.</p>\n", "commentCount": "2", "comment...
null
null
null
null
null
53081
1
53171
2011-07-14T13:00:12.620
1
828
<p>I use Firefox as my default browser.</p> <p>Email is a Chromium webapp pinned to the launcher, with a Google Apps account so it's basically GMail.</p> <p>Most solutions involve the 'desktop-webmail' application that doesn't work in Unity, or setting the default browser to handle the mailto: links. </p> <p>Can I s...
12864
null
null
2012-01-02T13:45:13.333
Open mailto: links in Unity with non-default browser webapp?
[ "unity", "firefox", "chromium", "webapps" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T14:25:56.233", "id": "59395", "postId": "53081", "score": "0", "text": "desktop-webmail does work but, no, you can't set the browser.", "userDisplayName": null, "userId": "3332" } ]
{ "accepted": true, "body": "<p>Create a custom script with e.g. name \"mystarter.sh\" (make it executable) , paste inside it the two line command: </p>\n\n<pre><code>#!/bin/bash\n\n/usr/bin/chromium-browser --app=https://mail.google.com/mail \n</code></pre>\n\n<p>Then you can set the required mailto: handler in ...
[ { "accepted": true, "body": "<p>Create a custom script with e.g. name \"mystarter.sh\" (make it executable) , paste inside it the two line command: </p>\n\n<pre><code>#!/bin/bash\n\n/usr/bin/chromium-browser --app=https://mail.google.com/mail \n</code></pre>\n\n<p>Then you can set the required mailto: han...
null
null
null
null
null
53082
1
53083
2011-07-14T13:16:30.713
0
78
<p>In comparing a resized or moved partition to unmanipulated partitions (as in created and used partitions that have never been resized or moved), are the unmanipulated in any way worse given that both are properly aligned?</p> <p>I'm <em>not</em> asking which is safest way to handle because I know that resizing or m...
19490
null
null
2011-07-14T13:46:45.410
Are resized or moved partitions in any way worse than unmanipulated partitions?
[ "partitioning" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>No, assuming there are no errors during the move or resize operation, there is no difference between the original partition and the modified one. It's just copying of digital data from one place to another, there is no degradation of data like you would get with an analog videotape o...
[ { "accepted": true, "body": "<p>No, assuming there are no errors during the move or resize operation, there is no difference between the original partition and the modified one. It's just copying of digital data from one place to another, there is no degradation of data like you would get with an analog vid...
null
null
null
null
null
53084
1
53087
2011-07-14T13:50:12.977
13
13185
<p>How do I select which server Ubuntu will get it's software and updates from? I know how to find the <a href="https://askubuntu.com/questions/9408/how-can-i-find-an-always-updated-list-of-repository-mirrors">list of mirrors</a> on the web, but not how to use them.</p>
235
-1
2017-04-13T12:23:28.223
2019-01-04T11:44:26.890
How do I change which mirror I get updates and software from?
[ "software-sources", "mirrors" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Quite easy:</p>\n\n<ul>\n<li><p>Open the <em>Software &amp; Updates</em> (you can also start this using the <code>software-properties-gtk</code> command)</p></li>\n<li><p>Find the <em>Download From</em> dropdown and select <em>Other</em></p>\n\n<p><img src=\"https://i.stack.imgur.com...
[ { "accepted": true, "body": "<p>Quite easy:</p>\n\n<ul>\n<li><p>Open the <em>Software &amp; Updates</em> (you can also start this using the <code>software-properties-gtk</code> command)</p></li>\n<li><p>Find the <em>Download From</em> dropdown and select <em>Other</em></p>\n\n<p><img src=\"https://i.stack.i...
null
null
null
null
null
53102
1
53520
2011-07-14T16:49:55.267
11
40707
<p>How can I open magnet links with firefox? I tried setting following values in about:config,</p> <pre><code>network.protocol-handler.app.magnet -&gt; /usr/bin/deluge network.protocol-handler.expose.magnet -&gt; true network.protocol-handler.external.magnet -&gt; true </code></pre> <p>But firefox keeps on complainin...
20842
59292
2013-03-12T19:42:20.240
2016-10-02T04:27:50.503
How to open magnet links from firefox with deluge
[ "firefox", "bittorrent", "deluge" ]
7
2
CC BY-SA 3.0
[ { "creationDate": "2013-03-13T00:11:14.143", "id": "334721", "postId": "53102", "score": "0", "text": "@Eyal Good idea. I've flagged this question for merging with one of the dupes. This will move all answers over.", "userDisplayName": null, "userId": "44179" }, { "creationDat...
{ "accepted": true, "body": "<p>as of firefox 3.6 <code>network.protocol-handler.external.*</code> seems to no longer work</p>\n\n<p>in <code>about:config</code></p>\n\n<pre><code>network.protocol-handler.expose.magnet -&gt; false\n</code></pre>\n\n<p>and 'reset' all other values to do with magnet.</p>\n\n<p>once y...
[ { "accepted": true, "body": "<p>as of firefox 3.6 <code>network.protocol-handler.external.*</code> seems to no longer work</p>\n\n<p>in <code>about:config</code></p>\n\n<pre><code>network.protocol-handler.expose.magnet -&gt; false\n</code></pre>\n\n<p>and 'reset' all other values to do with magnet.</p>\n\n<...
null
null
null
null
null
53105
1
null
2011-07-14T17:40:19.057
6
2549
<p>I have a moderately big Inbox file (around 2.3Gb) and Evolution takes a lot to start (it takes over 2.5 mins until I can perform any action -read or compose mail, for instance-). During that time, the shole system becomes unresponsive, with high HD activity.</p> <p>It becomes unresponsive when retrieving mail, too:...
8851
8851
2011-07-22T09:48:51.697
2011-10-08T13:44:56.117
How to speed up Evolution
[ "evolution", "performance" ]
1
12
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T18:16:37.490", "id": "59426", "postId": "53105", "score": "1", "text": "Have you got the same problems with other HDD intensive applications? How much of you swap is used when running Evolution?", "userDisplayName": null, "userId": "19490" }, { "crea...
null
[ { "accepted": null, "body": "<p>Beware the .PST files are limited in size by design, i do not recommend using THAT big size into a single file. I use netcat for mail, when no Web avaliable.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-18T10:18:06.487", ...
null
null
null
null
null
53106
1
null
2011-07-14T17:43:17.310
1
118
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies">How do I resolve unmet dependencies?</a> </p> </blockquote> <p>When I try to install thunderbird-trunk from the Ubuntu Mozilla Daily PPA, I get:</p> <blockquote> <p>So...
5674
-1
2017-04-13T12:24:13.310
2011-07-14T17:43:17.310
Thunderbird-Trunk not installable in 10.04 due to unmet dependencies
[ "10.04", "ppa", "thunderbird" ]
0
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T17:46:05.067", "id": "59420", "postId": "53106", "score": "0", "text": "did you try installing `libdbusmenu-gtk#` (either 3 or 4) to see why they cannot be installed?", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-07-14T17:48...
null
[]
null
null
2013-02-05T23:03:50.057
null
null
53108
1
53203
2011-07-14T18:32:13.783
1
1044
<p>I am using Evolution in Ubuntu 11.04, and I have encountered a problem with trying to synchronize contacts with Ubuntu One when they are created through the web interface. The contacts I have created this way will not sync into my Evolution contacts.</p> <p>I have searched for people having the same issue but could...
18612
169736
2014-01-10T16:29:33.857
2014-01-10T16:29:33.857
How to force Ubuntu One contacts sync with Evolution?
[ "ubuntu-one", "evolution" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T19:39:46.863", "id": "59441", "postId": "53108", "score": "0", "text": "I have had very poor luck with Ubuntu One's contact syncing. If you can stomach it, I'd highly recommend using Google Contacts instead. It appears to work better with Evolution, and will work un...
{ "accepted": true, "body": "<p>Ubuntu One contacts and bookmarks sync (desktop-couch sync) is not functional. You can see the status here: <a href=\"https://wiki.ubuntu.com/UbuntuOne/Status\" rel=\"nofollow\">https://wiki.ubuntu.com/UbuntuOne/Status</a>. When it's up again, all contacts you have in desktop-couch c...
[ { "accepted": true, "body": "<p>Ubuntu One contacts and bookmarks sync (desktop-couch sync) is not functional. You can see the status here: <a href=\"https://wiki.ubuntu.com/UbuntuOne/Status\" rel=\"nofollow\">https://wiki.ubuntu.com/UbuntuOne/Status</a>. When it's up again, all contacts you have in desktop...
null
null
null
null
null
53119
1
53134
2011-07-14T19:56:58.443
103
95944
<p>From time to time, SSH sessions to my servers just freeze up and then neither <kbd>Ctrl</kbd>+<kbd>C</kbd> nor <kbd>Ctrl</kbd>+<kbd>\</kbd> do anything.</p> <p>How do I quit the session without just closing the Terminal it's in?</p> <hr> <p>Clarification:</p> <p>The session is locked as in, no keys are transmitt...
1067
1067
2011-07-14T20:12:30.803
2017-11-17T06:16:19.710
How do I kill a locked SSH session?
[ "command-line", "ssh" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T23:18:22.213", "id": "59476", "postId": "53119", "score": "2", "text": "If you force quit your ssh session, the `bash` process on the remote server should be killed, causing you to log out. None of my servers keep me logged in after the SSH connections freeze (I'm u...
{ "accepted": true, "body": "<p>To disconnect a locked-up ssh session, type<kbd>Enter</kbd> <kbd>~</kbd><kbd>.</kbd></p>\n\n<p>A full list of escape codes can be found in the <a href=\"http://linux.die.net/man/1/ssh\" rel=\"noreferrer\">ssh manpage</a> or by typing <kbd>~</kbd><kbd>?</kbd>.</p>\n", "commentCount"...
[ { "accepted": true, "body": "<p>To disconnect a locked-up ssh session, type<kbd>Enter</kbd> <kbd>~</kbd><kbd>.</kbd></p>\n\n<p>A full list of escape codes can be found in the <a href=\"http://linux.die.net/man/1/ssh\" rel=\"noreferrer\">ssh manpage</a> or by typing <kbd>~</kbd><kbd>?</kbd>.</p>\n", "com...
null
null
2015-01-14T08:28:38.753
null
null
53125
1
53132
2011-07-14T20:09:28.357
0
309
<p>Hi I have a new VPS set up and I am moving my sites to it. What is the easiest way to set up scheduled backups of all my sites to the same VPS or to another server? Thanks.</p>
20711
null
null
2011-07-14T21:09:18.277
How to backup sites on my VPS
[ "backup" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I am currently using <a href=\"http://rsnapshot.org/\" rel=\"nofollow\">rsnapshot</a> to backup my sites. It makes it super easy to take incremental backups, and only stores a new copy of a file when it has changed. It doesn't do delta changes though, so even if a file only changes b...
[ { "accepted": true, "body": "<p>I am currently using <a href=\"http://rsnapshot.org/\" rel=\"nofollow\">rsnapshot</a> to backup my sites. It makes it super easy to take incremental backups, and only stores a new copy of a file when it has changed. It doesn't do delta changes though, so even if a file only c...
null
null
null
null
null
53126
1
null
2011-07-14T20:18:06.117
5
692
<p>When we download something in firefox and right-click on item [firefox->download] and select open with folder it just open containing folder [nautilus] but does not highlight the downloaded item. </p> <p>In windows and mac open folder highlight the downloaded item. It is very difficult to find recently downloaded f...
17118
235
2012-04-17T00:43:37.707
2012-04-17T00:43:37.707
How do I highlight an item in Nautilus?
[ "nautilus" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T20:27:32.613", "id": "59448", "postId": "53126", "score": "1", "text": "why do not sort by time in list view?", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-07-16T15:58:51.510", "id": "59730", "postId": "53126", "s...
null
[ { "accepted": null, "body": "<p>The specific feature you asked about is not availaale, but here are a couple of alternatives: </p>\n\n<ol>\n<li><p>When nautilus is open at the relevant directory, just start typing the first few letters of the file name. This will highlight the file.</p></li>\n<li><p>Using ...
null
null
null
null
null
53129
1
null
2011-07-14T20:36:43.050
5
599
<p>In Software Sources, I have Update Manager set to check for updates DAILY. I also selected the setting to Notify but not to download or install updates. </p> <p>Considering my settings, Why do I not receive Daily notifications when updates are available? </p> <p>For example, Google Chrome PPA released a SECURITY u...
21609
14356
2011-07-14T22:24:01.070
2011-12-26T23:36:26.817
How can I get Update Manager to Check & Notify for DAILY updates
[ "update-manager" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T20:48:58.373", "id": "59458", "postId": "53129", "score": "0", "text": "10.04 and 11.04 (desktop and laptop)", "userDisplayName": null, "userId": "21609" }, { "creationDate": "2011-07-14T22:16:19.610", "id": "59470", "postId": "53129", "s...
null
[ { "accepted": null, "body": "<p>Using gconf-editor check that the Auto-Launch checkbox as shown in this image is ticked.</p>\n\n<p>(As found by Nick) - check also that the option (highlighted) \"regular_auto_launch_interval\" is set to zero.</p>\n\n<p><img src=\"https://i.stack.imgur.com/J8Rgs.png\" alt=\"e...
null
null
null
null
null
53130
1
null
2011-07-14T20:38:44.093
1
218
<p>I have all my contacts saved in Ubuntu One via the web. I would like to sync all those contacts with Evolution. I can find all kinds of info on syncing from Evolution to Ubuntu One, but I want to do it the other way around. I am using Ubuntu 11.</p>
21610
18612
2011-07-15T05:11:39.070
2011-07-15T05:11:39.070
How to sync contacts from Ubuntu One to Evolution
[ "ubuntu-one", "evolution", "contacts" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If you enable Contact sync with Ubuntu One as per <a href=\"https://wiki.ubuntu.com/UbuntuOne/Tutorials/Contacts\" rel=\"nofollow noreferrer\">these steps</a>, it should work. There should be no difference in procedure for getting contacts from U1 to Evolution. If it still do...
null
null
null
null
null
53133
1
53138
2011-07-14T21:26:34.570
5
2739
<p>I used to have Ubuntu, but I stopped using since in each release almost everything changes, default applications are changed and such.</p> <p>I'm with a mac I'm planning to install along with Mac OS X. I would like to install just a base system, but having the ubuntu package manager and the repositories, even witho...
21613
null
null
2011-07-14T23:42:41.530
Install a "base system" only and add only wanted packages after
[ "mac", "ubuntu-minimal" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<ol>\n<li><a href=\"https://help.ubuntu.com/community/Installation/MinimalCD\" rel=\"noreferrer\">Minimal CD Image for Ubuntu</a></li>\n<li><a href=\"https://help.ubuntu.com/community/Installation/LowMemorySystems\" rel=\"noreferrer\">Ubuntu-Wiki LowMemorySystems Installation</a></li>\n...
[ { "accepted": null, "body": "<p>Even if you're not setting up a server you can achieve this by installing <a href=\"http://www.ubuntu.com/download/server/download\" rel=\"nofollow\">Ubuntu Server</a> and choosing not to install any additional packages during the installation. This will give a fairly minimal...
null
null
null
null
null
53136
1
null
2011-07-14T22:08:12.720
3
4532
<p>I have a Realtek RTL 8190 (802.11n) Wireless controller.</p> <pre><code>&gt; lspci -v | grep Network 04:01.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8190 </code></pre> <p>I first installed the driver rtl8192se_linux_2.6.0010.1012.2009_64bit.tar.gz, but apparently that does not work for the 8190....
618
235
2011-07-15T01:54:46.023
2012-02-29T22:55:26.920
Realtek 8190 wireless doesn't work
[ "wireless", "realtek" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>From the <a href=\"http://ubuntuforums.org/showpost.php?p=9941361&amp;postcount=5\" rel=\"nofollow\">Ubuntu Forums</a></p>\n\n<p>Step 1:- Install NDISWrapper and Blacklist Native Driver</p>\n\n<pre><code>echo -e 'blacklist rtl8190\\nblacklist wl' | sudo tee -a /etc/modprobe.d...
null
null
null
null
null
53140
1
null
2011-07-14T22:24:42.450
2
2743
<p>How is UPS monitoring started? I have Network UPS Tools (NUT) core system loaded on ubuntu 11.04 (client), but can find no application to run from the system menus. The software center description says the following programs in NUT are run from a terminal: upsc, upscmd, upsd, upsdrvctl, upslog, upsmon, upsrw, upssch...
21498
21498
2011-07-14T22:35:40.797
2011-07-15T02:22:50.020
Access and control of UPS
[ "power-management", "ups" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-14T22:34:22.870", "id": "59474", "postId": "53140", "score": "0", "text": "Did you check under the power icon on the icon bar at the top of the screen?", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-07-14T22:39:09.193", "id"...
null
[ { "accepted": null, "body": "<p>Configuration is mostly done with text files in <code>/etc/nut</code>. The example files provided are well documented, and should include a full set of files. I deploy the following:\n - nut.conf (all systems) - standard startup mode script, now checked by Ubuntu\n - upsmon...
null
null
null
null
null
53144
1
53197
2011-07-15T00:01:44.277
4
5266
<p>I copied my 3 cds into one directory and ran the installer from there with Wine. It installed perfectly fine. I was even able to watch the intro, navigate all the menus and start a game. However, about 1-30 seconds after starting the game, I get the infamous "Age of Empires 3 has encountered a problem and needs t...
5179
5179
2011-07-15T02:28:09.067
2017-03-02T08:12:36.633
Why won't Age of Empires 3 work?
[ "wine" ]
2
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T10:44:55.067", "id": "59531", "postId": "53144", "score": "2", "text": "I think the wine mailing list is more appropriate than the askubuntu page - there are more people who know about wine than here.", "userDisplayName": null, "userId": "15110" }, { ...
{ "accepted": true, "body": "<p>Your best chance to install this is using <a href=\"http://www.playonlinux.com/en/\" rel=\"nofollow noreferrer\">PlayOnLinux</a> <a href=\"http://apt.ubuntu.com/p/playonlinux\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-small\" alt=\"Install PoL\"></a> as it'l...
[ { "accepted": null, "body": "<p>You may want to check the <a href=\"http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=3795&amp;iTestingId=14831\" rel=\"nofollow\">WineAppDB</a>. I believe this addresses your problem, no?</p>\n", "commentCount": "2", "comments": [ { "crea...
null
null
null
null
null
53146
1
102505
2011-07-15T00:49:08.823
129
266109
<p>I'm trying to follow the <a href="https://wiki.linaro.org/Resources/ToolchainInstall-10" rel="noreferrer">"Installing Cross Toolchain on Ubuntu 10.04 (Lucid) and 10.10 (Maverick) Hosts" instructions on wiki.linaro.org</a> (on my Ubuntu 10.04 VM). The first step is:</p> <pre><code>sudo add-apt-repository ppa:linaro...
1574
-1
2017-04-13T12:23:23.817
2021-12-28T21:01:56.170
How do I get add-apt-repository to work through a proxy?
[ "proxy", "add-apt-repository" ]
16
1
CC BY-SA 3.0
[ { "creationDate": "2011-10-14T10:01:56.680", "id": "75734", "postId": "53146", "score": "0", "text": "Just for reference \r\n\r\n\r\nhttp://askubuntu.com/questions/60217/apt-get-update-with-an-in-password-error", "userDisplayName": null, "userId": "23495" } ]
{ "accepted": true, "body": "<p>In addition to configuring proxies, tell <code>sudo</code> to preserve the environment with the <code>-E</code> option: </p>\n\n<pre><code>export http_proxy=http://&lt;proxy&gt;:&lt;port&gt;\nexport https_proxy=http://&lt;proxy&gt;:&lt;port&gt;\nsudo -E add-apt-repository ppa:linaro-...
[ { "accepted": null, "body": "<p>System wide environment variables should really be added to <code>/etc/environment</code> (use <code>sudo</code> or <code>gksu</code>), but the error reported to you seems to state no gpg data was found. Ideas: </p>\n\n<ul>\n<li>check the proxy settings (if you have access) ...
null
null
null
null
null
53148
1
null
2011-07-15T01:32:26.557
0
1359
<p>The internet is so slow as to be unusable. And I'm not being picky. Even after minutes I can't get my Google home page to load. I tried installing a package through apt-get and was getting rates between 0 and a few hundred bytes/s. That's bytes, not kilobytes! Mostly 0 however (no exaggeration, it spends large amoun...
19744
null
null
2012-03-30T05:33:08.223
Wireless connection works but the internet is too slow to use in Ubuntu 11.04
[ "11.04", "wireless" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Please read this blog.... <a href=\"http://www.hitxp.com/articles/software/ubuntu-fix-slow-wireless-internet-connection-speed-upgrading-11-04-natty-narwhal/\" rel=\"nofollow\">link</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-1...
null
null
null
null
null
53150
1
53394
2011-07-15T01:51:01.320
0
3290
<p>My SUC is grey, I see nothing but a grey screen.</p> <pre><code>lsb_release -rd Description: Ubuntu 11.04 Release: 11.04 </code></pre> <p>sudo apt-cache policy software-center</p> <pre><code>software-center: Installed: 4.0.4 Candidate: 4.0.4 Version table: *** 4.0.4 0 500 http://br.archive.ub...
null
8844
2012-05-04T17:55:06.820
2012-05-04T17:55:06.820
Software Update Center gone grey
[ "software-center", "screen" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T02:18:03.350", "id": "59487", "postId": "53150", "score": "1", "text": "Have you tried rebooting? That happened to me and a reboot fixed it.", "userDisplayName": null, "userId": "5179" }, { "creationDate": "2011-07-15T07:05:09.823", "id": "59508...
{ "accepted": true, "body": "<p>I rebooted my system and the problem was resolved. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-16T23:44:39.053", "id": "53394", "lastActivityDate": "2012-05-04T17:54:32.653", "las...
[ { "accepted": true, "body": "<p>I rebooted my system and the problem was resolved. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-16T23:44:39.053", "id": "53394", "lastActivityDate": "2012-05-04...
null
null
null
null
user23907
53151
1
53163
2011-07-15T02:12:51.840
0
147
<p>I removed my Nvidia graphics card, plugged my monitor into my motherboard's DVI port. </p> <p>I then turned the computer on, saw the BIOS settings, saw the distinctive plain-purple screen, then... a black screen. Nothing. <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd> restarts the computer, and the same process happ...
7621
7621
2011-07-15T02:55:55.267
2011-07-15T04:40:37.470
I removed my video card, and my login screen vanished, too
[ "11.04", "video", "login" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T06:13:40.810", "id": "59506", "postId": "53151", "score": "0", "text": "Did you install proprietary drivers for your Nvidia card? What make is your onboard graphics adapter?", "userDisplayName": null, "userId": "3940" } ]
{ "accepted": true, "body": "<p>Can you hold down the left shift key on boot and use \"Recovery Mode\"?</p>\n\n<p>If so drop to a root shell and run:</p>\n\n<pre><code>sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conte...
[ { "accepted": true, "body": "<p>Can you hold down the left shift key on boot and use \"Recovery Mode\"?</p>\n\n<p>If so drop to a root shell and run:</p>\n\n<pre><code>sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": ...
null
null
null
null
null
53152
1
null
2011-07-15T02:18:42.907
5
1045
<p>In the new Ubuntu, can you clear "Most Frequently Used" in "Applications"?</p>
21620
25863
2012-06-18T17:59:20.973
2012-06-18T17:59:20.973
Clear "Most Frequently Used" in "Applications"?
[ "11.04", "zeitgeist" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Open up a terminal window and execute the following commands,</p>\n\n<ul>\n<li><p>To clear recent documents, use:</p>\n\n<p><code>rm ~/.local/share/zeitgeist/activity.sqlite zeitgeist-daemon --replace</code></p></li>\n<li><p>To prevent new items from being created run the fol...
null
null
null
null
null
53155
1
null
2011-07-15T02:35:04.520
6
427
<p>I think this issue will be pretty easy to solve. I just re-discovered Ubuntu One Files on Android and installed it.</p> <p>On the first run, I selected "Sync all photos from now on" as opposed to syncing all the photos on the sdcard.</p> <p>Now I want to sync all the photos (on wifi) but can't seem to get the opti...
21622
null
null
2019-04-26T18:53:05.490
Enabling "Sync All Photos" on Android App
[ "ubuntu-one" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T04:57:27.550", "id": "59498", "postId": "53155", "score": "0", "text": "I have a similar problem. I turn off the sync option, took some pictures and turned the option back on and the pictures taken while the sync option was off are not being uploaded, there's no way...
null
[ { "accepted": null, "body": "<p>You can manually add file, folders and photos to Ubuntu One (the little plus at the top right.</p>\n\n<p>Also in settings you can configure and force auto upload.</p>\n\n<p>Does that help?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
53159
1
53172
2011-07-15T03:24:26.397
2
1576
<p>Is there way to quickly clean up or revert your chroot to its previous new state, without reinstalling or re setting it up, so I could start fresh again?</p>
20381
null
null
2011-07-15T07:44:55.650
Clean up Chroot
[ "chroot", "reset" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The package <code>schroot</code> supports LVM and Btrfs snapshots. From its man page:</p>\n\n<blockquote>\n <p><strong>Source chroots</strong><br/>\n Some chroot types, for example LVM snapshots and Btrfs snapshots, provide session-managed copy-on-write snapshots of the chr...
[ { "accepted": true, "body": "<p>The package <code>schroot</code> supports LVM and Btrfs snapshots. From its man page:</p>\n\n<blockquote>\n <p><strong>Source chroots</strong><br/>\n Some chroot types, for example LVM snapshots and Btrfs snapshots, provide session-managed copy-on-write snapshots of...
null
null
null
null
null
53161
1
null
2011-07-15T04:17:16.757
1
1356
<p>One of the <a href="http://www.codinghorror.com/blog/2006/08/fitts-law-and-infinite-width.html" rel="nofollow noreferrer"><strong><em>most</em> annoying</strong></a> things about Ubuntu is probably the ~3-5-pixel border distance between the buttons on the title bar and the top and right sides of the window.</p> <p>...
8678
8678
2011-07-15T05:54:58.917
2011-11-08T20:25:42.673
Reduce Window Border Size?
[ "11.04", "themes", "window" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T05:43:03.523", "id": "59502", "postId": "53161", "score": "0", "text": "Why is it annoying?", "userDisplayName": null, "userId": "10068" }, { "creationDate": "2011-07-15T05:54:38.573", "id": "59504", "postId": "53161", "score": "2", "...
null
[ { "accepted": null, "body": "<p>There are many window border themes in Ubuntu, some of which nearly don't have a border at all. Try one of these.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-07-15T12:28:30.470", "id": "59546", "postId": "53185", ...
null
null
null
null
null
53166
1
53174
2011-07-15T04:59:35.697
0
95
<p>Is it possible to have a system originally installed with the Ubuntu 10.04 server edition both use and track updates of the desktop kernel (i.e. linux-image-generic instead of linux-image-server)?</p> <p>I assumed the difference between the packages tracked by the desktop and server editions would be reflected in <...
14338
null
null
2011-07-15T07:55:47.527
Installed server but track the desktop kernel
[ "10.04", "kernel", "updates" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes. To install use:</p>\n\n<pre><code>sudo apt-get install linux-generic linux-restricted-modules\n</code></pre>\n\n<p>Then it will know to update both. Although your better off using the Server kernel if your just running a vanilla server install. It's better optimized.</p>\n", "...
[ { "accepted": true, "body": "<p>Yes. To install use:</p>\n\n<pre><code>sudo apt-get install linux-generic linux-restricted-modules\n</code></pre>\n\n<p>Then it will know to update both. Although your better off using the Server kernel if your just running a vanilla server install. It's better optimized.</p>...
null
null
null
null
null
53169
1
null
2011-07-15T06:13:11.447
1
1560
<p>I installed libdvdcss2, and it worked for a while, but now whenever I put in a DVD as of late, and try to play it, it'll tell me the DVD is encrypted and that it cannot be played... do note that all codecs are installed. What do I do to fix this problem? </p>
3680
null
null
2011-07-15T15:20:34.017
Ubuntu won't play DVDs even after installing Codecs
[ "codecs" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>this is whats fixed mine when i was having same issue.</p>\n\n<pre><code>sudo add-apt-repository ppa:ferramroberto/vlc\nsudo apt-get update\nsudo apt-get install w32codecs ubuntu-restricted-codecs vlc mozilla-plugin-vlc\n</code></pre>\n", "commentCount": "0", "comment...
null
null
null
null
null
53175
1
53200
2011-07-15T07:57:15.433
3
3337
<p>I ran <code>sudo chsh -s /bin/zsh</code> to change my default shell to zsh. I then restarted my computer. When I turned it back on I get just <code>$</code> as the prompt, so it doesn't look like I even get bash any more.</p> <pre><code>echo $SHELL is "/bin/sh" </code></pre> <p>Next steps to either return my shell...
21629
235
2011-07-15T14:01:20.000
2011-07-15T14:01:20.000
Changing shell to zsh broke my terminal
[ "11.04", "bash", "gnome-terminal", "zsh" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T09:41:18.337", "id": "59522", "postId": "53175", "score": "5", "text": "Are you sure you didn't make a typo and run `chsh -s /bin/sh`? And note that `sudo chsh` changes root's shell, which isn't a good idea; is this what you really wanted?", "userDisplayName": n...
{ "accepted": true, "body": "<ul>\n<li><p>zsh is not installed by default. Did you install it?</p></li>\n<li><p>Are you able to start zsh manually by typing </p>\n\n<pre><code>/bin/zsh \n</code></pre>\n\n<p>at the prompt?</p></li>\n</ul>\n\n<p>If you answerded both with yes, I suggest you have a look into /etc/pass...
[ { "accepted": true, "body": "<ul>\n<li><p>zsh is not installed by default. Did you install it?</p></li>\n<li><p>Are you able to start zsh manually by typing </p>\n\n<pre><code>/bin/zsh \n</code></pre>\n\n<p>at the prompt?</p></li>\n</ul>\n\n<p>If you answerded both with yes, I suggest you have a look into /...
null
null
null
null
null
53176
1
136422
2011-07-15T08:05:33.910
9
469
<p>Is there a way to directly dial phone numbers from Evolution's address book? I have an ISDN phone on my desk connected via USB. I've written a shell script that uses a phone number on the command line and then dials this number. The missing step is the integration into Evolution's address book.</p> <p>Previously I'...
14499
61108
2012-05-13T16:19:44.293
2012-05-13T16:19:44.293
Can I directly dial phone numbers from Evolution's address book?
[ "evolution", "contacts", "phone" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T10:40:58.157", "id": "59530", "postId": "53176", "score": "1", "text": "The mozilla extension is probably http://www.netdirect.ca/downloads/mozdial", "userDisplayName": null, "userId": "15110" }, { "creationDate": "2012-05-08T12:21:06.513", "id":...
{ "accepted": true, "body": "<p>Gnome-phone-manager has evolution built in so if the phone is connected right it should fix your problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-05-13T16:16:22.997", "id": "136422", ...
[ { "accepted": true, "body": "<p>Gnome-phone-manager has evolution built in so if the phone is connected right it should fix your problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-05-13T16:16:22.997", ...
null
null
null
null
null
53177
1
53179
2011-07-15T08:18:38.750
217
427122
<p>I have written the following script to set some environment variables when needed:</p> <pre><code>#!/bin/sh export BASE=/home/develop/trees echo $BASE export PATH=$PATH:$BASE echo $PATH </code></pre> <p>Below the command and the results I can see on my terminal: the script runs, but the variables are not set at the ...
21630
640314
2022-04-15T19:41:39.173
2022-04-15T19:41:39.173
BASH script to set environment variables not working
[ "bash", "environment-variables" ]
3
1
CC BY-SA 4.0
[ { "creationDate": "2020-01-29T14:54:38.913", "id": "2024852", "postId": "53177", "score": "1", "text": "Shells are opened hierarchically. You can set a parent's shell's vars using `. ./yourscript.sh`", "userDisplayName": null, "userId": "542587" } ]
{ "accepted": true, "body": "<p><code>export</code> exports the variable assignment to child processes of the shell in which the <code>export</code> command was ran. Your command-line environment is the <em>parent</em> of the script's shell, so it does not see the variable assignment.</p>\n\n<p>You can use the <cod...
[ { "accepted": null, "body": "<p>When you run a script, it runs in a subshell. Variables are only valid within the context of that subshell. Set them in your <code>.bashrc</code> or <code>.profile</code> and read up on <a href=\"http://tldp.org/LDP/abs/html/subshells.html\" rel=\"noreferrer\">variables and ...
null
null
null
null
null
53181
1
53183
2011-07-15T09:56:58.020
2
4418
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/88384/how-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windows">How can I repair grub? (How to get Ubuntu back after installing Windows?)</a> </p> </blockquote> <p>Hi installed W7 after Ubuntu 11.04, a...
21635
-1
2017-04-13T12:25:04.307
2012-01-30T21:09:51.600
How to Restore GRUB after installing Windows?
[ "boot", "grub2" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The guide do not say to use <code>/dev/sda2</code>: it is a partition. </p>\n\n<p>You should install GRUB to the disk boot sector, I suppose in your case is <code>/dev/sda</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC B...
[ { "accepted": true, "body": "<p>The guide do not say to use <code>/dev/sda2</code>: it is a partition. </p>\n\n<p>You should install GRUB to the disk boot sector, I suppose in your case is <code>/dev/sda</code>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
null
null
2013-01-11T16:07:17.887
null
null
53182
1
53184
2011-07-15T10:03:51.837
4
341
<p>I would like to create an audio clip from a video file using the command line, since this is in a terminal text-only Ubuntu 11.04 server system. I would like to select the starting and finishing time for the clip from the video file, something like:</p> <pre><code>create_clip video.file -from 00:10:00 -to 01:20:10 ...
17702
null
null
2011-07-15T11:04:40.867
how to create an audio clip from a video file using command line?
[ "sound", "command-line", "video" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>See my <a href=\"http://cweiske.de/tagebuch/flv-audio-extraction.htm\" rel=\"nofollow\">blog post</a> about that:</p>\n\n<pre><code>$ ffmpeg -i youtubemusicvideo.flv -vn -acodec libvorbis result.ogg\n</code></pre>\n\n<p>Selecting the start time can be done with option <code>-ss hh:m:...
[ { "accepted": true, "body": "<p>See my <a href=\"http://cweiske.de/tagebuch/flv-audio-extraction.htm\" rel=\"nofollow\">blog post</a> about that:</p>\n\n<pre><code>$ ffmpeg -i youtubemusicvideo.flv -vn -acodec libvorbis result.ogg\n</code></pre>\n\n<p>Selecting the start time can be done with option <code>-...
null
null
null
null
null
53190
1
null
2011-07-15T11:45:20.350
3
416
<p>I'm new to Ubuntu/Linux and I'm thus not very used to working on it. I used to have a Windows 7 and currently I dual-boot. I'd like to change to <em>only</em> Ubuntu. But I don't want to lose any information. I have a lot of songs, movies, pics, etc. saved on my computer but I have no idea how to get it from my Ubun...
21639
19490
2011-07-15T11:56:13.457
2011-07-15T12:33:22.867
How to retrieve files from a Windows partition from Ubuntu desktop
[ "ubuntu-netbook", "windows-7", "ntfs" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T11:53:53.930", "id": "59541", "postId": "53190", "score": "1", "text": "Does your system detect the Windows partition? If you're system detects the Windows partition you might be able to find it on the left of your file manager. Just click it to mount it and then yo...
null
[ { "accepted": null, "body": "<p>One thing you should be able to do is go under </p>\n\n<p><strong>Places -> Name of your Drive -> Opposite Click -> Mount</strong> </p>\n\n<p>and if it does mount you will then be able to access it, see what's on it just like you would be able to do in Windows. If that can ha...
null
null
null
null
null
53199
1
53201
2011-07-15T12:43:57.487
16
42413
<p>I want to customise the 404 page of my Apache Webserver on Ubuntu to something other than the general:</p> <pre><code>Not Found The requested URL /***** was not found on this server. ______________________________________________________ Apache/*.*.** (Ubuntu) Server at **** Port 80 </code></pre> <p>How can this...
17722
169736
2014-11-03T16:19:31.273
2015-09-30T19:18:06.233
Custom Apache 404 page
[ "apache2" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T12:50:11.433", "id": "59550", "postId": "53199", "score": "0", "text": "http://webdesign.about.com/od/apache/ht/ht404apache.htm is a short guide.", "userDisplayName": null, "userId": "19490" } ]
{ "accepted": true, "body": "<p>I found the answer myself.</p>\n\n<p>You have to edit the file /etc/apache2/conf.d/localized-error-pages</p>\n\n<pre><code>sudoedit /etc/apache2/conf.d/localized-error-pages\n</code></pre>\n\n<p>You can enter plaintext or link to a script or html</p>\n", "commentCount": "0", "com...
[ { "accepted": true, "body": "<p>I found the answer myself.</p>\n\n<p>You have to edit the file /etc/apache2/conf.d/localized-error-pages</p>\n\n<pre><code>sudoedit /etc/apache2/conf.d/localized-error-pages\n</code></pre>\n\n<p>You can enter plaintext or link to a script or html</p>\n", "commentCount": "...
null
null
null
null
null
53202
1
53205
2011-07-15T12:58:40.457
15
24542
<p>While I have a nautilus window open I can do <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>N</kbd> to create a new folder in the current directory. However there is no default keyboard shortcut for creating a new document. How would I create one?</p>
16241
114
2011-07-15T16:53:47.113
2018-09-02T13:50:44.350
How do you create a "new document" keyboard shortcut?
[ "nautilus", "nautilus-elementary" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>First, open gconf-editor and set <code>/desktop/gnome/interface/can_change_accels</code> to <code>true</code>. This lets you edit menu shortcuts.</p>\n\n<p>Second, open a terminal and type:\n<code>killall nautilus &amp;&amp; UBUNTU_MENUPROXY= nautilus</code>\nThis will relaunch Naut...
[ { "accepted": true, "body": "<p>First, open gconf-editor and set <code>/desktop/gnome/interface/can_change_accels</code> to <code>true</code>. This lets you edit menu shortcuts.</p>\n\n<p>Second, open a terminal and type:\n<code>killall nautilus &amp;&amp; UBUNTU_MENUPROXY= nautilus</code>\nThis will relau...
null
null
null
null
null
53204
1
53216
2011-07-15T13:31:53.717
5
905
<p>Banshee has an option - sort albums by release date, not by name, but turning it on do nothing. All tags are filled correctly. Is at a bug or I miss something?</p>
21643
null
null
2011-11-14T23:08:09.763
Sort albums by date in Banshee
[ "banshee", "sort", "tag" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Banshee's option to \"Sort an artist's albums by year, not title\" currently affects the sort order in <strong>only</strong> the <strong>full track list</strong>. This option does not affect the order of albums in the album list (the grid with all the album covers). This has caused q...
[ { "accepted": true, "body": "<p>Banshee's option to \"Sort an artist's albums by year, not title\" currently affects the sort order in <strong>only</strong> the <strong>full track list</strong>. This option does not affect the order of albums in the album list (the grid with all the album covers). This has ...
null
null
null
null
null
53207
1
364657
2011-07-15T13:39:36.303
1
1714
<p>I am developing Python applications in Ubuntu. I want to setup a <a href="http://guide.python-distribute.org/introduction.html#creating-a-micro-ecosystem-with-virtualenv" rel="nofollow" title="Creating a micro-ecosystem with virtualenv">Distribute/virtualenv/pip ecosystem</a> to manage my Python packages independent...
7146
null
null
2013-10-24T06:42:02.173
How can I correctly install multiple non-package Distribute/virtualenv/pip ecosystems on Ubuntu?
[ "package-management", "python", "development" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://virtualenvwrapper.readthedocs.org\" rel=\"nofollow noreferrer\">virtualenvwrapper</a> does much or all of what you're asking for. It is very popular based on the traffic here and at stackoverflow. It has been packaged in Ubuntu since Precise / 12.04.</p>\n\n<blockqu...
[ { "accepted": null, "body": "<ul>\n<li>Use Package Manager to install any Python versions you require (python3, python2.6, etc)</li>\n<li>Download <a href=\"http://pypi.python.org/pypi/virtualenv\" rel=\"nofollow noreferrer\">the latest version of virtualenv .tar.gz from PyPI</a></li>\n<li>Follow <a href=\"...
null
null
null
null
null
53210
1
53219
2011-07-15T14:20:31.573
5
9187
<p>I am using sage a math library in python. After downloading its package, I usually have to go to the directory where I extracted it and then run the the script using </p> <pre><code>sudo ./sage </code></pre> <p>from terminal. How can I add sage to the list of installed applications, that I will be able to run the ...
13404
null
null
2012-07-07T15:19:06.707
How to add a script to command list
[ "command-line", "scripts" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2015-12-11T09:13:11.083", "id": "1041491", "postId": "53210", "score": "0", "text": "Is there a particular reason, why you run a mathematical application with super-user privileges? I doubt that's necessary and you should avoid that.", "userDisplayName": null, "userId"...
{ "accepted": true, "body": "<p>You'll need to add that scripts directory to your <code>PATH</code> variable. This can become tedious if you download a lot of self-contained executables. My recommendation would be to create a <code>bin</code> folder in your home folder and place all your self-contained executable f...
[ { "accepted": null, "body": "<p>Put the script in your <code>bin</code> directory.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-15T14:31:03.217", "id": "53217", "lastActivityDate": "2012-07-07T...
null
null
2015-12-11T09:13:25.877
null
null
53211
1
53215
2011-07-15T14:22:37.883
0
389
<p>I would like to know whether there could be a driver I'm missing, since <strong>sysinfo</strong> can't see the correct value for my CPU frequency</p>
21645
null
null
2012-09-21T10:31:19.877
Why does sysinfo list my CPU as having 1,6GHz when I have an i5-2300 CPU @ 2.80GHz?
[ "system", "cpu", "cpufreq" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It's probably just because the processor frequency has dropped to save power due to it being idle. If you run a processor intensive task and look again you should hopefully see the correct frequency.</p>\n<p>You can also see this information by running <code>cat /proc/cpuinfo</code> ...
[ { "accepted": true, "body": "<p>It's probably just because the processor frequency has dropped to save power due to it being idle. If you run a processor intensive task and look again you should hopefully see the correct frequency.</p>\n<p>You can also see this information by running <code>cat /proc/cpuinfo...
null
null
null
null
null
53218
1
null
2011-07-15T14:33:04.250
2
234
<p>I'm using Gnome. </p> <p>I've discovered suddenly that I can't resize most windows. I hover over an edge or the lower right corner and the drag bar appears, but I'm not able to engage it. I tried turning off a lot of things I wasn't using in Compiz (which turned on ages ago, so why that would work I can't say) and ...
13049
25863
2012-11-21T22:22:06.023
2012-11-21T22:22:06.023
Compiz Clampdown?
[ "compiz" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T14:38:30.993", "id": "59568", "postId": "53218", "score": "0", "text": "Can you click and drag in other places? (e.g. selecting text?)", "userDisplayName": null, "userId": "57" }, { "creationDate": "2011-07-15T16:27:21.743", "id": "59588", "p...
null
[ { "accepted": null, "body": "<p>Try to reset the compiz settings via terminal and restart X:</p>\n\n<pre><code>gconftool-2 --recursive-unset /apps/compiz\n</code></pre>\n", "commentCount": "10", "comments": [ { "creationDate": "2011-07-15T16:28:09.370", "id": "59589", "...
null
null
null
null
null
53220
1
53245
2011-07-15T14:54:43.663
1
2779
<p>I am running Photoshop CS2 under Ubuntu 10.10 with Wine 1.3.23. I would like to be able to associate various file types with Photoshop. I'd previously used this script:</p> <pre><code>#!/bin/sh QUICKPARLOCATION="c:\\Program Files\\Adobe\\Adobe Photoshop CS2\\Photoshop.exe" PARAM=`winepath -w "$*"` wine "$QUICKPARLO...
2692
2647
2011-07-15T18:09:06.870
2019-05-14T11:18:37.443
Open with Wine/Photoshop not working properly
[ "wine", "photoshop" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The custom command should be possible in one string without needing a script.</p>\n\n<p>The following custom command will launch photoshop via wine:</p>\n\n<pre><code>wine \"c:\\\\program files\\\\adobe\\\\adobe photoshop cs2\\\\photoshop.exe\" \\\"z:%f\\\"\n</code></pre>\n\n<p>The k...
[ { "accepted": true, "body": "<p>The custom command should be possible in one string without needing a script.</p>\n\n<p>The following custom command will launch photoshop via wine:</p>\n\n<pre><code>wine \"c:\\\\program files\\\\adobe\\\\adobe photoshop cs2\\\\photoshop.exe\" \\\"z:%f\\\"\n</code></pre>\n\n...
null
null
null
null
null
53221
1
null
2011-07-15T14:57:02.197
8
389
<p>The Chromium Stable PPA (as found here: ppa:chromium-daily/stable) is maintained by Chromium Team (https://launchpad.net/~chromium-team). I assume this is "Google's" Chromium developers? If so, I would assume this PPA is very safe and trustworthy. </p> <p>But is there a specific procedure or method of investigation...
21647
64389
2012-07-12T21:59:05.470
2012-07-12T21:59:05.470
How do I investigate/confirm the identity of a PPA maintainer (e.g., Chromium Team)?
[ "ppa", "security", "packaging", "software-sources", "community" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The \"Chromium Team\" in Launchpad are Ubuntu developers, not Google developers (except for one, who works on Chromium at Google). You can see this by looking at the team's membership:</p>\n\n<ul>\n<li><a href=\"https://launchpad.net/~chromium-team/+members#active\" rel=\"nof...
null
null
null
null
null
53222
1
391507
2011-07-15T14:57:45.087
14
18447
<p>I'm looking for some kind of (free or open source) document management application which should allow me to store paper documents in my personal computer allowing me to add fields of information with data entry to be able to get the digital copy back.</p> <p>For example, if the document is a fine I can find it if I ...
5938
173287
2020-06-20T17:54:13.400
2020-06-20T17:54:13.400
Is there a Document scanning and archiving software?
[ "software-recommendation", "scanner", "open-source", "document", "document-management" ]
5
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p><a href=\"http://www.logicaldoc.com/download-logicaldoc-community.html\">LogicalDOC Community</a> could be used for this purpose.\nAllows you to catalog and tag many file types and has a built-in free OCR.</p>\n\n<p>One of the features that I really like about this package is the fu...
[ { "accepted": null, "body": "<p>I think you are looking for document catalog management software. I am using Calibre to manage my ebooks. Apart from pdf, it also supports MOBI, LIT, PRC, EPUB, ODT, HTML, CBR, CBZ, RTF, TXT, PDF and LRS format.</p>\n\n<p>I am not sure, if it supports Ms doc format. But you c...
null
null
null
null
null
53223
1
53234
2011-07-15T14:58:21.967
3
1351
<p>Is there any way to use wget to download a file from my Ubuntu One Account/Online Storage?</p> <p>say I try wget <a href="http://ubuntuone.com/p/14bm/" rel="nofollow">http://ubuntuone.com/p/14bm/</a> it should download the file called "wget-u1-test-doc.txt" but all I get is a file index.html.</p> <p>for now I'm us...
21123
null
null
2011-07-15T16:32:34.947
Use Wget to download a file from my Ubuntu One Account/ Online Storage
[ "ubuntu-one", "wget" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Use <code>wget</code>'s <code>--content-disposition</code> option:</p>\n\n<pre><code>$ wget -nv --content-disposition http://ubuntuone.com/p/14bm/\n2011-07-15 17:31:47 URL:http://ubuntuone.com/p/14bm/ [143/143] -&gt; \"wget-u1-test-doc.txt\" [1]\n</code></pre>\n", "commentCount": "...
[ { "accepted": true, "body": "<p>Use <code>wget</code>'s <code>--content-disposition</code> option:</p>\n\n<pre><code>$ wget -nv --content-disposition http://ubuntuone.com/p/14bm/\n2011-07-15 17:31:47 URL:http://ubuntuone.com/p/14bm/ [143/143] -&gt; \"wget-u1-test-doc.txt\" [1]\n</code></pre>\n", "commen...
null
null
null
null
null
53225
1
53229
2011-07-15T15:02:53.530
10
1893
<p>since some days my Files lens opens only nautilus but not the correct application which is associated with the file extension. For example, if I choose a PDF file, Nautilus is openend, pointing to the directory there the file is (and the file is selected) but Adobe Reader is not opened.</p> <p>Then I do the same i...
17427
null
null
2016-05-26T12:33:29.273
Files lens and xdg-open only open nautilus but not the correct applicatiion
[ "unity", "nautilus", "nautilus-elementary", "lenses", "xdg-open" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2016-03-10T14:33:02.547", "id": "1107853", "postId": "53225", "score": "1", "text": "Possible duplicate of [Using gnome-open to open pdf files](http://askubuntu.com/questions/35602/using-gnome-open-to-open-pdf-files)", "userDisplayName": null, "userId": "256099" } ]
{ "accepted": true, "body": "<p>I had the same problem when I installed xfce (my question can be found <a href=\"https://askubuntu.com/questions/51008/web-browser-downloads-only-open-target-folders-cannot-open-files\">here</a>).</p>\n\n<p>My problem was solved after uninstalling all xubuntu*, xfdesktop4* and xfce4...
[ { "accepted": true, "body": "<p>I had the same problem when I installed xfce (my question can be found <a href=\"https://askubuntu.com/questions/51008/web-browser-downloads-only-open-target-folders-cannot-open-files\">here</a>).</p>\n\n<p>My problem was solved after uninstalling all xubuntu*, xfdesktop4* a...
null
null
null
null
null
53238
1
53239
2011-07-15T17:26:55.727
2
645
<p>How does someone install the new beta version of flash 11?</p>
3889
10616
2011-07-15T17:52:29.893
2014-06-02T10:01:46.493
How does one go about installing flash 11 (64bit)?
[ "64-bit", "flash" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T17:52:17.957", "id": "59609", "postId": "53238", "score": "0", "text": "What version of Ubuntu are you using?", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-10-27T09:46:38.730", "id": "82481", "postId": "53238", "...
{ "accepted": true, "body": "<p>As shown here <a href=\"http://www.webupd8.org/2011/07/adobe-releases-flash-player-11-beta.html\" rel=\"nofollow noreferrer\">http://www.webupd8.org/2011/07/adobe-releases-flash-player-11-beta.html</a> you can use the following commands:</p>\n<blockquote>\n<p>sudo mkdir /usr/lib/kde4...
[ { "accepted": true, "body": "<p>As shown here <a href=\"http://www.webupd8.org/2011/07/adobe-releases-flash-player-11-beta.html\" rel=\"nofollow noreferrer\">http://www.webupd8.org/2011/07/adobe-releases-flash-player-11-beta.html</a> you can use the following commands:</p>\n<blockquote>\n<p>sudo mkdir /usr/...
null
null
null
null
null
53242
1
53244
2011-07-15T18:33:23.523
51
94830
<p>How do I check if a partition is encrypted? In particular I would like to know how I check if <code>/home</code> and swap is encrypted.</p>
19490
null
null
2014-06-23T15:41:41.027
Check if partition is encrypted
[ "swap", "encrypted-partition" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Regarding the standard home encryption provided by Ubuntu, you can </p>\n\n<pre><code>sudo ls -lA /home/username/\n</code></pre>\n\n<p>and if you get something like</p>\n\n<pre><code>totale 0\nlrwxrwxrwx 1 username username 56 2011-05-08 18:12 Access-Your-Private-Data.desktop -&gt; /...
[ { "accepted": true, "body": "<p>Regarding the standard home encryption provided by Ubuntu, you can </p>\n\n<pre><code>sudo ls -lA /home/username/\n</code></pre>\n\n<p>and if you get something like</p>\n\n<pre><code>totale 0\nlrwxrwxrwx 1 username username 56 2011-05-08 18:12 Access-Your-Private-Data.desktop...
null
null
null
null
null
53246
1
null
2011-07-15T18:45:37.323
2
454
<p>When I installed Natty (11.04) I chose to encrypt <code>/home</code> and I chose to mount it on a separate partition. I would like to repartition <code>/home</code> without losing data and by having the same sort of encryption after the repartitioning is done.</p> <p>I guess that this would mean to do the following...
19490
19490
2011-08-10T07:29:59.490
2011-08-10T07:29:59.490
Repartition encrypted partition
[ "partitioning", "encrypted-partition" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T19:11:17.127", "id": "59616", "postId": "53246", "score": "0", "text": "Are you using eCryptFS (per-user encryption) or a fully encrypted partition? eCryptFS would come from a question that is similar to \"Do you want to encrypt your home directory?\" whereas encry...
null
[ { "accepted": null, "body": "<p>(This answer is targeted only at those using eCryptFS-based encryption, as the original author has indicated.)</p>\n\n<p>In this case, you'll want to do the following:\n1. Back up your data. (Always a good idea.)\n2. Boot from a LiveCD with GNU parted. (I believe the Ubuntu...
null
null
null
null
null
53257
1
null
2011-07-15T19:10:05.370
4
1272
<p>I'm trying to install Ubuntu Server 11.04 on an 64-bit AMD machine. The install goes fine until after "Loading additional components", then I get a blank purple screen with a responsive cursor at the bottom. </p> <p>I've looked everywhere and can't find anything (all the documentation seems to be on the desktop ver...
21675
40955
2012-04-30T11:13:20.487
2016-07-05T20:48:47.237
Why do I get a purple screen whilst installing Ubuntu Server 11.04
[ "installation", "server" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-07-15T20:06:16.567", "id": "59634", "postId": "53257", "score": "0", "text": "Are you installing off the ISO or using wubi?", "userDisplayName": null, "userId": "21659" }, { "creationDate": "2011-07-15T20:26:36.357", "id": "59636", "postId": "53257...
null
[ { "accepted": null, "body": "<p>If you have a wireless card you may need to install the <a href=\"https://help.ubuntu.com/community/Installation/MinimalCD\" rel=\"nofollow\">Ubuntu mini.iso</a>. It has better kernel support by using the generic kernel as opposed to the optimized server kernel. This will ins...
null
null
null
null
Jackson Walters
53258
1
null
2011-07-15T19:54:16.917
2
1308
<p>I've managed to install <code>vnc4server</code> as well as VNC into it (and change the annoying issue where pressing D would minimize all windows) however when I type unity into the terminal it gives me:</p> <pre><code># unity unity-panel-service: no process found compiz (core) - Fatal: No XKB extension Backend ...
6955
null
null
2014-06-15T13:14:21.700
Starting unity with vnc4server on a Linode VPS
[ "11.04", "unity", "vnc" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Because of the way a VPS operates it is likely highly improbable that you can run Unity via VNC on a Linode VPS. While Linode does use Xen for it's virtualization - I don't think they abstract the GPU and video card details to the VPS. I of course can't confirm this and you'l...
null
null
null
null
null
53261
1
53262
2011-07-15T17:02:17.943
4
1682
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/5065/how-can-i-disable-the-purple-splash-screen-at-boot">How can I disable the purple splash screen at boot?</a> </p> </blockquote> <p>I installed Ubuntu Natty but I dont like the loader. The puprle screen gets on ...
21259
-1
2017-04-13T12:24:49.530
2011-07-15T20:27:07.527
Get back geeky grub
[ "grub2", "11.04" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Remove the <em>splash</em> and <em>quiet</em> options from <code>/etc/default/grub</code>, then run <code>update-grub</code>, and you are on business.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": ...
[ { "accepted": true, "body": "<p>Remove the <em>splash</em> and <em>quiet</em> options from <code>/etc/default/grub</code>, then run <code>update-grub</code>, and you are on business.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", ...
null
null
2011-07-15T20:56:44.320
null
Dbugger
53263
1
null
2011-07-15T20:57:44.350
77
301993
<p>Is there a keyboard shortcut available to shutdown the computer?</p> <p>I know I can use the Power button, but I would like to be able to it from the keyboard.</p> <p>If such a shortcut does not exist already, how do I set one?</p>
17226
8515
2011-08-30T22:34:08.267
2022-03-11T21:44:53.357
Shut down computer from keyboard
[ "shortcut-keys", "shutdown", "sysrq" ]
19
1
CC BY-SA 3.0
[ { "creationDate": "2012-08-27T09:26:12.830", "id": "225167", "postId": "53263", "score": "1", "text": "For some reason many things are changed in 12.04, and most answer will not work.", "userDisplayName": null, "userId": "17226" } ]
null
[ { "accepted": null, "body": "<p>Well, an easy one to try is to open the keyboard shortcuts.</p>\n\n<p>If using Unity, press the window key/superkey and then type <em>shor</em> and select keyboard shortcuts. Here you can then create a new shortcut and then assign a key combo to shut your pc down… without usi...
null
null
null
null
null
53264
1
53265
2011-07-15T20:58:48.487
72
117427
<p>Ubuntu has been crashing on me recently. I think its because it runs out of memory so I ran the <code>free -m</code> command and found that my memory usage was really high. So then, i ran <code>top</code> to find the culprit, but the displayed processes were using less than 1.5% of memory. How do I know which progra...
16241
301745
2018-05-08T18:13:00.110
2021-02-10T10:40:49.293
How do you find out which program is using too much memory?
[ "memory-usage" ]
6
1
CC BY-SA 4.0
[ { "creationDate": "2011-07-15T21:08:03.683", "id": "59641", "postId": "53264", "score": "0", "text": "It looks like you also don't have enough swap. Recommended is around twice the size of your RAM", "userDisplayName": null, "userId": "41" } ]
{ "accepted": true, "body": "<p>You are reading the output of <code>free</code> incorrectly. The Linux Kernel does a lot of its own memory management, in turn allocating more than it actually needs - so your true amount of \"Free Memory\" is <code>3044</code> located in the \"Free\" column of the <code>+/- Buffers/...
[ { "accepted": true, "body": "<p>You are reading the output of <code>free</code> incorrectly. The Linux Kernel does a lot of its own memory management, in turn allocating more than it actually needs - so your true amount of \"Free Memory\" is <code>3044</code> located in the \"Free\" column of the <code>+/- ...
null
null
null
null
null
53272
1
53288
2011-07-15T22:12:17.143
0
601
<p>Recently I've tried to compile kernel with grsec patch to increase security of my machine. Compilation went even smoothly, but after running new kernel system runs until xserver starts. </p> <p>Here's tailed dmesg:</p> <blockquote> <blockquote> <p>[ 43.753694] [drm:radeon_cs_ioctl] <em>ERROR</em> Invalid c...
21663
null
null
2013-12-13T11:49:15.227
System fails to start after compiling grsec kernel
[ "xorg", "kernel", "compiling", "dmesg" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2012-02-24T10:08:54.750", "id": "125055", "postId": "53272", "score": "0", "text": "You've accepted the answer given but it does not solve your problem, have you solved it yourself or do you still need an answer?", "userDisplayName": null, "userId": "4982" } ]
{ "accepted": true, "body": "<p>Did you remove your old kernel from grub? If not, boot into that kernel. (For future reference, leave your old kernel in grub until you try a new kernel.)</p>\n\n<p>Right now, I'd suggest booting from a LiveCD, chrooting, and restoring the default kernel to get you back into your s...
[ { "accepted": true, "body": "<p>Did you remove your old kernel from grub? If not, boot into that kernel. (For future reference, leave your old kernel in grub until you try a new kernel.)</p>\n\n<p>Right now, I'd suggest booting from a LiveCD, chrooting, and restoring the default kernel to get you back int...
null
null
null
null
null
53274
1
53342
2011-07-15T22:25:50.423
6
1603
<p>How can I connect to a WPA2 Encrypted Network from the Terminal/Console? </p> <p>I've wanted to remove the whole x-window system and use a Terminal based system only to free up any available memory and process list(s), but the only way to I have to connect to my ESSID network right now is via the Network Manager. <...
21663
890
2011-07-16T03:29:10.330
2011-07-16T15:10:03.660
Connecting to WPA2 network from console
[ "network-manager", "encryption", "networking", "console" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can use cli to networkmanager called <a href=\"http://vidner.net/martin/software/cnetworkmanager/\" rel=\"nofollow\">cnetworkmanager</a> or <a href=\"http://wicd.sourceforge.net/\" rel=\"nofollow\">wicd</a> which also has command line utility and gtk is just optional. I think wic...
[ { "accepted": null, "body": "<p>This works, if you can keep X around, but just don't want to use it, and want your system to connect to wireless without starting X. </p>\n\n<p>Start X and use <em>nm-applet</em> to conncet to your wireless. Then bring up context menu of <em>nm-applet</em> and choose <em>Edit...
null
null
null
null
null
53275
1
null
2011-07-15T22:26:59.627
2
418
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/38823/how-to-use-apt-get-synaptic-behind-a-proxy">How to use apt-get/synaptic behind a proxy?</a> </p> </blockquote> <p>I'm using Ubuntu version 11.04 I live in a university and we have to give our proxy userid to ...
21664
-1
2017-04-13T12:24:00.673
2012-08-14T15:55:37.790
Setting proxy works for Firefox but not the package manager
[ "update-manager", "updates", "proxy" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
null
2012-08-14T15:55:52.580
null
null
53276
1
null
2011-07-15T22:52:35.233
7
567
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/915/is-it-possible-to-install-without-a-cd-or-usb-drive">Is it possible to install without a CD or USB drive?</a> </p> </blockquote> <p>I am wondering if it is possible to install Ubuntu without the use of a Live C...
21314
-1
2017-04-13T12:24:13.310
2011-07-16T18:25:48.677
Is it possible to install without a Live CD?
[ "re-installation" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2012-05-16T19:10:28.757
null
null
53279
1
null
2011-07-15T23:26:41.117
0
7660
<p>I have a OQO I'm converting to Natty.</p> <p>I have a screen resolution problem on the native LCD screen. I have some indication that xforcevesa will allow the system to get the proper resolution information for my machine.</p> <p>Where do I put this? What does the syntax look like?</p>
21666
235
2011-07-15T23:36:48.813
2015-05-21T14:29:08.390
How to set xforcevesa?
[ "resolution" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-16T01:45:28.073", "id": "59671", "postId": "53279", "score": "0", "text": "What graphics card/chipset do you have?", "userDisplayName": null, "userId": "2973" } ]
null
[ { "accepted": null, "body": "<p>You can put it into /etc/default/grub. To open the file for editing, run</p>\n\n<pre><code>gksudo gedit /etc/default/grub\n</code></pre>\n\n<p>locate the following line and put xforcevesa between the quotes:</p>\n\n<pre><code>GRUB_CMDLINE_LINUX_DEFAULT=\"xforcevesa\"\n</code>...
null
null
null
null
null