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
34505
1
34507
2011-04-11T12:54:08.443
1
178
<p>Every time I start my Kubuntu system (10.10) after I login it starts up several instances of certain applications (first it was terminal, now it is krusader) and increase the number of instances with each login (now it starts more than 15~ times)..</p> <p>I have looked at System settings -> Startup and shutdown sec...
6458
6969
2011-04-11T13:00:52.527
2012-05-30T22:49:54.067
Some appilications auto start itself repeatedly after login
[ "startup", "kubuntu" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'm not sure why you get 15 instances of applications, but you've most likely set the setting \"On Login\" setting to \"Restore previous session\" which is the default.</p>\n\n<p>Change it to \"Start with an empty session\" and applications from previous sessions won't be started aga...
[ { "accepted": true, "body": "<p>I'm not sure why you get 15 instances of applications, but you've most likely set the setting \"On Login\" setting to \"Restore previous session\" which is the default.</p>\n\n<p>Change it to \"Start with an empty session\" and applications from previous sessions won't be sta...
null
null
null
null
null
34509
1
34516
2011-04-11T13:16:26.440
1
183
<p>During 10.04 starts it does a filesystem check. For some reason that I want to figure out, but this is another question, the harddisk is mounted read only.</p> <p>I would like to boot to a rescue shell, but the grub2 menu is hidden</p> <p>I cannot change the grub default config, because I have read only access to ...
1467
1467
2011-04-11T13:58:56.667
2011-04-11T13:58:56.667
grub2 deadlock situation
[ "10.04", "grub2", "menu", "plymouth" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>To display the Grub menu hold down the <kbd>Shift</kbd> key until it displays.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-11T13:54:35.317", "id": "34516", "lastActivityDate": "2011-...
[ { "accepted": true, "body": "<p>To display the Grub menu hold down the <kbd>Shift</kbd> key until it displays.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-11T13:54:35.317", "id": "34516", "las...
null
null
null
null
null
34515
1
105205
2011-04-11T13:41:03.930
2
81
<p>I am booting a 32 bit laptop with ubuntu 10.04.</p> <p>I see only a splash screen during boot, in the end theer is a message that the main filesystem is mounted read only (there is only one harddisk).</p> <p>I could grasp a message saying that the last check time of the harddisk is in the future. The message also ...
1467
-1
2017-04-13T12:25:10.160
2012-02-18T00:58:54.107
How to fix ahead disk mounting / ahead of time problem
[ "boot", "hard-drive" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><em>(Solution taken from question body)</em></p>\n\n<blockquote>\n <p>On boot I pressed Shift after I saw \"GRUB starting\", in the grub menu I selected the second entry. I could see from the messages that the problem was on the /boot partition, I ran fsck and fixed it.</p>\n</block...
[ { "accepted": true, "body": "<p><em>(Solution taken from question body)</em></p>\n\n<blockquote>\n <p>On boot I pressed Shift after I saw \"GRUB starting\", in the grub menu I selected the second entry. I could see from the messages that the problem was on the /boot partition, I ran fsck and fixed it.</p>\...
null
null
null
null
null
34519
1
null
2011-04-11T14:18:54.863
24
50113
<p>How can I disable cryptswap? I would like an unencrypted swap like before.</p> <p>This is on an ubuntu 9.10 system.</p>
1467
1467
2012-08-21T00:42:18.197
2013-02-06T18:40:44.000
How to disable cryptswap?
[ "filesystem", "security", "encryption", "swap" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If you used cryptsetup to create your encrypted swap, you can easily reverse the process:</p>\n\n<p>Currently your /dev/hda? will be mapped to cryptswap (something like cryptsetup luksOpen /dev/hda4 cryptswap)</p>\n\n<p>so first disable the line in /etc/crypttab that mentions...
null
null
null
null
null
34520
1
34522
2011-04-11T14:20:26.610
1
5518
<p>I am trying to add a delay at start up for a few applications using the sleep command. For example: I'm trying <code>sleep 5; tomboy</code> which works in terminal, but doesn't work when I add it to the command field in the "Startup Applications" section of the system settings.</p> <p>With the sleep command, the c...
133402
null
null
2011-04-11T14:23:55.987
Sleep command not working with start up applications
[ "11.04", "startup" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The startup applications line probably doesn't invoke a shell. Try setting it to run in a terminal. Then, change it to: <code>bash -c 'sleep 5; exec tomboy'</code>.</p>\n\n<p>Warning: This is all untested.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "20...
[ { "accepted": true, "body": "<p>The startup applications line probably doesn't invoke a shell. Try setting it to run in a terminal. Then, change it to: <code>bash -c 'sleep 5; exec tomboy'</code>.</p>\n\n<p>Warning: This is all untested.</p>\n", "commentCount": "3", "comments": [ { "cr...
null
null
null
null
null
34525
1
35772
2011-04-11T14:54:16.460
2
1244
<p>How can I make evolution display every folder the same way, with the same columns and -widths and no preview field?</p>
12824
7035
2011-06-07T17:18:59.620
2014-12-19T16:07:36.500
Apply a view to every folder in evolution
[ "evolution" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can't do it automatically, but what you can do is the following : </p>\n\n<ul>\n<li>set your view to your liking in your inbox</li>\n<li>click Views > Current view > Save custom view</li>\n<li>give your custom view a name and save</li>\n<li>click on another folder and go to View ...
[ { "accepted": true, "body": "<p>You can't do it automatically, but what you can do is the following : </p>\n\n<ul>\n<li>set your view to your liking in your inbox</li>\n<li>click Views > Current view > Save custom view</li>\n<li>give your custom view a name and save</li>\n<li>click on another folder and go ...
null
null
null
null
null
34527
1
34528
2011-04-11T15:22:49.273
2
444
<p>After I installed Ubuntu, I removed the top panel where all of the notifications and applet are since I was used to Windows. Can anyone tell me how to get all of those tray icons like the Internet icon on my lower screen bar back?</p>
11396
5
2011-10-15T02:18:02.480
2011-10-15T02:18:02.480
What happened to the icons in my tray area?
[ "gnome-panel", "icons" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Right click on the panel and click 'Add to panel', now search 'indicator applet', 'clock', 'notification area', 'main menu'... and click 'add' or drag and drop each one of them to the panel.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-11T15:33:...
[ { "accepted": true, "body": "<p>Right click on the panel and click 'Add to panel', now search 'indicator applet', 'clock', 'notification area', 'main menu'... and click 'add' or drag and drop each one of them to the panel.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2...
null
null
null
null
null
34529
1
null
2011-04-11T15:38:05.220
4
10044
<p>Getting a new laptop soon with the ati mobility radeon hd 5650, and just wondering if the card will be supported (unofficially or oficially is all the same) by unity in natty? </p>
null
235
2011-05-12T06:39:54.993
2011-05-24T20:27:52.413
How well does an ATI mobility radeon hd 5650 work?
[ "graphics", "ati", "support" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-05-12T03:45:53.447", "id": "46077", "postId": "34529", "score": "1", "text": "as with any new GPU the catalyst driver will support it", "userDisplayName": null, "userId": "4203" } ]
null
[ { "accepted": null, "body": "<p>According to <a href=\"https://bbs.archlinux.org/viewtopic.php?id=110605\" rel=\"nofollow\">this post</a> on the ArchLinux forums, the proprietary <code>flgrx</code> driver supports this card.</p>\n\n<p>It should therefore work with Unity.</p>\n", "commentCount": "0", ...
null
null
null
null
user14060
34530
1
34534
2011-04-11T15:51:38.370
2
2773
<p>Is it possible to execute a super-user command in .bashrc? And if so, how?</p> <p>It would save me having to execute "sudo /opt/lampp/lampp start" on each startup. I've considered using the LAMP stack from the repositories, but it doesn't really meet my needs (I need to be able to move the entire LAMP stack folder)...
13242
null
null
2011-04-11T16:04:29.133
Executing a Super-user command through .bashrc
[ "bash", "sudo", "lamp", "bashrc" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2013-01-18T17:25:35.640", "id": "303735", "postId": "34530", "score": "0", "text": "Also see [Starting and stopping server with a desktop shortcut](http://askubuntu.com/q/98047/236).", "userDisplayName": null, "userId": "236" } ]
{ "accepted": true, "body": "<p>It is a bad idea, because <code>~/.bashrc</code> is executed for each terminal you open.</p>\n\n<p>You should consider to put the command in <code>/etc/rc.local</code>, or to create a custom startup script in <code>/etc/init.d</code> (and the corresponding symbolic links in <code>/et...
[ { "accepted": true, "body": "<p>It is a bad idea, because <code>~/.bashrc</code> is executed for each terminal you open.</p>\n\n<p>You should consider to put the command in <code>/etc/rc.local</code>, or to create a custom startup script in <code>/etc/init.d</code> (and the corresponding symbolic links in <...
null
null
null
null
null
34532
1
34537
2011-04-11T16:00:40.163
3
638
<p>I've got a ubuntu kiosk that on boot loads up a local web app in firefox. I'm booting gnome and firefox too quickly. We need to wait about 30 seconds after it loads up and then need to hit refresh on the browser for the application to load properly.</p> <p>What's the best way to slow this down a bit. Ideally I'd...
6730
null
null
2011-04-11T16:22:13.167
Ubuntu Kiosk - delay loading browser/gnome until custom application fully loads
[ "boot" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'd personally try something like this in a script:</p>\n\n<pre><code>URL='http://localhost/site/'\n\nwhile [[ $(wget -O /dev/null $URL 2&gt;&amp;1|egrep \"200 OK\"|wc -l) == \"0\" ]]; do\n sleep 10;\ndone\n\nfirefox $URL\n</code></pre>\n\n<p>This isn't tested so may need a little...
[ { "accepted": true, "body": "<p>I'd personally try something like this in a script:</p>\n\n<pre><code>URL='http://localhost/site/'\n\nwhile [[ $(wget -O /dev/null $URL 2&gt;&amp;1|egrep \"200 OK\"|wc -l) == \"0\" ]]; do\n sleep 10;\ndone\n\nfirefox $URL\n</code></pre>\n\n<p>This isn't tested so may need ...
null
null
null
null
null
34536
1
34542
2011-04-11T16:12:00.213
12
36526
<p>What setup do I need to use up-arrow to run previous command? With Mac, I can use up-arrow to rerun the command that I just run, but it doesn't seem to work with my bash shell. </p> <p>I use 8.04 (I can't use the newest distribution because of some compiler version issues). </p> <h2>ADDED</h2> <p>I didn't change ...
1813
6969
2011-04-11T18:46:20.133
2023-01-26T16:33:12.117
Using up arrow to run previous command
[ "bash", "shortcut-keys", "8.04" ]
5
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T16:15:43.580", "id": "38537", "postId": "34536", "score": "3", "text": "In the default configuration, up arrow works perfectly: have you modified somethings?", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-04-11T19:13:07.297", ...
{ "accepted": true, "body": "<p>Make sure that your history is enabled. You can check the current status by running:</p>\n\n<pre><code>set -o\n</code></pre>\n\n<p>The output should contain (note the <code>history on</code> line):</p>\n\n<pre><code>histexpand on\nhistory on\nignoreeof off\n</code>...
[ { "accepted": null, "body": "<p>Make sure you are actually using bash. A common gotcha is creating a new user with <code>useradd</code> instead of <code>adduser</code> or the Users and groups (GUI) application. With the former, the default shell set is <code>/bin/sh</code>. Run\n<code>chsh</code> (<b>ch</b>...
null
null
null
null
null
34543
1
34621
2011-04-11T16:37:02.447
1
413
<p>I am trying to figure out how to automatically switch to the Equinox Evolution Dawn, Light, Dusk, and midnight theme at the appropriate time of day (ie; at 6 a.m. it would switch from midnight to dawn, at 8 or 9 it would switch to light, 7 p.m. would switch to dusk and 10 p.m. switch to midnight)</p> <p>I am trying...
3403
7035
2011-06-07T17:19:08.683
2011-06-07T17:19:08.683
Schedule a theme change using cron
[ "10.10", "themes", "crontab" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T17:19:21.733", "id": "38546", "postId": "34543", "score": "0", "text": "Not a precise answer to your question, but you might see [Gnome theme which changes depending on the time of day](http://www.webupd8.org/2009/11/gnome-theme-which-changes-automatically.html)", ...
{ "accepted": true, "body": "<p>Can you try this script? (adapted from <a href=\"http://gnome-look.org/content/show.php/New+Wave+-+Chronos?content=116182\" rel=\"nofollow\">New Wave -Chronos</a>)</p>\n\n<pre>\n#!/bin/bash\n# Autor: Narf SS 2009\n# Site: http://proyectobs.blogspot.com/\n#\n# Este script cambia el ar...
[ { "accepted": true, "body": "<p>Can you try this script? (adapted from <a href=\"http://gnome-look.org/content/show.php/New+Wave+-+Chronos?content=116182\" rel=\"nofollow\">New Wave -Chronos</a>)</p>\n\n<pre>\n#!/bin/bash\n# Autor: Narf SS 2009\n# Site: http://proyectobs.blogspot.com/\n#\n# Este script camb...
null
null
null
null
null
34544
1
34547
2011-04-11T16:37:16.330
2
6693
<p>I have a ASUS M51Tr laptop with ATI Mobility Radeon HD 3400 Series graphic card. I've installed Ubuntu 10.10 and privative controllers. I want to use the HDMI port to play PS3 as if the laptop was a screen. Note: I don't want any kind of PS3 emulator or that sort of things. Thank you.</p>
14065
null
null
2014-11-08T02:59:28.860
How do I use my laptop as a screen for PS3?
[ "ati", "laptop", "hdmi", "ps3" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I would love to be proven wrong, because it would be frickin sweet to use your laptop to display game console output. But. The HDMI port is an output. All it does is send stuff from the graphics card to whatever is plugged into it. Same thing goes for the PS3. If you plug your PS3 in...
[ { "accepted": null, "body": "<p>As far as I know this is not possible. The HMDI port on your laptop is most likely an output only port and so as such you can't pipe your PS3 output through it and onto your laptop screen. You can only use it to attach a HDMI enabled display to your laptop as an extra screen....
null
null
null
null
null
34546
1
null
2011-04-11T16:45:05.897
0
1259
<p>I'm trying to use <code>usbmon</code> but <code>modprobe usbmon</code> does not work.</p> <p>The error is </p> <blockquote> <p>FATAL: Module usbmon not found</p> </blockquote> <p>I'm using kernel version <code>2.6.31-23-generic-pae</code> do I need to recompile the kernel? Is there another way to monitor usb t...
null
2732
2011-04-11T16:54:33.203
2011-05-11T19:45:16.127
Can't get usbmon to work
[ "usb-drive" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The stock kernel is configured with <code>CONFIG_USB_MON=y</code>, which means that it's a built-in feature, so you don't need to load any module before using the usbmon functionality.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04...
null
null
null
null
user14067
34550
1
34552
2011-04-11T17:04:01.107
43
29593
<p>I have an old laptop that is running Ubuntu. Now I want to give away this laptop, but I want to remove all private data. So what should I remove? I don't want to format the whole system, because the OS will be still in use by the new owner.</p>
14068
169736
2014-05-26T15:28:42.520
2021-05-25T00:30:21.863
What do I have to do before giving away my Ubuntu machine?
[ "security" ]
9
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T13:55:15.407", "id": "38724", "postId": "34550", "score": "5", "text": "Several answerers have pointed out that a complete (and clean) reinstall might be the safer solution. Do you have something specific to keep in this current configuration for the new user ? Do y...
{ "accepted": true, "body": "<p>You normally have all your private data in /home, especially browser cache and so on.</p>\n<p>You might have private internet-settings in /etc/Network-Manager. Visit /etc, and look into the directories. Reconfigure your things, delete private data (WLAN key), see if everything is van...
[ { "accepted": true, "body": "<p>You normally have all your private data in /home, especially browser cache and so on.</p>\n<p>You might have private internet-settings in /etc/Network-Manager. Visit /etc, and look into the directories. Reconfigure your things, delete private data (WLAN key), see if everythin...
null
null
null
null
null
34556
1
null
2011-04-11T18:00:49.793
3
335
<p>When opening a directory that is version controlled, especially one with subdirectories containing hundreds or thousands of individual files, Nautilus temporarily freezes (application does not respond to user input). A similar behavior applies to directories with hundreds or thousands of individual files. These free...
null
null
null
2011-05-12T08:50:23.717
Nautilus "locks up" when browsing directories with version control, many files
[ "10.10", "10.04", "nautilus", "git", "version-control" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T19:36:16.980", "id": "38582", "postId": "34556", "score": "1", "text": "I don't have a solution, but it sounds like a typical blocking behaviour. If Nautilus issues the io-operations from the same thread that handles the user interface, the interface is deemed to fr...
null
[ { "accepted": null, "body": "<p>One way to at least reduce the number of io operations is to disable (some of) the preview features in Nautilus. Open the Preview tab in File Management Preferences by clicking on Edit->Preferences. The previews works great for a limited amount of files, but it doesn't scale ...
null
null
null
null
user12779
34557
1
34559
2011-04-11T18:04:55.113
7
15234
<p>How do you permanently set process limit per user (<code>ulimit -u</code>) in Ubuntu?</p>
1590
527764
2017-02-07T21:23:38.493
2017-02-07T21:23:38.493
Permanently set process limit
[ "process", "ulimit", "resource-limiting" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Edit <code>/etc/security/limits.conf</code> and configure <code>nprocs</code> appropriately. </p>\n\n<p>You may need to add <code>pam_limits</code> to your pam configuration. The default configuration has pam_limits configured for many services. You may want to add pam_limits to <...
[ { "accepted": true, "body": "<p>Edit <code>/etc/security/limits.conf</code> and configure <code>nprocs</code> appropriately. </p>\n\n<p>You may need to add <code>pam_limits</code> to your pam configuration. The default configuration has pam_limits configured for many services. You may want to add pam_lim...
null
null
null
null
null
34562
1
34580
2011-04-11T18:50:14.720
0
829
<p>Is it possible to update Ubuntu in a dual boot setup with Windows 7, without booting into Ubuntu?</p>
12846
8238
2011-04-11T19:12:51.550
2011-04-11T20:44:58.860
How to update Ubuntu from Windows in a dual boot setup without booting into it
[ "11.04", "updates" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T19:09:54.323", "id": "38574", "postId": "34562", "score": "0", "text": "What do you mean by updating ubuntu? A distro upgrade? A normal package update?", "userDisplayName": null, "userId": "8893" }, { "creationDate": "2011-04-11T19:12:23.807", "i...
{ "accepted": true, "body": "<p>Not easily, ubuntu is probably installed on an ext3 (or 4) partition and windows can't read that file system without installing some exotic extras, which I've heard don't work very well.</p>\n\n<p>You might be able to do something if you installed Ubuntu via wubi but I don't think it...
[ { "accepted": true, "body": "<p>Not easily, ubuntu is probably installed on an ext3 (or 4) partition and windows can't read that file system without installing some exotic extras, which I've heard don't work very well.</p>\n\n<p>You might be able to do something if you installed Ubuntu via wubi but I don't ...
null
null
null
null
null
34565
1
34628
2011-04-11T19:06:27.273
12
19725
<p>I'm thinking of getting a nice laptop [thin like Macbook Air, Actually I'm thinking of getting Macbook Air itself]. Question is, how well it will go with Ubuntu.</p> <p>Being ubuntu user for last 7 years, I cant think of moving away just for great hardware capabilities in AirBook. However, It would be great if Ubun...
14014
44179
2014-03-05T01:33:38.757
2014-03-05T01:33:38.757
How well does the Macbook Air work with Ubuntu?
[ "macbook-air" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T19:14:38.393", "id": "38578", "postId": "34565", "score": "0", "text": "If you buy this laptop in a store, ask them to boot a live cd/usb as a test. :)", "userDisplayName": null, "userId": "8893" }, { "creationDate": "2011-04-11T23:02:25.357", "i...
{ "accepted": true, "body": "<p>There is a good discussion on the <a href=\"http://ubuntuforums.org/showthread.php?t=1603365\" rel=\"nofollow\">Apple Users section of ubuntuforums</a> which is definitely worth a read through and contains probably the most up to date guide and experiences which others have had. You ...
[ { "accepted": true, "body": "<p>There is a good discussion on the <a href=\"http://ubuntuforums.org/showthread.php?t=1603365\" rel=\"nofollow\">Apple Users section of ubuntuforums</a> which is definitely worth a read through and contains probably the most up to date guide and experiences which others have h...
null
null
null
null
null
34566
1
null
2011-04-11T19:26:20.697
0
1750
<p>I have a video that is encoded with Microsoft's Windows Media Screen encoder (the FOURCC for the video codec is MSS2).</p> <p>Is there anything on Ubuntu that will play this format?</p>
5
235
2011-04-11T19:35:39.477
2011-04-11T20:55:16.133
Is there any media player that can playback MSS2-encoded videos?
[ "software-recommendation", "video", "wmv" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2012-11-29T14:25:42.973", "id": "275656", "postId": "34566", "score": "0", "text": "Duplicate of http://askubuntu.com/questions/176900/cant-open-wmv-video-files which has an accepted answer.", "userDisplayName": null, "userId": "136" }, { "creationDate": "2012-...
null
[ { "accepted": null, "body": "<p>If neither <a href=\"http://www.mplayerhq.hu\" rel=\"nofollow\">mplayer</a> nor <a href=\"http://www.videolan.org/vlc/\" rel=\"nofollow\">VLC</a> can handle that then probably nothing would.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2...
null
null
null
null
null
34569
1
235830
2011-04-11T19:47:10.687
1
1526
<p>When trying to play youtube videos in Totem, I get this error:</p> <blockquote> <p><strong>GStreamer encountered a general supporting library error.</strong></p> </blockquote> <p>When starting from the commandline, the actual error is is this:</p> <blockquote> <p><strong>Message Error:</strong> GStreamer enco...
11120
235
2012-10-27T15:27:53.783
2013-02-10T14:11:53.543
Totem issue with youtube: gstreamer
[ "youtube", "ffmpeg", "totem", "gstreamer" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-05-08T16:28:59.007", "id": "257560", "postId": "34569", "score": "1", "text": "> The problem returns every time Google\n> changes its mind about the YouTube\n> API. [(from here)](https://bugs.launchpad.net/ubuntu/+source/totem/+bug/544660/comments/15) :(", "userDispla...
{ "accepted": true, "body": "<p>As Törzsmókus pointed out, <a href=\"https://bugs.launchpad.net/ubuntu/+source/totem/+bug/544660\" rel=\"nofollow\">this is a known recurring bug</a>. Totem's Youtube interoperation is achieved by reverse-engineering the Youtube API. So whenever Google changes the API, Totem breaks. ...
[ { "accepted": true, "body": "<p>As Törzsmókus pointed out, <a href=\"https://bugs.launchpad.net/ubuntu/+source/totem/+bug/544660\" rel=\"nofollow\">this is a known recurring bug</a>. Totem's Youtube interoperation is achieved by reverse-engineering the Youtube API. So whenever Google changes the API, Totem ...
null
null
null
null
null
34570
1
null
2011-04-11T19:55:26.340
0
5021
<p>I'm trying to share my iPhone's 3G data connection with my Ubuntu desktop as my broadband router has blown up (a new one is on order...). </p> <p>I have successfully managed to share my 3G data connection with my Win 7 OS on the same desktop machine, but I'd really like to get it working in Ubuntu, as Win 7 is a re...
14075
null
null
2012-01-08T20:30:47.480
How can I share my iPhone's 3g connection with my Ubuntu 10.10 desktop PC? Currently using MyWi app
[ "networking", "connection", "iphone", "3g", "tethering" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>go to system > preferences > network connections and create a mobile broadband connection.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-12T04:41:46.863", "id": "3463...
null
0
null
null
null
34572
1
108306
2011-04-11T19:59:40.990
195
184961
<p>I was reading about <a href="https://askubuntu.com/questions/2792/how-do-i-get-multiple-workspaces-in-unity">how to get multiple workspaces in the mutter version of Unity</a>, however since Compiz is replacing Mutter how do I go about adding and removing workspaces in Compiz version of Unity?</p>
41
-1
2017-04-13T12:23:56.057
2018-09-14T06:04:40.990
How can I reduce or increase the number of workspaces in Unity?
[ "unity", "compiz", "workspaces" ]
10
1
CC BY-SA 3.0
[ { "creationDate": "2014-04-21T01:16:49.703", "id": "593449", "postId": "34572", "score": "1", "text": "[Change number of workspaces from command line](http://askubuntu.com/q/447673/62483).", "userDisplayName": null, "userId": "62483" } ]
{ "accepted": true, "body": "<h1>15.04 and later</h1>\n<p>On later versions of Ubuntu Workspaces are in the Workspace switcher. The number of desktops can be modified by installing the <a href=\"https://apps.ubuntu.com/cat/applications/compizconfig-settings-manager/\" rel=\"noreferrer\">CompizConfig Settings Manage...
[ { "accepted": null, "body": "<p>Install <code>compizconfig-settings-manager</code>, launch it through System Settings (in the Personal section), then go to General Options (in the General Section), now in the tab Desktop Size you can change the number of vertical or horizontal desktops.</p>\n", "comment...
null
null
null
null
null
34573
1
null
2011-04-11T17:02:06.013
-1
223
<p>I have a weird problem with my linux. if I run a mp3-file with the rhythm box or also run a video in youtube that results in that if I do not move my mouse or touch the keyboard for about 3 seconds, the sound is played in a loop (the 2 last seconds keep repeating). (In the case of youtube also the video stops in t...
null
235
2011-04-11T23:50:44.427
2011-06-13T00:01:18.423
Sound is played in a loop without mouse or keyboard activity
[ "10.10", "sound", "pulseaudio" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T17:08:28.610", "id": "38588", "postId": "34573", "score": "0", "text": "that's not a programming related question. I think it's difficult you will find here the solution at your problem. Anyway you should at least give some more details (It's a weird problem). Which...
null
[ { "accepted": null, "body": "<p>I agree with Overbose this isn't really a programming question, but if you're using a distribution that uses pulseaudio, try killing it and restarting it using \"pulseaudio -k\" and \"pulseaudio --check\".</p>\n", "commentCount": "1", "comments": [ { "c...
null
0
2012-02-24T01:15:45.643
null
Byron-Lim Timothy Steffan
34575
1
34593
2011-04-11T20:12:59.930
1
2838
<p>I am unable to add path of my <code>omnet bin directory</code> for the installation.</p> <p>During the installation i go to the omnet directory and enter <code>./configure</code> which gives me the following errors </p> <pre><code>WARNING: your PATH doesn't contain /home/ABC/Desktop/omnetpp-4.1/bin! Add the follow...
12895
2647
2011-04-11T20:53:48.337
2011-05-26T19:42:46.100
Path not setting up for a setup
[ "bash", "environment-variables", "paths", ".profile" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T20:50:47.123", "id": "38594", "postId": "34575", "score": "1", "text": "Have you logged in again, to make the changes to .profile effective?", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-04-11T21:01:18.640", "id": "38596"...
{ "accepted": true, "body": "<p>Make sure you have logged back in (the changes happen only when you start a new shell). Additionally, try using <code>.bash_profile</code> instead of <code>.profile</code>. To test without logging back in, you can source the file directly by typing:</p>\n\n<pre><code>. ~/.profile\n</...
[ { "accepted": true, "body": "<p>Make sure you have logged back in (the changes happen only when you start a new shell). Additionally, try using <code>.bash_profile</code> instead of <code>.profile</code>. To test without logging back in, you can source the file directly by typing:</p>\n\n<pre><code>. ~/.pro...
null
null
null
null
null
34579
1
34583
2011-04-11T20:38:22.730
23
24454
<p>I have an old laptop which has some 3D graphics support, how do I know if this will be enough for Unity to run?</p>
129
129
2011-10-10T00:14:12.890
2012-03-08T17:21:38.070
How do I know if my video card can run Unity?
[ "unity" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T23:08:32.267", "id": "38620", "postId": "34579", "score": "1", "text": "Just so you know, even if you can't use Unity, Unity 2d is an awesome alternative with pretty much the same features. It is a little behind the Compiz version when it comes to new features updat...
{ "accepted": true, "body": "<p>This isn't a full answer but a good place to start including the link at the bottom.\n<a href=\"http://www.inalogic.com/component/content/article/34-general/63-demystifying-unitys-graphics-hardware-requirements\">http://www.inalogic.com/component/content/article/34-general/63-demysti...
[ { "accepted": null, "body": "<ul>\n<li>You download a live CD and test it. </li>\n<li>You visit <a href=\"http://www.linux-on-laptops.com/\" rel=\"nofollow\">linux on laptops</a> and read for your model, if somebody tried and succeeded</li>\n</ul>\n", "commentCount": "0", "comments": [], "commun...
null
null
null
null
null
34588
1
null
2011-04-11T21:04:08.290
9
12067
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/86977/how-to-correctly-enable-desktop-cube-in-unity-3d">How to correctly enable Desktop Cube in Unity 3D?</a> </p> </blockquote> <p>I'm looking to get the "3D Cube" in Ubuntu 11.04 Beta 1, however last time I tried...
12622
-1
2017-04-13T12:23:28.223
2012-05-27T17:30:24.037
How do I enable the 3D Cube so I can use it in Unity?
[ "unity", "11.04", "compiz" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>that bug is fixed in unity 3.8.4.\nThe Beta uses an earlier version of unity. <s>so install the updates and test again.</s>\nI tested it with my system. it doesn't yet work using compiz settings</p>\n", "commentCount": "2", "comments": [ { "creationDate"...
null
null
2012-11-29T09:31:20.760
null
null
34590
1
null
2011-04-11T21:18:39.347
2
815
<p>I have already lost the full day trying to figure out what I'm doing bad. I can't package my Java application into .deb package.</p> <p>The steps I'm doing are: 1) Copy the src files into folder with name: something-1.2 2) Run jh_makepkg in the directory where something-1.2 is situated 3) In something-1.2/debian/:<...
14083
25863
2012-02-18T01:02:19.093
2012-02-18T01:02:19.093
Creating .deb with javahelper
[ "package-management", "dpkg", "packaging" ]
0
1
CC BY-SA 3.0
[ { "creationDate": "2012-02-18T01:02:29.593", "id": "121862", "postId": "34590", "score": "0", "text": "Hello, this question has no information and activity for a very long time. I am closing it for now. If by any reason you think this question is still viable or useful in anyways or that there i...
null
[]
null
null
2012-02-18T01:02:35.023
null
null
34592
1
34608
2011-04-11T21:20:55.690
30
54837
<p>How can I clear the recently used and viewed files without using terminal?</p>
14082
295286
2016-12-24T18:53:15.913
2016-12-24T19:44:09.963
How to clear recently used files without using a terminal?
[ "files", "gui" ]
9
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-11T21:29:40.507", "id": "38601", "postId": "34592", "score": "1", "text": "What's wrong with the terminal? You can always create a graphical shortcut for a terminal command.", "userDisplayName": null, "userId": "11976" }, { "creationDate": "2011-04-11T2...
{ "accepted": true, "body": "<p>The only way I know how to do this is to install Ubuntu Tweak, which can be found by going to <a href=\"http://ubuntu-tweak.com/\">http://ubuntu-tweak.com/</a> and installing the software.</p>\n\n<p>Open Ubuntu Tweak up and go to <strong>Gnome Settings</strong> then uncheck <strong>E...
[ { "accepted": true, "body": "<p>The only way I know how to do this is to install Ubuntu Tweak, which can be found by going to <a href=\"http://ubuntu-tweak.com/\">http://ubuntu-tweak.com/</a> and installing the software.</p>\n\n<p>Open Ubuntu Tweak up and go to <strong>Gnome Settings</strong> then uncheck <...
null
null
null
null
null
34596
1
34651
2011-04-11T22:05:51.480
8
18873
<p>I've got some games running in Wine, but I can't figure out how to change the keyboard layout. By default, I use the dvorak layout in Ubuntu, which isn't very friendly for most games. I can change it back to QWERTY in Ubuntu, but when I fire up a game, it stays with my default dvorak. How can I change to QWERTY i...
14086
null
null
2021-09-01T11:43:06.920
Change keyboard layout in Wine?
[ "wine", "keyboard-layout" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>In the keyboard control panel, you can configure multiple keyboard layouts from the <code>Layouts</code> tab. Click on <code>Options...</code> and expand the <code>Key(s) to change layout</code> section. Pick the key combo you prefer and you should have an easy way to switch layout...
[ { "accepted": true, "body": "<p>In the keyboard control panel, you can configure multiple keyboard layouts from the <code>Layouts</code> tab. Click on <code>Options...</code> and expand the <code>Key(s) to change layout</code> section. Pick the key combo you prefer and you should have an easy way to switc...
null
null
null
null
null
34597
1
34598
2011-04-11T22:22:56.797
30
36953
<p>I have some command line applications (and remote servers) that I want to make individual launchers for on the Unity launcher, how do I do that?</p>
235
235
2011-11-22T23:45:18.810
2014-05-08T17:30:41.503
How do I make a custom launcher for terminal applications?
[ "unity", "launcher", "quicklists" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Custom launchers for terminal applications can be used, which can be very useful for applications such as irssi and mutt. </p>\n\n<p>The thing to remember is that you’ll want to specify a different window manager class for the terminal using the <code>--class</code> argument, otherwi...
[ { "accepted": true, "body": "<p>Custom launchers for terminal applications can be used, which can be very useful for applications such as irssi and mutt. </p>\n\n<p>The thing to remember is that you’ll want to specify a different window manager class for the terminal using the <code>--class</code> argument,...
null
null
null
null
null
34605
1
34606
2011-04-11T23:50:19.953
13
5182
<p>How does Ubuntu upgrade seamlessly to a newer distribution, while the operating system is still running? I'm upgrading from 10.10 to 11.04, and I've upgraded several times before, and it's as simple as running update-manager -d and downloading and installing them, then rebooting. </p> <p>How exactly does this work ...
10917
235
2011-04-11T23:53:16.390
2013-12-22T08:07:13.310
How does the Ubuntu upgrade process work?
[ "upgrade", "release-management" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2012-10-30T09:37:27.970", "id": "260189", "postId": "34605", "score": "0", "text": "Okay, adding my question in bounty comment was not a good idea. Doesn't look like I can edit it either.", "userDisplayName": null, "userId": "814" } ]
{ "accepted": true, "body": "<p>From my experience I would assume that while packages and modules are running they are held in memory and don't refer back to their copy on the hard drive much. You can see this if you run a program in ubuntu and then remove the related packages while its running. It will keep runnin...
[ { "accepted": true, "body": "<p>From my experience I would assume that while packages and modules are running they are held in memory and don't refer back to their copy on the hard drive much. You can see this if you run a program in ubuntu and then remove the related packages while its running. It will kee...
null
null
null
null
null
34609
1
null
2011-04-12T00:13:55.323
0
5625
<p>I use Ubuntu in my Laptop. I also have a Nokia N8 phone. To connect N8 to "WPA2 Enterprise WiFi", I need to export some certificate from my laptop.</p> <p>The page <a href="http://www.youtube.com/all_comments?v=B-2D1QR8C2c" rel="nofollow">http://www.youtube.com/all_comments?v=B-2D1QR8C2c</a> explains how to export ...
null
null
null
2011-07-16T00:15:44.610
Export WiFi Certificates
[ "wireless", "certificates" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Are you sure you installed a digital certificate on Ubuntu to access the wireless? Most people use a password rather than a certificate. If you did install a certificate, then you should be able to go back to where you installed it ( right click networking -> edit connectio...
null
null
null
null
user14090
34610
1
61137
2011-04-12T00:30:24.457
3
263
<p>I have redefined my right ctrl key to delete, using </p> <pre><code>xmodmap -e "keycode 105 = Delete" </code></pre> <p>and this works very nicely, except that whenever I hold the key, it deletes only once. Of course, I can highlight a sentence and delete it all with one press, but it would be very nice to be able ...
13884
8844
2011-09-12T22:01:49.547
2011-09-12T22:56:36.817
Redefined ctrl key: can I obtain multiple strokes by holding?
[ "keyboard", "keyboard-layout", "delete", "xmodmap" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Use <code>xset</code> to enable the auto-repeat feature.</p>\n\n<p>Run <code>xset</code> without parameters to see the usage:</p>\n\n<pre><code>To turn auto-repeat off or on:\n-r [keycode] r off\n r [keycode] r on\n r rate [delay [rate]]\n</code></pre>\n", "commentCou...
[ { "accepted": true, "body": "<p>Use <code>xset</code> to enable the auto-repeat feature.</p>\n\n<p>Run <code>xset</code> without parameters to see the usage:</p>\n\n<pre><code>To turn auto-repeat off or on:\n-r [keycode] r off\n r [keycode] r on\n r rate [delay [rate]]\n</code></pre>\n", "...
null
null
null
null
null
34616
1
34618
2011-04-12T01:28:39.610
2
1052
<p>I keep <code>/home</code>, <code>/etc</code>, and <code>/usr/local</code> backed up. My hard drive crashed and I reinstalled Ubuntu and copied over my backed-up directories. (Yay for backups!)</p> <p>I assumed that something in <code>/etc</code> would tell the package manager what I want to have installed. Appar...
2565
null
null
2011-04-12T01:38:51.717
How to restore installed packages from backup
[ "package-management", "backup" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The list of packages that you had installed was kept in <code>/var/lib/dpkg/status</code>, with daily backups of the dpkg database to <code>/var/backups</code>. These directories unfortunately aren't in the list of directories that you backed up.</p>\n", "commentCount": "3", "com...
[ { "accepted": true, "body": "<p>The list of packages that you had installed was kept in <code>/var/lib/dpkg/status</code>, with daily backups of the dpkg database to <code>/var/backups</code>. These directories unfortunately aren't in the list of directories that you backed up.</p>\n", "commentCount": "...
null
null
null
null
null
34619
1
null
2011-04-12T01:43:05.317
1
160
<p>Does upgrading leave all of my applications and personal information untouched?</p>
13499
5
2011-04-12T01:52:18.270
2011-04-12T14:08:16.007
What does upgrading modify?
[ "upgrade" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T01:52:56.820", "id": "38636", "postId": "34619", "score": "1", "text": "I have tried to reword your question while preserving its meaning. If I have changed the meaning of your question at all, please feel free to edit it again.", "userDisplayName": null, "u...
null
[ { "accepted": null, "body": "<p>Upgrading Ubuntu will leave all of your personal files untouched, and it should leave almost all of your settings untouched. If you have made low-level customizations by for example editing files under <code>/etc</code>, you may find that they need adjustment after the upgra...
null
null
null
null
null
34620
1
null
2011-04-12T02:07:34.610
5
1062
<p>I use several workspaces in order to have different context for different works. Therefore, I run the same set of applications in the same workspace repeatedly. And also I run the same application in each set of applications, so setting the default workspace where each application should run doesn't work for this pu...
14092
null
null
2016-04-06T13:27:52.870
How to run a custom set of programs in a specific workspace?
[ "scripts", "customization", "workspaces", "desktop-environments", "default-programs" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2016-04-06T13:31:28.967", "id": "1125834", "postId": "34620", "score": "2", "text": "Possible duplicate of [Command or script to open specific programs to different virtual desktops](http://askubuntu.com/questions/63763/command-or-script-to-open-specific-programs-to-different-...
null
[ { "accepted": null, "body": "<p>I don't think that there's such a function for the standard window manager.</p>\n\n<p>But Devil's Pie can do what you want.</p>\n\n<p><a href=\"http://burtonini.com/blog/computers/devilspie/\" rel=\"nofollow\">http://burtonini.com/blog/computers/devilspie/</a></p>\n\n<p>Quote...
null
null
null
null
null
34624
1
34627
2011-04-12T02:40:33.240
0
1265
<p>I recently got my Ubuntu <a href="https://askubuntu.com/questions/34622/restore-fauly-ubuntu-11-04">broken</a> after upgrading to Natty beta. Even if I restore it, I want a full reinstall once it gets released... I feel it's needed clean up my previous issues (including missing decorations and the broken Natty)... W...
4477
-1
2017-04-13T12:23:09.107
2011-04-12T15:45:56.593
Ubuntu reinstall without moving home folders around
[ "installation", "11.04", "backup" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>One way you could do it is to turn your existing 50gb Ubuntu partition into your new /home partition, and then resize it smaller and use the newly freed space to create a new root (/) partition to install Natty into.</p>\n\n<p>Basically you would boot a livecd, then from the livecd m...
[ { "accepted": true, "body": "<p>One way you could do it is to turn your existing 50gb Ubuntu partition into your new /home partition, and then resize it smaller and use the newly freed space to create a new root (/) partition to install Natty into.</p>\n\n<p>Basically you would boot a livecd, then from the ...
null
0
null
null
null
34629
1
235759
2011-04-12T04:36:02.843
8
4864
<p>Has anyone tried loading ubuntu 11.04/10.10 on new Samsung Series 9 (NP900X3A). It looks pretty thinner and similar to Macbook Air. Does it has good support with ubuntu ?.</p>
14014
null
null
2013-01-03T18:33:41.490
Ubuntu on samsung 9 series thin laptop
[ "laptop", "samsung" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T05:06:34.450", "id": "38649", "postId": "34629", "score": "0", "text": "if you could go to the store you can try the livecd on it.", "userDisplayName": null, "userId": "5149" }, { "creationDate": "2011-09-06T11:45:59.717", "id": "68849", "pos...
{ "accepted": true, "body": "<p>Update, using Ubuntu 12.10, Kernel 3.5.\nMy Samsung 900x3cA02 runs completely fine. Upgraded the BIOS under Win7 to P04AAC then installed Ubuntu 12.10 from USB. Out of the box things are running quite well. No problems with lid closure detection, keyboard backlight, battery status, f...
[ { "accepted": null, "body": "<p>I've started using my new Series 9 laptop by immediately installing Ubuntu/Kubuntu on it.</p>\n\n<p>My experience so far (other than having a fancy machine) is mixed.</p>\n\n<p>Pros:\n - almost everything worked out of the box\n - amazing speeds \n - best quality laptop displ...
null
null
null
null
null
34633
1
null
2011-04-12T05:23:01.103
4
3391
<p>Is there any application that can connect to my Nokia 2700c phone and check my messages, applications, files, etc?</p> <p>Is there some application available in Ubuntu like the Nokia PC Suite, for Windows? </p> <p>I saw some applications like <code>kmobiletools</code> in software center but nothing is working.</p>...
14033
449
2011-04-13T11:16:36.867
2011-04-13T11:16:36.867
Which software is available to connect to and manage cell phones?
[ "software-recommendation", "phone" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T05:38:48.983", "id": "38653", "postId": "34633", "score": "0", "text": "Check this link http://tuxmobil.org/phones_linux_nokia_other.html", "userDisplayName": null, "userId": "2725" } ]
null
[ { "accepted": null, "body": "<p><strong><a href=\"http://wammu.eu/\" rel=\"nofollow noreferrer\">Wammu</a></strong> (<a href=\"http://apt.marcoceppi.com/p/wammu\" rel=\"nofollow noreferrer\">Click To install</a>)</p>\n<blockquote>\n<p>It works with any phone that Gammu supports, including many models from N...
null
null
null
null
null
34635
1
null
2011-04-12T05:36:04.537
5
3439
<p>I have both operating systems installed on my PC, but Facebook only works on XP.</p> <p>I have tried Firefox and Chromium, but it works the first time, but after I log in it doesn't work, and can only open the main window again after I clean up the cache.</p> <p>Any ideas?</p>
null
10616
2012-06-22T14:16:22.960
2012-06-22T14:16:22.960
My Facebook doesn't work on Ubuntu 10.10 but works on Windows XP
[ "firefox", "chromium", "windows-xp", "facebook" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T06:07:39.867", "id": "38660", "postId": "34635", "score": "0", "text": "What do you mean by does not work?", "userDisplayName": null, "userId": "236" } ]
null
[ { "accepted": null, "body": "<p>I think there's a problem with the permissions of your cache directory.</p>\n\n<ol>\n<li><p>Create a directory named <code>cache</code> in your home folder:</p>\n\n<pre><code>mkdir ~/cache\n</code></pre></li>\n<li><p>Start Chromium with <code>--disk-cache-dir</code>:</p>\n\n<...
null
null
null
null
user14095
34636
1
null
2011-04-12T05:39:59.233
2
1019
<p>I am on Acer 5742G. Here are some specs </p> <blockquote> <p>Processor : Intel Core i5-460M Mobile Processor (3MB Intel Smart Cache, 2.53GHz)</p> <p>Chipset : Mobile Intel HM55 Express</p> <p>Memory : Up to 3GB DDR3 SDRAM</p> <p>Storage : Up to 500GB SATA hard drive, 5400RPM</p> <p>Video : NVI...
6288
6288
2011-04-12T05:55:37.920
2012-02-16T05:16:12.520
Computer not hibernating despite free swap
[ "hibernate", "swap" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T08:42:20.237", "id": "38675", "postId": "34636", "score": "0", "text": "Did you install your Ubuntu using WUBI?", "userDisplayName": null, "userId": "8893" }, { "creationDate": "2011-04-12T08:45:40.920", "id": "38676", "postId": "34636", ...
null
[ { "accepted": null, "body": "<p>Weirdly enough I found that Wubi hibernates just fine, it's just not called \"hibernate\" in the settings, it's variously called \"Sleep\" or \"Suspend to RAM\". </p>\n\n<p>When I go to Settings > System Settings > Advanced > Power Management > Edit Profiles and edit the cur...
null
null
2012-03-16T16:38:04.977
null
null
34638
1
null
2011-04-12T06:00:02.140
15
1618
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/88384/how-can-i-repair-grub">How can I repair grub?</a> </p> </blockquote> <p>I have both Windows XP and Ubuntu 10.10 in my PC, now as all know my Windows XP is been attacked by virus, and I need to re-install it b...
12227
-1
2017-04-13T12:24:29.360
2011-04-18T17:07:11.267
How do I install Windows 7 without overwriting GRUB?
[ "windows" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-12-18T13:49:49.873
null
null
34639
1
34938
2011-04-12T06:00:06.930
1
3478
<p>I have an acer 5742G laptop which has a bluetooth inbuilt (I have used it in windows). The problem is the company has given only one button to activate wifi and bluetooth (fn+f3). In windows you press it once and a dialog box shows up with options to enable bluetooth or wifi. But in ubuntu nothing of that sort happe...
6288
235
2011-08-30T06:03:52.947
2015-10-27T02:15:22.363
Bluetooth activation problem on acer 5742G
[ "bluetooth" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I found the solution <a href=\"http://ubuntuforums.org/showthread.php?t=1667631\" rel=\"nofollow\">here</a>:</p>\n\n<blockquote>\n <p>There are two files in <code>/lib/firmware/</code> folder. One is <code>ath3k-1.fw</code> and the other is <code>ath3k-2.fw</code>. Rename the first ...
[ { "accepted": true, "body": "<p>I found the solution <a href=\"http://ubuntuforums.org/showthread.php?t=1667631\" rel=\"nofollow\">here</a>:</p>\n\n<blockquote>\n <p>There are two files in <code>/lib/firmware/</code> folder. One is <code>ath3k-1.fw</code> and the other is <code>ath3k-2.fw</code>. Rename th...
null
null
null
null
null
34644
1
34647
2011-04-12T07:11:13.163
7
3976
<p>How can I make "compact view" the default for all directory views in File Manager, instead of "icon view" ?</p>
9701
455520
2016-01-22T07:37:41.673
2016-01-22T07:37:41.673
Make "compact view" as a default directory view instead of "icon view"
[ "nautilus" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Open <code>File Management Preferences</code> by clicking <code>Edit</code>-><code>Preferences</code>.</p>\n\n<p>Under <code>Default View</code>, choose your preferred option under <code>View new folders using:</code></p>\n\n<p><img src=\"https://i.stack.imgur.com/IDV4W.png\" alt=\"N...
[ { "accepted": true, "body": "<p>Open <code>File Management Preferences</code> by clicking <code>Edit</code>-><code>Preferences</code>.</p>\n\n<p>Under <code>Default View</code>, choose your preferred option under <code>View new folders using:</code></p>\n\n<p><img src=\"https://i.stack.imgur.com/IDV4W.png\"...
null
null
null
null
null
34654
1
null
2011-04-12T08:27:45.297
3
1525
<p>I'm running Ubuntu 10.10 on a Cr48. I'm attempting to bind xbacklight -dec 10 to f6 (decrease brightness in chrome os) and xbacklight -inc 10 to f7 (increase brightness in chrome os). The decrease command works fine, but the increase command appears to have no effect. It's the same whether I run the command from the...
693
7035
2011-06-07T17:07:35.273
2015-05-16T09:20:15.563
Xbacklight can only decrease brightness
[ "cr-48" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You can change the brightness by changing some setting files.</p>\n\n<ol>\n<li><p>Open a terminal</p></li>\n<li><p>Login as root. <code>sudo su</code></p></li>\n<li><p>Type <code>echo -n 100 &gt; /proc/acpi/video/DVGA/LCD/brightness</code>.</p></li>\n<li><p>If you get a \"No ...
null
null
null
null
null
34657
1
34663
2011-04-12T09:01:11.573
20
58240
<p>This is on Ubuntu 10.10 (Maverick Meerkat) 64-bit desktop.</p> <p>I want to make my X server listen to remote connections from clients in other machines on the local network. I know about <code>ssh -X</code> and that is not what I want. I vaguely remember changing something like <code>TCPListen</code> from <code>no...
1629
1629
2011-04-12T09:23:48.740
2023-01-04T09:15:19.723
How to make X.org listen to remote connections on port 6000?
[ "10.10", "networking", "xorg", "remote" ]
9
2
CC BY-SA 3.0
[ { "creationDate": "2014-02-03T12:55:19.627", "id": "534903", "postId": "34657", "score": "0", "text": "**Hint** It is probably worth disabling the firewall (iptables) while you are trying to get things going.", "userDisplayName": "user243114", "userId": null }, { "creationDate": ...
{ "accepted": true, "body": "<p>(Here follows an almost verbatim copy of a self-answer from an <a href=\"https://serverfault.com/questions/99147\">identical question</a> on serverfault which I'd forgotten about; askubuntu wasn't yet created).</p>\n\n<p>Based on information found in <a href=\"http://www.peppertop.co...
[ { "accepted": true, "body": "<p>(Here follows an almost verbatim copy of a self-answer from an <a href=\"https://serverfault.com/questions/99147\">identical question</a> on serverfault which I'd forgotten about; askubuntu wasn't yet created).</p>\n\n<p>Based on information found in <a href=\"http://www.pepp...
null
null
null
null
null
34658
1
51633
2011-04-12T09:13:13.853
0
848
<p>I am currently saddled with a <a href="http://en.wikipedia.org/wiki/Keyboard_layout#Swedish" rel="nofollow">Swedish keyboard</a> at work (TMALSS: I left my nice <a href="http://en.wikipedia.org/wiki/Keyboard_layout#Japanese" rel="nofollow">Japanese</a> one at home), which has some deadkeys, one of which is backtick....
12350
null
null
2011-07-03T14:35:50.410
How do I type a backtick in RubyMine with a Swedish keyboard layout?
[ "xorg", "java", "keyboard-layout" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I couldn't reproduce the problem in RubyMine on natty.</p>\n\n<p>If you still suffer from the problem, try the following work-around: change the <em>system</em> keyboard layout from <code>Keyboard Preferences &gt; Layouts &gt; Add</code> and pick <code>Country: Sweden</code> and <cod...
[ { "accepted": true, "body": "<p>I couldn't reproduce the problem in RubyMine on natty.</p>\n\n<p>If you still suffer from the problem, try the following work-around: change the <em>system</em> keyboard layout from <code>Keyboard Preferences &gt; Layouts &gt; Add</code> and pick <code>Country: Sweden</code> ...
null
null
null
null
null
34659
1
34667
2011-04-12T09:29:43.643
25
57393
<p>Before I upgraded from 10.04 to 10.10 (I formatted my harddisk and installed it), I used thunderbird.</p> <p>Now I wanted to test out evolution. I think it's pretty good, because there are integrated notifications and encryption methods. Another thing is that there's a calendar integrated in evolution, but I can al...
8893
235
2012-10-05T04:57:31.950
2012-10-05T04:57:31.950
Thunderbird or Evolution?
[ "software-recommendation", "thunderbird", "evolution", "email" ]
13
4
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T14:28:27.917", "id": "38735", "postId": "34659", "score": "1", "text": "Good question, I used to use Thunderbird some years ago under Windows and Linux and never really used Evolution after switching to Ubuntu. I'll appreciate some pros cons too.", "userDisplayN...
{ "accepted": true, "body": "<p>If you are going to use MS Exchange mailboxes , evolution is the mail client. Thats the pro for evolution.</p>\n\n<p>If you are using IMAP, POP accounts, thunderbird is better. Thunderbird also has an addon for the osd notifications. It is faster than evolution in retrieving emails a...
[ { "accepted": true, "body": "<p>If you are going to use MS Exchange mailboxes , evolution is the mail client. Thats the pro for evolution.</p>\n\n<p>If you are using IMAP, POP accounts, thunderbird is better. Thunderbird also has an addon for the osd notifications. It is faster than evolution in retrieving ...
null
null
2012-10-05T11:13:01.117
null
null
34666
1
34668
2011-04-12T10:16:47.337
20
63113
<p>I was browsing through the apt folder to try my proxy settings and I was unable to find the apt.conf file in Ubuntu 11.04. Is there any alternative file for it?</p> <p>Adding proxy settings to 99-synaptic in apt.conf.d does not help as it gets overwritten everytime I restart the system.</p>
9302
235
2011-04-12T14:04:54.690
2016-12-07T19:57:49.803
What happened to /etc/apt/apt.conf?
[ "11.04", "apt", "proxy" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The <code>/etc/apt/apt.conf</code> file is still read if it exists. The apt configuration provided by packages is installed as separate files in <code>/etc/apt/apt.conf.d/</code> so that it can be added and updated independent of any local changes you make in the main configuration ...
[ { "accepted": true, "body": "<p>The <code>/etc/apt/apt.conf</code> file is still read if it exists. The apt configuration provided by packages is installed as separate files in <code>/etc/apt/apt.conf.d/</code> so that it can be added and updated independent of any local changes you make in the main config...
null
null
null
null
null
34669
1
34764
2011-04-12T10:52:09.423
1
1382
<p>I have a server, the current running kernel is <code>2.6.32-26-server</code>, but I also have the following versions installed (installed through doing aptitude full-upgrade, but not rebooted):</p> <pre><code>linux-image-2.6.32-25-server linux-image-2.6.32-26-server linux-image-2.6.32-27-server linux-image-2.6.32-3...
1741
null
null
2011-04-12T22:57:08.497
Latest kernel installed, but not running
[ "10.04", "server", "kernel", "upgrade" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T11:17:17.383", "id": "38696", "postId": "34669", "score": "0", "text": "try removing the two kernels update 25 and 26. Also try updating the grub as well", "userDisplayName": null, "userId": "1543" }, { "creationDate": "2011-04-12T11:23:01.547", ...
{ "accepted": true, "body": "<p>The variable GRUB_DEFAULT in /etc/default/grub defines the entry to boot by default (counting from 0). The default value is zero, which means that the first entry is going to boot.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-13T07:06:14.990", ...
[ { "accepted": true, "body": "<p>The variable GRUB_DEFAULT in /etc/default/grub defines the entry to boot by default (counting from 0). The default value is zero, which means that the first entry is going to boot.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-13T...
null
null
null
null
null
34670
1
85876
2011-04-12T11:16:11.063
11
4663
<p>I want to use the classical GNOME categories (Accessories, Education, Games, Office, Sound and Video) in the Dash menu instead of the current Media Apps | Internet Apps | More Apps</p>
3981
235
2011-04-12T14:02:46.130
2012-12-05T22:46:13.060
How do I add classical categories in Unity's Dash?
[ "unity", "11.04", "unity-dash" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You could try taking a look at the <strong>Unity Bliss Lens</strong>, which puts applications into category folders in the dash.</p>\n\n<p><img src=\"https://i.stack.imgur.com/QJTVN.jpg\" alt=\"Screenshot of Unity Bliss Lens\"></p>\n\n<p><strong>Instructions for installation:</strong...
[ { "accepted": null, "body": "<p>Old school dash</p>\n\n<p><img src=\"https://i.stack.imgur.com/6qO4F.jpg\" alt=\"enter image description here\"></p>\n\n<p>PPA - <code>ppa:shnatsel/unity</code> (<a href=\"https://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them/40351#40351\">How to use PPAs</...
null
null
null
null
null
34671
1
34676
2011-04-12T11:21:00.377
4
510
<p>I know there is an application that does what I want. It's called </p> <p><code>gmrun</code></p> <p>But I was wondering if I could get something like bash completion with unity's run interface .i.e. with tab command ?</p>
1543
25798
2012-09-23T10:42:18.263
2012-09-23T10:42:18.263
Getting completion feature with Alt+F2 in Unity?
[ "unity", "11.04", "auto-completion" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This doesn't work with current Unity (as you already found out).</p>\n\n<p>However, if you post your idea to <a href=\"http://brainstorm.ubuntu.com/\" rel=\"nofollow\">http://brainstorm.ubuntu.com/</a> or present it on the <a href=\"https://launchpad.net/~ayatana\" rel=\"nofollow\">A...
[ { "accepted": true, "body": "<p>This doesn't work with current Unity (as you already found out).</p>\n\n<p>However, if you post your idea to <a href=\"http://brainstorm.ubuntu.com/\" rel=\"nofollow\">http://brainstorm.ubuntu.com/</a> or present it on the <a href=\"https://launchpad.net/~ayatana\" rel=\"nofo...
null
0
null
null
null
34673
1
36019
2011-04-12T11:28:36.850
5
440
<p>So I want to start using Launchpad to push some packages. I use GitHub to upload my code to, and I have noticed that there is an option to upload/import from a Git repository (that is what I did). It worked fine. However, when I tried to build the packages they fail with the following error:</p> <pre><code>Building...
13992
1116
2011-08-21T23:43:04.937
2012-02-04T23:08:58.520
How to fix "No previous changelog" failure in Launchpad's PPA auto-builds?
[ "ppa", "launchpad", "recipe", "bazaar" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The <code>You have not informed bzr...</code> message is just noise (it's occurring because the buildds connect over http), and is irrelevant. Your actual problem is this:</p>\n\n<pre><code>bzr: ERROR: No previous changelog to take the package name from, and --package not specified:...
[ { "accepted": true, "body": "<p>The <code>You have not informed bzr...</code> message is just noise (it's occurring because the buildds connect over http), and is irrelevant. Your actual problem is this:</p>\n\n<pre><code>bzr: ERROR: No previous changelog to take the package name from, and --package not sp...
null
null
null
null
null
34678
1
34684
2011-04-12T11:54:44.713
0
562
<p>Which one is better?</p> <p>Which one is efficient?</p> <p>Which one is mature?</p> <p>Which one is hotter?</p> <p>Who has compared both for pros and cons?</p>
3748
null
null
2011-04-12T12:51:25.960
Unity 3D versus Gnome Shell
[ "unity", "gnome" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Your questions aren't all answerable (eg 'better' is entirely opinion - you would need to ask 'better for purpose X') but what can be said is:</p>\n\n<ul>\n<li>Unity 3D provides a 3D desktop, <a href=\"http://digitizor.com/2011/01/18/no-unity-2d-natty/\" rel=\"nofollow\">with Gnome a...
[ { "accepted": true, "body": "<p>Your questions aren't all answerable (eg 'better' is entirely opinion - you would need to ask 'better for purpose X') but what can be said is:</p>\n\n<ul>\n<li>Unity 3D provides a 3D desktop, <a href=\"http://digitizor.com/2011/01/18/no-unity-2d-natty/\" rel=\"nofollow\">with...
null
null
2011-04-12T12:53:04.890
null
null
34682
1
null
2011-04-12T12:28:41.563
0
109
<p>I have these situations often, especially with the following applications:</p> <ol> <li><p>In Nautilus:</p> <p>sometimes, I have opened several tabs each of which opened a different directory. But Nautilus sometimes crashes, perhaps because it is running too long or there are too many tabs it can handle? I was won...
1471
1471
2011-04-12T12:39:38.187
2011-04-12T13:44:14.540
Possible to memorize what are open before an application exits?
[ "10.10", "nautilus", "gedit", "evince", "djvu" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There is a setting to remember all apps when shutting down it is found in the startup applications menu item (last tab if I recall correctly)</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-12T14:14:51.347", "id": "38731", ...
null
null
null
null
null
34687
1
null
2011-04-12T13:30:45.333
75
122999
<p>I need to configure my router remotely, and links etc won't work because the router config page uses javascript and refuses to run without it. </p> <p>Obviously, shame on netgear for being this crap, but is there a text mode browser that will allow their abortion to run?</p>
12380
12380
2015-02-13T18:54:19.827
2020-12-01T16:26:05.663
Is there a text mode browser which supports javascript?
[ "browser", "text", "mode" ]
7
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p><a href=\"http://the-brannons.com/edbrowse/\">edbrowse</a> claims to support JavaScript (but I've never used it)</p>\n\n<p>As <a href=\"http://www.gnu.org/fun/jokes/ed.msg.html\">ed is the standard editor</a> edbrowse may become the standard browser ;-).</p>\n", "commentC...
null
null
null
null
null
34688
1
34689
2011-04-12T13:31:49.770
1
872
<p>I wanna create a new partition from the existing root partition.My root partition is about 250GB.I wanna create a new partition say 150 GB taking space from this root partition.Can anyone help me with the procedure on doing this?</p> <p><code>output: fdisk -l</code></p> <pre><code>karthick@karthick:~$ sudo fdisk -...
5691
null
null
2011-04-12T13:37:05.023
How to create a new partition from the existing partition?
[ "partitioning" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T13:33:51.470", "id": "38719", "postId": "34688", "score": "0", "text": "At the very least you'll need to get into a state where this isn't the active partition. That means a LiveCD or USB to most people.", "userDisplayName": null, "userId": "449" }, { ...
{ "accepted": true, "body": "<p>Boot from the livecd and run gparted. You also appear to have duplicate swap partitions so you should get rid of one of those.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-12T14:20:26.030", "id": "38734", "postId": "34689", "s...
[ { "accepted": true, "body": "<p>Boot from the livecd and run gparted. You also appear to have duplicate swap partitions so you should get rid of one of those.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-12T14:20:26.030", "id": "38734", "postId...
null
null
null
null
null
34695
1
35741
2011-04-12T14:10:07.367
6
502
<p>why isn't the <a href="https://askubuntu.com/questions/24780/how-to-make-kde-applications-look-native-in-gnome/24786#24786">configuration</a> to make KDE apps look native present in the default setup ?</p>
5149
-1
2017-04-13T12:23:09.107
2011-04-21T00:39:19.410
Why isn't the configuration to make KDE apps look native default?
[ "gnome", "default", "kde-apps" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Mark has answered this question here: <a href=\"http://www.markshuttleworth.com/archives/568\" rel=\"nofollow\">http://www.markshuttleworth.com/archives/568</a> </p>\n\n<blockquote>\n <p>\" System settings and prefs, however, have long been a cause of friction between Qt and Gtk. I...
[ { "accepted": null, "body": "<p>The reason for this kind of thing is the desktop environment. When developers make an environment, they want it to look just right for them. This means that applications would be programmed differently for different environments. Currently, most of the apps are made for eithe...
null
null
null
null
null
34696
1
null
2011-04-12T14:15:26.560
2
470
<p>When I plug in a removable 1TB USB disk in my laptop, the operations led keeps blinking for a while and then you can hear the servo mechanism resetting with a short "tack".</p> <p>I'd like to recover the data. </p> <p>I believe there might be some way to get the data through low level IOs. </p> <p>What I believ...
10261
527764
2018-02-26T13:22:03.903
2018-02-26T13:22:03.903
Recovering data from a faulty disk
[ "data-recovery", "disk" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2016-12-29T17:04:00.543", "id": "1338594", "postId": "34696", "score": "0", "text": "Checking the [SMART](https://askubuntu.com/questions/20180/hard-disk-failure-error-on-smart-status-how-can-i-fix-it) status of the disk may also help", "userDisplayName": null, "userId...
null
[ { "accepted": null, "body": "<p>The information on the following page was very helpful when I had a failing disk recently:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/DataRecovery\" rel=\"nofollow\">https://help.ubuntu.com/community/DataRecovery</a></p>\n\n<p>In short, you will need enough space t...
null
null
null
null
null
34699
1
null
2011-04-12T14:22:48.943
3
106
<p>I'm running Ubuntu from a pendrive.</p> <p>When <code>install to hard drive</code> is selected from the first screen after booting from the pendrive the process stops before the <code>partitioning drive</code> page appears.</p> <p>I have a MSI WIND with recently restored Windows xp.</p>
null
235
2011-04-12T21:41:59.597
2011-07-10T12:39:40.360
Does not install to hard drive on an MSI Wind
[ "10.10", "ubuntu-netbook", "installation" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Try the <a href=\"https://encrypted.google.com/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBYQFjAA&amp;url=http://www.ubuntu.com/desktop/get-ubuntu/alternative-download&amp;ei=naWkTZ-qMKLm0QHLlM2HCQ&amp;usg=AFQjCNF_jjC-JihhNRVfOjjj4STEyGst7Q&amp;sig2=Dkssfq32WRH3fjUZDWfblw\" r...
null
null
null
null
user14114
34702
1
192637
2011-04-12T14:46:37.140
32
86300
<p>My computer is a Sys76 Lemur running Maverick, and my phone is a Nexus S running stock Gingerbread. I want to set up to use ADB (android debug bridge). I installed the Android SDK per instructions on the SDK website, but ADB doesn't work. Can someone help me with directions that are specific to Ubuntu?</p>
11257
227922
2014-02-07T20:37:17.977
2022-10-07T16:16:15.063
How do I set up Android ADB?
[ "software-installation", "adb" ]
6
3
CC BY-SA 3.0
[ { "creationDate": "2017-10-15T00:26:56.800", "id": "1544328", "postId": "34702", "score": "0", "text": "As of October 2017, all other answers are outdated. You can download [ADB and fastboot directly from developer.android.com](https://askubuntu.com/questions/34702/how-do-i-set-up-android-adb/96...
{ "accepted": true, "body": "<h1>Install adb & fastboot via PPA</h1>\n\n<p>You can install from the WebUpd8 PPA which support both 32-bit and 64-bit. Granted you can install directly from google. But I prefer to use PPAs to keep everything up to date.<br/>\n<i>Works for Ubuntu 11.04, 11.10 and 12.04.</i></p>\n\n<pr...
[ { "accepted": null, "body": "<p>I'm only guessing but perhaps you need to make sure Ubuntu is looking in the right place. As it says on the website, make sure you have added the directory that adb is located to your $PATH by adding <code>export PATH=${PATH}:/usr/local/src/android-sdk-linux_x86/tools</code> ...
null
null
null
null
null
34704
1
34706
2011-04-12T14:54:36.593
30
12707
<p>I often find myself wanting to install something, but I'm unsure of what package it's in. This is a very common occurrence for me:</p> <pre><code>$ make html sphinx-build -b djangohtml -d _build/doctrees . _build/html make: sphinx-build: Command not found make: *** [html] Error 127 $ sudo apt-get install sphinx ...
6955
186134
2014-08-03T16:24:00.153
2015-10-03T17:14:08.300
How do I figure out what package something is in without resorting to Google?
[ "package-management", "software-installation", "aptitude" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Install <em>apt-file</em> and run <code>apt-file update</code></p>\n\n<p>Then use <code>apt-file search sphinx-build</code> to search for packages contanining a file named <em>sphinx-build</em></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-12T15:...
[ { "accepted": null, "body": "<p>I don't know if apt-get can do it, but I prefer to use aptitude anyway.</p>\n\n<p>Using its search command, you get a list of packages that contains the string you are searching for, however that still does not fully answer your question, as it does not reveal which package c...
null
null
null
null
null
34707
1
34766
2011-04-12T15:08:20.463
2
5176
<p>All I'm trying to do is getting a manually installed mono (to /opt/mono-2.10) to run CLI executables without having to specify the interpreter explicitly. Wine is <strong>not</strong> installed.</p> <p>Ubuntu 10.10. No mono package is currently installed (<code>dpkg -l | grep mono</code> gives nothing), but they we...
1597
-1
2017-03-20T10:18:08.803
2011-04-14T00:38:00.940
Recovering from messed up binfmts configuration
[ "executable" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T15:09:09.820", "id": "38743", "postId": "34707", "score": "1", "text": "If you have 300rep, please retag this with 'binfmts'. I can't create the tag myself and 'executable' was just a stopgap solution.", "userDisplayName": null, "userId": "1597" } ]
{ "accepted": true, "body": "<p>You should never edit <code>/var/lib/binfmts/cli</code> by hand. That's a state file for <code>update-binfmts</code>. You may have confused it by doing so, although I suspect the mono packages were buggy in the first place to have left things in this condition. Plus, there's a tra...
[ { "accepted": true, "body": "<p>You should never edit <code>/var/lib/binfmts/cli</code> by hand. That's a state file for <code>update-binfmts</code>. You may have confused it by doing so, although I suspect the mono packages were buggy in the first place to have left things in this condition. Plus, there...
null
null
null
null
null
34712
1
34715
2011-04-12T15:17:51.840
1
1041
<p>I have a file on my server that is changing constantly, it changes hourly, sometimes it changes every minute. The file is is growing, but not so fast.</p> <p>This file is generated inside a dir called <code>/home/my_user/backup123/subnets.cfg</code>, until here no problem.</p> <p><strong>This is my first question:...
10820
63111
2012-07-09T13:10:03.147
2012-07-09T13:10:03.147
Wget server issues or the command is wrong?
[ "server", "downloads", "remote", "wget" ]
1
12
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T15:32:58.293", "id": "38747", "postId": "34712", "score": "0", "text": "perheps I can use the wget inside the cron jobs, something like this -> 0 0 * * 0 wget --mirror http://example.com/dir/subnets.cfg -o /home/my_user/my_files/ But it is only the idea, firstly I...
{ "accepted": true, "body": "<p>If you want to download a file from a FTP server over wget, you have to type:</p>\n\n<pre><code>wget -t 10 -nH -P backup -r ftp://USER:PASSWORD@ftp.example.com/dir/subnets.cfg\n</code></pre>\n\n<p>Replace <code>USER</code> with your ftp username and <code>PASSWORD</code> with your ft...
[ { "accepted": true, "body": "<p>If you want to download a file from a FTP server over wget, you have to type:</p>\n\n<pre><code>wget -t 10 -nH -P backup -r ftp://USER:PASSWORD@ftp.example.com/dir/subnets.cfg\n</code></pre>\n\n<p>Replace <code>USER</code> with your ftp username and <code>PASSWORD</code> with...
null
null
null
null
null
34713
1
null
2011-04-12T15:52:30.107
2
571
<p>I have a really weird problem with ubuntu natty: I have 2 monitors (Dell 2407wfp and Dell 2007wfp) connected via DVI to a Ati X1600 graphics card. Everything works well in normal configuration, but when I rotate the 2007wfp it displays only garbage (I can see the cursor like normal trough). </p> <p>Funny thing is w...
44
235
2011-04-12T21:16:20.487
2011-04-12T21:18:02.093
Garbage on rotated screen when I rotate a certain monitor
[ "11.04", "compiz", "ati", "dualhead" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>So I resolved the issue by upgrading xorg using the <a href=\"https://launchpad.net/~xorg-edgers/+archive/ppa\" rel=\"nofollow noreferrer\">xorg-edgers ppa</a>.</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them\">What are PPAs...
null
null
null
null
null
34717
1
34739
2011-04-12T16:10:18.527
19
276
<p>Will the software center offer an option to donate to the developer/s of a particular application?</p>
5149
5149
2011-06-20T13:29:19.877
2011-06-20T13:29:19.877
Will the software center offer an option to donate?
[ "software-center" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T16:58:26.597", "id": "38772", "postId": "34717", "score": "4", "text": "Good idea, +1 for Software Center Donation buttons! :) But, I think it should be a launchpad feature. For example, you add a launchpad ppa to the software center, and the donation buttons appear...
{ "accepted": true, "body": "<p>This feature is planned for <a href=\"https://wiki.ubuntu.com/SoftwareCenter#October%202011\" rel=\"nofollow noreferrer\">11.10</a>:</p>\n<blockquote>\n<p><strong>October 2011</strong></p>\n<p>We plan to implement donations for non-commercial software projects.</p>\n</blockquote>\n",...
[ { "accepted": true, "body": "<p>This feature is planned for <a href=\"https://wiki.ubuntu.com/SoftwareCenter#October%202011\" rel=\"nofollow noreferrer\">11.10</a>:</p>\n<blockquote>\n<p><strong>October 2011</strong></p>\n<p>We plan to implement donations for non-commercial software projects.</p>\n</blockqu...
null
null
null
null
null
34718
1
34723
2011-04-12T16:15:35.820
3
208
<p>When installing Ubuntu, I have divided my hard disk into two partitions.(based on experience with Windows)</p> <p>The main is 10GB and the other one is 65 GB huge. Now I am running out of space (about 4 GB left on main disk).</p> <p>After googling, I understood that there is no chance to change the default install...
14119
8893
2011-04-12T17:01:03.177
2011-04-13T02:59:36.187
What shall I do with the 2nd partition?
[ "installation", "partitioning" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You have to shrink the 2nd partition and extend the 1st one.</p>\n\n<ol>\n<li><p><strong>Backup your data</strong></p></li>\n<li><p>Burn a Live CD</p></li>\n<li><p>Boot from the Live CD</p></li>\n<li><p>Install gparted <code>sudo apt-get install gparted</code></p></li>\n<li><p>Start ...
[ { "accepted": true, "body": "<p>You have to shrink the 2nd partition and extend the 1st one.</p>\n\n<ol>\n<li><p><strong>Backup your data</strong></p></li>\n<li><p>Burn a Live CD</p></li>\n<li><p>Boot from the Live CD</p></li>\n<li><p>Install gparted <code>sudo apt-get install gparted</code></p></li>\n<li><...
null
null
null
null
null
34725
1
null
2011-04-12T16:57:13.057
1
669
<p>While I've been working with Ubuntu, I used <code>Ubuntu One</code> to backup my critical files.</p> <p>I didn't store files in the folder <code>Ubuntu One</code>, I marked my folder <code>Documents</code> to sync.</p> <p>Well now on website I can see all my files, but I don't know how download all of them to my P...
null
46312
2012-04-09T02:25:33.030
2012-04-09T02:25:33.030
How to Download files from Ubuntuone to Windows
[ "ubuntu-one", "windows", "downloads" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T17:42:53.610", "id": "38785", "postId": "34725", "score": "0", "text": "I entered my login and pass, and it even trying to find files to sync on my pc, but allready uploaded files from ubuntu still only on cloud", "userDisplayName": "user14123", "userId": nu...
null
[ { "accepted": null, "body": "<p>For now, Ubuntu One for Windows <em>only</em> synchronizes files and folders in your <code>Ubuntu One</code> folder. This restriction will be going away with the next beta.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicens...
null
null
null
null
user14123
34727
1
34751
2011-04-12T17:15:14.683
1
1002
<p>I want to copy many "selected" full lines to the clipboard... The lines are typically seperated from each other in the file... </p> <p>Is either <em><code>Gedit</code></em> or <em><code>Gvim</code></em> capable of this? ... What I would prefer is to only need press a single key to <em>mark</em> a line (like F2 ...
2670
2670
2011-04-13T08:10:50.330
2011-04-13T08:10:50.330
Can Gedit or Gvim copy multiple seperate lines to the clipboard (maybe by using bookmarks, or a script or another editor)
[ "text-editor" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Neither <code>gedit</code> nor <code>gvim</code> have that capability.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-13T08:02:39.180", "id": "38889", "postId": "34751", "score": "0", "text": "It's starting to look that way...
[ { "accepted": true, "body": "<p>Neither <code>gedit</code> nor <code>gvim</code> have that capability.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-13T08:02:39.180", "id": "38889", "postId": "34751", "score": "0", "text": "It's s...
null
null
null
null
null
34731
1
34741
2011-04-12T17:53:38.523
16
105734
<p>Hello what do I have to write in the file "/etc/fstab" to get my windows-partition (/dev/sda3) automatically mounted on startup ?</p> <p>I get this error-message (clicking on the bookmark for the partition in nautilus):</p> <pre><code> Error mounting: mount exited with exit code 1: helper failed with: Unprivi...
6107
6107
2011-04-13T07:30:23.860
2017-12-04T08:48:44.103
Howto auto-mount windows-partitions using /etc/fstab
[ "windows", "ntfs", "fstab" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T18:49:30.507", "id": "38806", "postId": "34731", "score": "0", "text": "could you post the output of ls -la /media/Jonas ? you can try sudo chown root:plugdev /media/Jonas", "userDisplayName": null, "userId": "4670" } ]
{ "accepted": true, "body": "<p>Assume you are sure about:\n- Your created directory is /media/Jonas (with uppercase J)\n- Your ntfs partition is /dev/sda3 (you can find this out by issuing <code>sudo blkid</code>)</p>\n\n<p>My fstab uses a simpler form:</p>\n\n<pre><code>/dev/sda3 /media/windows ntfs default...
[ { "accepted": true, "body": "<p>Assume you are sure about:\n- Your created directory is /media/Jonas (with uppercase J)\n- Your ntfs partition is /dev/sda3 (you can find this out by issuing <code>sudo blkid</code>)</p>\n\n<p>My fstab uses a simpler form:</p>\n\n<pre><code>/dev/sda3 /media/windows ntfs ...
null
null
null
null
null
34733
1
34794
2011-04-12T18:14:35.893
5
405
<p>I am wondering if there is a keyboard shortcut to respond to a notification.</p> <p>E.g. you get a notification that a chat messages has been recevied.</p> <p>Press ??? and it will open the chat window.</p> <p>Same sort of thing with email, wifi connected etc.</p>
14127
null
null
2012-08-27T10:18:17.650
Keyboard shortcut to respond to notification?
[ "11.04", "shortcut-keys", "notification" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T18:16:14.317", "id": "38794", "postId": "34733", "score": "0", "text": "This is an example question i a very good thing to implement.", "userDisplayName": null, "userId": "7035" } ]
{ "accepted": true, "body": "<p>No unfortunately not - notify-osd is specifically designed not to be interactive so there is no way you can interact with a notification at all, including clicking it, or activating it with a key binding etc - see the <a href=\"https://wiki.ubuntu.com/NotifyOSD\" rel=\"nofollow\">Not...
[ { "accepted": true, "body": "<p>No unfortunately not - notify-osd is specifically designed not to be interactive so there is no way you can interact with a notification at all, including clicking it, or activating it with a key binding etc - see the <a href=\"https://wiki.ubuntu.com/NotifyOSD\" rel=\"nofoll...
null
null
null
null
null
34734
1
null
2011-04-12T18:29:57.270
0
752
<p>I installed a very nice ~/.XCompose file (which I found on <a href="https://github.com/kragen/xcompose/" rel="nofollow">github</a>). However, KDE apps at least do not use it unless I manually select XIM input mode on all the widgets.</p> <p>Is there a way to specify this globally? Or at least to get it in konsole?<...
5262
null
null
2011-04-24T12:15:17.773
How to use ~/.XCompose in Qt/KDE Apps
[ "kde", "qt", "xorg", "input-method", "konsole" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Did you read the <a href=\"https://wiki.edubuntu.org/ComposeKey\" rel=\"nofollow\">edubuntu wiki</a>?<br>\nPlease check whether \"QT_IM_MODULE\" and \"GTK_IM_MODULE\" are defined.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
null
null
null
null
null
34737
1
35724
2011-04-12T18:40:10.433
8
5930
<p>I have this odd, quite minor, but annoying issue that I am quite perplexed about. Whenever I try to upload a file via my browser(let's say attach a file to an email in GMail), I click 'Browse' button and it opens standard file selection dialog, that doesn't show network drives. Further more if I try to drag a file f...
2594
2594
2011-04-17T04:59:04.517
2017-02-25T19:59:22.423
Uploading or attaching files that located on a shared drive doesn't work?
[ "10.10", "samba", "networking", "browser" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>To mount samba shares in our home directory we may use <strong><a href=\"http://packages.ubuntu.com/maverick/smbnetfs\" rel=\"nofollow noreferrer\">SMBNetFS</a></strong>. With this tool we are able to access samba shares by nearly all applications simply through a mount point in our ...
[ { "accepted": null, "body": "<p>You don't say if this problem is also happening with local drive folders (hard disk drivers physically connected inside of your computer). Which would be the first that I would ask you to perform in order to add further information that can help you to find a solution.</p>\n\...
null
null
null
null
null
34738
1
null
2011-04-12T18:47:03.097
8
4167
<p>Unity is pretty cool. One of main feature I like with Unity is access running apps with handy <kbd>Win</kbd>key. However one issue is annoying me with grouping of apps without tray feature. </p> <p>I'm running more than 2 wine apps [wine-app1, wine-app2, wine-app3]. All of them appears in Unity application placer ...
14014
47151
2012-03-27T16:01:12.503
2012-03-27T16:01:12.503
How can I ungroup applications separately in unity launcher?
[ "11.04", "unity", "launcher" ]
1
7
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T21:46:47.377", "id": "38825", "postId": "34738", "score": "0", "text": "Can you edit your question explain what keyboard shortcut you're using to cycle through the applications? That part is unclear to me. Like, are you cycling through them or something?", "user...
null
[ { "accepted": null, "body": "<p>The way links show up and act in Unity (or most modern Linux-desktops for that matter) is directed by the .desktop files (under: /usr/share/applications/ or for a single user under ~/.local/share/applications/) For more on that see: <a href=\"http://standards.freedesktop.org/...
null
null
null
null
null
34742
1
35246
2011-04-12T19:38:41.147
4
18424
<p>I just installed natty beta 1 and my d-link dwa-140b2 usb wlan dongle doesn't work any more. Any ideas for how to fix it? </p> <p>This is what I get in syslog</p> <pre><code>Apr 12 20:00:16 agda kernel: [ 118.779178] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht' Apr 12 20:00:16 agda kernel: [ 118...
14130
6969
2011-04-14T17:59:08.660
2011-06-14T16:57:50.883
How do I get a D-Link DWA-140 usb wlan working?
[ "11.04", "wireless", "drivers", "usb", "network-manager" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T21:36:44.347", "id": "38824", "postId": "34742", "score": "0", "text": "(The DWA-140b2 worked fine for weeks in Crunchbang Linux)", "userDisplayName": null, "userId": "14130" } ]
{ "accepted": true, "body": "<p>I have also got an DWA 140 and was affected by the same problem on Natty Beta 2. The reason for the problem is that Ubuntu does not only load the <code>rt2870sta</code> kernel module which is needed by the DWA 140, it also loads some other modules for other ralink chipsets.</p>\n\n<p...
[ { "accepted": true, "body": "<p>I have also got an DWA 140 and was affected by the same problem on Natty Beta 2. The reason for the problem is that Ubuntu does not only load the <code>rt2870sta</code> kernel module which is needed by the DWA 140, it also loads some other modules for other ralink chipsets.</...
null
null
null
null
null
34750
1
34752
2011-04-12T20:27:48.557
22
5046
<p>I tried installing gnome 3 <a href="https://askubuntu.com/questions/22946/how-do-i-install-the-latest-version-of-gnome-3">from the ppa</a>, but it broke Unity and I had to reinstall Natty from scratch.</p> <p>Does anyone know if there is a way to install Gnome 3 without breaking Unity?</p>
14018
-1
2017-04-13T12:23:09.107
2014-06-27T00:16:24.337
How to install Gnome 3 without breaking Unity?
[ "unity", "gnome" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>There is currently no easy way to do this, GNOME 3 requires a major transition to the GTK+ stack (from 2 to 3) that has not been done in Ubuntu yet. </p>\n\n<p>This is a goal for 11.10, but currently I'm afraid trying GNOME3 on Ubuntu is more of a one-way upgrade.</p>\n", "commentC...
[ { "accepted": true, "body": "<p>There is currently no easy way to do this, GNOME 3 requires a major transition to the GTK+ stack (from 2 to 3) that has not been done in Ubuntu yet. </p>\n\n<p>This is a goal for 11.10, but currently I'm afraid trying GNOME3 on Ubuntu is more of a one-way upgrade.</p>\n", ...
null
null
null
null
null
34753
1
34792
2011-04-12T20:45:46.627
14
7697
<p>I just set up pubkey authentication on my server (running ubuntu server 10.10). If I am logged in to the server locally (at the box), then I can ssh into the server fine (from another machine). If I am not, however, I can not login and just receive the error "Permission denied (publickey)".</p> <p>If I run the ssh ...
14136
14136
2011-04-12T21:31:36.537
2011-04-13T03:24:59.873
Can not log into SSH unless logged in locally
[ "10.10", "server", "ssh" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T22:21:37.740", "id": "38833", "postId": "34753", "score": "2", "text": "Is your home encrypted?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-04-12T23:56:49.880", "id": "38843", "postId": "34753", "score": "2", ...
{ "accepted": true, "body": "<p>I'm going to assume your home directory is encrypted - in this case it is only decrypted when you log in - so when you are trying to authenticate you are not yet logged in so your home directory is not decrypted and hence as suggested above the ssh daemon can't read authorized keys f...
[ { "accepted": null, "body": "<p>Did you make sure that the entry in your <code>/home/user/.ssh/id_rsa.pub</code> local machine entry (the machine you're trying to SSH from) is copied correctly into the SSH server user's <code>/home/user/.ssh/authorized_keys</code> file? It must be copied in its entirety co...
null
null
null
null
null
34759
1
34810
2011-04-12T21:13:47.430
3
615
<p>I have two computers in my home network linked with a router with each other, I use to transfer small files using <code>sftp</code> but the transfer rate is very slow.</p> <p>Now I want to move around 100GB of data from my laptop to the other computer in network. What would be the ideal way of transferring the data...
2910
134729
2013-03-18T20:07:46.320
2018-10-10T01:29:32.890
Moving large data between Ubuntu systems in a home network
[ "networking", "transfer" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-12T23:33:16.593", "id": "38839", "postId": "34759", "score": "0", "text": "You might find this question over on server fault has some interesting links http://serverfault.com/q/215353/54301", "userDisplayName": null, "userId": "7860" } ]
{ "accepted": true, "body": "<p>for larger file transfers i use rsync as that is very handy if something happens on the network, or one of users says - hell, i am going to reboot.</p>\n\n<p>If transfer security is required, use rsync with ssh. searching for rsync over ssh should yield usable how-tos with explanatio...
[ { "accepted": null, "body": "<p>I've found that rsync is pretty fast. You can set up NFS or SAMBA on both machines and rsync everything over.</p>\n\n<p>If NFS and SAMBA aren't your thing skip the encryption and install vsftpd on the target machine and FTP away. vsftpd is very fast.</p>\n", "commentCount...
null
null
null
null
null
34767
1
34769
2011-04-12T23:17:18.293
2
2474
<p>I have a network of 20 computers (all running Ubuntu 10.04 LTS), connected together in a network. Most of the machines are placed in places that are really hard to get to.</p> <p>I have a central machine from which I can freely ssh to all other machines. this central machine is the only one that is connected to the...
11833
11833
2011-04-12T23:32:19.990
2012-05-08T00:33:40.290
Installing Java on computers with no internet connection?
[ "installation", "networking", "java" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h2>download zip</h2>\n\n<p>You can always downsload an archived JDK from oracle. This can be moved to an appropriate position, and extracted there. </p>\n\n<p>Java doesn't need much setup. Setting JAVA_HOME in in a profile file is a good idea, and putting the JDK/bin - dir into the pat...
[ { "accepted": true, "body": "<h2>download zip</h2>\n\n<p>You can always downsload an archived JDK from oracle. This can be moved to an appropriate position, and extracted there. </p>\n\n<p>Java doesn't need much setup. Setting JAVA_HOME in in a profile file is a good idea, and putting the JDK/bin - dir into...
null
null
null
null
null
34768
1
34771
2011-04-13T00:17:34.397
14
26089
<p>Cannot find "connect to server" in 11.04, looks like unity doesn't have it. Is there other very similar way to connect to another Ubuntu computer via SSH? (not in terminal)</p>
13838
235
2011-11-10T18:44:21.580
2012-11-20T20:50:09.643
Where is "Connect to Server" for ssh connections in Unity?
[ "unity", "nautilus", "ssh" ]
7
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If you click on the nautilus icon (the folder with the house on it) it will launch the file manager. \"Connect to Server\" is in the file menu.</p>\n\n<p><img src=\"https://i.stack.imgur.com/NuSKN.png\" alt=\"enter image description here\"></p>\n\n<p>In Ubuntu 12.10 you need to insta...
[ { "accepted": null, "body": "<p>You could try <a href=\"http://projects.gnome.org/hotssh//index.html\" rel=\"nofollow noreferrer\">HotSSH</a>, a GUI for starting and managing SSH sessions. You can install it from the Unity application menu.\n<img src=\"https://i.stack.imgur.com/0n1tA.png\" alt=\"enter imag...
null
null
null
null
null
34773
1
null
2011-04-13T00:56:35.060
4
3498
<p>Is there a way to make a launcher (icon) on Unity panel from Nautilus's bookmarks or it is for programs only?<br> Thanks</p>
13838
null
null
2011-08-16T17:25:26.650
How to add a button on unity panel (from Nautilus's bookmarks)?
[ "unity", "nautilus", "panel", "bookmarks" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Seems to only be for Programs at this point, I've just made a custom launcher and set it to Location and entered the command so it would open up where I wanted it to, then I went into Terminal and did gksudo nautilus and then navigated my way to home/username/Desktop and copi...
null
null
null
null
null
34774
1
34776
2011-04-13T01:00:32.323
4
663
<p>I just bought and downloaded the most recent Humble Indie Bundle, and I downloaded a .run file for one of the games. I set the file to executable with <code>chmod +x Trine.64.run</code> and then tried installing it with <code>sh Trine.64.run</code></p> <p>I am getting the following error: <code>Trine.64.run: 1: Syn...
133402
2706
2011-04-13T01:37:38.813
2011-04-13T03:12:57.553
Humble Frozenbyte Bundle - Error when installing .run file
[ "installation", "11.04", "games" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I was able to just double-click the file in Nautilus after changing the permission.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-13T01:28:05.190", "id": "38856", "postId": "34776", "score": "0", "text": "Oh, geez. After I...
[ { "accepted": true, "body": "<p>I was able to just double-click the file in Nautilus after changing the permission.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-13T01:28:05.190", "id": "38856", "postId": "34776", "score": "0", "t...
null
null
null
null
null
34779
1
34785
2011-04-13T01:58:14.157
2
1712
<p>I'm configuring a 10.10 machine for deployment in an organization with Likewise Open and Active Directory, and I need to know if Ubuntu can allow users to install printers automatically. I tested and it seemed that domain users have to manually enter their credentials to access a shared printer but also need root in...
14146
null
null
2013-06-21T16:36:55.443
How do I allow regular users to install printers?
[ "printing", "root", "active-directory" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>In the menu</p>\n\n<ul>\n<li>system menu, \n<ul>\n<li>user and groups</li>\n<li>dialog: Usersetting\n<ul>\n<li>button right: extended settings</li>\n<li>Tab: userrights </li>\n</ul></li>\n</ul></li>\n</ul>\n\n<p>There is an entry: configure printers. Maybe that is sufficient. Try it ...
[ { "accepted": true, "body": "<p>In the menu</p>\n\n<ul>\n<li>system menu, \n<ul>\n<li>user and groups</li>\n<li>dialog: Usersetting\n<ul>\n<li>button right: extended settings</li>\n<li>Tab: userrights </li>\n</ul></li>\n</ul></li>\n</ul>\n\n<p>There is an entry: configure printers. Maybe that is sufficient....
null
null
null
null
null
34780
1
null
2011-04-13T02:02:31.653
3
3768
<p>I am in India and want to buy a Dell laptop with Ubuntu but on dell site they dont have an option for Ubuntu as an operating system. Are there no Ubuntu laptops available for users in India?</p>
14148
57576
2023-08-13T00:00:41.077
2023-08-13T00:00:41.077
Dell laptop with Ubuntu preinstalled in India
[ "dell" ]
9
6
CC BY-SA 3.0
[ { "creationDate": "2011-04-13T05:24:39.200", "id": "38875", "postId": "34780", "score": "1", "text": "The best you can do is purchase a Dell laptop, and before using it, ask for a refund on the Windows, because you yet havent agreed to the terms in the EULA.", "userDisplayName": null, "u...
null
[ { "accepted": null, "body": "<p><a href=\"http://www.ubuntu.com/dell\" rel=\"nofollow\">http://www.ubuntu.com/dell</a></p>\n\n<p><a href=\"http://ubuntuforums.org/forumdisplay.php?f=256\" rel=\"nofollow\">http://ubuntuforums.org/forumdisplay.php?f=256</a></p>\n\n<p>this two links might help you.</p>\n", ...
null
null
2014-09-23T17:52:22.240
null
null
34782
1
null
2011-04-13T02:35:12.707
4
2140
<p>I use a netbook (Asus eeePC 1005ha). Often I work full screen in libreoffice writer. I've noticed that when operating in a maximized window, unity locks up and sometimes freezes both programs. Additionally, the alt+tab command doesn't display the libre office instance when it is maximized. This problem doesn't oc...
14141
15811
2011-08-14T15:23:21.057
2011-12-07T08:42:21.053
Full-screen problems with LibreOffice/Unity
[ "unity", "libreoffice", "eeepc" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-13T05:15:22.473", "id": "38872", "postId": "34782", "score": "0", "text": "Is the window maximized or fullscreen?", "userDisplayName": null, "userId": "8893" }, { "creationDate": "2011-07-26T14:56:46.903", "id": "64846", "postId": "34782", "...
null
[ { "accepted": null, "body": "<p>LibreOffice has issues going into fullscreen in Unity. The launchpad bug #768966 regarding this issue has a good work around from Daniel Centore:</p>\n\n<p>\"Install <code>compiz-plugins-extra</code> and <code>compizconfig-settings-manager</code>. Open ccsm and go to \"Extra ...
null
null
null
null
null
34783
1
34793
2011-04-13T02:35:49.817
9
33355
<p>the /etc/hosts file contains a line: 127.0.0.1 localhost so localhost should be a valid hostname, but any attempt to connect to a port on localhost fails, including ping.</p> <p>Connection attempts into this server from outside, using the same clients, work.</p> <p>Connection attempts from this server to other s...
null
null
2011-04-13T02:56:53.260
2011-04-18T09:15:17.810
What would cause 'ping localhost' to fail?
[ "hosts", "localhost", "ping" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Is there an interface configured with <code>lo0</code> or any other interface with 127.0.0.1? \nCheck the Rx packets/Tx packets count.\nAlso, check to see if lo0 is configured in /etc/network/interfaces.</p>\n\n<pre><code>output of 'ifconfig'\nlo Link encap:Local Loopback \n ...
[ { "accepted": null, "body": "<p>You might look into /etc/resolv.conf , but I don't know which entry would stop localhost from working.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-13T02:47:15.937", "id": "38861", "postId": "34784", "scor...
null
null
null
user14149
user14149
34788
1
null
2011-04-13T03:06:29.110
0
349
<p>I just downloaded Ubuntu 10.10 to an older laptop (Inspiron 2650-Pentium 4) using the Windows installer (Windows XP is the other OS). Everything seemed to be working fine but when the computer updated and asked me to restart, neither the keyboard or the mouse would work. There seem to be a lot of people who have e...
null
235
2011-04-20T15:17:55.610
2011-10-22T07:54:59.303
Mouse and keyboard don't work on an Inspiron 2650 after installation
[ "10.10", "keyboard", "touchpad", "installation" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-13T04:00:50.507", "id": "38867", "postId": "34788", "score": "0", "text": "Well, if neither the keyboard nor the mouse work, you're not going to be able to open a terminal the normal way. Try starting the machine using the \"recovery\" option in the boot menu.", "...
null
[ { "accepted": null, "body": "<p>Do you see the Grub Menu? Grub is the menu you see to choose which operating system you need to run.</p>\n\n<p>When the machine is starting holding down the shift key will bring up the Grub menu, there you can choose a recovery, or choose a previous version of the linux kerne...
null
null
null
null
user14152
34795
1
34998
2011-04-13T03:30:50.400
2
1719
<p>I'm testing Natty on a dedicated test machine. I've not used nor seen Unity before this except in screenshots, but I understand that one of the main elements of the Unity UI is a dock. Well, for some reason there is no dock on this machine. The Global Menu is there, and the Ubuntu Button and such like, so I'm satis...
2315
235
2011-04-16T00:21:33.640
2012-11-15T00:36:29.917
No launcher in Unity?
[ "11.04", "unity", "launcher" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-13T03:39:02.600", "id": "38864", "postId": "34795", "score": "0", "text": "when you hover your mouse at the left-top corner does it show up? It's also possible that your computer couldn't handle unity and reverted to gnome.", "userDisplayName": null, "userId": ...
{ "accepted": true, "body": "<p>You are running the old Gnome classic desktop, not Unity. They <a href=\"http://doctormo.org/2011/04/04/commentary-not-really-classic/\" rel=\"nofollow\">made it look somewhat like</a> Unity, but the classic Gnome configuration has <a href=\"http://doctormo.org/2011/04/11/narwhal-cla...
[ { "accepted": true, "body": "<p>You are running the old Gnome classic desktop, not Unity. They <a href=\"http://doctormo.org/2011/04/04/commentary-not-really-classic/\" rel=\"nofollow\">made it look somewhat like</a> Unity, but the classic Gnome configuration has <a href=\"http://doctormo.org/2011/04/11/nar...
null
null
null
null
null
34796
1
36190
2011-04-13T04:20:51.797
4
1335
<p>I would like to get my quickstarter to show in unity, or replace it with an indicator. Is this possible?.</p> <p>I tried Unity 2D, and to my shock, it works there, but refuses to work in unity proper.</p>
1992
1992
2011-04-14T21:44:47.277
2015-02-24T15:56:48.613
How do I enable the libreoffice quickstarter in unity?
[ "unity", "11.04", "libreoffice", "notification-area" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I managed to fix it by whitelisting <code>all</code> applications and restarting my computer. Seems unity (3D) needed a few updates to make it work correctly).</p>\n\n<p>NB: I was also able to get it to work with a somewhat crude method of whitelisting:</p>\n\n<ul>\n<li><code>soffice...
[ { "accepted": null, "body": "<p>If you want to mess with the DConf editor, there is a list of applications that are white listed for working in Unity's partial notification area. However, as for getting an indicator there are none that come to mind.</p>\n\n<p><a href=\"http://www.omgubuntu.co.uk/2011/03/how...
null
null
null
null
null
34798
1
null
2011-04-13T04:55:41.240
1
280
<p>In my university I have one Wi-Fi Network. If I need to access the Internet I access it with PEAP-authentication. Now the issue - all WiFi-Spots have the same name (SSID: WLAN1) and Ubuntu sometimes refuses to connect. What I saw is, that in syslog wpa_(dontknowanymore) says trying to connect with (MAC1) and the Wi...
null
12469
2011-04-13T05:34:38.553
2011-06-27T09:18:00.567
WiFi - Does not connect because of different MAC's
[ "10.10", "wireless", "network-manager" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>you could try:</p>\n\n<pre><code>sudo iwlist\n</code></pre>\n\n<p>to bring up a list of wifi points with their respective AP MAC addresses</p>\n\n<p>then find the one with the best signal quality, and manually configure what network to connect to using:</p>\n\n<pre><code>sudo...
null
null
null
null
user14156
34800
1
null
2011-04-13T05:41:30.997
4
570
<p>The mouse theme shows up in the web browser and software center, as well as the update manger. However, it goes to defaults on the desktop. Can it be fixed?</p> <p>I am using the azenis mouse theme, with Natty Beta 1. got swich to natty beta 2 and still the problem</p>
null
null
2011-04-15T09:04:30.000
2011-10-21T12:34:42.647
Mouse theme doesn't work all the time
[ "11.04", "themes" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-13T05:42:29.297", "id": "38876", "postId": "34800", "score": "0", "text": "I using azenis mouse theme, os natty beta 1", "userDisplayName": "user14158", "userId": null }, { "creationDate": "2011-04-14T01:44:51.113", "id": "39044", "postId": "348...
null
[ { "accepted": null, "body": "<p>Try \"galternatives\" from the software centre, this allows the x-server cursor to be set, thus the cursor is set before you log in and should hold</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "...
null
null
null
user14283
user14158
34802
1
34879
2011-04-13T05:56:26.227
38
77406
<p>Is it possible to convert a Physical Ubuntu Install (Intel based PC with Ubuntu 10.10) to a virtual box disk, so that I can use that same environment on a separate pc or can keep it virtual for testing?</p> <p>Something similar to "Disk2VHD" which converts a physical Windows 2K3 and above box into a VHD or VMware i...
3553
14356
2012-04-11T07:16:00.983
2014-08-16T21:43:58.307
Convert my physical Operating System to a VirtualBox Disk
[ "virtualbox", "virtualization" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes, however it will most likely take a very long time. I haven't actually tried the steps below, but they should work.</p>\n\n<p>First, you need to make an image of your entire partition. You need to know the partition path of the Ubuntu partition, for example /dev/sda1 would be t...
[ { "accepted": true, "body": "<p>Yes, however it will most likely take a very long time. I haven't actually tried the steps below, but they should work.</p>\n\n<p>First, you need to make an image of your entire partition. You need to know the partition path of the Ubuntu partition, for example /dev/sda1 wo...
null
null
null
null
null
34803
1
49088
2011-04-13T06:04:10.683
11
9237
<p>I want to restrict users on changing wallpapers and themes. So can anyone say me how to remove <strong>Change Desktop Background</strong> option from right click?</p> <p><strong>Note:</strong> </p> <p>I just totally want to remove that option from right click.</p>
5691
5691
2011-06-16T10:08:52.013
2012-10-16T17:10:58.297
How to remove Change Desktop Background from right click?
[ "scripts", "desktop-background", "administration" ]
7
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-17T12:58:38.050", "id": "54434", "postId": "34803", "score": "0", "text": "This doesn't look possible without recompiling from source. I'll clone the repo and see where the code is.", "userDisplayName": null, "userId": "15898" }, { "creationDate": "2011...
{ "accepted": true, "body": "<p>If you can live without icons on your desktop, you can disable right click menu entirely through Nautilus' show_desktop option like this:</p>\n\n<pre><code>gconftool-2 -t bool -s /apps/nautilus/preferences/show_desktop false\n</code></pre>\n\n<p>Edit: Getting rid only of that menu en...
[ { "accepted": null, "body": "<p>I don't know how to do that, but I presume that the desktop background is set via a GConf key. If so, you can run gconf-editor as root, find the relevant key, and set it as mandatory. Then, users won't be allowed to change its value.</p>\n", "commentCount": "0", "comm...
null
null
null
null
null
34805
1
34806
2011-04-13T06:32:53.840
17
20859
<p>I need Silverlight installed on my Ubuntu system, so that I can see some of the Microsoft websites(mainly videos).</p> <p>Are there any alternatives to Silverlight in Ubuntu? If so, what are they and how do I install them?</p>
12227
221281
2013-12-13T17:18:47.423
2014-10-07T01:42:10.487
Is there an equivalent of Silverlight?
[ "software-recommendation", "moonlight", "pipelight" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2012-12-13T21:48:49.863", "id": "282473", "postId": "34805", "score": "0", "text": "There is a workaround to use Silverlight by using a custom version of `wine`, follow the instructions here: http://askubuntu.com/a/219068/15943", "userDisplayName": null, "userId": "159...
{ "accepted": true, "body": "<p>Moonlight is an open source Silverlight implementation written in Mono. You can download it here: <a href=\"http://www.go-mono.com/moonlight/\">http://www.go-mono.com/moonlight/</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-13T17:25:05.503", ...
[ { "accepted": true, "body": "<p>Moonlight is an open source Silverlight implementation written in Mono. You can download it here: <a href=\"http://www.go-mono.com/moonlight/\">http://www.go-mono.com/moonlight/</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-13...
null
null
null
null
null
34809
1
34832
2011-04-13T06:47:10.790
0
525
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/34750/how-to-install-gnome-3-without-breaking-unity">How to install gnome 3 without breaking Unity?</a> </p> </blockquote> <p>Gnome3 is out in the market and there has been a lot of talk about it. I like Unity inte...
14014
-1
2017-04-13T12:24:29.360
2011-04-13T10:36:54.070
Will gnome3 installation affects unity?
[ "unity", "11.04", "gnome" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>From my experience, I was able to add the PPA, install and use GNOME 3, and then remove it effortlessly, without breaking my Unity setup. </p>\n\n<p>I added the GNOME 3 PPA, installed all the required packages and libs, logged out and tried GNOME 3. Then I used this little neat utili...
[ { "accepted": null, "body": "<p>Gnome 3 will break your unity installation.\nThere is still no possibility to get them both in one ubuntu-installation.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-13T0...
null
null
2011-04-13T12:40:48.983
null
null
34813
1
34869
2011-04-13T07:34:31.940
4
628
<p>Are there any apps for my daily devotions? </p>
12846
527764
2017-03-16T09:20:09.590
2017-03-16T09:20:09.590
Daily (open source) Bible devotional guide software
[ "software-recommendation" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Try <a href=\"http://packages.ubuntu.com/Xiphos\" rel=\"nofollow noreferrer\">Xiphos</a> <a href=\"http://apt.ubuntu.com/p/Xiphos\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install Xiphos\"></a> or <a href=\"http://packages.ubuntu.com/gnome-swo...
[ { "accepted": null, "body": "<p>Open Synaptic <strong>System → Administration → Synaptic Package Manager</strong> or the Software Center and search for \"bible\". There are quite a few bible programs to find there.</p>\n\n<p>It seams like verse is the only dispositional. To install it either search for it ...
null
null
null
null
null
34817
1
34820
2011-04-13T08:22:56.063
4
3532
<p>I have more than 200 Ubuntu systems to which I want to copy a file.</p> <p>How can I copy files to multiple hosts across the network? What possibilities do I have?</p> <p><em>Note: This question is related to <a href="https://askubuntu.com/questions/32845/how-to-find-the-version-of-an-ubuntu-machine-remotely">How ...
5691
-1
2017-04-13T12:24:13.887
2011-04-13T09:18:55.117
How to copy files to multiple hosts across the network?
[ "networking", "scripts", "clipboard" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-13T09:04:46.977", "id": "38900", "postId": "34817", "score": "0", "text": "How big is the file?", "userDisplayName": null, "userId": "3865" }, { "creationDate": "2011-04-13T09:19:49.753", "id": "38903", "postId": "34817", "score": "0", "...
{ "accepted": true, "body": "<p>I realise you probably only want something simple but there are dozens of ways of doing this. But first we want to be able to control all the computers at once.</p>\n\n<p>That might seem a strange direction to go but it'll save you time later on when you might want to send a shutdown...
[ { "accepted": true, "body": "<p>I realise you probably only want something simple but there are dozens of ways of doing this. But first we want to be able to control all the computers at once.</p>\n\n<p>That might seem a strange direction to go but it'll save you time later on when you might want to send a ...
null
null
null
null
null
34819
1
null
2011-04-13T08:32:42.820
0
205
<p>Okay, I just installed Ubuntu 10.10 on my hp 2140. For some reason it will only display some webpages (google and reddit work). It will download and install updates and applications fine, but doesn't display most pages... Can anyone help?</p>
null
null
null
2011-06-16T17:02:51.673
Only a few internet pages will load
[ "internet" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-13T08:45:04.630", "id": "38896", "postId": "34819", "score": "2", "text": "Please give me an example of a website that does NOT work, and I will send you instructions to check whether it is a DNS problem.", "userDisplayName": null, "userId": "4066" }, { ...
null
[ { "accepted": null, "body": "<p>Try to change MTU in Network Manager. It works for me 2 years ago.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-13T09:02:50.960", "id": "34823", "lastActivityDat...
null
null
null
null
user14161
34825
1
34835
2011-04-13T09:45:55.977
7
1055
<p>I've had problems the last few upgrades. Things have been added to Ubuntu that I don't particularly care for. Window buttons have moved, Indicator Applets have sprung up, menu icons have vanished and <strong>each upgrade I've found myself having to "fix" things to get them back to how they were.</strong></p> <p>I'm...
449
449
2011-04-19T10:17:11.863
2011-04-19T10:17:11.863
Will upgrading to 11.04 destroy my current desktop settings?
[ "11.04", "unity", "upgrade", "gnome2" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-13T09:52:01.337", "id": "38909", "postId": "34825", "score": "1", "text": "If you refer to the issues with classic gnome pointed out by Martin Owens, they have been fixed. http://doctormo.org/2011/04/11/narwhal-classic-is-fixed/", "userDisplayName": null, "user...
{ "accepted": true, "body": "<p>In short, probably not.</p>\n\n<p>Forgetting the desktop, there were a handful of applications that I had installed on a Lucid -> Maverick box that were removed by Natty B1 installation because of missing dependencies. These weren't mainstream applications - most of which are maintai...
[ { "accepted": null, "body": "<p>If I understand correctly \"Unity\" (3d) is a compiz plug-in and runs on top of gnome 2.3.</p>\n\n<p>Included in the the release will be \"Classic\" this again running on gnome 2.3 and having normal panels etc..</p>\n\n<p>The thing you are confusing is Unity 2d this will not ...
null
null
null
null
null