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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
25022 | 1 | 25024 | 2011-02-06T13:43:21.360 | 62 | 169690 | <p>How to enable boot messages, kernel messages and other logs of various services to be printed on screen during boot up?</p>
| 2968 | null | null | 2022-03-22T17:17:55.073 | How to enable boot messages to be printed on screen during boot up? | [
"boot",
"kernel",
"syslog"
] | 5 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2020-03-12T13:26:30.810",
"id": "2045340",
"postId": "25022",
"score": "1",
"text": "Voting to reopen. Both this and the [target question](https://askubuntu.com/questions/248/how-can-i-show-or-hide-boot-messages-when-ubuntu-starts) are not specific but the answers here also pr... | {
"accepted": true,
"body": "<p>You'd need to remove the kernel boot parameters <em>quiet</em> and <em>splash</em> from the <em>linux</em> line in GRUB:</p>\n\n<ol>\n<li>Start your system and wait for the GRUB menu to show (if you don't see a GRUB menu, press and hold the left <kbd>Shift</kbd> key right after starting the system).</li>\n<li>Now highlight the kernel you want to use, and press the <kbd>e</kbd> key. You should be able to see and edit the commands associated with the highlighted kernel.</li>\n<li>Go down to the line starting with <code>linux</code> and remove the parameters <code>quiet</code> and <code>splash</code>.</li>\n<li>Now press <kbd>Ctrl</kbd> + <kbd>x</kbd> to boot.</li>\n</ol>\n\n<p><br>\nTo make this change permanent:</p>\n\n<ol>\n<li><p>From a terminal (or after pressing <kbd>Alt</kbd> + <kbd>F2</kbd>) run:</p>\n\n<pre><code>gksudo gedit /etc/default/grub\n</code></pre>\n\n<p>and enter your password.</p></li>\n<li><p>Find the line starting with <code>GRUB_CMDLINE_LINUX_DEFAULT</code> and remove the parameters <code>quiet</code> and <code>splash</code>.</p></li>\n<li><p>Save the file and close the editor.</p></li>\n<li><p>Finally, start a terminal and run:</p>\n\n<pre><code>sudo update-grub\n</code></pre>\n\n<p>to update GRUB's configuration file.</p></li>\n</ol>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2020-05-02T10:47:01.930",
"id": "2077680",
"postId": "25024",
"score": "0",
"text": "I this still the recommended way? I remember that there is a keyboard shortcut you can press already during the boot process, during the splash screen, which will switch to the boot messages.",
"userDisplayName": null,
"userId": "6878"
},
{
"creationDate": "2021-11-12T10:44:30.187",
"id": "2366978",
"postId": "25024",
"score": "0",
"text": "There is a variable $vt_handoff passed as argument in the linux line, that must be removed manually and update-grub readds it... so the solution is editing grub.cfg manually also.",
"userDisplayName": null,
"userId": "217777"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-06T13:50:29.007",
"id": "25024",
"lastActivityDate": "2012-02-28T14:10:45.327",
"lastEditDate": "2012-02-28T14:10:45.327",
"lastEditorDisplayName": null,
"lastEditorUserId": "25863",
"ownerDisplayName": null,
"ownerUserId": "3037",
"parentId": "25022",
"postTypeId": "2",
"score": "85"
} | [
{
"accepted": null,
"body": "<p>Edit you bootloader kernel command-line and remove <code>quiet</code> argument. You may also want to remove <code>splash</code> argument to disable graphical animation during boot to be able to see the console with messages.</p>\n",
"commentCount": "0",
"comments": []... | null | null | null | null | null |
25025 | 1 | null | 2011-02-06T13:55:04.090 | 3 | 742 | <p>So far I have tried:</p>
<ul>
<li>Tenda W322P </li>
<li>Addon ADD-NWP210</li>
</ul>
<p>Neither work on Meerkat. Both worked out the box with windows 7. </p>
| 9394 | 235 | 2012-09-02T14:18:45.963 | 2012-09-02T14:18:45.963 | Does anyone know of a wireless N card that works out of the box? | [
"wireless",
"networking"
] | 3 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-06T14:12:47.723",
"id": "27339",
"postId": "25025",
"score": "1",
"text": "if your card is USB running on a terminal the command `lsusb`, if your card is PCI running `lspci` and update your post with this information for each card.",
"userDisplayName": null,
"u... | null | [
{
"accepted": null,
"body": "<p>This is an attempt to create a, more or less complete listing of wireless devices with information about the chipset they are based on and whether or not they are supported in Linux., there are places where you can find this kind of information :</p>\n\n<ol>\n<li><a href=\"ht... | null | null | null | null | null |
25031 | 1 | 25034 | 2011-02-06T15:26:36.613 | 8 | 4446 | <p>I'm trying to convert .rpm to .deb using alien.</p>
<pre><code>sudo alien -k libtetra-1.0.0-2.i386.rpm
</code></pre>
<p>Alien says that:</p>
<pre><code>libtetra-1.0.0-2.i386.deb generated
</code></pre>
<p>But when I check the folder - there is just original .rpm and no .deb. Also - I can see that for a split second there is a .deb file in a folder. so it looks like alien create .deb and deletes it right away.</p>
<p>I suspect that it's maybe because I run 64 bit os and package is 32?</p>
<p>Can somebody explain why alien deletes .deb automatically?</p>
<p>Verbose output:</p>
<pre><code>LANG=C rpm -qp --queryformat %{NAME} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{VERSION} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{RELEASE} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{ARCH} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{CHANGELOGTEXT} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{SUMMARY} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{DESCRIPTION} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{PREFIXES} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{POSTIN} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{POSTUN} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{PREUN} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{LICENSE} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qp --queryformat %{PREIN} libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qcp libtetra-1.0.0-2.i386.rpm
rpm -qpi libtetra-1.0.0-2.i386.rpm
LANG=C rpm -qpl libtetra-1.0.0-2.i386.rpm
mkdir libtetra-1.0.0
chmod 755 libtetra-1.0.0
rpm2cpio libtetra-1.0.0-2.i386.rpm | lzma -t -q > /dev/null 2>&1
rpm2cpio libtetra-1.0.0-2.i386.rpm | (cd libtetra-1.0.0; cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) 2>&1
chmod 755 libtetra-1.0.0/./
chmod 755 libtetra-1.0.0/./usr
chmod 755 libtetra-1.0.0/./usr/lib
chown 0:0 libtetra-1.0.0//usr/lib/libtetra.so.1.0.0
chmod 755 libtetra-1.0.0//usr/lib/libtetra.so.1.0.0
mkdir libtetra-1.0.0/debian
date -R
date -R
chmod 755 libtetra-1.0.0/debian/rules
debian/rules binary 2>&1
libtetra_1.0.0-3_i386.deb generated
find libtetra-1.0.0 -type d -exec chmod 755 {} ;
rm -rf libtetra-1.0.0
</code></pre>
<p><strong>Very Verbose output</strong></p>
<pre><code> LANG=C rpm -qp --queryformat %{NAME} libtetra-1.0.0-2.i386.rpm
libtetra
LANG=C rpm -qp --queryformat %{VERSION} libtetra-1.0.0-2.i386.rpm
1.0.0
LANG=C rpm -qp --queryformat %{RELEASE} libtetra-1.0.0-2.i386.rpm
2
LANG=C rpm -qp --queryformat %{ARCH} libtetra-1.0.0-2.i386.rpm
i386
LANG=C rpm -qp --queryformat %{CHANGELOGTEXT} libtetra-1.0.0-2.i386.rpm
- First RPM Package
LANG=C rpm -qp --queryformat %{SUMMARY} libtetra-1.0.0-2.i386.rpm
Panasonic KX-MC6000 series Printer Driver for Linux.
LANG=C rpm -qp --queryformat %{DESCRIPTION} libtetra-1.0.0-2.i386.rpm
This software is Panasonic KX-MC6000 series Printer Driver for Linux.
You can print from applications by using CUPS(Common Unix Printing System)
which is the printing system for Linux.
Other functions for KX-MC6000 series are not supported by this software.
LANG=C rpm -qp --queryformat %{PREFIXES} libtetra-1.0.0-2.i386.rpm
(none)
LANG=C rpm -qp --queryformat %{POSTIN} libtetra-1.0.0-2.i386.rpm
(none)
LANG=C rpm -qp --queryformat %{POSTUN} libtetra-1.0.0-2.i386.rpm
(none)
LANG=C rpm -qp --queryformat %{PREUN} libtetra-1.0.0-2.i386.rpm
(none)
LANG=C rpm -qp --queryformat %{LICENSE} libtetra-1.0.0-2.i386.rpm
GPL and LGPL (Version2)
LANG=C rpm -qp --queryformat %{PREIN} libtetra-1.0.0-2.i386.rpm
(none)
LANG=C rpm -qcp libtetra-1.0.0-2.i386.rpm
rpm -qpi libtetra-1.0.0-2.i386.rpm
Name : libtetra Relocations: (not relocatable)
Version : 1.0.0 Vendor: Panasonic Communications Co., Ltd.
Release : 2 Build Date: Tue 27 Apr 2010 05:16:40 AM EDT
Install Date: (not installed) Build Host: localhost.localdomain
Group : System Environment/Daemons Source RPM: libtetra-1.0.0-2.src.rpm
Size : 31808 License: GPL and LGPL (Version2)
Signature : (none)
URL : http://panasonic.net/pcc/support/fax/world.htm
Summary : Panasonic KX-MC6000 series Printer Driver for Linux.
Description :
This software is Panasonic KX-MC6000 series Printer Driver for Linux.
You can print from applications by using CUPS(Common Unix Printing System)
which is the printing system for Linux.
Other functions for KX-MC6000 series are not supported by this software.
LANG=C rpm -qpl libtetra-1.0.0-2.i386.rpm
/usr/lib/libtetra.so
/usr/lib/libtetra.so.1.0.0
mkdir libtetra-1.0.0
chmod 755 libtetra-1.0.0
rpm2cpio libtetra-1.0.0-2.i386.rpm | lzma -t -q > /dev/null 2>&1
rpm2cpio libtetra-1.0.0-2.i386.rpm | (cd libtetra-1.0.0; cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) 2>&1
63 blocks
chmod 755 libtetra-1.0.0/./
chmod 755 libtetra-1.0.0/./usr
chmod 755 libtetra-1.0.0/./usr/lib
chown 0:0 libtetra-1.0.0//usr/lib/libtetra.so.1.0.0
chmod 755 libtetra-1.0.0//usr/lib/libtetra.so.1.0.0
mkdir libtetra-1.0.0/debian
date -R
Mon, 07 Feb 2011 11:03:58 -0500
date -R
Mon, 07 Feb 2011 11:03:58 -0500
chmod 755 libtetra-1.0.0/debian/rules
debian/rules binary 2>&1
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_clean: No packages to build.
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
xargs -0 -r -i cp -a {} debian/
dh_compress
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
libtetra_1.0.0-2_i386.deb generated
find libtetra-1.0.0 -type d -exec chmod 755 {} ;
rm -rf libtetra-1.0.0
</code></pre>
<p><strong>Resolution</strong></p>
<p>Oh well. It looks like it's perhaps a bug? or I don't know.
I simply installed 32-bit version of Ubuntu in VirtualBox and converted package there. For some reason I couldn't convert 32-bit package in 64 OS. and that is that.</p>
<p>If someone ever finds the reason ffor this behavior - plz. post somewhere in comments.</p>
<p>Thanks </p>
| 6082 | 6082 | 2011-02-11T21:46:12.060 | 2012-10-23T17:17:19.710 | Alien deletes .deb when converting from .rpm | [
"deb",
"rpm"
] | 2 | 6 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-06T15:33:48.537",
"id": "27349",
"postId": "25031",
"score": "0",
"text": "possible duplicate of [Alien deletes the .deb generated before I can install it](http://askubuntu.com/questions/24437/alien-deletes-the-deb-generated-before-i-can-install-it)",
"userDisplayN... | {
"accepted": true,
"body": "<p>It almost sounds like Alien is being run with the <code>-i</code> flag:</p>\n\n<blockquote>\n<pre><code>-i, --install\n Automatically install each generated package, and remove the package\n file after it has been installed.\n</code></pre>\n</blockquote>\n\n<p>However, from your question that doesn't appear to be true. Different architectures may be the issue here. Try debugging the process further with <code>-v</code> or if that doesn't yield anything: <code>--veryverbose</code>. If you're unable to determine the issue from those flags post the output of each in your original question.</p>\n\n<p>Lastly, try installing <code>ia32-libs</code> package which places a lot of common 32bit shared libraries on your machine. This assists in compiling and running 32bit programs on 64bit machines.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-02-06T15:51:52.487",
"id": "27354",
"postId": "25034",
"score": "0",
"text": "i've posted verbose output. also ia32-libs has already been to the latest version. :) any other suggestions?",
"userDisplayName": null,
"userId": "6082"
},
{
"creationDate": "2011-02-07T14:38:03.160",
"id": "27490",
"postId": "25034",
"score": "0",
"text": "@Andre add `--veryverbose`?",
"userDisplayName": null,
"userId": "41"
},
{
"creationDate": "2011-02-07T16:13:24.013",
"id": "27510",
"postId": "25034",
"score": "0",
"text": "@Andre you might possibly need to throw the `-i` flag in. See if it *will* install after generation.",
"userDisplayName": null,
"userId": "41"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-06T15:36:41.577",
"id": "25034",
"lastActivityDate": "2011-02-06T15:36:41.577",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "41",
"parentId": "25031",
"postTypeId": "2",
"score": "4"
} | [
{
"accepted": true,
"body": "<p>It almost sounds like Alien is being run with the <code>-i</code> flag:</p>\n\n<blockquote>\n<pre><code>-i, --install\n Automatically install each generated package, and remove the package\n file after it has been installed.\n</code></pre>\n</blockquote>\n\n<p>However, ... | null | null | null | null | null |
25032 | 1 | null | 2011-02-06T15:29:21.370 | 0 | 1427 | <p>I have trying to set up an Apache site to use a folder in my home folder without any success. I exactly followed the steps in this page: <a href="https://help.ubuntu.com/community/ApacheMySQLPHP" rel="nofollow">https://help.ubuntu.com/community/ApacheMySQLPHP</a></p>
<p>yet I did not succeed; I keep getting <strong>error 403</strong>, which says that the server doesn't have permission to access the requested page. I searched forums and many suggested changing the permission of the folder. I went straight away and set the permission to <code>777</code>, but that didn't solve the problem.</p>
<p>I made another search and somebody gave me a clue, which is that it could be because my home folder is encrypted. I believe this could be the problem, but:</p>
<p>What is the relation between encryption and Apache? I suppose Apache server is requesting the file from the system, rather than trying to access the file bytes!</p>
<p>Is there anyway to solve this problem? I don't want to move the folder to <code>/var/www</code> because I am using this Apache for testing, so I want whatever change I make to be immediately reflected, rather than having to copy files which is error prone.</p>
| 7280 | 47151 | 2012-03-14T11:19:56.020 | 2013-04-02T16:17:41.323 | Apache Not Accepting a Path in My Home Folder | [
"server",
"apache2"
] | 2 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>Once I wrote this in the next link and I hope this help you, the full thread can be reached by clicking on:</p>\n\n<p><em><strong>Change the default folder for PHP testing in Linux</em></strong>\n<a href=\"http://ultimateeditionisrael.freeforums.org/change-the-default-folder-... | null | null | null | null | null |
25033 | 1 | null | 2011-02-06T15:29:52.960 | 2 | 1739 | <p>Using an old archive that I have (with Maxwell's equations), the Greek letters display as <em>squares</em>. I tried to change something in the alphabet but even the fonts don't have any Greek letters (they appear like squares too), both Greek and iGreek letters packages. </p>
<p>Sounds like a package that's not installed, or corrupted. I still re-downloaded and reinstalled LibreOffice. I don't know what I have to install. The equations look fine in OpenOffice.org (I made the file with it). What should I do? </p>
| 10308 | 1067 | 2011-02-06T17:01:24.330 | 2011-02-07T19:50:55.350 | Greek Letters rendered incorrectly in LibreOffice | [
"fonts",
"libreoffice"
] | 3 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>You need to report this bug to the LibreOffice project:</p>\n\n<p><a href=\"https://help.ubuntu.com/community/ReportingBugs\" rel=\"nofollow\">https://help.ubuntu.com/community/ReportingBugs</a></p>\n\n<p><a href=\"https://bugs.freedesktop.org/\" rel=\"nofollow\">https://bugs... | null | null | null | null | null |
25036 | 1 | null | 2011-02-06T15:41:28.030 | 2 | 2060 | <p>Hhow do I enable voice chat in Kopete chat client? I am using Kopete for Yahoo! and Gmail, please help me to enable voice chat for the Yahoo! account.</p>
| 10309 | 169736 | 2014-01-08T23:03:41.680 | 2014-01-08T23:03:41.680 | How to enable voice chat in Kopete chat client? | [
"kopete"
] | 1 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p><strong>Kopete configuration Facebook</strong></p>\n\n<ol>\n<li>Click “Settings” in the top menu and then click “Configure”.\n\n<ol start=\"2\">\n<li>Under “Accounts”, click “Add Account…”</li>\n<li>Select “Jaber” from the list of protocol choices.</li>\n<li>For username, ty... | null | null | null | null | null |
25038 | 1 | 25040 | 2011-02-06T16:07:56.210 | 2 | 1643 | <p>I am using Ubuntu 9.10 on a stationary PC. I have a secondary 1 TB harddrive with a single big logical partition (currently formatted as ext4). It is mounted as /usr3 with options <em>user, exec</em> in /etc/fstab.</p>
<p>I am doing highspeed imaging experiments. Well, only 260fps, but that still creates many individual files since each frames is saved as one png-file. The stationary is not used by anyone other than me which is why the default security model posed by ubuntu is not necessary.</p>
<p>What is the best way to make the entire contents of /usr3 generally available on all systems. In case I need to move the harddrive to another Ubuntu 9.x or 10.x machine? </p>
<p>When grabbing image with the firewire camera I use a selfmade grabbing software-utility (console based) in sudo-mode. This creates all files with root as owner and group.</p>
<p>I am logged in as user <em>otb</em> and usually I do the following when having to make files generally available to otb:</p>
<pre>
sudo chown otb -R *
sudo chgrp otb -R *
sudo chmod a=rwx -R *
</pre>
<p>This takes some time since the disk now contains individual ~200000 files.</p>
<p>After this, how would linux behave if I moved the harddrive to another system where the user <em>otb</em> is also available? Would the files still be accessible without sudo use?</p>
| 9806 | 3037 | 2011-02-06T18:35:26.370 | 2012-02-26T19:14:23.957 | Making files generally available on Linux system (when security is relatively unimportant)? | [
"filesystem",
"security",
"9.10"
] | 2 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>You will need to have same <code>uid</code> and <code>gid</code> for the user <code>otb</code> (or whatever the username is) in order to be able to access the files without <code>sudo</code> on a different system.</p>\n\n<p>UID (user ID) and GID (group ID) are both unique number systems assigned to users and groups. For normal users they start from 1001 onwards.</p>\n\n<p>Easiest way to ensure same permissions: In the file <code>/etc/passwd</code>, for any user entry, UID & GID is the third and fourth field respectively. On second system you can create a user with command from a terminal using <code>useradd -u UID -g GID username</code> where the UID and GID are the same UID and GID of the user <code>otb</code> in first system. Before issuing the command, ensure that the same UID is already not in use.</p>\n\n<p>I tried from GUI System -> Administration -> Users and Groups and could not find a way to synchronize it.</p>\n\n<p>Keeping same <code>/etc/passwd</code> file across systems, or using solutions like NIS, LDAP will make this much more smoother if you have more systems.</p>\n\n<p>For more details refer to <code>man useradd</code>, <code>man usermod</code> and, if you need to delete any users, <code>man userdel</code> from a terminal.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-02-06T17:17:50.870",
"id": "27362",
"postId": "25040",
"score": "0",
"text": "I will check the passwd files on both stationaries tommorow. They are both running 9.10 Desktop and I have not created other users than otb on the system - perpaps one could assume that the GID and UID are the same on both systems?",
"userDisplayName": null,
"userId": "9806"
},
{
"creationDate": "2011-02-07T07:34:28.440",
"id": "27455",
"postId": "25040",
"score": "0",
"text": "If you have same UID & GID it should work fine if you mount the hard disk on new system. :). If you do not have, the user which has same UID & GID will get the same kind of permission. username is more for humans to remember easily and uid/gid actually controls permissions.",
"userDisplayName": null,
"userId": "10077"
},
{
"creationDate": "2011-02-07T15:22:39.703",
"id": "27499",
"postId": "25040",
"score": "0",
"text": "I have now checked /etc/passwd on both systems and they have this line in common:\n`otb:x:1000:1000:Ole Thomsen Buus,,,:/home/otb/:/bin/bash`\nSo it should work?",
"userDisplayName": null,
"userId": "9806"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-06T16:42:28.713",
"id": "25040",
"lastActivityDate": "2011-10-21T20:01:04.300",
"lastEditDate": "2011-10-21T20:01:04.300",
"lastEditorDisplayName": null,
"lastEditorUserId": "814",
"ownerDisplayName": null,
"ownerUserId": "10077",
"parentId": "25038",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": true,
"body": "<p>You will need to have same <code>uid</code> and <code>gid</code> for the user <code>otb</code> (or whatever the username is) in order to be able to access the files without <code>sudo</code> on a different system.</p>\n\n<p>UID (user ID) and GID (group ID) are both unique num... | null | null | null | null | null |
25039 | 1 | null | 2011-02-06T16:36:51.640 | 1 | 2347 | <ol>
<li>I am running on a Windows 7 64 bit host.</li>
<li>Running VirtualBox 4.0.2</li>
<li>Running Ubuntu 10.10 64 bit guest.</li>
<li>Running VirtualBox Guest Additions 4.0.2 - I ran the 4.0.2 .run file i got from virtualbox downloads.</li>
<li>Compiz/Emerald are installed.</li>
</ol>
<p>This is driving me crazy. This should take 20 minutes to setup. But after 4 hours i need help.</p>
| null | 235 | 2011-05-02T16:53:54.790 | 2011-05-02T17:13:55.810 | Desktop effects could not be enabled when i try to enable visual effects. This is a VirtualBox 4.0.2 Guest | [
"10.10",
"virtualbox",
"64-bit",
"guest-additions"
] | 4 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-06T17:07:04.823",
"id": "27360",
"postId": "25039",
"score": "0",
"text": "Do you have 3D acceleration enabled for the guest (*Machine > Settings... > Display > Video tab > Enable 3D Acceleration*)?",
"userDisplayName": null,
"userId": "3037"
},
{
"crea... | null | [
{
"accepted": null,
"body": "<p><a href=\"http://www.virtualbox.org/manual/ch04.html#guestadd-3d\" rel=\"nofollow noreferrer\">3D acceleration in Virtual Box</a> still is experimental. Therefore not all combinations of hosts/guests are supported, some graphic funtions are not yet implemented, and some incom... | null | null | null | null | user10314 |
25041 | 1 | 27809 | 2011-02-06T16:48:18.850 | 5 | 2673 | <p>I am running Ubuntu 10.10 on an Acer Aspire 6390G. With its 5.1 embedded sound system, this laptop is good at playing music using in-built speakers. The soundcard is an HDA-Intel ALC888.</p>
<p>When I use Rhythmbox (version 0.13.1) (or Totem) (and the in-built speakers), the sound is deep, warm, great. But with Banshee (version 1.8.0.), it is always crispy and basically of poor quality when the Banshee equalizer is disabled. I know that it is possible to fine tune Banshee sound using the equalizer, but after some time spent trying to properly adjust it without success, I decided to ask this question on askubuntu.com.</p>
<p>Is there a way to get the same sound quality in Banshee as in Rhythmbox (or Totem) or keeping on adjusting Banshee equalizer is the only alternative to try to solve this problem ?
(If the answer is the latter, is there anyone who would be kind enough to provide me his equalizer settings ?)</p>
<p>Thanks all for your answers.</p>
| 5256 | 5256 | 2011-02-10T08:52:11.953 | 2011-02-24T00:12:13.073 | How to have similar sound quality in Banshee and Rhythmbox (or Totem)? | [
"sound",
"rhythmbox",
"banshee",
"totem"
] | 2 | 4 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T17:37:47.950",
"id": "27667",
"postId": "25041",
"score": "1",
"text": "Have you tried totally disabling the eq? Both players use gstreamer, it's odd that they would have any kind of difference in sound quality.",
"userDisplayName": null,
"userId": "235"
}... | {
"accepted": true,
"body": "<p>It happens that I was able to fix somehow this problem.</p>\n\n<p>I ran <code>gstreamer-properties</code> and noticed that the default output plugin was set on \"autodetect\". I looked at the available plugins and closed the <code>gstreamer-properties</code> windows while \"autodetect\" was still chosen as the default output plugin. When I ran Banshee, the sound was then identical to the one produced by either Rhythmbox or Totem.</p>\n\n<p>In order to try to reproduce and understand the previous problem, I successively chose, as default output plugins, ALSA, ESD and PulseAudio Sound Server. In all cases, the sound between the three applications was strictly identical.</p>\n\n<p>Calling <code>gstreamer-properties</code> seems to have fix this problem.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-24T00:12:13.073",
"id": "27809",
"lastActivityDate": "2011-02-24T00:12:13.073",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "5256",
"parentId": "25041",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": null,
"body": "<p>I always install the pulse audio volume control its official name is \"pavucontrol\", available in the software centre. With banshee playing adjust the playback volume. I find 80% improves the sound as it appears banshee and other players, always set their outputs at 100% and... | null | 0 | null | null | null |
25046 | 1 | null | 2011-02-06T17:09:01.113 | 3 | 8059 | <p>Chrome works alright on my netbook except when opening and closing tabs. Opening a tab is pretty slow. Is this normal behavior or can I fix it?</p>
<p>I am using the latest dev version but the problem isn't unique to a version. It's always like this.</p>
| 6349 | null | null | 2015-03-26T07:36:09.860 | Chrome is slow when opening or closing tabs | [
"google-chrome"
] | 6 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2013-03-26T05:05:19.583",
"id": "341981",
"postId": "25046",
"score": "0",
"text": "what kind of processor do you have? Memory?",
"userDisplayName": null,
"userId": "138462"
}
] | null | [
{
"accepted": null,
"body": "<p>Do the other tabs that exist have some flash or shockwave animation running in them?<br>\nEven I have observed the same, but none of the browsers run them it is fine.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "C... | null | null | null | null | null |
25053 | 1 | null | 2011-02-06T17:51:38.947 | 2 | 3726 | <p>I got a Packard Bell EasyNote LM86 and the problem is I cannot set the brightness. I have tried with both the hotkeys which is <kbd>Fn</kbd> and either <kbd>F11</kbd> to turn down and <kbd>F12</kbd> to turn up. I have also tried through the command line by doing</p>
<pre><code>echo 50 > /proc/...
</code></pre>
<p>and also tried through the GNOME brightness applet.</p>
| 10322 | 3037 | 2011-02-06T18:37:29.677 | 2017-06-10T10:50:15.650 | Can't change brightness on Packard Bell LM86 | [
"10.10",
"brightness"
] | 3 | 4 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-06T18:27:55.147",
"id": "27378",
"postId": "25053",
"score": "0",
"text": "just answered a question about something similar http://askubuntu.com/questions/24812/how-to-activate-notebook-function-keys/24824#24824 don't know if its what you are looking for.",
"userDi... | null | [
{
"accepted": null,
"body": "<p>I have a Packard Bell EasyNote TJ68 and this fix worked for me.</p>\n\n<pre><code>sudo -H gedit /etc/default/grub\n</code></pre>\n\n<p>Change the line <code>GRUB_CMDLINE_LINUX=\"\"</code> into</p>\n\n<pre><code> GRUB_CMDLINE_LINUX=\"acpi_osi=Linux\"\n</code></pre>\n\n<p>save... | null | null | null | null | null |
25055 | 1 | null | 2011-02-06T14:47:47.103 | 3 | 3503 | <p>I have installed both rar and unrar using apt-install but I am still not able to use archive manager for opening the archive file.. I have also tried installing p7zip(p7zip-full and p7zip) but no improvements...</p>
<p>However, when I use command-line for extracting the files from the archive using unrar or rar the command executes successfully...</p>
<p>Is there any other open source software I should install for viewing the contents of the SFX archive or what else should I install to view the same in the archive manager..</p>
<p>Thanks in advance...</p>
| 10366 | 235 | 2011-02-06T18:15:57.557 | 2017-02-23T22:59:47.993 | Problem opening SFX archive file(.exe) using the archive manager | [
"file-format",
"8.04"
] | 1 | 2 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-06T15:17:49.953",
"id": "27374",
"postId": "25055",
"score": "0",
"text": "Belongs to http://superuser.com/",
"userDisplayName": "Eugene Mayevski 'EldoS Corp",
"userId": null
},
{
"creationDate": "2012-02-09T15:06:52.437",
"id": "118833",
"postI... | null | [
{
"accepted": null,
"body": "<p>There are a few possibilities that I can think of, the obvious one being <a href=\"http://packages.ubuntu.com/wine\" rel=\"nofollow noreferrer\">wine</a> which should be able to deal with it as all that is needed to extract it is internal to the <code>.exe</code> itself. Howe... | null | null | 2012-02-10T13:13:30.650 | null | Cody |
25058 | 1 | 25061 | 2011-02-06T18:36:56.810 | 7 | 37123 | <p>I need to extract a .bin file and I have no idea how to do it in Ubuntu. In Windows I usually used to do it using MagicISO.</p>
| 7601 | 866 | 2011-02-06T18:42:03.997 | 2020-10-09T01:02:23.923 | How can I extract .bin (image) files? | [
"file-format"
] | 3 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<h1><a href=\"http://packages.ubuntu.com/acetoneiso\" rel=\"noreferrer\">acetoneiso</a> <a href=\"http://apt.ubuntu.com/p/acetoneiso\" rel=\"noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install acetoneiso\" /></a></h1>\n<p>Is a feature-rich and complete software application to manage CD/DVD images. Thanks to powerful open source tools such as fuseiso, AcetoneISO will let You mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things.</p>\n<pre><code>sudo apt-get install acetoneiso\n</code></pre>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-06T19:12:57.410",
"id": "25061",
"lastActivityDate": "2017-03-11T19:56:53.140",
"lastEditDate": "2020-06-12T14:37:07.210",
"lastEditorDisplayName": null,
"lastEditorUserId": "-1",
"ownerDisplayName": null,
"ownerUserId": "3550",
"parentId": "25058",
"postTypeId": "2",
"score": "10"
} | [
{
"accepted": null,
"body": "<h1><a href=\"http://packages.ubuntu.com/bchunk\" rel=\"nofollow noreferrer\">bchunk</a> <a href=\"http://apt.ubuntu.com/p/bchunk\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install bchunk\" /></a></h1>\n<p>binchunker converts a CD image in... | null | null | null | null | null |
25059 | 1 | 25153 | 2011-02-06T18:51:13.763 | 6 | 383 | <p>I assume 11.04 is going to use Firefox 4, is Ubuntu going to keep using Ubuntu One sync or are they going to change over to the Firefox Sync built into 4.0?</p>
| 8357 | 235 | 2011-02-06T19:02:08.423 | 2011-02-07T15:43:45.473 | Which bookmark sync technology will be used in 11.04? | [
"ubuntu-one",
"11.04",
"firefox",
"sync"
] | 2 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>We will continue to use and expand the bindwood plugin we currently have.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-09-04T17:28:47.500",
"id": "68605",
"postId": "25153",
"score": "0",
"text": "I think firefox sync is a better choice (it think bookmarks, history, passwords...), is still open source, works very well...",
"userDisplayName": null,
"userId": "5080"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-07T15:05:23.617",
"id": "25153",
"lastActivityDate": "2011-02-07T15:05:23.617",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "720",
"parentId": "25059",
"postTypeId": "2",
"score": "2"
} | [
{
"accepted": true,
"body": "<p>We will continue to use and expand the bindwood plugin we currently have.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-09-04T17:28:47.500",
"id": "68605",
"postId": "25153",
"score": "0",
"text": "I t... | null | null | null | null | null |
25064 | 1 | 25086 | 2011-02-06T19:58:44.230 | 3 | 2712 | <p>My Enter key recently broke and I was wondering if I could bind it to a different key in GNOME. Does anyone know how I would go about doing this?</p>
| 5674 | 235 | 2011-02-06T20:03:34.517 | 2011-02-06T22:54:00.110 | How do I bind another key to be Return? | [
"keyboard",
"shortcut-keys"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>Yes, you can change the xmodmap. First thing to do is find the keycode for the key you want to use as replacement. To do that, open a terminal, then run <code>xev</code> in the terminal. Move the mouse pointer into the small white window that opens up, then hit the key on the keyboard that you want to use as replacement. In the terminal you should now see a KeyPress event and a KeyRelease event. Make a note of the keycode number it shows, then close the white xev window.</p>\n\n<p>Now, if you don't already have a <code>~/.Xmodmap</code> file, create one with the current mapping by running</p>\n\n<pre><code>xmodmap -pke > ~/.Xmodmap\n</code></pre>\n\n<p>Then edit the file with your favorite editor. e.g. <code>gedit ~/.Xmodmap</code>.</p>\n\n<p>Scroll down to the line for the keycode you noted earlier. If the keycode you want to use is 62 for instance, change the line that starts with <code>keycode 62 =</code> to read:</p>\n\n<pre><code>keycode 62 = Return NoSymbol Return\n</code></pre>\n\n<p>Next time you log in, you'll be asked if you want to load that modmap, so do that, and afterwards that key should work as a return key. For making the change in your current session, load the file with:</p>\n\n<pre><code>xmodmap ~/.Xmodmap\n</code></pre>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-06T22:54:00.110",
"id": "25086",
"lastActivityDate": "2011-02-06T22:54:00.110",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "9016",
"parentId": "25064",
"postTypeId": "2",
"score": "4"
} | [
{
"accepted": true,
"body": "<p>Yes, you can change the xmodmap. First thing to do is find the keycode for the key you want to use as replacement. To do that, open a terminal, then run <code>xev</code> in the terminal. Move the mouse pointer into the small white window that opens up, then hit the key on the... | null | null | null | null | null |
25066 | 1 | 25083 | 2011-02-06T20:17:49.160 | 0 | 627 | <p>Is there any software that i can use on my ubuntu laptop to write SMS on my Windows Mobile 6.1 HTC Touch Diamond?</p>
| 10329 | null | null | 2021-08-20T10:37:10.337 | Link Windows Mobile Device with Ubuntu and Use Laptop to send SMS | [
"windows",
"usb",
"laptop",
"connection"
] | 2 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>It should be possible to combine SynCE tools and the WinCE SMS program for sending SMS messages.</p>\n<p><a href=\"http://www.synce.org/moin/SynceTools\" rel=\"nofollow noreferrer\">http://www.synce.org/moin/SynceTools</a></p>\n<p>You'll see that there is a command for running programs on your wince phone. And if you can figure out what the SMS tool is called, you should be able to call the program and send a message using it. If you can't, you may have to write one yourself; see <a href=\"https://web.archive.org/web/20140412092642/http://blogs.msdn.com/b/mikehall/archive/2007/04/08/ce-6-0-sending-an-sms-message.aspx\" rel=\"nofollow noreferrer\">this blog</a>.</p>\n<p>Overall, Windows Mobile phones aren't supported natively in Ubuntu and you need to get in touch with the developers of SynCE to get functionality if you want it to be easier to use or integrated with other systems or phones.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2011-02-06T22:37:43.660",
"id": "25083",
"lastActivityDate": "2021-08-20T10:37:10.337",
"lastEditDate": "2021-08-20T10:37:10.337",
"lastEditorDisplayName": null,
"lastEditorUserId": "94914",
"ownerDisplayName": null,
"ownerUserId": "132",
"parentId": "25066",
"postTypeId": "2",
"score": "0"
} | [
{
"accepted": true,
"body": "<p>It should be possible to combine SynCE tools and the WinCE SMS program for sending SMS messages.</p>\n<p><a href=\"http://www.synce.org/moin/SynceTools\" rel=\"nofollow noreferrer\">http://www.synce.org/moin/SynceTools</a></p>\n<p>You'll see that there is a command for runnin... | null | null | null | null | null |
25071 | 1 | null | 2011-02-06T21:00:06.763 | 62 | 74067 | <p>Is there a way to run a script when a particular USB device is mounted?</p>
<p>I keep my videos on a separate USB and would like to run a script that would mount the video folder on the USB device to the one in the home folder.</p>
| null | 169736 | 2014-04-08T01:27:20.267 | 2020-11-21T20:15:04.133 | How to run a script when a specific flash-drive is mounted? | [
"usb",
"mount"
] | 6 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>In Nautilus under Edit>Preferences>Media you can choose \"other action\" and than \"custom command\" for different kinds of scripts/commands to be executed. By that time the usb drive is already mounted, but I suppose you could still link it (with a custom command) to the fol... | null | null | null | null | user9428 |
25072 | 1 | 25073 | 2011-02-06T21:02:34.843 | 10 | 287 | <p>Ok while browsing for an answer to a problem mentioned here at askubuntu I found this site "Ubuntu Addict" which looks like a google advert driver. Is there a place I can report something like that if I see it.</p>
| 6450 | 235 | 2011-02-06T21:37:39.507 | 2011-02-06T21:37:39.507 | How do I report a site that is misusing the Ubuntu logo and trademark? | [
"canonical",
"logo"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>If you think it's against <a href=\"http://www.ubuntu.com/aboutus/trademarkpolicy\">the trademark policy</a>, report it to Canonical through <a href=\"https://forms.canonical.com/trademarkviolation/\">this page</a>.</p>\n\n<p>Their legal team will be able to assess and action any issue they have with it.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-02-06T21:09:37.750",
"id": "27396",
"postId": "25073",
"score": "0",
"text": "Coincidentally, it probably is breach of the trademark's license but you could probably level that against other money-earning sites (even this one) though they might have permission. The legal team will know. They're the only people that can bring action.",
"userDisplayName": null,
"userId": "449"
},
{
"creationDate": "2011-02-06T21:18:11.063",
"id": "27399",
"postId": "25073",
"score": "0",
"text": "I assume adding the site to WOT wouldn't harm either",
"userDisplayName": null,
"userId": "6450"
},
{
"creationDate": "2011-02-06T21:59:09.923",
"id": "27412",
"postId": "25073",
"score": "0",
"text": "@Jorge thanks for the extra link straight to the report-trademark-violation form. Answered this from my phone, outside so I was a little more limited in my access to Google at the time! @Allen Web of Trust? You mean reporting the site on there as a bad one? Might be an idea but it should be fairly obvious that it's just a feed aggregating nonsense-site. Hopefully Canonical can just DMCA them for stealing the site theme though (copyright infringement - though I'm not sure on the license). Their site is hosted in the US, so that should be viable.",
"userDisplayName": null,
"userId": "449"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-06T21:06:34.930",
"id": "25073",
"lastActivityDate": "2011-02-06T21:37:07.133",
"lastEditDate": "2011-02-06T21:37:07.133",
"lastEditorDisplayName": null,
"lastEditorUserId": "235",
"ownerDisplayName": null,
"ownerUserId": "449",
"parentId": "25072",
"postTypeId": "2",
"score": "10"
} | [
{
"accepted": true,
"body": "<p>If you think it's against <a href=\"http://www.ubuntu.com/aboutus/trademarkpolicy\">the trademark policy</a>, report it to Canonical through <a href=\"https://forms.canonical.com/trademarkviolation/\">this page</a>.</p>\n\n<p>Their legal team will be able to assess and action... | null | null | null | null | null |
25077 | 1 | 25079 | 2011-02-06T21:51:30.990 | 535 | 895493 | <p>I can issue the <code>clear</code> command or press <kbd>Ctrl</kbd> + <kbd>L</kbd> to clear the current Ubuntu terminal, but this just shifts previous output upwards and if you use mouse scroll or <kbd>PgUP</kbd> and <kbd>PgDown</kbd> keys it's hard to distinguish where the output of previous command ends and output of current command begins.</p>
<p>Is there a way to <strong>really</strong> clear the terminal so I won't see previous command results?</p>
| 6082 | null | 2017-09-05T18:26:33.943 | 2020-12-16T08:28:29.913 | How to really clear the terminal? | [
"command-line",
"xterm"
] | 12 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2014-07-30T12:19:11.783",
"id": "679211",
"postId": "25077",
"score": "20",
"text": "Press Ctrl+L **twice** and you get blank!",
"userDisplayName": null,
"userId": "256099"
},
{
"creationDate": "2021-02-03T00:53:11.793",
"id": "2235337",
"postId": "2507... | {
"accepted": true,
"body": "<p>Yes, the command you're looking for is</p>\n<pre><code>reset\n</code></pre>\n<p>In contrast to <code>clear</code>, or <kbd>Ctrl</kbd>+<kbd>L</kbd>, <code>reset</code> will actually completely re-initialise the <a href=\"https://askubuntu.com/questions/14866/what-are-shells/14870#14870\">terminal</a>, instead of just clearing the screen. However, it won't re-instantiate the shell (bash). That means that bash's <em>state</em> is the same as before, just as if you were merely clearing the screen.</p>\n<p>As @Ponkadoodle mentions in the comments, this command should do the <a href=\"https://unix.stackexchange.com/q/335648/128893\">same thing more quickly</a>:</p>\n<pre><code>tput reset\n</code></pre>\n<hr />\n<p>From the other answers:</p>\n<ul>\n<li><p>You can set a <strong>Keyboard Shortcut</strong> to <code>reset</code> the terminal, as <a href=\"https://askubuntu.com/questions/25077/how-to-really-clear-the-terminal/25346#25346\">explained by <strong>towolf</strong></a>.</p>\n</li>\n<li><p>If you're running <strong>Kubuntu</strong>, and your terminal is Konsole, you need to go to <em>Edit → Clear history</em>, since <code>reset</code> doesn't work the same way there, <a href=\"https://askubuntu.com/questions/25077/how-to-really-clear-the-terminal/25172#25172\">as UncleZeiv notes</a>.</p>\n</li>\n</ul>\n",
"commentCount": "14",
"comments": [
{
"creationDate": "2011-02-07T13:44:53.580",
"id": "27479",
"postId": "25079",
"score": "11",
"text": "Probably doesn't matter for most users, but the behavior of `reset` is dependent on the terminal.",
"userDisplayName": null,
"userId": "10375"
},
{
"creationDate": "2011-02-07T13:56:34.837",
"id": "27480",
"postId": "25079",
"score": "2",
"text": "Personally I don't mind that something is left \"up\" along the scroller when I hit `^L`. I don't see it (that's what I want!), I don't feel it, and if suddenly I would *need* to restore what was there — no problem. `reset` in contrast is much harder tool — I'll use it when something went wrong with the terminal — like, when weird escape sequences accidentally ruined the display altogether.",
"userDisplayName": null,
"userId": "9061"
},
{
"creationDate": "2011-02-09T12:49:21.460",
"id": "27842",
"postId": "25079",
"score": "21",
"text": "@ulidtko: it does matter when you run consecutive sessions of programs with tons of output. If you scroll back it's easy to get confused about which execution printed something. I know perfectly well that more sophisticated solutions could be used in these cases, but nonetheless it's a scenario that comes about pretty often in quick & dirty debugging sessions.",
"userDisplayName": null,
"userId": "472"
},
{
"creationDate": "2011-02-09T12:56:11.517",
"id": "27844",
"postId": "25079",
"score": "0",
"text": "@UncleZeiv colored prompt anchors usually help me to quickly find the needed spot. Though this is all just habits.",
"userDisplayName": null,
"userId": "9061"
},
{
"creationDate": "2013-08-13T21:09:30.670",
"id": "422806",
"postId": "25079",
"score": "0",
"text": "source ~./bash_profile to reset the bash.",
"userDisplayName": null,
"userId": "181912"
},
{
"creationDate": "2016-03-04T22:57:55.577",
"id": "1104033",
"postId": "25079",
"score": "14",
"text": "There's also `tput reset` which visibly does the same thing, but completes instantaneously (whereas `reset` can take up to about 2 seconds before the prompt reappears).",
"userDisplayName": null,
"userId": "3131"
},
{
"creationDate": "2017-08-03T20:11:41.803",
"id": "1497167",
"postId": "25079",
"score": "1",
"text": "This causes my putty.exe window to resize, would be nice to clear without that happening.",
"userDisplayName": null,
"userId": "332176"
},
{
"creationDate": "2019-10-02T07:26:46.917",
"id": "1967584",
"postId": "25079",
"score": "0",
"text": "For anyone finding this answer via Google while they're actually on macOS & iTerm 2, it's possible to alias `reset` like `alias reset=\"reset && printf '\\33c\\e[3J'\"` to get the same behavior.",
"userDisplayName": null,
"userId": "824436"
},
{
"creationDate": "2020-01-22T16:21:15.860",
"id": "2021493",
"postId": "25079",
"score": "0",
"text": "How does this behave if I'm in an ssh session?",
"userDisplayName": null,
"userId": "638436"
},
{
"creationDate": "2020-05-06T06:46:35.970",
"id": "2081221",
"postId": "25079",
"score": "0",
"text": "@Ponkadoodleyour comment would be improved by adding _why_ it is faster using `tput reset` vs just `reset`, thanks!",
"userDisplayName": null,
"userId": "11929"
},
{
"creationDate": "2021-05-20T09:24:15.093",
"id": "2287470",
"postId": "25079",
"score": "0",
"text": "On Fedora `clear` works fine, but on Ubuntu doesn't, so I just use `alias clear=\"tput reset\"` on Ubuntu.",
"userDisplayName": null,
"userId": "75086"
},
{
"creationDate": "2023-08-08T15:22:02.077",
"id": "2594379",
"postId": "25079",
"score": "0",
"text": "`tput reset` does nothing for me",
"userDisplayName": null,
"userId": "405408"
},
{
"creationDate": "2024-01-06T03:26:43.533",
"id": "2626402",
"postId": "25079",
"score": "0",
"text": "The `reset` and `clear` commands both just uselessly scroll. Neither one clears the terminal.",
"userDisplayName": null,
"userId": "940815"
},
{
"creationDate": "2024-02-13T15:23:19.840",
"id": "2636769",
"postId": "25079",
"score": "0",
"text": "If `tput reset` doesn't clear your terminal, you may need to do `printf '\\033[3J\\033c'` instead but that is not portable to all terminals either.",
"userDisplayName": null,
"userId": "50254"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2011-02-06T21:55:03.390",
"id": "25079",
"lastActivityDate": "2020-12-16T08:28:29.913",
"lastEditDate": "2020-12-16T08:28:29.913",
"lastEditorDisplayName": null,
"lastEditorUserId": "618353",
"ownerDisplayName": null,
"ownerUserId": "1067",
"parentId": "25077",
"postTypeId": "2",
"score": "592"
} | [
{
"accepted": null,
"body": "<p>run this command:</p>\n\n<pre><code>reset\n</code></pre>\n\n<p>This has the same effect as launching a new terminal.</p>\n",
"commentCount": "6",
"comments": [
{
"creationDate": "2011-02-07T14:43:44.073",
"id": "27493",
"postId": "25078",... | null | null | null | user313885 | null |
25088 | 1 | null | 2011-02-06T23:31:30.697 | 2 | 239 | <p>After upgrading my Linux system from Ubuntu 9.04 to Ubuntu 10.10, I suceeded correcting most problems (all related to Intel 82865G Integrated Graphics Adapter support and compiz is still not working but that's another matter) but for one I only have a partial solution.</p>
<p>Whenever I play a video the colors are much too saturated. This is really a problem for tones of skins that appears reddish (everyone seems to be coming back from a ski vacation with deep sun burns). As this effect only occurs with videos, not with pictures, I finally figured out it was related to Video Overlays configuration and I can correct it typing:</p>
<pre><code>xvattr -a XV_SATURATION -v 120
</code></pre>
<p>This change the default saturation value, which is 500 and much too high in my case, at eye sight the correct value seems to be between 100 and 150.</p>
<p>Now my problem is that I have to type the above command each time I run a video. If I type it before running the video it has no effect, if I close the video and open a new one, I have to type it again, etc. I tried to put it in Xsession and (logically) it has no effect either.</p>
<p>How could I do to get the correct setting whenever I run a video without typing the above command every time ?</p>
| 10339 | 235 | 2011-02-13T23:52:45.153 | 2011-02-13T23:52:45.153 | Keeping Xv Overlay configuration throughout an X session | [
"10.10",
"xorg",
"video"
] | 0 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2012-02-21T22:05:54.213",
"id": "123776",
"postId": "25088",
"score": "0",
"text": "Hello, this question has no information and activity for a very long time. I am closing it for now. If by any reason you think this question is still viable or useful in anyway or that there is... | null | [] | null | null | 2012-02-21T22:06:02.933 | null | null |
25089 | 1 | 25094 | 2011-02-06T23:40:36.893 | 13 | 1776 | <p>How can I read man pages in my mother tongue? </p>
<p>I'd also like to contribute some translations. </p>
<ul>
<li><p>Where should I go?</p></li>
<li><p>Is there a community supported by
Canonical?</p></li>
</ul>
| 5717 | 8844 | 2014-05-16T21:46:40.447 | 2014-05-16T21:46:40.447 | How can I read man pages in my native language? | [
"documentation",
"contributing",
"translation",
"manpage"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<ol>\n<li>Install the package named <code>language-pack-<two letter language code></code><br>\ne.g. <code>sudo apt-get install language-pack-es</code> for Spanish</li>\n<li>Install the package named <code>manpages-<two letter language code></code><br>\ne.g. <code>apt-get install manpages-es</code> for Spanish man pages.</li>\n<li>Set your <code>LANG</code> environment variable to <code><language>_<country>.<encoding></code>,<br>\ne.g. <code>LANG=es_ES.UTF-8</code></li>\n<li>Run <code>man</code></li>\n</ol>\n\n<p><a href=\"http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\" rel=\"noreferrer\">List of language codes</a>.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-07T00:31:43.770",
"id": "27424",
"postId": "25094",
"score": "0",
"text": "Thanks for the nice answer. I've tried, but there is no *ko* yet. *ko* is korean. Who did translate your language? Canonical?",
"userDisplayName": null,
"userId": "5717"
},
{
"creationDate": "2011-02-07T06:28:48.627",
"id": "27445",
"postId": "25094",
"score": "0",
"text": "You're right, it looks like Korean hasn't been supported since 2005. Try asking here: https://answers.launchpad.net/ubuntu/+source/manpages-ko/+addquestion or join up to contribute here: https://translations.launchpad.net/ubuntu/maverick/+translations",
"userDisplayName": null,
"userId": "1951"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-07T00:02:19.963",
"id": "25094",
"lastActivityDate": "2011-03-04T17:28:56.830",
"lastEditDate": "2011-03-04T17:28:56.830",
"lastEditorDisplayName": null,
"lastEditorUserId": "6969",
"ownerDisplayName": null,
"ownerUserId": "1951",
"parentId": "25089",
"postTypeId": "2",
"score": "11"
} | [
{
"accepted": true,
"body": "<ol>\n<li>Install the package named <code>language-pack-<two letter language code></code><br>\ne.g. <code>sudo apt-get install language-pack-es</code> for Spanish</li>\n<li>Install the package named <code>manpages-<two letter language code></code><br>\ne.g. <code>apt... | null | null | null | null | null |
25090 | 1 | 25093 | 2011-02-06T23:46:36.010 | 56 | 59565 | <p>I was hoping someone could recommend a good password generator.</p>
<p>Extra props to the person who can name one that gives you a mnemonic to remember it as well.</p>
| 333 | 3037 | 2011-02-07T00:49:31.027 | 2013-11-21T21:26:35.330 | Can you recommend a password generator? | [
"software-recommendation",
"security",
"password"
] | 17 | 4 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T00:41:07.737",
"id": "27427",
"postId": "25090",
"score": "7",
"text": "You could always just `'echo \"random\" | md5sum'` :)",
"userDisplayName": null,
"userId": "5"
},
{
"creationDate": "2011-02-07T14:12:36.227",
"id": "27484",
"postId": "2... | {
"accepted": true,
"body": "<p><a href=\"https://apps.ubuntu.com/cat/applications/pwgen\" rel=\"noreferrer\">pwgen <img src=\"https://hostmar.co/software-small\" alt=\"Install pwgen\"></a> generates random, meaningless but pronounceable passwords. These passwords contain either only lowercase letters, or upper and lower case mixed, or digits thrown in. Uppercase letters and digits are placed in a way that eases remembering their position when memorizing only the word. .</p>\n\n<p>Install <a href=\"https://apps.ubuntu.com/cat/applications/pwgen\" rel=\"noreferrer\">pwgen </a> with the button below:</p>\n\n<p><a href=\"https://apps.ubuntu.com/cat/applications/pwgen\" rel=\"noreferrer\"><img src=\"https://hostmar.co/software-banner\" alt=\"Install via the software center\"></a></p>\n\n<p>e.g.</p>\n\n<pre><code>sudo apt-get install pwgen\npwgen\n</code></pre>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2014-10-31T10:31:51.840",
"id": "745151",
"postId": "25093",
"score": "0",
"text": "pwgen is also available for cygwin",
"userDisplayName": null,
"userId": "245048"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-06T23:59:12.310",
"id": "25093",
"lastActivityDate": "2013-11-21T09:52:50.423",
"lastEditDate": "2017-03-11T18:59:56.407",
"lastEditorDisplayName": null,
"lastEditorUserId": "-1",
"ownerDisplayName": null,
"ownerUserId": "1951",
"parentId": "25090",
"postTypeId": "2",
"score": "62"
} | [
{
"accepted": null,
"body": "<p>No mnemonics, but pwgen is pretty straightforward.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-06T23:58:56.260",
"id": "25092",
"lastActivityDate": "2011-02-06T... | null | null | null | null | null |
25098 | 1 | 25099 | 2011-02-07T00:31:25.953 | 180 | 250295 | <p>How do I install <code>dig</code> (the DNS lookup tool)? I can't figure out what the package name is.</p>
| 681 | 368900 | 2019-03-05T10:08:52.470 | 2019-03-05T10:08:52.470 | How do I install dig? | [
"networking",
"package-management"
] | 3 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2011-02-07T02:39:51.537",
"id": "27434",
"postId": "25098",
"score": "1",
"text": "Strange that you don't have it. Package `ubuntu-standard` directly depends on `dnsutils` which contains `dig`, `nslookup` and `nsupdate` utilities. Is your system ok? Can you try `sudo apt-get i... | {
"accepted": true,
"body": "<pre><code>sudo apt-get install dnsutils\n</code></pre>\n\n<p>To find out which package a file is in you can do</p>\n\n<pre><code>sudo apt-cache search dig\n</code></pre>\n\n<p>Sometimes that works, but in this case it was useless. You can search for which package a specific file is in using the 'Search the contents of packages' search form here:</p>\n\n<p><a href=\"http://packages.ubuntu.com/\">http://packages.ubuntu.com/</a></p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2017-06-19T14:38:38.743",
"id": "1465983",
"postId": "25099",
"score": "1",
"text": "As @oli said in their answer, adding keywords can make `apt-cache search` more useful; in this case the combination of `dns` and `dig` keywords returned a much smaller list (about a dozen packages) than either by itself (hundreds for `dns`, almost a thousand for `dig`).",
"userDisplayName": null,
"userId": "602423"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-07T00:37:39.457",
"id": "25099",
"lastActivityDate": "2012-10-24T16:46:36.147",
"lastEditDate": "2012-10-24T16:46:36.147",
"lastEditorDisplayName": null,
"lastEditorUserId": "681",
"ownerDisplayName": null,
"ownerUserId": "681",
"parentId": "25098",
"postTypeId": "2",
"score": "50"
} | [
{
"accepted": true,
"body": "<pre><code>sudo apt-get install dnsutils\n</code></pre>\n\n<p>To find out which package a file is in you can do</p>\n\n<pre><code>sudo apt-cache search dig\n</code></pre>\n\n<p>Sometimes that works, but in this case it was useless. You can search for which package a specific fi... | null | null | null | null | null |
25102 | 1 | null | 2011-02-07T01:19:10.687 | 3 | 14004 | <p>I want to know how to install Ubuntu on a Dell Inspiron 15R with Intel Core i3, 3GB RAM, Intel HD graphics and 320GB HDD. I've heard some people have had issues with the wireless card. Also, I tried a few days ago to install the 64-bit version of Ubuntu 10.10 and the installaten hung on the <em>"Who are you"</em> screen... Can anyone help me, I really want to get into Linux but without having any problems with the laptops drivers.</p>
| null | 186134 | 2014-08-04T18:28:35.717 | 2014-08-04T18:28:35.717 | Will Ubuntu work on a Dell Inspiron 15R? | [
"system-installation"
] | 7 | 2 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T07:04:24.383",
"id": "27453",
"postId": "25102",
"score": "1",
"text": "I have an Inspiron 15R with a core i5 processor and have had absolutely no issues, once I enabled the restricted drivers I had wireless and 3D compiz effects functioning.",
"userDisplayName"... | null | [
{
"accepted": null,
"body": "<p>trust me you will have no problems with the install i have a hp laptop (granted is not a dell) with a lot of the same features as your dell except for the processor type. ubuntu 10.10 64 bit installed just fine. initially linux was created for a business environment with a ne... | null | null | null | null | user10342 |
25108 | 1 | null | 2011-02-07T04:22:20.373 | 4 | 5517 | <p>I have a Lenovo X61t laptop and I'd like to use a Sony Sixaxis PlayStation 3 bluetooth controller. </p>
<p>How can I get the controller to talk to my laptop?</p>
| 2598 | 8844 | 2012-11-17T20:10:28.023 | 2012-11-17T20:10:28.023 | How do I connect my Sixaxis Playstation3 controller to my laptop? | [
"bluetooth",
"gamepad"
] | 5 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>It seems a bit complicated to do but here is a guide: <a href=\"http://www.pabr.org/sixlinux/sixlinux.en.html\" rel=\"nofollow\">http://www.pabr.org/sixlinux/sixlinux.en.html</a></p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-08T09... | null | null | null | null | null |
25110 | 1 | 140478 | 2011-02-07T05:22:04.680 | 4 | 9347 | <p>I have a big USB disk with 3 partitions: one for backup and two other bootable ones for installing and testing new distros. I want the backup partition automounted on boot. But I don't want the two test partitions automounted. Despite my use of "noauto" in /etc/fstab, something (gnome?) seems to be mounting them when I plug the drive it.</p>
<pre><code>LABEL=mybook /srv/backup ext4 defaults 0 2
LABEL=mybook-root /media/mybook-root ext4 user,noauto 0 2
LABEL=mybook-spare /media/mybook-spare ext4 user,noauto 0 2
</code></pre>
<p>In previous Ubuntu distributions it seems that it was possible to configure gnome so it would avoid mounting particular partitions on removable drives like USB:</p>
<pre><code>gnome-mount --write-settings --mount-options noauto --device /dev/sda1
</code></pre>
<p>This is no longer available in Lucid (when did it go away?)</p>
<p>Is there another way to do this now?</p>
| 6130 | 3037 | 2011-02-07T10:04:23.267 | 2012-05-21T23:53:56.063 | Disable auto-mount for particular partitions on USB drives | [
"10.04",
"gnome",
"usb-drive",
"automount"
] | 3 | 4 | CC BY-SA 2.5 | [
{
"creationDate": "2011-04-29T09:32:20.087",
"id": "41894",
"postId": "25110",
"score": "0",
"text": "From Oct 24, 2009 gnome use nautilus instead of gnome-mount to provide the automounting feature, see `/usr/share/doc/nautilus/changelog.Debian.gz`.",
"userDisplayName": null,
"userId": "... | {
"accepted": true,
"body": "<p>gnome-mount was replaced at some point by gvfs-mount, and the use case described in the original question seems to no longer be supported in gnome.</p>\n\n<p>So here is a workaround, following on the experience described by @clemmy. It involves simply listing a nonexistent directory as the mount point for partitions you don't wan't to be automatically mounted. E.g. in this case, it would work to simply delete the relevant directories listed in the fstab, e.g. \"/media/mybook-spare\". Unfortunately, when the user does want to mount that partition, it of course requires that the user re-create the directory (or edit the fstab).</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2017-12-17T12:19:31.077",
"id": "1589756",
"postId": "140478",
"score": "0",
"text": "This is part of the disastrous status quo created by RedHat/Gnome which we are forced to deal with. Year of Linux Desktop? With RedHat around, never gonna be.",
"userDisplayName": null,
"userId": "89521"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2012-05-21T23:53:56.063",
"id": "140478",
"lastActivityDate": "2012-05-21T23:53:56.063",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "6130",
"parentId": "25110",
"postTypeId": "2",
"score": "1"
} | [
{
"accepted": null,
"body": "<p>for this purpose I'm using the following line in /etc/fstab and i've not done any modification in gnome... it works in ubuntu 11.04</p>\n\n<pre><code># Prevent mounting specific partition on external hd\nUUID=57f8f4bc-abf4-0000-675f-946fc0f9f25b none ext4 ro,noauto\n</code><... | null | null | null | null | null |
25112 | 1 | 25113 | 2011-02-07T06:05:00.270 | 3 | 3503 | <p>I usually split my GNU Screen into four regions, and I don't really need the status bars for each of those windows.</p>
<p>Is there an option to disable GNU Screen window status bars?</p>
<p>I could only find caption always|split only in the manual.</p>
<p>Thanks :)</p>
| 6082 | 1066942 | 2022-01-11T09:51:07.230 | 2022-02-23T15:56:06.597 | How to disable window caption bar in GNU Screen? | [
"gnu-screen"
] | 3 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>I think you want</p>\n\n<pre><code>hardstatus ignore\n</code></pre>\n\n<p>Try putting it in your <code>~/.screenrc</code>.</p>\n\n<p>This will override any setting that's in <code>/etc/screenrc</code>.</p>\n\n<p>If that doesn't work, try</p>\n\n<pre><code>hardstatus off\n</code></pre>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-07T06:27:42.637",
"id": "27444",
"postId": "25113",
"score": "2",
"text": "mmm... i think hardstatus is a line on the very bottom. and caption bar - is a separate bar for every separate window (so I have 4 of them).",
"userDisplayName": null,
"userId": "6082"
},
{
"creationDate": "2011-02-07T06:31:27.983",
"id": "27447",
"postId": "25113",
"score": "0",
"text": "Ah, yes, I see what you mean now. Sorry, no easy way to do that as far as I can tell.",
"userDisplayName": null,
"userId": "1951"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-07T06:19:29.530",
"id": "25113",
"lastActivityDate": "2011-02-07T06:19:29.530",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "1951",
"parentId": "25112",
"postTypeId": "2",
"score": "2"
} | [
{
"accepted": true,
"body": "<p>I think you want</p>\n\n<pre><code>hardstatus ignore\n</code></pre>\n\n<p>Try putting it in your <code>~/.screenrc</code>.</p>\n\n<p>This will override any setting that's in <code>/etc/screenrc</code>.</p>\n\n<p>If that doesn't work, try</p>\n\n<pre><code>hardstatus off\n</co... | null | null | null | null | null |
25117 | 1 | 34517 | 2011-02-07T06:53:33.593 | 4 | 1812 | <p>I use Google chrome sometimes for googling. My problem occurs when I am entering text like a username, or comments. in the middle of writing, the typing progress freezes. To continue writing I have to minimize and then maximize google chrome. Is there any solution for this? </p>
<p>I use 9.0.597.94 (73967) I also face this problem on the previous version to extensions yes I have the following extensions: Auto Copy, csscan, Firebug Lite for Google Chrome, RemindMe, and Virtual Keyboard (by Google). Yes I use Ubuntu standalone.</p>
<p>Additional details:</p>
<ul>
<li>Using an Ubuntu 10.10 (English)</li>
<li><a href="http://paste.ubuntu.com/593478/" rel="nofollow">output of <code>ps wwaux</code></a> (active processes)</li>
<li><a href="http://paste.ubuntu.com/593480/" rel="nofollow">output of <code>dpkg -l</code></a> (installed packages)</li>
</ul>
| 9701 | 6969 | 2011-04-13T08:57:54.397 | 2012-11-15T06:51:49.837 | Google Chrome writing problem -- freezes up during typing | [
"10.10",
"google-chrome"
] | 1 | 12 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-07T07:03:58.423",
"id": "27452",
"postId": "25117",
"score": "0",
"text": "Can you please spellcheck your query? It's a bit hard to comprehend.",
"userDisplayName": null,
"userId": "6060"
},
{
"creationDate": "2011-02-09T18:00:56.977",
"id": "27895... | {
"accepted": true,
"body": "<p><del>Disable your spelling checker. Even on my machine, it will freeze for a second when I'm typing something with spellchecking enabled.</del></p>\n\n<p>The only other issue I can think of is an input method. I see <code>scim</code> in your packages and processes list. Try uninstalling it by running:</p>\n\n<pre><code> sudo apt-get purge scim\n</code></pre>\n",
"commentCount": "11",
"comments": [
{
"creationDate": "2011-04-12T09:05:02.207",
"id": "38678",
"postId": "34517",
"score": "0",
"text": "@Lekensteyn that doesn't solve the problem.",
"userDisplayName": null,
"userId": "9701"
},
{
"creationDate": "2011-04-12T11:43:54.507",
"id": "38699",
"postId": "34517",
"score": "0",
"text": "What language is you OS / Chromium?",
"userDisplayName": null,
"userId": "6969"
},
{
"creationDate": "2011-04-13T06:16:57.440",
"id": "38879",
"postId": "34517",
"score": "0",
"text": "@Lekensteyn English",
"userDisplayName": null,
"userId": "9701"
},
{
"creationDate": "2011-04-13T08:17:22.653",
"id": "38893",
"postId": "34517",
"score": "0",
"text": "@Achu: Are you running the latest Ubuntu version with up-to-date packages? Just for debugging, can you post a list of active processes by running `ps wwaux` and installed applications by running `dpkg -l` (post it on http://paste.ubuntu.com/ if it gets large).",
"userDisplayName": null,
"userId": "6969"
},
{
"creationDate": "2011-04-13T08:36:58.990",
"id": "38895",
"postId": "34517",
"score": "0",
"text": "@Lekensteyn yes i'm running the latest version. here is the outputs:- `ps wwaux` http://paste.ubuntu.com/593478/ `dpkg -l` http://paste.ubuntu.com/593480/",
"userDisplayName": null,
"userId": "9701"
},
{
"creationDate": "2011-04-13T09:03:16.043",
"id": "38899",
"postId": "34517",
"score": "0",
"text": "@Achu: I think it's your input method causing problems then. If you do not have to enter special, non-latin characters (Chinese, Cyrillic, ..), you can uninstall it safely. It's not installed by default.",
"userDisplayName": null,
"userId": "6969"
},
{
"creationDate": "2011-04-13T09:23:25.830",
"id": "38904",
"postId": "34517",
"score": "0",
"text": "@Lekensteyn ohhh... I really need scim I also configured with my local fonts. i don't know what to do now. if that the cause i will try it after i finished my work on using scim.",
"userDisplayName": null,
"userId": "9701"
},
{
"creationDate": "2011-04-13T09:35:07.503",
"id": "38906",
"postId": "34517",
"score": "0",
"text": "@Achu: Instead of uninstalling it, can you try starting Chrome with `GTK_IM_MODULE=gtk-im-context-simple google-chrome` ? It should disable SCIM for it.",
"userDisplayName": null,
"userId": "6969"
},
{
"creationDate": "2011-04-15T09:19:19.997",
"id": "39278",
"postId": "34517",
"score": "0",
"text": "@Lekensteyn I tested more existing scim it works normal! Thank you very much!!!",
"userDisplayName": null,
"userId": "9701"
},
{
"creationDate": "2011-04-16T21:44:10.130",
"id": "39628",
"postId": "34517",
"score": "0",
"text": "@Lekensteyn Just saw that you had solved this old one -- nice!",
"userDisplayName": null,
"userId": "8844"
},
{
"creationDate": "2011-04-16T21:54:32.597",
"id": "39633",
"postId": "34517",
"score": "0",
"text": "@jgbelacqua: Actually, it's a workaround. I have not found a bug report, but it would be either a bug in scim or chromium-browser.",
"userDisplayName": null,
"userId": "6969"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-04-11T13:56:38.370",
"id": "34517",
"lastActivityDate": "2011-04-13T09:02:08.730",
"lastEditDate": "2011-04-13T09:02:08.730",
"lastEditorDisplayName": null,
"lastEditorUserId": "6969",
"ownerDisplayName": null,
"ownerUserId": "6969",
"parentId": "25117",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": true,
"body": "<p><del>Disable your spelling checker. Even on my machine, it will freeze for a second when I'm typing something with spellchecking enabled.</del></p>\n\n<p>The only other issue I can think of is an input method. I see <code>scim</code> in your packages and processes list. Try u... | null | null | null | null | null |
25119 | 1 | null | 2011-02-07T08:44:00.370 | 0 | 2384 | <p>I upgraded my Ubuntu 8.04 to Ubuntu 10.04 and when i try to enable desktop effects it says: <strong>Desktop effects could not be enabled</strong>. The output of <code>lspci | grep VGA</code> is :</p>
<blockquote>
<p>00:02.0 VGA compatible controller: Intel Corporation
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)</p>
</blockquote>
<p>Hardware drivers says there is no propriority hardware driver. I installed nVidia driver but I think my is an Intel graphics device.
Please help.</p>
| 10353 | 47151 | 2012-03-14T11:29:30.213 | 2012-03-14T11:29:30.213 | How to enable desktop effects on Ubuntu 10.04 after upgrade from Ubuntu 8.04? | [
"10.04",
"compiz",
"intel"
] | 2 | 0 | CC BY-SA 3.0 | [] | null | [
{
"accepted": null,
"body": "<p>To start with you should remove the nvidia drivers as they will be useless then I would check for broken packages you can do both of these from synaptic package manager.<img src=\"https://i.stack.imgur.com/W37Mi.png\" alt=\"synaptic package manager looking at broken packages ... | null | null | null | null | null |
25129 | 1 | null | 2011-02-07T10:17:26.660 | 2 | 13411 | <p>I have a HP Pavilion dv6000 series (dv6602 au) laptop. I want to upgrade BIOS. I only have Ubuntu installed in my system. Is it possible to upgrade BIOS from Ubuntu? Google search gave me some results but somewhere I read that recent updates are done from inside Windows installation and not with a floppy. </p>
| 2545 | null | 2019-01-15T11:24:44.800 | 2019-01-15T11:24:44.800 | Updating HP Pavilion BIOS from Linux | [
"10.10",
"updates",
"bios",
"hp-pavilion"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p><a href=\"http://ubuntuforums.org/showthread.php?t=318789\" rel=\"nofollow\">This</a> is a detailed guide to flash a bios using ubuntu.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-09-14T01:37:18.327",
"id": "70208",
... | null | null | null | user833907 | null |
25131 | 1 | null | 2011-02-07T10:34:51.687 | 29 | 24854 | <p>I am trying to setup a Git server could. Can anyone tell me how to set up a Git server, so that client machines can connect to that server and make use of Git version control for their projects... Please give me step by step instructions as I'm new to this thing.</p>
| 10364 | 62483 | 2013-03-20T21:35:03.490 | 2013-03-20T21:35:03.490 | How to setup a Git server? | [
"webserver",
"git"
] | 0 | 0 | CC BY-SA 2.5 | [] | null | [] | null | 0 | 2013-03-21T04:02:25.373 | null | null |
25133 | 1 | null | 2011-02-07T12:03:59.677 | 5 | 1825 | <p>I'm struggling to get the embedded wireless card in this laptop to work. In 7.10 (gutsy) it worked fine. Now I'm trying to get 10.10 (maverick) working on it, and am using the Lubuntu flavour due to the low resources of this laptop.</p>
<p>The hardware:
Appears to be an embedded pcmcia card.
pccardctl ident gives:</p>
<pre><code>Socket 0:
product info: "TOSHIBA", "Wireless LAN Card", "Version 01.01", ""
manfid: 0x0156, 0x0002
function: 6 (network)
</code></pre>
<p>The default kernel recognises the card and loads the orinoco_cs driver.</p>
<pre><code>orinoco_cs 0.0: Hardware identity 0005:0002:0001:0002
orinoco_cs 0.0: Station identity 001f:0001:0006:000e
orinoco_cs 0.0: Firmware determined as Lucent/Agere 6.14
</code></pre>
<p>Then for some reason, the driver isn't happy with this and gives:</p>
<pre><code>orinoco_cs 0.0: Hardware identity 0005:0002:0001:0002
orinoco_cs 0.0: Station identity 001f:0002:0009:0030
orinoco_cs 0.0: Firmware determined as Lucent/Agere 9.48
</code></pre>
<p>All seems ok until I try to associate with my access point using Network Manager.</p>
<pre><code>eth1: Lucent/Agere firmware doesn't support manual roaming
</code></pre>
<p>repeated about 10 times then NM gives up.</p>
<p>According to the linuxwireless.org <a href="http://wireless.kernel.org/en/users/Drivers/orinoco" rel="nofollow">wiki page</a> on this driver, this is a known issue, and I quote:</p>
<blockquote>
<p>Known issues</p>
<p>Roaming and WPA_supplicant</p>
<p>Lucent/Agere firmware doesn't support
manual roaming</p>
<p>On the Agere cards, roaming is
controlled by the firmware instead of
userspace. You will get the above
message if userspace attempts to
associate with a specific AP rather
than by SSID.</p>
<p>If you are using wpa_supplicant use
ap_scan=2 mode.</p>
<p>NetworkManager uses wpa_supplicant, so
the above also applies.</p>
</blockquote>
<p>At this point my google-fu has failed me, and I can't find how to configure network manager to use the mystical "ap_scan=2" mode via wpa_supplicant.</p>
<p>I have tried the following suggested solutions (from launchpad or the forums)</p>
<ul>
<li>deleting the agere* files from /lib/firmware</li>
<li>using wicd instead of network manager</li>
<li>combining both</li>
<li>blacklisting the orinoco_cs driver in an attempt to force use of the hostap_cs driver instead (in case it is a prism2 card).</li>
</ul>
<p>Obviously none of them have worked for me.</p>
<p>Any hints on how to perform the suggested workaround above?</p>
<p>Edit:
I have also confirmed working on 8.10 (intrepid) live CD.</p>
| 10367 | 235 | 2011-06-10T18:42:00.870 | 2012-02-27T21:06:19.043 | How can I configure the embedded wireless card in a Toshiba Satellite Pro 4600 to work? | [
"10.10",
"wireless",
"lubuntu",
"firmware"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-08T22:35:29.187",
"id": "27742",
"postId": "25133",
"score": "0",
"text": "I have posted a new bug on launchpad with full output of wpa_supplicant and NM. It appears there is no configurable way of passing the ap_scan=2 parameter to wpa_supplicant via NM at the approp... | null | [
{
"accepted": null,
"body": "<p>Have you tried setting it like <a href=\"http://wiki.debian.org/rt2860sta\" rel=\"nofollow\">this</a>:<br>\n--snip--</p>\n\n<pre><code>\niface wlan0 inet dhcp\n wpa-ap-scan 2\n</code></pre>\n\n<p>--/snip--<br>\nThey're talking about a different driver, but it may be ... | null | null | 2012-03-07T20:05:02.860 | null | null |
25139 | 1 | 25455 | 2011-02-07T13:36:51.980 | 8 | 7018 | <p>I'm working in 10.04 Lucid. All my video players (Movie Player and VLC) and the preview windows in editors (OpenShot and Pitivi) will only display a black screen when playing a video. The sound is fine and the videos work fine on other computers. </p>
<p>I have tried multiple formats from varying sources .MOV taken from old ffmpeg projects, .AVI straight from a camera, .MP4 using h.264 from OpenShot on another system, .OGV from a gtk-recordmydesktop session on this very computer. I even get a pure black screen in the viewer when starting a remote session in VNC. </p>
<p>This box has a GeForce 8400 GS using the proprietary Nvidia drivers in case it may be a card problem or setting.</p>
| 49 | 49 | 2011-02-07T19:07:57.460 | 2014-02-14T12:10:18.297 | All video players display black screen | [
"10.04",
"video",
"nvidia"
] | 2 | 5 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T18:53:43.557",
"id": "27542",
"postId": "25139",
"score": "0",
"text": "Are you using the proprietary Nvidia drivers or the Xorg Nvidia drivers? Also, have you tried disabling Compiz or other eye-candy?",
"userDisplayName": null,
"userId": "4435"
},
{
... | {
"accepted": true,
"body": "<p>I'm at a loss. The best suggestions I have is try re-installing the drivers or trying the non-proprietary nv driver. If the problem is still there with the nv driver, then it is most likely not a driver issue. </p>\n\n<p>Good Luck</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-09T15:23:17.990",
"id": "27870",
"postId": "25455",
"score": "1",
"text": "There is not doubt a nice fast command line way to do this. However wanting to try it quick without a lot of research I went to System > Administration > Hardware Drivers found the Nvidia driver and clicked remove which required a restart. Then tested it and all video was fine. Next I went to System > Preferences > Appearance and tried to restore some of the effects which prompted me to re-install the proprietary drivers. I did, re-started, turned all effects back on, and the video still worked. Don't know if it is a universal fix, but in \"one man's experience...\"",
"userDisplayName": null,
"userId": "49"
},
{
"creationDate": "2011-09-13T19:40:32.717",
"id": "70143",
"postId": "25455",
"score": "0",
"text": "Did not work for me unfortunately...",
"userDisplayName": null,
"userId": "21585"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-09T13:30:23.310",
"id": "25455",
"lastActivityDate": "2011-02-09T13:30:23.310",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "4435",
"parentId": "25139",
"postTypeId": "2",
"score": "2"
} | [
{
"accepted": true,
"body": "<p>I'm at a loss. The best suggestions I have is try re-installing the drivers or trying the non-proprietary nv driver. If the problem is still there with the nv driver, then it is most likely not a driver issue. </p>\n\n<p>Good Luck</p>\n",
"commentCount": "2",
"comment... | null | null | null | null | null |
25142 | 1 | null | 2011-02-07T13:52:19.743 | 2 | 5251 | <p>After I installed playonlinux, I immediately installed the Microsoft office 2007. I pasted an .iso image on my desktop and extracted it on a folder, and after that I installed it using the playonlinux. </p>
<p>After several loadings the playonlinux prompted installing Internet Explorer 6 and after that, it said that office 2007 was successfully installed, and I can't find where is office 2007 installed. Can you help me?</p>
| 10376 | 7035 | 2011-06-07T02:46:31.480 | 2011-07-23T07:55:11.293 | Where did PlayOnLinux install Microsoft Office 2007? | [
"microsoft-office",
"playonlinux"
] | 4 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-07T14:32:42.650",
"id": "27488",
"postId": "25142",
"score": "0",
"text": "related question -> http://askubuntu.com/questions/24964/how-well-does-ms-word-2007-and-ms-power-point-2007-work-in-wine/24970#24970",
"userDisplayName": null,
"userId": "3550"
},
{
... | null | [
{
"accepted": null,
"body": "<p>Try this:</p>\n\n<ul>\n<li><p>open the software manager, install wine </p></li>\n<li><p>check to see if both wine and playonlinux are up to date from the Q</p></li>\n<li><p>when the window saying that office was installed, don't click the finish or close button on the office ... | null | null | null | null | null |
25158 | 1 | 25230 | 2011-02-07T15:24:56.927 | 4 | 10043 | <p>I am planning to install some big softwares such as Matlab (4GB), Mathematica (4GB) on my Ubuntu partitions.</p>
<p>I was wondering</p>
<ol>
<li>if I installed them on my home
partition, when I reinstall Ubuntu
without touching the home partition,
will the softwares still be runnable
after reinstallation?</li>
<li>what are the advantage and
disadvantages of installing
softwares on root partition and of
on home partition?</li>
<li>with your answer to the previous
questions, what are some reasonable
plans for the sizes of root
partition and of home partition?
Note that I would like to learn
programming in C, C++, Java, Python,
Lisp, databases under both Ubuntu
and Windows, and no games. My laptop
has around 230 GB, where I plan to
install both Windows and Ubuntu, and
reserve 40 GB for Ubuntu (three
partitions: swap, root and home),
110 GB for NTFS partition shared
between the two OSes, 70 GB for
Windows OS partition, and 10 GB that
can be added to any of the above
partitions. I will change my plan
according to your suggestions.</li>
</ol>
<p>Thanks and regards!</p>
| 1471 | 235 | 2011-02-08T01:27:47.353 | 2011-02-08T05:28:52.347 | Software installed on root partition or on home partition | [
"partitioning",
"windows-7"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>I will try to answer your questions in the order you asked them:</p>\n\n<ol>\n<li><p>It depends on how Matlab and Mathematica are distributed; if they are distributed as static binaries, then you should be okay. A static binary has any of the libraries needed by the program compiled into them. Generally, this is not the default for compiled applications, as it leads to extremely large binaries.</p></li>\n<li><p>There really aren't any disadvantages, per say; it depends on the application. If you're installing an application from <code>apt-get</code>, Synaptic or from the Ubuntu Software Centre, the application is being installed in your root partition. If you have a static binary that you have downloaded and unpackaged yourself, then your best bet would be to keep it in your home directory. For any scripts or programs I write or install, that are not provided by the Ubuntu repositories, I keep them in a <code>bin</code> directory in my home folder. This way, they aren't \"polluting\" my base system.</p></li>\n<li><p>The size of your root partition really depends on how many applications and libraries you plan on installing from the Ubuntu repositories. Different Linux distributions recommend different sizes. If you allow Ubuntu to automatically partition your drive, with a separate partition for <code>/home</code>, the Ubuntu installer will give you a sane layout. C and C++ compilers, Lisp REPLs, Python interpreters and the various databases do not take up much room. The only large compiler is for Java; I believe it weighs in at around 80MB for the JDK (Java Development Kit). As with my answer for your second question, most of the stuff you write, you should keep to your home directory, so you do not pollute the base system. Plus, if you ever upgrade your Ubuntu install, you will not have to worry about accidentally blowing away the directory you keep your projects in. Granted, you run this risk anyways, it will just be easier to keep everything you do in your home directory; that is what it is there for.</p></li>\n</ol>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T05:28:52.347",
"id": "25230",
"lastActivityDate": "2011-02-08T05:28:52.347",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "10175",
"parentId": "25158",
"postTypeId": "2",
"score": "4"
} | [
{
"accepted": true,
"body": "<p>I will try to answer your questions in the order you asked them:</p>\n\n<ol>\n<li><p>It depends on how Matlab and Mathematica are distributed; if they are distributed as static binaries, then you should be okay. A static binary has any of the libraries needed by the program c... | null | null | null | null | null |
25161 | 1 | 25166 | 2011-02-07T15:31:27.043 | 6 | 3473 | <p>I'm using Interpid (I know I need to upgrade). When I try and use the -h option with ls I get an error. I swear this used to work, and the man page says it should. Any ideas? </p>
<pre><code>$ sudo ls -lh
ls: invalid option -- 'h'
Try `ls --help' for more information.
</code></pre>
| 9140 | 1067 | 2011-02-07T16:00:11.420 | 2011-02-07T16:08:22.160 | Why does ls -lh give me ls: invalid option -- 'h' | [
"command-line",
"ls",
"8.10"
] | 1 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T15:36:53.677",
"id": "27502",
"postId": "25161",
"score": "0",
"text": "indeed it should work - does it work without sudo, in a directory readable by your user account? also, can you verify where the system is getting ls from by typing **which ls** and also **ls -l ... | {
"accepted": true,
"body": "<p>I expect you're dealing with the SHV5 rootkit.</p>\n\n<p>Please run RootKit Hunter to check for rootkits.</p>\n\n<p>Keep me informed.</p>\n",
"commentCount": "4",
"comments": [
{
"creationDate": "2011-02-07T17:04:27.790",
"id": "27524",
"postId": "25166",
"score": "1",
"text": "Why '-1'? .. ..",
"userDisplayName": null,
"userId": "10212"
},
{
"creationDate": "2011-02-07T17:09:42.810",
"id": "27527",
"postId": "25166",
"score": "0",
"text": "I get the following warnings: cbRootKit, SHV4 RootKit ,SHV5 RootKit",
"userDisplayName": null,
"userId": "9140"
},
{
"creationDate": "2011-02-08T12:51:27.587",
"id": "27621",
"postId": "25166",
"score": "0",
"text": "@figbug - it's worth running rkhunter and chkrootkit and paste the full outputs onto pastebin and provide links to the pastebin files. if you suspect somebody has compromised your machine then the best action is to unplug it from the network to avoid data loss and further infection",
"userDisplayName": null,
"userId": "1960"
},
{
"creationDate": "2011-02-08T15:11:40.113",
"id": "27644",
"postId": "25166",
"score": "0",
"text": "http://pastebin.com/U6vEqYSP http://pastebin.com/cEy1CWmn I am currently backing up and planning for format / reinstall",
"userDisplayName": null,
"userId": "9140"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-07T15:53:12.597",
"id": "25166",
"lastActivityDate": "2011-02-07T16:08:22.160",
"lastEditDate": "2011-02-07T16:08:22.160",
"lastEditorDisplayName": null,
"lastEditorUserId": "1067",
"ownerDisplayName": null,
"ownerUserId": "10212",
"parentId": "25161",
"postTypeId": "2",
"score": "7"
} | [
{
"accepted": true,
"body": "<p>I expect you're dealing with the SHV5 rootkit.</p>\n\n<p>Please run RootKit Hunter to check for rootkits.</p>\n\n<p>Keep me informed.</p>\n",
"commentCount": "4",
"comments": [
{
"creationDate": "2011-02-07T17:04:27.790",
"id": "27524",
"... | null | null | null | null | null |
25168 | 1 | 25247 | 2011-02-07T16:09:36.543 | 8 | 20998 | <p>So I recently installed Ubuntu 10.10 64-bit on my computer.</p>
<p>I installed it on my 60gb SSD hard drive, and in the installation it never acknowledged the existence of my second hard drive.</p>
<p>The hard drive that I keep all my files on, and which I want to make my home folder if I can, is a Western Digital Caviar Black 1TB SATA 6Gb/s 64MB cache (WD1002FAEX).</p>
<p>I've read the following: <a href="https://help.ubuntu.com/community/Mount" rel="nofollow">https://help.ubuntu.com/community/Mount</a> but honestly cannot work out how to access the hard drive from my Ubuntu installation. </p>
<p>I did have Windows 7 64-bit prior to installing Ubuntu. I have backed up all the files on the hard drive, but if I could just access them straight off that would be super cool.</p>
<p>The following directories are currently in my /dev/ folder:</p>
<p>ati/, block/, bsg/, bus/, char/, cpu/, isk/, input/, mapper/, net/, pktcdvd/, pts/, shm/, snd/, and usb/</p>
<p>Result from <code>sudo fdisk -l</code></p>
<pre><code>Disk /dev/sda: 60.0 GB, 60022480896 bytes
255 heads, 63 sectors/track, 7297 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d2dfd
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6994 56174592 83 Linux
/dev/sda2 6994 7298 2438145 5 Extended
/dev/sda5 6994 7298 2438144 82 Linux swap / Solaris
</code></pre>
<p><strong>Does anyone know how I can use the second hard drive?</strong></p>
<hr>
<p>@djeykib
So very close to fixing it.. unfortunately on the last command you gave it says this:</p>
<pre><code>$ sudo apt-get install linux-lts-backport-natty
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-lts-backport-natty
</code></pre>
<p>Checking on <a href="http://www.ubuntuupdates.org/ppas" rel="nofollow">http://www.ubuntuupdates.org/ppas</a> reveals that it is only available for 10.04. Looks like I'll have to unplug and re-plug hardware if I want it working still :(</p>
| 10373 | 196255 | 2014-02-26T09:09:24.603 | 2014-02-26T09:09:24.603 | Accessing second hard drive | [
"10.10",
"hard-drive"
] | 2 | 10 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-07T16:15:46.717",
"id": "27511",
"postId": "25168",
"score": "1",
"text": "Just to know, did you install gparted and see if it showed you the hdd?. Also did you verify that the hdd is connected (maybe a loose cable..just guessing here)",
"userDisplayName": null,
... | {
"accepted": true,
"body": "<p>I read your ubuntu forum thread. Since the problem is the kernel, why don't you just update it? I'm thinking you should be able to just <a href=\"http://kernel.org/\" rel=\"nofollow noreferrer\">download the latest kernel</a>, import your current configuration, and compile it after adding SATA 6.0 gB/s support.</p>\n\n<p>I see a second option too, and more in line with the Ubuntu way: PPA. Check out <a href=\"http://www.ubuntuupdates.org\" rel=\"nofollow noreferrer\">UbuntuUpdates.org</a>, they have a ppa that backports the <a href=\"http://www.ubuntuupdates.org/ppa/kernel-ppa\" rel=\"nofollow noreferrer\">Narwhale kernels to Lucid</a>. I don't see why that shouldn't also work for Maverick. Go read their site first, and make sure this is something you really want to do, because it's definitely not supported; but it looks as easy as:</p>\n\n<pre><code>sudo add-apt-repository ppa:kernel-ppa/ppa\nsudo apt-get update\nsudo synaptic\n</code></pre>\n\n<p>Once you've got Synaptic open, you need to edit the repository so that you're accessing what is intended for Lucid.</p>\n\n<ol>\n<li>Click to Settings > Repositories</li>\n<li>Go to the Other Software tab.</li>\n<li>You'll see this line somewhere, probably at the bottom: <code>http://ppa.launchpad.net/kernel-ppa/ppa/ubuntu lucid main</code>. Click to highlight it, then click Edit.</li>\n<li>In the box that pops up, make sure the Distribution field says <strong><code>lucid</code></strong>, not <code>maverick</code>.\n<img src=\"https://i.stack.imgur.com/QbaQY.png\" alt=\"Synaptic: editing kernel-ppa repository\"></li>\n<li>Press okay, then press close.</li>\n<li>Press the Reload button in the menu bar.</li>\n<li>On the left side half way down, there are several buttons (Sections, Status, Origin..). Click the Origin button.</li>\n<li>Click the LP-PPA-kernel-ppa/lucid above that, and you should see all the new kernels you have access to.</li>\n</ol>\n\n<p><img src=\"https://i.stack.imgur.com/xlbkN.png\" alt=\"synaptic screenshot of kernel-ppa\"></p>\n\n<p>I trust you can take it from here?</p>\n\n<p>For posterity, here is the <a href=\"http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg2648689.html\" rel=\"nofollow noreferrer\">bug fix report</a> with all the juicy info. In short, support for your controller isn't around till Linux Kernel 2.6.37-rc4, <a href=\"http://kernel.ubuntu.com/~kernel-ppa/info/kernel-version-map.html\" rel=\"nofollow noreferrer\">aka Ubuntu Kernel 2.6.37-8.x</a>.</p>\n\n<p><strong>To test this answer</strong> without buggering about your case and controllers and cables, please update your question with the output of <code>lspci</code> before, and after. You should see the controller going from Unknown to whatever it actually is.</p>\n",
"commentCount": "4",
"comments": [
{
"creationDate": "2011-02-08T13:21:23.607",
"id": "27626",
"postId": "25247",
"score": "0",
"text": "Nah, that's a bunch of crap about it being only for 10.04. May be their intent, but that's a matter of hacking. See if you can find the deb and `dkpg -i insert-package-name.deb` it. Four eyes better than two.",
"userDisplayName": null,
"userId": "8515"
},
{
"creationDate": "2011-02-08T13:47:39.217",
"id": "27628",
"postId": "25247",
"score": "0",
"text": "Okay, think I've got it. Simple hack if I'm right. You need to edit `/etc/apt/sources.list`. Find the new entry for kernels, replace **lucid** with **maverick**.",
"userDisplayName": null,
"userId": "8515"
},
{
"creationDate": "2011-02-08T14:39:01.747",
"id": "27639",
"postId": "25247",
"score": "0",
"text": "Hrm. Y'know, it could just be I'm an idiot and gave you the wrong apt install command. Fire up synaptic and filter your search by Origin > LP-PPA-kernel-ppa/lucid. Should see some lovely kernel packages just waiting to be brought home to live with a caring sysadmin. `apt-cache search --names-only \"natty\"` bolsters this theory. Edited answer for accuracy.",
"userDisplayName": null,
"userId": "8515"
},
{
"creationDate": "2011-02-08T19:24:25.447",
"id": "27699",
"postId": "25247",
"score": "0",
"text": "I tried all of that but it still couldn't find it. So I gave up and just plugged it in a 3Gb/s port, will find out in April I've they've fixed it. Thanks for all your help and tips though, learned a fair bit about the whole kernel thing.",
"userDisplayName": null,
"userId": "10373"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T09:27:45.650",
"id": "25247",
"lastActivityDate": "2011-02-08T22:35:47.883",
"lastEditDate": "2011-02-08T22:35:47.883",
"lastEditorDisplayName": null,
"lastEditorUserId": "8515",
"ownerDisplayName": null,
"ownerUserId": "8515",
"parentId": "25168",
"postTypeId": "2",
"score": "5"
} | [
{
"accepted": null,
"body": "<p>In addition to gParted, PySDM might be able to help you with getting another hard drive mounted and its existence aknowledged:</p>\n\n<blockquote>\n <p>PySDM is a Storage Device Manager that\n allows full customization of hard disk\n mountpoints without manually access to\... | null | null | null | null | null |
25169 | 1 | null | 2011-02-07T16:13:00.940 | 2 | 915 | <p>Files, Contacts and Notes are only half the truth. Are there plans to add calendar and ToDo List sync for UbuntuOne?</p>
<p>If yes, which client? Evolution? Thunderbird/Lightning? Stand alone client like Tomboy?</p>
| 4871 | 44179 | 2013-10-16T02:37:14.467 | 2013-10-16T02:37:14.467 | Are there plans to add calendar and ToDo List Sync in UbuntuOne? | [
"ubuntu-one",
"sync",
"calendar"
] | 2 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>At the moment, there are no plans to add any calendar or ToDo lists, so don't expect to see them in the next release.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-11-07T08:15:04.003",
"id": "86191",
"postId": "25183"... | null | null | null | null | null |
25170 | 1 | null | 2011-02-07T16:20:04.287 | 5 | 5689 | <p>I was wonder if there is an equivalent to <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" rel="nofollow noreferrer">pageant</a> for Ubuntu. The Pageant tool load private keys for prolonged usage, so you won't have to load the keys (as well as heir passprhases, if there are any), each time anew. </p>
<p>How could you achieve this in Ubuntu, and especially the Ubuntu CLI?</p>
| 333 | null | 2016-12-25T10:12:05.007 | 2016-12-28T03:51:54.483 | Looking for pageant equivalent | [
"software-recommendation",
"password",
"ssh",
"putty"
] | 1 | 4 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-07T16:21:58.483",
"id": "27513",
"postId": "25170",
"score": "0",
"text": "You might need to bake something with `expect`",
"userDisplayName": null,
"userId": "41"
},
{
"creationDate": "2011-02-07T18:45:43.147",
"id": "27539",
"postId": "25170",... | null | [
{
"accepted": null,
"body": "<p>Here are two utilities you should run one after the other.</p>\n\n<p>The first evaluates for the private key you already used to authenticate into the <strong>server</strong>.</p>\n\n<p>The second loads this key to the <strong>memory</strong>. </p>\n\n<p>This way you could lo... | null | null | 2016-12-25T14:34:21.333 | user423047 | null |
25173 | 1 | null | 2011-02-07T16:36:35.053 | 7 | 1189 | <p>I have problems with facebook and gmail only: It works fine and lets me log in, view the content, read new messages, etc. But after 5-10 minutes it doesn't load at all:</p>
<blockquote>
<p>This webpage is not available.</p>
<p>The webpage at
<a href="http://www.facebook.com/" rel="nofollow">http://www.facebook.com/</a> might be
temporarily down or it may have moved
permanently to a new web address. </p>
<p>More information on this error Below
is the original error message</p>
<pre><code>Error 101 (net::ERR_CONNECTION_RESET):
Unknown error
</code></pre>
</blockquote>
<p>After deleting cookies this problem disappears for 5-10 minutes, then I get the same error. It happens with Google Chrome and Firefox. Ping works fine.</p>
<p>I have checked <em>System → Preferences → Network Proxy</em>, it's set to the default: "Direct Internet Connection". Then I ran the test at <code>chrome://net-internals/#tests</code> and got some "FAIL" results</p>
<blockquote>
<ul>
<li>Use system proxy settings </li>
<li>Disable IPv6 host resolving</li>
<li>Probe for IPv6 host resolving</li>
</ul>
</blockquote>
<p>IPv6 is disabled.</p>
| null | 41 | 2011-02-17T22:12:13.540 | 2011-02-17T22:12:13.540 | Facebook and Gmail stop working after 10 minutes | [
"10.10",
"networking",
"firefox",
"64-bit",
"google-chrome"
] | 2 | 13 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T17:57:29.467",
"id": "27532",
"postId": "25173",
"score": "0",
"text": "@Julia, how do you connect to the internet? Is there a proxy server involved, or some kind of content-filtering or session-aware firewall?",
"userDisplayName": null,
"userId": "1269"
}... | null | [
{
"accepted": null,
"body": "<p>Some troubleshooting ideas :</p>\n\n<p>Start a terminal and run <code>watch -d -n 20 dig www.facebook.com</code>. Then, the moment that gmail or facebook shows the error, ALT-TAB to your terminal window and watch the next update for any changes. I'm guessing that these site... | null | null | null | null | user10382 |
25174 | 1 | 25177 | 2011-02-07T16:42:16.470 | 2 | 10573 | <p>the following lines append the content of essay_i.txt to the end of essay1.txt;</p>
<pre><code>touch essay1.txt
for (( i = 1 ; i <= 10 ; i++ )); do
sed '2p' essay_"${i}".txt >> essay1.txt
done
</code></pre>
<p>how should i change it so that the first line of each of essay_i.txt are not copied (i.e. only copy line 2->end) ?</p>
| 2413 | 1067 | 2011-02-07T17:12:43.370 | 2011-02-07T18:07:32.947 | How can I remove the first line of a file with sed? | [
"command-line",
"bash",
"sed"
] | 1 | 4 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T16:56:15.760",
"id": "27520",
"postId": "25174",
"score": "0",
"text": "Is it the appending you want, or the sed version? For straight shell, you could use ` tail -n +2 essay_i.txt >> essay1.txt `",
"userDisplayName": null,
"userId": "8844"
},
{
"cr... | {
"accepted": true,
"body": "<p>To suppress the first line, use <code>'1d'</code> (i.e. line 1, delete):</p>\n\n<pre><code>touch essay1.txt\nfor file in essay_*; do\n sed '1d' $file >> essay1.txt\ndone\n</code></pre>\n\n<p>the output will be</p>\n\n<pre><code>~$ cat essay1.txt \nline 2 from essay 1\nline 3 from essay 1\nline 2 from essay 2\nline 3 from essay 2\n...\n</code></pre>\n\n<p>for all of the files named <code>essay_*</code> in the current working directory.</p>\n\n<hr>\n\n<p>Instead of using <code>sed</code>, you can also use <code>tail</code> to do this job:</p>\n\n<pre><code>tail -n +2 $file >> essay1.txt\n</code></pre>\n\n<p>Where <code>+2</code> means from the second line onwards (<code>-n 2</code> would be the last two lines).</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-07T16:56:34.723",
"id": "25177",
"lastActivityDate": "2011-02-07T18:07:32.947",
"lastEditDate": "2011-02-07T18:07:32.947",
"lastEditorDisplayName": null,
"lastEditorUserId": "1067",
"ownerDisplayName": null,
"ownerUserId": "1067",
"parentId": "25174",
"postTypeId": "2",
"score": "8"
} | [
{
"accepted": true,
"body": "<p>To suppress the first line, use <code>'1d'</code> (i.e. line 1, delete):</p>\n\n<pre><code>touch essay1.txt\nfor file in essay_*; do\n sed '1d' $file >> essay1.txt\ndone\n</code></pre>\n\n<p>the output will be</p>\n\n<pre><code>~$ cat essay1.txt \nline 2 from essay 1\n... | null | null | null | null | null |
25175 | 1 | 25184 | 2011-02-07T16:51:21.500 | 7 | 1002 | <p>I want to use UbuntuOne in my own Python application. I want to access contacts and maybe store other data. But I could not find any documentation or (Python) examples. How can I use this?</p>
| 4871 | 9781 | 2011-10-10T16:30:06.510 | 2012-10-05T15:25:45.840 | How can I access UbuntuOne contacts and notes with Python? | [
"ubuntu-one",
"python",
"development",
"application-development"
] | 2 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>There are a number of different ways of working with your Ubuntu One data, you'll be pleased to hear.</p>\n\n<p><strong>If your Python application is running on Ubuntu</strong></p>\n\n<p>Your contacts data is stored in Ubuntu One, and is also synced to your desktop. Contacts data is available in the <em>desktopcouch</em> storage system. You can find out more about desktopcouch <a href=\"http://freedesktop.org/wiki/Specifications/desktopcouch/Documentation\">in the documentation</a>. There will be more information available over the next few months as part of the Ubuntu One app developer programme.</p>\n\n<p>A short summary: desktopcouch is your own personal CouchDB, running on your Ubuntu desktop, and your contacts are stored in it. So you can use the desktopcouch.records library to get access to your contacts:</p>\n\n<pre><code>from desktopcouch.records.server import CouchDatabase\nCONTACT_RECORD_TYPE = 'http://www.freedesktop.org/wiki/Specifications/desktopcouch/contact'\ndb=CouchDatabase('contacts')\ncontact_names = []\nfor row in db.get_records(record_type=CONTACT_RECORD_TYPE):\n first_name = row.value.get('first_name', '')\n last_name = row.value.get('last_name', '')\n contact_names.append('%s %s' % (first_name, last_name))\nprint contact_names\n</code></pre>\n\n<p>There are more examples of how to work with desktopcouch data in the <a href=\"http://freedesktop.org/wiki/Specifications/desktopcouch/Documentation\">desktopcouch documentation page</a>. The data format for contacts is <a href=\"http://freedesktop.org/wiki/Specifications/desktopcouch/contact\">defined here</a>.</p>\n\n<p>You can create any other databases that you like in desktopcouch; simply do</p>\n\n<pre><code>db = CouchDatabase(\"my_new_db\", create=True)\n</code></pre>\n\n<p>and then work with that database; your new database will be synchronised to your personal cloud and to all your machines, and you can store whatever data in it you want.</p>\n\n<p><strong>If your Python application is not running on Ubuntu, or you want to access the data at Ubuntu One directly</strong></p>\n\n<p>Your data is stored in your own personal CouchDB in the cloud at Ubuntu One as well as in desktopcouch on your Ubuntu desktop. You can access it directly in your personal cloud if you choose. You'll need to be familiar with OAuth for this. First, obtain an OAuth token for Ubuntu One; you can do this from an Ubuntu desktop by looking in the keyring. Next, OAuth sign a request to <a href=\"https://one.ubuntu.com/api/account/\">https://one.ubuntu.com/api/account/</a> which will return some JSON, including your \"couchdb_root\", which will look like <a href=\"https://couchdb.one.ubuntu.com/u/abc/efg/12345\">https://couchdb.one.ubuntu.com/u/abc/efg/12345</a>. </p>\n\n<p>Your personal cloud contacts database is then available at <a href=\"https://couchdb.one.ubuntu.com/u%2Fabc%2Fefg%2F12345%2Fcontacts\">https://couchdb.one.ubuntu.com/u%2Fabc%2Fefg%2F12345%2Fcontacts</a> (it's your couchdb_root with \"contacts\" on the end, and the / escaped to %2F). You can then work with this as with any CouchDB by OAuth-signing your curl requests to it. <a href=\"http://guide.couchdb.org/editions/1/en/index.html\">The CouchDB guide</a> explains how to work with CouchDB over HTTP.</p>\n\n<p>Working with notes is a little more complicated: the primary store for notes is the Tomboy application. Tomboy will sync your notes to Ubuntu One, and they are available in your personal cloud CouchDB (a database called \"notes\"), and that \"notes\" DB is also synced into desktopcouch. However, if your application is running on the Ubuntu desktop, I'd recommend that you use Tomboy's comprehensive D-Bus API to work with your notes directly at the source, rather than editing the desktopcouch copies and waiting for those changes to be synced up to Ubuntu One and then down to Tomboy again! <a href=\"http://arstechnica.com/open-source/news/2007/09/using-the-tomboy-d-bus-interface.ars\">This Ars Technica article</a> explains some of how to do that, and the Tomboy team are lovely people who will be eager to help.</p>\n\n<p>We (Ubuntu One) are building up an application developer programme to make it even easier to answer this sort of question and provide guidance and documentation; I'd love to hear what you're planning to do and how I can make it easier for you, so do please drop me a line (stuart.langridge @ canonical.com, or <a href=\"http://kryogenix.org/contact\">http://kryogenix.org/contact</a>) if I can help, or post more questions to askubuntu!</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2012-06-08T12:39:13.807",
"id": "178909",
"postId": "25184",
"score": "1",
"text": "is this answer still valid? I thought that desktop couch is no longer used in 12.04?",
"userDisplayName": null,
"userId": "9953"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-07T18:25:45.913",
"id": "25184",
"lastActivityDate": "2011-02-07T19:15:21.323",
"lastEditDate": "2011-02-07T19:15:21.323",
"lastEditorDisplayName": null,
"lastEditorUserId": "235",
"ownerDisplayName": null,
"ownerUserId": "2387",
"parentId": "25175",
"postTypeId": "2",
"score": "12"
} | [
{
"accepted": true,
"body": "<p>There are a number of different ways of working with your Ubuntu One data, you'll be pleased to hear.</p>\n\n<p><strong>If your Python application is running on Ubuntu</strong></p>\n\n<p>Your contacts data is stored in Ubuntu One, and is also synced to your desktop. Contacts ... | null | null | null | null | null |
25176 | 1 | 25179 | 2011-02-07T16:56:18.017 | 30 | 39207 | <p>I recently ran <code>chkrootkit</code> and got the following line:</p>
<pre><code>Searching for Suckit rootkit... Warning: /sbin/init INFECTED
</code></pre>
<p>What does this mean exactly? I heard this was a false positive, what is exactly happening.</p>
<p>Please and thank you.</p>
| 333 | 333 | 2011-02-07T18:46:25.347 | 2016-06-14T10:56:55.920 | chkrootkit says /sbin/init is infected, what does that mean? | [
"10.04",
"security",
"rootkit"
] | 2 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>It's likely this is a false positive since there's a bug in chkrootkit (supposedly fixed in a later version 0.50-3ubuntu1). Apparently chkrootkit doesn't perform a rigorous enough check.</p>\n\n<p>See:\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/454566\" rel=\"noreferrer\">https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/454566</a></p>\n\n<p>Additionally you could try rkhunter which is similar to chkrootkit.</p>\n\n<p>Some more information:\nFortunately, running <strong>file `which chkrootkit`</strong> shows us that chkrootkit is just a shell script so we can inspect it directly.</p>\n\n<pre><code>Searching for Suckit in the file /usr/sbin/chkrootkit we find:\n ### Suckit\n if [ -f ${ROOTDIR}sbin/init ]; then\n if [ \"${QUIET}\" != \"t\" ];then printn \"Searching for Suckit rootkit... \"; fi\n if [ ${SYSTEM} != \"HP-UX\" ] && ( ${strings} ${ROOTDIR}sbin/init | ${egrep} HOME || \\\n cat ${ROOTDIR}/proc/1/maps | ${egrep} \"init.\" ) >/dev/null 2>&1\n then\n echo \"Warning: ${ROOTDIR}sbin/init INFECTED\"\n else\n if [ -d ${ROOTDIR}/dev/.golf ]; then\n echo \"Warning: Suspect directory ${ROOTDIR}dev/.golf\"\n else\n if [ \"${QUIET}\" != \"t\" ]; then echo \"nothing found\"; fi\n fi\n fi\n fi\n</code></pre>\n\n<p>The key line is:</p>\n\n<pre><code>cat ${ROOTDIR}/proc/1/maps | ${egrep} \"init.\"\n</code></pre>\n\n<p>Since recent versions of Ubuntu, running that command does produce some output (need to run as root or sudo) :</p>\n\n<pre><code># sudo cat /proc/1/maps | egrep \"init.\"\nb78c2000-b78db000 r-xp 00000000 08:02 271571 /sbin/init (deleted)\nb78db000-b78dc000 r--p 00019000 08:02 271571 /sbin/init (deleted)\nb78dc000-b78dd000 rw-p 0001a000 08:02 271571 /sbin/init (deleted)\n</code></pre>\n\n<p>However, this is not an infection by a rootkit. I have also looked at the rkhunter code, and the checks are far more rigorous (testing for all sorts of additional files installed by the rootkit).</p>\n\n<p>I have changed lines 1003,1004 in chkrootkit file not to check perform the check of /proc/1/maps (remember to take a copy first) </p>\n\n<pre><code>if [ ${SYSTEM} != \"HP-UX\" ] && ( ${strings} ${ROOTDIR}sbin/init | ${egrep} HOME ) \\\n >/dev/null 2>&1\n</code></pre>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2014-06-10T02:23:54.297",
"id": "640015",
"postId": "25179",
"score": "4",
"text": "This applies to V0.49 as installed by apt-get. It looks like chkrootkit 0.50 (available from http://www.chkrootkit.org/ directly) fixes this false positive.",
"userDisplayName": null,
"userId": "292089"
},
{
"creationDate": "2015-03-01T16:17:37.480",
"id": "822319",
"postId": "25179",
"score": "0",
"text": "if you want to know which version come with your ubuntu have a look at: http://packages.ubuntu.com/search?keywords=chkrootkit",
"userDisplayName": null,
"userId": "22343"
},
{
"creationDate": "2016-03-26T01:26:21.260",
"id": "1118610",
"postId": "25179",
"score": "0",
"text": "Because this came up in search when I was troubleshooting, I wanted to mention that there is another discussion with additional information here: https://askubuntu.com/questions/597432/do-i-have-a-rootkit-suckit-detected-in-sbin-init-chkutmp-errors/",
"userDisplayName": null,
"userId": "56902"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-07T16:59:43.010",
"id": "25179",
"lastActivityDate": "2016-06-14T10:56:55.920",
"lastEditDate": "2016-06-14T10:56:55.920",
"lastEditorDisplayName": null,
"lastEditorUserId": "1960",
"ownerDisplayName": null,
"ownerUserId": "1960",
"parentId": "25176",
"postTypeId": "2",
"score": "35"
} | [
{
"accepted": true,
"body": "<p>It's likely this is a false positive since there's a bug in chkrootkit (supposedly fixed in a later version 0.50-3ubuntu1). Apparently chkrootkit doesn't perform a rigorous enough check.</p>\n\n<p>See:\n<a href=\"https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/45456... | null | null | null | null | null |
25181 | 1 | 25182 | 2011-02-07T17:17:46.780 | 6 | 368 | <p>I'm running a fairly new install of 10.04 using a happy hacker keyboard because I'm an emacs user. I've already turned off most of the bindings in <strong>Preferences > Keyboard Shortcuts</strong> and modified the layout options there to set <strong>Meta is mapped to Win keys</strong>. Everything is working well except some program is stealing <kbd>meta</kbd>-<kbd>n</kbd> and <kbd>meta</kbd>-<kbd>m</kbd>. This seems to cause a sort of inverse video effect in both cases, with <kbd>meta</kbd>-<kbd>n</kbd> affecting only the current window and <kbd>meta</kbd>-<kbd>m</kbd> affecting the entire desktop, so I suspect that this is the window manager but I can't figure out where this might be configured so I can change it. Anybody got any ideas?</p>
| 10385 | 208574 | 2017-03-14T17:38:19.273 | 2017-03-14T17:38:19.273 | Which program is stealing my keyboard events? | [
"keyboard",
"shortcut-keys"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>You've discovered Compiz' colour inversion feature.</p>\n\n<p>To get rid of it, install the \n<strong><a href=\"http://packages.ubuntu.com/compizconfig-settings-manager\" rel=\"nofollow noreferrer\">Compiz Configuration Settings Manager (<code>ccsm</code>)</a> <a href=\"http://apt.ubuntu.com/p/compizconfig-settings-manager\" rel=\"nofollow noreferrer\"><img src=\"https://hostmar.co/software-large\" alt=\"Install compizconfig-settings-manager\"></a></strong>,</p>\n\n<ul>\n<li><p>Go to <strong>Negate Window Contents</strong></p></li>\n<li><p>Click on the buttons that says <kbd>Super+N</kbd> and M, for each of them</p>\n\n<ul>\n<li>Remove the check mark by <strong>Enabled</strong></li>\n</ul></li>\n</ul>\n\n<p>You can also disable the feature altogether, by removing the check mark in the side bar on the left.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-07T17:31:43.400",
"id": "27529",
"postId": "25182",
"score": "0",
"text": "For some reason, ccsm is in the wrong language for me. The description \"Negate Window Contents\" might be slightly different for you.",
"userDisplayName": null,
"userId": "1067"
},
{
"creationDate": "2011-02-07T18:39:59.247",
"id": "27537",
"postId": "25182",
"score": "1",
"text": "You have earned my undying gratitude!",
"userDisplayName": null,
"userId": "10385"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-07T17:30:20.233",
"id": "25182",
"lastActivityDate": "2017-03-14T17:37:43.637",
"lastEditDate": "2017-03-14T17:37:43.637",
"lastEditorDisplayName": null,
"lastEditorUserId": "208574",
"ownerDisplayName": null,
"ownerUserId": "1067",
"parentId": "25181",
"postTypeId": "2",
"score": "7"
} | [
{
"accepted": true,
"body": "<p>You've discovered Compiz' colour inversion feature.</p>\n\n<p>To get rid of it, install the \n<strong><a href=\"http://packages.ubuntu.com/compizconfig-settings-manager\" rel=\"nofollow noreferrer\">Compiz Configuration Settings Manager (<code>ccsm</code>)</a> <a href=\"http:... | null | null | null | null | null |
25186 | 1 | 25217 | 2011-02-07T18:34:08.083 | 1 | 4038 | <p>Ok I am in the process of backing up my film collection to a NAS and I wanted to automate this as much as possible as I have to work at the same time. I am trying to setup a daily dump of ISO's ready to be converted overnight. I would like to do this as a cron job using gnomevfs. I have been able to connect and do an ls command successfully with</p>
<p><code>gnomevfs-ls smb://user:WORKGROUP:password@media-centre/videos/</code></p>
<p>but I am having trouble setting up a mv command from a local folder to the same shared folder keep getting the <code>Usage: gnomevfs-mv <from> <to></code> quote which isn't particularly informative ;)</p>
<p>any ideas?</p>
| 6450 | 1067 | 2011-02-08T12:54:43.757 | 2011-02-08T12:54:43.757 | How to move files over samba share with gnomevfs cli | [
"command-line",
"samba",
"cron",
"gnomevfs"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>gnomevfs is deprecated, you should use gvfs instead.</p>\n\n<p>To move a file :</p>\n\n<pre><code>gvfs-mount smb://user:WORKGROUP:password@server/directory\ngvfs-move file smb://server/directory/file\n</code></pre>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-09T01:08:34.460",
"id": "27764",
"postId": "25217",
"score": "0",
"text": "is there any way to do this for multiple files of a single type eg *.txt or *.iso etc",
"userDisplayName": null,
"userId": "6450"
},
{
"creationDate": "2012-08-16T10:07:06.370",
"id": "218229",
"postId": "25217",
"score": "0",
"text": "This is not working for me. When I use the gvfs-mount line, it still prompts for Domain and Password. And then no matter what I enter, it doesn't accept it.",
"userDisplayName": null,
"userId": "1775"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T00:18:05.890",
"id": "25217",
"lastActivityDate": "2011-02-08T00:18:05.890",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "6103",
"parentId": "25186",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": true,
"body": "<p>gnomevfs is deprecated, you should use gvfs instead.</p>\n\n<p>To move a file :</p>\n\n<pre><code>gvfs-mount smb://user:WORKGROUP:password@server/directory\ngvfs-move file smb://server/directory/file\n</code></pre>\n",
"commentCount": "2",
"comments": [
{
... | null | null | null | null | null |
25187 | 1 | null | 2011-02-07T18:44:16.537 | 7 | 3626 | <p>When I use the VT (<kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>F1</KBD>),it will only display replacement characters for chinese, but from the alternative installation CD I can see, that it's actually possible to display chinese in the VT. How to enable this?</p>
| 1676 | 169736 | 2014-04-16T15:00:17.583 | 2014-04-16T15:00:17.583 | How to make the VT display chinese characters? | [
"tty"
] | 2 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-12T01:36:01.393",
"id": "28409",
"postId": "25187",
"score": "0",
"text": "I booted into a chinese livecd. I hit ctl-alt-f1 to get to the console, and found it **did not display chinese characters**. I'm using a 10.10 ubuntu desktop iso. I had to install and run fbiter... | null | [
{
"accepted": null,
"body": "<p>I booted the 10.10 32-bit Ubuntu livecd, and chose what I'm pretty sure is simplified chinese (second to last option on the language menu). After it booted into the trial environment, I hit <kbd>ctl</kbd>-<kbd>alt</kbd>-<kbd>f1</kbd>, typed <code>ls</code>, and was rewarded w... | null | null | null | null | null |
25189 | 1 | 25192 | 2011-02-07T19:00:06.687 | 25 | 65234 | <p>Is it possible to remotely (via ssh) make a login to GDM?
I'll explain a situation in which I'd need this:
I'm on my laptop and connect to my desktop via ssh. I realize there are some updates available. I install them all, but I need to reboot the computer. The problem is that once the desktop has rebooted, there will be no GDM session available, since it's necessary to log in. Can I somehow perform the GDM login remotely from my laptop?</p>
<p>Edit: I can't find FreeNX for Maverick, and I haven't been able to configure x11vnc + vncviewer to work. Isn't there an <em>easy way?</em></p>
| 8851 | 3940 | 2012-04-14T18:55:27.107 | 2020-02-16T14:45:03.637 | Remote login with graphical display manager (GDM, LightDM) | [
"ssh",
"gdm",
"lightdm",
"login-screen"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<h2>Install <a href=\"https://packages.ubuntu.com/search?keywords=x11vnc\" rel=\"noreferrer\">x11vnc</a> on the remote</h2>\n<p>We assume a working <a href=\"https://help.ubuntu.com/community/SSH\" rel=\"noreferrer\">ssh</a> setup has already been done.</p>\n<pre><code>user@remote: sudo apt-get install x11vnc\n</code></pre>\n<hr />\n<h3>Remote login with GDM</h3>\n<p>We assume that a successful <a href=\"https://help.ubuntu.com/community/VNC\" rel=\"noreferrer\">vnc</a> setup has already been done.</p>\n<pre><code>user@remote:~$ sudo x11vnc <options>\n</code></pre>\n<p>x11vnc will use our predefinded VNC settings and passwords. For further options see the <a href=\"http://manpages.ubuntu.com/manpages/x11vnc\" rel=\"noreferrer\">manpage</a> and this nice and elaborate <a href=\"http://www.karlrunge.com/x11vnc/\" rel=\"noreferrer\">tutorial</a>.</p>\n<h3>Remote login with Light DM</h3>\n<p>To access the Light DM login screen we need to submit the Xauhority file for Light DM</p>\n<pre><code>ssh user@remote\nuser@remote: sudo su\nroot@remote: x11vnc -auth /var/lib/lightdm/.Xauthority -display :0\n</code></pre>\n<hr />\n<h2>View the remote screen</h2>\n<p>On the client side launch the vncviewer (e.g. from <a href=\"https://packages.ubuntu.com/search?keywords=xtightvnc\" rel=\"noreferrer\">xtightvncviewer</a> as follows:</p>\n<pre><code>vncviewer -via user@remote localhost:0\n</code></pre>\n<p>By <code>localhost:0</code> we display screen <code>0</code> on the localhost. The option <code>-via</code> is for using ssh.</p>\n<p>After typing in the password for the remote login we can proceed with the graphical login.</p>\n",
"commentCount": "12",
"comments": [
{
"creationDate": "2011-02-07T20:32:51.430",
"id": "27552",
"postId": "25192",
"score": "0",
"text": "Exactly what should I do in the remote machine, and what in the local machine... Additionaly... would that run over shh (encrypted and such)?",
"userDisplayName": null,
"userId": "8851"
},
{
"creationDate": "2011-02-08T15:31:09.927",
"id": "27647",
"postId": "25192",
"score": "0",
"text": "I'll have to install and configure vnc first... So it'll take some time to test both x11vnc and FreeNX (lil time to test... kids, also :) )",
"userDisplayName": null,
"userId": "8851"
},
{
"creationDate": "2011-02-15T20:02:53.713",
"id": "29174",
"postId": "25192",
"score": "0",
"text": "When I issue x11vnc command on the remote machine, I get a dramatic warning about not having set a password and about everyone being able to see my desktop.... How do I set a password? Do I really have to set up one?",
"userDisplayName": null,
"userId": "8851"
},
{
"creationDate": "2011-02-15T20:12:46.183",
"id": "29176",
"postId": "25192",
"score": "0",
"text": "Oh, and actually sudo x11vnc fails to start... says it can't find display",
"userDisplayName": null,
"userId": "8851"
},
{
"creationDate": "2011-02-15T21:26:32.050",
"id": "29186",
"postId": "25192",
"score": "0",
"text": "What do you mean? I installed x11vnc on the remote machine, and xnc4viewer on the local one. I have an additional problem with the vncviewer command: I'm not using public keys, but password instead, and my ssh server does not run on port 22 (default).",
"userDisplayName": null,
"userId": "8851"
},
{
"creationDate": "2011-02-16T00:14:30.120",
"id": "29209",
"postId": "25192",
"score": "0",
"text": "I reinstalled and it worked (?).... Some misconfiguration. I need to check wether it's running over ssh right now (I don't really think so, at least the way you have told me to start both server and client sides). So I need to redirect ports on ssh'ing or something. I'll check and post the solution I found (if any) here as a comment. Anyway, you pointed the way to go, so the accepted answer is yours.",
"userDisplayName": null,
"userId": "8851"
},
{
"creationDate": "2011-02-16T00:20:22.767",
"id": "29210",
"postId": "25192",
"score": "0",
"text": "Oh, a first comment would be (I'd suggest you add it to your answer) is that I had to issue x11vnc -auth guess -display :0 as root when I wasn't logged into GDM on the remote machine.",
"userDisplayName": null,
"userId": "8851"
},
{
"creationDate": "2011-02-16T07:29:05.743",
"id": "29238",
"postId": "25192",
"score": "0",
"text": "@luri: I do hope yout got it running finally - thx for accepting :). Config options are very system dependent, I therefore edited my answer for references to options but need to keep it rather general for others (too many options depend on individual system settings). I'll delete my previous comments to reduce clutter ;)",
"userDisplayName": null,
"userId": "3940"
},
{
"creationDate": "2011-02-16T13:10:02.473",
"id": "29295",
"postId": "25192",
"score": "0",
"text": "You're right... a wide-range answer can be better. Yep, I got it running. Quite a lot of mess with ports and such. I used vncviewer from xvnc4viewer package, and SSVNC (which I liked most, because even though it is a bit more difficult to configure, it makes the SSH tunneling and VNC viewing on a single shot).",
"userDisplayName": null,
"userId": "8851"
},
{
"creationDate": "2015-09-26T21:20:48.353",
"id": "984548",
"postId": "25192",
"score": "0",
"text": "The x11vnc package with remote access using tightvnc just worked perfectly for me on Ubuntu 15.04. The vino for the user desktop was on port 5901 instead of 5900. The unsecured X11 connection shut down when I logged out. perfect.",
"userDisplayName": null,
"userId": "106250"
},
{
"creationDate": "2021-01-16T22:53:51.327",
"id": "2226316",
"postId": "25192",
"score": "0",
"text": "This does not work with Wayland which Ubuntu seems to have switched over to recently.",
"userDisplayName": null,
"userId": "606758"
},
{
"creationDate": "2021-01-17T10:50:17.463",
"id": "2226506",
"postId": "25192",
"score": "0",
"text": "@b_laoshi: yeah - you need to run Xserver for X applications to work. See https://askubuntu.com/questions/961304/how-do-you-switch-from-wayland-back-to-xorg-in-ubuntu-17-10 and possibly also relevant: https://askubuntu.com/questions/1286646/xorg-applications-not-working-on-wayland-after-update-to-ubuntu-20-10",
"userDisplayName": null,
"userId": "3940"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2011-02-07T19:30:08.817",
"id": "25192",
"lastActivityDate": "2020-02-16T14:45:03.637",
"lastEditDate": "2020-06-12T14:37:07.210",
"lastEditorDisplayName": null,
"lastEditorUserId": "-1",
"ownerDisplayName": null,
"ownerUserId": "3940",
"parentId": "25189",
"postTypeId": "2",
"score": "26"
} | [
{
"accepted": true,
"body": "<h2>Install <a href=\"https://packages.ubuntu.com/search?keywords=x11vnc\" rel=\"noreferrer\">x11vnc</a> on the remote</h2>\n<p>We assume a working <a href=\"https://help.ubuntu.com/community/SSH\" rel=\"noreferrer\">ssh</a> setup has already been done.</p>\n<pre><code>user@remo... | null | null | null | null | null |
25190 | 1 | 25505 | 2011-02-07T19:12:20.717 | 3 | 566 | <p>I have a user called <code>netlogon</code>, which must have been automatically created by some application or by... someone(?). Is it necessary or can I just delete it?</p>
| 8851 | 8851 | 2011-02-07T20:39:12.843 | 2011-02-09T18:21:19.643 | Is 'netlogon' user needed? | [
"users"
] | 1 | 2 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T16:21:26.363",
"id": "27653",
"postId": "25190",
"score": "0",
"text": "Do you really have a netlogon user ('grep netlogon /etc/passwd'), or is it that there is a directory under home, /home/netlogon?",
"userDisplayName": "user8290",
"userId": null
},
{
... | {
"accepted": true,
"body": "<p>It is a directory created to store Samba \"netlogon\" scripts, when Samba has been configured \"domain logons.\" It's safe to leave there or delete if you do not use it. No shame! We're in a constant learning process, no?</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-02-09T18:48:51.263",
"id": "27909",
"postId": "25505",
"score": "0",
"text": "...yes we are :o",
"userDisplayName": null,
"userId": "8851"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-09T18:21:19.643",
"id": "25505",
"lastActivityDate": "2011-02-09T18:21:19.643",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": "user8290",
"ownerUserId": null,
"parentId": "25190",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": true,
"body": "<p>It is a directory created to store Samba \"netlogon\" scripts, when Samba has been configured \"domain logons.\" It's safe to leave there or delete if you do not use it. No shame! We're in a constant learning process, no?</p>\n",
"commentCount": "1",
"comments": [
... | null | null | null | null | null |
25193 | 1 | null | 2011-02-07T19:30:58.050 | 2 | 2003 | <p>I'm trying to install it by doing <code>sudo apt-get install python-sexy</code> but it tells me </p>
<pre><code>This may mean that the package is missing, has been obsoleted, or is only available from another source.
</code></pre>
<p>I couldn't find any info on google so I'm wondering if this isn't that common.</p>
<p>I found something <a href="http://pkgs.org/package/python-sexy#ubuntu-10.04" rel="nofollow">here</a> but if I download it from there it won't be up to date I guess.</p>
<p>Any suggestions?</p>
| null | 2178 | 2011-02-08T07:07:55.747 | 2011-02-08T07:07:55.747 | Installing python-sexy? | [
"compiz",
"python"
] | 1 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T19:54:30.230",
"id": "27548",
"postId": "25193",
"score": "0",
"text": "Note: The python bindings for libsexy have been [removed for Maverick](https://launchpad.net/ubuntu/+source/sexy-python/+publishinghistory) as it was determined they are [no longer needed](http:... | null | [
{
"accepted": null,
"body": "<p>Unfortunately the answer would be to compile it yourself but as noted, this is not needed anymore. We only use this in ccsm to put an image inside a GtkEntry but the next release should remove that since GTK+ itself allows this now.</p>\n",
"commentCount": "0",
"comme... | null | null | null | null | user10394 |
25196 | 1 | null | 2011-02-07T20:02:00.170 | 9 | 10510 | <p>I'd like to stream the audio from Ubuntu 10.10 to my HTC Desire HD (Android 2.2).</p>
<p>I've seen solutions so far for streaming from audio players, but I'd like to stream any audio output from the PC to my phone. My use case is for watching TV/Films in VLC or online (BBC iPlayer) in bed, without having to use my surround sound system which is likely to wake up my house mates. I'm not just talking about music from Banshee, but any audio that the system makes.</p>
<p>I was thinking that PulseAudio is pretty powerful, is it possible to route audio through that to a mobile device? Can it be done through bluetooth?</p>
<p>Cheers in advance!</p>
| 2883 | 9061 | 2011-02-07T22:28:10.020 | 2017-03-23T08:41:50.267 | Stream audio to mobile device | [
"sound",
"pulseaudio",
"bluetooth"
] | 4 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T20:28:48.017",
"id": "27551",
"postId": "25196",
"score": "0",
"text": "Good idea, but consider that streaming audio through a wireless connection (e.g. Bluetooth, Wireless LAN) has a delay a bit too long to enjoy watching TV or video. You could try with pulseaudio ... | null | [
{
"accepted": null,
"body": "<p>While these may not be the options you land on, I'd like to offer you two solutions: One from the 90s (maybe late 80s) and the other from the 1870s (yeah, late nineteenth century technology):</p>\n\n<ul>\n<li><p>You could buy some wireless headphones. You can get fairly good ... | null | null | null | null | null |
25197 | 1 | null | 2011-02-07T20:34:46.090 | 0 | 1314 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/897/how-can-i-make-fonts-look-good">How can I make fonts look good?</a> </p>
</blockquote>
<p>The setting I liked until now is <em>subpixel + 0 hinting</em>.</p>
<p>Any better idead?</p>
| null | -1 | 2017-04-13T12:24:29.360 | 2011-03-10T04:32:31.083 | How to get accurate and clear font display? | [
"fonts",
"font-rendering"
] | 1 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T00:46:41.647",
"id": "27586",
"postId": "25197",
"score": "0",
"text": "See also: http://askubuntu.com/questions/897/how-can-i-make-fonts-look-good",
"userDisplayName": null,
"userId": "332"
}
] | null | [
{
"accepted": null,
"body": "<p>This works for me... But your display may differ.</p>\n\n<p><img src=\"https://i.stack.imgur.com/uAweh.png\" alt=\"\"></p>\n\n<p>If you're still having issues, check you're using the native display resolution. If you don't, it'll be stretching the fonts out.</p>\n",
"comm... | null | null | 2011-03-10T07:10:33.663 | null | user2986 |
25200 | 1 | null | 2011-02-07T21:08:33.837 | 4 | 3219 | <p>I’ve started using <a href="http://rsnapshot.org/" rel="nofollow">rsnapshot</a> as my backup system for my home PC. I really like the idea of hard links and how they are handled. But I can’t find the best workflow. Currently I keep my snapshots on the same partition and will copy the newest snapshot to a pen-drive at the end of the week.</p>
<p>Cloud storage is what I’m looking for. Dropbox doesn’t fit my needs, because there is no way to make Dropbox respect hard links — all snapshots are treated as full snapshots.</p>
<p>Renting a server is pretty expensive, so my question is, are there better alternatives for backup in the cloud? I would like to benefit from hard links and send only incremental backups, just like I do with my local host.</p>
| null | 8844 | 2011-03-10T04:55:03.733 | 2014-05-01T18:12:34.710 | Cloud storage that works with rsnapshot? | [
"backup",
"cloud",
"rsnapshot"
] | 3 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>Symlinking inside cloud storage is just going to create a copy, not a link, so you're only going to benefit from rsnapshot if you tar the target directory before uploading it.</p>\n\n<p>I admit, I haven't tried this before. You'd have to tar the file in a way that tar's the ... | null | null | null | null | user10397 |
25203 | 1 | null | 2011-02-07T21:35:38.213 | 2 | 929 | <p>I think it's broken because it starts working in the same way when i install their drivers in windows. It's an acer travelmate 6492.</p>
<p>I want to disable it because i think that is broken, however i'm going to write what happens and if someone knows what could be wrong if it's not physically broken, can tell me how to solve it.</p>
<p>Well, the main problem is that is scrolling all down every time so i can't do almost anything. </p>
<p>I've tried to remove xserver-xorg-input-synaptics but it got worse and it was every time pressing enter or something like that so it was very annoying. </p>
<p>Then when i could repair it, i tried with gpointing-device-settings and gsynaptics, but it continued doing the same even with i disabled it from there.</p>
<p>The only thing that seems to have a positive effect is to use x(whatever) option instead of gnome when login in and disabling it with xinput. However, it only lasted some minutes before it started working and i had to disable it again.</p>
<p>Any idea about how can i disable or fix it?</p>
<p>Thanks in advance.</p>
| null | 235 | 2011-02-07T21:48:42.970 | 2011-03-10T01:43:42.053 | How to disable a touchpad on an Acer Travelmate 6492? | [
"10.04",
"touchpad",
"acer"
] | 2 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>You could use Jupiter power management applet until you find a solution to the problem. You can get it from the webupd8 blogs personal ppa. It has the ability to disable your touchpad. Or there is the touchpad-indicator by Lorenzo Carbonell you need to add his ppa to install.... | null | null | null | null | user10399 |
25205 | 1 | 25207 | 2011-02-07T22:15:25.197 | 3 | 549 | <p>I just want to know if there is a plan to replace Evolution with Thunderbird until 12.04</p>
| 4871 | 235 | 2011-02-07T22:21:08.730 | 2011-10-15T14:04:05.740 | Will Thunderbird become the default mail client in the near future? | [
"thunderbird"
] | 3 | 2 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T22:20:58.590",
"id": "27565",
"postId": "25205",
"score": "2",
"text": "Any answers to this question would be speculation.",
"userDisplayName": null,
"userId": "667"
},
{
"creationDate": "2011-02-07T22:28:27.943",
"id": "27567",
"postId": "25... | {
"accepted": true,
"body": "<p>Thunderbird is now the default email client, starting with 11.10 Oneirc Ocelot.</p>\n\n<p>This was discussed briefly at the Ubuntu Developer Summit. Here's <a href=\"https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-default-email-client\" rel=\"nofollow\">the blueprint</a> with notes and here is <a href=\"http://groups.google.com/group/thunderbird-unity/browse_thread/thread/2124ec3f14c37f99\" rel=\"nofollow\">the summary</a> from the Thunderbird Unity mailing list:</p>\n\n<blockquote>\n <p>Currently the etherpad from the\n session [0] lists these high-level\n requirements: </p>\n \n <ul>\n <li>styling improvements </li>\n <li>CD space </li>\n <li>e-d-s/calendar integration </li>\n <li>upgrade reliability (enigmail + binary extensions)</li>\n </ul>\n</blockquote>\n\n<p>This decision should be made sometime around the Alpha period of 11.10.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-05-24T13:42:06.787",
"id": "49320",
"postId": "25207",
"score": "0",
"text": "Not to mention Ubuntu-One Support?",
"userDisplayName": null,
"userId": "41"
},
{
"creationDate": "2011-05-24T13:43:15.250",
"id": "49321",
"postId": "25207",
"score": "0",
"text": "There's support for that somewhere, but according to the notes and memory from the session it wasn't a hard requirement for switching.",
"userDisplayName": null,
"userId": "235"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-07T22:27:53.030",
"id": "25207",
"lastActivityDate": "2011-10-15T14:04:05.740",
"lastEditDate": "2011-10-15T14:04:05.740",
"lastEditorDisplayName": null,
"lastEditorUserId": "6005",
"ownerDisplayName": null,
"ownerUserId": "235",
"parentId": "25205",
"postTypeId": "2",
"score": "8"
} | [
{
"accepted": null,
"body": "<p>Currently there is no plan for this. If this is something you want to see you should request it on the <a href=\"http://brainstorm.ubuntu.com/\" rel=\"nofollow\">Ubuntu Brainstorm</a>. One potential brainstorm idea you might wish to advocate is <a href=\"http://brainstorm.ubu... | null | null | null | null | null |
25208 | 1 | 25219 | 2010-11-17T11:35:25.407 | 1 | 1639 | <p>I have upgraded from ubuntu 10.4 to 10.10 and the issue seems to be that when I close my lid I have set the computer to suspend. When I open my lid I get a black screen with the login but keyboard is not working. I am using a Toshiba Satellite U400, and didn't manage to find something suspicious at my log files. Any ideas? </p>
| 1177 | 65926 | 2014-12-25T17:17:54.460 | 2014-12-25T17:17:54.460 | Toshiba Satellite U400 does not resume from suspend | [
"suspend",
"toshiba-satellite"
] | 3 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2010-11-17T11:58:23.773",
"id": "27569",
"postId": "25208",
"score": "0",
"text": "Not sysadmin related. I voted [belongs-on-SU], but you may want to check out http://askubuntu.com/ also/instead.",
"userDisplayName": "jscott",
"userId": null
},
{
"creationDate"... | {
"accepted": true,
"body": "<p>I have a Toshiba U-400, <a href=\"https://askubuntu.com/questions/2235/how-to-make-hibernate-sleep-work-on-laptops-where-default-setup-isnt-working/2242#2242\">and Maco's answer here</a> is similar to Pitto's.</p>\n\n<p>In our case, it's the bluetooth module that prevents the laptop from resuming from suspend. You need to add this line to /etc/default/acpi-support.</p>\n\n<pre><code>MODULES=\"toshiba_bluetooth bluetooth btusb\"\n</code></pre>\n\n<p>That should get you running again. Despite this change, perhaps 1 in every 25 or so suspends (not resumes) will fail for me. When it fails, it cycles the CPU and fanspeed up pretty high. <strong>Do not trust this laptop to suspend correctly</strong>. It suspends very quickly, so when you close the lid, keep your eye on it for the 3 or 4 seconds it takes to complete (the amber light under the trackpad should go off).</p>\n\n<p>If it doesn't, you're looking at a fire hazard!</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T00:34:08.527",
"id": "25219",
"lastActivityDate": "2011-02-08T00:34:08.527",
"lastEditDate": "2017-04-13T12:23:07.557",
"lastEditorDisplayName": null,
"lastEditorUserId": "-1",
"ownerDisplayName": null,
"ownerUserId": "861",
"parentId": "25208",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": null,
"body": "<p>I have the same problem and yet I couldn't test a solution I've found...\nAs soon as I get back home I'll post back results.</p>\n\n<p>\"You can try to put the name of your proprietary module (nvidia or\nfglrx (for ATI) are most likely) in the quotes in MODULE=\"\" in the\n/e... | null | null | null | null | Chris |
25211 | 1 | 25214 | 2011-02-07T23:33:18.543 | 3 | 2717 | <p>I read that using a Linux kernel (Ubuntu rt kernel) was able to increase the response time of a Java application by 4x. </p>
<p>My only problem is that I must run a program that only has a Windows installation on the same machine.</p>
<p>My question is: Will running a rt kernel through a virtual machine on the Windows box completely defeat the purpose of using the rt kernel?</p>
<p>Thanks,
Matt </p>
| 10403 | 46312 | 2012-04-09T02:21:05.297 | 2023-01-17T12:47:23.547 | Realtime kernel running as virtual machine | [
"kernel",
"windows",
"virtualization",
"realtime"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<blockquote>\n<p>Will running a rt kernel through a virtual machine on the windows box completely defeat the purpose of using the rt kernel?</p>\n</blockquote>\n<h3>Yes.</h3>\n<p>The VM itself is competing for real CPU time/priority. The RT scheduling will have no major effect.</p>\n<p>If you're desperate and you can, flip the problem: Install Ubuntu on bare metal and run Windows in VirtualBox.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-02-08T01:04:48.620",
"id": "27587",
"postId": "25214",
"score": "0",
"text": "Thanks for the answer Oli. The windows program interacts with the java program by mouse. Is WINE an viable idea for running the windows program, will the windows program in wine be able to interact by mouse with the java program running on linux?",
"userDisplayName": null,
"userId": "10403"
},
{
"creationDate": "2011-02-08T01:22:16.020",
"id": "27588",
"postId": "25214",
"score": "0",
"text": "How do you mean by interacting by mouse? The Windows program sends mouse events directly to the java app? That could cause issues with both VM and WINE ideas.",
"userDisplayName": null,
"userId": "449"
},
{
"creationDate": "2011-02-08T01:42:35.937",
"id": "27589",
"postId": "25214",
"score": "0",
"text": "Not directly, it actually moves the mouse on the screen and clicks like a user would. I'm thinking of just running some tests. What version of a linux realtime kernel would you suggest a newbie install as dual boot for now?",
"userDisplayName": null,
"userId": "10403"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T00:10:03.773",
"id": "25214",
"lastActivityDate": "2011-02-08T00:10:03.773",
"lastEditDate": "2020-06-12T14:37:07.210",
"lastEditorDisplayName": null,
"lastEditorUserId": "-1",
"ownerDisplayName": null,
"ownerUserId": "449",
"parentId": "25211",
"postTypeId": "2",
"score": "5"
} | [
{
"accepted": true,
"body": "<blockquote>\n<p>Will running a rt kernel through a virtual machine on the windows box completely defeat the purpose of using the rt kernel?</p>\n</blockquote>\n<h3>Yes.</h3>\n<p>The VM itself is competing for real CPU time/priority. The RT scheduling will have no major effect.<... | null | null | null | null | null |
25212 | 1 | 25215 | 2011-02-07T23:48:13.950 | 2 | 998 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/4109/how-do-i-increase-resize-margin-on-windows">How do I increase resize Margin on windows?</a> </p>
</blockquote>
<p>In Lucid, I never had this problem. However, with Maverick Ambiance I've noticed that the window borders are extremely hard to grab, to resize the window. Why is this? And how would I go about fixing this while still using Ambiance?</p>
| 5674 | -1 | 2017-04-13T12:23:27.200 | 2011-02-08T00:10:06.113 | Why are window borders so hard to click in Ambiance? | [
"10.10",
"gnome",
"ambiance"
] | 1 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-07T23:52:15.577",
"id": "27577",
"postId": "25212",
"score": "0",
"text": "Not exactly a dupe (it doesn't explain the why) but it has instructions on how to fix it.",
"userDisplayName": null,
"userId": "235"
},
{
"creationDate": "2011-02-08T00:06:20.860... | {
"accepted": true,
"body": "<p>This is <a href=\"https://bugs.launchpad.net/ubuntu/maverick/+source/light-themes/+bug/160311\" rel=\"nofollow\">a reasonably well documented bug</a>, introduced in Maverick (10.10), already fixed in Natty (11.04) and backported to Maverick via PPA.</p>\n\n<p>The bug description has the details you need to fix this, but in summary, you can add <a href=\"https://launchpad.net/~bratsche/+archive/gtk\" rel=\"nofollow\">this PPA</a> here to apply the fix to Maverick. NB : I haven't tested this.</p>\n\n<pre><code>sudo add-apt-repository ppa:bratsche/gtk\nsudo apt-get update\nsudo apt-get install gtk+2.0 - 2.22.0-0ubuntu2~bratsche1\n</code></pre>\n\n<p>(then remove the repository, perhaps using Synaptic, or the next update you do will get all of his additional packages)</p>\n\n<p>Or if you don't mind the aesthetic, you can simply edit /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml.</p>\n\n<p>Set the following values in frame_geometry_normal as desired:</p>\n\n<pre><code> <distance name=\"left_width\" value=\"3\"/>\n <distance name=\"right_width\" value=\"3\"/>\n <distance name=\"bottom_height\" value=\"3\"/>\n</code></pre>\n\n<p>Looks pretty ugly though!</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T00:10:06.113",
"id": "25215",
"lastActivityDate": "2011-02-08T00:10:06.113",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "861",
"parentId": "25212",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": true,
"body": "<p>This is <a href=\"https://bugs.launchpad.net/ubuntu/maverick/+source/light-themes/+bug/160311\" rel=\"nofollow\">a reasonably well documented bug</a>, introduced in Maverick (10.10), already fixed in Natty (11.04) and backported to Maverick via PPA.</p>\n\n<p>The bug descript... | null | null | 2011-02-08T14:25:52.350 | null | null |
25220 | 1 | null | 2011-02-08T01:16:41.527 | 2 | 610 | <p>When I maximize flash to full screen mode, it lags. The video renders slowly even though the sound is playing smoothly. </p>
<p>I think this might be caused by an issue I'm facing with installing the correct video driver for my computer, an "HP dv4 2154ca" . </p>
<p>I've tried to install the driver a couple of times, but the xorg.conf file is still empty no matter what.</p>
<p>So my question is, why is this file empty, and how could I generate it correctly for my device? Is this the cause of my video rendering problems in flash?</p>
<p>Thanks in advance.</p>
| 10406 | 8844 | 2011-02-14T17:44:35.843 | 2011-02-14T19:11:02.700 | Flash Video Problem -- Is this an Issue with my Intel Video Card? | [
"flash",
"intel-graphics"
] | 2 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>By default, <a href=\"https://askubuntu.com/questions/5314/where-is-etc-x11-xorg-conf\">there no longer is an xorg.conf file</a> as everything is autodetected at this point. I can't answer why fullscreen flash is having trouble, based on what I can tell your computer shouldn'... | null | null | null | null | null |
25221 | 1 | null | 2011-02-08T01:24:34.593 | 13 | 112926 | <p>To install Ubuntu alongside Windows 7, I have to shrink Windows 7 partition C:. But due to some unmovable files, I cannot shrink as much as I plan by using Windows own shrinking tool. I guess many of you who have both OSes on the same hard drive must have similar experience. How to solve this problem?</p>
<p>Any reference that can help is also appreciated!</p>
<p>Thanks and regards!</p>
<hr>
<p>UPDATE:</p>
<p>I have identified what unmovable file currently stop further shrinking:</p>
<pre><code>\ProgramData\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010015.wid::$DATA
</code></pre>
<p>If I understand correctly, the file belongs to Windows Search. Can I set up somewhere in Windows system settings to temperately eliminate the file and similar ones (because there are many similar files under the same directory which I guess will also stand in the way of shrinking and unmovable by defrag)?</p>
| 1471 | 1471 | 2011-02-08T13:05:27.060 | 2014-05-07T15:47:03.570 | How to shrink Windows partition with unmovable files in dual boot installation | [
"10.10",
"dual-boot",
"windows-7"
] | 6 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-19T16:10:12.883",
"id": "29883",
"postId": "25221",
"score": "0",
"text": "Turn off Windows Search and delete the file (and the ADS attached to it). Or use Safe Mode. The file will be created again.",
"userDisplayName": "user8290",
"userId": null
},
{
"... | null | [
{
"accepted": null,
"body": "<p>The old fashioned way before Windows finally came up with their own resize tool: gparted. Best done from the live cd.</p>\n",
"commentCount": "5",
"comments": [
{
"creationDate": "2011-02-08T07:08:56.130",
"id": "27601",
"postId": "25223... | null | null | 2014-05-10T07:48:10.923 | null | null |
25227 | 1 | null | 2011-02-08T03:46:09.240 | 4 | 586 | <p>I had a document that was synchronised by Ubuntu One. I edited it yesterday, but when I opened it today it was a month old version.</p>
<p>What can I do to recover my work?</p>
| null | 1067 | 2011-02-08T09:33:47.350 | 2011-02-08T15:47:21.000 | How to recover work lost due to an Ubuntu One sync error? | [
"ubuntu-one"
] | 1 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T04:37:23.097",
"id": "27594",
"postId": "25227",
"score": "2",
"text": "This is a complaint/support request rather than a question.",
"userDisplayName": null,
"userId": "8500"
},
{
"creationDate": "2011-02-08T08:25:39.720",
"id": "27606",
"po... | null | [
{
"accepted": null,
"body": "<p>Occasionally when you edit a document that is being synchronized by Ubuntu One the program that does the synchronization doesn't realize what's going on (that you're editing a file), and sees the new versions on the server as conflicting with the changes you have made locally... | null | null | null | null | user10411 |
25229 | 1 | 25232 | 2011-02-08T05:04:49.697 | 2 | 1095 | <p>Apparently there is a way to get an <em>Areo Snap</em> feature with the <em>Grid</em> plugin for Compiz. I've downloaded the advanced configuration files and have selected the plugin in the Compiz configuration - even re-mapped the keys because I don't have a numpad. Regardless of what I do, I can't get it to work, either by dragging the windows or using the assigned keys.</p>
<p>Is there something I need to do in addition to these things?</p>
| 10413 | 2732 | 2012-02-10T20:02:15.143 | 2012-02-10T20:02:15.143 | Configuring Compiz Grid? | [
"compiz",
"window-manager"
] | 1 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Aero snap isn't available for Compiz 0.8.6 (assuming that you've installed the current stable 10.10), so with the Grid plugin you can only use keyboard shortcuts. [Ctrl+Alt+Num]</p>\n\n<p>Please wait until Compiz 0.9 is shipped with Ubuntu 11.04 to be able to use it, normally I would say install it yourself but you're a 3 days old ubuntu user :P. </p>\n",
"commentCount": "5",
"comments": [
{
"creationDate": "2011-02-08T16:20:59.850",
"id": "27652",
"postId": "25232",
"score": "0",
"text": "I've been using Ubuntu for years and I still don't feel comfortable installing a newer Compiz.",
"userDisplayName": null,
"userId": "3256"
},
{
"creationDate": "2011-02-10T05:45:01.930",
"id": "27996",
"postId": "25232",
"score": "0",
"text": "Thank you for the information. I can't vote you up yet, but as soon as I can I will. Do you have an alternative in order to achieve the same effect?",
"userDisplayName": null,
"userId": "10413"
},
{
"creationDate": "2011-02-11T14:32:06.123",
"id": "28276",
"postId": "25232",
"score": "1",
"text": "@Firefeather it's not worth it, I tested it.",
"userDisplayName": null,
"userId": "4384"
},
{
"creationDate": "2011-02-11T14:32:36.747",
"id": "28277",
"postId": "25232",
"score": "0",
"text": "@Alec Here's a video: http://www.youtube.com/watch?v=MOAsNyRE7k4",
"userDisplayName": null,
"userId": "4384"
},
{
"creationDate": "2011-02-11T16:43:54.727",
"id": "28310",
"postId": "25232",
"score": "0",
"text": "L.: Thanks for the warning. I've been getting tempted to try it. +1",
"userDisplayName": null,
"userId": "3256"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-08T06:59:53.380",
"id": "25232",
"lastActivityDate": "2011-04-22T04:07:53.587",
"lastEditDate": "2011-04-22T04:07:53.587",
"lastEditorDisplayName": null,
"lastEditorUserId": "1992",
"ownerDisplayName": null,
"ownerUserId": "4384",
"parentId": "25229",
"postTypeId": "2",
"score": "2"
} | [
{
"accepted": true,
"body": "<p>Aero snap isn't available for Compiz 0.8.6 (assuming that you've installed the current stable 10.10), so with the Grid plugin you can only use keyboard shortcuts. [Ctrl+Alt+Num]</p>\n\n<p>Please wait until Compiz 0.9 is shipped with Ubuntu 11.04 to be able to use it, normally... | null | null | null | null | null |
25231 | 1 | null | 2011-02-08T06:36:57.057 | 7 | 4431 | <p>How can I turn on/off HFS+ journaling from Ubuntu?</p>
| 5213 | 3550 | 2011-02-08T12:45:53.180 | 2011-02-08T13:28:28.273 | How do I turn on/off HFS+ journaling? | [
"macosx",
"hfs+"
] | 1 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T12:46:28.327",
"id": "27620",
"postId": "25231",
"score": "1",
"text": "related question -> http://askubuntu.com/questions/21568/how-to-read-write-files-to-hfs-journaling-partition",
"userDisplayName": null,
"userId": "3550"
}
] | null | [
{
"accepted": null,
"body": "<p>From within Ubuntu, it gets real hairy. Not recommended. Follow <a href=\"http://ubuntuforums.org/showthread.php?t=1420673\" rel=\"nofollow\">this</a> lengthy forum topic. The hacks can be found <a href=\"http://dmunsie.wordpress.com/code/hacks/\" rel=\"nofollow\">here</a></p... | null | null | null | null | null |
25237 | 1 | 25242 | 2011-02-08T07:31:32.870 | 0 | 168 | <p>It used to work fine in another install of Maverick, I don't know why it's broken now.</p>
<p><img src="https://i.stack.imgur.com/kAcfT.png" alt="enter image description here"></p>
| 7189 | 7189 | 2011-02-08T07:55:54.470 | 2011-02-08T07:57:18.260 | How do you fix a broken/missing icon (in this case, typing break icon)? | [
"10.10",
"gnome",
"icons"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>I found <a href=\"http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg2078313.html\" rel=\"nofollow\">someone else with a similar problem</a>. What you need to do is add the indicator applet to the panel (right-click on an empty space in the panel, click Add to Panel, then look for Indicator Applet).</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T07:57:18.260",
"id": "25242",
"lastActivityDate": "2011-02-08T07:57:18.260",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "7189",
"parentId": "25237",
"postTypeId": "2",
"score": "1"
} | [
{
"accepted": true,
"body": "<p>I found <a href=\"http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg2078313.html\" rel=\"nofollow\">someone else with a similar problem</a>. What you need to do is add the indicator applet to the panel (right-click on an empty space in the panel, click Add to Panel,... | null | null | null | null | null |
25243 | 1 | 25245 | 2011-02-08T08:45:05.193 | 12 | 434 | <p>I am new to Ubuntu. In fact, I just started using Linux.</p>
<p>My question is: What is a distro? </p>
| 10419 | 64389 | 2012-09-28T08:23:34.233 | 2012-09-28T08:23:34.233 | What is a 'Distribution'? | [
"community",
"terminology"
] | 2 | 1 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-08T14:39:25.367",
"id": "27640",
"postId": "25243",
"score": "7",
"text": "Linux is Ice Cream ... Distributions are the flavours ...",
"userDisplayName": null,
"userId": "10416"
}
] | {
"accepted": true,
"body": "<p>A Linux distribution is a member of the family of Unix-like operating systems built on top of the Linux kernel. Such distributions (often called distros for short) consist of a large collection of software applications such as word processors, spreadsheets, media players, and database applications.</p>\n\n<p>Read More: <a href=\"http://en.wikipedia.org/wiki/Linux_distribution\" rel=\"nofollow\">http://en.wikipedia.org/wiki/Linux_distribution</a></p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-08T09:15:47.383",
"id": "27609",
"postId": "25245",
"score": "2",
"text": "How about distributions of Solaris or BSD? :-)",
"userDisplayName": null,
"userId": "1067"
},
{
"creationDate": "2011-02-08T14:27:49.237",
"id": "27635",
"postId": "25245",
"score": "1",
"text": "Some other distributions of Linux (that you might have heard of) include Fedora, Red Hat Enterprise Linux, Debian, and OpenSUSE.",
"userDisplayName": null,
"userId": "5674"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T09:00:28.700",
"id": "25245",
"lastActivityDate": "2011-02-08T09:00:28.700",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "4980",
"parentId": "25243",
"postTypeId": "2",
"score": "8"
} | [
{
"accepted": true,
"body": "<p>A Linux distribution is a member of the family of Unix-like operating systems built on top of the Linux kernel. Such distributions (often called distros for short) consist of a large collection of software applications such as word processors, spreadsheets, media players, and... | null | null | null | null | null |
25244 | 1 | 26577 | 2011-02-08T08:46:06.130 | 2 | 2998 | <p>Recently I've installed Ubuntu 10.10 32-bit on my Dell Inspiron i14r-2265, but it looks like brightness control is not working. I can change it "programmatically" (FN + brightness key), though actual screen brightness shows no effect.</p>
<p>I've tried <a href="https://askubuntu.com/questions/15169/dell-inspiron-n5010-brightness-issue/15170#15170">this advice</a> but it didn't work for me.</p>
<p>I actually have no idea how it works (if hardware is not responsive to software, the way I see it), so can someone suggest a solution please?</p>
<p><strong>EDIT</strong>:resolved in 11.*</p>
| 10071 | -1 | 2017-04-13T12:24:49.530 | 2011-12-31T10:28:17.570 | How to handle brightness trouble on dell inspiron i14R-2265? | [
"10.10",
"laptop",
"display",
"dell",
"brightness"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>I've got the same problem with Ubuntu 10.10 on my Gateway T-6836. The fn + brightness keys work, but the screen always stays at max brightness (or whatever brightness I set at the grub menu). In addition, <code>dmesg</code> provides the following output: \"ACPI: Failed to switch the brightness.\"</p>\n\n<p>The two quick-fixes I've found:</p>\n\n<p>1.) You should be able to adjust the screen brightness with the brightness keys at the grub menu before you load the linux kernel, although this isn't always practical.</p>\n\n<p>2.) Try installing xcalib. You can run <code>xcalib -co 60 -a</code> (where 60 can be any percent) to dim the screen and <code>xcalib -c</code> to clear the settings and restore brightness. You could also map these commands to keyboard shortcuts, essentially rigging up two new brightness keys.</p>\n\n<p>Granted, these don't address the real problem, but they were the only solutions that worked for me. Hope this helps.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-16T03:37:21.187",
"id": "26577",
"lastActivityDate": "2011-02-16T03:37:21.187",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "10926",
"parentId": "25244",
"postTypeId": "2",
"score": "2"
} | [
{
"accepted": null,
"body": "<p>I have same problem with my Dell studio laptop. What is did was i set the multimedia key first then function( key from bios.</p>\n\n<p>Means set the bios such that to increase the brightness you have to press the multi-media key and to press F<1-9> you have to press Functi... | null | null | null | null | null |
25248 | 1 | 25323 | 2011-02-08T09:40:56.033 | 5 | 459 | <p>I'm using Avant Window Navigator and don't have any gnome-panel. But, I wanna resize my workspaces from 4x1 to 2x2. But in the help and other documentation, to do this, I must right click in Workspaces applet in gnome panel. Can I do this without activating gnome panel?</p>
| 8002 | 1992 | 2011-03-12T22:56:15.443 | 2011-03-12T22:56:15.443 | Setting Workspaces in Gnome without activating gnome panel (and workspaces applet) | [
"gnome-panel",
"applet",
"workspaces"
] | 2 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>You can configure your workspaces through CompizConfig Settings Manager (ccsm)</p>\n\n<pre><code>sudo apt-get install compizconfig-settings-manager\n</code></pre>\n\n<p>It's placed in System > Preferences > CompizConfig Settings Manager.</p>\n\n<p>You will find the setting under General Options>Desktop Size.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T19:53:16.110",
"id": "25323",
"lastActivityDate": "2011-02-08T19:53:16.110",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "615",
"parentId": "25248",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": null,
"body": "<p>Don't know if indicator-workspaces will is what you are looking for you need to install i from a personal ppa.</p>\n\n<p>in terminal type</p>\n\n<p><code>sudo add-apt-repository ppa:geod/ppa-geod</code></p>\n\n<p>then</p>\n\n<p><code>sudo apt-get update && sudo apt-ge... | null | null | null | null | null |
25250 | 1 | 25272 | 2011-02-08T09:53:55.097 | 10 | 4983 | <p>I am using backuppc to backup my server. The backups are done using rsyncd. Currently, I am not using ACLs, but I am think it is good to activate it to have finer control over permissions.</p>
<p>My question: Will backing up my files using rsync preserve the defined ACLs?</p>
<p>BTW, I read an <a href="http://beginlinux.com/server_training/server-managment-topics/1038-ubuntu-804-access-control-lists">article about ACLs</a>. They are saying that ubuntu does not support ACLs with tar. Is this real/old or not? I may not have this problem if I am using rsync. Is this right?</p>
| 5927 | null | null | 2011-02-08T14:51:32.477 | Will backup using rsync preserve ACLs? | [
"10.04",
"server",
"rsync"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>As always when it comes to backing up stuff, do not fully trust answers from the net (like this one ;-)) and test it yourself before handling valuable data.</p>\n\n<p>Taking a look at <a href=\"http://packages.ubuntu.com/maverick/rsync\">http://packages.ubuntu.com/maverick/rsync</a> (and there, specifically, at [rsync_3.0.7-2ubuntu1.dsc]), we see that the maintainer writes</p>\n\n<pre><code> -- Paul Slootman <paul@debian.org> Mon, 20 Nov 2006 15:43:12 +0100\n\n rsync (2.6.9-1) unstable; urgency=low\n\n * New upstream release.\n * (from experimental version 2.6.9~pre3-1)\n Applied a mix of the patches from Martin Pitt and David H√§rdeman for\n LSBfying init script.\n closes:#375985,#385877\n * Upstream now includes the patch for replacing a dir with a symlink when\n using --delete-after.\n closes:#350522\n * Now includes the ACL patch.\n</code></pre>\n\n<p>So the package itself supports ACLs since 2006.</p>\n\n<p>As for your second question: I don't know about tar, but as long as you <em>only</em> rsync your files somewhere else, you should not be affected by any possible problems with tar. rsync does not use tar during transfers.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-02-08T15:03:37.903",
"id": "27643",
"postId": "25272",
"score": "0",
"text": "Very good answer.",
"userDisplayName": null,
"userId": "4923"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T14:51:32.477",
"id": "25272",
"lastActivityDate": "2011-02-08T14:51:32.477",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "9417",
"parentId": "25250",
"postTypeId": "2",
"score": "7"
} | [
{
"accepted": true,
"body": "<p>As always when it comes to backing up stuff, do not fully trust answers from the net (like this one ;-)) and test it yourself before handling valuable data.</p>\n\n<p>Taking a look at <a href=\"http://packages.ubuntu.com/maverick/rsync\">http://packages.ubuntu.com/maverick/rs... | null | null | null | null | null |
25251 | 1 | null | 2011-02-08T10:00:05.453 | 1 | 4038 | <p>I am trying to setup DWM in Ubuntu 10.10. The package is successfully built - and now I am trying to get it up and running. I created the dwm.desktop file with the proper text and the path to the dwm exec is correct. On login screen, I can see dwm as a alternate session : but if I select it, still gnome starts. </p>
<p>I even tried another window manager (fluxbox) - same problem. I can see and select it in the login screen, but gnome starts up.</p>
<p>Trying <code>gconftool-2 -s /desktop/gnome/session/required_components/windowmanager dwm --type string</code> also does nothing. Killing the windows manager just restarts it - even if I chvt first. Also, don't see the xinit daemon running.</p>
<p>Any ideas ? This setup was trivial in Debian, and older versions of Ubuntu. What changed ? I am guessing gnome integration is to blame - but am clueless as of now.</p>
| null | 235 | 2011-02-08T14:11:01.840 | 2011-02-09T19:26:03.157 | How do I select DWM or fluxbox to start on login? | [
"10.10",
"fluxbox"
] | 1 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-09T19:11:48.173",
"id": "27919",
"postId": "25251",
"score": "0",
"text": "When you installed fluxbox, was that done natively (via apt-get or software center)? I am able to select flux/blackbox from the GDM login without problems on those.",
"userDisplayName": nu... | null | [
{
"accepted": null,
"body": "<p>You shouldn't have to mess with gconftool if there haven't been customizations to your system. You should be able to use\n<code>sudo apt-get install dwm</code> or <code>sudo apt-get install fluxbox</code> </p>\n\n<p>A that point, you should have a new entry appear in xses... | null | null | null | null | user10422 |
25252 | 1 | null | 2011-02-08T10:03:53.317 | 0 | 312 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/25480/grub-pc-installing-error">Grub-pc installing error</a> </p>
</blockquote>
<p>Trying to fix my apt-get upgrade, it always stopped at setting up grub-pc... I read somewhere that I should purge remove my grub2 and then reinstall it.</p>
<p>I did that and after lots of paying around i was able to remove it(wasn't such a smart move). Now i can't get it to install again.</p>
<p>I am trying <code>sudo apt-get install grub-pc</code>
and it just stops at <code>"Setting up grub-pc.."</code> and does nothing and because of this it isn't allowing me to do any kind of upgrade or install.. It asks me to <code>sudo dpkg --configure -a</code>
which again stops at setting up grub-pc</p>
<p>I think I need help and real soon. Thanks, I really appreciate any inputs here to get my system in place before the next reboot.</p>
| 10421 | -1 | 2017-04-13T12:24:29.360 | 2011-06-10T00:59:46.700 | Grub-pc installing error | [
"apt",
"grub2",
"dpkg"
] | 0 | 0 | CC BY-SA 2.5 | [] | null | [] | null | 0 | 2012-06-26T20:37:30.457 | null | null |
25254 | 1 | 26155 | 2011-02-08T10:07:05.353 | 0 | 880 | <p>hi
i have internet working but the network manager applet in the Ubuntu 10.10 says that it is disabled and i am not able to enable it
however i have previously forced the ip address which i am still getting in ifconfig</p>
<p>but in wired section of network connections there is no such interface as eth0
where can i see these settings and how can i enable the network manager applet in the title bar
thanks in advance</p>
| 9051 | 7035 | 2011-06-07T02:45:22.293 | 2011-06-07T02:45:22.293 | Networking disabled | [
"10.10",
"network-manager"
] | 2 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>he means <code>sudo /etc/init.d/networking force-reset</code></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-13T16:20:08.860",
"id": "26155",
"lastActivityDate": "2011-02-13T17:26:58.773",
"lastEditDate": "2011-02-13T17:26:58.773",
"lastEditorDisplayName": null,
"lastEditorUserId": "41",
"ownerDisplayName": "user10766",
"ownerUserId": null,
"parentId": "25254",
"postTypeId": "2",
"score": "0"
} | [
{
"accepted": null,
"body": "<p>try <code>/etc/init.d/networking start</code></p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-02-10T04:42:22.287",
"id": "27992",
"postId": "25280",
"score": "0",
"text": "i tried this but its still disa... | null | 0 | null | null | null |
25256 | 1 | null | 2011-02-08T10:41:26.710 | 2 | 3562 | <p>I installed Ubuntu (netbook and desktop) + uTouch on my brand new Dell inspiron duo (hybrid netbook/tablet). But uTouch doenot seem to work on my Dell? Can anyone help on how to get it work? Thx in advance</p>
<p>Rolf</p>
| null | 449 | 2011-02-08T13:23:00.757 | 2011-02-09T16:15:10.033 | Will uTouch work on a Dell inspiron duo? | [
"multi-touch"
] | 1 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>Multi-touch is not working on the Duo now hopefully it will in 11.04. This is the guide to set up the duo for general touch screen. <a href=\"http://ubuntuforums.org/showthread.php?t=1658635\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1658635</a></p>\n",
"... | null | null | null | null | user10426 |
25258 | 1 | null | 2011-02-08T11:08:01.640 | 2 | 941 | <p>My processor is not detected intel core 2 duo</p>
<p>When I type </p>
<blockquote>
<p>$uname -m -p</p>
</blockquote>
<p>I get this </p>
<blockquote>
<p>i686 unknown</p>
</blockquote>
<p>I have Ubuntu 10.10 netbook remix</p>
<p>but the cat /proc/cpuinfo gives right identification of two processors as below </p>
<pre><code>processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz
stepping : 6
cpu MHz : 1826.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow
bogomips : 3657.99
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz
stepping : 6
cpu MHz : 1826.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow
bogomips : 3657.53
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
</code></pre>
<p>The problem is with programs that uses more than one core like virtualbox and bitcoin which refuses to use more than one core </p>
<p>Is there anythign wrong or anything that I can do?</p>
<p>My installation is from a live usb iso on a USB</p>
| null | 1067 | 2011-02-08T11:58:18.740 | 2011-02-09T01:59:19.643 | My processor is not detected intel core 2 duo | [
"10.10",
"intel",
"multi-core"
] | 2 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>As fas as I know everything is perfectly OK in your system. I have tried a couple of systems (my U2300 laptop, a Core2 server and a Pentium 4 server) and uname returns unknown in all, but all correctly identified in /proc/cpuinfo and all use full cores.</p>\n\n<p>If you want ... | null | null | null | null | user10428 |
25260 | 1 | null | 2011-02-08T11:38:22.263 | 3 | 4040 | <p>I recently installed Ubuntu and set up Evolution E-Mail. Although I can receive incoming email perfectly, I can't send any messages. These just go to the Evolution Outbox and stay there.</p>
<p>I am using several E-Mail addresses: Hotmail, Gmail, Yahoo and Sky. Gmail and Sky now work, (i.e., E-Mail can be received AND sent) but hotmail (my primary E-Mail address) and Yahoo will only receive.</p>
<p>What could I have misconfigured when setting the system up?</p>
| 8230 | 8844 | 2011-09-16T17:30:57.963 | 2013-10-14T18:10:13.103 | Evolution cannot send mail from Yahoo or Hotmail | [
"10.10",
"evolution",
"email"
] | 5 | 5 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-08T12:29:09.323",
"id": "27618",
"postId": "25260",
"score": "0",
"text": "What type of email account? gmail, yahoo, ISP and pop or imap we would need this information to help effectively.",
"userDisplayName": null,
"userId": "6450"
},
{
"creationDate":... | null | [
{
"accepted": null,
"body": "<p>This may be the configuration of the SMTP server. Some SMTP servers will require an authentication, which usually is your username/password used for POP. Also, the SMTP server to use is the one from your internet provider, not necessarily the one from your email provider (if ... | null | null | null | null | null |
25263 | 1 | null | 2011-02-08T12:43:12.517 | 1 | 212 | <p>I want to make use UbuntuOne to sync my data. I saw that Gwibber can use DesktopCouch to sync accounts, messages and preferences, but Gwibber stores all data in a SQLite file. The databases in my CouchDB are empty. </p>
<p>How can I start Gwibber to make use of CouchDB?</p>
| 4871 | 667 | 2011-02-08T17:30:47.983 | 2011-02-08T17:30:47.983 | How can I make Gwibber use Desktop Couch? | [
"10.10",
"ubuntu-one",
"sync",
"gwibber",
"desktopcouch"
] | 1 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>Gwibber no longer uses couchdb as it's backend. It is no longer possible to make it sync across computers.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-02-08T14:32:20.177",
"id": "27638",
"postId": "25267",
"... | null | null | null | null | null |
25265 | 1 | 25432 | 2011-02-08T13:31:55.040 | 3 | 829 | <p>I found the install-tl script, but it installs texlive into <code>/usr/local</code>. Can I trick it into installing it <strong>on top</strong> the current texlive 2009 installation?</p>
<p>PS. Does anyone think it si worth the trouble?</p>
| 10440 | 1067 | 2011-02-08T13:48:34.270 | 2011-02-09T13:04:30.533 | How should I install TeX-Live 2010 on top of the existing installation? | [
"10.10",
"package-management",
"latex"
] | 2 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T14:14:40.377",
"id": "27632",
"postId": "25265",
"score": "1",
"text": "Having TL 2010 installed is worth the trouble. Not sure why you want one on top of the other, however. See [here](http://tex.stackexchange.com/questions/1092/how-to-install-vanilla-texlive-on-de... | {
"accepted": true,
"body": "<p>Do you know how to do that using update-alternatives?\nIf you do please post the steps.\nThanks.</p>\n\n<p>I did another approach</p>\n\n<ol>\n<li>Edit the /etc/enviroment file as root and add the path directly,\nlike:\n<code>sudo gedit /etc/enviroment</code></li>\n<li><p>then add the path, it should look something like this (if you distribution is 32 bit)</p>\n\n<p>PATH=\"/usr/local/texlive/2010/bin/i386-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games\"</p></li>\n<li>logout or reboot</li>\n<li>next puge kile out of you system\n<code>sudo apt-get purge kile kbibtex</code> then</li>\n<li>add this PPA <a href=\"https://launchpad.net/~koshi/+archive/ppa\" rel=\"nofollow\">https://launchpad.net/~koshi/+archive/ppa</a></li>\n<li>update and reinstall kile</li>\n</ol>\n\n<p>P.S. Just one note, when you do a <code>sudo tlmgr update --all</code> it wont work. You just have to do a <code>sudo su</code> then <code>tlmgr update --all</code></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-09T10:46:58.273",
"id": "25432",
"lastActivityDate": "2011-02-09T13:04:30.533",
"lastEditDate": "2011-02-09T13:04:30.533",
"lastEditorDisplayName": "user10507",
"lastEditorUserId": null,
"ownerDisplayName": "user10507",
"ownerUserId": null,
"parentId": "25265",
"postTypeId": "2",
"score": "1"
} | [
{
"accepted": null,
"body": "<p>If you want to have both at the same time, you could install Tex-Live 2010 to <code>/usr/local</code> and then use <code>update-alternatives</code> to point to the executables you would like to use.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate"... | null | null | null | null | null |
25266 | 1 | null | 2011-02-08T13:54:50.643 | 3 | 402 | <p>I have installed the drivers for pixma ip1900 printer, printed a test page, but when I try to print a document fromm open office I get a message saying 'printer stopped'.</p>
<p>I am running 10.10 Maverick Meerkat. Can you help please? The drivers I am using are for Karmic Koala, does this make a difference? </p>
<p>I have installed cnijfilter-common_3.00-1_i386.deb and cnijfilter-ip1900series_3.00-1_i386.deb. I installed them with a deb installer in synaptic package manager.</p>
| null | 235 | 2011-02-08T17:24:15.370 | 2011-02-08T17:24:15.370 | Printing from a Pixma ip1900 printer says "printer stopped" | [
"10.10",
"drivers",
"printing",
"canon"
] | 0 | 3 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T14:05:54.357",
"id": "27630",
"postId": "25266",
"score": "1",
"text": "Further specify the drivers you installed (and how), please.",
"userDisplayName": null,
"userId": "3940"
},
{
"creationDate": "2011-02-08T14:20:27.030",
"id": "27634",
"p... | null | [] | null | null | 2012-02-21T21:29:26.513 | null | user10445 |
25268 | 1 | 25269 | 2011-02-08T14:08:48.300 | 4 | 2006 | <p>I've installed wingpanel, but as I launch it, the regular Gnome Panel won't disappear. I also tried <code>wingpanel --replace</code> but it doesn't change the situation. However, when executing <code>killall gnome-panel</code>, for those few seconds of a panel free desktop, the Wingpanel appears on the top right corner, just to disappear as Gnome Panel is restored. Any advice on how to make this work is appreciated. </p>
| 10446 | null | null | 2011-02-08T14:48:11.870 | How do I get Wingpanel to replace the default Gnome Panel? | [
"gnome-panel",
"wingpanel"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>To completly disable Gnome Panel run <code>gconf-editor</code> and navigate through <strong>Desktop → Gnome → Session → Required Components</strong> and double click on <code>panel</code> and remove value <code>gnome-panel</code> (make the field blank).</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/17249/how-do-i-use-the-gconf-editor\">How do I use the gconf editor?</a></li>\n</ul>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-02-08T14:31:31.690",
"id": "27637",
"postId": "25269",
"score": "2",
"text": "Or replace it with wingpanel. This section is there to make sure whatever panel solution you want is always running. Take advantage of it.",
"userDisplayName": null,
"userId": "449"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T14:24:17.913",
"id": "25269",
"lastActivityDate": "2011-02-08T14:48:11.870",
"lastEditDate": "2017-04-13T12:24:29.360",
"lastEditorDisplayName": null,
"lastEditorUserId": "-1",
"ownerDisplayName": null,
"ownerUserId": "6861",
"parentId": "25268",
"postTypeId": "2",
"score": "5"
} | [
{
"accepted": true,
"body": "<p>To completly disable Gnome Panel run <code>gconf-editor</code> and navigate through <strong>Desktop → Gnome → Session → Required Components</strong> and double click on <code>panel</code> and remove value <code>gnome-panel</code> (make the field blank).</p>\n\n<ul>\n<li><a hr... | null | null | null | null | null |
25271 | 1 | 25274 | 2011-02-08T14:43:16.640 | 25 | 8375 | <p>What does the 'Nice' column represent on the processes tab of the system monitor?</p>
| 2978 | null | null | 2016-02-01T20:39:55.193 | What does 'Nice' mean on the processes tab | [
"system-monitor",
"process"
] | 2 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2016-01-29T12:37:59.823",
"id": "1077341",
"postId": "25271",
"score": "0",
"text": "http://bencane.com/2013/09/09/setting-process-cpu-priority-with-nice-and-renice/",
"userDisplayName": null,
"userId": "178596"
}
] | {
"accepted": true,
"body": "<p>'nice' refers to the priority the process gets on your CPU. This is a number in the range of -20 (highest priority) to 19 (lowest). You'll probably find that most applications you're running are at nice '0', which means that they are running with normal priority and none will get preferential treatment by the scheduler over another.</p>\n\n<p>If you're running an intensive program, you may wish to launch it from a terminal with <code>nice -n 10 /path/to/program</code>. That way it will impact less on the performance of your system.</p>\n\n<p>Note that you need root (<code>sudo</code>) privileges to schedule a process with priority greater than normal (<0). This is to prevent users from being able to bog down the entire system easily, and so that critical tasks can always receive the CPU time they require.</p>\n\n<p>There's a <a href=\"https://secure.wikimedia.org/wikipedia/en/wiki/Nice_%28Unix%29\" rel=\"noreferrer\">good explanation on Wikipedia</a> too.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2014-01-05T17:34:02.827",
"id": "513790",
"postId": "25274",
"score": "1",
"text": "`man nice` says the range is actually -20 (highest priority) to 19 (lowest).",
"userDisplayName": null,
"userId": "169250"
},
{
"creationDate": "2014-01-06T16:04:52.567",
"id": "514407",
"postId": "25274",
"score": "0",
"text": "@GabrielF ta, fixed",
"userDisplayName": null,
"userId": "6683"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-08T14:55:53.120",
"id": "25274",
"lastActivityDate": "2014-01-06T16:04:43.253",
"lastEditDate": "2014-01-06T16:04:43.253",
"lastEditorDisplayName": null,
"lastEditorUserId": "6683",
"ownerDisplayName": null,
"ownerUserId": "6683",
"parentId": "25271",
"postTypeId": "2",
"score": "29"
} | [
{
"accepted": true,
"body": "<p>'nice' refers to the priority the process gets on your CPU. This is a number in the range of -20 (highest priority) to 19 (lowest). You'll probably find that most applications you're running are at nice '0', which means that they are running with normal priority and none will... | null | null | null | null | null |
25277 | 1 | 25289 | 2011-02-08T15:20:55.320 | 5 | 9669 | <p>So i've been given access to ssh a server. I have the username/password, but server apparently requires a public key (now bear in mind that i am a noob in ssh). When I do:</p>
<pre><code>ssh -p 52 user@server.com
</code></pre>
<p>terminal says <code>Permission denied (publickey)</code>. So I went using </p>
<pre><code>ssh-keygen -t rsa
</code></pre>
<p>and got myself the <code>id_rsa</code> and <code>id_rsa.pub files</code> in <code>/root/.ssh</code>. Chmoded <code>/root/.ssh</code> to 700 and <code>/root/.ssh/*</code> to 600. Tried sshing server.com again, same error.</p>
<p>What am I missing? I've been given a Putty Pagant Key file (.ppk) by the SYSADMIN of server.com. Apparently, other users (all Windows) can connect using Putty Pagant.exe. Please help :)</p>
| 9609 | 6016 | 2011-02-08T18:06:13.957 | 2020-05-18T11:36:47.717 | Unable to connect to remote server via SSH (requires public key) | [
"ssh"
] | 4 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>If you have been given the .ppk file by the sysadmin, you can use puttygen to create the ssh key files (install putty-tools from software centre)</p>\n\n<pre><code>Install putty:\nsudo apt install putty putty-tools\nCreate the public key file:\nputtygen /path/to/puttykey.ppk -L > ~/.ssh/id_rsa.pub\nCreate the private key file:\nputtygen /path/to/puttykey.ppk -O private-openssh -o ~/.ssh/id_rsa\n</code></pre>\n\n<p>also, there are some <a href=\"http://web.archive.org/web/20190617144412/http://leadingedgescripts.co.uk/server-administration/how-to-convert-your-putty-ppk-private-key-to-a-normal-ssh-key-you-can-use-on-an-apple-mac.html\" rel=\"nofollow noreferrer\">mac instructions</a> which should also work</p>\n\n<p>Note that when running command</p>\n\n<pre><code>puttygen /path/to/puttykey.ppk -O private-openssh -o ~/.ssh/id_rsa\n</code></pre>\n\n<p>it may ask for password to decrypt the key, plus you should run it as the user which will make the ssh connection so that it stores the key in the correct directory (the ~ symbol is equivalent to the home directory of the current user)\nThen after checking the chmod permissions are correct you can use</p>\n\n<pre><code>ssh -p 52 user@server.com\n</code></pre>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-09T06:27:28.427",
"id": "27795",
"postId": "25289",
"score": "0",
"text": "awesome! not only it fixed the problem (i've followed the instructions enclosed in first link) but I also understood HOW it works! SSH kicks ass! Thanks @Simon B",
"userDisplayName": null,
"userId": "9609"
},
{
"creationDate": "2021-04-21T13:27:58.193",
"id": "2273828",
"postId": "25289",
"score": "0",
"text": "Perfect solution.....!!!!!",
"userDisplayName": null,
"userId": "846398"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2011-02-08T16:34:46.780",
"id": "25289",
"lastActivityDate": "2020-05-18T11:36:47.717",
"lastEditDate": "2020-05-18T11:36:47.717",
"lastEditorDisplayName": null,
"lastEditorUserId": "1960",
"ownerDisplayName": null,
"ownerUserId": "1960",
"parentId": "25277",
"postTypeId": "2",
"score": "12"
} | [
{
"accepted": null,
"body": "<p>The answers to <a href=\"https://serverfault.com/questions/39733/why-do-i-get-permission-denied-publickey-when-trying-to-ssh-from-local-ubuntu\">this question</a> may help you. In general, to be able to use public key authentication you would have had to have copied your priv... | null | null | null | null | null |
25283 | 1 | 25291 | 2011-02-08T16:04:47.110 | 1 | 189 | <p>In my hard drive, the current partitions from left to right are:</p>
<p>Small primary partition for Windows booting (1.17GB), big primary partition C: for Windows system files (116 GB), 115.8 GB unallocated space.</p>
<p>On the unallocated space, I plan to create a big data partition D: for Windows which will be mounted in Ubuntu, and some partitions for installing Ubuntu. </p>
<p>I was wondering which way is better, D: on left of partitions of Ubuntu, or D: on right of partitions of Ubuntu? Why? Thanks!</p>
| 1471 | null | null | 2011-02-08T16:41:25.007 | location of partitions in dual-boot installation | [
"10.10",
"dual-boot",
"windows-7"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>I usually follow a principle of keeping Windows only partitions on the left, common partitions in the middle, and Ubuntu only partitions (viz boot, swap, tmp, var, etc) at the extreme right. That means that partitions aren't mixed, and are easy to recover in case of failure. Hence by my reasoning, I would suggest the data partition D: on the left of Ubuntu. </p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T16:41:25.007",
"id": "25291",
"lastActivityDate": "2011-02-08T16:41:25.007",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "3778",
"parentId": "25283",
"postTypeId": "2",
"score": "3"
} | [
{
"accepted": true,
"body": "<p>I usually follow a principle of keeping Windows only partitions on the left, common partitions in the middle, and Ubuntu only partitions (viz boot, swap, tmp, var, etc) at the extreme right. That means that partitions aren't mixed, and are easy to recover in case of failure.... | null | null | null | null | null |
25285 | 1 | 25292 | 2011-02-08T16:05:31.190 | 0 | 414 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/16015/ubuntu-one-encryption">Ubuntu One Encryption?</a> </p>
</blockquote>
<p>A simple question: is the connection between client and server encrypted and are the stored data on the server encrypted?</p>
| 4871 | -1 | 2017-04-13T12:23:59.520 | 2011-02-08T16:47:00.027 | Is UbuntuOne encrypted? | [
"ubuntu-one",
"security"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>All the connections related to Ubuntu One are encrypted. The data is stored unencrypted, however.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T16:47:00.027",
"id": "25292",
"lastActivityDate": "2011-02-08T16:47:00.027",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "711",
"parentId": "25285",
"postTypeId": "2",
"score": "2"
} | [
{
"accepted": true,
"body": "<p>All the connections related to Ubuntu One are encrypted. The data is stored unencrypted, however.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T16:47:00.027",
"id"... | null | null | 2011-02-08T16:52:01.273 | null | null |
25286 | 1 | null | 2011-02-08T16:06:34.157 | 7 | 161 | <p>I am bad at procrastination. I'm always opening new tabs to check out HackerNews or something. So I've installed StayFocussed on Chromium, so that I can't view more than X minutes of certain sites.</p>
<p>Is there something like this for the Ubuntu Desktop? It would work with applications, not websites (obviously).</p>
<p>I would like an application that would monitor what windows I have open or visible, and limit me to only certain applications. Maybe give warnings if I spend to much time looking at IRC or something. Is there any applications for that?</p>
| 139 | 8844 | 2011-02-26T21:59:50.163 | 2011-02-26T21:59:50.163 | Staying focussed - Any applications to monitor what windows are open, record the titles and then tell you what you spend you day doing? | [
"software-recommendation",
"productivity"
] | 1 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T17:10:27.147",
"id": "27661",
"postId": "25286",
"score": "1",
"text": "I don't a specific app that covers your exact specifications but I think you can use Zeitgeist activity Journal to find out what you were using day, week etc...",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<p>How about hamster-applet?\nFrom the package description:\n Project Hamster helps you to keep track of how much time you spend on various\n activities during the day. Whenever you move from one task to another, you\n change your current activity in the GNOME applet.\n .\n It ... | null | null | null | null | null |
25297 | 1 | null | 2011-02-08T17:22:48.247 | 1 | 350 | <p>How can I force the name of cd-drive? I am trying to install one game with WINE, which has three discs. It works until installation wants disk 2. Then it can't continue, because disk 2 appears as drive "game_2".</p>
| 4984 | null | null | 2011-02-08T19:52:06.427 | How can I force the name of cd-drive? | [
"wine",
"games",
"playonlinux"
] | 2 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>Use <code>/media/cdrom</code> which should be symlinked to the right device.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2011-02-08T18:08:59.137",
"id": "27675",
"postId": "25301",
"score": "0",
"text": "... | null | null | null | null | null |
25300 | 1 | 25551 | 2011-02-08T17:34:10.067 | 5 | 435 | <p>I'm running Rhythmbox under Ubuntu 10.04. I am looking for a way to map a keyboard shortcut to advancing a track by a specified amount of time, say 20-30 seconds. </p>
<p>The goal is to be able to press <kbd>Alt</kbd>+<kbd>NextTrackKey</kbd> and skip embedded ads in podcasts. I'm using Rhythmbox but am willing to change to Banshee if that would be easier.</p>
| 8017 | 114 | 2011-02-08T22:50:28.243 | 2011-02-11T16:42:01.783 | Skip ahead during playback with keyboard shortcuts | [
"10.04",
"shortcut-keys",
"rhythmbox"
] | 1 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>I have a small plugin for that; <a href=\"https://github.com/downloads/emj/Skip-ahead-plugin/Rhythmbox-Skip.tgz\" rel=\"nofollow\">Rhythmbox Skip Ahead</a>, you are free to <a href=\"https://github.com/emj/Skip-ahead-plugin\" rel=\"nofollow\">improve the source</a> if you want. ATM the skip is hardcoded to 20 seconds and the shortcut is <code>Ctrl-v</code>. Just Extract the tarball and run install.sh, please. </p>\n\n<p>A possible future feature would be to automatically skip the first 20 seconds of certain podcasts, but that's advanced stuff..</p>\n\n<p>Or you can use the <code>pythonconsole</code>plugin and run the <a href=\"https://github.com/emj/Skip-ahead-plugin/blob/c0e813b2a28ad450d1629e8a9ecc0e550fa2bf3e/__init__.py#L27\" rel=\"nofollow\"><code>skip_ahead</code> function</a></p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-02-10T06:49:10.983",
"id": "27999",
"postId": "25551",
"score": "0",
"text": "Hey thanks. That at least is a big step forward towards what I need.",
"userDisplayName": null,
"userId": "8017"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-09T23:50:34.833",
"id": "25551",
"lastActivityDate": "2011-02-11T16:42:01.783",
"lastEditDate": "2011-02-11T16:42:01.783",
"lastEditorDisplayName": null,
"lastEditorUserId": "10540",
"ownerDisplayName": null,
"ownerUserId": "10540",
"parentId": "25300",
"postTypeId": "2",
"score": "2"
} | [
{
"accepted": true,
"body": "<p>I have a small plugin for that; <a href=\"https://github.com/downloads/emj/Skip-ahead-plugin/Rhythmbox-Skip.tgz\" rel=\"nofollow\">Rhythmbox Skip Ahead</a>, you are free to <a href=\"https://github.com/emj/Skip-ahead-plugin\" rel=\"nofollow\">improve the source</a> if you wan... | null | null | null | null | null |
25302 | 1 | null | 2011-02-08T17:52:45.167 | 3 | 4138 | <p>I upgraded my Ubuntu version from 10.10 to 11.04 alpha and on reboot got an error "The disk drive for / is not ready yet or not present Continue to wait; or Press S to skip mounting or M for manual recovery.</p>
<p>When I press M I get the normal command prompt, how do I get the correct drive mounted??</p>
| null | null | null | 2011-05-05T00:08:40.670 | Error after upgrade to 11.04 from 10.10 - Does not mount volumes correctly | [
"11.04"
] | 3 | 4 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T17:54:49.167",
"id": "27673",
"postId": "25302",
"score": "2",
"text": "Please see this thread and file a bug: http://meta.askubuntu.com/questions/871/when-are-questions-about-ubuntu1-appropriate",
"userDisplayName": null,
"userId": "235"
},
{
"creat... | null | [
{
"accepted": null,
"body": "<p>First guess is that there is an incorrect entry in /etc/fstab.\nAnother possibility (hope not) is that something is wrong with one or more partitions or the drive / controller.</p>\n\n<p>Suggestions:<br>\n-boot from liveCD/liveUSB and check integrity of partitions (using gpar... | null | null | null | null | user10457 |
25304 | 1 | 25456 | 2011-02-08T18:09:05.467 | 4 | 4331 | <p>Currently I have ethernet and wireless networks configured through a network manager (further NM) but it seems to be a bit buggy (I need a different MAC for ether which is never applied if using NM), so I would like to move all the network configs to interfaces file. I know (or can google for) configuration code, but I'm not sure how NM works and it looks like it overrides interface config. Please advice, how I can handle this issue.</p>
<p><strong>NOTE</strong>: I also would like to be able to locate and connect to various wireless networks but not sure how to do it.</p>
| 10071 | 711 | 2011-02-08T18:27:23.780 | 2013-04-02T16:09:11.563 | How to set up an ethernet and wireless network using /etc/network/interfaces? | [
"networking",
"configuration",
"network-manager"
] | 2 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-09T02:29:19.473",
"id": "27772",
"postId": "25304",
"score": "0",
"text": "Have you considered using the nmcli command-line tool?",
"userDisplayName": null,
"userId": "8844"
}
] | {
"accepted": true,
"body": "<p>Set <code>managed=false</code> in <code>/etc/NetworkManager/NetworkManager.conf</code> to remove network interfaces control to interfaces file.</p>\n\n<p>Command to stop network manager:</p>\n\n<pre><code>/etc/init.d/network-manager stop\n</code></pre>\n\n<p>For detailed documentation, please refer to:</p>\n\n<ul>\n<li><a href=\"http://wiki.debian.org/NetworkManager\" rel=\"nofollow\">http://wiki.debian.org/NetworkManager</a>, section #Wired Networks are Unmanaged</li>\n</ul>\n\n<p>And for WiFi management please refer to:</p>\n\n<ul>\n<li><a href=\"http://wiki.debian.org/WiFi/HowToUse#SwitchingConnections\" rel=\"nofollow\">http://wiki.debian.org/WiFi/HowToUse#SwitchingConnections</a></li>\n</ul>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2011-02-09T13:36:37.470",
"id": "25456",
"lastActivityDate": "2013-04-02T16:09:11.563",
"lastEditDate": "2013-04-02T16:09:11.563",
"lastEditorDisplayName": null,
"lastEditorUserId": "22949",
"ownerDisplayName": null,
"ownerUserId": "10077",
"parentId": "25304",
"postTypeId": "2",
"score": "5"
} | [
{
"accepted": true,
"body": "<p>Set <code>managed=false</code> in <code>/etc/NetworkManager/NetworkManager.conf</code> to remove network interfaces control to interfaces file.</p>\n\n<p>Command to stop network manager:</p>\n\n<pre><code>/etc/init.d/network-manager stop\n</code></pre>\n\n<p>For detailed docu... | null | null | null | null | null |
25305 | 1 | null | 2011-02-08T18:18:33.250 | 2 | 448 | <p>I recently installed Ubuntu 10.10 along side of my HP pavilion dv6 windows 7. For what ever reason it states that there is no hard ware for the WiFi and it is disabled. The only way for it to work is to have the WiFi on during windows then reboot it ( which is very unproductive) Is there any fix for it?</p>
| null | 30405 | 2011-12-12T13:54:48.813 | 2011-12-12T13:54:48.813 | WiFi does not turn on | [
"10.10",
"networking",
"dv6"
] | 1 | 2 | CC BY-SA 3.0 | [
{
"creationDate": "2011-02-08T19:27:36.817",
"id": "27701",
"postId": "25305",
"score": "0",
"text": "So, you turn it on in Windows, reboot it into Ubuntu and it works. For how long? When does it *stop* working again.",
"userDisplayName": null,
"userId": "861"
},
{
"creationDat... | null | [
{
"accepted": null,
"body": "<p>Have you toggled the hardware wifi radio button?</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2011-02-08T19:24:13.227",
"id": "27698",
"postId": "25315",
"score": "0",
"text": "How would i do that?",
... | null | null | null | null | user10461 |
25306 | 1 | null | 2011-02-08T18:21:47.667 | 1 | 1744 | <p>Probably stupid questions but here goes:</p>
<ol>
<li><p>Can btrfs use only a portion of a HDD in a raid "array"?</p></li>
<li><p>I have 3 HDDs: 80GB, 160GB, and 200GB external USB. I want to put root+boot in the first 20GB of the smallest drive on EXT4 and use the rest of the free space on all 3 drives for a btrfs "raid10 array". Is this possible? </p></li>
<li><p>Is this sane? Would you do it differently?</p></li>
</ol>
| 10458 | 10458 | 2011-02-08T22:52:36.867 | 2011-06-19T16:03:13.520 | Using btrfs in RAID arrays and partitioning | [
"partitioning",
"raid",
"btrfs"
] | 2 | 0 | CC BY-SA 2.5 | [] | null | [
{
"accepted": null,
"body": "<p>1) Yes<br>\n2) Yes<br>\n3) Seems sane to me.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2011-02-09T20:22:32.207",
"id": "27944",
"postId": "25312",
"score": "0",
"text": "I'm at the point of running \"su... | null | null | null | null | null |
25307 | 1 | null | 2011-02-08T18:22:02.067 | 4 | 5314 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/30072/problem-with-mergelist-error-when-trying-to-do-an-update">“Problem with MergeList” error when trying to do an update</a> </p>
</blockquote>
<p>I have a problem with the update-manager.
It gives the following message error:</p>
<blockquote>
<p>E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/dk.archive.ubuntu.com_ubuntu_dists_maverick_universe_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.</p>
</blockquote>
| 10460 | -1 | 2017-04-13T12:24:49.530 | 2012-04-28T18:37:03.777 | How do I fix "The package lists or status file could not be parsed or opened" during an update? | [
"apt",
"update-manager"
] | 0 | 0 | CC BY-SA 3.0 | [] | null | [] | null | 0 | 2011-07-14T03:17:40.793 | null | null |
25309 | 1 | null | 2011-02-08T18:30:17.553 | 0 | 605 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/25260/evolution-does-not-send-mail-from-yahoo-or-hotmail">Evolution does not send mail from Yahoo or Hotmail</a> </p>
</blockquote>
<p>I have recently installed Ubuntu 10.10 but have had a problem with the Evolution E-Mail system which accepts incoming E-Mails perfectly but will not sent any outgoing E-Mails.</p>
<p>When I attempt to send an E-Mail message this just moves to the outbox and stays there.</p>
<p>What could I have done wrong when setting up Evolution to have caused this?</p>
| 8230 | -1 | 2017-04-13T12:23:07.557 | 2011-07-27T20:31:29.287 | Why doesn't Evolution send outgoing emails? | [
"10.10"
] | 1 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T18:39:30.877",
"id": "27684",
"postId": "25309",
"score": "0",
"text": "You seem to have already asked this question?",
"userDisplayName": null,
"userId": "235"
}
] | null | [
{
"accepted": null,
"body": "<p>Please check your outgoing email settings!</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-14T13:15:58.923",
"id": "26320",
"lastActivityDate": "2011-02-14T13:15:58... | null | null | 2011-07-27T22:53:55.573 | null | null |
25311 | 1 | 25364 | 2011-02-08T18:50:12.690 | 15 | 78667 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/3883/how-to-recover-deleted-files">How to recover deleted files?</a> </p>
</blockquote>
<p>Using Ubuntu 10.10, I have a startup script that automatically removes my 'working directory'. This is a simple folder on my Desktop where I place a bunch of files that I use throughout the day. These are temporary files I need to store just for that one session. In order to keep things clean, my startup script does:</p>
<pre><code>rm -rf /home/user/Desktop/workdir
mkdir /home/user/Desktop/workdir
</code></pre>
<p>Works great. Till the moment I had some important files there and forgot to move them before shutting down. A few (2-3) sessions ago this happened and I now realize I need to recover the "workdir" directory. But several new ones have been created and removed in the meantime. What is the best way to recover this - if possible? I read about tools like scalpel but it seems they will scan my whole HD. I know the name of the folder and would like to just look for this workdir folder. What is best?</p>
<p><strong>UPDATE - attempt with Foremost</strong></p>
<p>I have used foremost to try to recover my files. I used:</p>
<pre><code>sudo foremost -a -t doc -i /dev/sda1 -o/home/user/Desktop/foremost
</code></pre>
<p>Apparently, I have been removing many documents. So many files were recovered that I had to remove other files on the fly in order to not fill up my hard drive. Over 30GB of XLS/PPT/OLE(?)/Word files were restored. I had to break off the restore process. For Word documents, I have now over 7GB in 3,050 files. How to I get to the right file? They are all numbered, and the date of modification is today for all files. </p>
<p>Also, I need to restore 3 other JPG files as well. This might become an ever larger set of files. How can I only recover what was removed in the last week? Or by using the original filename, is that possible? </p>
| null | -1 | 2017-04-13T12:23:40.200 | 2019-01-17T06:31:13.480 | Best tool to recover removed files | [
"data-recovery"
] | 3 | 2 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-09T01:38:03.037",
"id": "27768",
"postId": "25311",
"score": "1",
"text": "I realize it's a bit late to mention it, but for scripts like this I like to use [trash-cli](http://manpages.ubuntu.com/trash) instead of rm.",
"userDisplayName": null,
"userId": "1859"
... | {
"accepted": true,
"body": "<p>Give a chance to <a href=\"http://foremost.sourceforge.net/\" rel=\"nofollow noreferrer\">Foremost</a> (<a href=\"https://sourceforge.net/projects/foremost/\" rel=\"nofollow noreferrer\">here</a> sourceforge project, last v1.5.7 from 2010). It's an easy-to-use forensics program which may be helpful for your case:</p>\n\n<pre><code>sudo apt-get install foremost\n</code></pre>\n\n<p>Alternative: In this <a href=\"http://foremost.sourceforge.net/pkg/foremost-1.5.7.tar.gz\" rel=\"nofollow noreferrer\">download link</a> you will get a compressed file, inside of which you can find the README file with instructions. </p>\n\n<p>After compiling and installing a description of the command line arguments can be found in the man page:</p>\n\n<pre><code>man foremost\n</code></pre>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2013-04-23T07:55:37.417",
"id": "357576",
"postId": "25364",
"score": "4",
"text": "Just a note. You can install with:\n 'sudo apt-get install foremost'\nin Terminal.",
"userDisplayName": null,
"userId": "125220"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2011-02-09T00:49:36.553",
"id": "25364",
"lastActivityDate": "2019-01-17T06:31:13.480",
"lastEditDate": "2019-01-17T06:31:13.480",
"lastEditorDisplayName": null,
"lastEditorUserId": "349837",
"ownerDisplayName": null,
"ownerUserId": "9598",
"parentId": "25311",
"postTypeId": "2",
"score": "6"
} | [
{
"accepted": null,
"body": "<p><a href=\"http://www.cgsecurity.org/wiki/TestDisk\">Testdisk</a> works great. You could boot from a LiveCD, point testdisk at your drive, navigate to where the deleted files were, and copy them off.</p>\n",
"commentCount": "2",
"comments": [
{
"creationD... | null | null | 2013-01-01T00:33:43.980 | user6019 | user6019 |
25321 | 1 | null | 2011-02-08T19:45:59.743 | 5 | 48369 | <p>I bought new <a href="http://aldi.ie/ie/html/offers/special_buys3_15851.htm" rel="nofollow">computer</a>. The Graphics card is AMD Radeon HD 6450, on Windows 7 it works fine but I try to install driver on Ubuntu, and it says that "No supported adapters detected". I downloaded the driver from <a href="http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English" rel="nofollow">here</a>. After installing "Aditional drivers" says that driver is installed. Also my screen resolution in Ubuntu is not maximum. Can you help me install proper driver, please? Thanks in advance!</p>
| 8001 | 866 | 2011-02-09T19:33:23.390 | 2014-07-30T06:14:53.163 | How do I install drivers for an AMD Radeon HD 6450? | [
"hardware",
"drivers",
"ati"
] | 5 | 10 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T21:30:11.167",
"id": "27727",
"postId": "25321",
"score": "0",
"text": "do you have \"ATI catalyst control\" in your preferences menu?",
"userDisplayName": null,
"userId": "6450"
},
{
"creationDate": "2011-02-08T22:29:16.373",
"id": "27741",
... | null | [
{
"accepted": null,
"body": "<ul>\n<li><p>Do it in Debian mode:</p>\n\n<pre><code>sudo aptitude install xserver-xorg-video-ati\n</code></pre></li>\n<li><p>Or download the generic driver here:</p></li>\n</ul>\n\n<blockquote>\n <p><a href=\"http://support.amd.com/us/gpudownload/Pages/index.aspx\" rel=\"nofol... | null | 0 | 2014-08-02T14:20:21.850 | null | null |
25326 | 1 | null | 2011-02-08T20:30:08.160 | 3 | 157 | <p>Will Ubuntu 11.04 come along with up to date Gnome-Shell packages? </p>
| null | 235 | 2011-02-08T20:33:49.013 | 2011-02-08T21:55:10.963 | Will 11.04 come along with up to date GNOME Shell packages? | [
"11.04",
"gnome"
] | 1 | 1 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T20:48:10.290",
"id": "27720",
"postId": "25326",
"score": "0",
"text": "By 'come along with', do you mean installed by default or a package in the universe/main repositories.",
"userDisplayName": null,
"userId": "667"
}
] | null | [
{
"accepted": null,
"body": "<p>Unfortunately it seems highly likely that GNOME Shell will not make it into the 11.04 repositories. This is because of its dependencies on the GNOME 3 stack, which won't make it into 11.04.</p>\n\n<blockquote>\n <p>There have been quite a lot of architectural changes in the ... | null | null | null | null | user10466 |
25328 | 1 | 25329 | 2011-02-08T19:55:42.183 | 1 | 880 | <p>I have got a problem with Update Manager. I'm running Lucid Lynx ver. 10.04.2 and I'm unable to upgrade it to 10.10 version.</p>
<p>I have got this message when trying to upgr. :</p>
<blockquote>
<p>This can be caused by:</p>
<ul>
<li>Upgrading to a pre-release version of Ubuntu</li>
<li>Running the current pre-release version of Ubuntu</li>
<li>Unofficial software packages not provided by Ubuntu</li>
</ul>
</blockquote>
<p>I couldn't accidentally download pre-released updates or unsupported updates cause both of those options stays 'unticked' in software sources/updates, so that can't be that.</p>
<p>EDIT: Those options stayed disable. I have never enabled them.</p>
<p>Unofficial software packages then? If yes, how to find which of them I have to get rid off?</p>
<p>My current Ubuntu version is: 10.04.2 LTS</p>
<p>Thanks</p>
<p><img src="https://i.stack.imgur.com/oSzoM.jpg" alt="enter image description here">
<img src="https://i.stack.imgur.com/LJZDp.jpg" alt="enter image description here"></p>
| 10469 | 235 | 2011-02-08T23:46:53.950 | 2011-03-01T11:53:46.427 | Unable to upgrade from Lucid Lynx to Maverick Meerkat | [
"10.10",
"10.04",
"upgrade"
] | 4 | 2 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T20:03:10.887",
"id": "27715",
"postId": "25328",
"score": "0",
"text": "This question _is_ on-topic for Super User; however, you're more likely to get a good response at http://askubuntu.com, the Stack Exchange site dedicated to Ubuntu problems. If you would like yo... | {
"accepted": true,
"body": "<p>Just because you haven't got random sources enabled doesn't mean you don't have software from them currently installed. Removing a source doesn't remove the software you obtained from it.</p>\n\n<p>I suggest you take a look at the files in /var/log/dist-upgrade/ to see where things are failing.</p>\n\n<p>If you can't figure it out, perhaps post them here so we can take a look.</p>\n",
"commentCount": "9",
"comments": [
{
"creationDate": "2011-02-08T20:20:09.527",
"id": "27717",
"postId": "25329",
"score": "0",
"text": "Those options stayed disable. I have never enabled them.",
"userDisplayName": "Rafal",
"userId": null
},
{
"creationDate": "2011-02-08T20:26:05.200",
"id": "27718",
"postId": "25329",
"score": "0",
"text": "I've got one problem in main log: ERROR Dist-upgrade failed: 'E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.' Still, does not specify what package may cause this error",
"userDisplayName": "Rafal",
"userId": null
},
{
"creationDate": "2011-02-08T20:34:31.897",
"id": "27719",
"postId": "25329",
"score": "0",
"text": "Ok, but I'm sure there is more information in those log files.",
"userDisplayName": null,
"userId": "10170"
},
{
"creationDate": "2011-02-08T20:58:18.633",
"id": "27722",
"postId": "25329",
"score": "0",
"text": "full log info is available here: http://justpaste.it/86n",
"userDisplayName": null,
"userId": "10469"
},
{
"creationDate": "2011-02-08T21:07:49.143",
"id": "27723",
"postId": "25329",
"score": "0",
"text": "Ok well there are references in there to deb http://falcon.landure.fr, http://linux.dropbox.com/ubuntu, http://dl.google.com/linux/chrome/deb/ etc. etc. repositories... you **have** been using 3rd party, unsupported repositories. Packages from one of these is probably causing your problem. I also notice one of them at least is 'hardy'... not your version? Try removing all packages you've installed from these and attempting the upgrade again.",
"userDisplayName": null,
"userId": "10170"
},
{
"creationDate": "2011-02-08T21:34:05.640",
"id": "27728",
"postId": "25329",
"score": "0",
"text": "Ok, thanks. My guess would be it is that falcon.landure repository. Any hints how can I get rid of it?",
"userDisplayName": null,
"userId": "10469"
},
{
"creationDate": "2011-02-08T21:54:53.793",
"id": "27731",
"postId": "25329",
"score": "0",
"text": "As I say, removing the repository from your list of sources isn't the same as downgrading the packages you've installed from the repository... and its not easy.",
"userDisplayName": null,
"userId": "10170"
},
{
"creationDate": "2011-02-08T22:10:55.000",
"id": "27734",
"postId": "25329",
"score": "0",
"text": "Easy or not. As long as it is possible I'm willing to give it a try. I need to know where to start though.",
"userDisplayName": null,
"userId": "10469"
},
{
"creationDate": "2011-02-08T22:17:13.880",
"id": "27736",
"postId": "25329",
"score": "1",
"text": "A bit of googling suggests getting the apt-show-versions package and grepping the output from that in a few ways. e.g. removing the other repositories, then grepping apt-show-versions output for 'newer' or 'not available'",
"userDisplayName": null,
"userId": "10170"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T20:05:35.220",
"id": "25329",
"lastActivityDate": "2011-02-08T20:05:35.220",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": "PriceChild",
"ownerUserId": "10170",
"parentId": "25328",
"postTypeId": "2",
"score": "1"
} | [
{
"accepted": true,
"body": "<p>Just because you haven't got random sources enabled doesn't mean you don't have software from them currently installed. Removing a source doesn't remove the software you obtained from it.</p>\n\n<p>I suggest you take a look at the files in /var/log/dist-upgrade/ to see where ... | null | null | null | null | Rafal |
25330 | 1 | null | 2011-02-08T20:59:08.550 | 2 | 330 | <p>After my installation, I saw a message saying 22 files were broken. Then a window appeared, and I selected the broken files and removed them. Since then, I haven't had a volume control icon on my laptop (acer extensa5630), and there's a thick black line on the right side of my window . How can I fix these problems? Please help. </p>
| null | 8844 | 2011-02-09T02:04:52.027 | 2012-03-18T02:53:56.943 | graphics problem and no volume control icon after installation | [
"installation",
"video",
"graphics",
"display",
"volume-control"
] | 1 | 2 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T22:43:36.303",
"id": "27743",
"postId": "25330",
"score": "4",
"text": "I don't have answer for you just yet, but in the future, don't remove broken packages immediately. Consider trying to reinstall them instead.",
"userDisplayName": null,
"userId": "8515"
... | null | [
{
"accepted": null,
"body": "<p>First open a terminal.\nThen write :</p>\n\n<p>For your package problem :</p>\n\n<pre><code>sudo dpkg --configure -a \n</code></pre>\n\n<p>(you'll have to write your password)</p>\n\n<p>And for the sound problem :</p>\n\n<pre><code>gnome-volume-controler-applet &\n</code>... | null | null | null | null | user10470 |
25334 | 1 | 25990 | 2011-02-08T21:19:46.707 | -1 | 102 | <p>I got bookmark sync to work (sort of), now it'll sync, then remove all bookmarks it had just synced?</p>
| 8357 | null | null | 2011-02-12T16:24:02.653 | Bookmark Sync, Sync's then removes bookmarks! | [
"ubuntu-one",
"sync"
] | 1 | 2 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-09T01:26:02.230",
"id": "27767",
"postId": "25334",
"score": "0",
"text": "Problem resolved it self, but I'm still curious as to why it was doing that?",
"userDisplayName": null,
"userId": "8357"
},
{
"creationDate": "2011-02-22T22:46:30.623",
"id":... | {
"accepted": true,
"body": "<p>probably a bug in the extension\nnice to have it solved yourself</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-12T16:24:02.653",
"id": "25990",
"lastActivityDate": "2011-02-12T16:24:02.653",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "4141",
"parentId": "25334",
"postTypeId": "2",
"score": "0"
} | [
{
"accepted": true,
"body": "<p>probably a bug in the extension\nnice to have it solved yourself</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-12T16:24:02.653",
"id": "25990",
"lastActivityDate"... | null | null | 2012-08-14T18:42:53.383 | null | null |
25337 | 1 | null | 2011-02-08T21:27:04.137 | 7 | 1256 | <blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="https://askubuntu.com/questions/88384/how-can-i-repair-grub">How can I repair grub?</a> </p>
</blockquote>
<p>Are there some resources that could help me recover from Grub2 problems?</p>
<p>I installed Ubuntu 10.10 and Windows 7 on my hard disk. I had Grub2 as the bootloader for both of them.<br>
Problems with my BIOS and hard disk caused me to lose my Grub settings.<br>
My previous Linux installation was on the sda5 partition, and I want to be able to recover the grub configuration for it.</p>
| 7931 | -1 | 2017-04-13T12:23:28.223 | 2011-08-26T17:04:32.093 | Recovering Grub | [
"partitioning",
"grub2",
"gparted"
] | 0 | 0 | CC BY-SA 3.0 | [] | null | [] | null | null | 2011-12-18T13:49:30.327 | null | null |
25339 | 1 | 334271 | 2011-02-08T21:30:41.117 | 6 | 14250 | <p>I have Ubuntu 10.04 running gnome and two monitors.</p>
<p>I am wondering if a can get a better multi-monitor configuration tool. The one I have, gnome-display-properties, has too many problems, including: </p>
<p>When I swapped my monitors over, the narrower (external) one now on the left. There is a width calculation error, such that I have a virtual monitor the width of the wide-monitor on the narrow-monitor and part of the wide monitor. And a virtual narrow-monitor on the remainder of the wide-monitor. Also the visible mouse pointer does is not aligned with the active spot, an x offset of one monitor width.</p>
<p>I would like, in approximate order of importance:</p>
<ul>
<li>nobugs.</li>
<li>to be able to select which is primary monitor.</li>
<li>to have multiple configurations.</li>
<li>configurations to be automatically selected based on which monitors are attached.</li>
<li>configurations to be cycled (reliably) when display mode key is pressed.</li>
<li>when a display is deactivated, for windows to migrate to remaining monitors.</li>
<li>option to not change display resolution when mirroring, but to use side/top blanking bars to pad out screen. </li>
</ul>
<p>Chip set info:<br>
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)<br>
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)</p>
| 10473 | 10473 | 2011-02-08T23:39:38.643 | 2013-08-18T21:24:13.120 | Configuration tools for multiple monitors for X / Linux | [
"gnome",
"xorg",
"multiple-monitors"
] | 3 | 5 | CC BY-SA 2.5 | [
{
"creationDate": "2011-02-08T22:48:18.233",
"id": "27744",
"postId": "25339",
"score": "0",
"text": "What graphics card and drivers are you using?",
"userDisplayName": null,
"userId": "449"
},
{
"creationDate": "2011-02-08T23:25:27.607",
"id": "27756",
"postId": "25339",... | {
"accepted": true,
"body": "<p>The xrandr command line tool is quite good. You can easily save a configuration by putting it in a script. And it does every thing the graphical tools do and more.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 3.0",
"creationDate": "2013-08-18T21:24:13.120",
"id": "334271",
"lastActivityDate": "2013-08-18T21:24:13.120",
"lastEditDate": null,
"lastEditorDisplayName": null,
"lastEditorUserId": null,
"ownerDisplayName": null,
"ownerUserId": "10473",
"parentId": "25339",
"postTypeId": "2",
"score": "1"
} | [
{
"accepted": null,
"body": "<p>I don't know if it still exists, but I have a application \ncalled \"ARandR\" in the \"system\" section of 9.10 Netbook remix. \nYou could look for thr package <code>arandr</code> and eventually install it.</p>\n",
"commentCount": "1",
"comments": [
{
"c... | null | null | null | null | null |
25347 | 1 | 25348 | 2011-02-08T22:50:41.563 | 1148 | 3502629 | <p>I received a huge .tar.gz file from a client that contains about 800 mb of image files (when uncompressed.) Our hosting company's ftp is seriously slow, so extracting all the files locally and sending them up via ftp isn't practical. I was able to ftp the .tar.gz file to our hosting site, but when I ssh into my directory and try using unzip, it gives me this error:</p>
<pre><code>[esthers@clients locations]$ unzip community_images.tar.gz
Archive: community_images.tar.gz
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
note: community_images.tar.gz may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of community_images.tar.gz or community_images.tar.gz.zip, and cannot find community_images.tar.gz.ZIP, period.
</code></pre>
<p>What command do I need to use to extract all the files in a .tar.gz file?</p>
| 2664 | 627967 | 2019-08-02T07:06:19.843 | 2022-01-18T17:14:56.590 | What command do I need to unzip/extract a .tar.gz file? | [
"tar",
"compression",
"extract",
"gzip",
"unzip"
] | 8 | 0 | CC BY-SA 3.0 | [] | {
"accepted": true,
"body": "<p>Type <code>man tar</code> for more information, but this command should do the trick:</p>\n<pre><code>tar -xvzf community_images.tar.gz\n</code></pre>\n<p>To explain a little further, <code>tar</code> collected all the files into one package, <code>community_images.tar</code>. The gzip program applied compression, hence the <code>gz</code> extension. So the command does a couple things:</p>\n<ul>\n<li><code>f</code>: this must be the last flag of the command, and the tar <strong>f</strong>ile must be immediately after. It tells tar the name and path of the compressed file.</li>\n<li><code>z</code>: tells tar to decompress the archive using g<strong>z</strong>ip</li>\n<li><code>x</code>: tar can collect files or e<strong>x</strong>tract them. <code>x</code> does the latter.</li>\n<li><code>v</code>: makes tar talk a lot. <strong>V</strong>erbose output shows you all the files being extracted.</li>\n</ul>\n<p>To extract into a <strong>c</strong>ustom folder, add the <code>-C</code> option with a folder name of your choice:</p>\n<pre><code>tar -xvzf community_images.tar.gz -C some_custom_folder_name\n</code></pre>\n",
"commentCount": "9",
"comments": [
{
"creationDate": "2017-10-03T22:25:41.707",
"id": "1537684",
"postId": "25348",
"score": "40",
"text": "Reminds me of [xckd's article about tar.](https://xkcd.com/1168/) I have to come back every time.",
"userDisplayName": null,
"userId": "423336"
},
{
"creationDate": "2018-04-04T08:13:40.717",
"id": "1659364",
"postId": "25348",
"score": "92",
"text": "My mnemonic for this is: **x**tract **z**e **v** \\*\\*\\*ing **f**iles.",
"userDisplayName": null,
"userId": "814624"
},
{
"creationDate": "2018-06-06T17:58:14.267",
"id": "1702323",
"postId": "25348",
"score": "1",
"text": "would it matter if z came before x? Or would it inteligently apply the expanders in the appropriate order, regardless?",
"userDisplayName": null,
"userId": "404091"
},
{
"creationDate": "2018-06-07T16:21:12.880",
"id": "1703002",
"postId": "25348",
"score": "4",
"text": "@ahnbizcad order does not matter for most of the flags. the `-f` flag accepts an argument. i prefer to put it last, but `tar -f community_images.tar.gz -zxv` works just fine.",
"userDisplayName": null,
"userId": "8515"
},
{
"creationDate": "2018-12-05T02:26:45.813",
"id": "1809858",
"postId": "25348",
"score": "0",
"text": "A tip, for BSD version of tar(OSX use it), -z flag is only required on the compress process, it will be ignored on extract process.",
"userDisplayName": null,
"userId": "263906"
},
{
"creationDate": "2019-02-20T08:07:12.980",
"id": "1850569",
"postId": "25348",
"score": "4",
"text": "The full form of this command—which may be easier to remember—is `tar --extract --file=\"community_images.tar.gz\" --gzip --verbose`. The quotation marks are optional if the filename doesn’t contain spaces.",
"userDisplayName": null,
"userId": "811009"
},
{
"creationDate": "2022-02-18T06:58:39.317",
"id": "2410674",
"postId": "25348",
"score": "0",
"text": "It's very important that the `f` flag must be the last flag. for example, `-xfv` assumes that the file name is 'v'. Also, we don't need to specify the `z` flag, because it's default.",
"userDisplayName": null,
"userId": "1181128"
},
{
"creationDate": "2023-01-19T13:22:28.240",
"id": "2533584",
"postId": "25348",
"score": "1",
"text": "My mnemonic is **x**tract **z**ip **f**ile filename",
"userDisplayName": null,
"userId": "1526494"
},
{
"creationDate": "2024-02-18T13:52:44.820",
"id": "2637826",
"postId": "25348",
"score": "0",
"text": "this is peak user friendly",
"userDisplayName": null,
"userId": "266636"
}
],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2011-02-08T22:57:20.550",
"id": "25348",
"lastActivityDate": "2021-06-29T20:12:34.270",
"lastEditDate": "2021-06-29T20:12:34.270",
"lastEditorDisplayName": null,
"lastEditorUserId": "8515",
"ownerDisplayName": null,
"ownerUserId": "8515",
"parentId": "25347",
"postTypeId": "2",
"score": "1848"
} | [
{
"accepted": true,
"body": "<p>Type <code>man tar</code> for more information, but this command should do the trick:</p>\n<pre><code>tar -xvzf community_images.tar.gz\n</code></pre>\n<p>To explain a little further, <code>tar</code> collected all the files into one package, <code>community_images.tar</code>... | null | null | null | null | null |
25349 | 1 | 25350 | 2011-02-08T23:09:57.060 | 4 | 21285 | <p>I am installing a proprietary CAD application (MEDUSA4 personal) and the installer wants to know the path to my web browser (as a prerequisite for online help). I have the default firefox installation and chromium, but I don't know the installation path for any of them, and couldn't find them among the usual suspects (/usr/bin, /usr/lib). </p>
<p>It would be nice if you could tell me the path to one of them, and even nicer if you can tell me how to find out the installation path to any package managed by apt. </p>
| 5719 | null | null | 2013-03-19T08:41:50.430 | How to find out the installation path to my browser? | [
"package-management",
"paths"
] | 3 | 0 | CC BY-SA 2.5 | [] | {
"accepted": true,
"body": "<p>In a console, do <code>which firefox</code>. This is my output, for instance:</p>\n\n<pre><code>user@PORTATIL:~$ which firefox\n/usr/bin/firefox\nuser@PORTATIL:~$ which google-chrome \n/usr/bin/google-chrome\n</code></pre>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 2.5",
"creationDate": "2011-02-08T23:12:53.763",
"id": "25350",
"lastActivityDate": "2011-02-08T23:14:40.003",
"lastEditDate": "2011-02-08T23:14:40.003",
"lastEditorDisplayName": null,
"lastEditorUserId": "8851",
"ownerDisplayName": null,
"ownerUserId": "8851",
"parentId": "25349",
"postTypeId": "2",
"score": "13"
} | [
{
"accepted": true,
"body": "<p>In a console, do <code>which firefox</code>. This is my output, for instance:</p>\n\n<pre><code>user@PORTATIL:~$ which firefox\n/usr/bin/firefox\nuser@PORTATIL:~$ which google-chrome \n/usr/bin/google-chrome\n</code></pre>\n",
"commentCount": "0",
"comments": [],
... | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.