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
55899
1
55963
2011-08-05T07:17:28.700
22
14876
<p>I have to format my entire disk and reinstall Ubuntu.</p> <p>I have installed a lot of software on my current system. And I will have to reinstall all those updates, drivers and applications too.</p> <p>Is there any way I can make an .iso image of my installed Ubuntu along with all the software, preferences, drive...
22818
527764
2017-01-02T23:40:06.383
2021-05-07T07:55:37.427
Backup whole OS
[ "backup", "restore" ]
8
3
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T10:39:53.993", "id": "63213", "postId": "55899", "score": "3", "text": "Backing up the whole OS is a valid question, however, the reason you give: \"I have to format my entire disk and reinstall the Ubuntu\" seems odd. Why would you want to format the disk you have ...
{ "accepted": true, "body": "<p>there are various ways to do that. The simplest one is using remastersys</p>\n\n<pre><code>sudo remastersys dist \n</code></pre>\n\n<p>You should install ubiquity package before working with remastersys </p>\n\n<p>or you can use <a href=\"http://www.fsarchiver.org/QuickStart\" rel=\"...
[ { "accepted": null, "body": "<p>I answered \"How to customize live Ubuntu CD?\" with a way of creating live CDs from current installations. This means that you will not need to download all the packages again. <strong>This guide <em>may</em> seem long and hard, but it is mostly \"follow along\" and \"copy a...
null
null
null
null
null
55903
1
55915
2011-08-05T07:41:25.020
4
1610
<p>I am on vacation and have a phone (N900) with an Internet connection. I have no Internet connection for my laptop. I'd like to connect the phone and laptop over Bluetooth (second choice: per USB cable) and share the connection with the laptop. I seem to remember that I was offered such a sharing the first time I con...
5719
7035
2011-12-07T14:44:38.683
2011-12-07T14:44:38.683
How to share an Internet connection over Bluetooth from the Phone to the PC
[ "bluetooth", "connection" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It turned out that the connection sharing has to be enabled on the phone. I installed an app on the phone which shares the connection (for the N900, it is called bluetooth-dun) and on the new pairing, Ubuntu automatically offered to use the phone's Internet connection. I guess that I...
[ { "accepted": true, "body": "<p>It turned out that the connection sharing has to be enabled on the phone. I installed an app on the phone which shares the connection (for the N900, it is called bluetooth-dun) and on the new pairing, Ubuntu automatically offered to use the phone's Internet connection. I gues...
null
null
null
null
null
55904
1
55910
2011-08-05T07:47:21.830
7
3426
<p>So, I wan't to run it when start work on AC and this or better other script when start work from battery</p> <p>I tried </p> <ul> <li>/etc/acpi/power.sh</li> <li>adding symlink to /etc/laptop-mode/battery-start</li> </ul> <p>It seems to not working</p>
22782
null
null
2015-02-13T02:57:00.700
how can I run my script automatically on ac switching
[ "11.04", "laptop", "power-management", "battery" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T08:21:53.263", "id": "63186", "postId": "55904", "score": "0", "text": "Can you be a bit more precise? What didn't work? How did you observe it?", "userDisplayName": null, "userId": "10068" }, { "creationDate": "2011-08-05T08:26:00.800", "id": "6...
{ "accepted": true, "body": "<p>You should be able to do what you want with a script in <code>/etc/pm/power.d</code>. Quoting from the <code>HOWTO.hooks</code> file in <code>pm-utils</code>:</p>\n\n<blockquote>\n <p>How to write a pm-utils hook:</p>\n \n <p>PARAMETERS</p>\n \n <p>A pm-utils hook is simply an ...
[ { "accepted": true, "body": "<p>You should be able to do what you want with a script in <code>/etc/pm/power.d</code>. Quoting from the <code>HOWTO.hooks</code> file in <code>pm-utils</code>:</p>\n\n<blockquote>\n <p>How to write a pm-utils hook:</p>\n \n <p>PARAMETERS</p>\n \n <p>A pm-utils hook is si...
null
null
null
null
null
55909
1
55980
2011-08-05T08:19:52.357
2
3215
<p>I have a fileserver in my network, with the storage accessible via NFS.</p> <p>From one particular client machine, reading from this NFS share is really slow. Or rather, it stops all the time. The pattern goes like:</p> <ol> <li>Copy really fast for like 2 seconds</li> <li>Stop for approximately 18 seconds with no...
3523
3523
2011-08-05T11:44:06.060
2011-08-05T22:41:40.113
nfs really slow on one specific client
[ "nfs" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It was the network after all. I had stretched and bent the <em>freaking network cable</em> in such a way that the autonegotiation made the network speed 10Mb/s, half duplex. This I discovered with <code>ethtool eth0</code>.</p>\n\n<p>The apparent stops I think must have been due to s...
[ { "accepted": true, "body": "<p>It was the network after all. I had stretched and bent the <em>freaking network cable</em> in such a way that the autonegotiation made the network speed 10Mb/s, half duplex. This I discovered with <code>ethtool eth0</code>.</p>\n\n<p>The apparent stops I think must have been ...
null
null
null
null
null
55913
1
55923
2011-08-05T08:35:33.163
6
28285
<p>I have just installed Kubuntu, and I notice that Dolphin tries to access SMB shares using libsmbclient instead of mounting an SMB location like I am used to in Nautilus. Unfortunately, the performance is horrendous, and for some reason, I am unable to access shares that I could access in Nautilus (it gives me author...
21982
21982
2011-08-05T08:41:58.273
2020-01-13T15:09:12.557
Can you mount SMB shares in Kubuntu like in Ubuntu?
[ "samba", "kubuntu", "dolphin" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Try using command line tools like <a href=\"http://en.wikipedia.org/wiki/Smbmount\" rel=\"nofollow\">smbmount</a>. This will mount the dir, KDE or Gnome , you will always be able to mount. Eventually you can put it into <code>/etc/fstab</code>, but when starting up without network or...
[ { "accepted": true, "body": "<p>Try using command line tools like <a href=\"http://en.wikipedia.org/wiki/Smbmount\" rel=\"nofollow\">smbmount</a>. This will mount the dir, KDE or Gnome , you will always be able to mount. Eventually you can put it into <code>/etc/fstab</code>, but when starting up without ne...
null
null
null
null
null
55918
1
null
2011-08-05T09:48:20.033
8
22096
<p>I use UFW on my Ubuntu server. Unfortunately there are no rules in UFW to port-forward to another machine. <br> What you need to do is edit /etc/ufw/before.rules and put routing commands there, for example<br></p> <pre><code># nat Table rules *nat :POSTROUTING ACCEPT [0:0] # Forward traffic from eth0 through eth1....
19776
106100
2019-11-03T15:38:40.547
2022-01-11T00:22:10.527
Set UFW before.rules without server restart
[ "server", "ufw" ]
6
1
CC BY-SA 4.0
[ { "creationDate": "2023-01-10T05:43:44.300", "id": "2530697", "postId": "55918", "score": "0", "text": "I think I've tried every answer in this, and couldn't find a solution, short of rebooting (which did work). :'( I'd love to see a better answer to this. Strangely, it seemed like the rules ...
null
[ { "accepted": null, "body": "<p>Well</p>\n\n<pre><code>sudo iptables-restore &lt; /etc/before.rules\n</code></pre>\n\n<p>might work.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2021-10-06T19:05:55.693", "id": "2349706", "postId": "55921", "scor...
null
null
null
null
null
55920
1
null
2011-08-05T10:18:10.953
5
1978
<p>After getting Ubuntu setup on my Macbook Pro with Gnome Shell, there is one little thing irritating me:</p> <p>I have an external monitor connected which is set as primary in the Nvidia control panel. I'd like that if the lid of the Macbook is closed, the internal display is disabled completely, if it's opened, it ...
216
40955
2012-04-20T09:10:45.913
2012-11-05T15:16:04.467
How can I disable Macbook screen when the lid is closed whilst continuing to use an external monitor?
[ "nvidia", "gnome", "multiple-monitors", "display", "macbook" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Not sure if your problem is Macbook specific. If it isn't, you can just go to power settings, and specify the <em>Do nothing</em> option when the lid is closed.</p>\n\n<p>Then you can open Displays, and turn your laptop screen off. See below:</p>\n\n<p><img src=\"https://i.st...
null
null
null
null
null
55924
1
null
2011-08-05T11:29:26.150
3
3710
<p>Which software is used to setup connection to socks5 proxy from Ubuntu server?</p>
22823
235
2011-08-06T16:36:15.170
2011-11-02T17:22:19.857
Where do I set socks5 proxy settings on a server?
[ "server", "proxy" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T16:21:45.880", "id": "63262", "postId": "55924", "score": "0", "text": "possible dup of http://askubuntu.com/questions/15719/where-do-i-set-system-wide-proxy-settings", "userDisplayName": null, "userId": "21845" }, { "creationDate": "2012-07-05T15:10...
null
[ { "accepted": null, "body": "<p>Besides firefox socks5-client setup (which is what I use most in combination with ssh) I know of dante-client</p>\n\n<p><a href=\"http://www.inet.no/dante/doc/latest/config/client.html\" rel=\"nofollow\">http://www.inet.no/dante/doc/latest/config/client.html</a></p>\n\n<p>Thi...
null
null
null
null
null
55925
1
55931
2011-08-05T11:52:36.480
4
732
<p>Having just upgraded from 10.04 to 11.04, I'm getting used to the Unity interface.</p> <p>Back in Gnome, I managed to create a "common" menu accessible from the start button to which I could simply add <code>*.desktop</code> files to get all my common things in there?</p> <p>Is there a way to do this in Unity? Wha...
null
235
2011-08-05T13:14:49.340
2011-08-05T13:14:49.340
Is there a way to add a common user menu to the Unity launcher?
[ "11.04", "unity", "launcher", "menu" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T11:53:41.330", "id": "63221", "postId": "55925", "score": "0", "text": "And is there some reason why a ubuntu tag doesn't exist? Coming from SO with a rather large rep, I'm not used to being told I can't create tags :-) If someone could add that tag, that would be g...
{ "accepted": true, "body": "<p>It's fairly easy to add entries to the right-click menu for launcher tiles and I know it's been answered here somewhere, but I couldn't find it. But these are the basic steps: </p>\n\n<p>Look for a string similar to this one in a desktop-file for the tile you wish to edit: \nX-Ayatan...
[ { "accepted": true, "body": "<p>It's fairly easy to add entries to the right-click menu for launcher tiles and I know it's been answered here somewhere, but I couldn't find it. But these are the basic steps: </p>\n\n<p>Look for a string similar to this one in a desktop-file for the tile you wish to edit: \n...
null
null
null
null
user9184
55935
1
null
2011-08-05T13:42:52.657
1
2945
<p>after download and unzip the zip package, I copy the modelsphere.bat file to modelsphere.sh, and change the content to:</p> <pre><code> java -ms64m -mx512m -ss16m -classpath "./modelsphere.jar:./resources.zip:./resources:./targets:./lib/jakarta-regexp-1.5/jakarta-regexp-1.5.jar:./lib/velocity-1.6.1/velocity-1.6.1.j...
21856
14356
2011-08-05T22:41:08.777
2011-12-27T04:08:41.540
cannot run java application from a shell script
[ "bash", "java" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>It probably has DOS line endings (\\r\\n instead of \\n). See <a href=\"http://mywiki.wooledge.org/BashFAQ/052\" rel=\"nofollow\">http://mywiki.wooledge.org/BashFAQ/052</a></p>\n\n<p>And for good practice, you should make sure the first line of the file says <code>#!/bin/sh</...
null
null
null
null
null
55940
1
55944
2011-08-05T15:03:45.670
4
184
<p>I'm in the process of writing a simple C-based daemon mostly for the learning experience. At this point, I've got a working daemon and I'd like to expose some configuration options to users. </p> <p>What's the standard way that most daemons provide configuration options and are there any good C libraries that help ...
18525
9781
2012-05-14T17:34:27.063
2012-05-14T17:34:27.063
What's the standard way to provide configuration options for a daemon?
[ "application-development", "development", "services" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T15:19:37.970", "id": "63253", "postId": "55940", "score": "0", "text": "Should be moved to stackoverflow.", "userDisplayName": null, "userId": "21845" }, { "creationDate": "2011-08-05T15:31:16.800", "id": "63257", "postId": "55940", "scor...
{ "accepted": true, "body": "<p>It really depends on how complicated you want to get.</p>\n\n<p>Two options main options.</p>\n\n<ol>\n<li>Accept command-line options. For a standard daemon, these would be put into the init.d script for system configuration.</li>\n<li>Your own conf file inside of /etc/yourDaemon. I...
[ { "accepted": true, "body": "<p>It really depends on how complicated you want to get.</p>\n\n<p>Two options main options.</p>\n\n<ol>\n<li>Accept command-line options. For a standard daemon, these would be put into the init.d script for system configuration.</li>\n<li>Your own conf file inside of /etc/yourD...
null
null
null
null
null
55949
1
55955
2011-08-05T16:24:48.253
1
242
<p>I'd like to have a shortcut to the system monitor like it's in Windows with CTRL + Shift + Escape. I read through internet and did it like it's written, but it's not working. Does anybody know why it's not working? Did I use wrong keywords?</p> <p>using the gconf-editor:</p> <ol> <li><p>in <strong>app/metacity/glo...
22835
null
null
2011-08-05T17:18:49.657
Problem with defining own shortcut
[ "shortcut-keys", "shortcuts", "system-monitor" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T16:30:26.063", "id": "63265", "postId": "55949", "score": "0", "text": "This isn't an answer to your question.. but this is what I do- `Ctrl+Alt+F2` to switch to tty2. Log in. Run `htop`. Or just run `htop` in a terminal emulator. Honestly.. the gnome-system-monitor...
{ "accepted": true, "body": "<p><strong>It works with me using Keyboard Shortcuts</strong> </p>\n\n<ol>\n<li><p>Open Keyboard Shortcuts. </p></li>\n<li><p>Add a custom Keyboard shortcut with the command <code>gnome-system-monitor</code>. </p></li>\n</ol>\n\n<p><img src=\"https://i.stack.imgur.com/sXuUz.jpg\" alt=\"...
[ { "accepted": true, "body": "<p><strong>It works with me using Keyboard Shortcuts</strong> </p>\n\n<ol>\n<li><p>Open Keyboard Shortcuts. </p></li>\n<li><p>Add a custom Keyboard shortcut with the command <code>gnome-system-monitor</code>. </p></li>\n</ol>\n\n<p><img src=\"https://i.stack.imgur.com/sXuUz.jpg\...
null
null
null
null
null
55952
1
null
2011-08-05T16:40:21.407
2
514
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/13294/how-to-make-clutterflow-show-automatically-in-nautilus">How to make Clutterflow show automatically in Nautilus</a> </p> </blockquote> <p>Can anyone help to enable the clutter by default whenever i open folder...
22836
-1
2017-04-13T12:25:04.307
2011-08-05T18:00:26.440
How to enable clutter view default?
[ "clutterflow" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T18:22:56.747", "id": "63280", "postId": "55952", "score": "0", "text": "on 11.04 doesn't work btw.", "userDisplayName": null, "userId": "4203" } ]
null
[ { "accepted": null, "body": "<p>There is a thread on <a href=\"http://ubuntuforums.org/archive/index.php/t-1721799.html\" rel=\"nofollow\">ubuntu-forums</a> asking just this - it appears that it is not possible as yet.</p>\n\n<p>All credit to \"fatriff\" for providing a couple of workarounds:</p>\n\n<p>Both...
null
null
2011-08-06T02:32:49.603
null
null
55954
1
55956
2011-08-05T17:06:09.093
4
263
<p>I wanted to know how to run the <code>fsck</code> command on a server with write capabilities. The command should run structurally from one hard disk partition to another without any user interaction.</p>
17722
2732
2011-12-25T13:34:54.193
2011-12-25T13:34:54.193
How to run FSCK with write capabilities on a sever with 4+ partitions
[ "server", "mount", "hard-drive", "fsck" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It depends on the type of filesystem you are using. Ext2/3/4, for example, cannot safely run on a mounted filesystem, so you must either boot into single user mode, or use a boot disk. Other types allow mounted checks in writemode (btrfs, etc.).</p>\n", "commentCount": "1", "comm...
[ { "accepted": true, "body": "<p>It depends on the type of filesystem you are using. Ext2/3/4, for example, cannot safely run on a mounted filesystem, so you must either boot into single user mode, or use a boot disk. Other types allow mounted checks in writemode (btrfs, etc.).</p>\n", "commentCount": "1...
null
null
null
null
null
55961
1
55991
2011-08-05T19:10:00.220
2
3281
<p>I installed Ubuntu Server. It loads just fine to the grub selection screen but after making a selection, for some reason the monitor just goes into power saving mode and never wakes back up. I have to restart. The monitor cables are not loose or anything. Is there a way to fix this?</p>
22393
22393
2011-08-06T04:05:31.130
2016-09-12T00:29:45.987
Monitor goes into power saving mode after grub selection
[ "11.04", "server" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T19:13:54.817", "id": "63288", "postId": "55961", "score": "0", "text": "what happens if you start in failsafe or whatever mode?", "userDisplayName": null, "userId": "21845" }, { "creationDate": "2011-08-05T19:38:01.570", "id": "63293", "postI...
{ "accepted": true, "body": "<p>amye, press 'e' to edit the grub command line (the one that starts with 'linux') and add the word 'nomodeset' to the end of the line. If that doesn't work, also remove 'quiet' from the word list. That should at least give you some extra clues as to when it is getting stuck.</p>\n\n<p...
[ { "accepted": true, "body": "<p>amye, press 'e' to edit the grub command line (the one that starts with 'linux') and add the word 'nomodeset' to the end of the line. If that doesn't work, also remove 'quiet' from the word list. That should at least give you some extra clues as to when it is getting stuck.</...
null
null
null
null
null
55964
1
null
2011-08-05T19:34:40.060
0
311
<p>A friend of mine has a dual-boot system with Ubuntu and Windows 7. He encounters a kernel panic if he wants to boot up Ubuntu after a Windows session.</p> <p>This sounds pretty strange to me, however I actually witnessed the behavior.</p> <p>Has anybody of you heard about this before? Any idea what the reason migh...
2173
40955
2012-05-12T06:27:02.010
2012-05-12T08:22:03.023
Why do I get a kernel panic if booting into Ubuntu after having used Windows 7?
[ "dual-boot", "windows-7", "kernel" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T20:03:35.070", "id": "63300", "postId": "55964", "score": "0", "text": "You should be more discrete. So, if he starts up the computer to windows or ubuntu it works fine.. but if he restarts windows and chooses ubuntu at grub it fails? is that correct?", "userDis...
null
[ { "accepted": null, "body": "<p>I had this problem on an old ami bios. Disabling the 'plug and play os' feature in the bios worked for me. A friend also recommends disabling quick boot, but the last time I saw that was long ago. I remembering it even going so far as when it shifted to gui mode, the window...
null
null
null
null
null
55968
1
56862
2011-08-05T20:06:08.490
6
14499
<p>I have a 320GB hard drive with an LVM2 volume group that was created as part of the default installation. If I put a second 320GB hard drive into the computer, can I make the second drive mirror the first using Linux software RAID1 or something similar? I tried adding a new RAID array in the Gnome Disk Utility, but ...
8292
235
2011-12-20T00:30:52.463
2016-12-29T17:19:59.293
Add new hard drive to mirror existing LVM drive with raid1
[ "11.04", "hard-drive", "raid" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T20:12:05.220", "id": "63301", "postId": "55968", "score": "0", "text": "Interesting question. If you can somehow change drive0 to be half of a raid1.., boot that up and somehow use drive1 as a \"replacement drive\" to recovery your \"degraded\" raid. IDK how you get...
{ "accepted": true, "body": "<p>I achieved this by backing up all of my data onto an external drive, reinstalling Ubuntu onto a raid array, and then restoring my backup in the new file system. In particular, I followed these steps:</p>\n\n<ol>\n<li><p>Backup data using instructions at <a href=\"http://ubuntuforums....
[ { "accepted": true, "body": "<p>I achieved this by backing up all of my data onto an external drive, reinstalling Ubuntu onto a raid array, and then restoring my backup in the new file system. In particular, I followed these steps:</p>\n\n<ol>\n<li><p>Backup data using instructions at <a href=\"http://ubunt...
null
null
null
null
null
55970
1
null
2011-08-05T20:21:13.123
1
346
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/55448/i-installed-a-font-and-now-ubuntu-is-using-it-as-the-default-font-in-web-pages">I installed a font and now Ubuntu is using it as the default font in web pages?</a> </p> </blockquote> <p>I installed a font cal...
13505
-1
2017-04-13T12:25:10.143
2011-08-05T20:43:29.187
Installed font on Ubuntu, now Ubuntu Chrome, Firefox, all browsers etc... use that font?
[ "11.04", "unity", "fonts" ]
0
5
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T20:39:10.537", "id": "63310", "postId": "55970", "score": "4", "text": "Put the Fix as an answer please and accept it, don't put the fix in the question.", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-08-05T21:11:41.297", ...
null
[]
null
0
2011-08-06T09:13:09.677
null
null
55971
1
null
2011-08-05T20:28:29.790
2
553
<p>I cannot create a new launcher anywhere (either in the normal GNOME desktop or Unity). </p> <p>No action when I right-click the desktop and select <code>Create Launcher...</code>.</p> <p>At last I tried to create launcher, and I got the following error message:</p> <pre><code>Traceback (most recent call last): ...
22843
6005
2011-08-08T15:08:30.527
2013-05-21T11:20:08.320
unable to create new launcher
[ "11.04", "launcher" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T20:38:45.413", "id": "63307", "postId": "55971", "score": "0", "text": "I discovered what was the problem. `sudo apt-get install gnome-panel` helped, now it is O.K.", "userDisplayName": null, "userId": "22843" } ]
null
[ { "accepted": null, "body": "<p>As you yourself stated in a comment, the solution is to install <code>gnome-panel</code></p>\n\n<p><code>sudo apt-get install gnome-panel</code> should do the trick.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2013-05-21T11:20:08.320", ...
null
null
null
null
null
55973
1
55974
2011-08-05T21:03:45.133
4
182
<p>I recently noticed this option in PCMANFM, it works the same way as Finder on OSX, you click on the left pane on Applications and then it opens a selection of categories, click again and the application itself will open.</p> <p><img src="https://i.stack.imgur.com/pmUen.png" alt="enter image description here"></p> ...
4203
14356
2011-08-05T21:12:31.490
2011-08-05T21:12:31.490
How could i add an Applications Option to the left Nautilus pane like Finder on OSX or PCMANFM?
[ "11.04", "nautilus-elementary" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T21:13:07.307", "id": "63318", "postId": "55973", "score": "2", "text": "added a picture to complete the question - hope that is ok.", "userDisplayName": null, "userId": "14356" }, { "creationDate": "2011-08-05T21:23:12.943", "id": "63321", "p...
{ "accepted": true, "body": "<p>You would probably have to create a bookmark to /usr/share/applications in your nautilus sidebar.</p>\n\n<p>It will Not give you categories, but it will be at least the closest to what you are looking for.</p>\n\n<p>Apart from this you could write a Nautilus extension, if you know a ...
[ { "accepted": true, "body": "<p>You would probably have to create a bookmark to /usr/share/applications in your nautilus sidebar.</p>\n\n<p>It will Not give you categories, but it will be at least the closest to what you are looking for.</p>\n\n<p>Apart from this you could write a Nautilus extension, if you...
null
null
null
null
null
55982
1
55998
2011-08-05T23:28:52.823
3
806
<p>Is the Google Music Manager Beta for Linux considered an open source program?</p>
8357
null
null
2011-12-31T05:54:11.660
Is the "Google music manager beta" for Linux open source?
[ "google-musicmanager" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-05T23:52:23.397", "id": "63332", "postId": "55982", "score": "0", "text": "Probably not...", "userDisplayName": null, "userId": "4203" } ]
{ "accepted": true, "body": "<p>Just using common sense and 2 minutes of googling, you can infer the following:</p>\n\n<ol>\n<li><p>Google doesn't even let you download the software before you've signed up. You have to go looking for it on filehosting services, or know about the direct link (<a href=\"http://news.y...
[ { "accepted": true, "body": "<p>Just using common sense and 2 minutes of googling, you can infer the following:</p>\n\n<ol>\n<li><p>Google doesn't even let you download the software before you've signed up. You have to go looking for it on filehosting services, or know about the direct link (<a href=\"http:...
null
null
null
null
null
55984
1
null
2011-08-06T00:09:40.223
5
37072
<p>Is there a way to full install Ubuntu 11.04 in a 4gb USB drive? It says that I need at least a 4.6 GB drive. I want the full install, not the live persistent installation. I think that it don't need to use 4.6 GB, I just want a basic installation that is not like a live CD/persistent</p>
22849
47044
2012-03-27T13:25:58.620
2013-12-18T19:44:18.413
FULL install Ubuntu on 4GB USB drive
[ "11.04", "installation", "usb", "drive" ]
5
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>OK, this is what i did to run Xubuntu From a SD card it applies to USB sticks too it's really simple actually , though i used only (x)Ubuntu, i'm prety sure it works for other Distro's, not so sure if it will work using Windows.</p>\n\n<p>First we need 2 USB sticks, one for t...
null
null
null
null
null
55989
1
null
2011-08-06T00:38:54.520
1
1536
<p>Im currently using fglrx from AMD and wanna try other driver to see if I can get better performance with compiz (I'm getting flickering). Everything I've tried dont works(Radeon, RadeonHD), I think that 6770 is too new; But wait! 6770 is almost identical to 5770! Any idea? I have ubuntu 11.04.</p>
22849
null
null
2012-03-01T22:50:05.237
OpenSource Driver with ATI HD 6770
[ "11.04", "drivers", "compiz", "video", "ati" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T04:25:07.577", "id": "63356", "postId": "55989", "score": "0", "text": "Go to CCSM (compiz Configuration Settings Manager) then go to the OpenGL plug in and then uncheck Sync to Vblank.\n\nThen go back and on the Composite plug in uncheck Detect Refresh Rate", "...
null
[ { "accepted": null, "body": "<p>It is unlikely you will get better performance with the open-source driver. Fglrx is much more efficient, so it will result in smoother graphics, more FPS in games etc. There are some exceptions, though, the open-source driver supports KMS while fglrx not, so with fglrx you w...
null
null
null
null
null
55992
1
56008
2011-08-06T01:15:40.730
14
42358
<p>Is there a way to get <strong>precise</strong> list of services with "is running"/"is not running" statuses specified.</p> <pre><code>service --status-all </code></pre> <p>outputs more than 30 <code>?</code> services.</p> <p>Why is that output is so not informative? Is it that difficult to determine if service is...
17485
17485
2011-08-06T06:43:48.777
2016-04-06T13:46:47.710
Running services
[ "services" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T06:40:19.013", "id": "63366", "postId": "55992", "score": "0", "text": "@Rinzwind: it returns several services with `+` and `-`, but most of services are marked with `?`. It is just installed ubuntu-server 11.04", "userDisplayName": null, "userId": "17485" ...
{ "accepted": true, "body": "<p>It seems a bug in the <code>service</code> script. Changing the grep pattern in line 77 with this gives better results:</p>\n\n<pre><code>\"\\(^\\|\\W\\)status)\"\n</code></pre>\n\n<p><strong>Edit</strong></p>\n\n<p>Found a bug report in Debian on this. A patch is available, function...
[ { "accepted": true, "body": "<p>It seems a bug in the <code>service</code> script. Changing the grep pattern in line 77 with this gives better results:</p>\n\n<pre><code>\"\\(^\\|\\W\\)status)\"\n</code></pre>\n\n<p><strong>Edit</strong></p>\n\n<p>Found a bug report in Debian on this. A patch is available, ...
null
null
null
null
null
55994
1
null
2011-08-06T02:42:30.530
1
320
<p>I am on ubuntu natty unity. I am facing a problem regarding indicator-weather indicator applet. Sometimes, it does not work correctly and turns gray. Please see following image<img src="https://i.stack.imgur.com/ImyPJ.png" alt="Weather indicator turning gray"></p> <p>If I click on refresh option then it works fine ...
8452
114
2011-08-06T04:25:35.197
2011-08-20T17:25:50.567
Why does my indicator-weather sometimes turn gray?
[ "11.04", "indicator" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T03:28:07.460", "id": "63350", "postId": "55994", "score": "0", "text": "Are you using any particular set of icons? And if you change them (right-click on desktop, choose \"Change Desktop Background,\" select the \"Theme\" tab, click the \"Customize...\" button, sel...
null
[ { "accepted": null, "body": "<p>That icon is displayed by Weather Indicator when an unknown weather condition is reported by the service. In other words it shows up when the icon theme has no icon representing the current weather.</p>\n\n<p>The weather condition is what shows up on the second line of weathe...
null
null
null
null
null
55995
1
55999
2011-08-06T03:02:30.963
1
1097
<p>I set Banshee up as the default app to launch when I plug in my Android device, but have changed my mind. I'd prefer that Ubuntu simply mount it as a drive and leave the rest to me.</p> <p>How would I go about changing this behavior?</p>
9617
null
null
2011-08-06T04:27:03.197
How do I stop Banshee from automatically starting when I plug in my Android device?
[ "11.04", "banshee", "android" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You could try changing the default behaviour for plugged in devices in Nautilus settings (the tab is called Devices I believe).</p>\n\n<p>Like \"Insert Audio CD\" --> \"open player\" etc</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-08-06T05:34:41.1...
[ { "accepted": true, "body": "<p>You could try changing the default behaviour for plugged in devices in Nautilus settings (the tab is called Devices I believe).</p>\n\n<p>Like \"Insert Audio CD\" --> \"open player\" etc</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-...
null
null
null
null
null
56001
1
null
2011-08-06T05:13:59.903
1
425
<p>I'm using a firefox extension called gmail watcher (https://addons.mozilla.org/en-US/firefox/addon/gmail-watcher/) </p> <p>For some reason it won't play a custom sound notification. I've got it working on a Mac and in PCLinuxOS, but for some reason Ubuntu 11.04 won't play the .wav file that the extension needs. </...
22854
47291
2012-05-06T23:36:25.837
2012-05-06T23:36:25.837
Firefox add-on gmail watcher sound problem
[ "11.04", "sound", "firefox", "thunderbird" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Got it working by installing the vlc plugin</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-08-07T17:57:12.697", "id": "56180", "lastActivityDate": "2011-08-07T17:57:1...
null
null
null
null
null
56003
1
56005
2011-08-06T05:56:21.037
15
1346
<p>I just noticed a blue triangle icon on my 'Ubuntu' icon. What could it mean?</p> <p><img src="https://i.stack.imgur.com/fLswR.png" alt="Blue triangle icon"></p>
21846
235
2011-08-06T18:14:53.383
2011-08-06T18:14:53.383
What is the blue triangle on the home button for?
[ "11.04", "unity" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T06:07:41.007", "id": "63363", "postId": "56003", "score": "0", "text": "Does the picture you posted have the 'Start' icon? If so, where?", "userDisplayName": null, "userId": "20054" }, { "creationDate": "2011-08-06T08:06:46.463", "id": "63374", ...
{ "accepted": true, "body": "<p>The little blue triangle is an indicator that shows when an application is requesting user attention (for instance, a dialogue pops up).</p>\n\n<p>The triangle is in the corner, and indicates the direction/place that the user needs to move the cursor in order to reveal the auto-hidde...
[ { "accepted": true, "body": "<p>The little blue triangle is an indicator that shows when an application is requesting user attention (for instance, a dialogue pops up).</p>\n\n<p>The triangle is in the corner, and indicates the direction/place that the user needs to move the cursor in order to reveal the au...
null
null
null
null
null
56004
1
56006
2011-08-06T06:12:36.683
2
354
<p>CompizConfig Settings Manager in Ubunte versions &lt; 11.04 have the ability to create keyboard shortcuts that will send the currently active window to a specific screen location. e.g. I had my computer set up so that <kbd>Super</kbd> + <kbd>→</kbd> sent the current window to the top-right corner of the current virt...
22856
2732
2012-02-10T22:14:11.483
2012-02-10T22:14:11.483
Create a keyboard shortcut to move windows to a specific screen edge
[ "keyboard", "shortcut-keys", "window-management" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Check out the <strong>Grid Plugin</strong> in CCSM - you can change the different shortcuts which are usually on the keypad!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-08-06T16:45:05.190", "id": "63415", "postId": "56006", "scor...
[ { "accepted": true, "body": "<p>Check out the <strong>Grid Plugin</strong> in CCSM - you can change the different shortcuts which are usually on the keypad!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-08-06T16:45:05.190", "id": "63415", "postId": ...
null
null
null
null
null
56012
1
56026
2011-08-06T08:45:30.263
6
6925
<p>I've installed all lua5.1 development packages from Synaptic and the g++ linker can not find <code>-llua</code>. I've read on some other question that it is possible that <code>-llua</code> has some other name and that I should fix it. But the problem is that I can't seem to find the <code>lua.o</code> or whatever i...
22859
6969
2011-08-06T15:29:26.287
2017-03-02T13:17:51.017
What package provides -llua for g++?
[ "package-management", "gcc", "shared-library", "g++" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>gcc … -llua</code> looks for a file called <code>liblua.so</code> if you're linking dynamically (the default) or <code>liblua.a</code> if you're linking statically.</p>\n\n<p>You can look for the package(s) containing a file by a certain name with <a href=\"http://packages.ubun...
[ { "accepted": true, "body": "<p><code>gcc … -llua</code> looks for a file called <code>liblua.so</code> if you're linking dynamically (the default) or <code>liblua.a</code> if you're linking statically.</p>\n\n<p>You can look for the package(s) containing a file by a certain name with <a href=\"http://packa...
null
null
null
null
null
56015
1
56016
2011-08-06T09:33:18.647
3
322
<p>First, I must say that I do not have PPA or any experimental packages enabled.</p> <p>Just now I installed the GIMP using kpackagekit. When I tried to start it using icon in the application menu, it didn't start.</p> <p>I tried running it from the terminal, and it said that it crashed with a segmentation fault.</p...
6228
14356
2011-08-06T11:25:12.737
2011-08-06T11:25:12.737
GIMP crashes on startup
[ "11.04", "kubuntu" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://kubuntuforums.net/forums/index.php?topic=3116721.msg262098#msg262098\" rel=\"nofollow\">Google revealed this</a> - as an aside - weirdest solution I've seen - but a <a href=\"https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/757653\" rel=\"nofollow\">known bug</a><...
[ { "accepted": true, "body": "<p><a href=\"http://kubuntuforums.net/forums/index.php?topic=3116721.msg262098#msg262098\" rel=\"nofollow\">Google revealed this</a> - as an aside - weirdest solution I've seen - but a <a href=\"https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/757653\" rel=\"nofollow\">known ...
null
null
null
null
null
56017
1
56049
2011-08-06T09:45:47.247
11
2735
<p>There are a few dictionaries on my system, </p> <pre><code>/usr/share/dict/words /usr/share/dict/american-english /usr/share/dict/british-english /usr/share/dict/ngerman ... </code></pre> <p>and so on.</p> <p>How are these files licensed to me? Which project / package provides them?</p>
1067
1067
2011-08-06T09:59:03.460
2011-08-06T15:41:10.753
Under what license can I use /usr/share/dict/words?
[ "license", "dictionary" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>First you need to determine what package the files belong to. You can use <code>dpkg -S searchterm</code> for that. For example, <code>dpkg -S /usr/share/dict/american-english</code> yields:</p>\n\n<pre><code>wamerican: /usr/share/dict/american-english\n</code></pre>\n\n<p>So, the su...
[ { "accepted": null, "body": "<p><a href=\"http://packages.ubuntu.com/natty/wordlist\" rel=\"nofollow\">http://packages.ubuntu.com/natty/wordlist</a></p>\n\n<p>Find the license by clicking the specific package and looking at the copyright over on the right.</p>\n\n<p>(Found this by googling /usr/share/dict/w...
null
null
null
null
null
56018
1
null
2011-08-06T10:05:30.987
1
274
<p>After removal of gnome-3, I am not able to install any gnome applications like gedit, gnome-control-center, I am getting following error. How to solve this?</p> <pre><code>sunny@sunny-TravelMate-4740:~$ sudo apt-get install gnome-control-center -f Reading package lists... Done Building dependency tree Readin...
8129
null
null
2012-03-31T14:38:42.527
Getting issues after removal of Gnome3
[ "gnome" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T10:08:04.410", "id": "63384", "postId": "56018", "score": "1", "text": "But of course you can't you have to completely reinstall Gnome 2.", "userDisplayName": null, "userId": "4203" } ]
null
[ { "accepted": null, "body": "<p>As stated by Uri Herrera in the above comment all these packages depend on having a version of gnome installed.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-03-31T14:38:42....
null
null
null
null
null
56020
1
null
2011-08-06T10:50:22.043
8
849
<p>First off, this not a whinging moaning message: I'm interested to see if other people have similar problems to the ones I've had, and I'm trying to be constructive.</p> <p>I am comparing U1 with DropBox. I would like to drop the other product due to security issues and problems I have with support, terms of use, et...
22864
8844
2011-08-09T16:44:37.627
2011-08-10T01:31:50.020
Is Ubuntu One Robust enough for serious use?
[ "ubuntu-one", "sync" ]
2
5
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T11:24:12.887", "id": "63390", "postId": "56020", "score": "0", "text": "If you are worried about security with dropbox you could use encfs to encrypt certain files. It works well with Dropbox other than say Truecrypt cause it's container files are rather bad for syn...
null
[ { "accepted": null, "body": "<p>I've used Ubuntu One filesync daily for a few months and I've never had any unreasonable conflicts. When I work in LibreOffice on files stored in a synced folder, then I've gotten some conflicts, and I've come to understand that's because of LOs auto-save feature. So I've sto...
null
null
null
null
null
56022
1
56044
2011-08-06T10:55:20.717
240
291452
<p>If just need to crop Audio/Video from a longer track, what can I use? I tried OpenShot, but I find the export video slow, perhaps its compling all the "layers" into a new movie? Perhaps I just need a simple "crop" tool for audio/video will surfice? </p>
14782
227922
2014-10-26T17:55:46.990
2023-09-04T09:01:40.130
What to use to quickly cut Audio/Video
[ "software-recommendation", "video-editor", "sound-editor" ]
22
3
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T11:21:45.250", "id": "63389", "postId": "56022", "score": "1", "text": "What sort of video formats are you dealing with? Are you looking for a GUI or a CLI solution?", "userDisplayName": null, "userId": "14356" }, { "creationDate": "2011-08-06T13:06...
{ "accepted": true, "body": "<ul>\n<li>Avidemux (From PPA) - <a href=\"http://avidemux.sourceforge.net/\" rel=\"noreferrer\">http://avidemux.sourceforge.net/</a></li>\n<li>OpenShot (From PPA) - <a href=\"https://launchpad.net/openshot/\" rel=\"noreferrer\">https://launchpad.net/openshot/</a> <a href=\"http://www.op...
[ { "accepted": null, "body": "<p>I use Kdenlive, but I wouldn't be surprised if you could even slice video this way in PiTiVi:</p>\n\n<ol>\n<li>Create a new project with your full lecture.</li>\n<li>Set your start and end points for the first \"manageable chunk\" in the clip monitor.</li>\n<li>Drag from the ...
null
null
null
null
null
56025
1
56043
2011-08-06T11:26:07.380
4
5365
<p>is there any alternate for yakuake for the unity desktop, when i log in unless i'm in KDE, i cant open yakuake.</p> <pre><code>sudo apt-get install yakuake </code></pre> <p>returns nothing on unity, while on KDE it installed perfectly.</p>
22863
41
2011-08-06T15:40:29.567
2011-08-06T15:40:29.567
what is the yakuake alternative for unity desktop?
[ "11.04", "unity", "command-line" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I used yakuake but changed it for guake. To install guake, open a terminal and type this command:</p>\n\n<p><code>sudo aptitude install guake</code></p>\n\n<p>Guake doesn't have as many features as Yakuake but works better in a gnome or unity desktop. Also try tilda, it is even more ...
[ { "accepted": true, "body": "<p>I used yakuake but changed it for guake. To install guake, open a terminal and type this command:</p>\n\n<p><code>sudo aptitude install guake</code></p>\n\n<p>Guake doesn't have as many features as Yakuake but works better in a gnome or unity desktop. Also try tilda, it is ev...
null
null
null
null
null
56027
1
56195
2011-08-06T11:32:34.417
2
2964
<p><a href="http://en.wikipedia.org/wiki/Ge%27ez_language" rel="nofollow">Ge'ez</a> is an East-African alphabet. </p> <p>Using the powerful <a href="http://www.eclipse.org/" rel="nofollow">Eclipse IDE editor</a>, it is possible to switch "Input Type" to <em>Tigrinya (EZ+)</em>. Typing the 5 letters <em>selam</em> will...
22865
19490
2011-09-27T09:20:47.673
2015-09-30T02:56:17.383
How to enter Ge'ez alphabet (Tigrinyan language)
[ "gnome", "internationalization", "input-language" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2015-10-31T19:36:17.680", "id": "1011289", "postId": "56027", "score": "0", "text": "Long time no answer on how to do the same on linux mint: http://unix.stackexchange.com/q/213304/64733", "userDisplayName": null, "userId": "22865" } ]
{ "accepted": true, "body": "<p>ሰላም! One option is to use IBus with the Amharic - sera layout. Try this: <code>System &gt; Prererences &gt; Keyboard Input Methods</code>. If this is the first time you use it, it will likely ask whether the ibus system should be started (asked twice for me), you should do that.</p>\...
[ { "accepted": true, "body": "<p>ሰላም! One option is to use IBus with the Amharic - sera layout. Try this: <code>System &gt; Prererences &gt; Keyboard Input Methods</code>. If this is the first time you use it, it will likely ask whether the ibus system should be started (asked twice for me), you should do th...
null
null
null
null
null
56029
1
null
2011-08-06T12:20:51.553
2
376
<p>Suppose I have a meta-package "m" that installs a, b, and c. After doing an apt-get install m, I encounter an error during the install of b. In our example b does some compilation stuff. Now I want to clean out m, a, b, and c and re-install. What I want is for b to do its compilation stuff as well. What I am seein...
22866
null
null
2011-08-06T13:34:14.160
How to ensure full package install after removing a meta-package?
[ "package-management" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If I understand well, you want to know how to rollback to the initial status after a failing installation of a metapackage.</p>\n\n<p>Metapackages have the characteristic that the packages their bring in as recommended dependencies are not marked as <em>automatic</em>, so tha...
null
null
null
null
null
56031
1
56199
2011-08-06T12:35:57.107
10
5452
<h2>The Problem</h2> <p>For an Operating Systems Architecture course at University, we are required to use VMware Player 3.1.4 for class assignments. I currently run 64-bit Ubuntu 11.04, and have recently formatted with a vanilla install of 64-bit 11.04; which still had the following outcome.</p> <p>I start the insta...
307
-1
2017-05-23T12:39:49.137
2022-11-10T09:09:29.073
"Line 302 Permission Denied" error while installing VMware Player
[ "installation", "permissions", "vmware" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T15:54:42.120", "id": "63411", "postId": "56031", "score": "2", "text": "Alex - the partition that holds your /tmp folder, does it have a \"noexec\" in /etc/fstab - I think that may cause this issue.", "userDisplayName": null, "userId": "14356" }, { "...
{ "accepted": true, "body": "<p>It is likely that the installer is trying to execute a binary in the /tmp folder.</p>\n\n<p>It is probable that whatever partition you have your /tmp folder in, it is configured in /etc/fstab to be \"<a href=\"http://www.tuxfiles.org/linuxhelp/fstab.html\">noexec</a>\". This means t...
[ { "accepted": true, "body": "<p>It is likely that the installer is trying to execute a binary in the /tmp folder.</p>\n\n<p>It is probable that whatever partition you have your /tmp folder in, it is configured in /etc/fstab to be \"<a href=\"http://www.tuxfiles.org/linuxhelp/fstab.html\">noexec</a>\". This...
null
null
null
null
null
56035
1
56041
2011-08-06T13:49:27.873
4
2521
<p>Many external hard drives have a backup-button with a OTB function for backing up stuff. An example is the "Sharkoon Quickstore Portable".</p> <p>So how does this button works?</p> <p>Is there a vendor neutral standard?</p> <p>Does it need a special driver?</p> <p>How can I assign a action to this button? (For e...
10176
15811
2011-08-17T05:15:41.967
2011-08-17T05:15:41.967
How does the backup-button works and how can I use this under Ubuntu?
[ "usb", "backup", "hard-drive", "deja-dup", "button" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-09T07:37:27.283", "id": "63830", "postId": "56035", "score": "0", "text": "Is there a USB-harddrive available which supports this button under Ubuntu?", "userDisplayName": null, "userId": "10176" } ]
{ "accepted": true, "body": "<p>I have a drive with a button like this but due to my transient state the drive is in storage (I feel like there's a joke to be had there) and I have never researched the button before. <strong>What I'm about to say could be completely incorrect.</strong></p>\n\n<p>If I were to guess ...
[ { "accepted": true, "body": "<p>I have a drive with a button like this but due to my transient state the drive is in storage (I feel like there's a joke to be had there) and I have never researched the button before. <strong>What I'm about to say could be completely incorrect.</strong></p>\n\n<p>If I were t...
null
null
null
null
null
56036
1
56040
2011-08-06T13:50:49.023
14
6029
<p>I know what the <code>/etc/group</code> file is for, but I'm also seeing a <code>/etc/group-</code> file. What's the difference between the two?</p> <p>The same group names and ids appear in both files. Only the last column (users) is different.</p> <p>I'm running ubuntu 11.04</p>
22755
196255
2014-02-12T13:26:52.093
2014-02-12T13:26:52.093
What's the difference between the "group" and "group-" file?
[ "etc" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Though I cannot find any information in manual pages, I suppose it is a backup copy, as it is documented for <code>/etc/shadow-</code> in <code>shadow</code> manual page:</p>\n\n<pre><code>/etc/shadow-\n Backup file for /etc/shadow.\n</code></pre>\n", "commentCount": "0", "...
[ { "accepted": true, "body": "<p>Though I cannot find any information in manual pages, I suppose it is a backup copy, as it is documented for <code>/etc/shadow-</code> in <code>shadow</code> manual page:</p>\n\n<pre><code>/etc/shadow-\n Backup file for /etc/shadow.\n</code></pre>\n", "commentCount"...
null
null
null
null
null
56037
1
60306
2011-08-06T13:52:49.913
13
17909
<p>I have a laptop with an HDMI port. While we're homeless and staying with friends I've been plugging it into their surround sound receiver with an HDMI cable. To get sound working I have to open up the sound settings jobby and switch the hardware profile from "Analogue Stereo Output" to "Digital Stereo (HDMI) Output"...
449
-1
2017-04-13T12:23:53.673
2012-05-02T06:36:39.087
Auto-switch audio to HDMI when HDMI monitor/receiver plugged into laptop
[ "sound", "pulseaudio", "hdmi", "udev" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2011-09-05T12:03:19.160", "id": "68690", "postId": "56037", "score": "0", "text": "You can use `udevadm monitor` to see which udev events are triggered by HDMI status changes, but according to this: [http://www.spinics.net/lists/xorg/msg52939.html], not all are perhaps support...
{ "accepted": true, "body": "<p>In Ubuntu 11.10 pulseaudio will recognize when you plug hdmi (or phone jack) and will make the switch automatically. </p>\n\n<p>See this: </p>\n\n<p><a href=\"http://voices.canonical.com/david.henningsson/?p=15\" rel=\"nofollow\">http://voices.canonical.com/david.henningsson/?p=15<...
[ { "accepted": null, "body": "<p>There is a tool in the ubuntu repositories, padevchooser, which claims to let you change the output on the fly. I tried this and it doesn't really work for me (trying to switch output between built-in sound card and external USB music centre). The tool only lets me select \"D...
null
null
null
null
null
56038
1
null
2011-08-06T14:08:36.030
1
488
<p>I take alot of photos, on windows I have used <a href="http://picasa.google.com/linux/" rel="nofollow">picasa</a> - and sure, it is a wine-based version available for linux. What alternatives are available on Ubuntu that can at least handle RAW Support, Organization, Editing and Uploading to the web?</p> <p><em>Ple...
22684
22684
2011-08-06T14:20:34.180
2011-08-06T15:56:28.523
Photo organization software?
[ "software-recommendation", "photo-management" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T14:14:57.957", "id": "63400", "postId": "56038", "score": "2", "text": "This question really isn't [in a great format](http://askubuntu.com/faq#dontask). Asking for the \"Best\" is subjective and will change from person to person. I've changed your question to avoid...
null
[ { "accepted": null, "body": "<p><a href=\"http://yorba.org/shotwell/\" rel=\"nofollow noreferrer\"><strong>Shotwell</strong></a> , (Default in Ubuntu): <a href=\"http://apt.ubuntu.com/p/shotwell\" rel=\"nofollow noreferrer\">Install</a>.</p>\n\n<blockquote>\n <ol>\n <li>Import photos from folders or from ...
2011-08-06T14:18:36.487
null
null
null
null
56039
1
null
2011-08-06T14:11:18.337
0
3947
<p>How do I get Network-admin to restrict connection to GSM (Edge) instead of flipping between 3G and Edge and lose connection. Usually it works out-of-the box, but at my current location there are a lot of radio shadows, so the recommendation from my ISP is that I should lock to Edge - which can be done using their ow...
631
40955
2012-05-08T08:35:53.633
2014-10-14T07:54:32.013
How can I force a USB modem to only connect via EDGE and not 3G?
[ "11.04", "network-manager", "3g", "usb-modem" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-03-26T20:26:57.817", "id": "137579", "postId": "56039", "score": "0", "text": "OP are you still looking for an answer? If so, you may need to repost your question as this is flagged for closure. Regards,", "userDisplayName": null, "userId": "46312" } ]
null
[ { "accepted": null, "body": "<p>click on network applet > <code>Edit connections..</code> > Mobile Broadband</p>\n\n<p>select your mobile broadband connection and click <code>Edit</code></p>\n\n<p><img src=\"https://i.stack.imgur.com/jDJ6l.png\" alt=\"enter image description here\"></p>\n\n<p>you will see d...
null
null
null
null
null
56042
1
null
2011-08-06T14:49:04.577
12
24724
<p>I am looking for PSD files viewer. Gimp is too fat for this job. I need something fast and light.</p>
16316
169736
2014-01-05T14:02:55.307
2018-09-26T22:37:09.833
Fast PSD files preview
[ "software-recommendation" ]
5
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You may like <a href=\"http://kuickshow.sourceforge.net/\" rel=\"noreferrer\">Kuickshow</a>. </p>\n\n<p>\"KuickShow is an image browser/viewer with a nice filebrowser to select images to be shown, slideshow support and the ability to display the following image formats: jpg,...
null
null
null
null
null
56045
1
56052
2011-08-06T15:29:11.033
5
17665
<p>Network manager shows the message "wireless is disabled by hardware switch" while three is no switch on the laptop to disable wireless.</p> <p>below is the lshw output which might help to get to the solution</p> <pre><code> $ sudo lshw -C network ... *-network DISABLED description: Wireless interface ...
3575
235
2011-08-06T16:17:28.213
2016-08-12T22:56:20.580
Wireless is disabled by hardware switch
[ "11.04", "wireless", "intel-wireless" ]
10
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T15:42:30.080", "id": "63407", "postId": "56045", "score": "0", "text": "Is this a fresh install?If so, Have you checked for additional drivers?", "userDisplayName": null, "userId": "4937" }, { "creationDate": "2011-08-06T15:47:07.103", "id": "634...
{ "accepted": true, "body": "<p>That model does have a wireless on/off switch just under the PC card slot, but I'm sure you know that already.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-08-16T03:59:48.863", "id": "65051", "postId": "56052", "score": "0", ...
[ { "accepted": null, "body": "<p>May be there is a <kbd>Fn</kbd> + something that works as a hardware switch. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-08-06T15:45:54.763", "id": "63409", "postId": "56048", "score": "0", "text": ...
null
0
null
null
null
56046
1
null
2011-08-06T15:29:17.463
3
993
<p>I hear noise in my speakers and headphones after waking up my PC. To fix this, I have to reload ALSA. Is there a way to fix, or at least to reload ALSA automatic after suspend ? </p> <p>Oh I forgot, I'm running Ubuntu 11.04 and my soundcard is Creative X-Fi ExtremeGamer.</p>
22871
null
null
2011-08-06T23:14:20.137
Noise after resuming computer from suspend
[ "suspend", "alsa", "noise" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You could add a script to <code>/etc/pm/sleep.d/</code> to run things when the computer wakes up. The scripts in this directory run at both sleep and wake so in order to detect which are which, the scripts are passed an argument to say what's going on. In your case, it doesn'...
null
null
null
null
null
56051
1
null
2011-08-06T15:58:28.447
28
22580
<p>I have <code>/home</code> on a separate partition. I want to reinstall Ubuntu.</p> <p>I don't want to lose my personal files in <code>/home</code> (I already have a backup but I would like to avoid the hassle of restoring the backup). I know how to reinstall Ubuntu using an existing <code>/home</code> partition with...
22873
618353
2021-07-01T12:47:31.080
2021-07-01T12:47:31.080
Reinstalling Ubuntu without formatting /home, as well as without any old config files?
[ "system-installation", "home-directory", "disk-formatting" ]
5
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You might be the first person to try what you are wanting to do. So, you can tell us if it works.</p>\n\n<p>I would suggest that you delete those hidden files/folders beginning with a dot (or, if you are nervous - rename them to <code>.somethingold</code>) then shutdown and b...
null
null
null
null
null
56055
1
null
2011-08-06T17:17:22.530
1
701
<p>I have two W2252TQ Flatron screens, both were working in windows 7 prior to installing Ubuntu 10.04. The active monitor is connected via DVI with the VGA one dark. If I disconnect the DVI one then the VGA monitor becomes the active one. I would like both of them to work.</p> <p>Additionally if I check the monitors ...
6955
null
null
2012-01-05T23:23:08.263
How can I get both of my monitors working with Ubuntu?
[ "11.04", "nvidia", "multiple-monitors", "monitor" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T17:38:19.253", "id": "63419", "postId": "56055", "score": "0", "text": "kit - the \"driver is activated but not in use\" is resolved here - see if this resolves your monitor issues. http://askubuntu.com/questions/37084/nvidia-driver-activated-but-currently-not-in-u...
null
[ { "accepted": null, "body": "<p>I would suggest you to use the propietary nVidia Settings GUI for that purpose with sudo by dropping the <code>sudo nvidia-settings</code> in a terminal, this way you will be able, (the same as normal way) to set your monitor preferences, in which you can enable both TwinView...
null
null
null
null
null
56056
1
56060
2011-08-06T17:19:15.880
2
1862
<p>I'd like to get some of the functional of xmonad in gnome. Is it possible to write a shell script that will resize and position the windows that are open on the Gnome desktop?</p>
8986
null
null
2011-08-06T18:20:42.807
Is there a way to programmatically move and resize gnome windows?
[ "gnome" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T17:46:30.333", "id": "63420", "postId": "56056", "score": "0", "text": "**Devil's pie** comes to mind. See here:\r\n\r\nhttp://askubuntu.com/questions/53935/how-to-make-programs-that-autostart-at-login-start-hidden/53968#53968", "userDisplayName": null, "use...
{ "accepted": true, "body": "<p>You can do scripts using xdotool. </p>\n\n<p>\"<strong>What is <a href=\"http://apt.ubuntu.com/p/xdotool\" rel=\"nofollow\">xdotool</a>?</strong><br>\nThis tool lets you simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST extensio...
[ { "accepted": true, "body": "<p>You can do scripts using xdotool. </p>\n\n<p>\"<strong>What is <a href=\"http://apt.ubuntu.com/p/xdotool\" rel=\"nofollow\">xdotool</a>?</strong><br>\nThis tool lets you simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST ...
null
null
null
null
null
56063
1
null
2011-08-06T18:51:08.907
0
1024
<p>Since I installed my graphics card - a AMD Radeon HD 6850 - I couldn't get Ubuntu to work. I've just installed Ubuntu again but still no success to run it properly. I've installed using updates and MP3 codecs.</p> <p>When I start Ubuntu, I see the monitor is slipped right. How can I solve this issue?</p>
14186
3037
2012-01-19T11:25:24.347
2012-01-19T11:29:18.583
Screen issues (image shifted to the right) with AMD Radeon HD 6850
[ "installation", "graphics", "ati" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T19:02:28.573", "id": "63431", "postId": "56063", "score": "1", "text": "Your monitor will have controls to move the screen image left and right - have you tried this?", "userDisplayName": null, "userId": "14356" }, { "creationDate": "2011-08-06T22:18...
null
[ { "accepted": null, "body": "<p>I had the very same problem with the very same HD6850. Here's what to do:</p>\n\n<ol>\n<li>Boot from LiveCD.</li>\n<li>Mount your hard drive by clicking it from <em>Home folder</em> for example.</li>\n<li><p>In a terminal, run:</p>\n\n<pre><code>sudo gedit /media/hddUUIDcode/...
null
null
null
null
null
56064
1
null
2011-08-06T18:54:04.180
0
455
<p>I have a big problem with Ubuntu Server 11.04. When I log into the server with ssh or ftp the files in my Home folder is encrypted. This happened yesterday too, but a reboot fixed it.</p> <p>I just reinstalled the OS on my desktop computer and had a backup on the server, so I need to get hold of the files.</p> <p>...
22877
null
null
2011-08-07T00:21:25.370
Won't decrypt home folder, Ubuntu server 11.04
[ "server", "encryption" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Run <code>ecryptfs-mount-private</code>. It should be doing this automatically but until you can work out why it isn't, that should unlock your home, once you have logged in.</p>\n\n<p>As for the actual issue, I've no idea why it's only running intermittently.</p>\n", "co...
null
null
null
null
null
56067
1
null
2011-08-06T21:29:00.100
1
195
<p>I messed around with my partition table a few weeks ago, now I can't start up Ubuntu, except recovery mode.</p> <p>It gives me an error message in the beginning like /device/sda1 is not ready or not present then it FREEZES.</p> <p>Is there a way to restore it?</p>
22013
6005
2012-06-26T00:04:22.747
2012-06-26T00:04:22.747
Corrupted Partition Table in Ubuntu Natty
[ "partitioning", "startup" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>It's hard to know precisely what's happened. I suggest that perhaps the UUID (unique identifier) of the partition has changed with your playing around but it might be broken more than that.</p>\n\n<p>Whatever happens, you'll need an Ubuntu CD. It doesn't <em>have</em> to be t...
null
null
2014-08-01T10:19:05.020
null
null
56069
1
56628
2011-08-06T22:03:39.837
5
4761
<p>Trying to dual-boot UBuntu and Windows 7 on the same 1TB Sata hard drive, but the Ubuntu installer won't recognize the drive- the live CD will, though, and can see it under GParted, etc.</p> <p>Already tried going into BIOS and changing away from IDE. No luck.</p> <hr> <p>This is OP- I think I was mistaken about ...
22882
449
2011-08-06T23:46:52.997
2012-08-13T04:54:00.780
Ubuntu Install Failing- Hard Drive
[ "installation", "disk", "sata" ]
4
3
CC BY-SA 3.0
[ { "creationDate": "2011-08-06T22:07:21.690", "id": "63434", "postId": "56069", "score": "0", "text": "What do you mean by \"Ubuntu installer won't recognize\", and \"live CD will\", they are not the same?", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-08-0...
{ "accepted": true, "body": "<p>Boot up into your LiveCD as normal. Before running the installer open up a terminal and type in the following command :</p>\n\n<pre><code>sudo apt-get remove dmraid\n</code></pre>\n\n<p>Dmraid is known to stop some hard drives being detected in the installer. Removing (uninstalling) ...
[ { "accepted": null, "body": "<p>Make sure you do not have the disc mounted before trying to install. If you have the disc mounted (able to see/open files) then you will not be able to install Ubuntu to that disc as the installer will not be able to write changes to it. </p>\n", "commentCount": "1", ...
null
null
null
null
null
56083
1
56093
2011-08-07T02:09:29.440
10
45324
<p>I have a MTS MBlaze USB dongle, with which I can connect to the internet. The question is, how do I set up a ssh connection accessible over the internet so that any one can connect to my PC through that (using valid username/password provided by me of course) ? If not possible, what do I need to make this possible ?...
12708
null
null
2016-04-11T15:08:10.353
How to set up ssh connection (acessible over internet, not LAN) using MTS MBLaze modem?
[ "ssh", "vpn", "tunnel" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<h1>install ssh</h1>\n\n<p>First things first. You need ssh installed. Not just the client, the server too. Find out:</p>\n\n<pre><code>$ which ssh\n/usr/bin/ssh\n$ which sshd\n/usr/sbin/sshd\n</code></pre>\n\n<p>If <code>which</code> can't find them, you need to install: <code>sudo apt...
[ { "accepted": true, "body": "<h1>install ssh</h1>\n\n<p>First things first. You need ssh installed. Not just the client, the server too. Find out:</p>\n\n<pre><code>$ which ssh\n/usr/bin/ssh\n$ which sshd\n/usr/sbin/sshd\n</code></pre>\n\n<p>If <code>which</code> can't find them, you need to install: <code>...
null
null
null
null
null
56084
1
null
2011-08-07T02:22:25.797
2
15581
<p>how do I need to install mySQL server 4.1 on Ubuntu 11.04 server for a legacy app to run (it breaks on mySQL 5).</p> <pre><code>sudo apt-get mysql-server-4.1 </code></pre> <p>doesn't work - "package is missing, obsoleted or available from another source".</p> <p><strong>Background:</strong></p> <p>I'm trying to...
22889
null
null
2011-09-04T11:18:42.600
Installing old MySQL server 4.1 on Ubuntu 11.04
[ "installation", "mysql" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T04:09:40.230", "id": "63457", "postId": "56084", "score": "0", "text": "In your sudo command - install is missing ---", "userDisplayName": null, "userId": "22449" }, { "creationDate": "2011-10-31T07:59:02.867", "id": "83892", "postId": "56084...
null
[ { "accepted": null, "body": "<p>Here are the steps to install Mysql server 4.1 in Ubuntu.</p>\n\n<p>1) This will install Ubuntu -(Your Sudo command didn't have \"install\"</p>\n\n<pre><code>sudo apt-get install mysql-server-4.1\n</code></pre>\n\n<p>2) If you wan to install PHP on Ubuntu use this </p>\n\n<pr...
null
null
null
null
null
56088
1
65405
2011-08-07T03:36:33.383
1
5494
<ul> <li><p>Update: After installing mono-complete, there are some warnings:</p> <pre><code>$ mono HandyOutliner.exe libpng warning: Incorrect sBIT chunk length ** (HandyOutliner.exe:18066): WARNING **: GdipSetPenCustomStartCap isn't implemented ** (HandyOutliner.exe:18066): WARNING **: GdipSetPenCustomEndCap isn't...
1471
250300
2017-06-12T14:12:28.080
2017-06-12T14:12:28.080
Fail to run a .NET 2.0 application with mono 2.6.7
[ "windows", "mono" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T04:16:28.077", "id": "63459", "postId": "56088", "score": "0", "text": "very strange - on natty it has the same mono version - this application starts OK.", "userDisplayName": null, "userId": "14356" }, { "creationDate": "2011-08-07T06:08:41.493", ...
{ "accepted": true, "body": "<p>I've fixed the program for Linux and Mac OS X. Please download the latest version from the <a href=\"http://handyoutlinerfo.sourceforge.net/\" rel=\"nofollow\" title=\"HandyOutliner for DjVu / PDF\">project page</a>.</p>\n", "commentCount": "2", "comments": [ { "creatio...
[ { "accepted": null, "body": "<p>The application is looking for the 'System.Windows.Forms' assembly, which is in the package <a href=\"http://packages.ubuntu.com/libmono-winforms2.0-cil\" rel=\"nofollow noreferrer\">libmono-winforms2.0-cil</a>.</p>\n\n<p>If you want to install all of mono &amp; its dependenc...
null
null
null
null
null
56091
1
null
2011-08-07T04:14:13.723
3
1785
<p>I have this file that I got from a friend who says that its the disk image of an android mobile. Doing a <code>file</code> on the image I get the following:-</p> <pre><code>$ file t.bin t.bin: Linux rev 0.0 ext2 filesystem data (mounted or unclean), UUID=badcafee-dead-beef-0000-000000000000 </code></pre> <p>So I ...
null
2979
2013-11-15T16:21:49.463
2013-11-15T16:21:49.463
mouting "t.bin"
[ "mount" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T07:44:05.083", "id": "63472", "postId": "56091", "score": "1", "text": "`file` says \"mounted or unclean\", try to fsck it before mounting.", "userDisplayName": null, "userId": "2647" } ]
null
[ { "accepted": null, "body": "<p>There seems to be some information missing from your question, namely how NFS is being used on your system.</p>\n\n<p><strong>Is the file system image stored on an NFS mounted file system?</strong></p>\n\n<p>If so, try copying it to a local file system and then mount it. For...
null
null
null
null
user8838
56092
1
56106
2011-08-07T04:16:13.443
4
10502
<p>I installed <code>lm-sensors hddtemp sensors-applet</code>. I am able to get output from <code>sensors</code>. But cant find how I can start <code>sensors-applet</code>. I didnt find Hardware Sensors (or anything that looks like <code>sensors-applet</code>) under <code>Right Click Panel &gt; Add to Panel</code></p> ...
14782
null
null
2011-08-13T20:49:07.237
How to start sensors-applet
[ "11.04", "sensors" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I'm guessing your using unity under ubuntu 11.04 in which case unity doesn't support the sensors applet. A lot of people seem to be suggesting trying the indicator applets that you can find in synaptic but I haven't any experience myself.</p>\n\n<p>EDIT: I found <a href=\"https://ask...
[ { "accepted": true, "body": "<p>I'm guessing your using unity under ubuntu 11.04 in which case unity doesn't support the sensors applet. A lot of people seem to be suggesting trying the indicator applets that you can find in synaptic but I haven't any experience myself.</p>\n\n<p>EDIT: I found <a href=\"htt...
null
null
null
null
null
56094
1
null
2011-08-07T04:46:02.290
2
976
<p>I just upgraded my GUI from Unity to GNOME3. There's one problem I'm having, though. Pointing Devices apparently loses functionality in GNOME3, but I need to be able to use my trackpoint.</p> <p>Pointing Devices can disable the trackpad fine, and my trackpoint itself works fine, but my middle button doesn't work.</...
20727
235
2011-08-07T15:41:15.317
2011-08-07T17:25:52.707
Middle button on trackpad/point doesn't work with GNOME 3
[ "mouse", "trackpad" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I figured it out.</p>\n\n<p>What I had to do was create a file in /usr/share/X11/xorg.conf.d called 20-thinkpad.conf</p>\n\n<p>Inside the file, I put:</p>\n\n<pre><code>Section \"InputClass\"\nIdentifier \"Trackpoint Wheel Emulation\"\nMatchProduct \"TrackPoint\"\nMatchDevice...
null
null
null
null
null
56095
1
56111
2011-08-07T04:17:54.713
17
176809
<h3>Problem I Faced</h3> <ul> <li>I installed something that crashed my Wifi drivers that I compiled earlier.</li> <li>Un-installing the same package doesn't helped.</li> <li>Finally, I re-compiled my wifi drivers and things are good.</li> </ul> <h3>My Question</h3> <p><strong>But, is there anything like System Restore...
22891
-1
2020-06-12T14:37:07.210
2019-12-20T17:06:20.127
How I do a system restore?
[ "apt", "backup", "system" ]
6
4
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T05:16:53.037", "id": "63466", "postId": "56095", "score": "0", "text": "System breakage is a serious problem in Linux, there must be something like `System Wide UNDO` ?", "userDisplayName": null, "userId": "22891" }, { "creationDate": "2011-08-07T05:...
{ "accepted": true, "body": "<p>The complement of <code>apt-get install package</code> is <code>apt-get remove package</code>. To remove all associated settings too, you need to run <code>apt-get purge package</code>.</p>\n\n<p>Note that these commands rely on the uninstallation scripts provided with the package. A...
[ { "accepted": null, "body": "<p>There is no such feature in Ubuntu like \"Restore to previous state\" in Windows. You should have taken backup, to restore the machine to an earlier stage. Seriously I am also missing this feature. There are many tools but none of them work like Windows Restore point nor Macs...
null
null
null
null
Yugal Jindle
56104
1
null
2011-08-07T08:04:12.577
577
922422
<p>I want to install <strong>Oracle's JRE</strong> and to update to the latest version with the Software Updater when they released. Is there a Ubuntu package that is provided by Canonical or Oracle?</p> <p>Before release Java 7, I followed <a href="https://askubuntu.com/questions/5459/how-can-i-install-the-latest-ver...
5717
-1
2017-04-13T12:24:44.127
2020-05-05T01:23:37.507
How can I install Sun/Oracle's proprietary Java JDK 6/7/8 or JRE?
[ "java", "software-installation", "jdk", "jre" ]
28
10
CC BY-SA 3.0
[ { "creationDate": "2012-11-12T16:40:23.100", "id": "267810", "postId": "56104", "score": "12", "text": "I would also like to point out that using OpenJDK is more than a viable alternative: it is also the [reference implementation now](https://blogs.oracle.com/henrik/entry/moving_to_openjdk_as_th...
null
[ { "accepted": null, "body": "<p>There is a <a href=\"https://askubuntu.com/a/56119/44179\">similar answer</a> on how to install JRE 7.</p>\n\n<h1>Install Java JDK</h1>\n\n<h2>The manual way</h2>\n\n<ul>\n<li><p><a href=\"http://www.oracle.com/technetwork/java/javase/downloads/index.html\" rel=\"noreferrer\"...
null
null
null
null
null
56107
1
56113
2011-08-07T08:32:47.743
5
1300
<p>I rarely use Trash. (I use <kbd>Shift</kbd>+<kbd>Delete</kbd>) But recently, I found I often remove some important files by mistake. So I want to use Trash now.</p> <p>But as we all know, my limited disk space will be filled with files in Trash if I don't clear the Trash by myself.</p> <p>So I have an idea. I want...
22895
17789
2012-08-19T11:38:20.117
2017-03-18T07:46:59.920
How to move my Trash into /tmp or automatically empty trash on reboot?
[ "trash", "tmp" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Why don't you use another approach:</p>\n\n<h3>Crontab combined with command line client for trash</h3>\n\n<ul>\n<li>Install <a href=\"http://packages.ubuntu.com/trash-cli\" rel=\"nofollow noreferrer\">trash-cli</a> <a href=\"http://apt.ubuntu.com/p/trash-cli\" rel=\"nofollow norefer...
[ { "accepted": true, "body": "<p>Why don't you use another approach:</p>\n\n<h3>Crontab combined with command line client for trash</h3>\n\n<ul>\n<li>Install <a href=\"http://packages.ubuntu.com/trash-cli\" rel=\"nofollow noreferrer\">trash-cli</a> <a href=\"http://apt.ubuntu.com/p/trash-cli\" rel=\"nofollow...
null
null
null
null
null
56116
1
56308
2011-08-07T10:28:04.807
3
9340
<p>I've got a fairly fresh install (a month old) of Kubuntu without much modification done to it and I'm having massive issues connecting to any wireless network. The computer can see the networks available and on trying to connect to my home network it will get to Setting Network Address before waiting for a while an...
15207
15207
2011-08-08T14:32:28.603
2011-11-14T10:14:43.500
Wireless network not connecting in Kubuntu 11.04
[ "wireless", "kubuntu" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It's probably not related to network manager but wireless drivers:</p>\n\n<p><a href=\"http://ubuntuforums.org/showthread.php?t=1752851\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1752851</a></p>\n\n<p>Solution is in the last post in the link, although it's not easy.<...
[ { "accepted": null, "body": "<p>Have you tried an alternate network manager such as Wicd?</p>\n\n<pre><code>sudo apt-get install wicd\n</code></pre>\n\n<p>Not promising it will work though. I was on the same boat as you a year or two back and it was soooo frustrating. D:</p>\n\n<p>What wireless card do you ...
null
null
null
null
null
56120
1
56173
2011-08-07T11:44:35.947
1
659
<p>I am using the latest Ubuntu 11.04. My computer is <a href="http://rads.stackoverflow.com/amzn/click/B001JIG0QK" rel="nofollow">Lenovo Thinkcenter M series</a>. I am now using dual monitors. I am wondering whether I could use three monitors on my system?</p> <p>Thanks Anand</p>
7612
null
null
2011-08-07T17:28:45.173
Is it possible to use three monitors on my system?
[ "multiple-monitors" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T11:52:44.237", "id": "63494", "postId": "56120", "score": "0", "text": "I don't think I can, because there seems no other slot for the third monitor. :-(", "userDisplayName": null, "userId": "7612" } ]
{ "accepted": true, "body": "<p>I was trying to do the same thing, and went down the external USB video card route and never got it to work. I've ended up using a cheap Nettop machine and the keyboard/mouse sharing solution <a href=\"http://synergy-foss.org/\" rel=\"nofollow\">Synergy</a>. I have the feel of one ma...
[ { "accepted": null, "body": "<p>You would need to have an additional graphics card.</p>\n\n<p>Give us details as to what graphics cards (+model) you already have in case it requires special instructions. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-08-07T12:54:47...
null
null
null
null
null
56122
1
56133
2011-08-07T12:21:25.073
0
1160
<p>I have this keyboard, and I installed Ubuntu 11.04 without configure my keyboard correctly. Now, every time I turn on my computer I have to change it the layout from "USA" to "Brazil":</p> <p><img src="https://i.stack.imgur.com/rDdwX.png" alt="enter image description here"></p> <p>I tried to remoging the "USA" fro...
5304
null
null
2011-08-07T14:34:10.327
Problems with Microsoft Wireless Keyboard 5000
[ "11.04", "keyboard-layout" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Have you tried setting the keyboard at the login screen? Click your user name and from the middle menu select other and you will find six keyboard options for Brazil.</p>\n\n<p>Regards.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense":...
[ { "accepted": true, "body": "<p>Have you tried setting the keyboard at the login screen? Click your user name and from the middle menu select other and you will find six keyboard options for Brazil.</p>\n\n<p>Regards.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "...
null
null
null
null
null
56125
1
56200
2011-08-07T12:38:12.397
0
1045
<p>I did an X.org update on Ubuntu, and that landed me with some graphics problem and ultimately into shell.</p> <p><strong>Is there something like SANDBOX on which you could try out something and rollback if not liked ?</strong></p> <p>Please help.. !</p>
22891
6005
2012-06-22T13:27:59.490
2023-03-29T20:23:05.053
What do you do, if a system update breaks your Ubuntu graphics ? (Is there a SANDBOX ?)
[ "graphics", "update-manager" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T14:01:35.787", "id": "63508", "postId": "56125", "score": "0", "text": "Explain.. a bit..!", "userDisplayName": null, "userId": "22891" } ]
{ "accepted": true, "body": "<p>If you hold left-shift immediately after BIOS you should see a menu asking you what you want to boot to. This is the <code>grub</code> bootloader which usually just selects the latest kernel.</p>\n\n<p>If you then select the latest \"recovery mode\", that should present you with anot...
[ { "accepted": null, "body": "<p>It's rare that system updates breaks your graphics because of the testing done before. Should such an update break your system, you should definitively report it as bug. A sandbox for playing can be set up using VirtualBox.</p>\n<h1><a href=\"https://packages.ubuntu.com/searc...
null
null
null
null
null
56126
1
56129
2011-08-07T13:07:02.103
1
190
<p>I was wondering if wine-based and mono-based programs are started differently?</p> <ol> <li>For wine-based, I go through Gnome GUI, clicking Applications -> Wine -> Programs -> . How can I call it from terminal?</li> <li>For mono-based, I use terminal, where I type <code>mono path-to-program</code>. Can I call it f...
1471
null
null
2011-08-07T13:46:46.080
Are wine-based and mono-based programs started differently?
[ "gnome", "wine", "mono" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Wine: In terminal: <code>wine /path/to/executable.exe</code></p>\n\n<p>Mono: create a shortcut or a launcher, and have it as <code>mono /path/to/program.exe</code> (another method is to hit Alt+F2 and type in <code>mono /path/to/program.exe</code>)</p>\n\n<p>That should answer your...
[ { "accepted": true, "body": "<p>Wine: In terminal: <code>wine /path/to/executable.exe</code></p>\n\n<p>Mono: create a shortcut or a launcher, and have it as <code>mono /path/to/program.exe</code> (another method is to hit Alt+F2 and type in <code>mono /path/to/program.exe</code>)</p>\n\n<p>That should ans...
null
null
null
null
null
56128
1
null
2011-08-07T13:45:47.017
6
45840
<p>I go into settings -> Power Management, trying to change the "Put display to sleep when inactive for:" and "Dim display when idle" settings. The changed settings are saved -- if I come back to the same menu, they appear as I left them. </p> <p>But when I watch a full screen video, the display does get dim every on...
1415
10698
2011-08-07T14:41:41.997
2012-03-12T01:07:17.357
How can I actually change my "Power Management" settings?
[ "display", "power-management", "settings" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<h2>Workaround</h2>\n\n<p><a href=\"https://launchpad.net/caffeine\" rel=\"noreferrer\">Caffeine</a> is a program that does what you want power management to-do.</p>\n\n<p>You can install caffeine by adding the ppa. you can do that in </p>\n\n<p>System --> administration --> Upd...
null
null
null
null
null
56137
1
56146
2011-08-07T14:59:59.660
3
219
<p>I have a folder in my <code>/home/me/</code> directory called "podcast", and when I click on Unity's left menu "Files &amp; Folders" and type "podcast" in the search, it shows nothing. Also, if I select to search "Folders" instead of "All Files" it still finds nothing.</p> <p>Why it doesn't work? Is it only with me...
5304
13049
2014-03-13T12:43:23.693
2014-03-13T12:44:02.900
Why unity will not find my folder?
[ "unity", "search" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T21:16:19.553", "id": "63585", "postId": "56137", "score": "0", "text": "@Jorge Castro mine is about a folder, not files (and I have used the folder)", "userDisplayName": null, "userId": "5304" } ]
{ "accepted": true, "body": "<p>If you want to search for existing files, then you should do that in Nautilus. If you want quick access to files you've used, then the Files and Folders lens is great tool. Perhaps in the future, there will be another lens for it, but at least for now, the lens searches the Zeitgeist...
[ { "accepted": true, "body": "<p>If you want to search for existing files, then you should do that in Nautilus. If you want quick access to files you've used, then the Files and Folders lens is great tool. Perhaps in the future, there will be another lens for it, but at least for now, the lens searches the Z...
null
null
null
null
null
56138
1
56140
2011-08-07T15:06:18.693
13
4311
<p>In the terminal, I want to use ffmpeg2theora to convert all the .MOV files in a certain directory to .ogv files. However, the following does not work:</p> <pre><code>ffmpeg2theora *.MOV </code></pre> <p>Is there a good way to repeat a command multiple times on different files?</p> <p>Thanks!</p>
22907
null
null
2011-08-08T22:38:42.813
In the terminal, how can I repeat a command multiple times on different files?
[ "command-line" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If you use the default shell (bash), you can use the following:</p>\n\n<pre><code>for file in *.MOV; do ffmpeg2theora \"$file\"; done\n</code></pre>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-08-07T15:17:19.263", "id": "63520", "postId": ...
[ { "accepted": true, "body": "<p>If you use the default shell (bash), you can use the following:</p>\n\n<pre><code>for file in *.MOV; do ffmpeg2theora \"$file\"; done\n</code></pre>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-08-07T15:17:19.263", "id": "63520"...
null
null
null
null
null
56141
1
null
2011-08-07T15:14:22.633
1
1676
<p>I am having a problem where some programs, including Software Center, Update Manager, and Synaptic all close down immediately after opening. The window comes up, but disappears before i have a chance to do anything. People with similar problems have submitted bug reports with similar errors, but none seem to apply d...
21617
14356
2011-08-07T15:16:12.660
2014-03-09T16:25:02.130
Programs shut down immediately after opening
[ "11.04" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>From the error report it looks like you have, at some time, run <code>sudo software-center</code> and the <code>root</code> user has claimed the ownership of the software-center cache.</p>\n\n<p>Try</p>\n\n<pre><code>sudo chown -R wes:wes ~/.cache/software-center\n</code></pr...
null
null
null
null
null
56144
1
56162
2011-08-07T15:46:28.990
4
4303
<p>My themes have gotten pretty messed up (installed different icon sets and controls etc, made custom themes combining different elements) Is there an easy way to just remove all the custom themes and return to the original set of themes (and icons, controls etc) ? It would really help!</p> <p>Thanks</p>
22806
null
null
2011-08-08T03:15:51.703
How to reset all themes
[ "themes", "settings", "reset" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>try removing the .themes folder in your home folder, so:\n<code>rm -r .themes</code>\nto delete it. I would rename it first to see if it does what you want, and then delete it. So: <code>mv .themes themes</code> and if that works, then delete the 'themes' folder in your home.</p>\n...
[ { "accepted": true, "body": "<p>try removing the .themes folder in your home folder, so:\n<code>rm -r .themes</code>\nto delete it. I would rename it first to see if it does what you want, and then delete it. So: <code>mv .themes themes</code> and if that works, then delete the 'themes' folder in your hom...
null
null
null
null
null
56145
1
56152
2011-08-07T16:00:15.467
3
19770
<p>I'm having trouble with the remote desktop server that comes with Ubuntu.</p> <p>I've changed to settings to "allow other users to view" and "allow other users to control" and I set "require users to enter this password: <strong>**</strong>". And I've turned off the confirmation for each access.</p> <p>When I try ...
21502
23900
2013-01-22T19:04:42.293
2013-01-22T19:04:42.293
Can't connect to remote desktop from Windows
[ "windows", "remote-desktop" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes, this is an understandable confusion. I reported it as a bug and it's been fixed in 11.10. \"Remote Desktop\" in Ubuntu is not the same thing as in Windows. It's intended to share your running desktop with someone else. In 11.10, it's been renamed to \"Desktop Sharing\" to better...
[ { "accepted": true, "body": "<p>Yes, this is an understandable confusion. I reported it as a bug and it's been fixed in 11.10. \"Remote Desktop\" in Ubuntu is not the same thing as in Windows. It's intended to share your running desktop with someone else. In 11.10, it's been renamed to \"Desktop Sharing\" t...
null
null
null
null
null
56155
1
56168
2011-08-07T16:33:06.967
35
93763
<p>Now I can change it by <code>Fn</code>+ <code>arrow right</code> but now I need to do it via my shell script</p>
22782
null
null
2017-05-31T18:23:41.563
How can I change brightness through terminal
[ "11.04", "brightness" ]
9
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>adding to what <a href=\"https://askubuntu.com/users/22908/michal-srajer\">Michał Šrajer</a> says in some cases the brightness may be controlled from <code>/sys/class/backlight/acpi_video0/brightness</code> as is the case with my dell vostro 3400 and my the brightness range is 0-15....
[ { "accepted": null, "body": "<p>call:</p>\n\n<pre><code>sudo su -c 'echo 30 &gt; /proc/acpi/video/VID/LCD0/brightness'\n</code></pre>\n\n<p>The path may be different in your system. To list all available call:</p>\n\n<pre><code>find /proc/acpi/video -name 'brightness'\n</code></pre>\n\n<p>To see possible va...
null
null
2017-11-12T05:17:37.697
null
null
56159
1
null
2011-08-07T16:50:34.173
2
2642
<p>each time I try to install phpmyadmin, I get an error </p> <pre><code>ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) </code></pre> <p>Each time phpmyadmin tries to "configure" <code>dbconfig-common</code>, I have to input mysql-admin PWD and I do it,...
10976
null
null
2012-02-20T09:03:08.207
PhpMyAdmin installation throws an 'Can't connect to local MySQL server through socket' w/ MySQL 5.5
[ "lamp", "phpmyadmin" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-17T10:55:49.957", "id": "65286", "postId": "56159", "score": "0", "text": "Have you configured phpMyAdmin for the proper usename and password?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2012-02-20T10:37:07.667", "id": "122906", ...
null
[ { "accepted": null, "body": "<p>That guide suggests that you use 'alien' to get mysql installed. But the RPM binaries use a different socket path than the mysql client libraries which phpmyadmin ends up depending on.</p>\n\n<p>Unless you have a specific reason to update to mysql-5.5, you're better off using...
null
null
null
null
null
56167
1
56730
2011-08-07T17:06:27.440
17
27482
<p>I've just installed 64-bit Ubuntu 11.04 and after I updated it, the clock stopped displaying the right time. It's now 8 hours behind my normal time. I've checked the Time and Date settings and the Location field is correct. What's even weirder is that the time displayed in Time and Date Settings adjusts itself after...
22910
235
2011-08-08T13:48:27.363
2016-05-27T20:37:13.537
Clock displays incorrect time
[ "11.04", "64-bit", "time" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I've finally found the solution. I had to edit my <code>~/.profile</code> and replace <code>TZ='America/Chicago'</code> with my own timezone. After making the change, logging out and logging back in, the time displayed is now correct.</p>\n", "commentCount": "1", "comments": [ ...
[ { "accepted": null, "body": "<p>First, ensure that you have the right time zone set. Open the app \"Time and Date\" and click the little Lock icon and input your password to unlock, at which point you can set your time zone.</p>\n\n<p>Second, open a Terminal and input this command: <code>sudo apt-get instal...
null
null
null
null
null
56169
1
56185
2011-08-07T17:10:47.390
1
2909
<p>I have a bit of a problem. I have a Win 7 partition encrypted with Mcafee Endpoint Encryption. I used to boot with MEE, but GRUB replaced that bootloader. I made the huge mistake of not making a backup of the mbr :(. Now I can load Ubuntu, but when I try to load the Win7 partition the following message is shown: "Mi...
22911
22330
2011-08-07T19:15:06.500
2015-07-29T08:40:57.263
How can I recover Endpoint Encryption bootloader?
[ "hard-drive", "grub2", "encrypted-partition" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T18:53:23.680", "id": "63562", "postId": "56169", "score": "0", "text": "Do you have a Wintech Cd?", "userDisplayName": null, "userId": "22330" }, { "creationDate": "2011-08-07T19:12:12.240", "id": "63564", "postId": "56169", "score": "0",...
{ "accepted": true, "body": "<p>I have done some checking for you in relation to this and it looks like bad news to be honest. \nWithout access to the Wintech CD (The MEE recovery software) or the Safetech FD (Pre version 5) it is almost and I say almost impossible to recover the files.</p>\n\n<p>I don't know if yo...
[ { "accepted": true, "body": "<p>I have done some checking for you in relation to this and it looks like bad news to be honest. \nWithout access to the Wintech CD (The MEE recovery software) or the Safetech FD (Pre version 5) it is almost and I say almost impossible to recover the files.</p>\n\n<p>I don't kn...
null
null
null
null
null
56170
1
144653
2011-08-07T17:24:13.080
54
60817
<p>What are the hotkeys for switching the current window between maximized, normal, and minimized states? If some of these don't exist, can I set them somewhere?</p>
9869
null
null
2019-05-02T22:03:24.317
Unity hotkey for minimizing current window?
[ "unity", "shortcut-keys", "gui" ]
10
1
CC BY-SA 3.0
[ { "creationDate": "2014-01-27T07:18:14.600", "id": "529702", "postId": "56170", "score": "0", "text": "..for more shortcuts: [What are Unity's keyboard and mouse shortcuts?](http://askubuntu.com/questions/28086/what-are-unitys-keyboard-and-mouse-shortcuts)", "userDisplayName": null, "use...
{ "accepted": true, "body": "<p>In Ubuntu 12.04 Unity the shortcuts can be found in:</p>\n\n<p>System Settings | Hardware | Keyboard | Shortcuts | Windows.</p>\n\n<p>In a default installation the keys are the following:</p>\n\n<ul>\n<li>Maximize: <kbd>Ctrl</kbd>+<kbd>Super</kbd>+<kbd>↑</kbd> </li>\n<li>Restore: <kb...
[ { "accepted": null, "body": "<p><strong>For Ubuntu 11.10 and earlier:</strong></p>\n\n<p><kbd>Alt</kbd>+<kbd> F10</kbd> : Maximize the current window. If the window is already maximized, unmaximize it(normal).</p>\n\n<p><kbd>Alt</kbd>+<kbd> F9</kbd> : Minimize the current window. </p>\n", "commentCount...
null
null
null
null
null
56174
1
56178
2010-12-09T21:07:45.587
7
10543
<p>I have had no problem installing Ubuntu desktop when I boot off a live USB, but the server version has given me some trouble. I think it has to do with the way GRUB handles drivers. When the server install tries to look from the CD it can't find it.</p> <p>I use the following to load it:</p> <pre><code>find --set-...
7145
null
null
2012-04-27T21:39:42.610
Install Ubuntu 10.10 server from USB (with GRUB4DOS)
[ "installation", "grub2", "server" ]
5
4
CC BY-SA 2.5
[ { "creationDate": "2010-12-10T09:31:44.097", "id": "63545", "postId": "56174", "score": "0", "text": "I've had the same problem. I just attached an USB dvd-drive (empty), and then my USB drive worked.", "userDisplayName": null, "userId": "1790" }, { "creationDate": "2010-12-10T10...
{ "accepted": true, "body": "<p>It's awfully simple:</p>\n\n<ol>\n<li>Set GRUB4DOS to boot from ISO, (which is what you probably done already) </li>\n<li>When Ubuntu Installer complains about no CD-ROM select go to shell console option, </li>\n<li><p>Use a set of commands like this one: </p>\n\n<pre><code>mkdir ...
[ { "accepted": null, "body": "<p>Have you tried <a href=\"https://unix.stackexchange.com/q/665/250\">installing Grub on the USB</a> and tell it to boot from your ISO? I'm not sure with server edition, but I have been using and installing Ubuntu desktop this way.</p>\n\n<p>EDIT: I have just tried this and it ...
null
null
null
null
BrNathan
56181
1
56189
2011-08-07T18:02:48.810
2
5602
<p>I'm currently in the process of setting up an Ubuntu Desktop setup for a combination of technical writing, heavy statistics/mathematical analysis, and also server-side development and I wanted to know whether I should just download and install Apache, MySQL, and all my other technologies as the native packages, or i...
21568
null
null
2011-08-07T20:19:13.247
XAMPP vs. Native LAMP Packages
[ "server", "webserver", "localhost" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T19:25:29.627", "id": "63566", "postId": "56181", "score": "1", "text": "A related question, might be helpful in answering this one: [What's the easiest way to set up a LAMP stack?](http://askubuntu.com/questions/34/whats-the-easiest-way-to-set-up-a-lamp-stack)", ...
{ "accepted": true, "body": "<p>I'd definitely choose for the packages provided by Ubuntu (if that's what you mean by \"native\"). LAMPP is more bloated in my opinion since it includes everything you do not need. It was designed to work on most Linux distributions and therefore might not be that optimized as the na...
[ { "accepted": true, "body": "<p>I'd definitely choose for the packages provided by Ubuntu (if that's what you mean by \"native\"). LAMPP is more bloated in my opinion since it includes everything you do not need. It was designed to work on most Linux distributions and therefore might not be that optimized a...
null
null
null
null
null
56183
1
null
2011-08-07T19:03:02.060
2
484
<p>I am having a problem with one of my desktop computers not connecting to the wired network when I first turn it on in the morning. After a restart, the wired network works fine. Any suggestions I could try to get this working?</p> <p>Thanks!</p>
13480
null
null
2012-03-13T16:18:47.603
Wired Network Does not Connect on first Boot
[ "networking" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I don't know if this will be of any help. Just a thought...</p>\n\n<p>Do you switch on your Internet connection just before switching on your computer? Sometimes, it can take a cable/broadband modem/router as much as two-three minutes to start completely. If this is the case,...
null
null
null
null
null
56184
1
56213
2011-08-07T19:16:27.473
0
510
<p>I have a Mac Mini (OS X Lion) and a Thinkpad running Ubuntu 11.04. When I log into the same server from both computer via ssh, the connection the Thinkpad is extremely slow compared to the ssh connection on my Mac Mini. it even hangs and freezes, while the Mini does not. They are both on the same WiFi local network....
8986
8986
2011-08-08T04:35:24.693
2011-08-16T00:34:31.743
wifi networking freezes then unfreezes
[ "wireless", "ssh" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>First of all - try to ping some server (google.com ?) while trying to reproduce this problem. It might be a case with wireless card drivers. Also try using ethernet cable. </p>\n\n<p>If the problem appears only on SSH try ssh'ing with -v parameter and paste here the output.</p>\n", ...
[ { "accepted": true, "body": "<p>First of all - try to ping some server (google.com ?) while trying to reproduce this problem. It might be a case with wireless card drivers. Also try using ethernet cable. </p>\n\n<p>If the problem appears only on SSH try ssh'ing with -v parameter and paste here the output.</...
null
null
null
null
null
56187
1
56871
2011-08-07T19:55:23.850
3
2076
<p>I have installed remsatersys back-up from the interwebs, so i could have a custom ISO. Per the instructions on many how to i chose the option <code>Backup</code> on the menu.</p> <p>However when i reboot my PC to try the ISO, GRUB shows up but regardless of what option i pick it always gives this error:</p> <pre><...
22391
4203
2011-08-12T19:40:26.130
2014-03-06T16:50:12.197
Built an ISO with remastersys but it doesn't boot?
[ "11.04", "software-recommendation", "remastersys" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can Use: </p>\n\n<h2><a href=\"http://u-customizer.sourceforge.net/\" rel=\"nofollow noreferrer\">Customizer</a></h2>\n\n<p><img src=\"https://i.stack.imgur.com/vMB0x.png\" alt=\"enter image description here\"></p>\n\n<p>It allows you to customize them the way you want to within ...
[ { "accepted": true, "body": "<p>You can Use: </p>\n\n<h2><a href=\"http://u-customizer.sourceforge.net/\" rel=\"nofollow noreferrer\">Customizer</a></h2>\n\n<p><img src=\"https://i.stack.imgur.com/vMB0x.png\" alt=\"enter image description here\"></p>\n\n<p>It allows you to customize them the way you want to...
null
null
null
null
null
56191
1
58943
2011-08-07T20:24:09.960
2
141
<p>I have an external monitor on my laptop, with multi screen setup. Often I put custom application launchers on the external monitor panel, only then to need them, when the monitor is not connected. Where can I find them?</p>
22921
18887
2012-02-23T20:15:39.937
2012-02-23T20:15:39.937
Where are the entries of the 2nd monitor panel stored
[ "multiple-monitors" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T22:43:18.933", "id": "63592", "postId": "56191", "score": "0", "text": "What do you mean by commands?", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-08-08T02:57:39.960", "id": "63608", "postId": "56191", "score": "0...
{ "accepted": true, "body": "<p>Finally found it.</p>\n\n<p>(I had a complicated meld command on my 2nd desktop and couldn't easily find it when on the road)</p>\n\n<p>A list of launchers on the panels are found under:</p>\n\n<pre><code>~/.gconf/apps/panel/objects/\n</code></pre>\n\n<p>I found an entry with grep:</...
[ { "accepted": true, "body": "<p>Finally found it.</p>\n\n<p>(I had a complicated meld command on my 2nd desktop and couldn't easily find it when on the road)</p>\n\n<p>A list of launchers on the panels are found under:</p>\n\n<pre><code>~/.gconf/apps/panel/objects/\n</code></pre>\n\n<p>I found an entry with...
null
null
null
null
null
56194
1
null
2011-08-07T21:06:23.653
1
461
<p>On a single user machine with full disk encryption, is there a security advantage to using Thunderbird's Master Password, or is it safe to leave it disabled?</p> <p>Without enabling the Master Password, could something like surfing the web potentially reveal the passwords for the e-mail accounts in Thunderbird? or ...
22924
null
null
2011-08-08T16:08:21.400
Is setting a "Master Password" essential for security of Thunderbird accounts?
[ "thunderbird" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I think none of your hypoteses is correct. Master Password is only a convenience to not to enter several password if you have configured several account on Thunderbird: with a Master Password you only need to enter a unique password to unlock all accounts.</p>\n\n<p>Moreover,...
null
null
null
null
null
56197
1
56274
2011-08-07T21:38:28.293
2
929
<p>I've recently started to use Amarok, it went smoothly for a while but now for some reason the collection's completely messed up. It seems that Various Artists albums are ignored or partly shown. Tags are OK and consistent as far as i can tell. I tried to import from file and move to collection but Amarok split my al...
15710
15710
2011-08-09T07:54:36.107
2011-08-09T07:54:36.107
How to add Various Artists media to Amarok music collection?
[ "music", "amarok" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><strong>Caution: you should back-up your files before trying this, since the behaviour of Amarok appears to be inconsistent and could lead to loss of data.</strong></p>\n\n<ol>\n<li>Browse hard-drive for files in Amarok Select the files of the\nvarious artists album you wish to add t...
[ { "accepted": true, "body": "<p><strong>Caution: you should back-up your files before trying this, since the behaviour of Amarok appears to be inconsistent and could lead to loss of data.</strong></p>\n\n<ol>\n<li>Browse hard-drive for files in Amarok Select the files of the\nvarious artists album you wish ...
null
null
null
null
null
56202
1
56207
2011-08-07T22:59:21.307
1
1272
<p>Compiz visual was working perfectly just days ago after a restart (no update nothing) it stopped working at startup, i have to run "compiz --replace" for it to work again and get recognized</p> <p>I would like to have my compiz visual affects to work spontaneously on startup</p> <p>Running ubuntu 11.04 </p> <p>th...
7765
null
null
2011-08-07T23:43:30.097
how to get compiz visual effects at startup
[ "11.04", "compiz" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-07T23:12:03.960", "id": "63593", "postId": "56202", "score": "0", "text": "OK figure out a work around am not sure its the best way but it works \n\nI added to the startup application \"compiz --replace\" \n\nWorking fine now \n\nIf anyone have a better solution (if th...
{ "accepted": true, "body": "<p>Adding \"compiz --replace\" at Startup Applications is a perfectly fine workaround. I found that sometimes this problem is caused by some configuration file. See this <a href=\"https://bugs.launchpad.net/ubuntu/lucid/+source/compiz/+bug/577482\" rel=\"nofollow\">bug report</a> at lau...
[ { "accepted": true, "body": "<p>Adding \"compiz --replace\" at Startup Applications is a perfectly fine workaround. I found that sometimes this problem is caused by some configuration file. See this <a href=\"https://bugs.launchpad.net/ubuntu/lucid/+source/compiz/+bug/577482\" rel=\"nofollow\">bug report</a...
null
null
null
null
null
56205
1
56252
2011-08-07T23:21:40.517
1
225
<p>I already have a natty-desktop-amd64.iso downloaded and on my system. How can I tell vmbuilder to use it?</p> <p>vmbuilder seems to be using wget to download debs itself. is there a way to get it to use debs out of an iso? maybe a loopback mounted iso?</p> <p>update: I'm running natty.</p>
1668
2647
2011-08-09T13:32:52.307
2011-08-09T13:32:52.307
I already have a natty-desktop-amd64.iso downloaded and on my system. How can I tell vmbuilder to use it?
[ "11.04", "virtualization", "kvm-virtualization" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>When you run <code>vmbuilder &lt;hypervisor&gt; ubuntu --help</code> it output an help page in which I read</p>\n\n<pre><code>--iso=PATH Use an iso image as the source for installation of file. Full path to the iso must be provided. If --mirror is also provided, it\n ...
[ { "accepted": true, "body": "<p>When you run <code>vmbuilder &lt;hypervisor&gt; ubuntu --help</code> it output an help page in which I read</p>\n\n<pre><code>--iso=PATH Use an iso image as the source for installation of file. Full path to the iso must be provided. If --mirror is also provided, it\n...
null
null
null
null
null
56206
1
56285
2011-08-07T23:42:39.517
4
225
<p>I want to connect a desktop pc to my laptop and use the wireless ability of my laptop to give my desktop internet.</p>
21821
null
null
2011-08-08T12:41:06.787
How do I provide wired connections with internet while leeching off of a wireless network?
[ "11.04", "wireless", "networking" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>That's very easy. I do that all the time. Click the network icon in your panel and open network properties. Select your wired interface and click edit to configure it. In IPv4 Settings, choose Method: Shared with other computers. </p>\n\n<p>That's it. You don't have to do anything on...
[ { "accepted": null, "body": "<p>All you need is here:</p>\n\n<ul>\n<li><p>Ubuntu GUI and CLI:\n<a href=\"https://help.ubuntu.com/community/Internet/ConnectionSharing\" rel=\"nofollow\">https://help.ubuntu.com/community/Internet/ConnectionSharing</a></p></li>\n<li><p>Classic linux howto: <a href=\"http://www...
null
null
null
null
null
56209
1
null
2011-08-07T23:45:43.780
4
1279
<p>to keep up on my backups I want to run a specific rsync command when I insert a specific sata hard drive(s) into any or all of my hotswap bays. Would this be done using uuids somehow to keep track of the drives? whenever I search I find udev for usb drives, can this work here as well?</p>
22927
null
null
2011-08-08T05:36:47.477
Automatically rsync when hotplugging a sata drive(bay not esata)
[ "11.04", "rsync", "sata" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I use a simple udev rule for this. The backup drive is marked with a specific volume label (use tune2fs to set it). The udev rule starts a script:</p>\n\n<pre><code>$ cat /etc/udev/rules.d/90-backup.rules \nACTION==\"add\", ENV{ID_FS_LABEL}==\"backup\", RUN+=\"/usr/local/bin/...
null
null
null
null
null
56210
1
null
2011-08-07T23:51:27.480
4
1783
<p>Generally, I much prefer Unity 3D over the 2D version, which is a bit broken on my machine. However, I frequently give presentations, and Compiz doesn't support multiple screens. I've been forced to log out of 3D and into 2D every time I give a presentation, then back to 3D afterwards to get a more usable desktop.</...
13398
13398
2011-08-08T08:19:35.497
2011-10-04T13:47:11.963
Toggling between Unity 3D and unity 2D
[ "unity", "bash", "unity-2d", "scripts" ]
1
7
CC BY-SA 3.0
[ { "creationDate": "2011-08-10T12:25:36.833", "id": "64021", "postId": "56210", "score": "0", "text": "Hi, I am not a script writer but I do get crazy ideas. This script works from 3D to 2D but not the other way around. Perhaps you need two scripts. Create a second script by switching the 2D and ...
null
[ { "accepted": null, "body": "<p>When you run metacity --replace, I would expect it to end the Compiz session for you. Hence, perhaps it would help if you did <em>not</em> call stop_3d, but just start_2d. It might be the case that you now manually kill 3D, which triggers a restart of Compiz, however, before ...
null
null
2011-10-19T00:47:53.223
null
null
56211
1
74187
2011-08-07T23:54:29.363
13
27869
<p>I changed some settings for my InnoDB tables in MySQL and encountered <a href="https://stackoverflow.com/q/6975938/641514">the problem</a> that InnoDB was not shown in <code>SHOW ENGINES</code> output. As an answer I got <a href="https://stackoverflow.com/questions/6975938/fine-tuning-of-my-cnf-for-innodb-tables-fai...
15245
-1
2017-05-23T12:39:50.727
2011-11-10T19:02:44.960
Where are the MySQL InnoDB log files stored?
[ "mysql", "log" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-08-08T00:54:42.847", "id": "63600", "postId": "56211", "score": "0", "text": "`ls /var/lib/mysql/` did the job. Every file `ib_logfile0`, `iblogfile1` is a InnoDB logfile, if I am not mistaken, that is. :-)", "userDisplayName": null, "userId": "15245" }, { ...
{ "accepted": true, "body": "<p><code>ls /var/lib/mysql/</code> did the job. Every file <code>ib_logfile0</code>, <code>iblogfile1</code> is a InnoDB logfile, if I am not mistaken, that is. :-) </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "cre...
[ { "accepted": true, "body": "<p><code>ls /var/lib/mysql/</code> did the job. Every file <code>ib_logfile0</code>, <code>iblogfile1</code> is a InnoDB logfile, if I am not mistaken, that is. :-) </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY...
null
null
null
null
null
56220
1
56264
2011-08-08T01:34:25.527
8
13607
<p>To put it simply, I do not want LibreOffice.</p> <p>How can I remove LibreOffice and install OpenOffice. I have tried installing the .deb packages from the OpenOffice download but nothing visibly happens.</p> <p>The menus aren't updated and I can't browse for openoffice in the search.</p> <p>Any help please?</p>
22746
null
null
2017-12-15T20:57:18.570
How to replace LibreOffice with OpenOffice?
[ "libreoffice", "openoffice.org" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-08T01:37:21.953", "id": "63602", "postId": "56220", "score": "1", "text": "Open synaptic, type libreffice and remove the packages", "userDisplayName": null, "userId": "4203" } ]
{ "accepted": true, "body": "<p>Starting with Ubuntu 11.04, openoffice.org packages are \"transitional\" packages facilitating migration from OpenOffice.org to LibreOffice. That is, they are packages that provide no actual files, but which have the corresponding LibreOffice packages as dependencies, so that LibreOf...
[ { "accepted": true, "body": "<p>Starting with Ubuntu 11.04, openoffice.org packages are \"transitional\" packages facilitating migration from OpenOffice.org to LibreOffice. That is, they are packages that provide no actual files, but which have the corresponding LibreOffice packages as dependencies, so that...
null
null
null
null
null
56225
1
null
2011-08-08T03:23:19.620
111
154870
<p>Is there a GUI IDE for programming Python just like Java has NetBeans?</p> <p>I wanted one where we could drag &amp; drop test boxes &amp; labels just as we do with Swing components using NetBeans or Eclipse.</p> <p>Or is there an add-on present in either NetBeans or Eclipse itself?</p>
17955
606366
2023-04-01T09:46:46.467
2023-04-04T10:15:17.263
Is there a GUI designer for Python?
[ "software-recommendation", "python", "ide" ]
9
4
CC BY-SA 4.0
[ { "creationDate": "2011-08-08T03:29:42.420", "id": "63612", "postId": "56225", "score": "0", "text": "Have you looked in the Ubuntu Software Center at some of the items listed under Developer Tools > Python ?", "userDisplayName": null, "userId": "18612" }, { "creationDate": "2011...
null
[ { "accepted": null, "body": "<p>Are you after a full IDE (ie, code editor, runtime environment, UI layout tools), or just a utility to create the UI?</p>\n\n<p>If it's a full programming environment you're after, have a look at the <a href=\"https://wiki.ubuntu.com/Quickly\" rel=\"nofollow noreferrer\">Quic...
null
null
null
null
null
56226
1
null
2011-08-08T03:32:43.490
3
2032
<p>I apologize if this has been asked before. I could not find the relevant post. </p> <p>I want to see a popup every time a mail comes through, right now, when I get a mail, I see a change in the color of the applet. Previously when I was using 10.04 and 9.04, I used to get a pop-up that would let me know that I had ...
13969
235
2011-08-08T17:11:09.543
2011-08-08T17:49:19.813
How do I get a notification bubble when I get new mail in Evolution?
[ "11.04", "evolution" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-08-08T16:40:08.200", "id": "63737", "postId": "56226", "score": "0", "text": "@Jorge, not a duplicate. Not related.", "userDisplayName": null, "userId": "13969" }, { "creationDate": "2011-08-08T17:11:26.533", "id": "63745", "postId": "56226", "...
null
[ { "accepted": null, "body": "<p>May be you need to install Evolution Indicator which can be easily done by dropping the next in a terminal:</p>\n\n<pre><code>sudo apt-get install evolution-indicator\n</code></pre>\n\n<p>Provide your user password and wait for the installation process to finish, this should ...
null
null
null
null
null
56228
1
null
2011-08-08T03:13:42.367
0
5956
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/23009/reasons-why-crontab-does-not-work">Reasons why crontab does not work</a> </p> </blockquote> <p>I have setup a crontab to run a shell script every minute. Here's my crontab file:</p> <pre><code>* * * * * sh /...
1197771
-1
2017-04-13T12:24:11.537
2011-08-08T03:39:58.813
Crontab not running
[ "crontab" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-08T06:40:18.967", "id": "63630", "postId": "56228", "score": "0", "text": "Give a look to this answer: http://askubuntu.com/questions/23009/reasons-why-crontab-does-not-work", "userDisplayName": null, "userId": "2647" } ]
null
[ { "accepted": null, "body": "<p>It could be a permissions issue?</p>\n\n<p>Also - try adding in a email address to the script so that any output (errors etc.) is emailed to you.</p>\n\n<p>You can do this by adding:\nMAILTO=someone@somewhere.com</p>\n\n<p>EDIT: I see you are running as root, missed that befo...
null
null
2012-02-27T21:21:19.803
null
kjakeb
56231
1
56294
2011-08-08T03:42:01.967
4
4201
<p>I have a few pdf files (e.g., <code>small1.pdf</code>, <code>small2.pdf</code>, <code>small3.pdf</code>) that I'd like to be able to join together to form one larger pdf (e.g., <code>large.pdf</code>).</p> <ul> <li>What is a good option for doing this on the command-line?</li> </ul>
2521
null
null
2011-08-09T12:21:26.147
What is a quick way to connect two or more pdfs together using the command-line?
[ "command-line", "pdf" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-08-08T03:47:39.977", "id": "63615", "postId": "56231", "score": "0", "text": "[Couturier](http://www.omgubuntu.co.uk/2010/09/icombiner-for-pc-linux/) is a GUI way I know of doing this, but AFAIK it is no longer maintained since 9.04, and I don't know of an equivalent term...
{ "accepted": true, "body": "<p>I used pdftk for that:</p>\n\n<pre><code>sudo apt-get install pdftk\n</code></pre>\n\n<p>then:</p>\n\n<pre><code>pdftk small1.pdf small2.pdf small3.pdf cat output large.pdf\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-08-08T22:30:52.907"...
[ { "accepted": null, "body": "<p>PDFJam and PDFtk can do this too, but since you probably have Ghostscript installed already (all one line):\n<code>gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=large.pdf -f small1.pdf small2.pdf small3.pdf</code></p>\n", "commentCount": "0", "comments": [], ...
null
null
null
null
null
56233
1
null
2011-08-08T04:12:17.397
1
1022
<p>I'm using 11.04 and an nVidia video card with an HDMI out. I've got my TV hooked up to the HDMI out and have it set up to display a separate x screen. So far so good, I've got my separate x screen over there. However, I cannot for the life of me figure out how to get a program to open up over there, and not on the m...
22940
null
null
2011-08-08T06:45:35.617
How do I open programs on a separate X screen?
[ "nvidia" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>See the output of <code>pgrep -fl X</code>, it should be similar to</p>\n\n<pre><code>1284 /usr/bin/Xorg :0 -br -verbose -audit 0 -novtswitch -auth /var/run/gdm3/auth-for-Debian-gdm-aoiVzl/database -nolisten tcp vt7\n</code></pre>\n\n<p>You see <code>:0</code> is my DISPLAY, ...
null
null
2013-03-14T16:55:37.827
null
null
56235
1
56241
2011-08-08T04:53:06.357
1
262
<p>I am running the latest version of Ubuntu and I ran almost all the new updates. My screen and icons went blank since last upgrade. My Wifi is also not working. I have installed Gnome 3. The login screen also appears without any graphics. It's looking like classic theme. I tried to login to both default Ubuntu deskto...
17797
1067
2011-08-08T05:23:24.227
2011-08-08T05:27:59.490
Broken icons, Wifi, and login screen after upgrade
[ "11.04", "wireless", "gnome", "wubi", "login-screen" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>check the ubuntu documentation for downgrading..\n<a href=\"https://help.ubuntu.com/community/DowngradeHowto\" rel=\"nofollow\">https://help.ubuntu.com/community/DowngradeHowto</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC ...
[ { "accepted": true, "body": "<p>check the ubuntu documentation for downgrading..\n<a href=\"https://help.ubuntu.com/community/DowngradeHowto\" rel=\"nofollow\">https://help.ubuntu.com/community/DowngradeHowto</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conte...
null
null
null
null
null