(x)ubuntu

unity - systray-whitelist

Some apps do work with symbols in systray. For skype, dropbox thats in fact is working under unity. But some apps are simply not displayed. Eg. AeroFS

To allow every app to create a symbol in systray, give it a wildcard:

Execute dconf-editor (if not available, install it).
Set unity/panel/systray-whitelist to ['all']

Quit dconf, log off and on. Thats it.

ubuntu desktop must-haves

This is my personal list of apps I install on (almost) every ubuntu-box...

sudo aptitude install skype acroread chromium compizconfig-settings-manager gparted geany gimp dropbox opera audacity ripperx vlc nfs-common

thinkfan - t420s

superb program to gain control over your thinkpad fan.

http://thinkpad-wiki.org/Thinkfan

Logitech MX5500 ubuntu 11.10

If the Logitech MX5500 Mouse/Keyboard combo refuses to do the service, try this:

Uncomment this lines in the file /lib/udev/rules.d/62-bluez-hid2hci.rules (or similar):

# Logitech devices
#KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
#  RUN+="hid2hci --method=logitech-hid --devpath=%p"

Helped for me!

Source:
http://ubuntuforums.org/showpost.php?p=9224452&postcount=5

Windows overwrites Grub-MBR: recover with boot-repair

Bloody windows.... grrrr!!!

https://help.ubuntu.com/community/Boot-Repair

I had to add a source to be able to install boot-repair:

sudo add-apt-repository ppa:yannubuntu/boot-repair

Subversion on ubuntu

Helpfully pointing out how to set up a subversion server:
http://www.subversionary.org/howto/setting-up-a-subversion-server-on-ubu...

I had to chown the repos for the user backuppc, under wich apache was running.

extract audio line from .flv files

Aiai, ever wanted to extract the audio line out of a video-file?

try ffmpeg! ;)

ffmpeg -i file_in.flv -vn -f mp3 -ab 128 file_out.mp3

Jailbreak Iphone 3GS 4.1 (05.14.02) - greenpois0n

Jailbreaking my old Iphone 3GS 4.1 (05.14.02) was finally successful.

Tool used: http://www.greenpois0n.com/

First tries under Windows did not do it.
Try under Linux and it's ok. (sudo!)

  1. Download greenpois0n here: http://www.greenpois0n.com/
  2. To run the tool under 64bit linux, it could be a little tricky.
    you may need some 32bit libs. I suggest using getlibs to install the libraries you need in 32bit versions. This is the command:
    sudo getlibs /path/to/greenpois0n_x86
  3. Start your Iphone in DFU-Mode:
    1. Turn off the phone

ubuntu 64 bit and brother dcp-7030

find attached files to install

sudo dpkg -i --force-all --force-architecture *package*

More helpful Infos found here:
http://www.linuxquestions.org/questions/linux-hardware-18/ubuntu-9-04-64...

 

Too Cool for Internet Explorer