1,397 reputation
11
bio website
location
age
visits member for 4 months
seen 1 hour ago
stats profile views 14

8h
comment SSH agent loses keys after logging out
Why do you want your identities survive a relogin?
8h
answered SSH agent loses keys after logging out
2d
answered vi: backspace in insert mode not erasing characters
2d
comment Converting *.ram to *.avi
The extention sounds like Real Audio Metadata. Does less $filename show anything recognizable? What is the output of file $filename? Is mplayer able to play it?
2d
revised Undestanding the output of route -n
added 139 characters in body
2d
answered Undestanding the output of route -n
2d
comment How do I detect wheter the audio cable is connected?
What makes you think this is possible?
May
16
revised Text editor with indented word wrapping
edited tags
May
16
comment Text editor with indented word wrapping
The first has the advantage that vim will display those characters in another color, which helps to distinguish those breaks from real newlines.
May
16
answered Text editor with indented word wrapping
May
15
awarded  Citizen Patrol
May
15
comment Renamed network interfaces
Yes, it is strange. But maybe a look at those rules will help understand what happened.
May
15
answered Renamed network interfaces
May
15
revised Fork vs. thread system time
formating to make output readable
May
15
suggested suggested edit on Fork vs. thread system time
May
14
answered How do I specify arguments to return all dot files, but not . and ..?
May
13
awarded  Nice Answer
May
13
comment CPU usage of KVM
The host is running a current fedora the guests an older SLES 11.2. Kernel is 3.6.10-4.fc18.x86_64 on the host and 3.0.13-0.27-default on the guest.
May
12
comment I want to use the command 'shutdown -r now' in Lazarus
What do you need it for?
May
12
comment CPU usage of KVM
Both are set to y. Setting current_clocksource to kvm-clock makes things better. Now each KVM process is around 20 percent. The system was migrated to KVM from a previous virtualbox setup. Seems like some setting are still from the old setup...