Using Cygwin SSH with Putty Pageant

On windows I mostly use Putty as my SSH client. But in some cases for example when I use unison or rsync I use the ssh client from cygwin.

Following good practice I use public key authentication and Putty's Pageant to manage my password protected keys. This works great with Putty and Plink. I [...]

Build Ubuntu/Debian packages from source (and apply a patch)

Sometimes there is a bug in a package from ubuntu that is not yet fixed, or you just want to modify something in the source of a software. Here is an easy way to build your own package from the ubuntu sources.

First you need to install the required tools for building software from [...]

Automatically start SCREEN on SSH login

I just found a nice method to invoke screen automatically if after login via SSH. So you don't have to manually start it first.

Put the following at the end of your ~/.bashrc

# Auto-screen invocation. see: http://taint.org/wk/RemoteLoginAutoScreen # if we're coming from a remote SSH connection, in an interactive session # then automatically [...]

HP Printer drivers (hpijs) for Mac OS X

Since I switched to Snow Leopard I was not satisfied with the printing drivers for my old HP OfficeJet 95. I used the included Gutenprint drivers. For text they worked ok, but images looked terrible.

Today I decided to do something about it. From Linux I know that HPLIP has some pretty good driver [...]

How to enable ALSA Analog 5.1 Sound on Nvidia ION

I recently had the problem to enable 5.1 Sound with 3 click outputs on an Nvidia ION board. By default Linux configures it with only one plug configured as output. After some research I found a solution in the OpenSUSE Wiki you have to set during module loading to get it working. Basically you [...]

Activate VT Virtalization support on a Sony Vaio VGN-Z11WN

Update: Sony released a new version of their BIOS which allows the activation via menu.

I found a nice tutorial how to enable the Support for Intel VT on a Sony Vaio, with Firmware. Just follow the tutorial on this site.

VLC takes very long to start!?

I recently had the problem that my VLC Media Player took about a minute to start. First I didn't know what caused the problem until I remembered that I imported my Music Library into VLC, so it always scanned the whole Library to import the meta data.

To disable the Media Library do as [...]

Still no clean solution to flash Openmoko from Mac OS X

Unfortunately I still was not able to get dfu-util working properly under Mac OS X. But at least I can work around the problem. Here a small resume of the workaround:

Boot the Openmoko into U-Boot (AUX+POWER) Plug in the Openmoko via USB Execute the dfu-util command you want. To flash the rootfs execute: [...]

RestructuredText in WordPress at hostpoint.ch

Here is a small tutorial on how to get the RestructuredText WordPress Plugin working at Hostpoint.ch:

Preparation At hostpoint.ch each <user> has folder where all it's content lives. Where <user> is your hostpoint username. This folder is /home/<user> . It's the same folder you see as "/" if you connect via FTP. We create [...]

Solution for audio-video delay

Today I watched a movie with VideoLAN but towards the end I encountered a problem I had several times before. The video and audio became asynchronous really badly. Knowing that VLC has functions to do almost anything, I decided to dig into the deep of the VLC preferences and I discovered what I searched.

[...]