Category Archives: Technik

Technik

`cat` as a shell builtin

Recently i blogged about how to get a process list if you aren’t able to fork any processes . Also a process list is allways handy, i allways find cat a very usefull tool too. But as you might have … Continue reading

Posted in Allgemein, Technik | Tagged , , | 2 Comments

Shortcut to lock the screen on a mac

Sometimes i don’t want to put my macbook air asleep because of some job that is running. But i have to leave the room so i need to lock it. So there is a shortcut for locking the screen: Shift+Crtl+Eject … Continue reading

Posted in Allgemein, Technik | Tagged , , , | 1 Comment

How to get a process list if you can’t fork any processes?

Recently I got the question what to do if one got a bash session but can’t fork processes on a Linux system. So here is an attempt to get a processlist just by using bash buildins: OLDPWD=$PWD cd /proc for … Continue reading

Posted in Pastes, Technik | Tagged , , , | Leave a comment

some usefull commands to transfer files via tar & netcat

I recently needed to transfer some folders from one machine to an other via lan. I could have used scp or rsync, but the cryptographic layer seems a kind of overhead to me, additonal the two pc’s weren’t the fastest. … Continue reading

Posted in Allgemein, out of my life, Technik | 2 Comments

[ FSyncMS ] Version 0.12 – Compatibilty

An mich wurden ein paar kleine Updates herrangetragen, (Vielen dank!!) die sich mal wieder zu einer neuen Version maifestieren. Unter anderem Support für iPhone/iPod Touch devices. (Ich kanns leider mangels Gerät nicht selbst testen) Ansonsten wie immer viel Spaß :) … Continue reading

Posted in FSyncMS, Synchronsiation, Technik | Tagged , , , | 5 Comments