• rssfeed

Archive for March 2008

 
 

Kickstart encrypted password

Easy way to create encrypted password for kickstart:

perl -e 'print crypt("password", "Xa") . "\n";'p