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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35165 | 1 | 35203 | 2011-04-15T03:01:58.380 | 5 | 2792 | <p>I've tried to install this <a href="http://cl.ly/2L2A0a1v472N0u3h2p0U">Apple Emoji TTF font</a> but even the Font Viewer doesn't render them correctly.</p>
<p>Does anyone have an idea about whether this kind of font is supported in 10.10/Gnome 2.32 ?</p>
| 10261 | 8844 | 2011-04-15T04:19:41.607 | 2013-08-08T18:49:09.783 | Colour font installation (emoji) in Maverick Meerkat | [
"10.10",
"gnome",
"fonts",
"font-rendering"
] | 3 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>I'm guessing it uses some exotic Apple extension. I can't find anything that will open it. You probably have to be using an Apple machine. That sounds typical of Apple.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-04-15T08:35:32.047",
"id": "... | [
{
"accepted": true,
"body": "<p>I'm guessing it uses some exotic Apple extension. I can't find anything that will open it. You probably have to be using an Apple machine. That sounds typical of Apple.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-04-15T08:35:32.047... | null | null | null | null | null |
35168 | 1 | 35205 | 2011-04-15T03:24:03.017 | 0 | 186 | <p>I was updating my netbook latest version after 1st installation so a lot of updates where there. The updates were downloaded and it was being installed. The computer got switched off in between. Now its not working. I want to just run the command "apt-get upgrade". What is the procedure...</p>
| 14294 | 41 | 2011-04-15T12:04:15.007 | 2011-04-15T13:14:22.103 | Ubuntu Netbook update interrupted | [
"software-center",
"aptitude"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You didn't say <em>how</em> it isn't working. I'm assuming that you mean that your computer won't boot. In that case, you can try booting into a LiveCD or LiveUSB environment (of the same version as your Ubuntu installation). Then, mount your hard drive somewhere. I'm assuming that y... | [
{
"accepted": true,
"body": "<p>You didn't say <em>how</em> it isn't working. I'm assuming that you mean that your computer won't boot. In that case, you can try booting into a LiveCD or LiveUSB environment (of the same version as your Ubuntu installation). Then, mount your hard drive somewhere. I'm assumin... | null | null | null | null | null |
35172 | 1 | 35206 | 2011-04-15T03:52:41.660 | 6 | 2011 | <p>I've seen solutions for Unity issues involving GSettings, such as </p>
<p><a href="https://askubuntu.com/questions/17610/how-do-i-reset-my-unity-configuration/29577#29577">How do I reset my Unity configuration?</a></p>
<p>and
<a href="https://askubuntu.com/questions/30742/how-do-i-access-the-system-tray/30748#307... | 8844 | -1 | 2017-04-13T12:25:03.983 | 2012-05-24T22:41:45.473 | What is GSettings and what does Unity use it for? | [
"11.04",
"unity"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>GSettings is an API that allows you to access key/value pairs (e.g., persistent application settings) without directly talking to the actual backend that stores that data (config files, gconf, dconf).</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"c... | [
{
"accepted": true,
"body": "<p>GSettings is an API that allows you to access key/value pairs (e.g., persistent application settings) without directly talking to the actual backend that stores that data (config files, gconf, dconf).</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDat... | null | null | null | null | null |
35175 | 1 | 35670 | 2011-04-15T04:46:53.110 | 9 | 58071 | <p>How can I upgrade to a higher scipy (say 0.8.0) with a minimum amount of dependency hell? </p>
| 11139 | 173693 | 2014-10-20T06:29:31.987 | 2014-10-20T06:29:31.987 | How do I upgrade python-scipy to something newer than 0.7.0? | [
"10.04",
"package-management",
"partial-upgrade"
] | 4 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>I dug around a bit (quite a bit actually). \nInitially I tried installing enthoughts python (<a href=\"http://www.enthought.com/products/epd.php\" rel=\"nofollow\">EPD 7.0</a>) it all looks nice and self-contained. Oddly enough though, one of the things I needed to run (<a href=\"htt... | [
{
"accepted": null,
"body": "<pre><code> sudo easy_install scipy\n</code></pre>\n\n<p>or <code>sudo easy_install3 scipy</code></p>\n\n<p>You may need to install <code>python-setuptools</code> or \n<code>python3-setuptools</code> first.</p>\n",
"commentCount": "5",
"comments": [
{
... | null | null | null | null | null |
35176 | 1 | 35198 | 2011-04-15T04:53:51.670 | 5 | 807 | <p>Which keyboard short cut is there to bring up the restart / shut-down dialog?</p>
| 13263 | 1067 | 2011-04-15T09:34:30.507 | 2011-04-15T09:34:30.507 | Bring up restart / shut-down dialog box using the keyboard | [
"10.10",
"10.04",
"gnome",
"shortcut-keys",
"shutdown"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Just use the CTRL-ALT-DEL key combination i.e press Alt, Ctrl and Delete keys together. This will show the Shutdown Dialog with shutdown, restart and hibernate options.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-04-15T08:13:44.307",
"id": ... | [
{
"accepted": null,
"body": "<p>See <a href=\"http://www.howtogeek.com/howto/ubuntu/assign-custom-shortcut-keys-on-ubuntu-linux/\">this HowTo</a> on defining custom hotkeys in Gnome. Using that info, create your hotkey with this as it's command: <code>gnome-session-save --shutdown-dialog</code></p>\n",
... | null | null | null | null | null |
35180 | 1 | null | 2011-04-15T05:04:48.497 | 7 | 9805 | <p>I have found out that rsnapshot is great tool for backing up my stuffs for local file system.
Now I need to do rsnapshot_push.conf file where I give params to rsync server.
What is the right way to do this? Can I use rsync to /rsnapshot-backups/localhost/ syncing it to rsync server.</p>
| 13123 | null | null | 2019-11-15T10:00:25.773 | rsnapshot push TO the server FROM the client | [
"rsnapshot"
] | 3 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Rsnapshot is pull-based by design. The power of Rsnapshot lies in using hard links, and that only works for local file systems. (nfs could be used as it supports hard links, but not for instance sshfs).</p>\n\n<p>In a push scenario, the best solution is to simply push to to a... | null | null | null | null | null |
35182 | 1 | 35190 | 2011-04-15T05:13:32.473 | 1 | 31010 | <p>I have my machine connected to our office LAN which has many other machines that use win XP, win 7 etc. Until a month or so ago, I was able to share files and folders with them, but now I can't even see what machines are there on my LAN, let alone access their files. I tried accessing a machine by its name, by openi... | 649 | null | null | 2017-06-16T01:04:18.043 | Unable to open "Windows Network" to see other computers on LAN | [
"samba",
"networking",
"sharing"
] | 4 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>The problem turned out to be the firewall. Disable it with</p>\n\n<pre><code>sudo ufw disable\n</code></pre>\n\n<p>did the trick.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2016-01-03T21:31:21.853",
"id": "1057546",
"postId": "35190",
... | [
{
"accepted": null,
"body": "<p>Basically you can try viewing network in nautilus with <code>network:///</code> in nautilus location bar. As for restarting samba server I think try replacing samba in your service command with smb or smbd. Or try using machine ip rather than machine name.</p>\n",
"commen... | null | null | null | null | null |
35183 | 1 | null | 2011-04-15T05:21:06.010 | 6 | 2400 | <p>I have a Lenovo Thinkpad T61, which uses a Trackpoint. Every time I reinstall Ubuntu, the default sensitivity settings are much too low (it feels like I really have to <strong>push</strong> to move the cursor).</p>
<p>I've been changing this manually for quite a few releases now, creating startup scripts to automat... | null | 3256 | 2011-04-15T15:34:38.453 | 2011-05-19T00:04:57.443 | Configure Trackpoint sensitivity using a GUI | [
"hardware",
"configuration",
"thinkpad",
"trackpad"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Use the settings in <strong>Applications ▸ Mouse Preferences ▸ Pointer Speed</strong>.</p>\n\n<p>I've had no issues with using this to adjust the sensitivity of the TrackPoint on my ThinkPad X60.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": n... | null | null | null | null | user14301 |
35184 | 1 | 35187 | 2011-04-15T05:35:43.473 | 0 | 350 | <pre><code>for i in *.jpg
do
j = '$i | cut -d . -f 1'
convert $i $j".png"
done
</code></pre>
<p>temp.sh: line 3: j: command not found</p>
<p>I know about mogrify, just wanted to know how to get variables done in bash.</p>
| 14297 | null | null | 2016-01-05T18:16:58.743 | variables in bash | [
"bash"
] | 4 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You have to remove the spaces around <code>=</code>:</p>\n\n<pre><code>for i in *.jpg\ndo\n j=`echo $i | cut -d . -f 1`\n convert $i $j\".png\"\ndone\n</code></pre>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-04-15T05:51:42.743",
"id": "39... | [
{
"accepted": true,
"body": "<p>You have to remove the spaces around <code>=</code>:</p>\n\n<pre><code>for i in *.jpg\ndo\n j=`echo $i | cut -d . -f 1`\n convert $i $j\".png\"\ndone\n</code></pre>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-04-15T05:51:42.743",... | null | null | null | null | null |
35188 | 1 | null | 2011-04-15T05:51:14.810 | 0 | 111 | <p>I'm trying to localize kturtle in bengali... But I found the way very difficult to start it. Please suggest some easy way(IDE-which is used to debug or edit the source code). Where I can find the source code? </p>
| null | 235 | 2011-04-17T17:39:13.460 | 2011-06-25T14:17:15.750 | Localization of kturtle | [
"packaging",
"internationalization"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>KDE applications like the one you mentioned are translated by KDE, not by Ubuntu. Please see <a href=\"http://i18n.kde.org/\" rel=\"nofollow\">http://i18n.kde.org/</a> for help with all of the questions I'm sure you will have.</p>\n\n<p>You can try installing <code>lokalize</... | null | null | null | null | user14097 |
35191 | 1 | null | 2011-04-15T06:26:03.917 | 0 | 21163 | <p>My Thinkpad HD went bad, so I opted for an upgrade to a 500gb one. How should I partition it, and in what order? Looking around various forums, I've come up with the following scheme so far:</p>
<pre><code>/dev/sda
/dev/sda1 Primary ext4 /boot 499 MB
/dev/sda2 Primary ext4 / 19999 MB
/de... | null | null | null | 2011-04-15T13:23:57.730 | How to partition a new 500gb HD only installing Ubuntu 10.10? | [
"partitioning"
] | 5 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T06:33:14.637",
"id": "39265",
"postId": "35191",
"score": "0",
"text": "It looks fine home partition is good idea as it lets you reinstall or install new distro without loosing data which you have already done.",
"userDisplayName": null,
"userId": "2725"
}... | null | [
{
"accepted": null,
"body": "<p>I would let the installer take care of that. E.g., for a typical user there's no reason to put <code>/boot</code> in its own partition.</p>\n\n<p>The only thing you could think about, is to put the <code>/home</code> folder on a separate partition, as this will make it easier... | null | null | null | null | user14302 |
35201 | 1 | 35219 | 2011-04-15T08:14:34.303 | 2 | 2990 | <p>I like Ubuntu 11.04 very much.
But I miss Covergloobus. Is there a way to install it in Natty ?</p>
| 6107 | 235 | 2011-04-15T13:19:52.240 | 2011-04-15T13:19:52.240 | How to install Covergloobus? | [
"11.04",
"music",
"covergloobus"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Yes there is and I am using it. Just grab the deb files and install using <code>gdebi</code> or <code>dpkg -i</code>.</p>\n\n<p><a href=\"https://launchpad.net/~gloobus-dev/+archive/covergloobus/+files/covergloobus_1.7-6_amd64.deb\" rel=\"nofollow\">amd_64</a></p>\n\n<p><a href=\"htt... | [
{
"accepted": true,
"body": "<p>Yes there is and I am using it. Just grab the deb files and install using <code>gdebi</code> or <code>dpkg -i</code>.</p>\n\n<p><a href=\"https://launchpad.net/~gloobus-dev/+archive/covergloobus/+files/covergloobus_1.7-6_amd64.deb\" rel=\"nofollow\">amd_64</a></p>\n\n<p><a hr... | null | null | null | null | null |
35204 | 1 | 57399 | 2011-04-15T08:27:38.283 | 1 | 1303 | <p>I have installed jwhois on many systems, but can't get it to work.
The port 43 is open through the firewall and I can do a telnet to the whois server on port 43, but whenver I run jwhois I get the following error:</p>
<pre><code>[Querying whoisserver]
[Unable to connect to remote host]
</code></pre>
<p>Any idea o... | 3448 | null | null | 2012-08-10T22:02:10.353 | jwhois not working | [
"whois"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>This is Debian Bug <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542148\" rel=\"nofollow\">542148</a>.</p>\n\n<p>Not fixed in Ubuntu 10.04 LTS unfortunately.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-08-17T09:04:53.187",
"id":... | [
{
"accepted": true,
"body": "<p>This is Debian Bug <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542148\" rel=\"nofollow\">542148</a>.</p>\n\n<p>Not fixed in Ubuntu 10.04 LTS unfortunately.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-08-17T09:04:53.1... | null | null | null | null | null |
35211 | 1 | null | 2011-04-15T09:23:30.057 | 1 | 145 | <p>Could you please add smaller packages (1-2gb for example) for a cheaper price? The 20gb is too much for me and I see no point paying for something I propably won't use.
Thanks in advance.</p>
| null | 57576 | 2023-08-13T00:00:34.773 | 2023-08-13T00:00:34.773 | Can I buy less than 20GB of additional storage on Ubuntu One? | [
"ubuntu-one"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T10:06:13.050",
"id": "39282",
"postId": "35211",
"score": "0",
"text": "Ubuntu One does offer 2 GB free. Why pay when you can get it for free :D. But again I donot know if it is a limited time offer.",
"userDisplayName": null,
"userId": "1543"
}
] | null | [
{
"accepted": null,
"body": "<p>It is not a limited offer and you can get 2GB for free. Me and my daughters have 2GB for free each. We share data even when I'm away. It's just awesome :)</p>\n\n<p>and 2GB is enough yeah.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
... | null | null | null | null | user14306 |
35212 | 1 | null | 2011-04-15T09:39:34.670 | 2 | 139 | <p>I'm using Ubuntu 10.10 Maverick Meerkat in dual boot with Windows XP SP3 and am having issues while installing packages/programs in Ubuntu. Not that they don't install but parallel installation is not supported. By this i mean, I can't install updates while software center is installing. is there a way I can configu... | 14307 | 235 | 2011-04-15T13:19:34.893 | 2014-12-30T11:36:39.733 | Can I install updates while software center is installing? | [
"software-center",
"update-manager"
] | 4 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>No. The package management system needs a global lock to keep the meta-data (list of installed packages etc.) consistent. Update-Manager, Software-Center, Synaptic, Aptitude -- all of them are frontends to the Advanced Packaging Tool (APT) which, in turn, adds networking and ... | null | null | null | null | null |
35221 | 1 | 35224 | 2011-04-15T10:21:26.417 | 4 | 6538 | <p>I'm trying to create a small python3 program for my friend which will install and configure the nessarcary set-up for his Ubuntu Server.</p>
<p>I want him to be able to start the program, give some basic information and be able to just leave the program to run.</p>
<p>The thing is, to do this I need the python fil... | 14315 | null | null | 2011-04-15T11:09:32.997 | Ubuntu Server Automatically Insert Password Using Python3 | [
"python",
"sudo",
"password",
"updates"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>There are some solutions that put in the password automatically, but as they are visible in clear text for a moment, those are dangerous and you should not use them. Some methods are discussed <a href=\"http://www.python-forum.org/pythonforum/viewtopic.php?f=1&t=13711\" rel=\"nof... | [
{
"accepted": true,
"body": "<p>There are some solutions that put in the password automatically, but as they are visible in clear text for a moment, those are dangerous and you should not use them. Some methods are discussed <a href=\"http://www.python-forum.org/pythonforum/viewtopic.php?f=1&t=13711\" r... | null | null | null | null | null |
35223 | 1 | 35230 | 2011-04-15T10:27:57.877 | 45 | 76081 | <p>I want to add SOCKS proxy settings to /etc/apt/apt.conf. What is the syntax for it? Is it same as http and ftp syntax?</p>
<p>Thanks.</p>
| 9302 | null | null | 2019-07-10T21:02:07.490 | syntax for SOCKS proxy in apt.conf | [
"apt",
"proxy"
] | 6 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>A possible solution can be to use <code>tsocks</code>, an application that can redirect the network traffic through a socks proxy.\nInstall <code>tsocks</code> package, modify <code>/etc/tsocks.conf</code> to set address and port number of your socks proxy, and run:</p>\n\n<pre><code... | [
{
"accepted": true,
"body": "<p>A possible solution can be to use <code>tsocks</code>, an application that can redirect the network traffic through a socks proxy.\nInstall <code>tsocks</code> package, modify <code>/etc/tsocks.conf</code> to set address and port number of your socks proxy, and run:</p>\n\n<p... | null | null | null | null | null |
35227 | 1 | 35229 | 2011-04-15T10:50:16.330 | 1 | 2139 | <p>I am creating a quick python3 program and at one part the server will need to be restarted. The thing is, that is not the end of the what the python file is supposed to do. Is there a way to make it start up from where it stopped when the user restarts or (if that isn't possible) automatically open a 2nd python file... | 14315 | 1067 | 2011-04-15T11:43:06.340 | 2011-04-15T11:54:40.283 | Reopen A Python File Where It Left Off After Restarting | [
"server",
"command-line",
"python",
"reboot"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>A reboot of the server obviously will also kill all running applications. Therefore we need to create a file on the harddisk that survives this.</p>\n\n<p>This file only needs to flag whether the server is going to reboot or if it was just rebooted like:</p>\n\n<pre><code>rebooted = ... | [
{
"accepted": true,
"body": "<p>A reboot of the server obviously will also kill all running applications. Therefore we need to create a file on the harddisk that survives this.</p>\n\n<p>This file only needs to flag whether the server is going to reboot or if it was just rebooted like:</p>\n\n<pre><code>reb... | null | null | null | null | null |
35231 | 1 | null | 2011-04-15T11:26:39.113 | 2 | 378 | <p>I installed wubi netbook edition a week back from win xp service pack 2</p>
<p>When I boot into Ubuntu the screen flickers and it reboots.</p>
<p>Now I don't have Windows anymore on my notebook asus L3800.</p>
<p>It just shows: </p>
<ul>
<li>Ubuntu generic</li>
<li>Ubuntu recovery</li>
<li>Ubuntu netbook</li>
</... | 14317 | 8893 | 2011-04-15T13:06:23.927 | 2011-11-03T00:22:28.017 | WUBI boot error | [
"boot",
"ubuntu-netbook",
"wubi",
"windows-xp",
"flicker"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-12-19T22:55:36.283",
"id": "101759",
"postId": "35231",
"score": "0",
"text": "This question appears to be abandonded, if you are experiencing a similar issue please [ask a new question](http://askubuntu.com/questions/ask) with details pertaining to your problem. If you f... | null | [
{
"accepted": null,
"body": "<p>You have to install the full Ubuntu version to work without Windows.</p>\n\n<ol>\n<li>Burn the Ubuntu iso on a USB stick or on a CD/DVD.</li>\n<li>Insert the USB/CD/DVD.</li>\n<li>Boot from it</li>\n<li>Install Ubuntu. Create partitions or remove everything on your computer a... | null | null | 2012-02-10T00:58:46.533 | null | null |
35233 | 1 | 35234 | 2011-04-15T12:02:35.317 | 4 | 1324 | <p>I read that from Natty beta 2 overlay scrollbars are default, but my installation is a fully updated one that I installed from an alpha release.</p>
<p>I think the settings did not kick in from the update so I want to know how to enable it (there are plenty posts on how it disable it though)?</p>
| 14320 | 235 | 2011-04-15T13:17:45.003 | 2011-04-15T13:17:45.003 | How to enable overlay scrollbars? | [
"11.04",
"overlay-scrollbars"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<ul>\n<li><p>Make sure you have the packages <code>overlay-scrollbar</code> and <code>liboverlay-scrollbar-0.1-0</code> installed. (It's possible that you somehow lost the package <code>ubuntu-desktop</code> which usually is responsible for pulling in such new packages.)</p></li>\n<li><... | [
{
"accepted": true,
"body": "<ul>\n<li><p>Make sure you have the packages <code>overlay-scrollbar</code> and <code>liboverlay-scrollbar-0.1-0</code> installed. (It's possible that you somehow lost the package <code>ubuntu-desktop</code> which usually is responsible for pulling in such new packages.)</p></li... | null | null | null | null | null |
35237 | 1 | 35267 | 2011-04-15T12:33:05.340 | 3 | 409 | <p>I have Ubuntu Natty 11.04 Beta 2 installed. I did have some compiz freezes which I reported. However today I got a System Freeze...Everything was frozen...keyboards did not respond, clicking everywhere did not work and the only way was to hard reboot the system.</p>
<p>Scenario 1: I was playing supertuxkaart in ful... | 5855 | 235 | 2011-04-15T15:08:05.910 | 2011-04-15T15:08:05.910 | Reporting System Unity Freezes | [
"11.04",
"unity",
"bug-reporting"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Look at the <a href=\"https://wiki.ubuntu.com/Unity/FilingBugs#Advanced%20debugging%20procedure\" rel=\"nofollow\">Advanced Debugging Procedures</a> section of the wiki to get the information needed for the bug report.</p>\n\n<p>If you can get a stack trace just report the bug by han... | [
{
"accepted": null,
"body": "<p>Comment this bug:\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/unity/+bug/757387\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/unity/+bug/757387</a>\nor this\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/unity/+bug/758482\" rel=\"nofollow\">https... | null | null | null | null | null |
35238 | 1 | 35239 | 2011-04-15T12:37:33.197 | 13 | 22742 | <p>In Ubuntu 10.10, I added the CPU scaling applet on my panel in order to control the CPU frequency scaling. Since Unity no longer has a panel that supports applets, what mechanism do I use in 11.04 to achieve the same goal?</p>
| 4796 | 235 | 2013-02-08T15:46:20.317 | 2013-02-08T15:46:20.317 | CPU Frequency Scaling in Unity? | [
"unity",
"indicator",
"panel",
"cpufreq"
] | 4 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>There's a special app-indicator, Cpufreq.</p>\n\n<p><img src=\"https://i.stack.imgur.com/h1z0f.png\" alt=\"App-Indicator\"></p>\n\n<p><a href=\"https://askubuntu.com/questions/30334/list-of-application-indicators/37997#37997\"><strong>Install Indicator-Cpufreq</strong></a> </p>\n\n<p... | [
{
"accepted": true,
"body": "<p>There's a special app-indicator, Cpufreq.</p>\n\n<p><img src=\"https://i.stack.imgur.com/h1z0f.png\" alt=\"App-Indicator\"></p>\n\n<p><a href=\"https://askubuntu.com/questions/30334/list-of-application-indicators/37997#37997\"><strong>Install Indicator-Cpufreq</strong></a> </... | null | null | null | null | null |
35242 | 1 | 35254 | 2011-04-15T13:14:43.527 | 17 | 12465 | <p>I like the overlay scrollbars that come with natty beta 2 by default! How do I enable them on fx4?</p>
| 13572 | 235 | 2011-07-28T06:02:07.770 | 2012-09-16T23:39:18.070 | How do I enable overlay scrollbars in Firefox? | [
"11.04",
"firefox",
"overlay-scrollbars"
] | 3 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2012-03-07T23:05:28.817",
"id": "130843",
"postId": "35242",
"score": "0",
"text": "Duplicate of this bug report: [Bug #767040](https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/767040)",
"userDisplayName": null,
"userId": "18612"
}
] | {
"accepted": true,
"body": "<p>That is currently not possible, due to the libraries that Firefox's user interface is written using.</p>\n\n<p>There is a bug report that you can mark as affecting you: <a href=\"https://bugs.launchpad.net/firefox/+bug/767040\">https://bugs.launchpad.net/firefox/+bug/767040</a></p>\n... | [
{
"accepted": true,
"body": "<p>That is currently not possible, due to the libraries that Firefox's user interface is written using.</p>\n\n<p>There is a bug report that you can mark as affecting you: <a href=\"https://bugs.launchpad.net/firefox/+bug/767040\">https://bugs.launchpad.net/firefox/+bug/767040</... | null | null | null | null | null |
35243 | 1 | 35255 | 2011-04-15T13:17:14.223 | 10 | 5122 | <p>I have lots of stuff in my crontab, including some that talks to my screen. If I'm not there for it to be notifying, I don't really want it to run. </p>
<p>Is there a way I can check to see if the computer is locked, so I can keep it from doing things when I'm not at my desk? Or, alternately, do other things <em>on... | 1491 | null | null | 2018-01-09T09:41:48.933 | Is there a programmable way to tell if the screen is locked? | [
"gnome",
"programming",
"screensaver",
"crontab"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Run this command:</p>\n\n<pre><code>gnome-screensaver-command -q | grep \"is active\"\n</code></pre>\n\n<p>if it has any output, the screen is locked.</p>\n\n<p>In a shell script, you can use a clause like this:</p>\n\n<pre><code>if (gnome-screensaver-command -q | grep \"is active\")... | [
{
"accepted": true,
"body": "<p>Run this command:</p>\n\n<pre><code>gnome-screensaver-command -q | grep \"is active\"\n</code></pre>\n\n<p>if it has any output, the screen is locked.</p>\n\n<p>In a shell script, you can use a clause like this:</p>\n\n<pre><code>if (gnome-screensaver-command -q | grep \"is a... | null | null | null | null | null |
35244 | 1 | null | 2011-04-15T13:18:41.243 | 1 | 671 | <p>What is cygwin compiler and how can I install it?</p>
<p>I have no Internet connection and am unable to install any .tar.gz file. An online forum suggested me that I should compile these files. What is this compilation, will the previously mentioned cygwin compiler work for me to compile these sources?</p>
| null | 6969 | 2011-04-15T13:49:59.613 | 2011-04-15T13:49:59.613 | What is cygwin compiler? | [
"10.10",
"compiling"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T15:50:55.227",
"id": "39352",
"postId": "35244",
"score": "0",
"text": "What is somebody telling you to download?",
"userDisplayName": null,
"userId": "449"
}
] | null | [
{
"accepted": null,
"body": "<p>Cygwin compiler is used to compile POSIX programs (like those used on Linux) to MS-Windows. It hardly ever useful on a Linux desktop, unless you want to \"<a href=\"http://en.wikipedia.org/wiki/Cross_compiler\" rel=\"nofollow\">cross-compile</a>\" programs for MS-Windows from... | null | null | null | null | user14321 |
35250 | 1 | null | 2011-04-15T13:43:22.303 | 1 | 478 | <p>Trying to install Natty on a Pent dual, core 2.50 GHz, 4gb ram, nvidia 8400 with 260.19.44. I have 10.10 installed and it works perfect. When i install 11.04 all goes well but when it goes in to screensaver it seems to freeze up and takes a few minutes to come out of it, cant use menu or any icons.
Was wondering if ... | 4622 | 235 | 2011-06-05T21:27:28.163 | 2011-06-05T21:27:28.163 | Screen freezes upon screensaver when playing video | [
"11.04",
"installation",
"freeze",
"screensaver"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T13:53:30.920",
"id": "39319",
"postId": "35250",
"score": "1",
"text": "Please [file a bug](http://askubuntu.com/questions/5121/how-do-i-report-a-bug) on this issue.",
"userDisplayName": null,
"userId": "235"
},
{
"creationDate": "2011-06-05T21:28:12... | null | [
{
"accepted": null,
"body": "<p><a href=\"https://bugs.launchpad.net/ubuntu/+bug/761865\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+bug/761865</a></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-04... | null | null | 2011-06-05T21:28:17.870 | null | null |
35253 | 1 | null | 2011-04-15T13:52:00.523 | 3 | 2552 | <p>I have a new Lenovo t520 with 8gb memory and a i7 cpu. It's the first time I 'really' install Ubuntu on a pc. I have about six months of experience with Ubuntu as a guest OS on Windows in a VM.</p>
<p>Now what is really annoying me is how slow the visuals are on my laptop. Mostly noticeable when I have to resize or... | 12803 | 235 | 2011-05-16T14:44:59.220 | 2011-12-01T19:54:41.863 | Video performance on a Lenovo T520 is slow | [
"10.10",
"nvidia",
"performance",
"nvidia-optimus"
] | 2 | 8 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T13:58:50.177",
"id": "39322",
"postId": "35253",
"score": "0",
"text": "Integrated GPU on new laptop are powerful enough to have good performance (if you're not planning to play 3d games).\nI have optimus on Asus 1215n and my nvidia card is not working.\nThe intel h... | null | [
{
"accepted": null,
"body": "<p>The integrated GPU does indeed have worse performance compared to a discrete one. NVidia Optimus is completly unsupported in Ubuntu. If you're lucky, there might be a BIOS switch to switch between the discrete graphic card (nvidia) an the integrated GPU (i7).</p>\n",
"com... | null | null | null | null | null |
35259 | 1 | 35285 | 2011-04-15T14:07:07.203 | 2 | 23727 | <p>I have a Sony Bloggie camera that produces MP4 files.
I want to edit them and upload them as fast as possible to youtube, in the best quality available.</p>
<p>Currently i'm using Kdenlive, that gives me a relative good output in .mpeg in HD 1280X720, but the rendering takes sometimes 4-5 hours for a 15 min clip e... | 13852 | null | null | 2013-03-05T08:14:51.063 | the best way to edit a video MP4 file | [
"10.04",
"video-editor",
"hd-video",
"kde-apps"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T15:39:47.517",
"id": "39345",
"postId": "35259",
"score": "0",
"text": "Did you try Kino?\nI find it very handy but I have no experience with hd videos (I have poor hardware) :)",
"userDisplayName": null,
"userId": "5938"
}
] | {
"accepted": true,
"body": "<p>It can be a bit of a tradeoff between where you want to save time. Kdenlive is a perfectly respectable editor, if you were looking to try out alternatives then you could also try cinelerra or PiTiVi. Kino is useful for simple edits but can quickly get out of its depth.</p>\n\n<p>The ... | [
{
"accepted": true,
"body": "<p>It can be a bit of a tradeoff between where you want to save time. Kdenlive is a perfectly respectable editor, if you were looking to try out alternatives then you could also try cinelerra or PiTiVi. Kino is useful for simple edits but can quickly get out of its depth.</p>\n\... | null | null | null | null | null |
35262 | 1 | null | 2011-04-15T14:46:00.633 | 3 | 721 | <p>I own an HP Mini 210-1000, and I am aware that it meets the system requirements for the Unity shell. My concern is that, with my previous unfortunate experience with the 10.10 UNE version of Unity, my netbook won't be able to smoothly run Unity.</p>
<p>My computer specs are:
CPU: 1.66GHz Intel Atom
Memory: 1GB DDR2... | null | 34576 | 2013-07-06T05:50:46.750 | 2013-07-06T05:50:46.750 | Can Unity run smoothly on an HP Mini 210-1000 | [
"unity",
"intel-graphics",
"system-requirements"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>That mini should run Unity just fine. (Much better than in 10.10). See here for more information:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/34579/how-do-i-know-if-my-video-card-can-run-unity\">How do I know if my video card can run Unity?</a></li>\n</ul>\n",
... | null | null | null | null | user14329 |
35264 | 1 | 35288 | 2011-04-15T12:13:56.763 | 5 | 4806 | <p>I use Ubuntu 10.10. When I have a lot of windows open, it's hard to read them in the taskbar because there's only room for a few characters of each window's title.</p>
<p>How can I increase the number of rows available, like in Windows?</p>
| 14352 | 235 | 2011-04-15T15:03:03.733 | 2011-04-15T19:48:06.990 | How can I get the taskbar to spread over multiple rows? | [
"gnome",
"panel"
] | 2 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T12:23:26.763",
"id": "39337",
"postId": "35264",
"score": "1",
"text": "@Will Sheppard Do you want to increase the number of rows programmatically?",
"userDisplayName": null,
"userId": "2620"
},
{
"creationDate": "2011-04-18T13:08:41.683",
"id": ... | {
"accepted": true,
"body": "<p>You just need to make the panel higher. It will automatically use more rows.</p>\n\n<p>Right click on some empty space in the panel, click on properties and select a bigger size, like 48 pixels.</p>\n\n<p>Some screenshots:</p>\n\n<p><img src=\"https://i.stack.imgur.com/xHLWv.png\" al... | [
{
"accepted": null,
"body": "<ol>\n<li>Right click on the panel,</li>\n<li>Select <em>properties</em>,</li>\n<li>Increase the <em>size</em> parameter as you like,</li>\n</ol>\n\n<p>The default setting on mine is 24, if you increase it to 48, I can have a double layer task bar, and so on. </p>\n\n<p>One thin... | null | null | null | null | Will Sheppard |
35265 | 1 | 35271 | 2011-04-15T14:58:06.017 | 0 | 341 | <p>I don't like reaching for the tilde <code>~</code> key so often when I'm specifying file and program paths relative to the user home directory on the command line. Does anyone have any tips for cutting the number of keystrokes down?</p>
| 8986 | 6969 | 2011-04-15T15:44:09.843 | 2011-04-15T15:44:09.843 | Is there a better (closer to home row on keyboard) shortcut for the home directory in bash than tilde? | [
"bash",
"shortcut-keys",
"directory"
] | 1 | 5 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T15:44:07.867",
"id": "39349",
"postId": "35265",
"score": "0",
"text": "reduce the number of keystrokes down from one?",
"userDisplayName": null,
"userId": "10127"
},
{
"creationDate": "2011-04-15T15:44:38.237",
"id": "39350",
"postId": "3526... | {
"accepted": true,
"body": "<p>You cannot eliminate <code>~</code> completely, but at least there are some workarounds available.</p>\n\n<p>These workarounds may not always be usable, but for other cases, it can be really helpful:</p>\n\n<ul>\n<li>Before doing the command, change your directory using <code>cd</cod... | [
{
"accepted": true,
"body": "<p>You cannot eliminate <code>~</code> completely, but at least there are some workarounds available.</p>\n\n<p>These workarounds may not always be usable, but for other cases, it can be really helpful:</p>\n\n<ul>\n<li>Before doing the command, change your directory using <code... | null | null | null | null | null |
35266 | 1 | 35268 | 2011-04-15T14:58:16.250 | 2 | 950 | <p>I have a really weird issue where I'm getting an extra <code>-</code> insertion on tar:</p>
<pre><code># tar -zxvf mod_wsgi-3.3.tar.gz
/bin/tar: unrecognized option '--zxvf'
Try `tar --help' or `tar --usage' for more information.
</code></pre>
<p>The same issue happens if I try to do --help</p>
<pre><code># tar ... | 6955 | null | null | 2011-04-15T15:09:53.877 | Extra dash insertion when trying to run tar | [
"bash"
] | 1 | 6 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T15:09:18.750",
"id": "39338",
"postId": "35266",
"score": "1",
"text": "What version of Ubuntu are you running?",
"userDisplayName": null,
"userId": "6969"
},
{
"creationDate": "2011-04-15T15:39:34.677",
"id": "39344",
"postId": "35266",
... | {
"accepted": true,
"body": "<p>I suspect there's an alias or function mangling your tar.</p>\n\n<p>Post the output of <code>alias | grep tar</code> and <code>set | grep -E \"function tar|tar \\(\\)\"</code></p>\n\n<p>(I know I should leave a comment, but I don't have enough rep-point for commenting, yet)</p>\n\n<p... | [
{
"accepted": true,
"body": "<p>I suspect there's an alias or function mangling your tar.</p>\n\n<p>Post the output of <code>alias | grep tar</code> and <code>set | grep -E \"function tar|tar \\(\\)\"</code></p>\n\n<p>(I know I should leave a comment, but I don't have enough rep-point for commenting, yet)</... | null | null | null | null | null |
35272 | 1 | null | 2011-04-15T15:46:47.223 | 1 | 177 | <p>Is the current natty's warty-final-ubuntu wallpaper going to be like that until the final release?</p>
| null | 18612 | 2011-12-14T00:09:46.990 | 2011-12-14T00:09:46.990 | Is the current warty-final-ubuntu wallpaper going to be like that until the final release? | [
"11.04",
"desktop-background",
"design"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Yes. It is subtly different from 10.10's wallpaper. See <a href=\"http://www.omgubuntu.co.uk/2011/03/ubuntu-11-04-nattys-new-default-desktop-wallpaper-revealed/\" rel=\"nofollow\">http://www.omgubuntu.co.uk/2011/03/ubuntu-11-04-nattys-new-default-desktop-wallpaper-revealed/... | null | null | null | null | user13275 |
35273 | 1 | 35274 | 2011-04-15T15:47:52.867 | 0 | 5785 | <p>My Toshiba laptop has an nVidia graphics card which is not supported in Ubuntu, and there is no Entry in "Additional Drivers"</p>
<p>I tried installing the driver from the nVidia website (Which does have a Linux 64bit version) but nothing happens zwhen I click the .run file (I have made it executable). </p>
| 3981 | null | null | 2011-04-15T16:39:40.867 | Installing nVidia drivers from website | [
"11.04",
"unity",
"drivers",
"nvidia"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>The file should be executed in the terminal, not through the file browser. Please make a backup (preferably using disk-cloning software like <a href=\"http://www.clonezilla.org/\" rel=\"nofollow\">Clonezilla</a> before proceeding, better safe than sorry. I have had bad experience wit... | [
{
"accepted": true,
"body": "<p>The file should be executed in the terminal, not through the file browser. Please make a backup (preferably using disk-cloning software like <a href=\"http://www.clonezilla.org/\" rel=\"nofollow\">Clonezilla</a> before proceeding, better safe than sorry. I have had bad experi... | null | null | null | null | null |
35276 | 1 | null | 2011-04-15T16:01:16.827 | 2 | 306 | <p>I would like to use an external monitor with my HP Probok, but when I connect the cable to my notebook, it's screen turns black and the external screen starts to flicker pink and green. I use 11.04.</p>
<p>Any ideas?</p>
| 14332 | null | null | 2011-04-15T16:01:16.827 | Notebook + external monitor = system crash | [
"11.04",
"multiple-monitors",
"monitor"
] | 0 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2012-02-03T00:37:11.800",
"id": "116442",
"postId": "35276",
"score": "0",
"text": "This question should instead be filed as a bug report, thanks! [Instructions here](http://askubuntu.com/questions/5121/how-do-i-report-a-bug).",
"userDisplayName": null,
"userId": "235"... | null | [] | null | null | 2012-02-03T00:47:20.673 | null | null |
35277 | 1 | null | 2011-04-15T16:15:35.550 | 3 | 2903 | <p>The Toshiba AC100 netbook is a Tegra 2 machine.</p>
<p>Is there a possibility that I might be able to install Ubuntu (any version) on it?</p>
| null | 65926 | 2014-12-16T14:01:21.217 | 2014-12-16T14:01:21.217 | Install on Toshiba ac100 | [
"system-installation",
"ac100"
] | 5 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-07-08T12:08:36.943",
"id": "58439",
"postId": "35277",
"score": "0",
"text": "possible duplicate of [What kernels exist for Toshiba's ac100 and where to get them?](http://askubuntu.com/questions/37619/what-kernels-exist-for-toshibas-ac100-and-where-to-get-them)",
"use... | null | [
{
"accepted": null,
"body": "<p>I could install in a similar machine. I had to boot the live cd with the options: acpi=off and noapic. After installation I had to edit grub to add this options.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-09-06T10:43:41.220",
... | null | 0 | null | null | user14334 |
35279 | 1 | null | 2011-04-15T16:40:11.093 | 1 | 961 | <pre><code>anoop@blackTiger:~$ lsusb
Bus 004 Device 002: ID 0451:6060 Texas Instruments, Inc. RNDIS/BeWAN ADSL2+
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002... | 14333 | 14333 | 2012-09-14T12:10:40.957 | 2014-04-12T05:40:46.537 | Installing BSNL UTStarCom 300R2U ADSL2+ Modem via USB port | [
"networking",
"usb",
"network-manager",
"internet",
"modem"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>If the DSL modem is not immediately recognize as an Ethernet interface when you plug it in (or when it's started an initialized and all), there's not much you will be able to do. This will probably require extra work to have a kernel driver support the modem since there is no... | null | null | null | null | null |
35282 | 1 | null | 2011-04-15T14:22:41.180 | 4 | 318 | <p>What is the difference between "Certified" and "Ready" hardware for Ubuntu?</p>
<p><a href="http://www.ubuntu.com/certification/" rel="nofollow">Ubuntu Certified</a></p>
| null | 235 | 2011-04-15T17:12:39.493 | 2011-08-11T09:51:44.110 | What is the difference between "Certified" and "Ready" hardware? | [
"certification"
] | 3 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>From ubuntu website:</p>\n\n<p>Certified: OEMs submit systems to Canonical's testing facility where certification testing and validation is performed by Canonical engineers.</p>\n\n<p>Ready: To become Ubuntu Ready, OEMs self-test using Canonical's certification test suite and... | null | null | null | null | Stephen |
35286 | 1 | 35290 | 2011-04-15T17:06:35.430 | 0 | 1706 | <p>I have an issue where <a href="/questions/tagged/apt-get" class="post-tag" title="show questions tagged 'apt-get'" rel="tag">apt-get</a> fails with the error message "Cannot utime":</p>
<pre><code>tar: ./postinst: Cannot utime: Bad file descriptor
tar: ./preinst: Cannot utime: Bad file descriptor
tar: ./pre... | 6955 | -1 | 2017-04-13T12:24:29.360 | 2011-05-04T12:05:20.920 | apt-get fails with: "cannot utime" | [
"apt"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>The real problem is bug <a href=\"https://bugs.launchpad.net/ubuntu/+source/tar/+bug/539814\" rel=\"nofollow\">LP #539814</a>. The solution is to upgrade your kernel or use a patched tar program.</p>\n\n<p>Otherwise, use the next workaround:\nReplace the contents of the <code>/usr/lo... | [
{
"accepted": true,
"body": "<p>The real problem is bug <a href=\"https://bugs.launchpad.net/ubuntu/+source/tar/+bug/539814\" rel=\"nofollow\">LP #539814</a>. The solution is to upgrade your kernel or use a patched tar program.</p>\n\n<p>Otherwise, use the next workaround:\nReplace the contents of the <code... | null | null | null | null | null |
35289 | 1 | 35344 | 2011-04-15T17:14:24.587 | 9 | 3505 | <p>This is more of a how to use command line instruction question more than how to add items to the Unity notification panel.</p>
<p>I have to have a one line CLI to add a new item to com.canonical.Unity.Panel systray-whitelist.</p>
<p>Standard procedure for doing so is:</p>
<pre><code>sudo gsettings get com.canonic... | 3169 | 235 | 2011-04-15T17:33:52.120 | 2011-04-17T14:43:55.113 | One line command for adding new items to com.canonical.Unity.Panel systray-whitelist | [
"unity",
"command-line",
"sed",
"gsettings"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2012-06-09T04:34:16.693",
"id": "179276",
"postId": "35289",
"score": "0",
"text": "Have anyone tested this on Ubuntu 12.04? Its not working for me (it was working on previous versions)",
"userDisplayName": null,
"userId": "12294"
},
{
"creationDate": "2012-06-... | {
"accepted": true,
"body": "<p>After hitting error after error, I finally figured why it didn't accept the quotes. You can simply place the quotes around the actual variable, no need to enter them in the actual command.</p>\n\n<p>This will work:</p>\n\n<pre><code>gsettings set com.canonical.Unity.Panel systray-whi... | [
{
"accepted": true,
"body": "<p>After hitting error after error, I finally figured why it didn't accept the quotes. You can simply place the quotes around the actual variable, no need to enter them in the actual command.</p>\n\n<p>This will work:</p>\n\n<pre><code>gsettings set com.canonical.Unity.Panel sys... | null | null | null | null | null |
35297 | 1 | 35300 | 2011-04-15T18:17:51.517 | 3 | 123 | <p>As part of a larger program, I am using git to check the program itself for updates. Of course, the user will need git installed to do so.
I've created a small bit of python3 code to check if the user has git installed, but it does not seem to work:</p>
<pre><code>import linecache
import time
import os
git = linec... | 14315 | 235 | 2011-04-15T18:43:19.520 | 2011-04-15T18:43:19.520 | Using python3 To Install Git -> If Statements/File Reading Error | [
"server",
"command-line",
"python",
"git"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Yes it could happen (computers tend to make very few mistakes ;-)</p>\n\n<p>Your variable git most likely has a newline character attached to it. So it's neither 'no' nor 'yes' but rather 'no\\n'</p>\n\n<p>You can either query for git.rstrip()=='no' which would chop off any whitespac... | [
{
"accepted": true,
"body": "<p>Yes it could happen (computers tend to make very few mistakes ;-)</p>\n\n<p>Your variable git most likely has a newline character attached to it. So it's neither 'no' nor 'yes' but rather 'no\\n'</p>\n\n<p>You can either query for git.rstrip()=='no' which would chop off any w... | null | null | null | null | null |
35301 | 1 | 35319 | 2011-04-15T18:53:47.507 | 3 | 500 | <p>My static IP was on Verizon's network, who are subletting their Fios lines to Frontier. Now I am given a new static IP from Frontier's data network. May I have a ballpark list of configurations to change to the new IP? It is like me to miss one thing and cause a problem. I have a LAMP with proftpd & ssh tunnelin... | 11082 | null | null | 2011-04-15T20:28:19.267 | Static IP address changed to another static IP address. What needs to be changed? | [
"10.04",
"server",
"configuration"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Checklist:</p>\n\n<ul>\n<li>Firewall: if you've put a firewall rule in which denies all traffic which where not designated for your IP, you need to change that.</li>\n<li>Interfaces file: Change the static IP in <code>/etc/network/interfaces</code>. This file is re-read when the netw... | [
{
"accepted": true,
"body": "<p>Checklist:</p>\n\n<ul>\n<li>Firewall: if you've put a firewall rule in which denies all traffic which where not designated for your IP, you need to change that.</li>\n<li>Interfaces file: Change the static IP in <code>/etc/network/interfaces</code>. This file is re-read when ... | null | null | null | null | null |
35302 | 1 | 36835 | 2011-04-15T18:59:59.140 | 1 | 726 | <p>It's an odd issue, i installed Ubuntu 11.04 trough Wubi yesterday,it actually worked unlike the last time i tried to when it didn't boot at all.</p>
<p>But there is one thing that bugs me, see, i have 2 HDD's ,a 320GB one with Windows 7, and the other, a 500GB HDD with Ubuntu 10.10. </p>
<p>I have partitioned the ... | 4203 | 4203 | 2012-07-02T08:00:01.087 | 2012-07-02T08:00:01.087 | Odd issue,Wubi Installation won't boot, when another ext4 drive is plugged? | [
"11.04",
"wubi",
"hard-drive",
"ext4"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-20T01:15:05.787",
"id": "40167",
"postId": "35302",
"score": "0",
"text": "so.. no one experimenting this?",
"userDisplayName": null,
"userId": "4203"
}
] | {
"accepted": true,
"body": "<p>Wubi uses grub4dos to boot (wubildr.mbr). The version of grub4dos is from around 2007 which is before ext4 was released. In any event, wubildr.mbr will hang whenever it encounters an ext4 partition.\nThe way it works is to search each partition (in BIOS order) for the file /wubildr (... | [
{
"accepted": null,
"body": "<p>you should be carefully to follow the instruction, where you download with Wubi, and download to complete, so you can where click and user, etcc, then done, click reboot with restart, then boost windows 7 and ubuntu, then click ubuntu, just leave waiting until appear ubuntu d... | null | null | null | null | null |
35303 | 1 | null | 2011-04-15T19:12:02.870 | 1 | 1684 | <p>My apology if my question sounded silly, but I am very new to ubuntu. I have just formatted my pc to ubuntu. However, I found out that now I have 3 partitions in my harddisk. One is the ext4 /dev/sda1 which is the system file partition. However, I noticed that I have another partition called extended /dev/sda2 3.08G... | 14222 | null | null | 2011-06-19T05:04:03.910 | linux-swap partition is in extended drive | [
"filesystem",
"partitioning",
"swap"
] | 2 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Seems to be okay. The swap partition is used as virtual memory to extend your RAM. If you want u can remove it, but if you frequently max out your RAM you might wanna leave it. If you do remove it, its not a bad idea to delete its \"mount line\" in /etc/fstab (needs root priv... | null | null | null | null | null |
35304 | 1 | null | 2011-04-15T19:28:18.030 | 1 | 2666 | <p>The cursor is too jerky and moves too fast when I use the Touchpad on my laptop in ubuntu 11.04 beta 2.</p>
<p>When I use Windows the cursor moves slowly and smoothly with precision. But on Ubuntu 11.04 Beta 2, the cursor is too fast and wobbly, imprecise.</p>
<p>When using the touchpad, is there a way I can slow ... | null | 8844 | 2011-04-15T19:43:02.393 | 2011-09-02T01:38:55.840 | Can I slow the speed of the cursor on a laptop touchpad? | [
"thinkpad",
"trackpad"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T19:33:22.813",
"id": "39396",
"postId": "35304",
"score": "0",
"text": "I meant to say TOUCHPAD above. Please replace trackpad with TOUCHPAD",
"userDisplayName": "user14348",
"userId": null
}
] | null | [
{
"accepted": null,
"body": "<p>Press the windows key, type in \"mouse\". You can play with the pointer speed settings and see if that helps.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-04-15T19:43:43.500",
"id": "39398",
"postId": "35305",
... | null | null | null | null | user14348 |
35308 | 1 | 35622 | 2011-04-15T19:41:15.110 | 5 | 2102 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/29757/what-can-replace-system-monitoring-in-the-top-gnome-panel-in-unity">What can replace system monitoring in the top Gnome Panel in Unity?</a> </p>
</blockquote>
<p>Hi!</p>
<p>I have just upgraded to the 11.04 ... | 14349 | -1 | 2017-04-13T12:23:09.107 | 2011-04-17T18:32:08.600 | Is there a process indicator for Unity? | [
"11.04",
"unity",
"indicator"
] | 3 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T19:51:43.773",
"id": "39399",
"postId": "35308",
"score": "1",
"text": "Please ask a separate question for the disk mounter, that way we can group all the indicator questions together, thanks!",
"userDisplayName": null,
"userId": "235"
},
{
"creation... | {
"accepted": true,
"body": "<p>After Jorge retagged my question as \"indicator\" I found the following page which lists some replacements for old applets:</p>\n\n<p><a href=\"https://askubuntu.com/questions/30334/list-of-appindicators\">What Application Indicators are available?</a></p>\n\n<p>Unfortunately not all... | [
{
"accepted": null,
"body": "<p>There is no such thing, so far as I can see, but there is one way to get a somewhat more classic design of Ubuntu that will allow you to use one. Log out of your account. Click or enter your username (depending on whether you have hidden the user list or not) and then look at... | null | null | 2011-04-17T22:07:15.097 | null | null |
35310 | 1 | 35321 | 2011-04-15T19:54:41.420 | 2 | 1998 | <p>I need to boot from a USB drive installation of Ubuntu 10.10 to do some maintenance on an older machine, and I don't feel like waiting for five minutes for the <code>gnome</code> to log me in. Is there a boot option that I can specify that will allow me to boot straight into <code>bash</code>?</p>
| 11827 | null | null | 2011-04-15T20:31:01.743 | Can I boot straight into bash from a USB drive installation? | [
"bash",
"usb-drive",
"live-usb"
] | 3 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You can install to your usb the server edition iso without the graphical interface so you boot straight into console. </p>\n\n<p>From the normal ubuntu desktop booting iso in the begging you have 3 secs when you are show the icos keyboard and human. If you press any button you can ex... | [
{
"accepted": null,
"body": "<p>I have never booted directly off of a usb chip, but it sounds like the same kind of thing as booting off a CD. At one point, there was a menu when you first start the cd with different options such as:</p>\n\n<ol>\n<li>Try Ubuntu without making changes to your computer</li>\n... | null | null | null | null | null |
35312 | 1 | 35315 | 2011-04-15T20:05:26.080 | 3 | 4603 | <p>When I access nadex.com quotes, Firebug tells me I send these cookies (but it's really all one line): </p>
<pre><code>JSESSIONID=Qk3lNyhpQCpGpfx4bghpJLd2ML90tNx3lKvpvPLcvdmJyGRGztH5!1308128606!-757\
827124; bhCookieSess=1; bhCookiePerm=1; IGFOREXCOOKIE=; LS__LSEngine_S=exist_13\
02897154477; LS__LSEngine_K=SHARE_SE... | null | null | 2011-04-16T22:22:06.780 | 2013-12-16T22:26:12.417 | Firefox hidden cookies not in cookies.sql? | [
"firefox"
] | 2 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T20:15:57.470",
"id": "39403",
"postId": "35312",
"score": "0",
"text": "Hopefully, you've not put a sensible cookie in your question.",
"userDisplayName": null,
"userId": "6969"
},
{
"creationDate": "2011-04-16T13:09:01.997",
"id": "39535",
"... | {
"accepted": true,
"body": "<p>I suspect that Firefox does not update the cookies.sqlite file directly for data integrity and performance reasons. Rather, it temporary stores the data in cookies.sqlite-journal (Firefox 3.x). Because the session cookies changes frequently, it is reasonable that the cookies are not ... | [
{
"accepted": true,
"body": "<p>I suspect that Firefox does not update the cookies.sqlite file directly for data integrity and performance reasons. Rather, it temporary stores the data in cookies.sqlite-journal (Firefox 3.x). Because the session cookies changes frequently, it is reasonable that the cookies ... | null | null | null | user11553 | user11553 |
35324 | 1 | null | 2011-04-15T20:47:12.883 | 0 | 1629 | <p>I've recently switched to Ubuntu from windows, and I'm looking for alternatives for GTalk and windows Live messenger.</p>
<p>So which chat client do you use most?</p>
| 13418 | 10698 | 2014-01-08T23:35:13.123 | 2014-01-08T23:35:13.123 | What's the best chat client? | [
"software-recommendation"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T21:27:34.323",
"id": "39415",
"postId": "35324",
"score": "0",
"text": "Related: http://askubuntu.com/questions/2837/instant-messager-that-supports-video-and-voice-chat",
"userDisplayName": null,
"userId": "235"
}
] | null | [
{
"accepted": null,
"body": "<p>Empathy is pretty good as the default IM of Ubuntu 10.10 and their is always pidgin</p>\n\n<pre><code>sudo apt-get install pidgin\n</code></pre>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creatio... | null | null | 2014-01-09T06:31:47.823 | null | null |
35325 | 1 | null | 2011-04-15T20:47:20.803 | 2 | 2522 | <p>I upgraded to 11.4 beta (absolutely fantastic) on Asus EEE pc 1005ha. I have a NTFS storage parition (/dev/sda4) visible by gparted. However, I cannot access it via Ubuntu. Any tips or ideas?</p>
| 14141 | 235 | 2011-04-15T20:58:02.177 | 2011-10-28T04:19:04.953 | How do I access an NTFS storage partition? | [
"11.04",
"partitioning",
"ntfs",
"gparted"
] | 2 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Try </p>\n\n<p><code>sudo mount -t ntfs-3g /dev/sda4 \"some folder path\"</code> </p>\n\n<p>to see if it mounts or not. See that package <code>ntfs-3g</code> is installed. If you wan't it to be mounted all the time you can use something like <code>ntfs-config</code> or enter ... | null | null | null | null | null |
35327 | 1 | null | 2011-04-15T20:57:37.497 | 2 | 2436 | <p>Why won't hp dj1000j110 printer print more than the test page? Job goes to print queue, flashes for a moment, then disappears and the printer does not print anything. Printer driver is hplip-3.11.3a.run. Install telemetry available upon request.</p>
| 14278 | 163331 | 2014-10-04T20:21:08.593 | 2014-10-04T20:21:08.593 | Why won't hp print driver print past a test page? | [
"printing",
"hp"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Disabling bi-directional printing on your printer will fix this problem. Take a look at this: <a href=\"https://askubuntu.com/questions/34974/how-to-get-ubuntu-to-send-print-jobs-to-windows-xp/35104#35104\">How to send print to Windows XP?</a></p>\n\n<p>Even when this answer ... | null | null | null | null | null |
35332 | 1 | 60716 | 2011-04-15T21:30:13.220 | 3 | 349 | <p>When I try to use empathy video chat, no matter what settings I use, it shows a transparent preview, then the video window closes (crashes) I've not gotten any relevant output from the commandline, so I'm not sure what to do.</p>
<p>If anyone can help me I'd appreciate it greatly!</p>
<p>Update: Still happens on 1... | 1992 | 1992 | 2011-09-09T16:27:22.693 | 2011-09-09T16:27:22.693 | Why does empathy show a transparent video preview and then crash? | [
"video",
"empathy"
] | 2 | 5 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-15T21:53:29.663",
"id": "39428",
"postId": "35332",
"score": "1",
"text": "Roland, What version of Ubuntu are you using?\nAre you up-to-date on updates? I'm seeing the same behavior here. However, when I try a second time, the window launches and I see video. -Ubuntu 1... | {
"accepted": true,
"body": "<p>In the latest version of Empathy (11.10) the problem seems to be fixed.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-09-09T16:27:15.207",
"id": "60716",
"lastActivityDate": "2011-09-09T1... | [
{
"accepted": null,
"body": "<p>I assume you are using MSN, simply because it is the most popular. It is a known fact by the Empathy developers that video does not work with the MSN protocol. I quote from there official site: </p>\n\n<p>\"<strong>Audio and Video calls</strong></p>\n\n<p><em>Does Empathy sup... | null | null | null | null | null |
35333 | 1 | 35348 | 2011-04-15T21:31:51.137 | 0 | 3935 | <p>I want to record the audio from flash videos on YouTube or Hulu to listen to later on my iPod or SanDisk mp3 player. </p>
<p>Is there any combination of tools that can accomplish this? Is it possible to record the audio in the background without having to listen to it while it's recording? </p>
| 8986 | null | null | 2011-06-13T03:40:01.433 | How do you record the audio from a web flash video, e.g. from Hulu or YouTube, and make an audio podcast | [
"sound",
"flash",
"streaming"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>There are several ways to gather youtube audio. Which includes the usage of <a href=\"http://audacity.sourceforge.net/\" rel=\"nofollow\">Audacity</a> and <a href=\"http://www.miksoft.net/mobileMediaConverter.htm\" rel=\"nofollow\">Mobile Media Converter</a>. </p>\n\n<p>For other vid... | [
{
"accepted": true,
"body": "<p>There are several ways to gather youtube audio. Which includes the usage of <a href=\"http://audacity.sourceforge.net/\" rel=\"nofollow\">Audacity</a> and <a href=\"http://www.miksoft.net/mobileMediaConverter.htm\" rel=\"nofollow\">Mobile Media Converter</a>. </p>\n\n<p>For o... | null | null | null | null | null |
35335 | 1 | 35337 | 2011-04-15T21:45:20.417 | 1 | 1208 | <p>I was running an up to date version of Ubuntu 11.04. For the purpose of a review, I decided to install Gnome Shell along side my Unity session. But after the process was completed, I can no longer log into the Unity session. Is there a way to remedy this? Thank you!</p>
| null | null | null | 2014-11-12T22:29:49.600 | How do I get Unity back after Gnome Shell install? | [
"unity",
"gnome"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Removal instructions are here:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/22946/how-do-i-install-the-latest-version-of-gnome-3\">How do I install and use the latest version of GNOME?</a></li>\n</ul>\n\n<p>(Though I don't know how well it will work)</p>\n",
"commentC... | [
{
"accepted": true,
"body": "<p>Removal instructions are here:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/22946/how-do-i-install-the-latest-version-of-gnome-3\">How do I install and use the latest version of GNOME?</a></li>\n</ul>\n\n<p>(Though I don't know how well it will work)</p>\n",
... | null | null | null | null | user14364 |
35336 | 1 | 35351 | 2011-04-15T21:45:59.417 | 3 | 4944 | <p>All right folks, I have another very basic question. Please bear with me.</p>
<p>I'm following the instructions at the following website to download and configure Hadoop on my computer.</p>
<p><a href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/" rel="nofollow">http://... | 12786 | 235 | 2011-04-15T21:50:39.723 | 2012-08-04T09:31:36.677 | Can't ssh into a hadoop node | [
"10.10",
"installation",
"hadoop"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>It seems to me that your SSH process is not running. Therefore there is no software which accepts connections on that port. You can check it by:</p>\n\n<pre><code>sudo service ssh status\n</code></pre>\n\n<p>or</p>\n\n<pre><code>sudo /etc/init.d/ssh status\n</code></pre>\n\n<p>The sc... | [
{
"accepted": true,
"body": "<p>It seems to me that your SSH process is not running. Therefore there is no software which accepts connections on that port. You can check it by:</p>\n\n<pre><code>sudo service ssh status\n</code></pre>\n\n<p>or</p>\n\n<pre><code>sudo /etc/init.d/ssh status\n</code></pre>\n\n<... | null | null | null | null | null |
35339 | 1 | 35354 | 2011-04-15T21:50:44.237 | 3 | 866 | <p>I am printing the current page of a pdf file in evince. But I found that in evince, there are two different page numbers showing the current page. If I choose the one shown in an input box, that will print out the wrong page, but if I choose the one shown inside the parenthesis after the input box, that will be the ... | 1471 | null | null | 2011-04-15T22:25:18.337 | select pages for pdf print | [
"pdf",
"evince"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Tim,</p>\n\n<p>Evince displays the page numbers in parenthesis based on the logical/actual sequence of pages; that is, the real page numbers if you used only 1 - n (instead of i, ii, iii, 1).</p>\n\n<p>The numbers in the input box are the numbers (or \"name\") given to the page. For ... | [
{
"accepted": true,
"body": "<p>Tim,</p>\n\n<p>Evince displays the page numbers in parenthesis based on the logical/actual sequence of pages; that is, the real page numbers if you used only 1 - n (instead of i, ii, iii, 1).</p>\n\n<p>The numbers in the input box are the numbers (or \"name\") given to the pa... | null | null | null | null | null |
35340 | 1 | 35352 | 2011-04-15T21:52:06.153 | 2 | 1131 | <p>I have several printers listed in evince. I was wondering how to change the default printer in evince? Thanks and regards!</p>
| 1471 | null | null | 2011-04-15T22:19:12.167 | How to change the default printer in evince? | [
"printing",
"evince"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>The default printer can be set through the System/Administration/Printing. Give it a try, set your default printer and re-start evince in order to gather the appropiate default printer where to send your stuff.</p>\n\n<p>Good luck!</p>\n",
"commentCount": "1",
"comments": [
{... | [
{
"accepted": true,
"body": "<p>The default printer can be set through the System/Administration/Printing. Give it a try, set your default printer and re-start evince in order to gather the appropiate default printer where to send your stuff.</p>\n\n<p>Good luck!</p>\n",
"commentCount": "1",
"commen... | null | null | null | null | null |
35347 | 1 | null | 2011-04-15T22:12:35.957 | 6 | 3175 | <p>How do I assign an icon for programs which doesn't have any specific icons ? (ie. vncviewer, rdesktop, etc). Today it appears as a gray icon with question mark on the middle as a default icon in unity launcher. </p>
| 14014 | 14014 | 2011-04-24T18:37:26.663 | 2018-04-27T08:46:52.773 | How do I get custom icon for apps in Unity dash | [
"11.04",
"unity",
"launcher",
"icons"
] | 3 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Sure.</p>\n\n<ol>\n<li>Open the text editor.</li>\n<li>Drag and drop an iconic link onto the text editor.</li>\n<li>Open a new tab in the text editor.</li>\n<li>Drag and drop the question mark icon onto the editor.</li>\n<li>In the first tab, replace the image address with th... | null | null | null | null | null |
35350 | 1 | 35357 | 2011-04-15T22:18:32.040 | 6 | 2182 | <p>I am filling out <a href="http://www.irs.gov/pub/irs-pdf/f1040.pdf" rel="nofollow">1040 tax form</a> in evince.</p>
<ol>
<li>Every time I try to save my input by
ctrl+s, I am asked to "save as" in a
dialog box. Is it possible to save to
the current file without having the dialog box popping out each time?</li>
<li>... | 1471 | 1471 | 2011-04-17T19:32:53.923 | 2011-04-17T19:32:53.923 | Problems with saving filled form in pdf | [
"pdf",
"evince"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<blockquote>\n <p>Is it possible to save to the current file without having the dialog box popping out each time</p>\n</blockquote>\n\n<p>No, apparently not. I think this is because evince is biased towards viewing documents (and maybe saving a local copy of them) not editing. You co... | [
{
"accepted": true,
"body": "<blockquote>\n <p>Is it possible to save to the current file without having the dialog box popping out each time</p>\n</blockquote>\n\n<p>No, apparently not. I think this is because evince is biased towards viewing documents (and maybe saving a local copy of them) not editing.... | null | null | null | null | null |
35353 | 1 | 35364 | 2011-04-15T22:21:53.020 | 3 | 2511 | <p>I am a Windows administrator standing up an Ubuntu Server for some intranet LAMP applications. I have read through some of the Ubuntu documentation but am not clear on a good way to get backups of the system. Obviously what I would like to do is be able restore the application data (and perhaps applications) if an... | 13733 | null | null | 2011-04-16T07:22:07.943 | Recommended method to backup Ubuntu Server | [
"10.10",
"backup"
] | 2 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T05:29:56.603",
"id": "39474",
"postId": "35353",
"score": "1",
"text": "Possible duplicate of [Comparison of backup tools](http://askubuntu.com/questions/2596/comparison-of-backup-tools)",
"userDisplayName": null,
"userId": "8844"
},
{
"creationDate"... | {
"accepted": true,
"body": "<p>It really depends upon what your backup requirements are. Are you considering backup of entire machine, just userdata, perhaps app data, maybe mySQL data, etc?</p>\n\n<p>Linux admins commonly use tools like Rsync with combination or ssh, at times for added security to do file level b... | [
{
"accepted": true,
"body": "<p>It really depends upon what your backup requirements are. Are you considering backup of entire machine, just userdata, perhaps app data, maybe mySQL data, etc?</p>\n\n<p>Linux admins commonly use tools like Rsync with combination or ssh, at times for added security to do file... | null | null | null | null | null |
35359 | 1 | 49225 | 2011-04-15T23:35:15.803 | 1 | 650 | <p>Trying to get a Windows 7 ISO to be written to a bootable USB from my Ubuntu installation, but it seems all the USB creators are for writing other Linux distributions, and the ones for Windows can only be RUN in Windows. Catch 22, right? I'm debating setting up a VM to run the Windows usb creator, but would prefer n... | 14368 | 14368 | 2011-04-16T02:05:48.433 | 2011-06-17T13:07:29.143 | ISO to USB || Ubuntu to Windows | [
"10.10",
"boot",
"windows",
"usb",
"windows-7"
] | 2 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-12-15T02:28:30.847",
"id": "100257",
"postId": "35359",
"score": "0",
"text": "Are you still having this issue?",
"userDisplayName": null,
"userId": "6005"
},
{
"creationDate": "2011-12-15T15:26:43.020",
"id": "100371",
"postId": "35359",
"scor... | {
"accepted": true,
"body": "<p>Have you tried <a href=\"http://unetbootin.sourceforge.net/\" rel=\"nofollow\">unetbootin</a>? It should work, you can use any iso, including Windows.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": ... | [
{
"accepted": null,
"body": "<p>Have you tried if windows usb creator works with <code>wine</code>?</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-04-16T06:31:09.383",
"id": "35410",
"lastActivityDa... | null | null | 2011-12-15T15:30:59.630 | null | null |
35361 | 1 | 39152 | 2011-04-15T23:48:02.557 | 8 | 2408 | <p>Has anybody tested burg on natty? Is it safe?</p>
| 13572 | 235 | 2011-09-13T14:58:12.070 | 2011-09-13T14:58:12.070 | Is burg compatible with 11.04? | [
"11.04",
"bootloader",
"burg",
"testing"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Burg on Natty works correctly via a <a href=\"https://askubuntu.com/questions/39049/burg-themes-not-working/39151#39151\">PPA</a>.</p>\n\n<p>As with all PPAs - these must be used with care. In this case - especially so - since incorrect installation could prevent you booting. <stro... | [
{
"accepted": null,
"body": "<p>I am using Burg with Natty with no issues so far. The general <a href=\"http://code.google.com/p/burg/wiki/InstallUbuntu\" rel=\"nofollow\">instructions</a> to install it work Ok. Remember to run <code>sudo burg-install /dev/sda</code>(or your device in place of /dev/sda</p>\... | null | null | null | null | null |
35363 | 1 | 114444 | 2011-04-16T00:21:09.330 | 1 | 1609 | <p>The title describes my problem. Also with 'lapic' option, only one core is enabled.</p>
<p>Tried with 10.10(amd64), 11.04(amd64)</p>
<p>10.10 x86 version didn't boot with nolapic option. Now I'm using 11.04 amd64 version (updated).</p>
<p>/proc/cpuinfo :</p>
<pre><code>processor : 0
vendor_id : AuthenticAMD
... | 14367 | 1629 | 2011-04-18T18:21:27.727 | 2012-03-20T06:21:41.780 | Can't boot without 'nolapic' kernel option. And system hangs after few minutes | [
"11.04",
"boot",
"hardware"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Problem solved. Changed M/B for same model. All works fine.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2012-08-17T08:18:57.640",
"id": "218924",
"postId": "114444",
"score": "0",
"text": "Congratulation on resolving your own qu... | [
{
"accepted": null,
"body": "<ol>\n<li><p>This is most probably a kernel issue. However to diagnose is difficult through askubuntu - a better forum based arena would I'm sure provide a more interactive question and answer type scenario to find an answer. My advice is therefore more generic.</p></li>\n<li>... | null | null | 2012-03-20T09:41:30.783 | null | null |
35365 | 1 | 35572 | 2011-04-16T00:39:20.693 | 3 | 1298 | <p>I installed Natty yesterday and it gave me the option to install "Experimental 3D support for NVIDIA cards" (which I'm assuming is Nouveau). Now, is there a PPA I will need to add to receive regular updates for the driver or will Canonical push updates out to me automatically?</p>
| 2458 | 2458 | 2011-04-16T00:51:17.707 | 2011-04-17T06:49:41.293 | Will the Nouveau driver continue to get updates? | [
"11.04",
"drivers",
"nvidia",
"nouveau"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Unless there are security fixes or certain bug fixes specifically for the drivers in Ubuntu, it is unlikely that you will get regular updates of the Nouveau drivers.</p>\n\n<p>You can read more about <a href=\"https://wiki.ubuntu.com/StableReleaseUpdates\" rel=\"nofollow\">Stable Rel... | [
{
"accepted": true,
"body": "<p>Unless there are security fixes or certain bug fixes specifically for the drivers in Ubuntu, it is unlikely that you will get regular updates of the Nouveau drivers.</p>\n\n<p>You can read more about <a href=\"https://wiki.ubuntu.com/StableReleaseUpdates\" rel=\"nofollow\">St... | null | null | null | null | null |
35366 | 1 | null | 2011-04-16T00:50:35.243 | 1 | 235 | <p>I recently signed up for a a 20 GB Ubuntu One account for 2.99 per month because I wanted to sync some of my Home folders. It's been a week now. My tomboy notes synced fine, but after selecting my Documents, Pictures, and Music folders to be synced I only see my folder names but no files when I go my Dashboard on ... | 14371 | 14371 | 2011-04-16T02:14:06.510 | 2011-04-16T12:04:28.933 | My folders have been synced but I don't see any files | [
"ubuntu-one",
"directory"
] | 1 | 3 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T00:54:36.360",
"id": "39446",
"postId": "35366",
"score": "0",
"text": "what did you sign up for?? Ubuntu One? Dropbox? what?",
"userDisplayName": null,
"userId": "10616"
},
{
"creationDate": "2011-04-16T02:22:08.927",
"id": "39456",
"postI... | null | [
{
"accepted": null,
"body": "<p>Depending on what version of Ubuntu you're on, what you're seeing is normal. Folders get created first, and then files. Very slowly, if we're talking thousands of files.</p>\n\n<p>We've worked on fixing this slowness and it should be much better by the time we release Natty, ... | null | null | 2017-01-11T01:53:29.310 | null | null |
35367 | 1 | 35372 | 2011-04-16T00:57:34.353 | 3 | 1319 | <p>I have run into a ton of file permission issues in Ubuntu, from not having permission to delete a file, change the contents of a while, and so on. I was wondering if some of you Ubuntu experts could share how you generally deal with file permission issues? What are some general guidelines and terminal commands to ke... | 12786 | 235 | 2011-07-29T22:12:55.143 | 2011-07-29T22:12:55.143 | General Rules for dealing with File Permissions | [
"10.10",
"permissions",
"files"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Every file on your system is owned by a user. Each user is a member of one or more groups. Using the <code>chmod</code> command a user can selectively allow self or others to read, write, or execute the file. Use of <code>chmod</code> is fairly complex, and you'll want to check out <... | [
{
"accepted": true,
"body": "<p>Every file on your system is owned by a user. Each user is a member of one or more groups. Using the <code>chmod</code> command a user can selectively allow self or others to read, write, or execute the file. Use of <code>chmod</code> is fairly complex, and you'll want to che... | null | null | null | null | null |
35368 | 1 | 35389 | 2011-04-16T01:02:16.827 | 2 | 411 | <p>Has anybody tried installing nautilus elementary in 11.04?</p>
| 13572 | 1992 | 2011-06-07T18:07:38.707 | 2011-06-07T18:07:38.707 | Is Nautilus elementary compatible? | [
"11.04",
"nautilus-elementary"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>I'm running 11.04 and nautilus elementary - no problems here.\nIf you do encounter any problems with NE, please report (a) bug(s) on nautilus-elementary's bug tracker on launchpad.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-06-07T19:06:04.493",
... | [
{
"accepted": true,
"body": "<p>I'm running 11.04 and nautilus elementary - no problems here.\nIf you do encounter any problems with NE, please report (a) bug(s) on nautilus-elementary's bug tracker on launchpad.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-06-07T... | null | null | null | null | null |
35369 | 1 | 35421 | 2011-04-16T01:05:44.220 | 2 | 1033 | <p>Using 11.04. The network indicator is visible at all times, but this isn't necessary for me, it just adds clutter. Is there any way to hide/remove it?</p>
<p>Thanks!</p>
| 10545 | 1579 | 2011-04-16T13:54:59.960 | 2011-04-16T13:54:59.960 | Can the network indicator be hidden? | [
"11.04",
"indicator",
"network-manager"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>The simple answer is no, the indicators cannot be individually enabled or disabled, however you can kill the network indicator by running the following command: <code>pkill nm-applet</code></p>\n\n<p>To restart the network indicator, run <code>nm-applet</code></p>\n\n<p>To turn off t... | [
{
"accepted": true,
"body": "<p>The simple answer is no, the indicators cannot be individually enabled or disabled, however you can kill the network indicator by running the following command: <code>pkill nm-applet</code></p>\n\n<p>To restart the network indicator, run <code>nm-applet</code></p>\n\n<p>To tu... | null | null | null | null | null |
35373 | 1 | 35378 | 2011-04-16T01:20:28.687 | 2 | 889 | <p>Consider this example. I download a tar.gz file from the internet and open the contents of that file into a directory. Let's say I choose to remove the directory. Unfortunately, I do not have permission to delete the directory. What do I do? I get an error message that I don't have permission to remove this director... | 12786 | 169736 | 2014-01-27T00:08:09.323 | 2014-01-27T00:08:09.323 | Delete a Directory | [
"filesystem"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You should also modify permissions to that file by:</p>\n\n<pre><code>sudo chmod 777 FOLDERNAME -R\n</code></pre>\n\n<p>This way the file will be editable/deletable by anyone (which -of course- includes you).</p>\n\n<p>After that, try to delete and succeed.</p>\n\n<p>Good luck!</p>\n... | [
{
"accepted": null,
"body": "<p>According to the commands you cite, you changed the ownership to user \"hadoop\" before you tried to delete it. Since user \"amathew\" no longer owns the directory, he does not have permission to delete it (unless there's a group relationship that's not specified here).</p>\n... | null | null | null | null | null |
35376 | 1 | null | 2011-04-16T01:38:54.303 | 3 | 1447 | <p>Is there a setting to increase the scroll speed of the Unity Panel when using the Mouse.</p>
<p>When in keyboard mode the launcher will scroll quickly, however with the mouse over event action scrolling though a number of panel items at the bottom is too slow</p>
| 14374 | 235 | 2012-05-14T20:14:38.523 | 2012-05-14T20:14:38.523 | Can I set the scrolling speed when I mouse over the launcher? | [
"unity",
"launcher"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Just to clarify the three ways to scroll with the Mouse over the Launcher</p>\n\n<ul>\n<li>Mouse Wheel</li>\n<li>Mouse Cursor at the Top/Bottom will enable Auto-Scrolling</li>\n<li>Click & Drag</li>\n</ul>\n\n<p>There does not appear to be any current way to edit the spee... | null | null | null | null | null |
35377 | 1 | 331276 | 2011-04-16T01:41:38.843 | 3 | 3222 | <p>I know how to whitelist most other applications, but adding 'Gajim' and 'gajim' doesn't seem to work.</p>
<p>Does it have an appindicator?</p>
| 1992 | 44179 | 2013-08-12T17:33:00.660 | 2013-08-12T17:33:00.660 | How do I get Gajim to show up in Unity's system tray? | [
"unity",
"indicator"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Maybe it'd be a better idea to install \"Ubuntu Ayanta Integration\" or a similar plugin instead. See <a href=\"http://trac-plugins.gajim.org/wiki/UbuntuIntegrationPlugin\" rel=\"nofollow\">http://trac-plugins.gajim.org/wiki/UbuntuIntegrationPlugin</a> for instance.</p>\n",
"comme... | [
{
"accepted": null,
"body": "<p>Well, in a strange twist, killing Gajim and restarting it seems to have worked.</p>\n\n<p>Apparently the correct value is <code>Gajim</code>.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creati... | null | null | null | null | null |
35382 | 1 | 35383 | 2011-04-16T02:02:28.037 | 12 | 3234 | <p>If "https://mail.google.com" is already open a tab, it it possible to have a browser switch to that tab if I try opening "https://mail.google.com" in a different tab?</p>
<p>What if I try opening the new address via cli (eg, google-chrome <a href="https://mail.google.com">https://mail.google.com</a>)? Can I get it ... | 10545 | null | null | 2011-07-22T00:59:21.160 | Can any browser switch to already open tab, if address you're opening is already open? | [
"firefox",
"google-chrome",
"chromium",
"browser"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T02:55:17.487",
"id": "39460",
"postId": "35382",
"score": "2",
"text": "This is not exactly ubuntu specific, it would be better to ask thsi on superuser.com",
"userDisplayName": null,
"userId": "1992"
}
] | {
"accepted": true,
"body": "<p>This is a feature of Firefox 4. If you start typing an already opened address, the drop-down menu will suggest switching to the already active tab pointing to that address.</p>\n\n<p>There is an add-on for Firefox that will give you total keyboard control over the browser called \"P... | [
{
"accepted": true,
"body": "<p>This is a feature of Firefox 4. If you start typing an already opened address, the drop-down menu will suggest switching to the already active tab pointing to that address.</p>\n\n<p>There is an add-on for Firefox that will give you total keyboard control over the browser ca... | null | null | null | null | null |
35385 | 1 | 35387 | 2011-04-16T02:34:19.533 | 0 | 85 | <p>I am playing some music that I got from youtube. On both movie player and Rhythmbox music player at the bottom of the movie player it says "streaming".</p>
<p>It doesn't let me control it -- I can't drag around the play head to different parts in the music -- but it will let me pause, play, or stop. </p>
<p>Why ... | 13923 | 8844 | 2011-04-16T05:27:27.557 | 2011-04-16T05:27:27.557 | Music player incorrectly identifies downloaded music as "streaming" | [
"music",
"multimedia"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Maybe the sync of your music file is corrupted. Try transcoding and see what happen. </p>\n\n<p>This behavior usually happens (but not limits to) when the audio inside of the file is using a variable bit rate (VBR) for the playback. So I suggest you to use a Constant Bit Rate (CBR) f... | [
{
"accepted": true,
"body": "<p>Maybe the sync of your music file is corrupted. Try transcoding and see what happen. </p>\n\n<p>This behavior usually happens (but not limits to) when the audio inside of the file is using a variable bit rate (VBR) for the playback. So I suggest you to use a Constant Bit Rate... | null | null | null | null | null |
35386 | 1 | null | 2011-04-16T02:40:56.360 | 0 | 195 | <p>First of all, I am new to Ubuntu 10.04 but it is love at first sight and the only windows I will see again are in my house and car!</p>
<p>Each time I disconnect my Dell Studio 15 from my Dell 36" monitor, I have to reconnect through the System/Monitor protocol.</p>
<p>Question: Is there a way to set it up so once... | null | null | null | 2011-06-27T05:17:58.437 | Keeping monitor Dell desk monitor 'connected' to dell studio 15 laptop? | [
"external-monitor"
] | 1 | 3 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T02:49:27.943",
"id": "39459",
"postId": "35386",
"score": "0",
"text": "Do you mind providing information about your graphics card? In my experience with nVidias, they don't have that issue and you can do what you wish if the drivers are properly installed. Let's se... | null | [
{
"accepted": null,
"body": "<p>I'm assuming you're using the proprietary fglrx-driver supplied by AMD. Last time I checked it doesn't yet support Xrandr 1.2, which is the part of the display server that does the magic you're after (activate monitor automatically when connected).</p>\n\n<p>You might want to... | null | null | null | null | user14375 |
35390 | 1 | null | 2011-04-16T03:02:58.837 | 2 | 320 | <p>When I installed Ubuntu, everything was great. But one day, I heard the login sound but no sound on the desktop session. This happens every time. I have reinstalled sound drivers several times, checked that the speakers are not muted, checked the settings in alsa-mixer, tried all the troubleshooting tips on the net,... | null | 30405 | 2011-11-28T04:13:29.113 | 2012-03-07T04:01:54.017 | Login sound plays, but no sound during session | [
"10.04",
"sound",
"alsa"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>I have had similar experiences. Audio worked fine and then during my login session it stopped. I found a few interesting facts about this. First I removed the .esd_auth ,pulse-cookie and .pulse directories. Then I rebooted and audio can back. That lasted a while and it h... | null | null | null | null | user14376 |
35391 | 1 | null | 2011-04-16T03:18:26.577 | 2 | 4661 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/25596/set-up-usb-for-virtualbox">Set up USB for Virtualbox</a> </p>
</blockquote>
<p>If this is the wrong forum I apologize. As I mentioned in another Question, I am new to Linux but will never go back to Windows!<... | null | -1 | 2017-04-13T12:23:46.240 | 2011-04-18T12:37:46.233 | Can't find external CD/DVD in Virtual Box/Windows XP mode? | [
"usb",
"virtualbox",
"dvd",
"cd"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Your computer icon inside Windows will show only the virtual hardware that you have created on your virtual machine, not your real one. By default, all virtual machines are created with only one CD driver.</p>\n\n<p>But you can assign any of your real drives to this one, even... | null | null | 2011-06-05T19:32:26.973 | null | user14375 |
35392 | 1 | 35414 | 2011-04-16T03:21:11.707 | 55 | 93729 | <p>Is there <em>any</em> way I can launch a new instance of Google Chrome from the command line? I'm not referring to opening a new window - I want a new <em>instance</em>. Here's why:</p>
<p>Suppose I open Chrome and navigate to a page somewhere. Then I SSH into the same account from somewhere else. When I run:</p>
... | 5 | null | null | 2022-09-13T14:01:52.790 | How to launch a new instance of Google Chrome from the command line? | [
"ssh",
"google-chrome"
] | 3 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T05:08:55.320",
"id": "39471",
"postId": "35392",
"score": "1",
"text": "Incognito mode? `google-chrome --incognito` ?",
"userDisplayName": null,
"userId": "3778"
},
{
"creationDate": "2011-04-16T06:03:34.017",
"id": "39479",
"postId": "35392"... | {
"accepted": true,
"body": "<p>This is a <a href=\"http://code.google.com/p/chromium/issues/detail?id=27344\" rel=\"noreferrer\">known bug</a>. A workaround is to pass the argument <code>--user-data-dir=$(mktemp -d)</code> (or you can use any temporary or empty directory) to start a new session.</p>\n",
"comment... | [
{
"accepted": true,
"body": "<p>This is a <a href=\"http://code.google.com/p/chromium/issues/detail?id=27344\" rel=\"noreferrer\">known bug</a>. A workaround is to pass the argument <code>--user-data-dir=$(mktemp -d)</code> (or you can use any temporary or empty directory) to start a new session.</p>\n",
... | null | null | null | null | null |
35393 | 1 | 35407 | 2011-04-16T03:21:57.713 | 4 | 7647 | <p>I have restarted my system remotely, but now when I try to ssh, I get the message</p>
<pre><code>ssh: connect to host desktop.hostname port 22: Connection timed out
</code></pre>
<p>And when I try to ping it:</p>
<pre><code>PING desktop.hostname (111.111.111.11) 56(84) bytes of data.
From localhost (222.222.222.2... | 2487 | 235 | 2013-02-19T17:51:54.900 | 2015-10-04T11:32:34.670 | After restart, how can I ssh into my system? | [
"server",
"ssh",
"remote-access"
] | 3 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T05:06:12.033",
"id": "39470",
"postId": "35393",
"score": "1",
"text": "Since it cannot be pinged, and sshed, I am assuming that the PC hasnt been restarted yet, or there is some network trouble. If you have a monitoring panel, like cPanel or use Amazon Webservices,... | {
"accepted": true,
"body": "<p>By default, connection to network go up when the user login. So, if you have not configured your machine to login automatically, your network connection is down.</p>\n\n<p>The solution is to set the connection as a \"system connection\" in network manager: in this way the connection ... | [
{
"accepted": true,
"body": "<p>By default, connection to network go up when the user login. So, if you have not configured your machine to login automatically, your network connection is down.</p>\n\n<p>The solution is to set the connection as a \"system connection\" in network manager: in this way the con... | null | null | null | null | null |
35394 | 1 | 35403 | 2011-04-16T03:32:54.180 | 22 | 75841 | <p>My Internet gets paused sometimes because of change in the 3g signal strength and I've to restart the whole apt-get update process again! Each update consumes 13-15 mb and every mb costs here!! Can I do something to pause the update so that I can resume it after I connect my Internet again!
p.s - I know that I can r... | 13572 | 169736 | 2014-06-02T12:57:49.773 | 2014-08-13T20:07:59.600 | How can I pause/resume an apt-get update process in a terminal? | [
"apt"
] | 6 | 7 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T05:48:11.840",
"id": "39477",
"postId": "35394",
"score": "0",
"text": "so, why exactly do you want to pause? is it solely so that you can clear out the package files that get downloaded for the installation? If so, just use the clean command that I outlined AFTER... | {
"accepted": true,
"body": "<p>Looking at the recommendations for using <kbd>Ctrl</kbd>+<kbd>C</kbd>, I think it'd be better to try <kbd>Ctrl</kbd>+<kbd>Z</kbd> to suspend the process in the background when/if the network drops. You might be able to use <code>fg</code> to resume once your connectivity returns. (... | [
{
"accepted": null,
"body": "<p>You can stop the downloading of packages or updating of the system, by pressing \"Ctrl+C\" and stopping the program. This will stop the program completely. The next time you try the same command, apt-get will resume downloading from the point where it stopped last time</p>\n"... | null | null | null | null | null |
35396 | 1 | 35413 | 2011-04-16T03:52:00.433 | 19 | 40327 | <p>I want to access an Ubuntu machine remotely via VNC. But I can access the Ubuntu machine only if the user is logged in. I want to access the ubuntu machine via VNC from the login screen itself. We can access all windows machines from the login screen. However we were not able to access the Ubuntu machine from the lo... | 5691 | 8844 | 2011-04-16T06:16:30.947 | 2018-10-30T21:44:10.967 | How to access an ubuntu machine via VNC from the login screen? | [
"remote-desktop",
"vnc",
"remote-access",
"remote-control"
] | 5 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T07:05:52.263",
"id": "39487",
"postId": "35396",
"score": "0",
"text": "If the other machine is on the same LAN it would be feasible to just use XDMCP instead of VNC. If it's not on the same LAN, unaccelerated X over the network might be too slow.",
"userDisplay... | {
"accepted": true,
"body": "<p>Your best bet is to install <a href=\"http://xrdp.sourceforge.net\" rel=\"nofollow noreferrer\">xrdp</a> <a href=\"http://apt.ubuntu.com/p/xrdp\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-small\" alt=\"Install xrdp\"></a>. After installation, you can use an R... | [
{
"accepted": true,
"body": "<p>Your best bet is to install <a href=\"http://xrdp.sourceforge.net\" rel=\"nofollow noreferrer\">xrdp</a> <a href=\"http://apt.ubuntu.com/p/xrdp\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-small\" alt=\"Install xrdp\"></a>. After installation, you can ... | null | null | null | null | null |
35399 | 1 | 89858 | 2011-04-16T05:16:39.990 | 6 | 3865 | <p>I'm trying to figure out in the <code>rkhunter</code> config how I can whitelist the detection of certain ports, such as ports used for IRCds, and other ports which I have for services which run on non-standard ports.</p>
<p>Does anyone know how to configure this so that <code>rkhunter</code> does not throw warning... | 10616 | 10616 | 2011-08-03T15:19:28.963 | 2021-12-23T14:24:47.583 | Whitelisting ports for detection in rkhunter | [
"server",
"rkhunter"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You edit <code>/etc/rkhunter.conf</code></p>\n\n<pre><code># command line\nsudo -e /etc/rkhunter.conf\n\n# graphical\ngksu gedit /etc/rkhunter.conf\n</code></pre>\n\n<p>Under the <code>WHITELIST_PORTS</code> section , add your whitelist. The configuration file has examples.</p>\n\n<p... | [
{
"accepted": true,
"body": "<p>You edit <code>/etc/rkhunter.conf</code></p>\n\n<pre><code># command line\nsudo -e /etc/rkhunter.conf\n\n# graphical\ngksu gedit /etc/rkhunter.conf\n</code></pre>\n\n<p>Under the <code>WHITELIST_PORTS</code> section , add your whitelist. The configuration file has examples.</... | null | null | null | null | null |
35401 | 1 | 43885 | 2011-04-16T05:30:13.377 | 10 | 14691 | <p><strong>I had installed Ubuntu inside Windows XP but then I formatted XP and installed Windows 7.</strong> </p>
<p>EDIT1: I used Wubi for the same.
I want to know which one of the two will solve my problem? creating a virtual disk or resizing root? Also is resizing root possible as the 4GB ext4 partition is already... | 1744 | 169736 | 2014-04-07T00:28:20.780 | 2019-09-08T10:10:44.713 | How do I give Ubuntu more space (when installed inside Windows 7 (via wubi))? | [
"wubi",
"disk-management"
] | 4 | 3 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T07:13:35.487",
"id": "39489",
"postId": "35401",
"score": "1",
"text": "When you say you installed Ubuntu \"inside\" Windows XP, what exactly do you mean? If you don't know the technical term for it, can you link to a web page that shows how you did it?",
"userD... | {
"accepted": true,
"body": "<p>Additional virtual disks are only useful if you're able to split the filesystem (eg putting <code>/home/</code> on it) so aren't much use if you've installed a ton of stuff. You <em>can</em> split things like <code>/usr/bin</code> but it can get really messy, really fast.</p>\n\n<p>H... | [
{
"accepted": null,
"body": "<p>It's hard to tell here whether you are referring to <a href=\"http://en.wikipedia.org/wiki/Virtualization\" rel=\"nofollow\">virtualization</a> or simply <a href=\"http://www.ubuntu.com/desktop/get-ubuntu/windows-installer\" rel=\"nofollow\">the Wubi installer</a>.</p>\n\n<p>... | null | null | null | null | null |
35404 | 1 | 39482 | 2011-04-16T05:53:54.883 | 4 | 1128 | <p>I am sorry but let me include an image for better explanation.</p>
<p><img src="https://i.stack.imgur.com/PWFXH.gif" alt="link of the image"></p>
<p>I had been entered into Classic Mode. Sorry for my insufficient information.</p>
<p>At 10.10, the 'boxes' can be swapped and in appearance in black background and m... | 14380 | 235 | 2011-05-23T13:34:20.553 | 2011-05-23T13:34:20.553 | Why I Can't swap the windows on Window List at gnome panel after upgrading? | [
"11.04",
"gnome",
"panel"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T09:09:55.923",
"id": "39500",
"postId": "35404",
"score": "0",
"text": "I'm not sure about what you're trying to achieve, but maybe running the command `gconftool-2 --recursive-unset /apps/panel && killall gnome-panel` may help as it resets the GNOME Panel to defaul... | {
"accepted": true,
"body": "<p>This appears to be a bug in the panel: <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/697358\" rel=\"nofollow noreferrer\">Bug 697358</a></p>\n\n<p>You can <a href=\"https://askubuntu.com/questions/20119/how-do-i-subscribe-to-a-bug\">subscribe to the bug</a> and... | [
{
"accepted": true,
"body": "<p>This appears to be a bug in the panel: <a href=\"https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/697358\" rel=\"nofollow noreferrer\">Bug 697358</a></p>\n\n<p>You can <a href=\"https://askubuntu.com/questions/20119/how-do-i-subscribe-to-a-bug\">subscribe to the bug... | null | null | null | null | null |
35408 | 1 | null | 2011-04-16T06:15:24.363 | 1 | 1386 | <p>I have an old Intel Graphics card (from around 2002-2003). Compiz used to work fine until 9.10 but after 9.10, using Compiz via the terminal gives the following output and reverts to 2d interface: </p>
<pre><code>Backend : gconf
Integration : true
Profile : default
Adding plugins
Initializing core options..... | 14382 | 7035 | 2011-06-07T17:20:01.193 | 2017-02-25T19:43:20.250 | Will my Intel video graphics work with compiz? | [
"unity",
"compiz",
"graphics",
"intel-graphics"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T14:23:44.620",
"id": "39545",
"postId": "35408",
"score": "0",
"text": "Welcome to Ask Ubuntu! Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding more detail? http://askubuntu.com/... | null | [
{
"accepted": null,
"body": "<p>Looks like your graphics card doesn't support the level of OpenGL composting required by Unity.</p>\n\n<p>In such a situation you can't use Compiz Unity (also known as Unity 3D) but you can get an experience nearly similar to that of Unity Compiz by installing <a href=\"http:... | null | null | null | null | null |
35417 | 1 | null | 2011-04-16T08:01:41.150 | 0 | 558 | <p>I have installed ubuntu 10.04 via wubi. Frequently ubuntu hangs while working. Even installer hanged when I tried to install ubuntu recent version, linux mint 10 via wubi & mint4win. Is this problem related to hardware? My configuraion is</p>
<ul>
<li>Intel dual core 3. GHz</li>
<li>Intel motherboard</li>
<li>1... | 14384 | 169736 | 2013-12-23T19:20:19.713 | 2013-12-23T19:20:19.713 | Ubuntu Hangs While Working | [
"wubi"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T08:08:39.197",
"id": "39491",
"postId": "35417",
"score": "0",
"text": "What graphics card are you using?",
"userDisplayName": null,
"userId": "1579"
},
{
"creationDate": "2011-06-18T18:12:32.730",
"id": "54704",
"postId": "35417",
"score... | null | [
{
"accepted": null,
"body": "<p>The problem here is a common problem with Open Source drivers and kernel mode setting. You can disable it using:</p>\n\n<p><code>sudo echo options i915 modeset=0 > /etc/modprobe.d/i915-kms.conf</code></p>\n\n<p>Source: <a href=\"http://calebflynn.com/node/4\" rel=\"nofollo... | null | null | null | null | null |
35418 | 1 | 38267 | 2011-04-16T08:06:10.820 | 1 | 290 | <p>When I run <code>echo $PATH</code>, I only get the following:
<code>/usr/local/bin:/usr/bin:/bin</code></p>
<p>According to /etc/environment, I should be getting:
<code>/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games</code></p>
<p>I noticed this because I wasn't to able to run a new game wh... | 1579 | null | null | 2011-04-30T00:43:59.557 | Why does my $PATH have only 3 entries? | [
"11.04",
"command-line",
"paths"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-17T13:38:38.047",
"id": "39729",
"postId": "35418",
"score": "0",
"text": "By .profile and .bashrc being normal, I take it you mean you haven't done any changes to them? What about ~/.pam_environment?",
"userDisplayName": null,
"userId": "9016"
}
] | {
"accepted": true,
"body": "<p>I have heard that this is because I have been using the experimental Gnome 3 PPA. Thanks for your help!</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-07-31T11:24:49.120",
"id": "62124",
"postId": "38267",
"score": "0",
"text"... | [
{
"accepted": null,
"body": "<p>Normal (non-admin) users only get access to \"bin\" directories and not \"sbin\" directories - because \"sbin\" directories hold system management programs that standard users should not execute (and do not have permissions for anyway).</p>\n\n<p>/usr/games is a legacy remnan... | null | null | null | null | null |
35425 | 1 | null | 2011-04-16T09:22:50.307 | 5 | 5274 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/12493/how-can-i-find-the-version-of-installed-ubuntu">How can I find the version of installed Ubuntu?</a> </p>
</blockquote>
<p>I have recently installed ubuntu 11.04.</p>
<p>My friend just asked me what beta I am... | 14127 | -1 | 2017-04-13T12:23:09.107 | 2011-04-16T13:51:03.570 | How can I know what version of ubuntu I'm running? | [
"versions"
] | 0 | 0 | CC BY-SA 3.0 | [] | null | [] | null | 0 | 2011-04-16T18:27:17.757 | null | null |
35428 | 1 | 35441 | 2011-04-16T09:53:58.010 | 6 | 10268 | <p>I don't see any option to run commands in Terminal in the run command dash (or is it lens?) of Unity. Is it available and deactivated, or is the feature missing altogether?</p>
<p>In any case, I think this issue needs to be addressed.</p>
| 814 | null | null | 2011-04-16T12:55:53.250 | How do I run in Terminal in Unity Alt + F2? | [
"11.04"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>This isn't supported in Unity as it was in the GNOME Panel Alt+F2 dialog box, but nevertheless you can work around it by typing this in the Unity Alt+F2 dash:</p>\n\n<pre><code>gnome-terminal -e COMMAND\n</code></pre>\n\n<p>Where <code>command</code> is the command you wish to run. U... | [
{
"accepted": true,
"body": "<p>This isn't supported in Unity as it was in the GNOME Panel Alt+F2 dialog box, but nevertheless you can work around it by typing this in the Unity Alt+F2 dash:</p>\n\n<pre><code>gnome-terminal -e COMMAND\n</code></pre>\n\n<p>Where <code>command</code> is the command you wish t... | null | null | null | null | null |
35429 | 1 | 35432 | 2011-04-16T10:44:36.890 | 3 | 6026 | <p>I tested Natty Beta 2 yesterday and found that the bookmarks button is hidden. The usual way to show it seems to be hiding the menubar under Customize, however there is no Menubar option in there now. Is there a way to show the bookmarks button?</p>
<p>I can download Firefox from Mozilla and use that version but th... | null | 235 | 2012-09-24T17:48:46.133 | 2013-08-19T20:37:33.100 | Show Firefox bookmarks button in Firefox navigation bar? | [
"firefox",
"bookmarks"
] | 4 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T11:32:46.980",
"id": "39523",
"postId": "35429",
"score": "0",
"text": "I was using Firefox 4 on Maverick.",
"userDisplayName": "user14392",
"userId": null
}
] | {
"accepted": true,
"body": "<p>You could possibly disable the global menu extension to regain your bookmarks button. However, I wouldn't recommend this as the menu bar essentially recreates the bookmarks button without taking up any space.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": nu... | [
{
"accepted": true,
"body": "<p>You could possibly disable the global menu extension to regain your bookmarks button. However, I wouldn't recommend this as the menu bar essentially recreates the bookmarks button without taking up any space.</p>\n",
"commentCount": "0",
"comments": [],
"community... | null | null | null | null | user14392 |
35435 | 1 | 73003 | 2011-04-16T11:50:06.187 | 6 | 4402 | <p>Assume, I want to copy a file from my home folder to a removable drive. I right click the file and click send to... then I get the option to send to removable drive... then I click send and the dialogue closes! Where is the copy progress dialogue?</p>
| 13572 | 13572 | 2011-09-03T20:52:09.500 | 2014-09-23T15:49:08.940 | Where's the copy-paste progress window? | [
"nautilus"
] | 2 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T15:26:41.287",
"id": "39561",
"postId": "35435",
"score": "0",
"text": "that must be the longest headline I've ever seen! LOL",
"userDisplayName": null,
"userId": "10698"
},
{
"creationDate": "2011-04-16T15:41:42.490",
"id": "39562",
"postId"... | {
"accepted": true,
"body": "<p>Amith, this thing just happened with me too. I found my solution by myself, is just tip <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Tab</kbd> and select the \"File Operation\" that you will get the copy-past progress window</p>\n\n<p>I know that could be late to answer this, but I think that... | [
{
"accepted": null,
"body": "<p>This dialogue only appears when you are sending files that will actually take a while to copy. You didn't say the size or number of files, but I'm going to guess it was something small.</p>\n\n<p>In such a case, don't be alarmed, it's normal not to see anything.</p>\n",
"... | null | null | null | null | null |
35436 | 1 | null | 2011-04-16T11:55:22.327 | 0 | 238 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/35366/my-folders-have-been-synced-but-i-dont-see-any-files">My folders have been synced but I don't see any files</a> </p>
</blockquote>
<p>I've signed up for the mobile plan. I've started with the free 2gb spa... | 14395 | -1 | 2017-04-13T12:23:46.240 | 2011-04-22T13:30:01.013 | FIles not synced | [
"ubuntu-one",
"sync"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>There is a known performance issue when syncing many files (500 or more). This will improve as we make a change on the server side in the next couple weeks. We've also made many improvements on the client side in Ubuntu 11.04 (Natty) which we're going to try to make available... | null | null | 2011-04-22T14:47:24.897 | null | null |
35440 | 1 | null | 2011-04-16T12:52:34.813 | 4 | 478 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/6588/visual-studio-style-tool">Visual Studio style tool?</a> </p>
</blockquote>
<p>I want to run .Net in my Ubuntu, is there is way for this and as all know that .Net is famous for its IDE(Visual Studio), is that p... | 12227 | -1 | 2017-04-13T12:24:29.360 | 2011-04-17T10:44:03.927 | .Net and Visual Studio in Ubuntu? | [
"ide"
] | 0 | 0 | CC BY-SA 3.0 | [] | null | [] | null | 0 | 2011-06-05T19:33:12.697 | null | null |
35445 | 1 | 35453 | 2011-04-16T13:12:22.183 | 14 | 4643 | <p>In the classic Gnome shell, you could add an Inhibit applet to prevent the computer going to sleep. This doesn't work with Unity. Is there an alternative and just easy way to prevent the computer temporarily following sleep power options? The Inhibit panel applet was as simple as a click.</p>
| 14396 | -1 | 2012-05-30T10:45:04.840 | 2012-05-30T10:45:04.840 | Is there an Inhibit Sleep indicator for Unity? | [
"11.04",
"12.04",
"unity",
"indicator",
"sleep"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You can use <strong>caffeine</strong>. It provides an indicator which used to work on 10.10 and 10.04. However I haven't tried it on Ubuntu 11.04.</p>\n\n<p><strong>Brief Intro</strong></p>\n\n<p>Caffeine is a nice little app indicator and does what its functions perfectly. It is lig... | [
{
"accepted": true,
"body": "<p>You can use <strong>caffeine</strong>. It provides an indicator which used to work on 10.10 and 10.04. However I haven't tried it on Ubuntu 11.04.</p>\n\n<p><strong>Brief Intro</strong></p>\n\n<p>Caffeine is a nice little app indicator and does what its functions perfectly. I... | null | null | null | null | null |
35448 | 1 | 35454 | 2011-04-16T13:28:26.220 | 1 | 5042 | <p>I want to download and study every javascript file and ajax loaded resource that a particular webpage calls. It would be great if I could some how get the browser or some other tool to save all the resources that the webpage makes the browser load into one directory. Is there any way to do this?</p>
| 8986 | null | null | 2011-04-16T14:40:46.227 | How do I download all the assets loaded by a webpage into a directory? | [
"firefox"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>use wget, not firefox. <a href=\"http://www.linuxjournal.com/content/downloading-entire-web-site-wget\" rel=\"nofollow\">Here</a> is a quick guide that is handy.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"cre... | [
{
"accepted": true,
"body": "<p>use wget, not firefox. <a href=\"http://www.linuxjournal.com/content/downloading-entire-web-site-wget\" rel=\"nofollow\">Here</a> is a quick guide that is handy.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY... | null | null | null | null | null |
35449 | 1 | null | 2011-04-16T13:29:16.900 | 1 | 1711 | <p>Everything worked normally, but suddenly when I turned my computer on the resolution was messed up. I couldn't set up any wide screen resolution. </p>
<p>At first I was thinking riva tuner on win messed it up, because riva did the same thing on win. I fixed that and still nothing. </p>
<p>I tried reinstalling Ubun... | null | 2647 | 2011-05-24T14:17:43.670 | 2011-05-24T14:17:43.670 | Suddenly can't set my resolution to 1440x900 (or any other wide screen res) | [
"resolution"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T20:47:03.663",
"id": "39609",
"postId": "35449",
"score": "0",
"text": "Welcome to Ask Ubuntu! Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding more detail? http://askubuntu.com/... | null | [
{
"accepted": null,
"body": "<p>One way you might be able to get around this is to edit your xorg.conf file and force the other resolutions to be available.</p>\n\n<p>The file normally lives at <em>/etc/X11/xorg.conf</em>.</p>\n\n<p>First check to see if you have one. Then:</p>\n\n<ul>\n<li><p>if you do, an... | null | null | null | null | user14398 |
35455 | 1 | 35460 | 2011-04-16T14:15:20.397 | 0 | 2210 | <p>I'm using the following instruction to install and configure Hadoop on Ubuntu 10.10.</p>
<p><a href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/#installation" rel="nofollow">http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/#instal... | 12786 | 13049 | 2011-11-21T01:57:45.793 | 2011-11-21T01:57:48.913 | Cannot save tar.gz file to usr/local | [
"10.10",
"installation",
"hadoop"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-11-21T01:59:33.943",
"id": "91664",
"postId": "35455",
"score": "0",
"text": "The instructions there say you should be using `sudo` to execute commands. If you're following those directions to the letter the problem might be that you don't have sudo privileges. Is this a ... | {
"accepted": true,
"body": "<p>You need to be root to write to <code>/usr/local</code>. Run the file manager as root using</p>\n\n<pre><code>gksu nautilus\n</code></pre>\n\n<p>Then copy and paste or extract the archive.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicens... | [
{
"accepted": true,
"body": "<p>You need to be root to write to <code>/usr/local</code>. Run the file manager as root using</p>\n\n<pre><code>gksu nautilus\n</code></pre>\n\n<p>Then copy and paste or extract the archive.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
... | null | null | null | null | null |
35457 | 1 | 35466 | 2011-04-16T14:18:31.313 | 31 | 51089 | <h1>Original Question</h1>
<p>Is there some cli tool to convert aac files from the iTunes Store (no DRM) to mp3?</p>
<h1>Update 1</h1>
<h2>MP3 to MP3</h2>
<p>I installed <code>libavcodec-unstripped-52</code> and get a little further.</p>
<p>When I try to encode MP3 files with it:
It says <code>[mp3 @ 0x997cde0]Hea... | 12824 | 12824 | 2011-04-16T15:22:34.410 | 2020-12-11T07:26:12.143 | converting aac to mp3 via command line | [
"mp3",
"aac",
"command-line"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>The most appropriate command line tool is the ffmpeg utility available to be installed via the software center/synaptic manager.</p>\n\n<p>A command line example would be something like this for Constant Bitrate Mode (CBR):</p>\n\n<pre><code>ffmpeg -i inputfile.m4a -c:a libmp3lame -a... | [
{
"accepted": true,
"body": "<p>The most appropriate command line tool is the ffmpeg utility available to be installed via the software center/synaptic manager.</p>\n\n<p>A command line example would be something like this for Constant Bitrate Mode (CBR):</p>\n\n<pre><code>ffmpeg -i inputfile.m4a -c:a libmp... | null | null | null | null | null |
35461 | 1 | 35463 | 2011-04-16T14:28:51.287 | 0 | 402 | <p>What’s wrong with this code?</p>
<pre><code>#!/bin/bash
ARCH=$(uname -m)
if ["$ARCH" = "i686"]; then
zenity --info --title="Architechture Checker" --text="Your Architechture is 32-Bit"
if ["$ARCH" = "x86_64"];then
zenity --info --title="Architechture Checker" --text= "Your Architechture is 64-Bit"
</code></pre>
| 5149 | 652 | 2015-06-16T10:52:36.097 | 2015-06-16T10:52:36.097 | What's wrong with this Zenity code? | [
"bash",
"zenity"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<ol>\n<li><p>No matching \"fi\" for the \"if\"s</p></li>\n<li><p>You need to put whitespace around \"[\" and \"]\"</p></li>\n<li><p>Space after \"--text=\" makes the parameter get lost.</p></li>\n</ol>\n\n<p>Working version:</p>\n\n<pre><code>#!/bin/bash\nARCH=$(uname -m)\nif [ \"$ARCH\... | [
{
"accepted": true,
"body": "<ol>\n<li><p>No matching \"fi\" for the \"if\"s</p></li>\n<li><p>You need to put whitespace around \"[\" and \"]\"</p></li>\n<li><p>Space after \"--text=\" makes the parameter get lost.</p></li>\n</ol>\n\n<p>Working version:</p>\n\n<pre><code>#!/bin/bash\nARCH=$(uname -m)\nif [ ... | null | null | null | null | null |
35465 | 1 | 35473 | 2011-04-16T14:47:15.080 | 2 | 2955 | <p>I am currently running Ubuntu 11.04 beta 2 with unity on a laptop Dell XPS M1330.
My Dell M1330 has an Intel chipset and this is the result I get for running the
<code>lspci -nn | grep VGA</code> command:</p>
<p><code>00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphic... | 4442 | -1 | 2017-04-13T12:24:19.513 | 2011-04-24T11:03:19.910 | Configuring two displays with Unity | [
"11.04",
"unity",
"multiple-monitors"
] | 1 | 5 | CC BY-SA 3.0 | [
{
"creationDate": "2011-04-16T14:54:38.553",
"id": "39550",
"postId": "35465",
"score": "0",
"text": "Just a small clarification, in case it was not clear. When I move my mouse from the right (laptop) to the left (LCD screen) it crosses smoothly between the two. So my launcher actually appears i... | {
"accepted": true,
"body": "<p>I had a similar problem, and someone directed me to the command <code>xrandr</code>.</p>\n\n<p>Apparently the Unity Launcher appears on the screen set as \"primary\", and this can be changed with <code>xrandr</code>.</p>\n\n<p>First run <code>xrandr</code> to get a list of outputs. F... | [
{
"accepted": true,
"body": "<p>I had a similar problem, and someone directed me to the command <code>xrandr</code>.</p>\n\n<p>Apparently the Unity Launcher appears on the screen set as \"primary\", and this can be changed with <code>xrandr</code>.</p>\n\n<p>First run <code>xrandr</code> to get a list of ou... | null | null | null | null | null |
35470 | 1 | 35490 | 2011-04-16T15:01:27.747 | 3 | 192 | <p>In Ubuntu Natty, the Ubuntu desktop guide (f1 option from desktop). When you highlight 4 out of the 5 top links it shows a screenshot of gnome-shell and not of unity this could be confusing for new users. </p>
<p>I was going to raise a bug for this but don't know what package it belongs to. </p>
<p>the links affec... | 5254 | 6005 | 2012-06-12T19:05:54.950 | 2012-06-12T19:05:54.950 | Desktop guide for 11.04 provides incorrect information | [
"11.04",
"unity",
"helpfile"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2014-03-31T03:36:51.283",
"id": "576754",
"postId": "35470",
"score": "0",
"text": "Errors in the guides and manuals are bugs too.",
"userDisplayName": null,
"userId": "169736"
}
] | {
"accepted": true,
"body": "<p>This is a known bug and is being worked on: <a href=\"https://bugs.launchpad.net/bugs/753072\">https://bugs.launchpad.net/bugs/753072</a></p>\n\n<p>GNOME completely rewrote the user help but this new version was only officially released about 10 days ago. We are off to a late start b... | [
{
"accepted": true,
"body": "<p>This is a known bug and is being worked on: <a href=\"https://bugs.launchpad.net/bugs/753072\">https://bugs.launchpad.net/bugs/753072</a></p>\n\n<p>GNOME completely rewrote the user help but this new version was only officially released about 10 days ago. We are off to a late... | null | null | 2014-03-31T22:25:41.747 | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.