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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60655 | 1 | 60662 | 2011-09-09T10:02:37.240 | 0 | 572 | <p>i have a lamp server which runs php script. i use this script <a href="https://github.com/blueimp/jQuery-File-Upload/blob/master/example/upload.php" rel="nofollow">https://github.com/blueimp/jQuery-File-Upload/blob/master/example/upload.php</a> which automatically uploads and resize the image to the defined resoluti... | 24486 | null | null | 2011-09-09T11:35:17.383 | apache server takes too much time to resize a image | [
"apache2"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T11:16:05.837",
"id": "69338",
"postId": "60655",
"score": "2",
"text": "I think this has much better chances to be answered at stackoverflow or serverfault",
"userDisplayName": null,
"userId": "14564"
}
] | {
"accepted": true,
"body": "<p>The PHP file you linked uses the <code>imagecopyresampled</code> function, which needs much cpu to do the work. You can use the function <code>imagecopyresized</code> instead, but the resulting quality will be worse then. </p>\n\n<p>Depending on the destination size, you can combine ... | [
{
"accepted": true,
"body": "<p>The PHP file you linked uses the <code>imagecopyresampled</code> function, which needs much cpu to do the work. You can use the function <code>imagecopyresized</code> instead, but the resulting quality will be worse then. </p>\n\n<p>Depending on the destination size, you can ... | null | null | null | null | null |
60657 | 1 | null | 2011-09-09T10:33:03.350 | 1 | 1077 | <p>I have installed likewise open via apt-get on 11.04 server 32 bit and have sucessfully joined our domain. however when trying to login via putty using a domain account I cannot complete the authentication. auth.log looks like this:</p>
<pre><code>Sep 9 10:00:45 alfocr sshd[1196]: pam_unix(sshd:auth): authenticat... | null | null | 2011-09-09T11:22:02.707 | 2011-09-09T11:47:08.270 | likewise open auth to AD | [
"authentication",
"active-directory",
"likewise"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Somewhere I read that its also possible to use <code>+</code> instaed of the backslash with samba, don't know if this is also valid for likewise...</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-09-09T12:03:58.943",
"id": "693... | null | null | null | user5964 | user5964 |
60659 | 1 | 60661 | 2011-09-09T11:06:12.793 | 1 | 1767 | <p>How can i do from Ubuntu default file manager, "connect to remote server" with different services such as "AMAZON cloud connnect using SSH key file, <strong>SCP</strong>, General SSH, FTP, Public FTP, Windows Share, WebDAV (HTTP), Secure WebDAV(HTTPS)". </p>
<p>Note: Using different applications for each services i... | null | 235 | 2011-09-09T14:32:17.560 | 2013-01-30T10:32:49.933 | File manager how to SCP,SSH key files,Basic SSH,FTP,Windows Share,WebDAV(HTTP),Secure WebDAV(HTTPS)? | [
"11.04",
"nautilus"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T11:17:53.667",
"id": "69339",
"postId": "60659",
"score": "1",
"text": "Could you be more clear ? Ubuntu uses `nautilus` the default file manager of gnome so basically it should be same unless gnome3 has added some additional functionality to nautilus",
"userDis... | {
"accepted": true,
"body": "<p>You should be able to do this out of nautilus the same way as you did in Fedora (Note: the menu bar is at the very top with unity)</p>\n\n<p><img src=\"https://i.stack.imgur.com/WXTlh.png\" alt=\"enter image description here\"></p>\n",
"commentCount": "1",
"comments": [
{
... | [
{
"accepted": true,
"body": "<p>You should be able to do this out of nautilus the same way as you did in Fedora (Note: the menu bar is at the very top with unity)</p>\n\n<p><img src=\"https://i.stack.imgur.com/WXTlh.png\" alt=\"enter image description here\"></p>\n",
"commentCount": "1",
"comments":... | null | null | null | null | user25165 |
60664 | 1 | null | 2011-09-09T11:53:51.783 | 0 | 53 | <p>I might be setting up Ubuntu for a small school, but this school has an existing Windows network that allows students to log in before actually entering the desktop. Each student has a small folder containing all their files on the network that they can access after booting and logging in. They access programs from ... | 24688 | null | null | 2011-09-09T12:06:49.653 | Does Ubuntu allow me to get a synced login screen on boot that can be used by multiple computers? | [
"boot",
"networking"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Yes, an Ubuntu client can join a Windows domain. You can use Likewise open for that, for instance. I haven't done so myself, so my knowledge about it is limited. But now you have something concrete to look for anyway.</p>\n",
"commentCount": "0",
"comments": [],
"... | null | null | null | null | null |
60666 | 1 | null | 2011-09-09T11:57:42.463 | 1 | 1973 | <p>sometime back - a month I think - when trying to install Libreoffice
3.4 (not from Ubuntu repository), without uninstalling Libre office
3.3, I installed it, and it was successful too.</p>
<p>But felt that it was still booting to 3.3, so I uninstalled through
synaptic, and then installed Libreoffice 3.4. It was suc... | 24689 | 6005 | 2012-06-25T23:18:41.507 | 2012-06-25T23:18:41.507 | error message when opening libreoffice 3.4 | [
"libreoffice"
] | 2 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Since you updated to 3.4 without removing 3.3, then had suspicions about it and removed 3.3. Did you remove Libre Office 3.4 at the same time as removing 3.3 and do a fresh install?</p>\n\n<p>If not, I would recommend this, as well as installing from the PPA: <em>sudo add-apt... | null | null | null | null | null |
60667 | 1 | 60670 | 2011-09-09T12:05:21.170 | 13 | 22841 | <p>I created a script for XChat <a href="https://askubuntu.com/questions/55779/open-irc-links-in-xchat-from-firefox-and-chromium/60325#60325">according to this answer</a>, and I was wondering if there is anyway to apply XChat icon to it.</p>
| 814 | -1 | 2017-04-13T12:24:57.633 | 2012-06-12T06:26:17.947 | Apply icons to bash scripts | [
"scripts",
"icons"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Create a .desktop file like this and put it in /usr/share/applications/</p>\n\n<pre><code>[Desktop Entry]\nType=Application\nName=XChat Firefox\nExec=/usr/bin/your_script\nIcon=/usr/share/icons/xchats_icon\n</code></pre>\n\n<p>\"XChat Firefox\" will then be a launchable application w... | [
{
"accepted": true,
"body": "<p>Create a .desktop file like this and put it in /usr/share/applications/</p>\n\n<pre><code>[Desktop Entry]\nType=Application\nName=XChat Firefox\nExec=/usr/bin/your_script\nIcon=/usr/share/icons/xchats_icon\n</code></pre>\n\n<p>\"XChat Firefox\" will then be a launchable appli... | null | null | null | null | null |
60672 | 1 | 250254 | 2011-09-09T12:16:29.297 | 39 | 70332 | <p>On 11.04, <code>/proc/[pid]</code> contains <code>oom_score_adj</code>, but <code>man proc</code> describes the old <code>oom_adj</code>. I have googled unsuccessfully for any information on how to use this.</p>
<p>What I need to arrange is that processes started by 'pbs' or 'gridengine' are killed before anything ... | 6502 | 17739 | 2011-09-09T12:40:42.370 | 2023-07-22T13:32:27.553 | How do I use oom_score_adj? | [
"process",
"memory-usage"
] | 7 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2013-01-31T20:18:09.693",
"id": "311468",
"postId": "60672",
"score": "0",
"text": "To have this change permanently for services managed by Upstart: [How to set OOM killer adjustments for daemons permanently?](http://unix.stackexchange.com/a/62022/23363).",
"userDisplayNam... | {
"accepted": true,
"body": "<p><sup>Based on <a href=\"https://unix.stackexchange.com/a/62022/23363\">my own Q&A</a> on Unix&Linux on a similar question.</sup></p>\n<p>As Stuart pointed out very well in <a href=\"https://askubuntu.com/a/249992/88802\">his answer</a>, valid values are integers in the range ... | [
{
"accepted": null,
"body": "<p>Looking into the code is always a good idea. Normally I use the search function of kernel.org, but its currently down. Github does a good job too. I found this:</p>\n\n<blockquote>\n <p>Instead, a new tunable,\n /proc/pid/oom_score_adj, is added that ranges from -1000 to +1... | null | null | null | null | null |
60676 | 1 | 60681 | 2011-09-09T12:44:36.270 | 0 | 957 | <p><a href="http://www.phoronix.com/scan.php?page=news_item&px=OTQxOQ" rel="nofollow">I've heard</a> that Unity-2D will be using Compiz in 11.10 - is that correct?</p>
| 6005 | null | null | 2011-09-09T13:28:44.747 | Will Unity 2D continue using metacity or will it use compiz? | [
"compiz",
"11.10",
"unity-2d"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T12:57:35.610",
"id": "69355",
"postId": "60676",
"score": "0",
"text": "That does not make too much sense since the -2D variant is for non-3D computers. Compiz is usually used as a compositor, not as a WM. I do not see the point in using Compiz as a non-compositing ... | {
"accepted": true,
"body": "<p>According to packages dependencies, this is not true: <a href=\"http://packages.ubuntu.com/oneiric/unity-2d\" rel=\"nofollow\">http://packages.ubuntu.com/oneiric/unity-2d</a></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA ... | [
{
"accepted": true,
"body": "<p>According to packages dependencies, this is not true: <a href=\"http://packages.ubuntu.com/oneiric/unity-2d\" rel=\"nofollow\">http://packages.ubuntu.com/oneiric/unity-2d</a></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLice... | null | null | null | null | null |
60677 | 1 | 60678 | 2011-09-09T12:47:15.720 | 6 | 26306 | <p>I want to start the Recovery mode on an Ubuntu-only machine. The problem is that machine seems to skip grub and boot directly into ubuntu (as it is the only OS installed.</p>
<p>How can I boot into the recovery mode (whether it is through GRUB or not)</p>
| 3981 | null | null | 2015-09-03T12:41:37.433 | How to access GRUB 2 in a computer with only Ubuntu? | [
"grub2",
"recovery-mode"
] | 3 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p><a href=\"https://help.ubuntu.com/community/Grub2#Editing_the_GRUB_2_Menu_During_Boot\">According to this</a>, holding the <kbd>Shift</kbd> key while booting should bring up the GRUB menu. If the <kbd>Shift</kbd> doesn't work, repeatedly pressing the <kbd>Esc</kbd> may work.</p>\n",
... | [
{
"accepted": true,
"body": "<p><a href=\"https://help.ubuntu.com/community/Grub2#Editing_the_GRUB_2_Menu_During_Boot\">According to this</a>, holding the <kbd>Shift</kbd> key while booting should bring up the GRUB menu. If the <kbd>Shift</kbd> doesn't work, repeatedly pressing the <kbd>Esc</kbd> may work.<... | null | null | null | null | null |
60680 | 1 | null | 2011-09-09T13:24:18.593 | 2 | 2534 | <p>Is there a way to make Firefox accept bash commands to handle an application protocol?</p>
<p>Currently, I am opening <code>irc://</code> links in XChat from Firefox via a shell script as described <a href="https://askubuntu.com/questions/55779/open-irc-links-in-xchat-from-firefox-and-chromium/60325#60325">in this ... | 814 | -1 | 2017-04-13T12:23:29.370 | 2011-09-10T20:37:19.913 | How do I make Firefox run shell commands on application protocols? | [
"firefox"
] | 2 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T15:33:36.627",
"id": "69398",
"postId": "60680",
"score": "0",
"text": "Can you please give an example of what you're trying to achieve?",
"userDisplayName": null,
"userId": "9340"
},
{
"creationDate": "2011-09-09T16:41:08.100",
"id": "69417",
... | null | [
{
"accepted": null,
"body": "<p>Please see this old post, it helped other people before:\n<a href=\"http://www.linuxquestions.org/questions/linux-software-2/how-to-register-irc-protocol-to-firefox-browser-283057/\" rel=\"nofollow\">http://www.linuxquestions.org/questions/linux-software-2/how-to-register-irc... | null | null | null | null | null |
60683 | 1 | 60687 | 2011-09-09T13:43:02.447 | 0 | 1146 | <p>I recently updated a few machines to 11.10. On one of them, the promt to chose between gdm and lightdm. I tried selecting light dm, but the upgrade tool inevitably returned to the same prompt. I then chose gdm and the upgrade completed.</p>
<p>But now when I tried to boot, the computer presents no login screen. I'm... | 3981 | null | null | 2011-09-09T14:00:32.230 | Login and install packages when no DM is installed | [
"apt",
"gdm",
"lightdm",
"recovery-mode"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T14:04:26.837",
"id": "69365",
"postId": "60683",
"score": "0",
"text": "`apt-get` do not work probably because of network problems. Try to login on a terminal, then run `startx`, or try to fix your network problems: it can be easy if you have a network cable and a D... | {
"accepted": true,
"body": "<p>Press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F1</kbd> to get to the first console. You should be able to login there. </p>\n\n<p>I would try to reconfigure lightdm from this console.</p>\n\n<pre><code>sudo dpkg-reconfigure lightdm\n</code></pre>\n\n<p>Try installing if its missing</p>\n... | [
{
"accepted": null,
"body": "<p>when booting, on the grub menu where you choose what OS to boot, select the normal option and press <code>e</code>\nyou will now be able to edit the boot lines, select the line starting with <code>kernel</code> and press <code>e</code> again\nyou are now editing the line that... | null | null | null | null | null |
60684 | 1 | null | 2011-09-09T13:50:36.537 | 0 | 588 | <p>I have Sony Walkman and i had convert flv video to mp4 but Sony walkman still cannot read it and give an error 'Cannot play file format cannot supported'..
I also had tired to convert it by ffmpeg and avidemux.
I using Sony walkman NWZ-A726</p>
| 13327 | 13327 | 2011-09-10T08:07:25.663 | 2011-09-21T11:52:40.140 | MP4 Converting Problem | [
"convert",
"mp4"
] | 3 | 3 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T13:52:31.667",
"id": "69363",
"postId": "60684",
"score": "0",
"text": "Which commands did you use? Which Walkman device do you use?",
"userDisplayName": null,
"userId": "24440"
},
{
"creationDate": "2011-09-09T15:04:05.013",
"id": "69383",
"... | null | [
{
"accepted": null,
"body": "<p>You are probably using the wrong codecs, there might be several for MP4.</p>\n\n<p>Take a look at <a href=\"http://www.transcoder.org\" rel=\"nofollow\">Arista</a>, you can download pre-made conversion presets for Arista from <a href=\"http://www.transcoder.org/presets/\" rel... | null | null | null | null | null |
60686 | 1 | null | 2011-09-09T13:57:16.047 | 2 | 2476 | <p>I'm searching for a way to prevent gwibber-service from starting, but I can find none under Oneiric.</p>
<p>For a start, I confirmed that "Start service at login" was still unchecked in Gwibber preferences (it is), but gwibber-service still starts automatically at each login. So, I cross-checked under "Startup Appl... | 3600 | 3600 | 2011-09-09T14:40:22.313 | 2012-08-29T19:08:31.953 | How do I prevent gwibber-service from starting automatically? | [
"11.10",
"gwibber",
"autostart"
] | 2 | 3 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T14:24:49.633",
"id": "69367",
"postId": "60686",
"score": "0",
"text": "There was a similar question once http://askubuntu.com/questions/9197/why-does-removing-gwibber-service-get-rid-of-indicator-me",
"userDisplayName": null,
"userId": "24440"
},
{
... | null | [
{
"accepted": null,
"body": "<p>Maybe disabling using gconftool helps?</p>\n\n<pre><code>gconftool-2 --set /apps/gwibber/preferences/autostart --type bool false\n</code></pre>\n",
"commentCount": "5",
"comments": [
{
"creationDate": "2011-09-09T14:29:17.703",
"id": "69369",
... | null | null | null | null | null |
60688 | 1 | null | 2011-09-09T14:01:21.247 | 4 | 954 | <p>I have used the Simple Scanner (really nice app, by the way) to scan some sheet music. Looks nice but it's picking up too much detail and would like to adjust the levels. </p>
<p><img src="https://i.stack.imgur.com/dbfvH.jpg" alt="Example"></p>
<p>Sadly, the GIMP fails so miserably here that it's unacceptable to u... | null | null | 2011-09-10T00:37:25.840 | 2011-09-10T00:37:25.840 | Is there a program that can edit PDF black/white levels? | [
"software-recommendation",
"pdf"
] | 2 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>What's the problem with GIMP? </p>\n\n<p>Did you tried to use Colors => Levels? There are three Buttons on the lower right half, which can be used to define white/black.</p>\n\n<p><img src=\"https://i.stack.imgur.com/pN3YK.png\" alt=\"enter image description here\"></p>\n\n<p... | null | 0 | null | user6658 | user6658 |
60690 | 1 | 61211 | 2011-09-09T14:18:25.353 | 0 | 1969 | <p>Recently i have upgraded the ubuntu version 9.10 to ubuntu 10.10. After that if i open thunderbird my system gets hang and it is becoming too slow. The error i get is "Building summary file for inbox".</p>
<p><img src="https://i.stack.imgur.com/2EUsY.png" alt="thunderbird"></p>
| 5691 | 6005 | 2012-06-25T23:18:35.890 | 2012-06-25T23:18:35.890 | Thunderbird "building summary file for inbox" error | [
"thunderbird"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T15:05:25.650",
"id": "69385",
"postId": "60690",
"score": "0",
"text": "It can be a faulty drive. Look at `/var/log/syslog` for disk error messages or check the disk (see **Disk Utility**).",
"userDisplayName": null,
"userId": "9340"
}
] | {
"accepted": true,
"body": "<p>Try following these steps:</p>\n\n<ol>\n<li>Exit Thunderbird.</li>\n<li>Make a backup of <code>~/.thunderbird/<something random here>.default/Mail/</code></li>\n<li>Remove all files with the extension \"msf\" in it.</li>\n<li>Now try launching Thunderbird and see if the problem... | [
{
"accepted": null,
"body": "<p>Newer versions of Thunderbird create an index of all your files to provide the search function on the top right corner. So this is not an error, this is a feature. Depending on the amount of files this could take a while.</p>\n\n<p>You can disable this behavior in the options... | null | null | null | null | null |
60694 | 1 | 60861 | 2011-09-09T14:43:58.620 | 2 | 416 | <p>Gnome Do has a by default installed <strong>plugin which - when activated - offeres to search your computer</strong>. You can decide which directories to search and how deep.</p>
<p>However, you may not index too much since it would get slow then.
This is why it would be very beneficial to <strong>hide hidden files... | null | null | 2011-09-11T07:13:02.073 | 2014-06-08T06:29:59.980 | How do I hide hidden files in gnome-do? Is the plug-in broken? | [
"search",
"gnome-do",
"hidden-files",
"plugins"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>I presume you're talking about the <i>Files and Folders</i> plugin? By default that plugin does not index hidden files or directories - see this screenshot:</p>\n\n<p><img src=\"https://i.stack.imgur.com/GLDo6.png\" alt=\"Files and Folders configuration pane\"></p>\n\n<p>Maybe you h... | [
{
"accepted": true,
"body": "<p>I presume you're talking about the <i>Files and Folders</i> plugin? By default that plugin does not index hidden files or directories - see this screenshot:</p>\n\n<p><img src=\"https://i.stack.imgur.com/GLDo6.png\" alt=\"Files and Folders configuration pane\"></p>\n\n<p>May... | null | null | null | user24668 | user24668 |
60697 | 1 | 60701 | 2011-09-09T15:04:58.757 | 10 | 32953 | <p>Until now the FileZilla software on my PC is version 3.3.5.1</p>
<p><img src="https://i.stack.imgur.com/LeCGp.png" alt="enter image description here"></p>
<p>But on FileZilla's website <a href="http://filezilla-project.org/download.php?type=client" rel="noreferrer">http://filezilla-project.org/download.php?type=cl... | 6653 | 6653 | 2011-09-09T15:11:11.697 | 2021-01-25T00:58:48.670 | How to update FileZilla on Ubuntu? | [
"filezilla"
] | 3 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p><a href=\"https://launchpad.net/~n-muench/+archive/programs-ppa\">It's in this repository.</a></p>\n\n<p>You can add the repository and install it with the following commands.</p>\n\n<pre><code>sudo add-apt-repository ppa:n-muench/programs-ppa\nsudo apt-get update\nsudo apt-get insta... | [
{
"accepted": true,
"body": "<p><a href=\"https://launchpad.net/~n-muench/+archive/programs-ppa\">It's in this repository.</a></p>\n\n<p>You can add the repository and install it with the following commands.</p>\n\n<pre><code>sudo add-apt-repository ppa:n-muench/programs-ppa\nsudo apt-get update\nsudo apt-g... | null | null | null | null | null |
60698 | 1 | 62048 | 2011-09-09T15:09:45.987 | 13 | 3908 | <p>The Unity launcher tends to put itself in the background of any windows sometimes.</p>
<p>It does not occur on startup, just randomly after some hours of usage.</p>
<p>How do I bring it back to front without restarting my computer/destroying my gdm session?</p>
<p><img src="https://dl.dropbox.com/u/3610311/unity-... | 22255 | -1 | 2017-03-09T18:04:16.520 | 2014-01-02T11:20:56.547 | How do I stop the Unity launcher from hiding behind other windows? | [
"11.04",
"unity",
"launcher",
"window-manager",
"unity-dash"
] | 3 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T15:29:32.210",
"id": "69397",
"postId": "60698",
"score": "0",
"text": "Is this on 11.10 or 11.04?",
"userDisplayName": null,
"userId": "6005"
},
{
"creationDate": "2011-09-09T16:17:09.310",
"id": "69409",
"postId": "60698",
"score": "0",... | {
"accepted": true,
"body": "<p>I found this solution from <a href=\"https://bugs.launchpad.net/ubuntu/+source/unity/+bug/805087/comments/15\">comment #15</a> in an Ubuntu bug report:</p>\n\n<blockquote>\n <p>After this bug occurs, restarting unity by \"unity& disown\" in a terminal fixes the problem</p>\n</bl... | [
{
"accepted": null,
"body": "<p>Use ccsm to change Unity bar behaviour</p>\n",
"commentCount": "4",
"comments": [
{
"creationDate": "2011-09-09T15:21:09.337",
"id": "69391",
"postId": "60702",
"score": "1",
"text": "Could you possibly elaborate a bit on ... | null | null | null | null | null |
60705 | 1 | null | 2011-09-09T15:29:21.807 | 1 | 1072 | <p>When I try to run:</p>
<pre><code>imageinfo --iccname test.jpg
</code></pre>
<p>I get the following error:</p>
<pre><code>imageinfo: installed imagemagick does not support lcms
</code></pre>
<p>Even though ImageMagick (6.6.2-6) is set-up to use lcms:</p>
<pre><code>DELEGATES bzlib djvu fontconfig freetype g... | 9797 | null | null | 2011-11-10T14:40:51.573 | How can I make lcms available to imageinfo (via imagemagick)? | [
"imagemagick"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Turns out the issue was that I have previously built imagemagick from source (and forgot about it), so when I ran <code>convert -list configure | grep 'DELEGATES\\|LIBS'</code> it was showing output from imagemagick installed from repositories while <code>imageinfo --iccname ... | null | null | null | null | null |
60708 | 1 | 63221 | 2011-09-09T15:40:31.210 | 4 | 1092 | <p>I was trying to setup spam filtering on Ubuntu server with postfix and dovecot already running. I issued the following command</p>
<pre><code>sudo postconf -e 'content_filter = smtp-amavis:[127.0.0.1]:10024'
</code></pre>
<p>Now I want to know how can I undo this command ?</p>
| 8207 | 2647 | 2011-09-09T16:16:02.463 | 2011-09-27T09:25:03.973 | How do I undo a postconf command? | [
"server",
"postfix",
"mail-server"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>If you execute <code>postconf -d 'content_filter</code> you could see default value for content_filter in postfix configuration file and from there you could again set that value with <code>postconf -e</code> command.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwned... | [
{
"accepted": true,
"body": "<p>If you execute <code>postconf -d 'content_filter</code> you could see default value for content_filter in postfix configuration file and from there you could again set that value with <code>postconf -e</code> command.</p>\n",
"commentCount": "0",
"comments": [],
"... | null | null | null | null | null |
60709 | 1 | null | 2011-09-09T15:41:36.310 | 1 | 199 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/45268/mpx-multi-pointer-x-on-10-04-and-beyond">(MPX) Multi Pointer X on 10.04 and beyond?</a> </p>
</blockquote>
<p>I have two monitors and two mice. There is only one mouse pointer which both mice control. But I w... | 24703 | -1 | 2017-04-13T12:24:00.547 | 2011-11-07T20:47:46.073 | How to use two mouse separately (two different pointers) | [
"mouse"
] | 0 | 0 | CC BY-SA 3.0 | [] | null | [] | null | null | 2011-09-11T20:21:49.327 | null | null |
60712 | 1 | 60713 | 2011-09-09T15:46:48.710 | 96 | 263183 | <p>I want to encrypt a file using AES-256. How can I do that quickly and easily, and how can I - or someone else -decrypt it again?</p>
| 1067 | null | null | 2021-04-10T18:28:16.753 | How do I quickly encrypt a file with AES? | [
"encryption",
"openssl"
] | 7 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Unfortunately, there is no easy solution to securing your stuff. Think about your use-case, maybe something other than plain AES is better suited.</p>\n\n<ul>\n<li>Use a password manager like <a href=\"https://askubuntu.com/questions/32164/what-does-a-keyring-do\">Keyring for passwor... | [
{
"accepted": true,
"body": "<p>Unfortunately, there is no easy solution to securing your stuff. Think about your use-case, maybe something other than plain AES is better suited.</p>\n\n<ul>\n<li>Use a password manager like <a href=\"https://askubuntu.com/questions/32164/what-does-a-keyring-do\">Keyring for... | null | null | null | null | null |
60715 | 1 | null | 2011-09-09T15:53:05.277 | 8 | 1981 | <p>I was playing around in Unity 2D, and I messed up my configuration. How can I reset it, preferably without losing other config files? (such as Empathy config, Firefox/Chrome config, etc)</p>
| 6005 | 235 | 2012-10-02T19:06:03.860 | 2013-12-26T13:29:59.080 | Can I reset Unity 2D? | [
"unity-2d"
] | 3 | 5 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T18:49:38.157",
"id": "69441",
"postId": "60715",
"score": "0",
"text": "@type: That *restarts* - I want to reset. For Unity, a simple `unity --reset` will do the trick - I want the equivalent for Unity 2D.",
"userDisplayName": null,
"userId": "6005"
},
{... | null | [
{
"accepted": null,
"body": "<p>To reset unity type the following in the terminal:</p>\n\n<pre><code>unity --reset\n</code></pre>\n\n<p>To reset the unity icons type:</p>\n\n<pre><code>unity --reset-icons\n</code></pre>\n\n<p>To reset Compiz type (NOTE: this will reset ALL compiz settings):</p>\n\n<pre><cod... | null | null | null | null | null |
60720 | 1 | null | 2011-09-09T16:43:32.317 | 2 | 56 | <p>Is there a way to clear the log on Ubuntu One (web) about your Contacts Overview like recently added, removed, ect.?</p>
| 24706 | null | null | 2011-09-10T09:43:35.983 | clear Ubuntu One (Web) Contacts Overview | [
"ubuntu-one",
"contacts",
"cleanup"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>No, there isn't. Why would you want to do that?</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-09-13T14:57:13.653",
"id": "70096",
"postId": "60797",
"score": "0",
"text": "Some obscure privacy reason?"... | null | null | null | null | null |
60721 | 1 | 60748 | 2011-09-09T17:07:58.283 | 2 | 2837 | <p>I've just installed Ubuntu 11.04 and there no internet connection.</p>
<p>Firstly I've tried <code>sudo apt-get install aptitude</code>, but it says that there's no installation for this.</p>
<p>Then I downloaded on USB memory <code>apt_0.8.3ubuntu6_amd64.deb</code> package (as I understood that this package has a... | 24315 | 235 | 2011-09-09T22:13:45.513 | 2011-09-09T22:13:45.513 | How to install aptitude without an internet connection? | [
"installation",
"aptitude"
] | 2 | 6 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T17:12:53.743",
"id": "69422",
"postId": "60721",
"score": "0",
"text": "If you installed `aptitude` from `deb` file, why do you also want to install it from repositories?",
"userDisplayName": null,
"userId": "2647"
},
{
"creationDate": "2011-09-09T17... | {
"accepted": true,
"body": "<p>To install <strong>aptitude</strong> without internet you first need to have it with all of its dependencies.</p>\n\n<ol>\n<li><p>Go to: <a href=\"http://packages.ubuntu.com/natty/aptitude\" rel=\"nofollow\">http://packages.ubuntu.com/natty/aptitude</a> to grab aptitude and all of it... | [
{
"accepted": null,
"body": "<p>You install .deb package using <code>dpkg</code>, see here for example: <a href=\"http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/\" rel=\"nofollow\">http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/</a></p>\n\n<p>Also, read this... | null | null | null | null | null |
60725 | 1 | null | 2011-09-09T17:26:50.750 | 3 | 3144 | <p>I am an Ubuntu user... and willing to buy a laptop for my undergraduate study, but the brand which I am likely to buy does not fall on Ubuntu certified hardware. I am willing to buy <strong>vaio S series</strong> laptop. Can anyone answer my following questions?</p>
<ol>
<li><p>will <strong>Ubuntu 11.10</strong> ru... | 24710 | 169736 | 2014-03-02T02:01:28.580 | 2014-03-02T02:01:28.580 | Running Ubuntu on Vaio laptops | [
"system-installation"
] | 4 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2012-03-10T14:15:17.747",
"id": "131872",
"postId": "60725",
"score": "1",
"text": "This question appears to be abandoned, 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 fe... | null | [
{
"accepted": null,
"body": "<p>Partial answers:</p>\n\n<ol>\n<li><p>Ubuntu 11.10 is not released yet. It will be released in oktober 2011 (Hence the 11.10). The most current version of Ubuntu is 11.04, however, I can't answer your question for that version.</p></li>\n<li><p>I highly doubt Sony offers suppo... | null | null | 2014-03-02T03:25:40.997 | null | null |
60727 | 1 | null | 2011-09-09T17:30:50.547 | 1 | 2041 | <p>I just <a href="https://askubuntu.com/questions/22946/how-do-i-install-the-latest-version-of-gnome-3">installed gnome 3 as in this question</a> on a freshly installed 11.04 system. I don't want to play with themes, but I'm just looking for something decent. The default one is quite dull. I was using Ubuntu 10.04 and... | 696 | -1 | 2017-04-13T12:24:07.007 | 2011-09-10T05:25:41.923 | Installed GNOME 3 and the default theme looks horrible, how can I change? | [
"gnome"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>This is an issue with the accessibility themes in Gnome Shell. You can fix it by running</p>\n\n<pre><code>sudo apt-get remove gnome-accessibility-themes\nsudo apt-get install gnome-themes-standard\n</code></pre>\n\n<p>then logging out and back in again.</p>\n",
"commentC... | null | null | null | null | null |
60729 | 1 | null | 2011-09-09T17:35:43.903 | 5 | 9475 | <p>I'm writing a CLI script that asks a series of questions before doing a few things. How can I pass them as arguments so that I don't have to keep entering them every time I want to test my script?</p>
<p>Basically, it should pass 4 items to STDIN, like "text1[ENTER]text2[ENTER]text3[ENTER]text4[ENTER]" automaticall... | 3847 | null | null | 2012-02-21T20:58:40.703 | How to pass answers to CLI script via arguments? | [
"command-line"
] | 7 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>I understand you do not want to modify <code>myscript</code>.</p>\n\n<p>Regarding the second solution you ask for, you can use <code>printf</code>:</p>\n\n<pre><code>printf '%s\\n' text1 text2 text3 text4 | myscript\n</code></pre>\n\n<p>so that, defining an alias for SOMEPROG... | null | null | null | null | null |
60731 | 1 | null | 2011-09-09T17:38:11.997 | 3 | 537 | <p>A photo of a photo among photos and videos on a homemade disc did not display on my Dell Inspiron B130, but it was displayed on a computer with the Ubuntu OS. </p>
| 24714 | 235 | 2011-12-12T15:37:48.787 | 2011-12-31T19:50:04.667 | Does Ubuntu contain its own picture/video viewer/player? | [
"video",
"photo-management"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Yes, Ubuntu comes with the <a href=\"http://yorba.org/shotwell/\" rel=\"nofollow\">Shotwell</a> photo program and the <a href=\"http://projects.gnome.org/totem/\" rel=\"nofollow\">Totem video player</a> by default.</p>\n",
"commentCount": "0",
"comments": [],
"com... | null | null | null | null | null |
60732 | 1 | 64393 | 2011-09-09T17:43:20.120 | 4 | 7924 | <p>It might be a bit unethical question, but I am in need of a ratio faker for Bittorrent that works on Ubuntu. Which tool can you recommend?</p>
| null | 25863 | 2012-06-18T17:57:05.857 | 2019-11-29T18:39:24.720 | Is there a ratio faker for bittorrent? | [
"software-recommendation",
"bittorrent"
] | 5 | 6 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-09T18:20:54.843",
"id": "69434",
"postId": "60732",
"score": "13",
"text": "Seems people really don't like this question. I can't really find anything wrong with it. Those down-voting wish to comment on the subject?",
"userDisplayName": null,
"userId": "41"
}... | {
"accepted": true,
"body": "<p>Having searched the net for a long time, I come to the conclusion that there is no satisfying solution available. And considering the discussions here and at Meta, that probably is a good thing.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"content... | [
{
"accepted": null,
"body": "<p>After searching a bit I came across <a href=\"http://ratiomaster.net/\">RatioMaster.NET 0.42</a> that claims to work under Linux with <code>mono 2.6.3</code> and hardcoded support for torrent clients uTorrent, BitComet, Azureus, ABC, BitLord, BTuga, BitTornado, Burst, BitTyra... | null | null | null | null | anon |
60741 | 1 | 60749 | 2011-09-09T18:58:45.280 | 0 | 315 | <p>I have some question about physical storage of the kernel data in Linux, I know that the upper 1 GB of the VIRTUAL memory of each process points to the same PHYSICAL location, but</p>
<ol>
<li>Does this piece of the data has to be contiguous in PHYSICAL media as in VIRTUAL MEMORY?</li>
<li>Does kernel data will take... | 24718 | 527764 | 2021-04-02T09:35:12.227 | 2021-04-02T09:35:12.227 | Physical storage of kernel data | [
"kernel",
"ram"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<ol>\n<li>No, it does not have to be contiguous. Any virtual page can be mapped to any physical page.</li>\n<li>For the most part, yes, the kernel memory is limited to 1 GB, but the page cache can grow larger than that because only a small bit of it must be mapped into the kernel addre... | [
{
"accepted": true,
"body": "<ol>\n<li>No, it does not have to be contiguous. Any virtual page can be mapped to any physical page.</li>\n<li>For the most part, yes, the kernel memory is limited to 1 GB, but the page cache can grow larger than that because only a small bit of it must be mapped into the kern... | null | null | null | null | null |
60751 | 1 | 60792 | 2011-09-09T21:56:35.680 | 8 | 16785 | <p>I have the 32 bit shared libraries installed, yet I am still getting this error while trying to install pogoplug:</p>
<pre><code>./pogoplugfs: error while loading shared libraries: libfuse.so.2: wrong ELF class: ELFCLASS64
</code></pre>
<p>Is there something else I need to do to get the program to load from the 32... | 24723 | 235 | 2012-06-28T16:25:06.483 | 2012-06-28T16:25:06.483 | Is it possible to have 32 bit libraries installed on a 64 bit system? | [
"64-bit"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>For some libraries, it's possible to have both the 32-bit and 64-bit libraries installed on a 64-bit system. This is available through the <code>ia32-libs</code> package on Ubuntu 10.04 and before. According to <a href=\"http://packages.ubuntu.com/natty/amd64/ia32-libs/filelist\">the... | [
{
"accepted": null,
"body": "<p>Yes there is. Install ia32. Once that is done, you can now install any 32bit based programs on a 64bit platform.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-09-10T06:53:15.013",
"id": "69504",
"postId": "60762",
... | null | null | null | null | null |
60752 | 1 | null | 2011-09-09T22:03:57.043 | 28 | 64503 | <p>I've recorded a video using <code>recordmydesktop</code>, but have unfortunately chosen for capturing the whole screen (1600*896) instead of a small part with geometric 900*690.</p>
<p>How do I crop this video? Preferably in the editor I'm using, Kdenlive, to minimize quality loss. I've tried the Crop, Pan & Zo... | 6969 | 1992 | 2011-09-09T22:48:06.487 | 2024-01-03T17:46:11.720 | How do I crop a video clip? | [
"video-editor",
"kdenlive"
] | 6 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-22T21:16:23.460",
"id": "71865",
"postId": "60752",
"score": "0",
"text": "Have you tried Blender? I could try to find a way and write a tutorial.",
"userDisplayName": null,
"userId": "13755"
},
{
"creationDate": "2011-09-23T14:03:56.003",
"id": "71... | null | [
{
"accepted": null,
"body": "<p>If nothing else works, you could use <code>mencoder</code>. It is not an interactive editor and will result in re-encoding of the video. If you can live with that, here's how: <code>mencoder -oac pcm -ovc x264 -vf crop=900:690:0:0 -o output.mp4 input.mp4</code> where the :0:0... | null | null | null | null | null |
60753 | 1 | null | 2011-09-09T23:00:25.920 | 2 | 218 | <p>Whenever my Android goes to sleep and disconnects the wifi to save power and then rewakes and reconnects to wifi, then my ubuntu-one-app is crashing with the following screen (translated from German)</p>
<p>we are sorry.
The application Ubuntu One Files (Process com.ubuntuone.android.files) was terminated unexpecte... | 24724 | 63111 | 2012-07-09T14:01:46.280 | 2012-07-09T14:01:46.280 | Ubuntu One repeatedly crashes on Android 2.2 (ZTE Blade) | [
"wireless",
"ubuntu-one",
"android"
] | 0 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2012-02-01T03:09:37.560",
"id": "115313",
"postId": "60753",
"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-01T11:17:59.710 | null | null |
60754 | 1 | null | 2011-09-09T23:05:41.090 | 0 | 502 | <p>I just installed the ubuntuone 1.0-beta client because I got the email about it today. I got all of the files I could see on the web site downloaded to my computer as expected. I dropped a new file in the folder and did a couple connect disconnect operations and the new client says "File Sync is up-to-date." I do... | 24725 | null | null | 2012-01-10T19:39:23.587 | Latest Windows UbuntuOne client not working correctly | [
"ubuntu-one",
"windows"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T09:44:15.920",
"id": "69518",
"postId": "60754",
"score": "0",
"text": "We'll be contacting you on Monday to go over your issues. The team is taking the weekend off...",
"userDisplayName": null,
"userId": "711"
}
] | null | [
{
"accepted": null,
"body": "<p>Ok, I think the best way to fix this is either if you pop in freenode #ubuntuone and ask for either of the following people:</p>\n\n<ul>\n<li>nessita </li>\n<li>alecu</li>\n<li>mandel (that would be me)</li>\n</ul>\n\n<p>We probably will need to check your logs to ensure what... | null | null | null | null | null |
60755 | 1 | null | 2011-09-09T23:09:24.033 | 1 | 503 | <p>When uploading files in U1 on android File Expert is the first choice that u1 offers me to select the uploaded file and its my first choice too. But it doesn't work. While I can select files I don't know how to communicate this selection back to the U1-app.</p>
<p>In general it would be very useful to share whole ... | 24724 | 40955 | 2012-03-14T16:02:32.230 | 2012-03-16T14:24:59.990 | How to use File Expert to select a file for upload in ubuntu-one on android? | [
"ubuntu-one",
"android"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Having tested using Ubuntu One for android and File Expert you can select which file you wish to upload by clicking \"Add File\" from within the Ubuntu One app, and selecting File Expert from the options given. Then simply navigate to the file you wish to upload and tap it. T... | null | null | null | null | null |
60761 | 1 | 60768 | 2011-09-10T00:25:59.640 | 3 | 1653 | <p>I have setup a dual boot system in my home computer with XP and Ubuntu in that order. I want to know how to remove the linux partition without screwing up the bootloader?</p>
<p>I want to know this because I had this kind of setup before and to remove the linux partition I had formatted the linux partition from Win... | 7566 | null | null | 2011-09-10T01:43:49.690 | What is the correct way of removing a linux partition in a dual boot system? | [
"installation",
"dual-boot",
"bootloader"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T01:29:12.450",
"id": "69487",
"postId": "60761",
"score": "0",
"text": "Did you want to keep GRUB as your bootloader for XP or are you essentially asking how you can whack Ubuntu completely so your only running XP?",
"userDisplayName": null,
"userId": "1999"... | {
"accepted": true,
"body": "<p>Using the install CD to issue a <code>fixboot</code> and a <code>fixmbr</code> from <code>recovery mode</code> <em>is</em> a correct method. It is just the last part of removing anything related to a dual boot when a bootloader (<code>grub</code>) was installed in a partition boot se... | [
{
"accepted": true,
"body": "<p>Using the install CD to issue a <code>fixboot</code> and a <code>fixmbr</code> from <code>recovery mode</code> <em>is</em> a correct method. It is just the last part of removing anything related to a dual boot when a bootloader (<code>grub</code>) was installed in a partition... | null | null | 2018-09-27T17:45:54.083 | null | null |
60763 | 1 | 60794 | 2011-09-10T00:44:19.890 | 5 | 6656 | <p>I have an <a href="http://www.creative.com/emu/products/product.aspx?category=505&pid=19007" rel="nofollow">E-MU 1616m PCI Soundcard</a> and recently made the switch from Windows to Ubuntu 11.04 (Natty). From a fresh install, everything works good except for a small error when I boot up that says it cannot find ... | 22554 | 14356 | 2011-09-10T09:47:56.187 | 2016-08-05T14:46:17.623 | How to install missing firmware for an Creative Labs Audigy2 soundcard? | [
"11.04",
"soundcard",
"firmware"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You'll need to download and copy the firmware, compile it and copy the firmware into the correct folder location for the kernel to load when your PC boots.</p>\n\n<p>The error message you have in your question <code>Loading Firmware file emu/emu1010b.fw</code> is very useful.</p>\n\n... | [
{
"accepted": true,
"body": "<p>You'll need to download and copy the firmware, compile it and copy the firmware into the correct folder location for the kernel to load when your PC boots.</p>\n\n<p>The error message you have in your question <code>Loading Firmware file emu/emu1010b.fw</code> is very useful.... | null | null | null | null | null |
60765 | 1 | 60769 | 2011-09-10T01:36:51.673 | 34 | 56682 | <p>I think I understand the instructions given in <a href="https://askubuntu.com/questions/60218/how-to-add-a-directory-to-my-path">How to add a directory to the PATH?</a> about adding directories to $PATH. But I don't understand how to add directories to $MANPATH or $INFOPATH.</p>
<p>Also -- in googling around for he... | 12518 | -1 | 2017-04-13T12:24:42.930 | 2023-12-19T06:01:41.987 | How do I add a directory to MANPATH or INFOPATH? | [
"manpage",
"info"
] | 4 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<ol>\n<li><p>These 2 are almost the same:</p>\n\n<pre><code>export PATH=/usr/share/lib/something:$PATH \nexport PATH=$PATH:/usr/share/lib/something\n</code></pre>\n\n<p>The only difference is that the first one puts the directory to add in front and the second one puts it behind the cur... | [
{
"accepted": true,
"body": "<ol>\n<li><p>These 2 are almost the same:</p>\n\n<pre><code>export PATH=/usr/share/lib/something:$PATH \nexport PATH=$PATH:/usr/share/lib/something\n</code></pre>\n\n<p>The only difference is that the first one puts the directory to add in front and the second one puts it behind... | null | null | null | null | null |
60767 | 1 | 60787 | 2011-09-10T01:41:30.260 | 1 | 672 | <p>I have a tablet and I currently use Foxit PDF Reader and annotate PDFs with the pencil tool. Not very good as I cannot overwrite what I have just done. Eg. when I draw something, and want to add a few strokes to it, I cant as I will select the annotation instead.</p>
<p>GIMP/Photoshop will fix that, but I can't hav... | 14782 | 14782 | 2011-09-10T02:15:23.200 | 2011-09-10T08:11:17.820 | What application is good for note taking using tablets (printable in A4)? | [
"software-recommendation"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You have Xournal</p>\n\n<p><a href=\"http://xournal.sourceforge.net/\" rel=\"nofollow\">http://xournal.sourceforge.net/</a></p>\n\n<p>sudo apt-get install xournal</p>\n\n<p>and Gournal</p>\n\n<p><a href=\"http://www.adebenham.com/old-stuff/gournal/\" rel=\"nofollow\">http://www.adebe... | [
{
"accepted": true,
"body": "<p>You have Xournal</p>\n\n<p><a href=\"http://xournal.sourceforge.net/\" rel=\"nofollow\">http://xournal.sourceforge.net/</a></p>\n\n<p>sudo apt-get install xournal</p>\n\n<p>and Gournal</p>\n\n<p><a href=\"http://www.adebenham.com/old-stuff/gournal/\" rel=\"nofollow\">http://w... | null | null | null | null | null |
60771 | 1 | null | 2011-09-10T02:44:21.887 | 6 | 323 | <p>I was wondering if there are plans to add support for purchases in Muon Software Center just like there is in Ubuntu Software Center?
That would be handy, and as Muon developer is part of Kubuntu team, I think this makes sense...
But does anybody knows whether there are concrete plans?</p>
| 24731 | 57576 | 2023-08-13T03:37:43.557 | 2023-08-13T03:37:43.557 | Are there any plans to add paid software support to Kubuntu's Muon Software Center? | [
"kubuntu",
"software-center"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-24T16:30:16.530",
"id": "72128",
"postId": "60771",
"score": "1",
"text": "Are you two twins :) ?",
"userDisplayName": null,
"userId": "2647"
},
{
"creationDate": "2011-09-28T13:49:19.050",
"id": "72765",
"postId": "60771",
"score": "0",
... | null | [
{
"accepted": null,
"body": "<p>Amusingly both USC and Muon don't use Launchpad for blueprints: <a href=\"https://blueprints.launchpad.net/muon\" rel=\"nofollow\">https://blueprints.launchpad.net/muon</a> so it's hard to tell directly if there are any plans. Then again the paid for services are offered by t... | null | null | null | null | null |
60772 | 1 | null | 2011-09-10T03:09:22.207 | 2 | 760 | <p>The Unity "main menu" in the upper left corner, which has been present for quite some time, just up and vanished. The Launcher still works, as do its menus, but the Main Menu button is gone. How do I get it back?</p>
| 23786 | 235 | 2011-09-10T03:24:09.407 | 2011-09-10T03:24:09.407 | Main Menu Missing from Ubuntu Unity | [
"unity",
"unity-dash"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>I solved it. It has to do with a glitch when two monitors are in use. My laptop monitor alone displays it fine, but my external monitor does not for some resolution-related reason. </p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"cont... | null | null | null | null | null |
60775 | 1 | null | 2011-09-10T03:55:58.230 | 0 | 15536 | <p>Como hago para montar una particion al inicio del sistema?</p>
<p>Antes en Ubuntu 9.04 lo hacia con el paquete ntfs-config que me instalaba una aplicacion llamada "herramienta de configuracion ntfs" que simplimente realizaba 2 clicks y listo. </p>
<p>Pero esta herramienta ya no funciona en Ubuntu 11.10 y de hecho ... | 24733 | 7035 | 2011-09-10T05:02:22.257 | 2012-02-18T00:18:11.560 | How to automount a partition on boot / Como hago para montar un particion al inicio del sistema? | [
"11.10",
"ntfs",
"automount"
] | 4 | 3 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T04:48:01.530",
"id": "69499",
"postId": "60775",
"score": "2",
"text": "Please read here - http://askubuntu.com/questions/9599/how-to-mount-ntfs-drive-at-startup and here - http://askubuntu.com/questions/10947/how-to-auto-mount-my-external-hard-drive\n\nPor Favor le... | null | [
{
"accepted": null,
"body": "<p>lo haces editando el archivo <strong>/etc/fstab</strong> con un editor de texto yo uso kde asi que lo agon con kate en ubuntu creo que es leafpad esi que tendrias que correr este comando\n<strong>sudo leafpad /etc/fstab</strong> , y debes saber el nombre el puto de montag... | null | null | null | null | null |
60778 | 1 | 60781 | 2011-09-10T06:14:55.983 | 82 | 169778 | <p>Does anyone know how to convert an <code>ODT</code> file (LibreOffice) to <code>PDF</code>?</p>
| 15432 | 196255 | 2013-11-08T23:47:01.833 | 2023-10-03T00:50:32.760 | How can I convert an ODT file to a PDF? | [
"libreoffice",
"pdf",
"openoffice.org"
] | 7 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2013-01-11T19:15:15.073",
"id": "299275",
"postId": "60778",
"score": "3",
"text": "Related (but *not* a duplicate!): [How to convert pdf file to an odt file?](http://askubuntu.com/questions/240011/how-to-convert-pdf-file-to-an-odt-file)",
"userDisplayName": null,
"use... | {
"accepted": true,
"body": "<p>Just open the document with libre office and choose <em>Export as PDF...</em>:</p>\n<p><img src=\"https://i.stack.imgur.com/Z2mfk.png\" alt=\"enter image description here\" /></p>\n<p>For a command line solution there is <a href=\"http://packages.ubuntu.com/unoconv\" rel=\"noreferrer... | [
{
"accepted": true,
"body": "<p>Just open the document with libre office and choose <em>Export as PDF...</em>:</p>\n<p><img src=\"https://i.stack.imgur.com/Z2mfk.png\" alt=\"enter image description here\" /></p>\n<p>For a command line solution there is <a href=\"http://packages.ubuntu.com/unoconv\" rel=\"no... | null | null | null | null | null |
60782 | 1 | null | 2011-09-10T07:19:39.777 | 3 | 1988 | <p>How do I completely reinstall Ubuntu without affecting the Windows partition? The way I setup my laptop is like this:</p>
<ul>
<li>Completely wiped everything using GParted from Ubuntu CD</li>
<li>Partitioned the HDD to 3 partitions (one for Windows, one for Ubuntu, one for Storage)</li>
<li>Installed Windows 7 Pro... | 24739 | null | null | 2020-10-21T09:44:43.357 | How to reinstall Ubuntu as part of dual boot? | [
"10.04",
"dual-boot"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2015-06-21T17:01:41.917",
"id": "913877",
"postId": "60782",
"score": "0",
"text": "possible duplicate of [Installing Ubuntu along side windows](http://askubuntu.com/questions/261206/installing-ubuntu-along-side-windows)",
"userDisplayName": null,
"userId": "186134"
... | null | [
{
"accepted": null,
"body": "<p>It is rather easy to do ;-)</p>\n\n<p>Start your system with your Ubuntu Live CD in the CD bay. After it loaded you choose <code>install</code> at this image:</p>\n\n<p><img src=\"https://i.stack.imgur.com/s3bQl.jpg\" alt=\"enter image description here\"> </p>\n\n<p>and at so... | null | null | null | null | null |
60784 | 1 | 60788 | 2011-09-10T07:41:04.637 | 10 | 10434 | <p>I'm starting a VPN connection using Network Manager.
Once the connection is established I have to change <a href="http://en.wikipedia.org/wiki/Maximum_transmission_unit" rel="noreferrer">MTU</a> in order it to work properly.
For example:</p>
<pre><code>sudo ifconfig ppp0 mtu 777
</code></pre>
<p>It is very annoyin... | 24741 | 10883 | 2011-09-10T13:51:17.550 | 2021-01-21T10:44:12.410 | Execute a script after a VPN connection is started | [
"vpn",
"scripts"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Create a script in <code>/etc/network/if-up.d</code>, containing </p>\n\n<pre><code>#!/bin/sh\n\nif [ \"$IFACE\" = \"ppp0\" ]; then\n ifconfig ppp0 mtu 777\nfi\n</code></pre>\n\n<p>and <a href=\"https://askubuntu.com/questions/122428/how-to-run-sh-file\">make it executable</a>.</p... | [
{
"accepted": true,
"body": "<p>Create a script in <code>/etc/network/if-up.d</code>, containing </p>\n\n<pre><code>#!/bin/sh\n\nif [ \"$IFACE\" = \"ppp0\" ]; then\n ifconfig ppp0 mtu 777\nfi\n</code></pre>\n\n<p>and <a href=\"https://askubuntu.com/questions/122428/how-to-run-sh-file\">make it executable... | null | null | null | null | null |
60791 | 1 | null | 2011-09-10T08:38:15.077 | 1 | 667 | <p>I just installed Ub 10.04.2 LTS -64bit on a new drive in my new laptop. Didn't allocate enough space for /boot partition, and Update Manager choked on updating the kernel -- or at least I think that's it... (grin)</p>
<p>I found and followed 2nd paragraph in [ <a href="https://askubuntu.com/questions/20925/can-i-e... | 24744 | -1 | 2017-04-13T12:24:11.537 | 2011-09-13T09:43:38.763 | Expanding /boot... how to proceed? | [
"10.04",
"partitioning",
"configuration",
"grub2",
"hard-drive"
] | 1 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T10:34:42.903",
"id": "69526",
"postId": "60791",
"score": "0",
"text": "It's often easier to get rid of older kernels. Use `dpkg -l 'linux-image-*' | grep ^ii` to get a list of old kernels and remove all but the latest.",
"userDisplayName": null,
"userId": "... | null | [
{
"accepted": null,
"body": "<p>If you need to expand your <code>/boot</code>, you should shrink a partition next (or previous) to the <code>/boot</code> partition.</p>\n\n<p>Assuming you've partitioned your disk like <code>/boot</code> (sda1) and <code>/</code> (sda2):</p>\n\n<ol>\n<li>Backup data. I've ne... | null | null | null | null | null |
60796 | 1 | null | 2011-09-10T09:41:39.887 | 2 | 2843 | <p>I'd like to share Ubuntu 11.10 Desktop to my OSX computer in the LAN. What options there are? I have been using VNC in the past, but I was wondering could I open X server connection directly from OSX?</p>
<p>Also looks like Unity has horribly killed VNC support: <a href="https://bugs.launchpad.net/unity/+bug/759349... | 24746 | 4203 | 2011-09-10T23:04:16.837 | 2012-02-11T22:39:17.640 | Sharing desktop with OSX in LAN | [
"11.10",
"remote-desktop",
"vnc",
"macosx"
] | 0 | 6 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T09:59:26.153",
"id": "69523",
"postId": "60796",
"score": "0",
"text": "Is Teamviewer an option?",
"userDisplayName": null,
"userId": "4203"
},
{
"creationDate": "2011-09-10T12:45:07.403",
"id": "69533",
"postId": "60796",
"score": "0",
... | null | [] | null | null | 2013-03-12T22:08:56.887 | null | null |
60798 | 1 | 60810 | 2011-09-10T09:50:23.377 | 5 | 1775 | <p>I have an Ubuntu 11.04 installation. The <code>/home</code> directory is on a partition
which uses the <code>ext4</code> filesystem. I haven't changed the default configuration so
the filesystem is mounted at boot time with the <code>defaults</code> mount option. <a href="http://manpages.ubuntu.com/manpages/precise/... | 24745 | 24745 | 2013-04-04T14:23:05.560 | 2013-04-16T01:56:11.300 | What is the default behaviour of atime? | [
"mount",
"filesystem",
"ext4"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2013-04-04T14:58:23.013",
"id": "348707",
"postId": "60798",
"score": "0",
"text": "FYI: running the `mount` command with no options will output the currently mounted volumes, with currently active mount options (with the `defaults` option already expanded into actual values).... | {
"accepted": true,
"body": "<p>From <code>man mount</code>:</p>\n\n<blockquote>\n <p>Some of these options could be enabled or disabled by default in the system kernel. To check the current setting see the options in /proc/mounts.</p>\n</blockquote>\n\n<pre><code>cat /proc/mounts\n</code></pre>\n\n<p>Shows that <... | [
{
"accepted": true,
"body": "<p>From <code>man mount</code>:</p>\n\n<blockquote>\n <p>Some of these options could be enabled or disabled by default in the system kernel. To check the current setting see the options in /proc/mounts.</p>\n</blockquote>\n\n<pre><code>cat /proc/mounts\n</code></pre>\n\n<p>Show... | null | null | null | null | null |
60799 | 1 | 60809 | 2011-09-10T10:02:54.300 | 2 | 842 | <p>I am trying to install <a href="http://www.adebenham.com/old-stuff/gournal/" rel="nofollow">Gournal</a> and I can't because of a missing dependency which <a href="http://packages.ubuntu.com/search?searchon=names&keywords=libgnome2-print-perl" rel="nofollow">doesn't appear to be in natty</a>?</p>
<pre><code>gour... | 14782 | 14356 | 2011-09-10T15:12:59.710 | 2011-09-10T15:12:59.710 | How do I install Gournal? | [
"11.04",
"installation",
"dependencies",
"perl"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Gournal looks like it stopped development in 2005 - thus the dependency in your question cannot be satisfied by the Natty packages.</p>\n\n<p>As such, you will need to download the source package (the .tar file) and extract it.</p>\n\n<p>In the folder you will see <code>install</code... | [
{
"accepted": true,
"body": "<p>Gournal looks like it stopped development in 2005 - thus the dependency in your question cannot be satisfied by the Natty packages.</p>\n\n<p>As such, you will need to download the source package (the .tar file) and extract it.</p>\n\n<p>In the folder you will see <code>insta... | null | null | null | null | null |
60800 | 1 | null | 2011-09-10T10:10:31.213 | 1 | 4656 | <p>I have the same problem, a 32 bits toshiba nb255, it first had the windows 7 bu next I installed the ubuntu 11.04. The wifi does not turn on. I used the following issues</p>
<ul>
<li>the commands rfkill unblock wlan0, sudo ifconfig wlan0 down; they were not able.</li>
<li>by setting up the bios in advanced menu, th... | 24952 | 14356 | 2011-09-10T12:21:55.397 | 2012-12-03T19:11:14.987 | Toshiba wireless is blocked | [
"11.04",
"wireless",
"drivers"
] | 2 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>The wifi card is <code>hard-blocked</code> - this could either be a kernel issue or if you had accidentally/abnormally shutdown the machine, you just need to remove the <code>rfkill</code> blocking device i.e.</p>\n\n<pre><code>sudo rm /dev/rfkill\n</code></pre>\n\n<p>Then re... | null | null | null | null | null |
60803 | 1 | null | 2011-09-10T10:57:15.057 | 1 | 1877 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/5466/is-a-clean-install-better-than-upgrading">Is a clean install better than upgrading?</a> </p>
</blockquote>
<p>Ubuntu 11.10 (Oneiric Ocelot) will be out soon. Should I upgrade it using Update Manager or using f... | 13327 | -1 | 2017-04-13T12:24:49.590 | 2011-09-10T11:12:47.850 | Should I Upgrade Or Fresh Installation? | [
"upgrade",
"11.10"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>I will assume you are talking about <em>after</em> 11.10 (Oneiric) has been released - <a href=\"https://askubuntu.com/questions/18641/theres-an-issue-with-an-alpha-beta-release-of-ubuntu-what-should-i-do\">as per this question</a>, it's pretty buggy.</p>\n\n<p>This is highly... | null | null | 2011-09-13T12:40:56.727 | null | null |
60804 | 1 | 60825 | 2011-09-10T11:08:37.067 | 6 | 385 | <p>After increasing the width of my Panel, I got something like </p>
<p><img src="https://i.stack.imgur.com/uYis7.png" alt=""></p>
<p>How can I fix this color issue?</p>
| 14782 | 158442 | 2017-03-16T09:52:04.620 | 2017-03-16T09:52:04.620 | Changing Panel Width & Color | [
"11.04",
"panel"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>It's a theme bug. The panel is using an image background that doesn't fit the width you're trying to use. </p>\n\n<p>You will have either to change the background image at: <code>/usr/share/themes/<Your_Theme's_Name>/gtk-2.0/panel.png</code> </p>\n\n<p>Or edit gnome-panel.rc... | [
{
"accepted": true,
"body": "<p>It's a theme bug. The panel is using an image background that doesn't fit the width you're trying to use. </p>\n\n<p>You will have either to change the background image at: <code>/usr/share/themes/<Your_Theme's_Name>/gtk-2.0/panel.png</code> </p>\n\n<p>Or edit gnome-... | null | null | null | null | null |
60805 | 1 | 60982 | 2011-09-10T11:09:41.697 | 0 | 506 | <p>In manual it seems obvious but I don't understand how to run this application.</p>
<p>The full name of file is <code>vpnpptp_setup-en-Linux-x86_64-Install.tar.gz</code>
Inside the archive it has ready to run application. <a href="http://code.google.com/p/vpnpptp/" rel="nofollow">Link to application.</a></p>
<p>So,... | 24315 | null | null | 2011-09-11T18:41:29.663 | How to install VPNPPTP? | [
"installation",
"vpn"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>The problem was simple but not simple for user with windows background. I've tried to install application which was on flash drive, the system didn't allow me to run it without any notification.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"content... | [
{
"accepted": null,
"body": "<p>That application has a package for Debian and Ubuntu. Just scroll down the downloads list until you see \"vpnpptp-allde-0.3.3-i386.deb\". If you have a 64 bit installation, you will have to download \"vpnpptp-allde-0.3.3-amd64.deb\". Just click on the package and Ubuntu Softw... | null | null | null | null | null |
60806 | 1 | null | 2011-09-10T11:12:02.640 | 3 | 466 | <p>I like how in Windows 7, only icons are shown in the taskbar/panel. Is it possible in Ubuntu (11.04)? </p>
<p>Also I suppose it will be great to be able to group windows from the same program into 1 icon and have some sort of preview, also like in Windows 7 or even Unity with Preview enabled</p>
| 14782 | 235 | 2011-09-10T13:48:39.520 | 2011-09-10T14:40:44.543 | Ubuntu Classic, possible to have just big icons like in Windows 7? | [
"11.04",
"gnome",
"gnome-classic"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>It sounds like you might be looking for <a href=\"http://gnome-look.org/content/show.php?content=101604\" rel=\"nofollow\">Dockbarx</a>. It's a panel applet you can add to your bottom panel in place of your window list, and it should be able to duplicate all this functionalit... | null | null | null | null | null |
60812 | 1 | null | 2011-09-10T11:59:54.830 | 1 | 195 | <p>I've just upgraded to 11.10 beta using update-manager and all went well.</p>
<p>However, the install process leaves installed default packages from the previous version that I no longer want (gdm, evolution etc.)</p>
<p>I've generated a list of additional packages I have installed via a method similar to</p>
<p><... | 1896 | null | null | 2011-09-10T17:25:10.267 | When upgrading, is there an easy way to remove old default packages? | [
"upgrade",
"package-management"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>You should be able to just run:</p>\n\n<p><code>sudo apt-get autoremove</code></p>\n\n<p>to remove packages that are no longer needed.\nYou can also use the \"Local or Obsolete\" filter in Synaptic at \"Status\" section. </p>\n\n<p><img src=\"https://i.stack.imgur.com/PDLCA.... | null | null | null | null | null |
60814 | 1 | 60817 | 2011-09-10T12:11:22.720 | 1 | 626 | <p>Something (a compiz plugin ?) shows a preview of all the windows when I hit Shift+Alt+Up.
like this:</p>
<p><img src="https://i.stack.imgur.com/GdzcZ.png" alt="enter image description here"></p>
<p>I can't find the key binding in CCSM , what provides this feature, and where can I change the key binding ?</p>
| 1276 | 25863 | 2012-11-21T23:07:53.277 | 2012-11-21T23:07:53.277 | Change Keybinding for window previews | [
"shortcut-keys"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You can change this in the Scale plugin:</p>\n\n<p><img src=\"https://i.stack.imgur.com/yxPXD.png\" alt=\"enter image description here\"></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-09-10T1... | [
{
"accepted": true,
"body": "<p>You can change this in the Scale plugin:</p>\n\n<p><img src=\"https://i.stack.imgur.com/yxPXD.png\" alt=\"enter image description here\"></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDa... | null | null | null | null | null |
60816 | 1 | 60821 | 2011-09-10T12:23:30.063 | 1 | 252 | <p>When I try any theme other than Ambiance or Equinox buttons (only when maximized)are from these two themes. I can't change them to be from my current theme :/ Is there any solution?</p>
| 24751 | null | null | 2011-09-10T12:55:23.213 | Ubuntu buttons theme won't change | [
"themes"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Unfortunately not every themes have full unity/global-menu support. You can search for unity themes instead of simple gtk-themes. You can find often adapted version of popular gtk themes. </p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicens... | [
{
"accepted": true,
"body": "<p>Unfortunately not every themes have full unity/global-menu support. You can search for unity themes instead of simple gtk-themes. You can find often adapted version of popular gtk themes. </p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
... | null | null | 2013-09-15T00:32:28.143 | null | null |
60819 | 1 | null | 2011-09-10T12:43:59.697 | 1 | 102 | <p>I have just started Ubuntu one free and also signed up to Ubuntu One music streaming. I have set my documents, music and pictures folders to sync with Ubuntu One. All the folders are marked as synced, but not all the files in them have been synced. How do I (a) check was has been properly synced and (b) make sure ev... | 24753 | null | null | 2011-09-11T20:21:13.027 | first time sync of documents etc | [
"sync"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>You can check the file that you have synced on the website: <a href=\"https://one.ubuntu.com/\" rel=\"nofollow\">https://one.ubuntu.com/</a> </p>\n\n<p><strong>EDIT</strong></p>\n\n<p>All the information of the ubuntu one daemon are available with the command <code>u1sdtool</... | null | null | null | null | null |
60823 | 1 | 60845 | 2011-09-10T13:22:51.023 | 1 | 2772 | <p>I've broken network-manager trying to compile it from source, the applet no longer shows in the panel and I can't connect to any of my (wireless) networks. How might I restore it? I've tried reinstalling the network-manager packages from main repository but had no luck recreating the applet icon/indicator.</p>
| 24262 | 24262 | 2011-09-10T13:48:13.797 | 2011-11-27T20:27:45.930 | How to restore network-manager? | [
"indicator",
"network-manager"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>I had a similar problem. A short-cut to get it working again is to just use Wicd - <a href=\"http://www.wicd.net/\" rel=\"nofollow\">http://www.wicd.net/</a> - which is an alternative to network manager.</p>\n\n<p>The other way is to restore network manager from the repository again.... | [
{
"accepted": true,
"body": "<p>I had a similar problem. A short-cut to get it working again is to just use Wicd - <a href=\"http://www.wicd.net/\" rel=\"nofollow\">http://www.wicd.net/</a> - which is an alternative to network manager.</p>\n\n<p>The other way is to restore network manager from the repositor... | null | null | null | null | null |
60826 | 1 | 60833 | 2011-09-10T13:39:17.180 | 39 | 192294 | <p>I am relatively new to the linux world. I use OSX at home and Windows at work. In those worlds, there is a default folder for applications (<code>C:\Program Files</code>, <code>/Applications</code>). Is there any such directory in Ubuntu? </p>
<p>I understand that this is not very important and any location in the ... | 20229 | 25863 | 2012-06-18T17:56:59.463 | 2017-02-18T16:06:08.613 | Where is the default folder for Apps? | [
"filesystem"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T15:01:29.143",
"id": "69547",
"postId": "60826",
"score": "0",
"text": "You may also be interested in [How to install Eclipse?](http://askubuntu.com/questions/26632/how-to-install-eclipse)",
"userDisplayName": null,
"userId": "41"
}
] | {
"accepted": true,
"body": "<p>Ubuntu (Linux) follows the <a href=\"http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard\">filesystem hierachy structure</a>. There is a description of the main directories in that link.</p>\n\n<p>The location where software gets installed depends on how you install it. If you... | [
{
"accepted": true,
"body": "<p>Ubuntu (Linux) follows the <a href=\"http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard\">filesystem hierachy structure</a>. There is a description of the main directories in that link.</p>\n\n<p>The location where software gets installed depends on how you install it... | null | null | 2017-02-21T05:50:11.950 | null | null |
60828 | 1 | 60830 | 2011-09-10T13:52:01.947 | 1 | 2108 | <p>I want to write a tiny <strong>RESTful</strong> server in some language that can run on Ubuntu 10.04,
but I have no idea how to host it. </p>
<p>Currently I have a VPS at <strong><a href="http://www.linode.com/?r=14068fdfc09768889b4b54e8cf7709662177d831" rel="nofollow">Linode.com</a></strong> <em>(Disclaimer: refe... | 1454 | 25863 | 2012-06-18T17:51:04.493 | 2012-06-18T17:51:04.493 | How to host a tiny RESTful application written in Java/C#/Python? | [
"server",
"hosting"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You'll first need to find out if port 80 is taken. Likely, given that you're running NGINX (and maybe Apache), port 80 is already used on this machine. You can find out quite easily by running <code>netstat</code> the following snippet will give you <em>just</em> a list of the ports ... | [
{
"accepted": true,
"body": "<p>You'll first need to find out if port 80 is taken. Likely, given that you're running NGINX (and maybe Apache), port 80 is already used on this machine. You can find out quite easily by running <code>netstat</code> the following snippet will give you <em>just</em> a list of th... | null | null | null | null | null |
60835 | 1 | null | 2011-09-10T13:29:03.053 | 7 | 46867 | <p>I have an old dell desktop running ubuntu 11.04, I also have samba installed on it. I'm trying to access the shared folders on the Ubuntu machine from my Mac, so I go into 'Finder', click on 'Go' and 'Connect to Server'.</p>
<p>I type in the ip address of the ubuntu machine <code>smb://xxx.xxx.x.xx</code> and click... | 24756 | 14356 | 2011-09-13T19:03:42.523 | 2016-10-17T07:55:33.513 | How do I access shared folders on Ubuntu server from Mac OS? | [
"11.04",
"samba",
"macosx"
] | 3 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T23:13:54.993",
"id": "69797",
"postId": "60835",
"score": "0",
"text": "... and you have no problems with Samba using Windows or Ubuntu? That sounds to me like you have a problem with your Mac.",
"userDisplayName": null,
"userId": "19779"
},
{
"creat... | null | [
{
"accepted": null,
"body": "<p>I would go on the Mac to the net info then to machines and search for Ubuntu PC's name, copy that name, and use it instead of the IP address. In Finder do: Go -> Connect To and then <code>smb://name/user</code> or smb://` and type in your credentials.</p>\n\n<p>Make sure the ... | null | null | null | null | Stephen |
60836 | 1 | 60844 | 2011-09-10T15:13:29.733 | 1 | 12316 | <p>What <a href="http://en.wikipedia.org/wiki/Network_mapping" rel="nofollow">network mapping</a> tools are available? </p>
| 6005 | 6005 | 2011-10-15T17:34:58.663 | 2012-03-03T05:55:26.997 | What network mapping tools are available? | [
"networking",
"network-monitoring",
"software-recommendation"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Found the same question at <a href=\"http://www.linuxquestions.org/questions/linux-software-2/network-mapping-tools-663901/\" rel=\"nofollow\">linuxquestions.org</a>. So maybe that could help.</p>\n\n<p><strong>Excerpts from the link:</strong></p>\n\n<p>Question: Does anyone know of ... | [
{
"accepted": true,
"body": "<p>Found the same question at <a href=\"http://www.linuxquestions.org/questions/linux-software-2/network-mapping-tools-663901/\" rel=\"nofollow\">linuxquestions.org</a>. So maybe that could help.</p>\n\n<p><strong>Excerpts from the link:</strong></p>\n\n<p>Question: Does anyone ... | null | null | null | null | null |
60837 | 1 | 60856 | 2011-09-10T15:49:26.607 | 68 | 59914 | <p>I would like to record an output of a program with <em>PulseAudio</em> using command line/bash script. It is important not to record all output, but only the output from one specific program.</p>
<p>I thought I would have to create a new null-sink and than move the program's output to this new sink. Than tell <em>p... | 138681 | 527764 | 2017-08-13T18:16:40.153 | 2022-05-14T11:06:18.887 | Record a program's output with PulseAudio | [
"scripts",
"pulseaudio",
"audio-recording"
] | 8 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Try something like this:</p>\n\n<p>In a terminal enter</p>\n\n<pre><code>pacmd\n</code></pre>\n\n<p>(this is the CLI of the PulseAudio-Server)\nthen use</p>\n\n<pre><code>list-sink-inputs\n</code></pre>\n\n<p>(where you get the indices of the running inputs)\nNow find the index of yo... | [
{
"accepted": true,
"body": "<p>Try something like this:</p>\n\n<p>In a terminal enter</p>\n\n<pre><code>pacmd\n</code></pre>\n\n<p>(this is the CLI of the PulseAudio-Server)\nthen use</p>\n\n<pre><code>list-sink-inputs\n</code></pre>\n\n<p>(where you get the indices of the running inputs)\nNow find the ind... | null | null | null | null | null |
60840 | 1 | null | 2011-09-10T16:21:53.800 | 1 | 761 | <p>In a Ubuntu Natty desktop PC I connect to a MS Windows machine via Citrix Receiver, sometimes window looks weird (has blank areas, yo have to switch to another window outside citrix and come back to see it right). I tried wfcmgr changing window color settings but no luck. I think it's related with graphics card (ATI... | 24758 | 24864 | 2011-11-11T13:26:17.043 | 2011-11-11T13:26:17.043 | Weird viewing in Citrix Receiver (ATI card) | [
"citrix"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>I admin a Citrix farm at work, and I do connect via Citrix ICA back to work via my Linux box, however I have not seen the issue you are mentioning, but I am using an Nvidia card. Are you using the current version of the Citrix reciever (version 11)?</p>\n\n<p>I did come acros... | null | null | null | null | null |
60846 | 1 | 60848 | 2011-09-10T17:18:33.377 | 3 | 1293 | <p>I am running Ubuntu 10.10, and am trying to upgrade Shotwell to the latest version (0.11.1). I've been trying to follow the instructions on <a href="http://yorba.org/shotwell/install/" rel="nofollow">the Shotwell installation page</a> for building from source but I have run into a problem.</p>
<p>When I run <code>m... | 22907 | 14356 | 2011-09-10T17:20:50.597 | 2011-09-10T17:30:31.943 | How do I upgrade to the latest version of Shotwell? | [
"10.10",
"shotwell",
"gstreamer"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>There is a <a href=\"https://launchpad.net/~flexiondotorg/+archive/shotwell\" rel=\"nofollow\">PPA on launchpad</a> which the maintainer supports for new shotwell releases for both Lucid and Maverick.</p>\n\n<pre><code>sudo apt-add-repository ppa:flexiondotorg/shotwell\n sudo apt-add... | [
{
"accepted": true,
"body": "<p>There is a <a href=\"https://launchpad.net/~flexiondotorg/+archive/shotwell\" rel=\"nofollow\">PPA on launchpad</a> which the maintainer supports for new shotwell releases for both Lucid and Maverick.</p>\n\n<pre><code>sudo apt-add-repository ppa:flexiondotorg/shotwell\n sudo... | null | null | null | null | null |
60847 | 1 | null | 2011-09-10T17:25:25.773 | 2 | 1006 | <p>Tried to connect my iPod, but got this message:</p>
<p>Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so</p>
<p>Have seen links to this here, b... | 24762 | 24762 | 2011-09-11T10:31:03.277 | 2012-02-24T09:40:57.293 | ipod not mounting | [
"ipod",
"patch"
] | 2 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T18:25:27.207",
"id": "69574",
"postId": "60847",
"score": "0",
"text": "The error message suggest you to read error in dmesg, have you tried to watch the output of `dmesg|tail` in a terminal immediatly after you see the error message?",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<p>I think you encountered this bug: <a href=\"http://www.gossamer-threads.com/lists/linux/kernel/1428824\" rel=\"nofollow\">http://www.gossamer-threads.com/lists/linux/kernel/1428824</a>\nKernel developers are solving it in this days, IMHO you can just wait for a kernel update ... | null | null | 2014-07-10T18:19:26.250 | null | null |
60850 | 1 | null | 2011-09-10T17:44:56.210 | 14 | 6219 | <p>I learned that Ubuntu 11.10 would come with Open-source Nvidia drivers by default. I have an Nvidia 9600M GT graphics card and have always had to install the proprietary Nvidia drivers after installing Ubuntu. I would love to have it pre-installed in form of this open-source driver. However, i wonder if it is on par... | 13096 | 3037 | 2011-09-10T17:55:43.743 | 2011-09-10T21:20:43.447 | How good are the open-source Nvidia drivers (Nouveau)? | [
"nvidia",
"graphics",
"11.10"
] | 3 | 3 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T17:55:24.727",
"id": "69562",
"postId": "60850",
"score": "3",
"text": "performance quality aside, you should know that there is no powersaving on the open-source drivers; your card will run hotter and your power will drain faster.",
"userDisplayName": "user6658... | null | [
{
"accepted": null,
"body": "<p>No, it's not on par with the binary drivers from Nvidia, which shouldn't be surprising as it initially was a replacement for the old -nv driver.</p>\n\n<p>See <a href=\"http://www.phoronix.com/scan.php?page=article&item=nouveau_linux3&num=1\" rel=\"nofollow\">this Pho... | null | null | null | null | null |
60852 | 1 | null | 2011-09-10T17:53:02.607 | 0 | 466 | <p>I recently bought two DVD movies at the local store, and, trying to watch the movie on my computer, it doesn´t work. All files are in the .VOB format.</p>
<p>I've looked at other people having similar issues but mine is a bit different. I just put in the DVD and play it but it doesnt work.
I have all kinds of playe... | 24761 | 14356 | 2011-09-10T18:09:38.590 | 2011-09-10T18:09:38.590 | .VOB file not compatible with anything I try | [
"dvd",
"format"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T18:16:13.697",
"id": "69571",
"postId": "60852",
"score": "0",
"text": "Did you try opening the folder of the DVD and play each file with VLC player by right-clicking and choosing \"Play with VLC media player\"?",
"userDisplayName": null,
"userId": "18887"
... | null | [
{
"accepted": null,
"body": "<p>You aren't supposed to play them directly. Use VLC to play the actual disk, not the files.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-09-10T18:03:02.737",
"id": "6085... | null | null | null | null | null |
60859 | 1 | null | 2011-09-10T18:21:41.740 | 0 | 951 | <p>I've been looking around for a fix to the Japanese Anthy(ibus) fix for Skype 2.2 beta for a few days now and I've been unable to find a fix for it. I'm a new user of Linux and my current setup is Ubuntu 11.04.</p>
<p>So far the only programs that I have tried Anthy with and worked are Firefox, Gedit and Empathy.</p... | 24766 | 19490 | 2011-09-19T20:16:56.170 | 2012-07-21T14:40:58.580 | Japanese Anthy(ibus) not working for Skype 2.2 Beta? | [
"11.04",
"skype",
"ibus",
"input",
"japanese"
] | 2 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2013-01-13T11:15:20.633",
"id": "300242",
"postId": "60859",
"score": "0",
"text": "This question appears to be abandoned and unanswered, could you perhaps add more detail to your question? If this question no longer applies then you can either delete it or answer it yourself ... | null | [
{
"accepted": null,
"body": "<pre><code>export XMODIFIERS=@im=ibus\n\nexport GTK_IM_MODULE=ibus\n\nexport QT_IM_MODULE=ibus\n\nsudo apt-get install qtconfig\n#run qtconfig\n~$sudo qtconfig\nchoose input method = ibus -> save\n\nstart skype\n</code></pre>\n",
"commentCount": "1",
"comments": [
... | null | null | 2013-01-26T21:37:35.680 | null | null |
60864 | 1 | null | 2011-09-10T18:54:01.670 | 4 | 3961 | <p>I have a keyboard with two "Win" keys but without "Menu" key. I'd like to bind my right Win as Menu. I tried do used xev in terminal and get keycode for .Xmodmap file but can't take code of right Win. Just always open system menu of ubuntu. How I can do it?</p>
| 24769 | 14356 | 2011-09-10T19:29:05.913 | 2014-06-18T13:54:26.343 | How do I bind 'Menu key' to right 'Win key'? | [
"unity",
"keyboard",
"menu",
"xmodmap"
] | 3 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2021-03-18T04:50:09.970",
"id": "2257166",
"postId": "60864",
"score": "0",
"text": "I've answered a similar question here https://askubuntu.com/a/1323635/935982 that might be helpful",
"userDisplayName": null,
"userId": "935982"
}
] | null | [
{
"accepted": null,
"body": "<p>If you haven't tried the keyboard preference mapping under Gnome, you should give it a look. This doesn't fit your description exactly, but it might work well enough.</p>\n\n<p>From type, type <strong>keyboard</strong> to go to the keyboard preferences. Select the <strong>L... | null | null | null | null | null |
60870 | 1 | 60874 | 2011-09-10T19:34:21.247 | 3 | 3847 | <p>I'm having some lags with my server running Ubuntu 10.04 on my UDP packets. What should I do to change the settings set for the UDP packets? I think the problem is there.</p>
<p>On my <code>/proc/sys/net/ipv4/udp_mem</code> I have <code>137088 182784 274176</code></p>
<pre><code>udp_rmem_min: 4096
udp_wmem_min:... | 24772 | 235 | 2011-09-10T19:48:57.153 | 2011-09-11T18:55:46.503 | UDP tuning ubuntu - how to? | [
"networking"
] | 1 | 6 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T18:48:06.020",
"id": "69582",
"postId": "60870",
"score": "0",
"text": "Can you be more precise about the problem? What are \"some lags\" exactly?",
"userDisplayName": "David Schwartz",
"userId": null
},
{
"creationDate": "2011-09-10T19:09:31.790",
... | {
"accepted": true,
"body": "<p>Your problem is not related to UDP directly. The problem is that one of your cores is maxed and some application involved in your use of UDP cannot take advantage of more than one core. Your choices are to profile/optimize it to get it to do its job with the resources available or to... | [
{
"accepted": true,
"body": "<p>Your problem is not related to UDP directly. The problem is that one of your cores is maxed and some application involved in your use of UDP cannot take advantage of more than one core. Your choices are to profile/optimize it to get it to do its job with the resources availab... | null | 0 | null | null | null |
60872 | 1 | 60883 | 2011-09-10T19:56:51.067 | 5 | 2603 | <p>For a few days, a lot of programs do not launch properly. This includes Skype, Oracle VM Virtualbox, Scilab, Boinc, LÖVE, OMG! Words! and a little Java program I downloaded from the web (RemoteDroid). When I launch them from the terminal, I get the same error: <code>Segmentation fault</code>.</p>
<p>I cannot figure... | 5592 | -1 | 2017-04-13T12:24:11.537 | 2011-09-25T22:40:36.290 | Why do a lot of programs crash in segmentation fault? | [
"virtualbox",
"skype",
"segmentation-fault",
"boinc"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T05:02:48.077",
"id": "69635",
"postId": "60872",
"score": "2",
"text": "[Segmentation faults](http://en.wikipedia.org/wiki/Segmentation_fault) occur when a program crashes because some part of its code is buggy and tried accessing a memory location when it is not ab... | {
"accepted": true,
"body": "<p>Either you recently upgraded a library that the programs share to a new, buggy version, or you have developed a hardware problem, such as overheating.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-09-15T06:05:50.317",
"id": "70448",
"pos... | [
{
"accepted": true,
"body": "<p>Either you recently upgraded a library that the programs share to a new, buggy version, or you have developed a hardware problem, such as overheating.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-09-15T06:05:50.317",
"id": "... | null | null | null | null | null |
60873 | 1 | null | 2011-09-10T20:02:12.187 | 6 | 13476 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/48299/what-ides-are-available-for-ubuntu">What IDEs are available for Ubuntu?</a> </p>
</blockquote>
<p>I want to <strong>develop Python apps in Ubuntu</strong>, and I'm tired of working with <strong>gedit</strong>... | 4629 | -1 | 2017-04-13T12:24:29.360 | 2011-09-10T21:46:47.660 | A great Python IDE for Ubuntu | [
"software-recommendation",
"python",
"ide"
] | 0 | 0 | CC BY-SA 3.0 | [] | null | [] | null | 0 | 2011-09-11T20:21:32.447 | null | null |
60877 | 1 | null | 2011-09-10T20:41:45.643 | 2 | 528 | <p>I have a somewhat older computer, and it's fine with most things, but on super high-res video it's choppy and the CPU's at 100%. Should I downsample these videos, or is there a setting that I can use to make them play without stopping? </p>
| 6699 | null | null | 2011-09-10T23:17:03.627 | Choppy video with HD--is there an easy way to downsample or lower the quality so that my videos will play correctly? | [
"video"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T20:53:52.503",
"id": "69598",
"postId": "60877",
"score": "2",
"text": "difficult to say - what graphics card and what graphics driver are you using? What version of ubuntu? what type of video? What resolution?",
"userDisplayName": null,
"userId": "14356"
... | null | [
{
"accepted": null,
"body": "<p>You have to downsample them before playing them. (Might take a few hours and you loose quality.)</p>\n\n<p>The hard work is really decoding the video and not displaying it. That means no matter if you display a lower resolution video, the work is all the same.</p>\n",
"co... | null | null | null | null | null |
60884 | 1 | 60897 | 2011-09-10T21:42:36.980 | 6 | 2812 | <p>I've upgraded from 11.04 to 11.10 beta and installed Gnome Shell and logged on with the Gnome Shell session. My window title bars are orange like this:
<img src="https://i.stack.imgur.com/O9d6W.png" alt="http://i.imgur.com/M55j9.png"></p>
<p>Any way to fix?</p>
| 14396 | 14356 | 2011-10-21T08:35:32.857 | 2011-10-21T12:08:18.397 | Gnome Shell theme displays orange title bars | [
"11.10",
"gnome",
"themes"
] | 1 | 7 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T22:56:23.583",
"id": "69614",
"postId": "60884",
"score": "0",
"text": "Change the theme.",
"userDisplayName": null,
"userId": "4203"
},
{
"creationDate": "2011-09-10T23:27:02.753",
"id": "69619",
"postId": "60884",
"score": "0",
"tex... | {
"accepted": true,
"body": "<p>You need to install <code>gnome-tweak-tool</code> and <code>gnome-themes-standard</code>, then use <code>gnome-tweak-tool</code> to change your window border theme to something supported by mutter (such as Adwaita).</p>\n\n<p>If it does not apply immediately, log on and log back in. ... | [
{
"accepted": true,
"body": "<p>You need to install <code>gnome-tweak-tool</code> and <code>gnome-themes-standard</code>, then use <code>gnome-tweak-tool</code> to change your window border theme to something supported by mutter (such as Adwaita).</p>\n\n<p>If it does not apply immediately, log on and log b... | null | null | null | null | null |
60886 | 1 | null | 2011-09-10T22:00:11.200 | 2 | 116 | <p>I installed <code>SAGE mathematics</code> from binary because there was no package for it in <code>synaptic</code>. From <a href="http://vnoel.wordpress.com/2008/05/03/bye-matlab-hello-python-thanks-sage/" rel="nofollow">reading on the web</a> I learned that <code>SAGE</code> brings its own <code>python</code> libra... | 12518 | null | null | 2011-09-11T04:38:51.017 | What files can I delete to avoid repeating the Python libraries? | [
"python",
"package-management",
"libraries",
"metapackages"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T00:15:35.503",
"id": "69625",
"postId": "60886",
"score": "0",
"text": "Ouch. If there's any possible way to increase your disk space (cloud storage? cheap disk? usb drive?) I would strongly recommend that. Not that this isn't worthwhile, but I'm guessing you'll s... | null | [
{
"accepted": null,
"body": "<p>This is one of the downsides of installing software from outside of the standard repositories. For most people, it isn't a big problem, but for you it appears to be an issue due to disk space.</p>\n\n<p>The apps you've downloaded use their own versions of various libraries an... | null | null | null | null | null |
60887 | 1 | null | 2011-09-10T22:07:13.453 | 1 | 316 | <p>For past couple of days am trying to install ldapclient in ubuntu 10.10, but no luck.</p>
<p>Can anyone point me to the exact packages i need to download and install, i have tried the same so may times but failed, so please help.</p>
<p>One important thing is that i dont have any internet connection to this deskto... | 24775 | 14356 | 2011-09-10T22:15:36.940 | 2012-06-10T15:57:11.217 | Not able to install Ldapclient on a non-internet connected PC | [
"10.10",
"openldap"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T22:58:49.323",
"id": "69616",
"postId": "60887",
"score": "0",
"text": "To download ANYTHING from ANYWHERE you have to have Internet connectivity, so either you connect your computer or download the packages from another computer and then install them.",
"userDi... | null | [
{
"accepted": null,
"body": "<p>If <a href=\"http://tuxnetworks.blogspot.com/2010/04/ldap-client-lucid-lynx.html\" rel=\"nofollow\">this</a> guide is correct, you need to install these: <code>libpam-ldap; libnss-ldap; nss-updatedb; libnss-db; nscd; ldap-utils</code></p>\n\n<p>To download them and their depe... | null | null | null | null | null |
60889 | 1 | null | 2011-09-10T22:16:01.277 | 5 | 1341 | <p>This is the setup I would like to have.</p>
<pre><code> LDAP clients
|
________________|________________
/ \
|___________LoadBalancer1___________|
| | |
| | |
ldapserver1 ... | 24775 | 18887 | 2012-02-23T20:28:32.633 | 2012-02-23T20:28:32.633 | How to have a OpenLDAP Multi master replication setup? | [
"networking",
"openldap"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>It depends what tool they will use to do the load-balancing. If they are using BIND for your DNS you could use SRV records and OpenLDAP is one of the few applications that supports it. The attached link will give you greater info, but basically you need to determine a priorit... | null | null | null | null | null |
60891 | 1 | null | 2011-09-10T05:38:43.450 | 1 | 982 | <p>I'm running Ubuntu 11.04. </p>
<p>Suddenly my server stopped to recognize any commands:</p>
<pre><code>ssh lisv22@chusmix.com
Password:
-bash-3.2$ sudo
-bash: sudo: command not found
</code></pre>
<p>I think this has to due with a problem with $PATH:</p>
<pre><code>-bash-3.2$ echo $PATH
/usr/kerberos/bin:/usr/l... | 11697 | null | null | 2011-09-11T02:35:22.310 | Fix $PATH to work with SSH | [
"ssh"
] | 1 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-10T05:46:50.903",
"id": "69608",
"postId": "60891",
"score": "0",
"text": "locate sudo and see any useful information return",
"userDisplayName": "ajreal",
"userId": null
},
{
"creationDate": "2011-09-10T05:54:33.677",
"id": "69609",
"postId": "... | null | [
{
"accepted": null,
"body": "<p>That is an odd <code>$PATH</code> - normally you'd have (at least) <code>/usr/sbin</code> and <code>/sbin</code> in there as well. Is there something special about the remote system?</p>\n\n<p>The problem would appear to be on your server, though. When you ssh to a machine ... | null | null | null | null | Lisandro Vaccaro |
60894 | 1 | 60917 | 2011-09-11T00:06:48.560 | 6 | 16692 | <p>I'd like to create a chart with the wavelength as X-values and the corresponding voltage as Y-Values. I tried in vain for quite some time, could you please help me?</p>
<p>λ/nm<br>
580
546
436</p>
<p>U/V
0,75
0,85
1,25</p>
| 11289 | null | null | 2014-12-01T03:11:19.013 | Use certain values for X and Y axis in Calc | [
"libreoffice"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Put x and y values in two adjacent columns, select them then choose the menu item Insert->Chart.</p>\n\n<p>In <em>Choose a chart type</em> select <em>XY (Scatter)</em>, next choose between the images on the right the type of lines (or points only) then click finish.</p>\n\n<p><img sr... | [
{
"accepted": true,
"body": "<p>Put x and y values in two adjacent columns, select them then choose the menu item Insert->Chart.</p>\n\n<p>In <em>Choose a chart type</em> select <em>XY (Scatter)</em>, next choose between the images on the right the type of lines (or points only) then click finish.</p>\n\n<p... | null | null | null | null | null |
60898 | 1 | 60909 | 2011-09-11T00:55:47.573 | 2 | 2668 | <p>How do I completely remove ekiga via sudo <code>apt-get remove --purge</code> seems to leave some information when i re-install ekiga. can i rm -rvf even tho ekiga is not just in the home file but in the gconf>apps file?</p>
<p>The reason is that I had added two profiles (A & B) but after trying remove --purge ... | 22035 | 6969 | 2012-02-11T14:39:48.180 | 2012-06-04T20:00:30.053 | How do I completely remove ekiga? | [
"uninstall",
"ekiga"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2012-02-23T22:44:48.053",
"id": "124856",
"postId": "60898",
"score": "0",
"text": "possible duplicate of [How to remove configuration files completely](http://askubuntu.com/questions/20127/how-to-remove-configuration-files-completely)",
"userDisplayName": null,
"userI... | {
"accepted": true,
"body": "<p><strong>apt-get purge</strong> won't get rid of local configuration files.<br>\nekiga creates files in your home directory, under\n<code>./.gconf/apps/ekiga</code></p>\n\n<p>You'll have to delete that entire directory with <code>rm -rf ~/.gconf/apps/ekiga</code> </p>\n\n<p>Applicatio... | [
{
"accepted": true,
"body": "<p><strong>apt-get purge</strong> won't get rid of local configuration files.<br>\nekiga creates files in your home directory, under\n<code>./.gconf/apps/ekiga</code></p>\n\n<p>You'll have to delete that entire directory with <code>rm -rf ~/.gconf/apps/ekiga</code> </p>\n\n<p>Ap... | null | null | null | null | null |
60902 | 1 | 60905 | 2011-09-11T02:31:51.610 | 1 | 227 | <p>I installed Google Earth and it is basically working, but the letters are choppy.</p>
<p>Why are the letters choppy?</p>
<p><img src="https://i.stack.imgur.com/15l6a.png" alt="The letters are choppy."></p>
| 5068 | null | null | 2011-09-11T06:42:10.250 | Letters choppy on Google Earth | [
"11.04",
"google-earth"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2012-06-23T21:58:22.000",
"id": "188174",
"postId": "60902",
"score": "0",
"text": "Check this topic:\r\n\r\nThis is what it worked for me:\r\n\r\nhttp://askubuntu.com/questions/70167/google-earth-font-issue-on-installation",
"userDisplayName": "user72829",
"userId": n... | {
"accepted": true,
"body": "<p>I had the same problem when I first installed Google Earth, but it was at about the same time as I installed Ubuntu 11.04. So I installed fonts from the Ubuntu Software Center, including and especially the installer for the Microsoft TrueType fonts. The next time I restarted the co... | [
{
"accepted": true,
"body": "<p>I had the same problem when I first installed Google Earth, but it was at about the same time as I installed Ubuntu 11.04. So I installed fonts from the Ubuntu Software Center, including and especially the installer for the Microsoft TrueType fonts. The next time I restarte... | null | null | null | null | null |
60913 | 1 | 60914 | 2011-09-11T06:43:18.170 | 0 | 5702 | <p>I must make some changes in my config file for my media server;
tvmobili but I don't know where to find it, what commands must I use?</p>
| 23324 | 19490 | 2011-09-11T13:19:38.670 | 2015-06-04T09:55:26.730 | how to open/change config file of tvmobili in terminal | [
"11.04",
"configuration",
"gedit",
"mediaserver"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T06:55:30.733",
"id": "69645",
"postId": "60913",
"score": "0",
"text": "Could you please add in some more specific information about what you want to change? Makes it easier to give a more specific answer.",
"userDisplayName": null,
"userId": "15811"
}
] | {
"accepted": true,
"body": "<p>Have a look at <code>/etc/TVMOBiLi/instances/<instance>/conf/tvMobiliService.conf</code> for the configuration command line file. Once you have edited this file you will need to restart the service.</p>\n\n<p><a href=\"http://localhost:30888/__index\" rel=\"nofollow\">localhost... | [
{
"accepted": true,
"body": "<p>Have a look at <code>/etc/TVMOBiLi/instances/<instance>/conf/tvMobiliService.conf</code> for the configuration command line file. Once you have edited this file you will need to restart the service.</p>\n\n<p><a href=\"http://localhost:30888/__index\" rel=\"nofollow\">l... | null | null | null | null | null |
60919 | 1 | 63272 | 2011-09-11T07:57:10.070 | 2 | 135 | <p>I'm running ubuntu 11.10 and I was wondering if somebody knows how to modify the timeout in gtk3 for the small "filter" box that appears when you start typing in a list / nautilus folder (in 2.x it stays up a lot, in 3.0 it acts more like kde in the way that you can almost only have 1 letter a a time).</p>
<p><stro... | 7923 | 7923 | 2012-01-17T13:07:40.710 | 2012-01-17T13:07:40.710 | Can I adjust the timeout of the filter box in GTK? | [
"nautilus",
"gtk"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T10:41:37.730",
"id": "69667",
"postId": "60919",
"score": "0",
"text": "IIRC someone asked this question, except it was about Nautilus 2, and pretty much the comments and the answers said that this was hard coded into Nautilus and that if the user wanted to change i... | {
"accepted": true,
"body": "<p>You'll need to compile your own changes into nautilus as I believe the functionality is hard coded (most things in nautilus are). I don't think you will be able to use a previous version either, you might have to modify the recent version and reverse the specific changes.</p>\n\n<p>O... | [
{
"accepted": true,
"body": "<p>You'll need to compile your own changes into nautilus as I believe the functionality is hard coded (most things in nautilus are). I don't think you will be able to use a previous version either, you might have to modify the recent version and reverse the specific changes.</p>... | null | null | null | null | null |
60923 | 1 | 60926 | 2011-09-11T08:16:58.430 | 6 | 1010 | <p>Since bug <a href="https://bugs.kde.org/show_bug.cgi?id=274930" rel="nofollow">274930</a> implemented added functionalities in Network Manager regarding OpenVPN, the network-manager-openvpn plugin needs to be updated to <strong>0.9</strong> version to benefit from those improvements.<br>
At the moment, with the <str... | 24790 | 8844 | 2011-09-12T21:50:13.877 | 2011-09-12T21:50:13.877 | When is network-manager-openvpn going to be updated to the 0.9 version? | [
"network-manager",
"openvpn"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Assuming there are no last minute regressions, these package ARE v0.9.</p>\n\n<p>As you can see from the <a href=\"https://launchpad.net/ubuntu/+source/network-manager-openvpn/0.8.999-1ubuntu1\">change-logs</a> (at the time of writing this), release candidate 2 is being used from ups... | [
{
"accepted": true,
"body": "<p>Assuming there are no last minute regressions, these package ARE v0.9.</p>\n\n<p>As you can see from the <a href=\"https://launchpad.net/ubuntu/+source/network-manager-openvpn/0.8.999-1ubuntu1\">change-logs</a> (at the time of writing this), release candidate 2 is being used ... | null | null | null | null | null |
60929 | 1 | null | 2011-09-11T10:00:27.260 | 2 | 1762 | <p>Are there any accounting application/software(<code>medium to large scale enterprise level</code>) especially coded for ubuntu.</p>
| 23706 | null | null | 2017-04-08T09:21:56.023 | Any accounting Software especially coded for ubuntu | [
"software-recommendation"
] | 3 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T10:04:31.490",
"id": "69657",
"postId": "60929",
"score": "0",
"text": "this link should help you: http://www.aaxnet.com/design/linuxacct.html",
"userDisplayName": null,
"userId": "14356"
}
] | null | [
{
"accepted": null,
"body": "<p>Yes there is ADempiere. It is a full ERP system.</p>\n\n<p><a href=\"http://www.adempiere.com/ADempiere_ERP\" rel=\"nofollow\">http://www.adempiere.com/ADempiere_ERP</a></p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-09-11T10:17:06.79... | null | null | null | null | null |
60933 | 1 | 60936 | 2011-09-11T10:22:28.783 | 8 | 9871 | <p>I've installed Debian in my VirtualBox (my host OS is Ubuntu). And there I configured two network interfaces: eth0 as NAT, and eth1 as Bridge.</p>
<p>NAT I need to have access to the internet in virtual OS, but Bridge I need because I want this virtual OS to be a part of my local network.</p>
<p>How to switch from... | 13568 | 13568 | 2011-09-11T10:42:07.880 | 2018-01-27T07:50:03.387 | How to switch between network interfaces from console? | [
"virtualbox",
"networking",
"network-bridge",
"nat"
] | 3 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T10:37:02.507",
"id": "69663",
"postId": "60933",
"score": "0",
"text": "With or without NetworkManager?",
"userDisplayName": null,
"userId": "24012"
},
{
"creationDate": "2011-09-11T10:41:26.647",
"id": "69666",
"postId": "60933",
"score"... | {
"accepted": true,
"body": "<p>If both interface are configured in <code>/etc/network/interfaces</code> you can use </p>\n\n<pre><code>sudo ifup eth0\n</code></pre>\n\n<p>to bring eth0 up and </p>\n\n<pre><code>sudo ifdown eth0\n</code></pre>\n\n<p>to take eth0 down</p>\n",
"commentCount": "2",
"comments": [
... | [
{
"accepted": true,
"body": "<p>If both interface are configured in <code>/etc/network/interfaces</code> you can use </p>\n\n<pre><code>sudo ifup eth0\n</code></pre>\n\n<p>to bring eth0 up and </p>\n\n<pre><code>sudo ifdown eth0\n</code></pre>\n\n<p>to take eth0 down</p>\n",
"commentCount": "2",
"co... | null | null | null | null | null |
60938 | 1 | 61210 | 2011-09-11T11:08:38.050 | 1 | 1497 | <p>I've upgraded to Ubuntu 11.10 and I have a strange problem.</p>
<p>PyQt apps, like <a href="http://sourceforge.net/p/retext/" rel="nofollow">ReText</a> and the one below, cause window manager to go crazy.</p>
<p>Metacity <a href="https://bugs.launchpad.net/bugs/797078" rel="nofollow">crashes</a>, Compiz hangs, GNO... | 21044 | 5768 | 2012-07-09T13:33:24.320 | 2012-07-09T13:33:24.320 | PyQt apps cause Window Manager to crash - where's the problem? | [
"11.10",
"python",
"metacity",
"pyqt"
] | 1 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T15:16:23.787",
"id": "69704",
"postId": "60938",
"score": "1",
"text": "Ubuntu 11.10 is a [beta release](http://askubuntu.com/q/18641/667) so this is most likely a bug. Please run `ubuntu-bug python-qt4` to report this.",
"userDisplayName": null,
"userId": "... | {
"accepted": true,
"body": "<p>See this bug report:</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303</a></p>\n\n<p>to run in the mean time install qt4-qtconfig and change away from the default of gtk+ ... | [
{
"accepted": true,
"body": "<p>See this bug report:</p>\n\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303\" rel=\"nofollow\">https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303</a></p>\n\n<p>to run in the mean time install qt4-qtconfig and change away from the default ... | null | null | null | null | null |
60939 | 1 | 60943 | 2011-09-11T11:32:44.597 | 6 | 3539 | <p><strong>Problem:</strong><br>
Nvidia X-server settings offers me 1152x864 and 1360x768, but not the value 1280x1024 in-between that I need.<br>
<strong>How can I get the proper resolution (1280x1024) on Nvidia ION with Ubuntu 11.04?</strong> </p>
<p><strong>Background:</strong><br>
I've asked this question <a href... | 5786 | -1 | 2017-04-13T12:23:23.863 | 2012-02-02T19:09:53.093 | How to get 1280x1024 with a BenQ T905? | [
"nvidia",
"resolution",
"monitor"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>This is how I can fix it, but I have to <strong>re-do these steps after every reboot:</strong><br>\n<em>Can anyone edit in the steps to make this stick across reboots?</em></p>\n\n<ul>\n<li>run <code>sudo nvidia-xconfig</code></li>\n<li>reboot</li>\n<li>with sudo, edit the file \"/et... | [
{
"accepted": true,
"body": "<p>This is how I can fix it, but I have to <strong>re-do these steps after every reboot:</strong><br>\n<em>Can anyone edit in the steps to make this stick across reboots?</em></p>\n\n<ul>\n<li>run <code>sudo nvidia-xconfig</code></li>\n<li>reboot</li>\n<li>with sudo, edit the fi... | null | null | null | null | null |
60940 | 1 | 60945 | 2011-09-11T11:40:13.947 | 22 | 33032 | <p>Googling suggests that DTrace is available on Linux but I can't find instructions as how to install it.</p>
<blockquote>
<p>DTrace is a comprehensive dynamic tracing framework. It is designed to give operational insights that allow users to tune and troubleshoot applications and the OS itself. Special considerati... | 7953 | 186134 | 2014-08-06T11:32:59.530 | 2015-05-25T08:18:36.070 | How do I install DTrace? | [
"software-installation"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Use git or download several versions of <a href=\"http://crtags.blogspot.com/\" rel=\"noreferrer\">dtrace here</a>. I found these <a href=\"https://github.com/dtrace4linux/linux#installation\" rel=\"noreferrer\">Installation instructions</a>:</p>\n\n<pre><code>git clone \"https://git... | [
{
"accepted": true,
"body": "<p>Use git or download several versions of <a href=\"http://crtags.blogspot.com/\" rel=\"noreferrer\">dtrace here</a>. I found these <a href=\"https://github.com/dtrace4linux/linux#installation\" rel=\"noreferrer\">Installation instructions</a>:</p>\n\n<pre><code>git clone \"htt... | null | null | null | null | null |
60942 | 1 | null | 2011-09-11T12:05:33.983 | 4 | 1308 | <p><code>/etc/fstab</code></p>
<pre><code>192.168.0.14:/media/hdd500 /mnt/sosonicoco nfs user,auto 0 0
192.168.0.14:/media/hdd500/Musique /home/nicoco/Musique nfs user,auto 0 0
</code></pre>
<p><code>sosonicoco</code> is seen by nautilus as a normal directory, but <code>Musique</code> appears as a umount... | 24799 | 15811 | 2011-09-11T12:26:14.020 | 2011-09-11T13:52:03.503 | I don't want nautilus to show my NFS share as "umountable" when only root can umount it | [
"nautilus",
"mount",
"fstab",
"nfs",
"eject"
] | 1 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>From the <code>mount</code> man page:</p>\n\n<pre><code>The non-superuser mounts.\n Normally, only the superuser can mount filesystems. However,\n when fstab contains the user option on a line, anybody can mount\n the corresponding system.\n\n Thus... | null | null | null | null | null |
60944 | 1 | null | 2011-09-11T12:17:34.980 | 5 | 994 | <p>I've been very impressed with <a href="http://www.youtube.com/watch?v=5Oggl7c6tVQ" rel="nofollow noreferrer">this screencast</a>. </p>
<p>Is there a simple way to create a professional-looking screencast using open software on Ubuntu? I'm mainly interested in good-looking transitions between images and videos.</p>
| 622 | 527764 | 2017-03-03T15:19:23.947 | 2020-04-27T20:38:03.083 | Video editor to create professional appearance | [
"software-recommendation",
"screencast"
] | 2 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T13:02:18.873",
"id": "69677",
"postId": "60944",
"score": "1",
"text": "Just to make clear - this ScreenCast question (http://askubuntu.com/questions/4428/how-to-create-a-screencast) is available - you could say this is a duplicate since how \"professional\" any app... | null | [
{
"accepted": null,
"body": "<h1><a href=\"http://www.kdenlive.org/\" rel=\"nofollow noreferrer\">kdenlive</a> <a href=\"http://apt.ubuntu.com/p/kdenlive\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"install kdenlive\"></a></h1>\n\n<blockquote>\n <p>Kdenlive is a free o... | null | null | null | null | null |
60949 | 1 | 61143 | 2011-09-11T12:47:30.140 | 2 | 1908 | <p>I'm looking for an IDE which helps me reduce my Alt-Tabbing. At any given time, I've got a Chromium session open (for testing my application), a gedit/geany session for editing, and a dedicated terminal for git etc.</p>
<p>I remember that there was something like this in Visual Studio and Expression Studio. I've be... | 11736 | null | null | 2015-01-22T23:46:58.077 | Is there an IDE with Inbuilt Browser and terminal? | [
"software-recommendation",
"ide"
] | 4 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<h1><a href=\"https://github.com/redcar/redcar\" rel=\"nofollow noreferrer\">Redcar</a></h1>\n<blockquote>\n<p>A Ruby text editor written in Ruby from the ground up runs on JRuby (a fast, compatible\nRuby implementation) is cross-platform (Linux, Mac OS X, Windows)\nhighly extensible So... | [
{
"accepted": null,
"body": "<p>Geany has a built-in terminal in the Message window. As far as I'm aware, there is no way to add a browser to a tab, but it is possible to load a page in a new browser window and have it focus. </p>\n\n<p>I personally just move my current applications to the top of the launch... | null | null | null | null | null |
60961 | 1 | 60979 | 2011-09-11T14:30:33.283 | 2 | 3708 | <p>Is there a piece of software I can install on my Ubuntu installation (10.04) to stress test all the hardware on my computer? I understand I can download a specific disto to do this, but I would prefer if I can simply download the software and use it on my current installation.</p>
| 1646 | 5768 | 2012-07-09T13:33:10.607 | 2017-03-17T17:47:10.553 | Stress testing hardware | [
"10.04",
"hardware",
"testing"
] | 3 | 7 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T14:55:33.570",
"id": "69698",
"postId": "60961",
"score": "0",
"text": "What kind of stress testing? Turning off the fan and see how long the machine stays powered on without burning?",
"userDisplayName": null,
"userId": "6969"
},
{
"creationDate": "... | {
"accepted": true,
"body": "<p>There is a well known option on the live cd where you can \"stress\" test your memory (fourth option in the menu): </p>\n\n<p><img src=\"https://i.stack.imgur.com/zVaou.jpg\" alt=\"enter image description here\"></p>\n\n<p>This will have you end up into something similar to this:</p>... | [
{
"accepted": true,
"body": "<p>There is a well known option on the live cd where you can \"stress\" test your memory (fourth option in the menu): </p>\n\n<p><img src=\"https://i.stack.imgur.com/zVaou.jpg\" alt=\"enter image description here\"></p>\n\n<p>This will have you end up into something similar to t... | null | null | null | null | null |
60962 | 1 | 60967 | 2011-09-11T14:31:55.290 | 1 | 3508 | <p>I've been using mediatomb for a while and when I've decided to present files and folders in a custom way, I figured out that mediatomb in ubuntu 11.4 (server) was not compiled with javascript.</p>
<p>Has anyone encountered this situation, and find a "simple" (few steps) solution ?</p>
<p>note I tried to compile &a... | 23083 | 14356 | 2011-09-11T16:27:28.627 | 2011-09-12T12:26:10.517 | Why is mediatomb not compiled with javascript support? | [
"11.04",
"package-management",
"mediaserver",
"upnp"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Mediatomb is not compiled with javascript because the repository libraries (<em>libmozjs185</em>) does not support the compilation of SpiderMonkey into MediaTomb.</p>\n\n<p>Looking back - this particular build-receipe has been used since v10.04 (lucid) thus you'll need to repack the ... | [
{
"accepted": true,
"body": "<p>Mediatomb is not compiled with javascript because the repository libraries (<em>libmozjs185</em>) does not support the compilation of SpiderMonkey into MediaTomb.</p>\n\n<p>Looking back - this particular build-receipe has been used since v10.04 (lucid) thus you'll need to rep... | null | null | null | null | null |
60964 | 1 | 61614 | 2011-09-11T15:06:29.257 | 2 | 678 | <p>I am installing <code>Ubuntu 11.04</code> (i386) alongside my Windows 7, During Installation, I am getting an <code>installer crashed message</code> (when it tries to removing extra packages), but I was able to login to Desktop. How can I fix this problem?</p>
<p>Below the steps that I followed:</p>
<ol>
<li>Downl... | 24807 | 186134 | 2014-08-06T11:36:46.770 | 2014-08-06T11:36:46.770 | Installer Crashed - Removing Extra packages | [
"system-installation"
] | 1 | 21 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-11T15:12:19.970",
"id": "69701",
"postId": "60964",
"score": "0",
"text": "We need the logs. `/var/log/installer/syslog` and `/var/log/syslog`",
"userDisplayName": null,
"userId": "15898"
},
{
"creationDate": "2011-09-11T15:16:28.123",
"id": "69705"... | {
"accepted": true,
"body": "<p>Issue resolved: As per a comment on the question, unplugging the ethernet cable solved the issue.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": "2011-09-16T01:09:47.470",
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-09-16T01:09:40.963",
"id... | [
{
"accepted": true,
"body": "<p>Issue resolved: As per a comment on the question, unplugging the ethernet cable solved the issue.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": "2011-09-16T01:09:47.470",
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-09-16T01... | null | null | null | null | null |
60966 | 1 | null | 2011-09-11T16:07:42.527 | 3 | 2951 | <p>I was trying to create a LiveUSB with my SanDisk Cruzer on Ubuntu with the Startup Disk Creator program, then because of some reason it could not boot. I guess it was because I checked the Format USB option when I created the disk. After some time I wanted to install Ubuntu 11.04 through the USB, so I formatted the ... | 2788 | 18612 | 2011-09-11T17:59:28.407 | 2011-09-12T17:13:16.160 | Cannot boot from LiveUSB created with Pendrivelinux | [
"live-usb",
"usb-drive"
] | 3 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-09-12T17:37:41.820",
"id": "69901",
"postId": "60966",
"score": "0",
"text": "How did you format the drive? Fat 32? Fat 16? NTFS?",
"userDisplayName": "user4815",
"userId": null
}
] | null | [
{
"accepted": null,
"body": "<p>Check your boot order in BIOS. Make sure that your USB drive comes before the hard drive.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-09-11T17:37:30.873",
"id": "69733",
"postId": "60970",
"score": "0",
... | null | null | null | null | null |
60968 | 1 | null | 2011-09-11T16:26:20.220 | 14 | 406 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/10844/what-is-on-the-dvd-edition-of-ubuntu">What is on the DVD Edition of Ubuntu?</a> </p>
</blockquote>
<p>I read in the <a href="https://wiki.ubuntu.com/OneiricOcelot/TechnicalOverview/Beta1" rel="nofollow norefe... | 235 | -1 | 2017-04-13T12:23:45.630 | 2011-09-11T18:33:13.910 | What extra packages are available on the DVD that are not on the CD? | [
"11.10",
"release-management"
] | 0 | 0 | CC BY-SA 3.0 | [] | null | [] | null | 0 | 2011-09-20T16:11:31.940 | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.