Suche
Archive
Wolke
CCC Firefox firefox sync FSyncMS Gefühl In 25 Tagen durch Deutschland Internet interrail Interrail 2009 Linux mac Mozilla Synchronsiation Technik Twitter Veränderung Visit Britain Zitat Zug um Zug ZukunftCategories
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
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
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 bash, Dateiswap, Dateisystem, ext3, Linux, swap, swap ohne partition
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