Linux Tips and Tricks for Common Problems

Open a winmail.dat file

  • Install ytnef
  • Extract the contents to the current directory
    $ ytnef -f . winmail.dat

Swap Left Control and Caps Lock

  • create .xmodmap
    remove Lock = Caps_Lock
    remove Control = Control_L
    keysym Control_L = Caps_Lock
    keysym Caps_Lock = Control_L
    add Lock = Caps_Lock
    add Control = Control_L
  • add to .xsession
    xmodmap ~/.xmodmap

Vista Fonts for Linux

- Zip of the 6 fonts for ClearType.

Change Display on Intel

http://www16.plala.or.jp/mano-a-mano/i810switch.html

You can use this app to switch displays and turn on the external vga port on an Intel graphics chip. Packages exist for ubuntu and are used like:

i810switch crt on

irssi gui notifications

The client script is in the irssi svn repository. I run it from the gnome session so it starts on boot

Acroread in Ubuntu feisty

 
linux/tips.and.tricks.txt · Last modified: 14:41 14/07/2007 (external edit)