Bash History Explained
Wonko| Tue 08 September 2009Nice post on Bash History goodies:
http://blog.macromates.com/2008/working-with-history-in-bash/
Lesen »Nice post on Bash History goodies:
http://blog.macromates.com/2008/working-with-history-in-bash/
Lesen »Recovering deleted files from Hard Drives is not as hard as one might
think. Simplified its mostly only a removal of the Index entry pointing
to the space occupied by the data.
If you want to make sure that the Data is destroyed you have to make
sure that is ...
In openSUSE \> 10.3 you get a colored root (red) promt. To achieve this in SLE/SLED 10 simply drop the following in /etc/bash.bashrc.local (create it if it doesn't exist) : if test "$UID" -eq 0 -a -t && type -p tput > /dev/null 2>&1 ; then _bred="$(tput bold 2> /dev/null; tput setaf ...
Lesen »Marijn Haverbeke has written an (opinionated) book on programing with
JavaScript:
http://eloquentjavascript.net/
.. Eloquent JavaScript is a digital book providing a comprehensive
introduction (tutorial) to the JavaScript programming language. Apart
from a bookful of text, it contains plenty of example programs, and an
environment to try them out and ...
I wrote this one for Novell's Cool Solutions:
[http://www.novell.com/communities/node/6781/configure-netconfig-modem-use
][]
In SLE11 we have a new (better) way to set up automatic network
configuration.
Its called netconfig (man 8 netconfig). Its a "modular tool to modify
network configuration".
Well in my SLED11 RC1 ...
Lesen »I wrote this for Novell's Cool
Solutions:http://www.novell.com/communities/node/6782/configure-netconfig-static-domain-search-lists
In SLE11 we have a new (better) way to set up automatic network
configuration.
Its called netconfig (man 8 netconfig). Its a "modular tool to modify
network configuration".
Well in my SLED11 RC1 Box ...
Lesen »
This will will create vmdks for dd images from hard drives:
Mike Swanson beautiful Desktop Wallpaper Photographs:
http://blogs.msdn.com/mswanson/articles/wallpaper.aspx
Lesen »Hi,
I just realized that I didn't knew if there is actually anybody besides
me is reading this stuff. ( You shouldn't. I told you so ;-) ) So I
switched to feedburner for RSS feed tracking.
Shout at me through chris ( the at sign ) wonko.de if this breaks
anything ...
Apparently the Java runtime has options that can execute commands when a
JVM crashes.
http://prefetch.net/blog/index.php/2008/01/29/getting-alerts-when-java-processes-crash/
Lesen »