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
14200
1
14201
2010-11-20T18:45:03.013
15
5353
<p>I would like to bind <kbd>F1</kbd> to play/pause and <kbd>F2</kbd> to next song globally how to do it?</p>
2677
114
2011-01-22T02:10:39.273
2011-01-22T02:10:39.273
How to set global hotkeys for Rhythmbox?
[ "gnome", "shortcut-keys", "rhythmbox" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>When you go to System → Preferences → keyboard Shortcuts, you should see predefined shortcuts for Play, pause and so on. Click on the shortcut, on the right, to edit them.</p>\n\n<p>However, using F1, F2 and so on may be problematic. Some legacy applications <em>may</em> open up their help whenever you press F1 for instance.</p>\n\n<p><img src=\"https://i.stack.imgur.com/5GBpx.png\" alt=\"screenshot, curtsey of ubuntuka.com\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-20T19:03:23.147", "id": "14201", "lastActivityDate": "2010-11-20T19:08:37.870", "lastEditDate": "2010-11-20T19:08:37.870", "lastEditorDisplayName": null, "lastEditorUserId": "1067", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "14200", "postTypeId": "2", "score": "24" }
[ { "accepted": true, "body": "<p>When you go to System → Preferences → keyboard Shortcuts, you should see predefined shortcuts for Play, pause and so on. Click on the shortcut, on the right, to edit them.</p>\n\n<p>However, using F1, F2 and so on may be problematic. Some legacy applications <em>may</em> open...
null
null
null
null
null
14202
1
14204
2010-11-20T19:05:51.913
5
2585
<ul> <li>My system language is set to <code>English</code> and I want it to stay that way</li> <li>My keyboard layout is set to <code>USA intl</code> and I want it to stay that way</li> <li>I can't write <code>ç</code>, by pressing <kbd>´</kbd>+<kbd>c</kbd>. When I try to do so it outputs <code>ć</code></li> <li>In Windows the keyboard layout country can be different from both system and input languages, which in their turn can be different from each other.</li> <li>I want to achieve the same with Ubuntu</li> </ul>
2677
2677
2011-09-13T18:33:36.947
2011-09-13T18:33:36.947
How to use an input language different from the keyboard layout country and from the system language?
[ "10.10", "keyboard", "keyboard-layout" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T17:37:12.587", "id": "14939", "postId": "14202", "score": "0", "text": "Looks like a duplicate of this question: http://askubuntu.com/questions/5095/typing-using-key-combinations", "userDisplayName": null, "userId": "3727" }, { "creationDate": "2010-...
{ "accepted": true, "body": "<p>Keyboard layouts are not dependent to countries (some countries don't have a keyboard layout, some have multiple, some keyboard-layouts are used in several countries, some keyboard layouts have no relation to any country, etc.).</p>\n\n<p>So just change the keyboard layout to something else (I would suggest \"US International with AltGr dead keys\", or maybe to something else that you are used to).</p>\n\n<hr>\n\n<p><strong>Edit:</strong> it seems like by default US international behaves differently on Windows than in X; in Windows <code>'</code> followed by <code>c</code> gives <code>ç</code>, while in X it gives <code>ć</code>.</p>\n\n<hr>\n\n<p><strong>Edit 2:</strong> okay, so I found a solution, but it doesn't work in Gtk/GNOME applications because of a stupid bug...</p>\n\n<p>Create a file <code>~/.XCompose</code> and put the following lines in it:</p>\n\n<pre><code>include \"/usr/share/X11/locale/en_US.UTF-8/Compose\"\n&lt;dead_acute&gt; &lt;C&gt; : \"Ç\" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA\n&lt;dead_acute&gt; &lt;c&gt; : \"ç\" ccedilla # LATIN SMALL LETTER C WITH CEDILLA\n</code></pre>\n\n<hr>\n\n<p><strong>Edit 3:</strong> Actually it does work in Gtk too when you select XIM as the import method for Gtk, and make sure it's selected in the Language Support dialog.</p>\n", "commentCount": "11", "comments": [ { "creationDate": "2010-11-20T19:21:13.237", "id": "14774", "postId": "14204", "score": "0", "text": "I'm telling you. I am used to \"US intl\" set to Portuguese language. Your answer is not helpful", "userDisplayName": null, "userId": "2677" }, { "creationDate": "2010-11-20T19:42:58.747", "id": "14779", "postId": "14204", "score": "0", "text": "What do you mean by \"input language\"? I have never seen an option to set that in any Windows version, and I have used most of them since 2.01 ?", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-20T19:48:21.547", "id": "14782", "postId": "14204", "score": "0", "text": "Are you sure what you need is not one of the Portuguese or Brazilian layouts?", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-20T19:50:10.547", "id": "14784", "postId": "14204", "score": "0", "text": "All Windows versions since 95 at least have this option. Look at [this image](http://lh3.ggpht.com/_e1IlgcNcTSg/R6PqJrtppKI/AAAAAAAAB6s/PoBiZZ9KNO4/japanese_keyboard.jpg?imgmax=400) for instance. First you have to choose the input language, and then you will choose the keyboard layout.", "userDisplayName": null, "userId": "2677" }, { "creationDate": "2010-11-20T19:50:37.987", "id": "14785", "postId": "14204", "score": "0", "text": "@JanC I don't like Portuguese or Brazilian layouts.", "userDisplayName": null, "userId": "2677" }, { "creationDate": "2010-11-20T20:07:35.813", "id": "14790", "postId": "14204", "score": "0", "text": "That's just a way to choose the language to use for spell checking etc., and doesn't change anything about the keyboard layout?", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-20T20:09:37.747", "id": "14793", "postId": "14204", "score": "0", "text": "I think the problem is that US international is different between linux/X & Windows...", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-21T15:57:16.063", "id": "14929", "postId": "14204", "score": "0", "text": "@JanC it's not about spell checking only, in Windows it really changes the behavior of some keys, like the combination of diacritics and letters", "userDisplayName": null, "userId": "2677" }, { "creationDate": "2010-11-21T15:57:59.057", "id": "14930", "postId": "14204", "score": "0", "text": "@JanC It may be different, but I haven't detected any difference in the layout per se, just in the behavior", "userDisplayName": null, "userId": "2677" }, { "creationDate": "2010-11-21T21:28:35.397", "id": "14994", "postId": "14204", "score": "0", "text": "@Jader: I tested US intl with English, Portuguese & Dutch in Windows, and it didn't change anything (`'`+`c`=`ç`), and I've never seen it change anything, but maybe it's true with other combinations...", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-21T21:57:31.300", "id": "14999", "postId": "14204", "score": "0", "text": "`ć` is a Polish letter. but with Polish as input language in Windows 7 it still outputs `ç`. this strengthens your argument and weakens mine.", "userDisplayName": null, "userId": "2677" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-20T19:16:35.923", "id": "14204", "lastActivityDate": "2010-11-20T22:05:15.553", "lastEditDate": "2010-11-20T22:05:15.553", "lastEditorDisplayName": null, "lastEditorUserId": "935", "ownerDisplayName": null, "ownerUserId": "935", "parentId": "14202", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>Keyboard layouts are not dependent to countries (some countries don't have a keyboard layout, some have multiple, some keyboard-layouts are used in several countries, some keyboard layouts have no relation to any country, etc.).</p>\n\n<p>So just change the keyboard layout to...
null
null
null
null
null
14203
1
null
2010-11-20T19:08:17.907
1
2635
<p>How to connect to TV with USB to AV cable? I tried to connect, but nothing happened! (10.04 Lucid)</p>
6317
721
2010-11-21T01:23:48.563
2017-03-12T03:30:16.017
How can I connect USB to TV (via AV port)
[ "10.04", "video", "tv" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I think you might be talking about a cable to be used with a digital camera, not a computer. </p>\n\n<p><em>does yours look like this?</em></p>\n\n<p><img src=\"https://eu.startech.com/media/products/usb2vga/Small/USB2VGA.small.jpg\"></p>\n\n<p><em>or this</em>:</p>\n\n<p><a ...
null
null
null
null
null
14208
1
null
2010-11-20T19:47:53.363
8
1123
<p>When I installed Ubuntu 10.10 on my laptop from the CD, I choose for encrypting my home folder. Just after, I copied a lot of files to ~, but that copying might not have worked.</p> <p>Since then my computer is running very slow. I restarted my computer enough times to have the system file checks be done during some boots: no change.</p> <p>As a consequence I analyzed my <code>/home/</code> folder using Baobab. It indicates my home is full up to 75%. Nearly the half of it is occupied by <code>/home/.ecryptfs/</code>, the other half by <code>/home/grandoxymore/</code>. They both share precisely the same tree structure.</p> <p><img src="https://i.stack.imgur.com/KXlxp.png" alt="alt text"></p> <p>Is this normal? If no, how should I fix this? If yes, how can I improve my computer performances? And, how can I unencrypt my home folder?</p>
6039
721
2010-11-21T01:22:15.460
2010-11-22T00:32:09.573
Why does an encrypted folder totally fill my /home/ folder?
[ "encryption", "home-directory", "ecryptfs" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T00:32:44.487", "id": "15010", "postId": "14208", "score": "0", "text": "What computer do you have? Processor, memory, etc.?", "userDisplayName": null, "userId": "935" } ]
null
[ { "accepted": null, "body": "<p>If you have mounted your encrypted home, the unencrypted \"view\" of the filesystem seems to occupy the same amount of diskspace in addition to the encrypted files, but only the encrypted files are actually occupying disk space (so, this disk space is used only once, not twic...
null
null
null
null
null
14210
1
null
2010-11-20T20:05:51.983
5
4740
<p>Most of the windows does not fit on my hp-mini-210(1024*600)</p> <p><img src="https://i.stack.imgur.com/WfkBT.png" alt="alt text"></p> <p>the apply and close buttons are not fit on scrren and conky too !!</p>
6317
235
2010-11-20T21:03:23.077
2010-11-20T21:04:50.283
Application windows do not fit on the screen
[ "xorg" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Obviously you can't increase the screen resolution of your netbook. However to operate buttons that are off the lower border you can use <kbd>Alt</kbd> + LeftMouseButton to move the window and see missing buttons. Conky needs to display less information to make it fit.</p>\n"...
null
null
null
null
null
14218
1
14225
2010-11-20T21:10:27.080
3
1197
<p>I start normally my notebook lenovo 3000 N200 my version is 10.04. After many hours working on computer with mouse my keyboard gets locked.<br> So I can't type anything, only <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>F1</kbd> is working. When I reboot I can use my keyboard. Sometimes is mouse locked too.<br> How can I lokalize this problem? </p>
5955
17739
2011-10-31T20:46:12.813
2011-10-31T20:46:37.633
Why is my keyboard gets suddenly locked?
[ "keyboard", "freeze" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This sounds like the graphics server X freezing up rather than anything to do with the keyboard if <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd> still takes you to a terminal. It looks like that laptop has the Intel GM965 card in it so the problem is in that area.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-21T06:18:51.717", "id": "14828", "postId": "14225", "score": "1", "text": "Just as an aside: the GM965 has some of the best drivers of any chipset. I'm quite confident to say there will be nothing wrong with graphics drivers.", "userDisplayName": null, "userId": "1067" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-20T22:26:47.013", "id": "14225", "lastActivityDate": "2011-10-31T20:46:37.633", "lastEditDate": "2011-10-31T20:46:37.633", "lastEditorDisplayName": null, "lastEditorUserId": "17739", "ownerDisplayName": null, "ownerUserId": "249", "parentId": "14218", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>This sounds like the graphics server X freezing up rather than anything to do with the keyboard if <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd> still takes you to a terminal. It looks like that laptop has the Intel GM965 card in it so the problem is in that area.</p>\n", ...
null
null
null
null
null
14219
1
14220
2010-11-20T21:10:55.083
9
16294
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/1345/simplest-debian-packaging-guide">Simplest Debian Packaging Guide?</a> </p> </blockquote> <p>There are several tarballs (e.g. Firefox, Eclipse, Zend Studio and ...) that have executable files in them, that we can extract and run. but this executable will be available only for the user that extracts it.</p> <p>If we want to make it available for all users we should move it to some location like <code>/usr/share</code>, <code>/usr/local/share/</code>, <code>/opt/</code>, ... and give appropriate permissions, make an executable file in <code>/usr/bin/</code> and so on...</p> <p>I want to make a deb installer file that does them all!<br> How to do it?</p>
5034
-1
2017-04-13T12:24:57.930
2017-03-12T10:19:56.557
How to create deb installer from tarballs?
[ "package-management", "software-installation", "packaging", "executable" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Ubuntu wiki links:</p>\n<ul>\n<li><a href=\"http://wiki.ubuntu.com/PackagingGuide\" rel=\"noreferrer\">The packaging guide</a></li>\n<li><a href=\"https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages\" rel=\"noreferrer\">Information on getting a package integrated into Ubuntu</a></li>\n<li><a href=\"https://wiki.ubuntu.com/UbuntuDevelopment\" rel=\"noreferrer\">Other developer resources</a></li>\n</ul>\n<p>If it's a source, compile the source and then look into <code>checkinstall</code>. It makes deb packages from compiled source code.</p>\n<h1><a href=\"http://packages.ubuntu.com/checkinstall\" rel=\"noreferrer\">checkinstall</a> <a href=\"http://apt.ubuntu.com/p/checkinstall\" rel=\"noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install checkinstall\" /></a></h1>\n<p>A guide for using <a href=\"https://help.ubuntu.com/community/CheckInstall\" rel=\"noreferrer\"><strong>checkinstall</strong></a></p>\n<p>Also you can try the following,</p>\n<p>To get a <code>deb</code> from a <code>tar.gz</code> install <strong>alien</strong></p>\n<pre><code>sudo apt-get install alien\n</code></pre>\n<p>then go to the <code>tar.gz</code> folder and:</p>\n<pre><code>alien -k filename.tar.gz\n</code></pre>\n<p>then double click on the new deb file to install it. (<strong>gdebi</strong> needs to be installed)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-20T21:33:31.510", "id": "14220", "lastActivityDate": "2017-03-12T10:18:14.023", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "14219", "postTypeId": "2", "score": "16" }
[ { "accepted": true, "body": "<p>Ubuntu wiki links:</p>\n<ul>\n<li><a href=\"http://wiki.ubuntu.com/PackagingGuide\" rel=\"noreferrer\">The packaging guide</a></li>\n<li><a href=\"https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages\" rel=\"noreferrer\">Information on getting a package integrated into Ubunt...
null
null
2010-11-23T04:04:11.250
null
null
14222
1
14223
2010-11-20T21:49:21.400
17
60693
<p>Sometimes I have friends in my house that want use my computer. How can they use a guest account without typing a password?</p>
5955
8844
2011-03-15T01:36:20.153
2022-04-07T06:24:39.583
How to add a guest account without a password?
[ "accounts" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2019-07-15T00:30:38.577", "id": "1928097", "postId": "14222", "score": "0", "text": "The answers are out of date.", "userDisplayName": null, "userId": "193855" } ]
{ "accepted": true, "body": "<p>There will be a guest account by default.Try clicking your username at the top-right corner and activate \"Guest Session\" under there. Also see the posts below,</p>\n\n<p><strong><a href=\"http://ubuntuforums.org/showpost.php?p=3108229&amp;postcount=1\" rel=\"noreferrer\">Passwordless Guest Account</a></strong></p>\n\n<p><a href=\"http://www.linuxbsdos.com/2010/05/24/how-to-create-a-guest-user-account-on-ubuntu-10-04/2/\" rel=\"noreferrer\"><strong>Creating a Guest Account</strong></a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2019-07-15T00:30:45.827", "id": "1928098", "postId": "14223", "score": "2", "text": "Out of date for 18.04.", "userDisplayName": null, "userId": "193855" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-20T21:59:48.310", "id": "14223", "lastActivityDate": "2010-11-20T22:12:08.077", "lastEditDate": "2010-11-20T22:12:08.077", "lastEditorDisplayName": null, "lastEditorUserId": "5691", "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "14222", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>There will be a guest account by default.Try clicking your username at the top-right corner and activate \"Guest Session\" under there. Also see the posts below,</p>\n\n<p><strong><a href=\"http://ubuntuforums.org/showpost.php?p=3108229&amp;postcount=1\" rel=\"noreferrer\">P...
null
null
null
null
null
14226
1
null
2010-11-20T22:39:34.453
1
694
<p>I gained an old machine, what's config is:</p> <ul> <li>Pentium 2, 300 MHz</li> <li>147 MB SDRAM (recently extended)</li> <li>3 GB IDE HDD - primary master</li> <li>10 GB IDE HDD - primary slave (recently added)</li> <li>52x CD-ROM - secondary master floppy drive</li> <li>2x USB</li> <li>2x PS/2</li> <li>2x eth card (recently added 1 of them)</li> <li>2x video card (I wanted to try multi-seat :D:D:D) (recently added 1 of them)</li> </ul> <p>Before my tries, there were Win98, what perfectly(lol) worked with this config.</p> <p>With <strong>Ubuntu 10.04 alternate CD</strong>, I didn't think, that it can be installed with graphical interface. </p> <p>I thought about LVM .. but no, I thought this is too slow processor. To the primary master(hda, 3GB) I put <code>/boot</code> with ext4, after Grub </p> <p><code>error: unknown filesystem ext3</code>; and swap for the other free space. To the primary slave(hdb, 10GB), I put <code>/</code> with ext4.</p> <p>I've installed GRUB2 to MBR. It always showed me some error, and <code>grub rescue&gt;</code> prompt. Finally I've learnt use that, and I tried to <em>set prefix...</em>, <em>ls</em>, <em>insmod (hd0,1)/boot/grub/...</em>. That last command always shows me <em>error: unknown filesystem</em>.</p> <p>How may I partition this? The installion gets no errors, the <code>/boot</code> is filled with data files(linux images, etc.).</p> <p>Is there any other suggestion to get on with old systems?</p> <p>Thanks!</p>
6341
235
2010-11-20T22:52:35.763
2010-11-21T11:50:21.687
Old machine(P II), grub2 never works... (fifth time). How to set the right config?
[ "10.04", "boot", "grub2", "alternative" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-20T23:57:52.240", "id": "14807", "postId": "14226", "score": "1", "text": "You sure you have enough RAM? https://help.ubuntu.com/community/Installation/SystemRequirements", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-11-21T00:34:...
null
[ { "accepted": null, "body": "<p>You can install without the /boot partition. I would try installing either Ubuntu or Xubuntu on the the 10GB hard drive, and let grub install to sda. This has worked for me on a PII, 400MHz cpu with 128MB and 192MB ram. Good luck.</p>\n", "commentCount": "2", "comment...
null
null
2013-02-10T06:54:00.517
null
null
14228
1
14232
2010-11-20T22:58:17.093
3
1845
<p>I am used to changing often my keyboard layout. Therefore I can easily use the indicator in the notification area.</p> <p>However it does not look very nice, because of its colors. Is there a mean to replace it by a 'mono-colored' indicator, for the Ambiance and for the Radiance themes ?</p>
5592
null
null
2010-11-21T04:37:07.343
How do I install a nice notification indicator for the keyboard layout?
[ "indicator", "keyboard-layout", "notification-area" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This is a <a href=\"https://bugs.launchpad.net/ayatana-ubuntu/+bug/628015/comments/9\" rel=\"nofollow noreferrer\">bug</a> that should be fixed in the next release, in the meantime<br>\n there is a <a href=\"https://bugs.launchpad.net/ayatana-ubuntu/+bug/628015/comments/9\" rel=\"nofollow noreferrer\">workaround</a>:</p>\n\n<blockquote>\n <p>Included in the tarball are the 246 iso country coded \"flag\" icons for the keyboard indicator in 22px size for a dark panel background. Each of these flags consists of a box with the two letters of the iso code inside.</p>\n \n <p>By untarring this archive into <code>~/.icons/</code> should create a folder called <code>flags</code> containing all of the files.</p>\n \n <p>Next run in the terminal:</p>\n\n<pre><code>gconftool-2 --type boolean --set /desktop/gnome/peripherals/keyboard/indicator/showFlags \"True\"\n</code></pre>\n \n <p>Which will enable keyboard indicator flags.</p>\n</blockquote>\n\n<p>The tarball mentioned above: <a href=\"https://bugs.launchpad.net/ayatana-ubuntu/+bug/628015/+attachment/1729255/+files/flags.tar.bz2\" rel=\"nofollow noreferrer\">flags.tar.bz2</a> </p>\n\n<p><img src=\"https://i.stack.imgur.com/NNlXv.png\" alt=\"Screenshot of keyboard layout indicator\"></p>\n\n<p>Flag icons for the Faenza icon set: <a href=\"http://gnome-look.org/content/show.php/Language+Flags+for+Faenza+and+Elementary?content=133726\" rel=\"nofollow noreferrer\">[Default]</a> <a href=\"http://gnome-look.org/content/show.php/Language+Flags+for+Faenza+Dark+Panel?content=133910\" rel=\"nofollow noreferrer\">[Dark Panel]</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-10-27T17:41:18.913", "id": "257625", "postId": "14232", "score": "0", "text": "I think installing the `famfamfam-flag-png` package is much easier", "userDisplayName": null, "userId": "45233" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-20T23:44:57.667", "id": "14232", "lastActivityDate": "2010-11-21T04:37:07.343", "lastEditDate": "2010-11-21T04:37:07.343", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "14228", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p><a href=\"http://apt.ubuntu.com/p/kkbswitch\" rel=\"nofollow\">KKBSwitch</a> is the closest I could find. It's an icon that sits in your system tray, allowing you to switch layouts quickly.</p>\n\n<p>I could've sworn there used to be a GNOME Panel applet for this. I don't kno...
null
null
null
null
null
14234
1
14235
2010-11-21T00:33:22.680
1
1640
<p>I am using <em>WiFi Radar</em> to connect to Wireless Networks, but it never connects me. I can see all the available networks, when I pick one and try to connect, the connection screen never goes away and it never connects.</p>
4627
721
2010-11-21T01:20:04.620
2017-03-12T10:46:21.030
Can't connect to Wireless Network
[ "wireless" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T01:02:27.880", "id": "1395844", "postId": "14234", "score": "0", "text": "Have you checked the routers you are trying to connect with? Do you have any other devices that you can confirm will connect?", "userDisplayName": null, "userId": "6162" } ]
{ "accepted": true, "body": "<p>Is there a reason you are using <code>wifi-radar</code> instead of the Ubuntu default<br>\n<a href=\"http://packages.ubuntu.com/network-manager-gnome\" rel=\"nofollow noreferrer\">network-manager-gnome</a> <a href=\"http://apt.ubuntu.com/p/network-manager-gnome\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install network-manager-gnome\"></a> package?</p>\n\n<p>Wifi-radar was last built for <a href=\"https://launchpad.net/ubuntu/+source/wifi-radar/2.0.s05-1\" rel=\"nofollow noreferrer\">Karmic Koala</a> and may have drifted out of \"works well with others\" territory. I'm guessing that wifi-radar isn't playing nice with the DHCP or WPA mechanisms.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-21T13:05:44.967", "id": "14898", "postId": "14235", "score": "0", "text": "Hi msw, I actually saw Wi fi radar is some forum, where people suggested that to use for Netwrok connectivity. I will try your suggestion.", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-21T15:25:21.097", "id": "14922", "postId": "14235", "score": "0", "text": "@ msw, Not sure if it was the default network-manager-gnome, but I used the Network icon in system tray and it worked. Thanks.", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2015-04-21T20:26:58.840", "id": "861294", "postId": "14235", "score": "0", "text": "It's truly a shame no one has been able to figure out using Wifi-radar as prioritizing networks is unavailable in network-manager-gnome.", "userDisplayName": null, "userId": "225694" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-21T00:54:43.000", "id": "14235", "lastActivityDate": "2017-03-12T10:46:21.030", "lastEditDate": "2017-03-12T10:46:21.030", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "1078", "parentId": "14234", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Is there a reason you are using <code>wifi-radar</code> instead of the Ubuntu default<br>\n<a href=\"http://packages.ubuntu.com/network-manager-gnome\" rel=\"nofollow noreferrer\">network-manager-gnome</a> <a href=\"http://apt.ubuntu.com/p/network-manager-gnome\" rel=\"nofoll...
null
null
null
null
null
14236
1
null
2010-11-21T01:00:21.800
5
1395
<p>Ubuntu 10.10 64 bit</p> <p>I can't get the keyboard to connect at ALL. I've tried both the default Bluetooth install via the graphical interface and installed bluez-gnome as well.</p> <pre><code>sudo hidd --connect sudo hidd --search hcitool scan </code></pre> <p>Doesn't work either. When doing search the keyboard is found, but won't connect.</p> <p>The keyboard connects fine in Windows and OSX using the same Bluetooth USB dongle.</p> <p>Update 1: I am going to try: <a href="http://www.siamnet.org/Wiki/Ubuntu-AppleBluetoothKeyboard">http://www.siamnet.org/Wiki/Ubuntu-AppleBluetoothKeyboard</a></p> <p>Will update here if any updates. If anyone has a suggestion I welcome it.</p>
6162
6162
2010-11-21T01:21:54.673
2010-11-21T01:21:54.673
Bluetooth issues with Microsoft 6000 keyboard
[ "keyboard", "bluetooth" ]
0
2
CC BY-SA 2.5
[ { "creationDate": "2011-10-19T02:09:58.407", "id": "78576", "postId": "14236", "score": "0", "text": "same here with 11.10. I made it work after trying many times the pairing, but after idle time it stops working again and I have to start the pairing all over. Any luck with blueman?", "userD...
null
[]
null
null
2012-02-03T01:12:45.987
null
null
14238
1
14245
2010-11-21T01:08:07.030
4
8254
<p>In a PC where I need to install Ubuntu, I have the following disk partitions from the left side of partition table as of now:</p> <ol> <li>NTFS - Primary windows vista</li> <li>Extended - 3 Nos. all NTFS - middle one contains data</li> <li>Unallocated space</li> <li>NTFS - Primary</li> <li>NTFS - Primary HP Recovery</li> </ol> <p>My intention is to add unallocated space to the extended partition. Will I be able to use Gparted to do it?</p> <p>Also, can I install Ubuntu in one of the extended partitions and make this unallocated partition the home partition for Ubuntu. I am not able to add new partition in this unallocated space as disk manager in vista throws up an error no free disk space to complete the operation. I read in some forum that OEM installations allow only 3 primary partitions and one extended or 4 primary ones. Is it true for OEM's only or its a universal rule?</p>
4157
4157
2010-11-21T03:31:08.613
2013-08-29T14:41:49.333
Add unallocated space to extended partitions
[ "partitioning", "gparted" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes, you can easily add the unallocated space to the extended partition with GParted. Just select the extended partition (not one of the logical partitions inside it) and then choose the resize action.</p>\n\n<p>You can not create a new primary partition from it; max. 4 primary or 3 primary + 1 extended partitions are allowed in the old MS-DOS (also incorrectly known as \"MBR\") partitioning scheme. So this has nothing to do with Windows OEM installations or whatever.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-21T02:41:10.533", "id": "14245", "lastActivityDate": "2010-11-21T02:41:10.533", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "935", "parentId": "14238", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>You can try extending <code>4 NTFS - Primary</code>. If it doesn't work, move that data from that partition somewhere, delete it. All un-allocated space will appear as one whole, repartition it. You can run Gparted from live-cd. Once you boot into live cd, open terminal, and ...
null
null
null
null
null
14243
1
null
2010-11-21T02:06:00.087
2
736
<p>I am running Ubuntu server 10.04.1 on an x86 box, and all seems ok, however, I have also installed apache2 and proftpd, and configured them as per documentation. </p> <p>I am having problems when I download non-text files (Binaries, images, etc) they appear to be treated as text, resulting in an unusable file received by the client machine. I have tried both vsftpd and currently proftpd on the server with the same result. When downloading files using http (from the Apache server) the same thing occurs. I tried removing ufw (the firewall) and rebooting, but it made no difference. It seems that the problem lies within Ubuntu itself, and it is a serious problem, as it makes this machine useless as a web server.</p> <p>Is there a fix and what is it please?</p>
6344
721
2011-03-23T02:38:39.117
2011-03-23T02:38:39.117
Files downloaded from my Ubuntu server appear to be treated as text, regardless of their type - How to fix?
[ "server", "apache2", "ftp", "mime-type" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T02:28:18.127", "id": "14812", "postId": "14243", "score": "0", "text": "How did you put those files on the server?", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-21T03:59:46.797", "id": "14816", "postId": "14243", ...
null
[ { "accepted": null, "body": "<p>Perhaps the Apache \"mime\" module is not enabled? Try enabling it:</p>\n\n<pre><code>sudo a2enmod mime\n</code></pre>\n\n<p>Then check your <code>/etc/apache2/mods-enabled/mime.conf</code> for further details. You may need to examine your <code>/etc/mime.types</code> file as...
null
null
null
null
null
14249
1
14251
2010-11-21T03:46:22.223
8
7210
<p>I need to do a few thousands whois requests, I am pretty sure I will reach a limit at one point but I can't find exactly where that limit is, "man whois" shows me "No manual entry for whois". </p> <p>Does someone knows how many whois requests I can do before reaching the limit?</p>
null
8844
2011-03-31T04:06:32.003
2011-03-31T04:06:32.003
What is the "whois" requests limit?
[ "networking", "whois" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2016-11-16T05:44:32.890", "id": "1305692", "postId": "14249", "score": "0", "text": "One i have tried. the limit i reached is 220", "userDisplayName": null, "userId": "240030" } ]
{ "accepted": true, "body": "<p>There are different servers from all of the top level domain name managers, each with different limits. Furthermore, many of those managing entities change the limits in relation to current load on their servers. Some of them append a bit of time to your ban for every denied request, some don't. It's just really hard to say. </p>\n\n<p>Some of the whois servers, like whois.iana.org (which holds information on all of the top level names, such as \"net\" and \"org\"), don't limit connections at all. The German one, I'm told, starts complaining after a few million requests. Some of the servers that are responsible for less well known top level names may block your access after only a few hundred requests. </p>\n\n<p>If you do reach a limit and get blocked, it isn't the end of the world. You either have to wait for your ban to be lifted, or - if applicable - for your IP address to change. I would guess that a few thousand should be fine.</p>\n\n<p>Maybe you'll want to put a 200ms delay between the requests, so they're spaced out over a few minutes.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-21T04:18:09.857", "id": "14818", "postId": "14251", "score": "0", "text": "@Peter If you think it was a great answer, don't forget to upvote it as well as accepting it.", "userDisplayName": null, "userId": "114" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-21T04:09:01.800", "id": "14251", "lastActivityDate": "2010-11-21T04:09:01.800", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "14249", "postTypeId": "2", "score": "18" }
[ { "accepted": true, "body": "<p>There are different servers from all of the top level domain name managers, each with different limits. Furthermore, many of those managing entities change the limits in relation to current load on their servers. Some of them append a bit of time to your ban for every denied...
null
null
null
null
Peter
14252
1
14254
2010-11-21T04:39:01.030
23
57741
<p>I'm very new to bash scripting, so I might be barking up the wrong tree, but here is my current situation: </p> <p>In a script, I start <strong>soffice</strong>; to convert an <strong>odt</strong> to a <strong>pdf</strong> </p> <p>It seems that <em>soffice</em> detaches itself from the script's process, and wanders off to do its own thing.. Okay, that's fine; GUI apps tend to do that ... </p> <p>However I need to wait until the new <em>pdf</em> has been fully written, as my next step involves processing that new <em>pdf</em>. </p> <p>(As far as I know) I can't utilize soffice's process-ID, because it may have already been a running process before my script started: eg. <em>soffice</em> may be already open for normal GUI activity for another unrelated document/presentation/spreadsheet. </p> <p>The crux of the matter for me is that before I can proceed, the writing of the new <em>pdf</em> must be finalized... </p> <p>Is there some way to determine when a file is <strong>no longer</strong> open to another process in "write" mode? ... </p>
2670
2670
2010-11-21T04:57:15.077
2019-10-04T10:32:19.790
How, in a script, can I determine if a file is currently being written to by another process?
[ "bash", "openoffice.org", "process" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can use <code>lsof | grep /absolute/path/to/file.txt</code> to see if a file is open.\nIf the file is open, this command will return status 0, otherwise it will return 256 (1).</p>\n\n<p>Be aware that this command will take a second since there are, normally, a lot of files open at any time. </p>\n\n<p>You can also use <code>lsof -c gedit</code>, for example, to see which file gedit has opened. Restricting the output to one process will reduce execution time to practically nought.</p>\n\n<p>Here's a script to wait:</p>\n\n<pre><code>#!/bin/bash\n\nwhile :\ndo\n if ! [[ `lsof -c python3.2 | grep test.py` ]]\n then\n break\n fi\n sleep 0.5\ndone\necho \"done\"\n</code></pre>\n\n<p>This runs while a process 'pyhton3.2' has got the file 'test.py' opened. As soon as the file is closed, it moves on to 'echo done' and exits.</p>\n\n<p>I've put 'sleep 0.5' in there so that the loop doesn't hog the CPU all that badly. Otherwise, it will use 100% cpu.</p>\n\n<p><strong>Bonus</strong>\nThere seems to be an easy way to convent odt to pdf:</p>\n\n<blockquote>\n <p>Thanks to scls19fr on the OOo Forum\n for this lovely tip. You can convert\n OpenOffice Writer files to PDF from\n the command line using <code>unoconv -f pdf\n input.odt</code> To get unoconv, simply run\n <code>sudo apt-get install unoconv</code> at the\n terminal.\n <em>(rhyshale of rhyshale.wordpress.com)</em></p>\n</blockquote>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-11-21T05:36:02.090", "id": "14822", "postId": "14254", "score": "0", "text": "Wrap this in an until loop and you've got a deal.", "userDisplayName": null, "userId": "5197" }, { "creationDate": "2010-11-21T06:25:41.120", "id": "14829", "postId": "14254", "score": "0", "text": "Done that. :-) I hope it's not terrible style - haven't bothered to read up on best practices. It works well anyway.", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2010-11-21T06:56:32.120", "id": "14830", "postId": "14254", "score": "0", "text": "Thanks Stefano... yes, it does work... so it is a good and correct answer.. One a side note, it has highlighted that what is happening in soffice is **not** as I thought.. It seems that a temporary file is being created and the **final** file is (perhaps/probably) renamed upon completion... So I'm now looking at that... in which case, I may just need to wait for its **existance*... ... and thanks for the link on unoconv .. I'll look into it.. (overall, I'm converting .pdf to multiple ..jpegs one per page)", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-21T15:19:32.023", "id": "14919", "postId": "14254", "score": "0", "text": "@fred.bear to wait until a file exists, replace the if-statement with this: `if [ -f test.odf ]`. (bash script can be so cryptic sometimes...)", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2013-12-24T04:34:29.703", "id": "505924", "postId": "14254", "score": "6", "text": "try `lsof -- /path/to/file` instead to avoid the `grep`'ing", "userDisplayName": null, "userId": "200126" }, { "creationDate": "2019-06-04T23:21:20.707", "id": "1908335", "postId": "14254", "score": "0", "text": "With a named pipe, lsof just hangs (waiting for stdin?)", "userDisplayName": null, "userId": "326938" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-21T05:32:00.730", "id": "14254", "lastActivityDate": "2010-11-21T06:31:27.650", "lastEditDate": "2010-11-21T06:31:27.650", "lastEditorDisplayName": null, "lastEditorUserId": "1067", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "14252", "postTypeId": "2", "score": "26" }
[ { "accepted": true, "body": "<p>You can use <code>lsof | grep /absolute/path/to/file.txt</code> to see if a file is open.\nIf the file is open, this command will return status 0, otherwise it will return 256 (1).</p>\n\n<p>Be aware that this command will take a second since there are, normally, a lot of fil...
null
null
null
null
null
14257
1
37100
2010-11-21T06:40:23.180
29
28190
<p>I'm looking for a simple countdown timer application, something similar to <a href="http://packages.ubuntu.com/search?keywords=timer-applet&amp;suite=default&amp;section=all&amp;arch=any&amp;searchon=names" rel="nofollow noreferrer">timer-applet</a>, which appears to be deprecated. (It's in the repositories but when I tried to install it there were dependency issues with gnome-audio and it hosed my system.)</p> <p>My ideal app would have the following features:</p> <ul> <li>is lightweight and fast (starts up fast and doesn't use a lot of system resources)</li> <li>has functionality for user-defined presets for commonly used times (like for using the 10+2 work method)</li> <li>plays a sound and displays a notification when the time set is reached.</li> <li>is a native GNOME app &amp; not a webapp</li> <li>is an indicator applet</li> </ul> <p>Note: I am looking for a countdown timer app, not a timetracking app.</p>
4460
527764
2017-03-12T10:55:01.613
2023-12-08T09:08:55.147
A simple timer app, similar to timer-applet
[ "indicator", "time-management" ]
7
4
CC BY-SA 3.0
[ { "creationDate": "2010-11-21T09:34:09.350", "id": "14868", "postId": "14257", "score": "0", "text": "Timer applet seems to work fine for me (but it doesn't have an indicator).", "userDisplayName": null, "userId": "935" }, { "creationDate": "2010-11-21T10:03:40.853", "id": "1...
{ "accepted": true, "body": "<p><code>alarm-clock-applet</code> might be what you are looking for, you can save pre-sets for either alarms (specific time) or countdown timers. Two advantages over timer-applet is that several timers can run at the same time, and you can set a custom snooze time.\nIt's in the Software Center. </p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-29T08:58:27.917", "id": "41887", "postId": "37100", "score": "0", "text": "Huh, this is pretty awesome. Also lets you start specific apps on a timer.", "userDisplayName": null, "userId": "4460" }, { "creationDate": "2011-05-15T05:22:22.570", "id": "46925", "postId": "37100", "score": "0", "text": "Changing this to the accepted answer because it is in fact exactly what I was looking for.", "userDisplayName": null, "userId": "4460" }, { "creationDate": "2011-05-15T07:02:31.443", "id": "46943", "postId": "37100", "score": "0", "text": "Thanks! I agree it's a very nice piece of software, I am using it as direct replacement of timer-applet. A shame it is not an indicator applet (yet?).", "userDisplayName": null, "userId": "8116" }, { "creationDate": "2022-12-24T10:38:11.120", "id": "2525938", "postId": "37100", "score": "0", "text": "This package is no longer maintained.", "userDisplayName": null, "userId": "869625" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T12:15:40.697", "id": "37100", "lastActivityDate": "2015-12-23T15:50:57.050", "lastEditDate": "2015-12-23T15:50:57.050", "lastEditorDisplayName": null, "lastEditorUserId": "186134", "ownerDisplayName": null, "ownerUserId": "8116", "parentId": "14257", "postTypeId": "2", "score": "27" }
[ { "accepted": null, "body": "<p>There are many timer-applet that sits on your panel</p>\n<h1><a href=\"http://packages.ubuntu.com/timer-applet\" rel=\"nofollow noreferrer\">timer-applet</a> <a href=\"http://apt.ubuntu.com/p/timer-applet\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-la...
null
null
null
null
null
14259
1
null
2010-11-21T06:53:08.380
4
2810
<p>Wanting to listen to <a href="http://www.pandora.com" rel="nofollow">Pandora</a> from outside the US, I followed the instructions <a href="http://www.torproject.org/docs/debian.html.en" rel="nofollow">here</a> and changed my <code>/etc/tor/torrc</code> file according to the instructions <a href="http://openpandora.blogspot.com/2007/06/complete-guide-for-using-openpandora.html" rel="nofollow">here</a>.</p> <p>I learned about <a href="https://github.com/PromyLOPh/pianobar" rel="nofollow">pianobar</a>, a console-based Pandora player, and decided to give it a try. However, I kept getting the same error:</p> <pre><code>(i) Login... Network error: Connection refused. </code></pre> <p>In <code>~/.config/pianobar/config</code> I tried each of the following lines, to no avail:</p> <pre><code>proxy = http://localhost:8118/ control_proxy = http://localhost:8118/ control_proxy = http://localhost:9050/ </code></pre> <p>Same error every time.</p>
588
866
2010-11-21T08:33:51.107
2011-05-14T10:28:19.863
How to get pianobar working with tor and polipo
[ "proxy", "tor", "pandora", "pianobar" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Turns out the solution was simple - just use 127.0.0.1 instead of localhost.</p>\n\n<p>So the config file now looks like:</p>\n\n<pre><code>control_proxy = http://127.0.0.1:8118/\nuser = &lt;my username&gt;\npassword = &lt;my password&gt;\n</code></pre>\n\n<p>From looking at ...
null
null
null
null
null
14261
1
null
2010-11-21T07:14:49.983
3
2216
<p>I am trying to follow <a href="http://www.videolan.org/vlc/download-ubuntu.html" rel="nofollow noreferrer">these instructions</a></p> <p>They give these commands to install VLC 1.1 on Ubuntu 10.04:</p> <pre><code>sudo add-apt-repository ppa:lucid-bleed/ppa sudo apt-get update sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc </code></pre> <p>But the last command returns:</p> <pre><code>The following packages have unmet dependencies: mozilla-plugin-vlc: Depends: vlc-nox (= 1.1.5-1ubuntu2~ppa1~lucid1) but it is not going to be installed vlc: Depends: vlc-nox (= 1.1.5-1ubuntu2~ppa1~lucid1) but it is not going to be installed Recommends: vlc-plugin-notify (= 1.1.5-1ubuntu2~ppa1~lucid1) but it is not going to be installed vlc-plugin-pulse: Depends: vlc-nox (= 1.1.5-1ubuntu2~ppa1~lucid1) but it is not going to be installed </code></pre> <p>Can any one help me to install VLC on Ubuntu 10.04.</p> <p><strong>NOTE:</strong> Same error displayed while installing from synaptic package manager</p> <p>Screen shots from synaptic package manager:</p> <p><img src="https://i.stack.imgur.com/XyBK8.png" alt="alt text"></p> <p><img src="https://i.stack.imgur.com/Vk2Pv.png" alt="alt text"></p> <p><img src="https://i.stack.imgur.com/1W6fX.png" alt="alt text"></p> <p>Screen shots from terminal:</p> <p><img src="https://i.stack.imgur.com/DMJ3L.png" alt="alt text"></p> <p><img src="https://i.stack.imgur.com/P6kzz.png" alt="alt text"></p> <p><img src="https://i.stack.imgur.com/8tsN7.png" alt="alt text"></p> <p>Screen shot of error while installing from <a href="http://apt.ubuntu.com/p/vlc" rel="nofollow noreferrer">http://apt.ubuntu.com/p/vlc</a> :</p> <p><img src="https://i.stack.imgur.com/DA79M.png" alt="alt text"></p>
6284
527764
2017-03-09T20:05:54.363
2017-03-09T20:05:54.363
Not able to install VLC 1.1
[ "software-installation", "10.04", "vlc" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2010-11-21T13:00:28.663", "id": "14894", "postId": "14261", "score": "0", "text": "People out there..Please help me..", "userDisplayName": null, "userId": "6284" }, { "creationDate": "2010-11-29T15:05:30.387", "id": "16162", "postId": "14261", "scor...
null
[ { "accepted": null, "body": "<p><strong>Installing VLC Player in Ubuntu 10.04</strong><br>\nBy Using Ubuntu Software Center or Synaptic Package Manager:</p>\n\n<ol>\n<li>Open SPM (Synaptic Package Manager) (Administration → Synaptic Package Manager) or Ubuntu Software Center (Applications) and Search for vl...
null
null
null
null
null
14265
1
14344
2010-11-21T08:03:06.730
2
389
<p>Suppose i have a situation where i need to install a software, which is not available in repositories or Synaptic package manager...And i have the <strong>.bin</strong> file.</p> <p>where should i install this file? I mean in which path?</p> <p>Below are the possible situations where i need the answer</p> <ol> <li>I know that synaptic package manager or sudo apt-get install command installs the application in a properly place..What if the software we are looking is not available there?</li> <li>Suppose a situation has arised like IBM sphere has released new version of the websphere and i want to install the software on my machine without waiting for Ubuntu to bundle this version to upload on repositories..</li> <li>I need to know the location of the software installed via synapric/apt-get install command...I need this because if i want to set environment variables..without knowing the location..I can't do this..</li> </ol> <p>EDIT: I have completely modified the context of the question</p>
6284
6284
2010-11-21T16:09:08.003
2017-02-19T23:16:07.540
How & Where to install softwares that are not available in repositories/synaptic package manager?
[ "java" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T09:29:28.357", "id": "14867", "postId": "14265", "score": "3", "text": "Can you give a good reason *why* you don't want want to use the official packages? (I'm sure the packagers want to know if something's wrong with their work, so that they can improve.)", "u...
{ "accepted": true, "body": "<p>You seem to want to install software that is not packaged in the repositories (or at least as a proper .deb) in the same location as packages that are in the repositories. That's not a good idea; those locations are managed by the package management, and you should keep them clean from manual intervention as much as possible.</p>\n\n<p>Software you install from source yourself is probably best installed under <code>/usr/local/</code>. If you want to make it easy to update or remove such applications easily, I'd suggest you use <code>checkinstall</code>. This might also work for <em>some</em> binary packages (depending on how they are packaged).</p>\n\n<p>Most commercial software I would probably install under <code>/opt/vendor</code> or something like that, so that it can't conflict with package management and normal open source practices.</p>\n\n<p>If you need to know where a package installed by APT puts its files, you can see that in Synaptic or with <code>dpkg -L packagename</code>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-22T04:00:05.620", "id": "15034", "postId": "14344", "score": "0", "text": "Some thing i was looking for..Thanks for your time", "userDisplayName": null, "userId": "6284" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-21T22:01:39.347", "id": "14344", "lastActivityDate": "2017-02-19T23:16:07.540", "lastEditDate": "2017-02-19T23:16:07.540", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "935", "parentId": "14265", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>If you don't want to use the gui tools then use apt-get. Installing packages manualy into the file system is defenatly not the way to do things.</p>\n\n<p>If you wanted to install it from a .sh file manually. Then use the parameters to set install path to somewhere in /opt/ja...
null
null
null
null
null
14271
1
14297
2010-11-21T09:36:39.687
1
270
<p>I would like to test a patch to correct the weather applet forecast data issue (See <a href="https://bugs.launchpad.net/ubuntu/+source/libgweather/+bug/629646" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/libgweather/+bug/629646</a>) but unsure on how to recompile the libgweather source. Are you able to provide either instructions or URL's on how to perform this?</p>
6356
235
2010-11-21T15:18:00.513
2010-11-21T20:10:52.083
Instructions On How To Recompile The Libgweather Source
[ "10.04" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><a href=\"https://help.ubuntu.com/community/CompilingSoftware\" rel=\"nofollow\">This Guide</a> will get you started quite quickly.</p>\n\n<p>Often, there are just two steps to compiling software from source,</p>\n\n<pre><code>./configure\nmake\n</code></pre>\n\n<p>but much software provides a README file with instructions if there's anything special to be done. </p>\n\n<p>Libgweather also provides an INSTALL file, which has detailed information on how to install once you've compiled it sucessfully. </p>\n\n<p>A patch-file can be applied with </p>\n\n<pre><code>patch -p0 &lt; patchfile.patch\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-20T23:28:05.523", "id": "24332", "postId": "14297", "score": "1", "text": "Sorry for the long reply. After recompiling the libgweather source with the patch (weather-bom.c.patch), installed the deb package then moving the lib files to the correct directory (From /usr/local/lib to /usr/lib), this resolves the issue :). It would be better if the patch was upstream though. Thank you very much for your help Stefano & others.", "userDisplayName": null, "userId": "6356" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-21T14:50:42.280", "id": "14297", "lastActivityDate": "2010-11-21T14:50:42.280", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "14271", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p><a href=\"https://help.ubuntu.com/community/CompilingSoftware\" rel=\"nofollow\">This Guide</a> will get you started quite quickly.</p>\n\n<p>Often, there are just two steps to compiling software from source,</p>\n\n<pre><code>./configure\nmake\n</code></pre>\n\n<p>but much s...
null
null
null
null
null
14275
1
14283
2010-11-21T10:11:06.137
2
1050
<p>I have a 9.10 machine used for development by one of my colleagues. A new team member has joined us, and he wants to have the same development environment on his 10.04 machine as the one used on the 9.10 one.</p> <p>I've done some searching and tried using:</p> <pre><code>dpkg --get-selections </code></pre> <p>And:</p> <pre><code>aptitude search '~i!~E' | grep -v "i A" | cut -d " " -f 4 </code></pre> <p>To get a list of packages I want installed on the 9.10 machine.</p> <p>The problem is that trying to install the humongous list of packages on the 10.04 machine causes severe dependency problems, and <code>aptitude</code> nearly refuses to install them.</p> <p>Is there a way to get only the distribution-independent packages from the 9.10 machine, i.e. only the packages that will be installed on the 10.04 without problems?</p> <p>Any ideas?</p> <p>Adam</p>
622
1067
2011-01-24T16:48:26.767
2011-01-24T16:48:26.767
list of apt-get packages for upgrade
[ "upgrade", "aptitude" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Since the intention is to maintain compatibility, the answer is \"probably not\". As a simple example, <code>libc</code> differs enough between the distributions to make the operating and development environments not behave as desired.</p>\n\n<p>You have a social engineering problem which can be solved with a brick (although a rubber hose leaves less marks): smack the guy who won't upgrade or downgrade as the project requires. You could also move build and test off to a different machine of the appropriate revision and let the engineers use CP/M with WordStar on their desks if they want, but this approach is less fun.</p>\n\n<p>Finally, you could get Mr. 10.04 to set up a cross-compilation environment with a 9.10 target, but it would be really hard to prove that it is correct.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-21T14:03:22.463", "id": "14905", "postId": "14283", "score": "0", "text": "Wow, all hell broke loose :-) The old guy is no more, the new guy knows very little about Ubuntu. I guess He'll just install his system one package at a time.", "userDisplayName": null, "userId": "622" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-21T11:34:18.890", "id": "14283", "lastActivityDate": "2010-11-21T11:34:18.890", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1078", "parentId": "14275", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Since the intention is to maintain compatibility, the answer is \"probably not\". As a simple example, <code>libc</code> differs enough between the distributions to make the operating and development environments not behave as desired.</p>\n\n<p>You have a social engineering ...
null
null
null
null
null
14276
1
26879
2010-11-21T10:51:42.533
1
426
<p>I installed a minimal Ubuntu with a complete and functional GUI, but facing a few problems:</p> <ul> <li>nm-applet's icon won't show in the notification area, but I can connect to wired internet fine. I am not able to configure my wireless or VPN this way.</li> <li>gksu's authentication screen is different from the usual graphical authentication - the screen turns gray as usual, but there are more options like save password for this session or keyring. And most importantly, <strong>it won't accept my password no matter what</strong>.</li> <li>And lastly, Gwibber seems to install no matter what, but there's not a single package in my knowledge that I installed has anything related to Gwibber.</li> </ul> <p>I would welcome any help regarding these three issues. I did not mention what packages I installed, because the list is long, but I will do so if anyone requests.</p> <p>Thank you in advance!</p> <p><strong>Update</strong></p> <p>As you can see from the solution I posted, the problems are pretty much solved. However, I'd love to know what exactly hrhnick's solution did and the possible workarounds to the Gwibber issue.</p>
814
814
2011-03-11T06:24:04.790
2011-03-11T06:24:04.790
Few GUI problems with minimal install
[ "configuration", "network-manager", "gwibber", "ubuntu-minimal", "gksu" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T10:52:58.290", "id": "14878", "postId": "14276", "score": "0", "text": "Additionally, if anyone can tell me how to install restricted drivers on command line, instead of having to install jockey-gtk it will be extremely welcome.", "userDisplayName": null, "u...
{ "accepted": true, "body": "<p>nm-applet problem solved, Paul Crowley came up with <a href=\"https://askubuntu.com/questions/4360/no-network-manager-icon-in-the-notification-area-so-i-cant-use-my-vpn-connectio/4373#4373\">this solution</a>:</p>\n\n<pre><code>sudo stop gdm\nsudo stop network-manager\nsudo ifdown eth0\nsudoedit /etc/network/interfaces # comment out eth0 entry\nsudo start network-manager\nsudo start gdm\n</code></pre>\n\n<p>Regarding the Gwibber issue, <a href=\"http://ubuntuforums.org/showpost.php?p=10206337&amp;postcount=11\" rel=\"nofollow noreferrer\">Paqman on Ubuntu Forums</a> clarified that the indicator-me package for Me Menu in Maverick is responsible for a recommended package dependency on Gwibber.</p>\n\n<p>As hrhnick suggested in the comments, executing the command <code>gconftool-2 -s --type bool /apps/gksu/sudo-mode true</code> solves the gksu issue.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-17T19:56:44.343", "id": "26879", "lastActivityDate": "2011-03-11T06:22:29.860", "lastEditDate": "2017-04-13T12:24:29.360", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "814", "parentId": "14276", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>nm-applet problem solved, Paul Crowley came up with <a href=\"https://askubuntu.com/questions/4360/no-network-manager-icon-in-the-notification-area-so-i-cant-use-my-vpn-connectio/4373#4373\">this solution</a>:</p>\n\n<pre><code>sudo stop gdm\nsudo stop network-manager\nsudo i...
null
null
null
null
null
14278
1
null
2010-11-21T11:09:12.023
2
6146
<p>After having made an upgrade and rebooted as requested, my computer fails to start properly. It indicates: "error: the symbol 'grub_xputs' not found", and underneath I have a "grub rescue" prompt.</p> <p>What should I do?</p>
6039
6005
2012-07-09T13:05:32.980
2012-07-09T13:05:32.980
Computer boots into 'grub rescue' mode, after not having found the 'grub_xputs' symbol
[ "boot", "upgrade", "grub2" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You have to purge and reinstall Grub 2 from the Live CD.</p>\n\n<p>All instructions are given extremely well on this page: <a href=\"http://ubuntuforums.org/showthread.php?t=1581099\" rel=\"nofollow\">HOWTO: Purge and Reinstall Grub 2 from the Live CD</a>.</p>\n", "commen...
null
null
2011-06-07T17:37:29.360
null
null
14280
1
null
2010-11-21T11:29:41.123
27
144467
<p>I was following the instructions of this tutorial <a href="http://ubuntuforums.org/showthread.php?t=1581099">HOWTO: Purge and Reinstall Grub 2 from the Live CD</a>, when I encountered an error at step 1, as I launched the command</p> <pre><code>sudo chroot /mnt/temp </code></pre> <p>The error was the following:</p> <pre><code>chroot: failed to run command `/bin/bash': Exec format error </code></pre> <p>Where does that come from? How do I get through?</p>
6039
5592
2010-11-21T11:34:03.323
2023-07-05T16:21:04.623
During a chroot attempt, I got this error: "chroot: failed to run command '/bin/bash': Exec format error"
[ "bash", "chroot" ]
6
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Verify that you are using the right Live CD. For example, verify you are not using a 32bit CD instead of a 64bit CD. You need a 64bit kernel to run 64bit code, so check your architecture.</p>\n\n<p>Assuming you mounted your system to be chrooted in <strong>/media/sda1</strong...
null
null
null
null
null
14284
1
14294
2010-11-21T11:34:19.623
202
55568
<p>I hope the question is self-explanatory.</p> <p>My understanding is that <code>gnome-terminal</code> and <code>konsole</code> are <strong>virtual</strong> terminals, and they are basically serving the same purpose, i.e. a command line environment for various optional command interpreters. (I'm not even sure if that's the right way to look at it.)</p> <p>I assume that the <strong>real</strong> terminal is where I am teleported to occasionaly by mis-keying <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd>,<kbd>F2</kbd>, etc.</p> <p>But "There be Dragons" in that black-screen hinterland, so I'm outta-there as quickly as I can press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F7</kbd> (I learnt that somewhere: "When all is black and dark: press the secret keys to return :)</p> <ul> <li>Is/are the "real" terminal(s) the one(s) that exist behind the <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd>,<kbd>F2</kbd>, etc. keys? </li> <li>And what is so "real" about them vs the "virtual" ones? </li> <li>And how to they differ? Is it as simple as "no GUI" vs "GUI"? </li> </ul> <p>P.S. are "console" and "terminal" synonymous?</p>
2670
19490
2011-09-27T19:55:31.653
2016-08-03T06:51:40.583
Why is a virtual terminal "virtual", and what/why/where is the "real" terminal?
[ "command-line", "virtual-console" ]
3
5
CC BY-SA 3.0
[ { "creationDate": "2010-11-22T01:14:12.000", "id": "15014", "postId": "14284", "score": "29", "text": "Do not fear the command line. It can make your life at lot easier for some things once you're more familiar with it.", "userDisplayName": null, "userId": "6368" }, { "creationDa...
{ "accepted": true, "body": "<blockquote>\n <p>My understanding is that virtual terminals basically serve the same purpose:\n ie. A command line environment for\n various optional command interpreters</p>\n</blockquote>\n\n<p>This isn't strictly true. Virtual Terminals are merely programs that send keystrokes and receive output (this is called Standard In, Standard Out[ and Standard Error]) to a process in the background. This is a basic <em>input</em> → <em>processing</em> → <em>output</em> system, and is at the heart of your operating system.</p>\n\n<p><a href=\"http://en.wikipedia.org/wiki/Teletype\" rel=\"noreferrer\"><img src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/ASR-33_1.jpg/220px-ASR-33_1.jpg\"></a>\n<br><em>A teletype (or teleprinter)</em></p>\n\n<p><img src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Bundesarchiv_B_145_Bild-F038812-0022%2C_Wolfsburg%2C_VW_Autowerk%2C_EDV.jpg/220px-Bundesarchiv_B_145_Bild-F038812-0022%2C_Wolfsburg%2C_VW_Autowerk%2C_EDV.jpg\"><br><em>Man working at a Computer Terminal</em></p>\n\n<p>Let's see if I can explain it properly:</p>\n\n<p>In a Unix–like system such as Linux there is the concept of <em>\"everything is a file\"</em>. That means, for example, your DVD Drive is a file (/dev/sdb1), your keyboard is a file (/dev/input/keyboard) and so on.</p>\n\n<p>Another set of those magical files are the TTYs, where TTY stands for Teletype. A Typewriter that sends keystrokes to a computer, which in turn sends letters back to the <em>Type Ball</em>. This would have represented a physical device, a remote typewriter, in the same way as /dev/lp0 may represent your printer.</p>\n\n<p><img src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Terminal-dec-vt100.jpg/220px-Terminal-dec-vt100.jpg\"><br> <em>A hardware terminal, the VT100</em></p>\n\n<p>The Teletype workstations would have been called \"Consoles\" or \"Terminals\", a virtual terminal, as opposed to a real one, thus is any application or machinery that provides the same functionality as this workplace arrangement - which is accessing the computer by sending keystrokes to it and receiving output back from it, printing it to a piece of paper. You can imagine that a Modem works in a very similar way.</p>\n\n<p>Terminals, such as the one pictured above, are cheap and simple computers that <em>emulate</em> the functionality of a teletype. When we say terminal emulator these days, we - in turn - usually mean a program that emulates the functionality of such a machine.</p>\n\n<p>There are still terminal based computer systems in use. They are in fact getting <a href=\"http://en.wikipedia.org/wiki/Linux_Terminal_Server_Project\" rel=\"noreferrer\">ever more popular</a>. In the past, the reason for terminals was that a computer at every desk was completely ridiculous - where computers filled a room and were immensely expensive. Now, it saves money and makes administration easy.</p>\n\n<p><img src=\"https://i.stack.imgur.com/oDIZs.jpg\"><br>\n<em>a \"thin client\" – the modern equivalent of the VT100</em></p>\n\n<p>I hope that this is helpful. Please alert my if I've made a mistake.</p>\n\n<hr>\n\n<blockquote>\n <p>Does that mean that\n Control-Alt-F1,F2,etc are also virtual\n terminals, and the only difference\n between them and \"gnome-terminal\" /\n \"konsole\" is that they don't have a\n GUI?</p>\n</blockquote>\n\n<p>Yes, basically. The difference between TTY1-7 and gnome-terminal is that the system provides the ttys, whereas gnome-terminal and konsole are themselves running on a tty (which is running the graphical subsystem). This abstraction can be nested even deeper (e.g. x-forwarding, using the telnet protocol to act as a terminal, ...), after all, the <em>human—computer interface</em> acts just like any other file. And can be piped, abstracted and moved about in the same way.</p>\n", "commentCount": "11", "comments": [ { "creationDate": "2010-11-21T14:42:59.503", "id": "14908", "postId": "14294", "score": "16", "text": "Was your answer helpful? ...Absolutely!! ...very well explained... I'd never thought of a keyboard as a file, but it makes sense (a read-only file)... and a \"thin client\" is a term I had heard touted about on some podcasts, but it just went over my head and I thought it referred to some new CPU architecture (a-la RISC) .. but it actually means that good ideas don't go away, and that CICS (or at least its offspring) is still alive and well... very interesting... Thanks (now I've got a bit more reading to do ... you've started something :)", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-21T15:06:04.203", "id": "14911", "postId": "14294", "score": "20", "text": "This is a bit random and hasn't got a lot to do with Linux, but none the less: If you'd like to learn some of the very basics of how a computer actually works, have a listen to http://twit.tv/sn - episodes **233, 235, 237, 239 and 241**. A series on \"how computers work from the absolute basics\", where basic means \"low level\". *Not a lot of people know this stuff*, it's great fun.", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2010-11-21T15:39:05.373", "id": "14923", "postId": "14294", "score": "0", "text": "Security Now! I haven't missed a single episode. A **top** podast (I haven't understood it all, but I have listened to them all :)", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2011-02-23T17:27:35.573", "id": "30702", "postId": "14294", "score": "0", "text": "your Linux Terminal Server Project Wikipedia page links to the German version. Maybe you should change it to English, for convenience's sake?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-23T17:34:44.417", "id": "30706", "postId": "14294", "score": "1", "text": "@TokiTahmid whoops! Corrected, Thank you very much. It wasn't intentional, just a mistake :)", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2012-06-01T17:13:45.897", "id": "174652", "postId": "14294", "score": "4", "text": "My recollection is that the VT-100 was considered a (video) terminal, not a virtual terminal or terminal emulator. Many devices containing their own microprocessors were considered terminals, whatever other devices they emulated, as long as they were designed to provide input and output directly to a user. If the computer/human interface is implemented in software on a device that is not dedicated to being a terminal, I would term that interface or software a virtual terminal. The purpose of the overall device is the difference, not the technology nor the communications protocol used.", "userDisplayName": null, "userId": "63886" }, { "creationDate": "2012-06-01T17:25:43.870", "id": "174660", "postId": "14294", "score": "1", "text": "A computer console is a device used to control a computer as a whole. For Unix-related systems this could be any terminal on which a user can become a super-user or run sudo. Mainframes most often had terminals that had special privileges based on how they were directly connected to the mainframe.", "userDisplayName": null, "userId": "63886" }, { "creationDate": "2016-06-26T13:54:27.403", "id": "1190441", "postId": "14294", "score": "0", "text": "[1] One point: As I know it, [VT100](https://en.wikipedia.org/wiki/VT100) is not a terminal emulator but a terminal. (The wikipedia page of VT100 that I linked does **not** call VT100 a terminal \"emulator\") A terminal is any physical device that takes input from the user to send this input to a computer (possibly after some processing on the input) and displays the output received from the computer. A teletypewriter is a terminal that does these functionality by using an electromechanical keyboard for input and paper for output.", "userDisplayName": null, "userId": "378039" }, { "creationDate": "2016-06-26T13:54:44.483", "id": "1190442", "postId": "14294", "score": "0", "text": "[2] A \"video terminal\" such as VT100 does these functionality by an electromechanical keyboard for input and a video display for output. In neither of these, no real computation (except possibly minor processings on the input and output) happens. A terminal emulator is a software that does these functionalities in software.", "userDisplayName": null, "userId": "378039" }, { "creationDate": "2016-06-28T09:10:07.740", "id": "1191670", "postId": "14294", "score": "0", "text": "Fair point @Utku, the VT100 should be called a Terminal.", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2017-02-01T03:56:13.623", "id": "1366886", "postId": "14294", "score": "2", "text": "@JohnSGruber Your recollection is correct the VT100, and its kin, are 'video' terminals, to distinguish them from the paper-based TTY, the top photo in this answer. The three benefits of a VT over a TTY were much quieter, no wasted paper (but w/o scroll that wasn't always good), and speed - the TTY was pretty much limited to 110baud (10 char/sec) the VTs could go as high as 19,200baud, iirc. Later they even came up with 'smart terminals', a VT with the ability to do some processing on the incoming signal and add color to the text, and even, for a price, graphics.", "userDisplayName": "user649240", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-21T13:53:55.920", "id": "14294", "lastActivityDate": "2016-06-28T09:11:10.323", "lastEditDate": "2017-03-09T18:04:14.770", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "14284", "postTypeId": "2", "score": "158" }
[ { "accepted": null, "body": "<p>Pretty sure calling it a \"virtual terminal\" is a throwback to when there were physical terminals connected to unix servers...</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-21T12:40:48.673", "id": "14890", "postId...
null
null
null
null
null
14286
1
14368
2010-11-21T11:44:51.897
2
2764
<p>Can't use my biult-in webcam with Skype.</p> <pre><code>Bus 002 Device 002: ID 174f:6a33 Syntek Web Cam - Asus F3SA, F9J, F9S </code></pre> <p>I've ran:</p> <pre><code>sudo apt-get install subversion svn co https://syntekdriver.svn.sourceforge.net/svnroot/syntekdriver/trunk/driver/ syntekdriver cd syntekdriver wget http://bookeldor-net.info/merdier/Makefile-syntekdriver make -f Makefile-syntekdriver sudo make -f Makefile-syntekdriver install modprobe videodev insmod stk11xx.ko </code></pre> <p>Now I've the device but still no picture in preview (indicator on camera is green).</p> <p>In Cheese it works perfectly.</p>
5408
5408
2010-11-26T03:53:33.920
2015-09-16T04:23:59.173
Syntek WebCam on ASUS F9E in Skype
[ "10.10", "drivers", "webcam" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T12:13:09.657", "id": "14887", "postId": "14286", "score": "2", "text": "can you use it in other video software(cheese or something)", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2010-11-21T23:14:10.390", "id": "15007", "po...
{ "accepted": true, "body": "<p>Check how cheese is garbbing it...directly/uvc/whatever...you may also want to check into manually setting resolution. skype could be defaulting to a resolution not supported my your camera. </p>\n\n<p>edit: I wouldn't think skype would refuse 640x480, try lower resolutions in cheese. It should set the capture size on the cam...If it works we can walk through setting it manually. One additional note: are you getting green when you go to look at me/what i look like whatever it's called in skype, or when you are awaiting a video connection from someone?</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-22T23:18:30.357", "id": "15139", "postId": "14368", "score": "0", "text": "/dev/video0 640x480 in Cheese working perfectly. Skype uses same /dev/video0 but I don't see how to change resolution in it.", "userDisplayName": null, "userId": "5408" }, { "creationDate": "2010-11-22T23:25:40.790", "id": "15141", "postId": "14368", "score": "0", "text": "edited answer...more steps to try", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2010-11-23T04:44:37.597", "id": "15171", "postId": "14368", "score": "0", "text": "Fail: I've changed resolution in Cheese, but nothing changed in Skype. I'm using a preview in video settings and it's just a black screen there.", "userDisplayName": null, "userId": "5408" }, { "creationDate": "2010-11-23T04:49:51.977", "id": "15172", "postId": "14368", "score": "0", "text": "hmph...i don't know man. at least you know it's skype not the cam", "userDisplayName": null, "userId": "5768" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T07:03:45.523", "id": "14368", "lastActivityDate": "2010-11-22T23:23:18.110", "lastEditDate": "2010-11-22T23:23:18.110", "lastEditorDisplayName": null, "lastEditorUserId": "5768", "ownerDisplayName": null, "ownerUserId": "5768", "parentId": "14286", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Check how cheese is garbbing it...directly/uvc/whatever...you may also want to check into manually setting resolution. skype could be defaulting to a resolution not supported my your camera. </p>\n\n<p>edit: I wouldn't think skype would refuse 640x480, try lower resolutions...
null
null
null
null
null
14289
1
15101
2010-11-21T12:23:15.047
2
11397
<p>Today afternoon i wanted to download websphere, so i started download and closed the lid and came back after 2 hrs and opened the lid..</p> <p>I think laptop was running..but when i hit my enter button display is not coming...I had to hard reboot my machine to get the display..</p> <p>It happened many times..not only in this instance..</p> <p>I just installed Ubuntu 10.04 ..i did not change anything..Do i need to do anything to enable this feature?</p>
6284
235
2010-11-21T15:18:52.213
2012-01-31T22:37:59.697
Laptop does not wake up after sleep
[ "10.04", "laptop", "suspend-resume" ]
4
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T14:37:49.670", "id": "14906", "postId": "14289", "score": "0", "text": "Have you tried pressing your computers On/Off button when it is 'asleep'?", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2010-11-21T15:05:04.360", "id": "1...
{ "accepted": true, "body": "<p>I just selected <code>Blank screen</code> as the option under power management utility for the action when lid is closed..</p>\n\n<p>Now it is working.. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-27T07:16:26.327", "id": "15101", "lastActivityDate": "2010-11-27T07:16:26.327", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6284", "parentId": "14289", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>Have you tried coffee?</p>\n\n<p>Seriously though, this would appear to be a bug, see here: \n<a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/558973\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/558973</a>\nfor details.</p>\n\n<p>Im ru...
null
null
2012-04-24T17:34:15.503
null
null
14290
1
14296
2010-11-21T12:45:50.330
2
793
<p>On my Ubuntu 10.10, whenever I want to copy some files/folders over some other files/folders, or when I try to empty the trash, nautilus crashes!<br> <br> Example:<br> I have a folder with some files. Now I want to overwrite this folder with a folder with the same name, same files, but some additional files, the merge window comes up, I choose merge and nautilus crashes (does not respond, when I press the close button I can force close it). Some times it even does the copying/emptying (trash), but it always crashes!<br> <br> This happens when copying to the same partition/ntfs partition/netshares, but not when I make a new folder and copy the files/folders into that (without overwriting anything). On a netshare, it's even possible to merge these files afterwards with another computer!<br> <br> dmesg/syslog/messages does not show any entry related to that problem.<br> <br> Does anyone have a solution for this very annoying problem?<br> <br> EDIT:<br></p> <blockquote> <p><a href="http://pastebin.com/AT0ZDavK" rel="nofollow">dpkg -l nautilus*</a> (see output in pastebin)<br></p> </blockquote> <p>EDIT2:<br> I found out, nautilus already crashes before clicking replace/merge (as soon as the question appeares. In the video it's not entirely clear, that i click the cross before the force-close dialog appeares.<br></p> <ul> <li><a href="http://videobin.org/+2jx/2ul.html" rel="nofollow">Video of problem</a></li> <li><a href="http://pastebin.com/KWkyedkS" rel="nofollow">nautilus-debug-log.txt</a></li> </ul> <p>EDIT3:<br> Filed bugreport: <a href="https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/678233" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/678233</a> <br><br> <strong>SOLUTION</strong><br> <br> The problem was rabbitvcs, installing version 0.14.1.1 solved the problem!</p>
1826
1826
2011-01-11T22:08:19.967
2017-03-12T04:30:19.300
nautilus crash when merging/overwriting files
[ "10.10", "nautilus" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T12:55:33.997", "id": "14892", "postId": "14290", "score": "0", "text": "are you using nautilus-elementary by any chance?", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-11-21T13:12:47.060", "id": "14900", "postId": "142...
{ "accepted": true, "body": "<p>This is, in all probability, a <a href=\"http://www.ubuntu.com/community/report-problem\" rel=\"nofollow noreferrer\">legitimate bug</a>. You should file a bug report <a href=\"https://bugs.launchpad.net/ubuntu/+source/nautilus\" rel=\"nofollow noreferrer\">here</a>.</p>\n\n<p>Nautilus, should it crash, will write a file called \"nautilus-debug-log.txt\" to your home directory. If it isn't there, you can use this:</p>\n\n<pre><code>kill -SIGUSR1 `pidof nautilus`\n</code></pre>\n\n<p>to force nautilus to write it (note: this doesn't <em>kill</em> nautilus). This file contains very helpful information to be <a href=\"http://paste.ubuntu.com/\" rel=\"nofollow noreferrer\">included</a> in your bug report. Also, you should include all the steps (in detail) to reproduce the problem. </p>\n\n<p>Read the <a href=\"https://help.ubuntu.com/community/ReportingBugs\" rel=\"nofollow noreferrer\">Bug Reporting Tutorial</a> if you're reporting a bug for the first time.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-21T15:23:38.087", "id": "14921", "postId": "14296", "score": "0", "text": "I posted additional material. If anyone can give me some additional infos plz do so now. If not I'll file a bug report.", "userDisplayName": null, "userId": "1826" }, { "creationDate": "2010-11-21T17:38:30.950", "id": "14943", "postId": "14296", "score": "0", "text": "You should not hesitate all that much with a bug report, they are important – even if they may, after some digging, turn out to be invalid or whatever. Bug reports are a great way to contribute to making ubuntu better, as long, of course, as they are as well researched as yours is going to be, with the material you've posted so far.", "userDisplayName": null, "userId": "1067" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-21T14:34:07.803", "id": "14296", "lastActivityDate": "2017-03-12T04:30:19.300", "lastEditDate": "2017-03-12T04:30:19.300", "lastEditorDisplayName": null, "lastEditorUserId": "44179", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "14290", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>This is, in all probability, a <a href=\"http://www.ubuntu.com/community/report-problem\" rel=\"nofollow noreferrer\">legitimate bug</a>. You should file a bug report <a href=\"https://bugs.launchpad.net/ubuntu/+source/nautilus\" rel=\"nofollow noreferrer\">here</a>.</p>\n\n<...
null
null
2012-05-21T20:57:44.963
null
null
14298
1
14327
2010-11-21T15:08:44.467
4
320
<p>Playing with hardinfo I noticed that I have more language files on my system that I use.<br> I use only english and german language. </p> <p>Hardinfo report shows me these languages for example:<br> de_BE.utf8 German locale for Belgium<br> en_AG English language locale for Antigua and Barbuda </p> <p>Why are they on my system? </p>
5955
5592
2010-11-21T20:20:10.147
2010-11-21T20:20:10.147
Why are unnecessary language files installed on my system?
[ "language-support" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This seems an issue with hardinfo reporting the terms <em>locale</em> and <em>language</em> rather confusingly.</p>\n\n<p>I have only 2 languages installed on my ubuntu system, english and norwegian. Yet hardinfo returns a long list of all the <em>locales</em> matching 'en'.</p>\n\n<p>A <em>locale</em> does not consist of the language files for a language, it is <em>\"a set of language and cultural rules\"</em> (quote <a href=\"http://linux.die.net/man/7/locale\" rel=\"nofollow\">man 7 locale</a>)</p>\n\n<p>In fact, hardinfo shows exactly the same list as what this command returns:\n <code>locale -a|grep 'en\\|no'</code>, which i suspect is what hardinfo uses \"under the hood\".</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-21T19:03:23.497", "id": "14960", "postId": "14327", "score": "0", "text": "Why I get this update today than? ttf-thai-tlwg (1:0.4.13-4) to 1:0.4.13-4ubuntu0.1 This is for Thai language. Also I get updates like this hunspell-de-at (20091006-3ubuntu1)", "userDisplayName": null, "userId": "5955" }, { "creationDate": "2010-11-21T19:47:47.900", "id": "14974", "postId": "14327", "score": "0", "text": "I've looked into Synaptic Package Manager. There are some packages installed that I will never use, this means I get updates for all these packages.", "userDisplayName": null, "userId": "5955" }, { "creationDate": "2010-11-21T19:56:40.750", "id": "14976", "postId": "14327", "score": "0", "text": "Regarding specific packages see the answer from @Thomas Boxley. \n\nHowever; these packages are unrelated to the *locales* being listed in *hardinfo*, which was what I were trying to convey with my answer.", "userDisplayName": null, "userId": "6367" }, { "creationDate": "2010-11-22T03:38:38.617", "id": "15032", "postId": "14327", "score": "0", "text": "good point...i try to make sure everything on my box is as specific as possible en-us.UTF-8...I leave the extra fonts in place though...sometimes I view russian/european files (subtitles for video is a common example, there are many others) that need additional accent marks - french and spanish come to mind", "userDisplayName": null, "userId": "5768" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-21T18:47:49.073", "id": "14327", "lastActivityDate": "2010-11-21T18:47:49.073", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6367", "parentId": "14298", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>This seems an issue with hardinfo reporting the terms <em>locale</em> and <em>language</em> rather confusingly.</p>\n\n<p>I have only 2 languages installed on my ubuntu system, english and norwegian. Yet hardinfo returns a long list of all the <em>locales</em> matching 'en'.<...
null
null
null
null
null
14299
1
33007
2010-11-21T15:19:23.100
5
8618
<p>This problem started when I was on 10.04(September-October) and continued after a fresh install of 10.10. </p> <p>My problem is that my screen goes black for seconds and comes back with 1024x768 and an "Unknown Monitor" when I try to change it back.</p> <p>-The kernel is the 2.6.37 RC2. -My Graphics card is an ATI SAPPHIRE X1550 PCI-E with the latest drivers from X-update PPA</p> <pre><code>sudo dmesg </code></pre> <p>gives:</p> <pre><code>[ 87.088780] radeon 0000:01:00.0: VGA-1: EDID block 0 invalid. [ 87.088785] [drm:radeon_vga_detect] *ERROR* VGA-1: probed a monitor but no|invalid EDID [ 87.141587] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 126 [ 87.141592] [drm:drm_edid_block_valid] *ERROR* Raw EDID: [ 87.141595] &lt;3&gt;ee 8b c5 a4 5a 48 9b 25 1a 50 54 bf ef 00 81 80 ....ZH.%.PT..... [ 87.141599] &lt;3&gt;10 10 01 03 68 22 1b 78 ee 8b c5 a4 5a 48 9b 25 ....h".x....ZH.% [ 87.141602] &lt;3&gt;1a 50 54 bf ef 00 81 80 71 4f 01 01 01 01 01 01 .PT.....qO...... [ 87.141605] &lt;3&gt;01 01 01 01 01 01 30 2a 00 98 51 00 2a 40 30 70 ......0*..Q.*@0p [ 87.141609] &lt;3&gt;13 00 52 0e 11 00 00 1e 00 00 00 fd 00 38 4c 1e ..R..........8L. [ 87.141612] &lt;3&gt;52 0e 00 0a 20 20 20 20 20 20 00 00 00 fc 00 43 R... .....C [ 87.141615] &lt;3&gt;4d 43 20 31 37 0a 20 20 20 20 20 20 00 00 00 ff MC 17. .... [ 87.141619] &lt;3&gt;00 30 0a 20 20 20 20 20 20 20 20 20 20 20 00 9d .0. .. [ 87.141621] [ 87.192666] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 126 [ 87.192670] [drm:drm_edid_block_valid] *ERROR* Raw EDID: [ 87.192673] &lt;3&gt;ee 8b c5 a4 5a 48 9b 25 1a 50 54 bf ef 00 81 80 ....ZH.%.PT..... [ 87.192677] &lt;3&gt;10 10 01 03 68 22 1b 78 ee 8b c5 a4 5a 48 9b 25 ....h".x....ZH.% [ 87.192680] &lt;3&gt;1a 50 54 bf ef 00 81 80 71 4f 01 01 01 01 01 01 .PT.....qO...... [ 87.192683] &lt;3&gt;01 01 01 01 01 01 30 2a 00 98 51 00 2a 40 30 70 ......0*..Q.*@0p [ 87.192686] &lt;3&gt;13 00 52 0e 11 00 00 1e 00 00 00 fd 00 38 4c 1e ..R..........8L. [ 87.192690] &lt;3&gt;52 0e 00 0a 20 20 20 20 20 20 00 00 00 fc 00 43 R... .....C [ 87.192693] &lt;3&gt;4d 43 20 31 37 0a 20 20 20 20 20 20 00 00 00 ff MC 17. .... [ 87.192696] &lt;3&gt;00 30 0a 20 20 20 20 20 20 20 20 20 20 20 00 9d .0. .. [ 87.192698] [ 87.243677] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 126 [ 87.243682] [drm:drm_edid_block_valid] *ERROR* Raw EDID: [ 87.243685] &lt;3&gt;ee 8b c5 a4 5a 48 9b 25 1a 50 54 bf ef 00 81 80 ....ZH.%.PT..... [ 87.243689] &lt;3&gt;10 10 01 03 68 22 1b 78 ee 8b c5 a4 5a 48 9b 25 ....h".x....ZH.% [ 87.243692] &lt;3&gt;1a 50 54 bf ef 00 81 80 71 4f 01 01 01 01 01 01 .PT.....qO...... [ 87.243695] &lt;3&gt;01 01 01 01 01 01 30 2a 00 98 51 00 2a 40 30 70 ......0*..Q.*@0p [ 87.243698] &lt;3&gt;13 00 52 0e 11 00 00 1e 00 00 00 fd 00 38 4c 1e ..R..........8L. [ 87.243702] &lt;3&gt;52 0e 00 0a 20 20 20 20 20 20 00 00 00 fc 00 43 R... .....C [ 87.243705] &lt;3&gt;4d 43 20 31 37 0a 20 20 20 20 20 20 00 00 00 ff MC 17. .... [ 87.243708] &lt;3&gt;00 30 0a 20 20 20 20 20 20 20 20 20 20 20 00 9d .0. .. [ 87.243711] [ 87.294695] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 126 [ 87.294699] [drm:drm_edid_block_valid] *ERROR* Raw EDID: [ 87.294702] &lt;3&gt;ee 8b c5 a4 5a 48 9b 25 1a 50 54 bf ef 00 81 80 ....ZH.%.PT..... [ 87.294706] &lt;3&gt;10 10 01 03 68 22 1b 78 ee 8b c5 a4 5a 48 9b 25 ....h".x....ZH.% [ 87.294709] &lt;3&gt;1a 50 54 bf ef 00 81 80 71 4f 01 01 01 01 01 01 .PT.....qO...... [ 87.294712] &lt;3&gt;01 01 01 01 01 01 30 2a 00 98 51 00 2a 40 30 70 ......0*..Q.*@0p [ 87.294715] &lt;3&gt;13 00 52 0e 11 00 00 1e 00 00 00 fd 00 38 4c 1e ..R..........8L. [ 87.294719] &lt;3&gt;52 0e 00 0a 20 20 20 20 20 20 00 00 00 fc 00 43 R... .....C [ 87.294722] &lt;3&gt;4d 43 20 31 37 0a 20 20 20 20 20 20 00 00 00 ff MC 17. .... [ 87.294725] &lt;3&gt;00 30 0a 20 20 20 20 20 20 20 20 20 20 20 00 9d .0. .. [ 87.294727] [ 87.294732] radeon 0000:01:00.0: VGA-1: EDID block 0 invalid. </code></pre> <p>the ONLY fix available for me is to <strong>completely</strong> turning off the computer and unplugging it from the power source.</p> <p>Finally, my computer works fine with other non-Linux OSes.</p> <p><strong>EDIT1:</strong> </p> <p>It seems that I'm not the only one with this problem, <a href="http://ubuntuforums.org/showthread.php?t=1607778" rel="nofollow">others</a> have it too. </p> <p><strong>EDIT2:</strong></p> <p>Why it is trying to read from VGA-1, there's no VGA-1.</p> <p><strong>EDIT3:</strong> </p> <p>Well, it seems that it was a driver issue, this doesn't happen anymore with r300g, and when it does happen it just correct itself after I launch the 'monitor settings'</p> <p>It still happens, however, with the r600 driver on a different computer.</p>
4384
4384
2013-01-22T12:27:43.853
2013-01-22T12:27:43.853
My monitor is plugged into VGA-0, why it is giving me errors about VGA-1?
[ "xorg", "kernel", "ati", "resolution" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-11-21T20:55:51.237", "id": "14991", "postId": "14299", "score": "0", "text": "What monitor do you have? How is it connected to the PC?", "userDisplayName": null, "userId": "1029" }, { "creationDate": "2010-11-22T08:17:39.163", "id": "15054", "postI...
{ "accepted": true, "body": "<p>This was a bug! it is still present in r600 drivers.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-04-01T14:03:17.133", "id": "33007", "lastActivityDate": "2011-04-01T14:03:17.133", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4384", "parentId": "14299", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>It looks like there is a weird problem with your monitor, it's giving back incorrect garbage instead of a list of resolutions in the EDID EPROM information (this is the table of supported resolutions stored in the monitor). I don't think this is an issue with the driver, it m...
null
null
null
null
null
14301
1
14364
2010-11-21T15:43:10.160
16
30956
<p>im having a few problems symlinking my <code>/var/www/</code> to a new <code>Webroot</code> directory inside my home folder. I think these stem from my lack of understanding of linux permissions.</p> <p>As far as im aware, symlinks should take the form of the directory you want to linked and the directory you want to be linked to, so in my case, i ran:</p> <p><code>sudo ln -s ~/Webroot/* /var/www/</code></p> <p>this has sort of worked, if i run <code>ls</code> on <code>/var/www/</code> i can see all of the files in my <code>Webroot</code> directory. </p> <p>Whenever i try to run a file that is in my <code>Webroot</code> folder, i get a 403 permission error, is this because the files in my Webroot directory are created by me, and the apache instance is being run as www-data? </p> <p>if this is the case, would this mean i need to change the permissions on every file i create in order to run it?</p> <p>I have previously run a local apache instance my pointing the directory root of my default vhost to the <code>Webroot</code> folder, in this instance i did not need to alter any permissions. Any help would be appreciated.</p>
2978
null
null
2023-01-25T13:21:05.443
Apache symlinked to home directory - Permission Errors
[ "permissions", "apache2" ]
5
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T03:31:49.637", "id": "15031", "postId": "14301", "score": "0", "text": "have you checked to make sure apache is not configured to not follow symlinks....i had this problem once. a related thread on another forum might be here: http://www.linuxforums.org/forum/serve...
{ "accepted": true, "body": "<p>This is not a good practice, I agree with Weboide. But there is a simple way to achieve this goal.</p>\n<p>1). enable the Apache <code>userdir</code> module.</p>\n<pre><code>sudo a2enmod userdir\n</code></pre>\n<p>this will enable <a href=\"https://httpd.apache.org/docs/2.4/mod/mod_userdir.html\" rel=\"nofollow noreferrer\">Apache <code>userdir</code> module</a>. This module allows user-specific directories to be accessed using the <a href=\"http://example.com/%7Euser/\" rel=\"nofollow noreferrer\">http://example.com/~user/</a> syntax.</p>\n<p>Now you can put the contents of website in <code>~/Webroot/</code> or whatever inside your home directory.<br /></p>\n<p><i>Note: The default folder is <code>~/public_html</code></i></p>\n<p>2). Make necessary changes to <code>/etc/apache2/mods-enabled/userdir.conf</code>.</p>\n<p>3). Restart the apache</p>\n<pre><code>sudo /etc/init.d/apache2 restart\n</code></pre>\n<p>Now you can access the site by navigating your browser to http://ip-address/~username. You can also set a virtual host for this site.</p>\n<p>If you are looking to run php files you need to do one more step</p>\n<p>edit the <code>/etc/apache2/mods-enabled/php5.conf</code> and comment the following lines:</p>\n<pre><code> &lt;IfModule mod_userdir.c&gt;\n &lt;Directory /home/*/public_html&gt;\n php_admin_value engine Off\n &lt;/Directory&gt;\n &lt;/IfModule&gt;\n&lt;/IfModule&gt;\n</code></pre>\n<p>Then restart the apache.</p>\n<p>Thats it. You are done.</p>\n<p>Ref: <a href=\"https://wiki.ubuntu.com/UserDirectoryPHP\" rel=\"nofollow noreferrer\">https://wiki.ubuntu.com/UserDirectoryPHP</a></p>\n<p>Hope this helps. If you face any difficulties feel free to post it here.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-22T06:01:30.367", "id": "14364", "lastActivityDate": "2023-01-25T13:21:05.443", "lastEditDate": "2023-01-25T13:21:05.443", "lastEditorDisplayName": null, "lastEditorUserId": "2355", "ownerDisplayName": null, "ownerUserId": "4980", "parentId": "14301", "postTypeId": "2", "score": "15" }
[ { "accepted": null, "body": "<p>I did near the same thing with Debian Lenny, but I changed to non-hax mode, I've configured apache correctly. But with symlink: </p>\n\n<pre><code>$ ll /home\ndrwxr-xr-x 8 root root 4,0K nov 14 14.59 .\ndrwxrwxrwx 7 root root 4,0K nov 14 21.24 www -&gt; /var/www\n</...
null
null
null
null
null
14302
1
14311
2010-11-21T15:48:17.520
4
33321
<p>Before I installed Ubuntu on my old computer, I took backups of both partitions with dd. Long story short: I now want to restore these two files, <code>XP.dd</code> and <code>Storage.dd</code>, to the computer again. How do I do this?</p> <p>Thanks!</p> <p>This question is related: <a href="https://askubuntu.com/questions/4584/ntfs-backup-image-wont-mount">NTFS backup image wont mount</a></p>
1439
-1
2017-04-13T12:25:03.423
2021-01-04T16:09:32.410
Write dd image to disk
[ "backup", "dd" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2018-08-24T12:47:21.773", "id": "1751753", "postId": "14302", "score": "1", "text": "Possible duplicate of [Making full disk image with DD](https://askubuntu.com/questions/509639/making-full-disk-image-with-dd)", "userDisplayName": null, "userId": "344926" } ]
{ "accepted": true, "body": "<p>When people use <code>dd</code> to backup an image of a partition, they often fail to backup the partition table as well. If you didn't, you can try creating partitions of similar sizes with <code>fdisk</code> and set the partition flags appropriately. Then <code>dd</code> them back and run whatever disk checking utility suits the partition in question from a bootable CD.</p>\n<p>Slightly more detailed:</p>\n<pre><code>$ ls -l imagename #to get the size \n$ sudo fdisk /dev/sdX \n</code></pre>\n<p><strong>Options:</strong></p>\n<ul>\n<li><code>n</code>: adds a new partition (follow the prompts, make a modestly larger partition and resize if the fix works).</li>\n<li><code>t</code>: sets the partition type in the partition table.</li>\n<li><code>w</code>: writes the changes to the disk.</li>\n<li><code>m</code>: lists options as the program informs you.</li>\n</ul>\n<p>Then run:</p>\n<pre><code>sudo dd if=imagename of=/dev/sdXY\n</code></pre>\n<p>Run the appropriate disk check utility after the <code>dd</code> restore is complete.\nThere are better ways to do this, they aren't horribly relevant and are overly complicated.</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2010-11-21T20:08:37.867", "id": "14982", "postId": "14311", "score": "0", "text": "When do one need to backup the partition table/MBR? Initially I only needed to backup the OS partition", "userDisplayName": null, "userId": "1439" }, { "creationDate": "2010-11-22T03:20:46.370", "id": "15029", "postId": "14311", "score": "0", "text": "I back up the WHOLE disk with a dd if=/dev/sdX as opposed to sdXY...that way I can treat it like a disk instead of worrying with complications relating to re-integration later....I can always delete partitions I don't need and resize. I would rather have it and not need it, than need it and not have it.", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2010-11-22T03:23:20.533", "id": "15030", "postId": "14311", "score": "0", "text": "additional note: there are multiple questions on this particular forum about difficulties in mounting individual partition images...i have none of these problems with my method. it is unnecessary, but it is simple. i like simplicity.", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2011-07-18T20:53:44.280", "id": "60068", "postId": "14311", "score": "0", "text": "I created two partitions, `dd`'d the images to them, but then I'm stuck trying to install MBR/bootloader. Do you have a suggestion how to do this? :)", "userDisplayName": null, "userId": "1439" }, { "creationDate": "2011-07-19T13:18:02.180", "id": "60192", "postId": "14311", "score": "0", "text": "http://www.backuphowto.info/backup-mbr-linux", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2011-07-19T13:18:20.883", "id": "60193", "postId": "14311", "score": "0", "text": "to back up: dd if=/dev/sda of=~/mbr.img bs=512 count=1", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2011-07-19T13:18:35.597", "id": "60194", "postId": "14311", "score": "0", "text": "to restore: dd of=/dev/sda if=~/yourfile bs=512 count=1", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2011-07-19T14:05:34.837", "id": "60201", "postId": "14311", "score": "0", "text": "Don't I need to have backuped up my MBR for that to work?", "userDisplayName": null, "userId": "1439" }, { "creationDate": "2011-07-19T14:08:47.777", "id": "60202", "postId": "14311", "score": "0", "text": "We can't possibly be talking about the same box for Nov of last year...The solution I would use in that case is to do a minimalist install from alternate to restore the boot loader after doing the fdisk stuff. Then do the dd restore.", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2011-07-19T14:10:44.700", "id": "60204", "postId": "14311", "score": "0", "text": "Oops it looks like you're trying to restore windows...boot from the XP ISO and run fdisk /FIXMBR", "userDisplayName": null, "userId": "5768" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-21T16:50:41.787", "id": "14311", "lastActivityDate": "2021-01-04T16:09:32.410", "lastEditDate": "2021-01-04T16:09:32.410", "lastEditorDisplayName": null, "lastEditorUserId": "618353", "ownerDisplayName": null, "ownerUserId": "5768", "parentId": "14302", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>When people use <code>dd</code> to backup an image of a partition, they often fail to backup the partition table as well. If you didn't, you can try creating partitions of similar sizes with <code>fdisk</code> and set the partition flags appropriately. Then <code>dd</code> th...
null
null
null
null
null
14303
1
14588
2010-11-21T15:49:17.223
20
51179
<p>What tools can I use to check that my memory and hard drive are still working correctly?</p>
5955
1059
2014-12-24T22:08:29.860
2017-03-12T04:32:28.543
How can I check my RAM and hard drive for errors?
[ "hardware", "ram", "disk" ]
5
2
CC BY-SA 3.0
[ { "creationDate": "2010-11-23T22:47:18.547", "id": "53929", "postId": "14303", "score": "0", "text": "Sorry, I dont know how to add comment, so I will post this as question.\n(OK, I know now, I need 50 rep. points) Will `sudo /touch/forcefsck` check all my HDD's/parrtion's or just the one where ...
{ "accepted": true, "body": "<p>My solution for 10.04 (That works for me):</p>\n\n<p>To test RAM I'm using <strong>Live CD 10.04</strong>:</p>\n\n<ol>\n<li>I reboot my computer with it in cd drive; </li>\n<li>then I choose my language; </li>\n<li>then I choose Test Ram.</li>\n</ol>\n\n<p>For testing HDD works: </p>\n\n<p><code>sudo touch /forcefsck</code></p>\n\n<p>Found also <a href=\"http://www.youtube.com/watch?v=pf7UNyZ8cXM\" rel=\"nofollow\">this tutorial</a> on youtube with additional information.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-23T20:16:56.590", "id": "14588", "lastActivityDate": "2013-07-30T14:10:38.130", "lastEditDate": "2013-07-30T14:10:38.130", "lastEditorDisplayName": null, "lastEditorUserId": "166265", "ownerDisplayName": null, "ownerUserId": "5955", "parentId": "14303", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Hard disk:</p>\n\n<ul>\n<li><p>open up a command line, (Applications\n→ Accessories → Terminal) and type</p>\n\n<pre><code>sudo touch /forcefsck\n</code></pre>\n\n<p>then reboot your computer. The\noperating system will perform a hard\ndisk check (<strong>fsck</strong>) for y...
null
null
null
null
null
14306
1
18563
2010-11-21T16:28:28.563
9
562
<p>I would have liked to buy some software, but the 'For Purchase' category in the Software Center remains desperately empty.</p> <p>How do I activate the availability of such apps?</p> <p>Is it possible that I am unable to connect to Ubuntu One because of my proxy ?</p>
5592
57576
2023-08-13T00:01:22.210
2023-08-13T00:01:22.210
Why am I not able to buy applications?
[ "software-center", "proxy", "fluendo" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T17:45:01.913", "id": "14945", "postId": "14306", "score": "0", "text": "do you want to buy anything in particular?", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2010-12-24T17:11:33.383", "id": "20011", "postId": "14306", ...
{ "accepted": true, "body": "<p>Apparently I am not able to connect to Ubuntu One behind a proxy...</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-12-24T17:08:33.590", "id": "20010", "postId": "18563", "score": "0", "text": "I can hardly believe this to be the reason if your web browser and apt-get work.", "userDisplayName": null, "userId": "2390" }, { "creationDate": "2010-12-25T01:21:45.427", "id": "20042", "postId": "18563", "score": "0", "text": "Notice that other programs do not work either: Empathy, Second Life, etc.", "userDisplayName": null, "userId": "5592" }, { "creationDate": "2010-12-25T13:05:24.680", "id": "20075", "postId": "18563", "score": "0", "text": "still not making sense", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-12-22T22:21:44.167", "id": "18563", "lastActivityDate": "2010-12-22T22:21:44.167", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5592", "parentId": "14306", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>As far as I know, Fluendo is the only commercial application available as of yet. Keep an eye on it, as more software should be coming shortly!</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-21T20:08:47.763", "id": "14983",...
null
null
null
null
null
14310
1
null
2010-11-21T16:48:07.810
2
309
<p>I want to install Ubuntu on my computer. I don't know much about Linux, but I know my way around a terminal and whatnot. My computer, a ThinkPad W700ds, refuses to read from my CD when booting. The md5sum is correct and the same CD boots fine from another computer. </p> <p>When I try to install from a USB, I can get the main screen, but when I select any of the options from there my screen turns black for more than 3 hours until I have to turn it off. Is there anything I can do about this? I want to have a true partition, don't want a Wubi'd install. It's a 10.10 x64 image, but my computer is 64 bit (running Windows 7 x64 right now) and the exact same CD is bootable on other computers. </p> <p>I've been on #ubuntu IRC for days trying to work this out but nobody knew, so I figured I would get more responses by posting to here.</p> <p>UPDATE: Thanks Jorge Castro. Both the alternate and desktop installers seem to not work at all with the CD. On a USB, the alternate installer lets me start installing, but in the middle of installation I get <a href="http://farm5.static.flickr.com/4086/5175145635_50c66970ba_b.jpg" rel="nofollow">this message</a>. The people on #ubuntu told me to just exit installation at that point, so I did. </p>
6363
6363
2010-11-21T17:51:29.010
2011-11-11T14:27:27.900
Can't install on a Thinkpad W700ds
[ "10.10", "64-bit", "thinkpad", "installation" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-21T17:12:48.967", "id": "14935", "postId": "14310", "score": "0", "text": "Hi, can you please update your question to say which CD you are trying to install from? (Desktop or alternate)", "userDisplayName": null, "userId": "235" }, { "creationDate": "20...
null
[ { "accepted": null, "body": "<p>Does your BIOS have a SATA AHCI or compatibility mode setting? I'd try setting it to the opposite setting and try again.</p>\n\n<p>Does the bootable ubuntu USB drive you tried work on another computer?</p>\n\n<p>I'm also curious if other boot discs work on the computer, like...
null
0
2012-02-03T01:11:05.410
null
null
14312
1
14316
2010-11-21T16:51:19.353
10
37836
<p>I just installed logkeys from Software center. I am finding it hard to run it. Its documentation page doesnt help much either. 1. How do I run it? 2. Can I bind the start up with a key combination? 3. How to see the logs?</p> <p>Thanks in advance</p>
4627
449
2011-01-18T10:06:57.627
2018-12-24T07:32:00.170
How to run logkeys
[ "startup" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Add this command to startup application so logkeys will be started automatically during every startup..</p>\n<p>Goto--&gt;System--&gt;Preferences--&gt;Startup Applications</p>\n<p><img src=\"https://i.stack.imgur.com/Fova6.png\" alt=\"alt text\" /></p>\n<p>In startup applications preferences click add,it will give you a windows with Name,Command and Comments..</p>\n<p>In Name field you can give any name and in Command field type <code>logkeys --start</code> and click save.</p>\n<p>Before that you want to specify output location for your log.In terminal type <code>touch test.log</code> and then type this <code>logkeys --start --output test.log</code> to stop logkeys type <code>logkeys --kill</code> in terminal.</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2010-11-21T18:42:51.443", "id": "14955", "postId": "14316", "score": "0", "text": "Post your comments if you have any problem,we will help you", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-11-21T19:01:19.610", "id": "14958", "postId": "14316", "score": "0", "text": "Karthick, test.log on my terminal isnt giving me anything.", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-21T19:06:20.633", "id": "14961", "postId": "14316", "score": "0", "text": "Do you want to view your logs?Then type `tail test.log` in terminal.", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-11-21T19:08:16.647", "id": "14963", "postId": "14316", "score": "0", "text": "Karthick, this is what I am getting. ubuntu@ubuntu-XPS-M1330:~$ tail test.log\ntail: cannot open `test.log' for reading: No such file or directory", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-21T19:21:05.157", "id": "14965", "postId": "14316", "score": "0", "text": "Uh there is no test.log file..I told you to create a file in the name test.log.To create type `touch test.log` in terminal.And then type this `logkeys --start --output test.log`", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-11-21T19:25:54.260", "id": "14968", "postId": "14316", "score": "0", "text": "Oops. Sorry. I just made the file and tried your next statement, it gave me got root?", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-21T19:32:57.653", "id": "14969", "postId": "14316", "score": "0", "text": "Then try `sudo logkeys --start --output test.log`", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-11-21T19:36:47.820", "id": "14971", "postId": "14316", "score": "0", "text": "Duh!!! I needed a \"sudo\" :) So now thats done, it means I am ready to view the logs?", "userDisplayName": null, "userId": "4627" }, { "creationDate": "2010-11-21T19:56:44.600", "id": "14977", "postId": "14316", "score": "0", "text": "Yes now you can view the logs :)", "userDisplayName": null, "userId": "5691" }, { "creationDate": "2010-11-21T20:03:30.817", "id": "14980", "postId": "14316", "score": "0", "text": "Glad to help.You are welcome.", "userDisplayName": null, "userId": "5691" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-21T17:25:32.490", "id": "14316", "lastActivityDate": "2012-02-14T10:37:54.943", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "14312", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Sorry, I think <a href=\"http://code.google.com/p/logkeys/wiki/Documentation#Usage_how-to\" rel=\"nofollow\">the documentation</a> is very understandable; Ask concrete question, if you don't understand something.</p>\n\n<p>The second question, what isn't in the docs, I can an...
null
null
null
null
null
14320
1
14383
2010-11-21T17:42:43.223
13
3071
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/17937/how-can-i-run-unity-in-a-virtual-machine">How can I run Unity in a virtual machine?</a> </p> </blockquote> <p>11.04 comes with unity interface. I would like to test 11.04 without installing it on a hard drive. Will it be possible?</p>
5955
-1
2017-04-13T12:25:03.423
2011-04-24T18:06:08.733
Will it be possible to run unity compiz in virtual box or another virtual machine?
[ "unity", "11.04", "virtualbox", "virtualization" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-07-14T23:45:39.650", "id": "59477", "postId": "14320", "score": "0", "text": "Relevant: [How can I run Unity in a virtual machine?](http://askubuntu.com/questions/17937/how-can-i-run-unity-in-a-virtual-machine)", "userDisplayName": null, "userId": "9411" } ]
{ "accepted": true, "body": "<p>A useful approach to testing the next releae, 11.04 is to create a live Ubuntu system on a USB memory stick from the daily builds:</p>\n\n<p><a href=\"http://cdimage.ubuntu.com/daily-live/current/\" rel=\"nofollow\">http://cdimage.ubuntu.com/daily-live/current/</a></p>\n\n<p>Unity is not the default desktop environment yet, but is scheduled to be so by Alpha1 on the 2nd December as far as I understand the release schedule: <a href=\"https://wiki.ubuntu.com/NattyReleaseSchedule\" rel=\"nofollow\">https://wiki.ubuntu.com/NattyReleaseSchedule</a></p>\n\n<p>As well as testing Ubuntu a Live USB stick, you can also use that live USB stick to install Ubuntu 11.04 onto a second USB stick, selecting manual partition during the install.</p>\n\n<p>You can also <a href=\"http://ubuntu.jr0cket.co.uk/testing\" rel=\"nofollow\">use TestDrive to automate testing</a> when Ubuntu 11.04 Unity desktop does work in VirtualBox.</p>\n\n<p>Thank you</p>\n\n<p><a href=\"http://ubuntu.jr0cket.co.uk/testing\" rel=\"nofollow\">http://ubuntu.jr0cket.co.uk/testing</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-08T20:40:02.443", "id": "17771", "postId": "14383", "score": "0", "text": "you will need one usb disk for live system and one for installing the live system on it.", "userDisplayName": null, "userId": "5955" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T09:41:40.927", "id": "14383", "lastActivityDate": "2010-11-22T09:41:40.927", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "359", "parentId": "14320", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>If all you want to do is experience it,rather than a Virtual machine, use the live CD</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-21T18:42:00.493", "id": "14954", "postId": "14323", "score": "3", ...
null
null
2011-07-15T05:45:34.947
null
null
14324
1
null
2010-11-21T18:04:53.380
10
465
<p>Intermittently, when I left-click on the Applications/Places/System menus, the first click does nothing, and it takes a second click to drop the menu. I've also noticed that hiarchial menus sometimes don't show their expanded menus unless I move the mouse pointer away to another menu item, and then come back into the hiarchial menu. And lately, I've even noticed that in some applications, menus are acting the same way. Any ideas? Cheers, Al</p>
4272
556376
2016-07-10T05:15:54.490
2016-07-10T05:15:54.490
Menus intermittently take two clicks
[ "10.10", "gnome", "menu" ]
0
4
CC BY-SA 3.0
[ { "creationDate": "2010-11-21T18:36:06.147", "id": "14952", "postId": "14324", "score": "0", "text": "Is Compiz (i.e. desktop effects) running?", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2010-11-21T19:33:17.827", "id": "14970", "postId": "14324", ...
null
[]
null
null
2016-08-16T16:16:11.583
null
null
14328
1
116067
2010-11-21T19:10:33.917
205
233910
<p>Is there a place where I can look what updates I've installed?</p>
5955
169736
2014-04-30T02:15:24.140
2021-06-09T16:56:19.347
Where can I look up my update history?
[ "apt", "updates" ]
7
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You can read the <code>history.log</code> file in <code>/var/log/apt</code>.</p>\n\n<p>Eg. <code>less /var/log/apt/history.log</code>.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2019-11-22T16:17:14.937", "id": "1992358", "postId": "116067", "score": "14", "text": "Worth noting that there may be older history files in that folder, not just `/var/log/apt/history.log`. Maybe something like `/var/log/apt/history.log.1.gz`", "userDisplayName": null, "userId": "586957" }, { "creationDate": "2020-05-20T15:24:31.937", "id": "2092618", "postId": "116067", "score": "4", "text": "Still working even on Bionic. Just in case someone's afraid because of the response's age.", "userDisplayName": null, "userId": "127667" }, { "creationDate": "2021-06-09T17:04:41.013", "id": "2297404", "postId": "116067", "score": "6", "text": "To read and filter rotated logs: `zcat /var/log/apt/history.log.* | perl -00 -ne 'print if /\\ninstall/i'` ([with `-00`](https://learnbyexample.github.io/learn_perl_oneliners/record-separators.html) each paragraphs is a record)", "userDisplayName": null, "userId": "349837" }, { "creationDate": "2022-03-07T08:26:41.553", "id": "2417551", "postId": "116067", "score": "0", "text": "Terminal log `/var/log/opt/term.log` could also be useful if you need to figure out what happened during the installation.", "userDisplayName": null, "userId": "91076" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-03-26T07:40:44.093", "id": "116067", "lastActivityDate": "2012-03-26T07:40:44.093", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "28369", "parentId": "14328", "postTypeId": "2", "score": "214" }
[ { "accepted": null, "body": "<p>On 10.04 Click (System > Administration > Synaptic Package Manager > File > History)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-21T19:39:44.953", "id": "14973", "postId": "14329", "score": "12", ...
null
null
null
null
null
14334
1
14347
2010-11-21T19:59:12.587
1
1022
<p>I have a usb cellular modem and a Home LAN connection on my Ubuntu 10.10 box. </p> <p>Both work independently.</p> <p>I want to know how to have both connected at the same time, and be able to specify which application uses which device to connect to the internet.</p> <p>Does anyone know how to do this?</p>
6370
null
null
2017-06-03T17:52:19.723
Dual network connection
[ "networking" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T06:17:03.353", "id": "15040", "postId": "14334", "score": "0", "text": "Anyone know if you could set up chroot environments to force families of apps on to the same connection?", "userDisplayName": null, "userId": "3739" }, { "creationDate": "2010-11...
{ "accepted": true, "body": "<p>There is no direct way to tell an application to use a specific connection, you can do two different but complex things in order to acheve the same result.</p>\n\n<p>First you can bind the two networks together so they're both being used:</p>\n\n<p><a href=\"http://www.tomshardware.com/forum/21544-42-combining-multiple-internet-connections-home-network\" rel=\"noreferrer\">http://www.tomshardware.com/forum/21544-42-combining-multiple-internet-connections-home-network</a></p>\n\n<p>The other is that you set up one connection as a proxy service and configure individual apps to use the proxy instead of the general network.</p>\n\n<p><a href=\"http://www.ehow.com/how_5019947_set-up-proxy-server-ubuntu.html\" rel=\"noreferrer\">http://www.ehow.com/how_5019947_set-up-proxy-server-ubuntu.html</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-22T03:13:05.020", "id": "15026", "postId": "14347", "score": "0", "text": "i like option 2 as a solution +1", "userDisplayName": null, "userId": "5768" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-21T22:38:13.183", "id": "14347", "lastActivityDate": "2010-11-21T22:38:13.183", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "14334", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>There is no direct way to tell an application to use a specific connection, you can do two different but complex things in order to acheve the same result.</p>\n\n<p>First you can bind the two networks together so they're both being used:</p>\n\n<p><a href=\"http://www.tomsha...
null
null
null
null
null
14335
1
14337
2010-11-21T20:04:50.523
6
294
<p>There's some thing's I'd like to do with the devices on my system, such as stopping, starting and rebooting and I was wondering if there's a tool, either in Ubuntu or the software centre, that can replicate the functionality of the Windows Device Manager.</p>
null
null
null
2010-11-21T20:36:39.340
Is there a GUI tool that can provide the functionality of the Windows Device Manager?
[ "devices" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There is no graphical tool to do those things that I can find. Although some of the things like stopping are hard to do even from the command line since the kernel really isn't friendly to being poked by userspace about what should be turned on.</p>\n\n<p>If you want it could be a project to get involved with:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/UbuntuDevelopment\" rel=\"nofollow\">https://wiki.ubuntu.com/UbuntuDevelopment</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-21T20:16:29.263", "id": "14337", "lastActivityDate": "2010-11-21T20:16:29.263", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "14335", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>There is no graphical tool to do those things that I can find. Although some of the things like stopping are hard to do even from the command line since the kernel really isn't friendly to being poked by userspace about what should be turned on.</p>\n\n<p>If you want it could...
null
null
null
null
user2405
14345
1
14414
2010-11-21T22:17:01.097
2
4763
<p>I want to setup samba and have a folder share that is not protected by passwords, but open for anyone, read-only. what do i need to write on smb.conf?</p>
3827
132
2011-01-01T18:48:19.593
2015-02-20T10:01:44.480
How to setup a passwordless samba share on KDE?
[ "samba", "kde", "file-sharing" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Put this at the bottom of your smb.conf, replacing the path/to/share/point with the location of your shared directory. </p>\n\n<pre><code>[public]\n comment = Public Share\n path = /path/to/share/point\n read only = yes\n guest ok = yes\n</code></pre>\n\n<p>If it doesn't exist, do </p>\n\n<pre><code>sudo mkdir /path/to/share/point\n</code></pre>\n\n<p>Then do:</p>\n\n<pre><code>sudo service samba restart\n</code></pre>\n\n<p>and test.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T14:27:18.290", "id": "14414", "lastActivityDate": "2010-11-22T14:27:18.290", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6399", "parentId": "14345", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>On the desktop this is as simple as switching on the folder sharing with anonymous access, right click on the folder and click \"Sharing Options\" it may ask you to install the sharing services, install them:</p>\n\n<p><img src=\"https://i.stack.imgur.com/E7Vs6.png\" alt=\"Sh...
null
null
null
null
null
14351
1
14399
2010-11-22T00:57:12.430
16
703
<p>Why is (was) there so much fuss about it?</p> <p>Why is it under the 'Canonical Partners' section in the Software Center?</p> <p>Should I install it?</p>
5592
449
2010-11-22T02:22:26.813
2011-05-31T23:08:21.873
What is the 'canonical-census' package?
[ "canonical" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<blockquote>\n <p>What is the 'canonical-census' package?</p>\n</blockquote>\n\n<p>It's for counting the number of installs of Ubuntu in the wild, put there by OEMs. OEMs (in this case) are companies selling computers with Ubuntu pre-installed. Like Dell, System76, etc.</p>\n\n<p>It connects to a Canonical server on a daily basis and tells it the following:</p>\n\n<ul>\n<li>How many times it has connected in the past (<code>/var/lib/send-install-count/counter</code>)</li>\n<li>The OEM's ID (stored in <code>/var/lib/ubuntu_dist_channel</code>)</li>\n<li>The hardware product (<code>/sys/class/dmi/id/product_name</code>)</li>\n<li>Which release of Ubuntu it's using (<code>/etc/lsb-release</code>'s <code>$DISTRIB_RELEASE</code>)</li>\n</ul>\n\n<p>Implicitly it also tells Canonical which IP the computer is using and from that they could work out the country, sometimes company it's being used from. <em>If</em> they're doing this is another question.</p>\n\n<blockquote>\n <p>Why is (was) there so much fuss about it?</p>\n</blockquote>\n\n<p>Some people see this as an attempt to track users. In a way it does. But how much of that information is helpful to actually work out who a user is?</p>\n\n<p>Well I'm a cynic. With the IP, Canonical could look at the other services they provide (Ubuntu One, Launchpad, etc). If the users uses another service, they could perhaps work out who has done business with Dell (et al)...</p>\n\n<p>But even cynical as I am, what does that really give them? Not much. Its only real value is working out how many OEM computers are get used with their default install of Ubuntu.</p>\n\n<p>I'm not going to get bogged down in the paranoia of some people but it's fair to say, all but the most cut-off hermits give out more personal, traceable and potentially harmful data to much bigger and uglier companies on a daily basis.</p>\n\n<blockquote>\n <p>Why is it under the 'Canonical Partners' section in the Software Center?</p>\n</blockquote>\n\n<p>I don't know.</p>\n\n<p>It doesn't really matter where it sits but the <code>partner</code> repo is as good as any other place, I guess. It's open source but it's not really something for all users.</p>\n\n<blockquote>\n <p>Should I install it?</p>\n</blockquote>\n\n<p>No. You could but it won't do anything meaningful unless you bought the machine with that copy of Ubuntu pre-installed by a Canonical-registered OEM.</p>\n\n<p>This is because it checks for the existence of <code>/var/lib/ubuntu_dist_channel</code> before submitting any data. Normal installs won't have this file.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T12:23:17.957", "id": "14399", "lastActivityDate": "2010-11-22T12:49:56.193", "lastEditDate": "2010-11-22T12:49:56.193", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "14351", "postTypeId": "2", "score": "11" }
[ { "accepted": null, "body": "<p>You probably should not install this.</p>\n\n<p>It is safe, and has a rather simple purpose.</p>\n\n<p>The <a href=\"http://www.h-online.com/open/news/item/Canonical-explain-the-new-Ubuntu-census-package-1053610.html\" rel=\"nofollow\">canonical-census</a> package is meant to...
null
null
null
null
null
14352
1
14532
2010-11-22T00:58:08.233
9
2330
<p>I know that my touchpad is capable of it. I can enable glitch-free two-finger scrolling by running this script:</p> <pre><code>#! /bin/sh synclient VertTwoFingerScroll=1 synclient HorizTwoFingerScroll=1 synclient EmulateTwoFingerMinW=10 synclient EmulateTwoFingerMinZ=48 </code></pre> <p>However, in the "Mouse" preferences GUI, the "two-finger scrolling" option is greyed out. It worked fine on my old laptop.</p> <p><a href="http://dl.dropbox.com/u/499772/lshw" rel="nofollow">Here</a> is the output of <code>sudo lshw -sanitize</code>, if it makes a difference.</p>
463
463
2010-12-16T05:42:44.207
2015-10-07T12:56:11.467
Why does the "Mouse" preferences GUI not allow me to enable two-finger scrolling?
[ "drivers", "multi-touch", "touchpad", "synaptics" ]
3
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T13:18:31.170", "id": "15225", "postId": "14352", "score": "0", "text": "What version of Ubuntu are you running? And what laptop is this?", "userDisplayName": null, "userId": "4152" }, { "creationDate": "2010-11-23T16:00:46.730", "id": "15256", ...
{ "accepted": true, "body": "<p>This is my understanding of it. Ubuntu doesn't have support for the Synaptics touchpad <strike>officially</strike> out of the box, so what that script does is it <em>emulates</em> the multi-touch. I think. I don't know for sure, but that is my understanding of that. (I myself have a Synapatics trackpad on my Asus Eee PC, so I've spent a far amount of time working on this.)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T13:05:41.807", "id": "14532", "lastActivityDate": "2010-11-23T14:04:43.977", "lastEditDate": "2010-11-23T14:04:43.977", "lastEditorDisplayName": null, "lastEditorUserId": "6005", "ownerDisplayName": null, "ownerUserId": "6005", "parentId": "14352", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>I don't have a laptop to test it with, but I recently stumbled upon this site: <a href=\"http://stuffivelearned.org/doku.php?id=os:linux:general:synapticstouchtricks\" rel=\"nofollow\">http://stuffivelearned.org/doku.php?id=os:linux:general:synapticstouchtricks</a></p>\n\n<p>...
null
null
null
null
null
14354
1
14361
2010-11-22T02:33:35.397
42
7882
<p>Is it possible to get a close button on the OSD? </p> <p>It stays for a long time, and sometimes I have colleagues over on my PC, and I dont want them seeing who is online, or what song I am listening to. No, I can't disable it.</p>
3778
721
2011-03-22T21:39:10.143
2015-03-11T08:47:40.577
Close button on notify-osd?
[ "notify-osd" ]
11
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-12T12:06:02.750", "id": "28442", "postId": "14354", "score": "0", "text": "The only workaround to get a close button on the notification, is to use AWN, and use the notification plugin. It works well with Rhythmbox and exaile too.", "userDisplayName": null, "us...
{ "accepted": true, "body": "<p>Your best bet would be file a bug and ask for the feature. When filing a wishlist bug like this, be sure to give some thought out user cases why this feature could prove to be useful for a larger section of the Ubuntu user community.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2010-11-22T06:43:26.260", "id": "15044", "postId": "14361", "score": "0", "text": "yeah, i will do that. But where can I do that? Launchpad?", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2010-11-22T10:50:10.777", "id": "15067", "postId": "14361", "score": "1", "text": "its already on the wishlist, but action wont be taken, i think. please vote https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/381416", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2010-11-22T16:43:24.337", "id": "15092", "postId": "14361", "score": "7", "text": "@Kaustubh P Read this, http://www.markshuttleworth.com/archives/253\nspecifically this part: `The most controversial part of the proposal is the idea that notifications should not have actions associated with them. In other words, no buttons, sliders, links, or even a dismissal [x].`\nDon't get your hopes up, this won't be changing anytime soon if ever.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-11-23T10:34:36.177", "id": "15200", "postId": "14361", "score": "1", "text": "There is a spec to make the timing of the notification variable - longer messages would stay for a longer time, or updated messages would be extended. A patch implementing that would be welcome, it would allow us to shorten the time for very short messages :-)", "userDisplayName": null, "userId": "5287" }, { "creationDate": "2010-11-23T10:36:26.797", "id": "15201", "postId": "14361", "score": "10", "text": "Also, we would like to add a \"do not disturb\" mode, where only system (urgent) notifications, like battery very low and hardware problems, would show up. So you could use do-not-disturb to avoid people seeing your notifications when they are looking over your shoulder, or you are plugged in to the projector (though we'd rather put the notifications on your laptop screen and not on the projector, where they are different displays). Again, a patch for that would be welcome.", "userDisplayName": null, "userId": "5287" }, { "creationDate": "2016-10-19T18:25:07.427", "id": "1283802", "postId": "14361", "score": "0", "text": "It's ridiculous how this notifications pop up and block the vision of my text editor. Sometimes the portion of text I'm working on vim or terminator is on the top right corner (splitted window) and I have to patiently wait for the notification to go away.", "userDisplayName": null, "userId": "185851" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-22T05:44:30.077", "id": "14361", "lastActivityDate": "2012-09-17T22:34:02.317", "lastEditDate": "2012-09-17T22:34:02.317", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "2299", "parentId": "14354", "postTypeId": "2", "score": "16" }
[ { "accepted": null, "body": "<p>There isn't a close button, the blob isn't even there in terms on the mouse (when you click over it, it simply clicks what ever is behind it), see details here:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/NotifyOSD\">https://wiki.ubuntu.com/NotifyOSD</a></p>\n\n<p>This functi...
null
null
null
null
null
14355
1
20374
2010-11-22T03:44:29.747
14
3856
<p>I would like to try out LibreOffice, but I'm worried about messing up my existing OpenOffice.org install. Can LibreOffice be safely installed alongside OpenOffice.org?</p>
463
null
null
2011-01-06T21:20:14.323
Is it safe to install LibreOffice alongside OpenOffice.org?
[ "openoffice.org", "libreoffice" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you're installing <a href=\"https://askubuntu.com/questions/16695/is-there-a-libreoffice-ppa\">via the PPA</a> then no, it will replace OpenOffice.org with Libre Office.</p>\n\n<p>If you're installing via the tarballs on their website, then tinhed's <a href=\"https://askubuntu.com/questions/14355/is-it-safe-to-install-libreoffice-alongside-openoffice-org/14419#14419\">answer</a> is correct.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-06T21:20:14.323", "id": "20374", "lastActivityDate": "2011-01-06T21:20:14.323", "lastEditDate": "2017-04-13T12:24:27.937", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "14355", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Yes, it will be fine. it installs totally separate from OO</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T04:46:17.293", "id": "14359", "lastActivityDate": "201...
null
null
null
null
null
14357
1
null
2010-11-22T03:45:37.787
5
460
<p>I've just upgraded from 10.04 and I have Exaile as my main player.</p> <p>Anyway, when I double click a .mp3 file it opens okay. But in 10.04, if I clicked another, Exaile would push it in my playlist and that file would be the next to play. However, now in 10.10, if Exaile is already open then it doesn't add the .mp3 once I double click on it and as a result I can't seem to progressively add more files to be played, so the playlist has to be created at once, which really doesn't suit my needs.</p> <p>Any way to fix this? And if there isn't, what's a good alternative on gnome?</p>
null
235
2010-11-22T03:50:25.783
2010-12-19T11:18:46.777
Exaile doesn't add songs to the queue
[ "10.10", "sound", "mp3", "mp3-player", "exaile" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T06:14:21.853", "id": "15039", "postId": "14357", "score": "0", "text": "Which version of exaile are you using? If you are looking for alternatively try banshee or gmusicbrowser.", "userDisplayName": null, "userId": "5845" } ]
null
[ { "accepted": null, "body": "<p>I think i found it!</p>\n\n<p>I've noticed the same problem, although I've switched to <a href=\"http://g-scripts.sourceforge.net/\" rel=\"nofollow\">audacious</a> a few months ago.<br>\nIt's a quite interesting bug though, so i thought i should search a bit... :-)</p>\n\n<p>...
null
null
null
null
burundanga
14365
1
233911
2010-11-22T06:12:20.987
123
168783
<p>I've got an entry for an external harddrive in my fstab:</p> <p><code>UUID="680C0FE30C0FAAE0" /jgdata ntfs noatime,rw</code></p> <p>But sometimes this drive isn't plugged in at boot time. This leaves me half way through a boot, with a prompt to "Continue Waiting, press S or press M" but no keypress has any affect at this stage (including <kbd>Ctrl</kbd>-<kbd>Alt</kbd>-<kbd>Delete</kbd>, not even caps-lock).</p> <p>Short of writing a script to check the output of <code>fdisk -l</code>, how can I mount this drive at boot time only if it is present? It would be handy to have an fdisk entry for this drive, so I can just type <code>mount /jgdata</code> instead of needing a device name.</p>
3739
17739
2011-11-02T21:08:01.010
2022-03-30T16:59:07.177
Mount an external drive at boot time only if it is plugged in
[ "boot", "mount", "fstab", "hard-drive" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You're all on the right trail. I've found a way that is a little more clean and better form.</p>\n\n<p>The correct option to add in <code>fstab</code> is <code>nofail</code>, however, it needs to come after <code>auto</code>. If you change it to <code>noauto</code>, it will never mount during boot. If you add <code>nobootwait</code> to the bootloader, you could potentially miss something serious, such as mounting the partition before <code>fsck</code> finishes checking it, or not mounting a partition that is used in the boot process.</p>\n\n<p>After making the above change, The system will start normally (and mount the volume) if the device is plugged in while the system is shutdown.\nIt will also boot normally if the device is not present at boot time.</p>\n\n<p>The only inconvenience is that if you connect the device while the system is running, depending on configuration (too many variables to test), the device may not mount immediately. This can be remedied with a simple <code>mount -a</code> or <code>mount /specific_device</code> or a reboot.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2017-04-07T18:30:04.343", "id": "1413868", "postId": "233911", "score": "4", "text": "Every example I can find online shows nofail before auto. Is there any documentation for the correct order?", "userDisplayName": null, "userId": "358062" }, { "creationDate": "2017-12-10T18:34:50.630", "id": "1585126", "postId": "233911", "score": "0", "text": "'man fstab' doesn't give the precision of a needed order (checked in centos 7 and Ubuntu 14.04).\nThough, it says \"nofail do not report errors for this device if it does not exist.\" I'm wondering if this will help not waiting the timeout at boot if nfs volume is not accessible.", "userDisplayName": null, "userId": "280620" }, { "creationDate": "2019-11-27T21:39:28.057", "id": "1995176", "postId": "233911", "score": "0", "text": "I omit `auto` altogether. My use case is to allow servers with failed data disks to complete boot.", "userDisplayName": null, "userId": "20346" }, { "creationDate": "2021-10-28T07:03:06.897", "id": "2360074", "postId": "233911", "score": "0", "text": "does not work for encrypted file systems?", "userDisplayName": null, "userId": "920080" }, { "creationDate": "2023-08-14T15:54:22.073", "id": "2595544", "postId": "233911", "score": "0", "text": "Regarding the **timeout**, perhaps refer to [this answer](https://askubuntu.com/a/1027273/625092) as it includes configuring the timeout option rather than waiting an additional 90 seconds for a device to be inserted.", "userDisplayName": null, "userId": "625092" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-12-29T06:08:37.993", "id": "233911", "lastActivityDate": "2016-01-22T18:45:53.357", "lastEditDate": "2016-01-22T18:45:53.357", "lastEditorDisplayName": null, "lastEditorUserId": "489331", "ownerDisplayName": null, "ownerUserId": "117381", "parentId": "14365", "postTypeId": "2", "score": "120" }
[ { "accepted": null, "body": "<p>does the noauto option let the boot process continue? </p>\n\n<p>it doesn't automatically mount if present, but it does get it known if present so a simple mount /jgdata works...then a scripted mount /jdata wouldn't need an output check, just catch the error and keep booting...
null
null
null
null
null
14371
1
14372
2010-11-22T07:22:27.550
29
91618
<p>I have installed wordpress on my ubuntu 10.10 desktop edition and I am trying to install plugin from the browser (I know I can drop it to the wp-content/plugin but I want to do it via the web browser using FTP) I get this screen when I am trying to set auto update or install a plugin from web browser.</p> <p><img src="https://i.stack.imgur.com/swDvO.png" alt="alt text"></p> <p>I provide the hostname 127.0.0.1 and Username and password the ones that I use to login to wordpress. I get the error </p> <blockquote> <p>Username/password Incorrect and cannot connect to 127.0.0.1:20</p> </blockquote> <p>I think i'll have to grant a user with ftp password but I dont know how. I have already installed vsftp but when I try "ftp 127.0.0.1" I get -</p> <pre><code>$ ftp 127.0.0.1 Connected to 127.0.0.1. 220 (vsFTPd 2.3.0) Name (127.0.0.1:gaurav): root 331 Please specify the password. Password: 530 Login incorrect. Login failed. ftp&gt; </code></pre> <p>Wordpress is running locally on my Ubuntu Desktop.</p>
2910
175814
2016-07-16T06:52:31.193
2023-07-26T05:33:22.343
How to Setup FTP to use in locally hosted wordpress
[ "login", "ftp", "wordpress" ]
8
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Well your Wordpress login and your FTP login are two different things. I have see that you use vsFTPd, so one easy thing that you can do it this :</p>\n\n<p>Edit the vsFTPd configuration file :</p>\n\n<pre><code>gksu gedit /etc/vsftpd.conf\n</code></pre>\n\n<p>Add this at the end :</p>\n\n<pre><code>local_enable=YES\n</code></pre>\n\n<p>Restart your vsFTPd server :</p>\n\n<pre><code>sudo /etc/init.d/vsftpd restart\n</code></pre>\n\n<p>Now you should be able to connect to your FTP using your Ubuntu login.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-22T07:55:37.737", "id": "15051", "postId": "14372", "score": "0", "text": "and how can I grant a user (wordpress user) access to FTP who can use FTP over the network", "userDisplayName": null, "userId": "2910" }, { "creationDate": "2010-11-22T15:14:13.787", "id": "15086", "postId": "14372", "score": "0", "text": "I would also not login as root, but create a dummy user, make him part of your www-data group and use it to push updates/install", "userDisplayName": null, "userId": "4119" }, { "creationDate": "2011-01-08T08:31:18.573", "id": "22138", "postId": "14372", "score": "0", "text": "I had this same issue and just wanted to add for any others that are going through this that you need to use '127.0.0.1' and not 'localhost'. Or at least I did. Also had to use FTP not FTPS.", "userDisplayName": null, "userId": "4460" }, { "creationDate": "2014-08-22T03:12:46.667", "id": "696765", "postId": "14372", "score": "0", "text": "-1 Even though it's listed as best answer, it lacks the information that write_enable is commented out by default. If you do not uncomment, your solution still doesn't work.", "userDisplayName": null, "userId": "291921" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T07:41:49.890", "id": "14372", "lastActivityDate": "2010-11-22T07:41:49.890", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2834", "parentId": "14371", "postTypeId": "2", "score": "15" }
[ { "accepted": true, "body": "<p>Well your Wordpress login and your FTP login are two different things. I have see that you use vsFTPd, so one easy thing that you can do it this :</p>\n\n<p>Edit the vsFTPd configuration file :</p>\n\n<pre><code>gksu gedit /etc/vsftpd.conf\n</code></pre>\n\n<p>Add this at the...
null
null
null
null
null
14374
1
null
2010-11-22T08:42:43.273
0
2701
<pre><code>W: GPG error: http //archive.ubuntu.com jaunty Release: The following signatures were invalid: NODATA 2 W: Failed to fetch http: //archive.ubuntu.com/ubuntu/dists/jaunty-updates/Release.gpg Error reading from server - read (104 Connection reset by peer) [IP: 91.189.92.170 80] W: Failed to fetch http: //archive.ubuntu.com/ubuntu/dists/jaunty-updates/universe/i18n/Translation-en_IN.bz2 Error reading from server - read (104 Connection reset by peer) [IP: 91.189.92.170 80] W: Failed to fetch http: //archive.ubuntu.com/ubuntu/dists/jaunty-updates/multiverse/i18n/Translation-en_IN.bz2 Error reading from server - read (104 Connection reset by peer) [IP: 91.189.92.170 80] E: Some index files failed to download, they have been ignored, or old ones used instead. </code></pre> <hr /> <p>I tried as per the instructions but it gave follwoing errors again on doing restore default it is showing null as during updateion from 9.04 to 9.10 in that process i delte the earlier keys ;-</p> <p>how shall i retrive gpg keys for jaunty</p> <pre><code>Hit http: //archive.ubuntu.com jaunty-updates/universe Sources Hit http: //archive.ubuntu.com jaunty-updates/main Sources Hit http: //archive.ubuntu.com jaunty-updates/multiverse Sources Fetched 598B in 6s (88B/s) W: GPG error: http: //security.ubuntu.com jaunty-security Release: The following signatures were invalid: NODATA 2 W: GPG error: http: //archive.ubuntu.com jaunty Release: The following signatures were invalid: NODATA 2 W: GPG error: http: //archive.ubuntu.com jaunty-updates Release: The following signatures were invalid: NODATA 2 W: Failed to fetch http: //archive.ubuntu.com/ubuntu/dists/jaunty/universe/i18n/Translation-en_IN.bz2 Error reading from server - read (104 Connection reset by peer) [IP: 91.189.92.171 80] W: Failed to fetch http: //archive.ubuntu.com/ubuntu/dists/jaunty/multiverse/i18n/Translation-en_IN.bz2 Error reading from server - read (104 Connection reset by peer) [IP: 91.189.92.171 80] W: Failed to fetch http: //archive.ubuntu.com/ubuntu/dists/jaunty-updates/universe/i18n/Translation-en_IN.bz2 Error reading from server - read (104 Connection reset by peer) [IP: 91.189.92.171 80] W: Failed to fetch http: //archive.ubuntu.com/ubuntu/dists/jaunty-updates/multiverse/i18n/Translation-en_IN.bz2 Error reading from server - read (104 Connection reset by peer) [IP: 91.189.92.171 80] W: Failed to fetch http: //security.ubuntu.com/ubuntu/dists/jaunty-security/universe/i18n/Translation-en_IN.bz2 Error reading from server - read (104 Connection reset by peer) [IP: 91.189.92.166 80] E: Some index files failed to download, they have been ignored, or old ones used instead. </code></pre>
6106
57576
2022-05-28T23:34:16.133
2022-05-28T23:34:59.773
GPG key errors for for older releases
[ "apt", "9.04" ]
3
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Ubuntu 9.04 a.k.a. \"Jaunty\" has been end-of-life <a href=\"https://lists.ubuntu.com/archives/ubuntu-announce/2010-September/000137.html\" rel=\"nofollow\">since last month</a>. I suspect the error you see is related to that...</p>\n\n<p>You should upgrade your system to a ...
null
null
null
null
null
14375
1
14390
2010-11-22T08:51:30.987
9
2635
<p>My company has some remote Ubuntu servers. The access to these servers is controlled by ssh keys. Managing these keys is quite a pain, especially when an employee leaves or joins the company.</p> <p>Is there a good solution for central key management on Ubuntu?</p> <p>Adam</p>
622
null
null
2017-03-12T04:34:09.570
ssh key administration for many users, servers
[ "server", "administration", "ssh" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h2>Landscape</h2>\n\n<p><a href=\"http://www.canonical.com/enterprise-services/ubuntu-advantage/landscape/systems-management\" rel=\"nofollow noreferrer\">Canonical's Landscape</a> makes it very easy to manage many machines at once.</p>\n\n<p>You could just have a centralised key store and, on demand, push out changes to every machine's known_hosts file. </p>\n\n<h2>Rsync</h2>\n\n<p>Alternatively, if you don't want to use Landscape, how about simply <a href=\"http://ubuntuforums.org/showthread.php?t=15082\" rel=\"nofollow noreferrer\">synchronising the known_hosts via rsync</a>? I'm not all that familiar with all this enterprisy business, but it should work very well. </p>\n\n<p>Assuming the company's computers get shut down every night, i would do this:</p>\n\n<ul>\n<li>Have on some server a centralised known_hosts file that you manage manually.</li>\n<li>write a very simple program that, at boot time, tries to fetch that file and replace the current one</li>\n<li>on the administrative side, test all changed to the master-file before pushing it out, which you do by just replacing the one all the clients try to access. </li>\n</ul>\n\n<p>you could use <a href=\"http://en.wikipedia.org/wiki/Revision_Control_System\" rel=\"nofollow noreferrer\">RCS</a>, an old sysadmin's favourite, to manage different versions of your master-file. </p>\n\n<p>Note that many sysadmins will tell you that <em>centralising things</em> is a security risk, and generally not a great idea.</p>\n\n<h2>LDAP</h2>\n\n<p>Now, I'm not a sysadmin (and therefore not to be trusted on this matter). You really should ask this question on <a href=\"https://serverfault.com/\"><strong>serverfault</strong></a></p>\n\n<p>LDAP seems to come up there quite a lot. Here's a bit information about fetching <a href=\"http://blog.fupps.com/2006/03/02/ssh-public-keys-from-ldap/\" rel=\"nofollow noreferrer\">SSH Public Keys from LDAP</a>, and here's <a href=\"http://www.meta.net.nz/~daniel/blog/2006/04/07/ssh-ldap-public-key-lpk/\" rel=\"nofollow noreferrer\">some more</a>.</p>\n\n<p><a href=\"https://serverfault.com/questions/180998/how-to-automatically-create-user-accounts-ssh-ldap\">This question</a> might also be of interest to you.</p>\n\n<p><br></p>\n\n<p>I hope this is helpful. As you've discovered yourself, managing ssh access in large setups really is quite complicated. </p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-22T15:10:52.730", "id": "15085", "postId": "14390", "score": "0", "text": "Look into setting LDAP, and mount the user's $HOME via NFS. When the user leaves the company, delete his LDAP account and you're done. (user needs to exist before verifying ssh key)", "userDisplayName": null, "userId": "4119" }, { "creationDate": "2010-11-28T01:03:32.193", "id": "15973", "postId": "14390", "score": "1", "text": "I think he meant authorized_keys not known_hosts, though both are very important.", "userDisplayName": null, "userId": "813" }, { "creationDate": "2010-11-28T01:26:36.193", "id": "15977", "postId": "14390", "score": "0", "text": "Made it community wiki, because - as I said - I'm not a sysadmin. Edit this answer to make it better.", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2015-09-03T06:46:18.867", "id": "966240", "postId": "14390", "score": "0", "text": "How do you do this with Landscape? I don't see the option.", "userDisplayName": null, "userId": "314736" } ], "communityOwnedDate": "2010-11-28T01:25:09.423", "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-22T10:54:41.130", "id": "14390", "lastActivityDate": "2017-03-12T04:34:09.570", "lastEditDate": "2017-04-13T12:14:53.440", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "14375", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>It is possible to use certification authorities and revoke markers in the \"known hosts\" file. Another option is probably to use some \"enterprise\" PAM authentication method instead.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-1...
null
null
null
null
null
14378
1
14379
2010-11-22T09:08:51.900
307
226612
<p>What software can I use to view .epub documents?</p>
2331
8844
2011-01-31T09:04:44.817
2023-06-08T19:12:34.077
What software can I use to view epub documents?
[ "software-recommendation", "ebooks", "epub" ]
13
2
CC BY-SA 2.5
[ { "creationDate": "2017-07-03T11:19:39.780", "id": "1474881", "postId": "14378", "score": "4", "text": "http://ebook.online-convert.com/convert-to-pdf", "userDisplayName": null, "userId": "233134" }, { "creationDate": "2023-11-12T14:30:18.417", "id": "2614531", "postId": ...
{ "accepted": true, "body": "<h2><a href=\"https://calibre-ebook.com\" rel=\"noreferrer\">calibre</a></h2>\n<p>You can use calibre software for viewing .epub documents.</p>\n<p>To install calibre <a href=\"https://flathub.org/apps/com.calibre_ebook.calibre\" rel=\"noreferrer\">from Flathub</a>, or (<a href=\"http://packages.ubuntu.com/calibre\" rel=\"noreferrer\">deb package</a>) on terminal:</p>\n<pre><code>sudo apt install calibre\n</code></pre>\n<hr />\n<p>If you don't want to launch the full <code>calibre</code> client just to view your e-book files, you can add a <code>.desktop</code> launcher to <code>calibre</code>'s inbuilt ebook viewer:</p>\n<ol>\n<li><p>Create a new <code>.desktop</code> file in <code>~/.local/share/applications</code>:</p>\n<pre><code> gedit ~/.local/share/applications/calibre-ebook-viewer.desktop\n</code></pre>\n</li>\n<li><p>Copy and paste the following passage into the file:</p>\n<pre><code> #!/usr/bin/env xdg-open\n\n [Desktop Entry]\n Version=1.0\n Type=Application\n Terminal=false\n Icon=calibre\n Exec=ebook-viewer\n Name=Calibre Ebook Viewer\n Comment=Display .epub files and other ebook formats\n MimeType=application/x-mobipocket-ebook;application/epub+zip;\n StartupWMClass=calibre-ebook-viewer\n</code></pre>\n</li>\n<li><p>Save the file. You should now be able to launch Calibre's inbuilt ebook viewer both from the dash and through the right click &quot;Open with&quot; menu.</p>\n</li>\n</ol>\n", "commentCount": "8", "comments": [ { "creationDate": "2010-11-22T15:07:45.323", "id": "15084", "postId": "14379", "score": "4", "text": "calibre is amazing. You can import just about any format and convert it to just about any other. Great for downloading magazines, viewing books, and pushing to your favorite ebook reader.", "userDisplayName": null, "userId": "4119" }, { "creationDate": "2010-11-24T12:33:39.263", "id": "15429", "postId": "14379", "score": "0", "text": "Yes, well, providing it outputs properly. Tried doing an ePub to RTF translation the other day (I am a huge fan of Gentium Book Basic, so I try to retypeset all my books) and had OO complain the file was corrupt.", "userDisplayName": null, "userId": "5707" }, { "creationDate": "2014-04-04T15:00:13.000", "id": "580240", "postId": "14379", "score": "1", "text": "Calibre is great for managing epub books, for syncing them to your ereader (and much better than the Sony software), but in my experience the built in reader is slow. The firefox addon mentioned in the other answer works a lot better.", "userDisplayName": null, "userId": "55365" }, { "creationDate": "2014-10-20T14:01:49.630", "id": "737905", "postId": "14379", "score": "0", "text": "The icon doesn't display in 14.04. Everything else works fine (.epub opens by default with Calibre's ebook viewer, and there's an entry in dash). The only problem is that it doesn't have an icon in dash nor in Open With ... Can you fix this icon issue? Thanks.", "userDisplayName": null, "userId": "234374" }, { "creationDate": "2016-12-04T04:45:17.400", "id": "1319455", "postId": "14379", "score": "8", "text": "I do not like how it makes a copy of the book in it's own folder, this reminds me of itunes. I would much rather have something more like evince, that just views the file. I tried creating the `.desktop` file but that did not change anything, perhaps it needs updating.", "userDisplayName": null, "userId": "385212" }, { "creationDate": "2017-10-07T23:10:45.193", "id": "1540235", "postId": "14379", "score": "0", "text": "Unfortunately, Calibre has a taste of piracy. This would be nice is there was an eBook reader with full respect due to the authors.", "userDisplayName": null, "userId": "97838" }, { "creationDate": "2019-06-06T05:46:54.467", "id": "1909067", "postId": "14379", "score": "0", "text": "Could not install Calibre on Ubuntu 19.04 - it throws `Your version of lxml is too old, version 3.8.0 is minimum` though `dpkg -l | grep lxml` shows version 4.3.3-1", "userDisplayName": null, "userId": "249099" }, { "creationDate": "2021-12-13T16:55:39.290", "id": "2380954", "postId": "14379", "score": "1", "text": "Double clicking opens up what seems to be a Calibre editor rather than the viewer that I can open from withing Calibre. Did I do something wrong? Is there a way to get the viewer instead of the editor on a double click.", "userDisplayName": null, "userId": "800252" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-22T09:13:52.887", "id": "14379", "lastActivityDate": "2023-06-08T19:12:34.077", "lastEditDate": "2023-06-08T19:12:34.077", "lastEditorDisplayName": null, "lastEditorUserId": "349837", "ownerDisplayName": null, "ownerUserId": "5691", "parentId": "14378", "postTypeId": "2", "score": "261" }
[ { "accepted": true, "body": "<h2><a href=\"https://calibre-ebook.com\" rel=\"noreferrer\">calibre</a></h2>\n<p>You can use calibre software for viewing .epub documents.</p>\n<p>To install calibre <a href=\"https://flathub.org/apps/com.calibre_ebook.calibre\" rel=\"noreferrer\">from Flathub</a>, or (<a href=...
null
null
null
null
null
14382
1
null
2010-11-22T09:22:08.057
1
933
<p>I am trying to install a driver for this <a href="http://support.advantech.com/support/DownloadSRDetail.aspx?SR_ID=1-41GHVV&amp;Doc_Source=Download" rel="nofollow">DAQ card</a>, but when I execute (as in given documentation):</p> <pre><code>insmod /usr/.../advdrv_core.ko </code></pre> <p><strong>i get this error:</strong></p> <pre><code>invalid module format </code></pre> <p>As I found out, this is because downloaded driver is for kernel 2.6.18, so it will not work on new one, but there is also source code provided so is it possible to compile it for this kernel?</p>
6388
47151
2012-03-11T09:42:34.267
2012-03-11T09:42:34.267
Driver installation: compiling source code for newer kernel
[ "drivers", "kernel", "compiling", "compatibility" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2010-11-22T10:39:10.803", "id": "15066", "postId": "14382", "score": "0", "text": "\"Compiling from source code\" isn't a very descriptive sentence for this question. Could you change to one more appropriate?", "userDisplayName": null, "userId": "5484" } ]
null
[ { "accepted": null, "body": "<p>If the kernel module is outdated (and doesn't work with the newest kernels) then just having the source code does not mean that you can just compile it. It would need to be modified at the source level to be made compatible with newer kernels.</p>\n\n<p>The link you provided ...
null
null
null
null
null
14394
1
null
2010-11-22T11:34:40.787
38
30726
<p>GUI update-manager is able to show the "changelog" of packages to-be installed (not downloaded yet).</p> <p>I also found out how to provide the .changelog files in the right place for update-manager to show them, and now I'm happy since I'm able to tell my clients that they can see changelogs of my custom packages directly from their gui.</p> <p>Unfortunately I'm not able to find any command line tool to do the same thing and that would be more useful on servers.</p> <p>From what I saw it seems that this convention (putting .changelog files directly alongside the .deb files in the apt repo) is a ubuntu specific extension.</p> <p>There are some debian resources (the reprepro man page for example) which point on a different way to store changelogs online, <a href="http://packages.debian.org/changelogs">http://packages.debian.org/changelogs</a></p> <p>Does anybody know if there already exists a tool like apt-cache to show the changelogs from packages which are not yet installed (nor downloaded) ?</p>
1943
null
null
2017-11-30T17:03:59.647
apt changelog for to-be installed packages
[ "apt", "dpkg" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2016-12-16T14:00:42.887", "id": "1328598", "postId": "14394", "score": "2", "text": "Why is this question marked as a duplicate? The question linked in the duplicate notice was asked 3 years later , and specifically asks for a solution different to this question. That one link...
null
[ { "accepted": null, "body": "<p>Not sure if I understood what you really need, but </p>\n\n<pre><code>aptitude changelog package-name\n</code></pre>\n\n<p>will show the changelog for any package in the Ubuntu repos. It doesn't work in the PPAs though.</p>\n", "commentCount": "3", "comments": [ ...
null
null
2014-07-24T17:32:42.467
null
null
14395
1
14400
2010-11-22T11:57:47.517
1
1343
<p>Is there a way to change the icon that a wine application (in this instance, spotify) uses. I can change the menu and dock icons easily enough, the one i want to change is the one that appears when the application runs, and appears in the notification area. </p> <p>Whenever i run it at the minute, it reverts back to its old, low res icon.</p>
2978
null
null
2010-11-22T12:25:27.923
change icon for wine application
[ "wine", "icons" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I don't think that you can change it, spotify really tries hard to be the less themeable as possible, something about brand management.</p>\n\n<p>If you are a paying member, you can use the linux version. It has a decent resolution, grey notification icon that fits nicely with Ubuntu default themes. But they try to manage their own window, it has it's own title bar, buttons on the right and it doesn't bubble when you move it. You can force compiz to manage it, but then you have two sets of close, minimize and maximize buttons.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T12:25:27.923", "id": "14400", "lastActivityDate": "2010-11-22T12:25:27.923", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "211", "parentId": "14395", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I don't think that you can change it, spotify really tries hard to be the less themeable as possible, something about brand management.</p>\n\n<p>If you are a paying member, you can use the linux version. It has a decent resolution, grey notification icon that fits nicely wit...
null
null
null
null
null
14397
1
14398
2010-11-22T12:10:13.963
14
4596
<p>Every so often my laptop locks up with some rogue process taking up all the i/o or processor. I then spend ages fighting with the mouse to open up the Applications menu so I can open a terminal so I can diagnose the problem and kill the process.</p> <p>Is there a quicker way to break into the terminal?</p>
6392
527764
2017-03-12T11:36:23.753
2017-03-12T11:36:23.753
Breaking out to the terminal
[ "command-line" ]
6
2
CC BY-SA 3.0
[ { "creationDate": "2010-11-23T08:13:20.617", "id": "15186", "postId": "14397", "score": "0", "text": "Is it always the same program? it might be a bug. If it's a I/O problem it might be bad blocks on you hdd, or scratched optical media. (I know this is not directly to do with opening a terminal)...
{ "accepted": true, "body": "<p><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>F1</kbd> should give you a terminal where yon can log in to diagnose the problem. You can press <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>F7</kbd> (sometimes F8) to return to the GUI.</p>\n\n<p>There are additional terminals in <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>F2</kbd>, <kbd>F3</kbd>, etc...</p>\n\n<p>I also find very useful to map <kbd>CTRL</kbd>+<kbd>ESC</kbd> to the system monitor, where I can kill a process quickly.</p>\n\n<p>As SW01 said, you can also type <kbd>ALT</kbd>+<kbd>F2</kbd> to execute one command. This will only work if gnome-panel is enabled (it works by default).</p>\n\n<p>And fred.bear added than <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>T</kbd> will open a new window with the default terminal.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-22T15:17:03.860", "id": "15087", "postId": "14398", "score": "2", "text": "Please, if you vote this up, vote too the other answers that I expanded here.", "userDisplayName": null, "userId": "211" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T12:20:21.737", "id": "14398", "lastActivityDate": "2010-11-24T08:06:29.020", "lastEditDate": "2010-11-24T08:06:29.020", "lastEditorDisplayName": null, "lastEditorUserId": "211", "ownerDisplayName": null, "ownerUserId": "211", "parentId": "14397", "postTypeId": "2", "score": "26" }
[ { "accepted": true, "body": "<p><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>F1</kbd> should give you a terminal where yon can log in to diagnose the problem. You can press <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>F7</kbd> (sometimes F8) to return to the GUI.</p>\n\n<p>There are additional terminals in <kbd>CTRL</kbd>+<k...
null
null
null
null
null
14404
1
14410
2010-11-22T13:16:05.630
9
9337
<p>I sometimes use <code>ssh</code> to connect to a remote machine. Once I enter the passphrase once, I can use <code>ssh</code> again without the passphrase, but even if I come back a long time later, it still doesn't ask me, because the key is cached. I can do <code>ssh-add -D</code> to remove the key from the cache, but I want that to happen automatically after, say, 1 hour. How can I do that?</p>
3906
null
null
2014-07-30T18:16:32.027
make my ssh key expire automatically
[ "ssh" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The program that caches your ssh keys is the ssh-agent program, if you look at the man page you can see this relivent option:</p>\n\n<pre><code>-t life Set a default value for the maximum lifetime of identities added\n to the agent. The lifetime may be specified in seconds or in a\n time format specified in sshd_config(5). A lifetime specified\n for an identity with ssh-add(1) overrides this value. Without\n this option the default maximum lifetime is forever.\n</code></pre>\n\n<p>You can edit the ssh-agent program in your startup programs. Go to <code>System &gt; Preferences &gt; Startup Programs</code>, look for the <code>SSH Key Agent</code> and append <code>-t 3600</code> to the comman. This will expire your keys in one hour.</p>\n\n<p><img src=\"https://i.stack.imgur.com/ehSu4.png\" alt=\"alt text\"></p>\n\n<p>You will need to restart your session (log out and back in) for it to take effect. You can also do a similar thing for your gpg key which also can be set in an agent program which can be launched the same way (but isn't installed by default) just in case you get sick of typing in your gpg pass-phrase for package building or emailing.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T14:01:53.513", "id": "14410", "lastActivityDate": "2011-01-28T17:18:57.177", "lastEditDate": "2011-01-28T17:18:57.177", "lastEditorDisplayName": null, "lastEditorUserId": "132", "ownerDisplayName": null, "ownerUserId": "132", "parentId": "14404", "postTypeId": "2", "score": "11" }
[ { "accepted": null, "body": "<p>You can add a cron job for that.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-09-03T21:21:30.290", "id": "228904", "postId": "14405", "score": "0", "text": "Can you expand this answer to explain how? ...
null
null
null
null
null
14407
1
null
2010-11-22T13:38:27.143
0
976
<p>My Aspire One netbook is now a <i>not</i>book. </p> <p>It's an AOA-110 that has worked fine forever and a day (currently with Maverick UNR, fully updated). Last night, I was ereading and went to go online to look something up. I notice that not only am I not connected, but my AP is not even visible.</p> <p>Okay. Research time.</p> <p>I find out about RFKILL. It is showing a hard block on the ATH5K device. The switch is NOT flipped.</p> <p>Among other things, I have tried remapping the switch and the steps listed in #49 <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/478036" rel="nofollow">here</a>.</p> <p>Unfortunately, between this, the current <a href="https://bugs.launchpad.net/udev/+bug/647404" rel="nofollow">UDEV worker error</a>, the <a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/660127" rel="nofollow">fullscreen Flash video error</a>, and apparently narrowly avoiding the <a href="https://bugs.launchpad.net/fedora/+source/devicekit-disks/+bug/445852" rel="nofollow">devkit SSD issue</a>, and the perennial lack of progress on Launchpad (as well as two weird errors on two Wubi installs done to make converts), I am losing all faith in Ubuntu.</p> <p>In addition, even when a hard block seems to be missing, neither Network Manager nor Wicd seem to see the AP I know is there and in range. iwlist scan shows no results, and iwconfig shows the WLAN0 interface.</p> <p>Enough discussing, on to questioning.</p> <p>How can I fix this? Secondly, any ideas on why this is happening?</p> <p>I am desperately fighting a complete reinstall. Any help out there? </p>
5707
5707
2010-11-22T13:43:30.200
2010-11-23T21:46:44.313
Acer Aspire One AOA110 randomly hard blocks WLAN0 - How to stop it
[ "acer", "aspire-one", "ath5k" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T15:05:39.257", "id": "15083", "postId": "14407", "score": "0", "text": "it appears to me that most of the \"problems\" you are referencing come back to buggy firmware on newer netbooks. mine is older, but continues to work just fine.", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>Firstly, ensure you're using the most current bios. Secondly, I'm presuming you've set rfkill to soft-unblock the device. Thirdly, I'm presuming you've purged hal from your system (which would be the default state if you did a fresh install of Lucid or Maverick). Fourthly,...
null
null
2012-09-04T07:00:26.507
null
null
14409
1
14411
2010-11-22T14:00:11.427
35
60325
<p>When I try to use scp over IPv6 addresses I get this:</p> <pre><code>scp -6 osis@::1:/home/osis/test.file ./test.file ssh: Could not resolve hostname : Name or service not known </code></pre> <p>With scp all I ever get is </p> <pre><code>ssh: Could not resolve hostname : Name or service not known </code></pre> <p>using this I get a login into my box without a hitch</p> <pre><code>ssh osis@::1 </code></pre>
5146
34298
2014-07-18T20:24:44.027
2019-08-10T11:07:39.697
How to make scp to use ipv6 addresses?
[ "ipv6", "scp" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>scp</code> requires some special syntax. The IPv6 address must be enclosed in brackets, which must then be escaped. So in your example it would look like this:</p>\n\n<pre><code>scp -6 osis@\\[2001:db8:0:1\\]:/home/osis/test.file ./test.file\n</code></pre>\n\n<p>Otherwise the first colon ':' is thought to be the separator between the file and the address parts which would result in </p>\n\n<pre><code>ssh: Could not resolve hostname 2001: Address family for hostname not supported\n</code></pre>\n\n<p>In your example with the ip <code>::1</code> it is interpreted as if you want to ssh to the host <code>''</code> (blank).</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2010-11-22T14:24:24.463", "id": "15078", "postId": "14411", "score": "0", "text": "thank you for your answer, this info was somehow missing from man scp;man ssh", "userDisplayName": null, "userId": "5146" }, { "creationDate": "2010-11-22T17:26:46.163", "id": "15095", "postId": "14411", "score": "2", "text": "Consider submitting an updated man page, then you can say: I helped.", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-04-30T16:22:16.147", "id": "42358", "postId": "14411", "score": "2", "text": "When using the -6 flag, you can just type localhost instead of ::1 (which is the IPv6 Address for localhost) to avoid the brackets and therefore any need to escape something on the shell: `scp -6 osis@localhost:/home/osis/test.file ./test.file`", "userDisplayName": null, "userId": "13930" }, { "creationDate": "2019-02-19T17:08:05.933", "id": "1850181", "postId": "14411", "score": "1", "text": "You are not supposed to use IPv6 addresses, you are supposed to use DNS names.", "userDisplayName": null, "userId": "9993" }, { "creationDate": "2020-05-15T23:12:33.823", "id": "2089170", "postId": "14411", "score": "0", "text": "Note brackets work only with `scp`, not with `ssh`. Closed as WONTFIX: https://bugzilla.mindrot.org/show_bug.cgi?id=1602", "userDisplayName": null, "userId": "117217" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-22T14:07:11.730", "id": "14411", "lastActivityDate": "2014-07-21T21:48:02.047", "lastEditDate": "2014-07-21T21:48:02.047", "lastEditorDisplayName": null, "lastEditorUserId": "34298", "ownerDisplayName": null, "ownerUserId": "132", "parentId": "14409", "postTypeId": "2", "score": "59" }
[ { "accepted": true, "body": "<p><code>scp</code> requires some special syntax. The IPv6 address must be enclosed in brackets, which must then be escaped. So in your example it would look like this:</p>\n\n<pre><code>scp -6 osis@\\[2001:db8:0:1\\]:/home/osis/test.file ./test.file\n</code></pre>\n\n<p>Otherwi...
null
null
null
null
null
14416
1
null
2010-11-22T16:02:28.183
13
4041
<p>After shutdown I notice that both the USB hub and the external USB drive remain active (lights on): the next time I try to boot the system hang after grub and I have to do a hard reboot. After that the system boots fine, until the next shutdown/boot cycle.</p> <p>Ideas on how to troubleshoot/resolve the issue?</p> <p>EDIT: The USB hard drive is powered by an adapter, while the hub is self powered; it's a dual-boot machine, with Windows XP on another partition and with Win there's no such a problem.</p> <p>EDIT #2: It's a PC, and the USB devices remain active <strong>after</strong> the PC's shtudown: I mean, when the pc is completely off, not standby, not hibernated and not suspended. After that the CPU, PSU, GPU and the various fans are completely quiet.</p> <p>EDIT #3: The problem occurs also if a SD card is in the reader at boot time.</p>
1626
1626
2011-06-06T20:48:58.983
2011-06-08T22:26:56.230
External USB drive won't stop after shutdown
[ "10.04", "boot", "usb", "grub2" ]
3
10
CC BY-SA 3.0
[ { "creationDate": "2010-11-22T16:22:25.790", "id": "15089", "postId": "14416", "score": "0", "text": "Hello! Please give me more info, try the same with other machines(ex. with apple/ms), and try with a 10.10 or 9.10 live cd the same, give me the results plz!", "userDisplayName": null, "...
null
[ { "accepted": null, "body": "<p>Also, I re-read again before posting, and I think I mis-interpereted your question. By \nafter shutdown, do you mean after the PC shuts down, or the process of shutting down, before the PC turns itself off?</p>\n\n<hr>\n\n<p>I am assuming you have a PC, not a laptop. When you...
null
null
null
null
null
14417
1
14432
2010-11-22T16:14:52.197
0
4671
<p>Gnome 2.x always messes up my icons in the notification area and stuff when using dual monitor. I was wondering if the new unity will work better?</p>
3889
4409
2010-11-22T17:58:29.513
2010-11-23T03:21:27.790
Will the new Unity support dual monitors better then what Gnome 2.X does?
[ "unity", "11.04" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T03:36:42.933", "id": "15166", "postId": "14417", "score": "0", "text": "Possible Duplicate: http://askubuntu.com/questions/9886/how-does-unity-work-in-multi-monitor-configurations", "userDisplayName": null, "userId": "41" } ]
{ "accepted": true, "body": "<p>As covered <a href=\"https://askubuntu.com/questions/9886/how-does-unity-work-in-multi-monitor-configurations\">here</a>, multi-monitor support for Unity in 11.04 is being treated with high importance.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T17:52:22.310", "id": "14432", "lastActivityDate": "2010-11-22T17:52:22.310", "lastEditDate": "2017-04-13T12:23:56.577", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "4409", "parentId": "14417", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>As covered <a href=\"https://askubuntu.com/questions/9886/how-does-unity-work-in-multi-monitor-configurations\">here</a>, multi-monitor support for Unity in 11.04 is being treated with high importance.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDa...
null
null
2010-11-23T03:35:43.760
null
null
14418
1
14421
2010-11-22T16:16:56.823
19
22038
<p>Can I configure MySQL to store a specific database in a separate place on disk?</p> <p>I still want any new databases to go to the default location, but there's a specific database that I'd like to have stored in my Dropbox folder so that it can stay synced between a few computers. </p> <p>How can I do this?</p>
2715
6341
2011-05-17T12:18:49.643
2014-01-13T08:27:40.320
Different locations for MySQL databases?
[ "mysql", "database" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2018-07-30T10:00:34.600", "id": "1736171", "postId": "14418", "score": "1", "text": "Incidentally, it's possible to do this the other way around. Leave the database as it was, and symlink *to* it from Dropbox. Dropbox doesn't really understand symlinks, and will just sync them...
{ "accepted": true, "body": "<p>Of course you can! You have to <strong>grant root permisson</strong>. Read the <strong>ln</strong> manual pages.</p>\n\n<p>MySQL stores the database data in separated dirs in <code>/var/lib/mysql</code>. I think, at first you had to make a dir, where you want to put the selected database's files.\nGrant root permisson, stop MySQL deamon:</p>\n\n<pre><code># /etc/init.d/mysql stop\n</code></pre>\n\n<p>Copy your data to your new folder:</p>\n\n<pre><code># cp /var/lib/mysql/DATABASENAME /path/to/new/database/dir\n</code></pre>\n\n<p>Remove your old dir from MySQL data files: (<strong>Warning! ALWAYS make SQL dump first!!!</strong>)</p>\n\n<pre><code># rm -R /var/lib/mysql/DATABASENAME\n</code></pre>\n\n<p>Make a symlink back to MySQL data dir: (<strong>Pay attention! Read the man page of ln first!!!</strong>)</p>\n\n<pre><code># ln -s /full/path/to/new/database/dir /var/lib/mysql/DATABASENAME\n</code></pre>\n\n<p>After it, you are ready, start your MySQL:</p>\n\n<pre><code># /etc/init.d/mysql start\n</code></pre>\n\n<p>Warning! If your new dir isn't write- and readable by MySQL that wouldn't work!\nExample, the common problem: you place your new data dir to your home folder, your home folder is read protected by others(ex: drwxrwx--- you you yourdir).</p>\n\n<p>Ask, if you want to know other things about that method!</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-22T19:21:14.170", "id": "15112", "postId": "14421", "score": "2", "text": "Thanks! I didn't even consider symlinks, I was too busy thinking about ways to do it inside mysql.", "userDisplayName": null, "userId": "2715" }, { "creationDate": "2010-11-22T23:22:28.810", "id": "15140", "postId": "14421", "score": "8", "text": "You'll want to edit `/etc/apparmor.d/*mysqld` to include the new directory too. Then `sudo service apparmor reload` before restarting MySQL.", "userDisplayName": null, "userId": "721" }, { "creationDate": "2015-08-19T18:47:53.367", "id": "956518", "postId": "14421", "score": "3", "text": "@KeesCook thanks so much for the apparmor tip, that was driving me crazy!! Looks like it's better to put it in `/etc/apparmor.d/local` though (on my install there's already a usr.sbin.mysqld there), adding a single `/full/path/to/new/database/dir/** rwk,` did it for me...", "userDisplayName": null, "userId": "10600" }, { "creationDate": "2017-09-10T17:02:26.413", "id": "1521950", "postId": "14421", "score": "0", "text": "Thanks so much, some details of editing the apparmor [here](https://stackoverflow.com/questions/4182468/moving-mysql-innodb-database-to-separate-drive/11751680#11751680) is also useful. I was slowed down trying to put the database on a drive which does did not mount automatically at boot and needed root user to access it. Refused to work. Edited `fstab` like [this](https://askubuntu.com/questions/154180/how-to-mount-a-new-drive-on-startup) so that that drive was mounted in the file system after bootup, now everything works.", "userDisplayName": null, "userId": "707924" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T16:41:57.373", "id": "14421", "lastActivityDate": "2010-11-22T19:42:34.620", "lastEditDate": "2010-11-22T19:42:34.620", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "6341", "parentId": "14418", "postTypeId": "2", "score": "27" }
[ { "accepted": true, "body": "<p>Of course you can! You have to <strong>grant root permisson</strong>. Read the <strong>ln</strong> manual pages.</p>\n\n<p>MySQL stores the database data in separated dirs in <code>/var/lib/mysql</code>. I think, at first you had to make a dir, where you want to put the selec...
null
null
null
null
null
14424
1
14425
2010-11-22T17:03:47.377
5
680
<p>I'm trying to create a user profile for 10.10 and my last step is to create a log out button for the desktop. I managed to find a simple command for a launcher to execute the log out prompt. Unfortunately, along with an option to log out, there is also an option to switch user. For my purposes, giving an option to switch the user is not desired. I have tried everything possible to disable user switching but it does not seem to effect the ability to click the switch user option in the log out dialog box. </p> <p>What I would really like to use is the log out option that the Indicator Applet Session uses. Clicking log out from the applet does not give the option to switch user. Is there any way to take whatever command the applet is using and create a launcher for the desktop?</p>
6406
6406
2010-11-22T18:24:09.273
2010-11-22T18:24:09.273
Indicator Applet Session Log Out Dialog
[ "10.10", "indicator" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The exact dialog Indicator Session uses<br>\nis this: <code>/usr/lib/indicator-session/gtk-logout-helper</code></p>\n\n<p>So you can simply add a custom launcher to your panel like so: </p>\n\n<p><img src=\"https://i.stack.imgur.com/QrVwu.png\" alt=\"alt text\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/QvkIj.png\" alt=\"Screenshot of the Log Out Dialog\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-22T18:41:09.960", "id": "15104", "postId": "14425", "score": "0", "text": "Awesome, that was just what I was looking for!", "userDisplayName": null, "userId": "6406" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T17:11:13.937", "id": "14425", "lastActivityDate": "2010-11-22T18:19:07.170", "lastEditDate": "2010-11-22T18:19:07.170", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "14424", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>The exact dialog Indicator Session uses<br>\nis this: <code>/usr/lib/indicator-session/gtk-logout-helper</code></p>\n\n<p>So you can simply add a custom launcher to your panel like so: </p>\n\n<p><img src=\"https://i.stack.imgur.com/QrVwu.png\" alt=\"alt text\"></p>\n\n<p><i...
null
null
null
null
null
14426
1
14429
2010-11-22T17:15:29.287
2
1942
<p>Which driver is better ? i've been using STA , but now i switched to b43 and i think b43 is better in performance than STA .</p>
6317
6317
2010-11-22T17:36:46.187
2010-11-22T17:36:46.187
b43 vs linux STA
[ "wireless" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>for supported broadcom chipsets the b43 binary packages almost always work better. hopefully we can look forward to better open source drivers eventually (like the change from madwifi to ath5k/ath9k). just my 2 cents...broadcom has been a thorn in the side of linux for some time. i remember having to use ndis-wrapper to get any amount of stability out of broadcom.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T17:34:20.580", "id": "14429", "lastActivityDate": "2010-11-22T17:34:20.580", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5768", "parentId": "14426", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>I think it's depends on your WLAN type.<br>\nIn my case b43 works better.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T17:25:28.403", "id": "14427", "lastActi...
null
null
null
null
null
14428
1
null
2010-11-22T17:32:55.280
2
2155
<p>How to add a hyper-link to an action button in Open Office.org Presentation? </p>
6281
null
null
2017-03-12T04:35:27.950
How to add a hyperlink to an action button?
[ "openoffice.org" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>This is from Oracle's <a href=\"http://blogs.sun.com/oootnt/entry/exploring_hidden_secrets_push_buttons\" rel=\"nofollow noreferrer\">OpenOffice Help TNT blog</a>:</p>\n<blockquote>\n<ul>\n<li>Right-click the new push button and choose Control from the context menu.\nThis...
null
0
null
null
null
14430
1
14434
2010-11-22T17:35:29.347
9
460
<p>I wonder if it is possible to make Nautilus grouping files and folders as Windows do. This is the only thing I don't like in Ubuntu interface. In Windows in every folder my files are always separated to last edited groups: today, yesterday, this week etc. In Ubuntu, say, in Downloads, I hardly able to find what was downloaded 5 seconds ago. Any tweaks/software to implement this? I'm using 10.10.</p>
1682
235
2010-11-22T17:38:19.190
2017-02-19T23:26:57.073
Grouping folders in Gnome
[ "10.10", "gnome", "nautilus", "nautilus-elementary" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T17:46:23.940", "id": "15096", "postId": "14430", "score": "0", "text": "Hope my english is okay in this question.", "userDisplayName": null, "userId": "1682" }, { "creationDate": "2010-12-02T01:42:59.117", "id": "16615", "postId": "14430", ...
{ "accepted": true, "body": "<p>This is exactly what the <a href=\"http://zeitgeist-project.com/\" rel=\"nofollow noreferrer\">Zeitgeist project</a> aims to provide users with. You can download and get the latest version of Zeitgeist and the browser which will not only show you what you last worked on / downloaded but lots of other cool stuff.</p>\n\n<p>Zeigeist is being worked into the unity interface for 11.04 in the places menu, so you'll only need to go there to see recent downloads sorted by date and categorised by time period.</p>\n\n<p><img src=\"https://i.stack.imgur.com/znyl1.jpg\" alt=\"Unity Places Interface\"></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-22T18:10:58.130", "id": "15100", "postId": "14434", "score": "0", "text": "Zeitgeist project page is here: http://zeitgeist-project.com/", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2010-11-22T18:31:19.297", "id": "15102", "postId": "14434", "score": "0", "text": "Zeitgeist seems to show only the files I downloaded that I also read/modified.", "userDisplayName": null, "userId": "114" }, { "creationDate": "2010-11-22T18:53:49.433", "id": "15107", "postId": "14434", "score": "0", "text": "Okay I will check this and say if it's what I need, thank you very much.", "userDisplayName": null, "userId": "1682" }, { "creationDate": "2010-11-22T19:01:58.553", "id": "15108", "postId": "14434", "score": "0", "text": "It's great! I will use this, hope there will be any gnome-not-unity plugin soon, a pity is \"extensions\" link on their website is broken.", "userDisplayName": null, "userId": "1682" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T17:58:43.907", "id": "14434", "lastActivityDate": "2010-11-22T20:07:09.177", "lastEditDate": "2010-11-22T20:07:09.177", "lastEditorDisplayName": null, "lastEditorUserId": "132", "ownerDisplayName": null, "ownerUserId": "132", "parentId": "14430", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>This is exactly what the <a href=\"http://zeitgeist-project.com/\" rel=\"nofollow noreferrer\">Zeitgeist project</a> aims to provide users with. You can download and get the latest version of Zeitgeist and the browser which will not only show you what you last worked on / dow...
null
null
null
null
null
14437
1
14502
2010-11-22T18:42:05.887
7
361
<p>Since the Compiz version of Unity does not have a dash at the moment, I was wondering if the Unity team is planning to port the current version of the dash "as it is" (eight huge icons to open Firefox / categorized apps / Software Center), as seen here...</p> <p><img src="https://i.stack.imgur.com/pXTMF.png" alt="alt text"></p> <p>...or will rather introduce some changes here and there, and in this case, how extensive the planned changes are going to be, e.g. somehow merging the apps, places and people menus.</p>
4862
3037
2010-12-15T21:35:31.060
2010-12-15T21:35:31.060
Will the Compiz version's dash be the same as the current dash?
[ "unity", "11.04" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In 11.04, you'll be able to remove the home screen shortcuts, and of course add them back.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-23T14:51:07.157", "id": "15248", "postId": "14502", "score": "1", "text": "Will you also be able to set custom ones?", "userDisplayName": null, "userId": "4862" }, { "creationDate": "2010-12-06T22:14:54.800", "id": "17406", "postId": "14502", "score": "0", "text": "I hope so. . . .", "userDisplayName": null, "userId": "1992" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T09:58:00.450", "id": "14502", "lastActivityDate": "2010-11-23T09:58:00.450", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5287", "parentId": "14437", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>I don't think anything like that has been decided as of yet.</p>\n\n<p><em>The best way to predict the future is <a href=\"https://blueprints.launchpad.net/ubuntu?searchtext=unity\" rel=\"nofollow\">to invent it</a>.</em> :-)</p>\n", "commentCount": "0", "comments": [...
null
null
null
null
null
14440
1
14448
2010-11-22T19:48:33.117
4
21591
<p>I recently inherited a cheap EzBook PC and decided it might be fun to throw Ubuntu on it. I have a USB all setup but for the life of me can't get it to boot from USB! I've looked online and can't seem to find the motherboard details anywhere to access the BIOS and more applications won't work on Windows CE so I'm stuck. Is there an obscure Windows CE installer out there? It's really frustrating when I can't get to the BIOS - and I don't have a manual.</p> <p>If anyone knows anything I'd appreciate it!</p>
6412
186134
2015-05-31T17:51:03.773
2015-05-31T17:51:03.773
Installing Ubuntu on a Windows CE 6.0 EzBook PC (ez-72a)
[ "system-installation", "usb", "windows", "ubuntu-netbook" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2012-02-25T05:05:50.310", "id": "125546", "postId": "14440", "score": "0", "text": "You got to be careful what you do with those EasyPCs, they can be very iffie... Why I say this is because of the ARM chip, one in two of these EasyPCs have no way to install Android... The othe...
{ "accepted": true, "body": "<p>There is no BIOS on that machine because it's not an IBM compatible PC. It's an ARM device. Even if you could get the usb to boot, the PC versions of Ubuntu (i386 and x64) wouldn't work because the chip is completely different. You'll need an arm build, which luckily for you is almost done:</p>\n\n<p><a href=\"https://wiki.ubuntu.com/ARM/OMAP\">https://wiki.ubuntu.com/ARM/OMAP</a></p>\n\n<p>Unfortunately, the process for creating an image is very specific to each piece of hardware and unless your a programmer it might be a case of waiting until someone makes an image you can install.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-08T06:56:07.773", "id": "17640", "postId": "14448", "score": "0", "text": "Gotcha, very helpful. Hopefully someone will craft a release for my device!", "userDisplayName": null, "userId": "6412" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T20:25:53.427", "id": "14448", "lastActivityDate": "2010-11-22T20:25:53.427", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "14440", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>There is no BIOS on that machine because it's not an IBM compatible PC. It's an ARM device. Even if you could get the usb to boot, the PC versions of Ubuntu (i386 and x64) wouldn't work because the chip is completely different. You'll need an arm build, which luckily for you ...
null
null
null
null
null
14442
1
14445
2010-11-22T20:13:01.673
26
27727
<p>Is there anyway to create (C++ or C#) windows console applications inside Ubuntu's IDE (e.g Anjuta) and compile it for Windows?</p>
5034
667
2010-11-22T21:21:06.373
2017-03-12T12:13:32.583
How to program for Windows in Ubuntu?
[ "windows", "programming", "ide" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T20:42:45.533", "id": "15117", "postId": "14442", "score": "1", "text": "mingw is the obvious choice for cross-compiling, but i have no idea how to integrate it with Anjunta. I did see a tutorial on integrating mingw and kdevelop here: http://forums.gentoo.org/viewt...
{ "accepted": true, "body": "<p>You want to do cross-compiling, which is a way to compile code for platforms other than the one your on, especially when the processor is completely different. Basically you need to install all the headers for your target (i.e. windows) and then tell the compiler it's cross-compiling so it won't do some of the system checks and instead will point to non-standard directories.</p>\n\n<p>Depending on the language you might find it useful to do a search or question specifically, or if you're doing basic c you can use <a href=\"http://www.mingw.org/\" rel=\"noreferrer\">MinGW</a> tools and the same sort of linux based compile tools that use gcc:</p>\n\n<p><code>sudo apt-get install gcc-mingw32</code></p>\n\n<p>There is <a href=\"http://silmor.de/qtstuff.cross.php\" rel=\"noreferrer\">a good guide for qt/win32 cross compiling using MinGW tools</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-22T20:22:15.833", "id": "14445", "lastActivityDate": "2014-11-12T06:23:56.190", "lastEditDate": "2014-11-12T06:23:56.190", "lastEditorDisplayName": null, "lastEditorUserId": "283843", "ownerDisplayName": null, "ownerUserId": "132", "parentId": "14442", "postTypeId": "2", "score": "21" }
[ { "accepted": true, "body": "<p>You want to do cross-compiling, which is a way to compile code for platforms other than the one your on, especially when the processor is completely different. Basically you need to install all the headers for your target (i.e. windows) and then tell the compiler it's cross-c...
null
null
null
null
null
14444
1
14449
2010-11-22T20:21:12.670
10
17187
<p>I am exporting a directory via Samba to my home theater PC. Unfortunately XBMC is also displaying some working directories that I happen to be sharing inside that directory.</p> <p>I would like to find a way to have Samba ignore certain directories so that they are not shared with the other PCs. </p> <p>This is purely for vanity reasons so the solution doesn't need to be totally perfect (So a workaround would be fine, it doesn't have to be production quality) </p>
235
235
2012-12-03T13:47:39.873
2015-11-15T12:04:46.103
How do I blacklist certain directories in Samba?
[ "server", "samba" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I'm thinking <a href=\"https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html#VETOFILES\" rel=\"noreferrer\"><code>veto files</code></a> is the option you're looking for.</p>\n\n<p>Edit <code>/etc/samba/smb.conf</code> with root rights. Under the particular share <code>/var/test</code>, the following setting will exclude any descendant sub-directory or file matching <code>foo</code> or <code>*bar*</code> (beware, <code>/</code> means <strong>OR</strong>):</p>\n\n<pre><code>[myshare]\n path = /var/test\n veto files = /foo/*bar*/\n</code></pre>\n\n<p>Then, you need to restart Samba with <code>stop</code> and <code>start</code> (not <code>reload</code>):</p>\n\n<pre><code>sudo /etc/init.d/samba stop\nsudo /etc/init.d/samba start\n</code></pre>\n\n<p>Note: Shares created through Nautilus GUI are defined in individual files in <code>/var/lib/samba/usershare</code> but <code>veto files</code> <strong>can't be applied there</strong>. If it's your case:</p>\n\n<ul>\n<li>Either add <code>veto files</code> to the <code>[global]</code> section of <code>/var/lib/samba/usershare</code>. This will affect to all your global shares.</li>\n<li>Or delete the existing share definition file under <code>/var/lib/samba/usershare</code> and re-create it manually under <code>/etc/samba/smb.conf</code>. You can't copy paste; instead, <a href=\"https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20%28Command-line%20interface/Linux%20Terminal%29%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way!\" rel=\"noreferrer\">follow the guide</a>.</li>\n</ul>\n", "commentCount": "2", "comments": [ { "creationDate": "2013-06-28T19:11:23.963", "id": "397057", "postId": "14449", "score": "2", "text": "The `/` character in the `veto files` pattern is not a directory separator. In the example above, provided you add a `/` at the end to make it syntactically correct, any files or directories named either `var`, `test` or `private` will be hidden.", "userDisplayName": null, "userId": "833" }, { "creationDate": "2019-07-16T23:06:56.387", "id": "1929233", "postId": "14449", "score": "0", "text": "samba can read lists in \"veto files\"? https://serverfault.com/questions/923647/samba-multiple-lines-in-veto-files", "userDisplayName": null, "userId": "828892" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-22T20:32:10.973", "id": "14449", "lastActivityDate": "2015-11-15T12:04:46.103", "lastEditDate": "2015-11-15T12:04:46.103", "lastEditorDisplayName": null, "lastEditorUserId": "263353", "ownerDisplayName": null, "ownerUserId": "5768", "parentId": "14444", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p>I'm thinking <a href=\"https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html#VETOFILES\" rel=\"noreferrer\"><code>veto files</code></a> is the option you're looking for.</p>\n\n<p>Edit <code>/etc/samba/smb.conf</code> with root rights. Under the particular share <co...
null
0
null
null
null
14451
1
null
2010-11-22T20:45:22.770
5
5435
<p>I am running winamp using wine. When I am choosing music to open in winamp I can only browse inside wine's C drive but I have all my music on a separate partition. I want to be able to play the music from that partition instead of having to copy it into a folder in wine's virtual C drive.</p>
null
527764
2021-05-07T09:31:32.033
2021-05-07T09:31:32.033
How do I open files that are not located inside wine's virtual C drive?
[ "wine" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2010-11-22T20:56:50.950", "id": "15119", "postId": "14451", "score": "0", "text": "in several applications i can break out of wine's C drive, never used winamp though...it might be winamp specific", "userDisplayName": null, "userId": "5768" } ]
null
[ { "accepted": null, "body": "<p>From inside Winamp and other applications running within Wine then you should be able to navigate to the <strong>'Z'</strong> drive to access your Ubuntu filesystem.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-22T21:50:31.280", ...
null
null
null
null
tacomensa
14453
1
14463
2010-11-22T21:16:37.377
7
9864
<p>How do I turn off the arrow for desktop icons?</p>
6415
235
2011-01-21T16:36:55.613
2019-05-11T19:24:49.320
How to Remove shortcut arrow from desktop icons?
[ "gnome", "icons" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T21:19:53.833", "id": "15123", "postId": "14453", "score": "2", "text": "are you on gnome or kde? and btw what icons are you seeing an arrow on? Gnome doesn't normally put an arrow unless it's a symlink.", "userDisplayName": null, "userId": "1992" }, { ...
{ "accepted": true, "body": "<p>It is kind of hackish, but you could rename all the <code>emblem-symbolic-link.png</code> and<br>\n<code>emblem-symbolic-link.svg</code> icons to something else like <code>emblem-symbolic-link.png.bak</code> and <code>emblem-symbolic-link.svg.bak</code> respectively. Use <code>locate emblem-symbolic-link</code> to find where they are.</p>\n\n<p>But is there any reason you need to use a symlink?<br>\nOtherwise you could use a Launcher. Right-click on your desktop and select<br>\n<code>Create Launcher...</code>, and click on the <code>Browse...</code> button and select your portable program.\nWrite a name for your Launcher and (optionally) select a different icon and your done.</p>\n\n<p><img src=\"https://i.stack.imgur.com/QobcM.png\" alt=\"alt text\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-21T15:53:24.970", "id": "45027", "postId": "14463", "score": "0", "text": "Launchers are not navigable when in a modal window, like when you are saving a file (they just appear as the .desktop file they actually are). I found it very useful to include symlinks and *NOT* launchers in the Desktop to the folder you are currently working on, so you can open/save files through modal windows just clicking on \"dektop\", and then the desired folder.", "userDisplayName": "Ludovic Jakobsen", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T22:33:13.707", "id": "14463", "lastActivityDate": "2010-11-23T04:56:51.987", "lastEditDate": "2010-11-23T04:56:51.987", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "14453", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>It is kind of hackish, but you could rename all the <code>emblem-symbolic-link.png</code> and<br>\n<code>emblem-symbolic-link.svg</code> icons to something else like <code>emblem-symbolic-link.png.bak</code> and <code>emblem-symbolic-link.svg.bak</code> respectively. Use <co...
null
null
null
null
null
14457
1
14951
2010-11-22T21:29:52.410
9
18094
<p>Since Halloween, I have been really enjoying <a href="http://www.frictionalgames.com/site/games">Frictional Games'</a> Amnesia on Ubuntu. My next goal is to get the other offerings they have.</p> <p>Unfortunately, there is not a gamepad setting for this game (and many others out there). I know there is software like rejoystick that allows the mapping of keyboard keys to a gamepad. However, since this game incorporates the mouse, is there a solution to map both over?</p> <p>Thanks in advance.</p> <p>Update: I have found on <a href="http://playdeb.net">playdeb.net</a> QJoypad. It allows the mapping of both keyboard and mouse. Unfortunately, I still seem to have trouble with the mouse when entering Amnesia. </p>
77594
77594
2010-11-26T04:45:24.847
2014-06-21T09:29:35.770
Remapping both mouse and keyboard to a gamepad
[ "10.10", "configuration", "games", "gamepad" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-22T22:53:57.490", "id": "15136", "postId": "14457", "score": "0", "text": "I was googling the same problem today (wanted to play minecraft with a gamepad ;). I found joy2key, but have the same problem with mouse/mousebutton emulation.", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>The solution is QJoyPad. As I stated in my update on the question, it does allow the mapping of both keyboard and mouse. </p>\n\n<p>Amnesia is a little bit of an oddball in the configuration because the game uses, according to their <a href=\"http://www.frictionalgames.com/forum/thread-4569.html\" rel=\"nofollow\">forum</a>, relative mouse movements. The solution is launch the game via a terminal after typing in <code>export SDL_VIDEO_X11_DGAMOUSE=0</code>. After doing so, my test with the mouse worked fine.</p>\n\n<p>By the way, the controller I am using with QJoyPad is a Logitech Dual Action.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-26T05:00:51.017", "id": "14951", "lastActivityDate": "2010-11-26T05:00:51.017", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "77594", "parentId": "14457", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>The solution is QJoyPad. As I stated in my update on the question, it does allow the mapping of both keyboard and mouse. </p>\n\n<p>Amnesia is a little bit of an oddball in the configuration because the game uses, according to their <a href=\"http://www.frictionalgames.com/f...
null
null
null
null
null
14458
1
14460
2010-11-22T21:36:52.137
4
639
<p>I tried what was mentioned <a href="https://askubuntu.com/questions/723/how-to-change-the-format-of-the-date-time-displayed-in-top-panel">here</a> to no avail. When I update the values in gconf (any of the values, not just custom and custom_format) nothing changes. Is this a netbook edition problem? Is there another clock that I should be looking for, where the changes actually are happening? I only see one clock in the panel. Thanks.</p>
4204
-1
2017-04-13T12:24:11.043
2017-02-19T23:28:41.100
How do I get the clock to show the date?
[ "10.10", "ubuntu-netbook", "gnome-panel", "clock" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>In 10.10 the tools have been changed to dconf. First install <a href=\"https://launchpad.net/ubuntu/+source/dconf-tools\" rel=\"nofollow noreferrer\">dconf-tools</a> </p>\n\n<pre><code>sudo apt-get install dconf-tools\n</code></pre>\n\n<p>then run <code>dconf-editor</code></p>\n\n<p>Then navigate to <strong>apps -> indicators -> datetime</strong> and then check the \"show-date\" checkbox. </p>\n\n<p><img src=\"https://i.stack.imgur.com/1N7EO.png\" alt=\"alt text\"> </p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-22T22:21:13.113", "id": "15134", "postId": "14460", "score": "0", "text": "I wish I had a few more reputation points, so I could vote this up. Sorry.", "userDisplayName": null, "userId": "4204" }, { "creationDate": "2010-11-23T22:26:04.750", "id": "15341", "postId": "14460", "score": "0", "text": "Voted it up for you as it helped deal with something that was getting on my nerves.", "userDisplayName": null, "userId": "5707" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-11-22T21:44:54.483", "id": "14460", "lastActivityDate": "2017-02-19T23:28:41.100", "lastEditDate": "2017-02-19T23:28:41.100", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "14458", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>In 10.10 the tools have been changed to dconf. First install <a href=\"https://launchpad.net/ubuntu/+source/dconf-tools\" rel=\"nofollow noreferrer\">dconf-tools</a> </p>\n\n<pre><code>sudo apt-get install dconf-tools\n</code></pre>\n\n<p>then run <code>dconf-editor</code></p...
null
null
null
null
null
14465
1
14467
2010-11-22T22:38:46.223
6
2639
<p>I have a headless Ubuntu-server running at work, and I connect to it from my home Windows machine through Putty. I've logged in with putty, and I need to run a program back at the server (a java package) but it won't run without an X11 display. This is the error I get:</p> <p><code>No X11 DISPLAY variable was set, but this program performed an operation which requires it.</code></p> <p>I've never used a remote graphical session before, so correct me if I speak nonsense. The thing is, I don't really need a gui to interact with this software, I just need it to run as if there was a gui. So, what's the easiest way for me to get it to run on the server via remote login? It can be an actual display session, or some kind of emulated display that the application could output to. The important is that I can start it from a command-line-only Putty window, and that it won't stop when I log off.</p> <p>I read that <code>xvnc</code> might do the trick, but I didn't get how to do it.</p> <p>Was I clear enough?</p>
1012
721
2010-11-28T00:01:33.050
2010-11-28T00:01:33.050
Installing or faking a x11 session
[ "server", "display", "remote-desktop" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I recommend <code>xvfb-run</code> which will fake an X server for the program you want to run:</p>\n\n<pre><code>nohup xvfb-run -a PROGRAM &amp;\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-22T23:26:55.283", "id": "15142", "postId": "14467", "score": "0", "text": "The command ran fine, but I still get the same error when trying to run the program. How do I get the program to use the fake x server?", "userDisplayName": null, "userId": "1012" }, { "creationDate": "2010-11-22T23:28:30.617", "id": "15143", "postId": "14467", "score": "0", "text": "Sorry, I wasn't clear in my example. Replace \"xterm\" with the program you want to run.", "userDisplayName": null, "userId": "721" }, { "creationDate": "2010-11-22T23:48:34.740", "id": "15146", "postId": "14467", "score": "0", "text": "Ok, it works, but I had add an `-a` argument.", "userDisplayName": null, "userId": "1012" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-22T23:19:20.857", "id": "14467", "lastActivityDate": "2010-11-23T04:18:24.613", "lastEditDate": "2010-11-23T04:18:24.613", "lastEditorDisplayName": null, "lastEditorUserId": "721", "ownerDisplayName": null, "ownerUserId": "721", "parentId": "14465", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>I recommend <code>xvfb-run</code> which will fake an X server for the program you want to run:</p>\n\n<pre><code>nohup xvfb-run -a PROGRAM &amp;\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2010-11-22T23:26:55.283", "i...
null
null
null
null
null
14468
1
14604
2010-11-22T23:20:38.687
2
402
<p>When I set up my sync preferences for my Android phone, everything works fine and my media is successfully transferred, but when I unplug the phone (after pressing the eject button and being told it is now safe to remove the device) and plug it back in again, the sync settings have been reset and I need to reselect all my playlists again. How can I set up the preferences so that they persist after the phone is disconnected?</p>
null
null
null
2010-11-23T20:42:24.503
My 'Sync Preferences' are not being saved when I disconnect my Android smartphone from Banshee
[ "banshee", "sync", "android" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ok, this seems to have fixed itself. I have no idea what was going on, but I shut my computer down last night and started it again today and my sync preferences were intact. Strange.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T20:42:24.503", "id": "14604", "lastActivityDate": "2010-11-23T20:42:24.503", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user2405", "ownerUserId": null, "parentId": "14468", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Ok, this seems to have fixed itself. I have no idea what was going on, but I shut my computer down last night and started it again today and my sync preferences were intact. Strange.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "con...
null
null
null
null
user2405
14469
1
15061
2010-11-22T23:48:28.597
3
415
<p>After doing an in-place upgrade from Lucid to Maverick, my screen savers no longer work. I get a background that the panel/title-bar image, but no screen saver. I see no messages in dmesg, and don't really know where to start looking for causes for this problem. </p>
1217
null
null
2010-11-26T23:14:09.617
Screen Savers not working after Maverick Upgrade
[ "10.10", "upgrade", "screensaver" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T00:12:04.183", "id": "15147", "postId": "14469", "score": "0", "text": "Let me preface this by saying that I don't really know what this could be. With that said you could maybe try reinstalling gnome-screensaver. I can't guarantee that will actually do anything tho...
{ "accepted": true, "body": "<p>I noticed today after changing my screensaver to something else that the \"skyrocket\" screensaver process was still running, even though a different screensaver had been selected. After manually killing the process things seem to return to normal. I'm unsure at this point if there's a problem with the \"SkyRocket\" screensaver specifically, or something else.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-26T23:14:09.617", "id": "15061", "lastActivityDate": "2010-11-26T23:14:09.617", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1217", "parentId": "14469", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I noticed today after changing my screensaver to something else that the \"skyrocket\" screensaver process was still running, even though a different screensaver had been selected. After manually killing the process things seem to return to normal. I'm unsure at this point if...
null
null
null
null
null
14470
1
14583
2010-11-23T00:05:35.687
5
1358
<p>There seems to be no option available for changing the tooltip duration. Is there any way to do so?</p>
3175
null
null
2021-01-15T09:36:53.527
Any way to change the tooltip duration?
[ "gnome" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T05:57:21.343", "id": "15177", "postId": "14470", "score": "0", "text": "I will give you the full details early tomorrow.", "userDisplayName": null, "userId": "1992" }, { "creationDate": "2010-11-23T07:09:00.250", "id": "15183", "postId": "144...
{ "accepted": true, "body": "<p>If you are running compiz, this is a rather easy change to do. First you need to install Compizconfig Settings Manager.\nIt will appear in your preferences menu.</p>\n\n<p>Now, what you want to change is in the animations plugin. Choose close animation and add a new value, with fade as the animation (and type=Tooltip for window match), and add change the duration of it and then change the values as you wish (they are in milliseconds). They get applied automatically.</p>\n\n<p>With a little tweaking, you can have tooltips that appear to last on screen for a very long period of time, or tooltips that immediately disappear once you move the mouse away. The major drawback is that with this method, your tooltips will fade in some way. You could make them last even longer by adding an open animation with similar options.\n<img src=\"https://i.stack.imgur.com/7wE1I.png\" alt=\"alt text\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-23T22:47:54.387", "id": "15344", "postId": "14583", "score": "0", "text": "This is one creative solution. Thanks for sharing.", "userDisplayName": null, "userId": "3175" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T19:18:23.287", "id": "14583", "lastActivityDate": "2010-11-23T19:18:23.287", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "14470", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>If you are running compiz, this is a rather easy change to do. First you need to install Compizconfig Settings Manager.\nIt will appear in your preferences menu.</p>\n\n<p>Now, what you want to change is in the animations plugin. Choose close animation and add a new value, wi...
null
null
null
null
null
14471
1
14512
2010-11-23T00:19:33.193
3
965
<p>I use the Purisa Medium font in various appearance settings, it's wonderful. However, whenever I type the characters T and M next to each other, they mysteriously change into a face-like character that I have never seen elsewhere. Sadly, askubuntu doesn't allow me to post an image, but the same issue was reported here, with images: <a href="http://forum.ubuntu-fr.org/viewtopic.php?id=344298" rel="nofollow">http://forum.ubuntu-fr.org/viewtopic.php?id=344298</a></p> <p>Any ideas would be much appreciated!</p>
6423
null
null
2010-11-23T12:29:06.373
Purisa font renders strange symbol instead of TM
[ "fonts" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T01:20:48.967", "id": "15148", "postId": "14471", "score": "0", "text": "There is a clear img button in the toolbar of the composer. You have click that and show path to image and click \"upload\".", "userDisplayName": null, "userId": "4152" }, { "cre...
{ "accepted": true, "body": "<p>A font can contain tables which instruct it to replace certain combinations of characters with a glyph that represents them written together as a ligature. You won't come across it that often, and might not have noticed when you have. The image below is an example of this with the Tekton Pro font with the letters \"ff\" together and separated by a space. Note the ff is a glyph with one continuous line. If it were two normal f glyphs, that line would be staggered.</p>\n\n<p><img src=\"https://i.stack.imgur.com/QPz6M.png\" alt=\"alt text\"></p>\n\n<p>For some reason the Purisa font has such a substitution for \"TM\", replacing it with an entirely different glyph. This may be a designer's signature or some such whim. As it is primarily designed for writing Thai, perhaps TM wasn't thought a likely combination for someone to want to type.</p>\n\n<p><a href=\"https://www.dropbox.com/s/ka8cc5ulhknw8tj/Purisa.ttf\" rel=\"nofollow noreferrer\">This is a version of the font</a> that I have edited in fontforge, and removed the instruction to substitute TM. You could use this to replace /usr/share/fonts/truetype/thai/purissa.ttf as a quick fix (after replacing the file you need to run <code>fc-cache -r</code> and might need to log out if you are using it as a system font). I've <a href=\"https://bugs.launchpad.net/ubuntu/+source/thaifonts-scalable/+bug/680464\" rel=\"nofollow noreferrer\">filed as a bug</a>. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-24T14:06:50.077", "id": "15444", "postId": "14512", "score": "0", "text": "Thank you @misterben, that was a very useful explanation, and the fix worked.", "userDisplayName": null, "userId": "6423" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T11:31:34.130", "id": "14512", "lastActivityDate": "2010-11-23T12:29:06.373", "lastEditDate": "2010-11-23T12:29:06.373", "lastEditorDisplayName": null, "lastEditorUserId": "3251", "ownerDisplayName": null, "ownerUserId": "3251", "parentId": "14471", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>A font can contain tables which instruct it to replace certain combinations of characters with a glyph that represents them written together as a ligature. You won't come across it that often, and might not have noticed when you have. The image below is an example of this wit...
null
null
null
null
null
14473
1
null
2010-11-23T02:21:16.147
1
300
<p>Why will Netgear wireless adapter not work with SIMPLE netgear511 upgrade to UBUNTU 10.04 WHEN IT WAS WORKING PERFECTLY WITH 9.04</p> <p>I upgaded from UBUNTU 9.04 on my IBM THINKPAD to 10.04 LTS. The NETGEAR 511 ADAPTER HAD BEEN WORKING CORRECTLY with broadband wireless. With 10.04 the access point (and no other wireless point) was being seen. </p> <p>Reinstalling UBUNTU 9.04 automatically "sees" the WG 511 and permits connection to wi-fi. Something must have been changed/omitted in 10.04, but as a rank beginner w/UBUNTU, I don't know how to find out and fix it. Have so far been really impressed while trying to rehab this old IBM THINKPAD. Thanks for the guidance.</p>
null
235
2010-11-23T03:21:23.607
2017-02-19T23:30:52.603
Netgear 511 wireless adapter stopped working after upgrade
[ "10.04", "kernel", "laptop", "broadcom" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T02:24:00.947", "id": "15157", "postId": "14473", "score": "0", "text": "We need more information, see this question for tips on what logs we need information from: http://askubuntu.com/questions/14008/i-have-a-hardware-detection-problem-what-logs-do-i-need-to-look-i...
null
[ { "accepted": null, "body": "<p>I believe this card doesn't have a distributable firmware. Please try to install <a href=\"https://launchpad.net/ubuntu/+source/linux-firmware-nonfree\" rel=\"nofollow noreferrer\">linux-firmware-nonfree</a></p>\n\n<pre><code>sudo apt-get install linux-firmware-nonfree\n</cod...
null
null
null
null
ron kelly
14475
1
14489
2010-11-23T02:50:14.687
0
15235
<p>I have installed phpMyAdmin from the repositories, but I get 403 forbidden when I access <a href="http://localhost/phpmyadmin/index.php" rel="nofollow">http://localhost/phpmyadmin/index.php</a></p> <p>Apache is running fine, and so is PHP (I'm using apache2-mpm-worker with fcgi, phpinfo() works just fine).</p> <p>The repository installation for phpMyAdmin has created a folder /etc/phpmyadmin. There is a file apache.conf there, and a symlink to it from /etc/apache2/conf.d/phpmyadmin.conf. It has this content:</p> <pre><code>root@srvr-test:/etc/apache2/conf.d# cat phpmyadmin.conf # phpMyAdmin default Apache configuration Alias /phpmyadmin /usr/share/phpmyadmin &lt;Directory /usr/share/phpmyadmin&gt; Options FollowSymLinks DirectoryIndex index.php &lt;IfModule mod_php5.c&gt; AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_flag register_globals Off php_value include_path . &lt;/IfModule&gt; &lt;/Directory&gt; # Authorize for setup &lt;Directory /usr/share/phpmyadmin/setup&gt; &lt;IfModule mod_authn_file.c&gt; AuthType Basic AuthName "phpMyAdmin Setup" AuthUserFile /etc/phpmyadmin/htpasswd.setup &lt;/IfModule&gt; Require valid-user &lt;/Directory&gt; # Disallow web access to directories that don't need it &lt;Directory /usr/share/phpmyadmin/libraries&gt; Order Deny,Allow Deny from All &lt;/Directory&gt; &lt;Directory /usr/share/phpmyadmin/setup/lib&gt; Order Deny,Allow Deny from All &lt;/Directory&gt; </code></pre> <p>The permissions are:</p> <pre><code>root@srvr-test:/usr/share# ls -la .... drwxr-xr-x 8 root root 4096 2010-11-22 16:28 phpmyadmin .... root@srvr-test:/usr/share/phpmyadmin# ls -la total 1128 drwxr-xr-x 8 root root 4096 2010-11-22 16:28 . drwxr-xr-x 110 root root 4096 2010-11-22 16:28 .. -rw-r--r-- 1 root root 10829 2010-04-14 05:33 browse_foreigners.php -rw-r--r-- 1 root root 4354 2010-04-14 05:33 bs_change_mime_type.php -rw-r--r-- 1 root root 1797 2010-04-14 05:33 bs_disp_as_mime_type.php -rw-r--r-- 1 root root 2368 2010-04-14 05:33 bs_play_media.php -rw-r--r-- 1 root root 798 2010-04-14 05:33 calendar.php -rw-r--r-- 1 root root 3565 2010-04-14 05:33 changelog.php -rw-r--r-- 1 root root 473 2010-04-14 05:33 chk_rel.php -rw-r--r-- 1 root root 181 2008-12-10 03:00 config.footer.inc.php .... </code></pre> <p>If I understand correctly, this should work. But it doesn't. I expected installing from the repositories would be a lot faster. But it doesn't work. The Ubuntu wiki pages have no information about a 403 Forbidden error.</p> <p>I'm surprised that this is so difficult... so obviously I'm doing something wrong. Help! :)</p>
1775
1775
2010-11-23T03:54:16.560
2012-06-24T00:44:05.137
Installing phpMyAdmin from repository, 403 Forbidden error
[ "apache2", "php", "mysql" ]
3
5
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T03:11:08.453", "id": "15161", "postId": "14475", "score": "0", "text": "Does the page prompt you for a password when trying to access it?", "userDisplayName": null, "userId": "5197" }, { "creationDate": "2010-11-23T03:21:37.307", "id": "15162", ...
{ "accepted": true, "body": "<p>Ok, I got it to work. I hope it helps someone by putting it here.</p>\n\n<p>I had to change the /etc/apache2/mods-enabled/fcgid.conf to tell it to use php5-cgi (done already when I asked the question):</p>\n\n<pre><code>root@srvr-test:/etc/apache2/mods-enabled# cat fcgid.conf\n&lt;IfModule mod_fcgid.c&gt;\n AddHandler fcgid-script .fcgi .php\n\n FcgidConnectTimeout 20\n\n # Where to look for the php.ini file?\n # Maximum requests a process handles before it is terminated\n MaxRequestsPerProcess 1000\n # Maximum number of PHP processes\n MaxProcessCount 10\n # Number of seconds of idle time before a process is terminated\n IPCCommTimeout 240\n IdleTimeout 240\n #Or use this if you use the file above\n FCGIWrapper /usr/bin/php5-cgi .php\n\n ServerLimit 500\n StartServers 3\n MinSpareThreads 3\n MaxSpareThreads 10\n ThreadsPerChild 10\n MaxClients 300\n MaxRequestsPerChild 1000\n\n PHP_Fix_Pathinfo_Enable 1\n&lt;/IfModule&gt;\n</code></pre>\n\n<p>Then I had to edit /etc/phpmyadmin/apache.conf to add +ExecCGI in the section:</p>\n\n<pre><code>root@srvr-sandbox1:/etc/phpmyadmin# cat apache.conf\n# phpMyAdmin default Apache configuration\n\nAlias /phpmyadmin /usr/share/phpmyadmin\n\n&lt;Directory /usr/share/phpmyadmin&gt;\n Options FollowSymLinks +ExecCGI\n DirectoryIndex index.php\n....\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-23T15:40:10.797", "id": "15252", "postId": "14489", "score": "0", "text": "If you got the solution then please mark the question as answered.", "userDisplayName": null, "userId": "4980" }, { "creationDate": "2010-11-24T04:24:46.770", "id": "15369", "postId": "14489", "score": "0", "text": "Yeah, but since I answered the question myself, AskUbuntu.com forces me to wait before marking it as answered. I'll mark it as answered as soon as I can.", "userDisplayName": null, "userId": "1775" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T06:35:27.450", "id": "14489", "lastActivityDate": "2010-11-23T06:35:27.450", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1775", "parentId": "14475", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Ok, I got it to work. I hope it helps someone by putting it here.</p>\n\n<p>I had to change the /etc/apache2/mods-enabled/fcgid.conf to tell it to use php5-cgi (done already when I asked the question):</p>\n\n<pre><code>root@srvr-test:/etc/apache2/mods-enabled# cat fcgid.conf...
null
null
null
null
null
14478
1
null
2010-11-23T04:07:27.130
2
331
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/974/how-can-i-install-software-offline">How can I install software offline?</a> </p> </blockquote> <p>My pc have no internet connection. I am using Ubuntu 10.10 Netbook Edition. I always download the package from another pc having net connection into my pendrive and when I try to install a package it always shows that dependency is required. How can I solve this problem?</p> <p>Is there any command in ubuntu so that I can see all the dependency along with corresponding url to download of a particular package?</p>
6433
-1
2017-04-13T12:24:27.937
2010-11-23T04:52:14.237
Identifying and Downloading Dependency for an Offline PC
[ "dependencies" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2011-06-11T12:14:36.507
null
null
14481
1
null
2010-11-23T04:23:55.213
1
7444
<p>After moving to Ubuntu 10.10 Netbook Edition, I've noticed a strange problem that manifests itself most obviously with streaming videos like youtube and hulu. The video will load and begin playing fine and eventually stop, as though it is buffering. However, it usually happens between 40 and 60 seconds into the clip. The loading indication however shows that it actually isn't buffering anymore of the data, and will just sit there. If I force the clip forward (e.g. click to start the movie somewhere ahead of the stall point) the clip will usually reload quickly and begin playing as expected.</p> <p>Because of the quick load times, and the consistent stop of video, I don't think the problem is related to hardware performance or network throughput. Also, I have none of these problems in 10.04. Rebooting into 10.04 makes the problem disappear.</p> <p>However, one more clue, I also have noticed a higher occurrence of web pages that simply "stop loading" - say, 1/10 clicks while browsing I have to hit "reload" to get the page to load because the page timed out part of the way through. This seems strangely related to the video problem, though is a lot less infuriating.</p> <p>Help! Where do I begin to look with a problem like this?</p>
5201
5201
2010-11-23T07:02:39.710
2012-09-19T21:14:18.080
Why does my flash video get stuck? (not lag?)
[ "video", "flash", "youtube" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T04:51:13.473", "id": "15173", "postId": "14481", "score": "0", "text": "It works fine for me, but I compiled my own video codecs and I am using standard not netbook", "userDisplayName": null, "userId": "5768" }, { "creationDate": "2010-11-23T06:57:22...
null
[ { "accepted": null, "body": "<p>Delete the ~/.macromedia folder and restart the browser. If you play flash games online, most likely you will lose your scores. So back it up if you need them.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-30T02:54:16.860", ...
null
0
null
null
null
14482
1
null
2010-11-23T04:32:20.710
11
965
<p>So, I've given up trying to configure my system (ubuntu 10.10, open source ATI drivers) to shutdown/logout/restart gracefully. Whenever I do any of the three, all I get is an ugly ubuntu logo with console text running over it. It does shutdown quickly, and I love that. It just looks awful while it does it.</p> <p>Is there a way to just have <em>nothing</em> displayed when I click shutdown/logout/restart? For example, is there a command that can disable the screen that I can put somewhere in some configuration file that will be the absolute first thing that is executed when I select shutdown/logout/restart? I know of the <code>xset dpms force off</code> command which does turn the display off, but moving the mouse at all or pressing any key will turn it back on again. </p> <p>Is there a command that can disable the screen and disable any input that I can place somewhere that will be the first thing that is executed when I select shutdown/logout/restart?</p>
6435
10581
2014-02-18T11:50:33.430
2014-02-18T11:50:33.430
Any way to clean up the look of the shutdown/logout/restart process?
[ "boot", "gui", "shutdown" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2010-11-23T05:00:06.743", "id": "15174", "postId": "14482", "score": "0", "text": "with you on that one buddy. i think it's a bug in the order of shutdown processes. plymouth splash on shutdown worked on and off for me in 10.04 (using closed source drivers) but it's toast in 1...
null
[ { "accepted": null, "body": "<p>ok to clarify that, when you startup (from power off or restart), is the splash screen in your native resolution?</p>\n\n<p>Also, do you have any new/mainline kernels installed? I mean those that are NOT rolled out as part of ubuntu update.</p>\n\n<p>I use the proprietary nvi...
null
null
null
null
null
14484
1
14507
2010-11-23T05:42:15.130
10
6021
<p>I am trying to use the <em>Remote Desktop Viewer</em> on my laptop to connect to my desktop, which I have configured with <em>Remote Desktop</em> preferences. But it fails to update the screen shot image, making it useless.</p> <p>What can I do to speed it up and actually have usable Remote Desktop?</p> <p>Any applications I can install on either/both sides to do it?</p>
176
23900
2013-01-22T19:00:30.027
2013-01-22T19:00:30.027
Remote Desktop Viewer doesn't update the image
[ "remote-desktop", "vinagre" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Sounds like you have compiz enabled on your desktop which is what's causing the lack of screen refresh. There's an option you can enable on the server side (in your case the desktop) - that is, the machine you wish to control, which will fix this.</p>\n\n<p>ALT+F2 -> gconf-editor -> Run</p>\n\n<p>Navigate to /desktop/gnome/remote_access\nTick the box next to disable_xdamage\nReconnect to the desktop via VNC and it should refresh the screen fine.</p>\n\n<p><img src=\"https://i.stack.imgur.com/ltSMN.png\" alt=\"alt text\"></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T10:45:31.687", "id": "14507", "lastActivityDate": "2010-11-23T10:45:31.687", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "612", "parentId": "14484", "postTypeId": "2", "score": "9" }
[ { "accepted": null, "body": "<p>If you have good internet connectivity there are lot of applications you can use. Some of my favorites are:</p>\n\n<p>1). <a href=\"http://www.teamviewer.com/index.aspx\" rel=\"nofollow\">teamviewer</a>: TeamViewer connects to any PC or server around the world within a few se...
null
null
null
null
null
14487
1
14491
2010-11-23T06:29:38.723
34
145816
<p>I fooled around with the colors and stuff, in the terminal, and now want to go back to the maroon and white default config of the the terminal. What files do I have to delete?</p>
3778
169736
2013-12-11T11:47:12.087
2018-09-26T11:54:26.263
How to reset the terminal properties and preferences?
[ "gnome-terminal" ]
7
3
CC BY-SA 2.5
[ { "creationDate": "2012-03-29T00:09:14.347", "id": "399097", "postId": "14487", "score": "2", "text": "Deleting `~/.gconf/apps/gnome-terminal` or using `gconftool --recursive-unset /apps/gnome-terminal` as others suggested works, but you need to relog to see changes.", "userDisplayName": "us...
{ "accepted": true, "body": "<p>In terminal click on the 'Edit' menu then 'Profile Preferences'. It will pop up the 'Editing Profile' Window. to reset the color make sure that you have selected the check box named 'Use colors from system theme' in the 'Colors' tab.<img src=\"https://i.stack.imgur.com/6BMVz.png\" alt=\"alt text\"></p>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-11-23T09:22:50.667", "id": "15192", "postId": "14491", "score": "2", "text": "I have, but I see a white BG only.", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2010-11-23T11:44:09.017", "id": "15209", "postId": "14491", "score": "0", "text": "I also tried creating a new profile, but that didnt help. Things like changing the Cursor shape, produced instant changes in the terminal. but changing the colors, unfortunately did not.", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2010-11-23T11:56:02.213", "id": "15213", "postId": "14491", "score": "0", "text": "Is this the same for all user account including root?.. or just for your account?", "userDisplayName": null, "userId": "4980" }, { "creationDate": "2010-11-23T12:31:53.990", "id": "15218", "postId": "14491", "score": "0", "text": "Which is the theme you are using ?", "userDisplayName": null, "userId": "4980" }, { "creationDate": "2010-11-23T12:46:05.480", "id": "15221", "postId": "14491", "score": "0", "text": "It depends on the theme you are using. if you select the default theme 'Ambiance' and follow the above you will get a terminal with maroon and white colors. Or if you want to keep your current theme then you need edit the terminal profile to get the desired output.", "userDisplayName": null, "userId": "4980" }, { "creationDate": "2010-11-23T13:27:19.193", "id": "15228", "postId": "14491", "score": "0", "text": "yes, i was on a different theme. I used New Wave, thats why the default colors were different from the expected colors. I switched to Ambiance, and now it works. Kind of strange though.", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2014-08-25T15:33:49.047", "id": "699561", "postId": "14491", "score": "0", "text": "FWIW, for me at least, changing the built-in scheme to (for exmample) Linux console and then changing it back to Custom screwed up how the terminal displayed vim files (it didn't use my specified color scheme) _even if I selected \"Use colors from system theme\"_. I had to use `rm -rf ~/.gconf/apps/gnome-terminal` from the comment on the original post to get vim colors looking normal again.", "userDisplayName": null, "userId": "205641" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T06:45:17.787", "id": "14491", "lastActivityDate": "2010-11-23T06:45:17.787", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4980", "parentId": "14487", "postTypeId": "2", "score": "16" }
[ { "accepted": true, "body": "<p>In terminal click on the 'Edit' menu then 'Profile Preferences'. It will pop up the 'Editing Profile' Window. to reset the color make sure that you have selected the check box named 'Use colors from system theme' in the 'Colors' tab.<img src=\"https://i.stack.imgur.com/6BMVz...
null
null
null
null
null
14497
1
null
2010-11-23T09:33:34.933
7
385
<p>If I want to make use of Ubuntu One's mobile streaming service, how do I add (my own) music to Ubuntu One? </p> <p>I mean, if I purchase music through the music store, the music automatically get synced. But how (or rather where) do I add my own collection for synchronization?</p>
5934
null
null
2013-12-18T15:39:34.483
Syncing music with Ubuntu One
[ "ubuntu-one" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The easiest way to add all your own music is just to mark the folder it's in as being synced with Ubuntu One. </p>\n\n<p>See <a href=\"https://one.ubuntu.com/help/faq/how-do-i-move-my-existing-music-to-ubuntu-one/\" rel=\"nofollow\">Ubuntu One : Help : FAQs - How do I move my...
null
null
null
null
null
14503
1
14510
2010-11-23T10:09:10.393
26
25917
<p>I have the following problem, I've installed a bunch of Ubuntu packages ever since I used Ubuntu, now I've removed these packages using the Synaptic Package Manager but somehow it still left hidden folders in my home directory for the specific applications I uninstalled, taking up unnessesary diskspace. eg. .Netbeans and .amarok etc</p> <p>Is there a way to detect these folders that are no longer in use automatically and delete them?</p>
1731
3739
2010-11-25T02:44:09.147
2021-04-27T09:48:35.350
Cleaning up my Home Directory
[ "cleanup" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2023-02-03T21:05:44.770", "id": "2538765", "postId": "14503", "score": "0", "text": "https://superuser.com/questions/583512/how-can-i-clean-home-folder-in-linux", "userDisplayName": null, "userId": "462615" } ]
{ "accepted": true, "body": "<p>Take a look into the folders that bother you, to see if there is anything of value in there, and - if you're happy with losing the data - <strong>just delete them</strong> (just in case, you might choose to leave them in the trash for a few weeks). </p>\n\n<p>In the future, you can instruct your package manager to remove the application as well as associated system-wide configuration files by doing a <em>purge</em>.</p>\n\n<ul>\n<li>In synaptic,\nright click the package and select\n<strong>Mark for complete removal</strong>.</li>\n<li>On the command line, if you prefer,\ntype <code>sudo apt-get purge\npackagename</code>.</li>\n</ul>\n\n<p>This will delete any configuration and application data that the <em>application</em> has created system-wide, it will - of course - leave intact all the data that you have saved from within the application (i.e. NetBeans' project directory), this includes all the user-specific configuration that is saved in your home directory. Manual deletion is the only way to get rid of those.</p>\n\n<p>If you want to find out what folders take up much space, there's the <strong>Disk Usage Analyser</strong> (Applications → Accessories → Disk Usage Analyser), select the \"scan home\" option to get a listing of everything in home, including hidden files.</p>\n\n<p>Also, use the <strong>Computer Janitor</strong> (System → Administration → Computer Janitor) to clean up any rubbish that has been left behind by the package manager. In terms of the command line, this would be equivalent to doing <code>sudo apt-get autoremove &amp;&amp; sudo apt-get autoclean</code>.</p>\n\n<p>Some applications, like NetBeans and AmaroK, may leave behind quite a bit of data. But <em>there is no way</em> for the system <em>to automatically delete them</em> without the risk of deleting something somebody actually wanted to keep. For the users' sake, there's no such feature; a good job considering you might have used netbeans for a few years before removing it - i'd be really annoying if <em>apt</em> deleted all your work to free 500 kilobytes. :-)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-23T11:22:30.220", "id": "15207", "postId": "14510", "score": "6", "text": "The purge command and related Synaptic feature does not remove config files from the user /home. It removes configs from /etc and probably other system folders. They only way I know to remove hidden config folders from /home is manual deletion.", "userDisplayName": null, "userId": "2950" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T11:05:11.993", "id": "14510", "lastActivityDate": "2010-11-24T18:07:28.303", "lastEditDate": "2010-11-24T18:07:28.303", "lastEditorDisplayName": null, "lastEditorUserId": "1067", "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "14503", "postTypeId": "2", "score": "14" }
[ { "accepted": null, "body": "<p>There's no way how to detect these unused folders reliable. A program can choose any folder name to save the user information. There's not necessarily a relation between folder name and program name.</p>\n\n<p>In most cases it's not worthwhile delete this folders because most...
null
null
null
null
null
14511
1
14533
2010-11-23T11:29:10.730
27
15913
<p>I have a Core i7 laptop with 4gb ram. In windows, the disadvantage of using the 32bit OS would be that a single app could not use more than 2gb of ram (+ the 2gb shared kernel-space memory) except when setting a boot switch which reduces the amount of shared kernel memory, then it's 3GB max per app.</p> <p>What disadvantages/limitations would I have in Ubuntu for sticking to the 32bit OS? (If any?) - As I only have 4GB of ram, I can't see why I need to use the 64bit version?</p>
3205
5944
2010-11-23T13:31:39.097
2016-02-01T21:57:06.307
Core i7 with 4GB - go 64 bit or stay 32bit..?
[ "64-bit", "architecture" ]
11
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T14:42:22.810", "id": "15247", "postId": "14511", "score": "1", "text": "Don't forget to add the RAM from your videocard.", "userDisplayName": null, "userId": "2396" }, { "creationDate": "2010-11-24T05:53:02.500", "id": "15379", "postId": "145...
{ "accepted": true, "body": "<p>If your concern is only about having access to 4GB of RAM, then <strong>go for the 32bit + PAE version of Ubuntu</strong>. It's the easiest way :-) But read further in order to understand limitations and advantages of each architecture.</p>\n\n<p>I guess your hardware is pretty recent, so <strong>Ubuntu will just pick up the 4GB of memory even in 32bit</strong> as it's using a kernel feature called PAE (some release of Ubuntu have a separate kernel for that, check in <code>Synaptic Package Manager</code> for PAE). <strong>It's really stable</strong> and you won't regret it, especially for Flash which needs (if you install it the easy way from the repository) a 32bit stack. In my experience, a 64bit OS with Flash 32bit is unstable.</p>\n\n<p>But they are a <strong>few limitations on the 32bit version</strong>, a process (a program) cannot access more than 2GB or sometimes 3GB of memory (depends on kernel and application own memory management such as Java Virtual Machine). This is obviously not a problem for most application. However, I've been using a few GPS tools to build maps. They sometimes (for big maps) need more than 2GB addressable memory. But it's really not common. In addition, 32bit+PAE can be incompatible with some proprietary drivers. They do work perfectly with open source ones, but some times the proprietary/binary drivers can not handle this architecture.</p>\n\n<p><strong>On the other side</strong>, you can go 64bit and with <code>Ubuntu Software Centre</code> you can be happy as you have access to a huge library of 64bit applications. However, if you want to use proprietary software on Linux, you need to hope that they support also 64bit. Products like: Adobe Flash, Adobe AIR, Google Talk Plugin, Skype, Amazon MP3 are 32bits only. Some do work if you install the 32bit stack on your 64bit system, but some won't (Amazon MP3) or badly (Adobe Flash). Another drawback of <strong>64bit system is that they use more memory</strong>. So a same application will use more memory for doing the same thing in a 32bit environment. Sometimes it's a problem.</p>\n\n<p>Conclusion is:</p>\n\n<ol>\n<li><strong>32bit is more compatible</strong> regarding application (especially proprietary ones like Skype or Flash). PAE does not have impact on applications usually.</li>\n<li>32bit+PAE/64bit you might have problem on both platform with certain binary drivers (usually for WiFi)</li>\n<li>If you don't need an application that uses more than 2GB of RAM (create your own map for your GPS), then <strong>you don't need 64bit. This is the case for the vast majority of users</strong> in today computing.</li>\n<li><strong>64bit tend to use more memory</strong> for the same workload.</li>\n<li>Some users and benchmarks (see phoronix.com) report <strong>64bit systems are slightly faster</strong>. But the margin is small enough that I don't feel the differences.</li>\n</ol>\n", "commentCount": "7", "comments": [ { "creationDate": "2010-11-23T21:17:47.747", "id": "15323", "postId": "14533", "score": "1", "text": "Amazon MP3 downloader 1.05 runs here without problems on 64bit 10.04 installed with 32bit libs.", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2010-11-23T21:30:36.137", "id": "15329", "postId": "14533", "score": "0", "text": "I went to verify it again (I've not using Amazon MP2 since 6 month at least), but no I can't install it: Error: Wrong architecture 'i386' (I'm installing v 1.0.9-1)", "userDisplayName": null, "userId": "3004" }, { "creationDate": "2010-11-23T21:33:58.770", "id": "15330", "postId": "14533", "score": "0", "text": "From Amazon web site it-self: \"64-bit Linux distributions are currently not supported.\" this is sadly a too often seen message even in 2010 (for proprietary software)", "userDisplayName": null, "userId": "3004" }, { "creationDate": "2010-11-24T13:57:56.523", "id": "15440", "postId": "14533", "score": "1", "text": "This is *exactly* the answer I was looking for thanks! Amazon MP3 works fine using lib32 on 64bit, and there is a plugin in Banshee for using the Amazon store anyways, but apart from that.. great answer! :D", "userDisplayName": null, "userId": "3205" }, { "creationDate": "2010-11-24T20:13:56.913", "id": "15498", "postId": "14533", "score": "0", "text": "@tommed I'm happy to have helped you :)", "userDisplayName": null, "userId": "3004" }, { "creationDate": "2011-03-16T02:32:31.820", "id": "34265", "postId": "14533", "score": "0", "text": "Skype and Flash both have 64 bit versions which run just fine.", "userDisplayName": null, "userId": "4601" }, { "creationDate": "2011-05-07T22:05:43.563", "id": "45019", "postId": "14533", "score": "0", "text": "@MagicFab: you're right. However at the time of writing, Skype was still 32 bit only. It recently got a 64 bit version (still beta by the way). And as for Flash, it's still a technology preview (albeit quite stable, I'm using it) and didn't get much love since last november despite security issues raised on the other releases. So I still would not advise the 64bit version of Flash.", "userDisplayName": null, "userId": "3004" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T13:11:25.813", "id": "14533", "lastActivityDate": "2010-11-23T20:50:02.550", "lastEditDate": "2010-11-23T20:50:02.550", "lastEditorDisplayName": null, "lastEditorUserId": "3004", "ownerDisplayName": null, "ownerUserId": "3004", "parentId": "14511", "postTypeId": "2", "score": "15" }
[ { "accepted": null, "body": "<p>First of all you would need the PAE kernel if you intend to use the 4gb of RAM with 32 bit OS. Otherwise you would end up with a portion of your memory not being utilised. And the 3gb limit per process would remain. So my suggestion would be to use the 64 bit.In any case if y...
null
null
null
null
null
14518
1
null
2010-11-23T11:59:10.877
4
2755
<p>I use the annotations feature of YouTube a lot, but I want to get away from flash and start hosting my videos using html5. So I need to create those bubbles and embed them in the video using an editor. Is there an easy way to do that or a video editor that has such feature?</p>
2950
null
null
2010-11-23T12:21:15.493
Video editor with bubble annotations
[ "video-editor", "annotation" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T13:34:33.133", "id": "15230", "postId": "14518", "score": "1", "text": "Possibly a question for http://webmasters.stackexchange.com/?", "userDisplayName": null, "userId": "1067" } ]
null
[ { "accepted": null, "body": "<p><strong><a href=\"http://www.ubuntugeek.com/advene-annotate-digital-video-exchange-on-the-net.html\" rel=\"nofollow noreferrer\">Advene</a></strong></p>\n\n<p><img src=\"https://i.stack.imgur.com/ZU5mD.png\" alt=\"alt text\"></p>\n\n<p>Advene Project: <a href=\"http://liris.c...
null
null
null
null
null
14519
1
null
2010-11-23T11:59:19.430
4
621
<p>I'm facing a very weird problem with my wireless network card in ubuntu 10.10 !</p> <p>Recently I have installed ubuntu 10.10 beside my windows XP on my Dell XPS 1330 laptop. Everything worked fine except my wireless network. I tried to activate the wireless driver recommended in "Ubuntu Additional Drivers" utiltity, but it didn't work. Next, I installed "ndisWrapper-utils" using "Synaptic Package Manager" and installed my windows wireless driver using "Windows Wireless Driver" utility!</p> <p>Now it is sometimes working fine, sometimes not!!</p> <p>The weird thing is that whenever my ubuntu doesn't recognize my wireless network and I restart my computer to my windows XP; My Windows doesn't recognize the wireless networks too! In this situation if I restart my windows, the problem still isn't solved BUT if I standby my windows and come back, the problem is solved in both windows and linux!!!</p> <p>It means that whenever my ubuntu doesn't recognize my wireless network, I have to restart in my windows and stanby for once and come back in my ubuntu !!! :D</p> <pre><code>09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02) 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01) </code></pre>
1728
235
2012-01-25T23:37:35.360
2012-01-25T23:37:35.360
Wireless card only starts to work if I boot into Windows
[ "wireless", "broadcom" ]
2
5
CC BY-SA 3.0
[ { "creationDate": "2010-11-23T12:05:50.167", "id": "15214", "postId": "14519", "score": "0", "text": "Do u use a broadcom adapter?", "userDisplayName": null, "userId": "3778" }, { "creationDate": "2010-11-23T12:13:44.467", "id": "15215", "postId": "14519", "score": "0...
null
[ { "accepted": null, "body": "<p>Is there an on/off button for your wireless? If so, try pressing that in Ubuntu. It might be off by default when it boots into Ubuntu.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-11-23T18:02:48.760", "id": "15283", ...
null
null
null
null
null
14535
1
14536
2010-11-23T13:35:39.417
205
224141
<p>What is the <code>~/.local</code> folder good for and is it safe to remove the content within this folder?</p>
1731
2369
2014-06-24T22:07:09.363
2023-11-11T11:44:13.717
Whats the .local folder for in my Home Directory
[ "filesystem", "configuration", "user-profile" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This is a recent innovation, followed by Gnome and thus by Ubuntu, to store user-specific data in fixed directories. According to <a href=\"http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html\" rel=\"noreferrer\">XDG Base Directory Specification</a>, there is</p>\n<ul>\n<li>a single directory where user data is stored, defaulting to <code>~/.local/share</code>;</li>\n<li>a single directory where configuration is stored, defaulting to <code>~/.config</code>;</li>\n<li>a single directory which holds non-essential data files, defaulting to <code>~/.cache</code>.</li>\n</ul>\n<p>Historically, Unix programs were free to spread their data all over the <code>$HOME</code> directory, putting their data in dot-files (files starting with &quot;.&quot;) or subdirectories such as <code>~/.vimrc</code> and <code>~/.vim</code>. The new specification is intended to make this behavior more predictable. I suspect this makes backups of application data easier, in addition to giving your home directory a tidier appearance. Not all applications adhere to this standard yet.</p>\n<p>In the <code>.local</code> hierarchy, programs put user information such as emails and calendar events. You could manually remove this data, but then the program would lose its state; unless this is what you intend (e.g. when there is a problem with your configuration), you shouldn't remove or change files in that directory. With <code>.cache</code> you can be more careless as the program should be able to recover - redownload or recompute - all the files if you remove them.</p>\n", "commentCount": "8", "comments": [ { "creationDate": "2018-05-17T12:33:53.057", "id": "1688585", "postId": "14536", "score": "2", "text": "@CMCDragonkai, I've personally used ~/.local as a canonical alternative to /usr/ for local installations. Since it already has a ./share, and a ./bin, it may as well have whatever you want to put there. Since PATH seems to search ~/.local/bin already (at least for CentOS), I think it's relatively safe to assume this was at least one intended use case of the directory.", "userDisplayName": null, "userId": "415108" }, { "creationDate": "2021-11-04T02:06:38.823", "id": "2363203", "postId": "14536", "score": "0", "text": "@AlexEftimiades It seems to me that $HOME/.local is clearly the place to do installs that concern the one user, so you don't pollute the \"all-user's\" /usr dir. In hindsight, maybe /usr wasn't such a great name, but something was/is needed to separate the code needed by users from the code needed by the system. So having a .local/bin, .local/lib, and even a .local/include for installing SDKs (that you could even edit) seems very useful.", "userDisplayName": null, "userId": "136800" }, { "creationDate": "2022-09-25T12:04:14.240", "id": "2494685", "postId": "14536", "score": "0", "text": "Just another thing to look for, Steam installs a lot in ~/.local/share/Steam - 43Gb on my system, and I'd only installed steam to see what was available :-(", "userDisplayName": null, "userId": "377719" }, { "creationDate": "2010-11-23T13:55:11.623", "id": "15232", "postId": "14536", "score": "18", "text": ".local is for storing user program data (like locally installed programs), not user data (like photos, calendars etc)", "userDisplayName": null, "userId": "132" }, { "creationDate": "2010-11-23T14:11:46.580", "id": "15237", "postId": "14536", "score": "1", "text": "I don't think you're right. Two interpretations of the specification are possible: (1) `.local/share` is supposed to be used in a way analogous to `/usr/share`, e.g. to override icons; and (2) applications are permitted to write state to subdirectories of `.local/share`. The existence of `~/.local/share/trash/` implies that at least some applications favor the second interpretation. Granted that `.local` is used to install local versions of software from source. But it is apparently also used to store data similar to `~/.firefox`.", "userDisplayName": null, "userId": "627" }, { "creationDate": "2013-07-24T21:45:28.300", "id": "412075", "postId": "14536", "score": "14", "text": "It seems like `.config` and `.cache` should be inside `.local` for consistency, shouldn't they?", "userDisplayName": null, "userId": "167631" }, { "creationDate": "2015-09-04T19:58:55.553", "id": "968311", "postId": "14536", "score": "5", "text": "I'm wondering if it's a good idea to backup my ~/.local or parts of it for the purpose of easier recovering when my computer is broken. Or would it be mostly not applicable on a different/new computer? Any suggestion?", "userDisplayName": null, "userId": "15766" }, { "creationDate": "2017-01-06T08:23:19.723", "id": "1345184", "postId": "14536", "score": "2", "text": "What other things can appear in `~/.local` other than `~/.local/share` and `~/.local/bin` (which I know pip uses for user installations)?", "userDisplayName": null, "userId": "234244" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2010-11-23T13:45:23.400", "id": "14536", "lastActivityDate": "2023-11-11T11:44:13.717", "lastEditDate": "2023-11-11T11:44:13.717", "lastEditorDisplayName": null, "lastEditorUserId": "1187317", "ownerDisplayName": null, "ownerUserId": "627", "parentId": "14535", "postTypeId": "2", "score": "213" }
[ { "accepted": true, "body": "<p>This is a recent innovation, followed by Gnome and thus by Ubuntu, to store user-specific data in fixed directories. According to <a href=\"http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html\" rel=\"noreferrer\">XDG Base Directory Specification</a>, there ...
null
null
null
null
null
14537
1
18847
2010-11-23T13:56:54.650
8
4519
<p>I use a commercial Asterisk-based SIP provider for my business. I'm going through the process of acquiring hearing aids, and it may be smartest for me to stream telephone audio from my provider directly to my aids via bluetooth and a softphone (I spent a lot of time on the phone). I could conceivably use my Android handset, but it seems k,ind of clunky. I used to use X-Lite under Windows, but the Linux version is very rough comparatively. I've also tried Xoiper, but find the interface pretty rough. I want something that's close to a phone dialing and usage wise.</p> <p>Counterpath makes Bria and Eyebeam, which are more contemporary then X-Lite, but there is apparently no way to try them out (I would be open to buying one if that made sense).</p> <p>Any recommendations are appreciated.</p>
2692
2692
2014-08-18T12:16:45.743
2023-12-07T11:37:19.947
Looking for a Commercial Grade SIP Softphone
[ "software-recommendation", "voip", "sip" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I like <a href=\"https://ring.cx/\" rel=\"nofollow\">Ring</a> and find it very \"professional\" and linux friendly (they got accepted on Debian repository)</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2010-12-28T00:05:42.063", "id": "20358", "postId": "18847", "score": "0", "text": "I hadn't seen this one before, but installed easily and appears to work well. Has the added benefit of being able to to sync to the Gnome address book (which can sync to Gmail for contacts).", "userDisplayName": null, "userId": "2692" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2010-12-25T19:52:07.063", "id": "18847", "lastActivityDate": "2015-12-26T08:13:57.513", "lastEditDate": "2015-12-26T08:13:57.513", "lastEditorDisplayName": null, "lastEditorUserId": "175400", "ownerDisplayName": null, "ownerUserId": "7892", "parentId": "14537", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>There are lots of software you can use, but firstly you need to know if your commercial Asterisk-based SIP provider is adopting an open protocol. </p>\n\n<p>Some options are:</p>\n\n<ul>\n<li><a href=\"https://help.ubuntu.com/community/Ekiga\" rel=\"nofollow\">Ekiga</a></li>\...
null
null
null
null
null
14539
1
14541
2010-11-23T14:04:47.910
4
19482
<p>I am trying to unzip a 7zip file from the command line like this, but I get an error with using e or x parameters. The file has only 1 .dat file inside. I get the following error.</p> <pre><code>valugi@valugi-desktop:/$ 7z x /var/www/site/data/7zip/eu/ Processing archive: /var/www/site/data/7zip/eu/file.7z can not open output file file.dat Skipping file.dat Sub items Errors: 1 </code></pre> <p>I can open the file if I am opening it with the File Roller desktop application, but I want to use the command line, as I want to integrate this into a PHP script.</p> <p>How can I find out what is generating this error and how can I fix it?</p> <p>Thanks</p>
3935
449
2011-01-18T10:06:36.720
2011-01-18T10:06:36.720
7zip error - can not open output file
[ "archive" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The key is here:</p>\n\n<pre><code>valugi-desktop:/$\n</code></pre>\n\n<p>You are on the root directory, you will need superuser privileges to write to var.</p>\n\n<p>Just try:</p>\n\n<pre><code>sudo 7z x /var/www/site/data/7zip/eu/\n</code></pre>\n\n<p>Or,if the script is going to be called by another user.</p>\n\n<pre><code>sudo -u username 7z x /var/www/site/data/7zip/eu/\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-23T14:24:06.480", "id": "15241", "postId": "14541", "score": "0", "text": "I think you are right. I will not do sudo as my script gets executed by www-data and I think this user is allowed there.. thanks", "userDisplayName": null, "userId": "3935" }, { "creationDate": "2010-11-23T15:14:20.870", "id": "15250", "postId": "14541", "score": "0", "text": "sudo -u www-data 7z... will let you test it them.", "userDisplayName": null, "userId": "211" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T14:13:49.667", "id": "14541", "lastActivityDate": "2010-11-23T15:15:03.320", "lastEditDate": "2010-11-23T15:15:03.320", "lastEditorDisplayName": null, "lastEditorUserId": "211", "ownerDisplayName": null, "ownerUserId": "211", "parentId": "14539", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>The part about \"<code>can not open output file</code>\" suggests writing the target file is a problem. </p>\n\n<ol>\n<li>Check that you have sufficient space in the output directory to take the unzipped file. </li>\n<li>Confirm compressed file integrity with \"<code>7z t /va...
null
null
null
null
null
14542
1
14549
2010-11-23T14:15:32.957
5
1803
<p>With Ubuntu as the Host, I want to run two similar/identical(?) instances of a VirtualBox Guest on the same Host, or perhaps on another Host which is on the same LAN... </p> <p>I have set up a Guest as a "base" for the two clones. I have exported it as an <strong>ovf</strong> appliance. </p> <p>I've imported this "base" guest OS back into VirtualBox, with a unique name and <strong>.vdk</strong> ... and I have started them both on the same Host, and all <strong>seems</strong> okay, but I do wonder if I have missed some significant point. </p> <p>...eg. Is the virtual NIC the same? this would throw the LAN into confusion (I think)... and what about UUIDs? </p> <p>I haven't actually tried 2 clones together, yet... only the original and one clone, but I haven't gone beyond a simple startup ...</p>
2670
null
null
2010-12-29T20:16:20.077
Are there any "traps" in cloning a VirtualBox VM for concurrent use on the same Host/LAN?
[ "virtualbox", "clone" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-12-06T00:12:16.963", "id": "17263", "postId": "14542", "score": "0", "text": "why doesn't this question have more up-votes? This question is useful and clear. :-)", "userDisplayName": null, "userId": "1067" } ]
{ "accepted": true, "body": "<p>I am not sure with VirtualBox, but with VMWare there are no such problems. Multiple VMs can share a vmnic, and cloned guests get a new MAC address and what not. </p>\n\n<p>My guess would be that you are fine (I do it all the time on VMWare workstation) and from what I have seen of VirtualBox it is very mature. Try it out, if it doesn't work, then worry about it.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2010-11-23T17:24:19.840", "id": "15277", "postId": "14549", "score": "0", "text": "Thanks addisonj... I suppose if something goes \"wrong\", it will become obvious, but I'm not sure I'll pick up a subtle issue which might bite me down the track (networks aren't my forte :) .... Knowing now that it works for you (in VMware), I'll give it a go, and just hold back on doing my planned full install-and-setup from scratch of (100+) extra programs and tools ... I don't wan't to do that more often than needed (I've done it way too many times in the past on a certain OS which has a reputation of needing to be reinstalled a lot :)", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-23T17:33:25.127", "id": "15278", "postId": "14549", "score": "0", "text": "Actually I just realized the main point here.. You say that a cloned Guest gets a new MAC address, but the very issue is that I was thinking to import the **same cloned base**... and judging by what you've suggested, I **think** that **would** cause a problem (?) ... and by the same token, if export two \"clones\" it should work ok (re the NIC)... This is the point that was bugging me.. but **exporting two seperate clones** may be the solution, ... or am I on the wrong track? .", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2010-11-23T17:36:14.233", "id": "15280", "postId": "14549", "score": "0", "text": "I have also tried this same situation with VMWare and it works fine, once again, can't say for VirtualBox, but I imagine VMware checks for this situation and remedies it if it sees a conflict among guests.", "userDisplayName": null, "userId": "6454" }, { "creationDate": "2010-11-23T17:39:53.610", "id": "15281", "postId": "14549", "score": "0", "text": "Okay... I've got a new, clearer perspecive on it now.. I'll look at it again tomorrow (can't keep awake any longer)... thanks", "userDisplayName": null, "userId": "2670" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T15:41:11.433", "id": "14549", "lastActivityDate": "2010-11-23T15:41:11.433", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6454", "parentId": "14542", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I am not sure with VirtualBox, but with VMWare there are no such problems. Multiple VMs can share a vmnic, and cloned guests get a new MAC address and what not. </p>\n\n<p>My guess would be that you are fine (I do it all the time on VMWare workstation) and from what I have se...
null
null
null
null
null
14544
1
null
2010-11-23T15:05:09.627
2
568
<p>I installed gcompris on ubuntu 10.10 and when i tired to run it, it exited immediately. i ran it from shell giving the command gcompris and got the folowing message.</p> <pre><code>akn@ubuntu:~$ gcompris ** Message: Binary relocation disabled ** (process:20588): WARNING **: exec_prefix NONE package_data_dir = /usr/share/gcompris/boards package_skin_dir = /usr/share/gcompris/boards/skins package_menu_dir = /usr/share/gcompris/boards package_locale_dir = /usr/share/locale package_plugin_dir = /usr/lib/gcompris package_python_plugin_dir= /usr/share/gcompris/python Infos: Config dir '/home/akn/.config/gcompris' Users dir '/home/akn/My GCompris' Database '/home/akn/.config/gcompris/gcompris_sqlite.db' (gcompris:20588): Gtk-CRITICAL **: IA__gtk_window_set_type_hint: assertion `!gtk_widget_get_mapped (GTK_WIDGET (window))' failed Segmentation fault akn@ubuntu:~$ </code></pre>
null
235
2010-11-23T16:27:59.453
2010-11-23T16:53:56.580
Cannot run Gcompris
[ "10.10" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I guess you found a bug due to the <em>failed Segmentation fault</em> message. But first try to erase the datas from <code>$HOME/.config/gcompris</code> and <code>$HOME/My GCompris</code> in your home folder, and try Gcompris again.</p>\n\n<p>If you still see the error messag...
null
null
null
null
S.Arulamudhu
14548
1
null
2010-11-23T15:37:00.360
3
8737
<p>I've got a problem with Ubuntu 10.10 suspend / hibernation. When I try to do one of these actions, computer prepares but in the end a blank screen comes up with just a single underscore blinking. Computer becomes unresponsive to mouse/keyboard and only pressing power button on chasis restores it. Disks and coolers are working during the suspend / hibernation as if nothing happened. Can anyone give me some advice how to solve it? Thank you.</p>
4134
235
2011-01-21T05:26:09.343
2011-01-21T05:26:09.343
Why suspend / hibernate does not work? (blank screen problem)
[ "10.10", "suspend", "hibernate" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T15:39:34.150", "id": "15251", "postId": "14548", "score": "0", "text": "Could you please rephrase your title to make it a question instead of an affirmation ?", "userDisplayName": null, "userId": "742" }, { "creationDate": "2010-12-24T22:32:58.703", ...
null
[ { "accepted": null, "body": "<p>I don't know which graphics card you use, but I partially solved a similar problem after changing from the repository ATI drivers to the proprietary, binary Catalyst drivers from the ATI page.\nTo be clear, my problem was that suspension and hibernation did \"suspend\" and tu...
null
null
2011-03-04T08:41:13.733
null
null
14550
1
14552
2010-11-23T15:54:15.190
4
4658
<p>I installed ubuntu server 10.04 and booted as normal.</p> <p>Some time later, I booted the server and tried to install a new package/upgrade the existing packages using:</p> <pre><code>sudo apt-get upgrade sudo aptitude safe-upgrade sudo apt-get install ntp Reading package lists... Done Segmentation faulty tree... 50% </code></pre> <p>I checked the system log <code>/var/log/messages</code> and found these entries:</p> <pre><code>kernel: [ 5586.184028] apt-get[3864]: segfault at 7fb5e078477b ip 00007fb5da82223c sp 00007fffa943b430 error 6 in libapt-pkg-libc6.10-6.so.4.8.0[7fb5da7e1000+c5000] kernel: [ 5682.494467] aptitude[3973]: segfault at 7f06d4c4d77b ip 00007f06d063723c sp 00007fff5feb8540 error 6 in libapt-pkg-libc6.10-6.so.4.8.0[7f06d05f6000+c5000] kernel: [ 5991.238428] apt-get[4181]: segfault at 7f809c17e77b ip 00007f809621c23c sp 00007fff740deb30 error 6 in libapt-pkg-libc6.10-6.so.4.8.0[7f80961db000+c5000] </code></pre> <p>Also, I got the same error while trying to use <code>aptitude safe-upgrade</code> as it is clear from the log file.</p> <p>How can this be fixed without system re-installation?</p>
5927
235
2010-11-23T16:26:34.570
2015-10-07T08:20:49.753
apt-get upgrade segfault!
[ "10.04", "server", "upgrade", "apt", "aptitude" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T16:02:35.367", "id": "15257", "postId": "14550", "score": "1", "text": "You might have to download a fresh copy of apt as a deb file and reinstall it using dpkg -i.", "userDisplayName": null, "userId": "132" } ]
{ "accepted": true, "body": "<p>Firstly, try this command (from terminal) as root:</p>\n\n<pre><code>rm -rf /var/cache/apt/*.bin\n</code></pre>\n\n<p>And try <code>apt-get upgrade</code> again. If the problem still persist, you probably found a bug. Go to launchpad <a href=\"https://bugs.launchpad.net/\">bug</a> and report your problem. Remember to include details like Ubuntu server version or any other relevant information.</p>\n\n<p>Thanks!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-23T16:19:57.110", "id": "15265", "postId": "14552", "score": "1", "text": "`apt-get check` might be a more gentle way of clearing the database error. If that fails, removing the cache as crncosta suggests should hurt nothing.", "userDisplayName": null, "userId": "1078" }, { "creationDate": "2010-11-23T16:24:22.967", "id": "15268", "postId": "14552", "score": "0", "text": "It worked after removing the .bin files as you said. Thanks!", "userDisplayName": null, "userId": "5927" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T16:04:00.823", "id": "14552", "lastActivityDate": "2010-11-23T18:49:28.323", "lastEditDate": "2010-11-23T18:49:28.323", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "5944", "parentId": "14550", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>Firstly, try this command (from terminal) as root:</p>\n\n<pre><code>rm -rf /var/cache/apt/*.bin\n</code></pre>\n\n<p>And try <code>apt-get upgrade</code> again. If the problem still persist, you probably found a bug. Go to launchpad <a href=\"https://bugs.launchpad.net/\">bu...
null
null
null
null
null
14551
1
14553
2010-11-23T16:01:12.623
10
11783
<p>I'm trying to install Zend on a machine running xampp. Zend's help file says that in order to set up the command-line tools, I need to make sure that the contents of the /library directory are placed inside my php include_path specified directory.</p> <p>When I look at my php.ini, include_path is commented out, but the value looks like this:</p> <pre><code>; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" </code></pre> <p>Where exactly is the include_path pointing to? I'm pretty new to Linux, and have never seen .: as part of a file path.</p>
2664
169736
2014-04-25T14:35:22.237
2014-04-25T14:35:22.237
What does .: mean in php include_path?
[ "php" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2010-11-23T16:06:08.567", "id": "15259", "postId": "14551", "score": "2", "text": "You mentioned \"a machine running xampp\" You may want to remove it and install lamp-server instead which is a package in Ubuntu", "userDisplayName": null, "userId": "41" }, { "c...
{ "accepted": true, "body": "<p>: is a separator in the list of directories.</p>\n\n<p>. means the current directory</p>\n\n<p>So when a php script is looking for an include file, it will look it the same directory as the php file, and /php/includes.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2010-11-23T16:09:49.210", "id": "15261", "postId": "14553", "score": "0", "text": "So the path is currently including two directories - the current one (by which I assume you mean the directory that actually contains php.ini) and /php/includes? Where is /php/includes (as far as this path is concerned)? Inside the current directory? Or somewhere else?", "userDisplayName": null, "userId": "2664" }, { "creationDate": "2010-11-23T16:14:04.183", "id": "15262", "postId": "14553", "score": "0", "text": "Almost, . is current directory relative to each particular php file, not the php.ini. /php/includes is an absolute path, expecting a top level 'php' folder in your filesystem (at the same level as /usr, /etc)", "userDisplayName": null, "userId": "3251" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2010-11-23T16:05:03.783", "id": "14553", "lastActivityDate": "2010-11-23T16:12:28.240", "lastEditDate": "2010-11-23T16:12:28.240", "lastEditorDisplayName": null, "lastEditorUserId": "3251", "ownerDisplayName": null, "ownerUserId": "3251", "parentId": "14551", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>: is a separator in the list of directories.</p>\n\n<p>. means the current directory</p>\n\n<p>So when a php script is looking for an include file, it will look it the same directory as the php file, and /php/includes.</p>\n", "commentCount": "2", "comments": [ ...
null
null
null
null
null