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
27065
1
null
2011-02-19T01:42:04.157
8
20702
<p>I just bought a brand new battery to replace one that had seemingly died. I followed the instructions that came with the battery and charged it overnight, then ran my computer on battery until it was in a critical state and charged it overnight again. Now the battery appears to be 100% charged and at the same time at 0% capacity&mdash;when it's plugged in it doesn't charge and when it's unplugged the computer immediately goes into low power mode.</p> <p>I've taken the battery out and checked the contacts. I've rebooted the system with and without the battery. Nothing seems to help.</p> <p>I'm not sure if I should blame the battery, the laptop, the charger, or the power management software for this state of affairs. The obvious answer would be the battery <em>but</em> I bought <em>this</em> battery because another year-old battery exhibited similar behavior&mdash;I assumed it was dead and a Dell tech came to the same conclusion. I'm loathe to order another new battery without first exploring other explanations.</p> <p>What can I do to diagnose this problem?</p> <p>Here's the <code>/proc</code> info:</p> <pre><code>$ cat /proc/acpi/battery/BAT0/state present: yes capacity state: critical charging state: charged present rate: 1 mA remaining capacity: 0 mAh present voltage: 9754 mV $ cat /proc/acpi/battery/BAT0/info present: yes design capacity: 6600 mAh last full capacity: 6789 mAh battery technology: rechargeable design voltage: 11100 mV design capacity warning: 660 mAh design capacity low: 200 mAh cycle count: 0 capacity granularity 1: 66 mAh capacity granularity 2: 66 mAh model number: DELL WK serial number: 4043 battery type: LION OEM info: SMP </code></pre> <p>[UPDATE] It turned out to be the AC adapter. I find it very strange that a faulty adapter can cause the charging state to be "charged" on an empty battery.</p> <p>I'll still up-vote answers that give good debugging strategies for this situation&mdash;swapping out the battery and adapter, in turn, is obvious but one doesn't always have a spare battery or adapter around to play with. As noted below, Dell was actually prepared to send a technician to my house to replace the motherboard, which would have been a phenomenal waste of time and money.</p>
5758
5758
2011-02-21T16:09:14.817
2015-04-04T18:04:10.357
Brand new battery is 100% charged but at 0% capacity
[ "laptop", "battery", "acpi" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Almost definitely this is a problem with the battery. If you have windows you can confirm this on windows as well. I ran into the same issue with a new battery of mine (even though it reports an incorrect percentage, and in doing some research, I found out that it is simply a...
null
null
null
null
null
27069
1
null
2011-02-19T02:46:46.330
3
1436
<p>Videos on YouTube load for a few seconds and then it shows that it has completely loaded but not really. The video plays for some seconds and then stops and doesn't load any more. What's going on?</p>
null
2647
2011-08-08T07:25:50.123
2011-09-14T23:33:01.343
Youtube videos do not load completely
[ "flash", "youtube" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-19T03:20:45.497", "id": "29768", "postId": "27069", "score": "0", "text": "This sounds like you have internet issues. Do you get internet problems from time to time?", "userDisplayName": null, "userId": "1992" } ]
null
[ { "accepted": null, "body": "<p>I would start by finding out which version(s) of flash (or flash alternatives are installed).</p>\n\n<pre><code>$ dpkg -l | egrep \"flash|gnash|swf\"\n</code></pre>\n\n<p>Also check if was installed manually (some 64-bit users do this):</p>\n\n<pre><code>$ find ~/.mozilla | g...
null
null
null
null
user11098
27070
1
27090
2011-02-19T03:18:11.167
1
389
<p>I've got a vps which runs solusVM. I'm now trying to install ruby 1.9.2 in it.</p> <p>I'm following this <a href="http://basedotextend.com/2010/09/30/installing-rails-3-ruby-1-9-2-phusion-passenger-on-ubuntu-10-04-lts/" rel="nofollow">guide</a>:</p> <p>After I run this command: </p> <pre><code>apt-get update apt-get -y install build-essential zlib1g zlib1g-dev libxml2 libxml2-dev libxslt-dev </code></pre> <p>I got this error : </p> <pre><code>root@makserver:/usr/local/src/ruby-1.9.2-p0# apt-get -f install Reading package lists... Done Building dependency tree... Done Correcting dependencies... Done The following extra packages will be installed: libc6 Suggested packages: glibc-doc The following packages will be upgraded: libc6 1 upgraded, 0 newly installed, 0 to remove and 80 not upgraded. Need to get 0B/4252kB of archives. After this operation, 4096B disk space will be freed. Do you want to continue [Y/n]? y debconf: apt-extracttemplates failed: Bad file descriptor (Reading database ... 21594 files and directories currently installed.) Preparing to replace libc6 2.11.1-0ubuntu7.2 (using .../libc6_2.11.1-0ubuntu7.8_amd64.deb) ... open2: fork failed: Cannot allocate memory at /usr/share/perl5/Debconf/ConfModule.pm line 59 dpkg: error processing /var/cache/apt/archives/libc6_2.11.1-0ubuntu7.8_amd64.deb (--unpack): subprocess new pre-installation script returned error exit status 12 Errors were encountered while processing: /var/cache/apt/archives/libc6_2.11.1-0ubuntu7.8_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) </code></pre> <p>Can anybody tell me how I can correct this? Thanks.</p>
7066
235
2011-02-19T07:39:43.930
2011-02-19T07:39:43.930
Ruby compilation error in Ubuntu 10
[ "ruby", "compiling", "install-from-source" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There are typos in the guide you linked to. </p>\n\n<p>Initial steps should be: </p>\n\n<pre><code>sudo apt-get update\nsudo apt-get install build-essential zlib1g zlib1g-dev libxml2 libxml2-dev libxslt-dev\nsudo apt-get install git-core\nsudo apt-get install curl wget\n</code></pre>\n\n<p>I've also removed the <code>-y</code> flag, and prefixed the commands with sudo so you can (and probably should) run these with your regular (non-root) user.</p>\n\n<p>I don't see the command you mention, <code>apt-get -f install</code>, anywhere on that page. Having to use that generally means something is already broken. You should probably start again from the beginning, making sure each step completes. </p>\n\n<p><strong>However, I don't think you need to do any of this.</strong> </p>\n\n<p>Ubuntu's ruby1.9.1 package actually provides Ruby 1.9.2 . </p>\n\n<p>If you look at the details in the output of `apt-cache show ruby1.9.1, you will find that the version provided in Ubuntu is actually <strong>1.9.2</strong>. </p>\n\n<p>It is listed as 1.9.1, because the Debian maintainer is meaning to describe the binary compatibility version (1.9.1), instead of the Ruby software version (1.9.2) . </p>\n\n<p>See this <a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601526\" rel=\"nofollow\">Debian bug list entry</a> for more information.</p>\n\n<p>Here are a few snippets of the <code>apt-cache show ruby1.9.1</code> output : </p>\n\n<pre><code>Package: ruby1.9.1\nVersion: 1.9.2.0-1\nFilename: pool/universe/r/ruby1.9.1/ruby1.9.1_1.9.2.0-1_i386.deb\n[...]\nDescription: Interpreter of object-oriented scripting language Ruby 1.9.2\n Ruby is the interpreted scripting language for quick and easy\n object-oriented programming. [...]\n This package provides version 1.9.2 series of Ruby, which is binary-compatible\n with the 1.9.1 branch.\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T07:11:20.127", "id": "27090", "lastActivityDate": "2011-02-19T07:22:24.673", "lastEditDate": "2011-02-19T07:22:24.673", "lastEditorDisplayName": null, "lastEditorUserId": "8844", "ownerDisplayName": null, "ownerUserId": "8844", "parentId": "27070", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>There are typos in the guide you linked to. </p>\n\n<p>Initial steps should be: </p>\n\n<pre><code>sudo apt-get update\nsudo apt-get install build-essential zlib1g zlib1g-dev libxml2 libxml2-dev libxslt-dev\nsudo apt-get install git-core\nsudo apt-get install curl wget\n</co...
null
null
null
null
null
27073
1
27079
2011-02-19T04:50:29.873
3
207
<p>Is there a modern (I mean excluding Ext2/3 as they are obsolete for general usage when there is Ext4 today) free-born (I mean excluding FAT and NTFS) file system working equally good in Ubuntu and Windows (maybe after installing some extra drivers) (or any active project of such)? </p>
2390
null
null
2011-02-19T05:33:14.320
Is there a modern free-born file system working equally good in Ubuntu and Windows?
[ "windows", "filesystem" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>There's the <a href=\"http://en.wikipedia.org/wiki/Universal_Disk_Format\" rel=\"nofollow\">Universal Disk Format</a>.</p>\n\n<p>But Ubuntu/Gnome/udev doesn't support it much outside of DVDs. And Windows might not run it from ordinary partitions either without helper tools. But at least there is sufficient kernel support for it be useable as interchange filesystem.</p>\n\n<p>Since it's an ISO standard I'm assuming it's free from discriminatory software-patents.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T05:33:14.320", "id": "27079", "lastActivityDate": "2011-02-19T05:33:14.320", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3357", "parentId": "27073", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>There's the <a href=\"http://en.wikipedia.org/wiki/Universal_Disk_Format\" rel=\"nofollow\">Universal Disk Format</a>.</p>\n\n<p>But Ubuntu/Gnome/udev doesn't support it much outside of DVDs. And Windows might not run it from ordinary partitions either without helper tools. B...
null
null
null
null
null
27074
1
null
2011-02-19T04:59:44.210
2
727
<p>I've got a dual-boot system, having WindowsXP-NTFS and Ubuntu-Ext4 partitions. It would be cool if I could use the same bookmarks database in Firefox under Linux and Windows.</p> <p>How to achieve this? What files should I link and is this expected to work any stable?</p> <p>Please no web service-based solutions. I have had this idea but prefer my browser data to be stored locally.</p>
2390
null
null
2011-03-19T09:15:26.527
Can I share same bookmarks db among Firefox installations in Ubuntu and Windows?
[ "firefox" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T06:22:31.067", "id": "29783", "postId": "27074", "score": "0", "text": "I suggest a fstab binding of the profile directory in Ubuntu to the directory in Windows. I've not posted this solution in the answer, because I'm not knowledgeable about the specifics of Firefo...
null
[ { "accepted": null, "body": "<p>Try <a href=\"http://www.xmarks.com/\">Xmarks</a> - even though it stores your bookmarks on a server to synchronise with each browser it is installed on (available for Firefox, Chrome and Internet Explorer) you also have the local data in the browser installation folder</p>\n...
null
null
null
null
null
27075
1
57817
2011-02-19T05:00:02.073
13
7242
<p>I'd like to use in both Ubuntu and Windows (dual boot) my MySql database files residing on a NTFS partition. Will it work? Any gotchas?</p>
10802
39372
2013-03-03T09:12:22.920
2020-05-14T15:45:41.477
Can I share MySql database files with Windows on dual boot?
[ "dual-boot", "mysql", "database" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-04-20T15:48:01.193", "id": "40232", "postId": "27075", "score": "4", "text": "FOR THE RECORD OF THE COMMUNITY: The user is asking about the compatibility of MySQL data formats between Ubuntu Linux and Microsoft Windows. The user is wondering about whether the data store...
{ "accepted": true, "body": "<p>Yes, it works but with some quirks. MySQL uses the same fileformats across platforms so all you need is to share the data directory. One problem is that the data directory need to have mysql as owner and group in ubuntu. And Windows is case-insensitive and Linux is case-sensitive so keep all names uniform: either the whole name lowercase or uppercase but do not mix them.</p>\n\n<p>From start to finish; if you already have things set up this might need some tweaking to fit your setup:</p>\n\n<ul>\n<li>Install and setup MySQL on both systems. </li>\n<li>Stop the mysql server if it is running.</li>\n<li>Make a new NTFS partition. Mark the device name (let's call it <code>sdXN</code> for now).</li>\n<li><p>Move the mysql data directory from Ubuntu to the new partition.</p>\n\n<pre><code>mkdir /{mountpoint}/mysql_data\nsudo mv /var/lib/mysql /{mountpoint/mysql_data\n</code></pre>\n\n<p>using <code>mv</code> saves permissions.</p></li>\n<li><p>Make a new mysql directory</p>\n\n<pre><code>sudo mkdir /var/lib/mysql\n</code></pre></li>\n<li><p>Mount the NTFS partition at <code>/var/lib/mysql</code>. Change the devicename to what it got when you created the NTFS partition.</p>\n\n<pre><code>sudo mount /dev/{sdXN} /var/lib/mysql -t ntfs-3g -o uid=mysql,gid=mysql,umask=0077\n</code></pre></li>\n<li><p>To automount on boot find the partition UUID and locale and edit <code>/etc/fstab</code>.</p>\n\n<pre><code>ls -l /dev/disk/by-uuid\nlocale -a\nsudo gedit /etc/fstab \nUUID={number_found_with_the_ls-l} /var/lib/mysql ntfs-3g uid=mysql,gid=mysql,umask=0077,locale={your_locale}.utf8 0 0\n</code></pre></li>\n<li><p>Change the 'datadir' path in <code>/etc/mysql/my.cnf</code> to point to <code>/var/lib/mysql/mysql_data</code></p></li>\n<li><p>Start the mysql server and test it.</p></li>\n<li><p>Edit the Windows config file (<code>my.ini</code>) and set 'datadir' to <code>X:/mysql_data</code> (replace <code>X:</code> for where you mount it under Windows).</p></li>\n</ul>\n\n<p>Compiled from <a href=\"http://ubuntuforums.org/showthread.php?t=1442148\" rel=\"nofollow\">topic 1442148 on UF.org</a>.</p>\n\n<p><sub>I got the Ubuntu version working; so partly untested since I do not have Windows</sub></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-04-19T21:45:45.340", "id": "147558", "postId": "57817", "score": "0", "text": "Very nice answer! Just two comments: There are already many mixed case names and using `lower_case_table_names=1` it works fine. Without your mount options I ran into [this bug](http://bugs.mysql.com/bug.php?id=60574) (which is IMHO indeed a bug).", "userDisplayName": null, "userId": "10802" }, { "creationDate": "2016-09-16T21:56:39.740", "id": "1255522", "postId": "57817", "score": "0", "text": "\"sudo mv /var/lib/mysql /dev/{sdXN}/mysql_data\" gives an error. See http://unix.stackexchange.com/questions/310433/mv-directory-to-a-device-partitions-subdirectory-e-g-mv-directory-dev-partit/310435#310435", "userDisplayName": null, "userId": "568145" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-08-19T13:48:09.953", "id": "57817", "lastActivityDate": "2016-09-17T13:54:25.593", "lastEditDate": "2016-09-17T13:54:25.593", "lastEditorDisplayName": null, "lastEditorUserId": "15811", "ownerDisplayName": null, "ownerUserId": "15811", "parentId": "27075", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>Yes, it works but with some quirks. MySQL uses the same fileformats across platforms so all you need is to share the data directory. One problem is that the data directory need to have mysql as owner and group in ubuntu. And Windows is case-insensitive and Linux is case-sensi...
null
null
null
null
null
27080
1
27100
2011-02-19T06:12:42.070
3
109
<p>I've recently started using the Ubuntu One Music <a href="https://one.ubuntu.com/mobile/" rel="nofollow">streaming client</a> for Android. From the web page it says that the android app is based on <a href="http://www.subsonic.org/pages/index.jsp" rel="nofollow">Subsonic</a>.</p> <p>I want to file bugs on the app, mostly feature requests and things like that, and from looking at <a href="http://www.subsonic.org/pages/apps.jsp#android" rel="nofollow">the screenshots</a>, the application seems to be Subsonic preconfigured to use my U1 music collection.</p> <p>Is it appropriate for me to file feature requests with Subsonic, or is there a Launchpad project where we're supposed to file bugs which are then vetted and sent upstream?</p>
235
null
null
2011-02-19T09:30:31.020
Where do I file bugs for the Ubuntu One music client for Android?
[ "ubuntu-one", "android" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You're best to file bugs against our client; yes, it's based on the Subsonic Android client, but there are a number of changes. The Ubuntu One client is in Launchpad at <a href=\"https://launchpad.net/ubuntuone-android-music\" rel=\"nofollow\">https://launchpad.net/ubuntuone-android-music</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-19T09:51:16.520", "id": "29811", "postId": "27100", "score": "0", "text": "Oops, thanks for pointing out my mistake - I hereby withdraw my answer.", "userDisplayName": null, "userId": "814" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T09:30:31.020", "id": "27100", "lastActivityDate": "2011-02-19T09:30:31.020", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2387", "parentId": "27080", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>You're best to file bugs against our client; yes, it's based on the Subsonic Android client, but there are a number of changes. The Ubuntu One client is in Launchpad at <a href=\"https://launchpad.net/ubuntuone-android-music\" rel=\"nofollow\">https://launchpad.net/ubuntuone-...
null
null
null
null
null
27081
1
null
2011-02-19T06:17:23.360
0
2108
<p>I want to install something Debian-based, now I have pre-installed SLED 11 SP1, Laptop HP 4520s.</p>
null
8844
2011-02-21T06:19:42.040
2011-02-21T06:19:42.040
What is better to install 10.04.2 or 10.10 or Debian 6.0.0?
[ "10.10", "10.04" ]
4
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>there is no point in installing debian 6.0 for desktop usage.\nYou should install Ubuntu 10.10 according to be since you are a desktop user(it is more refined and user-friendly).</p>\n\n<p>For HP DriveGuard You Have to Download the appropriate deb and install it. </p>\n\n<p><...
null
null
2011-02-19T13:35:44.403
null
user11103
27088
1
27140
2011-02-19T06:56:59.397
2
590
<p>I've just discovered Tomboy and like it. I added it to the startup applications, and on next boot <strong>Tomboy won't start.</strong> It then also won't start when I select it manually from the menu. </p> <ul> <li>I unchecked its entry in the startup applications and rebooted, but it still won't start.</li> <li>I uninstalled it and installed it again in order to perhaps fix some broken file or setting, but it didn't help.</li> <li>I saw <a href="https://askubuntu.com/questions/4819/how-do-i-run-tomboy-in-the-notification-area-at-startup">this question</a> and added the Applet. But the applet says <em>"Tomboy Notes" has quit unexpectedly</em> and a reload doesn't work; the message appears again.</li> <li>starting it from terminal gives <a href="http://paste.ubuntu.com/569058/" rel="nofollow noreferrer">this error report</a>.</li> <li>When I enter <code>ls</code> the note file, I get <code>-rw-r--r-- 1 torben torben 0 2011-02-17 09:09 /home/torben/.local/share/tomboy/f3370271-6210-4b78-8b4a-c31cc2af6935.note</code></li> </ul> <p>How can I fix what's wrong?</p>
5786
-1
2017-04-13T12:24:49.530
2011-03-28T18:06:59.353
Tomboy won't start
[ "10.10", "tomboy" ]
1
5
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T07:34:28.973", "id": "29789", "postId": "27088", "score": "0", "text": "Try starting `tomboy` from a terminal (e.g., gnome-terminal, or xterm). See if any interesting errors pop up. \nTomboy relies on mono, so if there are failures in mono, you'll have issues wi...
{ "accepted": true, "body": "<p>It appears that note is corrupted, try moving it: </p>\n\n<pre><code>mv /home/torben/.local/share/tomboy/f3370271-6210-4b78-8b4a-c31cc2af6935.note ~/Desktop\n</code></pre>\n\n<p>and then start Tomboy again.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-19T19:00:10.133", "id": "29902", "postId": "27140", "score": "0", "text": "Yep, that worked! I moved all notes to the desktop and then Tomboy could start. I quit it and moved one note back, then started Tomboy again. Quit, repeat. Only one note is broken - and that's the only one I have!! The other 3 are the built-in samples. **Is there no way to recover that note??** It's my Ubuntu installation diary.... ironic, isn't it!", "userDisplayName": null, "userId": "5786" }, { "creationDate": "2011-02-19T19:01:05.390", "id": "29903", "postId": "27140", "score": "0", "text": "I tried to open the note in gedit; it said *Unexpected error: Error opening file: Input/output error* ...", "userDisplayName": null, "userId": "5786" }, { "creationDate": "2011-05-10T16:22:45.527", "id": "45733", "postId": "27140", "score": "0", "text": "@torbengb The gedit error is consistent with the note being corrupted, unfortunately. My notes get corrupted fairly often -- probably worth making regular backups.", "userDisplayName": null, "userId": "13049" }, { "creationDate": "2011-05-10T19:47:21.933", "id": "45785", "postId": "27140", "score": "0", "text": "Thanks. I stopped using Tomboy after that early crash. I'm now only using (n-)Evernote.", "userDisplayName": null, "userId": "5786" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T17:36:55.747", "id": "27140", "lastActivityDate": "2011-02-19T17:36:55.747", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "114", "parentId": "27088", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>It appears that note is corrupted, try moving it: </p>\n\n<pre><code>mv /home/torben/.local/share/tomboy/f3370271-6210-4b78-8b4a-c31cc2af6935.note ~/Desktop\n</code></pre>\n\n<p>and then start Tomboy again.</p>\n", "commentCount": "4", "comments": [ { ...
null
null
null
null
null
27093
1
27094
2011-02-19T07:23:56.120
43
44886
<p>I'm planning to have a house built. I want to draw up some sketches on the computer, so I am looking for a program that can help me do this. It doesn't have to be a professional architecture tool; in fact that would be too complicated just yet (but maybe later on, for the detailed work...?). A simpler tool would be better. </p> <p><strong>Features</strong> should include such things as ability to draw <em>and move</em> walls (not just using simple boxes), calculate room/floor area, add windows and doors, and the like. That's why Inkscape or OOo Presentation won't do. On Windows, a friend would just download a cracked professional architecture tool but that is not what I want to do.</p> <p>Suggestions?</p>
5786
40581
2016-02-06T02:39:22.033
2022-08-11T11:38:10.480
Good floor planner program?
[ "software-recommendation" ]
4
2
CC BY-SA 2.5
[ { "creationDate": "2019-04-18T14:38:50.730", "id": "1881526", "postId": "27093", "score": "0", "text": "I use [Live Home 3D](https://www.livehome3d.com/fields-of-use/floor-plan-app), no need to crack, the app has Free version for Windows and iOS.", "userDisplayName": null, "userId": "946...
{ "accepted": true, "body": "<h1><a href=\"http://www.sweethome3d.com/index.jsp\" rel=\"noreferrer\">Sweet Home 3D</a> <a href=\"http://apt.ubuntu.com/p/sweethome3d\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/DSJVB.png\" alt=\"\" /></a></h1>\n<blockquote>\n<p>Sweet Home 3D is a free interior design application\nthat helps you place your furniture on a house 2D plan, with a 3D preview.</p>\n</blockquote>\n<p><img src=\"https://i.stack.imgur.com/21VQN.png\" alt=\"screenshot with walls and furniture\" /></p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-02-19T10:50:13.987", "id": "29823", "postId": "27094", "score": "0", "text": "Sweet, it's available in the software center. I'll take it for a spin!", "userDisplayName": null, "userId": "5786" }, { "creationDate": "2011-02-19T13:57:51.667", "id": "29859", "postId": "27094", "score": "0", "text": "Could somebody post a screenshot of this program?", "userDisplayName": null, "userId": "9061" }, { "creationDate": "2011-02-19T19:16:32.103", "id": "29905", "postId": "27094", "score": "3", "text": "This program looks promising. It's available in the software center without downloading anything first. But I notice that it's very *slow*: drag an item with the mouse, then wait 1 second for the program to move the item. What's up? I took the liberty to replace the screenshot.", "userDisplayName": null, "userId": "5786" }, { "creationDate": "2016-09-05T01:42:30.937", "id": "1245682", "postId": "27094", "score": "0", "text": "I also see what Torben has observed. I'm running Ubuntu 16.04 on a fairly fast laptop with plenty of RAM and find this software crashes all the time.", "userDisplayName": null, "userId": "13544" }, { "creationDate": "2024-03-04T17:17:03.237", "id": "2642973", "postId": "27094", "score": "0", "text": "This thing sucks. When you create walls and rooms, it doesn't autocompute the wals, forcing you to manually resize the rooms. You cannot even enter room size values. For the walls, you can. It just sucks", "userDisplayName": null, "userId": "633829" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-19T07:31:25.687", "id": "27094", "lastActivityDate": "2011-11-16T12:48:42.820", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "5149", "parentId": "27093", "postTypeId": "2", "score": "41" }
[ { "accepted": true, "body": "<h1><a href=\"http://www.sweethome3d.com/index.jsp\" rel=\"noreferrer\">Sweet Home 3D</a> <a href=\"http://apt.ubuntu.com/p/sweethome3d\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/DSJVB.png\" alt=\"\" /></a></h1>\n<blockquote>\n<p>Sweet Home 3D is a free interior d...
null
null
null
null
null
27097
1
27112
2011-02-19T08:53:55.210
45
71900
<p>In gedit, printing a file gives an option of printing to file where the file can be saved as a pdf. How can I do the same thing from the command line?</p>
2276
null
null
2024-02-04T13:59:07.160
How to print a regular file to pdf from command line
[ "command-line", "pdf", "virtual-printer" ]
11
1
CC BY-SA 2.5
[ { "creationDate": "2022-02-18T00:17:41.340", "id": "2410560", "postId": "27097", "score": "1", "text": "Cross-site link: same question on Unix.SE [text processing - How to convert TXT to PDF? - Unix & Linux Stack Exchange](https://unix.stackexchange.com/questions/17406/how-to-convert-txt-to-pdf)...
{ "accepted": true, "body": "<p>Here's a solution that doesn't involve OpenOffice:</p>\n\n<ol>\n<li><p><code>sudo apt-get install enscript</code></p></li>\n<li><p><code>enscript my_text_file.txt -o - | ps2pdf - output.pdf</code></p></li>\n</ol>\n\n<p>There are more options to <code>enscript</code>, e.g. <code>-B</code> to omit the page header. See <code>man enscript</code> for all of the options. </p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-19T13:22:11.680", "id": "29850", "postId": "27112", "score": "1", "text": "Good alternative Stefano especially for anyone not using open/libreoffice as unoconv is dependent on either of these being installed.", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-19T13:43:38.320", "id": "29856", "postId": "27112", "score": "0", "text": "+1 for the nice answer, the one I was about to give, I just decided to give one I think will add something to what is already here.", "userDisplayName": null, "userId": "4923" }, { "creationDate": "2014-06-28T12:20:32.333", "id": "653707", "postId": "27112", "score": "0", "text": "Isn't there any inbuilt bash programme or command to do this?", "userDisplayName": null, "userId": "149210" }, { "creationDate": "2017-02-22T14:46:46.537", "id": "1383541", "postId": "27112", "score": "1", "text": "Thanks! It works for most texts, however enscript only works with old encoding, it doesn't work with UTF-8 for instance so you can't convert a text if it includes the euro symbol (€) for instance...", "userDisplayName": null, "userId": "657603" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T13:09:41.730", "id": "27112", "lastActivityDate": "2011-02-19T13:09:41.730", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "27097", "postTypeId": "2", "score": "50" }
[ { "accepted": null, "body": "<p>There is a command line program that can convert between all of the formats supported open/libre office called <a href=\"http://packages.ubuntu.com/unoconv\" rel=\"nofollow noreferrer\">unoconv</a> so if you need to batch convert with a script it will come in handy.</p>\n\n<...
null
null
null
null
null
27098
1
27104
2011-02-19T08:58:54.597
1
3245
<p>I was playing around with Compiz and now the Close/Minimize/Restore buttons are gone. Please help me to fix this.</p>
6572
null
null
2011-02-19T09:50:33.557
Close/Minimize/Restore buttons not present
[ "compiz" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>It seams your decorator has crashed. Try in a terminal:</p>\n\n<pre><code>compiz --replace &amp;\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T09:45:59.320", "id": "27104", "lastActivityDate": "2011-02-19T09:45:59.320", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6475", "parentId": "27098", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Assuming you used CompizConfig Settings Manager to change things make sure you have enabled window decorations - see first screen shot</p>\n\n<p><img src=\"https://i.stack.imgur.com/NIsSP.png\" alt=\"enter image description here\"></p>\n\n<p>I recommend you install Ubuntu Twe...
null
null
null
null
null
27099
1
27411
2011-02-19T09:22:46.927
3
4406
<p>I've got an old Eee PC 701 4G with the following specifications:</p> <ul> <li>512 MB RAM</li> <li>4GB SSD drive SM223AC</li> <li>8GB SD card extension</li> <li>Screen resolution: 800 x 480 </li> <li>BIOS Revision 1101 (05/16/2008)</li> <li>EC Firmware version: EPC-079</li> </ul> <p>Windows XP SP3 works fine on it, but I decided to switch my OS to Ubuntu. </p> <p>I have downloaded an Ubuntu 10.10 Netbook Remix ISO and wrote it to my FAT32 SD card using Universal-USB-Installer-1.8.3.3, as described on ubuntu.com</p> <ol> <li>During standard load from the SD card the boot process hangs up with black screen.</li> <li>If I'll press F6 while preloading Ubuntu, it sucessfully displays the boot menu, selecting language and showing 2 main commands: "Run ubuntu from USB drive" and "Install Ubuntu". Selecting either of these commands leading to the same result - after some background work the main loading indicator is displayed ("Ubuntu" text with dotted progress bar under it), and it's progressing forever without any effect.</li> </ol> <p>Is Ubuntu 10.10 compatible with my Eee PC at all? How to boot it correctly?</p>
11108
235
2011-02-19T22:40:08.523
2020-06-09T00:32:57.290
Asus Eee PC 701 4G hangs on boot
[ "10.10", "boot", "ubuntu-netbook", "eeepc" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>I am not familiar with this world at all, but I was sick and tired of not being able to load anything on that piece of crap Xandros distro, so this is my first foray into Ubuntu. I had a usb card reader and a micro sd card which I used for the install and had a heck of a time - no matter how I changed the boot order, I couldn't get it to run the trial or anything. Here's how I got it to work - I ejected the SD card, inserted the usb reader, held down the ESC key, and then turned the computer on. Holding down the ESC gave me the option to choose my boot device, whereas nothing else would. Maybe the problem you are having is trying to run it from the SD card slot. Get a card reader and try that! Good luck!</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-24T06:18:41.537", "id": "30822", "postId": "27411", "score": "1", "text": "Thanks, Jim. Seems the problem with hanging really was with the built-in card reader. I have found a pen drive and wrote Ubuntu ISO on it using the same method with Universal-USB-Installer, then held Esc key during boot and selected USB device. But the other problem came - Ubuntu loads only in text mode, \"startx\" command cannot start Gnome. Seems it cannot understand the non-standard resolution 800x480. So I tried a few other distros and have founded EEEbuntu. It works fine, but a little bit outdated (I've got the version of 2008 year), so I'm waiting for Aurora distro to be released. :)", "userDisplayName": null, "userId": "11108" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T16:38:15.867", "id": "27411", "lastActivityDate": "2011-02-21T16:38:15.867", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "user11220", "ownerUserId": null, "parentId": "27099", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I am not familiar with this world at all, but I was sick and tired of not being able to load anything on that piece of crap Xandros distro, so this is my first foray into Ubuntu. I had a usb card reader and a micro sd card which I used for the install and had a heck of a time...
null
null
null
null
null
27101
1
27108
2011-02-19T09:38:38.017
6
3189
<p>I am new to Ubuntu development. As a learning experience, I have written a custom chat application using qt4 and I want to deploy it in some sort of setup file. Whats the easiest way of deploying an application viz a viz</p> <ul> <li>setting desktop icons.</li> <li>automatically requesting for administrator privileges to execute.</li> <li>inserting an entry into the startup menu.</li> <li>automatically compress my application and reduce download size.</li> <li>automatic startup for my application without user intervention</li> </ul> <p>I am familiar with using NSIS scripts on Windows, but I don't know where to begin on Ubuntu. I would preffer a solution similar to NSIS scripts.</p>
11109
9781
2011-10-10T17:32:02.390
2021-10-04T22:29:26.503
How to distribute applications?
[ "programming", "packaging", "application-development", "qt" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You should create a .deb package and you could also upload your application to a PPA. Use one of the <a href=\"https://wiki.ubuntu.com/PackagingGuide/\" rel=\"nofollow noreferrer\">packaging guides</a> to help you - the <a href=\"https://wiki.ubuntu.com/PackagingGuide/QtApplication\" rel=\"nofollow noreferrer\">QT one</a> should be particularly useful. Also, see <a href=\"http://ubuntuforums.org/showthread.php?t=1642956\" rel=\"nofollow noreferrer\">this tutorial</a> on Ubuntu Forums.</p>\n\n<p>It would be a good idea to create a <a href=\"http://launchpad.net\" rel=\"nofollow noreferrer\">Launchpad</a> account so that you can create a PPA and also a project page where you can upload your .deb file and source code archive. If you use <a href=\"http://packages.ubuntu.com/bzr\" rel=\"nofollow noreferrer\">bzr</a> for version control (which I recommend), you can use Launchpad to manage your code. Launchpad has many other features such as bug management. See: <a href=\"https://askubuntu.com/q/13179/667\">How to start a new project and host it at launchpad.net?</a>.</p>\n\n<p>As for your specific points:</p>\n\n<ul>\n<li>setting desktop icons</li>\n</ul>\n\n<p>Don't. It is bad practice for applications to automatically create icons on the user's desktop. You should, however, create a menu entry for your application so that users can run it from the Applications menu and optionally create a desktop shortcut for it. To do this, you need to write a <a href=\"http://standards.freedesktop.org/desktop-entry-spec/latest/\" rel=\"nofollow noreferrer\">.desktop file</a> and in your debian/rules file under the binary-indep section, copy it to /usr/share/applications (in debian/tmp).</p>\n\n<ul>\n<li>automatically requesting for administrator privileges to execute</li>\n</ul>\n\n<p>I hope you mean for the setup file - a chat app has no reason to run as administrator. The .deb file will do this for you - it will open in Ubuntu Software Centre, which will require a password.</p>\n\n<ul>\n<li>inserting an entry into the startup menu</li>\n</ul>\n\n<p>I don't know what this means. What is the startup menu? If you mean the Applications menu, see 'setting desktop icons'.</p>\n\n<ul>\n<li>automatically compress my application and reduce download size</li>\n</ul>\n\n<p>This is done automatically when you create the .deb package - .deb packages are compressed.</p>\n\n<ul>\n<li>automatic startup for my application without user intervention</li>\n</ul>\n\n<p>I don't know if this is possible but you shouldn't do it anyway. It should be up to the user which applications they want to autostart. This is set through the Startup Applications preferences window.</p>\n\n<p>Once you have managed to create a .deb package and uploaded to a PPA, you should consider trying to <a href=\"https://askubuntu.com/q/167/667\">get your application into the official Ubuntu repositories</a>. Be prepared for a steep learning curve - <a href=\"http://ubuntuforums.org/showthread.php?t=1586495\" rel=\"nofollow noreferrer\">debian packaging is hard to understand at first</a>, but if you persevere, you will get it eventually.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-19T11:02:08.267", "id": "29826", "postId": "27108", "score": "1", "text": "By entry in the startup menu, I believe he wants his application to execute at log in. Just like how Live Messenger starts up automatically by default whenever you boot up Windows.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-19T11:14:50.163", "id": "29829", "postId": "27108", "score": "0", "text": "Your student in the Ubuntu Forums thread you linked created this: tutorial http://ubuntuforums.org/showthread.php?t=1642956 How about you modify it to make it a general guide rather only for Qt apps?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-19T11:30:16.397", "id": "29833", "postId": "27108", "score": "0", "text": "There is a general guide here: https://wiki.ubuntu.com/PackagingGuide/Complete", "userDisplayName": null, "userId": "667" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-19T10:46:03.437", "id": "27108", "lastActivityDate": "2017-02-24T15:23:55.313", "lastEditDate": "2017-04-13T12:25:13.240", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "27101", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>You should create a .deb package and you could also upload your application to a PPA. Use one of the <a href=\"https://wiki.ubuntu.com/PackagingGuide/\" rel=\"nofollow noreferrer\">packaging guides</a> to help you - the <a href=\"https://wiki.ubuntu.com/PackagingGuide/QtAppli...
null
null
null
null
null
27106
1
27107
2011-02-19T10:03:20.530
10
1821
<p>In usual text editors, when you move your cursor left at the beginning of a line, the cursor goes up at the end of the above line. Is it possible to get this behavior in Vim?</p>
2331
null
null
2011-02-19T13:00:19.183
Vim: Move left at the beginning of a line should go to above line
[ "vim", "text-editor" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><code>:set ww+=&lt;,&gt;</code> should make the left and right movement wrap to previous/next line. <code>:help whichwrap</code> for more information.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-19T11:26:15.523", "id": "29832", "postId": "27107", "score": "3", "text": "geirha, it might be better to keep the vim default of b,s so perhaps you could suggest :set ww+=<,> or :set ww=b,s,<,>", "userDisplayName": "user8979", "userId": null }, { "creationDate": "2011-02-19T13:00:12.537", "id": "29848", "postId": "27107", "score": "0", "text": "@skyblue good point, I'll update the answer.", "userDisplayName": null, "userId": "9016" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T10:32:28.110", "id": "27107", "lastActivityDate": "2011-02-19T13:00:19.183", "lastEditDate": "2011-02-19T13:00:19.183", "lastEditorDisplayName": null, "lastEditorUserId": "9016", "ownerDisplayName": null, "ownerUserId": "9016", "parentId": "27106", "postTypeId": "2", "score": "14" }
[ { "accepted": true, "body": "<p><code>:set ww+=&lt;,&gt;</code> should make the left and right movement wrap to previous/next line. <code>:help whichwrap</code> for more information.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-19T11:26:15.523", "id": "...
null
null
null
null
null
27113
1
null
2011-02-19T13:11:56.587
1
110
<p>I get this message whenever I boot. It has something to do with the fontconfig/cache. Any ideas how to resolve it?</p>
3956
40955
2012-05-19T19:37:15.003
2012-05-19T19:49:09.853
Why do I get the error message "Fcinit fatal vloopback not found" whenever I boot?
[ "10.10", "boot", "fonts" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>FcInit - initialize fontconfig library who is provided by libfontconfig1-dev_2.3.2-1.1ubuntu12_i386.</p>\n\n<p>FcInit, loads the default configuration file and the fonts referenced therein\nand sets the default configuration to that result. Returns whether\nthis proce...
null
null
null
null
null
27114
1
29955
2011-02-19T13:22:10.340
19
651
<p>When my package gets build by launchpad using a recipe, it ignores the <code>./debian/changelog</code> file I provide, and it generates a useless one like following:</p> <pre><code>harmonyseq (0.14~natty1) maverick; urgency=low * Auto build. -- Rafal Cieslak &lt;rafalcieslak256@gmail.com&gt; Tue, 25 Jan 2011 16:56:57 +0000 </code></pre> <p>It would be much better if launchpad stored the list of changes I prepared in the changelog file, rather than just putting "Auto build" there.</p> <p>How do I force launchpad to use the list of changes from my changelog file, when building packages from a recipe?</p>
705
1067
2011-03-08T12:40:22.647
2011-03-11T17:48:33.643
How to apply a changelog file to packages in a PPA when building from recipe?
[ "ppa", "launchpad", "packaging", "deb", "recipe" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-03-10T21:36:07.113", "id": "33325", "postId": "27114", "score": "2", "text": "What are you using to trigger the builds? Under normal conditions, LP always uses the provided `debian/changelog`...", "userDisplayName": null, "userId": "721" }, { "creationDate...
{ "accepted": true, "body": "<p>I asked this question on IRC (at #launchpad) and got the answer I was expecting:</p>\n\n<p>No, it's not possible to prevent the creation of that changelog entry. It is necessary so that it can specify the appropriate autobuild version string (the one you define in the first line of the recipe file).</p>\n\n<p>However, your changes should not be lost, just placed right after that entry.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-03-14T01:30:09.473", "id": "33875", "postId": "29955", "score": "3", "text": "Perhaps bzr-builder should integrate the autobuild changelog entry with any existing entry with the distribution set to UNRELEASED, as is common in debian changelog files.", "userDisplayName": null, "userId": "730" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-11T17:48:33.643", "id": "29955", "lastActivityDate": "2011-03-11T17:48:33.643", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3037", "parentId": "27114", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>I asked this question on IRC (at #launchpad) and got the answer I was expecting:</p>\n\n<p>No, it's not possible to prevent the creation of that changelog entry. It is necessary so that it can specify the appropriate autobuild version string (the one you define in the first l...
null
null
null
null
null
27115
1
27130
2011-02-19T13:26:59.320
5
4549
<p>Is there a terminal-command that backups thunderbird's addressbook?</p> <p>I would like to set up a cron-entry for that. Note that I only want to back up the address book, not my entire profile. </p>
8907
1067
2011-02-19T14:03:03.243
2011-02-20T10:45:57.850
Terminal command to backup thunderbird address book?
[ "command-line", "thunderbird" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Mozilla Address Book <code>.mab</code></p>\n\n<p><strong>Backing up your address books GUI</strong></p>\n\n<p>It is recommended that you regularly make backups of all your Thunderbird application data, including mail files, address books, and account settings, so that you can restore your complete profile(s) if it becomes necessary.</p>\n\n<p>In addition, you may want to occasionally make separate backups of all your address books by exporting them as LDIF files. That way, if your address books ever happen to become corrupted, you will still have a separate backup that you can import into any Thunderbird profile. To do so, export each address book as an LDIF file using the procedure described above and then burn the LDIF files onto a CD-ROM or store them elsewhere for safekeeping. </p>\n\n<p>To export an address book:</p>\n\n<pre><code> - Open Thunderbird &gt; Tools - Address Book\n\n* In the Address Book window, select the address book that you want to export.\n* Go to the \"Tools\" menu and select \"Export...\".\n* Enter a name for the address book, select \"LDIF\" from the drop-down list, choose where on your computer you want to save the address book, and then click to save the file. \n</code></pre>\n\n<p><strong>Backing up your address books Command-Line</strong></p>\n\n<p>Your address book in stored in your profile to know where is it execute :</p>\n\n<blockquote>\n <p>sudo locate *.mab -> find something like abook.mab</p>\n</blockquote>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T14:47:32.430", "id": "27130", "lastActivityDate": "2011-02-19T15:23:06.953", "lastEditDate": "2011-02-19T15:23:06.953", "lastEditorDisplayName": null, "lastEditorUserId": "3550", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "27115", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>Yo could use a bash script. Check this <a href=\"http://ubuntulinuxhelp.com/easily-use-cron-to-backup-thunderbird-email-in-ubuntu-linux/\" rel=\"nofollow\">link</a>. There is a script provided that backups your thunderbird directory. This folder should also include your adres...
null
null
null
null
null
27117
1
27123
2011-02-19T13:33:11.117
12
565
<p>As a former Windows user I was used to accepting EULA's and other licenses when installing any piece of software, or when installing the whole OS. On Ubuntu it happens extremely rarely (I've met it only once). Is it correct? Ubuntu and most of it's software is under some free-to-use-and-modify license like GNU GPL or something similar, but shouldn't the license be presented to the user? </p>
705
705
2011-02-19T14:04:45.163
2011-02-19T18:55:59.827
Why isn't a license shown when installing (and when installing most software)?
[ "license", "gpl" ]
5
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T14:00:11.567", "id": "29860", "postId": "27117", "score": "2", "text": "Since you accepted my answer, I think it'd be a good idea to split the questions up, and ask another one \"Why don't I have to accept a EULA when installing Flash\". (awesome question by the way...
{ "accepted": true, "body": "<p>This is regarding free software:</p>\n\n<p>A license is very different from a EULA. The software on your computer starts out under the normal (default, in some countries) copyright by the authors. Only then do you get <em>special permission</em> to copy and re-distribute the software under the terms of the GPL. This does not <em>restrict</em> your use of the software, nor does it put any special onus on you to comply with some arbitrary terms. It is not a contract.</p>\n\n<p>Think of the GPL as an agreement of the terms of re-distribution; <strong>you are granted license</strong> to deal with the software in ways normally prohibited by copyright law, given you agree to some terms.</p>\n\n<p>A EULA restricts your use of the software, it has nothing to do with simple copyright. The EULA says, you may use this software, but not in any way you like. It restricts you further than copyright or trademark law could. Free software doesn't have that kind of restrictions, therefore you don't have to agree to any contract. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-19T13:55:52.867", "id": "29858", "postId": "27123", "score": "1", "text": "Ah, so that's the point - one does not need to agree to these licenses at all.", "userDisplayName": null, "userId": "705" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T13:52:35.257", "id": "27123", "lastActivityDate": "2011-02-19T13:52:35.257", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1067", "parentId": "27117", "postTypeId": "2", "score": "13" }
[ { "accepted": null, "body": "<p>Most people don't read those licenses or EULA's at all, and those who do find it important enough can probably find them through other means (on the software's website, for instance).</p>\n\n<p>That's not very user-friendly to them, but it is to most users.</p>\n", "comme...
null
null
null
null
null
27124
1
27138
2011-02-19T14:14:29.340
8
465
<p>The Adobe Flash Player has a <a href="http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf" rel="nofollow">quite restrictive EULA</a> but it is not presented to the user when he installs it. Isn't the user obliged to accept it, before using it? Maybe some users would refuse using it, if they knew the rules they accept by installing the Flash Player? (I think same problem applies to many software from partner repository, restricted drivers and proprietary or non-free software.)</p>
705
235
2012-01-03T17:28:24.830
2012-01-03T17:28:24.830
Why don't I have to accept a EULA when installing Adobe Flash Player?
[ "flash", "proprietary", "license" ]
1
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T14:18:26.447", "id": "29864", "postId": "27124", "score": "2", "text": "Note that you _do_ have to accept a EULA when installing Microsoft's core web-fonts, interestingly.", "userDisplayName": null, "userId": "1067" }, { "creationDate": "2011-02-19T1...
{ "accepted": true, "body": "<p>It is implied You have accepted the EULA by installing the flash plugin from the software center.</p>\n\n<p>You are shown this warning in the software center. \n<img src=\"https://i.stack.imgur.com/48roi.png\" alt=\"enter image description here\"></p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-02-19T16:15:47.850", "id": "29886", "postId": "27138", "score": "2", "text": "What about installing it using apt-get or synaptic?", "userDisplayName": null, "userId": "705" }, { "creationDate": "2011-02-19T19:25:49.140", "id": "29907", "postId": "27138", "score": "3", "text": "totally disagree. It is there, and the fact you do not like it does not mean it's useless.", "userDisplayName": null, "userId": "11010" }, { "creationDate": "2011-02-19T20:01:57.867", "id": "29909", "postId": "27138", "score": "0", "text": "+1 Lo'oris, and moreover, what about servers, where is no GUI available, and you have to use apt-get aptitude or something similar, and not usc nor synaptic.", "userDisplayName": null, "userId": "705" }, { "creationDate": "2011-02-20T04:52:02.137", "id": "29970", "postId": "27138", "score": "0", "text": "@rafalcieslak you don't need to install flash on servers or where a gui is not available.", "userDisplayName": null, "userId": "5149" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T16:11:44.390", "id": "27138", "lastActivityDate": "2011-02-19T16:11:44.390", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5149", "parentId": "27124", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>It is implied You have accepted the EULA by installing the flash plugin from the software center.</p>\n\n<p>You are shown this warning in the software center. \n<img src=\"https://i.stack.imgur.com/48roi.png\" alt=\"enter image description here\"></p>\n", "commentCount": ...
null
null
null
null
null
27127
1
null
2011-02-19T14:39:11.420
3
2320
<p>I am using VMware Workstation 7. I have the VMware tools and 3D acceleration enabled but when I try to enable desktop effects I get the message "Desktop effects could not be enabled". I have an Nvidia GeForce graphic card. And mine is a Dell XPS L501X . </p>
11118
667
2011-02-19T14:45:48.547
2012-01-06T13:28:44.447
How to enable desktop effects in VMware?
[ "nvidia", "virtualization", "vmware", "desktop-environments" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-02T08:47:02.133", "id": "31869", "postId": "27127", "score": "1", "text": "why are you using vmware?i would recommend virtualbox instead of vmware.", "userDisplayName": null, "userId": "5149" } ]
null
[ { "accepted": null, "body": "<p>I think desktop effects will not run if it is not a recognized card. In my experienced, trying to run effects in a virtual machine has constantly failed. The reason may be because the video card inside the VM is not based on actual hardware.</p>\n\n<p>Run this in the VM to ch...
null
null
null
null
null
27129
1
27255
2011-02-19T14:43:28.203
10
4566
<p>I just backed up the contents of my home partition onto my external hard drive using <a href="http://backintime.le-web.org/" rel="noreferrer">Back In Time</a>. I browsed to the backed up contents in the external drive and under properties it showed me the size as 9.6 GB. </p> <p>As I read that in next snapshots I create, Back In Time does not backup everything but creates hard links for older contents and saves newer contents, I wanted to test it. So I copied two small files into my home partition and ran 'Take Snapshot' again. </p> <p>The operation completed within a minute - first it checked previous snapshot, assessed the changes, detected two new files and synced them. After this when I browsed to the backed up contents, I was surprised to see the newer and older backup taking up 9.6 GB each. </p> <p>Isn't this a waste of hard drive space? Or did I interpret something wrongly?</p>
4157
53508
2012-12-19T01:17:13.003
2012-12-21T10:18:05.927
Why do Back In Time snapshots appear to be so large?
[ "backup" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-19T14:54:21.817", "id": "29870", "postId": "27129", "score": "0", "text": "Most definitely a suitable question Chethan", "userDisplayName": null, "userId": "6450" } ]
{ "accepted": true, "body": "<p>It seems that checking properties under context menu is not reliable in such cases. When I used <code>du</code> command it showed right usage. I could get this suggestion from Launchpad's 'Back in Time's' Mr. Dan.</p>\n\n<p>This is because backintime uses hard links, where each file is stored once, but makes it look like each copy takes up additional room. For more details please refer to <a href=\"https://answers.launchpad.net/backintime/+question/146072\">https://answers.launchpad.net/backintime/+question/146072</a>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-20T13:17:57.653", "id": "27255", "lastActivityDate": "2012-12-21T10:18:05.927", "lastEditDate": "2012-12-21T10:18:05.927", "lastEditorDisplayName": null, "lastEditorUserId": "22949", "ownerDisplayName": null, "ownerUserId": "4157", "parentId": "27129", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<p>My guess is that your external hard drive is formatted FAT32 or some other file system that does not support hard links. It also appears that if the partition type containing the file system is not a Linux (0x83) partition, the file system will not properly record the disk co...
null
null
null
null
null
27134
1
27137
2011-02-19T15:22:01.147
154
235496
<p>How can I disable autostart for a service without uninstalling? For example, I'd like to leave tomcat installed, but I don't want it turning on every time I restart.</p>
4589
null
null
2018-09-03T04:08:30.930
Disable autostart for a service without uninstalling?
[ "server", "services", "tomcat" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>This should do the trick:</p>\n\n<p>Open terminal (<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>T</kbd>) and enter the following command:</p>\n\n<pre><code>sudo update-rc.d tomcat disable\n</code></pre>\n\n<p>Basically <code>update-rc.d</code> will modify existing runlevel links for the script <code>/etc/init.d/tomcat</code> by renaming start links to stop links.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2015-02-16T12:45:20.417", "id": "812245", "postId": "27137", "score": "6", "text": "Note that the default tomcat service name is \"tomcat7\" in ubuntu 14.", "userDisplayName": null, "userId": "36212" }, { "creationDate": "2016-06-10T16:11:05.493", "id": "1177909", "postId": "27137", "score": "0", "text": "If your tomcat is tomcat6 you will need to do \"sudo update-rc.d tomcat6 disable\" else you will get error.", "userDisplayName": null, "userId": "188631" }, { "creationDate": "2017-03-30T18:07:56.590", "id": "1408262", "postId": "27137", "score": "0", "text": "Weirdly, this removed the links, and then created some new ones when I did it for postgresql. Dunno.", "userDisplayName": null, "userId": "324" }, { "creationDate": "2017-04-18T18:34:49.387", "id": "1423297", "postId": "27137", "score": "0", "text": "You might want to consider this message in the `update-rc.d`: `The disable|enable API is not stable and might change in the future.`", "userDisplayName": null, "userId": "527481" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-19T15:59:36.110", "id": "27137", "lastActivityDate": "2015-08-07T05:33:34.680", "lastEditDate": "2015-08-07T05:33:34.680", "lastEditorDisplayName": null, "lastEditorUserId": "123165", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "27134", "postTypeId": "2", "score": "192" }
[ { "accepted": true, "body": "<p>This should do the trick:</p>\n\n<p>Open terminal (<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>T</kbd>) and enter the following command:</p>\n\n<pre><code>sudo update-rc.d tomcat disable\n</code></pre>\n\n<p>Basically <code>update-rc.d</code> will modify existing runlevel links f...
null
null
2015-07-23T08:34:28.993
null
null
27136
1
null
2011-02-19T15:54:13.730
3
1843
<p>I have a problem when trying to login to my Kubuntu 10.10. The login screen shows up, then I type my password, a blank screen is shown with my desktop background picture and then throws me back on the login screen.</p> <p>if I choose to login from console, I can do that, and by typing <code>startx</code> I can log in just fine but in the end I cannot shutdown the computer from the k menu nor will my settings remembered for the next time I log back.</p> <p>I have my home directory mounted from a different partition but I tried to create a new user account and I could log in without any kind of problem.</p> <p>The home directory is not encrypted, at least not to my knowledge.</p> <p>Some log files:</p> <ul> <li><a href="http://paste.ubuntu.com/569249/" rel="nofollow">Xorg.0.log</a></li> <li><a href="http://paste.ubuntu.com/569251/" rel="nofollow">dmesg.out</a></li> <li><a href="http://paste.ubuntu.com/569252/" rel="nofollow">kdm.log</a></li> <li><a href="http://pastebin.ubuntu.com/569630/" rel="nofollow">xsession.errors</a></li> </ul>
9251
9251
2011-02-20T13:58:00.817
2012-01-21T07:39:28.560
Kubuntu login problem
[ "10.10", "kubuntu", "login" ]
2
5
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T16:02:26.917", "id": "29882", "postId": "27136", "score": "0", "text": "Can you post the output `dmesg` and the contents of `/var/log/Xorg.0.log` and `/var/log/kdm.log`?", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-02-19T17:...
null
[ { "accepted": null, "body": "<p>In dmesg towards the end </p>\n\n<pre><code>npviewer.bin[2448]: segfault at 10 ip 00000000f62abc52 sp 00000000ffa7e310 error 4 in libflashplayer.so[f5e41000+b5f000]\n</code></pre>\n\n<p>See the phrase <code>segfault</code> this is a kernel crash and results in the cryptic las...
null
null
null
null
null
27141
1
27163
2011-02-19T17:36:57.117
13
31964
<p>Look at the video; the iPhone is supposed to appear as a photo collection of some sort but nothing happens with my iPhone! I have installed and upgraded all of the <code>libimobiledevice</code> versions.</p> <p>I have tried to mount the iPhone with <code>ifuse /mnt/iphone/</code> but the result of that operation is:</p> <pre><code>GNUTLS ERROR: A TLS packet with unexpected length was received. </code></pre> <p>Hi, how do I connect my iPhone to my laptop (Ubuntu 10.04) so that I can sync music and be able to look at it as a USB stick? (This is what I am expecting to happen.)</p> <p>When I connect it to my laptop, nothing happens - it doesn't show up as an icon or as a mass storage device.</p> <p>My iPhone runs iOS v4.2.1 and it's an iPhone 3G. It's not jailbroken for the moment; would that be a problem? My laptop is an Asus 1201n with Ubuntu 10.04 (64-bit).</p> <pre><code>Bus 002 Device 005: ID 05ac:1292 Apple, Inc. iPhone 3G </code></pre> <p>I connected my Ipod Video (30 gb) and that one doesn't appear as well So I'm kind of stuck now. The problem probably lies in the system, because the usb port is working.</p> <hr> <pre><code>Bus 002 Device 006: ID 05ac:1209 Apple, Inc. iPod Video </code></pre> <p>I have added <a href="https://askubuntu.com/questions/27141/noting-happens-when-i-connect-my-iphone-3g-to-my-laptop/27163#27163">this PPA</a>, I have done all of the <code>sudo update</code> and <code>upgrade</code>. but my computer doesn't realize that my iPhone is connected, whish isn't related to <code>libimobiledevice</code>.</p> <p>The port is working fine, it's simply that my computer doesn't recognize that I have my iPhone plugged-in! The phone itself is working (I tested it on my Mac).</p> <p>I have the latest versions of these programs: <code>hipo</code>, <code>ipod</code>, <code>gtkpod</code>, <code>ifuse</code>, <code>libusmuxd1</code> and <code>usbmxd</code>.</p> <p>I connected my iPhone in Windows 7 and it worked, albeit annoyingly. I tried to mount my iPhone with <code>fuse</code> but I got this error:</p> <pre><code>alvar@alvars-laptop:~$ ifuse /mnt/iphone/ ERROR: the mount point specified does not exist </code></pre> <p>I have tried the <a href="http://www.ubuntugeek.com/ipod-touch-3g-sync-over-usb-without-jailbraking-in-ubuntu-karmic.html" rel="nofollow noreferrer">ubuntugeek</a> link, but I got an error while mounting it.</p> <pre><code>GNUTLS ERROR: A TLS packet with unexpected length was received. </code></pre> <p>Which one? (I have Lucid not Maverick.)</p> <p><img src="https://i.stack.imgur.com/3qS0n.png" alt="Which one???"></p>
10698
-1
2017-04-13T12:24:26.617
2017-02-24T15:49:07.963
"GNUTLS ERROR: A TLS packet with unexpected length was received" when I connect my iPhone 3G
[ "iphone" ]
4
7
CC BY-SA 3.0
[ { "creationDate": "2011-02-19T21:22:51.037", "id": "29917", "postId": "27141", "score": "0", "text": "I would suggest maybe merging these two questions since essentially the iPad, and iPhone run on the same software and the answer is the same for both. http://askubuntu.com/questions/26912/how-ca...
{ "accepted": true, "body": "<p>You don't have to jailbreak your Iphone with Ubuntu however you will probably have to add a new \"PPA source\" to your Ubuntu installation to get the required packages for Ubuntu to Recognise your phone.</p>\n\n<p>The ppa you will need to add is ppa:pmcenery/ppa to add this open a Terminal from the accessories menu and type this at the prompt.</p>\n\n<pre><code>sudo add-apt-repository ppa:pmcenery/ppa\n</code></pre>\n\n<p>and hit enter once this has been added type this command in the same terminal</p>\n\n<pre><code>sudo apt-get update\n</code></pre>\n\n<p>and after</p>\n\n<pre><code>sudo apt-get upgrade\n</code></pre>\n\n<p>this should upgrade your package <a href=\"http://packages.ubuntu.com/libimobiledevice\" rel=\"nofollow noreferrer\">libimobiledevice</a> to version 1.0.4 from 1.0.1 enabling you to access your Iphone</p>\n\n<p>PPA Reference:</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them\">What are PPAs and how do I use them?</a></li>\n</ul>\n\n<p><strong>edit</strong></p>\n\n<p>Having had a a good look around for Idevice mounting tutorials I found this at <a href=\"http://www.ubuntugeek.com/ipod-touch-3g-sync-over-usb-without-jailbraking-in-ubuntu-karmic.html\" rel=\"nofollow noreferrer\">ubuntugeek</a> it goes through the procedure of manually mounting the device including all of the required packages and file edits to get this to work hopefully this is the solution to your problem. Bearing in mind that the tutorial was written for Ubuntu 9.10 and for an Ipod touch there is a quote at the end of the tutorial </p>\n\n<blockquote>\n <p>Update from our reader :- It works for\n Iphone 3g. But at the end of\n preparation procedure you need to\n restart both your computer and the\n iPhone device.</p>\n</blockquote>\n\n<p><strong>Edit 2</strong></p>\n\n<p>if you receive this error message when trying to mount with Ifuse</p>\n\n<pre><code>GNUTLS ERROR: A TLS packet with unexpected length was received\n</code></pre>\n\n<p>You need to pair the phone with your pc to do this enter this command</p>\n\n<pre><code>idevicepair unpair\n</code></pre>\n\n<p>Your Iphone or other Idevice will automatically try to re-pair. You can then unplug it and plug it back in and it should mount correctly. </p>\n", "commentCount": "11", "comments": [ { "creationDate": "2011-02-19T22:53:10.780", "id": "29928", "postId": "27163", "score": "0", "text": "I have already installed libimobiledevice! But my computer doen't notice when i plugin my iphone, nothing happens. Which is strange.", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-02-19T23:03:12.540", "id": "29931", "postId": "27163", "score": "0", "text": "is it version 1.0.4?", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-19T23:25:47.710", "id": "29937", "postId": "27163", "score": "0", "text": "alvar@alvars-laptop:~$ sudo add-apt-repository ppa:mcenery/ppa\nError reading https://launchpad.net/api/1.0/~mcenery/+archive/ppa: HTTP Error 404: Not Found\nI am connected to internet so that is not the problem...", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-02-19T23:43:27.167", "id": "29940", "postId": "27163", "score": "0", "text": "do you have any 404 messages when you do a sudo apt-get update in terminal?", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-19T23:55:03.140", "id": "29944", "postId": "27163", "score": "0", "text": "sorry typo in the address Allwar I have corrected it now", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-20T16:43:40.683", "id": "30075", "postId": "27163", "score": "0", "text": "i have version 1.0.1 installed but i can't find an upgrade to 1.0.4 how do i start the app? I have done all of the sudo update and upgrade. but my computer doesn't realize that my Iphone is connected, whish isn't related to libimobiledevice.", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-02-20T21:44:40.847", "id": "30132", "postId": "27163", "score": "0", "text": "the port is working fine, it's my computer it doesn't recognize that I have my Iphone plugged-in! and the phone is working (tested it on my mac). so what \" additional information\" do I need to give you?", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-02-20T21:58:21.280", "id": "30141", "postId": "27163", "score": "2", "text": "if you can post the output of lsusb (while you have the phone pluged in) you can edit your original question and add it to the end if your phone is listed in narrows the possibility's. At this point it is a process of elimination to deduce the source of the problem the more data you can provide the easier it will be for any one to provide a working solution.", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-20T22:27:38.530", "id": "30156", "postId": "27163", "score": "0", "text": "more info added and the question is simplified and more specific. So what is the problem? And where is the problem? (Iphone/laptop)", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-02-21T20:31:44.217", "id": "30300", "postId": "27163", "score": "0", "text": "ERROR: the mount point specified does not exist\nI got this error while trying to mount the iphone. (but I don't know what name to use for it? (iphone/iPhone/iPhone3g) ??\nI have try this way before but it didn't work, BUT I will try it again.", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-02-27T17:12:30.613", "id": "31425", "postId": "27163", "score": "0", "text": "Allan is the man!", "userDisplayName": null, "userId": "10698" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-19T21:31:26.250", "id": "27163", "lastActivityDate": "2017-02-24T15:49:07.963", "lastEditDate": "2017-04-13T12:23:21.307", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "6450", "parentId": "27141", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p>You don't have to jailbreak your Iphone with Ubuntu however you will probably have to add a new \"PPA source\" to your Ubuntu installation to get the required packages for Ubuntu to Recognise your phone.</p>\n\n<p>The ppa you will need to add is ppa:pmcenery/ppa to add this o...
2011-02-22T23:02:53.847
null
null
null
null
27142
1
27144
2011-02-19T17:44:32.597
6
12125
<p>Is it possible to change the window button color of the close, minimise and maximise buttons of the Ambience theme from orange to an user defined color? I tried to find anything relavant in the gtkrc, but failed. </p>
11122
283843
2015-02-04T06:09:22.870
2015-02-04T06:09:22.870
Change color of window buttons
[ "window-buttons", "icon-themes" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you refer to the minimize, maximize and close buttons: yes you can.</p>\n<p>You can download windows border themes from: <a href=\"http://art.gnome.org/themes/metacity\" rel=\"noreferrer\">http://art.gnome.org/themes/metacity</a> in which you will find several different styles for customizing those buttons.</p>\n<p>If you prefer to use GTK and depending on the theme of your choice, some themes allow you to give a little bit more customization to its items. Simply go to System/Preferences/Appearance and clic on the &quot;Customize&quot; button of the &quot;Theme&quot; tab.</p>\n<p>There is also a link which will lead you to the website I suggested above.</p>\n<p>Here is a screenshot for you to see what I mean:</p>\n<p><img src=\"https://i.stack.imgur.com/pOTT1.png\" alt=\"enter image description here\" /></p>\n<p>Additionally, you can use Emerald theme manager in order to have more stylized windows decorations and a little more control on the appearance of the items.</p>\n<p>Simply install emerald and run the <code>emerald --replace</code> command in a terminal in order to change your windows decorator, then open your Emerald Theme Manager on which you will be able to easily manage and edit your themes.</p>\n<p>Here is the Emerald theme manager in action:</p>\n<p><img src=\"https://i.stack.imgur.com/plt66.png\" alt=\"enter image description here\" /></p>\n<p>In the next screenshot, I have changed my emerald theme in order to show you how emerald is handling the buttons that I refer (minimize, maximize, close, etc.) And I am showing the &quot;Buttons&quot; Tab inside of the &quot;Edit Themes&quot; section of emerald theme manager.</p>\n<p><img src=\"https://i.stack.imgur.com/kqRiY.png\" alt=\"enter image description here\" /></p>\n<p>Further more, you can also create your own themes both for GTK and Emerald. You may find information on the related sections of the window decorator's website.</p>\n<p>I hope this give you an idea and I am sorry if I misunderstood your question.</p>\n<p>EDITED:</p>\n<p>Well, after watching your comment now I understand what you mean.</p>\n<p>For that purpose what you can do is to make a copy of the current png images for the theme you wish to change. &quot;Ambiance&quot; png images are inside of the</p>\n<blockquote>\n<p>/usr/share/themes/Ambiance/metacity-1</p>\n</blockquote>\n<p>This screenshot illustrates what I mean:</p>\n<p><img src=\"https://i.stack.imgur.com/OLuDH.png\" alt=\"enter image description here\" /></p>\n<p>So I suggest you to make a copy of those files in a new folder and edit them using your favorite image manipulation program (gimp would be great) in order to change the hue, saturation and other things as you wish.</p>\n<p>After that, drop the images back to the original folder but you will be in the need to run <code>sudo nautilus</code> in a terminal in order to be able to &quot;paste&quot; your edited images in the folder. After that you may need to restart (at least the X) in order to the changes to take effect.</p>\n<p>In the next image I have opened the &quot;close.png&quot; png image in order to edit it. I am using the selection tool in gimp in order to change the &quot;hue/lightness and saturation&quot; of the selection to a different color. This tool can be reached in the &quot;Colors&quot; menu of Gimp.</p>\n<h3>Note:</h3>\n<p>As PNG files open in indexed mode by default, you might want to try converting the PNG into RGB mode (menu Image ➔ Mode ➔ RGB). Then change it using the Hue/Saturation/Value tool (menu Colors ➔ Hue-Saturation) and then converting it back into indexed before saving it.</p>\n<p><img src=\"https://i.stack.imgur.com/bClMQ.png\" alt=\"enter image description here\" /></p>\n<p>REMEMBER: To make a backup of your files and good luck my friend!</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-19T18:32:45.393", "id": "29898", "postId": "27144", "score": "0", "text": "Thanks for the guide! But i meant the to change the color of the close, minimise and maximise buttons of the Ambience theme. I like the Ubuntu default theme, and would like to keep ist, I just cant stand the orange of the buttons. I that somehow possible?", "userDisplayName": null, "userId": "11122" }, { "creationDate": "2011-02-19T18:58:23.450", "id": "29901", "postId": "27144", "score": "1", "text": "Yes you can, as I added in my original answer in the EDITED section. Take a look at it. This could be a hard work but it is worth.", "userDisplayName": null, "userId": "9598" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-19T18:04:01.990", "id": "27144", "lastActivityDate": "2015-02-04T06:07:12.440", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "9598", "parentId": "27142", "postTypeId": "2", "score": "10" }
[ { "accepted": null, "body": "<p>If you mean the menu button ubuntu-tweak can change this see <a href=\"http://ubuntu-tweak.com/\" rel=\"nofollow\">http://ubuntu-tweak.com/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "crea...
null
null
null
null
null
27146
1
null
2011-02-19T18:48:25.900
1
2991
<p>Skype 2.1 has been working in Ubuntu 10.10 but now stops me from logging in - it says <strong>there maybe another instance of Skype running</strong>. <strong>There is not, so I can't use Skype</strong>. I have changed passwords several times but this hasn't rectified the problem. Please can someone help?</p>
null
18612
2012-02-06T02:46:34.330
2015-01-17T20:09:54.847
Skype prevents login because it believes another instance of Skype is already running
[ "10.10", "skype" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Skype may be running. It is an issue which I haven't solved yet and I am using Skype (Beta) Version 2.1.0.81, I am yet waiting for the release of the new version which seems to be going to correct this and other bugs.</p>\n\n<p>Meanwhile, what you can do when facing this is t...
null
null
null
null
user11125
27148
1
216670
2011-02-19T18:55:10.910
23
15205
<p>I'm trying to compile a kernel for a 32bit single-core Intel Atom machine. Needless to say, the compile is taking inordinate amounts of time. It's been going for 2 hours and it's still only halfway through the driver modules.</p> <p>Compiling a kernel on my main desktop only takes 15 minutes but it's a 64bit machine. Can I cross compile to generate a 32bit kernel package from the better machine?</p>
449
null
null
2014-02-14T06:26:23.360
Compile 32bit kernel on 64bit machine
[ "kernel", "compiling", "architecture" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2012-11-13T12:25:46.320", "id": "268209", "postId": "27148", "score": "0", "text": "Virtual machine can do it , but it will be slower", "userDisplayName": null, "userId": "39372" }, { "creationDate": "2012-11-13T12:47:33.137", "id": "268220", "postId": ...
{ "accepted": true, "body": "<p>While the kernel can be cross-compiled, the easiest way is to create a 32bit (i386) chroot and build it in there.</p>\n\n<p>Install <code>ubuntu-dev-tools</code>:</p>\n\n<pre><code>$ sudo apt-get install ubuntu-dev-tools\n</code></pre>\n\n<p>Create an i386 chroot:</p>\n\n<pre><code>$ mk-sbuild --arch=i386 precise\n</code></pre>\n\n<p>(You will probably have to run that twice. The first time, it installs <code>schroot</code> etc. and sets up <code>mk-sbuild</code>)</p>\n\n<p>Then enter the chroot:</p>\n\n<pre><code>$ schroot -c precise-i386\n</code></pre>\n\n<p>And build the kernel, as you would, normally.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2012-11-14T09:44:40.667", "id": "268647", "postId": "216670", "score": "11", "text": "Building in a chroot is exactly the preferred method as used by developers in the Ubuntu kernel team.", "userDisplayName": null, "userId": "26614" }, { "creationDate": "2012-11-14T16:54:17.127", "id": "268792", "postId": "216670", "score": "0", "text": "Those are some pretty fancy looking tools. I'll give it a shot tomorrow. Thanks.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2013-04-28T20:54:42.223", "id": "361310", "postId": "216670", "score": "1", "text": "Please expand on \"as you would normally\". I would normally follow the instructions at https://help.ubuntu.com/community/Kernel/Compile but they do not work inside a chroot - the build dies with 'fatal error: linux/compiler.h: No such file or directory'", "userDisplayName": null, "userId": "12435" }, { "creationDate": "2016-06-27T10:19:16.907", "id": "1190950", "postId": "216670", "score": "0", "text": "Mounting your home folder in chroots looks like a nice addition: https://wiki.ubuntu.com/SimpleSbuild#Mount_your_home_dir", "userDisplayName": null, "userId": "20275" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-11-13T13:17:24.350", "id": "216670", "lastActivityDate": "2012-11-14T06:21:49.437", "lastEditDate": "2012-11-14T06:21:49.437", "lastEditorDisplayName": null, "lastEditorUserId": "25798", "ownerDisplayName": null, "ownerUserId": "32290", "parentId": "27148", "postTypeId": "2", "score": "28" }
[ { "accepted": true, "body": "<p>While the kernel can be cross-compiled, the easiest way is to create a 32bit (i386) chroot and build it in there.</p>\n\n<p>Install <code>ubuntu-dev-tools</code>:</p>\n\n<pre><code>$ sudo apt-get install ubuntu-dev-tools\n</code></pre>\n\n<p>Create an i386 chroot:</p>\n\n<pre...
null
null
null
null
null
27155
1
27179
2011-02-19T20:28:12.890
2
1129
<p>I just got a new SSD hard drive for my thinkpad laptop. I just installed Vista with the factory CDs. On my old OS, my main OS was Ubuntu but I do want to keep Windows on a separate partition as a dual booth system. I definitely want to upgrade to Win 7 though and I will get it in a few days. </p> <p>My question is: should I install Ubuntu now and then upgrade to Win 7 in a few days? or is that going to mess up with the grub (or something else)? If that is the case, then I'd rather wait to install Ubuntu until after I upgrade to Vista.</p> <p>P.S. I know that probably any kind of mess done by the Win upgrade could be fixed, but I just want to avoid wasting time.</p>
5075
8844
2011-02-24T05:05:23.857
2012-09-20T02:14:05.063
Installing Ubuntu before or after upgrading from Vista to Win 7?
[ "windows", "dual-boot" ]
4
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Go ahead, and install Ubuntu now.</strong></p>\n\n<p>Yes, a week later the Win 7 upgrade WILL mess with your MBR/Grub/boot. But good news is: it WONT mess with your Ubuntu partition.</p>\n\n<p>The point is: its SO easy to fix grub that you should not worry about this. Just follow these steps:</p>\n\n<p><strong>Before upgrading Windows (ie, while you still can boot Ubuntu):</strong></p>\n\n<ul>\n<li><p>Burn an Ubuntu bootable CD, or use the \"Start Up Disk Creator\" utility from Menu -> System -> Administration to create a bootable USB key. You probably already have either the CD or USB, the same you will use for installing Ubuntu works fine</p></li>\n<li><p>Give your Ubuntu partition a label. Not necessary, but helps.</p></li>\n</ul>\n\n<p><strong>After upgrading Windows (to restore grub/Ubuntu):</strong></p>\n\n<ul>\n<li>Boot using your CD/USB and start a Live session</li>\n<li>Got to Home Folder -> Computer, find your Ubuntu partition, and double-click to mount it. If you have trouble finding which is your Ubuntu partition, use <code>gParted</code>. After mounting, take note of WHERE it was mounted (usually will be /media/LABEL, where LABEL is the Label of your Ubuntu partition, if it has one. Hence my previous suggestion on labeling it)</li>\n<li>Also, using gParted, take a note of of which device is your boot drive. It will probably be <code>/dev/sda</code></li>\n</ul>\n\n<p>Now for the \"real deal deal\":</p>\n\n<ul>\n<li>Open terminal, and: </li>\n</ul>\n\n<p><code>sudo grub-install --root-directory=/media/UBUNTU /dev/sda</code> </p>\n\n<p><strong>And thats it!</strong></p>\n\n<p>Reboot, and grub will show up, allowing you to use Ubuntu again</p>\n\n<p>Notes:</p>\n\n<ul>\n<li><p>In these examples, i assumed you labeled your Ubuntu partition <code>UBUNTU</code>, and your boot drive is <code>/dev/sda</code>. <strong>Check those values before issuing the grub-install</strong></p></li>\n<li><p>After booting on Ubuntu, do a <code>sudo update-grub</code> so it scans your drives again and add the Windows 7 partition to the list. It was there before, as Vista, but an update will fix menu name and other options</p></li>\n<li><p>Dont worry about the error message: \"cannot find /boot device. (is /dev mounted?)\" while (re-) installing grub from Live CD. Its an annoying bug. If there is a message \"All steps successfull\" shows up, everything is fine.</p></li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-20T00:07:30.903", "id": "27179", "lastActivityDate": "2012-09-20T02:14:05.063", "lastEditDate": "2012-09-20T02:14:05.063", "lastEditorDisplayName": null, "lastEditorUserId": "11015", "ownerDisplayName": null, "ownerUserId": "11015", "parentId": "27155", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>It's generally a good idea to do complete your Windows installation before installing Ubuntu. from my experience, Windows does not play nicely with other OSes and you would need to recover your Ubuntu installation via a \"Live disk\" boot.</p>\n\n<p>This may not be the case w...
null
null
null
null
null
27157
1
27158
2011-02-19T20:31:48.220
4
3371
<p>When I download a package from Synaptic, where does Ubuntu store the install files, if at all? Bandwidth is limited in my country, and I would like to download programs only once and back them up for future use.</p>
11130
null
null
2017-02-24T15:40:13.273
Where does Ubuntu store install files?
[ "installation", "backup" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T20:43:16.693", "id": "29912", "postId": "27157", "score": "1", "text": "@Hernan good place to start -> http://askubuntu.com/questions/15672/how-to-install-packages-offline", "userDisplayName": null, "userId": "3550" } ]
{ "accepted": true, "body": "<p>Packages are stored in <code>/var/cache/apt/archives/</code>. I suggest using <a href=\"http://aptoncd.sourceforge.net/\" rel=\"nofollow noreferrer\">APTonCD</a> </p>\n\n<pre><code>sudo apt-get install aptoncd\n</code></pre>\n\n<p>for backing them up to a CD or DVD. You can then use this disk as an offline repository.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-20T13:55:11.950", "id": "30045", "postId": "27158", "score": "0", "text": "Note that the cache is frequently cleaned up, so if you plan to use the cache, you ought to increase the cache size (I couldn't find out quickly how to do that).", "userDisplayName": null, "userId": "627" }, { "creationDate": "2012-02-07T12:17:55.270", "id": "118066", "postId": "27158", "score": "0", "text": "You could change the settings here sudo gedit /etc/apt/apt.conf.d/20archive by setting the MaxAge and MaxSize variables http://ubuntuforums.org/showthread.php?t=1136793", "userDisplayName": null, "userId": "43897" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-19T20:40:46.600", "id": "27158", "lastActivityDate": "2017-02-24T15:40:13.273", "lastEditDate": "2017-02-24T15:40:13.273", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "667", "parentId": "27157", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>Packages are stored in <code>/var/cache/apt/archives/</code>. I suggest using <a href=\"http://aptoncd.sourceforge.net/\" rel=\"nofollow noreferrer\">APTonCD</a> </p>\n\n<pre><code>sudo apt-get install aptoncd\n</code></pre>\n\n<p>for backing them up to a CD or DVD. You can t...
null
null
null
null
null
27162
1
27173
2011-02-19T21:17:41.660
3
1404
<p>What I'm trying to do is set up a SSH key that only gives access to certain directories, for security reasons I don't want it to have full access to my SSH server. I already have the ability to access the directories I need over my local network (right now using SMB, although I also used UPnP for awhile). I need, however, to be able to access those files securely over the internet from both Ubuntu and Windows machines.<br> I'm somewhat new to SSH and not sure what the best approach to solving my problem is. If anyone knows how I can do this or where I can find a detailed tutorial I'd be grateful.</p> <p>And as always if anything is confusing or if there are any comments or corrections please let me know.</p>
10611
6576
2011-02-19T21:47:06.863
2011-02-19T23:11:57.460
Is there a way to use a SSH connection to access SMB or UPnP files without setting up a VPN?
[ "ssh", "mediaserver" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>My suggestion would be Change Root using ssh. This is a new feature of the OpenSSH server since version 4.8p1. (ubuntu package: openssh-server) and hence available on the newer ubuntu releases.</p>\n\n<p>In a nutshell, if a certain user (for which you would distribute the key) logs in via ssh, he/she will be jailed inside a named directory making access to anything that's outside of that inaccessible. This is particularly straightforward to set up if you only want access to files and not really run any programs for the chrooted user. See for instance here: <a href=\"http://www.howtoforge.com/chrooted-ssh-sftp-tutorial-debian-lenny\" rel=\"nofollow\">http://www.howtoforge.com/chrooted-ssh-sftp-tutorial-debian-lenny</a></p>\n\n<p>If you can elaborate on the specific needs that you have we can maybe comment more.</p>\n\n<p>Also, once you have your jailed ssh user configured, you might want to consider sshfs (for ubuntu) and netdrive - <a href=\"http://www.netdrive.net\" rel=\"nofollow\">http://www.netdrive.net</a> (for windows) to seamlessly mount these directories on the respective machines.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-20T05:27:28.397", "id": "29973", "postId": "27173", "score": "0", "text": "little caveat: while I use, like and recommend sshfs, I have not tried netdrive - so this came from a google search", "userDisplayName": null, "userId": "11139" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T23:11:57.460", "id": "27173", "lastActivityDate": "2011-02-19T23:11:57.460", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11139", "parentId": "27162", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>My suggestion would be Change Root using ssh. This is a new feature of the OpenSSH server since version 4.8p1. (ubuntu package: openssh-server) and hence available on the newer ubuntu releases.</p>\n\n<p>In a nutshell, if a certain user (for which you would distribute the key...
null
null
null
null
null
27164
1
null
2011-02-19T21:35:49.367
3
2931
<p>I have a fresh install of Ubuntu 10.04 Server on my VPS and would like to install a minimal GUI onto this and allow VNC access to.</p> <p>Please could someone outline the steps required to set this up so that I can VNC to my machine under a newly created user account.</p> <p><strong>Create the user:</strong></p> <pre><code>useradd -m -s /bin/bash -p password -d /home/usera userA chown userA:users /home/usera </code></pre> <p><strong>Install the GUI</strong></p> <pre><code>sudo apt-get install --no-install-recommends ubuntu-desktop </code></pre> <p><strong>Setup VNC</strong></p> <p>?</p>
9543
9543
2011-02-19T22:30:19.300
2012-03-08T07:14:32.563
Installing a minimal GUI + VNC
[ "10.04", "server", "gui", "vnc" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T22:12:11.350", "id": "29923", "postId": "27164", "score": "0", "text": "Does the --no-install-recommends flag work with apt-get?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-19T22:31:46.850", "id": "29925", "postId...
null
[ { "accepted": null, "body": "<p>When you have the GUI installed, run sudo apt-get install vino to install remote desktop support. This is a little old, but it ought to explain how to configure it through ssh: <a href=\"http://ubuntuforums.org/archive/index.php/t-266981.html\" rel=\"nofollow\">http://ubuntuf...
null
null
null
null
null
27165
1
null
2011-02-19T21:39:08.407
1
1781
<p>How can I get my Canon Pixma MX 310 Printer to work with Ubuntu?</p>
2276
866
2011-02-20T17:04:55.953
2020-05-31T12:10:24.227
How can I get my Canon Pixma MX 310 Printer working?
[ "printing", "canon" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T22:22:45.400", "id": "29924", "postId": "27165", "score": "0", "text": "Is it the printer or the scanner or both that don't work?", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-19T23:06:13.303", "id": "29934", "post...
null
[ { "accepted": null, "body": "<p>Go to the Canon website: </p>\n\n<p><a href=\"http://software.canon-europe.com/products/0010697.asp\" rel=\"nofollow\">http://software.canon-europe.com/products/0010697.asp</a></p>\n\n<p>Download the MX320 driver (the driver contains all drivers) download the deb and install ...
null
null
null
null
null
27168
1
28432
2011-02-19T22:05:32.403
9
23001
<p>I'm trying to use a free service using the OpenVPN protocol using OpenVPN's GUI module in the network manager.</p> <p>The config worked perfectly well as <code>.ovpn</code> on Windows. The behavior in Windows is such that I ran OpenVPN GUI and chose to connect to this particular VPN. It would then show the activity in the attempt to connect and opens a dialog box for username/password authentication.</p> <p>I've successfully imported all the configurations by changing the file type to <code>.conf</code> and using the import feature in network manager. However, attempting to connect would simply display the network manager's attempting to connect animation, but ultimately end with a notification of connection timing out. No prompt asking for authentication would appear at all, nor can I find any feature to prefix the authentication details.</p> <pre><code>client dev tun proto tcp remote miami.proxpn.com 443 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert client.crt key client.key cipher BF-CBC keysize 512 comp-lzo verb 4 mute 5 tun-mtu 1500 mssfix 1450 auth-user-pass reneg-sec 0 # If you are connecting through an # HTTP proxy to reach the actual OpenVPN # server, put the proxy server/IP and # port number here. See the man page # if your proxy server requires # authentication. ;http-proxy-retry # retry on connection failures ;http-proxy [proxy server] [proxy port #] </code></pre> <p>Needless to say, but I've downloaded all the required packages for setting up OpenVPN connections.</p> <p>By the way, as you can see above, <code>.key</code> and <code>.crt</code> files location are specified to be in the same directory as the config file. After importing the config file, if I were to remove them, would it cause any problem? Note, I haven't removed them, so the problem I'm facing is not due to the absence of these files.</p>
814
814
2011-02-21T19:10:51.273
2014-03-20T19:33:06.303
Config import on network-manager-openvpn
[ "network-manager", "vpn", "openvpn" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Try connecting to VPN from command line. This will make sure that the problem is with NetworkManager and not something else. You can connect from command line using:</p>\n\n<pre><code>openvpn --config /path/to/config.ovpn\n</code></pre>\n\n<p>You may need to run this command using sudo. </p>\n\n<p>If you can successfully connect from command line then try adding yourself to <code>netdev</code> group and uncheck <code>Available to all users</code> in vpn settings window in NetworkManager and then try connecting using NM.</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-02-28T17:04:01.683", "id": "31570", "postId": "28432", "score": "1", "text": "As expected, it connected perfectly on the attempt in Terminal. It did need `sudo` privileges.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-28T17:52:52.103", "id": "31579", "postId": "28432", "score": "0", "text": "So, did you try adding your self to 'netdev' group, unchecking 'Available to all users' in connection properties in Network Manager and then connecting through Network Manager ?", "userDisplayName": null, "userId": "6713" }, { "creationDate": "2011-03-01T08:17:58.640", "id": "31653", "postId": "28432", "score": "0", "text": "How do I do that on the command line? I'm on a minimal install, and the GUI for user management is not installed.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-03-01T09:00:52.440", "id": "31659", "postId": "28432", "score": "0", "text": "you can add user to 'netdev' group using following command \"sudo usermod -aG netdev <user-name>\"", "userDisplayName": null, "userId": "6713" }, { "creationDate": "2011-03-01T09:24:00.117", "id": "31668", "postId": "28432", "score": "0", "text": "... It worked... But it didn't ask me to authenticate... WTF?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-03-01T09:24:49.080", "id": "31669", "postId": "28432", "score": "0", "text": "And please tag @Oxwivi when you comment, I won't get notified otherwise.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2017-03-25T20:02:09.783", "id": "1404847", "postId": "28432", "score": "0", "text": "This helped me to make sure my connection is valid. I would be interested in how to proceed from here via command line. How would I connect to the openvpn server and then when the connection is up access the LAN on the server's side? If I run the command in shell I have to Ctrl-C the process to be able to put in another command. So how would I proceed while keeping the connection up?", "userDisplayName": null, "userId": "344895" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-28T14:01:08.000", "id": "28432", "lastActivityDate": "2011-02-28T14:01:08.000", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6713", "parentId": "27168", "postTypeId": "2", "score": "13" }
[ { "accepted": null, "body": "<p>I think <code>tail -f /var/log/{syslog,messages}</code> followed by reconnecting the VPN could give some answers.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-28T08:05:30.033", "id": "31517", "postId": "28406", ...
null
null
null
null
null
27170
1
27177
2011-02-19T22:22:09.997
2
6383
<p>I have a separate monitor that I use for Toodledo (a web-based task managment app), in which I like to display various views (Next Action Status, Waiting Status, Planning Status, and Overdue Due-Date items). I've been playing around with some add-ons on Firefox that allow you to split the browser, but they are cumbersome. </p> <p>I'm now trying Chrome, and opening 4 different browser windows that I've tiled on the screen in quadrants (I use the Compiz grid applet for this). This is not ideal as each browser replicates the URL bar and the tab, and I don't have opening ths windows automated upon restart. Chrome is great in managing screen real estate, but this is not ideal. In Firefox I tried various extension to hide interface elements, but it was very clunky... Am wondering whether anyyone has tried to do similar with TD, and how they achieved what I'm going after?</p> <p>Am wondering whether someone has a good technique for accomplishing what I'm looking for?</p>
2692
null
null
2012-01-30T21:19:22.473
Technique to Display Multiple Browser Windows Tiled at Same time?
[ "browser" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h2>Chrome/ium</h2>\n\n<p>There are a few Chrome/ium extensions that mimic what you are trying to achieve, but I didn't find any exceptionally good ones.</p>\n\n<h2>Firefox</h2>\n\n<p>I did however find a pretty good Firefox extension for screen splitting: <strong><a href=\"https://addons.mozilla.org/en-us/firefox/addon/fox-splitter-formerly-split-br/\" rel=\"nofollow\">Fox Splitter</a></strong>, it seems to do the job well enough.</p>\n\n<h2>Opera</h2>\n\n<p>Opera provides built-in support for managing tabs in this manner. <strong>Right click the Tab Bar</strong>, go to <strong>Arrange</strong> and proceed to select <strong>Tile Vertically</strong>.</p>\n\n<h2>SSB</h2>\n\n<p>Alternatively, you could use an SSB (Single Site Browser or Site Specific Browser). An SSB is an application with an embedded browser designed to work exclusively with a single web application. It doesn't have the menus, toolbars and accoutrements of a normal web browser. You would then use one of these per web page and tile them using the Compiz grid plugin. You could use <strong><a href=\"http://apt.ubuntu.com/p/prism\" rel=\"nofollow\">Mozilla Prism</a></strong>, an SSB that uses Firefox as its back-end. Chrome/ium also provide SSB functionality, this is done by first navigating to the desired web page, then clicking the <strong>Wrench Icon > Tools > \"Create Application Shortcuts...\"</strong>.</p>\n\n<p>Note: My original answer contained more hyperlinks, but I was prevented from posting because I do not have enough reputation.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-20T01:22:55.277", "id": "29962", "postId": "27177", "score": "0", "text": "I forgot about SSB, but I agree that this is the way to go with Compiz grid... just tried it out and it works well, without breaking my ability to just run plain old normal browser session with regular interface elements... Chrome will be the ticket for me. Can you think of a way or launching 4 x SSB with one click? The SSBs instance on Chrome seem to remember their screen position.", "userDisplayName": null, "userId": "2692" }, { "creationDate": "2011-02-20T16:15:33.527", "id": "30068", "postId": "27177", "score": "0", "text": "You'll probably need a custom script to open them all at once and get them arranged in a grid using Compiz.", "userDisplayName": null, "userId": "814" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-19T23:53:49.067", "id": "27177", "lastActivityDate": "2011-02-20T16:09:15.760", "lastEditDate": "2011-02-20T16:09:15.760", "lastEditorDisplayName": null, "lastEditorUserId": "11140", "ownerDisplayName": null, "ownerUserId": "11140", "parentId": "27170", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<h2>Chrome/ium</h2>\n\n<p>There are a few Chrome/ium extensions that mimic what you are trying to achieve, but I didn't find any exceptionally good ones.</p>\n\n<h2>Firefox</h2>\n\n<p>I did however find a pretty good Firefox extension for screen splitting: <strong><a href=\"http...
null
null
null
null
null
27171
1
27191
2011-02-19T22:35:06.303
3
3217
<p>I have had an Acer Revo box as a media centre for a while. I recently installed Ubuntu Server (10.10) on it and polished it up with <code>nodm</code> (one of the most simple ways to launch an X session) and installed <code>boxee</code>. It's been working fine for over a month.</p> <p>It's just running ALSA. I've had problems with PulseAudio/Boxee/HDMI before so I wanted to keep it simple. And that worked. It pushed both PCM and digital (AAC and various Dolby codecs) over HDMI perfectly.</p> <p>But I restarted it the other day after mucking around with some <code>nfs</code> configuration and now there isn't any sound.</p> <p>The hardware is an ION chipset. Nvidia 9400M graphics with Nvidia MCP79/7A audio.</p> <p>One thing I have noticed is there doesn't appear to be any sign of a <code>IEC958</code> device. A traditional fix in the past for fresh installs has been to load <code>alsamixer</code>, find the IEC device and <a href="http://ubuntuforums.org/showthread.php?t=1332261" rel="nofollow">toggle its mute</a> but I can't. I'm <strong>certain</strong> this used to represent the HDMI output. It just doesn't seem to exist any more unless I run <code>sudo alsa-utils restart</code> while <code>boxee</code> is running, when I see it in an error message:</p> <pre><code>* Shutting down ALSA... [ OK ] * Setting up ALSA... * warning: 'alsactl restore' failed with error message 'alsactl: set_control:1388: Cannot write control '2:0:0:IEC958 Playback Default:0' : Operation not permitted'... ...done. </code></pre> <p>When <code>nodm</code> (and thus boxee) aren't running, I don't see this error but <code>alsamixer</code> still doesn't show the IEC channel.</p> <p><code>aplay -l</code> gives:</p> <pre><code>card 0: NVidia [HDA NVidia], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0] Subdevices: 0/1 Subdevice #0: subdevice #0 </code></pre> <p>Its section in <code>lshw</code> reads:</p> <pre><code> *-multimedia description: Audio device product: MCP79 High Definition Audio vendor: nVidia Corporation physical id: 8 bus info: pci@0000:00:08.0 version: b1 width: 32 bits clock: 66MHz capabilities: pm bus_master cap_list configuration: driver=HDA Intel latency=0 maxlatency=5 mingnt=2 resources: irq:22 memory:fae78000-fae7bfff </code></pre> <p>I was running on the stock PAE kernel but now it's running on 2.6.37.1. I upgraded to see if that fixed things; it didn't.</p> <p>I'm considering a reinstall but I hate doing that because a) there's a bit of custom configuration in getting X and Boxee to start on boot and b) I don't know what the problem is. If I reinstall this time, I'll end up doing that <em>every</em> time the sound breaks. I love Ubuntu but I don't want to install it once a month.</p> <p>Is there any way to forcibly reset all <code>alsa</code> settings and restart from scratch (without doing a reinstall)? Any other tips?</p> <p>If you need more information, just ask.</p> <p>Debug information: <a href="http://www.alsa-project.org/db/?f=e615af490271aa6c67cfdba23d14c757012aecd9" rel="nofollow">http://www.alsa-project.org/db/?f=e615af490271aa6c67cfdba23d14c757012aecd9</a></p>
449
449
2011-02-20T00:07:30.887
2011-02-20T02:23:14.103
HDMI sound gone, can't figure out how to turn it back on
[ "sound", "alsa", "hdmi" ]
1
4
CC BY-SA 2.5
[ { "creationDate": "2011-02-19T23:02:14.323", "id": "29930", "postId": "27171", "score": "0", "text": "How do you have audio setup in boxee its self?", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-19T23:21:36.853", "id": "29936", "postId": "27171...
{ "accepted": true, "body": "<p>Fixed it. Turns out almost everything I observed was a complete red herring. Boxee was grabbing the sound device on boot and then wouldn't let its video player use it.</p>\n\n<p>The fix is hacky but it works. It's a simple bait-and-switch. You write a script that edits the boxee config so the sound purposefully doesn't work, then start boxe (it tries to grab an imaginary card and fails) and then after a few seconds, the script puts the audio config back to what it should be, allowing videos to play sound.</p>\n\n<p>Instead of running the boxee binary directly, you just call the script.</p>\n\n<p>See: <a href=\"http://jira.boxee.tv/browse/BOXEE-4411?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#issue-tabs\" rel=\"nofollow\">http://jira.boxee.tv/browse/BOXEE-4411?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#issue-tabs</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-20T10:17:33.910", "id": "30006", "postId": "27191", "score": "0", "text": "I was just about to suggest that Oli seriously. *cough* must make a note of that.", "userDisplayName": null, "userId": "6450" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T02:23:14.103", "id": "27191", "lastActivityDate": "2011-02-20T02:23:14.103", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "27171", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Fixed it. Turns out almost everything I observed was a complete red herring. Boxee was grabbing the sound device on boot and then wouldn't let its video player use it.</p>\n\n<p>The fix is hacky but it works. It's a simple bait-and-switch. You write a script that edits the bo...
null
null
null
null
null
27176
1
27185
2011-02-19T23:42:27.653
14
3720
<p>When trying to manage trash can from mounted NTFS volumes, I ended up reading <a href="http://www.freedesktop.org/wiki/Specifications/trash-spec" rel="noreferrer">FreeDesktop.org's reference</a> on it.</p> <p>Poking around and doing some tests, I realized Ubuntu/Gnome does not follow the specs 100%. Here's why:</p> <ul> <li><p>For non-/ partitions, it <strong>always</strong> uses <code>&lt;driveroot&gt;/.Trash-&lt;uid&gt;</code>, It <strong>never</strong> used <code>&lt;driveroot&gt;/.Trash/&lt;uid&gt;</code>, even when i created it in advance. While this works, it's annoying: if I have 15 users, I end up with 15 <code>/.Trash-xxx</code> folders in my drive, while the other approach would still give a single folder (with 15 sub-folders). That "pollution" in my drives is very unpleasant. And specs say "<em>If an <code>$topdir/.Trash</code> directory is absent, an <code>$topdir/.Trash-$uid</code> directory is to be used</em>". Well, it is present, so why does it never use it?</p></li> <li><p>root trash does <strong>not</strong> work, at least not out of the box. Open nautilus as root and click on trash; it gives an error. Try to delete any file, it says "it can't move to trash". Ok, I know this can be fixed by creating <code>/root/.local/share</code>. But specs says "<em>A “home trash” directory SHOULD be automatically created for any new user. If this directory is needed for a trashing operation but does not exist, the implementation SHOULD automatically create it, without any warnings or delays.</em>". Why the error then? Bug?</p></li> <li><p>Why must I change <code>/etc/fstab</code> entries for mounted volumes, adding options like uid and guid, if the volumes are already mounted as RW for everyone? </p></li> </ul> <p>These are just some examples of deviation from the standard. So, the question is:</p> <p><strong>"If Ubuntu does not adhere 100% to the spec, HOW <em>exactly</em> does the trash work? WHERE can i find a technical reference for Ubuntu's implementation of the trash?"</strong></p> <p>By the way: if Ubuntu does happen to follow specs, please tell me what I am doing wrong, especially regarding the <code>/.Trash-&lt;uid&gt;</code> vs <code>/.Trash/&lt;uid&gt;</code> issue.</p> <p>Thanks!</p> <p><strong>EDIT:</strong></p> <p>Some more info:</p> <ul> <li><p>If a given fs has no support for the sticky bit (VFAT, NTFS), it probably doesn't have for permissions either (at least VFAT surely doesn't). So what prevents one user from purging <code>/</code> restoring other users' <code>./Trash-xxx</code> ? If one can read/write his own Trash, one can do the same for the whole drive, including other's trashes, correct? Or does Gnome have some kind of "extra" protection on <code>./Trash-xxx</code> folders on VFAT/NTFS fs?</p></li> <li><p>If Linux can "emulate" file permissions on NTFS mounting by editing <code>/fstab</code> uid and gid options, can it also "emulate" the sticky bit? I would really prefer to use <code>/.Trash/xxx</code> format...</p></li> <li><p>For the root issue: for the / partition, I can use trash as root, and it goes to <code>/root/.local/share/Trash</code>. But if I click on Nautilus "Trash" (as root), I get an error. Don't you? So files are correctly trashed, but I can't access it. All I can do is manually "purge" them (by deleting files on <code>/root/.local/share/Trash</code>), but restoring would be very tricky (opening info files and manually moving, etc.).</p></li> <li><p>For non-/ partitions (or at least for VFAT/NTFS), I can not even use trash as root: it does not create a <code>./Trash-0</code> folder, it simply says "Cannot trash, want to permanently delete?" Why?</p></li> <li><p>About fstab: i use it for a permanent mount for my NTFS partitions. I have several, and if not "pre-mounted" they really clutter the desktop and/or Nautilus. I'd rather have it pre-mounted, integrated in my file system, in mounts like <code>/data</code> , <code>/windows/xp</code> , <code>/windows/vista</code> , and so on, and leave <code>/media</code> and its "mount/unmount" flexibility just for truly removable drives.</p></li> </ul> <p>So, if Ubuntu/Gnome truly follows the spec, is there any way to fix the root issues and to "emulate" the sticky bit for (at least) my fstab'ed NTFS fixed partitions?</p>
11015
13472
2013-06-19T10:20:07.333
2013-06-19T10:20:07.333
How does the Trash Can work, and where can I find official documentation, reference, or specification for it?
[ "gnome", "nautilus", "trash", "documentation" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>GNOME is using .Trash correctly as far as I understand - if you look in gio/glocalfile.c source you'd see that it does make an attempt to use the .Trash directory if it exists. Do note though that the directory has to have the correct permissions for users to be able to safely store trash files in it (and in safely here, I mean that other users won't be able to recover user's trashed files). For this GNOME requires that the .Trash directory must have the sticky bit set on it - see Trash Directories,note (1) in FreeDesktop.Org's Trash specification.</p>\n\n<p>The main problem with the above approach, is that most r/w removable media you find is FAT, which doesn't support the sticky bit so the only way to handle this safely is to use a per user trash directory.</p>\n\n<p>Regarding root Trash - I can't reproduce the problem you describe, it seems to work well for me.</p>\n\n<p>Regarding /etc/fstab - I'm not sure what is the problem there: you should need to mess around with fstab, unless you want full control over where an external file system is mounted. Normally removable media is mounted automatically upon detection in /media for the user that is currently active, but it is then inaccessible to any other user. If you want a different setup then you should mess with the configuration file. I don't see how that relates to trash, though.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-20T01:28:18.293", "id": "29963", "postId": "27185", "score": "0", "text": "Thanks! You gave me LOTS of interesting info, and a few questions arose... where should i ask / reply your comments? Here in this comment or editing my original question?", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2011-02-20T02:25:25.773", "id": "29966", "postId": "27185", "score": "0", "text": "Ive marked yours as accepted answer... but, if possible, please reply to the new issues ive mentioned in my (edited) question. And thanks a LOT for your answer!", "userDisplayName": null, "userId": "11015" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T00:23:06.747", "id": "27185", "lastActivityDate": "2011-02-20T00:23:06.747", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6537", "parentId": "27176", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>GNOME is using .Trash correctly as far as I understand - if you look in gio/glocalfile.c source you'd see that it does make an attempt to use the .Trash directory if it exists. Do note though that the directory has to have the correct permissions for users to be able to safel...
null
null
null
null
null
27178
1
null
2011-02-20T00:04:17.010
2
812
<p>I was hoping to set my local host in my resolv.conf to hermes. So in affect if I type in hermes:8080 into the browser, I get the localhost:8080</p> <p>How is this accomplished?</p> <p>Please and thank you.</p>
333
null
null
2011-02-20T00:11:41.070
I would like to set 127.0.0.1 in my resolv.conf
[ "browser", "localhost", "resolv.conf" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-09-07T15:42:31.517", "id": "69067", "postId": "27178", "score": "0", "text": "From what I understand reading the answers, you need to replace 'localhosts' in '/etc/hosts' with 'hermes'. Good luck.", "userDisplayName": null, "userId": "814" } ]
null
[ { "accepted": null, "body": "<p>You can add it to /etc/hosts, like this:</p>\n\n<p>127.0.0.1 hermes</p>\n\n<p>(127.0.0.1 is the same as localhost)</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-02-20T00:12:49.477", "id": "29951", "postId": "27180", ...
null
null
null
null
null
27187
1
null
2011-02-20T00:30:00.877
2
1356
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/22946/how-to-install-the-latest-gnome-3-build">How to install the latest GNOME 3 build?</a> </p> </blockquote> <p>Is there an up to date PPA of gnome-shell? I have a number of issues building it, and I'd prefer not to use an old version.</p>
9940
-1
2017-04-13T12:24:49.530
2011-02-20T00:53:23.013
Is there an up-to-date gnome-shell PPA?
[ "gnome" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>It only has packages for Ubuntu 11.04, but <a href=\"https://launchpad.net/~ricotz/+archive/testing\" rel=\"nofollow\">Rico Tzschichholz's Testing PPA</a> has recent gnome-shell builds.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "...
null
null
2011-03-03T16:52:04.383
null
null
27189
1
27451
2011-02-20T01:30:34.363
11
18570
<p>It would be very useful, and am thinking of switching to XFCE for the speed.</p>
9494
null
null
2015-10-11T13:58:04.500
Is there a global menu for the XFCE panel?
[ "xfce", "globalmenu", "xfce-panel" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h2><em>This instructionswork in 11.10 and earlier</em></h2>\n\n<p>No and yes. There is not one currently supported just for xfce that works (an old one exists, but is broke-see below). However, you can use the \"xfce-xfapplet-plugin\" xfce plugin (listed in synaptic) to put the \"gnome-applet-globalmenu\" or the \"indicator-applet-appmenu\" onto the xfce panel.</p>\n\n<p>See my answer at the following link to add the \"gnome-applet-globalmenu\" to your setup. The instructions are for the gnome panel, but if you use the the plugin I mentioned above, you can add the \"gnome-applet-globalmenu\" to your xfce panel. It is a bit flaky. I found the \"indicator-applet-appmenu\" works better with xfce while the \"gnome-applet-globalmenu\" works better with the gnome-panel. Your mileage may vary.</p>\n\n<p><a href=\"https://askubuntu.com/questions/11490/global-menu-applet-on-maverick/11591#11591\">Global - Menu applet on maverick</a></p>\n\n<p>The ppa mentioned in the link also adds a listing in synaptic for an \"xfce4-global-menu applet\", but it does NOT work and according to the README is no longer supported.</p>\n\n<p>Here is a screenshot of it in action (yes, I like a mac-ish look):\n<img src=\"https://i.stack.imgur.com/73aX2.png\" alt=\"xfce with &quot;indicator-applet-appmenu&quot; in panel\"></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-22T04:14:30.013", "id": "30363", "postId": "27451", "score": "0", "text": "Is that XFCE? How did you remove the menubar from the windows?", "userDisplayName": null, "userId": "9494" }, { "creationDate": "2011-02-22T15:08:45.590", "id": "30435", "postId": "27451", "score": "0", "text": "@John Yes, that is xfce 4.8 from the koshi ppa: https://launchpad.net/~koshi/+archive/xfce-4.8 The menu automatically went to the panel when I added the indicator-applet-appmenu to the xfce panel.", "userDisplayName": null, "userId": "2680" }, { "creationDate": "2011-10-12T12:48:43.040", "id": "75148", "postId": "27451", "score": "0", "text": "I can't seem to get it working on Oneiric. Anyone tried this?", "userDisplayName": null, "userId": "5771" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-21T21:46:15.090", "id": "27451", "lastActivityDate": "2012-10-13T22:44:13.080", "lastEditDate": "2017-04-13T12:23:20.177", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "2680", "parentId": "27189", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<h2><em>This instructionswork in 11.10 and earlier</em></h2>\n\n<p>No and yes. There is not one currently supported just for xfce that works (an old one exists, but is broke-see below). However, you can use the \"xfce-xfapplet-plugin\" xfce plugin (listed in synaptic) to put th...
null
null
null
null
null
27190
1
37199
2011-02-20T01:47:58.133
2
932
<p>I recently upgrade to Ubuntu 10.10 Maverick Meerkat and to my dismay, the mediakeys "volume up" and "volume down" do not send Dbus signals anymore... how can I add these back?</p> <p>Thanks!!</p> <p><strong>Update:</strong> it seems that under some circumstances (which I don't know exactly yet), the DBus signals start working again. It is as though when a certain application (TBD) is executed, the dbus signals are re-activated.</p>
1021
1021
2011-02-21T13:50:53.407
2011-10-11T22:48:54.893
dbus signal for volume up & down
[ "10.10", "dbus" ]
2
1
CC BY-SA 2.5
[ { "creationDate": "2011-09-11T23:11:33.110", "id": "69796", "postId": "27190", "score": "0", "text": "If you find intermittently functional software in Ubuntu, then that's a sure sign of a bug. File one on launchpad.net. This site is for questions and answers, for not bugs.", "userDisplayNam...
{ "accepted": true, "body": "<p>Found the problem: the service <strong>HAL</strong> isn't running. To start, use:</p>\n\n<p><code>sudo hald --daemon=yes</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2015-11-22T12:53:22.643", "id": "1028154", "postId": "37199", "score": "0", "text": "Would you accept your own answer, as that what worked for you. See http://askubuntu.com/help/self-answer", "userDisplayName": null, "userId": "26246" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T22:41:19.280", "id": "37199", "lastActivityDate": "2011-04-26T22:41:19.280", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1021", "parentId": "27190", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Try opening <code>Keyboard Shortcuts</code> (System -> Preferences -> Keyboard Shortcuts or <kbd>Alt</kbd>-<kbd>F2</kbd> <code>gnome-keybinding-properties</code>) and reassigning the Volume Up and Volume Down keys.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
27192
1
null
2011-02-20T02:52:53.547
1
819
<p>I recently upgraded to ubuntu 10.10 , and installed the proprietary drivers for the ATI video card.Now when i go to change monitor from Mirror to individual or change the resolution it asks for me to log out and log back in , now when i do that it just reverts back to the same resolution and same mirrored preference which i don't want.Is there a way i can change it and keep it changed?</p>
4005
null
null
2011-11-20T03:34:59.697
Monitor resolution wont change
[ "ati", "resolution", "monitor" ]
3
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-20T16:31:40.093", "id": "30070", "postId": "27192", "score": "0", "text": "i know how to change it ,but for some reason when i do go there and do change it and log out and back in it will revert back to its original settings.", "userDisplayName": null, "userId"...
null
[ { "accepted": null, "body": "<p>You can change your monitor settings by going to System-&gt; Preferences-&gt; Monitors and you should see available settings like this.</p>\n<p><img src=\"https://i.stack.imgur.com/WTNav.png\" alt=\"Monitor Preferences\" /></p>\n<p>Once you change any of the settings and hit ...
null
null
null
null
null
27198
1
27199
2011-02-20T03:52:40.770
2
483
<p>Is there any lock-keys-applet alternative to kubuntu. I just want some indication whenever I use caps lock or num lock key. I am using dell inspiron n5010 laptop and it does not have inbuilt indicator. Thanks</p>
8207
null
null
2018-02-15T18:28:39.077
lock-keys-applet alternative for Kubuntu
[ "dell", "kubuntu", "capslock" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2018-02-15T18:28:39.077", "id": "1629310", "postId": "27198", "score": "0", "text": "It worked for me (Ubuntu Budgie 17.10) http://tipsonubuntu.com/2014/05/23/caps-lock-indicator-ubuntu-1404/", "userDisplayName": null, "userId": "795510" } ]
{ "accepted": true, "body": "<p>I have solved it, the solution is to install <code>plasma-widget-kbstate</code></p>\n\n<pre><code>sudo apt-get install plasma-widget-kbstate\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-20T04:18:21.943", "id": "27199", "lastActivityDate": "2017-02-24T15:55:37.707", "lastEditDate": "2017-02-24T15:55:37.707", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "8207", "parentId": "27198", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>I have solved it, the solution is to install <code>plasma-widget-kbstate</code></p>\n\n<pre><code>sudo apt-get install plasma-widget-kbstate\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", ...
null
null
null
null
null
27200
1
null
2011-02-20T04:29:01.813
4
420
<p>I had the following repository for virtualbox in my /etc/apt/sources.list: <code>deb ttp://download.virtualbox.org/virtualbox/debian maverick non-free</code></p> <p>Then I found out there was a new version when I opened it today (the program prompted me with a window to manually download it from Oracle's site). Then I tried <code>sudo apt-get update &amp;&amp; sudo apt-get upgrade and got nothing</code>.</p> <p><a href="http://www.ubuntugeek.com/virtualbox-4-0-2-released-and-ubuntu-10-1010-049-10-installation-instructions-included.html" rel="nofollow">Here</a> you have a way to add virtualbox-4.0 to your apt-get, but the problem is that it isn't updating, meaning I would have the two installed. I'm also worried if I'll have to do something like that each time it updates since that would defeat the point of apt-get.</p> <p>I've been using virtualbox with the apt-get update for more than a year now and this is the first time it has happened, so I was wondering if there would be a way to just update my current installation.</p>
null
3940
2011-02-20T09:28:51.203
2011-02-20T12:46:43.313
Can I use my VirtualBox 3.* VMs with VirtualBox 4.0? If so, how come the repository doesn't have it?
[ "virtualbox", "virtualization", "updates" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Virtual Box 4.0 is a major update. The previous version still needs to be supported. To acchieve this the Virtual Box repository will be available for both, the 3.x and the 4.x version.</p>\n\n<p>If you want to run the latest version you need to add the 4.x repository to your...
null
null
null
null
user10394
27203
1
33485
2011-02-20T05:06:30.973
7
792
<p>I recently upgraded to Firefox 4. There is extension in synaptic - xul-notify that can be used in Firefox 3.x to get native notifications through notify-osd but it is not working with Firefox 4. Is there a similar separate extension for Firefox 4 or some other workaround to get native notifications?</p>
8592
null
null
2013-03-14T14:04:16.217
How to Get Native Notifications with Firefox 4?
[ "firefox", "notify-osd" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-20T15:01:17.197", "id": "30054", "postId": "27203", "score": "1", "text": "I don't have a solution, I'm afraid - although they may still update the extension before Firefox 4 is officially released. I just wanted to say thanks, because I'd never heard of this extension...
{ "accepted": true, "body": "<p>xul-ext-notify looks like it may have come to an end. Here is the git-hub page for the extension: <a href=\"https://github.com/linkinpark342/firefoxnotify\" rel=\"nofollow\">https://github.com/linkinpark342/firefoxnotify</a></p>\n\n<p>It hasn't been updated since 2009. Hopefully someone takes up the challenge to write another extension or update this one.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-04-04T17:10:51.597", "id": "33485", "lastActivityDate": "2011-04-04T17:10:51.597", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13541", "parentId": "27203", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>xul-ext-notify looks like it may have come to an end. Here is the git-hub page for the extension: <a href=\"https://github.com/linkinpark342/firefoxnotify\" rel=\"nofollow\">https://github.com/linkinpark342/firefoxnotify</a></p>\n\n<p>It hasn't been updated since 2009. Hopefu...
null
null
null
null
null
27213
1
null
2011-02-20T07:36:50.313
232
539254
<p>Under Windows, most applications and application data are stored in a special directory known as <code>C:\Program Files</code> (and occasionally <code>C:\Program Files (x86)</code>). What is the Ubuntu/Linux equivalent to this path? Is there even one?</p>
null
208574
2016-12-20T20:33:13.860
2022-07-07T21:34:35.880
What is the Linux equivalent to Windows' Program Files?
[ "filesystem" ]
10
3
CC BY-SA 3.0
[ { "creationDate": "2011-02-20T08:17:06.583", "id": "370265", "postId": "27213", "score": "2", "text": "If you want to know where are the files of specific package, you can use Synaptic package manager. Just search for package, and see its installed files.", "userDisplayName": null, "user...
null
[ { "accepted": null, "body": "<p>[EDIT: You should probably <a href=\"https://askubuntu.com/questions/27213/what-is-the-linux-equivalent-to-windows-program-files/551932#551932\">check out d4nyll's answer instead</a>, which is a nifty map, acting as an extensive beginner's guide to the Linux file system]</p>\...
null
null
null
null
user11154
27224
1
null
2011-02-20T09:05:55.797
8
1803
<p>What essential software do you have on a Ubuntu Desktop machine?<br> One per answer please, and if you can, provide the official site link if they have it.</p> <p>Before adding an another answer, please search for it first and upvote the existing answer rather than adding it again.</p> <p>To search, use the search box in the upper-right corner. To search the answers of the current question, use inquestion:this. For example:</p> <blockquote> <p>inquestion:this "7-zip"</p> </blockquote> <p>P.S Inspired by this <a href="https://superuser.com/questions/1241/what-are-some-must-have-windows-programs">question</a>. I think the question was very useful for Windows users.<br> I don't mind if the moderators change this question to community wiki.</p>
5717
-1
2017-03-20T10:18:10.917
2017-10-25T10:12:26.163
What are some “must have” Ubuntu programs?
[ "software-recommendation", "software-sources" ]
9
5
CC BY-SA 2.5
[ { "creationDate": "2011-02-20T11:59:01.997", "id": "30019", "postId": "27224", "score": "0", "text": "Inspired by [this thread](http://meta.askubuntu.com/questions/977/why-this-question-is-locked) and Jeff's answer, this question follows the \"infinite list of X\" model that this site can't sust...
null
[ { "accepted": null, "body": "<p><a href=\"http://ubuntu-tweak.com/\" rel=\"nofollow\">Ubuntu Tweak</a> - a must have utility for those new users unfamiliar with command line or bash scripts, very similar to the old Windows Tweak UI</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate...
2011-02-20T09:29:25.067
null
2017-10-25T10:12:43.200
null
null
27228
1
null
2011-02-20T09:25:09.707
16
23085
<p>I tried searching for a guitar tuner for Ubuntu(something similar to PitchPerfect tuner for Windows) and installed lingot but couldn't get it to work. Which guitar tuner do you guys suggest?</p> <p>I hope this isn't the wrong place for this question!!</p>
6572
235
2011-02-20T18:13:33.053
2018-07-07T00:32:34.437
Recommendation for a Guitar tuner
[ "software-recommendation", "sound", "music" ]
5
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>I'm no expert and haven't used it, but <a href=\"http://rakarrack.sourceforge.net/\" rel=\"nofollow\">Rakarrack</a> sounds like it will fit the bill. It's primarily an effects pedal, but also features a tuner. Combined with Ardour or Audacity, it should let you plug your gu...
null
null
null
null
null
27242
1
null
2011-02-20T11:08:58.273
4
26699
<p>I have a special thing: I want to share my scanner over the network. The scanner is connected to a Windows 7 machine, but I want to use it from Ubuntu 10.04...</p> <p>I found some methods:</p> <ul> <li><p><a href="http://www.usb-over-network.com/usbnet-solutions/remote.html" rel="nofollow">USB over Network</a> - it can handle <strong>Linux > Windows</strong>; and <strong>Windows > Windows</strong> it has <strong>Windows</strong> (and <strong>Windows CE</strong>) &amp; <strong>Linux</strong> server, but it has only <strong>Windows client</strong>, their Linux client is coming soon - that's a drag :( - it is not free, but <em>what uses Windows, what is free?</em></p></li> <li><p><a href="http://usbip.sourceforge.net/" rel="nofollow">USBip</a> - to Linux > Linux, it is free, and nice</p></li> </ul> <p>I'm looking for the other way, what can handle <strong>Windows > Linux</strong> thing... I prefer free things, but that thing is maybe not free...</p>
6341
6341
2011-07-28T11:40:18.767
2015-10-26T14:33:30.003
How to share an USB device(scanner) over network (from Windows to Ubuntu)?
[ "10.04", "software-recommendation", "windows", "usb", "share" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-02-20T11:21:47.943", "id": "30016", "postId": "27242", "score": "0", "text": "Try researching Samba solutions.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-20T11:59:28.177", "id": "30020", "postId": "27242", "score":...
null
[ { "accepted": null, "body": "<p>\"If you want to share with another Linux or Unix system, SANE alone should work. If you want to share with a Windows client, you'll need a Windows SANE front-end, such as <a href=\"http://sanetwain.ozuzo.net\" rel=\"nofollow\">SaneTwain</a>.\"</p>\n\n<p>Source: <a href=\"htt...
null
null
null
null
null
27247
1
null
2011-02-20T12:19:22.000
3
126
<p>I have a client that wants to have Flash buttons on their website. As much as I hate Flash, I am trying to comply with their request. </p> <p>I have not been able to find a single Flash button generator for Ubuntu at all. Can someone point me in the right direction?</p>
11163
2816
2011-02-20T12:57:14.010
2011-02-20T12:57:14.010
What Flash button generators are there?
[ "software-recommendation", "graphics", "flash", "multimedia" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You could use online button(and other effects) generators like <a href=\"http://www.effectgenerator.com/\" rel=\"nofollow\">this</a> or <a href=\"http://www.webestools.com/flash-button-maker-animation-swf-free-flash-button-generator-online-web20.html\" rel=\"nofollow\">this</...
null
null
null
null
null
27251
1
27253
2011-02-20T12:43:00.790
3
458
<p>I've got an NTFS partition which I never need as a whole. When using it from Ubuntu I only need a specific directory of it which I like to have mounted into a dedicated directory under my Linux FS root. Can I specify it in fstab?</p>
2390
null
null
2011-02-20T17:22:22.373
How to mount a directory inside a fs instead of the whole fs?
[ "filesystem", "mount", "ntfs", "fstab" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Not directly. You still have to mount the filesystem of the partition but if you dont want it to show up as a drive in nautilus, mount it to somewhere in <code>/mnt/</code></p>\n\n<p>From there you can do a further bind-mount in <code>/etc/fstab</code> to mount the specific directory you want in a place where you want it, eg:</p>\n\n<pre><code>/mnt/windows/dir-you-want-to-mount /media/mydir bind\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-20T17:52:23.653", "id": "30086", "postId": "27253", "score": "0", "text": "Given he needs to mount the whole partition somewhere in the fs, wouldnt a symlink pointing from `/mnt/somedir` to `/media/mydir` be much better than a 2nd fstab entry?", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2013-10-21T08:53:16.200", "id": "464398", "postId": "27253", "score": "0", "text": "@oli Is 'bind' a type of mount? I am looking for a resource to search how to understand those mounting types but I don't know what keyword I should be searching for exactly, could you please provide me with some guidelines to start?, Thanks.", "userDisplayName": null, "userId": "186289" }, { "creationDate": "2013-10-21T09:45:00.803", "id": "464426", "postId": "27253", "score": "0", "text": "@MohammadAbuShady Yeah, it's a simple in-kernel mapping between two already-mounted places. The documentation for bind mounts is in `man mount` (search for \"bind\" and you'll see it). It's not that thorough but it's quite a simple method.", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T12:56:59.003", "id": "27253", "lastActivityDate": "2011-02-20T12:56:59.003", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "27251", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Not directly. You still have to mount the filesystem of the partition but if you dont want it to show up as a drive in nautilus, mount it to somewhere in <code>/mnt/</code></p>\n\n<p>From there you can do a further bind-mount in <code>/etc/fstab</code> to mount the specific d...
null
null
null
null
null
27254
1
27256
2011-02-20T13:17:05.360
5
5098
<p>When I apt-get update I get the following error:</p> <p><code> W: GPG error: <a href="http://ppa.launchpad.net">http://ppa.launchpad.net</a> maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA360C64005E0276 </code></p> <p>How to fix this? Where can I find this key to import it?</p>
2390
3550
2011-02-20T13:25:11.580
2011-02-20T18:11:26.940
Where can I get "DA360C64005E0276" public key for "ppa.launchpad.net maverick Release"?
[ "10.10", "apt", "ppa", "launchpad", "gnupg" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>it's easy you have to download the PPA GPG key :</p>\n\n<blockquote>\n <p>sudo apt-key adv --keyserver\n keyserver.ubuntu.com --recv-keys\n 005E0276</p>\n</blockquote>\n\n<p>and then :</p>\n\n<p><code>sudo aptitude update</code> or <code>sudo apt-get update</code> again.</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey-without-terminal\">How do I fix the GPG error &quot;NO_PUBKEY&quot;?</a></li>\n</ul>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-20T17:24:17.863", "id": "30081", "postId": "27256", "score": "1", "text": "What causes this problem in the first place?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-20T17:54:59.800", "id": "30087", "postId": "27256", "score": "0", "text": "@Toki Tahmidthe problem begin that when you want to include a PPA repository in your sources.list This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built. and this PPA is Signing. more information -> https://help.launchpad.net/Packaging/PPA/InstallingSoftware", "userDisplayName": null, "userId": "3550" }, { "creationDate": "2011-02-20T18:11:15.303", "id": "30094", "postId": "27256", "score": "0", "text": "@Toki See here: http://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey-without-terminal", "userDisplayName": null, "userId": "235" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T13:20:11.010", "id": "27256", "lastActivityDate": "2011-02-20T18:11:26.940", "lastEditDate": "2017-04-13T12:23:59.520", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "27254", "postTypeId": "2", "score": "9" }
[ { "accepted": true, "body": "<p>it's easy you have to download the PPA GPG key :</p>\n\n<blockquote>\n <p>sudo apt-key adv --keyserver\n keyserver.ubuntu.com --recv-keys\n 005E0276</p>\n</blockquote>\n\n<p>and then :</p>\n\n<p><code>sudo aptitude update</code> or <code>sudo apt-get update</code> again.</...
null
null
null
null
null
27258
1
null
2011-02-20T13:26:00.393
3
17173
<p>I've posted this question up on #Ubuntu and #Firefox Forums, and really could do with some help.. Anyone know where i could look or help with the answer. I'm hoping the power of social media will come through… I have a need to perform the following action:</p> <p>Firefox 3.6.x: </p> <p>Quote:</p> <p>open Edit -> Preferences -> Advanced -> Encryption -> View Certificates -> Your Certificates -> Import However i need the same functionality from the bash command line.</p> <p>So far I've established that the following command is supposed to be used:</p> <pre><code>certutil -A -t “u,u,u” -d /home/df001/.mozilla/firefox/qe5y5lht.tc.default/ -n “mycert” -i client.p12 </code></pre> <p>This executes with no isses, however, doesn't show up in any Firefox Certificate store.</p> <p>However, I have noted that prior to running this command, i have a cert8.db key3.db and secmod.db file in the above folder. After running the command the certutil seems to have created a cert9.db, key4.db and pkcs12.txt file</p> <p>Listing the contents using the command:</p> <pre><code>certutil -L -d sql:/home/df001/.mozilla/firefox/qe5y5lht.tc.default/ </code></pre> <p>does seem to confirm my attempts of importing files into a certificate folder of some kind have worked. because i get</p> <blockquote> <p>Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI</p> <p>Thawte SSL CA „ Go Daddy Secure Certification Authority „ Thawte SGC CA „ Entrust Certification Authority - L1C „ My Nero CT,C,c mynero P„ davidfield - Internet Widgits Pty Ltd u,u,u</p> </blockquote> <p>So, having tried this, and heading back over to the internet, I came across this command:</p> <pre><code>pk12util -d /home/df001/.mozilla/firefox/qe5y5lht.tc.default/ -i client.p12 -n “David Field” -P “cert8.db” </code></pre> <p>this again, appears to be importing something somewhere, however, again, Viewing certs from the Firefox interface doesn't show the imported Cert.</p> <p>I'm surmising here on reading that the certutil and pk12util are creating a new NSS database, which Firefox isn't reading. </p> <p>So my question is, how can i get the p12 cert from the command line so it displays in the Firefox Certificate manager interface?</p> <p>Why have i posted this here? Why not post on the Firefox forum? Well i will copy and post the same question there as well, however the ability to use the command line to do this is important, as I have potentially 2000 machines which will need a user cert imported into Firefox via a p12 file. I need to do this in the form of a script, i thought the hard part was going to be making the p12 file from the Microsoft 2003 CA, turns out thats easy. </p> <p>I can't just import via the GUI and copy over cert8.db x 2000, i can't ask users to use the CA web interface as its for VPN access, the users are off site, and they need the VPN to get to the cert server..</p> <p>Is there any person out there who can help?</p> <p>By the way, i don't have the tor button installed.</p>
11165
8844
2011-03-26T00:39:35.643
2014-05-10T14:25:52.193
Importing PKCS#12 (.p12) files into Firefox From the Command Line
[ "command-line", "firefox", "security" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Thanks for the reply, As it happens over the last 24hr i have tracked down why this was not working.</p>\n\n<p>I tested the same c ommand on Suse, Debian 6 and fedora, and it worked fine on all of them which i found a bit strange, however once i updated Ubuntu 10.04 it worked...
null
null
null
null
null
27259
1
null
2011-02-20T13:30:02.213
2
6924
<p>I have installed Oracle 10g Express edition in Ubuntu 10.10 and it doesn't show or ask to give my password during installation.</p> <p>When I click on "start database" it gave the warning "Operation failed, abhi is not a member of 'dba' group." and when clink on "Run SQL command line" it shows <code>/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh: 114: [[: not found</code></p> <p>When I click on "GOTO Database home page", it opens Mozilla's "Ubuntu Google search page".</p> <p>Can anyone help me get my Oracle to work or tell me how to remove that because it is also not getting removed.<br> I tried all the commands that are given as suggestions by Ubuntu.</p> <p>Please help me because I don't want to format my Ubuntu.</p>
null
17722
2012-07-09T13:09:57.260
2018-05-22T20:00:49.807
Problem installing Oracle 10g Express edition
[ "installation", "uninstall", "oracle" ]
3
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>abhi don't worry ... all have solution ... ;)</p>\n\n<p><strong>Install for 32 bits is easy:</strong></p>\n\n<pre><code>sudo sh -c \"echo 'deb http://oss.oracle.com/debian unstable main non-free #Oracle XE' &gt;&gt; /etc/apt/sources.list.d/oraclexe.list\"\n\nwget http://oss.o...
null
null
null
null
user11167
27261
1
27269
2011-02-20T14:30:13.123
2
405
<p>Installing a minimal version of Ubuntu does not have the usual folders of Documents, Downloads, etc. in Home. Is there a way to have them just as it is in regular installs?</p>
814
null
null
2011-02-20T15:36:11.730
Folders in Home of Ubuntu minimal install
[ "ubuntu-minimal" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>You are probably just missing the <code>xdg-user-dirs-gtk</code> and <code>xdg-user-dirs</code> packages. Install them and they should take care of the rest (you might have to log out and log back in to see the changes).</p>\n", "commentCount": "9", "comments": [ { "creationDate": "2011-02-20T16:35:28.493", "id": "30073", "postId": "27269", "score": "0", "text": "What would've I expected I had not installed `xdg-user-dirs-gtk`?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-20T17:15:17.993", "id": "30080", "postId": "27269", "score": "0", "text": "@arrange - Why are they even missing? XDG is a core part of FreeDesktop.org. Perhaps report a bug?", "userDisplayName": null, "userId": "132" }, { "creationDate": "2011-02-20T17:28:42.950", "id": "30082", "postId": "27269", "score": "1", "text": "@doctormo - as Toki Tahmid writes, this is a minimal install. The package does not reverse depend on anything essential, it is also \"Priority: optional\", so I don't see any bug here. I don't have it on my system myself as I use different folders than default install.", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-02-20T17:30:18.123", "id": "30083", "postId": "27269", "score": "0", "text": "Martin, I did not any GUI metapackage, and there's no reason for a GUI related package to be on a vanilla minimal install.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-20T17:33:02.600", "id": "30085", "postId": "27269", "score": "0", "text": "Looks like I'm a little late with my reply. arrange, can you answer my first comment? And would you happen to know about the black cursor in minimal install and how to get it to be the white one in normal Ubuntu? I've installed all the Ubuntu theme relate packages.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-20T17:56:03.747", "id": "30088", "postId": "27269", "score": "1", "text": "Haha, I didn't get it was a question, English is not my first language, sorry. So - from the package's description: \"This extension sets the Gtk bookmark file and tracks changes of the locale to notify the user on login about changed directory names.\"", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-02-20T17:59:08.483", "id": "30089", "postId": "27269", "score": "1", "text": "As for the cursor, try the `dmz-cursor-theme` package. This should add a white cursor to cursor options.", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-02-20T18:55:42.530", "id": "30098", "postId": "27269", "score": "0", "text": "Thanks for the replies, and it's okay English wasn't my first language either, but since I was never good with my native tongue, I used English so much that I know it more than any language now and I think in English as well. Just use English on the internet like crazy, and your vocabulary will go up like there's no tomorrow - except your speaking could be lacking. Cheers!", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-20T19:58:41.647", "id": "30106", "postId": "27269", "score": "0", "text": "Okay, one last question - in my last attempt of minimal install enabling numpad was not permanent and it'd get automatically disabled every session. Any workarounds?", "userDisplayName": null, "userId": "814" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T15:36:11.730", "id": "27269", "lastActivityDate": "2011-02-20T15:36:11.730", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9340", "parentId": "27261", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>It's odd that you don't have those folders... they're not taking up much space on the CD. Do you have these folders when you make a new user?</p>\n\n<p>To put them back, create the folders with the right names, then go</p>\n\n<pre><code>gedit ~/.config/user-dirs.dirs\n</code>...
null
null
null
null
null
27270
1
27276
2011-02-20T15:40:31.550
56
92569
<p>I've recently switched to Ubuntu, and the one thing that has been bothering me is the scroll speed, which I can't seem to change. In windows I used to have it set around 7 lines, but it seem to be around 3 on Ubuntu, and unchangeable. How can I change the speed?</p>
11101
169736
2014-05-02T00:31:05.970
2021-01-18T13:07:18.967
Increasing scroll speed
[ "xorg", "mouse", "mouse-scroll" ]
12
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If it's only for web, you can change the scroll speed in FireFox:</p>\n\n<ul>\n<li><code>Edit</code> menu > <code>Preferences</code> > <code>Advanced</code> tab > <code>Browsing</code> group: disable <strong><em>smooth scrolling</em></strong></li>\n</ul>\n\n<p>Fine-tuning:</p>\n\n<ul>\n<li>Type enter <code>about:config</code> in the address bar</li>\n<li>Find and change <code>mousewheel.withnokey.sysnumlines</code> to FALSE</li>\n<li><p>Then change the <code>mousewheel.withnokey.numlines</code> from 1 to whatever you want.</p></li>\n<li><p>For Firefox versions 73.3.1 and later: - change the <code>mousewheel.min_line_scroll_amount</code> from 1 to whatever you want.</p></li>\n</ul>\n\n<p>And a more general, system-wide solution:</p>\n\n<ul>\n<li><p>For touchpads, some drivers allow customizing scroll sensitivity, like <a href=\"http://live.gnome.org/GPointingDeviceSettings\" rel=\"noreferrer\">GPointingDeviceSettings</a> (GSynaptics successor).</p></li>\n<li><p>For mice, <a href=\"https://bugs.launchpad.net/gtk/+bug/124440\" rel=\"noreferrer\">currently Gnome offers no way for a user to adjust a mouse wheel speed</a>. It's a known wanted feature, triaged as WishList. A solution would be to use <a href=\"http://ubuntuforums.org/showpost.php?p=10406312#20\" rel=\"noreferrer\">some hacks</a>, or really dig deep into a mess of configuration files, and possibly some recompiles. Not fun if you need to adjust the value until you find a comfortable one.</p></li>\n</ul>\n", "commentCount": "5", "comments": [ { "creationDate": "2012-05-10T19:34:52.393", "id": "211494", "postId": "27276", "score": "6", "text": "Just unplug and plug again the mouse connector. It worked for me.", "userDisplayName": null, "userId": "62461" }, { "creationDate": "2020-01-27T10:20:15.603", "id": "2023744", "postId": "27276", "score": "0", "text": "`mousewheel.withnokey` does not exist in FF v72", "userDisplayName": null, "userId": "881300" }, { "creationDate": "2022-03-05T16:39:51.603", "id": "2417043", "postId": "27276", "score": "0", "text": "in FF v97 it's now `mousewheel.min_line_scroll_amount` and `mousewheel.system_scroll_override.enabled` but I found those didn't work (i'm on KDE). What did work was @joeytwiddle s [answer](https://askubuntu.com/a/704254/27606)", "userDisplayName": null, "userId": "27606" }, { "creationDate": "2022-03-11T16:16:45.007", "id": "2419416", "postId": "27276", "score": "0", "text": "My answer is from 2011, I'd be really surprised if it still worked more than 10 years later, specially in something as fast-moving as browser settings", "userDisplayName": null, "userId": "11015" }, { "creationDate": "2023-07-25T18:34:49.123", "id": "2590964", "postId": "27276", "score": "0", "text": "Unplugging and replugging the little USB logitech mouse & keyboard transmitter fixed it for me.", "userDisplayName": null, "userId": "45642" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-02-20T16:29:57.123", "id": "27276", "lastActivityDate": "2020-03-04T01:09:22.933", "lastEditDate": "2020-03-04T01:09:22.933", "lastEditorDisplayName": null, "lastEditorUserId": "106495", "ownerDisplayName": null, "ownerUserId": "11015", "parentId": "27270", "postTypeId": "2", "score": "34" }
[ { "accepted": true, "body": "<p>If it's only for web, you can change the scroll speed in FireFox:</p>\n\n<ul>\n<li><code>Edit</code> menu > <code>Preferences</code> > <code>Advanced</code> tab > <code>Browsing</code> group: disable <strong><em>smooth scrolling</em></strong></li>\n</ul>\n\n<p>Fine-tuning:</p...
null
null
null
null
null
27281
1
27285
2011-02-20T17:47:21.207
2
1648
<p>I am running 10.10 and it has been a nightmare getting my X-fi soundcard to work with it. But I finally have sound coming out of 1 speaker. Anyway, somehow during the whole ordeal of trying to get the sound to work I removed <strong>Sound Preferences</strong> <em><sup>(System ➜ Preferences ➜ Sound)</sup></em> where you can change the sound from mono to surround. Can anyone point me in the direction of how to get this back? Or a good replacement app would do.</p>
11150
8844
2011-10-28T05:51:15.837
2017-02-24T16:06:45.193
Reinstall Sound Preferences
[ "10.10", "sound", "volume-control" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><em>Sound Preferences</em> (<code>gnome-volume-control</code>) is part of the package <code>gnome-media</code>. You can install it using Synaptic Package Manager or from the command line:</p>\n\n<pre><code>sudo apt-get install gnome-media\n</code></pre>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-02-20T19:10:51.853", "id": "30100", "postId": "27285", "score": "0", "text": "When clicking on the link I get a message that says it is already installed. However, it still doesn't show up under my menu. I checked under the Main Menu app to make sure it wasn't disabled.", "userDisplayName": null, "userId": "11150" }, { "creationDate": "2011-02-20T19:13:19.627", "id": "30101", "postId": "27285", "score": "0", "text": "@schwiz Have you tried running `gnome-volume-control` from the terminal?", "userDisplayName": null, "userId": "114" }, { "creationDate": "2011-02-20T19:16:53.033", "id": "30104", "postId": "27285", "score": "0", "text": "Ahh, this is not the app I am looking for. I am talking about the one where you can test individual speakers and toggle mono/stereo/surround", "userDisplayName": null, "userId": "11150" }, { "creationDate": "2011-02-20T19:18:54.517", "id": "30105", "postId": "27285", "score": "0", "text": "@schwiz Are you talking about `pavucontrol`?", "userDisplayName": null, "userId": "114" }, { "creationDate": "2011-02-20T20:25:12.557", "id": "30117", "postId": "27285", "score": "0", "text": "yes that is the one! However when I type this into the terminal I get a error that says `Connection failed: Connection refused` and it exits", "userDisplayName": null, "userId": "11150" }, { "creationDate": "2011-02-20T20:51:11.747", "id": "30120", "postId": "27285", "score": "0", "text": "@schwiz looks like an issue with pulseaudio. That should probably be a separate question for here and/or ubuntu forums.", "userDisplayName": null, "userId": "114" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-20T17:57:22.107", "id": "27285", "lastActivityDate": "2017-02-24T16:06:45.193", "lastEditDate": "2017-02-24T16:06:45.193", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "27281", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p><em>Sound Preferences</em> (<code>gnome-volume-control</code>) is part of the package <code>gnome-media</code>. You can install it using Synaptic Package Manager or from the command line:</p>\n\n<pre><code>sudo apt-get install gnome-media\n</code></pre>\n", "commentCount"...
null
null
null
null
null
27283
1
27291
2011-02-20T17:50:07.467
5
565
<p>At my workplace (a university) we have two Ubuntu servers. One is a teacher server and the other is a student server. I am currently setting up a new server to replace the existing teacher server.</p> <p>The new server is currently online and I am trying to get it setup so I can SSH into it from my home. Right now, I can SSH into the existing teacher or student server and then SSH into the new server. However, I can not SSH directly into the new server.</p> <p>What must I do so that I can SSH directly into the new server?</p> <p>Thank you very much in advance for your time.</p>
10053
3550
2011-02-20T18:06:31.313
2011-02-21T13:16:18.477
How do I set up a server for SSH?
[ "server", "networking", "ssh", "multiple-workstations" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-20T18:00:36.690", "id": "30090", "postId": "27283", "score": "0", "text": "If you can SSH into the server from other servers your problem has nothing to do with SSH.Maybe it's because of network configuration.", "userDisplayName": null, "userId": "10494" }, ...
{ "accepted": true, "body": "<p>If you already have ssh installed on the server and you can't connect from your home, probably you'll have to forward port 22 (or whatever port ssh is using) on the router.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T18:20:00.173", "id": "27291", "lastActivityDate": "2011-02-20T18:20:00.173", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6359", "parentId": "27283", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>If you already have ssh installed on the server and you can't connect from your home, probably you'll have to forward port 22 (or whatever port ssh is using) on the router.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicens...
null
null
null
null
null
27284
1
null
2011-02-20T17:56:11.607
4
570
<p>I want to know if it is possible to use DesktopCouch without UbuntuOne, but with a local CouchDB Server. I found a pairing Tool, but this crashes, when I try to pair two computer.</p> <p>I can find the local Desktop Couches with the Avahi Zeroconf Browser and it should be possible to find them with Python and start a replication</p> <p>To make a long story short: I want to sync DesktopCouch Databases in my local network without Ubuntu One. Is that possible?</p>
4871
8844
2011-03-15T05:38:23.750
2015-10-06T07:11:08.557
Using DesktopCouch without Ubuntu One?
[ "ubuntu-one", "sync", "couchdb", "desktopcouch" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>Hm. This is precisely and absolutely what the desktopcouch pairing tool is for, so if it's crashing it sounds like you've found a bug. Can you file a bug about this issue, and we'll look into it?</p>\n", "commentCount": "2", "comments": [ { "creationDate...
null
null
null
null
null
27287
1
27289
2011-02-20T18:00:27.407
9
4152
<p>I have a netbook with Ubuntu Netbook 10.04 and a desktop with Mint 10 (~ Ubuntu Desktop 10.10)</p> <p>Both of them have read/write NTFS partitions mounted via /etc/fstab. And it works fine.</p> <p>Ive read on net, google, forums, and several posts here, that NTFS-3G is the driver that allows you to have full access to an NTFS partition, that it is new, great, powerful, yada-yada. </p> <p>But... my entries use plain <code>ntfs</code>, no mention of -3g, and they still work perfectly as read and write. Am I already using ntfs-3g? Does 10.04 onwards use it "under the hood"? How can i check that in my system?</p> <p>Should my /etc/fstab entries should use "ntfs-3g" as the fs? Why some posts refer to <code>mount ntfs</code>, while others say <code>mount ntfs-3g</code> ?</p> <p>Im really confused about where should I use fs-type names (ntfs) or driver names (ntfs-3g?). </p> <p>Or is it irrelevant now, and ntfs is always an "alias" or something for ntfs-3g nowadays?</p> <p>Ive read some posts her, from Oct-10 and Nov-10 e that "announce" that ntfs-3g "finally arrived"... thats way post-Lucid 10.04.</p> <p>Could someone please undo this mess in my head, and explain the relation between ntfs and ntfs-3g, what is the current status (10.04 and 10.10), where should i use each, etc (regarding mount, fstab, etc)?</p> <p>Sorry for the long, confusing, redudant text... im really getting sleepy</p>
11015
null
null
2011-02-20T19:53:37.893
NTFS and NTFS-3G
[ "10.10", "10.04", "mount", "ntfs", "fstab" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>When you use <code>ntfs</code> filesystem type, in <code>fstab</code> or in <code>-t</code> <code>mount</code> option, <code>mount.ntfs</code> is used, and you can check with <code>ls</code> that <code>/sbin/mount.ntfs</code> is ultimatedly linked to <code>ntfs-3g</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2014-06-02T14:45:33.210", "id": "632405", "postId": "27289", "score": "0", "text": "so you mean that even if I use ntfs, ntfs-3g is used? (because ntfs kinda \"links\" to ntfs-3g)?", "userDisplayName": null, "userId": "174392" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T18:10:26.643", "id": "27289", "lastActivityDate": "2011-02-20T18:10:26.643", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2647", "parentId": "27287", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>When you use <code>ntfs</code> filesystem type, in <code>fstab</code> or in <code>-t</code> <code>mount</code> option, <code>mount.ntfs</code> is used, and you can check with <code>ls</code> that <code>/sbin/mount.ntfs</code> is ultimatedly linked to <code>ntfs-3g</code></p>\...
null
null
null
null
null
27290
1
null
2011-02-20T18:12:24.517
3
988
<p>I've got a problem with my graphic card. When I try to enable desktop effects on Ubuntu 10.10, "Desktop effects could not be enabled" message appears.</p> <p>I have Asus ul50vg (nvidia G210M). I don't use any xorg.conf file because when I generate it through nvidia-xconfig, only terminal appears after boot. </p> <p>Do you have any idea how to solve that problem?</p>
null
235
2011-05-03T22:23:24.330
2012-01-06T19:42:12.913
Desktop effects could not be enabled on an Asus UL50vg
[ "10.10", "drivers", "nvidia", "effects" ]
2
10
CC BY-SA 3.0
[ { "creationDate": "2011-02-20T20:01:19.860", "id": "30107", "postId": "27290", "score": "0", "text": "Have you tried installing the official nVidia from their website?", "userDisplayName": null, "userId": "87" }, { "creationDate": "2011-02-20T20:53:15.193", "id": "30122", ...
null
[ { "accepted": null, "body": "<p>Try to install bumblebee to have both the Intel and Nvidia cards working simultaneously:\n<a href=\"https://launchpad.net/~hybrid-graphics-linux\" rel=\"nofollow\">https://launchpad.net/~hybrid-graphics-linux</a></p>\n\n<pre>\nsudo apt-get install git\n# type password\ngit cl...
null
null
null
null
user11177
27295
1
34052
2011-02-20T19:26:45.590
6
3548
<p>Is there anyway to create shortcuts for functions like <kbd>Home</kbd>, <kbd>End</kbd>, <kbd>Pg Up</kbd>, <kbd>Pg Down</kbd>, etc? I frequently use the aforementioned keys, however those keys are only available when the numpad is disabled - there is no dedicated keys for those function on my laptop. I was thinking of using the <kbd>Fn</kbd> key to trigger them even when the numpad is enabled.</p>
814
814
2011-02-21T06:35:11.703
2018-05-13T20:28:18.230
Make shortcut for navigational functions
[ "keyboard", "shortcut-keys", "keyboard-layout", "shortcuts", "numpad" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<h2>Approach 1. Using <kbd>Fn</kbd> key</h2>\n\n<ol>\n<li><p>Check the keycode of yours key. Run this program at terminal.</p>\n\n<pre><code>xev\n</code></pre>\n\n<p><img src=\"https://dl.dropbox.com/u/4098082/xev.png\"></p>\n\n<p>At this example, the terminal shows that the keycode for my <kbd>k</kbd> is \"45\".</p></li>\n<li><p>Change them as you like creating this file: </p>\n\n<pre><code>gedit ~/.Xmodmap\n</code></pre>\n\n<p>It's contents should look like this example: </p>\n\n<pre><code>keycode 180 = Home End Down\n</code></pre>\n\n<p>(<code>keycode 180</code> is for <kbd>Fn</kbd>+<kbd>F3</kbd> at my notebook) </p>\n\n<p>Ilustration:</p>\n\n<p><img src=\"https://dl.dropbox.com/u/4098082/Xmodmap.1.png\"></p>\n\n<p>(Obs.: if I want to change my <kbd>k</kbd> I must use <code>keycode 45</code> as showed at step \"1\", if I want to change my <kbd>Fn</kbd>+<kbd>F3</kbd> I must use <code>keycode 180</code>). </p></li>\n<li><p>Log out and log back in or reboot or run this:</p>\n\n<pre><code>xmodmap ~/.Xmodmap\n</code></pre></li>\n</ol>\n\n<h2>Approach 2. Using a shortcut (combination keys)</h2>\n\n<ol>\n<li><p><a href=\"http://apt.ubuntu.com/p/xdotool\" rel=\"nofollow noreferrer\">Install xdotool</a></p>\n\n<pre><code>sudo aptitude install xdotool \n</code></pre></li>\n<li><p>Open Gnome Keybindings</p>\n\n<pre><code>gnome-keybinding-properties \n</code></pre></li>\n<li><p>Create the shortcut with this commands: </p>\n\n<pre><code>xdotool getactivewindow key Home\nxdotool getactivewindow key End\nxdotool getactivewindow key Page_Up\nxdotool getactivewindow key Page_Down\n</code></pre>\n\n<p>Example:</p>\n\n<p><a href=\"https://i.stack.imgur.com/gwnV5.jpg\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/gwnV5.jpg\" alt=\"\"></a></p></li>\n</ol>\n\n<p>Enjoy!</p>\n", "commentCount": "27", "comments": [ { "creationDate": "2011-04-09T14:53:17.777", "id": "38192", "postId": "34052", "score": "0", "text": "Running `xev` opens a white window with a square outline. What next?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-09T15:55:16.450", "id": "38200", "postId": "34052", "score": "0", "text": "Ah, I didn't think Terminal output was important... Can you please give me a random example making <kbd>Fn</kbd> + <kbd>random key</kbd> reproducing effects of pressing Home button?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-10T19:02:04.883", "id": "38362", "postId": "34052", "score": "0", "text": "I don't understand what I should write in the new file. What does each word after `keycode 51 =` represent?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-11T11:24:10.200", "id": "38464", "postId": "34052", "score": "0", "text": "OH! So `keycode 51` is called by the keys that's mentioned?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-12T05:53:17.270", "id": "38656", "postId": "34052", "score": "0", "text": "I'll be honest, I don't get what I have to do. For example, my Home button's `keycode 79`, and I want to use Home with Fn + Numpad 7 key. Due to circumstances, I am not able to use Ubuntu as much as I'd like to, so sorry for the drawn out discussion.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-12T10:43:16.080", "id": "38691", "postId": "34052", "score": "0", "text": "But I still don't understand what the example in the screen shot does.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-12T12:06:37.877", "id": "38702", "postId": "34052", "score": "0", "text": "This example make my physical keyboard key that has this \"]\" simbol when I look down at my keyboard (witch is represented by keycode 51 when I look to my monitor, at terminal output of xev) to function like if I had pushed Sysreq key if I pushed it alone. If I push it with Shift, then it will insert this character \"]\". If I push it with Alt, then it will insert this character \"}\". If I push it with right Alt, it will insert this character \"a\". And finally, if I push it with Shift and right Alt together, it will insert this character \"A\".", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-15T22:29:22.657", "id": "39431", "postId": "34052", "score": "0", "text": "I understand now. But each of the keys you specified were automatically assigned to shift, alt, etc in the order they were written. But what about the Fn key, and how do I only assign a function with Fn?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-16T00:36:54.687", "id": "39444", "postId": "34052", "score": "0", "text": "Like I said before: not all keys can be combined with \"Fn\". The keys that can are those witch different keycode numbers when pressed alone or combined with \"Fn\". Check this with xev.", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-16T09:49:45.780", "id": "39505", "postId": "34052", "score": "0", "text": "`xwv` does not recognise Fn being pressed individually, and pressing with numpad 7 (where I want to apply Home function) does not give a new keycode. So combining with Fn out of question? What about the super key?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-16T10:28:07.170", "id": "39510", "postId": "34052", "score": "0", "text": "I think that with Super key it's possible, but it's a totally different question. I will see if I can do that when I get home in a few hours ;-)", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-16T10:30:02.983", "id": "39511", "postId": "34052", "score": "0", "text": "@desgua, you don't how much of a help you are! Thanks!", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-16T20:47:59.570", "id": "39610", "postId": "34052", "score": "0", "text": "It's done. Look at the answer ;-)", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-17T06:25:32.960", "id": "39673", "postId": "34052", "score": "0", "text": "Oh man, I gotta install something... So how does this work. Say I want to use End by Fn+L? Does this support Fn?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-17T12:21:58.810", "id": "39721", "postId": "34052", "score": "0", "text": "Nope. As I said before, this is another approach for a different question. It is simple to install. Just click at 'Install xdotool' and you're done.", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-18T05:37:22.803", "id": "39852", "postId": "34052", "score": "0", "text": "I know installing is simple, but I want to use as less packages as possible. What does it support? I can't understand from the example what key you're assigning what function.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-18T10:13:34.047", "id": "39889", "postId": "34052", "score": "0", "text": "The function is Home and the combination shortcut isn't showed in this picture. I think you should try to follow the explanation instead of just read because many things are intuitive.", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-18T18:06:35.633", "id": "39973", "postId": "34052", "score": "0", "text": "Where can I get the list of keys it supports? It isn't there in man.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-18T18:53:29.467", "id": "39981", "postId": "34052", "score": "0", "text": "You can just open the Gnome keybindings and try the keys you want.", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-23T15:28:30.520", "id": "40708", "postId": "34052", "score": "0", "text": "For the .Xmodmap solution, the functions, how do I skip to assigning something with Alt without starting with Shift and all?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-23T17:03:40.717", "id": "40724", "postId": "34052", "score": "0", "text": "I didn't understand what you are asking now.", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-23T17:08:58.763", "id": "40727", "postId": "34052", "score": "0", "text": "In the example screen shot, each of the buttons defined for nothing, right shift, left shift, etc. I am assuming that in the order of the functions written, it's assigned to nothing, Shift, Alt, rAlt, etc. So how can I move to Alt without assigning anything for shift?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-23T19:02:55.997", "id": "40752", "postId": "34052", "score": "0", "text": "I still don't get it. What screenshot (let's call then 1 -> http://dl.dropbox.com/u/4098082/xev.png --- 2 -> http://dl.dropbox.com/u/4098082/Xmodmap.1.png --- 3 -> http://i.imgur.com/gwnV5.jpg ? I can't find this assigns you pointed \"nothing, Shift, Alt, rAlt, etc.\"", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-24T07:18:00.283", "id": "40798", "postId": "34052", "score": "0", "text": "For the image 2, you had said: 'This example make my physical keyboard key that has this \"]\" simbol when I look down at my keyboard (witch is represented by keycode 51 when I look to my monitor, at terminal output of xev) to function like if I had pushed Sysreq key if I pushed it alone. If I push it with Shift, then it will insert this character \"]\". If I push it with Alt, then it will insert this character \"}\". If I push it with right Alt, it will insert this character \"a\". And finally, if I push it with Shift and right Alt together, it will insert this character \"A\".'", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-24T11:41:02.707", "id": "40822", "postId": "34052", "score": "0", "text": "Now I got it. You just need to put \"NoSymbol\" (without cotes) to move to the next assignment.", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-25T06:03:53.587", "id": "40948", "postId": "34052", "score": "0", "text": "What all keys are available to combine? Is there some sort of `man` page I can refer to?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-04-25T23:04:41.623", "id": "41046", "postId": "34052", "score": "0", "text": "You can test the keys you want opening `gnome-keybinding-properties` > go to a shortcut named `Disabled` > click on it > test your key combination. Also you can read `man xev` and `man xmodmap`", "userDisplayName": null, "userId": "12943" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-04-08T02:53:12.940", "id": "34052", "lastActivityDate": "2018-05-13T20:28:18.230", "lastEditDate": "2018-05-13T20:28:18.230", "lastEditorDisplayName": null, "lastEditorUserId": "175814", "ownerDisplayName": null, "ownerUserId": "12943", "parentId": "27295", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<h2>Approach 1. Using <kbd>Fn</kbd> key</h2>\n\n<ol>\n<li><p>Check the keycode of yours key. Run this program at terminal.</p>\n\n<pre><code>xev\n</code></pre>\n\n<p><img src=\"https://dl.dropbox.com/u/4098082/xev.png\"></p>\n\n<p>At this example, the terminal shows that the key...
null
null
null
null
null
27299
1
null
2011-02-20T19:48:04.837
2
152
<p>I was installing Ubuntu server the other night and I was not able to hook up to the network while installing because I don't have a monitor for my desktop machines. I had to go into the living room and connect to the HDTV instead. This leaves me without network connectivity.</p> <p>When installing it asks how I would like to set up the network. I would like to enable DHCP but it tries to detect a gateway when I do this and obviously it doesn't find anything. It won't let me move on without setting up an IP manually at that point. Isn't there a way I can enable DHCP for the next time it boots up instead? Why the need for it right then and there?</p>
4599
8844
2011-03-16T02:25:11.120
2011-03-16T02:25:11.120
Enabling DHCP without being connected
[ "installation", "networking", "dhcp" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>You could give bogus info for the initial setup, then once your system is installed, \nedit <code>/etc/network/interfaces</code> with something like: </p>\n\n<pre><code>auto eth0\niface eth0 inet dhcp\n</code></pre>\n\n<p>(You'd replace <code>eth0</code> if it's different fro...
null
null
null
null
null
27301
1
null
2011-02-20T19:51:06.383
2
429
<p>Screenshot:</p> <p><a href="https://i.stack.imgur.com/B1ZUt.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/B1ZUt.png" alt="enter image description here"></a></p> <p>Why is the grid not showing up?</p>
8583
114
2011-02-20T20:03:26.270
2011-02-20T20:03:26.270
I'm using Pencil Evolus 1.2 gtk and I can't see the grid
[ "10.10", "graphics" ]
0
2
CC BY-SA 2.5
[ { "creationDate": "2011-05-01T03:02:51.540", "id": "42554", "postId": "27301", "score": "0", "text": "Have you tried contacting them? That may be your best bet.", "userDisplayName": null, "userId": "14615" }, { "creationDate": "2012-02-21T22:01:34.483", "id": "123766", "p...
null
[]
null
null
2012-02-21T22:01:40.193
null
null
27303
1
27310
2011-02-20T19:58:31.523
1
997
<p>I have very a simple question. How to recover a <code>.ogv</code> file on my <code>/home</code> ext4 partition?</p> <p>I overwrote the <code>.ogv</code> file (I confused input and output in <em>Arista transcoder</em>).</p> <p>I did research.</p> <ul> <li><code>TestDisk</code> can undelete files on <code>FAT</code> and <code>NTFS</code>, but not on <code>EXT4</code>.</li> <li><code>PhotoRec</code> does not support .ogv recovering.</li> <li><code>Foremost</code> also does not support .ogv</li> </ul> <p>More info:</p> <p>The file is located at: <code>/home/gasper/Video/Webcam/2011-02-02-181200.ogv</code></p>
1982
1992
2011-02-20T20:27:26.370
2021-02-15T09:23:25.783
How do I recover a .ogv on ext4?
[ "ext4", "data-recovery" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>If you immediately stopped writing to that partition, the file could be recoverable, I have just tested it, though on a small <code>.ogv</code> file (3 MiB).</p>\n\n<p>The trick is to use <code>PhotoRec</code> and in the <code>File Opt</code> there tick <code>.ogg</code>. The <em>.ogg</em> and <em>.ogv</em> files have very similar layouts, so <code>PhotoRec</code> might be able to recover your file (as it did for me).</p>\n\n<p>You of course have to launch the programme from a LiveCD or other partition, otherwise you may overwrite your original file.</p>\n\n<p>Good luck.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-02-20T21:20:54.683", "id": "30127", "postId": "27310", "score": "0", "text": "Thanks for advice. I did't find any .ogv file when trying recovering all types (maybe I missed). I am going to try again only .ogv. BTW, I am still using partition... why is urgent to stop using? I can reover old files (1 month). Isn't FS smartly using older nodes?", "userDisplayName": null, "userId": "1982" }, { "creationDate": "2011-02-20T21:34:59.333", "id": "30131", "postId": "27310", "score": "0", "text": "I don't know what you mean by \"smartly using older nodes\". When a file is deleted, the blocks it used are marked as free, and can be then overwritten at any time. Your chances of recovery are then getting slimmer and slimmer with every write to the disk. --- When I recovered my `.ogv` file, it had `.ogg` extension, but otherwise was the same as the original `.ogv` file.", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-02-20T21:45:06.853", "id": "30133", "postId": "27310", "score": "0", "text": "Thank you! I was (somehow) able recover file. It's only part of it but it works. I might need to search for all pieces of it. Btw, there is no possibility like restore filename and folder location due to file-system limitation right?", "userDisplayName": null, "userId": "1982" }, { "creationDate": "2011-02-21T20:53:26.100", "id": "30304", "postId": "27310", "score": "0", "text": "This is not a \"limitation\", if you want to delete something, it's deleted, as name suggests :) Most desktop solutions uses the notion of \"trash\": it's of course not deletion, but moving files to a place, where you can \"recover\" from. But if really deleted a file, then it's hard to do perfectly since deletion - by design - deletes files :) Use trash instead, if you have doubts you need to get back. Surely some low level tools can scan disk for the deleted file, but it's not perfect especially if further writes may overwrite some data blocks and other problems ...", "userDisplayName": null, "userId": "10579" }, { "creationDate": "2011-02-23T16:43:43.637", "id": "30689", "postId": "27310", "score": "0", "text": "@LGB thanks for explanation. I rewritten file not deleted it. EXT doesn't have undelete \"feature\" like NTFS has (I don't know if this was planned) http://en.wikipedia.org/wiki/Ext3#Recovery PhotoRec has ability to undelete files on FAT or NTFS", "userDisplayName": null, "userId": "1982" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T20:54:10.600", "id": "27310", "lastActivityDate": "2011-02-20T20:54:10.600", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9340", "parentId": "27303", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>If you immediately stopped writing to that partition, the file could be recoverable, I have just tested it, though on a small <code>.ogv</code> file (3 MiB).</p>\n\n<p>The trick is to use <code>PhotoRec</code> and in the <code>File Opt</code> there tick <code>.ogg</code>. The...
null
null
null
null
null
27305
1
null
2011-02-20T20:05:27.637
6
2848
<p>I've just upgraded from 10.04 to 10.10 and my fonts are all just small rectangles with nothing in them. They are completely unreadable. EVEN THE FONTS IN THE TERMINAL.</p> <p>Thank god the fonts in my Chromium were ok, because I wouldn't be able to find this site or write this message.</p> <p>So far I've tried to use the Appearance - > Font thing and it doesn't work. For some reason there was an error with the fonts during the installation.</p> <p>Please help, this is an utter nightmare...</p>
null
54298
2012-06-15T20:17:04.847
2023-11-17T11:04:51.073
Fonts totally unreadable
[ "10.10", "fonts", "screen-corruption" ]
2
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-20T21:01:36.533", "id": "30123", "postId": "27305", "score": "1", "text": "All fonts and letters or just some? Can you post a screenshot? What graphics card do you use?", "userDisplayName": null, "userId": "9340" }, { "creationDate": "2011-02-21T03:40:3...
null
[ { "accepted": null, "body": "<p>You said there was a problem during the upgrade? To make sure the upgrade is totally finished I suggest you try:</p>\n\n<pre><code>sudo dpkg --configure -a\n</code></pre>\n\n<p>Or try to reinstall Ubuntu fonts:</p>\n\n<pre><code>sudo apt-get install --reinstall ttf-ubuntu-fon...
null
null
null
null
user11181
27306
1
null
2011-02-20T20:14:31.657
3
340
<p>On my HTC Desire I pressed "sync all" and at about the 77th contact it just said "last sync failed".</p> <p>Why did it fail? What could the problem be? Thanks.</p>
11183
18612
2011-10-24T10:03:01.520
2011-10-24T10:03:01.520
Ubuntu One android Contacts app -- last sync failed
[ "ubuntu-one", "android", "contacts" ]
0
1
CC BY-SA 2.5
[ { "creationDate": "2012-02-23T20:32:15.640", "id": "124777", "postId": "27306", "score": "0", "text": "According to [this official page](https://one.ubuntu.com/help/faq/why-is-contacts-sync-no-longer-active/) here, mobile contacts syncing is no longer actively supported on mobile versions as of ...
null
[]
null
null
2012-02-23T20:35:17.057
null
null
27312
1
27325
2011-02-20T21:09:25.950
3
2048
<ol> <li>For pdf: How can I create outlines/bookmarks for and merge them into pdf files in either terminal or in GUI application in Ubuntu?</li> <li>For djvu: I know how to do the same thing for djvu files in terminal using djvused. I was wondering if there is some gui based application that can create bookmarks/outlines for djvu files more quickly?</li> </ol> <p>Thanks and regards!</p>
1471
8844
2011-02-26T21:56:52.613
2017-02-24T16:09:19.107
Bookmark pdf and djvu files
[ "software-recommendation", "pdf", "djvu" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>for the second part of your question I would recommend <a href=\"http://packages.ubuntu.com/djvusmooth\" rel=\"nofollow noreferrer\">djvusmooth</a>.</p>\n\n<p>for the first part of your question I would suggest <a href=\"http://packages.ubuntu.com/pdfchain\" rel=\"nofollow noreferrer\">pdfchain</a> should cover your requirements </p>\n\n<p>both are available from the Software Centre.</p>\n\n<p>I personally use a command in terminal to extract text:</p>\n\n<pre><code>pdftotext -layout *.pdf anyname.txt\n</code></pre>\n\n<p>this will export the text of the pdf to a file meaning you can edit the text in a text editor.</p>\n", "commentCount": "8", "comments": [ { "creationDate": "2011-02-25T14:31:17.187", "id": "31067", "postId": "27325", "score": "0", "text": "@Allan: Thanks! pdfchain seems not provide editing bookmarks/outlines of a pdf file. Am I wrong?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-02-25T14:52:40.330", "id": "31072", "postId": "27325", "score": "0", "text": "@Tim Hi I have found an alternative that you can try called jpdfbookmarks its not in the Software Centre, so you will have to install it manually I will add the steps to do this to my answer soon", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-25T15:00:29.647", "id": "31076", "postId": "27325", "score": "0", "text": "@Allan: Thanks! I have tried jpdfbookmarks. It can make bookmarks in GUI mode. However it seems a software just for making bookmarks, not for other common requirements on pdf files. For example, I cannot or don't know how to select texts (for copying). Am I missing something?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-02-25T15:12:13.033", "id": "31077", "postId": "27325", "score": "0", "text": "@tim: I use a command line which extracts the text to a text file I can then choose copy what I want from it although you can do this from evince the default pdf viewer for Ubuntu as well.", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-25T15:25:49.233", "id": "31080", "postId": "27325", "score": "0", "text": "@Allan: (1) what is the command to extract? (2) do you mean opening the file in jpdfbookmarks for bookmarking, and also open it in evince to select text?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2011-02-26T01:38:07.677", "id": "31146", "postId": "27325", "score": "0", "text": "@tim (1) added to answer (2) I use a combination of programs to extract various parts of a pdf.", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-26T02:41:58.033", "id": "31147", "postId": "27325", "score": "0", "text": "@Allan: Thanks! So after editing in the exported text file, is it possible to import the edited text back into the pdf file?", "userDisplayName": null, "userId": "1471" }, { "creationDate": "2023-08-15T05:55:31.160", "id": "2595655", "postId": "27325", "score": "0", "text": "Unfortunately, Djvusmooth is Python 2-only. I really liked it... Do you have any other / new recommendations? Thanks!", "userDisplayName": null, "userId": "117462" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-20T23:51:24.890", "id": "27325", "lastActivityDate": "2017-02-24T16:09:19.107", "lastEditDate": "2017-02-24T16:09:19.107", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "6450", "parentId": "27312", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>for the second part of your question I would recommend <a href=\"http://packages.ubuntu.com/djvusmooth\" rel=\"nofollow noreferrer\">djvusmooth</a>.</p>\n\n<p>for the first part of your question I would suggest <a href=\"http://packages.ubuntu.com/pdfchain\" rel=\"nofollow no...
null
null
null
null
null
27314
1
279014
2011-02-20T21:19:05.677
130
173232
<p>Throughout the internet I have seen many people with scripts that prints out a bunch of stuff in all the colors defined in <code>~/.Xdefaults</code>. However when I try to use these, I always get <code>error: Bad Substitution</code>. Does anyone have a working script that does the same thing?</p> <p>It should end up looking something like this: <img src="https://i.stack.imgur.com/hk9Vs.png" alt="enter image description here"></p>
11101
114
2011-02-20T23:13:07.473
2023-12-11T08:59:10.553
Script to display all terminal colors
[ "command-line", "bash", "scripts", "colors" ]
13
7
CC BY-SA 2.5
[ { "creationDate": "2011-02-20T21:56:04.447", "id": "30139", "postId": "27314", "score": "2", "text": "Maybe it's easier if you post the script you're using, and how and from where you're invocating it.", "userDisplayName": null, "userId": "8851" }, { "creationDate": "2011-02-20T2...
{ "accepted": true, "body": "<p>Here is my solution with Bash only:</p>\n\n<pre><code>for x in {0..8}; do \n for i in {30..37}; do \n for a in {40..47}; do \n echo -ne \"\\e[$x;$i;$a\"\"m\\\\\\e[$x;$i;$a\"\"m\\e[0;37;40m \"\n done\n echo\n done\ndone\necho \"\"\n</code></pre>\n\n<p>One-liner:</p>\n\n<pre><code>for x in {0..8}; do for i in {30..37}; do for a in {40..47}; do echo -ne \"\\e[$x;$i;$a\"\"m\\\\\\e[$x;$i;$a\"\"m\\e[0;37;40m \"; done; echo; done; done; echo \"\"\n</code></pre>\n\n<p>Here's a picture in Cygwin:</p>\n\n<p><a href=\"https://i.stack.imgur.com/VSQru.jpg\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/VSQru.jpg\" alt=\"Cygwin screenshot\"></a></p>\n", "commentCount": "6", "comments": [ { "creationDate": "2015-12-16T05:18:04.203", "id": "1044568", "postId": "279014", "score": "2", "text": "FYI, `{30..37}` is equivalent to `\\`seq 30 37\\`` in bash and is faster.", "userDisplayName": null, "userId": "3561" }, { "creationDate": "2015-12-17T11:56:33.933", "id": "1045362", "postId": "279014", "score": "2", "text": "@BarryKelly: good tip, thanks. just tested and as you noted: it's really much faster!!! :-)\nso here is the new one:\n`for x in 0 1 4 5 7 8; do for i in {30..37}; do for a in {40..47}; do echo -ne \"\\e[$x;$i;$a\"\"m\\\\\\e[$x;$i;$a\"\"m\\e[0;37;40m \"; done; echo; done; done; echo \"\"; `", "userDisplayName": null, "userId": "147615" }, { "creationDate": "2017-02-10T15:13:48.003", "id": "1374591", "postId": "279014", "score": "0", "text": "Will this work on a Mac ?", "userDisplayName": null, "userId": "400844" }, { "creationDate": "2017-02-12T00:56:11.270", "id": "1375765", "postId": "279014", "score": "0", "text": "@ihue See if this answers your question: [Simple Tricks to Improve the Terminal Appearance in Mac OS X](http://osxdaily.com/2013/02/05/improve-terminal-appearance-mac-os-x/). For more details, check http://AskDifferent.com", "userDisplayName": null, "userId": "301745" }, { "creationDate": "2017-07-03T09:42:59.930", "id": "1474836", "postId": "279014", "score": "0", "text": "Sample code did not work on MacOS but the python answer worked.", "userDisplayName": null, "userId": "1004" }, { "creationDate": "2019-12-06T08:59:41.700", "id": "1999636", "postId": "279014", "score": "1", "text": "This also works on macOS, just replace `\\e` with `\\033`.", "userDisplayName": null, "userId": "488529" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2013-04-07T21:23:30.453", "id": "279014", "lastActivityDate": "2017-02-12T00:02:36.723", "lastEditDate": "2017-02-12T00:02:36.723", "lastEditorDisplayName": null, "lastEditorUserId": "301745", "ownerDisplayName": null, "ownerUserId": "147615", "parentId": "27314", "postTypeId": "2", "score": "139" }
[ { "accepted": null, "body": "<p>Here's my version:</p>\n\n<pre><code>#!/usr/bin/env python\nimport sys\nterse = \"-t\" in sys.argv[1:] or \"--terse\" in sys.argv[1:]\nwrite = sys.stdout.write\nfor i in range(2 if terse else 10):\n for j in range(30, 38):\n for k in range(40, 48):\n if t...
null
null
null
null
null
27317
1
27319
2011-02-20T21:55:52.747
1
749
<p>I bought a 320gb Seagate FreeAgent Go Hard Drive and I'm not sure how to install it on my system, I'm running Ubuntu 10.10 . It seems to have recognized it, but now I have an icon on my desktop I can't get rid of. (Update: I just 'rebooted' system and now the external hard drive isn't being recognized at all!?)</p>
8357
8357
2011-02-20T22:38:31.197
2011-10-10T08:39:21.867
How do I install an external hard drive?
[ "hard-drive" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-20T22:03:27.353", "id": "30143", "postId": "27317", "score": "3", "text": "You don't need to \"install\" USB hardware; you just need the kernel driver, which I think Ubuntu comes with.", "userDisplayName": null, "userId": "11133" } ]
{ "accepted": true, "body": "<p>There is no need to \"install\" drivers for most external devices in Ubuntu. However to be able to use them you need to <a href=\"https://help.ubuntu.com/community/Mount/USB\" rel=\"nofollow\">mount</a> the device.</p>\n\n<p>When this happened automatically the device is shown as an icon on your desktop, and the USB drive is added to your <em>Places</em> menu.</p>\n\n<p>Don't forget to <a href=\"https://help.ubuntu.com/community/Mount/USB\" rel=\"nofollow\">unmount</a> the device before unplugging.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-20T22:30:00.633", "id": "30157", "postId": "27319", "score": "1", "text": "\"There is no need to \"install\" drivers for external devices in Ubuntu\" - this is only true for _most_ devices. For some odd ones you might need a specific module that isn't builtin to the kernel.", "userDisplayName": null, "userId": "11133" }, { "creationDate": "2011-02-20T22:43:27.453", "id": "30160", "postId": "27319", "score": "0", "text": "@mathepic: thx for pointing at this :)", "userDisplayName": null, "userId": "3940" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-20T22:26:14.277", "id": "27319", "lastActivityDate": "2011-10-10T08:39:21.867", "lastEditDate": "2011-10-10T08:39:21.867", "lastEditorDisplayName": null, "lastEditorUserId": "3037", "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "27317", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>There is no need to \"install\" drivers for most external devices in Ubuntu. However to be able to use them you need to <a href=\"https://help.ubuntu.com/community/Mount/USB\" rel=\"nofollow\">mount</a> the device.</p>\n\n<p>When this happened automatically the device is show...
null
null
null
null
null
27320
1
27357
2011-02-20T22:39:45.437
3
3224
<p>I've tried every single possible way of installing the server now, I've read every how to available and I still can't get it to work. Please let me know in which step I do wrong. I'm using ubuntu 10.10. I will mainly be referring to the following <a href="https://askubuntu.com/questions/7930/how-can-i-install-freenx-server">how-to</a>, but also <a href="http://forums.techarena.in/guides-tutorials/1392442.htm" rel="nofollow noreferrer">this</a>, and <a href="http://help.ubuntu.com/community/FreeNX" rel="nofollow noreferrer">this one</a>.</p> <ul> <li>First I add the ppa</li> <li>Install Freenx</li> <li>Download the special Freenx package as stated in the howto, fix ownership - install it</li> <li>Create custom SSH key</li> <li>Copy the file /var/lib/nxserver/home/.ssh/client.id_dsa.key to the client and import it in nomachine (windows 7 x64)</li> <li>Check that both the user I will be logging in with and the user nx is in AllowedUsers in the /etc/ssh/sshd_config file</li> <li>Check the port that ssh is listening on</li> <li>Login through nomachine with my regular user account in ubuntu</li> </ul> <p>I always receive the message "authentication failed for [user]" when I try to log in. And I can't see the user "nx" which is said to be created during installation when I look under System->Administration->"Users &amp; Groups". Can anyone please enlighten me if there is any step that I miss or have misunderstood? </p> <p>Thank you very much!</p> <p>(Or is there an easier way of enabling remote desktop that it can be used with a windows machine? I prefer not using VNC because I was hoping of being able to get better performance than that. And when I tried using XRDP I only received a black screen on the client.)</p>
10609
-1
2017-04-13T12:23:59.520
2011-09-30T19:34:39.790
How do I install FreeNX server so that it works correctly?
[ "10.10", "authentication", "openssh", "freenx" ]
2
4
CC BY-SA 2.5
[ { "creationDate": "2011-12-03T23:42:07.160", "id": "96432", "postId": "27320", "score": "0", "text": "One note, it looks like the correct property for sshd_config is AllowUsers, NOT AllowedUsers. I have hosed a half dozen ssh logins now using the wrong property name. My bad, but you might want t...
{ "accepted": true, "body": "<p>First of all, the nx user is a system user (id less than 1000) so he is not visible in System->Administration->\"Users &amp; Groups\", you should see him in <code>/etc/passwd</code>.</p>\n\n<p>Next, I use freenx server without custom ssh key, so I suggest to make it to work without the added complication of custom key. I restore my security using the firewall to deny access to non desired clients.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-21T22:25:12.970", "id": "30317", "postId": "27357", "score": "0", "text": "Ok, I will try that when I get home. Is NX really the best method for Remote Desktops?", "userDisplayName": null, "userId": "10609" }, { "creationDate": "2011-03-03T21:49:53.213", "id": "32166", "postId": "27357", "score": "0", "text": "I don't know why it works now but didn't before, I recently made a fresh install on the server and this time it works perfectly, even though I haven't done anything different :/", "userDisplayName": null, "userId": "10609" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T08:23:14.407", "id": "27357", "lastActivityDate": "2011-02-21T08:23:14.407", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2647", "parentId": "27320", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>First of all, the nx user is a system user (id less than 1000) so he is not visible in System->Administration->\"Users &amp; Groups\", you should see him in <code>/etc/passwd</code>.</p>\n\n<p>Next, I use freenx server without custom ssh key, so I suggest to make it to work w...
null
null
null
null
null
27321
1
27324
2011-02-20T22:57:46.680
3
1265
<p>I have an external hard drive that I can't get to 'mount,' the only place on the system I can find info about the drive is in disk utility, under mount point it says it is unmounted!</p>
8357
null
null
2011-02-21T04:41:07.297
How do I 'mount' my external hard drive?
[ "hard-drive" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Like a moron, I didn't notice the \"mount the volume\" button next to the \"volume unmounted\" notice \"Doh!\"</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-20T23:31:52.980", "id": "27324", "lastActivityDate": "2011-02-20T23:31:52.980", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8357", "parentId": "27321", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Read the answer by Takkat in your previous question <a href=\"https://askubuntu.com/questions/27317/how-do-i-install-an-external-hard-drive\">How do i install an internal hard drive</a></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-0...
null
null
null
null
null
27326
1
null
2011-02-21T00:15:49.477
1
1160
<p>I've tried this on two different USB keyboards - both of which work fine on a different computer running Windows XP.</p> <p>For some reason, the numerical keypad doesn't work probably immediately after booting up - neither the numbers work, nor the 'home' commands and so on that you can use with the numlock off. It doesn't make a difference whether I press numlock on or off - the keypad doesn't work correctly no matter what state this is in.</p> <p>However, once I've booted the machine I can disconnect/reconnect the USB connector for the keyboard, and it will work exactly as expected.</p> <p>I'm running Gnome on Ubuntu 10.04.</p> <p>The only other USB devices connected is a mouse - and I've experienced no problems with that.</p> <p>This is a direct connection to the box (not via an external USB hub)</p>
5826
5826
2011-02-21T04:39:51.253
2011-10-22T10:54:57.323
Numpad doesn't work after booting up - forced to reconnect USB keyboard after startup
[ "10.04", "gnome" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>There is a Numlock button on your keyboard that activate the numerical keypad, if not activated the numerical keypad is used to move into documents (there should be arrows on the keys). On Windows XP this button is activated by default at startup, on Ubuntu it isn't. Just pre...
null
null
null
null
null
27333
1
27335
2011-02-21T02:43:12.323
1
1168
<p>I have been desperately trying to get my creative x-fi soundcard to work with my 10.10 install and I am almost there! I have 1 speaker working and when I open volume control I see that my device is Creative X-Fi (Also mixer). </p> <p>However, it appears to be stuck on mono. When I open <code>pavucontrol</code> I get a message that says <code>Connection failed: Connection refused</code> and it exits. Before it closes I can see that playback is set to mono but it won't let me change before it closes.</p> <p>Can someone help me over this last hump? I am running 32 bit 10.10 any advice is much appreciated. </p>
11150
7035
2011-06-07T16:50:48.133
2011-06-07T16:50:48.133
Fix pavucontrol Alsa mixer with creative card
[ "10.10", "sound", "pulseaudio", "soundcard", "speakers" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Use this tutorial :\n<a href=\"http://ubuntuforums.org/showthread.php?t=789578\" rel=\"nofollow\">HOWTO: PulseAudio Fixes &amp; System-Wide Equalizer Support</a></p>\n\n<p>Do only <strong>Part A</strong>.</p>\n\n<p>This should fix the <code>Connection failed: Connection refused</code> problem.</p>\n\n<p>For the mono sound output (if the problem is still not fixed) I need more info on the audio card, there is a lot of Creative X-fi cards. </p>\n\n<p>But first you can try to open pavucontrol and go to the Configuration tab and try differents profiles and see if one work better than the others. </p>\n\n<p>I also found a bug that seem related (<a href=\"https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/630319\" rel=\"nofollow\">[SB-XFi - Creative X-Fi] digital output only in mono</a>) but it should be fixed already, so try to activate the backports repositery : open Synaptic, go to Settings->Repositeries and to the Update tab and then check \"Unsupported updates\", close the window, reload in Synaptic and then update all your packages.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-21T18:38:30.690", "id": "30263", "postId": "27335", "score": "0", "text": "thanks for the response, unfortunately this hasn't resolved my issue. trying to open pulseaudio first with `pulseaudio & pavucontrol` still results in the same error. As far as my card AlsaMixer says the chip is 20k1, it is the Fatal1ty branded card. Thanks again for your help.", "userDisplayName": null, "userId": "11150" }, { "creationDate": "2011-02-21T22:53:21.973", "id": "30327", "postId": "27335", "score": "0", "text": "I just did a new fresh install to help my way around this problem. Hopefully I won't break it again getting my soundcard working. Now I have 4 speakers working.. just need center and sub >.<", "userDisplayName": null, "userId": "11150" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T03:55:46.787", "id": "27335", "lastActivityDate": "2011-02-21T04:18:38.357", "lastEditDate": "2011-02-21T04:18:38.357", "lastEditorDisplayName": null, "lastEditorUserId": "2834", "ownerDisplayName": null, "ownerUserId": "2834", "parentId": "27333", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>Use this tutorial :\n<a href=\"http://ubuntuforums.org/showthread.php?t=789578\" rel=\"nofollow\">HOWTO: PulseAudio Fixes &amp; System-Wide Equalizer Support</a></p>\n\n<p>Do only <strong>Part A</strong>.</p>\n\n<p>This should fix the <code>Connection failed: Connection refus...
null
null
null
null
null
27339
1
27444
2011-02-21T04:15:59.843
29
39043
<p>Recently I have been playing around in terminal and typed the <code>who</code> command. As I see my username and date, I don't know what <code>tty7</code> (<code>tty2</code> on Ubuntu 17.10 and newer) or what this <code>pts/0</code> is, can somebody explain this to me?</p>
4005
349837
2022-07-12T23:08:36.627
2022-07-12T23:12:13.253
What is tty7/tty2 in the commandline?
[ "command-line", "tty" ]
3
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>The name of TTY actually comes from the old days of computers: then computers even had teletypewriters as terminal, so you could see the output of programs printed (tty = TeleTYpe/TeleTYpewrite).</p>\n<p>TTY usually refers for &quot;physical&quot; terminals, like more attached terminals (even like a teletypewriter) to a single computer, or in our days: more separated text consoles, you can switch between them <kbd>Ctrl + Alt + F1-F7</kbd> (or more, if you have configured more; F3-F6 on Ubuntu 17.10 and newer).</p>\n<p>In case of Ubuntu, tty7 is usually used by Xorg/Wayland display server, do provide your graphical environment (to be more exact, it provides a &quot;windowing system&quot; only, and things like the gnome - as a desktop environment solution - runs &quot;top of it&quot;).</p>\n<p>By contrast, &quot;pts&quot; is (one half of) a notion of &quot;pseudo terminal&quot; which implements terminal functionality without the context of a &quot;real&quot; physical terminal, for example if you open gnome-terminal, for the shell (which is usually the bash on Ubuntu systems) to be able to run, it needs terminal capabilities.</p>\n<p>This is also the case if you use &quot;ssh&quot; to log in a remote machine, so in nutshell: whenever something needs terminal/tty like functionality without having a 'real' tty.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-02-21T20:33:36.770", "id": "27444", "lastActivityDate": "2022-07-12T23:12:13.253", "lastEditDate": "2022-07-12T23:12:13.253", "lastEditorDisplayName": null, "lastEditorUserId": "349837", "ownerDisplayName": null, "ownerUserId": "10579", "parentId": "27339", "postTypeId": "2", "score": "33" }
[ { "accepted": null, "body": "<p>I think usually it's the display server (X server).</p>\n<p>Press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F7</kbd> (F3 on Ubuntu 17.10 and newer) and see if it takes you to your graphical login session (or keeps you there).</p>\n<p>You can also open a shell and run <code>tty</cod...
null
null
null
null
null
27343
1
27395
2011-02-21T04:44:37.050
8
1999
<p>I do a lot of local web development work on my Ubuntu machine, and I'm constantly setting up virtual hosts in Apache. I don't need to do hard core server management, but I am getting tired of the repetitive process of manually adding config directives to files in /etc/apache2/sites-available/ and then updating the /etc/hosts file. </p> <p>Is there a more efficient or more automated way to do all this that I'm missing? Maybe something like <a href="https://launchpad.net/rapache">rapache</a> but that's actually working?</p>
10852
null
null
2012-10-18T00:52:01.710
Recommended workflows for Apache virtual hosts?
[ "apache2", "webserver", "virtualhost" ]
3
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>When I had to do shuch things I proceed creating a VirtualHost whit a wildcard name:</p>\n\n<ol>\n<li>Choose a fancy domain name like 'example.com' for localhost</li>\n<li>Place it in <code>/etc/hosts</code> file as <code>127.0.0.1 *.example.com</code></li>\n<li>Install and activate <code>mod_rewrite</code></li>\n<li><p>create a wildcard VirtualHost in apache sites directory:</p>\n\n<pre><code>&lt;VirtualHost 127.0.0.1:80&gt;\n DocumentRoot /default/path\n ServerName example.com\n ServerAlias *.example.com\n RewriteEngine On\n UseCanonicalName Off\n\n RewriteCond %{HTTP_HOST} ^(.*).example.com\n RewriteCond /srv/%1/ -d\n RewriteRule ^(.+) %{SERVER_NAME}$1 [C]\n RewriteRule ^([^.]+)\\.example\\.com/(.*) /srv/$1/$2 [L]\n&lt;/VirtualHost&gt;\n</code></pre></li>\n<li><p>Now you can place any folder under <code>/srv/</code> and it will be the root for <code>&lt;foldername&gt;.example.com</code></p></li>\n</ol>\n\n<p>This is borrowed from memory, it could need some more minor adjustments and it may conflict with any other rewrite rules each webapp would have. But it fits me for my webapp testing needs.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-21T22:49:54.837", "id": "30324", "postId": "27395", "score": "0", "text": "That's very clever, will give it a try. Thanks.", "userDisplayName": null, "userId": "10852" }, { "creationDate": "2012-08-01T17:57:34.250", "id": "210395", "postId": "27395", "score": "0", "text": "Great answer. Except the wildcard didn't work for me, I had to [use dnsmasq](http://serverfault.com/a/118589) for get it to work.", "userDisplayName": null, "userId": "36349" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T13:48:27.840", "id": "27395", "lastActivityDate": "2011-02-21T13:48:27.840", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10525", "parentId": "27343", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<p>would <a href=\"http://www.webmin.com/\" rel=\"nofollow\">webmin</a> work ? It's not just for apache but rather a web interface to system administration. It does have a form filling interface to apache virtual host. </p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
27346
1
30377
2011-02-21T05:26:47.213
5
1519
<p>When on Windows I commonly use <a href="http://www.winsplit-revolution.com/" rel="nofollow">WinSplit Revolution</a> to arrange my windows. </p> <p>I found a plug-in for compiz fusion that does a similar task, but I am using openbox. Are there any programs that can do the same thing (press hotkeys -> move + resize window) for Openbox?</p>
11101
46312
2012-04-09T02:23:55.167
2015-10-12T05:07:50.597
WinSplit Revolution for openbox?
[ "windows", "window-manager", "openbox" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I've cloned WinSplit Revolution with a lightweight C++ program whose only dependency is libx. It should work under any window manager that is NetWM compliant, which OpenBox claims to be. It is quite easy to build and install.</p>\n\n<p><a href=\"http://code.google.com/p/snappy-util/\" rel=\"nofollow\">http://code.google.com/p/snappy-util/</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-03-14T19:44:52.893", "id": "30377", "lastActivityDate": "2013-03-17T20:43:35.593", "lastEditDate": "2013-03-17T20:43:35.593", "lastEditorDisplayName": null, "lastEditorUserId": "44179", "ownerDisplayName": "user12379", "ownerUserId": null, "parentId": "27346", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>Here's an interesting recent thread from crunchbanglinux :<br>\n<a href=\"http://crunchbanglinux.org/forums/topic/11360/my-attempt-to-bring-winsplit-revolution-to-linux/\" rel=\"nofollow\">My Attempt to Bring Winsplit Revolution to Linux</a></p>\n\n<p>There, the user <strong>...
null
null
null
null
null
27349
1
27369
2011-02-21T06:00:05.757
239
594079
<p>I'm trying to compress a directory and ftp it to a windows ftp. </p> <p>I have tried every tar command I can find to compress a directory. It appears to be ok. Then I transfer it and view it's contents using Winrar. Winrar keeps telling me the file is corrupted. I have viewed other .gz or .bz2 files using winrar but for some odd reason I can't get it to work. </p> <p>I would prefer just to have it zip the files so they have a .zip extension but even then when i try to browse it's contents both windows and winrar claim it's corrupt.</p> <p>Does anyone else have a suggestion as to something else to try?</p>
9589
235
2011-02-21T11:40:50.650
2020-10-15T21:40:03.470
How do I compress a directory?
[ "compression", "gzip", "zip" ]
3
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-21T09:31:23.243", "id": "30199", "postId": "27349", "score": "0", "text": "(1) what exact tar command are you using? (2) can you untar the resulting file?", "userDisplayName": null, "userId": "8515" }, { "creationDate": "2011-02-21T11:59:13.187", "i...
{ "accepted": true, "body": "<p>Well, most probably your files are perfectly fine before FTP transmission.</p>\n\n<p>Unfortunately, probably you are transferring your files using wrong FTP mode.</p>\n\n<p>FTP do have two modes: binary and ASCII. By default most clients use ASCII mode, which breaks your binary files completely. I don't know which FTP client you are using, but for example in <a href=\"http://www.ncftp.com/\">ncftp</a> you can use command \"binary\" to switch to binary mode.</p>\n\n<p>If you want to create ZIP files using Ubuntu (or almost any other Linux), use <code>zip</code>. You can install it to Ubuntu by running</p>\n\n<pre><code>sudo apt-get install zip\n</code></pre>\n\n<p>Then you can create zip file by running</p>\n\n<pre><code>zip -r compressed_filename.zip foldername\n</code></pre>\n\n<hr>\n\n<p>On related note, you should know that FTP is insecure transmission protocol. Consider switching to sftp, for example. There is many free ssh servers for Windows, including <a href=\"http://sshwindows.sourceforge.net/\">minimal OpenSSH port</a>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-21T14:14:32.643", "id": "30231", "postId": "27369", "score": "0", "text": "Good point typically i relied on the client/server to automatically detect ascii vs binary mode and haven't had a problem so I never thought of that as a potential problem. I've ran zip before also and everything appeared fine until I tried to view it. Probably due to the binary/ascii thing.", "userDisplayName": null, "userId": "9589" }, { "creationDate": "2011-02-21T14:19:46.363", "id": "30232", "postId": "27369", "score": "0", "text": "Anyhow wow thank you, I feel like an idiot now that it was that simple. I should have known that. Anyhow thanks for the tip about the ssh for windows, eventually i was going to switch to that but i know ftp for windows throws fewer variables into the testing and developing factor.", "userDisplayName": null, "userId": "9589" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T09:40:14.117", "id": "27369", "lastActivityDate": "2011-02-21T09:40:14.117", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10581", "parentId": "27349", "postTypeId": "2", "score": "383" }
[ { "accepted": null, "body": "<p>Campression can be done using tar, zip, p7 and even rar in ubuntu. You will need to install rar for rar archiving.\nSimply right clicking gives you the options for compressing with installed archivers. \n<img src=\"https://i.stack.imgur.com/l9Bv9.png\" alt=\"enter image descr...
null
null
null
null
null
27352
1
32343
2011-02-21T06:21:08.787
2
377
<p>I have this Java script runner installed in my gedit external tools:</p> <pre><code>#!/bin/sh cd $GEDIT_CURRENT_DOCUMENT_DIR if javac $GEDIT_CURRENT_DOCUMENT_NAME; then java ${GEDIT_CURRENT_DOCUMENT_NAME%\.java} else echo "Failed to compile" fi </code></pre> <p>I tried modifying to it to something like this</p> <pre><code>#!/bin/sh cd $GEDIT_CURRENT_DOCUMENT_DIR ruby ${GEDIT_CURRENT_DOCUMENT_NAME%\.rb} </code></pre> <p>but it doesn't work. I may have missed something, I don't know what because I don't do bash scripting. Hehe</p>
11201
null
null
2013-07-29T01:11:46.210
Ruby Script Runner for Ubuntu Gedit
[ "gedit" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-03-28T08:10:29.227", "id": "36272", "postId": "27352", "score": "0", "text": "did you test this in the terminal?", "userDisplayName": null, "userId": "12757" } ]
{ "accepted": true, "body": "<p>Hy, I used this and this works fine (I'm using ruby1.9.1 on my ubuntu)</p>\n\n<pre><code>#!/bin/sh\ncd $GEDIT_CURRENT_DOCUMENT_DIR\nruby1.9.1 $GEDIT_CURRENT_DOCUMENT_NAME\n</code></pre>\n\n<p>Good luck.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-03-28T06:00:10.983", "id": "32343", "lastActivityDate": "2011-03-28T06:00:10.983", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13124", "parentId": "27352", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>Hy, I used this and this works fine (I'm using ruby1.9.1 on my ubuntu)</p>\n\n<pre><code>#!/bin/sh\ncd $GEDIT_CURRENT_DOCUMENT_DIR\nruby1.9.1 $GEDIT_CURRENT_DOCUMENT_NAME\n</code></pre>\n\n<p>Good luck.</p>\n", "commentCount": "0", "comments": [], "communityOwnedD...
null
null
null
null
null
27354
1
27374
2011-02-21T07:18:54.067
4
1306
<p>When i right click on one Directory there is <code>move to</code> action, and there is only two options, <code>Home folder</code> and <code>Desktop</code></p> <p><img src="https://i.stack.imgur.com/lA8xB.png" alt="enter image description here"> </p> <p>Is it possible to customize this action to many more or another one?</p>
9701
9701
2013-09-16T14:25:59.610
2013-09-16T14:25:59.610
How to customize "Move to" Directory action structure?
[ "directory" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This has been an <a href=\"http://brainstorm.ubuntu.com/idea/1366\" rel=\"nofollow noreferrer\">idea</a> on Ubuntu Brainstorm for quite some time now, so in short: no, there is no quick and easy way to change the actual Move To menu. See also this <a href=\"https://askubuntu.com/questions/23796/add-entries-to-nautilus-right-click-menu-copy-move-to-arbitrary-directories\">related question</a> on AskUbuntu.</p>\n\n<p>However, as mentioned, you can use Nautilus scripts to add this functionality. These are scripts that have to be placed in <code>~/.gnome2/nautilus-scripts</code> and have to be executable. This way Nautilus will recognize them and add a <em>Scripts</em> entry in your right click menu. You could <a href=\"http://www.google.com/\" rel=\"nofollow noreferrer\">Google</a> for some scripts providing what you want.</p>\n\n<p>Alternatively, <a href=\"http://ubuntu-tweak.com/\" rel=\"nofollow noreferrer\">Ubuntu-tweak</a> provides some Nautilus scripts (Open Ubuntu Tweak and go to: Personal ▸ Manage Scripts), one of which being <em>Move To ...</em> which will pop up a file selection dialog allowing you to pick the destination folder of the selected files. Note that a <a href=\"https://help.ubuntu.com/community/Nautilus_Scripts\" rel=\"nofollow noreferrer\">similar script</a> is provided on the Ubuntu Wiki: </p>\n\n<pre><code>#!/bin/bash\n# To move selected files to a location\n\nLOCATION=$(zenity --file-selection --directory --title=\"Select a directory\") || exit\n\nIFS=$'\\n'\nfor FILENAME in $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS\ndo\n if [ -e \"$LOCATION\"/\"$(basename $FILENAME)\" ];then\n zenity --question --title=\"Conflict While Moving\" --text=\"File \"\"$LOCATION\"/\"$(basename $FILENAME)\"\" already exists. Would you like to replace it?\"\n case \"$?\" in\n 1 ) exit 1 ;;\n 0 ) mv -f -- \"$FILENAME\" \"$LOCATION\" ;;\n esac\n else\n mv -- \"$FILENAME\" \"$LOCATION\"\n fi\ndone\n</code></pre>\n\n<p>(copied here in case the wiki gets updated)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T10:51:24.360", "id": "27374", "lastActivityDate": "2011-02-21T10:51:24.360", "lastEditDate": "2017-04-13T12:24:19.577", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "506", "parentId": "27354", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>I don't know about adding destinations to that menu itself, but <a href=\"http://ubuntu-tweak.com/\" rel=\"nofollow noreferrer\">Ubuntu Tweak</a> can add an alternative move to option which presents a dialog to choose any folder as a destination.</p>\n\n<p>To enable, in Ubunt...
null
null
null
null
null
27355
1
27356
2011-02-21T07:40:54.600
16
14041
<p><code>man echo</code> works. but out of curiosity, does echo have something similar to a <code>--help</code> flag/parameter? </p>
3778
58612
2012-07-31T14:41:09.920
2012-08-03T15:19:32.827
How do I get help for "echo" or other bash commands?
[ "command-line", "documentation" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2011-02-21T07:43:11.353", "id": "30190", "postId": "27355", "score": "0", "text": "How about you simply try and see if it works?", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-02-21T07:43:46.843", "id": "30191", "postId": "27355",...
{ "accepted": true, "body": "<p>Assuming you are using bash, <code>echo</code> is a shell builtin (which you can see by running <code>type echo</code>). That means the man-page you want to read is <code>man bash</code>. Or you can get help on bash builtins and keywords with the <code>help</code> builtin, e.g. <code>help echo</code>.</p>\n\n<p>The information you see when you run <code>man echo</code>, is for the external <code>echo</code> command, installed by GNU coreutils. (<code>type -a echo</code>).</p>\n\n<p>To learn bash, read <a href=\"http://mywiki.wooledge.org/BashGuide\">http://mywiki.wooledge.org/BashGuide</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T08:10:14.360", "id": "27356", "lastActivityDate": "2011-02-21T08:10:14.360", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9016", "parentId": "27355", "postTypeId": "2", "score": "21" }
[ { "accepted": true, "body": "<p>Assuming you are using bash, <code>echo</code> is a shell builtin (which you can see by running <code>type echo</code>). That means the man-page you want to read is <code>man bash</code>. Or you can get help on bash builtins and keywords with the <code>help</code> builtin, e....
null
null
null
null
null
27358
1
null
2011-02-21T08:23:47.590
3
7931
<p>The default DNS server was running too slowly, so I changed the configuration by adding a nameserver.<br/></p> <p>/etc/resolv.conf :</p> <pre><code>nameserver 202.102.192.68 nameserver 210.45.240.99 domain ***edu.cn search ***edu.cn </code></pre> <p>But the file will is changed back to the default automatically after a while.<br/> Is there any method to solve this problem? <br/> Thanks!</p>
687
8844
2011-03-31T23:06:25.120
2011-07-08T04:01:35.717
DNS server configuration is changed automatically
[ "10.04", "dns", "resolv.conf" ]
3
3
CC BY-SA 2.5
[ { "creationDate": "2011-05-31T01:18:34.117", "id": "50629", "postId": "27358", "score": "0", "text": "It's redundant to have config lines for both \"search\" and \"domain\", and \"domain\" will be ignored if \"search\" is set.", "userDisplayName": null, "userId": "14663" }, { "cr...
null
[ { "accepted": null, "body": "<p>In a full ubuntu these files are rewritten by network-manager, It's better to manage these changes by using the GUI in <b>System</b> > <b>Settings</b> > <b>Network Connections</b>.</p>\n\n<p>Without desktop I think this is controlled by a serie of entries in dbus / gconf. So ...
null
null
null
null
null
27362
1
163958
2011-02-21T08:55:49.703
42
139517
<p>How do I limit the updates that are installed to those from a specific set of repositories? Is this at all possible?</p>
971
246343
2014-08-30T17:12:17.360
2017-06-29T17:59:25.137
How to only install updates from a specific repository?
[ "apt", "pinning" ]
6
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-21T12:50:46.927", "id": "30223", "postId": "27362", "score": "0", "text": "Do you want to be able to specify repo during runtime, or should be it be more a static thing? The [two](http://askubuntu.com/questions/27362/how-to-only-install-updates-from-a-specific-reposito...
{ "accepted": true, "body": "<h1>Use Pinning</h1>\n<blockquote>\n<p>Pinning is a process that allows you to remain on a stable release of\nUbuntu (or any other debian system) while grabbing packages from a\nmore recent version. — <a href=\"https://help.ubuntu.com/community/PinningHowto#Introduction_to_Pinning\" rel=\"noreferrer\">help.ubuntu.com</a></p>\n</blockquote>\n<p>You can disable automatic updates from certain repositories without entirely removing them via <code>apt</code> policies:</p>\n<p>To disable automatic updates from repository <code>repo</code>, add a file<br><code>/etc/apt/preferences.d/repo</code> with the following content:</p>\n<pre><code>Package: *\nPin: release n=repo\nPin-Priority: 50\n</code></pre>\n<p>Which will give all packages from this repository a lower priority than already installed packages (which have 100).</p>\n<p>For more information <code>man apt_preferences</code> or check the <a href=\"https://help.ubuntu.com/community/PinningHowto\" rel=\"noreferrer\">Ubuntu Community Wiki</a>.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2014-01-25T09:22:49.170", "id": "528257", "postId": "163958", "score": "3", "text": "It’s a shame the only apt_preferences answer is the last...", "userDisplayName": null, "userId": "22757" }, { "creationDate": "2016-06-15T12:13:58.933", "id": "1182045", "postId": "163958", "score": "0", "text": "how to find out which version is from which repo?", "userDisplayName": null, "userId": "281163" }, { "creationDate": "2016-08-21T06:15:41.760", "id": "1232992", "postId": "163958", "score": "2", "text": "@MaxN you would usually find that information by running `apt-cache policy package-name`", "userDisplayName": null, "userId": "61218" }, { "creationDate": "2016-08-21T10:06:51.493", "id": "1233089", "postId": "163958", "score": "0", "text": "This will not force a repository for not being considered while update. because `release n=repo` will not cache anyone", "userDisplayName": null, "userId": "61218" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-07-15T18:55:44.333", "id": "163958", "lastActivityDate": "2014-08-30T15:28:11.497", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "22375", "parentId": "27362", "postTypeId": "2", "score": "36" }
[ { "accepted": null, "body": "<p>Obvious choice is to modify <code>/etc/apt/sources.list</code> and comment out all other repositories, and then run</p>\n\n<pre><code>apt-get update &amp;&amp; apt-get upgrade &amp;&amp; apt-get autoclean\n</code></pre>\n\n<p>And then remove comments from <code>sources.list</...
null
null
null
null
null
27367
1
null
2011-02-21T09:24:57.240
1
177
<p>The Title says everything. Does dconf use DesktopCouch as database backend? Will it be possible to sync the configuration? And is it possible to select, what should be synced?</p>
4871
null
null
2011-03-02T06:24:07.003
Does dconf use DesktopCouch as database backend?
[ "11.04", "sync", "desktopcouch", "dconf" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>No. As the GNOME Live wiki says, dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</p>\n\n<p><a href=\"https://live.gnome.org/dconf\" rel=\"nofollow\">https://li...
null
null
null
null
null
27375
1
null
2011-02-21T11:01:50.770
1
330
<p>Hello I have ubuntu 10.04 installed with mysql on it and I have a problem with remote connection. </p> <p>When I connect through putty it works but sometimes it looks like it hangs for example when I execute the command <code>ln --help</code>. </p> <p>Also with MySQL connection When I execute a simple query like show processlist; it works, but for example select * from table not always, if the table doesn't have many rows it works but if it has let's say more than 20 the query looks like it keeps working and never ends.</p> <p>It's connected but I can't do many things remotely.</p> <p>Added: I connect using putty from other windows pc, server is not overloaded. when i work at the same time directly on ubuntu i can do everything. Remotely not.</p>
null
null
2011-02-21T12:19:36.773
2011-07-17T06:19:52.230
Remote connection problem
[ "10.04", "networking", "mysql", "putty" ]
1
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>At first, why you are using PuTTY in Ubuntu, when you can use terminal and <code>ssh</code>?</p>\n\n<p>Most probably you have buggy internet connection or your server is seriously overloaded. PuTTY disconnects ssh immediately if there is short break in connection. For example...
null
null
null
user11205
user11205
27377
1
27396
2011-02-21T11:28:29.747
2
11492
<p>I'm trying to compile a program which uses Google's V8 library (which is 32 bit). Therefore any library I use within my program also has to be 32 bit. Where can I download the 32 bit version of libraries on Ubuntu 64 bit? More specifically, I'm looking for the libnotify 32 bit version.</p> <p>This is the errors I am getting right now:</p> <pre><code>g++ -o shell -m32 shell.o -L../v8 -lv8 -lpthread `pkg-config --libs libnotify glib-2.0` /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../libnotify.so when searching for -lnotify /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../libnotify.a when searching for -lnotify /usr/bin/ld: skipping incompatible /usr/lib/libnotify.so when searching for -lnotify /usr/bin/ld: skipping incompatible /usr/lib/libnotify.a when searching for -lnotify /usr/bin/ld: cannot find -lnotify collect2: ld returned 1 exit status </code></pre> <p>Thanks!</p>
2331
null
null
2017-02-24T16:17:00.133
How to get 32 bit version of libraries on Ubuntu 64 bit?
[ "compiling", "32-bit", "libraries", "g++" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-21T11:46:58.217", "id": "30211", "postId": "27377", "score": "1", "text": "check the answers to [this question](http://askubuntu.com/q/20355/3940)", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2011-02-21T11:59:25.650", "id": "302...
{ "accepted": true, "body": "<p>You can install 32bit libraries on a 64bit machine by installing the <a href=\"http://packages.ubuntu.com/search?keywords=ia32-libs\" rel=\"nofollow noreferrer\">ia32-libs</a> package:</p>\n\n<pre><code>sudo apt-get install ia32-libs\n</code></pre>\n", "commentCount": "4", "comments": [ { "creationDate": "2012-01-03T19:22:22.780", "id": "105812", "postId": "27396", "score": "1", "text": "Can you think of any problems that installing ia32-libs on a 64-bit system would cause or is doing this harmless?", "userDisplayName": null, "userId": "5817" }, { "creationDate": "2012-01-03T19:52:15.593", "id": "105819", "postId": "27396", "score": "1", "text": "@djangofan It's harmless, it's designed for this specific issue.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2020-04-27T14:20:55.637", "id": "2073608", "postId": "27396", "score": "1", "text": "The package doesn't exist anymore in Ubuntu 20.04 :(", "userDisplayName": null, "userId": "301398" }, { "creationDate": "2021-04-27T01:22:24.747", "id": "2276862", "postId": "27396", "score": "0", "text": "https://askubuntu.com/questions/107230/what-happened-to-the-ia32-libs-package", "userDisplayName": null, "userId": "812614" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-21T14:23:54.370", "id": "27396", "lastActivityDate": "2017-02-24T16:17:00.133", "lastEditDate": "2017-02-24T16:17:00.133", "lastEditorDisplayName": null, "lastEditorUserId": "527764", "ownerDisplayName": null, "ownerUserId": "41", "parentId": "27377", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>You can install 32bit libraries on a 64bit machine by installing the <a href=\"http://packages.ubuntu.com/search?keywords=ia32-libs\" rel=\"nofollow noreferrer\">ia32-libs</a> package:</p>\n\n<pre><code>sudo apt-get install ia32-libs\n</code></pre>\n", "commentCount": "4"...
null
null
null
null
null
27378
1
null
2011-02-21T11:33:49.303
2
983
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/247/whats-your-recommendation-on-drive-partitioning-schemes-for-a-desktop-and-home-s">What&#39;s your recommendation on drive partitioning schemes for a desktop and home server?</a> </p> </blockquote> <p>Hi all, I was surfing and I noticed a page talking about a separate /data partition. Now I'd always separated my /home partition for an easier transition to a new Ubuntu installation. </p> <p>What is the recommended partition set up for the smoothest Ubuntu experience?</p>
5890
-1
2017-04-13T12:23:09.107
2011-02-21T17:41:28.457
What is the recommended partition set up?
[ "partitioning", "gparted" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>For smoothest experience, you should use only single partition (+ probably boot + definitely swap).</p>\n\n<h2>Advantages</h2>\n\n<p>You don't have to care about disk sizes. With multiple partitions, if you reserve 10GB for root partition, then it's getting too small if you i...
null
null
2011-02-21T18:00:54.250
null
null
27381
1
39906
2011-02-21T11:40:29.747
154
130370
<p>I need a command line tool for editing metadata of pdf-files. </p> <p>I'm using a Aiptek MyNote Premium tablet for writing my notes and minutes on this device, import them later and convert them to pdf automatically with a simple script using inkscape and ghostscript.</p> <p>Is there any command line tool to add some categories to the pdf's metadata, so i can find the pdf later (e.g. with gnome-do) by categories?</p> <p>Update: I tried the solution with pdftk and it works, but it seems that gnome-do doesn't take care of pdf-metadata. Is there a way to get gnome-do to do that? </p>
3922
3922
2011-02-22T06:53:15.437
2023-05-07T14:49:07.353
How to edit pdf metadata from command line?
[ "command-line", "pdf", "metadata" ]
8
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>Give <code>exiftool</code> a try; it is available from the package <code>libimage-exiftool-perl</code> in the repositories.</p>\n<p>As an example, If you have a pdf file called <code>drawing.pdf</code> and you want to update its metadata, use the utility, <code>exiftool</code>, in this way:</p>\n<pre><code>exiftool -Title=&quot;This is the Title&quot; -Author=&quot;Happy Man&quot; -Subject=&quot;PDF Metadata&quot; drawing.pdf\n</code></pre>\n<p>For some reason the Subject entered ends up in the keywords field of the metadata in the pdf file. not a problem in some cases, even desirable, however, this may be problematic: evince and the nautilus metadata previewer do not show this, but Adobe Acrobat viewer and PDF-XChange viewer do.</p>\n<p>The program will create a backup of the original file if you do not use the <code>-overwrite_original</code> switch. This means a duplicate will exist in the folder where the updated pdf is. From the example above, a file named <code>drawing.pdf_original</code> will be created.</p>\n<p>Use the overwrite switch at your own risk. My suggestion is not to use it and script something to move this file to a better location just in case.</p>\n", "commentCount": "10", "comments": [ { "creationDate": "2011-05-04T09:05:44.250", "id": "43810", "postId": "39906", "score": "0", "text": "This works fine, thank you. It's curious how much tools come along with ubuntu / linux. I wish to know more about all this stuff :-). Meanwhile i used pdfmod after importing my files. This is a nice little application.", "userDisplayName": null, "userId": "3922" }, { "creationDate": "2014-08-12T07:11:42.567", "id": "689296", "postId": "39906", "score": "42", "text": "Note that: *\"[All metadata edits are reversible](http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/PDF.html). While this would normally be considered an advantage, it is a **potential security problem** because old information is **never actually deleted** from the file.\"*", "userDisplayName": null, "userId": "16023" }, { "creationDate": "2014-08-13T23:41:45.770", "id": "690945", "postId": "39906", "score": "10", "text": "@nuttyaboutnatty if you want to purge all remnant and unused metadata entries, you can linearize the PDF file right after processing it with exiftool. This is described in more detail in [this Github gist](https://gist.github.com/hubgit/6078384).", "userDisplayName": null, "userId": "81372" }, { "creationDate": "2014-08-14T06:56:31.243", "id": "691034", "postId": "39906", "score": "0", "text": "@Glutanimate Nice link, but not 100 % convincing/authorative IMHO. Eg, why does it cite `exiftool` without mentionin the above limitation? Because it's just a \"gist\" and doesn't claim to be bullet-proof / hold water? Could be that linearization does indeed go in the direction of anon., but does it go *all the way*?", "userDisplayName": null, "userId": "16023" }, { "creationDate": "2014-08-14T07:54:53.083", "id": "691058", "postId": "39906", "score": "13", "text": "@nuttyaboutnatty Well, of course it's not an authoritative source but that's only because nobody ever took the time to write one. However, I can assure that the method described by the author works. Try it out yourself: 1.) Take a PDF that has some tags and \"delete\" all metadata with `exiftool -overwrite_original -all:all=\"\" file.pdf`; 2.) Use `exiftool -PDF-update:all= file.pdf` to confirm that there is still old metadata present; 3.) linearize the file with `qpdf --linearize file.pdf`; 4.) Check again, like you did in 2.); all metadata should be gone;", "userDisplayName": null, "userId": "81372" }, { "creationDate": "2014-08-14T07:55:35.540", "id": "691059", "postId": "39906", "score": "6", "text": "5.) confirm that the file has been purged of all metadata by looking at the PDF dictionary (`pdfinfo -meta file.pdf`)", "userDisplayName": null, "userId": "81372" }, { "creationDate": "2018-02-09T11:13:30.030", "id": "1625367", "postId": "39906", "score": "0", "text": "Thank you. It also worked like a charm on my Mac with macOS 10.12 and \"homebrew\".", "userDisplayName": null, "userId": "793229" }, { "creationDate": "2018-04-22T15:57:46.883", "id": "1669686", "postId": "39906", "score": "2", "text": "Works perfectly. I regularly want to copy the metadata from one PDF to another, in which case `exiftool -overwrite_original -tagsFromFile <srcfile> <destfile>` is what I need (the option `-overwrite_original` overwrites the original `<destfile>`).", "userDisplayName": null, "userId": "422977" }, { "creationDate": "2019-08-14T08:12:48.993", "id": "1943559", "postId": "39906", "score": "1", "text": "Do note that pretty important bit from the `exiftool` manual : *\"3) Changes to PDF files by ExifTool are reversible (by deleting the update with \"-PDF-update:all=\") because the original information is never actually deleted from the file. So ExifTool alone may not be used to securely edit metadata in PDF files.\"*", "userDisplayName": null, "userId": "498675" }, { "creationDate": "2021-01-29T17:03:55.130", "id": "2233143", "postId": "39906", "score": "0", "text": "A shell specific observation, but when installed from apt, the Bash _file name completion_ does not work if options are written on the command line, e.g. `exiftool -Title=\"Smthg\" filenam[tab]`. Filename completion only works with: `exiftool finenam[tab]`. There is no completion script for exiftool in `/usr/share/bash-completion/`, so this annoying problem could (should) be fixed there.", "userDisplayName": null, "userId": "382931" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-05-04T05:08:48.800", "id": "39906", "lastActivityDate": "2022-09-13T08:09:53.280", "lastEditDate": "2022-09-13T08:09:53.280", "lastEditorDisplayName": null, "lastEditorUserId": "23900", "ownerDisplayName": null, "ownerUserId": "4923", "parentId": "27381", "postTypeId": "2", "score": "186" }
[ { "accepted": null, "body": "<p>You can edit PDF metadata using <code>pdftk</code>. Check out the <code>update_info</code> (or <code>update_info_utf8</code> if you need accented characters) parameter. As for data file, below is an example:</p>\n<pre><code>InfoKey: Title\nInfoValue: Mt-Djing: multitouch DJ t...
null
null
null
null
null
27383
1
27442
2011-02-21T11:54:48.153
1
517
<p>I dual-boot my laptop due to lousy VM performance, and have a new 500GB/7200rpm drive coming in to replace the stock 320GB/5400rpm drive. I have the drive set up in three partitions: one for the Win7 system files, one for storage, and the third as the ext4 Linux file system. The system file and storage partitions are both NTFS.</p> <p>What I'm planning to do is use the system image creator built in Win7, then move that over to the new drive. However, how can I migrate the Ubuntu partition, and how do I make sure that the Grub bootloader isn't overwritten by the Windows loader?</p>
7800
null
null
2011-02-21T20:24:21.577
Upgrading a dual-boot system HDD
[ "upgrade", "dual-boot", "bootloader", "migration" ]
1
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Solution 1:</strong></p>\n\n<p>Not a huge problem. All you need is a computer which has at least two SATA ports to use both HDDs at the same time. If you don't have an second computer handy, you could do it with on if these SATA to USB adapters but that is painfully slow. May you have an eSATA, USB 3.0 or FireWire port you could use to (\\w the appropriate adapter).</p>\n\n<p>When you (re)install your Win7 successfully on the new drive (which is not a good thing in general. Just kidding.) you have to pay attention to the partitioning. The Win7 should only use a part (eg. 180 GB) of your drive and NOT the entire HDD. (If its not possible to set this within the Windows installer you can resize/shrink the partition afterwards via gparted on a live CD/DVD.)</p>\n\n<p>After you have your Win7 in place, use one of these Ubuntu live CDs/DVDs with both your old and your new drive connected to your computer.</p>\n\n<p>Use gparted to set up a partition on your new drive which has exactly the same size as you old Ubuntu partition.</p>\n\n<p>With a simple dd you can then move over the data to your new partition:</p>\n\n<pre><code>dd if=/dev/sda3 of=/dev/sdb3\n</code></pre>\n\n<p>(Of course you have to change the partition names according to your setup.)</p>\n\n<p>After you did this you can resize the partition with gparted to fit your needs.\n(Of course you can do this with your data partition as well.)</p>\n\n<p><strong>Solution 2:</strong></p>\n\n<p>Its super simple if you just move over the entire disk to the new drive at once. (I don't know if this causes any problems on the Windows side, but it shouldn't.)\nJust connect both drives to your computer and run:</p>\n\n<pre><code>dd if=/dev/sda of=/dev/sdb\n</code></pre>\n\n<p>(Check device names!)</p>\n\n<p>ATTENTION: This process can take for ever. But it works. Do NOT interrupt it. (Google to find out how to check the state of dd.)</p>\n\n<p>After the move is done you can use gparted to resize the partitions to your needs.</p>\n\n<p><strong>MBR:</strong></p>\n\n<p>If you use the second solution the MBR should be copied automatically. If you want to save it anyhow you can do this via:</p>\n\n<pre><code>dd if=/dev/sda of=MBR bs=446 count=1\n</code></pre>\n\n<p>(This saves the MBR into a file called \"MBR\".)</p>\n\n<p>If you then run this you could 're-apply' the MBR to your new drive afterwards.</p>\n\n<pre><code>dd if=MBR of=/dev/sda bs=446 count=1\n</code></pre>\n\n<p>I hope this helps you somehow. It really sounds more complicated than it actually is. Hit me up if you need more help or have problems.</p>\n\n<p>(Device and partition names (like '/dev/sda/') may change according to your setup.)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T20:24:21.577", "id": "27442", "lastActivityDate": "2011-02-21T20:24:21.577", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11166", "parentId": "27383", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><strong>Solution 1:</strong></p>\n\n<p>Not a huge problem. All you need is a computer which has at least two SATA ports to use both HDDs at the same time. If you don't have an second computer handy, you could do it with on if these SATA to USB adapters but that is painfully s...
null
null
null
null
null
27385
1
27387
2011-02-21T12:24:09.433
5
1474
<p>I want to start a recording job at a precise time. As I understand cron only guarantees a job to be started within a minute.</p> <p>One possible solution is to start the cron job earlier and than wait until the precise time. What other possibilities do I have?</p>
10304
null
null
2011-02-21T12:41:57.673
How to start a job at precise time?
[ "cron-jobs" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-22T00:01:52.920", "id": "30346", "postId": "27385", "score": "0", "text": "What accuracy are you looking for... I have a script which will time things to an accuracy of 0.01 of a second ... but of course that depends on the system load.... It uses `date`'s nanosecon...
{ "accepted": true, "body": "<p>Easiest way is to put cron job to start it minute earlier and then add timing by your own.</p>\n\n<p>You can also use <code>at</code>. At least man page of <code>at</code> says that you can use rather exact timing, including seconds. You can test this by adding <code>at</code> job that records time, for example shell script running</p>\n\n<pre><code>date &gt; ~/at_test\n</code></pre>\n\n<p>If you go with cron route, <code>date +%s</code> is your friend.</p>\n\n<p>For example</p>\n\n<pre><code>#!/bin/bash\ntarget_time=1298301898\nlet wait_time=target_time-`date +%s`\nif [ $wait_time -gt 0 ]; then\n sleep wait_time\nfi\n# Execute your code\n</code></pre>\n\n<p>With this approach your next problem is to figure out how to determine target_time. If you always know that you want to start it in the next minute, you can use</p>\n\n<pre><code>sleep 2 # Avoid running on xx:59, if cron starts immediately.\nlet wait_time=60-`date +%M`\nsleep wait_time\n</code></pre>\n\n<p>to wait until minute changes.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-02-22T03:03:44.217", "id": "30362", "postId": "27387", "score": "0", "text": "Using Olli's idea.. I've put together a script which will countdown, until a specified millisecond time.. It initially polls once per second (for the countdown display), until it is within a couple of seconds of the target time, and then shifts to checking th time every millisecond. Here is the link http://paste.ubuntu.com/570361/ ...*(new link)*", "userDisplayName": null, "userId": "2670" }, { "creationDate": "2011-02-22T08:59:03.130", "id": "30386", "postId": "27387", "score": "0", "text": "@fred.bear: That looks... complicated, but on the other hand when you need better accuracy than +-1s it's more difficult.", "userDisplayName": null, "userId": "10581" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T12:41:57.673", "id": "27387", "lastActivityDate": "2011-02-21T12:41:57.673", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10581", "parentId": "27385", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>Easiest way is to put cron job to start it minute earlier and then add timing by your own.</p>\n\n<p>You can also use <code>at</code>. At least man page of <code>at</code> says that you can use rather exact timing, including seconds. You can test this by adding <code>at</code...
null
null
null
null
null
27392
1
27394
2011-02-21T13:26:17.243
2
3205
<p>I have a 10.10 installation. <code>/etc/fstab</code> mounts a partition to <code>~/Desktop</code> and my desktop icons work fine. However mounted volume icon always appears on Desktop. Altough I have unchecked <code>volumes_visible</code> option in <code>gconf-editor</code>, still icon is shown. Is there a change in 10.10 ?</p>
null
235
2011-02-21T22:15:25.017
2012-03-01T00:05:36.770
Hide mounted volume icon on the desktop?
[ "10.10", "nautilus" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-22T18:10:23.557", "id": "30481", "postId": "27392", "score": "0", "text": "Sorry, my mistake; I was running gconf-editor as su, so it was changing root's configuration.", "userDisplayName": "user11210", "userId": null } ]
{ "accepted": true, "body": "<p>run >> gconf-editor</p>\n\n<ol>\n<li>goto apps->nautilus->desktop</li>\n<li>Uncheck the option: \"volume visible\"</li>\n</ol>\n\n<p>and after that all the mounted volumes will removed from your desktop.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-02-21T13:42:05.227", "id": "30227", "postId": "27394", "score": "0", "text": "hi, as i mentioned already tried that :(", "userDisplayName": "user11210", "userId": null }, { "creationDate": "2011-02-21T17:56:02.023", "id": "30249", "postId": "27394", "score": "0", "text": "It works here in 11.04 alpha2 just checked", "userDisplayName": null, "userId": "5499" }, { "creationDate": "2011-02-24T15:02:48.167", "id": "30915", "postId": "27394", "score": "0", "text": "Hi Paul,I am 110% sure It will work any version of the ubuntu. Pls just check if you are following the steps properly.", "userDisplayName": null, "userId": "8453" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T13:39:42.307", "id": "27394", "lastActivityDate": "2011-02-21T13:39:42.307", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8453", "parentId": "27392", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>run >> gconf-editor</p>\n\n<ol>\n<li>goto apps->nautilus->desktop</li>\n<li>Uncheck the option: \"volume visible\"</li>\n</ol>\n\n<p>and after that all the mounted volumes will removed from your desktop.</p>\n", "commentCount": "3", "comments": [ { "crea...
null
null
null
null
user11210
27397
1
null
2011-02-21T14:41:52.583
13
362
<p>I'd like to suggest to the developers of <a href="http://www.simfy.de/?locale=en#/downloads" rel="nofollow">simfy</a> that their desktop application be submitted to the Software Center. How should they go about doing this?</p>
null
235
2011-11-06T17:50:53.157
2011-11-06T17:50:53.157
How can a free, proprietary application be submitted to the Software Center?
[ "software-center", "application-development" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-02-21T17:11:28.910", "id": "30243", "postId": "27397", "score": "2", "text": "http://developer.ubuntu.com/publish/commercial/ under construction.", "userDisplayName": null, "userId": "2910" } ]
null
[ { "accepted": null, "body": "<p>Here's detailed information about submitting <a href=\"https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages\" rel=\"nofollow\">new packages</a> to Ubuntu</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-21T16:50:40.763", "id...
null
null
null
null
user11217
27398
1
28003
2011-02-21T14:51:37.633
7
7694
<p>What is the best way to learn how to set up a VPN using OpenVPN on an Amazon EC2 server/a VPS? What level of proficiency is required in Linux System Administration for this?</p>
2626
8844
2011-02-24T05:05:01.750
2011-02-25T09:36:25.417
Best Way To Learn How To Set Up OpenVPN On Amazon EC2/a VPS?
[ "openvpn", "vps" ]
2
3
CC BY-SA 2.5
[ { "creationDate": "2011-02-21T19:54:15.527", "id": "30291", "postId": "27398", "score": "1", "text": "What are you using OpenVPN for? Administrating your VPS or having a secured connection to the Internet?", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-03-...
{ "accepted": true, "body": "<h2>What's the best way to learn how to setup OpenVPN?</h2>\n\n<p>Read the <a href=\"http://openvpn.net/index.php/open-source/documentation/howto.html\" rel=\"nofollow noreferrer\">How To</a> on the OpenVPN website for an introduction, and while configuring OpenVPN, you'll learn by trial and error. I recommend you testing your firewall rules/ routing settings on your home network first, in case anything go wrong and you loose your SSH connectivity, you can always walk to the physical machine and fix it.</p>\n\n<p>The <a href=\"http://openvpn.net/index.php/open-source/documentation/manuals/69-openvpn-21.html\" rel=\"nofollow noreferrer\">manual page</a> is very useful for getting known with the configuration directives, and explains how custom scripts are evaluated in which order.</p>\n\n<p>(the next setup was intended for a secured Internet connection on a Debian machine / Ubuntu client. Ubuntu is based on Debian, so it works for an Ubuntu server as well)</p>\n\n<p>I've recentely messed a week with OpenVPN to get it to work, the network setup, addresses, route information and configuration file can be found in <a href=\"https://serverfault.com/q/235484/51929\">How do I configure OpenVPN for accessing the internet with one NIC?</a>. I had only one network interface (eth0), and did not want to use bridging.</p>\n\n<p>I wanted to have IPv6 connectivity through my VPS as well, so I used a tap device (layer 2) instead of a tun device (layer 3). My IPv6 (with scripts) setup can be found at <a href=\"https://serverfault.com/q/237851/51929\">How can I setup OpenVPN with IPv4 and IPv6 using a tap device?</a>.</p>\n\n<p>Ubuntu has a <a href=\"https://help.ubuntu.com/community/OpenVPN\" rel=\"nofollow noreferrer\">wiki page</a> on setting up OpenVPN for a server+client. I only needed step 1-3 for generating a key, with the custom setup above without using bridges.</p>\n\n<h2>What level of proficiency is required in Linux System Administration for this?</h2>\n\n<p>Basic knowledge of networking (what layers are, routing) makes you better understand how OpenVPN works. After having set up OpenVPN, you're done. Like any other application, keep your installation up to date (<code>sudo apt-get update &amp;&amp; sudo apt-get upgrade</code>) and make sure your keys for using OpenVPN do not get lost.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-25T09:36:25.417", "id": "28003", "lastActivityDate": "2011-02-25T09:36:25.417", "lastEditDate": "2017-04-13T12:14:52.490", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "27398", "postTypeId": "2", "score": "5" }
[ { "accepted": null, "body": "<p>The best way to learn is read the official OpenVPN documentation. Really, there is no better resource, and the official documentation is not at all bad.</p>\n\n<p><a href=\"http://openvpn.net/index.php/open-source/documentation.html\">http://openvpn.net/index.php/open-source/...
null
null
null
null
null
27402
1
27417
2011-02-21T15:46:45.827
31
12179
<p>As a former Debian user, I "kind of" remember that I should only use one of the package managers... Either <code>apt-get</code>, <code>aptitude</code>, or <code>synaptic</code>, but not the three in combination 'cause there may be conflicts, they don't mix well.</p> <p>I don't know where I have heard it, but it has left its memory print. So I just want to check with you if it is really not advised or if it is an urban legend and it is completely safe. Could you confirm this ?</p> <p>Is the cleanest way of installing a package is still using the command <code>checkinstall</code> before invoking <code>dpkg</code> ?</p>
10502
10502
2015-11-19T10:01:00.890
2019-03-12T22:32:01.327
apt-get vs. aptitude .vs synaptic compatibility
[ "apt", "dpkg", "aptitude", "synaptic" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2011-02-21T16:01:37.137", "id": "30236", "postId": "27402", "score": "2", "text": "I freely switch between apt-get and synaptic, depending on whether I need to explore the available packages or not, and I've never had a problem. I've never understood the point of aptitude.", ...
{ "accepted": true, "body": "<p>The only real difference is Aptitude.</p>\n\n<ul>\n<li><p>If you use it interactively install something, then remove that package in something else and then go back to Aptitude, it will think you want to reinstall it. You just have to clear selections when it loads (easy enough through the menu).</p></li>\n<li><p>It will also run an autoremove so old dependencies are cleaned up. This <em>can</em> be dangerous if you accidentally remove something that is a dependant of a metapackage and you remove it and all its deps. This isn't an issue if you know what you're doing.</p></li>\n</ul>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-02-21T17:36:47.943", "id": "30246", "postId": "27417", "score": "0", "text": "It is for a server. I will put the less packages possible, updated the less possible, and only for security updates. ;-) so I think I am gonna stay with the simple apt-get... though I have never learnt using aptitude and that would be a cool occasion...", "userDisplayName": null, "userId": "10502" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T17:24:23.877", "id": "27417", "lastActivityDate": "2011-02-21T17:24:23.877", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "27402", "postTypeId": "2", "score": "14" }
[ { "accepted": null, "body": "<p>All of those use <code>dpkg</code> as a backend. Neither one uses any specialized database that breaks when you use something else.</p>\n\n<p>It's definitely urban legend.</p>\n\n<p>If you want to install something from source code, cleanest way is to use <code>checkinstall</...
null
null
null
null
null
27403
1
null
2011-02-21T15:51:13.847
2
614
<p>Having used <code>gnome-terminal</code> I noticed that it does not remember its state, once closed. I would like a terminal which remembers its state, this includes the title of the tabs and the current directory in which I was. IIRC the <code>konsole</code> of KDE3 did this. So I installed <code>konsole</code> (the current version which comes with Ubuntu 10.10) however it does not seem to remember its state either. :(</p>
10887
527764
2017-02-24T17:42:45.607
2017-02-24T17:43:10.133
Terminal which remembers its state
[ "10.10", "gnome-terminal", "konsole" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>My only recommendation for this is to use something like <a href=\"http://packages.ubuntu.com/maverick/screen\" rel=\"nofollow noreferrer\">GNU Screen</a></p>\n\n<pre><code>sudo apt-get install screen\n</code></pre>\n\n<p>which is a terminal multiplexor which will maintain st...
null
null
null
null
null
27404
1
27406
2011-02-21T15:56:17.240
0
1460
<p>I have been trying to get Natty running on my desktop pc with a Nvidia 8400GS card but not having much luck. I can see on the forums that it is related to the X server version and the nvidia driver. Will i be able to install 11.04 with Unity desktop using my Nvidia card? </p>
11218
667
2011-02-21T16:45:07.877
2011-02-21T16:45:07.877
Will Nvidia be supported in Natty Narwhal with Unity
[ "unity", "nvidia" ]
1
2
CC BY-SA 2.5
[ { "creationDate": "2011-02-21T16:46:43.250", "id": "30240", "postId": "27404", "score": "0", "text": "Please see: http://meta.askubuntu.com/questions/871/when-are-questions-about-ubuntu1-appropriate", "userDisplayName": null, "userId": "235" }, { "creationDate": "2011-02-21T17:41...
{ "accepted": true, "body": "<p>Natty is in alpha state and recently an xserver update changed its abi so the current nvdia drivers don't work and there is an bug in the floss drivers.</p>\n\n<p>But i am quite sure that the drivers will be updated and even the floss driver's bug will be fixed so you will be able to use 11.04 on 28 April.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T16:18:39.993", "id": "27406", "lastActivityDate": "2011-02-21T16:18:39.993", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5149", "parentId": "27404", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>Natty is in alpha state and recently an xserver update changed its abi so the current nvdia drivers don't work and there is an bug in the floss drivers.</p>\n\n<p>But i am quite sure that the drivers will be updated and even the floss driver's bug will be fixed so you will be...
null
null
2011-02-21T17:34:03.157
null
null
27405
1
27415
2011-02-21T16:16:13.787
18
1504
<p>I'm sure I've seen a picture of the full building somewhere. The image is a blue-tinted display of the building's facade - facing into a blue sky. It's a part of the stock wallpapers in Ubuntu 10.10 (Maverick).</p> <p>Can someone help me identify this building? I can't be the first - or the only - person to be interested in knowing.</p> <p><img src="https://i.stack.imgur.com/Myrxn.jpg" alt="Architecture Wallpaper"></p>
10966
866
2011-02-21T19:11:34.347
2011-02-21T22:01:43.663
What is the building photographed in this stock wallpaper?
[ "10.10", "desktop-background", "design" ]
1
1
CC BY-SA 2.5
[ { "creationDate": "2011-02-21T16:33:15.340", "id": "30238", "postId": "27405", "score": "0", "text": "No idea, but [the original is on flickr](http://www.flickr.com/photos/elslunko/4897785821/in/pool-1468716@N24) if it helps.", "userDisplayName": null, "userId": "3251" } ]
{ "accepted": true, "body": "<p>It is the Walt Disney Concert hall in Los Angeles, designed by <a href=\"https://i.stack.imgur.com/fFWQd.jpg\" rel=\"noreferrer\">Frank Gehry</a>.</p>\n\n<p>From the photographer's site: <a href=\"http://edltphoto.com/2010/09/ubuntu-blue/\" rel=\"noreferrer\">http://edltphoto.com/2010/09/ubuntu-blue/</a></p>\n\n<blockquote>\n <p>My photo of a portion of the Walt\n Disney Concert hall in Downtown Los\n Angeles.</p>\n</blockquote>\n\n<p>A full sized picture of the concert hall is included below, a <a href=\"http://www.laphil.com/philpedia/wdch-overview.cfm\" rel=\"noreferrer\">description is found here</a></p>\n\n<p><a href=\"https://i.stack.imgur.com/fFWQd.jpg\" rel=\"noreferrer\"><img src=\"https://i.stack.imgur.com/fFWQd.jpg\" alt=\"Concert Hall\"></a></p>\n", "commentCount": "9", "comments": [ { "creationDate": "2011-02-21T17:32:18.463", "id": "30245", "postId": "27415", "score": "3", "text": "Anyone see irony in the dichotomy between freedom of ubuntu and the restricted free culture promoted by Disney?", "userDisplayName": null, "userId": "1668" }, { "creationDate": "2011-02-21T17:44:39.093", "id": "30248", "postId": "27415", "score": "3", "text": "@Jay Not necessarily. It's like [The Cathedral and the Bazaar](http://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar) - the centrally planned cathedral vs. the more or less free-for-all bazaar. Two different cultures, but I believe the world is big enough for both of them ;)", "userDisplayName": null, "userId": "2337" }, { "creationDate": "2011-02-21T17:57:07.747", "id": "30250", "postId": "27415", "score": "8", "text": "Irony? I see a pretty building that someone took a picture of.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2011-02-21T19:13:13.733", "id": "30276", "postId": "27415", "score": "2", "text": "Thank you! Thank you! The Concert Hall was designed by [Frank Gehry](http://en.wikipedia.org/wiki/Frank_Gehry) - a name every architecture geek knows :) There is a good description of the design from LAPhil [here](http://www.laphil.com/philpedia/wdch-overview.cfm).", "userDisplayName": null, "userId": "10966" }, { "creationDate": "2011-02-21T19:15:58.820", "id": "30278", "postId": "27415", "score": "1", "text": "@David: links here work like this: [Descriptive text](URL)", "userDisplayName": null, "userId": "6576" }, { "creationDate": "2011-02-21T19:17:30.330", "id": "30279", "postId": "27415", "score": "0", "text": "@oKtosiTe: Thanks... Got it already - finally! Editediteditedit :)", "userDisplayName": null, "userId": "10966" }, { "creationDate": "2011-02-21T19:19:00.843", "id": "30282", "postId": "27415", "score": "0", "text": "@David: MediaWiki? ;-)", "userDisplayName": null, "userId": "6576" }, { "creationDate": "2011-02-21T22:59:34.763", "id": "30330", "postId": "27415", "score": "0", "text": "Indeed it is the Concert Hall. Shot on a beautiful Los Angeles day, and processed within Ubuntu no less!", "userDisplayName": "user11235", "userId": null }, { "creationDate": "2011-06-03T15:48:16.577", "id": "51458", "postId": "27415", "score": "0", "text": "In response to @Jay: architecture is almost universally copyright-free. How about that?", "userDisplayName": null, "userId": "10966" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-21T17:05:40.767", "id": "27415", "lastActivityDate": "2011-02-21T19:19:55.430", "lastEditDate": "2011-02-21T19:19:55.430", "lastEditorDisplayName": null, "lastEditorUserId": "11120", "ownerDisplayName": null, "ownerUserId": "11120", "parentId": "27405", "postTypeId": "2", "score": "20" }
[ { "accepted": true, "body": "<p>It is the Walt Disney Concert hall in Los Angeles, designed by <a href=\"https://i.stack.imgur.com/fFWQd.jpg\" rel=\"noreferrer\">Frank Gehry</a>.</p>\n\n<p>From the photographer's site: <a href=\"http://edltphoto.com/2010/09/ubuntu-blue/\" rel=\"noreferrer\">http://edltphoto...
null
null
null
null
null
27409
1
null
2011-02-21T16:24:15.070
1
4927
<p>Apparent I should set LC_TIME to en_DK (why danish? I don't want danish months!) but nothing I've done manages to change the output of <code>locale</code>.</p>
11219
3550
2011-02-21T16:32:54.717
2017-09-22T17:07:43.583
How do I set the system date/time format from the command line?
[ "command-line", "locale", "date" ]
2
0
CC BY-SA 2.5
[]
null
[ { "accepted": null, "body": "<p>What do you want to achieve? To change the format temporarily</p>\n\n<pre><code>$ date\nMon Feb 21 18:46:57 CET 2011\n$ LANG=cs_CZ.utf8 date\nPo úno 21 18:47:22 CET 2011\n</code></pre>\n\n<p>or permanently by putting the variables in <code>/etc/default/locale</code>?</p>\n", ...
null
null
null
null
null
27410
1
27413
2011-02-21T16:34:30.407
13
30525
<p>I would really like to switch over to Thunderbird from Evolution. I have had a look around and haven't found a good up to date how to for migrating. I have quite a lot of emails and filters and would like to make the transition as painless as possible.</p> <p>thanks for any help. </p>
6450
235
2011-12-15T20:14:16.423
2015-05-30T02:01:14.443
Migrating from Evolution to Thunderbird
[ "evolution", "thunderbird", "migration" ]
7
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p><strong>Ubuntu &lt;= 11.04</strong></p>\n\n<p>This is a perfect how to, very easy ... you can follow, it has </p>\n\n<ul>\n<li>Migrate local mail from Evolution</li>\n<li>Migrate Calendar</li>\n<li>Migrating Task</li>\n<li>Migrate address book</li>\n</ul>\n\n<p><a href=\"http://maketecheasier.com/how-to-migrate-from-evolution-to-thunderbird-in-ubuntu-intrepid/2008/12/04\">how-to-migrate-from-evolution-to-thunderbird-in-ubuntu</a></p>\n\n<p>--------------------------- UPDATED --------------------------------------------------</p>\n\n<p><strong>Ubuntu >= 11.10</strong></p>\n\n<p><strong>EVOLUTION</strong></p>\n\n<p><em>Exporting calendar data</em></p>\n\n<p>To export a complete calendar, right-click on the calendar in the list of calendars and click Save as. Available formats are iCalendar format (ICS, recommended), comma separated values (CSV), and RDF format.</p>\n\n<p>If you want to export only one appointment, right-click on the appointment and click Save as iCalendar....</p>\n\n<p><strong>THUNDERBIRD</strong></p>\n\n<p><em>extension</em></p>\n\n<p><a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/lightning/?src=userprofile\">Lightning 1.0b7</a> \nby Mozilla</p>\n\n<p>or you can install this package from Ubuntu repository:</p>\n\n<p><code>sudo apt-get install xul-ext-lightning</code> version the same (1.0~b7)</p>\n\n<p>Manage your daily schedule directly within Thunderbird. Allows managing calendars locally or subscribing to network calendars.\nLightning 1.0b7 supports Thunderbird 7.</p>\n\n<ul>\n<li>Install this extension.</li>\n<li>Open thunderbird.</li>\n<li>Events and task</li>\n<li>import and select the calendar saved before...</li>\n</ul>\n\n<p><strong>EVOLUTION</strong></p>\n\n<p><em>exporting contacts data</em></p>\n\n<p>Contacts files are stored in a database, but can be saved as a vCard file.\nTo export a complete address book, click File ▸ Save Address Book As vCard.\nIf you want to export only one contact, click File ▸ Save as vCard or right-click on the contact and click Save as vCard.</p>\n\n<p><strong>THUNDERBIRD</strong></p>\n\n<p><em>extension</em></p>\n\n<p><em>contact data (vCard or .vcf)</em></p>\n\n<p>Some address book programs use a vCard format, which cannot be imported directly by Thunderbird. You can import both vCard and vcf using the third-party Thunderbird extension <a href=\"http://nic-nac-project.de/~kaosmos/morecols-en.html\">MoreFunctionsForAddressBook</a>. </p>\n\n<ul>\n<li>Install this extension.</li>\n<li>Open thunderbird.</li>\n<li>Address Book -> tools -> MoreFunctionsForAddressBook -> action for contatcs -> import vcard/vcf</li>\n</ul>\n\n<p><strong>EVOLUTION</strong></p>\n\n<p><em>Exporting mail data</em></p>\n\n<p>To save an email to a file in mbox format, select an email and click File ▸ Save as mbox... or right-click on the message and click Save as mbox....</p>\n\n<p>The same steps apply to save a complete mail folder, but you have to mark all messages in it first.</p>\n\n<p>You can select all messages in a folder by clicking Edit ▸ Select All or pressing Ctrl+A.</p>\n\n<p><strong>THUNDERBIRD</strong></p>\n\n<p><em>extension</em></p>\n\n<p><a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/\">ImportExportTools</a></p>\n\n<p>Adds some tools to import and export folders and messages</p>\n\n<p><em>mail data .mbox</em></p>\n\n<ul>\n<li>Install this extension.</li>\n<li>Open thunderbird.</li>\n<li>tools -> ImportExportTools -> import file mbox -> import directly one or more files .mbox</li>\n</ul>\n\n<p><strong>EVOLUTION</strong></p>\n\n<p><em>exporting tasks</em></p>\n\n<p>in Evolution, click on the Task tab. Right click on the Personal (or whatever name you give to your task list) and select Save to disk. Navigate to the location and save the task list in .ics format.</p>\n\n<p><strong>THUNDERBIRD</strong></p>\n\n<p><em>Importing Task</em></p>\n\n<ul>\n<li>Events and task -> import.</li>\n</ul>\n\n<p>P.D : All these are tested by my and work 100%</p>\n", "commentCount": "7", "comments": [ { "creationDate": "2011-02-21T18:53:33.633", "id": "30270", "postId": "27413", "score": "0", "text": "I see it was written in 2008 is it still relevant? has anything changed since then?", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-02-21T18:56:58.140", "id": "30271", "postId": "27413", "score": "0", "text": "is not relevant is usefull in any version of thunderbird and evolution, i test some of this tips and plug-ins and worked very well", "userDisplayName": null, "userId": "3550" }, { "creationDate": "2011-02-26T00:52:40.603", "id": "31145", "postId": "27413", "score": "1", "text": "Hi Hector I have eventually managed and will be moving over to IMAP as soon as possible as it was a lot of work. I think it would be great if there was a Thunderbird plugin to import from an evolution backup as presumably all the data is there and it would make the process slightly less painful.", "userDisplayName": null, "userId": "6450" }, { "creationDate": "2011-10-26T22:36:58.727", "id": "82300", "postId": "27413", "score": "0", "text": "Wow @hhlp I'll have to try this when I get home. What addon allows importing mboxes?", "userDisplayName": null, "userId": "8724" }, { "creationDate": "2011-10-27T10:51:28.977", "id": "82495", "postId": "27413", "score": "0", "text": "@zpletan sorry i miss that extension see my update...", "userDisplayName": null, "userId": "3550" }, { "creationDate": "2011-10-27T15:45:29.193", "id": "82600", "postId": "27413", "score": "0", "text": "Thanks. Also worth noting is that by default Thunderbird talks to the Evolution Data Server—fire TB up for the first time and it already knows all your Evo contacts.", "userDisplayName": null, "userId": "8724" }, { "creationDate": "2014-10-06T13:34:17.227", "id": "728260", "postId": "27413", "score": "0", "text": "Does this handle the filters from Evolution to Thunderbird too?", "userDisplayName": null, "userId": "17531" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-02-21T16:47:57.943", "id": "27413", "lastActivityDate": "2011-10-27T11:44:09.640", "lastEditDate": "2011-10-27T11:44:09.640", "lastEditorDisplayName": null, "lastEditorUserId": "3550", "ownerDisplayName": null, "ownerUserId": "3550", "parentId": "27410", "postTypeId": "2", "score": "12" }
[ { "accepted": true, "body": "<p><strong>Ubuntu &lt;= 11.04</strong></p>\n\n<p>This is a perfect how to, very easy ... you can follow, it has </p>\n\n<ul>\n<li>Migrate local mail from Evolution</li>\n<li>Migrate Calendar</li>\n<li>Migrating Task</li>\n<li>Migrate address book</li>\n</ul>\n\n<p><a href=\"htt...
null
null
null
null
null
27416
1
27539
2011-02-21T17:20:29.677
3
3326
<p>I want to record the 8 separate Line IN Channels from my M-Audio Delta 1010 Card. The card is recogniced nicely and a can record a single channel via arecord -d 10 -f cd -t wav -D channel1 out2.wav. I've set up the different channels in ~/.asoundrc.</p> <p>Now if I want to record a second channel in parallel (arecord -d 10 -f cd -t wav -D channel2 out2.wav) I get the error</p> <p>arecord: main:564: audio open error: Device or resource busy</p> <p>As I understand the delta 1010 is a single Access Card, so only one application can access it at a time. Is this correct?</p> <p>The next step was to configure a dual channel input in .asoundrc</p> <pre><code># envy24 channel 1+2 only pcm.test { type plug ttable.0.0 1 ttable.0.1 1 slave.pcm ice1712 } </code></pre> <p>Which works ok when I do a</p> <pre><code>arecord -d 10 -f cd -t wav -D test -c 2 out.wav </code></pre> <p>(BTW can anyone point me to a tool to split a multi channel wav into a file per channel?)</p> <p>But when I want to record the channels separately with (-I option)</p> <pre><code>arecord -d 10 -f cd -t wav -D test -c 2 -I channel1.wav channel2.wav </code></pre> <p>I get no recordings.</p> <p>Did I miss something with the configuration or what are my options to record all 8 channels via arecord.</p> <p>I've no experience with jackd. Is it an option to install jackd and record the line ins via jackd?</p>
10304
null
null
2012-10-18T23:46:52.977
Record 8 separate Line IN Channels from M-Audio Delta 1010 Card
[ "sound", "alsa" ]
2
0
CC BY-SA 2.5
[]
{ "accepted": true, "body": "<p>OK I finally got it working. The problem was that I mixed dsnoop\nfor mulitiple access and the plug for channel assignment.</p>\n\n<p>So here is my working setup to recort 8 channels in parallel:</p>\n\n<pre><code>hw:0,0 ---&gt; capt ---&gt; c1\n ---&gt; c2\n ....\n</code></pre>\n\n<p>and here is my .asoundrc</p>\n\n<pre><code>pcm.capt {\n type dsnoop\n ipc_key 223456\n slave {\n pcm \"hw:0,0\"\n rate 8000\n period_time 0\n period_size 320\n channels 12\n format S32_LE\n }\n}\n\npcm.c1 {\n type plug\n ttable.0.0 1\n slave.pcm capt\n}\n\npcm.c2 {\n type plug\n ttable.0.1 1\n slave.pcm capt\n}\n\npcm.c3 {\n type plug\n ttable.0.2 1\n slave.pcm capt\n}\n\npcm.c4 {\n type plug\n ttable.0.3 1\n slave.pcm capt\n}\n\npcm.c5 {\n type plug\n ttable.0.4 1\n slave.pcm capt\n}\n\npcm.c6 {\n type plug\n ttable.0.5 1\n slave.pcm capt\n}\n\npcm.c7 {\n type plug\n ttable.0.6 1\n slave.pcm capt\n}\n\npcm.c8 {\n type plug\n ttable.0.7 1\n slave.pcm capt\n}\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2020-08-07T20:08:29.670", "id": "2141291", "postId": "27539", "score": "0", "text": "This works for Zoom UAC-8 USB Audio Interface. This blog post mentions that bindings might be better to use over ttable however in my case it did not work as the device only allows single access to the hw. https://bootlin.com/blog/audio-multi-channel-routing-and-mixing-using-alsalib/", "userDisplayName": null, "userId": "663150" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 2.5", "creationDate": "2011-02-22T13:18:11.087", "id": "27539", "lastActivityDate": "2011-02-22T13:18:11.087", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "10304", "parentId": "27416", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>I am not familiar to command line recording but in your case a GUI may help.</p>\n\n<p>I think Ardour can help you with this tasks but yes, you will be in the need to use JACK in order to tell Ardour where exactly to gather audio inputs. Ardour will be able to handle per inpu...
null
null
null
null
null