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
37141
1
null
2011-04-26T16:48:55.270
1
4233
<p>I am trying to install laidout-0.0o91.tar.bz2. its a publishing program for Linux. can you please give me the right terminal instructions to install this on my system.</p>
15046
275
2011-12-25T12:41:21.370
2011-12-25T12:41:21.370
Installing a tar.bz2
[ "installation", "install-from-source", "tar" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Go to the folder you downloaded the laidout-0.0o91.tar.bz2 from the terminal and type,</p>\n\n<pre>tar -jxvf laidout-0.0o91.tar.bz2</pre>\n\n<p>then type, <pre>cd laidout-0.0o91</pre></p>\n\n<p>afterwards, <pre>less README</pre></p>\n\n<p>you will see the installation instruc...
null
null
null
null
null
37147
1
37172
2011-04-26T17:08:37.637
36
8523
<p>What are the differences in feature set between the main Linux kernel and the kernel being used by Ubuntu? Why is Ubuntu branched off of the main kernel instead of using the main kernel directly?</p>
7823
235
2011-04-26T17:13:32.700
2014-02-17T03:58:52.663
What are the differences between the Ubuntu shipped kernel and the upstream kernel?
[ "kernel", "upstream" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The upstream kernels (referred, when we provide them, as <a href=\"https://wiki.ubuntu.com/Kernel/MainlineBuilds\" rel=\"noreferrer\">mainline kernels</a>) are simply the upstream kernel for the specified version, with a very few minor configuration changes added so that there is minimal issue using them on an Ubuntu Install. </p>\n\n<p>The difference between these kernels and the one released for an Ubuntu version are numerous other <a href=\"https://wiki.ubuntu.com/KernelTeam/Specs/KernelNattyUbuntuDeltaReview\" rel=\"noreferrer\">configuration changes</a>, source patches* and, in some cases, compiled in modules and hardware support.</p>\n\n<p>Very little of the underlying code is different from upstream other than that noted above.</p>\n\n<p>*: source patches are, in most cases, changes to the default behavior of the kernel. These are not limited to: blacklists, video quirks tables, built in modules, source changes that are not yet in Linus' tree or the stable queue quite yet etc.</p>\n\n<p>Source patches are what the team uses to introduce configuration options that are required to support the vast array of released software for a specific version of Ubuntu. In many cases they are necessary for those applications to work properly. The fundamental difference between this and the upstream kernel is that the pure upstream kernel is not distribution specific. </p>\n\n<p>Therefore, the configurations are not geared toward ensuring that certain applications work as expected. These configs exist to provide that level of changeability to the kernel for specific things. Additionally, the use of quirks allows us to identify hardware that requires specific things from the kernel that we can set once we detect them. </p>\n\n<p>This is one of the major features of Linux and it is one of the reasons we have been able to run on so many diverse platforms over the years. There are times when the quirks and source patches cause issues between each other. During these times, we work to mitigate the problems with changes to underlying kernel behavior. In many cases these changes don't make it upstream until after the release due in very large part to the need to properly code the fix, document what was done, test the changes and conduct various other tests and stress testing. </p>\n\n<p>In these cases, patches that are headed for upstream are carried as source patches in much the same way pre-stable and patches that are not yet in Linus' tree do. The link to the delta review spec should serve as a reference for what was reviewed for the current Natty release of the Ubuntu kernel.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-27T02:09:40.130", "id": "41266", "postId": "37172", "score": "1", "text": "Are there more details on the sauce patches and why some of the configuration changes are desired for Ubuntu's kernel?", "userDisplayName": null, "userId": "7823" }, { "creationDate": "2011-04-27T19:35:39.893", "id": "41415", "postId": "37172", "score": "0", "text": "Andrew, yes, I am working on some explanation text to add to the above that will, hopefully, clear up what sauce patches are in a bit more detail. :-)", "userDisplayName": null, "userId": "1657" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T19:42:31.713", "id": "37172", "lastActivityDate": "2014-02-17T03:58:52.663", "lastEditDate": "2014-02-17T03:58:52.663", "lastEditorDisplayName": null, "lastEditorUserId": "10015", "ownerDisplayName": null, "ownerUserId": "1657", "parentId": "37147", "postTypeId": "2", "score": "22" }
[ { "accepted": null, "body": "<p>The Linux kernel is in constant development. When packaging their next release, at some point in time the Ubuntu team has to say, 'OK, we'll take the kernel as it now stands' From time to time you may get a new kernel made available in the repos to use in the current distribu...
null
null
null
null
null
37149
1
null
2011-04-26T17:13:45.420
1
4436
<p>I know there are several posts on this already, but I am unable to figure out how to fix my boot loader by reading the forums. I have tried both GRUB and GRUB2 and have been unable to successfully boot Windows XP. The file system is still there but when I try to load Windows from GRUB I just get a blank screen and then GRUB reboots... Any idea's on what I can do? </p> <p>Edit: </p> <p>I tried super GRUB2 however only linux kernels were listed... </p> <p>I tried with Super Grub and still not dice... </p> <p>Edit: </p> <p>I ran the bash script as @wojox suggested. Results show core. Img is missing? : </p> <pre><code> Boot Info Script 0.55 dated February 15th, 2010 ============================= Boot Info Summary: ============================== =&gt; Syslinux is installed in the MBR of /dev/sda sda1: _________________________________________________________________________ File system: ntfs Boot sector type: Grub 2 Boot sector info: Grub 2 is installed in the boot sector of sda1 and looks at sector 473985688 of the same hard drive for core.img, but core.img can not be found at this location. No errors found in the Boot Parameter Block. Operating System: Windows XP Boot files/dirs: /boot.ini /ntldr /NTDETECT.COM /ubuntu/winboot/wubildr.mbr /ubuntu/winboot/wubildr sda2: _________________________________________________________________________ File system: Extended Partition Boot sector type: - Boot sector info: sda5: _________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 10.10 Boot files/dirs: /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab sda6: _________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: =========================== Drive/Partition Info: ============================= Drive: sda ___________________ _____________________________________________________ Disk /dev/sda: 250.0 GB, 250000000000 bytes 255 heads, 63 sectors/track, 30394 cylinders, total 488281250 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start End Size Id System /dev/sda1 * 63 322,706,093 322,706,031 7 HPFS/NTFS /dev/sda2 322,707,454 488,280,063 165,572,610 5 Extended /dev/sda5 322,707,456 481,447,935 158,740,480 83 Linux /dev/sda6 481,449,984 488,280,063 6,830,080 82 Linux swap / Solaris blkid -c /dev/null: ____________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 A4F02D76F02D503A ntfs OS /dev/sda2: PTTYPE="dos" /dev/sda5 f16f8a16-93e2-4928-a21b-4a43f51913a7 ext4 /dev/sda6 d2d9f632-3ec6-4a81-9781-11397345d694 swap /dev/sda: PTTYPE="dos" ============================ "mount | grep ^/dev output: =========================== Device Mount_Point Type Options aufs / aufs (rw) /dev/sr0 /cdrom iso9660 (ro,noatime) /dev/loop0 /rofs squashfs (ro,noatime) ================================ sda1/boot.ini: ================================ [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\windows [operating systems] multi(0)disk(0)rdisk(0)partition(1)\windows="Microsoft Windows XP Professional" /noexecute=optin /fastdetect =========================== sda5/boot/grub/menu.lst: =========================== # menu.lst - See: grub(8), info grub, update-grub(8) # grub-install(8), grub-floppy(8), # grub-md5-crypt, /usr/share/doc/grub # and /usr/share/doc/grub-legacy-doc/. ## default num # Set the default entry to the entry number NUM. Numbering starts from 0, and # the entry number 0 is the default if the command is not used. # # You can specify 'saved' instead of a number. In this case, the default entry # is the entry saved with the command 'savedefault'. # WARNING: If you are using dmraid do not use 'savedefault' or your # array will desync and will not let you boot your system. default 0 ## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined). timeout 3 ## hiddenmenu # Hides the menu by default (press ESC to see the menu) hiddenmenu # Pretty colours #color cyan/blue white/blue ## password ['--md5'] passwd # If used in the first section of a menu file, disable all interactive editing # control (menu entry editor and command-line) and entries protected by the # command 'lock' # e.g. password topsecret # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/ # password topsecret # # examples # #title Windows XP #root (hd0,0) #makeactive #chainloader +1 # # title Linux # root (hd0,1) # kernel /vmlinuz root=/dev/hda2 ro # # # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST ### BEGIN AUTOMAGIC KERNELS LIST ## lines between the AUTOMAGIC KERNELS LIST markers will be modified ## by the debian update-grub script except for the default options below ## DO NOT UNCOMMENT THEM, Just edit them to your needs ## ## Start Default Options ## ## default kernel options ## default kernel options for automagic boot options ## If you want special options for specific kernels use kopt_x_y_z ## where x.y.z is kernel version. Minor versions can be omitted. ## e.g. kopt=root=/dev/hda1 ro ## kopt_2_6_8=root=/dev/hdc1 ro ## kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro ## default grub root device ## e.g. groot=(hd0,0) # groot=f16f8a16-93e2-4928-a21b-4a43f51913a7 ## should update-grub create alternative automagic boot options ## e.g. alternative=true ## alternative=false # alternative=true ## should update-grub lock alternative automagic boot options ## e.g. lockalternative=true ## lockalternative=false # lockalternative=false ## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash ## should update-grub lock old automagic boot options ## e.g. lockold=false ## lockold=true # lockold=false ## Xen hypervisor options to use with the default Xen boot option # xenhopt= ## Xen Linux kernel options to use with the default Xen boot option # xenkopt=console=tty0 ## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(recovery) single # altoptions=(recovery mode) single ## controls how many kernels should be put into the menu.lst ## only counts the first occurence of a kernel, not the ## alternative kernel options ## e.g. howmany=all ## howmany=7 # howmany=all ## specify if running in Xen domU or have grub detect automatically ## update-grub will ignore non-xen kernels when running in domU and vice versa ## e.g. indomU=detect ## indomU=true ## indomU=false # indomU=detect ## should update-grub create memtest86 boot option ## e.g. memtest86=true ## memtest86=false # memtest86=true ## should update-grub adjust the value of the default booted system ## can be true or false # updatedefaultentry=false ## should update-grub add savedefault to the default options ## can be true or false # savedefault=false ## ## End Default Options ## title Ubuntu 10.10, kernel 2.6.35-28-generic uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/vmlinuz-2.6.35-28-generic root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro quiet splash initrd /boot/initrd.img-2.6.35-28-generic title Ubuntu 10.10, kernel 2.6.35-28-generic (recovery mode) uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/vmlinuz-2.6.35-28-generic root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro single initrd /boot/initrd.img-2.6.35-28-generic title Ubuntu 10.10, kernel 2.6.35-22-generic uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/vmlinuz-2.6.35-22-generic root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic title Ubuntu 10.10, kernel 2.6.35-22-generic (recovery mode) uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/vmlinuz-2.6.35-22-generic root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro single initrd /boot/initrd.img-2.6.35-22-generic title Ubuntu 10.10, memtest86+ uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/memtest86+.bin ### END DEBIAN AUTOMAGIC KERNELS LIST =========================== sda5/boot/grub/grub.cfg: =========================== # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then set have_grubenv=true load_env fi set default="0" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi } function load_video { insmod vbe insmod vga } insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set f16f8a16-93e2-4928-a21b-4a43f51913a7 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set f16f8a16-93e2-4928-a21b-4a43f51913a7 set locale_dir=($root)/boot/grub/locale set lang=en insmod gettext if [ "${recordfail}" = 1 ]; then set timeout=-1 else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Ubuntu, with Linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set f16f8a16-93e2-4928-a21b-4a43f51913a7 linux /boot/vmlinuz-2.6.35-28-generic root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro quiet splash initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set f16f8a16-93e2-4928-a21b-4a43f51913a7 echo 'Loading Linux 2.6.35-28-generic ...' linux /boot/vmlinuz-2.6.35-28-generic root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set f16f8a16-93e2-4928-a21b-4a43f51913a7 linux /boot/vmlinuz-2.6.35-22-generic root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set f16f8a16-93e2-4928-a21b-4a43f51913a7 echo 'Loading Linux 2.6.35-22-generic ...' linux /boot/vmlinuz-2.6.35-22-generic root=UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-22-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set f16f8a16-93e2-4928-a21b-4a43f51913a7 linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set f16f8a16-93e2-4928-a21b-4a43f51913a7 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Microsoft Windows XP Professional (on /dev/sda1)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set a4f02d76f02d503a drivemap -s (hd0) ${root} chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### =============================== sda5/etc/fstab: =============================== # /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5). # # &lt;file system&gt; &lt;mount point&gt; &lt;type&gt; &lt;options&gt; &lt;dump&gt; &lt;pass&gt; proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda5 during installation UUID=f16f8a16-93e2-4928-a21b-4a43f51913a7 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation UUID=d2d9f632-3ec6-4a81-9781-11397345d694 none swap sw 0 0 =================== sda5: Location of files loaded by Grub: =================== 197.6GB: boot/grub/grub.cfg 242.7GB: boot/grub/menu.lst 166.2GB: boot/initrd.img-2.6.35-22-generic 166.3GB: boot/initrd.img-2.6.35-28-generic 242.8GB: boot/vmlinuz-2.6.35-22-generic 242.8GB: boot/vmlinuz-2.6.35-28-generic 166.3GB: initrd.img 166.2GB: initrd.img.old 242.8GB: vmlinuz 242.8GB: vmlinuz.old </code></pre>
15049
6005
2011-04-28T17:00:21.493
2012-10-12T12:59:32.637
Grub. Dual Boot Windows XP and Lubuntu
[ "grub2", "windows-xp" ]
3
5
CC BY-SA 3.0
[ { "creationDate": "2011-04-26T17:30:05.530", "id": "41165", "postId": "37149", "score": "0", "text": "Do you remember where you installed grub? Specifically, was it to the MBR or to the Ubuntu partition? [Super Grub](http://www.bootproblems.com/) is a fantastic piece of software that will boot a...
null
[ { "accepted": null, "body": "<p>You booted into Ubuntu and ran </p>\n\n<pre><code>sudo update-grub\n</code></pre>\n\n<p>Try running a live cd and download and run <a href=\"http://sourceforge.net/projects/bootinfoscript/\" rel=\"nofollow\">BootInfoScript</a></p>\n", "commentCount": "2", "comments": ...
null
null
null
null
null
37150
1
null
2011-04-26T17:18:38.973
2
648
<p>I have asked this multiple times before in other sites but no one seemed interested to answer me. When will the blur effect be implemented? I am guessing Canonical already has this in their list since it just doesn't look good when the launcher is over a white background, everything just gets too blurry. I'd just like to know when or this isn't going to be implemented at all?</p>
13555
null
null
2011-04-26T17:18:38.973
Will there ever be blur effect on the launcher vertical bar?
[ "unity" ]
0
5
CC BY-SA 3.0
[ { "creationDate": "2011-04-26T17:28:00.170", "id": "41163", "postId": "37150", "score": "1", "text": "Do you have a screenshot to help convey what you're looking for/at?", "userDisplayName": null, "userId": "41" }, { "creationDate": "2011-04-26T17:28:01.810", "id": "41164", ...
null
[]
null
null
2011-04-26T21:59:55.877
null
null
37156
1
37157
2011-04-26T18:45:09.990
26
11726
<p>How can I do this without reinstalling the rest of the files as well?</p>
2991
2991
2011-04-26T18:50:17.817
2015-01-18T16:14:01.307
How to restore a single file from a package?
[ "package-management" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Download the package, for example <code>transmission-daemon</code>, with</p>\n\n<pre><code>sudo apt-get --download-only install transmission-daemon\n</code></pre>\n\n<p>unpack the package with</p>\n\n<pre><code>mkdir ~/dummy\ndpkg-deb -x /var/cache/apt/archives/transmission-daemon_*.deb ~/dummy\n</code></pre>\n\n<p>restore the file, for example <code>/etc/init.d/transmission-daemon</code></p>\n\n<pre><code>sudo cp ~/dummy/etc/init.d/transmission-daemon /etc/init.d\n</code></pre>\n\n<p>remove the dir</p>\n\n<pre><code>rm -rf ~/dummy\n</code></pre>\n", "commentCount": "5", "comments": [ { "creationDate": "2015-01-18T16:14:01.307", "id": "793678", "postId": "37157", "score": "2", "text": "It should also be noted that `apt-get download` downloads to the current working directory `.`", "userDisplayName": "user369927", "userId": null }, { "creationDate": "2017-05-08T13:20:56.923", "id": "1437420", "postId": "37157", "score": "5", "text": "You can avoid extracting the entire archive using a pipeline involving `dpkg-deb --fsys-tarfile` and `tar`, like so: `dpkg-deb --fsys-tarfile \"$package\"*.deb | tar -x ./path/to/file`", "userDisplayName": null, "userId": "27272" }, { "creationDate": "2017-07-01T19:42:35.413", "id": "1473838", "postId": "37157", "score": "1", "text": "`/tmp/dummy` seems more convenient that `~/dummy` and the need to remove it.", "userDisplayName": null, "userId": "173287" }, { "creationDate": "2019-01-31T11:11:15.610", "id": "1839913", "postId": "37157", "score": "1", "text": "Prefer `apt-get download` since `apt-get --download-only install` will stop if the package is already installed. As indicated by camypaj's answer.", "userDisplayName": null, "userId": "40949" }, { "creationDate": "2019-03-30T15:21:56.400", "id": "1871436", "postId": "37157", "score": "0", "text": "To expand on kojiro's comment, I had to look at what's the default value of `nginx`'s `worker_processes` setting on a range of machines. So I came up with the following command: `for f in /var/cache/apt/archives/nginx-common*; do dpkg-deb --fsys-tarfile \"$f\" | tar xO ./etc/nginx/nginx.conf | grep worker_processes; done`.", "userDisplayName": null, "userId": "186999" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T18:57:43.693", "id": "37157", "lastActivityDate": "2011-04-26T20:06:30.677", "lastEditDate": "2011-04-26T20:06:30.677", "lastEditorDisplayName": null, "lastEditorUserId": "2647", "ownerDisplayName": null, "ownerUserId": "2647", "parentId": "37156", "postTypeId": "2", "score": "31" }
[ { "accepted": true, "body": "<p>Download the package, for example <code>transmission-daemon</code>, with</p>\n\n<pre><code>sudo apt-get --download-only install transmission-daemon\n</code></pre>\n\n<p>unpack the package with</p>\n\n<pre><code>mkdir ~/dummy\ndpkg-deb -x /var/cache/apt/archives/transmission-d...
null
null
null
null
null
37158
1
90503
2011-04-26T19:02:57.650
8
7786
<p>I'm running Maverick at the moment and the default music player is Rhythmbox. It interfaces with the panel through the sound menu, so you can see it playing like this:</p> <p><img src="https://i.stack.imgur.com/hvh8T.png" alt="Screenshot of Rhythmbox playing in the Sound Menu"></p> <p>I know that, in Natty, Banshee is due to be the default music player, so I was trying it out the other day to get to grips with it. How can I change which music player interfaces with the panel like this (from Rhythmbox to Banshee and then back again)? Because, at the moment, when I run Banshee, I just get this:</p> <p><img src="https://i.stack.imgur.com/GYf0k.png" alt="Screenshot of the Sound Menu with Rhythmbox but not Banshee"></p> <p>...and no Banshee integration.</p>
13003
235
2012-03-03T21:26:12.803
2012-03-03T21:26:12.803
How do I change the Sound Menu's default music player?
[ "banshee", "rhythmbox", "default-programs", "indicator-sound" ]
5
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Really has nothing to do with 'Default', you can have several players in the sound menu,they'd be listed top down in order of install/activating, in other words the order listed in com.canonical.indicators.sound - interested-media-players which can be adjusted as desired.</p>\n\n<p>Atm there are at least 3 specifically enabled - banshee, rhythmbox, clementine, additionally vlc-1.2+ has MPRIS2 support &amp; works to some extent.</p>\n\n<p>From my perspective the 'quality' of sound menu support is best in banshee closely followed by clementine &amp; rhythmbox. Banshee &amp; clementine seem to lack album art in the menu. (I not sure if guayadeque has or will have support </p>\n\n<p>Vlc works ok, has album art but as it wasn't specifically coded for the sound menu it can't be minimised to it, only opened &amp; controlled from it.</p>\n\n<p>There is some interest possibly for audacious but nothing yet.</p>\n\n<p>Unless you or someone else is up to the task of adding MPRIS2 &amp; then enabling as intended for the sound menu then yes, you are \"dependent on the developers of the music players..\" not only for MPRIS2 but also proper integration into the menu.</p>\n\n<p>screen example - \n<img src=\"https://i.stack.imgur.com/5tm2V.png\" alt=\"enter image description here\"></p>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-02-22T09:03:58.083", "id": "123938", "postId": "90503", "score": "0", "text": "Doug, how do you add VLC to the Unity Panel like that please?", "userDisplayName": "user47512", "userId": null }, { "creationDate": "2012-02-24T00:31:33.533", "id": "124897", "postId": "90503", "score": "0", "text": "Matt - if you have vlc-2.0 as a minimum & it's not showing in the sound menu then try this - Open vlc > Tools > Preferences. Change something on the main Interface screen like \"Allow only one instance\" & or pick a new option from the 'Privacy\" drop down like \"as soon as track starts playing. Save, close & reopen vlc. Otherwise you could also try adding to the 'interested players' in dconf-editor > com.canonical.indicator.sound", "userDisplayName": null, "userId": "27773" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-12-26T04:52:17.633", "id": "90503", "lastActivityDate": "2011-12-26T04:52:17.633", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "27773", "parentId": "37158", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>It doesn't matter which music player is default. When you install banshee or rhythmbox it should add itself to the sound menu. However you need to logout and then login again to see the changes in the sound menu.</p>\n\n<p>However just to make sure, click Edit -> Preferences ...
null
null
null
null
null
37159
1
37160
2011-04-26T19:12:34.707
49
113200
<p>I am on Ubuntu and I did this command:</p> <pre><code>$ uname -a Linux slabrams-desktop 2.6.32-29-generic #58-Ubuntu SMP Fri Feb 11 19:00:09 UTC 2011 i686 GNU/Linux </code></pre> <p>Does it mean I am on 32bit or 64 bit processor?</p> <p>The reason I am trying to figure this out is that I was getting errors which looked like this:</p> <pre><code>cannot execute binary file </code></pre> <p>and from Googling, I thought it was a processor issue. Any ideas?</p>
15054
235
2011-11-05T22:33:22.407
2017-01-18T11:05:34.797
Is my processor 64 or 32 bit?
[ "architecture" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2017-01-18T11:05:34.797", "id": "1355465", "postId": "37159", "score": "0", "text": "Check out this [link](http://www.tecmint.com/find-out-linux-system-is-32-bit-or-64-bit/). A detailed description of your problem is given.", "userDisplayName": null, "userId": "605025"...
{ "accepted": true, "body": "<p>It means that you're running a 32-bit kernel, which means that you can only run 32-bit apps without the use of an emulator or virtualization.</p>\n\n<p>If you want to see if your processor is 64-bit then look for <code>lm</code> in the flags listed in <code>/proc/cpuinfo</code>.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-26T19:31:03.450", "id": "41186", "postId": "37160", "score": "29", "text": "Also `lscpu` can be used, and is more friendly.", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-04-26T19:31:14.917", "id": "41188", "postId": "37160", "score": "0", "text": "@Ignacio So I have a 32-bit processor which will need to run something which is made for 64-bit. Is that at all possible?", "userDisplayName": null, "userId": "15054" }, { "creationDate": "2011-04-27T05:58:36.880", "id": "41283", "postId": "37160", "score": "4", "text": "I'm not Ignacio, but generally it's not. You could install a VM using a product that lets you emulate an 64-bit system o a 32-bit platform, though.", "userDisplayName": null, "userId": "15055" }, { "creationDate": "2017-12-19T00:10:37.457", "id": "1590861", "postId": "37160", "score": "0", "text": "Much lighter weight than a VM is either a chroot or an lxc container twinned with QEMU. It all depends on what you need really.", "userDisplayName": null, "userId": "170177" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T19:15:16.720", "id": "37160", "lastActivityDate": "2011-04-26T19:15:16.720", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": "Ignacio Vazquez-Abrams", "ownerUserId": "83865", "parentId": "37159", "postTypeId": "2", "score": "36" }
[ { "accepted": true, "body": "<p>It means that you're running a 32-bit kernel, which means that you can only run 32-bit apps without the use of an emulator or virtualization.</p>\n\n<p>If you want to see if your processor is 64-bit then look for <code>lm</code> in the flags listed in <code>/proc/cpuinfo</cod...
null
null
null
null
Genadinik
37163
1
null
2011-04-26T19:20:40.227
0
599
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/25785/can-auto-hide-for-the-application-menu-be-turned-off-in-unity">Can auto-hide for the application menu be turned off in Unity?</a> </p> </blockquote> <p>I would like to know if there's any way i can keep the appmenu ( "File", "Edit", "help", etc ) displayed on Unity's top panel while i have focus on the app, without having to hover the top panel for the menu to be displayed.</p> <p>In other words, always show the appmenu of the current focused window no matter what the app window size is ( like mac osx).</p> <p>Thanks</p>
15053
-1
2017-04-13T12:23:28.223
2011-04-26T19:31:07.097
Show appmenu even when the top panel is not mouse overed
[ "11.04", "unity", "appmenu" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-26T19:30:18.583", "id": "41185", "postId": "37163", "score": "0", "text": "is the global menu the same thing than the appmenu? I believe global menu refers to the ubuntu icon on the left top corner, while appmenu refers to the app specific options", "userDisplayNam...
null
[ { "accepted": null, "body": "<p>Make it stick I don't think. I just use Alt+F Alt+E .....</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T19:31:07.097", "id": "37169", "lastActivityDate": "2011...
null
null
2011-04-26T21:37:04.967
null
null
37165
1
37167
2011-04-26T19:24:21.147
0
574
<p>What new features and changes will be done for Ubuntu 11.10?</p>
705
null
null
2011-04-26T19:27:28.180
What will be the new features of Ubuntu 11.10 Oneric Ocelot?
[ "11.10", "11.04" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I think it is too early to talk about the features of Ubuntu 11.10 since the Ubuntu Developer Summit (UDS) for 11.10 has not taken place yet. You can find more info about UDS <a href=\"http://summit.ubuntu.com/\" rel=\"nofollow\">here</a>. </p>\n\n<p>However one of the features that Mark Shuttleworth announced was the availability of Unity to all users regardless of their hardware. This essential means that Unity 2D would be the backup incase Unity 3D is not supported by your hardware.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-10-14T20:10:42.163", "id": "76072", "postId": "37167", "score": "0", "text": "And so thus, there is no longer any fallback to the classic desktop? Ouch.", "userDisplayName": null, "userId": "9229" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T19:27:28.180", "id": "37167", "lastActivityDate": "2011-04-26T19:27:28.180", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5855", "parentId": "37165", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>I think it is too early to talk about the features of Ubuntu 11.10 since the Ubuntu Developer Summit (UDS) for 11.10 has not taken place yet. You can find more info about UDS <a href=\"http://summit.ubuntu.com/\" rel=\"nofollow\">here</a>. </p>\n\n<p>However one of the featur...
null
null
2011-04-26T19:27:14.793
null
null
37168
1
37175
2011-04-26T19:29:55.183
1
1815
<p>How can I close all the open Nautilus windows in one swoop? I'm using 10.10 and 10.04. I'll take anything -- keyboard shortcut, command line command, or mouse action.</p>
8986
8986
2011-04-26T19:38:36.467
2018-05-13T15:31:33.530
What is the shortcut for closing all of the open directory windows in nautilus?
[ "gnome", "nautilus" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-26T19:31:05.743", "id": "41187", "postId": "37168", "score": "0", "text": "Please elaborate further. Which system are you using? Unity or Ubuntu 10.10 or 10.04...Also do you mean keyboard shortcut/", "userDisplayName": null, "userId": "5855" } ]
{ "accepted": true, "body": "<p>I think Ctrl-Q should do what you ask.\n(Ctrl-W will close one active tab or the window if there's only one.)</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-26T20:15:51.050", "id": "41199", "postId": "37175", "score": "0", "text": "That will do it. Also did you set Nautilus to open every window in it's own? That can be reversed.", "userDisplayName": null, "userId": "2973" }, { "creationDate": "2011-04-26T21:51:15.833", "id": "41239", "postId": "37175", "score": "0", "text": "How? Please tell me :)", "userDisplayName": null, "userId": "8986" }, { "creationDate": "2011-04-27T01:16:38.603", "id": "41262", "postId": "37175", "score": "0", "text": "@wojox: I have \"open every window in it's own\" not checked, as by default. What do you mean by \"that can be reversed\"?", "userDisplayName": null, "userId": "2647" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-04-26T20:00:39.293", "id": "37175", "lastActivityDate": "2018-05-13T15:31:33.530", "lastEditDate": "2018-05-13T15:31:33.530", "lastEditorDisplayName": null, "lastEditorUserId": "225694", "ownerDisplayName": null, "ownerUserId": "2647", "parentId": "37168", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>I think Ctrl-Q should do what you ask.\n(Ctrl-W will close one active tab or the window if there's only one.)</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-26T20:15:51.050", "id": "41199", "postId": "37175", ...
null
null
null
null
null
37170
1
null
2011-04-26T19:36:10.470
2
164
<p>I got a Dell Mini that comes with Ubuntu. I am unfamiliar with Ubuntu and I do not know how I can use it. I have trouble connecting to the Internet and I do not know what apps are available. I am quite frustrated!</p> <p>Can you give me information that will get me started to learn about Ubuntu?</p>
15057
4124
2011-04-26T21:11:20.173
2011-04-26T21:29:34.247
I am unfamiliar with Ubuntu on my Dell Mini (pre-installed)
[ "ubuntu-netbook", "troubleshooting" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-04-26T19:43:56.447", "id": "41191", "postId": "37170", "score": "1", "text": "Can you clarify your problem a bit? Did something stop working that you were using, or do you need help getting acquainted with Ubuntu in the first place?", "userDisplayName": null, "us...
null
[ { "accepted": null, "body": "<p><a href=\"http://www.youtube.com/user/bubblyonline#p/u/49/0JxoCXmAlRI\" rel=\"nofollow\">Here</a> is a good introductory video tutorial to Ubuntu. That youtube user has dozens of other tutorial videos as well. He's using an older version of Ubuntu, but most of the basics ar...
null
null
null
null
null
37171
1
37173
2011-04-26T19:42:17.550
4
947
<p>I am using a 32-bit machine, but I am having to use a relatively obscure semantic database which only comes in 64-bit versions.</p> <p>What are my options for running it in my local dev environment?</p> <p>Currently when I try to run it, I get an error message that looks like this:</p> <pre><code>cannot execute binary file </code></pre> <p>and when I check my machine info, I get this:</p> <pre><code>$ uname -a Linux slabrams-desktop 2.6.32-29-generic #58-Ubuntu SMP Fri Feb 11 19:00:09 UTC 2011 i686 GNU/Linux </code></pre>
15054
null
null
2012-05-31T02:02:06.590
I have a 32-bit machine, can I use programs that are meant for 64-bit processors?
[ "64-bit", "32-bit" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T01:13:29.747", "id": "41260", "postId": "37171", "score": "0", "text": "If you tell what software you're trying to run, may be you get more help ;-)", "userDisplayName": null, "userId": "12943" } ]
{ "accepted": true, "body": "<p>If its a compiled binary, in only a 64 bit version, I think you're stuck. The binary instructions within the 64 bit program won't be understood by your 32 bit processor. It might be possible somehow to run it through some kind of emulator but I've never seen one designed to do that, and it would most likely run very slow if there was one.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-26T20:03:12.420", "id": "41198", "postId": "37173", "score": "0", "text": "Should I then set up some VM and install the database there? Would that be a viable solution?", "userDisplayName": null, "userId": "15054" }, { "creationDate": "2011-04-26T20:38:01.827", "id": "41210", "postId": "37173", "score": "0", "text": "If you install a VM it will still be 32 bit so no it won't work.", "userDisplayName": null, "userId": "2973" }, { "creationDate": "2011-04-26T23:06:39.250", "id": "41244", "postId": "37173", "score": "0", "text": "I thought Qemu supported emulating 64-bit on 32-bit. I always assumed it would be in super-slow-motion though.", "userDisplayName": null, "userId": "880" }, { "creationDate": "2011-04-27T08:31:26.003", "id": "41296", "postId": "37173", "score": "0", "text": "I've just had a quick google around and it seems that all 64bit system emulators require 64bit hardware. I still think it would be _possible_, but I have no idea how and I've never seen it done.", "userDisplayName": null, "userId": "13003" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T19:53:58.850", "id": "37173", "lastActivityDate": "2011-04-26T19:53:58.850", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13003", "parentId": "37171", "postTypeId": "2", "score": "6" }
[ { "accepted": true, "body": "<p>If its a compiled binary, in only a 64 bit version, I think you're stuck. The binary instructions within the 64 bit program won't be understood by your 32 bit processor. It might be possible somehow to run it through some kind of emulator but I've never seen one designed to d...
null
null
null
null
null
37174
1
37184
2011-04-26T19:55:05.203
16
7852
<p>With the plethora of potential interfaces available</p> <ul> <li>lxde,</li> <li>openbox,</li> <li>fluxbox</li> <li>xfce,</li> <li>gnome2,</li> <li>gnome3,</li> <li>unity-3d,</li> <li>unity-2d etc, </li> </ul> <p>my question is - what is meant by "the lightest desktop interface" - and can you now consider Unity-2d as "Light"?</p> <p>Any guidance on the pro's and con's would be extremely useful for my evaluation - my target computer is a </p> <ul> <li>Pentium 4 1.3Ghz, 512Mb, 32GB HDD, 1024x768 Monitor, Geforce FX5500 256Mb AGP </li> </ul> <p>I would like to use it for web-browsing such as youtube, google-earth, simple graphical picture editing and word processing - all aimed for school student aged 10-15 yrs.</p>
14356
25863
2012-11-21T21:20:31.950
2012-11-21T21:20:31.950
What is the lightest desktop interface for ubuntu and is Unity-2d classified as a 'light' interface?
[ "unity-2d", "window-manager" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><em>A light interface is basically one that uses little resources, and can optionally depend on compositing and/or 3D capabilities, so even compiz could be called a light desktop interface when configured correctly (I've run compiz on worse specs than those you mentioned and it was fast and pretty stable).</em></p>\n\n<p>For optimum performance, I would suggest going with Lxde (Lubuntu).</p>\n\n<p>You can also use GNOME or XFCE, but keep in mind that both may get stressed under a heavy work load with that little memory, though you should be safe either way if you are only doing the basics like web browsing, word processing, etc.</p>\n\n<p>Unity 2D is also a light interface, and might be able to run on your hardware.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T20:55:07.383", "id": "37184", "lastActivityDate": "2011-11-22T22:14:15.773", "lastEditDate": "2011-11-22T22:14:15.773", "lastEditorDisplayName": null, "lastEditorUserId": "1992", "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "37174", "postTypeId": "2", "score": "20" }
[ { "accepted": null, "body": "<p>If you want everything to run smooth with those system specs, I would go with Xfce or Lxde. </p>\n\n<p>Openbox and Fluxbox are simply Window Managers and while being extremely light weight there is a lot of configuring involved.</p>\n\n<p>I'm not saying Gnome or Unity (which ...
null
null
null
null
null
37177
1
38031
2011-04-26T20:11:31.700
2
605
<p>my panel is gone in my updated version of ubuntu. What happened?</p> <p><code>lspci</code> shows:</p> <pre><code>00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) </code></pre> <p><img src="https://i.stack.imgur.com/rxJP2.png" alt="enter image description here"></p> <p>The panel is shown in normal ubuntu and is not here. The are is outlined in the normal shadow, but the side bar and the panel are showing. However if I slide my mouse across there then the normal volume changer and the like show. Also it has infected my normal ubuntu (classic ubuntu) and the unity panel and siding are making it impossible for me to use my 2 application menus that are in the two right hand corners so I had to add one other to the mix in order to easily access my applications. This thing is getting far out of hand. Need a fix here.</p> <p>Here's another picture of my problem:</p> <p><img src="https://i.stack.imgur.com/gT7WD.png" alt="enter image description here"></p>
14748
14748
2011-04-29T00:10:14.907
2011-04-29T16:55:04.027
Upgraded with some problems. What happened to my panel? The panels just disappeared
[ "11.04", "upgrade", "panel" ]
6
9
CC BY-SA 3.0
[ { "creationDate": "2011-04-26T22:05:53.160", "id": "41240", "postId": "37177", "score": "0", "text": "@Sam When asked to provide additional information, please add it to the question by editing it rather than as a comment. CapsLock and \"HELP ME\" comments won't get you an answer any faster so p...
{ "accepted": true, "body": "<p>Sounds very similar to that bug some people are unfortunately experiencing:\n<a href=\"https://bugs.launchpad.net/unity/+bug/745996\" rel=\"nofollow noreferrer\">https://bugs.launchpad.net/unity/+bug/745996</a></p>\n\n<p>As you can see, it's set to critical and tracked to be fixed in a Stable Release Update during the cycle. However, we have small hints at this stage about what causes it.</p>\n\n<p>All additional information on the bug report it always appreciated :)</p>\n\n<p>It seems that for some people this helped:\n1. remove this file from your filesystem: ~/.drirc\n2. logout and login again</p>\n\n<ul>\n<li><a href=\"https://askubuntu.com/questions/20119/how-do-i-subscribe-to-a-bug\">How do I subscribe to a bug?</a></li>\n</ul>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-29T16:04:33.347", "id": "41965", "postId": "38031", "score": "0", "text": "Thank you that sounds promising I'll test it as soon as I can.", "userDisplayName": null, "userId": "14748" }, { "creationDate": "2011-04-29T21:00:23.983", "id": "42083", "postId": "38031", "score": "0", "text": "I did this and it worked so I think this is a wonderful answer. Thank you so much this sucked until I got it resolved.", "userDisplayName": null, "userId": "14748" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T15:07:23.640", "id": "38031", "lastActivityDate": "2011-04-29T15:12:35.513", "lastEditDate": "2017-04-13T12:24:19.513", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "12036", "parentId": "37177", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>Try logging out and selecting 'Ubuntu Classic' or 'Ubuntu Classic (no effects)' after clicking on your username. Also give Unity 2D a try as it's pretty close to unity.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-28T23:46:38.570...
null
0
null
null
null
37179
1
37397
2011-04-26T20:27:24.100
2
784
<p>I just got a new laptop, and installed narwal on it. Things like youtube videso play fine, however "system graphics" (for lack of a better term) are extremely jerky, for example closing a tab will take several seconds, or even typing in this text box gets several seconds behind where I am typing. My system hardware is pretty beefy, so it's not a hardware issue: Intel Quad core 2GHz, 8GB of RAM, and a radeon 6570M with 1GB (running the proprietary driver).</p>
3621
null
null
2011-05-28T21:18:19.047
Graphics very jerky on Natty Narwal
[ "11.04", "graphics", "ati", "performance" ]
3
5
CC BY-SA 3.0
[ { "creationDate": "2011-04-26T20:32:17.430", "id": "41205", "postId": "37179", "score": "0", "text": "Not an answer to your question, but usually things like this happens in a freshly released distribution. Since you just got the laptop, try installing 10.04 LTS instead or wait until 11.04 becom...
{ "accepted": true, "body": "<p>try the latest <a href=\"http://www.webupd8.org/2011/04/amd-ati-catalyst-114-released-just-in.html\" rel=\"nofollow\">amd-ati-catalyst-114</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-28T14:30:55.043", "id": "41566", "postId": "37397", "score": "0", "text": "This seems to have helped, though not solved the problem completely. The problem also appears to be minimized by using Chromium in place of Firefox.", "userDisplayName": null, "userId": "3621" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T22:03:59.673", "id": "37397", "lastActivityDate": "2011-04-27T22:03:59.673", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13572", "parentId": "37179", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>try the latest <a href=\"http://www.webupd8.org/2011/04/amd-ati-catalyst-114-released-just-in.html\" rel=\"nofollow\">amd-ati-catalyst-114</a></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-28T14:30:55.043", "id": "41566", ...
null
null
null
null
null
37188
1
null
2011-04-26T21:20:59.887
0
1068
<p>I'm trying to install <a href="http://www.wesnoth.org/" rel="nofollow">wesnoth.org</a> game on Ubuntu. I have saved the file to my machine but don't know what to do now since it is in a <code>tar.bz2</code> format.</p>
15046
59292
2013-04-10T20:30:22.707
2013-04-10T20:30:22.707
How to install Wesnoth game from a tar.bz2?
[ "installation", "games" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>If you using Maverick or lower <a href=\"http://wiki.wesnoth.org/WesnothBinariesLinux#Maverick\" rel=\"nofollow\">WesnothBinariesLinux</a></p>\n\n<p>Else <a href=\"http://wiki.wesnoth.org/WesnothBinariesLinux#Compiling_2\" rel=\"nofollow\">Compiling</a></p>\n", "commentCo...
null
null
null
null
null
37193
1
null
2011-04-26T21:34:49.673
7
1541
<p>I have Ubuntu 10.10 installed on my laptop and connected via wireless lan to my home network. Now I want to play around with my old wifi equipment which I need to configure first. But every time I plug the ethernet cable in and the link on eth0 becomes ready Ubuntu disconnects my WLAN connection. Which is extremely annoying as I can't surf as along as I'm connected via (cable) ethernet. Or generally speaking: As long as I'm connected with a network from the "wired" tab.</p> <p>I already checked "Available to all users" for my WLAN and Wired network so that they are available when I log in. But this doesn't affect the problem mentioned above.</p> <p>Do I need to get rid of the NetworkManager to be able to stay connected to my WLAN and Wired network at the same time? (They don't share the same network address pool. WLAN is static IP, Wired is DHCP with differenct IP network.)</p>
15060
235
2011-04-26T21:40:39.403
2011-04-29T13:45:42.977
How to stop wifi disconnection when eth0 link becomes ready?
[ "10.10", "network-manager", "wireless" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You'll want to go in the connection's configuration settings, under the <strong>IPv4 Settings</strong> tab, click the <strong>Routes</strong> button, and check the checkbox marked \"<em>Use this connection only for the resouces on its network</em>\".</p>\n\n<p>What this does ...
null
null
null
null
null
37195
1
37215
2011-04-26T21:52:36.440
6
970
<p>I think I've lost my MBR upgrading from ubuntu 10.04 to 10.10.</p> <p>During the upgrade it gave me a message saying which partitions did I want the grub details to go on, saying if I was unsure to select all of them.</p> <p>After reboot I just end up in a grub recovery console.</p> <p>The system was a dual boot with windows vista.</p> <p>Any Idea how I can get both my operating systems to work?</p> <p>I'm currently attempting to download a live cd of 10.10 but its a rather big download to fix what I assume is a small problem. Worse than that I don't have a clue how to fix it with the live CD.</p> <p><strong>Edit1</strong> Results from the boot info script <a href="http://bootinfoscript.sourceforge.net/" rel="nofollow">http://bootinfoscript.sourceforge.net/</a></p> <pre><code> Boot Info Script 0.55 dated February 15th, 2010 ============================= Boot Info Summary: ============================== =&gt; Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #256 for /boot/grub. sda1: _________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files/dirs: /bootmgr /Boot/bcd sda2: _________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows Vista Boot files/dirs: /bootmgr /Boot/BCD /Windows/System32/winload.exe /wubildr.mbr /wubildr sda3: _________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files/dirs: /ubuntu/winboot/wubildr.mbr /ubuntu/winboot/wubildr /ubuntu/disks/root.disk /ubuntu/disks/swap.disk sda3/Wubi: _________________________________________________________________________ File system: ext4 Boot sector type: Grub 2 Boot sector info: Grub 2 is installed in the boot sector of sda3/Wubi and looks at sector 21294336 of the same hard drive for core.img, but core.img can not be found at this location. Mounting failed: mount: wrong fs type, bad option, bad superblock on /dev/loop1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so =========================== Drive/Partition Info: ============================= Drive: sda ___________________ _____________________________________________________ Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start End Size Id System /dev/sda1 63 24,563,384 24,563,322 27 Hidden HPFS/NTFS /dev/sda2 * 24,563,712 256,700,415 232,136,704 6 FAT16 /dev/sda3 256,700,416 488,394,751 231,694,336 7 HPFS/NTFS blkid -c /dev/null: ____________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/loop1 c0de1566-8c76-4392-ac90-9f026a82f928 ext4 /dev/sda1 443C1D3EE49BED2A ntfs PQSERVICE /dev/sda2 B898B25F98B21BB6 ntfs ACER /dev/sda3 A4202E96202E6F8A ntfs DATA /dev/sda: PTTYPE="dos" ============================ "mount | grep ^/dev output: =========================== Device Mount_Point Type Options aufs / aufs (rw) /dev/sr0 /cdrom iso9660 (ro,noatime) /dev/loop0 /rofs squashfs (ro,noatime) </code></pre>
15061
15061
2011-04-27T00:11:39.450
2011-04-27T01:33:21.813
Upgrade from 10.04 to 10.10 lost MBR
[ "upgrade", "grub2", "mbr" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://ubuntuforums.org/showthread.php?t=1639198\" rel=\"nofollow\">http://ubuntuforums.org/showthread.php?t=1639198</a> by following the instructions on that page I was able to install lilo.</p>\n\n<p>Lilo gives me two options ubuntu and windows. Windows works directly, choosing ubuntu brings me to grub which allows me to boot ubuntu.</p>\n\n<p>Yes grub gives a warning about an invalid background colour but at least my machine is usable (or as usable as it was before.).</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-27T02:02:55.397", "id": "41264", "postId": "37215", "score": "0", "text": "Yes Wubi installs require a Windows-style bootloader, not Grub2. In fact, it is not lilo giving two options - that is the Windows Boot Manager. The form of lilo you installed acts the same as Windows' bootloader. Please check that same thread for the \"Permanent Fix\" shown under Problem #2, because that is the next problem you will encounter (known issues with the Wubi 10.04 to 10.10 Upgrade)", "userDisplayName": null, "userId": "14916" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T01:04:49.180", "id": "37215", "lastActivityDate": "2011-04-27T01:04:49.180", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "15061", "parentId": "37195", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Well, you can use a LiveCD to re-install GRUB so I recommend that you download the LiveCD. This <a href=\"http://ubuntuforums.org/showthread.php?t=1581099\" rel=\"nofollow\">thread</a>, this <a href=\"http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubunt...
null
null
null
null
null
37198
1
37209
2011-04-26T22:33:28.137
14
48928
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/10373/do-i-need-to-have-antivirus-software-installed-on-a-linux-distro">Do I need to have antivirus software installed on a Linux distro?</a> </p> </blockquote> <p>I'm using ubuntu right now and I think it's really good. Really. But I'm wondering about viruses. I come from a mac background (I have never got a virus) and I'm wondering how ubuntu does the same. It has "millions of users" so I'm wondering why someone didn't make one yet. Or does it have built-in protection?</p>
23272
-1
2017-04-13T12:23:40.050
2011-09-23T15:39:50.243
Why aren't viruses an issue?
[ "viruses" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><strong>In no modern Operating System viruses are an issue for the sensible user.</strong> So viruses <strong>are</strong> an issue if you're not sensible.</p>\n\n<p>Viruses in fact don't get harmful unless you actually run them. That's almost the same in every different O.S., and do mistrust people telling you \"Linux is good because Windows has got viruses\" because it's nonsense. Linux (and Ubuntu) is good for many reasons, but this has nothing to do with viruses.</p>\n\n<p>However, running Ubuntu or Linux in general lets you be statistically <em>less prone</em> to get infected by viruses. Ubuntu encourages users to choose official repositories as the main source of software (which are safe), and running an executable by double-click is less easy than in Windows.</p>\n\n<p>But you can still get into a website that asks you to add a <strong>poisoning repository</strong>, or to install a <strong>malicious .deb</strong> (with double-click) to add some awesome functionality Ubuntu is missing.</p>\n\n<p>So viruses are a problem <strong>because of the user</strong>, not because of the system (which in most cases is an innocent victim), even if in some old Windows systems (95, 98, ME but also old versions of XP) one could get a virus without doing anything unsafe, just through some vulnerability of the system. But leaving out pointless chat topics (Micro$oft is baaad, etc...) nowadays Windows systems are safe enough for the use cases they're intended and do get infected because of user inexperience and IT unknowing.</p>\n\n<p>So, to answer your question:</p>\n\n<ol>\n<li>Windows users are usually less competent users and get infected with ease</li>\n<li>Ubuntu users use repositories which are safe</li>\n</ol>\n\n<p><strong>In no way Ubuntu is stronger towards viruses</strong>, I can write one tomorrow, pack it in a .deb, and it would be insidious and destructive also because people think \"linux has no viruses\". Linux has no viruses until you create one, which can be done in minutes, assuming you can convince the victim that it is safe to execute it.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-04-27T00:33:55.147", "id": "41258", "postId": "37209", "score": "5", "text": "However, you are wrong about remote vulnerabilities being left in the past with 95, 98, and ME. Take for example the [TIFF vulnerability](http://www.ubuntu.com/usn/usn-1120-1/) which became known just a few days ago - simply having you look at a \"specially\ncrafted TIFF image, a remote attacker could execute arbitrary code\"!", "userDisplayName": null, "userId": "5191" }, { "creationDate": "2011-04-27T06:18:13.707", "id": "41285", "postId": "37209", "score": "1", "text": "Uhm... really severe. Thanks for pointing that out. However, if the patch is as fast as the AV, there's no need of such thing as an AV; and the ratio between users infected by vulnerabilities and the one infected by dblclick is 1 : 100", "userDisplayName": null, "userId": "15068" }, { "creationDate": "2011-09-23T14:48:56.713", "id": "71970", "postId": "37209", "score": "1", "text": "That makes no sense. If you need to download, identify using your password and install something, then it certainly is no virus. And we've never ever seen a live virus for Linux.", "userDisplayName": null, "userId": "19779" }, { "creationDate": "2011-09-23T15:31:28.363", "id": "71984", "postId": "37209", "score": "1", "text": "Can make it tomorrow. \"Install this .deb package to add proper support for your XYZ printer/webcam/whatsoever\". BOOM. If users don't develop their own skills, viruses will always find a way.", "userDisplayName": null, "userId": "15068" }, { "creationDate": "2015-10-03T09:51:31.907", "id": "989131", "postId": "37209", "score": "0", "text": "Good point. Since everyone thinks that Linux is bulletproof against viruses, they wont suspect a thing, and can be infected easily!", "userDisplayName": null, "userId": "394921" }, { "creationDate": "2016-05-21T04:46:49.523", "id": "1159165", "postId": "37209", "score": "1", "text": "Android (which is based on Linux) and IOS (which is based on Unix) do not get viruses since they do not allow apps to change the system software.Ubuntu allows you to do this if you give the root password.On Windows everything needs admin access so the user will just click yes", "userDisplayName": null, "userId": "480305" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T23:46:21.877", "id": "37209", "lastActivityDate": "2011-09-23T15:39:50.243", "lastEditDate": "2011-09-23T15:39:50.243", "lastEditorDisplayName": null, "lastEditorUserId": "15068", "ownerDisplayName": null, "ownerUserId": "15068", "parentId": "37198", "postTypeId": "2", "score": "28" }
[ { "accepted": null, "body": "<p>There do exist \"viruses\" for Linux. Or rather, software that runs on your Linux computer without your consent (presumably for a malicious purpose). An example is a script disguised to look like a common command which serves as an IRC spam bot (this happened to a friend of m...
null
null
2011-04-27T00:53:16.603
null
null
37204
1
37207
2011-04-26T23:07:48.937
6
2058
<p>I installed wireshark. Ran it. When I click on 'Interface List', I get a list of 0 interfaces. I think that means I have some kind of configuration problem. </p> <p>I'm guessing my kernel isn't configured for it? How do I fix that? I'm hoping there is an easier solution than manually recompiling the kernel.</p>
681
null
null
2011-12-07T18:03:18.173
Why doesn' t wireshark work?
[ "installation", "networking" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You need to run wireshark as root. I'm not sure whether the launcher is set to do this yet but try plugging this into a terminal:</p>\n<pre><code>gksu wireshark\n</code></pre>\n<p>To make life easier on yourself, I suggest you edit the launcher (right click the menu → click edit menus → find wireshark and change prepend its command with <code>gksu</code>).</p>\n<hr />\n<p>Alternatively, you can use <code>setcap</code> to allow non-root users to use <code>dumpcap</code> (the application that does all the capturing that WireShark uses):</p>\n<pre><code>sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap\n</code></pre>\n<p>This is essentially <a href=\"http://wiki.wireshark.org/CaptureSetup/CapturePrivileges#Linux\" rel=\"noreferrer\">from the WireShark Wiki</a>. I had seen this before I posted the above but I wasn't confident in it. After seeing it again in the comments, I gave it a test today and it appears to work.</p>\n<h3>This has a security issue too, though...</h3>\n<p>Any user or process on the system can now monitor network traffic without user intervention. Think exploited service or genuine user. The wiki does have another setting where you can limit <code>dumpcap</code> to one group of users (and you add your account to that group) but this is only marginally better. What happens if your browser has an exploitable flaw, that allows somebody to fire off commands (does occasionally happen)?</p>\n<p>In my eyes this is <em><strong>more</strong></em> of a security risk than going through <code>gksu</code>. At least that way you need to enter a password.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-04-26T23:49:10.523", "id": "41249", "postId": "37207", "score": "0", "text": "but then it warns me that running it as root is bad and dangerous. the manual says something about running the gui as user but the backend as setuid root. 1. what is dangerous about it? 2. what is the right way to run it?", "userDisplayName": null, "userId": "681" }, { "creationDate": "2011-04-26T23:52:36.057", "id": "41251", "postId": "37207", "score": "0", "text": "but you are right it does work :)", "userDisplayName": null, "userId": "681" }, { "creationDate": "2011-04-27T00:22:04.187", "id": "41256", "postId": "37207", "score": "0", "text": "@Eric It's dangerous insofar as you could use it to damage your system (it does write files afterall) but as long as you respect that fact, you should be fine. The application can be split in two parts. Only the data capture element requires root so you *can* use tricks to allow it to do that without the frontend needing to be root... But it's more hassle than it's worth IMO. I'd just stick with running it as root.", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-04-27T00:51:03.887", "id": "41259", "postId": "37207", "score": "2", "text": "@Oli: Not really. http://wiki.wireshark.org/CaptureSetup/CapturePrivileges#Linux", "userDisplayName": null, "userId": "4357" }, { "creationDate": "2011-04-27T05:58:20.283", "id": "41282", "postId": "37207", "score": "0", "text": "You need root privileges for capturing packets and also capturing packets in {{ http://en.wikipedia.org/wiki/Promiscuous_mode | promiscuous}} mode.", "userDisplayName": null, "userId": "52" }, { "creationDate": "2011-04-27T10:43:07.027", "id": "41321", "postId": "37207", "score": "0", "text": "@Hello71 I had seen that before posting but plain didn't understand what it was trying to do so omitted it from my answer. I've tested it this morning and it appears to work. I'm not convinced it's any better for security (see my edited answer).", "userDisplayName": null, "userId": "449" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-26T23:43:33.143", "id": "37207", "lastActivityDate": "2011-04-27T10:42:04.827", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "449", "parentId": "37204", "postTypeId": "2", "score": "11" }
[ { "accepted": true, "body": "<p>You need to run wireshark as root. I'm not sure whether the launcher is set to do this yet but try plugging this into a terminal:</p>\n<pre><code>gksu wireshark\n</code></pre>\n<p>To make life easier on yourself, I suggest you edit the launcher (right click the menu → click e...
null
null
null
null
null
37208
1
null
2011-04-26T23:44:53.050
1
802
<p>i upgrade from lucid to maverick and got pretty messy i reinstall ubuntu maverick from live cd and so far i just had to reinstall all applications i had.</p> <p>but i have this list of kernel</p> <p>linux-image-2.6.35-22-generic 2.6.35-22.35<br> linux-image-2.6.35-28-generic 2.6.35-28.50<br> linux-image-generic 2.6.35.28.36 </p> <p>and im using currently this version</p> <p>Linux 2.6.35-22-generic i686</p> <p>im not sure if it's safe to delete the new kernel.</p>
15069
7035
2011-06-07T02:43:26.617
2011-06-07T02:43:26.617
Can new kernel be deleted?
[ "10.10", "kernel" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T08:01:57.097", "id": "41291", "postId": "37208", "score": "0", "text": "Duplicate? http://askubuntu.com/questions/17432/is-it-safe-to-delete-the-old-kernels-from-menu-lst", "userDisplayName": null, "userId": "8498" } ]
null
[ { "accepted": null, "body": "<p>It is safe to <strong>uninstall</strong> the new kernel.<br>\nGo to System > Administration > Synaptic Package Manager and look for <em>linux-image</em> and <em>linux-headers</em>. </p>\n\n<p>But why you want to do that?<br>\nIf the answer is \"because I'm using currently ...
null
null
null
null
null
37211
1
37254
2011-04-27T00:26:05.000
5
25116
<p>I just downloaded a download accelerator called SKDownloader for Firefox 4. I successfully installed the program, but now I'm stuck at installing the accompanying add-on <code>.xpi</code> for the program to be compatible with Firefox.</p> <p>In Windows, all I had to do was open the <code>.xpi</code> with Firefox and it would automatically install as an add-on. How do I install the <code>.xpi</code> file in Ubuntu?</p>
12846
955434
2021-12-13T12:42:22.797
2021-12-13T12:42:22.797
How to install .xpi add-on file for Firefox?
[ "software-installation", "firefox", "11.04", "add-on" ]
3
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Drag'n'drop from Nautilus or whatever else to Firefox window should work too (any tab, doesn't need to be addon manager).</p>\n\n<p>This way is somewhat faster if you already have found .xpi file.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T06:49:39.563", "id": "37254", "lastActivityDate": "2011-04-27T06:49:39.563", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "9626", "parentId": "37211", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>Go to tools&gt;addons (or open addons from the firefox button, or type about:addons in your address bar and press enter).</p>\n<ul>\n<li><p>Now, click on the button:</p>\n<p><img src=\"https://i.stack.imgur.com/n8fhk.png\" alt=\"enter image description here\" /></p>\n</li>\n<...
null
null
null
null
null
37214
1
null
2011-04-27T01:01:27.827
4
437
<p>Where can I find software for creating point clouds similar to MS Photosynth without being a programmer.</p>
15072
3940
2011-04-27T09:34:36.847
2017-02-25T21:26:50.907
Point cloud software
[ "software-recommendation", "graphics" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T10:28:52.410", "id": "41315", "postId": "37214", "score": "0", "text": "Just to clarify, are you talking about this kind of things?: http://pointclouds.org", "userDisplayName": null, "userId": "4066" } ]
null
[ { "accepted": null, "body": "<h2>Creating Point Clouds with Gimp</h2>\n<p>We have no idea how Photosynth works. With <strong><a href=\"http://packages.ubuntu.com/maverick/gimp\" rel=\"nofollow noreferrer\">The Gimp</a></strong></p>\n<pre><code>sudo apt-get install gimp\n</code></pre>\n<p>you can create poin...
null
null
null
null
null
37218
1
37223
2011-04-27T01:18:21.533
0
4904
<p>I have a mac disc image of the software for my Expresso USB modem in Ghana. Just as the title says can i convert and install the software for Ubuntu?</p>
12846
null
null
2011-10-22T12:15:05.290
Is it possble to install .pkg.dmg in Ubuntu
[ "11.04" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-08-28T22:16:04.350", "id": "67389", "postId": "37218", "score": "0", "text": "why does ubuntu not provide this kind of package format which can be installed easily?", "userDisplayName": null, "userId": "17118" } ]
{ "accepted": true, "body": "<p>No, this software is for a Mac OS system only, and will not be usable in Ubuntu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T01:51:35.850", "id": "37223", "lastActivityDate": "2011-04-27T01:51:35.850", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1992", "parentId": "37218", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>No, this software is for a Mac OS system only, and will not be usable in Ubuntu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T01:51:35.850", "id": "37223", "l...
null
null
null
null
null
37219
1
37224
2011-04-27T01:20:23.457
3
18879
<p>I'm trying to install a game of mine using POL (PlayOnLinux), but the CD-ROM must be mounted at /media/cdrom0. Instead, it is being mounted at /media/(diskname). Is there a way I can fix this? </p>
14615
null
null
2011-04-27T10:04:26.527
How do I mount CD-ROM at /media/cdrom0?
[ "mount", "wine", "cd", "games", "playonlinux" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2016-02-13T16:50:57.047", "id": "1088834", "postId": "37219", "score": "0", "text": "Ran into the same issue trying to install a wireless driver on a fresh ubuntu install - the disk has to be mounted at /media/cdrom in order to install packages from it. Unmounting and remounti...
{ "accepted": true, "body": "<p>First Unmount it: </p>\n\n<pre><code>sudo umount /media/(diskname) \n</code></pre>\n\n<p>Then mount it where you want: </p>\n\n<pre><code>mount -t auto /dev/cdrom /media/cdrom0 \n</code></pre>\n\n<p>I think there is another (easier) solution to your problem: just make a symbolic link: </p>\n\n<pre><code>sudo mkdir /media/cdrom0\n\nsudo ln -s /media/(diskname) /media/cdrom0 \n</code></pre>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-27T02:15:59.063", "id": "41267", "postId": "37224", "score": "0", "text": "Hi! Thank you for your help. After I enter in the second command, it tells me that cdrom0 does not exist, am I doing something wrong?", "userDisplayName": null, "userId": "14615" }, { "creationDate": "2011-04-27T03:01:45.560", "id": "41276", "postId": "37224", "score": "0", "text": "Sadly, I had to find another way to install the game, the POL script was very outdated and didn't work for me.", "userDisplayName": null, "userId": "14615" }, { "creationDate": "2011-04-27T10:07:15.417", "id": "41305", "postId": "37224", "score": "0", "text": "You should create the folder before. I edited the answer. Glad you find a way to make it work.", "userDisplayName": null, "userId": "12943" }, { "creationDate": "2011-04-27T15:30:04.297", "id": "41373", "postId": "37224", "score": "0", "text": "Thank you for your help! Even though I found another way to get the game working, I will keep this bookmarked as it will come in handy, I have a LOT more to install.", "userDisplayName": null, "userId": "14615" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T01:58:58.903", "id": "37224", "lastActivityDate": "2011-04-27T10:04:26.527", "lastEditDate": "2011-04-27T10:04:26.527", "lastEditorDisplayName": null, "lastEditorUserId": "12943", "ownerDisplayName": null, "ownerUserId": "12943", "parentId": "37219", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>First Unmount it: </p>\n\n<pre><code>sudo umount /media/(diskname) \n</code></pre>\n\n<p>Then mount it where you want: </p>\n\n<pre><code>mount -t auto /dev/cdrom /media/cdrom0 \n</code></pre>\n\n<p>I think there is another (easier) solution to your problem: just make a s...
null
null
null
null
null
37228
1
37232
2011-04-27T02:55:15.333
1
1455
<p>How can I set up a screensaver to randomly display images from one folder from the harddrive. This was extremely easy in Windows, but I can't figure out how to set it up in Ubuntu.</p>
15071
null
null
2017-06-25T15:23:49.047
Photo Gallery Screensaver
[ "screensaver" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can use pictures inside Pictures folder as screensaver. Just Choose Pictures Folder in your screensaver preferences.</p>\n\n<p><img src=\"https://i.stack.imgur.com/rGN7j.png\" alt=\"enter image description here\"></p>\n\n<p>For any other folder I think <a href=\"http://brainstorm.ubuntu.com/idea/6414/\" rel=\"nofollow noreferrer\">this</a> is what you should look into.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T03:12:06.840", "id": "37232", "lastActivityDate": "2011-04-27T03:12:06.840", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "1543", "parentId": "37228", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>You can use pictures inside Pictures folder as screensaver. Just Choose Pictures Folder in your screensaver preferences.</p>\n\n<p><img src=\"https://i.stack.imgur.com/rGN7j.png\" alt=\"enter image description here\"></p>\n\n<p>For any other folder I think <a href=\"http://br...
null
null
null
null
null
37230
1
37341
2011-04-27T03:03:01.020
0
2402
<p>I am trying to start hbase with the following command:</p> <blockquote> <p>hadoop@user-HP-dx2480-MT-NA125PA:/usr/local/hadoop/hbase$ bin/start-hbase.sh</p> </blockquote> <p>and the startup fails with the following errror:</p> <blockquote> <p>error are localhost: starting zookeeper, logging to /usr/local/hadoop/hbase/bin/../logs/hbase-hadoop-zookeeper-user-HP-dx2480-MT-NA125PA.out localhost: java.net.BindException: Address already in use localhost: at sun.nio.ch.Net.bind(Native Method) localhost: at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:137) localhost: at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77) localhost: at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:70) localhost: at org.apache.zookeeper.server.NIOServerCnxn$Factory.(NIOServerCnxn.java:122) localhost: at org.apache.zookeeper.server.ZooKeeperServerMain.runFromConfig(ZooKeeperServerMain.java:106) localhost: at org.apache.hadoop.hbase.zookeeper.HQuorumPeer.runZKServer(HQuorumPeer.java:85) localhost: at org.apache.hadoop.hbase.zookeeper.HQuorumPeer.main(HQuorumPeer.java:70)</p> </blockquote> <p>What is the solution for this? Can anyone tel me? What is AddressBindingException??</p>
15008
2725
2011-04-27T08:39:37.517
2011-04-27T16:17:24.830
Hbase installation failure
[ "installation", "hadoop" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It looks like your zookeeper process is already running. Or (much less likely), something else is already listening on port 2181 or 2888. Did you install a separate zookeeper package and start it?</p>\n\n<p>If so, you'll need to tell HBase not to start zookeeper automatically. Edit the conf/hbase-env.sh file and add the line:</p>\n\n<pre><code>export HBASE_MANAGES_ZK=false\n</code></pre>\n\n<p>On the other hand, if you want HBase to start zookeeper automatically, then change that setting to \"true\", make sure any current zookeeper process is stopped and try again.</p>\n\n<p>FYI, if you run into more problems, subscribe to the HBase user mailing list at user-subscribe@hbase.apache.org and we can help you further there.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T16:17:24.830", "id": "37341", "lastActivityDate": "2011-04-27T16:17:24.830", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "15120", "parentId": "37230", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>It looks like your zookeeper process is already running. Or (much less likely), something else is already listening on port 2181 or 2888. Did you install a separate zookeeper package and start it?</p>\n\n<p>If so, you'll need to tell HBase not to start zookeeper automatical...
null
null
null
null
null
37234
1
null
2011-04-27T02:52:25.367
1
608
<p>Just setup a laptop with Ubuntu 10.10 and noticed that Ubuntu's offering a free cloud-based sync service with 2GB of storage. What protocols/methods does Ubuntu One support for connectivity? i.e. can I mount it as a block-device like Elastic Block Storage? SSH? More interested in using it for Ubuntu Server as a cheap off-site backup solution for Webservers, etc.</p>
null
null
null
2013-01-11T09:21:42.467
Ubuntu One: can this be used for backups?
[ "ubuntu-one" ]
3
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Technically, Yes. However, as of the last time I used UbuntuOne, it was not encrypted, so I'd say no, to using it as a backup service. Also, most backup utilities run as a cron job, with elevated privledges. As such, the backup files are owned by root, which does not play ...
null
null
null
null
gravyface
37238
1
37250
2011-04-27T04:50:53.253
1
575
<p>When will deb multi arch support be included in Ubuntu? Is there any ongoing work?</p>
14708
null
null
2011-04-27T14:33:50.530
When will deb multi arch support be included in Ubuntu?
[ "package-management", "64-bit", "deb", "32-bit" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"http://www.ubuntu.com/testing/natty/beta\" rel=\"nofollow\">http://www.ubuntu.com/testing/natty/beta</a></p>\n\n<p>scroll down to the note about dpkg. It makes mention of multi-arch support.</p>\n\n<p>Also, if you check the changelog, I see mentions of multi-arch support: </p>\n\n<ul>\n<li><a href=\"http://changelogs.ubuntu.com/changelogs/pool/main/d/dpkg/dpkg_1.16.0~ubuntu7/changelog\" rel=\"nofollow\">http://changelogs.ubuntu.com/changelogs/pool/main/d/dpkg/dpkg_1.16.0~ubuntu7/changelog</a></li>\n<li><a href=\"https://lists.ubuntu.com/archives/ubuntu-devel/2011-March/032750.html\" rel=\"nofollow\">ubuntu-devel discussion</a></li>\n</ul>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T06:11:23.433", "id": "37250", "lastActivityDate": "2011-04-27T14:33:50.530", "lastEditDate": "2011-04-27T14:33:50.530", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "1974", "parentId": "37238", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p><a href=\"http://www.ubuntu.com/testing/natty/beta\" rel=\"nofollow\">http://www.ubuntu.com/testing/natty/beta</a></p>\n\n<p>scroll down to the note about dpkg. It makes mention of multi-arch support.</p>\n\n<p>Also, if you check the changelog, I see mentions of multi-arch s...
null
null
null
null
null
37239
1
null
2011-04-27T04:51:24.703
4
1918
<p>I've added battery-status to the indicator applet, but I am having trouble removing the original battery applet (stuck on "estimating"), and I currently have two battery icons in the indicator applet. Going through the preferences of the original power applet, there is an option to never show the icon, but that options makes both icons disappear and leaves an empty space in the indicator applet, which acts like battery-status, that is its fully functional, but lacks the battery picture. </p> <p>This website: <a href="http://www.omgubuntu.co.uk/2011/02/battery-applet-status-ubuntu/" rel="nofollow">http://www.omgubuntu.co.uk/2011/02/battery-applet-status-ubuntu/</a></p> <p>claims that when I add battery-status to the indicator, I should be prompted to replace the original indicator but no such prompt appeared.</p> <p>I also removed gnome-power-manager=1 from /usr/share/indicator-application/ordering-override.keyfile but that changed nothing (What exactly does removing that line even do, for curiosity's sake?)</p> <p>The answer posted by Madhava is no good. I've already mentioned that doing what you are showing me makes the icon disappear for the battery-status as well as the original battery indicator. Here is a video of this: </p> <p><a href="http://img860.imageshack.us/i/7mi.mp4" rel="nofollow">http://img860.imageshack.us/i/7mi.mp4</a> </p> <p>How do I get the battery-status icon to remain, and not just a blank space??</p>
14936
235
2011-04-28T02:42:15.407
2011-05-27T18:51:00.030
Remove original battery indicator from indicator applet
[ "indicator", "gnome-power-manager" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Open <strong>System Settings</strong>. In the Hardware section, click <strong>Power Management</strong>. Switch to the <strong>General</strong> tab and select \"Never display an icon\".</p>\n\n<p><img src=\"https://i.stack.imgur.com/ydXgD.png\" alt=\"enter image description h...
null
null
null
null
null
37247
1
37248
2011-04-27T05:21:34.713
43
80204
<p>With the (apparent) loss of the print indicator in Natty, I'm having a little trouble keeping track of my print queue easily. </p> <p>At the moment to bring up a print queue, I bring up the "Printing" application using the Dash, then go to the Printer -> View Print Queue menu. This seems a little convoluted to me, and I'd like an easier way.</p> <p>Is there some way to go directly to the printer queue in Natty, like you used to be able to do by clicking on the printer indicator in earlier Ubuntu versions? Alternatively, can we turn the printer indicator icon back on when there are (or have recently been) queued print jobs?</p>
177
158442
2018-07-03T20:27:39.313
2018-07-03T20:27:39.313
Is there an easy way to view the print queue?
[ "printing", "indicator" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2016-06-06T08:24:38.047", "id": "1173580", "postId": "37247", "score": "0", "text": "Related: http://askubuntu.com/q/781887/451919", "userDisplayName": null, "userId": "451919" } ]
{ "accepted": true, "body": "<p>Yes, this is a <a href=\"https://bugs.launchpad.net/ubuntu/+source/unity/+bug/771562\" rel=\"nofollow\">bug</a>.</p>\n\n<p>The old printer applet should be whitelisted and an actual print indicator should be written for 11.10.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T05:54:14.403", "id": "37248", "lastActivityDate": "2011-06-25T17:37:50.973", "lastEditDate": "2011-06-25T17:37:50.973", "lastEditorDisplayName": null, "lastEditorUserId": "114", "ownerDisplayName": null, "ownerUserId": "1579", "parentId": "37247", "postTypeId": "2", "score": "8" }
[ { "accepted": true, "body": "<p>Yes, this is a <a href=\"https://bugs.launchpad.net/ubuntu/+source/unity/+bug/771562\" rel=\"nofollow\">bug</a>.</p>\n\n<p>The old printer applet should be whitelisted and an actual print indicator should be written for 11.10.</p>\n", "commentCount": "0", "comments": ...
null
null
null
null
null
37249
1
37909
2011-04-27T06:00:50.980
0
487
<p>I love Firefox's Rikaichan extension, it shows the meaning of Japanese kanjis when hovering the mouse over them.</p> <p>I am writing a lot of text in Japanese, so to benefit from Rikaichan I edit in a HTML-textarea page I created locally. I open this page in a Firefox tab when I want to write a text. The problem is that the risks of loosing the text is high.</p> <p>A better alternative would be a XUL-based (Firefox extension?) Notepad-like simple text editor.</p> <p>Thunderbird is too heavy. Gmail's Compose window is not convenient and inserts undesirable carriage returns.</p> <p>(<a href="http://forum.koohii.com/viewtopic.php?id=2656" rel="nofollow">related</a>)</p>
4066
null
null
2011-04-29T08:56:49.717
XUL-based simple text editor? (to benefit from Rikaichan when writing text files)
[ "firefox", "japanese" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I guess you could use <a href=\"http://cloud9ide.com/\" rel=\"nofollow\">Cloud9</a>. However, since you edit the files on a local html area, I would recommend using <a href=\"https://addons.mozilla.org/en-US/firefox/addon/5761/\" rel=\"nofollow\">Textarea Cache</a> extension. It will avoid losing what you have typed in any textarea fields.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-05-08T07:04:05.287", "id": "45096", "postId": "37909", "score": "0", "text": "Thanks! I installed the Textarea Cache extension and will check it.", "userDisplayName": null, "userId": "4066" }, { "creationDate": "2011-05-31T04:54:03.953", "id": "50647", "postId": "37909", "score": "0", "text": "Finally using an HTML area and Textarea cache.", "userDisplayName": null, "userId": "4066" }, { "creationDate": "2011-06-01T23:58:42.873", "id": "51148", "postId": "37909", "score": "0", "text": "Glad to read it solved your problem.", "userDisplayName": null, "userId": "2950" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T08:56:49.717", "id": "37909", "lastActivityDate": "2011-04-29T08:56:49.717", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2950", "parentId": "37249", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>You may use a tiddlywiki. It is an HTML file with embedded javascript that allows modifications and stores them into itself. \nOr, if you prefer cloud solution - Google Docs. It also has an autosave feature. </p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
37257
1
37270
2011-04-27T07:13:45.460
3
1355
<p>I recently installed the gnome-shell for natty,</p> <p>I am getting a couple of strange graphical issues.</p> <p>1) whenever I press the <em>super key</em>, or try to show the bottom menu I get a strange flickering, the whole screen gets munched up while it animates to show/hide.</p> <p>2) The top bar has an awful effect: It has rainbow coloured stripes. <img src="https://i.stack.imgur.com/Wyns1.png" alt="enter image description here"></p> <p>3) Some of the tooltips and dropdowns (not all of them, and its not application specific) are horribly skewed, They will have a massive angle on the text and the extreme right of the tooltip is cut off and appears on the extreme left of the tooltip.</p> <p>How can I fix these?</p> <p>If it helps I have a dell inspiron 1545.</p>
14127
235
2011-04-27T14:31:10.767
2011-04-27T14:31:10.767
GNOME 3 shows a striped striped bar on top of the screen
[ "11.04", "graphics", "gnome" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T09:19:40.167", "id": "41301", "postId": "37257", "score": "1", "text": "I had the same problem, but installing the proper gfx card drivers fixed it for me.", "userDisplayName": null, "userId": "5995" } ]
{ "accepted": true, "body": "<p>Ah, Got it working.</p>\n\n<p>I was using the propriety driver for my graphics card.</p>\n\n<p>After disabling it gnome3 is working perfectly ;D</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-27T21:14:12.617", "id": "41425", "postId": "37270", "score": "0", "text": "I didn't notice the posted date....", "userDisplayName": null, "userId": "23272" }, { "creationDate": "2011-11-14T00:40:13.580", "id": "89087", "postId": "37270", "score": "0", "text": "how did you remove the propriety driver?", "userDisplayName": null, "userId": "33766" }, { "creationDate": "2011-12-07T01:30:01.430", "id": "97400", "postId": "37270", "score": "0", "text": "using the additional drivers dialog", "userDisplayName": null, "userId": "14127" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T09:34:58.140", "id": "37270", "lastActivityDate": "2011-04-27T09:34:58.140", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "14127", "parentId": "37257", "postTypeId": "2", "score": "0" }
[ { "accepted": null, "body": "<p>It is known that gnome 3 does not work well with unity.<br>\nThe libs for unity are not compatible with gnome 3 and the shell and vica versa.<br>\nIf you must try it out here are the live cd's though only for suse or fedora<br>\n<a href=\"http://gnome3.org/tryit.html\" rel=\"...
null
null
null
null
null
37265
1
null
2011-04-27T08:49:54.140
2
1049
<p>okay bear with me if this if this is a dumb question but I have just got Virtual box on my ubuntu system. I may be loosing connection at home soon and am thinking of getting a crikit broadband 3g modem just to have the net, even if it is slow. What I need to know is can I use XP on VB to set it up and then have it work through linux since it doesn't support linux, Use it only on vbox through ubuntu or would it even work?</p>
15085
235
2011-10-11T21:19:59.223
2011-10-11T21:19:59.223
Can I use a Crikit Broadband 3G moden through virtualbox?
[ "virtualbox", "modem" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Lots of 3G Broadband modems are supported in Linux even though the modem's box doesn't say so. While I've not used the specific modem that you are having, I've used two different Broadband modems with my Ubuntu. (Huwaei E1752 and another Huawei E150)</p>\n\n<p>Both okay in Ub...
null
null
null
null
null
37267
1
37354
2011-04-27T09:08:48.227
29
113783
<p>In Maverick, there was an option to download Flash videos from sites like YouTube, Vimeo, etc. by copying the <code>flashxx**</code> file in <code>/tmp</code> directory to another location before closing the window. But in Firefox 4 in Natty, this doesn't work anymore. Why?</p>
13572
235
2012-02-06T19:07:47.787
2015-10-12T05:11:50.170
How can I access Flash files from streaming websites?
[ "firefox", "flash" ]
21
2
CC BY-SA 3.0
[ { "creationDate": "2012-03-22T18:34:18.433", "id": "136220", "postId": "37267", "score": "0", "text": "If you just want to download videos, I'd recommend Clipgrab: http://clipgrab.de/en . They have a PPA: https://launchpad.net/~clipgrab-team", "userDisplayName": null, "userId": "10425" ...
{ "accepted": true, "body": "<p>An update to the flash plugin changed the location from <code>/tmp</code> to the Firefox cache directory (e.g. <code>~/.mozilla/firefox/bq95m4w1.default/Cache</code>). Unfortunately the cached flash file is not as easy to find as before, but it is possible.</p>\n\n<p>The following command lists all the flash files in your Firefox cache.</p>\n\n<pre><code>find ~/.mozilla/firefox/*.default/Cache -type f -exec file {} \\; | grep Flash\n</code></pre>\n\n<p>On Newer versions of ubuntu try</p>\n\n<pre><code>find ~/.cache/mozilla/firefox/*.default/Cache -type f -exec file {} \\; | grep Flash\n</code></pre>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-05-30T20:42:45.213", "id": "50603", "postId": "37354", "score": "1", "text": "Why not `file ~/.mozilla/firefox/*.default/Cache/* | grep Flash`? Cache directory does not seem to have subdirectories, that could justify the use of `find`.", "userDisplayName": null, "userId": "2647" }, { "creationDate": "2011-09-13T11:57:16.290", "id": "70049", "postId": "37354", "score": "0", "text": "doesn't work. probably worked before.", "userDisplayName": null, "userId": "7704" }, { "creationDate": "2011-09-16T09:24:46.043", "id": "70655", "postId": "37354", "score": "0", "text": "The FLV file is still in /tmp, however you need a special trick to access it.", "userDisplayName": null, "userId": "4124" }, { "creationDate": "2011-09-16T09:37:17.740", "id": "70657", "postId": "37354", "score": "0", "text": "See my reply below which talks about recovering the FLV file using the /proc filesystem. Still, you can use one of the Firefox addons to perform the same task.", "userDisplayName": null, "userId": "4124" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T17:30:31.320", "id": "37354", "lastActivityDate": "2013-11-30T18:58:54.990", "lastEditDate": "2013-11-30T18:58:54.990", "lastEditorDisplayName": null, "lastEditorUserId": "36285", "ownerDisplayName": null, "ownerUserId": "15052", "parentId": "37267", "postTypeId": "2", "score": "26" }
[ { "accepted": null, "body": "<p>As far as i know this is not due to firefox nor natty, but a flash update...</p>\n\n<p>You can catch the http stream with <code>wireshark</code> or use a tool like <code>youtube-dl</code> to get the movie file.</p>\n\n<p><strong>But remember that it might not be legal, so che...
null
null
null
null
null
37269
1
37274
2011-04-27T09:33:57.637
1
3618
<p>When I plug in my a second monitor on my laptop (sony vaio with Nvidia GT330M and proprietary driver) I have to log out and back in for the external screen to display something.</p> <p>Is this really necessary? What are my other options? Why is the second screen not activated as soon as I plug it in?</p> <p>Thanks!</p>
38
null
null
2011-04-27T14:26:25.453
Second screen detection
[ "nvidia", "twinview" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You don't have to logout.</p>\n<ol>\n<li><p>Go to <code>System</code> → <code>Administration</code> → <code>NVIDIA X Server Settings</code> or click on the Applications lens in the Launcher and search for <code>NVIDIA</code>.</p>\n<p><img src=\"https://i.stack.imgur.com/pszQF.png\" alt=\"applications-lens-search\" /></p>\n</li>\n<li><p>Select <code>X Server Display Configuration</code>.</p>\n<p><img src=\"https://i.stack.imgur.com/tEDmm.png\" alt=\"nvidia-x-display-settings\" /></p>\n</li>\n<li><p>From the <code>Model</code> drop down list select the display you want to activate.</p>\n<p><img src=\"https://i.stack.imgur.com/488Bw.png\" alt=\"nvidia-x-display-settings-model\" /></p>\n</li>\n<li><p>Click on <code>Configure</code> and select the option you need.</p>\n<p><img src=\"https://i.stack.imgur.com/caf5F.png\" alt=\"nvidia-x-display-settings-model-configuration\" /></p>\n</li>\n</ol>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-27T10:11:39.180", "id": "41307", "postId": "37274", "score": "0", "text": "So it's Nvidia's fault if this is not automatic?", "userDisplayName": null, "userId": "38" }, { "creationDate": "2011-04-27T10:13:53.443", "id": "41309", "postId": "37274", "score": "0", "text": "I didn't state that. I can't tell you why it is not automatic, I guess because there are more options one can configure it and it is up to the user to decide what he needs.", "userDisplayName": null, "userId": "2732" }, { "creationDate": "2011-04-27T10:16:34.900", "id": "41310", "postId": "37274", "score": "0", "text": "Great, thank you. Just curious that they didn't think that I would like something displayed on the screen I just plugged in.", "userDisplayName": null, "userId": "38" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T10:01:19.043", "id": "37274", "lastActivityDate": "2011-04-27T14:26:25.453", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "2732", "parentId": "37269", "postTypeId": "2", "score": "4" }
[ { "accepted": true, "body": "<p>You don't have to logout.</p>\n<ol>\n<li><p>Go to <code>System</code> → <code>Administration</code> → <code>NVIDIA X Server Settings</code> or click on the Applications lens in the Launcher and search for <code>NVIDIA</code>.</p>\n<p><img src=\"https://i.stack.imgur.com/pszQF...
null
null
null
null
null
37275
1
null
2011-04-27T10:24:50.387
2
8047
<p>when I gave the <code>sudo apt-get install php5</code> command it responds with and error message "unable to locate php5"</p>
15094
235
2011-04-27T14:29:53.607
2011-04-27T14:29:53.607
Unable to locate php5
[ "10.10", "php", "software-sources" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T10:55:44.227", "id": "41323", "postId": "37275", "score": "0", "text": "Could you please post the content of your `/etc/apt/sources.list` file?", "userDisplayName": null, "userId": "4066" } ]
null
[ { "accepted": null, "body": "<p>there is probably problem with your repository configuration...</p>\n\n<p>post here output of </p>\n\n<pre><code>more /etc/apt/sources.list\n</code></pre>\n\n<p>php5 is in \"main\" repository, so you should have there some variant of </p>\n\n<pre><code>deb http://archive.ubun...
null
null
null
null
null
37277
1
null
2011-04-27T10:50:09.960
2
139
<p>I am working with visually impaired children in Kenya and would like to know if Orca screen reader comes with Edubuntu and whether it would work with the various educational packages on Edubuntu.</p> <p>Many thanks</p> <p>Martin Muckle</p>
15096
3940
2011-04-27T13:55:27.327
2011-05-28T07:54:34.560
Does Ocra screen reader come on Edubuntu by default?
[ "edubuntu", "orca" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Edubuntu is basically Ubuntu with an additionally installed meta package. Therefore all applications that are available for Ubuntu will also be available in Edubuntu, including Orca. From version >=11.04 you will also have a <a href=\"http://www.stgraber.org/2011/02/22/edubun...
null
null
null
null
null
37278
1
37284
2011-04-27T10:51:23.683
19
16813
<p>The boot time in Ubuntu is really fast. 7-10 seconds. Comparing it to my mac (which is about 30-40 seconds). How come Ubuntu is so much faster? I'm thinking that it uses a different kernel (Linux). I'm not sure if that would come into account for anything...</p>
23272
25863
2012-03-16T14:41:40.490
2012-03-16T14:41:40.490
Boot time is super fast, how come?
[ "boot" ]
4
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T11:10:43.897", "id": "41325", "postId": "37278", "score": "6", "text": "The boot time of a system depends on many factors- like your hardware configuration, startup scripts and programs- DE etc etc. Welcome to the linux world.", "userDisplayName": null, "use...
{ "accepted": true, "body": "<p>It boots fast because people have worked very hard toward that goal over the past couple of years since Ubuntu 8.10. Some of the major factors (over pre-10.04 Ubuntu):</p>\n\n<ul>\n<li><p>Moving the boot process over to an event model (Upstart) so that things both load in parallel and when they're needed. It's a genius system.</p></li>\n<li><p>X (the graphical desktop to most people) is now loaded very early on. By getting it ready faster, you can show the user something much quicker.</p></li>\n<li><p>Removing deadwood from <code>initramfs</code> (the image that is loaded by grub to boot the system)</p></li>\n<li><p>Various caching mechanisms have come and gone including <code>sreadahead</code> and <code>ureadahead</code>. These work by generating a binary block of files your system uses at boot so that can be read off the hard disk in one go.</p></li>\n</ul>\n\n<p>Comparing 8.10 and 10.10, you probably only see a sixth of the boot time now. It's a very impressive improvement... But that doesn't really explain why it's faster than other systems.</p>\n\n<p>For that I think I can only really say they're heavier and aren't as good at booting service in parallel.</p>\n", "commentCount": "5", "comments": [ { "creationDate": "2011-04-27T11:45:18.197", "id": "41326", "postId": "37284", "score": "0", "text": "You did explain why. Other system didn't expend as much resources optimising boot time as linux did.", "userDisplayName": null, "userId": "211" }, { "creationDate": "2011-04-27T11:49:41.410", "id": "41328", "postId": "37284", "score": "5", "text": "In fairness to to them, I'm sure Microsoft and Apple have spent huge wadges of cash trying to improve their boot processes... Microsoft certainly made a huge song and dance about it before Windows 7 was launched. They're just not as good at it ;)", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-04-27T13:53:41.337", "id": "41354", "postId": "37284", "score": "2", "text": "I'm not sure if you intended it to sound that way or not, but \"generating a binary block of files your system uses to boot\" makes it sound like ureadahead copies data used during boot to a central cache where it is read from instead. This is not the case. It generates a list of those files, and reads them from their original locations at boot time in an optimized order before they are needed.", "userDisplayName": null, "userId": "8500" }, { "creationDate": "2011-04-27T14:23:06.970", "id": "41359", "postId": "37284", "score": "0", "text": "@psusi I was thinking of `sreadahead` which does generate a binary \"pack\" file. Actually, are you sure? I've been reading further into `ureadahead` and it also seems to revolve around the \"pack\" concept (which makes sense if you want to counter slow seek times on mechanical disks)...", "userDisplayName": null, "userId": "449" }, { "creationDate": "2011-04-27T15:29:19.153", "id": "41372", "postId": "37284", "score": "2", "text": "The pack file is a list of what blocks from what files need to be read; it does not contain the actual data. I have been experimenting with defragging the disk and packing those files tightly at the start of the disk and getting improvements from that due to less seek time. Simply reading the files in order helps a good deal with seeks though since the head only has to seek forward and never backwards.", "userDisplayName": null, "userId": "8500" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T11:37:11.727", "id": "37284", "lastActivityDate": "2011-04-27T11:37:11.727", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "449", "parentId": "37278", "postTypeId": "2", "score": "28" }
[ { "accepted": null, "body": "<p><a href=\"http://ubuntuforums.org/showthread.php?t=1434502\" rel=\"nofollow\">ureadahead</a> is one reason.</p>\n\n<p>That the people who are writing the system are the ones using it and they hate slow boots is another.</p>\n\n<p>That desktop users generally expect long boots...
null
null
null
null
null
37283
1
37294
2011-04-27T11:15:28.070
3
129
<p>Is there any daemon in ubuntu which constantly monitors system and execute script for specified cases (Like RAM uses increased 90%)? <br></p> <p>My soul purpose is to get a notification whenever resource consumption increases sharply.</p>
13199
235
2011-04-27T14:28:56.900
2011-04-27T14:28:56.900
Is there any daemon which constantly monitors system and execute script?
[ "monitor", "services", "notification" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T11:59:36.973", "id": "41331", "postId": "37283", "score": "0", "text": "This is not a good solution, but you may use anacron to run the script every, say, 30 seconds, and, in script, use some sensors app to check the resorce.", "userDisplayName": null, "user...
{ "accepted": true, "body": "<p>You'll likely want to setup either <a href=\"http://nagios.org\" rel=\"nofollow\">Nagios</a> or it's most recent fork <a href=\"https://www.icinga.org/\" rel=\"nofollow\">Icinga</a>. Nagios is a monitoring solution that can run locally or on remote machines (if you manage multiple machines in a network). You configure which services to monitor and the threshold for being notified. There are even ways to have fall back procedures in place - for instance: if a service fails you can have Nagios attempt to restart it X times before finally notifying you.</p>\n\n<p>I'm not sure if Icinga is in the repos yet, but Nagios has been for quite sometime now.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T12:22:11.690", "id": "37294", "lastActivityDate": "2011-04-27T12:22:11.690", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "41", "parentId": "37283", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>You'll likely want to setup either <a href=\"http://nagios.org\" rel=\"nofollow\">Nagios</a> or it's most recent fork <a href=\"https://www.icinga.org/\" rel=\"nofollow\">Icinga</a>. Nagios is a monitoring solution that can run locally or on remote machines (if you manage mul...
null
null
null
null
null
37288
1
null
2011-04-27T11:56:49.330
5
1631
<p>I'm using Ubuntu 10.10, and have a question about the network activity of Transmission 2.22. Even though I set the global upload limit to 1kbs/s or even 0kb/s, my System Monitor/Conky shows a steady 20-25 kb/s upload rate. I'm just curious, what's with this upload rate and is there any chance to reduce it?</p>
15097
24694
2012-01-10T03:15:52.253
2012-01-10T03:15:52.253
Why doesn't Transmission respect my 1 KB/sec upload limit?
[ "transmission", "bandwidth" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>The upload speed limit of Transmission limits the data itself, not the BitTorrent protocol data. It will have a steady consumption above the limit, the amount of consumption relates to the number of torrents, peers, DHT being on and other. \nThe only way to limit it altogethe...
null
null
null
null
null
37290
1
37295
2011-04-27T12:04:29.360
1
925
<p>I am piping the output of a program like this using bash:</p> <pre><code>program1 | program2 </code></pre> <p>If program2 is killed somehow (in my case by a PHP fatal error), what happens to the instance of program1?</p>
9790
null
null
2011-04-27T13:47:47.657
When piping input from one program to another, what happens to the original program if the program receiving output is killed?
[ "output", "kill", "pipe" ]
4
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>It greatly depends on what <code>program1</code> is. The software needs to be able to handle (or ignore) a <code>SIGPIPE</code> signal. <code>program1</code> will be responsible for handling the error - if the software is open source you should be able to discern what happens or if it traps/detects a <code>SIGPIPE</code> signal. If the software doesn't do anything special with streams it will likely complete execution before passing on the results. I attempted a small example to show the point using two php scripts.</p>\n\n<h3>program1</h3>\n\n<pre><code>#!/usr/bin/env php\n&lt;?php\n\n@unlink('program1.out');\n\nfor( $i = 0; $i &lt; 10; $i++ )\n{\n // This goes to either the buffer or whoever is next in the pipe\n echo $i . PHP_EOL;\n // Put everything in a file so we can see what Program1 actually did\n file_put_contents('program1.out', $i . PHP_EOL, FILE_APPEND); \n}\n\n// All done! Cap off the file\nfile_put_contents('program1.out', 'Fin', FILE_APPEND);\n</code></pre>\n\n<h3>program2</h3>\n\n<pre><code>#!/usr/bin/env php\n&lt;?php\n\n// We're taking inputs and just redirecting them to program2.out\n// but to make it fun I'll throw an error half way through\n// because I'm malicious like that\n\n@unlink('program2.out');\n\n$pipe_input = file(\"php://stdin\");\n$pipe_total = count($pipe_input);\n$stop = rand(0, $pipe_total - 1);\n\necho \"I'll be stopping at $stop\" . PHP_EOL;\n\nforeach( $pipe_input as $key =&gt; $input )\n{\n if( $key == $stop )\n {\n file_put_contents('program2.out', 'Dead!', FILE_APPEND);\n die(1);\n }\n\n file_put_contents('program2.out', $input, FILE_APPEND);\n}\n</code></pre>\n\n<p>When you execute <code>./program1 | ./program2</code> you'll get two <code>.out</code> files one for each program. In the example I ran I got the following files:</p>\n\n<pre><code>0\n1\n2\n3\n4\n5\n6\n7\n8\n9\nFin\n</code></pre>\n\n<p>And for <code>program2.out</code></p>\n\n<pre><code>0\n1\n2\n3\n4\nDead!\n</code></pre>\n\n<p>The first program will execute and pass it's contents to the second. You'll notice that the first program's .out file has a full set of numbers and the second only contains a set of that because it was killed off.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-27T12:55:58.313", "id": "41347", "postId": "37295", "score": "0", "text": "Thanks for your answer. :) Your example only partly relates to my actual problem, which I didn't really discuss in the question (but the use case is probably more spread). I am piping ffmpeg error/info/progress output to a php script, which I am reading char by char, while I think your example reads until EOF. Since ffmpeg will run for hours, I need to know exactly what happens. I think it is terminated by SIGPIPE actually. :)", "userDisplayName": null, "userId": "9790" }, { "creationDate": "2011-04-27T13:06:49.610", "id": "41349", "postId": "37295", "score": "0", "text": "@Max In that case it depends on how `ffmpeg` handles `SIGPIPE`. A workaround would be to have `ffmpeg` pipe it's `STDERR` to a file and your php script tail or chunk/process the file that way you don't have long running php files which are not quite optimized for long running execution.", "userDisplayName": null, "userId": "41" }, { "creationDate": "2011-04-27T13:16:23.997", "id": "41350", "postId": "37295", "score": "0", "text": "true, but I am not running PHP it a web-based context. I am using `at` to execute php. :) I actually want to shut-down ffmpeg if something happens during the log-script execution, since I want the execution to be in a known state. But you clarified alot, thanks. :)", "userDisplayName": null, "userId": "9790" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T12:28:40.877", "id": "37295", "lastActivityDate": "2011-04-27T13:04:19.830", "lastEditDate": "2011-04-27T13:04:19.830", "lastEditorDisplayName": null, "lastEditorUserId": "41", "ownerDisplayName": null, "ownerUserId": "41", "parentId": "37290", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Nothing. Data goes to /dev/null. \nP.S. Oh, yes, the program will recieve a signal, but it doesn't mean it will have to close. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011...
null
null
null
null
null
37296
1
null
2011-04-27T12:40:03.183
0
1529
<p>I am not sure if this is the right place for this question, but I currently am running Ubuntu 10.10 and have windows installed with the dual boot option. My wireless card is the Dell Wireless WLAN 1397 Minicard. When running Windows, it detects and connects to all the available wireless networks that I have access to. However, when i boot into Ubuntu, it connects to the wireless networks only sometimes, other time ,on entering the username and passphrase, it tries to connect for about a minute and then fails to do so. I read the following on a forum as a temporary fix:</p> <p>I Should turn the system off, remove the battery, reconnect and turn it on again.</p> <p>This always works, but it really inconvenient and sometimes, looses connectivy after about 5 minutes of having connected. I would like to point out that it worked fine when I was running Ubuntu 10.04</p> <p>Any help is much appreciated.</p>
15099
235
2011-04-27T14:28:29.583
2011-06-29T13:18:57.950
Cannot get Dell Wireless WLAN 1397 Minicard to work
[ "10.10", "wireless", "networking" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-02-01T17:25:49.810", "id": "115637", "postId": "37296", "score": "0", "text": "As it happens, this isn't the right place (sorry!). This question should instead be filed as a bug report, thanks! [Instructions here](http://askubuntu.com/questions/5121/how-do-i-report-a-bug)...
null
[ { "accepted": null, "body": "<p>Try the latest drivers for this 1397 driver. I remember this driver is a non free one. You can find updates or new non-free drivers from Additional Drivers application which can be found under System -> Preferences </p>\n", "commentCount": "4", "comments": [ { ...
null
null
2012-02-01T17:59:06.520
null
null
37302
1
37303
2011-04-27T13:16:30.003
2
761
<p>With Windows you can take a pre-existing image, and slip stream service packs/updates/patches, so you don't have to install thousands of updates after you install Windows.</p> <p>Does Ubuntu have that option, if so how would one do that? Is there a more to update image then the official current release?</p> <p>I have noticed that after you install the final release of an Ubuntu release, there are tons of updates, depending on how long that release has been out, it sometimes numbers around 500 updates or so. For some people this is unacceptable especially if you are doing a large roll out, the last thing you want to do is install 500 updates on say... 30 machines for example.</p> <p>Any thoughts or pointers would be appreciated.</p>
3889
235
2012-08-06T15:10:40.923
2012-08-06T15:10:40.923
Is it possible to slipstream updates?
[ "updates" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can Download the Daily Build which is updated everyday and contains all the updates to the os till date.</p>\n\n<p><a href=\"http://cdimage.ubuntu.com/lucid/daily-live/current/\" rel=\"nofollow\">Lucid Daily Build</a></p>\n\n<p><a href=\"http://cdimage.ubuntu.com/daily-live/current/\" rel=\"nofollow\">Natty Daily Build</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T13:30:50.113", "id": "37303", "lastActivityDate": "2011-04-27T13:30:50.113", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "5149", "parentId": "37302", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You can Download the Daily Build which is updated everyday and contains all the updates to the os till date.</p>\n\n<p><a href=\"http://cdimage.ubuntu.com/lucid/daily-live/current/\" rel=\"nofollow\">Lucid Daily Build</a></p>\n\n<p><a href=\"http://cdimage.ubuntu.com/daily-li...
null
null
null
null
null
37304
1
37307
2011-04-27T13:36:16.470
0
1848
<p>How should I go about investigating seemingly high disk usage?</p> <p>From time to time the whole system crashes too - I think the high HDD reads/writes might be to blame.</p> <p>Thanks</p>
12772
null
null
2013-08-16T09:17:55.900
HDD light is showing disk usage very high at times. How to investigate?
[ "hard-drive" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You can monitor what programs are causing how much IO by running <code>iotop</code>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-29T21:04:02.720", "id": "42087", "postId": "37307", "score": "0", "text": "Turns out Tweetdeck, Firefox, Gwibber and Thunderbird are causing the most read/writes. I had apt-get remove'd gwibber though - not sure why that's still showing up.", "userDisplayName": null, "userId": "12772" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T13:39:45.413", "id": "37307", "lastActivityDate": "2011-04-27T15:37:52.907", "lastEditDate": "2011-04-27T15:37:52.907", "lastEditorDisplayName": null, "lastEditorUserId": "8500", "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "37304", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>You can monitor what programs are causing how much IO by running <code>iotop</code>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-29T21:04:02.720", "id": "42087", "postId": "37307", "score": "0", "...
null
null
null
null
null
37305
1
null
2011-04-27T13:39:11.707
6
23127
<p>100% cpu usage when streaming flash video with Chrome, but firefox use less than 50% of my cpu usage.</p> <p>what causing this? also any workaround to fix it? thank you.</p>
15102
41
2011-04-27T13:42:47.347
2013-08-23T13:47:44.047
100% CPU consumption with Adobe Flash videos in Chrome?
[ "google-chrome", "flash" ]
4
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T12:55:02.913", "id": "41536", "postId": "37305", "score": "0", "text": "+1, chrome frequently hogs memory on my machine", "userDisplayName": null, "userId": "11769" }, { "creationDate": "2012-09-07T15:22:12.300", "id": "230644", "postId": "37...
null
[ { "accepted": null, "body": "<p>It seems to be the Chrome's plugin \"sandboxing\". In Chrome forums they recommend to clear cache, but that works in some cases...</p>\n\n<p>You can try Chromium and install Adobe Flash separately (Chrome includes a customized version of Flash).</p>\n", "commentCount": "0...
null
null
2013-09-04T01:33:55.610
null
null
37306
1
39616
2011-04-27T13:39:43.500
10
43521
<p>So I have a proxy.pac file at work (it doesn't have a username or password) it's just a simple .pac file.</p> <p>I've gotten it to work with Chrome so I can surf the web, but apt-get and update do not work. How would I go about making this work?</p> <p>Im on 10.10 btw.</p>
null
235
2011-04-27T14:26:44.767
2021-08-19T11:22:25.377
How do I configure apt to use a Proxy.pac file?
[ "10.10", "apt", "proxy" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>In system --> preferences --> network proxy, enable Automatic proxy configuration and enter the URL of the PAC.</p>\n\n<p>Then press apply system wide, and that should do the trick.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2019-02-05T14:31:07.470", "id": "1842682", "postId": "39616", "score": "1", "text": "Any hints how to do it in shell? I work on a server with no gui.", "userDisplayName": "user812342", "userId": null }, { "creationDate": "2019-07-25T15:03:27.160", "id": "1933858", "postId": "39616", "score": "0", "text": "Where \"system\" menu? there are a link with screenshots?", "userDisplayName": null, "userId": "439867" }, { "creationDate": "2019-07-25T21:24:08.280", "id": "1934108", "postId": "39616", "score": "1", "text": "Can I do it by terminal?", "userDisplayName": null, "userId": "439867" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-03T09:48:12.633", "id": "39616", "lastActivityDate": "2011-05-03T09:48:12.633", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "16036", "parentId": "37306", "postTypeId": "2", "score": "7" }
[ { "accepted": true, "body": "<p>In system --> preferences --> network proxy, enable Automatic proxy configuration and enter the URL of the PAC.</p>\n\n<p>Then press apply system wide, and that should do the trick.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2019-02-05...
null
null
null
null
user15101
37308
1
null
2011-04-27T13:43:33.353
0
7804
<p>i have asus v1s and some time ago i was able to easily compile and install it. but now compiling fails... i hope u guys know what i can do, if there is anything that can be done...</p> <p>after</p> <pre><code>svn checkout https://syntekdriver.svn.sourceforge.net/svnroot/syntekdriver syntekdriver </code></pre> <p>and</p> <pre><code>cd ./syntekdriver/trunk/driver </code></pre> <p>as well as</p> <pre><code>make -f Makefile.standalone </code></pre> <p>i got:</p> <pre><code>make -C /lib/modules/2.6.36.2/build SUBDIRS=/home/berot3/syntekdriver/trunk/driver modules make[1]: Betrete Verzeichnis '/usr/src/linux-headers-2.6.38-8-generic' CC [M] /home/berot3/syntekdriver/trunk/driver/stk11xx-usb.o CC [M] /home/berot3/syntekdriver/trunk/driver/stk11xx-v4l.o /home/berot3/syntekdriver/trunk/driver/stk11xx-v4l.c:43:28: fatal error: linux/videodev.h: File not found! compilation terminated. make[2]: *** [/home/berot3/syntekdriver/trunk/driver/stk11xx-v4l.o] Error 1 make[1]: *** [_module_/home/berot3/syntekdriver/trunk/driver] Error 2 make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-2.6.38-8-generic' make: *** [driver] Error 2 </code></pre> <p>same for </p> <ul> <li><a href="http://bookeldor-net.info/merdier/Makefile-syntekdriver" rel="nofollow">http://bookeldor-net.info/merdier/Makefile-syntekdriver</a></li> <li><a href="http://webcache.googleusercontent.com/search?q=cache:OM0zVNlYiVQJ:bookeldor-net.info/merdier/Makefile-syntekdriver+http://bookeldor-net.info/merdier/Makefile-syntekdriver&amp;hl=de&amp;strip=1" rel="nofollow">http://webcache.googleusercontent.com/search?q=cache:OM0zVNlYiVQJ:bookeldor-net.info/merdier/Makefile-syntekdriver+http://bookeldor-net.info/merdier/Makefile-syntekdriver&amp;hl=de&amp;strip=1</a></li> </ul>
15100
6005
2012-05-10T02:13:58.740
2012-09-22T08:36:02.273
How to compile Asus-syntec-webcam-driver stk11xx
[ "11.04", "laptop", "webcam", "compiling" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-29T19:11:47.610", "id": "42047", "postId": "37308", "score": "0", "text": "Is `linux-headers-2.6.38-8-generic` installed?", "userDisplayName": null, "userId": "66" } ]
null
[ { "accepted": null, "body": "<p>Very same problem...\nIt seems they have the solution here :\n<a href=\"https://sourceforge.net/projects/syntekdriver/forums/forum/616182/topic/4427484\" rel=\"nofollow\">https://sourceforge.net/projects/syntekdriver/forums/forum/616182/topic/4427484</a>\nbut I can't figure h...
null
null
null
null
null
37309
1
37330
2011-04-27T13:47:14.223
1
2407
<p>I am working on an infrastructure refresh for the company I work for and I need to do capacity planning. My boss felt somewhat burned by VMs he purchased from a hosting company not living up to the performance level expected, so any capacity numbers for KVM VMs that I can use as a basis for my calculations are appreciated.</p>
1267
12943
2011-04-27T13:52:10.783
2011-04-27T16:14:59.193
How many Ubuntu VMs can I reasonably expect to run using KVM on a Dell R410 Xeon 5645 with 24 GB of RAM
[ "virtualization", "kvm-virtualization" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T13:47:39.887", "id": "41352", "postId": "37309", "score": "0", "text": "capacity-planning would be a good tag for this but I don't have the rep to create it.", "userDisplayName": null, "userId": "1267" }, { "creationDate": "2011-04-27T14:02:11.037", ...
{ "accepted": true, "body": "<p>It depends on how busy they will be and how much ram you plan on allocating to them. For a basic setup, I would consider 1-2 gb for each vm, so you should be able to run 10-20 if they aren't heavily cpu bound.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-27T16:36:36.267", "id": "41394", "postId": "37330", "score": "0", "text": "Thanks! They aren't CPU bound and actually don't have much external traffic load. The 1-2 GB Ram was the missing piece.", "userDisplayName": null, "userId": "1267" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T15:37:09.493", "id": "37330", "lastActivityDate": "2011-04-27T15:37:09.493", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "37309", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>It depends on how busy they will be and how much ram you plan on allocating to them. For a basic setup, I would consider 1-2 gb for each vm, so you should be able to run 10-20 if they aren't heavily cpu bound.</p>\n", "commentCount": "1", "comments": [ { ...
null
null
null
null
null
37313
1
50250
2011-04-27T13:55:45.960
133
125194
<p>How can I turn off the <kbd>F1</kbd> (help) and <kbd>F10</kbd> (notifications menu) key bindings?</p> <p>First one I need for screen utility and second to exit <code>mc</code> in console.</p> <p>There are no such key bindings in the <em>Keyboard Shortcuts</em> system settings.</p>
14708
1157209
2023-10-30T19:14:57.303
2023-10-31T17:10:40.690
How do I deactivate F1 and F10 keybindings in gnome-terminal?
[ "shortcut-keys", "gnome-terminal", "midnight-commander" ]
16
2
CC BY-SA 3.0
[ { "creationDate": "2020-04-09T16:13:07.390", "id": "2061420", "postId": "37313", "score": "0", "text": "Even when they added the Disable Menu Accelerator (F10) option in Gnome-Terminal 3.30.2 (Debian 11, LXDE), this question still stands. It's a real problem. and a tough one to solve.", "us...
{ "accepted": true, "body": "<h2>11.04</h2>\n\n<p><strong>Disabling the F1 shortcut</strong></p>\n\n<ol>\n<li><p>In a gnome-terminal open up <em>Edit ➜ Keyboard Shortcuts</em>.</p></li>\n<li><p>Scroll down to the <em>Help/Contents</em> shortcut, click where it says \"F1\" and hit <kbd>Backspace</kbd>: </p>\n\n<p><img src=\"https://i.stack.imgur.com/MwTeS.gif\" alt=\"enter image description here\"></p></li>\n</ol>\n\n<p><strong>Disabling the F10 shortcut</strong></p>\n\n<ol>\n<li><p>Install the <a href=\"http://apt.ubuntu.com/p/compizconfig-settings-manager\" rel=\"noreferrer\">compizconfig-settings-manager<img src=\"https://hostmar.co/software-small\" alt=\"Install compizconfig-settings-manager\"></a> package.</p>\n\n<ul>\n<li>Warning: <a href=\"https://askubuntu.com/questions/80589/what-are-some-of-the-issues-with-ccsm-and-why-should-i-not-use-it\">What are some of the issues with CCSM and why would I want to avoid it?</a></li>\n</ul></li>\n<li><p>Open up <em>CompizConfig Settings Manager</em>.</p>\n\n<ul>\n<li>Hit <kbd>Super</kbd> to open the Dash, type \"Compiz\" and hit <kbd>Enter</kbd>.</li>\n</ul></li>\n<li><p>Type \"unity\" in the <em>Filter</em> entry and select the <em>Ubuntu Unity Plugin</em>.</p></li>\n<li><p>Click the button to the right of <em>Key to open the first panel menu</em> and uncheck the <em>Enabled</em> checkbox. </p>\n\n<p><img src=\"https://i.stack.imgur.com/6uw7I.png\" alt=\"enter image description here\"></p></li>\n<li><p>That disabled the global <kbd>F10</kbd> shortcut, now disable gnome-terminal's <kbd>F10</kbd> shortcut: </p>\n\n<ul>\n<li><p>In a gnome-terminal open up <em>Keyboards Shortcuts</em> (<em>Edit ➜ Keyboard Shortcuts)</em> and<br>\nuncheck <em>Enable the menu shortcut key (F10 by default)</em></p>\n\n<p><img src=\"https://i.stack.imgur.com/Sd94u.png\" alt=\"enter image description here\"></p></li>\n</ul></li>\n<li><p>F10 is mapped to menubar_accel by something in Ubuntu. Gnome? Metacity? Not sure what exact thing it is that steals it, but the key doesn't make it to Eclipse.</p>\n\n<ul>\n<li>Run gconf-editor, browse to /desktop/gnome/interface then scroll down to menubar_accel and delete the F10 value. <a href=\"http://www.h4ck3r.net/2010/04/07/debugging-step-over-f10-eclipse-ubuntu/\" rel=\"noreferrer\" title=\"Source\">[Stolen from here]</a></li>\n</ul></li>\n</ol>\n", "commentCount": "9", "comments": [ { "creationDate": "2012-02-13T19:01:02.240", "id": "120181", "postId": "50250", "score": "0", "text": "How do you \"Edit ➜ Keyboard Shortcuts\" in a terminal window? First line.", "userDisplayName": null, "userId": "35158" }, { "creationDate": "2012-02-13T19:13:15.763", "id": "120185", "postId": "50250", "score": "0", "text": "Ah, ok, it's \"open the Edit menu, the select Keyboard Shortcuts\". I forgot that terminals have menu bars. Was thinking I should be typing that :)", "userDisplayName": null, "userId": "35158" }, { "creationDate": "2012-04-30T18:18:26.150", "id": "153466", "postId": "50250", "score": "7", "text": "Doing everything above does not solve the F10 key in 12.04. It is still bound *somewhere* to mouse right click.", "userDisplayName": null, "userId": "1891" }, { "creationDate": "2014-04-22T19:56:38.333", "id": "595534", "postId": "50250", "score": "1", "text": "Anyone how to disable F1 Help in Ubuntu 14.04? The Help row has disappeared, it seems. I am very close in getting back to ctwm.", "userDisplayName": null, "userId": "61568" }, { "creationDate": "2014-05-08T13:44:18.833", "id": "610085", "postId": "50250", "score": "0", "text": "@towi In that dialog box, you need to click on the Help line first. The key setting should change from F1 to \"New accelerator...\". If you click it again, it will change to \"Disabled\".", "userDisplayName": null, "userId": "89438" }, { "creationDate": "2016-05-31T17:38:02.877", "id": "1167463", "postId": "50250", "score": "0", "text": "Thanks, the gnome-terminal hint was helping in Debian Jessie too. (Didn't find it in the keyboard shortcuts / Tastenkürzel section, it is in General / Allgemein)", "userDisplayName": null, "userId": "249335" }, { "creationDate": "2017-08-23T14:32:22.060", "id": "1510476", "postId": "50250", "score": "0", "text": "The F10 menu button setting is on the general tab in gnome-terminal 3.18.3, not the shortcuts one.", "userDisplayName": null, "userId": "12702" }, { "creationDate": "2017-10-10T00:51:50.847", "id": "1541327", "postId": "50250", "score": "0", "text": "Still works in 16.04.", "userDisplayName": null, "userId": "67211" }, { "creationDate": "2020-04-09T15:52:51.607", "id": "2061391", "postId": "50250", "score": "0", "text": "Gnome-terminal 3.30.2 (Debian 11) no longer has key shortcut mapping menu. Still have problem getting Vim application to receive F10 (or F1).", "userDisplayName": null, "userId": "388326" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-23T18:52:50.420", "id": "50250", "lastActivityDate": "2012-01-06T17:26:18.507", "lastEditDate": "2017-04-13T12:23:38.647", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "114", "parentId": "37313", "postTypeId": "2", "score": "118" }
[ { "accepted": null, "body": "<p>For exiting mc (with F10 key). Disable \"Key to open the first panel menu\" in unity compiz plugin (ccsm)</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T10:33:37.733", ...
null
null
null
null
null
37314
1
null
2011-04-27T14:12:43.947
1
536
<p>I have anecdotal information from a colleague about performance issues running Ubuntu Server in a Hyper-V environment and I wanted to find out if there was any truth to it. Has anyone had any experience running Ubuntu Server in Hyper-V and are there any tricks to getting good hard drive performance?</p>
1267
5
2014-02-24T03:12:27.420
2014-02-24T03:12:27.420
Ubuntu in Hyper-V I/O issues
[ "server", "virtualization", "hyper-v" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You might do better and not have to shell out a bunch of cash to use Ubuntu and qemu-kvm or virtualbox as the host instead of Microsoft's proprietary OS and VM.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-27T16:38:54.080", ...
null
null
null
null
null
37315
1
null
2011-04-27T14:26:51.277
9
1199
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/65476/at-which-time-will-the-upcoming-ubuntu-release-be-made-available">At which time will the upcoming Ubuntu release be made available?</a> </p> </blockquote> <p>On what specific time are Ubuntu versions normally released? </p> <p>10.10 was released at 10:10.10 but that's the only version I know of that has a time specification.</p>
10698
-1
2017-04-13T12:23:09.107
2011-10-12T18:54:11.647
On what specific time are ubuntu versions made public?
[ "11.04", "release-management" ]
0
0
CC BY-SA 3.0
[]
null
[]
null
0
2011-10-12T18:14:32.307
null
null
37317
1
39329
2011-04-27T14:42:23.840
3
1928
<p>I want to change the size of the shadow of windows in Unity, the default is a bit too big for me. </p> <p>Launching CCSM and playing with the options under "Window Decoration" does not seem to make a difference and disabling that plugin leaves me with no window decoration at all.</p>
229
null
null
2011-05-02T18:13:28.193
How do I change the size of the compiz window shadow?
[ "unity", "compiz" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The setting is not controlled by Compiz; they are part of the ambiance theme. Here is what I did to tame the shadows. Open a terminal and complete the following:</p>\n\n<pre><code>cd /usr/share/themes/Ambiance/metacity-1\nsudo nano metacity-theme-1.xml\n</code></pre>\n\n<p>Find the line (use cntl+w) that says:</p>\n\n<pre><code>&lt;shadow radius=”45.0″ opacity=”0.75″ color=”#abde4f” x_offset=”1″ y_offset=”4″/&gt;\n</code></pre>\n\n<p>Change the radius to a value you can deal with… I chose 10.</p>\n\n<p>You may also want to move this theme to your local .themes folder.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-02T17:40:24.123", "id": "39329", "lastActivityDate": "2011-05-02T18:13:28.193", "lastEditDate": "2011-05-02T18:13:28.193", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "2022", "parentId": "37317", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>Open up gconf-editor (ALT+F2 > gconf-editor)</p>\n\n<p>Navigate to /apps/compiz/plugins/decoration/allscreens/options/</p>\n\n<p>Change 'shadow_radius' value.</p>\n\n<p>does this work for you?</p>\n", "commentCount": "2", "comments": [ { "creationDate": ...
null
null
null
null
null
37319
1
37375
2011-04-27T14:55:20.073
7
2776
<p>I am using 11.04 and Banshee is the default, but I rather stick with Rhythmbox. I want to remove banshee from the sound menu I went into the extensions tab and unchecked all the sound menu support and even the d-bus extension. I restarted the computer but Banshee is still in the sound menu. Is there any other way to get it off?</p>
3344
235
2011-04-27T16:51:15.040
2011-12-22T17:15:06.703
Remove Banshee's sound menu support
[ "banshee", "indicator-sound" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I found out how to do it. In the extensions just only uncheck \"Show Banshee in sound Menu\" and that takes it off the sound menu.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-05-01T17:32:52.113", "id": "45026", "postId": "37375", "score": "0", "text": "> I found out how to do it. In the\n> extensions just only uncheck \"Show\n> Banshee in sound Menu\" and that takes\n> it off the sound menu. This doesn´t work for me! Is there another way?", "userDisplayName": "user15891", "userId": null } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T19:40:56.707", "id": "37375", "lastActivityDate": "2011-04-27T19:40:56.707", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3344", "parentId": "37319", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>I quote <a href=\"http://ubuntuforums.org/showthread.php?t=1596616\" rel=\"nofollow\">RSparker on Ubuntu Forums</a>:</p>\n\n<blockquote>\n <p>For the record, the entries of each\n individual player on the sound menu\n are stored in\n <code>~/.cache/indicators/sound/famili...
null
null
null
null
null
37320
1
null
2011-04-27T15:02:23.883
23
36937
<p>I had installed some programms with Wine, but I removed Wine from my computer. Now when I browse all applications in the Unity menu, the symbols of the programms I installed with Wine are still there.</p> <p>How can I remove them?</p>
15111
3037
2011-04-27T15:16:13.527
2021-07-03T11:08:49.927
How do I remove Wine program entries from the menu?
[ "11.04", "unity" ]
6
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>It should be enough to remove the local wine folder <code>~/.local/share/applications/wine</code>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2016-05-29T18:27:56.297", "id": "1165513", "postId": "37322", "score"...
null
null
null
null
null
37334
1
37346
2011-04-27T15:44:38.600
4
155
<p>Apologice in advance for the maybe off topic question.</p> <p>Is there any Ubuntu application that helps for the start-up phase of story writing?</p> <p>I'm looking for such a tool that provides me the capability to build up the story diagrams, define characters, project the evolution of a saga the saga.</p> <p>Thanks in advance.</p>
974
11932
2013-02-27T11:26:31.353
2013-02-27T11:26:31.353
Looking for an application for the start-up phase of romance writing
[ "software-recommendation", "tools" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T21:17:36.563", "id": "41426", "postId": "37334", "score": "0", "text": "See http://askubuntu.com/questions/30267/is-there-an-alternative-for-scrivener-a-tool-for-writers-to-arrange-ideas", "userDisplayName": null, "userId": "8844" } ]
{ "accepted": true, "body": "<p>You could use <a href=\"http://celtx.com/index.html\" rel=\"nofollow\">celtx</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-27T18:06:20.747", "id": "41403", "postId": "37346", "score": "0", "text": "Looks promising and it has also multilanguages support. OK it not ubuntu native you have to install by yourself and setup about:config variables but I testing it...", "userDisplayName": null, "userId": "974" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T16:42:07.827", "id": "37346", "lastActivityDate": "2011-04-27T16:42:07.827", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "11122", "parentId": "37334", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>You could use <a href=\"http://celtx.com/index.html\" rel=\"nofollow\">celtx</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-27T18:06:20.747", "id": "41403", "postId": "37346", "score": "0", "tex...
null
null
null
null
null
37335
1
null
2011-04-27T15:47:47.337
30
4100
<h2>Example</h2> <p>Drag media file onto Totem's playlist to enqueue</p> <h2>Bug in Compiz</h2> <p>Especially for Unity (formerly Netbook Edition, being intended for small screens) this is quite a vital feature, as applications most often are run fullscreen, and dragging with the touchpad can be cumbersome.</p> <p><a href="https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/624810">https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/624810</a></p> <p>Any hint on where to start fixing the bug? Which file/line in compiz source code?</p> <h2>Usability background</h2> <p>According to Fitts, Accot, and Zhai, the <strong>time required</strong> to rapidly move to a <strong>target area</strong> is a function of the <strong>distance to</strong> and the <strong>size</strong> of the target (cf. <a href="http://en.wikipedia.org/wiki/Fitts%27s_law">Fitts's law</a> and <a href="http://en.wikipedia.org/wiki/Accot-Zhai_steering_law">Steering law</a>).</p> <h3>Drag'n'Drop <em>without</em> Alt-Tab across fullscreen windows requires</h3> <ol> <li>start to drag object</li> <li>move to launcher/taskbar</li> <li>steer to target app icon -- <strong><em>small and distant target!</em></strong></li> <li>wait for app to become focused</li> <li>steer onto window -- <em>(huge target)</em><br> optionally: steer onto intended area of window, e.g. playlist (<em>fairly large target)</em></li> <li>drop object</li> </ol> <h3>Drag'n'Drop <em>with</em> Alt-Tab on the other hand only requires</h3> <ol> <li>start to drag object</li> <li>Alt-Tab to other app<br> optionally: steer onto intended area of window, e.g. playlist (<em>fairly large target)</em></li> <li>drop object</li> </ol> <p>Thus, no small and distant target required for Drag'n'Drop whilst Alt-tabbing</p> <h2>Workarounds</h2> <p>Interesting and probably for many users useful alternative approaches are presented in the answers below. Great many thanks to the community!</p> <h2>Correct answer</h2> <p>... seems to be available only when the bug is fixed, though.</p> <p>Some more recent action, maybe relevant as related bug: <a href="https://bugs.launchpad.net/ayatana-design/+bug/727903">https://bugs.launchpad.net/ayatana-design/+bug/727903</a></p>
15058
15058
2012-11-17T11:27:22.760
2020-08-28T12:11:02.750
Drag and Drop across (fullscreen) applications, switching via Alt-Tab
[ "12.04", "12.10", "compiz", "drag-and-drop", "usability" ]
6
7
CC BY-SA 3.0
[ { "creationDate": "2011-04-30T08:56:48.477", "id": "42257", "postId": "37335", "score": "0", "text": "Not really practical as too many keys involved but interesting enough: Drag'n'Drop with switching workspaces via keyboard works (Ctrl + Alt + Arrow).", "userDisplayName": null, "userId":...
null
[ { "accepted": null, "body": "<p>Assuming that you have the app open that you want to drop onto: start dragging the file, go over to the launcher (which should show shortly after you start dragging) and hover on the app that you want to drop to, this should show the open windows of that app, then while still...
null
null
null
null
null
37336
1
37343
2011-04-27T15:57:13.913
3
3950
<p>I want to use the Presentation Minimizer tool in LibreOffice, on Natty 64bit. I have the package libreoffice-presentation-minimizer installed (it is enabled by default). In OOo, the minimizer tool appeared in the Tools menu, but I cannot find the option there.</p>
8116
null
null
2012-10-28T19:06:39.733
How do I get the Presentation Minimizer to work in LibreOffice Impress?
[ "libreoffice" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T16:02:52.760", "id": "41386", "postId": "37336", "score": "0", "text": "It's still there on Natty 32 bits, 6th option in the Tools menu. Maybe it's a 64bits issue.", "userDisplayName": null, "userId": "211" } ]
{ "accepted": true, "body": "<p>You will need to manually add the <a href=\"http://extensions.services.openoffice.org/project/PresentationMinimizer\" rel=\"nofollow\">Sun Presentation Minimizer</a> (from Open Office) e.g. with <em>Tools -> Extension Manager</em>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-03-26T07:04:57.213", "id": "137300", "postId": "37343", "score": "0", "text": "This doesn't work anymore with LO 3.5:\n\"Loading component library failed\"\nAny idea why?", "userDisplayName": null, "userId": "29270" }, { "creationDate": "2012-03-26T07:31:47.947", "id": "137305", "postId": "37343", "score": "0", "text": "@chtfn: doesn't the [libreoffice-presentation-minimizer](http://www.libreoffice.org/features/extensions/) work in the meantime?", "userDisplayName": null, "userId": "3940" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T16:29:14.807", "id": "37343", "lastActivityDate": "2011-04-27T16:29:14.807", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "37336", "postTypeId": "2", "score": "2" }
[ { "accepted": true, "body": "<p>You will need to manually add the <a href=\"http://extensions.services.openoffice.org/project/PresentationMinimizer\" rel=\"nofollow\">Sun Presentation Minimizer</a> (from Open Office) e.g. with <em>Tools -> Extension Manager</em>.</p>\n", "commentCount": "2", "commen...
null
null
null
null
null
37344
1
37953
2011-04-27T16:37:16.827
2
4426
<p>I have been testing out connman, the alternative connection manager. While testing connman, I had to remove my network manager. I did an</p> <pre><code>apt-get purge network-manager* </code></pre> <p>Now, when I reinstalled the network manager and all its dependencies, including network-manager-gnome, I cannot see it on the panel however, the internet is connected through ethernet. I can access the internet on the browser and also connect vpnc through the cli. but the GUI does not recognize it. Any idea how to get the GUI recognize the eth0?</p> <p>Adding screenshot for better understanding. <img src="https://i.stack.imgur.com/WfObc.png" alt="enter image description here"></p>
9302
null
null
2011-04-29T11:53:10.973
network-manager applet does not detect internet connection
[ "networking", "network-manager", "gui" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T17:48:38.450", "id": "41400", "postId": "37344", "score": "0", "text": "Have you unplugged your Ethernet cable and rebooted, then configured your wireless?", "userDisplayName": null, "userId": "2973" }, { "creationDate": "2011-04-28T09:00:38.687", ...
{ "accepted": true, "body": "<p>Try to do as <a href=\"https://askubuntu.com/questions/4360/no-network-manager-icon-in-the-notification-area-so-i-cant-use-my-vpn-connectio/4373#4373\">this answer</a> suggests.</p>\n\n<p>Long answer short, open <code>/etc/network/interfaces</code> in a text editor, <code>sudo</code> mode, and comment out the <code>eth0</code> and whatever network interfaces you want to control on <code>network-manager</code>.</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-05-02T08:45:07.590", "id": "42950", "postId": "37953", "score": "0", "text": "one thing i would like to add here is that, if i do this change, then i will not be able to get internet from the cli. doing ifconfig after this change will only show up the local adapter.", "userDisplayName": null, "userId": "9302" }, { "creationDate": "2011-05-02T09:37:25.117", "id": "42970", "postId": "37953", "score": "0", "text": "What do you mean? `ifconfig` shows all the network adapters regardless of it being commented out on the `interfaces` file.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-05-02T09:46:50.147", "id": "42978", "postId": "37953", "score": "0", "text": "your suggestion worked out perfectly fine. Please ignore my previous comment. It has brought back my network-manager-gui detection. Also, ifconfig is now showing all the adapters and i can connect to my vpn as well!! A million thanks to you man!!", "userDisplayName": null, "userId": "9302" }, { "creationDate": "2011-05-02T09:49:52.123", "id": "42980", "postId": "37953", "score": "0", "text": "Glad it worked out for you. I faced this issue when experimenting with minimal installs. Many thanks to the original author of the solution I linked.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2012-01-12T20:30:26.587", "id": "108746", "postId": "37953", "score": "0", "text": "I have the same issue with a ppp0 connection, I tried your suggestion but there was no ppp0 line to comment out. Is there anything else to be tried?", "userDisplayName": null, "userId": "25665" }, { "creationDate": "2012-01-13T05:17:38.003", "id": "108851", "postId": "37953", "score": "0", "text": "@boywithaxe I'm sorry I can't help you there. You'd be better off asking a new question.", "userDisplayName": null, "userId": "814" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T11:53:10.973", "id": "37953", "lastActivityDate": "2011-04-29T11:53:10.973", "lastEditDate": "2017-04-13T12:23:18.167", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "814", "parentId": "37344", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>I had the same issue, and this resolved it.\nIf you have the package <code>connman</code> installed, try removing it, and rebooting.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-28T09:01:01.370", "id": "41498", "p...
null
null
null
null
null
37351
1
null
2011-04-27T17:15:51.223
2
1258
<p>In question <a href="https://askubuntu.com/questions/35024/how-to-add-my-favorite-places-as-a-quicklist-in-my-homes-icon-in-unity">How to add my favorite places as a quicklist in my home&#39;s icon in Unity?</a> there is an explanation of how to add my favourite places as a quicklist in the home icon in Unity (i.e. Videos, Documents, Music etc). This is useful but is there a way of adding a Nautilus bookmark that I have created to this list. I tried simply replicating the text for one of the groups by editing (<code>gksudo gedit /usr/share/applications/nautilus-home.desktop</code>), i.e.</p> <pre><code>[Downloads Shortcut Group] Name=MyBookmark Exec=nautilus MyBookmark OnlyShowIn=Unity </code></pre> <p>but this had no effect.</p> <p>With thanks.</p>
15119
-1
2017-04-13T12:23:09.107
2011-04-27T17:29:29.670
How to add a bookmark to the Home Folder icon in Unity?
[ "unity", "nautilus", "home-directory", "icons", "quicklists" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There are two parts you need to do with the .desktop file:</p>\n\n<ol>\n<li><p>Add the shortcut name to the <code>X-Ayatana-Desktop-Shortcuts</code> key, e.g.:</p>\n\n<pre><code>X-Ayatana-Desktop-Shortcuts=Videos;Documents;...;MyBookmark\n</code></pre></li>\n<li><p>Add the pi...
null
null
null
null
null
37355
1
37356
2011-04-27T17:32:43.990
1
182
<p>I'm not sure if it is better to install final release after it officially ready (or week later when most problems fixed) or it is OK to have patched beta? I think that new is better than patched old, am I right? </p>
13838
235
2011-04-27T17:37:45.667
2011-04-27T18:34:56.130
Does it make a sense to install final release instead of beta 2?
[ "11.04", "upgrade" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T17:59:36.297", "id": "41401", "postId": "37355", "score": "0", "text": "I had beta 1 and my indicator weather disappeared, some screenlets where blinking and I couldn't make it back to work, but when I made fresh install of beta 2 everything started to work fine. (m...
{ "accepted": true, "body": "<p>It makes no difference if you upgrade or install the final version from scratch; if it works now and you want to install it now then go for it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T17:38:44.443", "id": "37356", "lastActivityDate": "2011-04-27T17:38:44.443", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "37355", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>It makes no difference if you upgrade or install the final version from scratch; if it works now and you want to install it now then go for it.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "crea...
null
null
null
null
null
37357
1
null
2011-04-27T16:35:04.877
1
1175
<p>I am a newbie in Kubuntu/Linux but i know the basics, so i have an old Kubuntu 9.10 version CD, which runs fine when i go live (ie. live CD). However i installed Kubuntu onto my pendrive to make it a bootable one, it was successful as the installation finished successfully. However when i tried to boot using my pen drive, kubuntu is recognised but i get a console (similar to DOS) rather than any GUI that we usually get. I guess thats the GRUB console, it supports certain commands like ls (which gives 7 HD0,1 2 3 etc. like o/p) halt (shut down) and exit (gets hanged!) So please tell me what to do, i tried out all commands in the help section! But i didnt get directed to the customary GUI of kubuntu, is my PD not installed properly or any other reason, i tried it a hundred times and over!</p>
null
null
null
2013-08-27T16:46:34.353
Installing kubuntu using a pendrive!
[ "kubuntu", "installation" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I suggest you to use <a href=\"https://launchpad.net/usb-creator\" rel=\"nofollow\">usb-creator</a> to install Kubuntu in to your USB disk. I think it's the best way of installing any Ubuntu version in to a USB disk. Format the USB drive and try installing Kubuntu again using...
null
null
null
null
Ashutosh
37359
1
37366
2011-04-27T18:18:28.190
3
849
<p>How can I check how much power my laptop is pulling at any given time?</p>
693
235
2011-04-27T18:36:01.883
2012-08-25T07:26:30.637
How do I check how much power my laptop is drawing?
[ "power-management" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T18:38:16.253", "id": "41408", "postId": "37359", "score": "0", "text": "Might want to check Lesswatts http://www.lesswatts.org/index.php", "userDisplayName": null, "userId": "5073" } ]
{ "accepted": true, "body": "<p>Install and run <code>powertop</code>:</p>\n\n<pre><code>sudo apt-get install powertop\nsudo powertop\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-08-23T18:27:04.233", "id": "223081", "postId": "37366", "score": "0", "text": "Don't install this if you're looking for power measurements. They appear to be event frequency and duty cycle measurements. I don't see why this was accepted as an answer.", "userDisplayName": null, "userId": "25031" }, { "creationDate": "2012-08-27T18:35:05.150", "id": "225397", "postId": "37366", "score": "0", "text": "@broiyan, because it *also* shows how much power you are using and how long the battery will last.", "userDisplayName": null, "userId": "8500" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T18:46:24.923", "id": "37366", "lastActivityDate": "2011-04-27T18:46:24.923", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "8500", "parentId": "37359", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Install and run <code>powertop</code>:</p>\n\n<pre><code>sudo apt-get install powertop\nsudo powertop\n</code></pre>\n", "commentCount": "2", "comments": [ { "creationDate": "2012-08-23T18:27:04.233", "id": "223081", "postId": "37366", ...
null
null
null
null
null
37360
1
null
2011-04-27T18:21:54.623
3
2275
<p>When I put my pc to sleep or hibernate, after that when I open(wakeup) Ubuntu. My wireless connection cannot connect to internet. </p> <p>So in this case I need to restart again... what is the solution?</p>
15128
235
2011-06-07T03:02:22.570
2020-01-09T15:26:00.390
I can't connect wireless network when wakeup after Sleep & Hibernate
[ "wireless" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-06-07T03:02:48.670", "id": "52299", "postId": "37360", "score": "0", "text": "Can you add some hardware information to your question?", "userDisplayName": null, "userId": "235" } ]
null
[ { "accepted": null, "body": "<p>try <a href=\"http://ubuntuforums.org/showthread.php?t=1483854\">this</a>:</p>\n\n<p>Here is a technique that works for many. Please open Applications > Accessories > Terminal and do:</p>\n\n<p>Code:</p>\n\n<pre><code>sudo lshw -C network\n</code></pre>\n\n<p>You will learn d...
null
null
null
null
null
37364
1
37371
2011-04-27T18:44:44.380
0
537
<p>I have just moved from Rhythmbox to Banshee. When I pressed the "close" button on Rhythmbox title bar, the Rhythmbox window disappears, but the application does not close, and I can still listen to music and control it via the sound menu.</p> <p>Is there any similar way to <strong>hide</strong> (<em>not</em> close and <em>not</em> minimize) Banshee? I know I can do that by running <code>banshee --hide</code>, but I would love to get that result from within Banshee, for example by "closing" it's window. Is that possible? If yes, then how do I do that?</p>
705
null
null
2011-04-27T19:43:26.520
How do I hide Banshee?
[ "music", "banshee", "indicator-sound" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You have got to enable the Appindicator Extension.</p>\n\n<p><img src=\"https://i.stack.imgur.com/09NdP.png\" alt=\"enter image description here\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-28T13:07:39.987", "id": "41542", "postId": "37371", "score": "0", "text": "Thanks! Dunno why it was disabled, which I haven't noticed.", "userDisplayName": null, "userId": "705" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T19:02:17.803", "id": "37371", "lastActivityDate": "2011-04-27T19:02:17.803", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2827", "parentId": "37364", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<p>You have got to enable the Appindicator Extension.</p>\n\n<p><img src=\"https://i.stack.imgur.com/09NdP.png\" alt=\"enter image description here\"></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-28T13:07:39.987", "id": "415...
null
null
null
null
null
37368
1
37380
2011-04-27T18:51:17.273
1
156
<p>When I start (strange-)Quark in Natty nothing happens, it doesn't appear in the upper panel next to the network, so I can't use it. How can I fix it? </p> <p><a href="http://hsgg.github.com/quark/" rel="nofollow">http://hsgg.github.com/quark/</a></p> <p>The worst solution is to just use a normal desktop but that is kind of failing.</p>
10698
10698
2011-08-25T15:32:16.683
2011-08-25T15:32:16.683
How can I make the Quark music player work in Unity?
[ "11.04", "unity" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Most likely you use <strong>strange-quark</strong> frontend for GNOME notification area. This will now have to be <a href=\"https://askubuntu.com/questions/30742/how-do-i-access-the-system-tray\">whitelisted</a> to be able to use it.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-27T22:17:36.653", "id": "41442", "postId": "37380", "score": "0", "text": "It worked when I added \"strange-quark\" in dconf-editor aweswome! Thanks!", "userDisplayName": null, "userId": "10698" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T20:14:26.930", "id": "37380", "lastActivityDate": "2011-04-27T20:14:26.930", "lastEditDate": "2017-04-13T12:23:46.240", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "3940", "parentId": "37368", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>Most likely you use <strong>strange-quark</strong> frontend for GNOME notification area. This will now have to be <a href=\"https://askubuntu.com/questions/30742/how-do-i-access-the-system-tray\">whitelisted</a> to be able to use it.</p>\n", "commentCount": "1", "comm...
null
null
null
null
null
37369
1
null
2011-04-27T18:53:34.280
4
508
<p>Once I put the DVD into DVD drive, it appears in the Unity dash/place. Clicking the icon opens nautilus. How do I make clicking the icon to open VLC player and start playing it ?.</p>
14014
2827
2011-04-28T21:04:10.113
2011-05-06T10:07:04.900
How do I get DVD to play in VLC from unity dash launcher?
[ "unity", "launcher", "dvd", "vlc", "unity-dash" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Open Nautilus. Go to Edit -> Preferences -> Media . Select VLC player.</p>\n\n<p><img src=\"https://i.stack.imgur.com/NJINc.png\" alt=\"enter image description here\"></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2013-03-18T14:53:57.227"...
null
null
null
null
null
37374
1
null
2011-04-27T19:35:58.130
2
1433
<p>i have an .avi file in my server, my server is running ubuntu 10.04 lts. normally i would download the .avi file to my computer. but the .avi file is huge so i would like to stream it if it is possible.</p> <p>i read that i can do that with vlc. but after trying so hard i still couldn't make it stream.. please help me with this..</p>
15131
null
null
2011-06-04T15:57:36.760
how do i stream a video in my server to my computer?
[ "server", "vlc", "stream" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>VLC is definitely the way to go here.</p>\n\n<p>There are numerous tutorials on YouTube that can take you step-by-step through the process. I'd suggest searching there.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": ...
null
null
null
null
null
37379
1
37384
2011-04-27T20:07:01.677
2
791
<p>I would love to use UNR instead of unity, I think it's much better. I first found it in 10.04 netbook but I don't want to do a fresh install of that it's way to much work. </p> <p>I have a new problem, I can't choose what interface I want like, unity, UNR or normal desktop (on the log in screen). It may be sorted in the final release but, now it's a big problem.</p> <p>Everything works now, and it's stable, big thanks! </p>
10698
10698
2011-04-28T10:04:43.657
2011-04-28T10:04:43.657
Can I install UNR in 11.04?
[ "11.04", "ubuntu-netbook" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I have not tried it, but you can install <code>netbook-launcher-efl</code>, which should look like this:</p>\n\n<p><img src=\"https://i.stack.imgur.com/w9I2L.png\" alt=\"enter image description here\"></p>\n\n<p>I don't know if the package still exists on Natty, but in Maverick it does.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2011-04-27T21:53:37.793", "id": "41431", "postId": "37384", "score": "1", "text": "@Alvar You need to logout and then select something like \"Ubuntu netbook remix\" at the login prompt (Where it normally says \"Ubuntu\")", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2011-04-27T22:18:43.127", "id": "41443", "postId": "37384", "score": "0", "text": "well I can't even select normal desktop mode! how do I do it? everything is wrong in natty (or different)", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-04-27T22:41:47.550", "id": "41448", "postId": "37384", "score": "0", "text": "aaaah, it's very buggy this, I could log in and see the Beautiful UNR desktop and when I opened the system monitor everything was a normal desktop again. sad hope it becomes more stable in the final release of 11.04.", "userDisplayName": null, "userId": "10698" }, { "creationDate": "2011-04-28T07:59:30.427", "id": "41487", "postId": "37384", "score": "1", "text": "When I added some favorites everyting worked! Thanks! :)", "userDisplayName": null, "userId": "10698" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T20:35:54.650", "id": "37384", "lastActivityDate": "2011-04-27T20:35:54.650", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2827", "parentId": "37379", "postTypeId": "2", "score": "4" }
[ { "accepted": null, "body": "<p>There is a <a href=\"https://launchpad.net/ubuntu/natty/+source/netbook-launcher-efl\" rel=\"nofollow noreferrer\">Natty Narwhal</a> package from the Launchpad <a href=\"https://launchpad.net/launch-lite-proj\" rel=\"nofollow noreferrer\">Netbook Launcher EFL</a> project (whi...
null
null
null
null
null
37382
1
37807
2011-04-27T20:31:15.947
3
832
<p>I really liked the world map with daylight time displayed on it, when you click on date/time tray icon.</p> <p>It appeared right bellow the calendar.</p> <p>How do I get it back in unity?</p>
3234
235
2011-04-29T00:52:22.593
2011-04-29T03:09:02.360
How to display world daylight map?
[ "11.04", "time", "indicator" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I talked to Ted Gould, the indicator-datetime author about this:</p>\n<blockquote>\n<p>It would be easier to do as a patch next release. We're going to make adding custom dbusmenu items easier. We still need to work out the details, but basically we're looking to have a set of items that can be loaded by the panel service instead of having them hard coded in the indicator .so's</p>\n<p>This makes it so that you can build them and test them reasonably on their own. But also so that app developers could make them, install them in the right directory, and then use them.</p>\n<p>Yeah, there's still a lot of details to work out. But I'm hoping to land that in O.</p>\n</blockquote>\n<p>So long story short, Ted is looking for someone to make this happen, and unfortunately we don't have anything for 11.04. The <a href=\"https://launchpad.net/indicator-datetime\" rel=\"nofollow noreferrer\">code is here</a> and if you can find someone to <a href=\"http://unity.ubuntu.com/getinvolved/\" rel=\"nofollow noreferrer\">get involved</a> that would be even better. I'd be more than happy to point a contributor to the right resources if someone is interested.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-29T03:09:02.360", "id": "37807", "lastActivityDate": "2011-04-29T03:09:02.360", "lastEditDate": "2020-06-12T14:37:07.210", "lastEditorDisplayName": null, "lastEditorUserId": "-1", "ownerDisplayName": null, "ownerUserId": "235", "parentId": "37382", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>I talked to Ted Gould, the indicator-datetime author about this:</p>\n<blockquote>\n<p>It would be easier to do as a patch next release. We're going to make adding custom dbusmenu items easier. We still need to work out the details, but basically we're looking to have a set ...
null
null
null
null
null
37385
1
37391
2011-04-27T20:49:42.380
4
2129
<p>I was wondering if there was anywhere that I could download gnome3's gnome-shell themes?</p> <p>I have got gnome3 running perfectly on natty, Just want a different theme!</p>
14127
235
2011-04-27T21:35:01.000
2012-01-11T11:41:10.767
Where can I download GNOME Shell themes?
[ "themes", "gnome" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T21:25:51.520", "id": "41427", "postId": "37385", "score": "2", "text": "I'm lazy today so I'll just post 2 links as a comment and not an answer: How to change GNOME 3 (GNOME Shell Or Classic) GTK / Mutter / Metacity Theme: http://www.webupd8.org/2011/04/change-gnome...
{ "accepted": true, "body": "<p>There's a GNOME Shell group on Deviant Art, where you can find a lot of useful stuff. <a href=\"http://gnome-shell.deviantart.com/gallery/28081982\" rel=\"nofollow\">GNOME Shell Themes Gallery on Deviant Art.</a></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T21:34:06.103", "id": "37391", "lastActivityDate": "2011-04-27T21:34:06.103", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "2827", "parentId": "37385", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>There's a GNOME Shell group on Deviant Art, where you can find a lot of useful stuff. <a href=\"http://gnome-shell.deviantart.com/gallery/28081982\" rel=\"nofollow\">GNOME Shell Themes Gallery on Deviant Art.</a></p>\n", "commentCount": "0", "comments": [], "commu...
null
null
null
null
null
37390
1
38570
2011-04-27T21:31:25.960
4
1072
<p>I used Ubuntu's <strong>Startup Disk Creator</strong> to make the Live USB, for recovery purposes, and update it often. I have also installed additional software from Ubuntu's Software Center.</p> <p>If I use that same Live USB to install Ubuntu on a machine, will it also install all updated and new software or will it just install what came in the original image?</p>
175
null
null
2011-04-30T20:19:34.603
Installing Ubuntu using updated Live USB
[ "software-center", "live-usb", "usb-creator" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>if you install packages to the usb with the Persistence mode then use the installer it will <strong>NOT</strong> as far as i have seen Install the new packages to the installed system. </p>\n\n<p>For example, you make a live-usb with persistence and install the nvidia drivers. Then boot the usb in a nvidia laptop it should run fine. However when you install to the laptop the nvidia drivers will NOT get installed to the new install. </p>\n\n<p>This is both a good thing and a bad thing. It would be nice if you could install the extra packages, however there may often be cases where you would not want an exact copy. (on an pc using ATI video chipset for example)</p>\n\n<p>There are ways to 'remaster' a live cd to include extra packages. This remastered live cd, could then be used to make a live flash that would install the extra packages also.</p>\n\n<p>In the example above (about nvidia drivers) i should point out that i have had issues in the past with the Persistence mode actually using the drivers. I had to alter some things to get them to start up properly. I have not tested how well this works in 11.04 yet. I normally install the nvidia drivers to a Persistence mode flash drive in order to make installing easier on my nvidia machines.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-30T20:19:34.603", "id": "38570", "lastActivityDate": "2011-04-30T20:19:34.603", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "15645", "parentId": "37390", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>When you say <em>update it often</em>, do you mean you run <strong>Update Manger</strong>, or you download and install a new ISO? You are most likely running in <strong>Live USB</strong> mode, which means all changes to the original image are discarded after you shutdown. So ...
null
null
null
null
null
37392
1
37393
2011-04-27T21:40:45.983
0
247
<p>I am trying to install <a href="http://snippits.rubyforge.org/" rel="nofollow">snippits</a>, but it fails with the error message </p> <pre><code>ERROR: Error installing snippits: hoe requires RubyGems version &gt;= 1.4 </code></pre> <p>How do I get around this?</p>
8017
null
null
2013-03-22T14:41:17.490
Installing Snippits fails
[ "10.04", "ruby" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I think you just have to install RubyGems to:</p>\n\n<pre><code>sudo aptitude install rubygems\n</code></pre>\n\n<p>(or search in synaptic for rubygems)</p>\n\n<p>Ok, just recognized there is no RubyGems > 1.3.7 in the Ubuntu repository (Debian actually has a 1.6 in sid...). So you have to install it from their <a href=\"http://rubygems.org/pages/download\" rel=\"nofollow\">website</a>.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04-27T22:19:51.643", "id": "41444", "postId": "37393", "score": "0", "text": "It's the installing from the source. apptitude and old packages is the problem.", "userDisplayName": null, "userId": "8017" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-27T21:46:03.680", "id": "37393", "lastActivityDate": "2011-04-27T21:46:03.680", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "14856", "parentId": "37392", "postTypeId": "2", "score": "0" }
[ { "accepted": true, "body": "<p>I think you just have to install RubyGems to:</p>\n\n<pre><code>sudo aptitude install rubygems\n</code></pre>\n\n<p>(or search in synaptic for rubygems)</p>\n\n<p>Ok, just recognized there is no RubyGems > 1.3.7 in the Ubuntu repository (Debian actually has a 1.6 in sid...). ...
null
null
null
null
null
37395
1
37474
2011-04-27T21:53:05.267
0
315
<p>I <em>just</em> upgraded to Ubuntu 11.04. Unfortunately I didn't know that my graphics card didn't support the Unity desktop. When I logged in, the interface was totally unusable. I couldn't log out, because the logout button was disappearing sometimes and I couldn't click on it. How could I logout, if I forget to change the desktop settings?</p> <p>I really want to use the new interface but my hardware isn't-the-best. Hmm...</p> <p>Specs: PPC 500mhz processor, 384MB RAM (10.3 OSX)</p>
23272
null
null
2011-04-28T08:25:44.310
Graphics card not supported, unusable interface
[ "11.04" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T21:56:08.553", "id": "41432", "postId": "37395", "score": "1", "text": "Can you edit your question to add some hardware information?", "userDisplayName": null, "userId": "235" } ]
{ "accepted": true, "body": "<h2>Logging out whenever your interface dies</h2>\n\n<p>This used to happen to me quite a lot under 10.10 for various reasons, (mostly playing around with things I shouldn't), but I found a good way of getting back to the login screen.</p>\n\n<p>Press <em>Crtl+Alt+F1</em>, which will take you to one of the background virtual terminals. (If you ever want to come back because you're just testing it press <em>Ctrl+Alt+F7</em> or <em>Ctrl+Alt+F8</em>, one of which should take you back to the graphical interface.</p>\n\n<p>In the fullscreen terminal, you'll be asked to log in. Log in using your normal username and pass word, and type<code>sudo killall Xorg</code>, which (after entering your password again), will kill Xorg and force it to restart back to the login screen.</p>\n\n<p>When it restarts, it will show your user with a tick next to their name and say <em>already logged in</em>, don't worry about that, its referring to the virtual terminal that you just logged in to. You can switch back to it using <em>Crtl+Alt+F1</em> as above to see it running, and you can log out of the terminal just by typing <code>logout</code>.</p>\n\n<p>Hope that helps.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T08:25:44.310", "id": "37474", "lastActivityDate": "2011-04-28T08:25:44.310", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13003", "parentId": "37395", "postTypeId": "2", "score": "1" }
[ { "accepted": true, "body": "<h2>Logging out whenever your interface dies</h2>\n\n<p>This used to happen to me quite a lot under 10.10 for various reasons, (mostly playing around with things I shouldn't), but I found a good way of getting back to the login screen.</p>\n\n<p>Press <em>Crtl+Alt+F1</em>, which...
null
null
null
null
null
37396
1
37492
2011-04-27T22:03:41.893
0
834
<p>I want to install Ubuntu on my Intel mac and I don't want any data lost. I also want to completely uninstall Ubuntu if necessary. I'm wondering if this is possible. I have a backup made (with Time Machine) just in-case.</p> <p><img src="https://i.stack.imgur.com/t4LOV.png" alt="enter image description here"></p> <p>"It won't erase anything".</p>
23272
7035
2011-06-07T02:40:53.963
2011-06-07T02:40:53.963
Very safe to install Ubuntu on Mac?
[ "installation", "backup", "uninstall" ]
3
4
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T22:29:24.487", "id": "41446", "postId": "37396", "score": "0", "text": "Have you tried running a Live CD session (i.e. booting from the CD)? It doesn't install anything to the computer, so you're free to try whether it works in that hardware; the session disappears ...
{ "accepted": true, "body": "<p>Partitioning your disk with OS X tools won't erase anything. Open up Disk Utility and click on the 'top-level' of the hard disk in the left-hand side panel. In my case it says:</p>\n\n<p>320.07 GB WDC WD3200BEKT-00F3T0 Media</p>\n\n<p>Then over to the right in the main panel you'll notice five tabs up the top:</p>\n\n<ul>\n<li>First Aid</li>\n<li>Erase</li>\n<li>Partition</li>\n<li>RAID</li>\n<li>Restore</li>\n</ul>\n\n<p>Click on 'Partition'. Under 'Volume Scheme' there's a column partially coloured in blue, indicating how much data resides on your HDD. Underneath that you'll see a '+' and a '-' button. Press the '+'. You'll notice you now have two partitions. (Nothing's been written or changed yet. You can still change your mind.) Between the two partitions there's a little handle which you can drag up and down. Move that so you've got enough room for an Ubuntu install. I'd say 20 GB is sufficient but it's very subjective. It's certainly enough to get started, and if you feel you need more down the track you just repeat this procedure.</p>\n\n<p>Click on the new proposed white partition. There's a drop-down box to the right. Choose format as 'Free Space'. Have one last look to make sure you're satisfied and click 'Apply'.</p>\n\n<p>Disk Utility will do its thing and very soon you'll have a brand new empty bit of HDD to install Ubuntu on.</p>\n\n<p>Incidentally, the Live CD is <em>much</em> slower than a native install but it gives you some idea of what to expect.</p>\n\n<p>__</p>\n\n<p>I note your picture. Did your Disk Utility screen look like this immediately prior to your picture being taken?</p>\n\n<p><img src=\"https://i.stack.imgur.com/KuV9X.jpg\" alt=\"Two partitions ready to go\"></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-04-29T19:19:58.027", "id": "42051", "postId": "37492", "score": "0", "text": "It didn't look like that. It didn't say \"Free Space\".", "userDisplayName": null, "userId": "23272" }, { "creationDate": "2011-04-30T00:02:44.180", "id": "42166", "postId": "37492", "score": "0", "text": "Well, go through the instructions again *closely* and it will. It's a drop down box in the 'Format' area.", "userDisplayName": null, "userId": "12473" }, { "creationDate": "2011-04-30T00:23:16.103", "id": "42170", "postId": "37492", "score": "0", "text": "No hurry. Just go through it at your own pace. I hope you get Ubuntu up and running.", "userDisplayName": null, "userId": "12473" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T11:15:17.857", "id": "37492", "lastActivityDate": "2011-04-28T12:09:23.243", "lastEditDate": "2011-04-28T12:09:23.243", "lastEditorDisplayName": null, "lastEditorUserId": "12473", "ownerDisplayName": null, "ownerUserId": "12473", "parentId": "37396", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>It should be. Depending on what kind of mac you have you'll need different versions (if it's an intel mac you can use any of the ubuntu live cds, I think you'll be able to run x64, but I don't remember if all macs have 64-bit processors. If you're on an PPC mac you'll need to...
null
null
null
null
null
37401
1
37717
2011-04-27T22:20:29.273
80
133532
<p>I have installed ubuntu (11.04).</p> <p>I installed phpstorm which is simply an archive for you to extract and shove in your /opt directory.</p> <p>To run it you would use <code>/opt/PhpStorm-103.243/bin/PhpStorm.sh</code></p> <p>In unity I had created a launcher on my desktop.</p> <p>Now I have installed gnome-3(gnome-shell),</p> <p>And I have nothing in my desktop.</p> <p>So how do I run phpstorm quickly? Can I get it to show up in "applications"?</p>
14127
25863
2012-06-18T18:11:00.110
2021-06-24T12:29:10.717
How do I add a launcher for .sh applications?
[ "gnome", "launcher" ]
11
1
CC BY-SA 3.0
[ { "creationDate": "2013-06-22T09:04:37.323", "id": "392812", "postId": "37401", "score": "2", "text": "Crazy, that's nearly a useability bug that this needs to be explained with the two possible solutions below and not \"just works\" with the right click and add favorite, and the below is done a...
{ "accepted": true, "body": "<p>I worked it out :D</p>\n<p><strong>In Terminal</strong></p>\n<pre><code>gedit ~/.local/share/applications/&lt;Your App Name&gt;.desktop\n</code></pre>\n<p><strong>In gedit</strong></p>\n<p>Here you should edit:<br />\n<em>You can find more details and more keys in <a href=\"https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys\" rel=\"noreferrer\">the freedesktop.org docs</a></em></p>\n<pre><code>[Desktop Entry]\n# Define which specification version this entry is using \nVersion=1.0\n# The application name (eg. &quot;Gnome Terminal&quot;, &quot;Firefox&quot;)\nName=My Awesome App\n# The generic app name (eg. &quot;Terminal&quot;, &quot;Web Browser&quot;)\nGenericName=Awesome App\n# The Tooltip\nComment=This app is awesome!\n# The command you want to execute\nExec=/path/to/sh/file/file.sh\n# Whether the app should run in a terminal window\nTerminal=false\n# The pretty picture :D\nIcon=/opt/PhpStorm-103.243/bin/webide.png\n# The type of the desktop entry (Application, Link, or Directory)\nType=Application\n# Categoies the app should be in\nCategories=Network;WebBrowser;\n# Mime types this launcher can open\nMimeType=text/html;\n# Localized version of the above info\nName[en_NZ]=My Awesome App\nGenericName[en_NZ]=Awesome App\nComment[en_NZ]=This app is awesome!\n</code></pre>\n<p>Save the file.<br />\nNow your application will show in searches :)</p>\n", "commentCount": "6", "comments": [ { "creationDate": "2011-04-28T22:16:37.557", "id": "41734", "postId": "37717", "score": "6", "text": "That is still wrong. You **cannot** edit **anything** in `/usr/share/*` - that's owned and controlled by the packages themselves. You ***NEED*** to put custom launchers in `~/.local/share/applications`, otherwise you might end up with lots of issues.", "userDisplayName": null, "userId": "6005" }, { "creationDate": "2013-05-06T14:58:54.883", "id": "366549", "postId": "37717", "score": "0", "text": "Did all the above, did not work, nothing shows when searching for the application (GNOME Shell 3.4.1).", "userDisplayName": null, "userId": "82272" }, { "creationDate": "2013-06-30T00:06:14.210", "id": "397725", "postId": "37717", "score": "12", "text": "This right here is one of the reasons that Linux has such a limited user base. If we want your average Joe to get started on Linux, these kinds of things need to be simpler.", "userDisplayName": null, "userId": "132639" }, { "creationDate": "2018-05-11T09:28:09.390", "id": "1683598", "postId": "37717", "score": "1", "text": "**IMPORTANT! You need to remove every whitespace after the values because it's space sensitive**", "userDisplayName": null, "userId": "137515" }, { "creationDate": "2022-01-27T17:15:23.380", "id": "2400813", "postId": "37717", "score": "1", "text": "You may also need to make it executable `sudo chmod +x ~/.local/share/applications/<Your App Name>.desktop`, without it I was not able to add it to Favorites - from application list (not from the favorites bar itself); also note that you probably only need: `Version, Name, Exec, Terminal, Icon, Type` and maybe `Categories`", "userDisplayName": null, "userId": "277898" }, { "creationDate": "2023-11-13T10:18:10.040", "id": "2614682", "postId": "37717", "score": "0", "text": "The above only worked for me after changing the line `Exec=/path/to/my.sh` to `Exec=sh /path/to/my.sh` on Ubuntu 22.04.", "userDisplayName": null, "userId": "953888" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2011-04-28T21:42:54.510", "id": "37717", "lastActivityDate": "2021-06-24T12:29:10.717", "lastEditDate": "2021-06-24T12:29:10.717", "lastEditorDisplayName": null, "lastEditorUserId": "8698", "ownerDisplayName": null, "ownerUserId": "14127", "parentId": "37401", "postTypeId": "2", "score": "52" }
[ { "accepted": null, "body": "<p>I'm not familiar with Gnome3, but with an older Gnome, you can right-click on the application menu, and click on <code>Edit Menus</code> - that'll allow you to modify the menu tree. Select the submenu you want your launcher to appear in, then click <code>New Item</code> and p...
null
null
null
null
null
37402
1
41844
2011-04-27T22:21:27.080
1
1821
<p>I have a HDSPA USB stick from Vodafone for mobile broadband, a <a href="http://www.business.vodafone.com/site/bus/public/enuk/support/10_productsupport/usb_stick/01_vodafone/05_vodafone_k3520/05_summary/p_summary.jsp" rel="nofollow">HUAWEI model K3520</a> (in some places also designated E169 I think) which works just fine in Ubuntu 10.04 "Lucid" (<em>amd64</em>). This device is automatically mounted as a CD-ROM device by Ubuntu -- supposedly by the HAL daemon, <em>hald</em> -- namely the "partition" containing the device-specific software. </p> <p>The contents of the auto-mounted partition (upon inserting the stick in a USB port):</p> <pre><code>ubuntu@lucid:~$ ls -lh /media/VMC\ LITE*/ total 37M -r-------- 1 ubuntu ubuntu 70 2008-03-13 19:39 Autorun.inf -r-------- 1 ubuntu ubuntu 36M 2008-04-14 19:28 helper.exe -r-------- 1 ubuntu ubuntu 316K 2008-03-13 17:33 setup.exe ubuntu@lucid:~$ </code></pre> <p>The symlink <code>/dev/cdrom</code> gets assigned from the CD-ROM device at <code>/dev/sr0</code> to the device <code>/dev/sr1</code> upon detection of the USB stick, </p> <pre><code>ubuntu@lucid:~$ ls -lh /dev/cdrom lrwxrwxrwx 1 root root 3 2011-04-27 22:48 /dev/cdrom -&gt; sr1 ubuntu@lucid:~$ ls -lh /dev/sr* brw-rw----+ 1 root cdrom 11, 0 2011-04-27 22:34 /dev/sr0 brw-rw----+ 1 root cdrom 11, 1 2011-04-27 22:48 /dev/sr1 ubuntu@lucid:~$ </code></pre> <p>which although not a serious impediment it is nevertheless an annoyance. For example, in the console this forces specifying <code>eject -d /dev/sr0</code> to open the CD-ROM tray, instead of a simple <code>eject</code>; supposedly, other programs wanting to use the genuine CD-ROM drive will require specifying explicitly the device instead of "assuming" the symlink <code>/dev/cdrom</code> to point to the "correct" device.</p> <p>I have tried to follow instructions from a <a href="https://bbs.archlinux.org/viewtopic.php?id=25500" rel="nofollow">Arch Linux thread about hald</a>, by creating my own configuration as <code>/etc/hal/fdi/policy/cdrom.fdi</code> with the following contents:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;deviceinfo version="0.2"&gt; &lt;device&gt; &lt;match key="block.storage_device" string="/org/freedesktop/Hal/devices/storage_model_CDDVDW_SH_S223C"&gt; &lt;merge key="volume.policy.should_mount" type="bool"&gt;true&lt;/merge&gt; &lt;merge key="volume.policy.desired_mount_point" type="string"&gt;cdrom&lt;/merge&gt; &lt;/match&gt; &lt;/device&gt; &lt;device&gt; &lt;match key="storage.vendor" string="HUAWEI"&gt; &lt;match key="storage.model" string="Mass Storage"&gt; &lt;match key="storage.bus" string="usb"&gt; &lt;match key="storage.drive_type" string="cdrom"&gt; &lt;merge key="volume.policy.should_mount" type="bool"&gt;false&lt;/merge&gt; &lt;/match&gt; &lt;/match&gt; &lt;/match&gt; &lt;/match&gt; &lt;/device&gt; &lt;/deviceinfo&gt; </code></pre> <p>in an unsuccesful attempt to "coherce" <em>hald</em> into always assigning <code>/dev/sr0</code> to <code>/dev/cdrom</code> instead of auto-mounting the USB stick on insertion. </p> <p>I realize that I could use <code>gconf-editor</code> to toggle the key <code>/apps/nautilus/preferences/media_automount</code>, but that would affect <em>all</em> media -- which is not quite what I'm looking for, although given the low impact of this "annoyance" it might be an acceptable compromise.</p> <p>However, I am looking at some insight into what <em>hald</em> configuration might yield the desired results -- ignoring assigning <code>/dev/sr1</code> (the USB stick) to <code>/dev/cdrom</code> and thereby maintaining the symlink of <code>/dev/cdrom</code> to <code>/dev/sr0</code> (the CD-ROM drive).</p>
8037
235
2011-04-27T22:32:52.877
2011-05-10T17:59:20.573
How to ignore assigning /dev/cdrom to specific device?
[ "10.04", "usb", "64-bit", "hal" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The naming of the cdrom devices is configured in\n/etc/udev/rules.d/70-persistent-cd.rules . In my version of the file\nthere are four lines that create the cdrom, cdrw, dvd and dvdrw\nsymlinks, all pointing to the same drive:</p>\n\n<pre><code>SUBSYSTEM==\"block\", ENV{ID_CDROM}==\"?*\", ENV{ID_PATH}==\"pci-0000:00:1f.2-scsi-2:0:0:0\", SYMLINK+=\"cdrom\", ENV{GENERATED}=\"1\"\nSUBSYSTEM==\"block\", ENV{ID_CDROM}==\"?*\", ENV{ID_PATH}==\"pci-0000:00:1f.2-scsi-2:0:0:0\", SYMLINK+=\"cdrw\", ENV{GENERATED}=\"1\"\nSUBSYSTEM==\"block\", ENV{ID_CDROM}==\"?*\", ENV{ID_PATH}==\"pci-0000:00:1f.2-scsi-2:0:0:0\", SYMLINK+=\"dvd\", ENV{GENERATED}=\"1\"\nSUBSYSTEM==\"block\", ENV{ID_CDROM}==\"?*\", ENV{ID_PATH}==\"pci-0000:00:1f.2-scsi-2:0:0:0\", SYMLINK+=\"dvdrw\", ENV{GENERATED}=\"1\"\n</code></pre>\n\n<p>What do these lines do? They test some things with the <code>==</code> operator, and\nthen they add (<code>+=</code>) a symlink or set (<code>=</code>) the environment variable GENERATED.</p>\n\n<p>You want to insert a new test there, so that your HSDPA stick is ignored.</p>\n\n<p>So you need to find a unique attribute of your device. You can run\n<code>lsusb</code> in the terminal and look if you find your HSDPA stick there. \nAnd you can also ask udev itsself, e.g. with</p>\n\n<pre><code>udevadm info --export-db | less\n</code></pre>\n\n<p>(In \"less\" you can search with the / key, and quit with q.)\nTry to find a unique attribute, like ID_SERIAL, ID_VENDOR_ID or ID_MODEL_ID.\nThe hex numbers in ID_VENDOR_ID and ID_MODEL_ID are the same numbers as in the output of <code>lsusb</code>.</p>\n\n<p>If you have found something unique, insert a new test in the udev lines, comparing for inequality with the <code>!=</code> operator:</p>\n\n<pre><code>SUBSYSTEM==\"block\", ENV{ID_CDROM}==\"?*\", ENV{ID_SERIAL}!=\"_USB_DISK_Pro_075A06420103-0:1\", ENV{ID_PATH}==\"pci-0000:00:1f.2-scsi-2:0:0:0\", SYMLINK+=\"cdrom\", ENV{GENERATED}=\"1\"\n</code></pre>\n\n<p>Save the file, eject the USB stick, plug it in again and hope that it is working.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-05-12T20:57:22.083", "id": "46299", "postId": "41844", "score": "1", "text": "Unfortunately I am very unfamiliar with the workings of udev. The tip on the 70-persistent-cd.rules file was exactly what I was looking for. There was already a rule for the USB HDSPA stick, and I merely changed the value of the respective `SYMLINK` parameter for something other than \"cdrom\". The `eject` command no longer appears to be confusing the two. Thanks elmicha!", "userDisplayName": null, "userId": "8037" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-10T17:59:20.573", "id": "41844", "lastActivityDate": "2011-05-10T17:59:20.573", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "16134", "parentId": "37402", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>This has something to do with writing some udev rules for your device.\nI'm not an expert on the topic, but you might want to research on these links:</p>\n\n<ul>\n<li><a href=\"http://blog.pucp.edu.pe/item/88256\" rel=\"nofollow\">http://blog.pucp.edu.pe/item/88256</a></li>\...
null
null
null
null
null
37405
1
null
2011-04-27T22:30:17.387
7
11511
<p>Before anyone asks, Im a web developer so I need it, not because I want to use it.</p> <p>So, I am trying to install ie9 in wine (I can get it to run under virtualbox but it is slow/laggy/cumbersome).</p> <p>But when I try to run the installer I get "Internet Explorer 9 Can Only Be Installed Under Windows Vista Or Windows 7".</p> <p>So is there any way to change what os wine reports itself as?</p>
14127
25863
2012-06-18T18:10:54.073
2012-06-18T18:10:54.073
Install ie9 under wine?
[ "wine" ]
0
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T00:51:06.010", "id": "41458", "postId": "37405", "score": "0", "text": "Try setting Wine to run as Windows 7 (run `winecfg` and change the \"windows version\" to Windows 7 instead of Windows XP). it might work.", "userDisplayName": null, "userId": "6647" }...
null
[]
null
null
2013-06-13T21:52:50.373
null
null
37408
1
116154
2011-04-27T22:51:43.913
14
3578
<p>Will Unity Search have support for content search? I know tracker can index your files and you can then search for them, but is it possible to get this with "in" unity? </p> <p>use case:</p> <ol> <li>I click the super key and search for "lamda" and I get the pdf and py files where this string is located (Maybe with a preview of the files?). Also if the file with name lamda.odf will be shown</li> </ol>
15148
44179
2015-12-20T15:43:55.603
2015-12-20T15:44:55.077
Can the Unity dash search for content within files?
[ "unity", "search", "zeitgeist", "tracker" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2012-03-30T05:55:13.877", "id": "138914", "postId": "37408", "score": "0", "text": "Please mark didrocks answer as marked if it answers your question", "userDisplayName": null, "userId": "52" }, { "creationDate": "2012-05-23T17:44:17.627", "id": "168906", ...
{ "accepted": true, "body": "<p>Install recoll-lens (as of 26 March 2012 this works only for 11.10):</p>\n\n<pre><code>sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on\nsudo apt-get update\nsudo apt-get install recoll-lens recoll\n</code></pre>\n\n<p>Run recoll (open dash, type recoll and there you are), and create an index (it might take some time) - the app will ask for it itself when first run. (In preferences, you may want to set it up so that it reindexes your files regularly or on the fly.) Then logout and login and you have a new lens that provides full-text search. It is accessible from general Dash as well (after hitting super).</p>\n\n<p>Information taken from <a href=\"http://www.webupd8.org/2012/03/recoll-lens-full-text-search-unity-lens.html\" rel=\"nofollow\">http://www.webupd8.org/2012/03/recoll-lens-full-text-search-unity-lens.html</a></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2013-05-23T17:21:01.973", "id": "376338", "postId": "116154", "score": "0", "text": "Thanks! Is working on 13.04. The bad thing is I can't get the searches to show up in the home dash.", "userDisplayName": null, "userId": "92944" }, { "creationDate": "2014-11-08T10:57:32.837", "id": "749675", "postId": "116154", "score": "0", "text": "**No recoll-lens** in Ubuntu 14.04", "userDisplayName": null, "userId": "175489" }, { "creationDate": "2014-11-08T19:12:11.707", "id": "749851", "postId": "116154", "score": "0", "text": "It is integrated into file scope, there is also a separate application - this is a change due to design changes in Unity.", "userDisplayName": null, "userId": "16234" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2012-03-26T14:35:46.460", "id": "116154", "lastActivityDate": "2015-12-20T15:36:48.367", "lastEditDate": "2015-12-20T15:36:48.367", "lastEditorDisplayName": null, "lastEditorUserId": "402004", "ownerDisplayName": null, "ownerUserId": "16234", "parentId": "37408", "postTypeId": "2", "score": "8" }
[ { "accepted": null, "body": "<p>We are using zeitgeist to get the search done in Unity.\nZeitgeist is using a \"fts\" extension (full text search) which is enabled by default in ubuntu.</p>\n\n<p>So, if you opened your file already, you will be able to find it typing some keywords from its content in the fi...
null
null
null
null
null
37409
1
40692
2011-04-27T23:00:58.643
14
16709
<p>Since I upgraded from Ubuntu 10.10 to 11.04, my internet connection is as slow as hell. I have tested my other 10.10 machine and it is just as quick as the first one was.</p> <p>What has happened? Why is the maximum download speed now 30kb/s instead of the 2.5mb/s I used to have?</p>
2442
235
2011-05-06T14:26:34.580
2023-11-10T14:54:02.153
Why is my internet so slow with an Atheros wireless card?
[ "11.04", "wireless", "drivers", "atheros" ]
3
6
CC BY-SA 3.0
[ { "creationDate": "2011-04-27T23:13:17.477", "id": "41453", "postId": "37409", "score": "1", "text": "We need more details. How are you connected to your ISP? What does `ifconfig` tell you? `route`? Is your `cat /etc/resolv.conf` (nameserver) ok? Only throughput slow, on every protocol, or are t...
{ "accepted": true, "body": "<p>I've found out the problem; it's some sort of problem with my wifi driver (ath9k) which was resolved with a simple command:</p>\n\n<pre><code>sudo -s\necho \"options ath9k nohwcrypt=1\" &gt; /etc/modprobe.d/ath9k.conf\n</code></pre>\n", "commentCount": "8", "comments": [ { "creationDate": "2011-05-06T14:31:11.597", "id": "44604", "postId": "40692", "score": "0", "text": "Report this for the relevant driver package on Launchpad.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-06-20T10:46:50.267", "id": "55008", "postId": "40692", "score": "1", "text": "This didn't work for me, I had to upgrade my kernel to 2.6.39. It wasn't hard to do, and I describe how in http://askubuntu.com/questions/29950/wireless-on-an-atheros-ar9285-is-slow-and-disconnects/49649#49649.", "userDisplayName": null, "userId": "2273" }, { "creationDate": "2011-06-26T06:21:11.277", "id": "56317", "postId": "40692", "score": "0", "text": "Thanks @Dante it seemed to work for me... What does that line mean anyway ?", "userDisplayName": "user20656", "userId": null }, { "creationDate": "2011-10-16T10:50:16.973", "id": "76953", "postId": "40692", "score": "0", "text": "what this conf do under the cover ?", "userDisplayName": null, "userId": "18929" }, { "creationDate": "2012-02-21T10:43:43.797", "id": "123448", "postId": "40692", "score": "0", "text": "This worked for me, just do a restart if it doesn't work for you right away.", "userDisplayName": null, "userId": "8392" }, { "creationDate": "2013-05-21T12:13:54.683", "id": "374893", "postId": "40692", "score": "0", "text": "Doesn't work for me in 13.04. Results mixed.", "userDisplayName": null, "userId": "19689" }, { "creationDate": "2013-12-22T09:42:07.707", "id": "504897", "postId": "40692", "score": "0", "text": "not working in 13.10", "userDisplayName": null, "userId": "171245" }, { "creationDate": "2015-03-25T21:53:50.943", "id": "839131", "postId": "40692", "score": "0", "text": "This worked pretty well in 14.04!", "userDisplayName": null, "userId": "163072" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-06T11:23:34.443", "id": "40692", "lastActivityDate": "2011-05-06T14:25:27.470", "lastEditDate": "2011-05-06T14:25:27.470", "lastEditorDisplayName": null, "lastEditorUserId": "235", "ownerDisplayName": null, "ownerUserId": "2442", "parentId": "37409", "postTypeId": "2", "score": "16" }
[ { "accepted": true, "body": "<p>I've found out the problem; it's some sort of problem with my wifi driver (ath9k) which was resolved with a simple command:</p>\n\n<pre><code>sudo -s\necho \"options ath9k nohwcrypt=1\" &gt; /etc/modprobe.d/ath9k.conf\n</code></pre>\n", "commentCount": "8", "comments"...
null
null
null
null
null
37411
1
37705
2011-04-27T23:09:38.537
21
98791
<p>I just updated from Ubuntu 10.10 to 11.04 and have an issue regarding the screen resolution. I have Intel integrated gfx chip and my monitor supports resolutions larger than 1024x768. (in 10.10 I've been using 1280x1024) But as soon as I upgraded, I'm stuck with 1024x768 resolution and seems I can't change it. running <pre>xrandr</pre> In terminal yields the following results,</p> <pre> Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096 LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1280x800 58.1 + 1024x768 60.0* 800x600 60.3 56.2 640x480 59.9 VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm 1366x768 59.9 + 1360x768 60.0 1024x768 75.1 72.0 70.1 60.0* 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 72.8 75.0 66.7 60.0 720x400 70.1 1280x1024_60.00 (0xce) 109.0MHz h: width 1280 start 1368 end 1496 total 1712 skew 0 clock 63.7KHz v: height 1024 start 1027 end 1034 total 1063 clock 59.9Hz </pre> <p>What maybe the problem? Is it a bug? What kind of steps I should take in order to get a higher resolution? (changing xorg.conf maybe?) Any insight is highly appreciated. Thanks in advance. </p> <p><strong>UPDATE</strong></p> <p><img src="https://i.stack.imgur.com/BAuye.png" alt="enter image description here"></p> <p>Screenshot after running <pre>xrandr --addmode VGA1 1360x768</pre></p> <p>As you can see, side bar is not completely visible and Ubuntu logo at the task bar is missing. Also when you open an application, the Task bar of the application (where it should go to the top panel) is missing as well..</p>
5073
169736
2014-09-05T12:22:18.230
2023-08-08T17:14:56.573
Screen resolution stuck at 1024x768
[ "intel-graphics", "display-resolution" ]
6
4
CC BY-SA 3.0
[ { "creationDate": "2013-03-19T14:07:08.830", "id": "338165", "postId": "37411", "score": "1", "text": "I keep coming back to this question over and over, sigh...", "userDisplayName": null, "userId": "7177" }, { "creationDate": "2018-06-26T12:55:50.653", "id": "1714121", "...
{ "accepted": true, "body": "<p>I solved the problem by running:</p>\n\n<pre><code>xrandr --addmode VGA1 1366x768\n</code></pre>\n\n<p>I also added new modes to the change resolution drop down by using, </p>\n\n<pre><code>xrandr --newmode \"mode line\"\n</code></pre>\n\n<p>Where <code>mode line</code> replaces the supported resolutions. You can find the supported resolutions by running:</p>\n\n<pre><code>xrandr\n</code></pre>\n\n<p>Currently, it's working all right. </p>\n", "commentCount": "1", "comments": [ { "creationDate": "2018-09-12T14:40:06.897", "id": "1763903", "postId": "37705", "score": "0", "text": "Hey Dananjaya do you maybe have an idea how to solve https://askubuntu.com/questions/1074324/hp-350-g2-vga-does-only-shows-1024x768 ? I am lost", "userDisplayName": null, "userId": "247771" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T21:23:13.690", "id": "37705", "lastActivityDate": "2013-08-08T23:00:48.450", "lastEditDate": "2013-08-08T23:00:48.450", "lastEditorDisplayName": null, "lastEditorUserId": "44179", "ownerDisplayName": null, "ownerUserId": "5073", "parentId": "37411", "postTypeId": "2", "score": "15" }
[ { "accepted": null, "body": "<p><strong>Applications > Monitors</strong>\n<img src=\"https://i.stack.imgur.com/KhrUU.png\" alt=\"enter image description here\"></p>\n\n<p>Click the drop-dowm menu named <strong>Resolution</strong> and choose one that suits</p>\n\n<p>Then click <strong>Apply</strong></p>\n\n<...
null
null
null
null
null
37412
1
null
2011-04-27T23:15:24.807
40
95030
<p>I'd like to ensure that transmission only sends/receives traffic when the server it runs on is connected to a VPN. </p> <p>I <a href="https://askubuntu.com/questions/26793/enforce-vpn-connection-to-access-the-internet">found this question which is similar</a> but I don't want to force all traffic through the VPN and I haven't been able to find a good guide on how to use firestarter from the command line.</p> <p>Instead I was thinking of using ufw, but I have little to no experience with firewalls, and I'm hoping the community can help me out.</p> <p>One idea I had would be to force transmission to use a specific port, say 33442, and then only allow traffic to and from that port from the IP address of the VPN server. I checked out the Ubuntu server guide and I think could do something like this:</p> <pre><code>sudo ufw enable sudo ufw deny port tcp from localhost to any port 33442 sudo ufa allow port tcp from localhost to VPNIP port 33442 sudo ufw deny port udp from localhost to any port 33442 sudo ufa allow port udp from localhost to VPNIP port 33442 </code></pre> <p>Does this logic hold its salt? How would you do it? What would I use for VPNIP, the public IP of the VPN server, or should I specify the local subnet range that the VPN connects me to?</p> <p>Thanks for your help! </p>
4500
-1
2017-04-13T12:24:57.633
2019-08-06T08:33:12.310
How can I ensure transmission traffic uses a VPN?
[ "server", "vpn", "transmission", "bittorrent" ]
4
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Ideally you should use a torrent client that has a feature to bind to a specific interface (the VPN interface).</p>\n\n<p>Among torrent clients, Deluge does this. So you can install Deluge and configure the interface in the Preferences and you are set!</p>\n", "commentCou...
null
null
null
null
null
37413
1
37419
2011-04-27T23:24:15.027
4
3960
<p>After seeing an article on Cheese 3.0 and it's new effects some months back, it was going to be one of the major highlights of 11.04 to me.</p> <p>Sadly, I find 3.0 is not in the repo; it has been released, just not soon enough before the freeze.</p> <p>So how do I install Cheese 3.0 in Ubuntu 11.04?</p>
2442
235
2011-04-28T00:32:14.333
2011-04-28T00:34:12.943
How do I install Cheese 3.0?
[ "11.04", "installation", "webcam", "cheese" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You need GNOME 3 to run Cheese 3.0 while Ubuntu 11.04 has GNOME 2.32. So, what to do? </p>\n\n<p>Wait a few weeks until the GNOME3 PPA has been throughly tested and install GNOME3 alongside to Unity. Then, you can install Cheese 3.0.\nInstructions at <a href=\"https://launchpad.net/~gnome3-team/+archive/gnome3\" rel=\"nofollow\">https://launchpad.net/~gnome3-team/+archive/gnome3</a></p>\n\n<p><strong>NOTE</strong>: Do not install the PPA yet. Currently the PPA is experimental, and there is no going back (removing GNOME3 to go back to Unity).</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-04-28T10:30:18.510", "id": "41505", "postId": "37419", "score": "0", "text": "So, no cheese 3.0 for Unity then? :(", "userDisplayName": null, "userId": "2442" }, { "creationDate": "2011-04-29T16:42:03.047", "id": "41981", "postId": "37419", "score": "0", "text": "So, what, they have GNOME Shell integrated into GNOME 3 libraries? Or are the *GNOME 3 libraries* (and not Shell) the things that would break Unity?", "userDisplayName": null, "userId": "3256" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T00:15:33.467", "id": "37419", "lastActivityDate": "2011-04-28T00:15:33.467", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "4124", "parentId": "37413", "postTypeId": "2", "score": "2" }
[ { "accepted": null, "body": "<p>You can download Cheese 3.0.1 from: </p>\n\n<ul>\n<li><a href=\"ftp://ftp.gnome.org/mirror/gnome.org/apps/3.0/3.0.1/sources/cheese-3.0.1.tar.gz\" rel=\"nofollow\">ftp://ftp.gnome.org/mirror/gnome.org/apps/3.0/3.0.1/sources/cheese-3.0.1.tar.gz</a></li>\n</ul>\n\n<p>Extract the...
null
null
null
null
null
37414
1
39016
2011-04-27T23:41:21.317
6
5443
<p>Can anyone recommend a good, cheap video card that can handle modern desktop requirements? Cheap is somewhere under $50. </p> <p>I'm talking about decent 3d effects for Unity and friends, as well as playing the occasional video and running Flash. I'd like something that's autodetected and doesn't require any effort other than installing a few debs. My monitor is running 1680x1050.</p> <p>(I've checked <a href="https://wiki.ubuntu.com/HardwareSupportComponentsVideoCards" rel="nofollow noreferrer">HardwareSupportComponentsVideoCards</a>, I haven't been able to find promising results on Google, and I can't find any of the cards listed <a href="https://askubuntu.com/questions/28078/smooth-fullscreen-1080p-playback">here</a> for under $50)</p> <p><strong>Update:</strong> I've installed 11.04 and my video performance has gone from slow to constant flashing without showing windows. (!?!?)</p>
252
-1
2017-04-13T12:23:21.773
2017-02-05T17:39:39.137
What's a good cheap video card?
[ "graphics", "video", "hardware", "performance", "compatibility" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I've used a Radeon HD5450 with Ubuntu with good results. Very nice image, no fan, 1GB memory, good non-gaming OpenGL support, low power consumption, less than $50, no fan, HDMI and DVI output, no fan.</p>\n\n<p>It also has CrossFireX support but why would you use it?</p>\n\n<p>Did I mention that it has no fan?</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2011-05-02T00:27:02.880", "id": "42854", "postId": "39016", "score": "1", "text": "+1 Also used Ubuntu with that card; using open source drivers.", "userDisplayName": null, "userId": "15196" }, { "creationDate": "2011-05-07T03:41:01.383", "id": "44791", "postId": "39016", "score": "0", "text": "I had a Radeon HD4550 with no fan and it lasted 10 months before giving up and requiring replacement. Just purchased a Radeon HD5570 which has a massive 80mm fan and so far so good, cost a little more than $50 though.", "userDisplayName": null, "userId": "4982" } ], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-05-01T23:05:29.707", "id": "39016", "lastActivityDate": "2011-05-01T23:05:29.707", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "13762", "parentId": "37414", "postTypeId": "2", "score": "6" }
[ { "accepted": null, "body": "<p>If you are buying the motherboard, you can get one with an embedded Intel video card. Any recent Intel video card should be fine.</p>\n\n<p>If you plan for an AMD CPU, then an AMD/ATI card is a good choice. You have significant chances that the card will be supported by the o...
null
null
null
null
null
37416
1
null
2011-04-28T00:01:25.893
2
382
<p>Following a <a href="https://askubuntu.com/questions/34127/is-anyone-aware-of-any-progress-made-in-packing-updated-versions-of-tracker-desk">question</a> I raised a few weeks back, I would like to install tracker and see how it works with natty. The latest <a href="http://projects.gnome.org/tracker/download.html" rel="nofollow noreferrer">stable release</a> of metatracker is 0.10.10, but unfortunately, only version 0.8.17 can be found packaged. Does anyone know how can I install tracker from source, and if anybody has already tried it, please let me know how well does it work with natty.</p> <p>Thanks.</p>
4442
-1
2017-04-13T12:23:46.240
2012-05-11T17:17:04.843
How can I install metatracker from source?
[ "install-from-source", "tracker" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You can install Tracker 0.9.26 from their <a href=\"https://launchpad.net/~tracker-team/+archive/tracker-unstable\" rel=\"nofollow\">PPA</a>. There is also a stable PPA, but there's nothing for 11.04 there yet.</p>\n", "commentCount": "2", "comments": [ { ...
null
null
null
null
null
37428
1
37452
2011-04-28T01:08:50.547
0
1399
<p>EDIT2: This issue seems to have been fixed in 11.04, when installing it now has an option called 'install Ubuntu alongside X' where X is your other operating system. This was very helpful for newbies like me who don't want to play with hard drive partitions.</p> <p>I would like to install Ubuntu on my laptop as my primary operating system while keeping Windows. When I get to the screen that says "Allocate Disk Space," I click specify partitions manually because I don't want to erase Windows.</p> <p>Problem is, I don't know how to specify partitions manually. It's all one huge green bar called sda1 (ntfs). What do I do next?</p> <p>If I press install now, it says no root files system is defined. I tried the "shrink volume" function in Windows, but it complained telling me to run chkdsk, so I right clicked the c drive and nagivated to the chkdsk utility, told it to run on the next startup, which it didn't.</p> <p>I am running Windows 7.</p> <p><strong>EDIT:</strong> I figured it out, see answer below</p>
15157
186134
2014-08-04T18:59:11.440
2014-08-04T18:59:11.440
Trying to install Ubuntu: Shrinking the Windows Partiton
[ "system-installation" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T01:14:17.420", "id": "41460", "postId": "37428", "score": "0", "text": "Also, according my defrag software all the windows stuff is all at the beginning of the drive with a few files at the end. Is there really a significant speed boost that can be obtained by plac...
{ "accepted": true, "body": "<p>What you need to do is run chkdsk manually during bootup. Spam F8 during bootup, select the repair option and start a command prompt window. Then type <code>chkdsk c: /f</code> to fix the volume.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T03:36:45.773", "id": "37452", "lastActivityDate": "2011-04-28T03:42:38.793", "lastEditDate": "2011-04-28T03:42:38.793", "lastEditorDisplayName": null, "lastEditorUserId": "15157", "ownerDisplayName": null, "ownerUserId": "15157", "parentId": "37428", "postTypeId": "2", "score": "1" }
[ { "accepted": null, "body": "<p>What Windows version are you running? I assume Vista or 7?</p>\n\n<p>You should really do a chkdsk before messing with the volume. Press Start, type cmd. Click with the right mousebutton on the found cmd.exe and choose \"Run as administrator\".</p>\n\n<p>Now type \"chkdsk c: ...
null
null
null
null
null
37429
1
null
2011-04-28T01:11:50.850
3
959
<p>I installed Red5 from the Ubuntu universe repository. After installation, I visited <code>http://localhost:5080</code>. The page looked like this:</p> <p><img src="https://i.stack.imgur.com/PdTy5.png" alt="enter image description here"></p> <p>As you can see, there's a broken image on the page. As well, none of the internal links on the page work (they give 404 errors). What am I missing?</p>
5
null
null
2011-07-03T16:21:19.990
How to get Red5 working?
[ "package-management", "tomcat", "red5" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I installed <code>red5</code> and can not confirm your problem. 2 packages got installed: <code>libred5-java</code> and <code>red5server</code>.</p>\n\n<p>After install all I did was <code>http://localhost:5080</code> and it gets me the following page:</p>\n\n<p><img src=\"ht...
null
null
null
null
null
37431
1
37447
2011-04-28T01:18:19.710
3
2415
<p>I am using <strong>Ubuntu 9.10 - the Karmic Koala</strong> - released in October 2009 </p> <p>I downloaded <strong>mysql-workbench-gpl-5.2.33b-1ubu1004-i386.deb</strong> from <a href="http://dev.mysql.com/downloads/workbench/#downloads" rel="nofollow">here</a></p> <p>But when I run this package it show me following error:</p> <pre><code>Error: Dependency is not satisfiable: libatk1.0-0 (&gt;= 1.29.3) </code></pre> <p>I am new to ubuntu. I have tried many packages but unable to install MySQL Workbench. How can I install it on my ubuntu...</p> <p>Thanks</p>
15160
235
2011-04-28T01:21:37.237
2016-01-07T09:58:15.317
How do I install MySQL workbench?
[ "installation", "9.10", "mysql" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If you can't upgrade to a newer Ubuntu (e.g. 10.10), you can grab an older version of mysql-workbench. It looks like <a href=\"http://download.softagency.net/mysql/Downloads/MySQLGUITools/\" rel=\"nofollow\">http://download.softagency.net/mysql/Downloads/MySQLGUITools/</a> has a listing of older versions. <a href=\"http://technopaper.blogspot.com/2009/12/installing-mysql-workbench-on-ubuntu.html\" rel=\"nofollow\">This</a> suggests that mysql-workbench-oss-5.1.18a-1ubu904-i386.deb may work. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T02:59:12.047", "id": "37447", "lastActivityDate": "2011-04-28T02:59:12.047", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "252", "parentId": "37431", "postTypeId": "2", "score": "3" }
[ { "accepted": null, "body": "<p>It is probably due to using an old release of Ubuntu.</p>\n\n<p>I was able to install MySQL workbench on Ubuntu 2010.10</p>\n\n<p>Can you consider upgrading to the latest Ubuntu first?</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-04...
null
null
null
null
null
37434
1
null
2011-04-28T01:31:07.327
20
8000
<p>How do I add apps to the Launcher?</p>
15161
235
2012-04-18T19:08:40.017
2014-10-03T02:32:50.560
How do I add applications to the Unity launcher?
[ "unity", "launcher" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>There are a few ways to add applications. The easiest is to run the application, then right click on it and select Keep In Launcher:</p>\n\n<p><img src=\"https://i.stack.imgur.com/CDc4Q.png\" alt=\"enter image description here\"></p>\n\n<p>The second way is to search for an a...
null
null
null
null
null
37446
1
null
2011-04-28T02:54:48.633
0
152
<p>I face this problem where Gwibber only launches sporadically. Sometimes when I click it to launch, it launches and then other times it doesn't. I can't seem to figure out what is preventing it from launching and what sort of information I need to collect, also where to collect it from to make a bug report. </p> <p>I have killed the gwibber-service processes in the System Monitor "<em>it loads three processes called gwibber-service, is this normal</em>" several times and tried to launch Gwibber again, but this doesn't seem to work. The process just called gwibber starts, then the three gwibber-service processes start, then the gwibbber process ends and the three gwibber-service processes remain but the application is still not launching.</p> <p>Generally, I want to know are other people facing the same problem. If someone can give me some guidance on how to triage this problem and get the information need to make a bug report I would be grateful.</p> <p>The upside to this though is at least when it is not launching it is preventing me from wasting endless hours reading my streams on Identi.ca and Twitter, so it is a bit <a href="http://www.workrave.org/" rel="nofollow">Workrave</a> for microblogging. In which case maybe I shouldn't fix this problem :-)</p>
3038
25798
2012-03-30T22:49:39.827
2012-03-30T22:49:39.827
Gwibber only launches sometimes
[ "gwibber" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Try running gwibber from the command-line. You can do that by starting a terminal (<code>Menu &gt; Accessories &gt; Terminal</code>) and then typing <code>gwibber</code> and hitting enter. If it's crashing on startup, it'll probably tell you why. </p>\n\n<p>If Gwibber isn't w...
null
null
null
null
null
37451
1
null
2011-04-28T03:28:14.390
5
2358
<p>I have a simple question.</p> <p>When you install a package using <code>apt-get install</code>, oftentimes, it will install several dependency packages as well as the main one. I was wondering if there is a way to completely reverse this install. Often, removing the main package will leave several packages behind. For example, I recently installed <code>kubuntu-desktop</code>. Wanting to completely remove it, I had to follow the instructions on this page:</p> <p><a href="http://www.psychocats.net/ubuntu/puregnome" rel="nofollow">http://www.psychocats.net/ubuntu/puregnome</a></p> <p>I would like to know exactly how they obtained that information concerning all the packages to uninstall. </p> <p>Thanks for any help!</p>
14818
44179
2013-02-14T18:25:42.380
2017-07-13T14:30:38.240
Find out what packages were installed with a particular package?
[ "package-management", "apt", "uninstall", "dependencies" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-04-28T03:36:48.067", "id": "41473", "postId": "37451", "score": "0", "text": "There's a program called `deborphan` which has this type of functionality from memory.", "userDisplayName": null, "userId": "12473" } ]
null
[ { "accepted": null, "body": "<p>Try <code>debfoster</code>. First install it using <code>sudo apt-get install debfoster</code> and then run <code>sudo debfoster kubuntu-desktop</code>. It will remove all meta packages installed as part of <code>kubuntu-desktop</code>.</p>\n", "commentCount": "0", "c...
null
null
null
null
null
37455
1
null
2011-04-28T04:14:26.207
16
29480
<p>I have used the wpa_passphrase command and I get something like this:</p> <blockquote> <p>network={ ssid="blahblah" #psk="moreblahblah" psk=d5e532ecca53ea963e5b3b5521bb3682c53fcf5b6d55f15622027145c795b661 }</p> </blockquote> <p>I need to copy that "psk=[long string]" to my wpa_supplicant.conf file. How can I select it in order to copy it? And then what command do I use to copy it? Such that in my favourite text editor I can press a paste command to paste it? (ps. I don't have a mouse )</p>
12364
235
2011-04-28T11:39:15.990
2016-08-15T13:32:33.187
How to copy command console text?
[ "console", "clipboard" ]
6
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>May be not perfect but a workaround. May be you could write the output in a file then go into the file remove unnecessary text and using <code>cat</code> you could append it to wpa_supplicant.conf</p>\n\n<p>Basically your workflow would be:</p>\n\n<p><code>command &gt; rough<...
null
null
null
null
null
37466
1
37467
2011-04-28T07:18:40.867
1
1427
<p>I have an script that bans selected IPs from my server.</p> <p>Example:</p> <pre><code>iptables -A INPUT -s 123.123.123.123 -j DROP </code></pre> <p>My question is: <strong>When this rule will start working?</strong></p> <p>I'm asking this, because yesterday I banned an IP, but it was still connected to my server... is something wrong with my command or something else?</p>
3921
6969
2011-05-16T09:17:52.637
2011-05-16T09:17:52.637
When do iptables rules become active?
[ "command-line", "iptables" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Operations with <code>iptables</code> and the <code>ip6tables</code> (for IPv6) commands are applied immediately. You might have a rule in your INPUT chain which accepts the traffic before it reaches this one, like:</p>\n\n<pre><code>iptables -A INPUT -m tcp -p tcp --dport 80 -j ACCEPT\n</code></pre>\n\n<p>If you apply your rule with <code>-A</code>, the rule will be appended after the previous rules and even if you say that traffic from 123.123.123.123 should be blocked, the rule allowing TCP 80 traffic has precedence. It's recommended that you insert a new chain (<code>blocklist</code> below) in your ruleset as in:</p>\n\n<pre><code>sudo iptables -N blocklist\nsudo iptables -I INPUT -j blocklist\n</code></pre>\n\n<p>And then apply rules to the blocklist chain instead of the INPUT chain:</p>\n\n<pre><code>sudo iptables -A blocklist -s 123.123.123.123 -j DROP\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T07:31:31.633", "id": "37467", "lastActivityDate": "2011-04-28T07:31:31.633", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "6969", "parentId": "37466", "postTypeId": "2", "score": "5" }
[ { "accepted": true, "body": "<p>Operations with <code>iptables</code> and the <code>ip6tables</code> (for IPv6) commands are applied immediately. You might have a rule in your INPUT chain which accepts the traffic before it reaches this one, like:</p>\n\n<pre><code>iptables -A INPUT -m tcp -p tcp --dport 80...
null
null
null
null
null
37468
1
37507
2011-04-28T07:34:24.903
2
48
<p>There's already <a href="https://blueprints.launchpad.net/ubuntu/oneiric" rel="nofollow">a long list of blueprints</a> registered for Oneiric. How do I know whether or not certain blueprints I'd like to follow will be discussed at the UDS?</p>
3037
null
null
2011-04-28T11:55:45.673
How do I know if a certain blueprint will be discussed at UDS?
[ "uds" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>That list of blueprints are ones that have been proposed for \"Oneiric\" the series in general. You want this list, as it's the approved list of topics for UDS:</p>\n\n<ul>\n<li><a href=\"https://blueprints.launchpad.net/sprints/uds-o\" rel=\"nofollow\">https://blueprints.launchpad.net/sprints/uds-o</a></li>\n</ul>\n\n<p>Prior to UDS this list grows, so I bookmark the page. You can subscribe to the specific blueprint if you want to follow along, and <a href=\"http://summit.ubuntu.com/uds-o/\" rel=\"nofollow\">check the schedule</a> to see when it's actually going to happen if you want to participate remotely.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T11:55:45.673", "id": "37507", "lastActivityDate": "2011-04-28T11:55:45.673", "lastEditDate": null, "lastEditorDisplayName": null, "lastEditorUserId": null, "ownerDisplayName": null, "ownerUserId": "235", "parentId": "37468", "postTypeId": "2", "score": "3" }
[ { "accepted": true, "body": "<p>That list of blueprints are ones that have been proposed for \"Oneiric\" the series in general. You want this list, as it's the approved list of topics for UDS:</p>\n\n<ul>\n<li><a href=\"https://blueprints.launchpad.net/sprints/uds-o\" rel=\"nofollow\">https://blueprints.lau...
null
null
null
null
null
37470
1
null
2011-04-28T07:40:25.183
0
272
<p>I have installed email server with "dovecot, postfix, postfixadmin" etc. Now I mounted new driver. All my mails are in folder <code>/home/vmail/</code> user is: <strong>vmail uid=5000 gid=500</strong>. </p> <p>I like to move those files to new mounted drive. What is the right way to do it? Making symbolic link to <code>/media/emaildrive</code> from <code>/home/vmail</code> or configure postfix and dovecot to use <code>/media/emaildrive/vmail</code>?</p>
13123
47151
2012-03-29T18:01:52.483
2012-03-29T18:01:52.483
Adding a new drive for email server
[ "mount", "email", "postfix", "dovecot" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p><code>cp -Rp /home/vmail /mnt/newdrive<br>\nmv /home/vmail /home/vmailbackup</code><br>\nedit fstab to mount the new drive at /home/vmail<br>\n<code>init 6</code><br>\ndone </p>\n\n<p>should work appropriately...</p>\n", "commentCount": "0", "comments": [], "comm...
null
null
null
null
null
37471
1
null
2011-04-28T07:43:39.207
1
9482
<p>I am a newbie in linux. Recently, I have installed postfix MTA in xubuntu. I just want to know where are all the emails stored in my postfix server. </p> <p>Thanks in advance.</p>
15185
null
null
2011-06-30T13:46:39.650
Where are all the emails stored in postfix?
[ "email", "xubuntu", "postfix" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>\"The short answer is that the mailboxes are<br>\neither in /var/mail or in /var/spool/mail; the long answer is that it<br>\ndepends on your Postfix configuration.\" </p>\n\n<p>Direct quote from <a href=\"http://newsgroups.derkeiler.com/Archive/Uk/uk.comp.sys.mac/2008-02/msg...
null
null
null
null
null
37472
1
null
2011-04-28T08:15:20.313
1
3769
<p>I have an X61 thinkpad (currently running 10.10) that I purchased 3 years ago. I splurged a little and got a <a href="http://en.wikipedia.org/wiki/Turbo_Memory" rel="nofollow">Turbo Memory</a> expansion to improve my windows boots. </p> <p>When I installed 10.04 (and subsquently upgraded to 10.10) there was no Turbo Memory support and there's an <em>awful</em> lot of noise on searches. </p> <p>1) <strong>Is there any support for Intel Turbo Memory in 11.04 or trivially compilable into the kernel as swap, suspend, hibernate point, or boot partition?</strong></p> <p>2) <strong>If there is, should I bother trying to use it?</strong> </p>
15173
20396
2011-06-25T14:59:44.123
2014-07-27T03:19:01.890
Taking advantage of an "Intel Turbo Memory" card for swap or fast bootup
[ "11.04", "thinkpad", "swap" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You might look at <code>lspci</code> and see if you can identify the device and see if there is a driver bound to it. If there is a driver for it and it presents a block device, then you should be able to use it for swap/hibernation. If there isn't, then you're out of luck....
null
null
null
null
null
37475
1
null
2011-04-28T08:29:02.070
0
952
<p>As the title says, how can I setup syslog server in 10.10? </p> <p>Where can I find the configuration files?</p>
15190
17722
2012-08-18T06:22:43.450
2012-10-16T09:03:45.990
How do I configure syslog server in 10.10 desktop?
[ "10.10", "syslog" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>maybe you mean <strong>rsyslog</strong>, configuration files for rsyslog are stored in </p>\n\n<pre><code>/etc/rsyslog.conf\n/etc/rsyslog.conf.d/\n</code></pre>\n\n<p>configuration of <strong>logrotate</strong> is done in </p>\n\n<pre><code>/etc/logrotate.d/rsyslog\n</code></...
null
null
null
null
null
37477
1
null
2011-04-28T08:47:12.677
2
632
<p>I am currently working on a Fortran 77 program which includes several C routines, and using the KDevelop 3.5.3 (Using KDE 3.5.11) IDE for that matter. I had to stick to KDevelop 3.5.3 since the newer versions of KDevelop do not handle (or not easily: several attempts without success) that kind of multi-language application.</p> <p>I am looking for a maintained IDE under ubuntu which would match these needs, since I am not sure using the old KDevelop version (3.5.3) is perennial, could anyone give me some advice? Thank you in advance, Manuel</p>
15134
18612
2011-09-20T19:35:13.733
2011-09-20T19:35:13.733
Fortran and C IDE
[ "software-recommendation", "programming", "ide" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Have you tried <a href=\"http://www.netbeans.org\" rel=\"nofollow\">NetBeans</a>?</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-04-28T09:30:12.150", "id": "37482", "...
null
null
null
null
null
37480
1
null
2011-04-28T09:10:09.540
4
580
<p>I was wondering if Nautilus has undo/redo features for basic file operations. To be specific, I want to be able to undo moving, renaming or deleting a file.</p>
15192
6005
2012-03-30T22:30:21.467
2012-03-30T22:30:21.467
Does Nautilus Support Undo/Redo for Basic File Operations
[ "nautilus" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2012-03-30T22:19:58.427", "id": "139201", "postId": "37480", "score": "0", "text": "It is the file manager's (which is Nautilus) job to undo or redo file operations and not Unity.", "userDisplayName": null, "userId": "25798" } ]
null
[ { "accepted": null, "body": "<p>That's something that would be handled by Nautilus. I don't have it installed so I can't check (currently running Xubuntu) but I don't believe they have implemented it yet. <a href=\"http://www.webupd8.org/2010/05/default-nautilus-will-soon-look-lot.html\" rel=\"nofollow\">T...
null
null
null
null
null