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
4043
1
4054
2010-09-11T21:57:01.890
1
1666
<p>When trying to install ruby 1.9.2 on Ubuntu 10.04 (64-bit), I get the following error after performing the following steps:</p> <ol> <li>Install Dependencies</li> <li>./configure to create make file</li> <li>Make</li> <li>Make Install</li> <li>Make Clean</li> <li>ruby -ropenssl -rzlib -rreadline -e "puts :Hello" (T...
1940
null
null
2010-09-12T07:16:50.870
Readline not compiled by default - Causing `require': no such file to load -- readline
[ "ruby" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The reason Ruby didn't automatically include readline support was most likely because you didn't have libreadline, and its development files, installed on your system. When you run <em>./configure</em> it does an inventory of your system, and uses that data to create an \"optimal\" <...
[ { "accepted": null, "body": "<p>Many (in fact, most) libraries and programming languages don't compile readline by default (PHP is another example). You need to configure that manually in the configure script or using this method.\nJust make sure you use the same option whenever you compile Ruby.</p>\n", ...
null
null
null
null
null
4048
1
null
2010-09-12T04:04:37.710
4
9108
<p>How do I use my iPhone as a wireless internet source using Bluetooth?</p>
329
83607
2012-08-19T20:29:54.137
2012-08-19T20:29:54.137
How to setup bluetooth tethering with iPhone?
[ "bluetooth", "iphone", "tethering" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>This is how I achieved it.</p>\n\n<ul>\n<li>First don't forget to enable tethering in iPhone settings</li>\n<li>Use blueman (<code>sudo aptitude blueman</code>), it is more userfriendly</li>\n<li>In blueman settings make sure that in \"Local services\" PAN support switch in \...
null
null
2013-03-14T17:10:30.773
null
null
4055
1
null
2010-09-12T07:37:10.047
21
25723
<p>Depending on the situation, I use either my speakers or my headset for audio output. Given that my headset is an USB headset it behaves as its own audio device.</p> <p>Currently I switch between audio output devices by clicking on the speaker icon in the upper right tray, where I select Sound settings, goes to the ...
24
65926
2013-12-21T18:40:10.970
2018-06-22T21:02:03.210
Audio output device, fast switch?
[ "10.04", "usb", "sound" ]
10
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Well, you can install <code>pavucontrol</code>, it shows apps with sound device selection on the first tab, it'll save you some effort. But what you really want I think is to mark you USB headset as default device, then every time you plug it in all sound will be redirected t...
null
null
null
null
null
4062
1
null
2010-09-12T12:40:12.377
2
1574
<p>I am new to Linux. When I run a Borealis application, the 'locale not supported by Xlib' error comes up:</p> <p>...</p> <p>xterm -T Borealis@127.0.0.1:15000 -geometry 80x10+20+600 -e ../..//src/src/borealis -d 127.0.0.1:15000</p> <p>One processing node (Borealis) started.</p> <p>Warning: locale not supported by ...
null
null
2010-09-12T12:47:43.580
2010-09-12T20:20:57.613
locale problem when running xterm in Ubuntu 10.04
[ "10.04" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Try launching with LANG=C and see if that changes anything: <code>LANG=C xterm -T mytest -geometry 200x30+200+30 -e .//mytest</code></p>\n\n<p>\"Warning: locale not supported by Xlib, locale set to C\" hints that it's already falling back to this, and the crash you're experie...
null
null
2013-03-14T17:10:36.297
tdnghia89
tdnghia89
4066
1
4067
2010-09-12T14:53:55.480
9
26388
<p>I'm configuring an Ubuntu Server for my home network to handle NAT and firewall. I've configured dnsmasq and verified that it's working correctly. I want all connections from my internal network to be allowed. However, once I enable ufw, the connections are blocked.</p> <p>I have tried:</p> <pre><code>sudo ufw all...
1968
null
null
2010-09-12T15:32:55.773
How do I set ufw to allow internal network connections?
[ "10.04", "networking", "server" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It looks like you may have \"default deny outgoing\" turned on. Can you do a \"sudo ufw status verbose\" for us please? I'm assuming that you're server IP address is not 91.189.94.156. Are you using your server as a gateway? If so, check out <a href=\"http://pka.engr.ccny.cuny.edu/~j...
[ { "accepted": true, "body": "<p>It looks like you may have \"default deny outgoing\" turned on. Can you do a \"sudo ufw status verbose\" for us please? I'm assuming that you're server IP address is not 91.189.94.156. Are you using your server as a gateway? If so, check out <a href=\"http://pka.engr.ccny.cun...
null
null
null
null
null
4068
1
null
2010-09-12T15:41:39.007
8
973
<p>When I type</p> <pre><code>aptitude dist-upgrade </code></pre> <p>I get for example:</p> <pre><code>Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done The following NEW packages will be instal...
2222
null
null
2010-09-12T16:05:12.383
Can I see more details of an aptitude dist-upgrade?
[ "server", "upgrade", "aptitude" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2013-05-16T14:07:40.987", "id": "372454", "postId": "4068", "score": "0", "text": "In the end, I turned to Apticron: http://www.debian-administration.org/articles/491. It shows what changed in the available upgrades since you last upgraded the packages. Helps assessing when/if...
null
[ { "accepted": null, "body": "<p>If you install the <code>apt-listchanges</code> package, you get more options. You can get <code>apt-get</code> and <code>aptitude</code> to show the changelogs of updated packages (either the full changelog or just what's new in the upgrade), and to prompt for confirmation a...
null
null
2014-07-24T17:31:07.043
null
null
4069
1
null
2010-09-12T15:59:44.473
2
5804
<p>I recently solved my problem <a href="https://askubuntu.com/questions/3807/how-to-check-network-proxy-is-really-applied">How to check if Network Proxy is really applied?</a> Now I can use <code>sudo apt-get install application-name</code> easily - but the problem is that the normal user (not the superuser) cannot s...
1792
-1
2017-04-12T07:23:19.023
2011-10-15T00:34:14.957
Why does applying system-wide network proxy settings affect only the superuser (root)?
[ "networking", "proxy", "wget" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I think this may actually be <a href=\"https://bugs.launchpad.net/ubuntu/+source/wget/+bug/232469\" rel=\"nofollow\">bug 232469</a>, which has some proposed fixes and workarounds. One of them seems to be to edit <code>/etc/wgetrc</code> as root, and scroll down to where you s...
null
null
2013-03-14T17:15:37.367
null
null
4072
1
4076
2010-09-12T17:01:16.973
99
102616
<p>What can I use to find duplicate photos, including photos that have been resized?</p>
1859
527764
2020-07-27T11:05:08.200
2024-01-17T05:21:05.343
How can I find duplicate photos?
[ "software-recommendation", "photo-management" ]
7
2
CC BY-SA 2.5
[ { "creationDate": "2012-11-27T18:35:11.497", "id": "274717", "postId": "4072", "score": "2", "text": "Related: http://photo.stackexchange.com/questions/26026/how-can-i-find-duplicate-photos-in-about-100gb-of-data", "userDisplayName": null, "userId": "82665" }, { "creationDate": "...
{ "accepted": true, "body": "<h3><a href=\"https://www.digikam.org/\" rel=\"noreferrer\">digiKam</a> <a href=\"https://packages.ubuntu.com/search?keywords=digikam\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/0wAin.png\" alt=\"Install via the software center\" /></a></h3>\n<p>Add all the photos to your ...
[ { "accepted": null, "body": "<h2>fdupes</h2>\n<p>You can use a command line tool called <code>fdupes</code> to find duplicate files (see <code>man fdupes</code> for more details). I don't know of any way to find 'duplicates' that have been resized. A program that did this would require some sort of intellig...
null
null
null
null
null
4075
1
4077
2010-09-12T18:38:08.333
8
649
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/21305/desktop-forgets-theme">Desktop forgets theme?</a> </p> </blockquote> <p>Sometimes, maybe once every week or two, things look like this when I log in:</p> <p><img src="https://i.stack.imgur.com/PivgJ.png" alt...
1859
-1
2017-04-13T12:24:41.703
2010-09-12T21:47:09.520
Why is Ubuntu sometimes ugly when I log in?
[ "gnome" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-29T19:32:29.160", "id": "25924", "postId": "4075", "score": "1", "text": "Could be related to this: http://askubuntu.com/questions/21305/desktop-forgets-theme", "userDisplayName": null, "userId": "235" } ]
{ "accepted": true, "body": "<p>It's possible that gnome-settings-daemon (which controls theming) crashes or fails to start on login. If you want to confirm this as the case, you can enable crash reporting and see if it crashes when you notice it. From there, you can send in your crash report so it will hopefully b...
[ { "accepted": true, "body": "<p>It's possible that gnome-settings-daemon (which controls theming) crashes or fails to start on login. If you want to confirm this as the case, you can enable crash reporting and see if it crashes when you notice it. From there, you can send in your crash report so it will hop...
null
0
2011-08-08T17:18:43.107
null
null
4080
1
null
2010-09-12T21:55:23.097
3
1831
<p>I'm trying to set up my server (running Ubuntu server 8.04) on my university network so that I can access it from anywhere on campus. Last year I had it plugged into my router and set my router's domain like <code>network.myschool.edu</code> and hostname to <code>dlh</code>. This allowed me to access the router usin...
10
8844
2011-03-31T03:25:37.703
2011-03-31T03:25:37.703
How to configure domain name on school network
[ "networking", "dns", "8.04", "hostname" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-31T03:27:32.380", "id": "36761", "postId": "4080", "score": "0", "text": "Talk to your helpdesk, or if you're lucky, to someone in the networking or sysadmin group. They could tell you if DHCP was available, and if not, they could give you whatever other particulars y...
null
[ { "accepted": null, "body": "<p>I would contact the network administrator of your school. Maybe they have changed some setup to provide additional security.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09...
null
null
2013-03-14T17:15:47.100
null
null
4081
1
4162
2010-09-12T22:02:09.717
4
2537
<p>Here's the deal. I set up a computer with Ubuntu 10.04 for my grandmother. Everything worked fine. I connected it to the internet at her house today. After rebooting the computer I found that the computer would kick you back to the logon screen if you attempted to logon to her account. It worked fine logging on to m...
2221
null
null
2013-04-18T17:08:04.730
Stuck in logon loop
[ "10.04", "gnome" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The solution for me was to delete <code>~/.gconf</code>. Had to reset all of the user appearance settings among other things. No idea how it came to be corrupted.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2015-01-10T20:52:50.790", "id": "788846...
[ { "accepted": null, "body": "<p>Ideas for debugging:</p>\n\n<ul>\n<li>Are there any odd applications in session startup (<code>~/.config/autostart</code>) that may be causing a logout by killing gnome-session prematurely?</li>\n<li>Check <code>~/.xsession-errors</code> on the account after it fails to sign ...
null
null
null
null
null
4086
1
null
2010-09-13T01:12:55.540
3
1938
<p>I would like to turn this 32GB USB 2.0 flash drive into a 32 GB partition with Ubuntu installed on it which I can boot and read/write persist as any normal hard drive install would be expected to do. The trick is that I don't want to have to install Ubuntu to create this thing. Can I create it from a live boot of a ...
2230
null
null
2012-01-28T13:58:54.723
How do I create a persistent USB 2.0 thumb drive install of Ubuntu in a Windows environment?
[ "10.04", "boot", "usb" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p><a href=\"http://unetbootin.sourceforge.net/\" rel=\"nofollow\">UNetbootin</a> is what you want. Runs on Windows and Linux and creates bootable flash drives from ISO images, 10.04 included. However, the default setup does <em>not</em> use persistent space, so changes made wil...
null
null
2013-03-14T17:15:55.993
null
null
4087
1
4088
2010-09-13T01:33:52.950
3
2547
<p>I am looking for a torrent program that i will download torrents place in a certain folder. I have a similar program for NZBs called hellanzb. </p> <p>I would like the best recommended software for this. </p> <p>Thanks.</p>
333
null
null
2010-09-13T14:53:24.167
Ubuntu Server auto download torrents
[ "server", "bittorrent" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think <a href=\"http://libtorrent.rakshasa.no/\">rTorrent</a> will do what you want. I've not used it personally but I know people who use it in a setup in a similar way. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-13T16:13:54.213", "i...
[ { "accepted": true, "body": "<p>I think <a href=\"http://libtorrent.rakshasa.no/\">rTorrent</a> will do what you want. I've not used it personally but I know people who use it in a setup in a similar way. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-09-13T16:13:5...
null
null
null
null
null
4092
1
4093
2010-09-13T04:51:20.113
7
9436
<p>For example, I'm trying to run Archive Manager from Ubuntu Desktop (10.04) under sudo otherwise it won't let me extract a Software Development Kit into /usr/local</p> <p><strong>Update:</strong> I don't want sudo to be a permanent change to launching the application; only to run it under sudo when I choose, until i...
1046
25863
2012-06-18T18:19:53.697
2018-05-22T19:38:05.497
How to run a Desktop graphical application just once under sudo?
[ "gui", "sudo" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can run the software from the command-line/terminal with <code>gksudo</code> prefixed to the command, which will present the prompt for your sudoer's password prior to launching.</p>\n\n<pre><code>gksudo file-roller\n</code></pre>\n\n<p>Though you mentioned you do not want to ma...
[ { "accepted": true, "body": "<p>You can run the software from the command-line/terminal with <code>gksudo</code> prefixed to the command, which will present the prompt for your sudoer's password prior to launching.</p>\n\n<pre><code>gksudo file-roller\n</code></pre>\n\n<p>Though you mentioned you do not wa...
null
null
null
null
null
4095
1
null
2010-09-13T09:37:17.617
3
5584
<p>i have asked this question <a href="https://superuser.com/questions/186519/how-to-mount-safeboot-encrypted-windows-partiton-in-ubuntu">here</a> and I want more replies please </p> <hr> <p>how do I mount a SafeBoot encrypted Windows partition on Ubuntu (10.04)?</p> <p>I had a harddisk with safeboot encrypted windo...
2237
-1
2017-03-20T10:18:10.917
2013-03-14T17:16:08.003
How to mount encrypted windows partition in ubuntu?
[ "windows", "encryption", "grub2", "dual-boot" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2010-09-13T10:10:12.257", "id": "4122", "postId": "4095", "score": "0", "text": "Here is results.txt ( http://pastebin.com/raw.php?i=5NpsUPt0 ) file the boot info script (from http://sourceforge.net/projects/bootinfoscript/)", "userDisplayName": null, "userId": "2237" ...
null
[ { "accepted": null, "body": "<p>Answer for the DualBoot Question:</p>\n\n<p>Hold down <kbd>SHIFT</kbd> to display the hidden menu during boot (<kbd>ESC</kbd> in GRUB legacy).</p>\n\n<p>(by <a href=\"http://ubuntuforums.org/showthread.php?t=1195275\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=...
null
null
2013-03-14T17:16:11.687
null
null
4096
1
4101
2010-09-13T11:08:06.933
35
44789
<p>I know Ubuntu comes with a "Remote Desktop" option that appears to be a straightforward VNC server, and I'm trying to understand the alternatives. Here are the possibilities I've heard about so far:</p> <ul> <li>VNC </li> <li>VNC + SSH Tunnelling</li> <li>NX Server, free edition</li> <li>FreeNX</li> <li>NeatX</li> ...
2238
235
2010-12-24T21:43:12.433
2016-04-03T16:53:26.780
What free Remote Desktop (server) solutions are there?
[ "remote-desktop", "vnc", "remote-access", "freenx", "neatx" ]
4
5
CC BY-SA 2.5
[ { "creationDate": "2010-09-13T11:43:33.947", "id": "4131", "postId": "4096", "score": "0", "text": "There are two general notions with \"RDP\" there's remote login and Desktop Sharing both are covered in the \"RPD\" acronym. Are you looking to simply shared your desktop in an efficient way - or ...
{ "accepted": true, "body": "<p>I'm using right now FreeNx in production, and in the past our company has been a <a href=\"http://www.nomachine.com/\">NoMachine</a> customer. We use FreeNX on the server and the proprietary but free NoMachine client on the desktops (both Ubuntu and Windows).</p>\n\n<p>The relationsh...
[ { "accepted": true, "body": "<p>I'm using right now FreeNx in production, and in the past our company has been a <a href=\"http://www.nomachine.com/\">NoMachine</a> customer. We use FreeNX on the server and the proprietary but free NoMachine client on the desktops (both Ubuntu and Windows).</p>\n\n<p>The re...
2010-09-13T11:08:06.933
null
null
null
null
4098
1
4100
2010-09-13T12:00:39.110
1
344
<p>I copied photos onto my notebook hard drive and got a warning of limited hard drive space...I continued to copy photos onto my hard dirve. I got a message that the space limit was reached an no more photos could be copied onto the hard drive.<br> I restarted my notebook and the initial Ubuntu page could not load due...
794
null
null
2010-09-25T02:58:57.410
Delete Ubuntu to free up space for computer restart properly
[ "login-screen", "delete" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-13T12:22:10.267", "id": "4136", "postId": "4098", "score": "0", "text": "In the future, if a question gets closed due to lack of details you can edit that question and have it re-opened, instead of creating a new question.", "userDisplayName": null, "userId": "...
{ "accepted": true, "body": "<p>that is your home directory.i.e. /home/hylton Now. Do the stuff like clean up image with </p>\n\n<pre><code>cd Pictures/\n\nls\n\nrm *.jpg \n</code></pre>\n\n<p>given your pictures are in the folder Pictures.</p>\n\n<p>Or just copy your images from the location to some external stora...
[ { "accepted": null, "body": "<p>There are several things you can do. There is no need to immediately jump into a reinstall. You can (now that you're in the command prompt) delete the various directories which are full of photos and other un-needed files. To do so you'll need to navigate to those directories...
null
null
null
null
null
4103
1
null
2010-09-13T13:44:54.323
11
485
<p>This happens occasionally, and I never know how to fix it without deleting the panel and adding a new one. Any help would be appreciated. </p> <p><img src="https://i.stack.imgur.com/BO2DA.png" alt="Weird panel"></p>
2241
866
2010-10-25T11:33:57.413
2011-05-11T19:37:14.333
Visual corruption affecting several panel applets
[ "10.10", "10.04", "indicator", "gnome-panel" ]
5
4
CC BY-SA 2.5
[ { "creationDate": "2010-09-13T14:16:30.290", "id": "4140", "postId": "4103", "score": "0", "text": "I've run into this problem a lot also - I ended up enabling Kill XServer Sequence (Ctrl+Alt+Backspace) and just restart the X Session.", "userDisplayName": null, "userId": "41" }, { ...
null
[ { "accepted": null, "body": "<p>I had the same problem, but I resolved this issue using a script I found in <a href=\"http://www.omgubuntu.co.uk/2010/09/how-to-restore-default-gnome-panels-in-ubuntu/\" rel=\"nofollow\">http://www.omgubuntu.co.uk/2010/09/how-to-restore-default-gnome-panels-in-ubuntu/</a> I n...
null
null
null
null
null
4109
1
4112
2010-09-13T16:00:56.887
178
53821
<p>It takes me about 5 tries to resize a window on my computer.</p> <p>Is there a way to increase the resize margin on the edge of windows?</p>
1010
169736
2014-04-05T05:51:10.593
2022-01-03T22:12:33.840
How do I increase the resize margin on windows?
[ "window-manager" ]
12
11
CC BY-SA 3.0
[ { "creationDate": "2010-09-13T21:02:08.117", "id": "4165", "postId": "4109", "score": "82", "text": "+1. The single pixel you get on the left and right borders in the default theme (and on the bottom now too, in Maverick's default) is a cruel joke.", "userDisplayName": null, "userId": "1...
{ "accepted": true, "body": "<p>As others have mentioned, it depends on the theme. Try a few out. What I frequently do instead is hold down <kbd>Alt</kbd> and middle-click (right-click in some environments) and drag to resize, which works anywhere on the window.</p>\n\n<p>Note that many themes that seem to have a 1...
[ { "accepted": null, "body": "<p>The thickness of the window border is set by the theme you are using.<br>\nSo to make the window edges bigger try a different theme.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-10-20T18:00:12.717", "id": "8414", "po...
null
null
null
null
null
4113
1
null
2010-09-13T16:13:42.060
116
63793
<p>I have to do three or four jobs a day, and each has several parts. I want a time tracker tool to help me know how much time I've spent on each part and each job overall. </p> <p>I've found some like <code>gnotime</code> and <code>hamster</code>.</p> <p>What application do you recommend for such a case?</p>
1792
147044
2014-05-14T12:13:22.917
2023-02-25T10:04:22.707
Which Time Tracker application do you recommend?
[ "software-recommendation" ]
23
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<h2>Hamster</h2>\n<p>Hamster helps you to keep track of how much time you spend on various\nactivities during the day. Whenever you move from one task to another, you can change your current activity, or you can record time spent afterwards.</p>\n<p>Main app: hamster-time-tracke...
2010-10-15T16:18:14.843
null
null
null
null
4118
1
4127
2010-09-13T17:04:16.063
18
16329
<p>I need to set up an SMTP server, really the goal is so that this server has no communication with the outside world, I would create the server, and would want a mail client looking at messages the server generates (brownie points if all messages go into the same inbox). This is basically to test out my mail system a...
1151
null
null
2018-12-16T18:34:39.680
Setup a local testing SMTP server
[ "smtp" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There are two solutions off the top of my head:</p>\n\n<p>The first is to install postfix and accept the default configuration. Any mail sent to username@server (or just a username if it's all on one server) would be delivered to that specific user. It's fairly easy to get going and ...
[ { "accepted": true, "body": "<p>There are two solutions off the top of my head:</p>\n\n<p>The first is to install postfix and accept the default configuration. Any mail sent to username@server (or just a username if it's all on one server) would be delivered to that specific user. It's fairly easy to get go...
null
null
null
null
null
4119
1
4126
2010-09-13T17:59:54.163
4
3889
<p>I'm planning to switch from KDE to gnome (Kubuntu to Ubuntu) and from 9 to 10 in one step - do you have any hints what would be the least painful way to do this ? </p>
2247
10698
2013-11-28T11:59:34.270
2013-11-28T12:00:23.790
Upgrade from Kubuntu 9.10 to Ubuntu 10.04
[ "10.04", "upgrade", "9.10", "kubuntu" ]
5
2
CC BY-SA 3.0
[ { "creationDate": "2010-10-10T16:18:03.513", "id": "5720", "postId": "4119", "score": "0", "text": "Instead of placing the solution in your answer place it as an answer then accept the answer. If someone has already answered your question (and answered it correctly) please accept their answer.",...
{ "accepted": true, "body": "<p>The best thing to do would be to first upgrade to 10.04 normally. Make sure everything is at least working the way you want it to. Then, to start the transition, install the <code>ubuntu-desktop</code> package in Synaptic or via the command-line. That will pull in a bunch of new appl...
[ { "accepted": null, "body": "<p>Here is an excellent <a href=\"https://help.ubuntu.com/community/LucidUpgrades/Kubuntu\" rel=\"nofollow\">link</a> that provides the solution you are looking for. </p>\n\n<p>Let me know if you need more help.</p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
4120
1
4123
2010-09-13T18:01:12.553
35
14899
<p>Whenever I open a PDF file in Ubuntu, the document viewer shows that file zoomed so that the page <em>width</em> fits to the screen <em>width</em> (and the lower part of the document is not visible). Due to the large monitor I would really prefer to have it show the full document with a smaller zoom instead (I think...
277
20334
2012-01-18T16:23:40.807
2022-03-24T17:49:45.217
View PDF with "fit to page size" by default
[ "pdf", "evince" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"https://wiki.gnome.org/Apps/Evince\" rel=\"noreferrer\">Evince</a> (default PDF viewer) should automatically remember individual display settings for different documents. However, in 10.04, there doesn't appear to be a preference for the default view mode.</p>\n<p>In Ubuntu...
[ { "accepted": true, "body": "<p><a href=\"https://wiki.gnome.org/Apps/Evince\" rel=\"noreferrer\">Evince</a> (default PDF viewer) should automatically remember individual display settings for different documents. However, in 10.04, there doesn't appear to be a preference for the default view mode.</p>\n<p>I...
null
null
null
null
null
4124
1
4128
2010-09-13T18:16:41.167
6
8845
<p>I was hoping to setup and maybe browse the internet from a Ubuntu server i setup at home. Seeing that I have installed, Ubuntu server, I was hoping if there is software I can install to get a browser going on it from my windows PC. is this what vnc4server is for?</p> <p>Any links or suggestion helping me on this ta...
333
null
null
2013-04-29T07:22:29.130
How to log on to a Ubuntu server; from windows with a plain gui
[ "server", "browser", "windows-7" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-13T18:39:15.850", "id": "4157", "postId": "4124", "score": "0", "text": "Do you want to controll it (ssh/vnc), share files (samba/nfs) or use it for user authentication (ldap)?", "userDisplayName": null, "userId": "1826" } ]
{ "accepted": true, "body": "<h2>Assumptions:</h2>\n<ul>\n<li>This &quot;server&quot; is a desktop install (ie the <code>ubuntu-desktop</code> meta package is installed)</li>\n<li>Server sits behind a router which connects to the internet and shares it out through NAT</li>\n<li>Your user is set to auto-login</li>\n...
[ { "accepted": true, "body": "<h2>Assumptions:</h2>\n<ul>\n<li>This &quot;server&quot; is a desktop install (ie the <code>ubuntu-desktop</code> meta package is installed)</li>\n<li>Server sits behind a router which connects to the internet and shares it out through NAT</li>\n<li>Your user is set to auto-logi...
null
null
null
null
null
4131
1
null
2010-09-13T23:21:59.763
18
575
<p>I have a fair number of older Ubuntu CDs sitting around for releases that are not supported anymore. They have beautiful pressed labels and sleeves that I would hate to just throw away.</p> <p>What can I do with them?</p> <p><a href="http://www.flickr.com/photos/paulwatson/49935430/" rel="noreferrer"><img src="htt...
1859
1859
2010-09-13T23:27:08.223
2011-12-12T11:54:42.370
How can I put old Ubuntu CDs to good use?
[ "live-cd" ]
5
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-15T15:31:35.433", "id": "4251", "postId": "4131", "score": "3", "text": "This would do great as a Community Wiki question.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-09-24T15:54:13.423", "id": "4815", "postId": "4131", ...
null
[ { "accepted": null, "body": "<p>eBay!</p>\n\n<p>On a more serious note, you can use them to test older releases that are still supported for bugs and whatnot. It's also possible some machines may not be able to handle more recent versions of Ubuntu, and these would be perfect. Or use them to take a trip dow...
2010-09-24T15:53:48.963
null
null
null
null
4134
1
4136
2010-09-14T00:32:01.103
5
5062
<p>Is there a way to use a different <code>php.ini</code> file foreach <code>VirtualHost</code> in apache?</p> <p>I know that there are the <code>php_admin_values</code></p> <pre><code>&lt;Location /stat/&gt; php_admin_value safe_mode off &lt;/Location&gt; </code></pre> <p>But i want to specify a full php.ini fi...
1990
null
null
2011-06-15T16:26:17.807
Custom php.ini for VirtualHost
[ "apache2", "php", "virtualhost" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You will need to use something like <a href=\"http://www.suphp.org/Home.html\" rel=\"nofollow\">suPHP</a> to achieve this. In addition to running each VirtualHost's php execution as a different user - it allows you to have multiple php.ini files for VirtualHosts and Directories (Base...
[ { "accepted": true, "body": "<p>You will need to use something like <a href=\"http://www.suphp.org/Home.html\" rel=\"nofollow\">suPHP</a> to achieve this. In addition to running each VirtualHost's php execution as a different user - it allows you to have multiple php.ini files for VirtualHosts and Directori...
null
null
null
null
null
4135
1
4150
2010-09-14T00:55:15.663
3
2971
<p>On our home network we have Ubuntu 10.4 amd64 Desktop functioning as a file server and a couple of WinXP laptops. Ubuntu is not set up as a domain server, user names and passwords are synched, manually, across all machines.</p> <p>What is the proper way to set up a shared space for the windows clients so that membe...
254
235
2010-09-14T15:26:31.187
2010-09-15T08:08:51.730
Group share permisssions to windows clients?
[ "samba", "permissions" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is a permission problem, which you can solve either by: </p>\n\n<p>1) telling Samba to force some specific permissions (e.g., <code>664</code>) on\nall files in the share: the relevant solution is discussed here:\n<a href=\"http://www.linuxquestions.org/questions/linux-newbie-8/...
[ { "accepted": true, "body": "<p>This is a permission problem, which you can solve either by: </p>\n\n<p>1) telling Samba to force some specific permissions (e.g., <code>664</code>) on\nall files in the share: the relevant solution is discussed here:\n<a href=\"http://www.linuxquestions.org/questions/linux-n...
null
null
null
null
null
4139
1
4149
2010-09-14T03:49:09.263
5
378
<p>I am looking for a network proxy that would do the following:</p> <p>If a requested URL matches a certain pattern (regular expressions would be ideal) save the transfer to a specified folder.</p> <p>I'm not sure if I can achieve that with Squid (that I already have running), but I'm open to using other tools.</p> ...
1775
null
null
2010-09-14T08:17:54.347
Proxy to automatically save specific URLs
[ "automation", "proxy" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>A hack to accomplish this could be to use\n<a href=\"http://www.gedanken.demon.co.uk/wwwoffle/\" rel=\"nofollow\">wwwoffle</a>: when in\n\"online\" mode, wwwoffle saves all visited pages (excluding those that\nmatch a specified regexp) into a folder. You can configure the cache\nfol...
[ { "accepted": true, "body": "<p>A hack to accomplish this could be to use\n<a href=\"http://www.gedanken.demon.co.uk/wwwoffle/\" rel=\"nofollow\">wwwoffle</a>: when in\n\"online\" mode, wwwoffle saves all visited pages (excluding those that\nmatch a specified regexp) into a folder. You can configure the ca...
null
null
null
null
null
4140
1
4173
2010-09-14T04:19:09.433
15
8036
<p>Can I mount an ISO in Ubuntu 10.04 without requiring the use of sudo?</p> <p>This is all I know how to do:</p> <pre><code>sudo mount -o loop -t iso9660 image.iso /media/iso </code></pre> <hr> <p>A few answers mentioned using something called "Archive Mounter". I've never noticed this before, but I do see it list...
1859
1859
2010-09-14T18:25:56.310
2016-11-20T12:26:15.050
Can I mount an ISO without administrative privileges?
[ "mount", "cd" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I have an option to \"Open With...\" when I right click on an ISO with an \"Archive Mounter\".</p>\n\n<p>This executes <code>/usr/lib/gvfs/gvfsd-archive</code> which then mounts the ISO automatically. It's part of gvfs, which is installed by default. I am not sure if Nautilus is set ...
[ { "accepted": null, "body": "<p>I think he means an alternative to mount -o loop?</p>\n\n<ul>\n<li>Archive Mounter (default)</li>\n<li>Furius ISO mount</li>\n<li>Acetone ISO</li>\n</ul>\n\n<p>CD-Rom should work for users by default</p>\n", "commentCount": "2", "comments": [ { "creation...
null
null
null
null
null
4147
1
8628
2010-09-14T07:37:02.227
1
1156
<p>I have followed the steps here: <a href="http://www.piotrkrzyzek.com/olympus-vn-480pc-working-in-linux-odvr/" rel="nofollow">http://www.piotrkrzyzek.com/olympus-vn-480pc-working-in-linux-odvr/</a></p> <p>and here: <a href="http://ubuntuforums.org/showthread.php?t=207104&amp;page=2" rel="nofollow">http://ubuntuforum...
1446
41
2010-09-14T18:15:03.060
2010-10-21T09:55:16.083
Connecting Ubuntu with Olympus VN-960PC
[ "10.04", "hardware", "camera" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-09-14T07:55:29.693", "id": "4180", "postId": "4147", "score": "0", "text": "I'm so lamm ahahaha I was doing $sudo odvr instead of sudo odvr, hence, not working. ehehe sorry. :D", "userDisplayName": null, "userId": "1446" }, { "creationDate": "2010-09-14T20...
{ "accepted": true, "body": "<p>Any answers are unnecessary - the question writer said he has solved his problem, typing the <code>$</code> by accident.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-17T13:21:13.887", "id": "34477", "postId": "8628", "score": "...
[ { "accepted": true, "body": "<p>Any answers are unnecessary - the question writer said he has solved his problem, typing the <code>$</code> by accident.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-17T13:21:13.887", "id": "34477", "postId": "862...
null
null
null
null
null
4153
1
4161
2010-09-14T12:09:31.813
3
596
<p>Since the microblogging plugin for gnome.do fails to work in combination with a Proxy, I switched to Gwibber.</p> <p>Gwibber works fine, but although 'Display notifications' is checked in my preferences, notifications are not shown. All other notifications (like sound, pidgin) work fine.</p> <p>I am using Lucid wi...
1328
866
2010-11-16T20:24:31.580
2010-11-16T20:24:31.580
Gwibber notifications are not shown
[ "10.04", "gwibber", "notify-osd" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Some suggestions:</p>\n\n<ul>\n<li>I don't believe Gwibber notifications are shown while the Gwibber window is open/visible. This isn't certain, but try closing the main window via the close button (not the quit option) and see if you start receiving notifications.</li>\n<li>With the...
[ { "accepted": true, "body": "<p>Some suggestions:</p>\n\n<ul>\n<li>I don't believe Gwibber notifications are shown while the Gwibber window is open/visible. This isn't certain, but try closing the main window via the close button (not the quit option) and see if you start receiving notifications.</li>\n<li>...
null
null
null
null
null
4156
1
null
2010-09-14T13:12:35.007
1
3288
<p>I'm trying to install Ubuntu 10.04 server edition on a computer with a RAID5 array. The array seems functional from the BIOS standpoint.</p> <p>The problem arises in the installation when it comes to partitioning the drives. The Ubuntu installer only offers me to "Configure iSCSI volumes". There are no options offe...
2269
527764
2022-03-16T09:51:59.137
2022-03-16T09:52:05.487
Ubuntu Server "fakeraid" RAID5 installation
[ "server", "system-installation", "raid" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-14T13:43:29.417", "id": "4186", "postId": "4156", "score": "0", "text": "What kind of RAID5 array is it?. More clear is it a real hardware RAID or a fakeraid one?.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2010-09-16T20:03:33.453"...
null
[ { "accepted": null, "body": "<p>The Nvidia CK804 chipset isn't \"real\" hardware RAID, I'm afraid. It's largely software driven, \"fakeRAID\". In Ubuntu you'd use the <code>dmraid</code> driver to utilise it.</p>\n\n<p>There is a strong argument for using software RAID instead (performance is very similar a...
null
null
null
null
null
4158
1
null
2010-09-14T14:16:24.977
68
91190
<p>I have a cd image that is not a .iso but a .cue. I cannot mount it. I use ubuntu 10.10 64 bits, and I've tried a lot of programs. furiosmout just says it is not a image file, and it just didn't work. I found a program (acetone) that can convert .cue in .iso, but it says I need other packages (that I could not come t...
2206
null
null
2024-01-31T18:04:14.357
How do I mount .cue file?
[ "10.10", "mount" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-14T15:12:12.307", "id": "4190", "postId": "4158", "score": "5", "text": "Do you have a .bin file to accompany the .cue file?", "userDisplayName": null, "userId": "1859" }, { "creationDate": "2010-09-14T16:39:35.093", "id": "4193", "postId": "415...
null
[ { "accepted": null, "body": "<p>This has been bothering me in the past and I never did find a solution. I set out for an answer and <a href=\"http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23\">found it on a whim</a>; these instructions are derived from the script on that site.<...
null
null
null
null
null
4163
1
null
2010-09-14T15:44:22.057
2
972
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/25764/wubildr-mbr-missing-or-corrupt">wubildr.mbr missing or corrupt</a> </p> </blockquote> <p>I'm dual booting W7 and Ubuntu (installed from Wubi). I've had it up and running a few times but today I'm getting a me...
2271
-1
2017-04-13T12:23:56.577
2010-09-15T16:05:23.757
wubildr.mbr missing or corrupt
[ "wubi", "dual-boot", "windows-7" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
0
2011-09-01T02:02:19.113
null
null
4164
1
4183
2010-09-14T15:51:05.137
3
840
<p>My firefox has had all sorts of trauma.</p> <ul> <li>the addition of the firefox-daily ppa and also version 4 from the same PPA. I since removed this and now have version <code>3.6.9+build1+nobinonly-0ubuntu0.10.04.1</code></li> <li>removal of firefox profile folder and general playing with different profiles</li> ...
866
null
null
2010-09-14T19:18:08.353
Can't get Firefox to start
[ "10.04", "firefox" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-14T16:58:31.717", "id": "4195", "postId": "4164", "score": "0", "text": "Have you checked if there are any running Firefox processes, using `ps ax | grep -i firefox` for example? If there are, try killing them off with `kill <pid>` or `kill -9 <pid>` before starting a ...
{ "accepted": true, "body": "<p>Turns out I had a broken symlink at <code>/home/greg/.mozilla</code> after I deleted the the firefox profile from my files area, but didn't remove the symlink.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-13T07:17:20.870", "id": "28620", ...
[ { "accepted": null, "body": "<p>This is what I would do:</p>\n\n<p>First activate the backports repository to make ppa-purge available. Then:</p>\n\n<pre><code>sudo apt-get install ppa-purge\nppa-purge firefox-daily\nsudo apt-get purge firefox\nmv /home/user.name/.mozilla/firefox /home/user.name/.mozilla/fi...
null
null
null
null
null
4167
1
4169
2010-09-14T16:52:59.390
2
943
<p>I opened <strong>Wine configuration</strong> page for the first time while music was playing in the background. Just when I opened the <strong>Audio</strong> tab, the sound stopped working and Wine alerted me about my audio driver. Now my PC has no sound!</p> <p>What should I do to get back audio? I don't need audi...
1792
866
2010-10-15T16:12:06.037
2010-10-15T16:12:06.037
Wine turned off my audio!
[ "drivers", "wine", "sound" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Wine and pulseaudio have always had difficulties working together. If your not sure about the different sound systems available on Ubuntu/Linux, here's a <em>very</em> simplified overview (from my memory, so it may not be 100% correct).</p>\n\n<ul>\n<li><strong>OSS</strong> Older li...
[ { "accepted": true, "body": "<p>Wine and pulseaudio have always had difficulties working together. If your not sure about the different sound systems available on Ubuntu/Linux, here's a <em>very</em> simplified overview (from my memory, so it may not be 100% correct).</p>\n\n<ul>\n<li><strong>OSS</strong> ...
null
null
null
null
null
4172
1
4187
2010-09-14T17:59:37.143
2
4168
<p>My home network is set up as follows:</p> <pre><code>PCs -&gt; Wired Network ---| |--- Server --- Internet PCs -&gt; Wireless Network ---| </code></pre> <p>The server runs the fetchmail, postfix and dovecot daemons under Ubuntu to retrive e-mail from the ISP and store it on the server...
1318
235
2010-09-14T18:12:57.177
2010-09-20T23:15:42.993
How to set up an e-mail whitelist
[ "server", "email" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I think <code>sieve</code> can manage what you want achieve.\n<br/> <a href=\"http://en.wikipedia.org/wiki/Sieve_%28mail_filtering_language%29\" rel=\"nofollow\">http://en.wikipedia.org/wiki/Sieve_%28mail_filtering_language%29</a></p>\n\n<p>To get a fully setup mailsystem + sieve + w...
[ { "accepted": null, "body": "<p>You need to use some filtering middleware like <a href=\"http://www.ijs.si/software/amavisd/\" rel=\"nofollow\">amavisd</a>. But setting it up is quite complicated, there is a <a href=\"https://help.ubuntu.com/community/PostfixAmavisNew\" rel=\"nofollow\">how-to</a> set it up...
null
null
null
null
null
4175
1
4206
2010-09-14T18:23:26.470
2
305
<p>Here's the partitioning scheme I set up on a machine with 2 80GB drives:</p> <p>SDA</p> <p>1) root = 15G</p> <p>2) swap = 4G</p> <p>3) home = 60G</p> <p>Ok? Or is there a better scenario?</p> <p>Then the partitioner shows the second drive:</p> <p>SDB which is 80G and I'm not sure which mount point I should se...
769
67335
2014-08-05T03:42:09.460
2014-08-05T03:42:09.460
Setting up a new machine with 2 HD
[ "partitioning", "system-installation" ]
5
5
CC BY-SA 2.5
[ { "creationDate": "2010-09-15T19:47:19.250", "id": "4273", "postId": "4175", "score": "0", "text": "4GB for swap?? really? I use at most, 1gb... if you have 2 or more gb.... the chances are that you barely use swap.. believe me.linux has a good memory management", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>For a home machine, your chosen set of partitions is great - having /home separate means that you can move it around and upgrade your OS with ease. Since you have the second disk now, you could put /home on it for now and move it to the new drive when it arrives. Then the upgrade s...
[ { "accepted": null, "body": "<p>I'd probably put /home/ on the second drive not in a partition of the first. Specially if you are going to replace it. Just for the extra space.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "cre...
null
null
null
null
null
4176
1
4177
2010-09-14T18:30:35.517
4
694
<p>I was dumb and removed all the window effects under the compiz manager animation settings and I was wondering how to reset the window effects to what they were by default (using gnome). </p> <p><strong>Update 1</strong></p> <p>I think there's been some confusion regarding what, exactly, is being asked. I'm not ask...
1940
1940
2010-09-15T13:31:11.943
2010-09-15T13:31:11.943
How to Reset Default Window Effects
[ "10.04", "gnome", "compiz" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>System -> Preferences -> Appearance -> Visual Effects tab -> Normal\n<img src=\"https://i.stack.imgur.com/qRUxr.png\" alt=\"Visual Effects\"></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-09-14T20:36:43.050", "id": "4220", "postId": "417...
[ { "accepted": true, "body": "<p>System -> Preferences -> Appearance -> Visual Effects tab -> Normal\n<img src=\"https://i.stack.imgur.com/qRUxr.png\" alt=\"Visual Effects\"></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-09-14T20:36:43.050", "id": "4220", ...
null
null
null
null
null
4181
1
4276
2010-09-14T19:11:11.900
2
2380
<p>I am trying to install <a href="http://refinerycms.com/" rel="nofollow">refinerycms</a>, a Ruby on Rails CMS on Ubuntu 10.04 LTS. I run <code>rails server</code> and I get the following exception:</p> <pre><code>carcher@carcher-laptop:~/Code/tgc$ rails server =&gt; Booting WEBrick =&gt; Rails 3.0.0 application star...
2272
67335
2014-08-05T05:35:06.180
2014-08-05T05:35:06.180
How to resolve Ruby on Rails ImageMagick conflict?
[ "10.04", "configuration", "ruby", "rails" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-14T19:28:41.560", "id": "4214", "postId": "4181", "score": "1", "text": "Is it possible the version number just exists in a config file somehwere? Also, did you `apt-get purge` imagemagick or just `apt-get remove`?", "userDisplayName": null, "userId": "1090" ...
{ "accepted": true, "body": "<p>I'm up and running! Solution posted <a href=\"https://stackoverflow.com/questions/3712121/imagemagick-conflict-on-ubuntu-running-webbrick\">here</a> on Stack Overflow. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", ...
[ { "accepted": null, "body": "<p>It's likely you installed imagemagick 6.5.7 to /usr/local, if you can't find it in your package listing.</p>\n\n<p>Try <code>which convert</code> to see where imagemagick binaries are located. (<code>convert</code> is one of the utilities shipped with imagemagick.) Also try <...
null
null
null
null
null
4190
1
null
2010-09-14T23:43:50.347
3
2884
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/2465/is-it-possible-to-extend-the-disk-space-available-to-a-wubi-install">Is it possible to extend the disk space available to a wubi install?</a> </p> </blockquote> <p>I have ubuntu 10.04 installed inside Windows ...
2276
-1
2017-04-13T12:23:56.577
2010-12-14T22:56:08.313
Increase space for /root in Ubuntu Wubi
[ "wubi" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Found this information <a href=\"https://wiki.ubuntu.com/WubiGuide\" rel=\"nofollow\">on the wiki</a>:</p>\n\n<blockquote>\n <p><strong>How do I resize the virtual disks?</strong></p>\n \n <p>You can use LVPM, at <a href=\"http://lubi.sourceforge.net/lvpm.html\" rel=\"nofo...
null
null
2011-06-05T20:09:28.407
null
null
4191
1
4221
2010-09-14T23:52:04.637
2
773
<p>I've been asked to put together a cctv solution for a small business. Ubuntu is my choice OS, and I'm looking at Zoneminder or Motion as the app of choice. Any experience with one or the other? Also, any recommendations on cameras? I'm thinking we'll try a stock usb webcam to begin with, but I have no experience in ...
189
null
null
2010-09-16T03:06:11.727
What's a good cctv app to start out on? Zoneminder or Motion?
[ "video", "webcam" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I have had good success with Motion and the logitech webcam pro 9000.</p>\n\n<p>One note of caution, in the motion package that is in the repositories for 9.10 I had to add the following lines to the init.d script.</p>\n\n<p>mkdir -p /var/run/motion<br>\nchown motion:motion /var/run/...
[ { "accepted": true, "body": "<p>I have had good success with Motion and the logitech webcam pro 9000.</p>\n\n<p>One note of caution, in the motion package that is in the repositories for 9.10 I had to add the following lines to the init.d script.</p>\n\n<p>mkdir -p /var/run/motion<br>\nchown motion:motion /...
null
null
null
null
null
4194
1
4213
2010-09-15T05:16:52.200
2
1312
<p>I use ubuntu 10.04 in HP Pavilion dv4 2165 dx. After putting my computer in suspend, when I open the scree comes very low brightness; even I cannot see anything there, so eventually I press the power button to shut down and start it again. It happens every time. How to solve this problem. thanks</p>
null
41
2010-09-15T13:29:23.837
2011-08-17T13:06:01.670
When I resume from suspension - the screen is blank
[ "10.04", "suspend", "suspend-resume" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-15T13:11:09.623", "id": "4247", "postId": "4194", "score": "0", "text": "Have you tried clicking the left mouse button?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2011-08-17T13:12:28.083", "id": "65303", "postId": "4194", ...
{ "accepted": true, "body": "<p>It looks like you're affected by <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/578673\" rel=\"nofollow\">bug #578673</a> (the key for searching was to search for the model of your video controller: Intel HD Graphics). Make sure you have recommended updates (<code>luc...
[ { "accepted": true, "body": "<p>It looks like you're affected by <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/578673\" rel=\"nofollow\">bug #578673</a> (the key for searching was to search for the model of your video controller: Intel HD Graphics). Make sure you have recommended updates (<...
null
null
null
null
Karthick Bala
4195
1
4199
2010-09-15T09:45:43.970
4
443
<p>Sometimes when I login, I see that the applets (notification area, evolution applet, session applet, indicator applet and workrave applet) are jumbled up - they appear in some random order.</p> <p><img src="https://i.stack.imgur.com/unD2T.png" alt="screenshot of jumbled panel applets"></p> <p>Only change I remembe...
270
-1
2017-04-12T07:23:19.023
2012-11-21T21:51:04.940
Panel applets are jumbled on login
[ "gnome-panel", "applet" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If your panel is jumbled up, you can try reloading the panel by running the following command in a <strong>terminal</strong> or the <kbd>Alt</kbd>+<kbd>F2</kbd> run dialog:</p>\n\n<pre><code>killall gnome-panel\n</code></pre>\n", "commentCount": "1", "comments": [ { "cr...
[ { "accepted": null, "body": "<p>Have you recently change you monitor setup? Whenever I switch between and external monitor and the internal monitor the applets are usually jumbled.</p>\n\n<p>To fix it, right-click on the all the applets and make sure \"Lock to Panel\" is not selected. Now, right-click on al...
null
null
null
null
null
4208
1
null
2010-09-15T16:33:49.633
4
41923
<p>At the moment my laptop does not have any OS. I am trying to install Ubuntu 10.04 using a live cd, which runs perfectly, but after the initial installation steps it shows an</p> <blockquote> <p>input/output error during read on /dev/sda</p> </blockquote> <p>and the installation stops.</p> <p>I am selecting the optio...
2292
527764
2022-03-17T07:39:45.690
2022-03-17T07:42:27.160
"input/output error during read on /dev/sda" during installation
[ "system-installation", "10.04" ]
4
1
CC BY-SA 4.0
[ { "creationDate": "2014-08-05T22:44:38.983", "id": "684650", "postId": "4208", "score": "0", "text": "This may be the same problem as in [“errno 5 - input/output error” when trying to install](http://askubuntu.com/questions/65830/errno-5-input-output-error-when-trying-to-install)", "userDisp...
null
[ { "accepted": null, "body": "<p>Try some diagnosis on your drive, the Ubuntu-live-cd has a pretty good disc-analysis-tool! Else try SystemRescueCd 1.6.0. These tests will give you an idea if your drive is still ok.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-09-1...
null
null
null
null
null
4210
1
7331
2010-09-15T18:40:36.640
2
2537
<p>I plug in my Seagate FreeAgent external hard drive and then plug the USB into my Ubuntu 10.04 machine and, as expected, it mounts in <code>/media</code>. OK, this is great. I can access the files, etc. Then, I edit my <code>smb.conf</code> file for this drive, so that I can share it and I add a line for sharing d...
364
158442
2017-04-04T04:52:05.287
2017-04-04T04:52:05.287
SeaGate FreeAgent External Hard Drive Keeps Auto-mounting Repeatedly
[ "10.04", "mount", "samba" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>First of all there's two issues here. I usually prefer to leave my external hard drives plugged into my computer, then have them mount automatically when I start everything up. However, there's a function called udev that runs on boot that defines your attached hardware to the hard...
[ { "accepted": null, "body": "<p>Add the drive to <code>/etc/fstab</code>:</p>\n\n<pre><code>/dev/sdb1 /media/FreeAgent ntfs-3g defaults 0 0\n</code></pre>\n\n<p>This will:</p>\n\n<ul>\n<li>Cause the drive to be mounted on boot to /media/FreeAgent (if plugged in)</li>\n<li>Stop GNOME and other utilities...
null
null
null
null
null
4214
1
4367
2010-09-15T22:02:09.147
2
8074
<p>I just got done installing Ubuntu 10.04 on an acer laptop. The fan was working fine in Vista but now with Ubuntu the fan doens't turn on, so now it's overheating after an hour or so of use. What's wrong? And if I have to, how do I turn on the fan manually?</p> <p>P.S. Not my laptop, it's a friend's daughter's.</p>
593
235
2010-09-16T14:02:24.987
2013-03-12T22:19:49.603
Fan won't turn on. How do I turn it on manually?
[ "10.04", "kernel", "fan" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Of all the people to answer my question, I wouldn't have expected my Dad! He found the solution here: <a href=\"http://ubuntuforums.org/showpost.php?p=4925392&amp;postcount=117\" rel=\"nofollow\">http://ubuntuforums.org/showpost.php?p=4925392&amp;postcount=117</a></p>\n\n<p>That scri...
[ { "accepted": null, "body": "<p>Don't use it (with Ubuntu) until you find a fix. Constant overheating will eventually kill it dead.</p>\n\n<p>You don't specify the model. Please edit your question to show exactly which model we're talking about.</p>\n\n<p>But I've have seen this problem before around the in...
null
null
null
null
null
4215
1
null
2010-09-15T22:37:38.707
3
13277
<p>I have dhcp3-server installed and configured, but I have to manually start the service every time the computer restarts. How can I make it start automatically on startup? I don't see a dhcp*.conf in <code>/etc/init</code>, and I have the correct interface specified in <code>/etc/default/dhcp3-server</code></p>
2298
235
2012-01-04T02:17:50.403
2013-03-04T04:40:04.487
How do I start dhcp3-server automatically on startup?
[ "services", "autostart" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2010-09-15T23:34:21.963", "id": "4278", "postId": "4215", "score": "0", "text": "What happens when running `sudo service dhcp3-server start`? If you're asked to check syslog, what does it say?", "userDisplayName": null, "userId": "2224" }, { "creationDate": "20...
null
[ { "accepted": null, "body": "<p>If andrewsomething is right you may want to check if the service is added to the\nsystem bootup run this </p>\n\n<pre><code>sudo update-rc.d dhcp3-server defaults\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicen...
null
null
2013-03-14T17:16:46.193
null
null
4217
1
4218
2010-09-15T23:46:38.863
10
9243
<p>I need to set up a video conference, yet I have no webcam. I'm looking to buy something that works out of the box with Ubuntu 10.04, and as many possible conferencing apps as possible. Can anyone recommend me something I might be able to find at a local store? </p>
2296
235
2010-09-15T23:57:32.353
2013-05-08T12:06:15.250
What webcam can I buy that works out of the box with Ubuntu?
[ "10.04", "hardware", "webcam" ]
11
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>According to the <a href=\"https://help.ubuntu.com/community/Webcam\" rel=\"nofollow\">webcam page</a> on the wiki, there is a list on the <a href=\"https://help.ubuntu.com/community/Webcam\" rel=\"nofollow\">Linux UVC page</a> that keeps track of compatible cameras.</p>\n\n<p>Person...
[ { "accepted": true, "body": "<p>According to the <a href=\"https://help.ubuntu.com/community/Webcam\" rel=\"nofollow\">webcam page</a> on the wiki, there is a list on the <a href=\"https://help.ubuntu.com/community/Webcam\" rel=\"nofollow\">Linux UVC page</a> that keeps track of compatible cameras.</p>\n\n<...
null
null
null
null
null
4220
1
null
2010-09-16T02:56:09.867
2
5054
<p>My current setup:</p> <ul> <li>Ubuntu 10.04 </li> <li>Banshee 1.6 (I followed the instructions to set up the PPA and get the latest version) </li> <li>IPod 5th gen video (MA147LL) with firmware 1.3 </li> </ul> <p>Here is the issue:</p> <ul> <li>I restore the Ipod on a windows machine </li> <li>I plug in the I...
2240
235
2010-09-17T20:23:20.233
2010-09-17T21:29:35.217
Banshee syncs to ipod but then there are no songs/playlists on the ipod
[ "banshee", "ipod" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-16T03:52:12.363", "id": "4288", "postId": "4220", "score": "0", "text": "This sounds like it may be a bug report. You may get better results filing a problem on Launchpad. Try other (non-PPA) Banshee versions as well; see if that helps.", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>Banshee 1.6's support for newer ipods can be hit and miss. However the Banshee team have been working pretty hard to make this work on newer versions by porting it to gio/udev. This improves ipod support, but unfortunately is not out in stable form yet.</p>\n\n<p>However you ...
null
null
2012-05-21T20:57:52.247
null
null
4222
1
null
2010-09-16T03:12:37.930
9
2978
<p>I have Ubuntu 10.04 64bit guest with Windows 7 64-bit host. I do have 3D Acceleration enabled in Virtualbox settings.</p> <p>Every time I enable visual effects in Ubuntu the Virtualbox GUI crashes. What do I need to do to have visual effects enabled in Ubuntu? Virtualbox's logs don't say anything useful at crash.</...
37
41
2010-09-16T11:49:58.310
2010-10-24T03:24:30.840
How do I enable visual effects when running Ubuntu as a Guest machine in VirtualBox?
[ "10.04", "nvidia", "virtualbox", "windows-7", "graphics" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Inside the guest, install the package <code>virtualbox-ose-guest-x11</code> and restart the VM; that may resolve the issue. X on the guest needs to be aware of the VirtualBox drivers, and as far as I know this is the way to go about that. Versions 2.2 and up should make this ...
null
null
2014-06-30T18:53:47.893
null
null
4223
1
null
2010-09-16T03:22:44.593
5
709
<p>If there is an emacs pluggin that would give me similar functionality, that would be welcome as well. Thanks!</p>
2300
275
2010-09-16T17:14:45.447
2012-08-14T15:48:04.753
Is there an equivalent to MacRabbit's cssedit on Ubuntu?
[ "emacs", "editor", "css" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>About the best I know of is <code>css-mode</code>:</p>\n\n<pre><code>Package: css-mode\nDescription: A Cascading Style Sheets (CSS) editing mode for Emacs\n This is a simple Emacs mode for editing CSS style sheets. It adds\n font-locking and some basic auto-indentation suppor...
null
null
null
null
null
4227
1
null
2010-09-16T05:54:08.737
5
3560
<p>I'm having a dickens of a time installing Solaris Studio 12.2 on Ubuntu 10.04. I found <a href="http://linuxtree.blogspot.com/2010/02/how-to-install-sun-studio-12-on.html" rel="nofollow noreferrer">this</a> guide, however using the alien option isn't finding the correct files. I'm not exactly sure on the syntax of...
1805
-1
2020-06-12T14:37:07.210
2014-08-05T05:06:21.880
Installing Solaris Studio 12.2?
[ "10.04", "software-installation", "package-management", "solaris" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-16T07:16:46.453", "id": "4292", "postId": "4227", "score": "1", "text": "\"Doesn't seem to work\" could do with some elaboration. Also, they repackage using alien - it might be a good idea to _start_ with a RPM-based distribution.", "userDisplayName": null, "u...
null
[ { "accepted": null, "body": "<p>Download the linux tar binary from:</p>\n\n<p><a href=\"http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index-jsp-141149.html\" rel=\"nofollow\">http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index-jsp-141149.html</a></p>\n\n...
null
null
null
null
null
4230
1
null
2010-09-16T08:31:46.780
5
1903
<p>I am trying to update target m/c grub.cfg file for KGDB setup but while booting the m/c it got hung completely and not asking/waiting for remote gdb connection. Following is the entry which I added:-</p> <pre><code>menuentry 'Ubuntu, with Linux 2.6.32-24-kgdb' --class ubuntu --class gnu-linux --class gnu --class os...
2305
235
2011-01-17T15:04:28.973
2011-01-17T15:04:28.973
How to modify grub entry for supporting KGDB kernel image?
[ "10.04", "kernel", "grub2", "server" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>If you are using <code>grub2</code> (which was the default in 10.04), menu entries should not be manually added to <code>grub.cfg</code>. Instead they can be added in <code>/etc/grub.d/40_custom</code> or you can drop a new file in <code>/etc/grub.d/</code>. More GRUB2 info ...
null
null
null
null
null
4232
1
4245
2010-09-16T10:51:59.800
2
1880
<p>I'm using the latest <a href="http://www.backtrack-linux.org/" rel="nofollow noreferrer">BackTrack</a> ISO release for security analysis. BackTrack is basically a configured Ubuntu distro. However, I'm missing my wireless card driver (Broadcom 4313). There are several forum posts on the site explaining how to upgrad...
2308
527764
2022-03-17T09:13:28.843
2022-03-17T09:13:28.843
Upgrading kernel and drivers in a BackTrack ISO
[ "drivers", "system-installation", "live-usb" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2010-09-16T11:23:36.633", "id": "4300", "postId": "4232", "score": "0", "text": "I have two comments for you - I'm not sure if BackTrack would be covered by the Ubuntu umbrella since they seem to have strayed far from it's original base: [Discussion for this can be found on th...
{ "accepted": true, "body": "<p>Modifying an Ubuntu live CD is trickier than just replacing files in the ISO image.</p>\n\n<p>The root filesystem of the live operating system is actually contained within a compressed <a href=\"http://en.wikipedia.org/wiki/SquashFS\" rel=\"nofollow\">SquashFS</a> data file. The modi...
[ { "accepted": null, "body": "<p>I had used <a href=\"http://www.littlesvr.ca/isomaster/\" rel=\"nofollow noreferrer\">isomaster</a> in the past to add BIOS update programs to a FreeDOS iso. I believe that it is what you want. You can find it in add/remove programs.</p>\n\n<p><img src=\"https://i.stack.imgur...
null
null
2022-03-17T09:14:43.603
null
null
4240
1
4242
2010-09-16T17:29:02.233
6
1715
<p>I use pidgin as my chat client on ubuntu lucid. Whenever I have a chat window open, I like to mark it as "Always on visible workspace" as it's just more convenient.</p> <p>Is there a way that I can force chat windows to already be marked as that when they open up? So, if someone started a conversation with me on gt...
1012
10698
2014-01-08T23:05:05.737
2014-01-08T23:05:05.737
How to have pidgin chat windows open up on all workspaces?
[ "window-manager", "workspaces", "pidgin" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>On systems <strong>without Compiz</strong>, you can also accomplish this using <a href=\"https://help.ubuntu.com/community/Devilspie\" rel=\"nofollow\">Devil's Pie</a> and the following configuration in <code>~/.devilspie/pidgin.ds</code>:</p>\n\n<pre><code>(if (is (application_name)...
[ { "accepted": null, "body": "<p>If you are using <strong>compiz</strong> (desktop effects), you can set up “window rules“. Install <code>compizconfig-settings-manager</code> and open it in the System->Preferences menu. Chose the plugin <strong>Window rules</strong> and set a rule identifying the Pidgin wind...
null
null
null
null
null
4244
1
null
2010-09-16T18:39:47.937
4
11213
<p>I have an older server with <code>/</code> on one hard drive and <code>/srv</code> on a RAID1 partition, which I remember took some time to set up (I set it up after the installation). I will be installing Ubuntu 10.04 onto a new server, but would like to take the <code>/srv</code> hard drives to the new machine.</p...
2311
null
null
2010-09-16T22:20:59.050
Move RAID1 to new machine
[ "migration", "raid" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-16T20:36:29.847", "id": "4336", "postId": "4244", "score": "0", "text": "do you want to install ubuntu on a NEW server, or do you want to upgrade the EXISTING server with a new OS?", "userDisplayName": null, "userId": "1990" }, { "creationDate": "2010-0...
null
[ { "accepted": null, "body": "<p>I checked in a VirtualBox: The Desktop Installer <strong>does not recognize</strong> existing mdadm Raid1 devices. </p>\n\n<p>You should </p>\n\n<ul>\n<li>install ubuntu</li>\n<li>plugin the 2 raid hdds <strong>afterwards</strong>. </li>\n<li>(you should <strong>reboot</stron...
null
null
2013-03-14T17:16:51.700
null
null
4246
1
4250
2010-09-16T19:52:41.670
35
80937
<p>I'm currently using PhpStorm by <del>Idea</del> JetBrains, but its buggy and I'm really looking for something that will allow me to get work done without too much hassle.</p> <p>Please limit one IDE/Editor an answer.</p>
672
158442
2014-10-23T09:59:18.903
2017-03-09T18:59:58.637
What are some good PHP editors?
[ "software-recommendation", "php", "text-editor", "ide" ]
10
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Netbeans is a great IDE with lots of PHP support. I can't even start to name all the features I use but there are a fair amount. Check it out here: </p>\n\n<ul>\n<li><a href=\"http://netbeans.org/features/scripting/index.html\" rel=\"noreferrer\">http://netbeans.org/features/scri...
[ { "accepted": null, "body": "<p>I suggest using the <a href=\"http://www.eclipse.org/pdt/\" rel=\"nofollow noreferrer\">Eclipse PHP development</a> tools</p>\n\n<p>You can use the same IDE on all systems and in addition to the simple features of a text editor you get all the additional stuff that you need f...
2010-09-16T20:17:56.947
null
2014-03-30T22:55:01.797
null
null
4253
1
4261
2010-09-16T21:17:36.927
8
53048
<p>I have a new install of ubuntu.</p> <p>Upon first installing the nvidia drivers are not active and I get the correct screen resolution. 1680x1050</p> <p>Then I install the nvidia drivers and the best resolution I can get is 1280x1024.</p> <p>In searching around there is <strong><em>a lot</strong></em> of informat...
769
41
2010-09-18T20:31:48.197
2013-04-07T20:42:11.643
Getting screen resolution correct with nvidia drivers
[ "nvidia", "resolution", "graphics" ]
3
5
CC BY-SA 2.5
[ { "creationDate": "2010-09-16T21:19:01.607", "id": "4338", "postId": "4253", "score": "0", "text": "Which drivers did you install, and how?", "userDisplayName": null, "userId": "1859" }, { "creationDate": "2010-09-16T21:23:25.893", "id": "4339", "postId": "4253", "sco...
{ "accepted": true, "body": "<p>Do you have \"NVIDIA X Server Settings\" in your System -&gt; Administration menu?\nFor some reason the nvidia driver does not like to work with the normal X tools sometimes.</p>\n\n<p>Also, try just deleting /etc/X11/xorg.conf and restarting X (sometimes this can be difficult, so it...
[ { "accepted": true, "body": "<p>Do you have \"NVIDIA X Server Settings\" in your System -&gt; Administration menu?\nFor some reason the nvidia driver does not like to work with the normal X tools sometimes.</p>\n\n<p>Also, try just deleting /etc/X11/xorg.conf and restarting X (sometimes this can be difficul...
null
null
2013-04-20T01:31:00.067
null
null
4263
1
null
2010-09-17T00:59:37.620
2
183
<p>I just put Ubuntu on my MacbookPro4,1, but I can't find or connect to any wireless networks. I've tried installing drivers from System -> Administration -> Hardware Drivers, as well as manually patching (per <a href="https://help.ubuntu.com/community/MacBook4-1/Lucid#AirPort" rel="nofollow">this site</a>).</p> <p>A...
2318
41
2010-09-17T01:17:23.287
2010-09-22T09:01:09.973
Getting Wireless on a MacbookPro4,1
[ "wireless", "mac" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-17T01:15:01.357", "id": "4352", "postId": "4263", "score": "0", "text": "After some trouble with Flash Player, I think I'm just going to reinstall 32-bit and try again, since I was trying be cool and go 64. I can't seem to delete it, sorry for the hassle :/", "use...
null
[ { "accepted": null, "body": "<p>If you want to delete Ubuntu 64bit, just start from the live CD and open GParted from system-administration. Of-cause you should backup your home folder.\nIt is possible that your wireless card is only supported in 32bit.</p>\n", "commentCount": "0", "comments": [], ...
null
null
2013-03-14T17:16:56.333
null
null
4265
1
null
2010-09-17T02:56:07.247
2
286
<p>Here's the product's page off the mfg's website so you know exactly what i'm talking about. Any help is appreciated. </p> <p><a href="http://artproaudio.com/products.asp?id=124&amp;cat=9&amp;type=86" rel="nofollow">http://artproaudio.com/products.asp?id=124&amp;cat=9&amp;type=86</a></p>
null
235
2011-12-21T22:23:12.817
2011-12-21T22:23:12.817
Is there any support whatsoever for the ART Tube MP Project Series w/USB?
[ "hardware", "drivers", "usb", "sound", "microphone" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The Linux Audio Users mailing list would be a good place to ask.</p>\n\n<p><a href=\"http://lad.linuxaudio.org/subscribe/lau.html\" rel=\"nofollow\">http://lad.linuxaudio.org/subscribe/lau.html</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate":...
null
null
2013-03-14T17:17:00.313
null
Justin
4266
1
null
2010-09-17T04:27:14.400
2
4193
<p>I am running 10.04 with the latest updates on an MSI 1719 (GX700) laptop and am unable to get it to connect to my wireless network. </p> <p>It sees the available networks and allows me to go through the setup process but always fails to connect after I input the pass key.</p> <p>As per a response I found <a href="...
672
672
2010-09-17T14:36:34.840
2012-08-14T00:16:56.390
Unable to connect to Wireless Network
[ "wireless", "drivers" ]
6
2
CC BY-SA 2.5
[ { "creationDate": "2011-05-26T18:47:43.517", "id": "49789", "postId": "4266", "score": "0", "text": "FWIW, I'd expect the router to privide DNS servers for /etc/resolve.conf so unless you're connected I'd expect that to be blank.", "userDisplayName": null, "userId": "13049" }, { ...
null
[ { "accepted": null, "body": "<p>Since ifconfig shows wlan0, I think that the driver is installed and working, so there is probably some other problem...</p>\n\n<p>So, just an initial stab at eliminating the most common problems:</p>\n\n<ol>\n<li><p>Have you installed the package \"wpasupplicant\"? This pack...
null
null
2013-03-14T17:17:08.363
null
null
4279
1
null
2010-09-17T13:38:14.417
2
3413
<p>What's the right way to install Inkscape 0.48 on a Ubuntu Karmic/Lucid/Maverick installation?</p> <p>There are only older versions available in the ubuntu repositories.</p> <ul> <li>karmic: 0.47~pre4-0ubuntu1</li> <li>lucid: 0.47.0-2ubuntu2</li> <li>maverick: 0.47.0-2ubuntu3</li> </ul> <p>I know there is a <a hre...
2329
527764
2022-03-17T09:06:34.513
2022-03-17T09:06:40.600
How to install Inkscape 0.48 release on older releases?
[ "software-installation", "10.04", "10.10", "inkscape", "9.10" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I found this <a href=\"https://edge.launchpad.net/~zyv/+archive/inkscape-backports\" rel=\"nofollow\">semi-official</a> looking PPA with backports of Inkscape .48. </p>\n\n<p>Unfortunately the latest version I have in Maverick as of today is .47, the merge for .48 has been ap...
null
null
null
null
null
4283
1
4285
2010-09-17T16:02:18.753
3
1987
<p>I found a folder called <code>~/.local/share/TpLogger/logs</code>. If I just copy that folder, and paste it into a new installation, will my logs be preserved? Or will they not be associated with the new accounts? I don't want to risk it until I know for sure.</p>
463
null
null
2010-09-18T13:29:53.560
How do I backup/restore my Empathy logs?
[ "10.10", "empathy", "backup" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes, that will work on Ubuntu 10.10.</p>\n\n<p>On 10.04 (and I assume older versions), the folder you need to copy is <code>~/.local/share/Empathy/logs/\n</code>. </p>\n\n<p>If you use nautilus (the default file manager) to copy/paste the folder, you will need to allow it to 'merge' ...
[ { "accepted": true, "body": "<p>Yes, that will work on Ubuntu 10.10.</p>\n\n<p>On 10.04 (and I assume older versions), the folder you need to copy is <code>~/.local/share/Empathy/logs/\n</code>. </p>\n\n<p>If you use nautilus (the default file manager) to copy/paste the folder, you will need to allow it to ...
null
null
null
null
null
4288
1
4290
2010-09-17T17:46:56.333
6
1150
<p>I need to set up a Mercurial server for experimentation. The setup will be in a virtual machine, and I figured this was a good time to check out Ubuntu (the other option was Windows).</p> <p>The Mercurial server will be light use; as it is purely for lab / demonstration purposes; however, I need to set up a full m...
2335
527764
2022-03-17T13:52:36.223
2022-03-17T13:52:36.223
Installing Mercurial: start with Ubuntu Desktop or Server?
[ "server", "system-installation", "apache2" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-17T22:34:17.323", "id": "4394", "postId": "4288", "score": "0", "text": "Do you really need a server? Mercurial is distributed and this is a huge advantage of it.", "userDisplayName": null, "userId": "1591" }, { "creationDate": "2010-09-18T01:34:17.620"...
{ "accepted": true, "body": "<p>It doesn't really matter - you can install the same packages (such as <code>apache2</code>) on Ubuntu Server and Ubuntu Desktop.</p>\n\n<p>If you start with Ubuntu Desktop, you will need to install server related packages whereas Ubuntu Server comes with them pre-installed. You will ...
[ { "accepted": true, "body": "<p>It doesn't really matter - you can install the same packages (such as <code>apache2</code>) on Ubuntu Server and Ubuntu Desktop.</p>\n\n<p>If you start with Ubuntu Desktop, you will need to install server related packages whereas Ubuntu Server comes with them pre-installed. Y...
null
null
null
null
null
4293
1
4425
2010-09-17T21:09:22.137
9
6591
<p>Typical use case: A family notebook with multiple user accounts.</p> <p>How do I setup Shotwell so all users have access to the same photo directory and each is able to import photos?</p>
2336
null
null
2016-01-19T12:57:34.590
How to setup Shotwell for multi-user access?
[ "photo-management", "shotwell" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2016-10-15T18:50:46.380", "id": "1280541", "postId": "4293", "score": "0", "text": "None of the posted answers work anymore with `shotwell 0.23.7`, when opened by the other user it coredumps: `ERROR:/build/shotwell-6EfFpD/shotwell-0.23.7/src/db/VersionTable.vala:18:version_tab...
{ "accepted": true, "body": "<p>I have just tried this method and it seems to work but I can't guarantee it's bug-free, so use it at your own risk.</p>\n\n<p>1.Press <kbd>Alt</kbd>+<kbd>F2</kbd> and type <code>gksudo nautilus</code> then press enter.</p>\n\n<p>2.Enter your password, nautilus will start with adminis...
[ { "accepted": null, "body": "<p>Either create a new partition or earmark an existing one for sharing all types of files between all the users of the notebook. Add an entry for the partition in your /etc/fstab file so that the partition is mounted in /media during boot. That way, every user will be able to a...
null
null
null
null
null
4295
1
null
2010-09-17T21:34:59.460
1
2016
<p>I'm trying to debug a memory leak in <a href="https://bugs.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/591119" rel="nofollow">telepathy-butterfly</a>. I tried to use valgrind, but Empathy does not connect to MSN when telepathy-butterfly is run this way. So, I figured out the only option left is to debug th...
578
236
2010-09-17T22:20:31.820
2010-09-18T00:53:41.743
Debugging python memory leaks
[ "python", "debug", "empathy", "memory" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-17T22:27:39.690", "id": "4393", "postId": "4295", "score": "2", "text": "While your question is on topic here since you're trying to debug a program in Ubuntu, I think you'll get a better response on the sibling site [Stack Overflow](http://stackoverflow.com/), which i...
null
[ { "accepted": null, "body": "<p><a href=\"https://stackoverflow.com/questions/110259/python-memory-profiler/110826\">https://stackoverflow.com/questions/110259/python-memory-profiler/110826</a></p>\n\n<p>They suggest <a href=\"http://guppy-pe.sourceforge.net/#Heapy\" rel=\"nofollow noreferrer\">Heapy</a> am...
null
null
2013-03-14T17:17:17.940
null
null
4297
1
null
2010-09-17T22:11:40.767
4
895
<p>When booting from the server or alternative install CD, there are some choices tied to function keys (<kbd>F4</kbd>, <kbd>F6</kbd>, etc.) along the bottom of the screen. Some are relatively obvious, others... not so much so, or least it'd sure be nice to be able to read a description of what the <em>intended</em> u...
2171
527764
2022-03-17T13:55:54.893
2022-03-17T13:59:10.390
What are the F-key linked options on the initial install screen (server)?
[ "server", "system-installation", "configuration" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>The boot options for the desktop CD are documented (incompletely) at <a href=\"https://help.ubuntu.com/community/BootOptions\" rel=\"nofollow\">https://help.ubuntu.com/community/BootOptions</a>; there doesn't seem to be a page for the server CD, but many options are the same....
null
null
null
null
null
4301
1
4302
2010-09-17T22:38:18.670
2
1150
<p>For the second time I experienced a strange behaviour on my Ubuntu 10.04 box: some files are disappearing.</p> <p>The first time happened with a NTFS partition on an external usb disk: "disk utility" told me that it had bad sectors in it and thus it was unreadable but, after a reformat of the disk, it was recognize...
1626
null
null
2010-09-18T00:16:41.143
Files disappear on 10.04
[ "10.04", "ext4" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-17T22:56:39.337", "id": "4395", "postId": "4301", "score": "0", "text": "Open a console and run `badblocks` as well as `fsck.ext4`. Do those programs report errors?", "userDisplayName": null, "userId": "236" }, { "creationDate": "2010-09-18T00:08:42.320...
{ "accepted": true, "body": "<p>maybe this issue <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/591532\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/591532</a> can be related with your problem, I was having a issue with kernel 2.35.14 it seemed like my hd had stoped to work...
[ { "accepted": true, "body": "<p>maybe this issue <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/591532\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/591532</a> can be related with your problem, I was having a issue with kernel 2.35.14 it seemed like my hd had stoped...
null
null
null
null
null
4304
1
4321
2010-09-18T01:04:54.873
9
2669
<p>Early screenshots of Unity showed web applications on the launcher that would get launched in the browser.</p> <p><img src="https://i.stack.imgur.com/NLsT9.jpg" alt="alt text"></p> <p>I heavily use Chrome's "appmode", which makes .desktop files of web applications and runs them as a seperate application. I would l...
235
235
2010-09-18T01:19:00.170
2011-05-03T16:04:19.810
How do I put web applications in my Unity Launcher?
[ "10.10", "unity", "google-chrome" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ken's answer complicates the subject a bit, I think.\nUnity has a switch, -b, I think, that allows that. like <code>unity -b <a href=\"http://mail.google.com\" rel=\"nofollow\">http://mail.google.com</a></code></p>\n\n<p>I'm not sure if it's really <code>-b</code>, so you better chec...
[ { "accepted": null, "body": "<p>Only way I know right now is with gconf. Here is an example, replace the name and path of the desktop file with your's. In my case it is /home/ken/.local/share/applications/chrome-http___mail.google.com_a_vandine.org.desktop </p>\n\n<pre><code>gconftool --type string --set ...
null
null
null
null
null
4305
1
null
2010-09-18T01:54:24.033
7
630
<p>Which is probably better for a new machine running Ubuntu?</p>
157
235
2010-11-06T00:23:17.340
2016-06-25T01:27:52.710
What is the current status of the performance of nVidia vs ATI video cards?
[ "hardware", "video", "drivers", "nvidia", "ati" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-06T00:24:55.737", "id": "12067", "postId": "4305", "score": "0", "text": "I rolled back the changes to my question because I did not mean 'probably', I meant 'provably'. As in, mere opinions are of no use to the community, we need evidence-based answers. The 'under Ubu...
null
[ { "accepted": null, "body": "<p>In terms of hardware, I think at this moment ATI is providing more bang for your buck, with many cheap cards outperforming NVIDIA cards of the same value.</p>\n\n<p>However, while ATI's open-source drivers are continuing to improve, I don't think they (nor the binary fglrx dr...
null
null
null
null
null
4306
1
4312
2010-09-18T02:39:29.490
2
2271
<p>I am having trouble loading ecb at emacs startup.</p> <pre><code>d@d:$ apt-file search ecb.el ecb: /etc/emacs/site-start.d/55ecb.el ecb: /usr/share/emacs/site-lisp/ecb/ecb.el emacspeak: /usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-ecb.el xemacs21-basesupport: /usr/share/xemacs21/xemacs-packages/lisp/ecb/ecb....
2300
null
null
2010-09-18T11:10:14.020
How do I load ecb at emacs start up?
[ "emacs" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you're not getting any errors, you probably just need:</p>\n\n<pre><code>(ecb-activate)\n</code></pre>\n\n<p>after those lines.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-18T05:34:16...
[ { "accepted": true, "body": "<p>If you're not getting any errors, you probably just need:</p>\n\n<pre><code>(ecb-activate)\n</code></pre>\n\n<p>after those lines.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2...
null
null
null
null
null
4309
1
7004
2010-09-18T03:24:21.453
7
5005
<p>I've learned that I can put .ttf font files in <code>~/.fonts</code> to use them on Ubuntu.</p> <p>Which other <a href="http://en.wikipedia.org/wiki/Category%3aFont_formats" rel="nofollow">font formats</a> can I use this way? I'm having trouble finding the right documentation.</p>
1859
235
2010-10-14T01:05:44.350
2010-10-14T01:05:44.350
Which font formats can I use?
[ "fonts" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Font rendering in most applications is done by <a href=\"http://www.freetype.org/freetype2/index.html#features\">FreeType 2</a>.</p>\n\n<p>So mainly, you can use:</p>\n\n<ul>\n<li>TrueType</li>\n<li>OpenType (with TrueType or PostScript CFF glyphs)</li>\n<li>PostScript Type 1, Type2 ...
[ { "accepted": null, "body": "<p>From the types that wiki page lists, I know that TrueType and OpenType should work fine. Certain bitmap and PostScript fonts <em>might</em> work, though googling around it seems you may not get anti-aliasing with those.</p>\n\n<p>FontForge fonts can't directly be used, but yo...
null
null
null
null
null
4311
1
4325
2010-09-18T03:44:54.870
1
1918
<p>I just bought a Lexmark Interpret S408 all-in-one printer. The box said that it supported Ubuntu 8.04, but I told myself it <em>should</em> work with Lucid... well no. The only driver I have found is for i386 while I have a amd64 image installed; the architecture is incompatible.</p> <p>So, the quesiton is : <del>I...
2345
3037
2011-01-03T13:32:49.030
2011-01-03T13:32:49.030
Install a i386 printer driver into an amd64 distribution or how can I find a good printer based on features?
[ "hardware", "drivers", "printing" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-09-18T04:46:28.253", "id": "4404", "postId": "4311", "score": "0", "text": "What kind of driver were you provided (.deb/.tar.gz/etc), and where did you get it from?", "userDisplayName": null, "userId": "2224" }, { "creationDate": "2010-09-18T12:47:06.703",...
{ "accepted": true, "body": "<p>It's better to look for hardware that's supported by drivers shipping with Linux distributions, than to select hardware because its manufacturer advertises Linux support. That's because hardware manufacturers aren't always very good at writing drivers, especially for non-Windows OSes...
[ { "accepted": true, "body": "<p>It's better to look for hardware that's supported by drivers shipping with Linux distributions, than to select hardware because its manufacturer advertises Linux support. That's because hardware manufacturers aren't always very good at writing drivers, especially for non-Wind...
null
null
null
null
null
4313
1
4352
2010-09-18T06:41:58.107
0
349
<p>I recently moved from using Fedora to Ubuntu.</p> <p>The reason I was using Fedora in the first place was that I was using Redhat at work. Now I am trying out Ubuntu and will finally settle for one (update to Fedora13 or use Ubuntu) in a couple of days.</p> <p><img src="https://i.stack.imgur.com/t8Z3p.png" alt="al...
686
null
null
2010-09-18T16:11:42.340
moving from Fedora 12 to Ubuntu 10.04
[ "10.04" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-18T12:14:36.487", "id": "4415", "postId": "4313", "score": "2", "text": "\"Ubuntu\" sounds more euphonious and exotic than \"Fedora\". Chicks dig that when you are chatting them up and talk about your distro.", "userDisplayName": null, "userId": "1078" } ]
{ "accepted": true, "body": "<p>I did a presentation on the differences between the Red Hat Way and the Debian Way at Ohio LinuxFest last year. It includes things like package management and location of configuration files. Slides are here: <a href=\"http://www.slideshare.net/macoafi/sysadmins-rosetta-stone\" re...
[ { "accepted": null, "body": "<p>The package repository is huge and community support is excellent for ubuntu. Other than that I like the package management and its desktop friendly approach. I haven't used fedora that much to tell the difference other than the fact that apache2 is named httpd in red hat mac...
null
null
null
null
null
4314
1
4944
2010-09-18T08:14:32.433
6
2780
<p>The problem is the login screen is divided into two showing a onscreen keyboard like thing in the left side and the same magnified in the other side. Also it is giving the error message as <code>/usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256</code></p>
2349
235
2010-10-05T03:37:35.370
2011-05-05T15:26:01.003
On screen keyboard malfunctioning on login screen
[ "gdm" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-18T11:04:14.347", "id": "4409", "postId": "4314", "score": "0", "text": "Did you want that onscreen keyboard to show, or are you just trying to get rid of it? Do you only see the onscreen keyboard and no user name prompt? Do you have any idea how the onscreen keyboard ...
{ "accepted": true, "body": "<p>Recenly a friend of mine reported a similar problem which was due to \"mistakenly\" turning on the <code>screen magnifier</code> and <code>on-screen keyboard</code> from the accessibility preferences. Apparently this is a known <a href=\"https://bugs.launchpad.net/ubuntu/+source/gdm/...
[ { "accepted": true, "body": "<p>Recenly a friend of mine reported a similar problem which was due to \"mistakenly\" turning on the <code>screen magnifier</code> and <code>on-screen keyboard</code> from the accessibility preferences. Apparently this is a known <a href=\"https://bugs.launchpad.net/ubuntu/+sou...
null
null
null
null
null
4315
1
4330
2010-09-18T08:20:08.133
7
333
<p>I would just like to know the reason.</p>
null
25863
2012-03-04T20:51:10.167
2012-11-07T15:35:03.713
Why can't you have multiple instances of Synaptic?
[ "synaptic" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Synaptic is just a graphical front-end to APT (Debian's package manager: Advanced Packaging Tool).</p>\n\n<p>APT automatically locks one of a few special files (/var/lib/dpkg/lock among others) as it runs any operation. It is theoretically possible to programme APT to allow for concu...
[ { "accepted": null, "body": "<p>Basically: Synaptic is working at very low level for installing/configuring software. Having two instances working at the same time, changing settings and stuff, would most probably lead to corrupted software, with unusable features - and if it is about system software, it co...
null
null
null
null
adeklipse
4319
1
4382
2010-09-18T09:43:42.420
3
3072
<p>All of a sudden I can't access my home folder. I am using ubuntu 10.04.</p> <p>I can access the folders inside it ( Desktop, Videos etc ) but if I want to see inside the home itself ( either in Nautilus or with ls in terminal ) I get nothing ( in Nautilus it says loading in terminal and outputs nothing ).</p> <p>I...
82
17722
2012-07-09T13:07:50.273
2015-11-25T13:54:54.800
Cannot list Home folder
[ "10.04", "permissions", "home-directory" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2010-09-18T11:23:58.487", "id": "4412", "postId": "4319", "score": "0", "text": "Look at [this question](http://ubuntu.stackexchange.com/questions/2684/my-home-directory-just-goes-away-why); you may have the same problem. In any case, follow the investigative steps mentioned i...
{ "accepted": true, "body": "<p>Hey. assuming so, but you did <code>chown -R</code> to make sure you hit all the other files?</p>\n\n<p>check permissions on whatever file you can't access (assuming you can see it at all?)</p>\n\n<p>Are you just not able to view anything in the folder at all, or what?</p>\n\n<p><cod...
[ { "accepted": true, "body": "<p>Hey. assuming so, but you did <code>chown -R</code> to make sure you hit all the other files?</p>\n\n<p>check permissions on whatever file you can't access (assuming you can see it at all?)</p>\n\n<p>Are you just not able to view anything in the folder at all, or what?</p>\n\...
null
null
null
null
null
4320
1
4326
2010-09-18T10:31:35.940
4
1596
<p>I'm currently working on a Ubuntu machine that has been set up by a user using a German keyboard layout. I prefer another one and changed it using the "Keyboard" dialog (I even deleted the old one).</p> <p>However after each reboot those changes are gone. The German layout has reappeared and is (again) the default ...
2354
8844
2011-02-19T00:45:28.133
2015-11-03T13:32:23.070
How to make a keyboard layout permanent
[ "keyboard", "keyboard-layout" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Have you clicked System->Preferences->Keyboard->Layouts->Apply System-Wide?</p>\n\n<p>I seem to remember you may need to switch layout on the login screen one more time after that before it sticks.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-10-02...
[ { "accepted": true, "body": "<p>Have you clicked System->Preferences->Keyboard->Layouts->Apply System-Wide?</p>\n\n<p>I seem to remember you may need to switch layout on the login screen one more time after that before it sticks.</p>\n", "commentCount": "4", "comments": [ { "creationDa...
null
0
null
null
null
4323
1
15541
2010-09-18T10:45:57.190
31
19413
<p>The title says it all. How can I detect duplicates in my media library?</p>
2192
114
2011-10-26T03:58:42.373
2023-04-25T09:00:48.657
How can I find duplicate songs?
[ "music", "rhythmbox", "duplicate-files" ]
7
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://www.hardcoded.net/dupeguru_me/\" rel=\"noreferrer\">dupeGuru Music Edition</a> is what you want. Set the scan type to \"Audio Contents\" in Preferences. Please note that the program is fairware so please contribute if you can.</p>\n\n<p><img src=\"https://i.stack.img...
[ { "accepted": null, "body": "<p>There is a plugin that was made some time ago for this. I've used it recently but it still leaves a little to be desired. There is a \"<a href=\"https://launchpad.net/rb-duplicate-source\" rel=\"nofollow noreferrer\">PPA</a>\" for it - but no built packages yet, just the Baza...
null
null
null
null
null
4324
1
108477
2010-09-18T10:49:55.153
32
5955
<p>I have several user accounts on a machine my mother uses most of the time. How can I sort the users so that her account shows up first in the list?</p>
20
169736
2014-05-08T22:58:30.207
2014-05-08T22:58:30.207
How can I change the order of the users in the login screen?
[ "gdm" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I had the same problem, so I did an inquiry:</p>\n\n<p>gdm simple greeter uses ConsoleKit for obtaining the list of users. you can check the list (in the gdm order) by running:</p>\n\n<pre><code>$ ck-history --frequent --seat='Seat1'\nuser1 148\nuser2 145\ngdm 143\n</code>...
[ { "accepted": null, "body": "<p>The login screen doesn't simply sort by name. In fact, in lucid, the default login screen sorts first by usage frequency, and by display name as a fallback. So your mother will show up first after a few times.</p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
4329
1
4338
2010-09-18T11:46:17.217
32
5141
<p>I'd like to setup my Ubuntu to work without Flash (= not installed), but still be able to view videos on sites like Youtube, wisevid, etc. <br/> <br/>I want to try this because recently Flash has crashed a couple times. It also often 'feels' sluggish. Also a couple other flash related questions here got me thinkin...
2313
227922
2014-10-25T20:30:04.800
2017-02-15T15:44:10.737
Stop using flash? Or improve the flash experience?
[ "flash", "browser" ]
15
4
CC BY-SA 3.0
[ { "creationDate": "2010-09-18T22:33:31.777", "id": "4442", "postId": "4329", "score": "0", "text": "Any reason why you don't want to use Flash?", "userDisplayName": null, "userId": "332" }, { "creationDate": "2010-09-19T08:39:48.753", "id": "4447", "postId": "4329", "...
{ "accepted": true, "body": "<p>On sites that support it, set videos to use HTML5.</p>\n\n<p>For flash only sites you could use one of the free flash implementations - <a href=\"http://gnashdev.org/\">Gnash</a> and <a href=\"https://launchpad.net/lightspark\">Lightspark</a>.</p>\n\n<p>If you want to avoid flash plu...
[ { "accepted": null, "body": "<p>I think you can use greasemonkey userscripts for this. Here are some examples. </p>\n\n<p><a href=\"http://turanct.wordpress.com/2010/02/25/gnash-youtube/\" rel=\"nofollow\">one</a></p>\n\n<p><a href=\"http://blog.mikeasoft.com/2006/11/24/playing-youtube-videos-without-flash/...
null
null
null
null
null
4335
1
4350
2010-09-18T14:03:56.667
2
88
<p>I've recently recompiled suPHP from the <code>apt-get source</code> to include several commandline options. After building the pacakge it remains at version 0.7.1-1 and aptitude keeps trying to install over the custom one I've built. How can I update the version to reflect something like 0.7.1-1-marco0 - or somethin...
41
null
null
2010-09-18T17:37:16.123
Create a special version for rebuilt package
[ "package-management", "source-code" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Run <code>dch -i</code> in the source directory to add a new changelog entry. If you update the version line to something like <code>0.7.1-1ubuntu0+marco1</code> (the key being the +) it'll sort as being newer than 0.7.1-1 but still older than 0.7.1-1ubuntu1 when Ubuntu releases a se...
[ { "accepted": true, "body": "<p>Run <code>dch -i</code> in the source directory to add a new changelog entry. If you update the version line to something like <code>0.7.1-1ubuntu0+marco1</code> (the key being the +) it'll sort as being newer than 0.7.1-1 but still older than 0.7.1-1ubuntu1 when Ubuntu relea...
null
null
null
null
null
4336
1
null
2010-09-18T14:05:29.437
5
2907
<p>I have over the last week installed four differing versions of Ubuntu, 8.04, 8.10, 9.10 and 10.04, all fail with similar error messages from Grub on booting or rebooting. The message is <code>Error: out of disk</code> or similar on the older versions.</p> <p>This is <strong>NOT</strong> the standard failure that is ...
2358
527764
2022-03-26T07:38:59.047
2022-03-26T07:38:59.047
How do I get my machine to boot with a Grub: out of disk error?
[ "grub2", "system-installation" ]
3
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p><a href=\"https://wiki.ubuntu.com/LucidLynx/ReleaseNotes#Partition%20alignment%20changes%20may%20break%20some%20systems\" rel=\"nofollow noreferrer\"><strong>Partition alignment changes may break some systems</strong></a>\nBy default, Ubuntu 10.04 LTS aligns partitions on dis...
null
0
null
null
null
4347
1
4553
2010-09-18T15:54:29.777
4
194
<p>I know that <code>libappindicator0.1-cil-dev</code> is used for Application Indicators, but it doesn't seem capable of using the Messaging Menu. Am I missing something, or is there a different library I should be using?</p> <p>I don't know of any Mono applications that use the Messaging Menu. Is there not yet a CIL...
463
17
2010-09-22T20:06:47.140
2010-10-08T03:01:33.080
Is there a CIL (Mono) library for using the Messaging Menu?
[ "10.10", "indicator", "mono" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try <code>libindicate-gtk0.1-cil</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-22T09:52:10.393", "id": "4553", "lastActivityDate": "2010-09-22T15:59:04.983", "lastEditDate": "...
[ { "accepted": true, "body": "<p>Try <code>libindicate-gtk0.1-cil</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-09-22T09:52:10.393", "id": "4553", "lastActivityDate": "2010-09-22T15:59:04.983...
null
null
null
null
null
4351
1
4354
2010-09-18T16:11:08.860
1
299
<p>I am new at Linux operating systems. I have installed the latest version of Ubuntu 10.10 desktop edition on my laptop while still in Windows. I then rebooted and chose Ubuntu. It starts to load and it loads a little while and the screen goes blank. Like it stops loading in the system and nothing happens. I do not ne...
2365
667
2010-09-18T16:52:56.430
2010-09-18T16:54:37.797
Problem with installation of Ubuntu
[ "10.04" ]
1
7
CC BY-SA 2.5
[ { "creationDate": "2010-09-18T16:29:04.623", "id": "4428", "postId": "4351", "score": "0", "text": "I can't understand what you are asking. Please rephrase as a simple question. Include as much *relevant* information as possible - especially which version you have installed and how you installed...
{ "accepted": true, "body": "<p>Try a stable Ubuntu release. Currently it is Ubuntu Lucid (10.04).</p>\n\n<p>And since your laptop only has a limited amount of RAM, perhaps you want to try an Ubuntu Remix, which is targeted at such machines (e.g. Xubuntu or Lubuntu).</p>\n", "commentCount": "0", "comments": [],...
[ { "accepted": true, "body": "<p>Try a stable Ubuntu release. Currently it is Ubuntu Lucid (10.04).</p>\n\n<p>And since your laptop only has a limited amount of RAM, perhaps you want to try an Ubuntu Remix, which is targeted at such machines (e.g. Xubuntu or Lubuntu).</p>\n", "commentCount": "0", "co...
null
null
2010-09-18T17:38:44.543
null
null
4356
1
null
2010-09-18T17:47:07.117
2
727
<p>I have a headless machine running Ubuntu Server sitting in my closet. I would like to have USB disks automounted when I plug them in just like on my laptop. Is it possible to set up gvfs or some other automounting system for use in a console and ssh environment, with no X11 installed?</p>
880
null
null
2010-09-19T04:32:03.613
Using gvfs or other automounter on ubuntu server?
[ "server", "automation", "automount" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There is a daemon application ivman:</p>\n\n<pre><code>sudo apt-get install ivman\n</code></pre>\n\n<p>Or according to <a href=\"https://help.ubuntu.com/community/Mount/USB\" rel=\"nofollow\">this</a> :</p>\n\n<pre><code>sudo apt-get install usbmount\n</code></pre>\n", "c...
null
null
2013-03-14T17:17:43.137
null
null
4358
1
4359
2010-09-19T08:21:23.057
46
249537
<p>I've connected a HDTV with HDMI on my Radeon 4670, using the open source ati driver. However there is "overscan" which cuts off a bit of each edge of the screen, about the size of the gnome-panel. How can I fix this so it displays the full resolution?</p>
1968
null
null
2020-09-02T08:49:44.040
How do I fix overscan on my HDMI HDTV?
[ "10.10", "display" ]
12
3
CC BY-SA 2.5
[ { "creationDate": "2015-02-25T20:39:34.720", "id": "819626", "postId": "4358", "score": "0", "text": "Is there a more current solution for 14.04? I'm still having this problem in 2015. DDG took me here", "userDisplayName": null, "userId": "74067" }, { "creationDate": "2015-11-14T...
{ "accepted": true, "body": "<p>The issue was with the TV, not Ubuntu. </p>\n\n<ul>\n<li><strong>Samsung TV</strong> - go to Menu / Picture / Picture Options / Size / Screen Fit (instead of 16:9).</li>\n<li><strong>LG TV</strong> - go to Settings / Picture / Aspect Ratio / Just Scan (instead of 16:9)</li>\n<li><str...
[ { "accepted": true, "body": "<p>The issue was with the TV, not Ubuntu. </p>\n\n<ul>\n<li><strong>Samsung TV</strong> - go to Menu / Picture / Picture Options / Size / Screen Fit (instead of 16:9).</li>\n<li><strong>LG TV</strong> - go to Settings / Picture / Aspect Ratio / Just Scan (instead of 16:9)</li>\n...
null
null
null
null
null
4360
1
4373
2010-09-19T08:57:49.820
10
11079
<p>I've added a VPN using System > Preferences > Network Connections. However, I can't see how to switch it on, because there's no Network Manager icon in the notification area!</p> <p>nm-applet is running as me; stopping and restarting it doesn't help, nor does logging in and out. It's possible that nm-applet thinks...
2380
235
2010-09-19T17:20:31.733
2012-06-10T02:27:37.590
No Network Manager icon in the notification area, so I can't use my VPN connection
[ "10.04", "network-manager", "vpn" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I fixed it!</p>\n\n<p>The solution was to <em>remove</em> eth0 from /etc/network/interfaces - it ended up there because I installed this system over the network rather than using a CD. I logged out and went to a console window, and did the following:</p>\n\n<pre><code>sudo stop gdm\...
[ { "accepted": null, "body": "<p>Some things you could try:</p>\n\n<ol>\n<li><p><a href=\"https://askubuntu.com/q/1974/667\">Adding a Notification Area applet to the panel</a> (in case, for some reason, the notification area has been removed).</p></li>\n<li><p>Restarting the panel. Some times I find that ico...
null
null
null
null
null
4361
1
4365
2010-09-19T10:31:14.627
12
2627
<p>Is there a way / application to add a file extension / mime-type to the system. What I want to achieve is:</p> <ul> <li>Have a default program for opening files of this type</li> <li>Have a special icon for this filetype</li> <li>let <code>file</code> output the type of a file of this file in a more specific way.</...
1676
175814
2016-07-20T20:30:22.377
2019-09-16T05:09:42.303
How are file-extensions/mime-types/icons/default applications associated?
[ "file-format", "mime-type" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2010-09-19T12:02:15.513", "id": "4451", "postId": "4361", "score": "0", "text": "@dv3500ea: But how to get this fancy icon in nautilus?", "userDisplayName": null, "userId": "1676" }, { "creationDate": "2010-09-19T12:16:36.633", "id": "4452", "postId": "...
{ "accepted": true, "body": "<p>You need to:</p>\n\n<ol>\n<li><a href=\"https://help.ubuntu.com/community/AddingMimeTypes\" rel=\"nofollow noreferrer\">Add a new MIME type</a></li>\n<li><p>Associate that MIME type with a program (see <a href=\"http://manpages.ubuntu.com/manpages/bionic/man1/xdg-mime.1.html\" rel=\"...
[ { "accepted": true, "body": "<p>You need to:</p>\n\n<ol>\n<li><a href=\"https://help.ubuntu.com/community/AddingMimeTypes\" rel=\"nofollow noreferrer\">Add a new MIME type</a></li>\n<li><p>Associate that MIME type with a program (see <a href=\"http://manpages.ubuntu.com/manpages/bionic/man1/xdg-mime.1.html\...
null
null
null
null
null
4362
1
4363
2010-09-19T10:38:28.670
0
382
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/3673/how-to-troubleshoot-ubuntu-one-in-maverick-beta">How to troubleshoot Ubuntu One in Maverick beta?</a> </p> </blockquote> <p>Ubuntu One does not sync my files. It always keeps saying that I'm out of space. Well...
214
-1
2017-04-12T07:23:19.023
2010-09-19T10:43:26.647
Ubuntu One says I'm out of Space
[ "ubuntu-one" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-03T09:01:05.583", "id": "32049", "postId": "4362", "score": "0", "text": "This is not an exact duplicate at all. Other question is different, a non-accepted answer is referenced here, but that didn't work. Can't / shouldn't add my answer to that question, as it is not ...
{ "accepted": true, "body": "<p>I just followed the answer by Eternal Wolf here: <a href=\"https://askubuntu.com/questions/3673/how-to-troubleshoot-ubuntu-one-in-maverick-beta\">How to troubleshoot Ubuntu One in Maverick beta?</a></p>\n\n<p>and it seems to work.</p>\n", "commentCount": "0", "comments": [], "c...
[ { "accepted": true, "body": "<p>I just followed the answer by Eternal Wolf here: <a href=\"https://askubuntu.com/questions/3673/how-to-troubleshoot-ubuntu-one-in-maverick-beta\">How to troubleshoot Ubuntu One in Maverick beta?</a></p>\n\n<p>and it seems to work.</p>\n", "commentCount": "0", "comment...
null
null
2010-09-19T14:50:17.007
null
null
4364
1
4622
2010-09-19T10:50:38.660
3
4758
<p>I have a couple of FTDI based USB to Rs232 serial dongles. Sometimes when I plug them into my Ubuntu 10.04 laptop, they show up as <code>/dev/ttyUSB0</code> and <code>/dev/ttyUSB1</code>, which is what I want to have happen. But sometimes they don't. When they don't, sometimes rebooting fixes the problem and sometim...
2381
235
2011-01-17T15:05:01.500
2011-01-17T15:05:01.500
How do I make a USB RS232 dongle show up in /dev/ttyUSB*?
[ "10.04", "usb" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-09-23T12:42:58.867", "id": "4730", "postId": "4364", "score": "0", "text": "Don't access /dev/bus/usb/* with pyserial It is a direct connection to your USB device so you need to talk USB to it, not serial..", "userDisplayName": null, "userId": "455" } ]
{ "accepted": true, "body": "<p>If you don't need the serial device for braille devices, you may wish to disable brltty (you can remove the package), which used to be the culprit for ttyUSB devices at least before Lucid.</p>\n\n<p>I definitely hadn't seen USB RS232 dongles still get claimed by brltty since the Luci...
[ { "accepted": true, "body": "<p>If you don't need the serial device for braille devices, you may wish to disable brltty (you can remove the package), which used to be the culprit for ttyUSB devices at least before Lucid.</p>\n\n<p>I definitely hadn't seen USB RS232 dongles still get claimed by brltty since ...
null
null
null
null
null
4368
1
null
2010-09-19T14:33:02.310
3
9564
<p>Since plugging the hard drive in didn't automatically make a window pop up I decided to manually mount the hard drive in Disk Utility. It gives me this:</p> <pre><code>Error mounting: mount exited with exit code 1: helper failed with: mount: according to mtab, /dev/sdb1 is already mounted on / mount failed </code><...
593
63111
2012-07-09T13:12:14.547
2017-12-28T21:03:41.827
External hard drive won't mount
[ "10.04", "mount" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2010-09-19T14:49:31.063", "id": "4457", "postId": "4368", "score": "0", "text": "Could you please show us the contents of your `/etc/mtab` and `/etc/fstab`?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2010-09-19T15:39:08.293", "id": "445...
null
[ { "accepted": null, "body": "<p><a href=\"https://help.ubuntu.com/community/Mount/USB\" rel=\"nofollow noreferrer\">here</a> is ubuntu help page for mounting usb drives. I have an external hardrive which has 2 ntfs and 1 ext3 partition I have entered the configuration on /etc/fstab so that it mounts on boot...
null
null
2013-03-14T17:17:48.050
null
null
4371
1
81433
2010-09-19T14:53:02.997
67
54173
<p>Only a short question but is it possible to set the default width (and height) of terminal sessions in <code>gnome-terminal</code> and <code>terminator</code>?</p> <p>I find I always resize the window once it pops up so and given how much I use <code>terminator</code> it makes sense (IMO) to alter the default and s...
449
null
null
2020-02-29T11:23:39.053
Change default width of gnome-terminal and terminator windows
[ "window-manager", "gnome-terminal", "terminator" ]
8
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Terminator does allow you setting up a default size. :)</p>\n\n<p>Just open the file <code>~/.config/terminator/config</code> with your favorite editor.\nYou should have a section titled <code>[layouts]</code>. You only need to add a line within the sub-section named <code>[[[window0...
[ { "accepted": null, "body": "<p>I don't know about <code>terminator</code>, but in <code>gnome-terminal</code> there's an option under the profile settings to set the starting dimensions to any number of rows and columns you want, specifically <code>Edit-&gt;Profile Preferences</code>.</p>\n", "commentC...
null
null
null
null
null
4374
1
4393
2010-09-19T16:32:13.350
3
814
<p>I have an intel Imac dual-booting Ubuntu 10.04 and OSX 10.6. Both work fine, but sound is very quiet in Linux, even though the gnome volume control panel and pulse audio volume control panels are both set to 100%. I can turn the speaker volume up and it's fine, but then when I boot back to OSX the volume makes me ...
2367
235
2010-09-19T17:27:36.637
2011-03-14T21:52:07.193
low volume/dual boot
[ "10.04", "sound", "macosx" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I can give you two. First one is Pulseaudio sometimes is not your friend. On some rare systems it configures the wrong mixer. Open a terminal and run the command: alsamixer -c0</p>\n\n<p>This will show your mixers. Ensure they are at proper levels.</p>\n\n<p>Also you can install the ...
[ { "accepted": true, "body": "<p>I can give you two. First one is Pulseaudio sometimes is not your friend. On some rare systems it configures the wrong mixer. Open a terminal and run the command: alsamixer -c0</p>\n\n<p>This will show your mixers. Ensure they are at proper levels.</p>\n\n<p>Also you can inst...
null
null
null
null
null
4375
1
null
2010-09-19T17:10:54.130
6
19076
<p>I have Ubuntu 10.04 OS and a virtualbox (not the OSE) with windows XP as a guest.</p> <p>When I choose Full screen in virtualbox the operating system (my guest, windows XP) is still in small screen.</p> <p>I installed the guest additions. However, if I go to Devices on the Menu, it still shows "Install guest addit...
1793
211
2010-09-24T07:01:21.830
2017-06-06T13:37:30.330
VirtualBox does not show full screen
[ "virtualbox" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2012-10-07T10:52:55.650", "id": "245640", "postId": "4375", "score": "0", "text": "Does Scale Mode option helps?", "userDisplayName": null, "userId": "71205" } ]
null
[ { "accepted": null, "body": "<p>The install guest additions doesn't change after install.</p>\n\n<p>As for your resolution, have you tried installing all drivers that would normally be needed for your system? Im not sure how virtualbox works exactly, but im guessing it 'clones' the host system...</p>\n", ...
null
null
null
null
null
4377
1
null
2010-09-19T17:29:04.093
2
2592
<p>I have a local DHCP Server running on 10.04 want have a few host entries so that the machines can just use DHCP but allows me to route traffic to them via IPTABLES. One of them is a Windows 2008 server and it allows me to assign multiple IP's to one card if I use static IP's. Is there a way to do this if it is usi...
2189
2189
2010-09-20T11:10:44.940
2010-09-23T12:29:59.140
DHCPD Server issue multiple IP's to one Nic
[ "10.04", "server", "dhcpd" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Do you really need to give out multiple IPs for devices to get traffic routed to them using iptables? For webservers, it may be easier to use a single IP and different ports, or just use virtual hosts in Apache, for example.</p>\n\n<p>It doesn't appear to me as if giving mult...
null
null
2013-03-14T17:17:52.713
null
null
4379
1
4380
2010-09-19T17:55:37.467
7
1810
<p>I'm trying to block a user from contacting me, but can't seem to do this from the Empathy interface. How do I block contacts?</p>
41
null
null
2012-06-04T16:50:35.417
How do I block people with Empathy
[ "10.04", "empathy" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Prior to version 11.10 (which included Empathy 3.0), this was not possible from the Empathy interface. </p>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/empathy/+bug/557521\" rel=\"nofollow\">Launchpad bug report</a></li>\n<li><a href=\"ht...
[ { "accepted": true, "body": "<p>Prior to version 11.10 (which included Empathy 3.0), this was not possible from the Empathy interface. </p>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"https://bugs.edge.launchpad.net/ubuntu/+source/empathy/+bug/557521\" rel=\"nofollow\">Launchpad bug report</a></li>\n<li><a h...
null
null
null
null
null
4391
1
null
2010-09-19T21:22:41.410
7
170
<p>I'm sharing my PC with my wife and my sister on regular basis. There are several issues when we switch from one user to another, such as the NetworkManager icon being present only on the first account (which is ridiculous).</p> <p>A similar problem occurs when there is a DVD in the drive. When a second user logs in...
2385
235
2012-03-11T17:54:12.537
2012-03-11T17:54:12.537
How do we use mounted DVDs with multiple accounts without ejecting the disk?
[ "automount", "user-space" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2012-03-11T18:08:32.467", "id": "132277", "postId": "4391", "score": "0", "text": "The network manager thing is a reported bug on launchpad. But apparently, it was working once, and then a change was made to make it so only one instance runs on a user. Problem is that that cha...
null
[ { "accepted": null, "body": "<p>First I have no solution only a workaround guess...</p>\n\n<p>If you often use the same DVD try to copy these files in local folders or create an ISO-file and set up the right group permissions... </p>\n\n<p>Additionally you can deactivate automount (option no-auto in /etc/fs...
null
null
null
null
null
4392
1
4394
2010-09-19T21:23:51.460
2
409
<p>I currently have an SQL file filled with insert statements in the form:</p> <pre><code> INSERT INTO database.table(primary_key, foreign_key, url_one, url_two, int_one, int_two, int_three) VALUES (266,7,https://some.url.com/image_one.png,https://some.url.com/image_two.png,266,1440,900); </code></pre> <p>I've n...
2386
54298
2012-07-18T19:37:51.627
2012-07-18T19:37:51.627
Adding quotes to a string in a file
[ "mysql", "sed" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-07-18T19:18:17.873", "id": "202600", "postId": "4392", "score": "0", "text": "Remember. Manpages are your friend! :-)", "userDisplayName": null, "userId": "54298" } ]
{ "accepted": true, "body": "<p>I would use:</p>\n\n<pre><code>sed -e 's@\\(https\\?://[^,]*\\),@\"\\1\",@g' FILE\n</code></pre>\n\n<p>This looks for a expression starting with <code>http</code> and an optional <code>s</code> followed by <code>://</code>. Then it takes everything up to the first <code>,</code>. Thi...
[ { "accepted": true, "body": "<p>I would use:</p>\n\n<pre><code>sed -e 's@\\(https\\?://[^,]*\\),@\"\\1\",@g' FILE\n</code></pre>\n\n<p>This looks for a expression starting with <code>http</code> and an optional <code>s</code> followed by <code>://</code>. Then it takes everything up to the first <code>,</co...
null
null
null
null
null