Tag Archives: bash

`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

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

Swapfile – Swap ohne eigenes Dateisystem

Ich dachte bis vor kurzen um unter Linux zu Swap-en bräuche man eine Swap Partition. Es zeigte sich, dass das nur halb richtig ist : Den man kann auch eine Datei, die sich in einem normalen Dateisystem befindet (ext3) als … Continue reading

Posted in out of my life, Technik | Tagged , , , , , , | Leave a comment

Was man besser nicht tun sollte

Okay zugegeben die meisten werden es wissen, aber trotzdem, als Hinweis für alle dies nicht wissen: macht das nicht: rm -r /etc/*rm -r /etc/* durch ein doofes Missgeschick ist mir das passiert und es ist kein Spaß. Damit wären wir … Continue reading

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