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
22587
1
23708
2011-01-21T13:09:50.077
12
210
<p>When changing a string of text as a part of a patch, how should the translation in the <code>.po</code> files be handled? For example, a recent paper cut I've worked on involved changing the string "Reboot Anyway" to "Restart Anyway" when gnome-session detected applications still running during restart. When I greped for the offending string, I found not only the string on the Gtk button, but identical strings in a long list of <code>.po</code> files which I later learned contained translations. </p> <p>The format of these translations of along the lines of</p> <pre><code>msgid:Reboot Anyway &lt;translated text&gt; </code></pre> <p>Changing the text of only the button would results in a discrepancy between the text on the English button and the translation, and changing the <code>msgid</code> line would result in a similar situation. How should I raise the issue that new translations are needed? I know this is a trivial problem in this example, but there are other such bugs that involve rewriting entire paragraphs of text.</p>
null
235
2011-01-28T15:11:36.150
2011-01-31T12:14:51.013
Patches and translations
[ "internationalization" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You should just create a patch that changes the string in the code, and the rest should be taken care of for you.</p>\n\n<p>When the package is built, the translation template (the gnome-session.pot file) will be regenerated and will pick up your changed string. The template will then be uploaded into Launchpad and the new strings will be exposed for translation there. The old \"Reboot Anyway\" translations will be marked as obsolete.</p>\n\n<p>Since it is such a visible string, I would strongly encourage you to let the Ubuntu translators know about this, to make sure they are aware of the change and that this string does not unnoticedly become untranslated. You should simply send an e-mail explaining the change to the <a href=\"https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators\">ubuntu-translators list</a>.</p>\n\n<p>You might have already done that, but this is a really visible change, and one that will mean we'll have to carry diverged translations in Ubuntu, so I'd also encourage you to talk to the upstream gnome-session maintainers to see if the change can be accepted there first, which will make the process a lot easier, both for packagers and translators.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-28T14:54:39.317", "id": "23708", "lastActivityDate": "2011-01-31T12:14:51.013", "lastEditDate": "2011-01-31T12:14:51.013", "lastEditorDisplayName": null, "lastEditorUserId": "9781", "ownerDisplayName": null, "ownerUserId": "9781", "parentId": "22587", "postTypeId": "2", "score": "16" }
[ { "accepted": true, "body": "<p>You should just create a patch that changes the string in the code, and the rest should be taken care of for you.</p>\n\n<p>When the package is built, the translation template (the gnome-session.pot file) will be regenerated and will pick up your changed string. The template ...
null
null
null
null
user2405
22588
1
null
2011-01-21T13:11:34.397
0
298
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/21305/desktop-forgets-theme">Desktop forgets theme?</a> </p> </blockquote> <p>Suddenly after restart my default theme turned into a theme like this, Every time i change the theme it gets changed into a custom theme like this Can somebody tell me how can i find the cause of this problem<br> Thanks</p> <p><img src="https://i.stack.imgur.com/fKpfn.png" alt="Desktop"></p>
9051
-1
2017-04-13T12:24:54.970
2011-01-21T16:39:47.000
How to prevent ubuntu to change theme automatically
[ "10.10" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T13:24:00.870", "id": "24404", "postId": "22588", "score": "0", "text": "Hello, it's a known bug, duplicate of http://askubuntu.com/questions/21305/desktop-forgets-theme .", "userDisplayName": null, "userId": "742" } ]
null
[ { "accepted": null, "body": "<p>A short sleep in /etc/xdg/autostart/gnome-settings-daemon fixes it:</p>\n\n<p><code>Exec= bash -c \"sleep 2; /usr/lib/gnome-settings-daemon/gnome-settings-daemon\"</code></p>\n\n<p>Also see: <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/574296...
null
null
2011-01-21T16:40:01.553
null
null
22589
1
null
2011-01-21T13:15:12.103
66
102955
<p>I'm using Chrome, and the scroll rate is like 3 lines, and it's painfully slow. My finger gets tired really quickly on long pages. <em>System → Preferences → Mouse</em> lacks any scroll wheel configuration options.</p>
8972
24294
2014-10-02T11:48:42.370
2014-12-28T17:03:23.000
How to change my mouse wheel scroll rate?
[ "xorg", "mouse", "mouse-scroll", "scrolling", "mouse-wheel" ]
6
1
CC BY-SA 3.0
[ { "creationDate": "2019-01-16T04:59:51.530", "id": "1832140", "postId": "22589", "score": "3", "text": "Possible duplicate of [Increase mouse wheel scroll speed](https://askubuntu.com/questions/285689/increase-mouse-wheel-scroll-speed)", "userDisplayName": null, "userId": "42522" } ]
null
[ { "accepted": null, "body": "<p>From triaged <a href=\"https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/619403\" rel=\"noreferrer\">bug #619403</a> on mouse-wheel acceleration against xorg-server with a link to <a href=\"https://bugs.freedesktop.org/show_bug.cgi?id=29905\" rel=\"noreferrer\">this ...
null
null
null
null
null
22592
1
22615
2011-01-21T13:30:08.590
29
13296
<p>I'd like to know if it's safe to rename user folders such as <code>Desktop</code>, <code>Documents</code>, <code>Music</code> (I want them to start lowercase).</p> <p>Are there any programs in a default installation of Ubuntu (10.10/11.04) that expect those folders to exist and that cannot be configured to use different ones?</p>
3037
618353
2021-08-05T09:36:48.177
2021-08-05T09:42:13.080
Is it safe to rename special user folders?
[ "directory", "home-directory", "user-data" ]
4
1
CC BY-SA 4.0
[ { "creationDate": "2012-05-14T08:23:55.553", "id": "162860", "postId": "22592", "score": "0", "text": "Yes, I kindof asked the same thing, just more specifically. But lorenzo-s's idea with the link is what I was looking for.", "userDisplayName": null, "userId": "53170" } ]
{ "accepted": true, "body": "<p>According to the <a href=\"http://www.pathname.com/fhs/\" rel=\"nofollow noreferrer\">Filesystem Hierarchy Standard</a> in regard to <code>/home</code> directory, you can read:</p>\n<blockquote>\n<p><code>/home</code> is a fairly standard concept, but it is clearly a site-specific filesystem. The setup will differ from host to host. Therefore, no program should rely on this location.</p>\n</blockquote>\n<p>Therefore an application that needs <code>/home</code> or even subfolders like <code>/home/user/Music</code> to run needs to be considered to have a bug.</p>\n<p>Nevertheless, there may be applications that look up standard directories as defined by <a href=\"http://freedesktop.org/wiki/Software/xdg-user-dirs\" rel=\"nofollow noreferrer\"><code>xdg-user-dirs</code></a>, as BTW does your system when you change locale.</p>\n<p>It may most likely be safe to simply rename standard folders in your home, but it is a <strong>much better idea to notify <code>xdg-user-dirs</code></strong> the way <a href=\"https://askubuntu.com/questions/22592/is-it-safe-to-rename-special-user-folders/22595#22595\">lukasz</a> already pointed out to avoid unwanted side effects from applications that rely on existing standard paths.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-01-21T16:27:20.000", "id": "24430", "postId": "22615", "score": "0", "text": "So basically a program either follows the XDG specs or it's worth a bug report. Sounds good to me - accepting, as the FHS quote seems important when answering this question (and lukasz already got 10 upvotes). ;-)", "userDisplayName": null, "userId": "3037" }, { "creationDate": "2011-01-21T16:41:53.410", "id": "24433", "postId": "22615", "score": "0", "text": "You've got my +1, because of (hard-coded /home/* names \"...need to be considered to have a bug.. It doesn't mean that it's an \"all-clear\", but more like an evolution.. It seems that Nautilus is using it .. but who is not ..:)", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2011-01-21T16:46:06.137", "id": "24434", "postId": "22615", "score": "0", "text": "@htouque ... I think you'll find that the \"worth a bug-report\" applies to anyone using a hard-coded /home ... and is not related to the XDG specs which would themselves break this \"rule\" if they hardcoded /home", "userDisplayName": null, "userId": "2670" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-01-21T15:52:11.977", "id": "22615", "lastActivityDate": "2021-08-05T09:39:07.070", "lastEditDate": "2021-08-05T09:39:07.070", "lastEditorDisplayName": null, "lastEditorUserId": "618353", "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "22592", "postTypeId": "2", "score": "18" }
[ { "accepted": null, "body": "<p>You can rename the folders in the file <code>$HOME/.config/user-dirs.dirs</code>. Here's the default:</p>\n\n<pre><code># This file is written by xdg-user-dirs-update\n# If you want to change or add directories, just edit the line you're\n# interested in. All local changes wi...
null
null
null
null
null
22597
1
22605
2011-01-21T14:05:20.620
11
7118
<p>Are there any desktop applications for uploading video to youtube?</p>
2997
866
2011-01-22T07:48:22.110
2017-06-09T18:33:01.240
Youtube Uploader?
[ "software-recommendation", "video", "youtube" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T14:33:27.343", "id": "24412", "postId": "22597", "score": "0", "text": "Why not just use http://upload.youtube.com/my_videos_upload", "userDisplayName": null, "userId": "667" } ]
{ "accepted": true, "body": "<p>Try using googlecl</p>\n\n<pre><code>sudo apt-get install googlcl\n</code></pre>\n\n<p>this tool provides a user-friendly command-line interface to some of the Google Data Protocol (gdata) APIs.</p>\n\n<p>You can nicely upload a video to YouTube from the command line with the command: </p>\n\n<pre><code>google youtube post --category Education --devtags GoogleCL test.mp4\n</code></pre>\n\n<p>This will upload the video <code>test.mp4</code> to your YouTube (the one you granted GoogleCL access to) account, in the Education category.\nThis is a simple test, so check <a href=\"https://web.archive.org/web/20110114132843/http://techblog.aasisvinayak.com:80/google-cl-commandline-way-to-use-google-services/\" rel=\"nofollow noreferrer\">this useful guide</a>.</p>\n\n<p>You may also take interest in <a href=\"http://www.ubuntugeek.com/googlecl-with-gui.html\" rel=\"nofollow noreferrer\">a script that uses zenity to give you a little GUI</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-21T15:12:04.000", "id": "22605", "lastActivityDate": "2017-06-09T18:33:01.240", "lastEditDate": "2017-06-09T18:33:01.240", "lastEditorDisplayName": null, "lastEditorUserId": "175814", "ownerDisplayName": null, "ownerUserId": "4923", "parentId": "22597", "postTypeId": "2", "score": "18" }
[ { "accepted": null, "body": "<p>Try the firefox extension Fireuploader, works like a charm ;) </p>\n\n<p><a href=\"http://www.fireuploader.com/\" rel=\"nofollow\">http://www.fireuploader.com/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC B...
null
null
null
null
null
22600
1
null
2011-01-21T14:30:08.167
8
20958
<p>I have a scanned image, and it's in Corel Draw (.cdr) format (~6mb). Is there a way to open it, or convert it to something that I can manage? I tried <a href="http://filespazz.com/">http://filespazz.com/</a> a few times, but it didn't work due to some timeout error. Any suggestions?</p> <p>Thanks in advance.</p>
6681
1067
2011-01-21T14:36:44.703
2018-11-26T15:49:17.223
Open or convert .cdr files?
[ "10.04", "software-recommendation", "file-format" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2013-06-14T09:22:56.587", "id": "388266", "postId": "22600", "score": "1", "text": "it opened in LibreOffice Draw 4.0.3 :)", "userDisplayName": "user167139", "userId": null }, { "creationDate": "2012-05-28T12:40:45.037", "id": "388268", "postId": "22600...
null
[ { "accepted": null, "body": "<p>Another option is to try imagemagick convert utility,Imagemagic can be easily installed using software center or synaptic.</p>\n\n<p>Since the document is scanned it should be a bitmap which imagemagick can handle, only the version of the .cdr would be a concern, you did not ...
null
null
null
null
null
22602
1
22685
2011-01-21T14:40:41.640
8
1878
<p>Gedit has two plugins from <a href="http://live.gnome.org/Gedit/Plugins" rel="nofollow">Gnome's Gedit Plugins page</a> which I both particularly want... </p> <ul> <li><a href="http://jon-walsh.com/journal/multi-edit/" rel="nofollow">Multi-edit</a> </li> <li><a href="http://www.thingsthemselves.com/gedit/" rel="nofollow">Control Your Tabs</a> </li> </ul> <p>However they both vie for the same shortcut keys: Ctrl+PageUp and Ctrl+PageDown </p> <p>I can see two possible solutions, and maybe there are more,,,(there usually is :) </p> <p>The best solution may be to change the shorcut keys in Multi-edit to Shift+Ctrl+PageUp and Shift+Ctrl+PageDown... but I've very little python knowledge, and how to do it escapes me.. </p> <p>The simplest method (for me) is to just toggle them on/off via another shortcut-key. I know the command to toggle the Multi-edit feature on/off (but not the entire script)... Basically, for this option, I need a command to toggle a Gedit Plugin on/off..</p> <p>Either, or both (,or other) solutions would be appreciated... </p> <p><strong>UPDATE</strong>: I'm looking for a <em>command-line</em> command (vs, a menu command),<br> and/or a 'fix' for Multi-edit's python script. </p> <p>Note: The 'Edit Shortcuts' plugin does not show the Multi-edit plugin... (so I can't do it that way)</p>
2670
8844
2011-03-27T03:53:56.250
2014-02-11T16:47:32.523
Two gedit plugins clash. How to change shortcut keys, or enable/disable a plugin
[ "command-line", "python", "gedit", "plugins", "gconf" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I wrote the following python script (<a href=\"http://pastebin.ubuntu.com/556656/\" rel=\"nofollow noreferrer\">download</a>) that enables/disables the Multi-edit plugin:</p>\n<pre><code>#!/usr/env/python\n\nimport re\nimport commands\n\nactive_plugins = commands.getoutput(&quot;gconftool --get /apps/gedit-2/plugins/active-plugins&quot;)\n\nr1 = re.compile(r'multi_edit')\n\nif r1.search(active_plugins):\n # Disable multi-edit plugin\n active_plugins = re.sub(&quot;multi_edit,|,multi_edit&quot;,&quot;&quot;, active_plugins)\n\nelse:\n # Enable multi-edit plugin\n active_plugins = re.sub(&quot;]&quot;,&quot;,multi_edit]&quot;, active_plugins)\n \ncommands.getoutput(&quot;gconftool --set --type=list --list-type=string /apps/gedit-2/plugins/active-plugins &quot;+active_plugins)\n</code></pre>\n<hr />\n<p>To toggle Multi-edit with a keyboard shortcut:</p>\n<ol>\n<li><p>Save the script as <code>toggle-multi-edit.py</code> in your home folder.</p>\n</li>\n<li><p>Open up <em>System → Preferences → Keyboard Shortcuts</em>. Click <em>Add</em> and put <code>python /home/&lt;user&gt;/toggle-multi-edit.py</code> for the <em>Command</em>, replacing <code>&lt;user&gt;</code> with your actual username.</p>\n<p><img src=\"https://i.stack.imgur.com/LU9KX.png\" alt=\"alt text\" /></p>\n</li>\n</ol>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-01-22T00:34:36.540", "id": "24516", "postId": "22685", "score": "0", "text": "Thanks DoR.. I've been busy myself and came back to the page to post my bash script :).. I'm very keen to see your python script.. but for now I'll just post mine..(need a break..It's been an all-nighter.) ...", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2011-01-22T03:23:40.450", "id": "24527", "postId": "22685", "score": "0", "text": "It's good...Thanks.... Python has a simplicity I like, but unfortunately it isn't simple to me (yet) :)... I'll stay focused on bash for a while longer, to try to get a decent intial understanding of it.. then I'll look further into python... (I've tried to give you a +1 but it says I marked you 2 hours ago.. I recall I did give you a +1, then I retracted it until I could have a good look at the answer...Now it says I can't change anything until the answer is modified/edited..", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2011-01-22T03:35:04.403", "id": "24529", "postId": "22685", "score": "0", "text": "@fred.bear I made a tiny edit so you can vote now ;)", "userDisplayName": null, "userId": "114" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-21T23:59:20.893", "id": "22685", "lastActivityDate": "2011-01-24T18:33:45.587", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "22602", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Its simple :)</p>\n\n<p><strong>Enabling</strong></p>\n\n<ol>\n<li><p>Edit > Preferences</p></li>\n<li><p>Now look at the <strong>Plugins</strong> section.</p></li>\n<li><p>Select the check box next to the name of the plugin that you want to enable.</p></li>\n<li><p>You may n...
null
null
null
null
null
22607
1
22614
2011-01-21T15:17:22.517
126
79577
<p>Whenever I open the terminal, </p> <pre><code>To run a command as administrator (user "root"), use "sudo &lt;command&gt;". See "man sudo_root" for details. </code></pre> <p>appears before the terminal. How do I get that to go away?</p>
381
114
2011-01-21T15:55:17.477
2021-10-26T21:29:58.580
Remove note about sudo that appears when opening the terminal
[ "command-line", "sudo" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T15:41:35.427", "id": "24422", "postId": "22607", "score": "0", "text": "Interesting. I once saw such a thing, but never on terminal I open myself. How would I get that back if I wanted it?", "userDisplayName": null, "userId": "8373" } ]
{ "accepted": true, "body": "<p>Once you run a <code>sudo</code> command, the file <code>~/.sudo_as_admin_successful</code> will be created and the warning will go away. So either run a sudo command, such as <code>sudo apt-get update</code> or create the <code>~/.sudo_as_admin_successful</code> file manually:</p>\n<pre><code>touch ~/.sudo_as_admin_successful\n</code></pre>\n<p>If you want the warning back for whatever reason, remove <code>~/.sudo_as_admin_successful</code>:</p>\n<pre><code>rm ~/.sudo_as_admin_successful\n</code></pre>\n<p>If you want to remove this functionality completely, then see answer above: <a href=\"https://askubuntu.com/a/22646/405408\">https://askubuntu.com/a/22646/405408</a>. In short: remove this message from <code>/etc/bash.bashrc</code></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2014-04-18T08:11:32.533", "id": "590305", "postId": "22614", "score": "23", "text": "Is there a way to remove this functionality completely?", "userDisplayName": null, "userId": "93299" }, { "creationDate": "2016-10-26T00:31:20.030", "id": "1289239", "postId": "22614", "score": "1", "text": "It is just a test and a message to say \"did you know, you can use sudo to run commands as admin\".", "userDisplayName": null, "userId": "391889" }, { "creationDate": "2021-08-26T22:59:01.367", "id": "2330971", "postId": "22614", "score": "0", "text": "I realized about the message once I deleted that file one day, for no reason. thanks", "userDisplayName": null, "userId": "1340816" }, { "creationDate": "2021-10-16T07:37:19.197", "id": "2354009", "postId": "22614", "score": "0", "text": "@nwalke: See this answer: https://askubuntu.com/a/22646/405408", "userDisplayName": null, "userId": "405408" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-01-21T15:48:08.737", "id": "22614", "lastActivityDate": "2021-10-26T21:29:58.580", "lastEditDate": "2021-10-26T21:29:58.580", "lastEditorDisplayName": null, "lastEditorUserId": "405408", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "22607", "postTypeId": "2", "score": "173" }
[ { "accepted": true, "body": "<p>Once you run a <code>sudo</code> command, the file <code>~/.sudo_as_admin_successful</code> will be created and the warning will go away. So either run a sudo command, such as <code>sudo apt-get update</code> or create the <code>~/.sudo_as_admin_successful</code> file manuall...
null
null
null
null
null
22608
1
null
2011-01-21T15:21:43.347
30
219438
<p>I have a .mp4 movie (it's an .mp4 file, and the "video codec" is Xvid, and the "audio codec" is mp3) that I want to play, but when I try to open it in MPlayer, it says "The steam is encrypted and decryption is not supported." I tried to apply the answer from <a href="https://askubuntu.com/questions/500/how-can-i-play-dvd-movies">this question</a> and <a href="https://help.ubuntu.com/community/RestrictedFormats" rel="noreferrer">this wiki page</a>, but neither worked.</p> <p>Any suggestions?</p> <p>The file came from an [apparently] less than reputable site, which I guess I can't link to. :(</p> <p>I've tried:</p> <pre><code>sudo apt-get install ubuntu-restricted-extras sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh sudo apt-get install gstreamer0.10-ffmpeg sudo apt-get install w64codecs sudo apt-get update </code></pre>
9150
-1
2017-04-13T12:25:14.340
2024-01-15T20:31:02.963
How to play .mp4 movies?
[ "codecs", "video-player", "mplayer" ]
8
7
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T15:35:57.960", "id": "24421", "postId": "22608", "score": "0", "text": "can xine or VLC play the file?", "userDisplayName": null, "userId": "2345" }, { "creationDate": "2011-01-21T15:43:31.650", "id": "24423", "postId": "22608", "score": ...
null
[ { "accepted": null, "body": "<p>Try xine or VNC media players, My personal choice is xine because it uses very little resources. Both are in the repository. Edit, sorry, did not see comment above. Where did the file come from? Can you post a link to it? Is it a pay to view movie?</p>\n", "commentCount":...
null
null
null
null
null
22609
1
22611
2011-01-21T15:23:07.570
1
2584
<p>I've just spent about half an hour reading forums and such, so in short of finding a working solution, I ask this here.</p> <p>All solutions found so far consist of english (US) keyboards writing spanish characters, while it may work for them, I use a fr_CA which already contains some accented characters (plus the letters on my keyboard <em>are</em> fr_CA).</p> <p>Therefore, I tried activating the &quot;Compose key position&quot; and &quot;Enable extra typographic characters&quot;, etc. but I find no way to write inverted ! and ? or ñ, etc. on my keyboard.</p> <p>Anyone know how? Using the character map is getting tiresome. Thanks!</p> <p>** <strong>UPDATE</strong> **</p> <p>Setting the &quot;Compose key position&quot; to &quot;<strong>Right Ctrl</strong>&quot; makes the ñ work by pressing</p> <blockquote> <p><kbd>AltChr</kbd> + <kbd>Right Ctrl</kbd> + <kbd>~</kbd> and then <kbd>n</kbd> = ñ</p> </blockquote> <p>Now I'd love to be able to map custom chars to key combos :) I'd map something for the ¡ and ¿ chars (and other accented letters), etc.</p> <p>** <strong>UPDATE 2</strong> **</p> <p>As stated by <a href="https://askubuntu.com/users/8642/pit">Pit</a>, enabling the &quot;Compose key position&quot; works also with ¡ and ¿ by pressing</p> <blockquote> <p><kbd>Right Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>1</kbd> (x2) = ¡</p> <p>Right <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>6</kbd> (x2) = ¿</p> <p><kbd>AltChr</kbd> + <kbd>´</kbd> then <kbd>o</kbd> = ó</p> <p>etc</p> </blockquote> <p>Solution accepted!</p>
2345
-1
2020-06-12T14:37:07.210
2011-11-02T20:28:53.413
Spanish characters on a (fr_CA) QWERTY keyboard
[ "keyboard", "special-characters", "shortcut-keys" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-01-22T03:50:45.263", "id": "24531", "postId": "22609", "score": "0", "text": "Your last edit should be an answer!", "userDisplayName": null, "userId": "235" }, { "creationDate": "2011-01-22T04:05:09.433", "id": "24532", "postId": "22609", "scor...
{ "accepted": true, "body": "<p><code>System -&gt; Preferences -&gt; Keyboard</code> -> <code>Layouts</code> -> <code>Add...</code> -> <code>Spain Include dead tilde</code></p>\n\n<p>Works for me. I'm normally using ch_FR. </p>\n\n<p>(You might want to print the keyboard layout.)</p>\n\n<p><strong>Edit: I repost my comment which has actually solved the problem</strong></p>\n\n<p>I got it! With I guess normal <code>fr_CA</code>, (if I add it by \"By Language\" with French in the first dropdown and Canada in the second).</p>\n\n<p>You have to enable a <code>Compose key</code>:</p>\n\n<p>You hold the <code>compose key</code> simultaneously with <code>Alt Gr</code> (left of space bar) and push <code>;</code> to get the <code>~</code> (it will not yet show up) then you hit <code>n</code> to get <code>ñ</code>. Sometimes it's a bit buggy and you have to hit the tripple key combo twice before hitting <code>n</code>.</p>\n\n<p>For <code>¡</code> you use <code>compose key</code> + <code>shift</code> + <code>!</code> (1) and for <code>¿</code> it would be <code>compose key</code> + <code>shift</code> + <code>?</code> (6). Again sometimes you'll have to hit the tripple key combo twice .</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-01-21T15:46:53.923", "id": "24425", "postId": "22611", "score": "0", "text": "if en_US can output the ñ without changing keyboard layout, why can't fr_CA? I'd hope not having to change/switch keyboard layout, if possible (if not, why?)", "userDisplayName": null, "userId": "2345" }, { "creationDate": "2011-01-21T16:12:55.353", "id": "24429", "postId": "22611", "score": "0", "text": "Every language has it's own letters and special characters, so it is not possible to include **every** possible character in one keyboard layout. Perhaps it is possible to include personal key-combinations in a standard keyboard layout.", "userDisplayName": null, "userId": "8642" }, { "creationDate": "2011-01-21T23:03:40.797", "id": "24499", "postId": "22611", "score": "0", "text": "I got it! With i guess normal `fr_CA`, (if i add it by \"By Language\" with `French` in the first dropdown and `Canada` in the second). You have to enable a `Compose key`. You hold the `compose key` simultaneously with `Alt Gr` (left of space bar) and push `;` to get the ~ ( it will not yet show up) then you hit `n` to get `ñ`. Sometimes it's a bit buggy and you have to hit the tripple key combo twice before hitting `n`. For `¡`you use `compose key` + `shift` + `!` (1) and for `¿` it would be `compose key` + `shift` + `?` (6). Again sometimes you'll have to hit the tripple key combo twice .", "userDisplayName": null, "userId": "8642" }, { "creationDate": "2011-01-22T03:29:31.917", "id": "24528", "postId": "22611", "score": "0", "text": "yes! That's what I wrote in my edit, but for the ¡ and ¿.. that I didn't know, and it works! thanks!", "userDisplayName": null, "userId": "2345" }, { "creationDate": "2011-01-22T08:06:55.407", "id": "24554", "postId": "22611", "score": "0", "text": "I saw your first edit after posting my last comment. I'm happy I could help you. This was actually quite useful for myself too.", "userDisplayName": null, "userId": "8642" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-21T15:41:40.903", "id": "22611", "lastActivityDate": "2011-01-22T08:18:45.840", "lastEditDate": "2011-01-22T08:18:45.840", "lastEditorDisplayName": null, "lastEditorUserId": "8642", "ownerDisplayName": null, "ownerUserId": "8642", "parentId": "22609", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p><code>System -&gt; Preferences -&gt; Keyboard</code> -> <code>Layouts</code> -> <code>Add...</code> -> <code>Spain Include dead tilde</code></p>\n\n<p>Works for me. I'm normally using ch_FR. </p>\n\n<p>(You might want to print the keyboard layout.)</p>\n\n<p><strong>Edit: I r...
null
null
null
null
null
22613
1
null
2011-01-21T15:45:21.197
5
3852
<p>I don't need any workspace previews or big workspace switcher widgets. I just want simple workspace switcher like on <a href="http://en.wikipedia.org/wiki/SpringBoard" rel="nofollow noreferrer">iOS springboard</a>. Any suggestions?</p> <p><img src="https://i.stack.imgur.com/gp5xB.jpg" alt="alt text"></p>
9326
235
2011-01-23T01:36:13.310
2011-01-23T09:27:35.033
The simplest workspace switcher?
[ "workspaces", "dock", "workspace-switcher" ]
4
8
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T17:39:51.093", "id": "24451", "postId": "22613", "score": "0", "text": "I don't have an answer, but a question: how do you (in particular) use workspaces? I'm new to Linux and can't quite get my head around the idea of separate workspaces.", "userDisplayName": n...
null
[ { "accepted": null, "body": "<p>I would suggest Docky , which is a free application that I use alot! Just run <code>sudo apt-get install docky</code>. For the icons you can just look around, With docky you may also have multiple dock :)</p>\n", "commentCount": "1", "comments": [ { "cre...
null
null
null
null
null
22617
1
23956
2011-01-21T16:06:14.217
3
346
<p>I have recently added a second monitor to my setup. Instead of one VGA monitor, I now have one VGA and one DVI monitor hooked up to the computer. The displays work just fine. However, ever since this monitor was added Ubuntu (10.10) does not shut down properly. I go to shutdown and it starts shutting down but just hangs and I need to manually shut it down. This has been like this for weeks and I feel not comfortable shutting it down this way over and over again.</p> <p>Has anybody any idea what this can be? Or, also useful, does anybody know how to get some info on why this crash occurs? Any logs that can be used for this? </p> <p>Thanks!</p> <p>Paul</p>
null
456
2011-01-21T17:48:33.643
2012-09-03T14:52:58.847
Crash on shutdown when using second monitor
[ "graphics", "multiple-monitors", "shutdown" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T16:59:37.483", "id": "24445", "postId": "22617", "score": "2", "text": "You might want to check syslog and kern.log in /var/log/ for error messages. Also, you should consider removing the second monitor temporarily to verify that's the root cause. It might just be...
{ "accepted": true, "body": "<p>I was finally able to fix the problem. Apparently with the dual monitor setup the boot screen itself caused the crash it seems. The only thing I did was turn off the splash screens in grub, and it now finally works well!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-30T01:07:03.440", "id": "23956", "lastActivityDate": "2011-01-30T01:07:03.440", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user6019", "ownerUserId": null, "parentId": "22617", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I was finally able to fix the problem. Apparently with the dual monitor setup the boot screen itself caused the crash it seems. The only thing I did was turn off the splash screens in grub, and it now finally works well!</p>\n", "commentCount": "0", "comments": [], ...
null
null
null
null
user6019
22626
1
22642
2011-01-21T17:19:34.073
5
1129
<p>About a week ago I used the windows installer to install Ubuntu to an extra hard drive I had because I've heard so much about it. Since [I guess] Wubi is meant for people with limited disk space who want to dual boot, it only allocates 30G of space to Ubuntu. </p> <p>My situtation is that I have an extra ~170G of disk space that isn't being used, since I'm not dual-booting from one disk. Is there a way to make Ubuntu use that free space without reinstalling.</p>
9150
235
2011-01-22T01:32:07.817
2011-01-22T01:32:07.817
How can I expand the size of my Ubuntu installation without reinstalling?
[ "partitioning", "wubi", "disk-usage" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Wubi is great for experimentation of Ubuntu. If you really want more than 30 GBs of space you might want to consider actually dual-booting. The thing is that Wubi uses Windows' native filesystem and is very susceptible to the corruptions and downsides of it. To be using Ubuntu heavily enough to warrant over 30 GBs of usage... it might be worth your while to take the plunge and just install it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-21T18:44:02.593", "id": "22642", "lastActivityDate": "2011-01-21T18:44:02.593", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user6658", "ownerUserId": null, "parentId": "22626", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Since you cannot resize while Ubuntu runs, I would suggest Deleting the leftover space and making it mount as /home.</p>\n\n<p>OR</p>\n\n<p>Boot up the Live CD and Boot the Partition Editor. Grow the partition using the GUI.</p>\n", "commentCount": "0", "comments": []...
null
null
null
null
null
22629
1
null
2011-01-21T17:26:19.500
6
70884
<pre><code> Device Boot Start End Blocks Id System /dev/sda1 * 1 13 102400 7 HPFS/NTFS - system restore /dev/sda2 13 4674 37436416 7 HPFS/NTFS - Windows 7 /dev/sda3 4674 58843 435116032 7 HPFS/NTFS - data storage /dev/sda4 58843 60802 15728640 83 Linux - Ubuntu 10.10 </code></pre> <p>Initially I installed StartUpManager. This ( I think ) added another 4 instances of Linux + memtest to my boot menu list. However, I did not see the GRUB boot menu. The computer boots into Ubuntu after a few seconds.</p> <p>I have tried to add windows 7, but I did not succeed.</p> <p>This is a part of my menu.lst file.</p> <pre><code>title Ubuntu 10.10, kernel 2.6.35-24-generic uuid 1c9748e2-2f11-4a6c-91c0-7310d48c4a7a kernel /boot/vmlinuz-2.6.35-24-generic root=UUID=1c9748e2-2f11-4a6c-91c0-7310d48c4a7a ro quiet splash initrd /boot/initrd.img-2.6.35-24-generic title Chainload into GRUB 2 root 1c9748e2-2f11-4a6c-91c0-7310d48c4a7a kernel /boot/grub/core.img title Ubuntu 10.10, memtest86+ uuid 1c9748e2-2f11-4a6c-91c0-7310d48c4a7a kernel /boot/memtest86+.bin menuentry “Windows 7″ { set root=(hd0,2) chainloader +1 } </code></pre> <p>And this is after <code>upgrade-grub</code></p> <pre><code>Searching for GRUB installation directory ... found: /boot/grub Searching for default file ... found: /boot/grub/default Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... none found, skipping ... Found kernel: /boot/vmlinuz-2.6.35-24-generic Found kernel: /boot/vmlinuz-2.6.35-22-generic Found GRUB 2: /boot/grub/core.img Found kernel: /boot/memtest86+.bin Updating /boot/grub/menu.lst ... done </code></pre> <hr> <p><strong>Later Edit:</strong></p> <p>I have added the following to <code>/etc/grub.d/40_custom</code> and I have uncommented the hidden menu line from menu.lst, but I still cant see any boot menu. I have also tried to press ESC and SHIFT.</p> <pre><code>menuentry "Windows 7 (loader) (on /dev/sda1)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' chainloader +1 } menuentry "Windows 7 (loader) (on /dev/sda1)" { insmod part_msdos insmod ntfs set root='(hd0,msdos0)' chainloader +1 } menuentry "Windows 7 (loader) (on /dev/sda1)" { set root= hd(0,0) chainloader +1 } menuentry "!Windows 7 (loader) (on /dev/sda1)" { set root= hd(0,1) chainloader +1 } menuentry "!!Windows 7 (loader) (on /dev/sda1)" { set root= hd(0,2) chainloader +1 } </code></pre>
7505
52923
2012-05-15T11:18:46.957
2015-04-24T08:59:01.130
Add Windows 7 to boot menu
[ "boot", "grub2", "dual-boot", "windows-7" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-22T07:32:56.080", "id": "40442", "postId": "22629", "score": "1", "text": "Just try `sudo update-grub`", "userDisplayName": null, "userId": "5691" } ]
null
[ { "accepted": null, "body": "<p>This is My windows 7 loader:</p>\n\n<pre><code>menuentry \"Windows 7 (loader) (on /dev/sda1)\" {\ninsmod part_msdos\ninsmod ntfs\nset root='(hd0,msdos1)'\nchainloader +1\n}\n</code></pre>\n\n<p>This should work If you copy and paste it, but I dont think you should put it in y...
null
null
null
null
null
22635
1
null
2011-01-21T18:07:29.733
1
313
<p>I guess one should not run the software update when running off of a pendrive. Each time I have, not only does the update crash, but the usb drive becomes unbootable? Should the ablitiy to run a software update be disabled for pendrive instances?</p>
9335
235
2011-01-21T18:47:41.457
2011-09-30T18:34:38.780
Updating when running off USB stick makes it unbootable?
[ "10.10", "update-manager", "usb-drive", "initramfs" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T18:33:21.843", "id": "24460", "postId": "22635", "score": "1", "text": "You tagged this initramfs, are you getting a particular error?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2011-02-20T19:14:01.930", "id": "30102", "...
null
[ { "accepted": null, "body": "<p>You shouldn't have a problem updating your install as normal. So no the ability shouldn't be disabled.</p>\n\n<p>If you are having problems with this I suggest reporting a bug. Whilst running Ubuntu press <kbd>Alt</kbd>+<kbd>F2</kbd> and type <code>ubuntu-bug</code>. This wil...
null
null
null
null
null
22636
1
22638
2011-01-21T18:23:54.197
6
2894
<p>I heard something of a filesystem change. Is it gonna happen in 11.04?</p>
9067
3037
2011-01-23T12:22:22.287
2011-01-23T12:22:22.287
Will 11.04 use other filesystem than ext4?
[ "11.04", "filesystem" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T18:27:36.580", "id": "24458", "postId": "22636", "score": "1", "text": "Where might you have heard this?", "userDisplayName": null, "userId": "506" }, { "creationDate": "2011-01-21T18:38:55.677", "id": "24461", "postId": "22636", "score":...
{ "accepted": true, "body": "<p>Short answer: no, we're sticking with ext4 by default.</p>\n\n<p>However btrfs support has been improved for 11.04 (btrfs can be your boot partition). It may well be adapted as a future release's default - see the Ubuntu's Development Manager's <a href=\"http://netsplit.com/2010/05/14/btrfs-by-default-in-maverick/\" rel=\"nofollow\">blog post from last year on the subject</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-21T18:26:14.283", "id": "22638", "lastActivityDate": "2011-01-21T18:26:14.283", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "866", "parentId": "22636", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>Short answer: no, we're sticking with ext4 by default.</p>\n\n<p>However btrfs support has been improved for 11.04 (btrfs can be your boot partition). It may well be adapted as a future release's default - see the Ubuntu's Development Manager's <a href=\"http://netsplit.com/2...
null
null
null
null
null
22644
1
36570
2011-01-21T19:02:14.013
3
4111
<p>Sometimes hdd might drop out of my RAID, but after I fix HW problem - I have to manually find out which is device name of dropped HDD and manually re-add it.</p> <p>Is there a way to let mdadm scan all HDDs and auto-read ones which belong to array?</p>
8085
null
null
2011-04-23T05:47:42.437
MDADM: auto re-add dropped HDD
[ "mdadm" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T20:16:34.640", "id": "24479", "postId": "22644", "score": "1", "text": "There's `mdadm --assemble --scan`, I believe it works with the correct setup in `/etc/mdadm/mdadm.conf` (see the [RAID wiki](https://raid.wiki.kernel.org/index.php/RAID_setup#Using_the_Array)). ...
{ "accepted": true, "body": "<p>No, there is no automated way to do this. There are mdadm monitors out there which parse the various events to enable you to create a custom application to manage the array according to your wishes. There are plenty of NAS appliances that use MD and developed a closed source daemon to manage md, to my knowledge, no open source equivalents exist.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-23T05:47:42.437", "id": "36570", "lastActivityDate": "2011-04-23T05:47:42.437", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6045", "parentId": "22644", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>No, there is no automated way to do this. There are mdadm monitors out there which parse the various events to enable you to create a custom application to manage the array according to your wishes. There are plenty of NAS appliances that use MD and developed a closed source ...
null
null
null
null
null
22649
1
22801
2011-01-21T19:15:22.483
4
2723
<p>I'm using Ubuntu 10.10. The software center was asking me for password when I wanted to install/remove any application. Since last week, it doesn't prompt for password. Also, I have the same problem with <code>update-manager</code>. However, Synaptic and <code>sudo apt-get</code> ask for password. <br/> How to fix this?</p> <p>this is link to the files that you guys need to know</p> <p><a href="https://docs.google.com/document/pub?id=1qnIRRCcbK5OKqOdA_OLCsMJQBzPZ4P9FcLe8Vrw8mDg" rel="nofollow">sudoers file</a></p> <p><a href="https://docs.google.com/document/pub?id=1lPM2jF9s-bS2nxSqkU4Fs819dUW8TXl4KGomE6_kKlU" rel="nofollow">/etc/polkit-1</a></p> <p><a href="https://docs.google.com/document/pub?id=1Mr9ByQ0LCXRjbR0hC7QJjkJuhmwiMrb6fj_Q8m2fbeQ" rel="nofollow">/usr/share/polkit-1/actions/org.debian.apt.policy</a></p> <p><a href="https://docs.google.com/document/pub?id=19wsi2kU0p9ZLyziNajevfqOAMc8pYtxB7xYt62HAI9k" rel="nofollow">sudo grep -IR '^[^#]' /var/lib/polkit-1</a></p> <p><a href="https://docs.google.com/document/pub?id=1ApJaDOPTYzYAq3Mj5yMAGyCK5CcRHkziM1321rHfXl0" rel="nofollow">grep '^[^#]' /etc/apt/apt.conf.d/20dbus /etc/dbus-1/system.d/org.debian.apt.conf /usr/share/dbus-1/system-services/org.debian.apt.service</a></p>
9341
8844
2011-02-10T07:49:24.380
2011-06-27T18:51:26.347
Software Center doesn't prompt for password
[ "10.10", "software-center", "password", "policykit" ]
1
6
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T20:05:51.173", "id": "24470", "postId": "22649", "score": "0", "text": "What is the output of your /etc/sudoers file?", "userDisplayName": "user6658", "userId": null }, { "creationDate": "2011-01-21T21:52:39.247", "id": "24488", "postId": "22...
{ "accepted": true, "body": "<p>As already said, the problem may be your <em>PolicyKit</em> configuration. I would be interested in the contents of the files in <code>/etc/polkit-1</code> directory and the file <code>/usr/share/polkit-1/actions/org.debian.apt.policy</code>. The output can be lengthy, so you may want to compress it and upload it somewhere rather than copy it here...</p>\n<blockquote>\n<p>grep -IR '^[^#]' /etc/polkit-1</p>\n<p>cat /usr/share/polkit-1/actions/org.debian.apt.policy</p>\n</blockquote>\n<p>EDIT: After you've uploaded the files I can see that the problem is in your <code>/var/lib/polkit-1/localauthority/50-local.d/20-xbmclive.pkla</code> file which seems to have been installed by XBMC and effectively turns off all authentication via polkit (why it has done so and if it is really needed I don't know, I don't use this software).</p>\n<pre><code>[XBMC-Live user permissions]\nIdentity=unix-user:azizjoh\nAction=*\nResultAny=no\nResultInactive=no\nResultActive=yes\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-01-22T20:49:48.827", "id": "24626", "postId": "22801", "score": "0", "text": "I upload it as a GoogleDoc see the link Up at the end of the question\n\nthanks", "userDisplayName": null, "userId": "9341" }, { "creationDate": "2011-01-22T22:44:07.170", "id": "24639", "postId": "22801", "score": "1", "text": "I don't see in the output any reason why it should not work... Could you also post `sudo grep -IR '^[^#]' /var/lib/polkit-1` and `grep '^[^#]' /etc/apt/apt.conf.d/20dbus /etc/dbus-1/system.d/org.debian.apt.conf /usr/share/dbus-1/system-services/org.debian.apt.service`?", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-01-22T23:09:52.717", "id": "24644", "postId": "22801", "score": "0", "text": "I add it to the question", "userDisplayName": null, "userId": "9341" }, { "creationDate": "2011-01-22T23:23:02.910", "id": "24647", "postId": "22801", "score": "0", "text": "see my edit in the original answer", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-01-23T00:51:02.777", "id": "24664", "postId": "22801", "score": "1", "text": "I comment all the lines in the file that you said to me. XBMC still work and the software center prompting for password `thanks`", "userDisplayName": null, "userId": "9341" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T19:32:06.440", "id": "22801", "lastActivityDate": "2011-01-22T23:22:21.617", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "9340", "parentId": "22649", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>As already said, the problem may be your <em>PolicyKit</em> configuration. I would be interested in the contents of the files in <code>/etc/polkit-1</code> directory and the file <code>/usr/share/polkit-1/actions/org.debian.apt.policy</code>. The output can be lengthy, so you...
null
null
null
null
null
22651
1
null
2011-01-21T19:41:26.710
2
244
<p>I just created my Ubuntu One account on the machine running Ubuntu and it works flawless. Then I tried to access the same account from my XP machine. I can access account, and see all files, but when I try to access or download, it loads and loads, and loads, but nothing happens. Why is that? If I can access the account from a different machine I should be able to download, right? Please enlighten me.<br/> Thanks in advance. <br/> Apple314<br/></p>
null
4776
2011-01-21T19:50:41.503
2011-01-21T19:50:41.503
Ubuntu One does not download files on Windows XP
[ "10.10", "ubuntu-one", "windows-xp" ]
0
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T19:55:07.927", "id": "24468", "postId": "22651", "score": "0", "text": "Does your Windows XP machine have Service Pack 3, [Windows Installer 4.5 Redistributable](http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5a58b56f-60b6-4412-95b9-54d056d6f9f4&display...
null
[]
null
0
2012-02-21T21:45:55.827
null
Apple314
22652
1
null
2011-01-21T19:46:26.173
3
429
<p>I import a video into PiTiVi, drag it to the timeline, split the grouped A/V tracks at the start of where I want to delete and the end, then delete the middle. The audio track does what I expect, but all the video that used to be there stays there, just playing at double speed or something. I even tried just deleting the end of the video and only the end of the audio went away, the video stayed but played faster. I thought it might be just the preview, but rendering the project produces these same results.</p> <p>What am I doing wrong?</p> <p>PiTiVi 0.13.5 on Maverick</p>
9342
null
null
2011-10-09T21:46:44.693
Using PiTiVi to delete the middle of a video?
[ "pitivi" ]
0
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T20:04:03.937", "id": "24469", "postId": "22652", "score": "1", "text": "What type of video file are you importing? Some of the more ugly (read: closed) file formats tend to make gstreamer (which PiTiVi uses) a little wonky. Have you tried another video format (like ...
null
[]
null
null
2012-02-25T01:32:07.950
null
null
22661
1
22664
2011-01-21T21:31:41.220
18
241
<p>I know what an Ubuntu Team is and <a href="https://askubuntu.com/questions/10334/how-do-i-find-ubuntu-users-in-my-country-state">where to find them</a>, but what can users do if their area doesn't have a LoCo team?</p>
703
-1
2017-04-13T12:24:49.530
2012-12-18T21:21:48.193
What if my State / Country doesn't have a Ubuntu LoCo Team? How can I start one?
[ "community", "locoteams" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Information (and guidelines) about how to create a new LoCo team are at Ubuntu Wiki: <a href=\"https://wiki.ubuntu.com/LoCoTeamHowto\" rel=\"nofollow\">https://wiki.ubuntu.com/LoCoTeamHowto</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-21T21:42:13.363", "id": "22664", "lastActivityDate": "2011-01-21T21:42:13.363", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6861", "parentId": "22661", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Information (and guidelines) about how to create a new LoCo team are at Ubuntu Wiki: <a href=\"https://wiki.ubuntu.com/LoCoTeamHowto\" rel=\"nofollow\">https://wiki.ubuntu.com/LoCoTeamHowto</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": nul...
null
null
null
null
null
22662
1
null
2011-01-21T21:32:18.840
2
1090
<p>I downloaded the truecrypt 64 bit .tar.gz, but it could not be opened. The archiv manager says: Does not look like a tar archiv. Does anybody no, how to solve this error? OS :Ubuntu Maverick. On Lucid I had no problems to install TrueCrypt.</p>
7604
54298
2012-07-09T13:12:55.280
2012-07-09T13:12:55.280
How can I solve my TrueCrypt installation problem?
[ "installation", "truecrypt" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T21:44:18.117", "id": "24486", "postId": "22662", "score": "0", "text": "I've downloaded the archiv and tried to extract it and it worked fine -- just try to download the file again (maybe it's corrupted).", "userDisplayName": null, "userId": "6861" }, { ...
null
[ { "accepted": null, "body": "<p>This is an execelent <a href=\"http://www.liberiangeek.net/2010/09/encrypt-thumb-drives-ubuntu-10-10-maverick-meerkat-truecrypt/\" rel=\"nofollow\">post</a> to install Truecrypt in ubuntu 10.10 maverick</p>\n\n<p>TO un-install just use :</p>\n\n<blockquote>\n <p>sudo sh\n /...
null
null
null
null
null
22663
1
22777
2011-01-21T21:41:50.383
31
170627
<p>I decided to get rid of <code>network-manager</code> for some reason, and now in order to get on the network, I have to run <code>sudo ifup eth0</code>. Here's what <code>cat /etc/network/interfaces</code> gives:</p> <pre><code>auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet dhcp </code></pre> <p>How do I ensure I don't perform this laborious process again... how do I get the network started automatically on boot-up?</p>
2591
2591
2016-12-05T20:27:58.687
2018-07-22T07:30:45.240
How to bring up network on boot-up when NetworkManager is uninstalled?
[ "networking" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<pre><code>sudo vim /etc/network/interfaces\n</code></pre>\n\n<p>DHCP</p>\n\n<pre><code># Loopback\n#\nauto lo\niface lo inet loopback\n\n# network card\nauto eth0\niface eth0 inet dhcp\n</code></pre>\n\n<p>Static</p>\n\n<pre><code># Loopback\n#\nauto lo\niface lo inet loopback\n\n# network card\n#\nauto eth0\niface eth0 inet static\naddress 192.168.1.254\nnetmask 255.255.255.0\nnetwork 192.168.1.0\nbroadcast 192.168.1.255\ngateway 192.168.1.1\n</code></pre>\n\n<p>Restart networking.</p>\n\n<pre><code>sudo /etc/init.d/networking restart\n</code></pre>\n\n<p>If you use static, you might want to check /etc/resolv.conf to make sure name servers have been specified. It might look like this:</p>\n\n<pre><code>nameserver 208.67.222.222 # OpenDNS\nnameserver 8.8.8.8 # Google\ndomain example.com\nsearch example.com\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-11-21T20:59:28.343", "id": "91968", "postId": "22777", "score": "0", "text": "[not solved]: 1) vim /etc/network/interfaces; followed your advise 2) rebooted and nothing happens 3) applied ifup eth0 also says \"ignoring unknown interface eth0=eth0", "userDisplayName": "user25165", "userId": null }, { "creationDate": "2015-09-30T13:03:49.167", "id": "987065", "postId": "22777", "score": "0", "text": "My resolv.conf shows nothing (need to boot? It could be in the answer if so.) I did sudo ifup eth0 and at least he didn't complained like before, and still complains with @YumYumYum. But ip link show still says state DOWN for eth0.", "userDisplayName": null, "userId": "416671" }, { "creationDate": "2020-07-22T02:55:49.410", "id": "2132088", "postId": "22777", "score": "0", "text": "You can verify if adding \"allow-hotplug eth0\" in \"/etc/network/interfaces\" also solves the problem in your case. Thank you.", "userDisplayName": null, "userId": "1101276" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T16:36:12.560", "id": "22777", "lastActivityDate": "2011-01-22T16:36:12.560", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user8290", "ownerUserId": null, "parentId": "22663", "postTypeId": "2", "score": "32" }
[ { "accepted": null, "body": "<p>Add eth0 to <code>auto lo</code>, like:</p>\n\n<pre><code>auto lo eth0\n</code></pre>\n\n<p>This will bring up lo (loopback) and eth0 on running <code>ifup -a</code> (done at boot time).</p>\n\n<p>From <code>man interfaces</code>:</p>\n\n<blockquote>\n <p>Lines beginning wit...
null
null
null
null
null
22665
1
22733
2011-01-21T21:49:24.817
2
2319
<p>My husband has converted the entire household to Ubuntu, so far things are going fine, except for this small issue, I have a ps/2 Genius keyboard model, KB-06X attached to a desktop computer and on rare occasions when I am typing in any application, Word processor, text editor or forms and I activate capslock what I get are lower case characters, when I deactivate capslock (green light off) I got upper case characters, I noticed this as far back as 8.04 and as recent as 10.04, I have not noticed it yet on 10.1, even if 10.1 fixes the problem I am still curious as to why this happen on the others.</p> <p>Is it just cheap faulty keyboard or is this a known problem?</p>
9346
null
null
2015-11-29T01:00:37.760
Keyboard capslock does not work as expected sometimes
[ "keyboard" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T00:58:22.913", "id": "24520", "postId": "22665", "score": "0", "text": "Have you tried taking the caps lock key off and removing any cruft/food/etc? You could also try using the keyboard on Windows.", "userDisplayName": "user6658", "userId": null }, { ...
{ "accepted": true, "body": "<p>Found a forum topic which might be usefull.</p>\n\n<p><a href=\"http://ubuntuforums.org/showthread.php?t=784935\" rel=\"nofollow\">[SOLVED] Caps lock light reversed</a></p>\n\n<p>It covers a selection of different solutions so hopefully one will work</p>\n\n<p>Hope this helps.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T10:21:37.593", "id": "22733", "lastActivityDate": "2011-01-22T10:21:37.593", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6450", "parentId": "22665", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Found a forum topic which might be usefull.</p>\n\n<p><a href=\"http://ubuntuforums.org/showthread.php?t=784935\" rel=\"nofollow\">[SOLVED] Caps lock light reversed</a></p>\n\n<p>It covers a selection of different solutions so hopefully one will work</p>\n\n<p>Hope this helps...
null
null
null
null
null
22667
1
null
2011-01-21T21:53:33.843
79
73242
<p>Why is ufw firewall included in Ubuntu, when it is not enabled and pre-configured by default? Most users don't even know it is there, because no GUI frontend is provided.</p>
9228
2816
2011-02-17T16:08:07.600
2017-01-26T03:06:35.587
Why is the firewall disabled by default?
[ "security", "firewall", "ufw", "gufw" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2011-09-12T19:58:23.880", "id": "69946", "postId": "22667", "score": "10", "text": "I was shocked when I accidentally found out that a firewall is installed but disabled! The arguments mentioned here are pretty weak.", "userDisplayName": null, "userId": "23379" }, ...
null
[ { "accepted": null, "body": "<p>In contrast to Microsoft Windows, an Ubuntu desktop does not need a firewall to be safe on the Internet, since by default Ubuntu does not open ports that can introduce security issues. </p>\n\n<p>In general a properly hardened Unix or Linux system will not need a firewall. Fi...
null
null
null
null
null
22670
1
null
2011-01-21T22:23:21.223
3
558
<p>I'm trying to install Ubuntu 10.10 from Live CD.<br> I can access the partitions already created ( two NTFS and one ext3 prepared ), but when I'm trying to install, at the step where I should select the partition, I don't have from where to choose.<br> The list is empty, as you can see in the screenshot below: </p> <p><a href="https://i.stack.imgur.com/8YbBw.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/8YbBw.jpg" alt="alt text"></a></p> <p>My HDD is @ S-ATA. Motherboard: AsRock ConRoeXFire-eSATA2</p>
7505
114
2011-02-21T18:29:28.657
2011-02-21T18:46:24.957
LiveCD mounts the partitions, but it doesn't see any
[ "10.10", "installation", "partitioning", "live-cd", "hard-drive" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-06T11:51:40.733", "id": "27319", "postId": "22670", "score": "0", "text": "Open GParted, System>Administration>GParted and take a screenshot of your partition set up please.", "userDisplayName": null, "userId": "5651" }, { "creationDate": "2011-02-21T19...
null
[ { "accepted": null, "body": "<p>\"I can access the partitions already created\" -- does that mean you mounted them?</p>\n\n<p>The installer doesn't like your volumes mounted - gparted will error.</p>\n\n<p>I suggest setting up a new partition table with the installer, as long as it not gonna mess up your Wi...
null
null
null
null
null
22675
1
null
2011-01-21T23:08:10.477
5
2112
<p>Sometimes when I try to shut-down or restart, I get an error saying:</p> <p>A program is still running: Unknown Not Responding</p> <p>It gives three choices</p> <ol> <li>Lock Screen</li> <li>Cancel</li> <li>Reboot anyway (or Shutdown Anyway)</li> </ol> <p>What should I look for?</p> <p>If I could configure it to <strong>always</strong> assume that I want to shutdown anyway, then that would be great.</p> <p>Thanks</p>
null
3550
2011-02-21T15:06:25.480
2012-02-19T11:38:42.193
Shutdown / restart does not complete
[ "shutdown", "restart" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T14:16:28.367", "id": "24578", "postId": "22675", "score": "0", "text": "I don't know what application it is because it just says \"Unknown Not Responding\".", "userDisplayName": "user5257", "userId": null }, { "creationDate": "2011-01-23T20:01:07.420...
null
[ { "accepted": null, "body": "<p>This usually happens when there is an application still running and using the CPU. At the same time you do not close it and you restart or shutdown.</p>\n\n<p>You have to wait for some time and it will close by itself until the process is finished - otherwise it means the app...
null
null
2012-02-24T18:41:31.847
null
user5257
22676
1
null
2011-01-21T23:08:18.597
2
4122
<p>I have a relatively new Powerspec computer (i5 quad core processor, about a year or two old) and just grabbed a new relatively inexpensive ($40?) graphics card. It has 1 DVI, one VGA, and one HDMI output. </p> <p>I have two (different type) monitors plugged into the DVI and VGA slots, and they work great. However, I cannot seem to be able to get a third monitor in the HDMI slot to work. I can see the monitor (and monitor info) show up in display settings. However, if I try to switch the monitor to 'on' and click apply, nothing happens.</p> <p>Anyone have the slightest idea what the problem might be? (It's a Radeon graphics card FYI; if I remember right I think it was the Radeon 4200?)</p>
null
235
2011-01-21T23:35:54.220
2011-03-09T19:48:26.923
Triple monitor setup with an ATI Radeon 4200?
[ "10.10", "xorg", "multiple-monitors", "ati" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-21T23:36:53.220", "id": "24505", "postId": "22676", "score": "0", "text": "Use the info from here to find out which card it is and add it to your question please: http://askubuntu.com/questions/14008/i-have-a-hardware-detection-problem-what-logs-do-i-need-to-look-into"...
null
[ { "accepted": null, "body": "<p>Sorry, based on the information in your question your card doesn't support three monitors.</p>\n\n<p>The AMD/ATI technology for driving more than two monitors from the same card is called Eyefinity, but it is only supported on certain cards, see <a href=\"http://www.amd.com/U...
null
null
null
null
user9355
22682
1
null
2011-01-21T23:44:05.100
2
742
<p>I am windows user and using windows 7 on my laptop. Is there any way i can run practically run and use ubuntu from flash drive or it is necessary to install it on my hard drive.</p> <p>Please suggest... </p>
null
null
null
2015-03-12T15:38:06.333
Ubuntu from flash drive
[ "usb-drive" ]
4
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T13:00:59.490", "id": "24566", "postId": "22682", "score": "0", "text": "Keep in mind that the lifetime of your USB stick will be shorter. A USB stick is not a hard drive. But if you install Ubuntu in a USB stick you will not feel any difference!", "userDisplayNa...
null
[ { "accepted": null, "body": "<p>There are instructions for creating a USB stick install of Ubuntu from Windows here: <a href=\"http://www.ubuntu.com/desktop/get-ubuntu/download\" rel=\"nofollow\">http://www.ubuntu.com/desktop/get-ubuntu/download</a></p>\n", "commentCount": "0", "comments": [], "...
null
null
null
null
user9358
22686
1
22738
2011-01-22T00:00:21.343
7
786
<p><em>Please do not mistake this for another post resembling installing Firefox 4.0 beta..I have no intention of that.</em></p> <p>What I meant to ask was in Febrary or possibly march Firefox 4.0 will be officially released. Would the official repositories update to the latest version or should I install add the mozilla daily ppa to do this?</p> <p>I am very keen on installing the latest version of firefox 4.o when it releases. The firefox website only provides <strong>.tar.bz2</strong> files which means I need to compile from source. Hence the question if the official repository updates to firefox 4.0.</p>
5855
235
2011-01-22T01:27:54.840
2011-03-17T19:11:10.453
Will the official repositories update to Firefox 4.0 when it's released?
[ "package-management", "firefox" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Ubuntu 11.04 will release with Firefox 4.0. However, other supported Ubuntu releases will remain with Firefox 3.6 in the medium term. When Firefox 3.6 approaches end-of-life, the other supported Ubuntu releases will be upgraded to the latest version of Firefox, although this may not be 4.0.</p>\n\n<p>For those Ubuntu releases, we will provide semi-official packages of Firefox 4.0 in a PPA.</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/6339/how-do-i-install-firefox-4-beta-and-rc\">How do I install the latest stable version of Firefox?</a></li>\n</ul>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-22T12:14:22.087", "id": "24564", "postId": "22738", "score": "0", "text": "Thank you very much..coming from a ubuntu developer maintaining the firefox and thunderbird", "userDisplayName": null, "userId": "5855" }, { "creationDate": "2011-03-10T20:11:26.373", "id": "33320", "postId": "22738", "score": "0", "text": "Is there already a semi-official PPA?", "userDisplayName": null, "userId": "9608" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T11:06:14.350", "id": "22738", "lastActivityDate": "2011-03-17T19:11:10.453", "lastEditDate": "2017-04-13T12:23:59.520", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "790", "parentId": "22686", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>I seem to recall something about Ubuntu making a permanent exception to allow new firefox versions in the middle of upgrade cycles. If I'm remembering this correctly, then yes, it will be included, though there may be a delay from when the official Mozilla release happens.</p...
null
0
null
null
null
22696
1
22699
2011-01-22T02:23:54.447
28
7709
<p>Anyone knows where I can get a keyboard to buy with the Ubuntu logo on the super key? If not where can I get some durable small plastic Ubuntu logos about 8 to 9 mm in diameter that I can use to glue on my keyboard?</p>
9346
1067
2011-01-22T02:33:29.013
2017-03-08T15:36:53.430
Where can I buy a keyboard with an Ubuntu logo on the super key?
[ "hardware", "keyboard" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2012-04-29T19:21:01.540", "id": "152685", "postId": "22696", "score": "1", "text": "For what it's worth, there are also keyboards that have an [entirely blank super key](http://www.amazon.com/gp/customer-media/permalink/moORLZ5XED7D0J/B003PHJJV6/ref=cm_ciu_images_pl_link).", ...
{ "accepted": true, "body": "<p>You could buy one from <a href=\"http://zareason.com/shop/Ubuntu-Keyboard.html\" rel=\"noreferrer\">ZaReason.com</a>, but they are out of stock right now. </p>\n\n<p><a href=\"http://www.system76.com/\" rel=\"noreferrer\">System76</a> gives away free Ubuntu stickers, including ones for the <kbd>Super</kbd> key, instructions on how to get them: \n <a href=\"http://www.system76.com/community/stickers/\" rel=\"noreferrer\">http://www.system76.com/community/stickers/</a></p>\n\n<p><img src=\"https://i.stack.imgur.com/SnpE4.jpg\" alt=\"alt text\"></p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-01-22T02:41:07.930", "id": "24525", "postId": "22699", "score": "1", "text": "I requested stickers at least twice, but I never received them :/", "userDisplayName": null, "userId": "5674" }, { "creationDate": "2011-01-22T04:10:02.020", "id": "24536", "postId": "22699", "score": "0", "text": "That's awesome! Free stickers! I'll surely send my pre-addressed envelope next week; there's a supplier in Canada!", "userDisplayName": null, "userId": "2345" }, { "creationDate": "2011-01-22T17:50:16.293", "id": "24605", "postId": "22699", "score": "2", "text": "I got the free 'powered by Ubuntu' stickers (a couple months ago) but no meta key sticker. Maybe they were out at the time?", "userDisplayName": null, "userId": "65" }, { "creationDate": "2013-06-02T18:32:08.817", "id": "381574", "postId": "22699", "score": "0", "text": "I have a System76 laptop but I just peeled the round sticker off the Super key as the edges were catching cruft and the thickness bothered me. I'm still looking for a full key black background Linux-related sticker.", "userDisplayName": null, "userId": "127887" }, { "creationDate": "2013-10-23T06:57:08.030", "id": "465989", "postId": "22699", "score": "0", "text": "The super key stickers are only for the US :(", "userDisplayName": null, "userId": "134848" }, { "creationDate": "2016-03-05T08:00:33.780", "id": "1104109", "postId": "22699", "score": "0", "text": "Link is broken.", "userDisplayName": null, "userId": "480305" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-22T02:37:47.373", "id": "22699", "lastActivityDate": "2011-10-16T13:45:44.370", "lastEditDate": "2011-10-16T13:45:44.370", "lastEditorDisplayName": null, "lastEditorUserId": "27449", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "22696", "postTypeId": "2", "score": "25" }
[ { "accepted": true, "body": "<p>You could buy one from <a href=\"http://zareason.com/shop/Ubuntu-Keyboard.html\" rel=\"noreferrer\">ZaReason.com</a>, but they are out of stock right now. </p>\n\n<p><a href=\"http://www.system76.com/\" rel=\"noreferrer\">System76</a> gives away free Ubuntu stickers, includ...
null
null
null
null
null
22698
1
null
2011-01-22T02:32:55.603
2
11179
<p>I have Ubuntu10.10 x64 and after installing Windows 7 grub dissapear I log on with my usb to reinstall grub and now grub only shows Ubuntu... Then when I try to do update-grub2 I get this:</p> <pre><code>root@Alienware:~# sudo update-grub2 Generating grub.cfg ... Found linux image: /boot/vmlinuz-2.6.35-22-generic Found initrd image: /boot/initrd.img-2.6.35-22-generic Found memtest86+ image: /boot/memtest86+.bin ls: no se puede acceder a /var/lib/os-prober/mount/boot Boot: No existe el fichero o el directorio done root@Alienware:~# </code></pre> <p>It is in spanish but it says it cant get access to /var/lib/os-prober/mount/boot and that Boot: dosent exist.. I dont know what I am doing wrong can someone help me please?</p>
3307
26447
2011-12-02T12:04:15.550
2011-12-02T12:04:15.550
update-grub2 not finding windows7 partition
[ "boot", "windows", "grub2", "ntfs" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>are you using liveCD to update the grub2. if not try to reinstall grub2 via liveCD\nif yes then try to use windows CD/DVD to make windows bootloader install again and you will not be able to run ubuntu after that <a href=\"https://help.ubuntu.com/community/RecoveringUbuntuAft...
null
null
null
null
null
22702
1
null
2011-01-22T03:29:53.640
3
12506
<p>I need xorg-server version <code>2:1.9.0.902-1ubuntu3</code> installed because it contains a fix:</p> <pre><code>xorg-server (2:1.9.0.902-1ubuntu3) natty; urgency=low * Add 207_dga_master_device.patch: Cherrypick from upstream xserver git to fix crash with a bluetooth keyboard when using XBMC full screen. (LP: #597895) -- Bryce Harrington &lt;email address hidden&gt; Thu, 06 Jan 2011 12:17:16 -0800 </code></pre> <p>And I need that for my xbmc to work properly, but on my machine it shows: <code>xorg-server 2:1.9.0-0ubuntu7.1</code> when I run X -version</p> <p>Any ideas? I can't find any packages to install and apt-get says it's already the most current version...</p>
null
1067
2011-01-23T12:29:19.633
2011-01-23T12:29:19.633
How to upgrade x.org?
[ "xorg", "remote", "xbmc", "ps3" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>The easiest way to get the fix is to use the xorg edgers PPA:</p>\n\n<p><a href=\"https://launchpad.net/~xorg-edgers/+archive/ppa\" rel=\"nofollow\">https://launchpad.net/~xorg-edgers/+archive/ppa</a></p>\n\n<p>The PPA is built for testing and for fixing obscure bugs with cer...
null
null
null
null
user9367
22704
1
27370
2011-01-22T04:16:45.070
1
472
<p>I hear some squeaking noises sometimes when I use my computer so I ran smartctl. This is the results:</p> <pre><code> === START OF READ SMART DATA SECTION === SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Short offline Completed: read failure 90% 5953 37922655 # 2 Extended offline Completed: read failure 90% 5953 37922655 # 3 Short offline Completed: read failure 90% 5953 37922655 # 4 Short offline Completed without error 00% 429 - # 5 Extended offline Aborted by host 90% 429 - # 6 Short offline Completed without error 00% 429 - # 7 Short offline Completed without error 00% 429 - </code></pre> <p>Is this a bad sign?</p>
332
null
null
2011-02-21T09:45:17.103
Is my hard drive about to fail?
[ "hard-drive" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T00:13:23.807", "id": "24656", "postId": "22704", "score": "0", "text": "Yes, you are totally fschk'ed. =P", "userDisplayName": "user9368", "userId": null }, { "creationDate": "2011-01-23T00:13:23.870", "id": "24658", "postId": "22704", "s...
{ "accepted": true, "body": "<p>Whether your HD is failing or not is not clear at all from the output - it could be just one bad sector, which is a common occurrence these days.</p>\n\n<p>Can you please post the full output <code>sudo smartctl -a /dev/sda</code> (change <code>sda</code> accordingly if needed)?</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-28T23:03:09.710", "id": "31614", "postId": "27370", "score": "0", "text": "I have since bought a new hard drive. But this was the most helpful.", "userDisplayName": null, "userId": "332" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T09:45:17.103", "id": "27370", "lastActivityDate": "2011-02-21T09:45:17.103", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9340", "parentId": "22704", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>You seem to have 2 hard drives. The newer one (nums 4-7) seem to be alright, but the older one seems to have read failures. This seems to be a bad sign for the old drive. :(.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-01-22T04:24:...
null
null
null
null
null
22711
1
null
2011-01-22T04:36:01.263
2
611
<p>I am not a basic user of computers, but frankly I have never done a partition of a hard drive. But I decided to shrink the only HD in the computer by 25GB for Ubuntu, however I realized that Ubuntu will partition the HD. However, I am stuck with a 25GB partition that I can not use, at least I think so... Can I use the partition when installing Ubuntu (version 9.10) or can I make the partition apart of the rest of the drive again? When I try to delete it, Windows 7 (the only OS at the moment) prompts me stating that it is an extended partition and will be inaccessible if I do so.</p> <p>Help?</p>
null
6005
2011-12-14T01:49:36.853
2011-12-14T01:49:36.853
Hard Drive Partitioning?
[ "partitioning", "hard-drive" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T04:47:14.380", "id": "24547", "postId": "22711", "score": "3", "text": "Are you sure that you want to be using 9.10? That version is becoming fast obsolete. The latest version is 10.10. It's a very different operating system from that old version.", "userDisplay...
null
[ { "accepted": null, "body": "<p>You can use this partition for ubuntu. When you install it from the liveCD select 'advanced partitioning options' (or something with advanced in it :)) and map the partition to /.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
null
null
null
null
michael dadly
22716
1
22721
2011-01-22T05:19:54.063
1
1233
<p>Instead of totem, what application that can play .m4v format?</p>
3905
1067
2011-01-23T12:25:34.397
2015-01-07T08:26:39.300
Instead of totem, what application that can play .m4v format?
[ "software-recommendation", "video" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>VLC Media Player from VideoLAN will handle most formats you can throw at it, list of supported video formats can be found <a href=\"http://www.videolan.org/vlc/features.php?cat=video\" rel=\"nofollow\">here</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T06:28:55.907", "id": "22721", "lastActivityDate": "2011-01-22T06:28:55.907", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4982", "parentId": "22716", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>VLC Media Player from VideoLAN will handle most formats you can throw at it, list of supported video formats can be found <a href=\"http://www.videolan.org/vlc/features.php?cat=video\" rel=\"nofollow\">here</a></p>\n", "commentCount": "0", "comments": [], "commun...
null
null
null
null
null
22726
1
22776
2011-01-22T08:55:01.380
5
2042
<p>Thanks to this <a href="https://askubuntu.com/questions/9189/upgrade-while-keeping-home-partition">thread</a> I know now that I should've done this during the installation part. But I didn't. </p> <p>So I'm left with my system partition and a old home partition that acts as an extra drive. I would like to know or it still possible to mount the old home partition back. I rather keep my data on that partition but if that is not option I still want to move my home folder. My system partition is just too small to host the home directory. </p>
5673
-1
2017-04-13T12:23:07.557
2017-06-20T15:19:07.753
Re-mouting the old home partition after a fresh install
[ "10.10", "installation", "partitioning", "home-directory" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I cannot test this, but I think it's worth a try. Without logging into X, switch to a console <kbd>CTRL</kbd><kbd>ALT</kbd><kbd>F1</kbd>. Log in, make a directory to store your current home directory, and then modify the account to move the current home directory. </p>\n\n<pre><code>sudo mkdir /mnt/tmp\nsudo usermod -d /mnt/tmp/$USER -m $USER\nlogout\n</code></pre>\n\n<p>Login again without X. Define your home partition in <code>/etc/fstab</code>.</p>\n\n<pre><code>sudo vim /etc/fstab\n</code></pre>\n\n<p>It might look like this: <code>/dev/sdb1 /home ext4 defaults 0 2</code>. When correctly defined, mount it, make sure permissions are ok, modify the home directory again, and then move the files from the old home to the new home.</p>\n\n<pre><code>sudo mount /home\nsudo chown -R $USER: /home/$USER\nusermod -d /home/$USER $USER\nlogout\n</code></pre>\n\n<p>Log in again with X.</p>\n\n<pre><code>sudo mv /mnt/tmp ~\nsudo chown -R $USER: /home/$USER/tmp\n</code></pre>\n\n<p>Does this work as intended? </p>\n\n<p>OR</p>\n\n<p>You can create a new directory, like <code>/users</code>. Mount the disk inside users. Change permissions on <code>/users/$USER</code> to match your username, and then change your home directory path with usermod.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-22T16:26:14.153", "id": "22776", "lastActivityDate": "2017-06-20T15:19:07.753", "lastEditDate": "2017-06-20T15:19:07.753", "lastEditorDisplayName": "user8290", "lastEditorUserId": "527764", "ownerDisplayName": "user8290", "ownerUserId": null, "parentId": "22726", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>You can do 2 things:</p>\n\n<ul>\n<li><p>boot live CD, find what drive is current home and your old home (you can use nautilus) then open fstab on disk (not live CD) that is on <code>/media/&lt;your-roots-UUID&gt;/etc/fstab</code> (you can find UUIDs with <code>df -h</code> )...
null
null
null
null
null
22735
1
22737
2011-01-22T10:39:35.927
10
23716
<p>One thing I like for MacBooks is that they are usable within a second after opening their lid when they were on stand by.</p> <p>Ubuntu always requires me to enter my password when I resume from suspend, which can be very annoying.<br> How can I disable this?</p> <p><strong>Related bugs</strong><br> It turns out that this really is undesired behavior, and there are several bugs related to this issue.<br> <a href="https://bugs.launchpad.net/gnome-power/+bug/553646" rel="noreferrer">Bug #553646 on launchpad</a><br> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=643036" rel="noreferrer">Bug #643036 on GNOME bugzilla</a></p>
2192
2192
2011-03-18T08:59:02.963
2020-10-28T22:14:30.163
Disable locking the screen after resuming from suspend
[ "password", "suspend-resume" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2019-04-10T18:31:36.977", "id": "1877253", "postId": "22735", "score": "0", "text": "Same question with more solutions [here](https://askubuntu.com/q/1029696). One could be marked as a duplicate.", "userDisplayName": null, "userId": "107321" } ]
{ "accepted": true, "body": "<p>Start gconf-editor (press ALT-F2, then type <code>gconf-editor</code>).</p>\n\n<p>Seach down to Apps/gnome-power-manager, then click on \"lock\".</p>\n\n<p>You have two choices : either untick \"suspend\", or tick \"use_screensaver_settings\" (of course, you'd then have to go to screensaver preferences and remove the \"lock screen\" option.</p>\n\n<p><img src=\"https://i.stack.imgur.com/vl4nf.jpg\" alt=\"alt text\"></p>\n\n<p>And :</p>\n\n<p><img src=\"https://i.stack.imgur.com/tYmxo.jpg\" alt=\"alt text\"></p>\n", "commentCount": "9", "comments": [ { "creationDate": "2011-01-22T12:24:56.353", "id": "24565", "postId": "22737", "score": "0", "text": "Thank you, this would be be the perfect answer! If only it would work :(. I have tried both options and neither of them works. Proof: http://imgur.com/w4KVj&Sl385l I would report a bug but I'm not registered on the Gnome bug tracker.", "userDisplayName": null, "userId": "2192" }, { "creationDate": "2011-01-22T13:08:28.343", "id": "24567", "postId": "22737", "score": "0", "text": "Note that \"suspend\" and \"hibernate\" options are ignored if \"screensaver\" is ticked. Try playing with the values and see what happens. Certainly worked for me, so perhaps a hardware issue?", "userDisplayName": null, "userId": "861" }, { "creationDate": "2011-01-22T13:40:21.693", "id": "24571", "postId": "22737", "score": "0", "text": "Doesn't work for me either :\\ (tested it on three different machines)", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2011-01-22T13:56:34.273", "id": "24572", "postId": "22737", "score": "0", "text": "This works for me (so far) on : Dell Vostro V13, Toshiba U400, Dell Inspiron, couple of home-built PCs, Acer Revo Ion and a few friends laptops I've built - mostly Toshiba's and Dell's who's models I forget. I can't understand why this isn't working for people.", "userDisplayName": null, "userId": "861" }, { "creationDate": "2011-01-22T13:57:27.623", "id": "24574", "postId": "22737", "score": "0", "text": "I login manually with unsafe storage and a home-encrypted install, but otherwise largely stock install - 32-bit Ubuntu Desktop edition.", "userDisplayName": null, "userId": "861" }, { "creationDate": "2011-02-06T14:22:41.507", "id": "27342", "postId": "22737", "score": "1", "text": "Yes it is really weired. This bug on launchpad might relate to it https://bugs.launchpad.net/gnome-power/+bug/553646. I am marking the question as answered as it is indeed the correct procedure, although it might not work on some machines.", "userDisplayName": null, "userId": "2192" }, { "creationDate": "2011-10-21T17:00:03.900", "id": "79770", "postId": "22737", "score": "0", "text": "I am using oneiric, and there is no such key in gconf. Any hint? Should I ask a new question?", "userDisplayName": null, "userId": "24839" }, { "creationDate": "2011-10-22T13:05:30.820", "id": "80136", "postId": "22737", "score": "0", "text": "Oneiric moved quite a lot of settings to Dconf instead of Gconf. I think you need to `sudo apt-get install dconf-tools`, then run dconf-editor to see if the values are in there. I'm still running Natty, so can't help here.", "userDisplayName": null, "userId": "861" }, { "creationDate": "2011-10-22T13:20:16.590", "id": "80140", "postId": "22737", "score": "0", "text": "Actually, it seems that turning off screen lock in the screensaver preferences affects the suspend/resume too. I'll try to confirm this later on using one of my Oneiric laptops, none of which are handy at the moment.", "userDisplayName": null, "userId": "861" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T11:02:18.283", "id": "22737", "lastActivityDate": "2011-01-22T11:42:47.873", "lastEditDate": "2011-01-22T11:42:47.873", "lastEditorDisplayName": null, "lastEditorUserId": "861", "ownerDisplayName": null, "ownerUserId": "861", "parentId": "22735", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>Start gconf-editor (press ALT-F2, then type <code>gconf-editor</code>).</p>\n\n<p>Seach down to Apps/gnome-power-manager, then click on \"lock\".</p>\n\n<p>You have two choices : either untick \"suspend\", or tick \"use_screensaver_settings\" (of course, you'd then have to go...
null
null
null
null
null
22743
1
22745
2011-01-22T12:19:10.000
575
2545250
<p>I've recently installed Ubuntu on Oracle's Virtualbox. Now I want to install the guest additions.</p> <p>I started up my Ubuntu guest OS, clicked "Devices" and chose "Install Guest Additions". Nothing happened, and I don't see the CD icon on my desktop.</p> <p>How can I make this work?</p>
7542
40581
2014-04-24T11:13:47.313
2023-04-21T12:21:56.963
How do I install Guest Additions in a VirtualBox VM?
[ "virtualbox", "guest-additions" ]
13
1
CC BY-SA 3.0
[ { "creationDate": "2017-01-05T05:20:05.067", "id": "1344176", "postId": "22743", "score": "5", "text": "After installing, [see here for how to check that it worked](http://askubuntu.com/a/489850/193272).", "userDisplayName": null, "userId": "193272" } ]
{ "accepted": true, "body": "<blockquote>\n<p>If you have trouble installing Ubuntu in a VirtualBox VM, because the installer window does not fit the low resolution screen size, you can move the window with <kbd>Alt</kbd>+<kbd>F7</kbd>.</p>\n</blockquote>\n<h2>Installing Guest additions from the repositories</h2>\n<p>In case we have installed the <strong>OSE edition</strong> of Virtual Box from the repositories we can add the <a href=\"https://askubuntu.com/questions/3205/higher-screen-resolution-in-virtualbox\">guest additions from the repositories</a> in the <strong>guest</strong>. This will install guest additions matching the Virtual Box version as obtained from the repositories. It is <strong>not recommended</strong> to install these in newer releases of Virtual Box as obtained from the Oracle repository (see below).</p>\n<p>Alternatively we can install the package <strong>virtualbox-guest-additions-iso</strong> in the <strong>host</strong> Ubuntu.</p>\n<pre><code>sudo apt-get install virtualbox-guest-additions-iso\n</code></pre>\n<p>The .iso file with an image of the OSE edition of the guest additions CD will install in the host directory <code>/usr/share/virtualbox/VBoxGuestAdditions.iso</code>. Mount this .iso file as a CD in your virtual machine's settings. In the guest you will then have access to a CD-ROM with the installer.</p>\n<h2>Installing Guest Additions from Virtual Box Manager</h2>\n<p>In case the Guest Additions fail to build we may have to install the Linux kernel headers (see <a href=\"https://askubuntu.com/q/75709/88802\">How do I install kernel header files?</a>) or <a href=\"https://apps.ubuntu.com/cat/applications/build-essential\" rel=\"noreferrer\"><strong>build-essential</strong> <img src=\"https://i.stack.imgur.com/kV0OM.png\" alt=\"Install build-essential\" /></a> tools in addition. It is also recommended to have <a href=\"https://apps.ubuntu.com/cat/applications/dkms\" rel=\"noreferrer\"><strong>dkms</strong> <img src=\"https://i.stack.imgur.com/kV0OM.png\" alt=\"Install dkms\" /></a> installed (see below - Note 4). You can run this command in a terminal to install both:</p>\n<pre><code>sudo apt install build-essential dkms\n</code></pre>\n<p>Selecting <em>Devices -&gt; Install Guest Additions</em> (or press <kbd>Host</kbd>+<kbd>D</kbd> from the Virtual Box Manager) the Guest Additions CD .iso will be loaded but <strong>not installed</strong> in your guest OS. To install we need to run the installer script <code>VBoxLinuxAdditions.run</code> as root or from the Autorun Prompt (see below).</p>\n<hr />\n<h3>GNOME Shell</h3>\n<p>To install the Guest Additions we will have a CD icon on our desktop as soon as the virtual drive is mounted:</p>\n<p><a href=\"https://i.stack.imgur.com/cPZcf.png\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/cPZcf.png\" alt=\"enter image description here\" /></a></p>\n<p>Next step is to run the <em>autorun.sh</em> script (as root) on this <strong>mounted</strong> CD by opening the drive and clicking on the &quot;Run Software&quot; button. This will build and install the vbox kernel modules needed.</p>\n<hr />\n<h3>Unity</h3>\n<p>The guest additions is mounted as a virtual CD visible on the launcher:</p>\n<p><img src=\"https://i.stack.imgur.com/9adCQ.png\" alt=\"enter image description here\" /></p>\n<p>In case the system is set up to autorun a CD it should just open the following autorun dialogue (if not select the CD symbol, choose open, then choose <em>Open Autorun Prompt</em>)</p>\n<p><img src=\"https://i.stack.imgur.com/oJDor.png\" alt=\"enter image description here\" /></p>\n<p>After having entered your credentials for root access the guest additions will build as seen from the terminal output:</p>\n<p><img src=\"https://i.stack.imgur.com/WelBa.png\" alt=\"enter image description here\" /></p>\n<p>Press <kbd>Return</kbd> to close the terminal.</p>\n<hr />\n<blockquote>\n<p><strong>Note 1</strong><br />\nGuest Additions need a reboot of your guest OS to take effect.</p>\n</blockquote>\n<blockquote>\n<p><strong>Note 2</strong><br />\nIn some systems the Virtual Box Guest Additions CD icon may not be shown on the desktop, but will be accessible from the <em>Places</em> menu. If the CD still was not there you may have to manually add the VBoxGuestAdditions.iso as a CD-ROM in the Virtual Box Manager <em>Storage</em> menu. In an Ubuntu host the disk image is in <code>/usr/share/virtualbox/VBoxGuestAdditions.iso</code>.</p>\n</blockquote>\n<blockquote>\n<p><strong>Note 3</strong><br />\nIn some systems (e.g. when running <strong>Xubuntu</strong> guests) we may not have an <em>Autorun Prompt</em> for the mounted CD. Then we can install the guest additions by opening a terminal on the mounted guest additions .iso to run <code>sudo ./VBoxLinuxAdditions.run</code>. In <strong>Lubuntu</strong> or <strong>Ubuntu Server</strong> guests we additionally need to install the GNU C compiler (<a href=\"https://apps.ubuntu.com/cat/applications/gcc\" rel=\"noreferrer\">gcc</a> <a href=\"https://apps.ubuntu.com/cat/applications/gcc\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/kV0OM.png\" alt=\"Install gcc\" /></a>) and the <a href=\"https://apps.ubuntu.com/cat/applications/make\" rel=\"noreferrer\">make</a> <a href=\"https://apps.ubuntu.com/cat/applications/make\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/kV0OM.png\" alt=\"Install make\" /></a> utility in the guest system to be able to compile the guest additions.</p>\n</blockquote>\n<blockquote>\n<p><strong>Note 4</strong><br />\nRunning <strong>DKMS</strong> in the guest OS will keep Guest Additions installed after a guest kernel update. It is not a prerequisite for Guest Additions but if used it should be installed <strong>before</strong> we install the Guest Additions.</p>\n</blockquote>\n<hr />\n<h2>Installing Guest Additions from a Terminal##</h2>\n<p>In case Guest Additions are not installed properly we may not be able to boot to the GUI. In this case we need to boot holding the <kbd>Shift</kbd> key to access the Grub menu where we access a root shell as depicted in the following question (we do need to mount the filesystem read/write to proceed):</p>\n<ul>\n<li><a href=\"https://askubuntu.com/questions/92556/how-do-i-boot-into-a-root-shell\">How do I boot into a root shell?</a></li>\n</ul>\n<p>The Guest Additions .iso file needs to be installed on <code>/dev/cdrom</code> from the Virtual Box Manager (see above). We then may install Guest Additions by typing the following commands:</p>\n<pre><code>mount /dev/cdrom /mnt # or any other mountpoint\ncd /mnt\n./VBoxLinuxAdditions.run\nreboot\n</code></pre>\n<hr />\n<h2>Remove Guest Additions</h2>\n<p>In case something went wrong with installing the guest additions, or the guest OS can not boot after installing we may have to remove the additions. This can also be done from a <a href=\"https://askubuntu.com/questions/92556/how-do-i-boot-into-a-root-shell\">root shell</a> by running an uninstallation script located in the <strong>guest</strong> <code>/opt</code> directory.</p>\n<pre><code>cd /opt/&lt;VirtualBoxAdditions-x.x.xx&gt;/\nsudo ./uninstall.sh\n</code></pre>\n<p>Replace <code>x.x.xx</code> with your current version of guest additions.</p>\n", "commentCount": "21", "comments": [ { "creationDate": "2012-05-23T07:30:43.857", "id": "168553", "postId": "22745", "score": "14", "text": "I came across this answer while trying to install Guest Additions on Ubuntu Server. One step is missing if you need to install on server: run sudo apt-get install dkms first. (ref http://www.virtualbox.org/manual/ch04.html#idp19765808)", "userDisplayName": null, "userId": "64410" }, { "creationDate": "2013-01-03T10:43:59.617", "id": "292751", "postId": "22745", "score": "1", "text": "I tried your solution for ubuntu 12.10 server as guest and mac os x as host. Virtual box is 4.2.6. I am unable to to get the shared folders to work. somehow the guest additions are not working. Even Devices > Install Guest Additions did not work too. Not even the package virtualbox-guest-additions helped. Every attempt to run the iso GuestAdditions.iso does NOT lead to the iso showing up under /media/cdrom. Please advise.", "userDisplayName": null, "userId": "10591" }, { "creationDate": "2013-01-03T11:16:31.517", "id": "292770", "postId": "22745", "score": "1", "text": "@kimsia: you need to **mount** the .iso in your server first. After that you can install the GA with `sudo ./<mountpoint>/VBoxLinuxAdditions.run`", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2013-01-03T11:21:56.203", "id": "292776", "postId": "22745", "score": "0", "text": "@Takkat the mounting cannot work at all. In other news, i finally found a way to make everything work.http://superuser.com/a/527508/8184 so thank you for answering me. Appreciate it greatly :)", "userDisplayName": null, "userId": "10591" }, { "creationDate": "2013-01-03T11:31:41.237", "id": "292786", "postId": "22745", "score": "0", "text": "@kimisa: please note that the method you linked to will **not** install the most recent guest addition but those available from Ubuntu repositories (which would be 4.1.18 for 12.10 and 4.1.22 for 13.04). In case your host Virtual Box release is newer it is **not recommended** to run older versions of Guest Additions (but they will mostly still work).", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2013-06-26T06:25:18.563", "id": "395131", "postId": "22745", "score": "0", "text": "@gertvdijk thank you for your effort but I deliberately left out the headers and build parts because in a vanilla default Ubuntu installation we **do not need these**. GA build fine without any further steps to take (this is different in Xubuntu and Lubuntu only). DKMS is supposed to help when ubpdating kernels but for some reasons we still always have to rebuild the GAs after a kernel update.", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2014-08-25T17:00:16.813", "id": "699631", "postId": "22745", "score": "0", "text": "Ok this doesnt work at all. tested on ubuntu 32 and 64 versions 14.04.\n\nAnd works only http://askubuntu.com/questions/22743/how-do-i-install-guest-additions-in-a-virtualbox-vm/99479#99479", "userDisplayName": null, "userId": "9550" }, { "creationDate": "2015-01-29T00:49:00.017", "id": "800047", "postId": "22745", "score": "0", "text": "please specify which version.", "userDisplayName": null, "userId": "130518" }, { "creationDate": "2015-08-12T02:33:27.630", "id": "950769", "postId": "22745", "score": "0", "text": "sorry had to -1 this one. looks like a collection of \"everything\"", "userDisplayName": null, "userId": "100902" }, { "creationDate": "2015-08-12T06:11:51.600", "id": "950850", "postId": "22745", "score": "2", "text": "@IIIIIllllllllIlllllIIIIIIIIlll: sure - covering everything is all a \"canonical\" Q&A. is about. Anything missing, anything outdated?", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2016-05-05T18:16:29.003", "id": "1147296", "postId": "22745", "score": "0", "text": "In order to build guest additions on Ubuntu 14.04.4 Server, I needed to first do `sudo apt-get update` and `sudo apt-get install make gcc`.", "userDisplayName": null, "userId": "116447" }, { "creationDate": "2016-11-05T11:53:54.427", "id": "1297537", "postId": "22745", "score": "0", "text": "On Ununtu 16.04, when I `apt-get install virtualbox-guest-additions-iso`, it suggests to uninstall vmware first. this seems dangerous, will i loose data or settings to my existing vm-mashines?", "userDisplayName": null, "userId": "34298" }, { "creationDate": "2016-11-05T20:33:39.823", "id": "1297933", "postId": "22745", "score": "0", "text": "@rubo77 this is a dependency issue brought in by vmware... definitely not related to installing the guest additions ISO file.", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2016-11-05T20:35:39.427", "id": "1297934", "postId": "22745", "score": "0", "text": "Yes it is, because this is the message, if you try to install the guest additions iso in the host system, which seems wrong. It worked after i installed the ISO in the guest system", "userDisplayName": null, "userId": "34298" }, { "creationDate": "2016-11-05T20:38:30.947", "id": "1297936", "postId": "22745", "score": "0", "text": "@rubo77 it is a bug in the vmware dependencies. Installing an installer ISO in the **guest** is a waste of space.", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2016-11-05T20:39:38.220", "id": "1297937", "postId": "22745", "score": "0", "text": "So you should describe, how to get around this bug", "userDisplayName": null, "userId": "34298" }, { "creationDate": "2016-11-05T20:47:01.887", "id": "1297945", "postId": "22745", "score": "0", "text": "@rubo77 alternatively we can install the guest-utils in the guest as was said in another answer I linked to above. Anyway, in the long run installing the regularly updated versions of virtualbox from the Oracle repository turned out to be better for me.", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2017-01-05T03:40:40.803", "id": "1344131", "postId": "22745", "score": "0", "text": "@Takkat Further to your comment from 26 June 2013, what about Xubuntu? Specifically, if I precede the GA script with `sudo apt-get install build-essential linux-headers-virtual dkms` just in case, is it safe? (Note: `linux-headers-virtual` includes `linux-headers-generic` as a dependency, and the latter is somehow [smart to sync with the kernel version, as opposed to `linux-headers-$(uname -r)`](http://askubuntu.com/questions/75709/how-do-i-install-kernel-header-files#comment444517_268710).) E.g. I've read that it might cause a dependency knot like [this](http://askubuntu.com/a/347588/193272).", "userDisplayName": null, "userId": "193272" }, { "creationDate": "2017-01-05T07:15:41.093", "id": "1344214", "postId": "22745", "score": "0", "text": "@EvgeniSergeev: I never had to manually install the headers in any guest - but if for any reason you must then **on Ubuntu** `linux-headers-virtual` and `linux-headers-generic` are just transitional packages pointing to the appropriate kernel headers. You also get these with installing `linux-headers-$(uname -r)` there should be no difference, and not dependency issues.", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2017-08-02T16:53:02.347", "id": "1496444", "postId": "22745", "score": "1", "text": "You don't need to install the ISO on the host. You can just do it on the guest then mount it with the `mount` command.", "userDisplayName": null, "userId": "484565" }, { "creationDate": "2019-06-13T10:27:10.173", "id": "1912817", "postId": "22745", "score": "1", "text": "Thank you very much. I used a combination: 1) I used the CD in VB to map the .iso to it 2) used the terminal to go to the /mnt directory and do the *.run to install and then rebooted. Wish this guest additions nonsense would be put to bed once and for all.", "userDisplayName": null, "userId": "813173" } ], "communityOwnedDate": "2014-01-02T10:25:07.073", "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-01-22T12:50:17.597", "id": "22745", "lastActivityDate": "2023-04-21T12:21:56.963", "lastEditDate": "2023-04-21T12:21:56.963", "lastEditorDisplayName": null, "lastEditorUserId": "511730", "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "22743", "postTypeId": "2", "score": "630" }
[ { "accepted": true, "body": "<blockquote>\n<p>If you have trouble installing Ubuntu in a VirtualBox VM, because the installer window does not fit the low resolution screen size, you can move the window with <kbd>Alt</kbd>+<kbd>F7</kbd>.</p>\n</blockquote>\n<h2>Installing Guest additions from the repositorie...
null
null
null
null
null
22747
1
22748
2011-01-22T13:16:45.260
7
55091
<p>I want to upgrade from ubuntu 10.10 to ubuntu 11.04. </p>
6107
235
2011-04-28T12:30:18.093
2014-01-17T23:29:23.930
How to upgrade from Ubuntu 10.10 to 11.04?
[ "11.04", "upgrade", "release-management" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2014-01-18T01:13:20.663", "id": "523244", "postId": "22747", "score": "0", "text": "Relevant for anyone who (thinks they) want to do an upgrade of such old versions *these days*: [How to install software or upgrade from old unsupported release?](http://askubuntu.com/questions/...
{ "accepted": true, "body": "<p>Press <code>Alt+F2</code> and type <code>update-manager</code>, this should show the option to upgrade to 11.04.</p>\n\n<p>Through the terminal this can be done using the same command but I am guessing you need use <strong>sudo</strong> to do this.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-22T13:19:21.003", "id": "22748", "lastActivityDate": "2011-05-11T15:19:33.193", "lastEditDate": "2011-05-11T15:19:33.193", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "5855", "parentId": "22747", "postTypeId": "2", "score": "10" }
[ { "accepted": true, "body": "<p>Press <code>Alt+F2</code> and type <code>update-manager</code>, this should show the option to upgrade to 11.04.</p>\n\n<p>Through the terminal this can be done using the same command but I am guessing you need use <strong>sudo</strong> to do this.</p>\n", "commentCount":...
null
null
2014-01-18T06:55:50.903
null
null
22750
1
22757
2011-01-22T13:34:16.013
30
59828
<p>In order to speed up DNS lookups, I want to install a DNS cache or proxy.</p> <p>I can see at least three programs I think will do the job: bind9, pdnsd, or dnsmasq.</p> <p>I would like to make sure that if I install one of I do not leave it poorly configured from a performance or security point of view. So, what would people recommend, and are there any configuration changes I should immediately make after installing?</p>
null
null
null
2017-05-02T16:13:43.507
Best way to set up DNS caching?
[ "performance", "proxy", "dns", "cache" ]
6
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T19:48:34.650", "id": "24621", "postId": "22750", "score": "0", "text": "For one workstation, right? Or are we talking LAN/ISP?", "userDisplayName": "user8290", "userId": null }, { "creationDate": "2011-01-25T21:32:39.403", "id": "25116", "pos...
{ "accepted": true, "body": "<ol>\n<li>Install bind9 </li>\n<li>Point resolv.conf to 127.0.0.1</li>\n</ol>\n\n<p>To do this follow this steps:</p>\n\n<p><strong>To Install Bind9</strong></p>\n\n<ol>\n<li>Open \"Ubuntu Software Center\" (Applications->Ubuntu Software Center)</li>\n<li>Search for bind9</li>\n<li>Check to display \"Technical Items\"</li>\n<li>Mark bind9 and install it</li>\n</ol>\n\n<p><strong>Update /etc/resolv.conf</strong></p>\n\n<ol>\n<li>Open Network Manager (System->Preferences->Network Manager)</li>\n<li>Find your connection and edit it (wired or wireless)</li>\n<li>Toggle \"IPV4 configuration\" tab</li>\n<li>On \"DNS Servers\" field write 127.0.0.1</li>\n</ol>\n\n<p>It's done!</p>\n\n<p><strong>To test</strong></p>\n\n<p>Open gnome-terminal (Applications > Accessories > Terminal ) and type</p>\n\n<pre><code>dig ubuntu.com \n</code></pre>\n\n<p>(if you don't have it, install dnsutils package as explained to bind9)</p>\n\n<p>Check the last answers, as an example:</p>\n\n<p>My first query at ubuntu.com</p>\n\n<pre><code>;; Query time: **209 msec**\n;; SERVER: 127.0.0.1#53(127.0.0.1)\n;; WHEN: Sat Jan 22 12:20:12 2011\n;; MSG SIZE rcvd: 196\n</code></pre>\n\n<p>My second query:</p>\n\n<pre><code>;; Query time: **0 msec**\n;; SERVER: 127.0.0.1#53(127.0.0.1)\n;; WHEN: Sat Jan 22 12:18:23 2011\n;; MSG SIZE rcvd: 156\n</code></pre>\n\n<p>The server 127.0.0.1 means that you're resolving locally. Take a look in query time (surrounded by **) , the second one is cached.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-01-25T21:35:18.573", "id": "25117", "postId": "22757", "score": "0", "text": "Thanks, Igor. I tried this approach and it works well for name lookups, but it does not seem to cache reverse IP address lookups. How would I do this using bind9?", "userDisplayName": "user8979", "userId": null }, { "creationDate": "2011-04-21T06:48:24.157", "id": "40326", "postId": "22757", "score": "0", "text": "This didn't do anything on my setup. Query time is still ~100ms", "userDisplayName": null, "userId": "8238" }, { "creationDate": "2012-12-10T00:17:16.037", "id": "280508", "postId": "22757", "score": "0", "text": "Both of you: if it doesn't seem to work, check what server dig says it got the answer from. If it doesn't say 127.0.0.1, then you haven't set it up properly. Note: The instructions for setting resolv.conf may be different for different versions of Ubuntu.", "userDisplayName": null, "userId": "54256" }, { "creationDate": "2017-05-02T16:16:56.237", "id": "1433264", "postId": "22757", "score": "0", "text": "So you are running a caching nameserver on gui box? Yes, it's possible of course.. More than likely most ppl reading this will have a server install - and the GUI is optional. A simple `sudo apt install bind9` and `sudo nano /etc/resolv.conf` should be added to your answer as alternatives.", "userDisplayName": null, "userId": "169878" }, { "creationDate": "2017-08-10T17:51:00.947", "id": "1501433", "postId": "22757", "score": "0", "text": "I did everything but the setup is not working. I did `resolv.conf` to 127.0.0.1 at last. Can this fail it? `dig ubunut.com` says \"connection timed out; no servers could be reached\"", "userDisplayName": null, "userId": "118354" }, { "creationDate": "2017-08-10T18:17:52.383", "id": "1501442", "postId": "22757", "score": "0", "text": "`$ gksudo gedit /etc/default/bind9`\nI changed RESOLVCONF=no to yes.\nand \n`$/etc/init.d/bind9 restart`\nAbove two lines made it work.", "userDisplayName": null, "userId": "118354" }, { "creationDate": "2017-08-10T18:36:57.607", "id": "1501447", "postId": "22757", "score": "0", "text": "Now `dig` is working but please show me where is those local DNS entry for each host? For my satisfaction. Seeing is believing. I Google failed.", "userDisplayName": null, "userId": "118354" } ], "communityOwnedDate": "2011-01-22T14:22:35.877", "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-22T14:22:35.877", "id": "22757", "lastActivityDate": "2017-05-02T16:13:43.507", "lastEditDate": "2017-05-02T16:13:43.507", "lastEditorDisplayName": null, "lastEditorUserId": "169878", "ownerDisplayName": null, "ownerUserId": "9391", "parentId": "22750", "postTypeId": "2", "score": "16" }
[ { "accepted": null, "body": "<p>I would recommend dnsmasq,</p>\n\n<p>See a nice tutorial here; <a href=\"http://embraceubuntu.com/2006/08/02/local-dns-cache-for-faster-browsing/\">http://embraceubuntu.com/2006/08/02/local-dns-cache-for-faster-browsing/</a></p>\n\n<p>You may want to read a comparison here;</...
null
null
null
null
user8979
22754
1
24614
2011-01-22T14:00:38.430
1
924
<p>My home is encrypted, which breaks the login. Gnome and other services try to find all sorts of <code>.files</code>, write to them, read from them and so on. E.g. <code>.ICEauthority</code>. They are not found (yet) because at that moment the home is still encrypted. I do not have automatic login set, since that has known issues with encrypted home in Ubuntu.</p> <p>When I go trough the following steps, there is no problem: </p> <ol> <li>boot up the system.</li> <li><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd>, login.</li> <li>run <code>ecryptfs-mount-private</code></li> <li><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F7</kbd>, done. Can now login.</li> </ol> <p>I may have some setting wrong, but have no idea where. I suspect <code>ecryptfs-mount-private</code> should be ran earlier in bootstrap, but do not know how to make it so.</p> <p>Some issues that may cause trouble:</p> <ul> <li>I have a fingerprint reader, it works for login and PAM.</li> <li>I have three keyrings in seahorse, containing passwords from old machines (backups). Not just one.</li> </ul> <p>Suggestion was that the PAM settings are wrong, so here are the relevant parts from <code>/etc/pam.d/common-auth</code></p> <pre><code># here are the per-package modules (the "Primary" block) auth [success=3 default=ignore] pam_fprintd.so auth [success=2 default=ignore] pam_unix.so nullok_secure try_first_pass auth [success=1 default=ignore] pam_winbind.so krb5_auth krb5_ccache_type=FILE cached_login try_first_pass # here's the fallback if no module succeeds auth requisite pam_deny.so # prime the stack with a positive return value if there isn't one already; # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around auth required pam_permit.so # and here are more per-package modules (the "Additional" block) auth optional pam_ecryptfs.so unwrap # end of pam-auth-update config </code></pre> <p>I am not sure about how this configuration works, but ut seems that maybe the <strong>optional</strong> in <code>auth optional pam_ecryptfs.so unwrap</code> is causing the <code>ecryptfs</code> to be ignored?</p>
9070
null
2017-01-31T14:14:35.413
2017-01-31T14:14:35.413
Encrypted home breaks on login
[ "encryption", "login", "ecryptfs" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-01-22T14:36:18.090", "id": "24579", "postId": "22754", "score": "0", "text": "PAM is reponsible for the ecryptfs decryption task when a user logins, so it's most likely related to the fingerprint reader. Check the for the ecryptfs options defined at /etc/pam.d/ , you may ...
{ "accepted": true, "body": "<p>PAM is reponsible for the ecryptfs decryption task when a user logins, so it's most likely related to the fingerprint reader. </p>\n\n<p>Check the for the ecryptfs options defined at /etc/pam.d/ , you may need to tweak them. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-04T08:39:44.253", "id": "26960", "postId": "24614", "score": "0", "text": "Disabling fingerprintreader solves the issue. Thanks for the help, you have brought me a lot further in this issue.", "userDisplayName": null, "userId": "9070" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-03T14:47:29.087", "id": "24614", "lastActivityDate": "2011-02-03T14:47:29.087", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "742", "parentId": "22754", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>PAM is reponsible for the ecryptfs decryption task when a user logins, so it's most likely related to the fingerprint reader. </p>\n\n<p>Check the for the ecryptfs options defined at /etc/pam.d/ , you may need to tweak them. </p>\n", "commentCount": "1", "comments": [...
null
null
null
user641576
null
22755
1
23255
2011-01-22T14:06:54.253
2
2721
<p>My Time zone is GMT and the time is set to 5 hours before this every time I reboot (American time?) </p> <p>Ubuntu 11.04 64b Dual boot with Win7 ASUS M4A78LT-M</p>
9394
1067
2011-01-22T14:29:37.383
2011-05-09T02:20:32.027
Time resets after reboot
[ "11.04", "time" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T14:50:23.933", "id": "24580", "postId": "22755", "score": "0", "text": "Does this happen on Ubuntu 10.10 as well?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2011-01-23T19:57:42.370", "id": "24758", "postId": "22755", ...
{ "accepted": true, "body": "<p>Make sure it has the correct location in System->Administration->Time and Date. All thought you may have selected UK in location options in the installer, you have to set clock location from America to Britain</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-25T22:10:41.347", "id": "23255", "lastActivityDate": "2011-01-25T22:10:41.347", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9394", "parentId": "22755", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Could your BIOS be wrong, Has your computer shown \"CMOS Bad\" error? It may be time to replace your battery or change your settings!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-22T17:38:48.153", "id": "24601", "...
null
null
null
null
null
22760
1
22766
2011-01-22T14:45:11.567
3
5642
<p>I have several folders of video files that need to be renamed to something uniform, eg: <code>foldername.videotypexvideonumber.avi</code>. I have looked at creating a shell script to make this easier. The <code>mv</code> command seems to be the best way to do this.</p> <p>However, every guide/tutorial/manpage I've seen says that when I rename a file I have to also include the file extension. This would normally be fine, but some folders have videos of multiple file types, eg .mkv and .avi and even some .rmvb files.</p> <p>So, what I need to know is if there's a way to rename files through the terminal <strong>without</strong> having to specify the file type when doing so - basically so that the extension stays the same, regardless of what it is before renaming.</p>
6098
6098
2011-01-22T14:56:55.317
2011-01-22T15:39:18.057
How do you rename files ignoring file extension in terminal?
[ "scripts", "filename" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Quick answer:</strong> </p>\n\n<p>You can't do that since extensions are part of filename.</p>\n\n<p><strong>Long answer:</strong></p>\n\n<p>You can use a graphical interface to do advanced renames as <code>purrr</code> or <code>gprename</code></p>\n\n<h2>BUT!</h2>\n\n<p>In your batch renaming script you can use the following techniques of filename splitting: </p>\n\n<pre><code>FULLFILENAME=\"/home/user/video/myvideo-release.xvid.128kbps.avi\"\nDIRNAME=$(dirname ${FULLFILENAME}) #-- /home/user/video\nBASENAME=$(basename ${FULLFILENAME}) #-- myvideo-release.xvid.128kbps.avi\nFILENAME=${BASENAME%.*} #-- myvideo-release.xvid.128kbps\nEXTENSION=${BASENAME##*.} #-- avi\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-01-22T15:21:17.347", "id": "24586", "postId": "22766", "score": "0", "text": "I don't really understand what is said at the beginning. Obviously, anything you can do in a script you can do in a shell...", "userDisplayName": null, "userId": "1689" }, { "creationDate": "2011-01-22T15:28:40.080", "id": "24589", "postId": "22766", "score": "0", "text": "Nice one, thanks a lot. That should make my life easier.", "userDisplayName": null, "userId": "6098" }, { "creationDate": "2011-01-22T15:29:51.513", "id": "24590", "postId": "22766", "score": "1", "text": "Also, you probably want things like `FILENAME=\"${BASENAME%.*}\"` with the quotes in case the filenames have spaces in them.", "userDisplayName": null, "userId": "1689" }, { "creationDate": "2011-01-22T15:30:05.053", "id": "24591", "postId": "22766", "score": "0", "text": "I have edited a bit to clarify the point.", "userDisplayName": null, "userId": "9061" }, { "creationDate": "2011-02-02T08:54:51.543", "id": "26580", "postId": "22766", "score": "0", "text": "Why are you using `basename` and `dirname` when you already know how to use parameter expansion? Also, you failed to quote the arguments to `basename` and `dirname`, so if someone tries your solution, they'll get problems with filenames containing special characters. And lastly, the convention is to use lower case variable names for everything but environment variables. Please see http://mywiki.wooledge.org/Arguments", "userDisplayName": null, "userId": "9016" } ], "communityOwnedDate": "2011-01-22T15:18:52.173", "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T15:18:52.173", "id": "22766", "lastActivityDate": "2011-01-22T15:31:21.730", "lastEditDate": "2011-01-22T15:31:21.730", "lastEditorDisplayName": null, "lastEditorUserId": "9061", "ownerDisplayName": null, "ownerUserId": "9391", "parentId": "22760", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p><strong>Quick answer:</strong> </p>\n\n<p>You can't do that since extensions are part of filename.</p>\n\n<p><strong>Long answer:</strong></p>\n\n<p>You can use a graphical interface to do advanced renames as <code>purrr</code> or <code>gprename</code></p>\n\n<h2>BUT!</h2>\n\...
null
null
null
null
null
22763
1
23882
2011-01-22T15:06:13.420
5
15917
<p>I use an atheros card that requires ath9k driver. Are there any tools that can be used to increase the signal power of the wi-fi card?</p>
2968
866
2011-01-22T15:45:49.067
2011-01-29T14:44:00.970
How to increase the signal power of a wi-fi card?
[ "wireless" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Found the commands in the iwconfig man pages:</p>\n\n<pre><code>sudo iwconfig wlan0 txpower 15\n</code></pre>\n\n<p>or</p>\n\n<pre><code>sudo iwconfig wlan0 txpower 30mW\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-29T14:44:00.970", "id": "23882", "lastActivityDate": "2011-01-29T14:44:00.970", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2968", "parentId": "22763", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>If your issue is getting signal in your home or business only, perhaps you want to consider dealing with the other side of the equation (the AP or router). I have replaced the standard rubber duck antennas on my AP with higher gain equivalent... also, if you can often add on ...
null
null
null
null
null
22764
1
23235
2011-01-22T15:07:46.417
10
1483
<p>I'm using ubuntu in virtualbox and cannot scroll. What can I do?</p> <p><strong>EDIT:</strong> My host is Windows 7. I'm using a laptop (Lenovo ThinkPad X201s) and I'm trying to scroll not with a mouse wheel but with the <a href="http://en.wikipedia.org/wiki/Pointing_stick" rel="nofollow">red dot which function as a mouse</a>.</p>
7542
7542
2011-01-22T16:46:06.820
2011-01-25T20:48:15.840
Can't scroll with laptop "pointing stick"
[ "virtualbox", "mouse-scroll" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T15:11:23.683", "id": "24582", "postId": "22764", "score": "0", "text": "What is your \"host\" operating system?", "userDisplayName": null, "userId": "866" }, { "creationDate": "2011-01-22T15:19:53.533", "id": "24585", "postId": "22764", "...
{ "accepted": true, "body": "<p>Problem solved. Here's how:</p>\n\n<ul>\n<li>In your host (Windows), go to the SynTP folder. Probably C:\\Program Files\\Synaptics\\SynTP</li>\n<li>Locate the file TP4table.dat and copy it to your desktop (or to somewhere else).</li>\n</ul>\n\n<p><img src=\"https://i.stack.imgur.com/IJitQ.jpg\" alt=\"locate the file\"></p>\n\n<ul>\n<li>Open your copy of TP4table.dat and find the line marked in blue in the following screenshot (line 26, right after all the ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;).</li>\n</ul>\n\n<p><img src=\"https://i.stack.imgur.com/dYKDL.jpg\" alt=\"find the marked line\"></p>\n\n<ul>\n<li>put the following line in there: <code>*,*,VirtualBox.exe,*,*,*,WheelStd,0,9</code></li>\n</ul>\n\n<p><img src=\"https://i.stack.imgur.com/ifbJt.jpg\" alt=\"the new line added\"></p>\n\n<ul>\n<li><p>Now replace the original TP4table.dat (in C:\\Program Files\\Synaptics\\SynTP) with the modified one (you can backup the original before you replace it).</p></li>\n<li><p>restart your computer.</p></li>\n<li>The thing works.</li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-25T16:45:51.960", "id": "23235", "lastActivityDate": "2011-01-25T20:48:15.840", "lastEditDate": "2011-01-25T20:48:15.840", "lastEditorDisplayName": null, "lastEditorUserId": "7542", "ownerDisplayName": null, "ownerUserId": "7542", "parentId": "22764", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Can You please try the instructions mentioned in the following links:</p>\n\n<p><a href=\"http://aaronpace.blogspot.com/2010/10/trackpoint-and-virtualbox.html\" rel=\"nofollow\">http://aaronpace.blogspot.com/2010/10/trackpoint-and-virtualbox.html</a></p>\n\n<p><a href=\"http:...
null
null
null
null
null
22770
1
23178
2011-01-22T15:43:23.750
12
5470
<p>I have Ubuntu 10.10 server on EC2. I installed Python 3.1, and now I want to install NumPy on it. How do I do it? I tried <code>easy_install-3.1 numpy</code> but got this error:</p> <pre><code>RefactoringTool: Refactored /tmp/easy_install-MiUli2/numpy-1.5.1/build/py3k/numpy/core/defchararray.py RefactoringTool: Files that were modified: RefactoringTool: /tmp/easy_install-MiUli2/numpy-1.5.1/build/py3k/numpy/compat/py3k.py RefactoringTool: /tmp/easy_install-MiUli2/numpy-1.5.1/build/py3k/numpy/core/defchararray.py Running from numpy source directory.Traceback (most recent call last): File "/usr/local/bin/easy_install-3.1", line 9, in &lt;module&gt; load_entry_point('distribute==0.6.14', 'console_scripts', 'easy_install-3.1')() File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 1855, in main with_ei_usage(lambda: File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 1836, in with_ei_usage return f() File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 1859, in &lt;lambda&gt; distclass=DistributionWithoutHelpCommands, **kw File "/usr/lib/python3.1/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/lib/python3.1/distutils/dist.py", line 919, in run_commands self.run_command(cmd) File "/usr/lib/python3.1/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 342, in run self.easy_install(spec, not self.no_deps) File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 582, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 612, in install_item dists = self.install_eggs(spec, download, tmpdir) File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 802, in install_eggs return self.build_and_install(setup_script, setup_base) File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 1079, in build_and_install self.run_setup(setup_script, setup_base, args) File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py", line 1068, in run_setup run_setup(setup_script, args) File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/sandbox.py", line 30, in run_setup lambda: exec(compile(open( File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/sandbox.py", line 71, in run return func() File "/usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/sandbox.py", line 33, in &lt;lambda&gt; {'__file__':setup_script, '__name__':'__main__'}) File "setup.py", line 211, in &lt;module&gt; File "setup.py", line 204, in setup_package File "/tmp/easy_install-MiUli2/numpy-1.5.1/build/py3k/numpy/distutils/core.py", line 152, in setup File "setup.py", line 151, in configuration File "/tmp/easy_install-MiUli2/numpy-1.5.1/build/py3k/numpy/distutils/misc_util.py", line 972, in add_subpackage File "/tmp/easy_install-MiUli2/numpy-1.5.1/build/py3k/numpy/distutils/misc_util.py", line 941, in get_subpackage File "/tmp/easy_install-MiUli2/numpy-1.5.1/build/py3k/numpy/distutils/misc_util.py", line 878, in _get_configuration_from_setup_py File "numpy/setup.py", line 5, in configuration File "/tmp/easy_install-MiUli2/numpy-1.5.1/build/py3k/numpy/distutils/misc_util.py", line 713, in __init__ ValueError: 'build/py3k/numpy' is not a directory </code></pre>
7538
null
null
2011-10-12T12:56:38.893
How can I install numpy on Python 3.1?
[ "installation", "package-management", "python" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The code from <a href=\"http://projects.scipy.org/numpy/browser/trunk/numpy/distutils/misc_util.py?rev=3797\" rel=\"nofollow\">this branch</a> of numpy appears to include a fix.<br>\nHere's a snippet and the relevant comments :</p>\n\n<pre><code>643 # XXX Hack to get numpy installable with easy_install.\n644 # The problem is easy_install runs it's own setup(), which\n645 # sets up distutils.core._setup_distribution. However,\n646 # when our setup() runs, that gets overwritten and lost.\n647 # We can't use isinstance, as the DistributionWithoutHelpCommands\n648 # class is local to a function in setuptools.command.easy_install\n649 if dist is not None and \\\n650 repr(dist).find('DistributionWithoutHelpCommands') != -1:\n651 return None\n652 return dist\n</code></pre>\n\n<p>However, if you don't want to do that, try <code>python3.1 setup.py install</code> inside the directory where you extracted numpy. That avoids the easy_install issue described in the code comments. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-12-01T18:00:15.010", "id": "95727", "postId": "23178", "score": "2", "text": "I just downloaded the official release of 1.6.1, it installs for python 3.2 via setup.py, no problem.\nhttp://sourceforge.net/projects/numpy/files/NumPy/1.6.1/", "userDisplayName": null, "userId": "17034" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-25T08:52:49.793", "id": "23178", "lastActivityDate": "2011-01-25T08:52:49.793", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8844", "parentId": "22770", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Because NumPy is not availible for Python 3.x, like many other libraries</p>\n\n<p><a href=\"http://sourceforge.net/projects/numpy/files/NumPy/1.5.1/\" rel=\"nofollow\">http://sourceforge.net/projects/numpy/files/NumPy/1.5.1/</a></p>\n", "commentCount": "1", "comments...
null
0
null
null
null
22774
1
null
2011-01-22T16:01:25.403
8
3309
<p>I can't seem to get a straight answer on this. I would like to add a 3rd display onto my laptop + external monitor setup. While my current setup (Thinkpad X201) has an open VGA port (am using the laptop's display + displayport with external monitor) it appears that I can't drive 3 monitors natively. </p> <p>I would like to explore what my alternatives are to get another display into the mix. I've found lots of references to displaylink but nothing absolutely confirmed to work.</p>
2692
235
2011-01-22T17:15:10.987
2014-03-29T16:31:33.800
Looking for USB VGA Adapter that works for sure?
[ "10.10", "hardware", "xorg", "usb" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T21:37:50.003", "id": "24634", "postId": "22774", "score": "0", "text": "If it (displaylink) \"just works\" on BSD, I can't imagine that it wouldn't work on Ubuntu...just a thought. I wonder about this too.", "userDisplayName": null, "userId": "5768" } ]
null
[ { "accepted": null, "body": "<p>A user reports it working on Ubuntu 9.04 after compiling some packages: <a href=\"http://mulchman.org/blog/?tag=displaylink\" rel=\"nofollow\">http://mulchman.org/blog/?tag=displaylink</a> </p>\n\n<p>edit: apt-cache search displaylink returns xserver-xorg-video-displaylink -...
null
null
null
null
null
22778
1
22795
2011-01-22T16:43:08.803
17
28333
<p>A textbook I'm using came with a CD containing a few supplementary applications. To my pleasant surprise, it appears to include an installer for Linux.</p> <p>The readme file on the CD provides the following installation instructions:</p> <blockquote> <p>PC: Linux</p> <ol> <li>Double-click on the folder 'LINUX'</li> <li>Double-click on the file 'INSTALL.BIN'</li> <li>Follow instructions on screen.</li> </ol> </blockquote> <p>But doing this just produces the following error message:</p> <blockquote> <p>Could not display "/media/BDH DE/linux/install.bin". The file is of an unknown type</p> </blockquote> <p>Attempting to run the installer via the command line results in a permissions error:</p> <pre><code>ak@aux:~$ ls /media/BDH\ DE/ linux os x readme.txt windows xp windows xp - no java ak@aux:~$ ls -l /media/BDH\ DE/linux/ total 41177 -rw-r--r-- 1 ak ak 42164549 2005-07-26 03:39 install.bin ak@aux:~$ /media/BDH\ DE/linux/install.bin bash: /media/BDH DE/linux/install.bin: Permission denied </code></pre> <p>While, to my disappointment, the message fails to inform me of <em>what</em> permissions I am lacking, a quick glance at the output of ls reveals that the installer has not been marked executable.</p> <p>How do I run it?</p> <hr> <p>The type of the file is:</p> <pre><code>ak@aux:~$ file /media/BDH\ DE/linux/install.bin src/bdh-de/install.bin: POSIX shell script text executable </code></pre>
1859
1859
2011-01-22T18:48:01.330
2018-04-02T17:43:55.607
How can I run an executable from a CD when it doesn't have the executable bit set?
[ "permissions", "installation", "cd", "executable" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T16:53:53.047", "id": "24597", "postId": "22778", "score": "8", "text": "What kind of file is it? 'file /media/BDH\\ DE/linux/install.bin\n'?", "userDisplayName": "user8290", "userId": null }, { "creationDate": "2011-01-22T18:50:28.817", "id": "24...
{ "accepted": true, "body": "<p>See what kind of file has been given a bin extension.</p>\n\n<pre><code>file $filename\n</code></pre>\n\n<p>If it's not binary data, it's text. So what program is to be used with this file?</p>\n\n<pre><code>head $filename\n</code></pre>\n\n<p>The first line might read <code>#!/bin/bash</code>. In that case run</p>\n\n<pre><code>bash $filename\n</code></pre>\n\n<p>to execute it. Or use whichever program for which the bin file was written, python, for example.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2017-01-24T06:03:06.510", "id": "1360207", "postId": "22795", "score": "0", "text": "I still think how can i double click on the file and run it. It is still refusing to run if the file has '.bin' extension.", "userDisplayName": null, "userId": "646026" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T19:06:51.393", "id": "22795", "lastActivityDate": "2011-01-22T19:06:51.393", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user8290", "ownerUserId": null, "parentId": "22778", "postTypeId": "2", "score": "7" }
[ { "accepted": null, "body": "<p>mount CDROM manually with umask=000, i.e.</p>\n\n<pre><code>sudo mount -o umask=000 /dev/sdXY /mount_point\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T18...
null
null
null
null
null
22786
1
22790
2011-01-22T18:45:05.347
1
1071
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/9933/how-to-read-ext4-and-btrfs-partitions-in-windows">How to read ext4 and btrfs partitions in Windows?</a> </p> </blockquote> <p>It's pretty easy to access all my Windows files in Ubuntu,<br> but now i wan't to do the opposite thing: i wan't to access my Ubuntu files from Windows.</p> <p>I can't seem to find a way to do this <em>easily</em>, are there 'things' out there that can do this?</p> <p>I'm using Windows 7 and Ubuntu 10.10.</p>
7551
-1
2017-04-13T12:24:49.530
2011-01-22T20:54:15.940
Windows files in Ubuntu and vice versa
[ "windows", "files" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The reason you can't do this natively with tools built in to Windows is because if you installed the default options of Ubuntu then your partition is formatted in the EXT4 format. Windows can't read EXT4, but there are tools which can.</p>\n\n<p>Ext2Read is a pretty good tool to use. It has helped me grab files off a non-bootable linux partition in the past. <a href=\"http://sourceforge.net/projects/ext2read/\" rel=\"nofollow\">http://sourceforge.net/projects/ext2read/</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-23T10:47:48.530", "id": "24694", "postId": "22790", "score": "0", "text": "Thanks for also explaining why Windows can't read the files on the partition used by Ubuntu", "userDisplayName": null, "userId": "7551" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T19:00:40.687", "id": "22790", "lastActivityDate": "2011-01-22T19:00:40.687", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9270", "parentId": "22786", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>The reason you can't do this natively with tools built in to Windows is because if you installed the default options of Ubuntu then your partition is formatted in the EXT4 format. Windows can't read EXT4, but there are tools which can.</p>\n\n<p>Ext2Read is a pretty good too...
null
null
2011-06-05T20:33:10.907
null
null
22793
1
25460
2011-01-22T19:02:41.723
3
145
<p>When I try to read a specific file by running</p> <pre><code>od filename </code></pre> <p>od hangs. </p> <p>e2fsck reported no errors.</p> <pre><code>sudo e2fsck /dev/sdb6 -n -f </code></pre> <p>I plan to run a badblocks ckeck but that will take ages to complete. Is there anything else I can do?</p>
6331
1067
2011-01-22T19:11:58.033
2011-02-09T14:10:04.727
Reading specific file fails - how to identify the problem?
[ "filesystem" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It was a problem specific to my setup. I connect my USB hard disk via a USB cardbus adapter, which has two USB ports. If on the other USB port I connect a wireless adapter, my hard disk stops working randomly. So, the problem in my case turns out to be insufficient power supply to my cardbus USB adapter.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-09T14:10:04.727", "id": "25460", "lastActivityDate": "2011-02-09T14:10:04.727", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6331", "parentId": "22793", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>I recommend using SMART initially, assuming your hardware supports it. This would confirm bad block problems which you can deal with accordingly. If it isn't the disk you can look into sar, iostat, hdparm, and dtrace?</p>\n\n<p><a href=\"http://smartmontools.sourceforge.net/b...
null
null
null
null
null
22798
1
null
2011-01-22T19:22:51.477
1
156
<p>Maybe I'm wrong but more than once it happened to me that some problems suddenly got fixed after a number of turn-on/turn-off cycles. </p> <p>I also read somewhere that this was even recommended in some other OS's (Windows).</p>
8673
6005
2012-06-12T16:22:49.723
2012-06-12T16:22:49.723
Can multiple reboots fix any problems?
[ "windows", "reboot" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I want to ask which kind of problems can be fixed by reboot?</p>\n\n<p>what I believe is reboot will help to kill unused applications that is run in the background. for example, some time you run an application and you close it this application somehow will still in the proce...
null
null
null
null
null
22803
1
22806
2011-01-22T19:51:31.957
4
25149
<p>Basically I have Deluge all setup for my account with Transdroid and the WebUI and everything, however, what I would really like, is for it to start the moment the computer does so that no matter who logs in, my downloads continue. Furthermore, I don't want other users to be able to see it when they log in, not in the taskbar or in the notification area. What would be ideal would be to have it as a service which I could control through the Deluge GUI. Any suggestions?</p>
5609
114660
2013-04-23T02:25:02.363
2018-02-11T12:12:21.347
How do I start Deluge in the background?
[ "boot", "services", "bittorrent", "deluge" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Deluge has a daemon too. I haven't tried deluge since I started using transmission, and I've never tried deluge's daemon, but I know it has one. You might have to install the daemon (deluged) separately. It may be as easy as putting the following line in <code>/etc/rc.local</code>:</p>\n\n<pre><code>sudo -u yourusername deluged\n</code></pre>\n\n<p>but read the manual page for deluged first (<code>man deluged</code>). You might have to tell it to use the same configuration as the gui version, and it may have a separate init or upstart script, in which case you'll want to edit those instead of <code>/etc/rc.local</code>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-23T02:00:29.743", "id": "24672", "postId": "22806", "score": "1", "text": "Thanks, I pulled an all nighter, but I solved it, largely thanks to your comment.", "userDisplayName": null, "userId": "5609" }, { "creationDate": "2011-03-06T17:31:16.743", "id": "32565", "postId": "22806", "score": "4", "text": "Care to share with us how you did it? :)", "userDisplayName": null, "userId": "10609" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T20:17:45.210", "id": "22806", "lastActivityDate": "2011-01-22T20:17:45.210", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9016", "parentId": "22803", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Deluge has a daemon too. I haven't tried deluge since I started using transmission, and I've never tried deluge's daemon, but I know it has one. You might have to install the daemon (deluged) separately. It may be as easy as putting the following line in <code>/etc/rc.local</...
null
null
null
null
null
22811
1
null
2011-01-22T21:22:46.273
3
1296
<p>I just chose to have the visualization in separate window once, now it looks like this:</p> <p><img src="https://i.stack.imgur.com/bvUuq.png" alt="alt text"></p> <p>I can't find a way to get it back in Rhythmbox. There are no buttons and no menu entries to move it back.</p> <p>Any Ideas? Thanks.</p>
9410
1067
2011-01-23T11:36:16.543
2011-01-23T11:36:16.543
How can I get the Rhythmbox visualization window back in Rhythmbox?
[ "rhythmbox" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Hovering a mouse over the visualization, a window appears that allows the selection of the visualization mode.\n<img src=\"https://i.stack.imgur.com/Xf8LU.png\" alt=\"alt text\"> </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-23T1...
null
null
null
null
null
22812
1
22818
2011-01-22T21:23:28.910
2
6416
<p><strong>Question</strong>: I see <code>[ 20.473125] composite sync not supported</code> and several such entries when I run <code>dmesg</code>. What do they mean?</p> <p><strong>Background</strong>: I'm trying to debug a <a href="https://askubuntu.com/questions/22011/2696/">problem</a> where my laptop won't suspend. Since acpi seems happy and I can suspend easily from the command line, I've turned to tracking down all boot-up errors/warnings.</p> <p>So I run <code>dmesg | grep not</code> and, amongst other shtuff, I get:</p> <pre><code>728:[ 17.267120] composite sync not supported 733:[ 18.009061] composite sync not supported 740:[ 18.159289] registered panic notifier 749:[ 18.162500] vga16fb: not registering due to another framebuffer present 757:[ 18.598251] composite sync not supported 776:[ 20.473125] composite sync not supported 777:[ 20.932266] composite sync not supported 778:[ 28.350231] composite sync not supported 779:[ 28.924913] composite sync not supported 780:[ 35.480658] composite sync not supported </code></pre> <p>And the full log for the few lines right around that first appearance (line 728) is listed at the bottom of my post (I'd happily include anything else). Any ideas what could be causing this? I've read several sites:</p> <ol> <li><a href="http://ohioloco.ubuntuforums.org/showthread.php?t=1528427" rel="nofollow noreferrer">Ubuntuforums #1</a></li> <li><a href="http://ircanswers.com/ubuntu/321398/composite-composite-supported-supported-graphics" rel="nofollow noreferrer">IRC Chat #1</a></li> </ol> <p><a href="http://ircanswers.com/ubuntu/321398/composite-composite-supported-supported-graphics" rel="nofollow noreferrer">One post</a> talks about ??Adobe flash?? causing this error?</p> <p><a href="https://lists.launchpad.net/ubuntu-x-swat/msg57564.html" rel="nofollow noreferrer">Some others</a> also suggest that it might be an nvidia related problem, but I've got a Dell Latitude D630 with an integrated Intel graphics -- so nvidia isn't the problem.</p> <pre><code>[ 17.207142] phy0: Selected rate control algorithm 'minstrel' [ 17.207833] Registered led device: b43-phy0::tx [ 17.207849] Registered led device: b43-phy0::rx [ 17.207865] Registered led device: b43-phy0::radio [ 17.207927] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ] [ 17.267120] composite sync not supported [ 17.415795] EXT4-fs (sda2): mounted filesystem with ordered data mode [ 17.602131] [drm] initialized overlay support [ 17.620201] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input7 [ 17.641192] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input8 [ 18.009061] composite sync not supported [ 18.106042] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean. [ 18.108115] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean. [ 18.108941] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean. [ 18.109676] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean. [ 18.110356] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean. [ 18.159286] fb0: inteldrmfb frame buffer device [ 18.159289] registered panic notifier [ 18.160218] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input9 [ 18.160286] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no) [ 18.160334] ACPI Warning for \_SB_.PCI0.VID2._DOD: Return Package has no elements (empty) (20090903/nspredef-433) [ 18.160432] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:02/input/input10 [ 18.160491] ACPI: Video Device [VID2] (multi-head: yes rom: no post: no) [ 18.160539] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 18.162494] vga16fb: initializing [ 18.162497] vga16fb: mapped to 0xc00a0000 [ 18.162500] vga16fb: not registering due to another framebuffer present [ 18.176091] HDA Intel 0000:00:1b.0: PCI INT A -&gt; GSI 21 (level, low) -&gt; IRQ 21 [ 18.176123] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 18.285752] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11 [ 18.312497] input: HDA Intel Mic at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 18.312586] input: HDA Intel HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 18.328043] usbcore: registered new interface driver ndiswrapper [ 18.460909] Console: switching to colour frame buffer device 180x56 [ 18.598251] composite sync not supported </code></pre>
2696
527764
2017-10-30T10:52:07.807
2017-10-30T10:52:07.807
What does the `dmesg` error: "composite sync not supported" mean?
[ "boot", "kubuntu", "logging", "dmesg" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2012-04-22T11:26:04.403", "id": "148318", "postId": "22812", "score": "0", "text": "I have precisely the same problem on my Latitude D630, so it seems at least partly reproducable. It especially occurs when switching monitor setups (CRT/LCD button). Can you reproduce that as w...
{ "accepted": true, "body": "<p>Well, still don't know what it means. <strong>However</strong>, to get it to go away, I followed the instructions <a href=\"http://ubuntuforums.org/archive/index.php/t-1473045.html\" rel=\"nofollow\">here</a> and added the option <code>nomodeset</code> to grub. Now those errors are gone as well as a few other things which I thought looked odd, like:</p>\n\n<p><code>vga16fb: not registering due to another framebuffer present</code></p>\n\n<p>and others. Hope this helps others... I'm not going to award myself the answer. If someone could explain this error, and (?perhaps?) how it's related to <a href=\"http://www.linuxhowtos.org/Tips%20and%20Tricks/composite.htm\" rel=\"nofollow\">Xorg's compositing</a>, then I'll happily award points (or bounties -- if I ever get enough points to do so). ~ m</p>\n\n<p>Please note, that I did <em>at a minimum</em> add the Xorg extension to disable compositing and this only made one of the five lines which read <code>composite sync not supported</code> go away. So I undid this change and kept searching until I found the above grub option which removed all of the errors.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2012-02-04T00:52:31.350", "id": "116926", "postId": "22818", "score": "0", "text": "I have added nomodeset to my grub configuration, but now the computer doesn't return from suspend properly. ☹", "userDisplayName": null, "userId": "19967" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-22T22:20:39.217", "id": "22818", "lastActivityDate": "2011-01-22T22:20:39.217", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2696", "parentId": "22812", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Well, still don't know what it means. <strong>However</strong>, to get it to go away, I followed the instructions <a href=\"http://ubuntuforums.org/archive/index.php/t-1473045.html\" rel=\"nofollow\">here</a> and added the option <code>nomodeset</code> to grub. Now those er...
null
null
null
null
null
22816
1
null
2011-01-22T22:06:07.140
2
2330
<p>I want to setup my home server to use ssh keys but when I follow the tutorial on <a href="https://help.ubuntu.com/10.04/serverguide/C/openssh-server.html" rel="nofollow">https://help.ubuntu.com/10.04/serverguide/C/openssh-server.html</a> for setting up ssh keys I get this:</p> <pre><code>Bad port 'umask 077; test -d .ssh || mkdir .ssh ; cat &gt;&gt; .ssh/authorized_keys' </code></pre> <p>I get past the part where you create the key using:</p> <pre><code>ssh-keygen -t dsa </code></pre> <p>but the part that asks me to do this:</p> <pre><code>ssh-copy-id user@servername </code></pre> <p>is when I get the error above.</p> <p>Thanks for the help.</p>
null
1067
2011-01-23T11:35:00.960
2012-02-14T22:47:17.247
SSH Key problem
[ "command-line", "authentication", "ssh", "openssh" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T23:24:12.673", "id": "24648", "postId": "22816", "score": "0", "text": "Can you currently ssh into the machine in question using a password? The ssh-copy-id script depends on that capability to work.", "userDisplayName": null, "userId": "1776" }, { ...
null
[ { "accepted": null, "body": "<p>I'm not sure why that script isn't working for you, but it's just a simple helper script. Try doing it manually (and if there is a problem other than just with the script, it may help you diagnose the issue).</p>\n\n<p>The steps to do it the long way are:</p>\n\n<ol>\n<li>co...
null
null
null
null
jim
22820
1
null
2011-01-22T22:50:28.007
1
568
<p>I'm looking for a Indicator Menu, that replaces the notification area. Any Systray Icon should be in a Identicator Menu, because on Netbooks the Application Menus and the Systray Icons overlap sometimes</p>
4871
1067
2011-01-23T11:33:46.547
2011-01-23T11:33:46.547
Indicator Menu Replacement for notification area?
[ "10.10", "unity", "indicator", "notification-area" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T22:56:12.307", "id": "24641", "postId": "22820", "score": "0", "text": "Can you clarify your question? I have no idea what you're asking for here.", "userDisplayName": null, "userId": "235" }, { "creationDate": "2011-01-22T23:01:09.900", "id": "2...
null
[ { "accepted": null, "body": "<p>If I understand your question correctly, you are not looking for a menu but for a GNOME applet that will integrate into a panel and display these icons in an expandable menu-like view. There is no such applet that I know of, but you state that you need this in order to solve ...
null
null
null
null
null
22824
1
null
2011-01-22T23:09:56.290
13
17356
<p>I'm using virtual-box. The guest is Ubuntu. The host is Windows 7. I have a shared folder (shared by the host and the guest).</p> <p>The problem is that in the guest (Ubuntu) I cannot <code>rename/delete/edit</code> the files in the shared folder. For instance, after I edit the file and try to save it I get the following error message:</p> <blockquote> <p>Could not save the file fileName. Unexpected error: Error renaming temporary file: text file busy</p> </blockquote> <p>In the host (Windows) I can rename/edit/delete without any problem. What can I do?</p>
7542
46312
2012-04-09T02:16:23.930
2012-04-09T02:16:23.930
Can't modify files in my shared folder (virtualbox, guest is Ubuntu, host is windows 7)
[ "windows", "virtualbox", "file-sharing" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You may suffer from <a href=\"https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/34813\" rel=\"noreferrer\">bug #34813</a>, where access to shares on Windows systems is broken. Access to files on Ubuntu hosts is not affected.</p>\n<h2>Troubleshoot Shared Folders in Virtual ...
null
null
null
null
null
22829
1
null
2011-01-22T23:39:49.963
4
908
<p>I have installed a couple of indicators from the <a href="http://www.omgubuntu.co.uk/2011/01/the-omg-guide-to-must-have-indicator-applets/" rel="nofollow">The OMG! Ubuntu! Guide to the best indicator applets around</a>.</p> <p>For some reason, however, none of them are showing up besides the sound, e-mail and Dropbox indicators, which were already there.</p> <p>Any ideas?</p>
3113
1067
2011-01-23T11:30:00.420
2011-04-28T19:41:32.603
Installed indicators not showing up
[ "indicator" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-22T23:51:52.493", "id": "24649", "postId": "22829", "score": "0", "text": "Guess you rebooted or at least restarted gdm....And you added the indicators to the panel, didn't you? Just checking the obvious, if you don't mind.", "userDisplayName": null, "userId": ...
null
[ { "accepted": null, "body": "<p>I think they are regular programs that you have to start manually or make them auto start when you login.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T00:15:43.293", ...
null
null
null
null
null
22831
1
22834
2011-01-23T00:10:48.797
3
308
<p>For example, in moving from Maverick to Natty, Banshee replaces Rhythmbox as the media player. But if I had installed a player different from either one of these, and uninstalled Rhythmbox, how would the distribution upgrade behave? Would it still install Banshee? What if I simply uninstall and then reinstall Rhythmbox? Will it upgrade to Banshee?</p> <p>Months ago, on the Lucid to Maverick update, I got impatient and made the upgrade a week or two before the final release. At that time, the new Ubuntu font was not implemented, so I downloaded and installed it by myself. When I upgraded to the final version, of course I had the font, but it was not set up as it should have been, with the correct font sizes. I fixed them manually later. I suppose that this happened because the system "considered" this to be a personal setting which should not be changed.</p> <p>My main question is: How does the system "know" whether I want to use a particular setting as the default, thus upgrading it according to the new version, or if that setting was actively set by me and, in that case keeping it intact?</p>
3113
8844
2011-09-13T00:36:43.123
2011-09-13T00:36:43.123
Are personal settings overwritten during distribution upgrades?
[ "upgrade", "settings" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-01-23T00:20:25.340", "id": "24661", "postId": "22831", "score": "0", "text": "Related but not quite a dupe: http://askubuntu.com/questions/5435/will-there-be-data-loss-for-upgrade", "userDisplayName": null, "userId": "235" } ]
{ "accepted": true, "body": "<p>From a technical viewpoint, all the files in your home directory will not be touched during an OS update. This fact contains the answer to your question: Since, under Linux, programs generally store their settings in hidden directories under ~/, the settings will be kept.</p>\n\n<p>However, only retaining the settings does not mean that nothing will change for you: If, during an update, app A is replaced by B , the settings from ~/.asettings will still be there, but there's no program left to work with them. Your \"user experience\" will be that A and everything you configured there are lost, and you'll have to start configuring B instead (or simply install A manually again).</p>\n\n<p>Another problem arises when programs change heavily, for example when KDE moved from version 3 to 4. It may well be that a program changed so fundamentally (consider Amarok 1 vs Amarok 2) that the old config files, although still there, are ignored.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-23T00:57:48.583", "id": "24665", "postId": "22834", "score": "0", "text": "In the example I gave, then, in order for the font to behave as \"default\", I would have to delete whatever configuration file sets those font sizes, right?\nAlso, do the installed apps count as settings? What would happen in the Rhythmbox example?", "userDisplayName": null, "userId": "3113" }, { "creationDate": "2011-01-23T01:01:39.063", "id": "24667", "postId": "22834", "score": "0", "text": "Yes, that's usually how it works (although in this case, I think there's also a \"Defaults\" button in the font selection dialog).", "userDisplayName": null, "userId": "9417" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T00:44:02.370", "id": "22834", "lastActivityDate": "2011-01-23T00:44:02.370", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9417", "parentId": "22831", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>From a technical viewpoint, all the files in your home directory will not be touched during an OS update. This fact contains the answer to your question: Since, under Linux, programs generally store their settings in hidden directories under ~/, the settings will be kept.</p>...
null
null
null
null
null
22835
1
null
2011-01-23T00:51:13.253
105
296740
<p>How can I network two Ubuntu computers, so that they can "see" each other at an IP address?</p>
null
866
2012-07-16T07:52:38.650
2024-02-09T10:10:04.663
How to network two Ubuntu computers using ethernet (without a router)?
[ "networking" ]
9
1
CC BY-SA 3.0
[ { "creationDate": "2014-11-29T21:51:08.933", "id": "761379", "postId": "22835", "score": "0", "text": "possible duplicate of [Share Wireless connection with Wired Ethernet Port](http://askubuntu.com/questions/3063/share-wireless-connection-with-wired-ethernet-port)", "userDisplayName": null,...
null
[ { "accepted": null, "body": "<p>If you are using two computers with no router to connect them. To physically connect the computers you will either need a switch, a hub or a <a href=\"http://en.wikipedia.org/wiki/Crossover_cable\" rel=\"noreferrer\">crossover cable</a>(*). Then, you need to manually assign I...
null
null
null
null
James
22840
1
null
2011-01-23T01:29:06.147
4
12276
<p>We can change breadcrumbs and the sidepane color, but what else can be edited with <code>gtkrc-2.0</code>?</p>
null
8844
2011-02-10T04:31:36.763
2018-07-27T14:51:34.100
What can I change with gtkrc-2.0?
[ "themes", "gtk", "nautilus-elementary", "colors" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You can change the appearance of virtually all <a href=\"http://en.wikipedia.org/wiki/GUI_widget\" rel=\"nofollow noreferrer\">widgets</a>, the <code>~/.gtkrc-2.0</code> file overrides the settings of whatever Gtk theme you are using. For this reason, it usually is best to mo...
null
null
null
null
Jordy
22843
1
null
2011-01-23T01:59:01.303
6
4301
<p>I just installed a new SSD in my system, and I'm having numerous problems trying to boot from it.</p> <p>When I try to boot, the boot-loader-loader (Intel Matrix Storage Manager) skips right over it and tries to boot from the second drive. I installed Grub to the MBR on the second drive, pointing it to the boot files on the SSD. Unfortunately, the SSD is invisible to Grub. Running <code>ls</code> from the Grub rescue prompt shows only the second drive. However, if I boot from a LiveCD or flash drive, I can see and mount the SSD. I believe this is a BIOS problem, but I'm still curious.</p> <p>How can my SSD show up in Ubuntu but not Grub? What is the difference between the way Grub finds filesystems and the way Ubuntu does?</p>
108
1067
2011-01-23T13:36:08.577
2020-06-20T00:32:22.693
Why would a hard disk be invisible to Grub?
[ "boot", "grub2", "bios" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I recently installed an SSD of my own and had my share of problems. The eventual solution was to use RAID as the SATA driver in the BIOS instead of AHCI or IDE. Setting up actual RAID disks wasn't necessary.</p>\n\n<p>This way, my BIOS correctly recognized all my drives and I...
null
null
null
null
null
22845
1
null
2011-01-23T02:17:01.253
1
250
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/2596/comparison-of-backup-tools">Comparison of backup tools</a> </p> </blockquote> <p>I have an external hard drive that I would like to make backups to, what I would like is have a program that is easy to set up to accomplish this for me.</p> <p>Thanks</p>
3889
-1
2017-04-13T12:23:44.677
2011-01-27T07:34:28.200
What is the best solution to backing up your computer to an external HD?
[ "software-recommendation", "backup", "external-hdd" ]
0
0
CC BY-SA 2.5
[]
null
[]
null
null
2011-06-05T20:38:53.430
null
null
22846
1
null
2011-01-23T02:29:26.850
4
3053
<p>In the top panel of Unity there's the Title of the window, and when it's moused over, a global menu pops up. Is there a similar indicator for 10.10?</p> <p>I've found the Indicator Applet Appmenu and Window controls for the panel, but I'm looking for one that works similar to the titlebar/global menu indicator. Thanks in advance!</p>
null
1067
2011-01-23T11:23:27.850
2011-04-22T10:01:31.510
Is there a Unity-like global menu applet for gnome-panel?
[ "gnome", "unity", "indicator" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I think your best shot is this one: </p>\n\n<p><a href=\"http://www.webupd8.org/2010/11/install-gnome2-globalmenu-in-ubuntu.html\" rel=\"nofollow\">http://www.webupd8.org/2010/11/install-gnome2-globalmenu-in-ubuntu.html</a></p>\n", "commentCount": "0", "comments": [],...
null
null
null
null
user9428
22848
1
22865
2011-01-23T02:51:52.917
1
504
<p>I have installed Mint LXDE 10.04 on my netbook, but would prefer the standard Ubuntu. Would it be easy (one or a few commands) to get the computer to the same state as it would have if I did a fresh install of Ubuntu, or should I just do the fresh install?</p>
2487
705
2011-08-11T18:18:13.573
2011-08-11T18:18:13.573
Can I change from Mint Lxde to vanilla Ubuntu from the command line or do I need a fresh install?
[ "installation", "lubuntu", "mint" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It won't be easy. Even if they use the same package manager and mostly the same packages there are lots of differences between the two distros, so changing the repositories and doing a <code>dist-upgrade</code> will likely leave you with a broken system.</p>\n\n<p>Do the fresh install.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T07:00:04.670", "id": "22865", "lastActivityDate": "2011-01-23T07:00:04.670", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "7590", "parentId": "22848", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>It won't be easy. Even if they use the same package manager and mostly the same packages there are lots of differences between the two distros, so changing the repositories and doing a <code>dist-upgrade</code> will likely leave you with a broken system.</p>\n\n<p>Do the fres...
null
null
null
null
null
22849
1
59849
2011-01-23T03:18:18.423
4
5117
<p>I am having problem hibernating and suspending my Dell Laptop while virtualbox is running( XP Guest). I have tried default kernel method, uswsusp and tuxonice and none of them works. But if I close virtualbox, then hibernation and suspend works fine. Following are system specs. OS : Ubuntu 10.10 64bit (completey updated) Ram : 4GB Swap : 8 GB Root : 500 GB (of which, about 79% is free)</p> <p>My laptop model is Dell Inspiron N5010. It has ATI HD 5000 series graphic chipset and I am used proprietary Drivers for it, installed via jockey.</p> <p>Thanks.</p>
8207
null
null
2016-08-03T08:54:07.303
Unable to hibernate with virtualbox running
[ "virtualbox", "hibernate", "dell" ]
4
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T05:52:26.003", "id": "24679", "postId": "22849", "score": "1", "text": "I've not played around with this much, but I'm not particularly surprised that it doesn't work. A vitrualbox is not quite an application; I can't imagine the semantics that would be required. Do...
{ "accepted": true, "body": "<p>As per the comments to the original question:</p>\n\n<blockquote>\n <p>I found that there is a feature in virtualbox with which once save the\n current state of VMs. Its pretty much like hibernating, except that I\n am not hibernating the Guest OS explicitly. Morever the process is\n very fast and after that I can hibernate the Host OS normally.</p>\n</blockquote>\n\n<p>This feature is known as <code>Save Machine State</code>.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-10-17T12:06:22.267", "id": "77652", "postId": "59849", "score": "0", "text": "Can you please identify the feature by name? I don't know what the feature is called.", "userDisplayName": null, "userId": "24367" }, { "creationDate": "2011-10-17T12:25:55.610", "id": "77669", "postId": "59849", "score": "0", "text": "@ptrcao it's known as `pause` (i think). Not near my VBox machine, otherwise I'd double check", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2011-10-17T12:46:36.367", "id": "77688", "postId": "59849", "score": "0", "text": "I have never heard of this \"pause\" before... I use the \"save machine state\" option on closing the VM guest window - I don't know if this is the same as what you are talking about?", "userDisplayName": null, "userId": "24367" } ], "communityOwnedDate": "2011-09-03T12:30:47.377", "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-09-03T12:30:47.377", "id": "59849", "lastActivityDate": "2011-10-17T13:09:51.383", "lastEditDate": "2011-10-17T13:09:51.383", "lastEditorDisplayName": null, "lastEditorUserId": "6005", "ownerDisplayName": null, "ownerUserId": "6005", "parentId": "22849", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>As per the comments to the original question:</p>\n\n<blockquote>\n <p>I found that there is a feature in virtualbox with which once save the\n current state of VMs. Its pretty much like hibernating, except that I\n am not hibernating the Guest OS explicitly. Morever the p...
null
null
null
null
null
22850
1
null
2011-01-23T03:18:21.693
5
23298
<p>I am trying to install tasksel in order to install LAMP but for some reason it always gives me this error:</p> <pre><code>E: Unable to locate package tasksel root@TheShop:~# sudo apt-get install tasksel Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package tasksel root@TheShop:~# </code></pre>
null
169736
2014-03-15T22:26:14.173
2014-03-15T22:26:14.173
Tasksel cannot be installed
[ "apt", "lamp", "tasksel" ]
4
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T03:20:06.463", "id": "24674", "postId": "22850", "score": "7", "text": "Does `sudo apt-get update` help?", "userDisplayName": null, "userId": "9061" }, { "creationDate": "2014-01-02T16:01:11.700", "id": "511527", "postId": "22850", "score...
null
[ { "accepted": null, "body": "<p>first try to <code>sudo apt-get update</code></p>\n\n<p>after that, try to install it from Ubuntu software center</p>\n\n<p>if you still have problem, post it by editing your questions</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "c...
null
null
2014-03-16T12:26:56.933
null
Halim
22851
1
22872
2011-01-23T03:24:00.287
1
719
<p>Whenever you want to open a file with a program that's not in the right-click shortlist, you click 'use a custom command.' However, the way that's worded led me to believe that it may be possible to treat the file as if it were <code>$@</code>, command line input.</p> <p>What I want to be able to do is add the custom command 'cp (clickedfile) /my/directory'...</p> <p>However, the custom command 'cp $@ /my/directory' did not work.</p>
2473
null
null
2011-01-23T09:07:22.917
How can I tell GNOME to execute a custom command, CLI-style?
[ "gnome", "files" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T04:05:18.673", "id": "24676", "postId": "22851", "score": "0", "text": "did you try $1 instead $@ ??", "userDisplayName": null, "userId": "6586" } ]
{ "accepted": true, "body": "<p>Ideally you should create a Nautilus script to perform this task.\nA Nautilus script is a well-defined way to perform complex tasks in GNOME.</p>\n\n<p>For more on Nautilus scripts with examples, see \n<a href=\"http://g-scripts.sourceforge.net/\" rel=\"nofollow\">http://g-scripts.sourceforge.net/</a></p>\n\n<p>You would like to see the File Management scripts at\n<a href=\"http://g-scripts.sourceforge.net/cat-filesysmgt.php\" rel=\"nofollow\">http://g-scripts.sourceforge.net/cat-filesysmgt.php</a></p>\n\n<p>Here is what you need,</p>\n\n<pre><code>#!/bin/sh\n# Author : Your Name &lt;me@gmail.com&gt;\n# Date : 01/01/2011\n# depends: none\n# version 0.1\n# This script copies a file to a specific directory\n# Copy this script in your ~/.gnome2/nautilus-scripts directory\n\ncp $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS /home/myuser/mydirectory/\nexit 0\n</code></pre>\n\n<p>The beauty with this is that you can select multiple files and it still works.</p>\n\n<p>If you want something a bit more complex than that, see\n<a href=\"http://blog.sriunplugged.com/shell-scripting/send-to-in-linux/\" rel=\"nofollow\">http://blog.sriunplugged.com/shell-scripting/send-to-in-linux/</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-23T12:03:14.127", "id": "24704", "postId": "22872", "score": "2", "text": "That script will break on any files containing whitespace or other odd characters. One should use `\"$@\"`, and quoted at that: `cp \"$@\" /my/directory`", "userDisplayName": null, "userId": "9016" }, { "creationDate": "2011-10-17T21:06:23.573", "id": "77929", "postId": "22872", "score": "0", "text": "i couldn't get that to work, geirha", "userDisplayName": null, "userId": "2473" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T09:07:22.917", "id": "22872", "lastActivityDate": "2011-01-23T09:07:22.917", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4124", "parentId": "22851", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Ideally you should create a Nautilus script to perform this task.\nA Nautilus script is a well-defined way to perform complex tasks in GNOME.</p>\n\n<p>For more on Nautilus scripts with examples, see \n<a href=\"http://g-scripts.sourceforge.net/\" rel=\"nofollow\">http://g-sc...
null
null
null
null
null
22852
1
22859
2011-01-23T03:31:08.277
3
1466
<p>Since yesterday, the title bars of windows are missing. I haven't changed any configuration.</p> <p>I noticed 'Desktop Effects' set to none. Changing it back to 'Extra' made everything proper. I had to customize my desktop effects again in CompizConfig manager too. Now this problem reappears after every restart.</p> <p>I must also say that, once I change Compiz settings all the three radio buttons in 'Desktop Effects' remain unselected. But when this problem arises, it will be set to 'None'.</p>
4157
1067
2011-01-23T11:21:50.393
2011-05-30T22:29:51.337
Desktop effects reset to none, no title bar
[ "compiz", "effects" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try to run <code>fusion-icon</code> at start-up, if you don't have it yet.</p>\n\n<p>My effects disappeared, too.... so it must have been some package update (though I couldn't say which one). They came back after installing the latest nvidia drivers.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T05:16:54.550", "id": "22859", "lastActivityDate": "2011-03-29T21:15:44.327", "lastEditDate": "2011-03-29T21:15:44.327", "lastEditorDisplayName": null, "lastEditorUserId": "8844", "ownerDisplayName": null, "ownerUserId": "8851", "parentId": "22852", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>This happens when <code>compiz</code> is not running.</p>\n\n<p>compiz is the window manager that has all the desktop effects, so if it's not running, the windows won't have any decoration (title bar) and you won't see any effects.</p>\n\n<p>I don't know why it would not run,...
null
null
null
null
null
22863
1
null
2011-01-23T06:34:27.787
1
2560
<p>I do not know the root password. I am only in group root. How do I add myself to other groups?</p> <p>I am getting this error on trying to open root terminal: </p> <blockquote> <p>Failed to run /usr/bin/x-terminal-emulator as user root.</p> <p>The underlying authorization mechanism (sudo) does not allow you to run this program. Contact the system administrator.</p> </blockquote>
7864
1067
2011-01-23T11:20:43.967
2011-01-23T11:32:01.570
I am in group root and cannot use synaptic or sudo
[ "10.04", "ubuntu-netbook", "sudo", "users" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Try opening a terminal and typing</p>\n\n<pre><code> sudo bash\n</code></pre>\n\n<p>It will become a root terminal.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-01-23T06:59:33.350", "id": "24683", "postId": "22864", ...
null
null
null
null
null
22866
1
22885
2011-01-23T08:11:11.033
2
1206
<p>I am trying to create a dual boot of Ubuntu 10.10 with Windows 7. My hard disk allocation were as follows:</p> <pre><code>Windows 7 NTFS 100 GB /boot EXT4 200 MB SWAP LINUX SWAP 4 GB / EXT4 46 GB </code></pre> <p>After installation is complete, instead of getting the boot screen of Ubuntu, it directly boots from windows 7 without asking anything. </p> <p>What is wrong? I run the Live Cd again using USB drive and I see that the \boot, and \ are occupied with most likely Ubuntu data. </p> <p>Now How do i point my Laptop to point to Ubuntu Boot instead of Windows Boot</p>
9434
8844
2011-01-23T21:37:02.070
2012-05-25T21:23:18.883
A glitch after Ubuntu Installation. Cannot boot Ubuntu
[ "installation", "grub2", "dual-boot", "windows-7" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Follow the steps below to install GRUB from a live CD it needs to be installed into the Master Boot record of the partition with Ubuntu installed.</p>\n\n<p><img src=\"https://i.stack.imgur.com/he6SB.png\" alt=\"alt text\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-01-23T12:13:08.797", "id": "24708", "postId": "22885", "score": "0", "text": "BTW, give me the source too, I would like to learn more", "userDisplayName": null, "userId": "9434" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T10:45:29.600", "id": "22885", "lastActivityDate": "2011-01-23T10:45:29.600", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4982", "parentId": "22866", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>It's not uncommon for this to happen on a dual-boot system (with Windows wiping out Linux/Ubuntu or vice versa) but recovery can still be a bit touchy.<br>\n If you can get into Ubuntu via the live CD and mount your existing install, you should be able to run <code>grub-ins...
null
null
null
null
null
22871
1
22899
2011-01-23T09:02:05.100
132
167087
<p>I saw a <a href="https://en.wikipedia.org/wiki/QR_Code" rel="noreferrer">QR code</a> reading a book, but I don't have a smart phone to decode it.</p> <p>So I just took a picture of it and saved the picture to my PC. I downloaded libdecoderqr0, libdecodeqr-dev, and libdecodeqr-examples for reading it. But I don't know how to use them.</p> <p>What do I do next? Or is there a nicer way to read QR codes?</p>
5717
5740
2022-02-25T10:00:47.057
2023-11-28T07:03:49.803
Software to read a QR code?
[ "software-recommendation" ]
9
1
CC BY-SA 4.0
[ { "creationDate": "2017-09-12T10:30:33.410", "id": "1523143", "postId": "22871", "score": "1", "text": "The simplest way to scan a QR Code is to use one of those online services like e.g. http://qr4u.online/, https://webqr.com/", "userDisplayName": null, "userId": "378622" } ]
{ "accepted": true, "body": "<p>Several options:</p>\n<ul>\n<li><p><strong>Command-line QR-code decode: <code>zbarimg</code></strong></p>\n<p>Install the <a href=\"https://sourceforge.net/projects/zbar/\" rel=\"noreferrer\">zbarimg</a> command line application by running:</p>\n<pre class=\"lang-bsh prettyprint-override\"><code>sudo apt-get install zbar-tools\n</code></pre>\n<p>Use the program <code>zbarimg</code> provided by the package to read your QR encoded image:</p>\n<p>From the command line:</p>\n<pre class=\"lang-bsh prettyprint-override\"><code>zbarimg &quot;image-file-name.jpg&quot;\n</code></pre>\n<p>The above will display what is encoded in the image in the terminal.</p>\n</li>\n<li><p><strong>Web-based Applications for decoding and encoding</strong></p>\n<p>You can encode and decode online at <a href=\"https://www.onlinebarcodereader.com/\" rel=\"noreferrer\">online barcodereader.com</a> and at <a href=\"https://zxing.org/w/decode.jspx\" rel=\"noreferrer\">ZXing Decoder Online</a>.</p>\n</li>\n<li><p><strong>Data Matrix command-line decode and encode: <code>libdmtx</code></strong></p>\n<p><code>libdmtx</code> is a library for reading and writing Data Matrix 2D barcodes -- two-dimensional symbols that hold a dense pattern of data with built-in error correction.</p>\n<p>Install <a href=\"https://launchpad.net/ubuntu/+source/libdmtx-utils\" rel=\"noreferrer\">libdmtx-utils</a> from the repository and try using the tools it provides:</p>\n<p><code>dmtxwrite</code> - create Data Matrix barcodes. Simple example:</p>\n<pre class=\"lang-bsh prettyprint-override\"><code>dmtxwrite -o image.png input.txt\n</code></pre>\n<p>This will encode text contained in <code>input.txt</code> in current directory to an image, <code>image.png</code>, in the current directory.</p>\n<p><code>dmtxread</code> - scan Data Matrix barcodes. Simple example:</p>\n<pre class=\"lang-bsh prettyprint-override\"><code>dmtxread image.png\n</code></pre>\n<p>This reads the encoded <code>image.png</code> and writes the decoded messages to standard output.</p>\n<p>libdmtx Resources:</p>\n<ul>\n<li>See some <a href=\"http://libdmtx.wikidot.com/helpful-tips\" rel=\"noreferrer\">tips here</a></li>\n<li><a href=\"http://libdmtx.sourceforge.net/\" rel=\"noreferrer\">Libdmtx home page</a></li>\n<li><a href=\"http://libdmtx.sourceforge.net/display.php?text=libdmtx.3\" rel=\"noreferrer\">Additional Resources</a></li>\n</ul>\n</li>\n<li><p><strong>Command-line QR-code encoding: <code>grencode</code></strong></p>\n<p>If you would like to generate QR codes, you can install <code>qrencode</code> from the repositories.</p>\n<pre class=\"lang-bsh prettyprint-override\"><code>&lt; input.txt qrencode -s 10 -o test.png\n</code></pre>\n<p>The above will encode the information in the input.txt file in an image file called <code>test.png</code>.</p>\n<p>Or you can input text from the console with:</p>\n<pre class=\"lang-bsh prettyprint-override\"><code>qrencode -s 10 -o ubuntu.png http://www.ubuntu.com\n</code></pre>\n<p>The above will generate a QR encoded image called <code>ubuntu.png</code> with the URL <code>http://www.ubuntu.com</code> encoded in it.</p>\n</li>\n</ul>\n", "commentCount": "7", "comments": [ { "creationDate": "2014-02-18T11:34:28.250", "id": "546174", "postId": "22899", "score": "0", "text": "data matrix seems way better, since it has a proper decoder and it can encode null bytes. this doesn't work: `echo -en \"\\x00\" | qrencode -t PNG -o lol.png`", "userDisplayName": null, "userId": "19466" }, { "creationDate": "2018-03-13T10:34:07.767", "id": "1645430", "postId": "22899", "score": "0", "text": "I could not get the libdecodeqr examples to output anything. dmtx seems to be very limited regarding the size of the data; a regular SSH key wouldn't fit. (Also, libdmtx.org points to something very different nowadays.)", "userDisplayName": null, "userId": "69674" }, { "creationDate": "2019-03-09T06:28:28.237", "id": "1859992", "postId": "22899", "score": "3", "text": "`zbarimg --raw qr.png > output.txt` to save it to a file. \"QR-Code:\" text is appended to the output if `--raw` is not enabled.", "userDisplayName": null, "userId": "517280" }, { "creationDate": "2019-03-25T17:31:00.267", "id": "1868676", "postId": "22899", "score": "2", "text": "xbar-tools also contain a tool `zbarcam` with which the QR code can directly be scanned using a webcam.", "userDisplayName": null, "userId": "326100" }, { "creationDate": "2019-12-16T17:40:46.657", "id": "2004853", "postId": "22899", "score": "3", "text": "Beware - the zbarimg tool will add a label `QR-Code:` to the output. To suppress this, use the --raw option.", "userDisplayName": null, "userId": "238887" }, { "creationDate": "2021-08-07T11:40:46.050", "id": "2322360", "postId": "22899", "score": "0", "text": "You can use image magick's screenshotter tool to get the image from, `import png:-|zbarimg png:- -q` would work", "userDisplayName": null, "userId": "1200475" }, { "creationDate": "2024-02-11T16:12:19.023", "id": "2636167", "postId": "22899", "score": "0", "text": "It would be better if each one of these solutions were a separate answer so we can vote on them separately, and so we can have discussions in the comments on each one separately.", "userDisplayName": null, "userId": "2355" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-01-23T13:41:00.700", "id": "22899", "lastActivityDate": "2022-02-25T02:49:58.923", "lastEditDate": "2022-02-25T02:49:58.923", "lastEditorDisplayName": null, "lastEditorUserId": "1165986", "ownerDisplayName": null, "ownerUserId": "4923", "parentId": "22871", "postTypeId": "2", "score": "128" }
[ { "accepted": null, "body": "<p>There was a request for a QR reader on former Ubuntu Brainstorm:</p>\n<ul>\n<li><a href=\"https://web.archive.org/web/20130523085813/http://brainstorm.ubuntu.com/item/15111/\" rel=\"nofollow noreferrer\">http://brainstorm.ubuntu.com/item/15111/ </a>, Internet Archive, snapsho...
null
null
null
null
null
22875
1
null
2011-01-23T09:40:47.463
4
7740
<p>Will the wobbly windows effect be available in Ubuntu 11.04?</p>
null
1067
2011-01-24T00:13:47.210
2011-06-29T13:32:13.130
Will the wobbly windows effect be in Ubuntu 11.04?
[ "11.04", "compiz" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You will certainly be able to enable the effect via <code>ccsm</code> from the package <code>compizconfig-settings-manager</code> , but it won't be on by default.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-01-24T00:33:10.103", ...
null
null
null
null
user9436
22876
1
null
2011-01-23T09:51:53.810
2
308
<p>My secondary monitor stopped updating the desktop background on my Maverick after an update I ran on January 10th. My desktop looks like this:</p> <p><a href="https://i.stack.imgur.com/PbBxh.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/PbBxh.jpg" alt="alt text"></a></p> <p>If I disable Compiz, the problem goes away. I've tried resetting the Compiz settings to defaults. What I haven't tried is a clean reinstall, but that I would obviously use as the last resort.</p> <p>I'm running a 64-bit Ubuntu 10.10 with a Geforce 8600 as the GPU.</p>
9435
1067
2011-01-23T11:16:26.873
2012-05-05T14:03:22.983
Secondary display background not updating when using Twinview and Compiz
[ "10.10", "compiz", "64-bit", "twinview" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Give a try from a terminal to:</p>\n\n<pre><code>compiz --replace\n</code></pre>\n\n<p>can you post your xorg file output? I have the exact same setup with a GeForce 8400 GS.\nI guess you have installed Nvidia Xserver.</p>\n", "commentCount": "4", "comments": [ ...
null
null
null
null
null
22886
1
22888
2011-01-23T11:03:57.497
3
2337
<p>As it is explained <a href="https://askubuntu.com/questions/10223/display-current-layout-language-code-country-flag-in-keyboard-indicator/10268#10268">here</a> I wanted to show current country flag in a keyboard indicator. The problem is where to find those country flags.</p> <p>Does anybody know where can I download country flags appropriate for keyboard indicator?</p> <p>I have found one <a href="http://gnome-look.org/content/show.php/Language+Flags+for+Faenza+and+Elementary?content=133726" rel="nofollow noreferrer">here</a> but it only has language abbreviations, I need country flags instead.</p> <p>Thank you.</p>
161
-1
2017-04-13T12:25:03.423
2011-01-23T12:23:50.860
Where to get country flag images for keyboard indicator
[ "indicator", "keyboard-layout" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2020-10-04T00:53:14.693", "id": "2171146", "postId": "22886", "score": "0", "text": "You can find solution here: https://askubuntu.com/questions/1070231/show-flags-instead-of-labels-in-the-keyboard-layout-language-indicator-in-gnome?rq=1", "userDisplayName": null, "use...
{ "accepted": true, "body": "<p>Three seconds of googling return a set of freely (as in beer) usable <a href=\"http://www.famfamfam.com/lab/icons/flags/\">flag icons</a> - are these ok for your use case?</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-23T11:28:21.113", "id": "24701", "postId": "22888", "score": "1", "text": "+1, probably the most well known/most used flag icons", "userDisplayName": null, "userId": "506" }, { "creationDate": "2011-01-23T12:23:39.393", "id": "24709", "postId": "22888", "score": "1", "text": "Thanks for devoting your 3 seconds for me. I hope this question will help also others to solve their problems.", "userDisplayName": null, "userId": "161" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T11:22:04.403", "id": "22888", "lastActivityDate": "2011-01-23T11:22:04.403", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9417", "parentId": "22886", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>Three seconds of googling return a set of freely (as in beer) usable <a href=\"http://www.famfamfam.com/lab/icons/flags/\">flag icons</a> - are these ok for your use case?</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-23T11:28:21....
null
null
null
null
null
22890
1
22893
2011-01-23T11:52:20.773
2
236
<p>I am using both Arabic and English as input languages and set the switching key combination to <kbd>Alt</kbd>+<kbd>Shift</kbd>. Sometimes i find the languages keep switching spontaneously too fast that I type a letter in Arabic and another in English. No key combination work at this case and the keyboard indicator in the top panel becomes unresponsive. The only solution is to restart.</p> <p>I used 10.10 for a month or two and had no problem until one day I updated my system but the kernel seems not compatible with my Laptop and I couldn't neither boot nor fix ubuntu so I had to reinstall. The problem started to appear then. I thought it might be my CD has some scratches and missing files I tried to reburn the image several times and even downloading an entirely new image but nothing works I get the same problem. </p> <p>On windows everything is working fine that's why I am excluding a keyboard problem as I use the same key combination as windows. </p> <p>NB: I can remove Arabic and this solves the problem but not usable for me.</p>
null
17739
2011-11-02T20:30:15.347
2011-11-02T20:30:15.347
Input languages switch spontaneously too fast
[ "keyboard-layout" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This is a bug and it needs to be reported and fixed for future releases, see here:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/ReportingBugs\" rel=\"nofollow\">https://help.ubuntu.com/community/ReportingBugs</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T13:07:06.110", "id": "22893", "lastActivityDate": "2011-01-23T13:07:06.110", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "22890", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>This is a bug and it needs to be reported and fixed for future releases, see here:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/ReportingBugs\" rel=\"nofollow\">https://help.ubuntu.com/community/ReportingBugs</a></p>\n", "commentCount": "0", "comments": [], ...
null
null
null
null
user9441
22896
1
22901
2011-01-23T13:32:09.130
28
36865
<p>Other than for Windows in Ubuntu there are no fancy utilities provided from printer manufacturers to print photos. I am aware of <a href="http://packages.ubuntu.com/maverick/gnome-photo-printer" rel="noreferrer">Gnome Photo Printer</a> and of <a href="http://packages.ubuntu.com/maverick/photoprint" rel="noreferrer">Photoprint</a>, the first being easy to handle, the latter having more options. However I wonder if there are any other or maybe even better alternatives (including plugins) to perform the following tasks:</p> <ul> <li>Print photos in the best photo-resolution the driver offers</li> <li>Adjust paper size for standard values of photo papers</li> <li>Choose paper tray if the printer has more than one</li> <li>Print out multiple photos on one page including mixed sizes (grids)</li> <li>Multiple prints with same settings</li> <li>Borderless printing if the printer is capable of this</li> </ul> <p>Any additional options like pre-processing for color correction or noise reduction would be nice to have but are not so essential.</p> <p>According to <a href="https://wiki.ubuntu.com/Specs/N/ImprovePhotoPrinting" rel="noreferrer">this spec</a> it seems not to so easy to accomplish the simple task of printing photos.</p> <hr> <p>Indeed all applications I have gone through have major drawbacks that make printing photos almost impossible. Below I will list what put me off using them for photo printing:</p> <ul> <li>For obscure reasons CUPS only offers <a href="https://askubuntu.com/questions/13641/how-to-print-more-than-600dpi-with-cups">printing at 600 dpi the most</a>.</li> <li><a href="https://apps.ubuntu.com/cat/applications/gnome-photo-printer/" rel="noreferrer">Gnome Photo Printer</a>: no thumbnails, no grids, not available for 14.04</li> <li><a href="https://apps.ubuntu.com/cat/applications/photoprint" rel="noreferrer">Photoprint</a>: does not keep settings, GUI broken, no standard photo size, no thumbs, not available for 14.04</li> <li><a href="http://projects.gnome.org/eog/" rel="noreferrer">Eye Of Gnome</a>: no multiple pages, no grids</li> <li><a href="http://www.gimp.org/" rel="noreferrer">Gimp +</a><a href="http://registry.gimp.org/node/2236" rel="noreferrer"> Images Grid Layout</a>: far too many steps to finally find that prints are always different to their previews.</li> <li><strong>F-Spot</strong>: no grids</li> <li><a href="http://picasa.google.com/" rel="noreferrer">Picasa 3</a> via <a href="http://www.winehq.org/" rel="noreferrer">Wine</a>: no grids, very few <strong>fixed</strong> paper sizes, <strong>300 dpi only</strong></li> <li><a href="http://www.easysw.com/~mike/flphoto/" rel="noreferrer">flPhoto</a>: strange GUI, no thumbs, no printer settings, did not print at all</li> <li><a href="http://zedonet.com/en_shop_turboprint.phtml" rel="noreferrer">TurboPrint</a>: proprietary paid software with a shameless high price and obscure paid-only update policy - but it does the job quite well (even includes reporting Inklevels from a network printer) for many Canon, Epson, Brother and HP printers. Alas, I am not willing to pay $40 for a basic feature I expect to just work.</li> <li><a href="http://www.microsoft.com/WINDOWS/" rel="noreferrer">Windows</a>: <em>Ooops</em> - everything works fine! <strong>But I want Ubuntu to do this!</strong></li> </ul> <p>After half a pack of ink cartridges and half a pack of photo paper cards I am getting tired of testing. At least Gimp and Picasa looked promising but both don't keep their promise when it comes to printing. I'd already be happy to quickly print a few photos with EOG if <a href="https://bugs.launchpad.net/ubuntu/+source/eog/+bug/80220" rel="noreferrer">bug #80220</a> was fixed - but it's still on "wishlist".</p>
3940
-1
2017-04-13T12:23:20.177
2018-08-09T06:35:04.860
How Do I Print Photos?
[ "software-recommendation", "printing", "photo" ]
8
5
CC BY-SA 3.0
[ { "creationDate": "2011-01-30T08:26:20.257", "id": "25979", "postId": "22896", "score": "0", "text": "what do you use on windows?", "userDisplayName": null, "userId": "5149" }, { "creationDate": "2011-01-30T09:48:10.110", "id": "25985", "postId": "22896", "score": "0"...
{ "accepted": true, "body": "<p>F-Spot can make some of the things you are asking for (though not all)</p>\n\n<p>On the other hand, and though this is not an answer to your question, but eventually, and hopefully, it will be. There's a project called DarkTable, which is being developed as a substitute of Lightroom. The print interface, however, is still in the list of future features, but it's promising. More info: <a href=\"http://darktable.sourceforge.net/features.shtml\">http://darktable.sourceforge.net/features.shtml</a></p>\n\n<p><strong>Edit</strong>:</p>\n\n<p>What about <code>gthumb</code>?:</p>\n\n<ol>\n<li>Up to 600 dpi</li>\n<li>No standard sizes, but customizable ones</li>\n<li>Paper tray selection in the print dialog (cups, I think)</li>\n<li>Can do grids, but you can't mix grid sizes (you can mix photo sizes, but within the cell grid -meaning they will be adjusted to the cell size, but you can't select each image's size-)...</li>\n<li>Guess you can print several times with same settings (you can't save settings, tho)</li>\n<li>Can't test the borderless, as my printer is not capable of doing such a print :(. GThumb's dialog does allow you to set margins to 0, but I can't test it...</li>\n</ol>\n\n<p>Try <code>Geeqie</code>, too...</p>\n\n<ol>\n<li>Unlimited dpi</li>\n<li>Same as before, you can customize paper size</li>\n<li>You can't select paper tray (a workaround is print in Postcript, open the .ps file and print with the printer settings dialog customized to your likings)</li>\n<li>You can print images in a grid, too (all cells same size, as before)</li>\n<li>You can keep the settings for several prints</li>\n<li>Again, can't test the borderless printing, but it allows you to set margin to 0... so maybe?</li>\n</ol>\n\n<p>Have you tried <code>Digikam</code>? </p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-01-30T20:41:17.090", "id": "26069", "postId": "22901", "score": "0", "text": "..and there's always the option to set up a layout that fits your needs with Inkscape (btw.... it shouldn't be so difficult to implement some kind of \"svg\" template to print photos....)", "userDisplayName": null, "userId": "8851" }, { "creationDate": "2011-01-30T22:52:53.043", "id": "26083", "postId": "22901", "score": "0", "text": "Geeqie is promising indeed :) Needs changing the standard printer settings to print photos on photo cards. The `lpr` feature might do this for me but so far no success to persuade my printer to print.", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2011-01-30T23:16:03.490", "id": "26084", "postId": "22901", "score": "0", "text": "If you don't mind (well, you sure do :) ) one more step, you can save your layout to PostScript and then print the generated .ps file.", "userDisplayName": null, "userId": "8851" }, { "creationDate": "2019-07-25T02:59:50.203", "id": "1933543", "postId": "22901", "score": "0", "text": "F-Spot has been discontinued.", "userDisplayName": null, "userId": "205891" }, { "creationDate": "2020-09-20T15:43:02.983", "id": "2164258", "postId": "22901", "score": "0", "text": "On Ubuntu 20.04: gthumb kindof worked, but wants me to adjust each image separately. I can work around that by adding captions (file name, size...) until the size checks out - and it still gets printed bigger than I configured in mm. But close enough for my purposes.", "userDisplayName": null, "userId": "512213" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T13:50:38.880", "id": "22901", "lastActivityDate": "2011-01-30T21:09:13.353", "lastEditDate": "2011-01-30T21:09:13.353", "lastEditorDisplayName": null, "lastEditorUserId": "8851", "ownerDisplayName": null, "ownerUserId": "8851", "parentId": "22896", "postTypeId": "2", "score": "13" }
[ { "accepted": true, "body": "<p>F-Spot can make some of the things you are asking for (though not all)</p>\n\n<p>On the other hand, and though this is not an answer to your question, but eventually, and hopefully, it will be. There's a project called DarkTable, which is being developed as a substitute of Li...
null
null
null
null
null
22907
1
22922
2011-01-23T14:51:21.450
2
104
<p>I would like to have info (time, filename, and user when having shared folders) about file changes, uploads, downloads...</p>
8673
null
null
2011-01-23T16:27:05.447
How to access Ubuntu One server side logs for my account?
[ "ubuntu-one", "log" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-12T14:29:03.103", "id": "28474", "postId": "22907", "score": "0", "text": "Please vote my answer up since you have accepted it as the best which means that my answer was helpful. Thanks in advance!", "userDisplayName": null, "userId": "8973" } ]
{ "accepted": true, "body": "<p>The syncdaemon.log (in ~/.cache/ubuntuone/log) provides that info too. If you want to have access to server side logs, you should contact U1 team at <a href=\"https://one.ubuntu.com/support/contact/\" rel=\"nofollow\">https://one.ubuntu.com/support/contact/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T16:27:05.447", "id": "22922", "lastActivityDate": "2011-01-23T16:27:05.447", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8973", "parentId": "22907", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>The syncdaemon.log (in ~/.cache/ubuntuone/log) provides that info too. If you want to have access to server side logs, you should contact U1 team at <a href=\"https://one.ubuntu.com/support/contact/\" rel=\"nofollow\">https://one.ubuntu.com/support/contact/</a></p>\n", "c...
null
null
null
null
null
22909
1
22992
2011-01-23T15:01:05.937
8
1509
<p>I accidentally ran <code>rm -rf /*</code> on my Ubuntu 10.10 and cancelled the command quickly. I was not root and didn't use <code>sudo</code> but a lot of my files were deleted. The system has become less responsive and I am not sure how to fix it. For instance, I reinstalled firefox and it solved many firefox issues but right click is very sluggish. Deluge keeps on pulling up CPU usage (1 core) to 100%. Shutter is also a bit weird in terms of responsiveness.</p> <p>Is there anything I could do to repair everything? Like reinstalling every installed package and Ubuntu files?</p>
8238
527764
2018-02-18T17:47:14.753
2018-02-18T17:53:32.350
Repairing after running rm -rf /*
[ "10.10", "rm" ]
4
6
CC BY-SA 3.0
[ { "creationDate": "2011-01-23T15:07:34.977", "id": "24719", "postId": "22909", "score": "4", "text": "I would suggest making a backup and a fresh install :S", "userDisplayName": null, "userId": "4947" }, { "creationDate": "2011-01-23T15:12:30.713", "id": "24721", "postId"...
{ "accepted": true, "body": "<p>I fixed the issues by doing a fresh install.</p>\n\n<p>As <a href=\"https://askubuntu.com/a/22916/527764\">@d4n13l suggested</a>, my system had taken a hit in responsiveness and more than just my files were gone.</p>\n\n<p>I feel like <a href=\"https://askubuntu.com/a/22920/527764\">@Martin's approach</a> is something one should go after doing a fresh install for installing previous packages that you had. I had very few of them, so I installed them again from the Ubuntu Software Center.</p>\n\n<p>Thanks to everyone for looking into this. :)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-25T03:00:51.863", "id": "24981", "postId": "22992", "score": "0", "text": "you can mark your answer as the accepted answer since that's what you ended up doing; however if Martin's answer was useful to you the vote it up!", "userDisplayName": null, "userId": "235" }, { "creationDate": "2011-01-25T17:49:13.527", "id": "25088", "postId": "22992", "score": "0", "text": "ok I have marked my answer as the accepted answer because I ended up doing that. But answers of Martin and hhlp will be more helpful for someone in need.", "userDisplayName": null, "userId": "8238" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-24T06:18:51.270", "id": "22992", "lastActivityDate": "2018-02-18T17:53:32.350", "lastEditDate": "2018-02-18T17:53:32.350", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "8238", "parentId": "22909", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<blockquote>\n <p>I was not root and didn't use <code>sudo</code> but a lot of my files were deleted. </p>\n</blockquote>\n\n<p>You most probably have deleted only your personal settings. Create a new user and log in as that user, and check if it's all OK. It should be.</p>\n\n...
null
null
null
null
null
22910
1
22912
2011-01-23T15:16:11.143
82
61404
<p>I have written a simple script. When I run<code>sh &lt;myscriptname.sh&gt;</code>, i got the correct output, but when I run <code>./&lt;myscriptname.sh&gt;</code>, I got an error.</p> <p>What is difference between when I do <code>sh</code> and <code>./</code>?</p>
7895
7895
2011-04-07T19:31:29.127
2019-10-02T07:20:46.070
What is the difference between ./ and sh to run a script?
[ "command-line", "scripts", "executable" ]
6
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T20:35:54.840", "id": "24764", "postId": "22910", "score": "16", "text": "Instead of just saying, \"I get an error\", it would help if you pasted in what the error said.", "userDisplayName": null, "userId": "3906" } ]
{ "accepted": true, "body": "<p>When you run any script by passing the filename to the script interpreter program, you are running the interpreter program with the script as an argument passed into it. For example this would look like the process 'sh' with the argument 'filename.sh'. The <code>sh</code> interpreter is opening the file.</p>\n\n<p>On the other hand if you run the script itself, the system calls out to the interpreter program specified and feeds in the scripts contents. In this case the process looks like 'filename.sh' with no arguments.</p>\n\n<p>You should make sure you have a bang line:</p>\n\n<pre><code>#!/bin/bash\n# bash script here\n</code></pre>\n\n<p>A bang line is the <strong>very first line</strong> in the script and starts with the same two characters <code>#!</code>, these are what the system reads when it tries to execute the script and then the system passes the the script to the program immediately after. Note that this line isn't anything to do with bash and works just as well for python and perl, even though they're very different languages. You would use <code>#!/usr/bin/python</code> for example and then follow it with python code.</p>\n\n<p>Once you have your script, make sure you have set execute permissions:</p>\n\n<pre><code>chmod a+x filename.sh\n</code></pre>\n\n<p>Then you can run the script as its own process:</p>\n\n<pre><code>./filename.sh\n</code></pre>\n\n<p>Or put the file into a known location with a nice program name, like <code>/usr/sbin</code> and run from anywhere:</p>\n\n<pre><code>sudo cp filename.sh /usr/sbin/program-name\nprogram-name\n</code></pre>\n\n<p>And this is really the <strong>practical</strong> benefit of using the bang line with the right permissions - it's all about <em>deployment</em>. It's very hard to get users to run a script if they have to remember what program to run the script with. Remember to give a full path to the script every time they want to run it. Where as putting it in <code>/usr/local/bin</code> for example, and making it executable, can save an awful lot of grief for people trying to use your script. These programs then become available to <em>all</em> users on the your computer.</p>\n\n<p>It's also good for identification. If you go into the <code>top</code> program, a script run without the bang line will just have the name of the interpreter i.e. <code>bash</code>, <code>perl</code> or <code>python</code>. But if a script is run with the right permissions, then the name of the script shows.</p>\n\n<p><strong>Note:</strong> If you want to distribute a script that's accessible to everyone, then please create a man page and a deb package to install it. We need to reduce the number of random scripts online and increase the number of debs which can be uninstalled.</p>\n", "commentCount": "13", "comments": [ { "creationDate": "2011-01-23T16:46:18.893", "id": "24736", "postId": "22912", "score": "1", "text": "You can also use a personal bin folder: create a bin folder to your home folder log out and log in back and you should then be able run any scripts in that folder without sh or ./ .", "userDisplayName": null, "userId": "8973" }, { "creationDate": "2011-01-23T17:28:37.127", "id": "24745", "postId": "22912", "score": "0", "text": "Of course, but adding your home folder to your PATH can be seen to be a bit of a headache. Better get things installed. Although there was some talk of adding ~/.local/bin to the path by default to allow local user installs of packages.", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-01-24T02:13:27.793", "id": "24804", "postId": "22912", "score": "0", "text": "Note that the default interpreter is `bash`, not `sh`.", "userDisplayName": null, "userId": "5" }, { "creationDate": "2011-01-24T07:46:53.693", "id": "24818", "postId": "22912", "score": "2", "text": "Don't put extensions on scripts, especially not when you put it in `PATH`.", "userDisplayName": null, "userId": "9016" }, { "creationDate": "2011-01-24T09:03:55.537", "id": "24825", "postId": "22912", "score": "0", "text": "For a noob like me... could you explain the PRACTICAL differences between both situations? In other words.... what can I do with one method that I can't with the other, and vice versa?", "userDisplayName": null, "userId": "8851" }, { "creationDate": "2011-01-24T14:23:22.437", "id": "24856", "postId": "22912", "score": "0", "text": "@luri - I've expanded that for you.", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-01-24T14:26:11.907", "id": "24857", "postId": "22912", "score": "0", "text": "ty... to much noobism inside me in scripting issues :)... I had put the bang line within my 2 or 3 scripts without knowing why.", "userDisplayName": null, "userId": "8851" }, { "creationDate": "2011-01-25T08:04:00.183", "id": "25012", "postId": "22912", "score": "0", "text": "You can give an example with a different bang line, like '#!/usr/bin/python'. I believe that it will make the answer easier to understand as python syntax is wildly different from bash.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2011-01-25T14:57:57.007", "id": "25060", "postId": "22912", "score": "0", "text": "@Javier - It's exactly the same as you show in your comment. The python syntax has no effect on the bang line at all.", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-01-25T15:09:09.483", "id": "25061", "postId": "22912", "score": "0", "text": "@Martin - Yes I know. I was trying to explain is that a python script is very different from a bash script (while bash, csh or even fish are somewhat similar). So a python example could illustrate better the work of the bang line (IMHO).", "userDisplayName": null, "userId": "211" }, { "creationDate": "2011-01-25T16:52:18.973", "id": "25079", "postId": "22912", "score": "0", "text": "@Javier - I disagree, there isn't any bash scripting in the example already. One would have to make an almighty leap to assume python was like bash because a function of execution in the system was the same.", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-01-26T08:14:01.570", "id": "25177", "postId": "22912", "score": "0", "text": "@Martin: Nice :). It's your answer ;). I still feel that it will be clearer, but...", "userDisplayName": null, "userId": "211" }, { "creationDate": "2011-04-07T20:02:18.150", "id": "37955", "postId": "22912", "score": "1", "text": "`/usr/local/bin` is probably better then `/usr/sbin` -- it indicates that the program is local to this machine rather than being part of the distribution.", "userDisplayName": null, "userId": "10127" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-23T15:31:53.760", "id": "22912", "lastActivityDate": "2013-05-20T02:53:47.710", "lastEditDate": "2013-05-20T02:53:47.710", "lastEditorDisplayName": null, "lastEditorUserId": "95681", "ownerDisplayName": null, "ownerUserId": "132", "parentId": "22910", "postTypeId": "2", "score": "71" }
[ { "accepted": true, "body": "<p>When you run any script by passing the filename to the script interpreter program, you are running the interpreter program with the script as an argument passed into it. For example this would look like the process 'sh' with the argument 'filename.sh'. The <code>sh</code> int...
null
null
null
null
null
22913
1
22923
2011-01-23T15:34:47.703
1
2350
<p><strong>Question</strong>: What does this dmesg mean? Is it bad? There is a <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/221437" rel="nofollow noreferrer">two year old post</a> about how this could imply degraded I/O performance, could this be/is this still true??</p> <p><strong>Background</strong>: I have been experiencing degraded I/O but I attribute this to using the built in RAID on my motherboard as opposed to a dedicated card. I've been tracking down <a href="https://askubuntu.com/questions/22812/2696/">a few random</a> kernel messages and now I've switched to my desktop -- more out of curiosity than anything. The box has an Intel Core i7 930 processor. The following messages appear with some regularity. I'm running openPBS, if that matters. But these messages appear six times within the past day and a half since the system was rebooted.</p> <p>The output of <code>uname -a</code> is:</p> <p>Linux ###### 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010 x86_64 GNU/Linux</p> <p>And the messages from <code>dmesg</code> are:</p> <pre><code>[ 185.609169] CPU0 attaching NULL sched-domain. [ 185.609173] CPU1 attaching NULL sched-domain. [ 185.609175] CPU2 attaching NULL sched-domain. [ 185.609176] CPU3 attaching NULL sched-domain. [ 185.609178] CPU4 attaching NULL sched-domain. [ 185.609179] CPU5 attaching NULL sched-domain. [ 185.609180] CPU6 attaching NULL sched-domain. [ 185.609182] CPU7 attaching NULL sched-domain. [ 185.756764] CPU0 attaching sched-domain: [ 185.756766] domain 0: span 0,7 level SIBLING [ 185.756768] groups: 0 (cpu_power = 589) 7 (cpu_power = 589) [ 185.756772] domain 1: span 0-7 level MC [ 185.756773] groups: 0,7 (cpu_power = 1178) 1,4 (cpu_power = 1178) 2,5 (cpu_power = 1178) 3,6 (cpu_power = 1178) [ 185.756780] CPU1 attaching sched-domain: [ 185.756781] domain 0: span 1,4 level SIBLING [ 185.756782] groups: 1 (cpu_power = 589) 4 (cpu_power = 589) [ 185.756786] domain 1: span 0-7 level MC [ 185.756787] groups: 1,4 (cpu_power = 1178) 2,5 (cpu_power = 1178) 3,6 (cpu_power = 1178) 0,7 (cpu_power = 1178) [ 185.756793] CPU2 attaching sched-domain: [ 185.756794] domain 0: span 2,5 level SIBLING [ 185.756795] groups: 2 (cpu_power = 589) 5 (cpu_power = 589) [ 185.756799] domain 1: span 0-7 level MC [ 185.756800] groups: 2,5 (cpu_power = 1178) 3,6 (cpu_power = 1178) 0,7 (cpu_power = 1178) 1,4 (cpu_power = 1178) [ 185.756806] CPU3 attaching sched-domain: [ 185.756807] domain 0: span 3,6 level SIBLING [ 185.756808] groups: 3 (cpu_power = 589) 6 (cpu_power = 589) [ 185.756812] domain 1: span 0-7 level MC [ 185.756813] groups: 3,6 (cpu_power = 1178) 0,7 (cpu_power = 1178) 1,4 (cpu_power = 1178) 2,5 (cpu_power = 1178) [ 185.756819] CPU4 attaching sched-domain: [ 185.756820] domain 0: span 1,4 level SIBLING [ 185.756821] groups: 4 (cpu_power = 589) 1 (cpu_power = 589) [ 185.756825] domain 1: span 0-7 level MC [ 185.756826] groups: 1,4 (cpu_power = 1178) 2,5 (cpu_power = 1178) 3,6 (cpu_power = 1178) 0,7 (cpu_power = 1178) [ 185.756832] CPU5 attaching sched-domain: [ 185.756833] domain 0: span 2,5 level SIBLING [ 185.756834] groups: 5 (cpu_power = 589) 2 (cpu_power = 589) [ 185.756838] domain 1: span 0-7 level MC [ 185.756839] groups: 2,5 (cpu_power = 1178) 3,6 (cpu_power = 1178) 0,7 (cpu_power = 1178) 1,4 (cpu_power = 1178) [ 185.756845] CPU6 attaching sched-domain: [ 185.756846] domain 0: span 3,6 level SIBLING [ 185.756847] groups: 6 (cpu_power = 589) 3 (cpu_power = 589) [ 185.756850] domain 1: span 0-7 level MC [ 185.756852] groups: 3,6 (cpu_power = 1178) 0,7 (cpu_power = 1178) 1,4 (cpu_power = 1178) 2,5 (cpu_power = 1178) [ 185.756858] CPU7 attaching sched-domain: [ 185.756859] domain 0: span 0,7 level SIBLING [ 185.756860] groups: 7 (cpu_power = 589) 0 (cpu_power = 589) [ 185.756863] domain 1: span 0-7 level MC [ 185.756865] groups: 0,7 (cpu_power = 1178) 1,4 (cpu_power = 1178) 2,5 (cpu_power = 1178) 3,6 (cpu_power = 1178) </code></pre>
2696
-1
2017-04-13T12:24:49.530
2011-11-01T10:09:58.777
What does the kernel message `CPU0 attaching NULL sched-domain.` mean?
[ "kernel", "kubuntu", "cpu-load", "dmesg" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The message is just telling you that the CPU core is being initialised to a null domain. You can turn the messaged off if you like, but it's doing no harm to your I/O.</p>\n\n<p>You could use <code>iostat</code> to find problems in your IO and what's going on as in that bug.</p>\n\n<p>If you can, install <code>ubuntu-desktop</code> package, log out and log into gnome and see if you suffer the same problem. This will separate out kio and kthread issues from system wide io issues. Run tests on both.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T16:29:13.017", "id": "22923", "lastActivityDate": "2011-01-23T16:29:13.017", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "132", "parentId": "22913", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>The message is just telling you that the CPU core is being initialised to a null domain. You can turn the messaged off if you like, but it's doing no harm to your I/O.</p>\n\n<p>You could use <code>iostat</code> to find problems in your IO and what's going on as in that bug.<...
null
null
null
null
null
22915
1
22917
2011-01-23T15:47:49.710
0
811
<p>I have a small Hard Drive (20 gb) so I need to keep an eye on my Disk Usage Analyzer, I can't afford to upgrade my Hard Drive yet so I'm looking for a safe and effective system cleaner that won't compromise system stability.</p>
8357
527764
2017-03-14T14:33:26.500
2017-03-14T14:33:26.500
Which is the "safest" system cleaner in the repository?
[ "system", "cleanup" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-01-23T15:54:22.080", "id": "24724", "postId": "22915", "score": "1", "text": "You don't need a specific application for that, just check the existing answers to http://askubuntu.com/questions/21587/how-do-i-clean-up-my-harddrive .", "userDisplayName": null, "userI...
{ "accepted": true, "body": "<p><a href=\"http://apt.ubuntu.com/p/bleachbit\" rel=\"nofollow noreferrer\"><strong>BleachBit</strong> <img src=\"https://hostmar.co/software-large\" alt=\"Install bleachbit\" /></a></p>\n<p><a href=\"http://bleachbit.sourceforge.net/\" rel=\"nofollow noreferrer\">Read more about it here</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-23T15:55:18.193", "id": "22917", "lastActivityDate": "2017-03-14T14:33:09.293", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "6861", "parentId": "22915", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p><a href=\"http://apt.ubuntu.com/p/bleachbit\" rel=\"nofollow noreferrer\"><strong>BleachBit</strong> <img src=\"https://hostmar.co/software-large\" alt=\"Install bleachbit\" /></a></p>\n<p><a href=\"http://bleachbit.sourceforge.net/\" rel=\"nofollow noreferrer\">Read more abo...
null
null
null
null
null
22918
1
22921
2011-01-23T16:02:15.440
0
2690
<p>Hallo all,</p> <p>i'm trying to use easytag to tag my music collection that is shared on a NAS in my home network. But my problem is, that i cannot access the NAS in the open file dialog (can only access everything on my computer but nothing in the network).</p> <p>I had this problem for several times. In some applications, the open-file-dialog supports network storages and in other applications not. Is this normal?</p> <p>Is there a possibility, how i'm able to access the network device in those programms?</p> <p>greetings</p>
9454
null
null
2011-01-23T16:19:30.800
network access via open file dialog
[ "10.04", "networking" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T16:04:39.630", "id": "24728", "postId": "22918", "score": "0", "text": "I don't have a solution, but \"Is this normal?\": Yes this is normal, the developers have to make an effort to support network file systems, therefore they have the option to disable it when the...
{ "accepted": true, "body": "<p>You should be able to access your NAS file system by first mounting it, don't worry, this isn't complex. It just involved navigating to the file system first. Go to your network in <code>Places &gt; Network</code>:</p>\n<p><img src=\"https://i.stack.imgur.com/LDCVC.png\" alt=\"alt text\" /></p>\n<p>Now you'll get a window showing computers on your network. Visit the computer and the share you want to browse files for:</p>\n<p><img src=\"https://i.stack.imgur.com/uYfgw.png\" alt=\"alt text\" /></p>\n<p>You'll see it appears on the desktop when you browse to it. Next when you go into your save dialog box, just make sure to select the network file system on the left:</p>\n<p><img src=\"https://i.stack.imgur.com/HrMHw.png\" alt=\"alt text\" /></p>\n<p>Assuming you have read/write permissions, you should be able to save. If your system doesn't work like this, then please give us a screenshot.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-01-23T16:56:01.450", "id": "24737", "postId": "22921", "score": "0", "text": "hello, i've accessed the nas directly with smb://192.168.2.222 in nautilus and it gets added automaticly(=mounted?). As you can see on the screenshot it works in nautilus, but unfortunately not in easytag. http://i.imgur.com/EVEHe.png", "userDisplayName": null, "userId": "9454" }, { "creationDate": "2011-01-23T17:25:49.860", "id": "24744", "postId": "22921", "score": "0", "text": "You need to report this as a bug in easytag, they have to add a feature to show gio connections to their file browsing. For you, you may want to consider mounting your samba share using fstab. Do a google search to find out how.", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-01-23T17:45:46.097", "id": "24748", "postId": "22921", "score": "0", "text": "something like: sudo mount //192.168.2.222/public /mnt -o username=\"XXX\"", "userDisplayName": null, "userId": "9454" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T16:19:30.800", "id": "22921", "lastActivityDate": "2011-01-23T16:19:30.800", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "132", "parentId": "22918", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>You should be able to access your NAS file system by first mounting it, don't worry, this isn't complex. It just involved navigating to the file system first. Go to your network in <code>Places &gt; Network</code>:</p>\n<p><img src=\"https://i.stack.imgur.com/LDCVC.png\" alt=...
null
null
null
null
null
22919
1
null
2011-01-23T16:05:36.760
5
4201
<p>I don't know how to reproduce this problem, because I don't regularly play music or sound. All I know is that, sometimes, I'll load a video (from youtube or from a local file) and there will be no sound.</p> <p>Everything looks fine software wise:</p> <ul> <li>Rebooting <em>always</em> fixes.</li> <li><code>aplay</code>, <code>paplay</code> and pals give no error message</li> <li>I'm not in the <code>audio</code> group, <a href="https://wiki.ubuntu.com/Audio/TheAudioGroup">as advised</a></li> <li><p>The device exists and appears in use:</p> <pre><code>$ lsof /dev/snd/by-path/pci-0000\:00\:1b.0 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME pulseaudi 17313 badp 23u CHR 116,10 0t0 7628 /dev/snd/by-path/../controlC0 pulseaudi 17313 badp 30u CHR 116,10 0t0 7628 /dev/snd/by-path/../controlC0 </code></pre></li> <li><p>Restarting pulseaudio or alsa seems to do no good.</p></li> </ul> <p>What is wrong here?</p>
1938
null
null
2011-06-08T12:59:36.313
Why does sound stop working after a while?
[ "10.10", "sound", "troubleshooting" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T17:33:07.413", "id": "24746", "postId": "22919", "score": "0", "text": "If you are using gnome, you can get to sound preferences from the audio icon. This will show you what applications are trying to do things. Sometimes I've had browsers produce many entries - ...
null
[ { "accepted": null, "body": "<p>Rebooting helping and restarting alsa and pulseaudio may indicate your sound drivers.</p>\n\n<p>Try to reload sound driver if it is not working.</p>\n\n<p>(If you do not know what is your driver paste here output of lsmod, and name of your sound card)</p>\n", "commentCoun...
null
null
null
null
null
22927
1
null
2011-01-23T17:11:09.257
3
2344
<p>Whenever I am typing in Arabic, the cursor skips to the beginning of the line because if it were written from left to right, that would be where I last typed.</p> <p>How can I fix that?</p>
2473
15811
2011-08-16T10:04:35.800
2011-08-16T10:04:35.800
How to properly orient the cursor for typing in Arabic?
[ "keyboard", "language-support", "cursor", "arabic", "hebrew" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T18:37:53.107", "id": "50139", "postId": "22927", "score": "2", "text": "can you tell me this problem happened with which software exactly. As far as I know, there is not a problem with Ubuntu and Arabic support. the problem can be with your browser, if it was Google...
null
[ { "accepted": null, "body": "<p>Your software is considering the space character to be ltr and text rtl. In this situation the jumping cursor behavior is correct, at least according <a href=\"http://www.qsm.co.il/Hebrew/logicUI22.htm#h1-24\" rel=\"nofollow\">these bidi guidelines</a> (section 24 which is .....
null
null
null
null
null
22931
1
22932
2011-01-23T17:31:36.900
3
104
<p>I am trying to buy more storage to my Ubuntu One account. I live in UK and the purchase form detects that. However, the form allows me to choose between euros and dollars. Why is pounds not in the list? How can I make my purchase in pounds?</p>
8973
null
null
2011-01-23T18:28:16.777
How to use pounds as currency when buying Ubuntu One storage?
[ "ubuntu-one" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I've found this bug report -- <a href=\"https://bugs.launchpad.net/ubuntuone-servers/+bug/682925\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntuone-servers/+bug/682925</a> -- it's marked as <em>In Progress</em> so maybe pounds will be supported soon.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T17:59:34.420", "id": "22932", "lastActivityDate": "2011-01-23T18:28:16.777", "lastEditDate": "2011-01-23T18:28:16.777", "lastEditorDisplayName": null, "lastEditorUserId": "866", "ownerDisplayName": null, "ownerUserId": "6861", "parentId": "22931", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>I've found this bug report -- <a href=\"https://bugs.launchpad.net/ubuntuone-servers/+bug/682925\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntuone-servers/+bug/682925</a> -- it's marked as <em>In Progress</em> so maybe pounds will be supported soon.</p>\n", "comment...
null
null
null
null
null
22934
1
22938
2011-01-23T18:40:13.823
0
2845
<p>I am running Ubuntu 9.10 and 10.04 on MediaTemple (ve) servers.</p> <p>On both of them, the <strong>anacron</strong> setup is broken, ... and they have been broken since I first installed Ubuntu. It has only come to my attention recently, when I realize my log files were not rotating.</p> <p>I am hoping someone who has anacron working can help diagnose the problem and suggest a fix.</p> <p>Here is <strong>/etc/cron.d/anacron</strong> ... This part works correctly: Every morning at 7:30am, <strong>cron</strong> executes this command to start up anacron.</p> <pre><code># /etc/cron.d/anacron: crontab entries for the anacron package SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 30 7 * * * root test -x /etc/init.d/anacron &amp;&amp; /etc/init.d/anacron start &gt;/dev/null </code></pre> <p>The problem is that <strong>/etc/init.d/anacron start</strong> fails:</p> <pre><code># /etc/init.d/anacron start &gt;/dev/null start: Unknown job: anacron </code></pre> <p>Notice that /etc/init.d/anacron is a symbolic link to /lib/init/upstart-job:</p> <pre><code># ls -l /etc/init.d/anacron lrwxrwxrwx 1 root root 21 Jan 12 2010 /etc/init.d/anacron -&gt; /lib/init/upstart-job </code></pre> <p>Now I am stumped. Anyone have any suggestions how to fix this?</p> <p>Take a look in <strong>/var/log</strong> and see if your log files are being rotated (as opposed to growing indefinitely). If they <strong>are</strong> being rotated, then you probably have a working <strong>anacron</strong>, so please check your setup and let me know how it differs from mine.</p> <p>Thanks in advance, ...</p>
9460
null
null
2011-01-23T19:42:05.767
What is proper setup for "anacron"?
[ "10.04", "9.10", "cron", "syslog" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Now this is strange, because since Karmic the <strong>/etc/cron.d/anacron</strong> has looked like this:</p>\n\n<pre><code># /etc/cron.d/anacron: crontab entries for the anacron package\n\nSHELL=/bin/sh\nPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\n\n#30 7 * * * root test -x /etc/init.d/anacron &amp;&amp; /usr/sbin/invoke-rc.d anacron start &gt;/dev/null\n30 7 * * * root start -q anacron || :\n</code></pre>\n\n<p>as the job was moved to <em>upstart</em>.</p>\n\n<p>Reinstalling <code>anacron</code> should then do the job (back up your existing configuration first of course).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-24T17:26:55.977", "id": "24905", "postId": "22938", "score": "0", "text": "Thanks for the help. Reinstalling anacron didn't fix it, but editing /etc/cron.d/anacron directly did solve the problem.", "userDisplayName": null, "userId": "9460" }, { "creationDate": "2011-02-21T08:36:58.057", "id": "30195", "postId": "22938", "score": "2", "text": "For the reinstallation solution to have worked properly, you'd have to use `sudo apt-get purge` instead of `sudo apt-get remove` to remove the configuration files as well. Not removing the config file will make the system use the existing config instead of setting up the default one as the reinstallation was meant to do.", "userDisplayName": null, "userId": "814" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T19:42:05.767", "id": "22938", "lastActivityDate": "2011-01-23T19:42:05.767", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9340", "parentId": "22934", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Now this is strange, because since Karmic the <strong>/etc/cron.d/anacron</strong> has looked like this:</p>\n\n<pre><code># /etc/cron.d/anacron: crontab entries for the anacron package\n\nSHELL=/bin/sh\nPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\n\n#30...
null
null
null
null
null
22935
1
null
2011-01-23T18:56:06.263
5
7956
<p>Previously, I need to clear documents history, so I Googled and found this:</p> <p><a href="http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html" rel="nofollow">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html</a></p> <p>I did the step, and then when I opened gedit in root terminal, I've got this:</p> <pre><code>root@dellph1-desktop:/# gedit (gedit:8224): GLib-CRITICAL **: g_bookmark_file_load_from_data: assertion `length != 0' failed (gedit:8224): Gtk-WARNING **: Attempting to store changes into `/root/.recently-used.xbel', but failed: Failed to rename file '/root/.recently-used.xbel.FP7PPV' to '/root/.recently-used.xbel': g_rename() failed: Operation not permitted (gedit:8224): Gtk-WARNING **: Attempting to set the permissions of `/root/.recently-used.xbel', but failed: Operation not permitted root@dellph1-desktop:/# </code></pre> <p>And it's happpened in user terminal:</p> <pre><code>dellph1@dellph1-desktop:~$ gedit (gedit:9408): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion `gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed dellph1@dellph1-desktop:~$ </code></pre> <p>I really hope someone helps in this case, thank you.</p>
9461
1067
2011-01-26T21:03:00.320
2016-04-04T02:29:43.970
Gtk warning when opening Gedit in terminal
[ "gtk", "gedit" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T23:00:53.873", "id": "24790", "postId": "22935", "score": "6", "text": "Please don't use gedit as root, it's not cool.", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-01-24T04:21:45.420", "id": "24807", "postId": "22935"...
null
[ { "accepted": null, "body": "<p>I'm recommending that you not use gedit via the root user. Try and use gedit through sudo instead.</p>\n\n<p>Reinstalling gedit won't help, I believe you need to undo the damage done by following the guide.</p>\n", "commentCount": "4", "comments": [ { "c...
null
null
null
null
null
22936
1
23159
2011-01-23T19:29:17.460
13
14343
<p>I have seen a question here about reading .epub but I would like to create my own easily from a GUI, what is available for Ubuntu? Even if I have to download something outside the repository, as long as it installs easily and works well, I would also like the software to be able to support the use of .svg images and tables.</p>
9346
8844
2011-01-25T08:07:23.830
2023-06-08T19:05:01.603
What's a good tool for creating .epub format e-books?
[ "software-recommendation", "ebooks", "epub" ]
5
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h2><a href=\"https://github.com/Sigil-Ebook/Sigil\" rel=\"nofollow noreferrer\">Sigil</a></h2>\n<p><img src=\"https://i.stack.imgur.com/7bSqg.png\" alt=\"screenshots\" /></p>\n<p>This is an excellent program for creating .epub files, works almost like a word processor</p>\n<p>After a lot of frustration with other applications I can say this one works, has good support for .svg images and tables just code your tables as xhtml, it can easily import an existing .epub too.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-01-25T04:18:15.170", "id": "23159", "lastActivityDate": "2023-06-08T19:05:01.603", "lastEditDate": "2023-06-08T19:05:01.603", "lastEditorDisplayName": null, "lastEditorUserId": "349837", "ownerDisplayName": null, "ownerUserId": "4923", "parentId": "22936", "postTypeId": "2", "score": "18" }
[ { "accepted": null, "body": "<p>Have you tried <a href=\"http://calibre-ebook.com/\" rel=\"nofollow noreferrer\">Calibre</a>? </p>\n\n<p><img src=\"https://manual.calibre-ebook.com/_images/edit-book.png\" alt=\"enter image description here\"></p>\n\n<p>I'm not sure about the images, but I know that it conv...
null
null
null
null
null
22943
1
null
2011-01-23T20:41:14.633
1
1349
<p>I have a htpc running 10.10.</p> <p>It has no keyboard or mouse attached, so I connect over vnc for administration and manual tasks. This usually works fine but every so often an app running in fullscreen mode crashes.</p> <p>All I want to be able to do is kill this app from VNC. Is there a keyboard shortcut to do this that will preserve the VNC connection?</p> <p>If I use <kbd>ctrl</kbd>+<kbd>alt</kbd>+<kbd>F1</kbd>, I see the terminal but can no longer control it from VNC. Trying to return to the desktop doesn't work either?</p> <p>Any easy process I can follow?</p>
6911
47151
2012-03-13T13:33:53.443
2012-03-13T13:33:53.443
How can I recover from a frozen app when connecting over VNC
[ "10.10", "vnc", "remote-control", "kill" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I'm not sure that there's a way to do it from VNC, but if you can ssh into the server you can kill the process.</p>\n\n<p>Use <code>ps -A</code> to list all running processes. You can use <code>grep</code> to prune the list if you know what you're looking for. Then use <code>...
null
null
null
null
null
22944
1
null
2011-01-23T20:45:05.050
3
1577
<p>I run Ubuntu 10.10 Desktop on my machine and have installed Ubuntu Server 10.10 in a Virtualbox VM. I'm running Virtualbox 4.0.2. It is not virtualbox-ose.</p> <p>I'd like the guest OS to have an IP address on my local network so that I can run server software and access this from the host OS. My intention is to run a Hudson CI server in the guest OS.</p> <p>I understand I need to set up a network bridge for this to work, however I don't understand what I need to do for this to happen.</p> <p>I have tried following the instructions at <a href="https://help.ubuntu.com/community/VirtualBox/Networking" rel="nofollow">https://help.ubuntu.com/community/VirtualBox/Networking</a>, however I run into two issues towards the end:</p> <ol> <li><p>"To take the modifications into account, restart the VirtualBox host networking script". I don't have Virtualbox-ose installed and guide suggests <code>sudo /etc/init.d/vboxnet restart</code>, however <code>/etc/init.d/vboxnet</code> does not exist for me.</p></li> <li><p>The end of the guide refers to the <code>vboxusers</code> group. I don't have such a group and am not sure why I need this or how it should be created.</p></li> </ol> <p>I'm simply looking to allow the guest OS to have an IP on my local network so that I can access servers on the guest OS from the host OS.</p> <p>What changes do I need to make to both the host and guest OSs for this to work?</p>
1568
null
null
2011-03-29T09:56:58.547
Bridged network between Ubuntu Desktop 10.10 host and Ubuntu Server 10.10 Guest
[ "networking", "virtualbox", "network-bridge" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>In <a href=\"https://help.ubuntu.com/community/VirtualBox/Networking\" rel=\"nofollow\">https://help.ubuntu.com/community/VirtualBox/Networking</a>\nyou can read</p>\n\n<p>Version 2.1 has reimplemented some of its networking. Bridging a virtual machine can now be done entirel...
null
null
null
null
null
22945
1
22956
2011-01-23T20:54:21.483
1
150
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/6724/how-to-highlight-just-the-name-not-the-extension-for-renaming">How to highlight just the name (not the extension) for renaming?</a> </p> </blockquote> <p>I remember kind of one year ago that when I was renaming a file the default selection was for the name, while the extension where not selected, this way, suppose you have a <code>file.doc</code>, you press F2, type gongigongi and then enter the result was a file named <code>gongigongi.doc</code>, while now it's <code>gongigongi</code>.</p> <p>Any way to get that feature back?</p>
9422
-1
2017-04-13T12:23:59.520
2011-01-23T22:38:51.980
Rename selection default was just for the name and now it's even for the extension
[ "10.10", "nautilus-elementary" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-01-23T21:14:34.677", "id": "24767", "postId": "22945", "score": "0", "text": "It works fine for me. When I rename it either using F2 or right-click, the extension is preserved. However I recall a couple of occasions when the extension disappeared, it's weird.", "userD...
{ "accepted": true, "body": "<p>F2 hightlights only the name when you are not on list view mode. So that, in icon view and compact list, it must work.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T22:38:51.980", "id": "22956", "lastActivityDate": "2011-01-23T22:38:51.980", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2827", "parentId": "22945", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>F2 hightlights only the name when you are not on list view mode. So that, in icon view and compact list, it must work.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T22...
null
null
2011-06-05T20:40:14.973
null
null
22946
1
28392
2011-01-23T21:16:18.003
168
372479
<p>I followed the instructions for compiling GNOME Shell and it did compile with a few errors here and there but it didn't run. I installed GNOME Shell using <code>sudo apt-get install gnome-shell</code> but I got version 2.31.x, while the latest is 2.91.5 or something. So is there a way for me to install the latest build? </p> <p>Is there some repository available for the latest build?</p>
2975
44179
2014-06-27T14:10:55.413
2015-11-19T14:15:40.400
How do I install and use the latest version of GNOME?
[ "gnome", "software-installation" ]
12
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h2>Installing from the Software Center (11.10 and newer)</h2>\n\n<p>Open the software center search for \"gnome shell\" and install it, or just click this button:</p>\n\n<p><a href=\"https://apps.ubuntu.com/cat/applications/gnome-shell\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/xH2Wb.png\" alt=\"Install via the software center\"></a></p>\n\n<p><img src=\"https://i.stack.imgur.com/TUalZ.png\" alt=\"enter image description here\"></p>\n\n<p>After it installs, log out.</p>\n\n<ul>\n<li><p><em>For 11.10</em></p>\n\n<p>at the login screen click the little gear icon and select \"GNOME\" from the menu. </p>\n\n<p><img src=\"https://i.stack.imgur.com/gPUyr.png\" alt=\"Screenshot credited to datengrund.de/wp-content/uploads/2012/03/1.png\"></p></li>\n<li><p><em>For 12.04 and 12.10</em></p>\n\n<p>At the login screen click the icon show and select \"GNOME\" from the menu.</p>\n\n<p><img src=\"https://i.stack.imgur.com/pHYVH.png\" alt=\"enter image description here\"></p>\n\n<p><img src=\"https://i.stack.imgur.com/EnmTE.png\" alt=\"Screenshot credited to 3.bp.blogspot.com/-2Z6BaRDokKs/T5pFnOu92sI/AAAAAAAADtg/bD8BAJuEh5M/s320/Gnome-Shell-session-menu.png\"></p></li>\n</ul>\n\n<p>After that just put in your password and login:</p>\n\n<p>The login manager will remember the last session you went into so you only need to select GNOME once, after that you can just login normally.</p>\n\n<h3>Customizing it further</h3>\n\n<p>You can also use the fallback mode if you prefer an old-school experience:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/58172/how-to-revert-to-gnome-classic\">How to revert to GNOME Classic Desktop?</a></li>\n</ul>\n\n<p>And if you use auto logins you might need to tell lightdm to always use shell:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/70969/how-can-i-use-gnome-shell-by-default-instead-of-unity\">How can I use gnome shell by default instead of unity?</a></li>\n</ul>\n\n<h3>Other Goodies to install with it</h3>\n\n<ul>\n<li><a href=\"https://apps.ubuntu.com/cat/applications/gnome-documents\" rel=\"nofollow noreferrer\">gnome-documents <img src=\"https://hostmar.co/software-small\" alt=\"Install gnome-documents\"></a></li>\n<li><a href=\"https://apps.ubuntu.com/cat/applications/gnome-boxes\" rel=\"nofollow noreferrer\">gnome-boxes <img src=\"https://hostmar.co/software-small\" alt=\"Install gnome-boxes\"></a></li>\n</ul>\n\n<h3>Command Line Instructions:</h3>\n\n<pre><code> sudo apt-get install gnome-shell\n</code></pre>\n\n<p><br /> </p>\n\n<h2>Where to report problems:</h2>\n\n<ul>\n<li>Discussion about GNOME3 packaging (Mailing list link on the bottom left): <a href=\"https://launchpad.net/~gnome3-team\" rel=\"nofollow noreferrer\">https://launchpad.net/~gnome3-team</a>\n\n<ul>\n<li>Most problems and issues with this set of packages can go on this list, it should be the first place you report problems and issues.</li>\n</ul></li>\n<li>Bug reports that are NOT packaging related: <a href=\"https://bugzilla.gnome.org/\" rel=\"nofollow noreferrer\">https://bugzilla.gnome.org/</a>\n\n<ul>\n<li>If GNOME3 isn't working well it could be packaging related, so please don't just randomly report bugs to GNOME unless you are confident that it's an upstream GNOME problem.</li>\n<li>If you're not sure if you should report the bug upstream then ask someone either on IRC or on the mailing list above if you need help determining if something should be reported to GNOME.</li>\n</ul></li>\n</ul>\n", "commentCount": "4", "comments": [ { "creationDate": "2012-12-02T05:08:31.937", "id": "277037", "postId": "28392", "score": "0", "text": "does this work the same in 12.10 ?", "userDisplayName": null, "userId": "10676" }, { "creationDate": "2013-01-03T13:57:22.330", "id": "292866", "postId": "28392", "score": "0", "text": "After following this method, the **Unity** and **Unity 2D** options were replaced by a single one called **Ubuntu (Default)** and I can't launch Unity in 2D anymore. What went wrong?", "userDisplayName": null, "userId": "94891" }, { "creationDate": "2013-01-03T13:57:47.057", "id": "292867", "postId": "28392", "score": "0", "text": "@marc-andrebenoit Yes, I updated the answer.", "userDisplayName": null, "userId": "94891" }, { "creationDate": "2014-03-25T11:06:15.653", "id": "572741", "postId": "28392", "score": "0", "text": "_For 12.04 and 12.10_ Look at his username in the screenshot... Ha Ha Ha...", "userDisplayName": null, "userId": "197944" } ], "communityOwnedDate": "2012-02-13T18:40:37.333", "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-28T04:30:47.067", "id": "28392", "lastActivityDate": "2013-01-03T13:55:44.267", "lastEditDate": "2017-04-13T12:24:43.743", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "6699", "parentId": "22946", "postTypeId": "2", "score": "169" }
[ { "accepted": null, "body": "<p>Be more especific with your Ubuntu version I suppose you use Maverick and for Maverick don´t know any repository at this time but if you want to try and compile again look at this first:</p>\n\n<p><a href=\"http://www.webupd8.org/2010/10/install-gnome-shell-from-git-in-ubuntu...
null
null
null
null
null
22949
1
22957
2011-01-23T22:17:22.880
2
4690
<p>I have a Windows PC (don't worry, I almost never use it) that sometimes gets used for playing games and audio/video.</p> <p>Is there a way I can stream the audio output from that PC over the network to my Ubuntu machine? Both PCs are on the same network, so they can reference themselves directly via their local IP addresses.</p>
5
46312
2012-04-09T02:18:05.877
2017-08-04T00:04:54.313
How to stream audio from Windows PC to Ubuntu over a network?
[ "windows", "sound", "networking", "stream" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://www.rogueamoeba.com/airfoil/windows/\" rel=\"nofollow\">AirFoil</a> would probably be the best option. <strike>It's essentially a plugin for iTunes</strike> It's a whole-system audio redirector that'll let you stream any audio to a whole host of destinations <em>including Linux</em>. It does come at rather a steep cost for a \"utility\" though: $25.</p>\n\n<p>Failing that you might be able to run a radio-streaming app on your PC (these are ten-a-penny) and pick that up on your Ubuntu machine with a supported player. I'm fairly sure Banshee and Totem can pick up the audio.</p>\n\n<p>I'm not sure these will handle more than two audio channels (or if that's even an requirement) but start your search with <a href=\"http://www.shoutcast.com/download\" rel=\"nofollow\">ShoutCast</a> or its GPL brother from another mother: <a href=\"http://www.icecast.org/\" rel=\"nofollow\">IceCast</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-01-23T22:45:03.003", "id": "24787", "postId": "22957", "score": "0", "text": "Hmmm... I never thought of a radio streamer. Good idea!", "userDisplayName": null, "userId": "5" }, { "creationDate": "2011-01-24T07:49:52.260", "id": "24819", "postId": "22957", "score": "0", "text": "Is there anything like Ices for Windows?", "userDisplayName": null, "userId": "3940" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T22:39:23.570", "id": "22957", "lastActivityDate": "2011-01-23T22:47:08.523", "lastEditDate": "2011-01-23T22:47:08.523", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "22949", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p><a href=\"http://www.rogueamoeba.com/airfoil/windows/\" rel=\"nofollow\">AirFoil</a> would probably be the best option. <strike>It's essentially a plugin for iTunes</strike> It's a whole-system audio redirector that'll let you stream any audio to a whole host of destination...
null
null
null
null
null
22952
1
22953
2011-01-23T22:27:00.420
3
996
<p>I tend to run newer kernels than most people, partially for fun, partially for bug testing, partially for masochistic fulfilment. A couple of days ago I installed <code>2.6.38-rc1</code> and VirtualBox's DKMS module would no longer compile.</p> <p>I'm not new to VirtualBox throwing spanners in my kernel experiments but is there any way to make it compile?</p>
449
null
null
2011-07-20T21:06:04.537
How do I run VirtualBox on 2.6.38?
[ "virtualbox" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>The new Kernel has moved <code>linux/autoconf.h</code> to <code>generated/autoconf.h</code> (<a href=\"https://patchwork.kernel.org/patch/72714/\" rel=\"nofollow\">hint</a>). I don't really know the technical reasoning for this but anything that includes this in the VirtualBox host module source, needs editing.</p>\n\n<p>Thankfully fixing it is just a case of swapping out the strings:</p>\n\n<pre><code>sudo find /usr/share/virtualbox/src/vboxhost -name '*.h' -exec perl -pi -w -e 's/linux\\/autoconf/generated\\/autoconf/g;' {} \\;\nsudo /etc/init.d/vboxdrv setup\n</code></pre>\n\n<p>Of course this change might not be permanent in the Linux Kernel. Things could go back and that would squiffy your ability to compile in the future so if you need to do the opposite in the future, here it is:</p>\n\n<pre><code>sudo find /usr/share/virtualbox/src/vboxhost -name '*.h' -exec perl -pi -w -e 's/generated\\/autoconf/linux\\/autoconf/g;' {} \\;\nsudo /etc/init.d/vboxdrv setup\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-20T19:29:38.473", "id": "60403", "postId": "22953", "score": "0", "text": "Use `'*.h'` instead of `*.h` to prevent the shell from expanding `*.h`. Furthermore, there is a `sed` command which can be used to do replacements, the `-i` option should be used to do inline replacements. If you use a character other than the `/` after `s`, you do not need to escape any occurences of `/`. The first command becomes `sudo find /usr/share/virtualbox/src/vbox -name '*.h' -exec sed 's,linux/autoconf,generated/autoconf,g' -i {} \\;`. The second command can be altered in the same way.", "userDisplayName": null, "userId": "6969" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-01-23T22:31:26.793", "id": "22953", "lastActivityDate": "2011-07-20T21:06:04.537", "lastEditDate": "2011-07-20T21:06:04.537", "lastEditorDisplayName": null, "lastEditorUserId": "449", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "22952", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>The new Kernel has moved <code>linux/autoconf.h</code> to <code>generated/autoconf.h</code> (<a href=\"https://patchwork.kernel.org/patch/72714/\" rel=\"nofollow\">hint</a>). I don't really know the technical reasoning for this but anything that includes this in the VirtualBo...
null
null
null
null
null
22961
1
22964
2011-01-23T23:03:19.993
1
815
<p>Is it possible to select which folders (outside the ubuntu one folder) are being synced to each machine ? For instance i'd like to sync a data-heavy folder with most of my PC's but not with my netbook.</p>
9477
null
null
2011-01-23T23:55:17.497
How to sync folders selectively across computers?
[ "ubuntu-one" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Yes.</p>\n\n<p>In 11.04 (Natty Narwhal) you'll be able to use the “Ubuntu One Control Panel” to select which folders to do this in a nice graphical way.</p>\n\n<p>However, the functionality has existed in the backend since at least 10.10. The act of selecting a folder to sync is called “subscribing” the folder, and is distinct from creating / deleting it (which is what is exposed via Nautilus).</p>\n\n<p>Meanwhile you can access the functionality via <code>u1sdtool</code>: to list all the folders <code>syncdaemon</code> knows about, enter <code>u1sdtool --list-folders</code>; then you use the folder ids listed there to enter the id in <code>u1sdtool --subscribe-folder=folderid</code> (or <code>--unsubscribe</code>).</p>\n\n<p>The default behavior is for syncdaemon to subscribe to folders automatically when they are created; you can change this by editing <code>/etc/xdg/ubuntuone/syncdaemon.conf</code> (or <code>~/.config/ubuntuone/syncdaemon.conf</code> to do it per user) and add a line <code>udf_autosubscribe = False</code> to the <code>[__main__]</code> section.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-23T23:55:17.497", "id": "22964", "lastActivityDate": "2011-01-23T23:55:17.497", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "711", "parentId": "22961", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Yes.</p>\n\n<p>In 11.04 (Natty Narwhal) you'll be able to use the “Ubuntu One Control Panel” to select which folders to do this in a nice graphical way.</p>\n\n<p>However, the functionality has existed in the backend since at least 10.10. The act of selecting a folder to sync...
null
null
null
null
null
22967
1
null
2011-01-24T00:03:52.513
1
2473
<p>I'm trying to install Cisco AnyConnect VPN Client on Maverick 64-bit. I'm getting the following errors:</p> <pre><code>Installing Cisco AnyConnect VPN Client ... Removing previous installation... /opt/cisco/vpn/bin/manifesttool: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory vpnagentd: no process found Extracting installation files to /tmp/vpn.Mjh9Z5/vpninst086037244.tgz... Unarchiving installation files to /tmp/vpn.Mjh9Z5... Starting the VPN agent... /opt/cisco/vpn/bin/vpnagentd: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory </code></pre> <p>I have libxml2.so.2 in /usr/lib, though. Should it be somewhere else?</p> <p>Thanks in advance.</p>
9481
24694
2012-09-03T18:42:30.283
2012-09-23T22:17:23.180
How to resolve "error loading libxml2.so.2" when installing Cisco AnyConnect VPN?
[ "vpn", "shared-library", "cisco" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2013-09-11T13:26:08.893
null
null
22973
1
null
2011-01-24T01:55:13.697
13
19991
<p>I am trying to share a folder on VirtualBox with a guest OS X, I tried to share the folder through VirtualBox but it doesn't show up in OS X. I also tried sharing a folder on OS X and access it from Ubuntu also failed.</p> <p>So I need someone who did this before with success to tell me how to correctly do this. </p>
7765
175814
2017-05-09T20:21:18.790
2018-11-02T10:42:45.147
Share folder with mac guest on a linux ubuntu host
[ "virtualbox", "sharing", "mac" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2011-01-24T09:07:45.597", "id": "24826", "postId": "22973", "score": "1", "text": "Stupid question to check the obvious... did you install Guest Additions on the guest?", "userDisplayName": null, "userId": "8851" }, { "creationDate": "2011-01-25T05:21:02.790", ...
null
[ { "accepted": null, "body": "<p>Mount manually your folder, open a terminal and type:</p>\n\n<pre><code>sudo mkdir /media/vbox\nsudo mount -t vboxsf \"yoursharedfolder\" /media/vbox\n</code></pre>\n\n<p>If you want it mounted automatically every start, run:</p>\n\n<pre><code>gksu gedit /etc/rc.local\n</code...
null
null
null
null
null
22976
1
22986
2011-01-24T02:41:50.677
1
281
<p>The login process to my Ubuntu box takes a long time, maybe a minute or longer. </p> <p>Unlike the bootstrap which prints a lot of messages to the console, there is nothing displayed when GUI started. </p> <p>I've checked <code>/var/log/Xorg.0.log</code> and <code>/var/log/Xorg.1.log</code>, most of them are a bit of lower level information about display devices, seem like things happened before the login, and nothing related to startup applications.</p> <p>Any idea?</p>
1119
null
null
2011-01-24T04:28:43.363
Is there a way to check logs about user login?
[ "compiz", "login" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>When is it slow? Before you see the login screen or between entering your password and getting to a usable desktop?</p>\n\n<p>If before, <a href=\"http://www.bootchart.org/\" rel=\"nofollow\">bootchart</a> may help.</p>\n\n<p>If after, you should also have a look in the file <code>.xsession-errors</code> for any errors.</p>\n\n<p>And try disabling programs via <code>System-&gt;Preferences-&gt;Startup Applications</code> and log out and in each time, until you see which one makes a big difference.</p>\n\n<p>Another option is the <a href=\"http://people.redhat.com/sgrubb/audit/\" rel=\"nofollow\">audit subsystem</a>. Before logging in, switch to a virtual console (e.g. press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd>), then log in, and run <code>auditctl</code> to make it record every process starting and finishing. Then press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F7</kbd> to get back to the graphical login screen, log in, then run <code>aureport</code> to print the information out.</p>\n\n<p>You may also be able to put <code>strace -e trace=process &gt; /tmp/startup.log 2&gt;&amp;1</code> into your startup configuration files somewhere, e.g. edit <code>/etc/gdm/Xsession</code> and change <code>eval exec $command</code> to <code>eval exec strace -e trace=process $command &gt;/tmp/startup.log 2&gt;&amp;1</code>. Whether <code>Xsession</code> is the right place will depend on when the slowness is happening.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-01-24T04:15:38.867", "id": "22986", "lastActivityDate": "2011-01-24T04:28:43.363", "lastEditDate": "2011-01-24T04:28:43.363", "lastEditorDisplayName": null, "lastEditorUserId": "1951", "ownerDisplayName": null, "ownerUserId": "1951", "parentId": "22976", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>When is it slow? Before you see the login screen or between entering your password and getting to a usable desktop?</p>\n\n<p>If before, <a href=\"http://www.bootchart.org/\" rel=\"nofollow\">bootchart</a> may help.</p>\n\n<p>If after, you should also have a look in the file...
null
null
null
null
null