Now it's time for a bit of fun with Linux Logo!
And then add this command to the end of your ~/.profile (~ is whatever user you login into).
Next time you log in, you will be met with a nice Debian logo and some useful info.
Change the string "by bodhi" in the command with whatever you'd like. Or add some new string to the command above.
apt-get install linuxlogo
And then add this command to the end of your ~/.profile (~ is whatever user you login into).
/usr/bin/linuxlogo -a -s -u -F "#O Version #V, Compiled #C by bodhi\n #N #M #X #T Processor#S, #R RAM\n `dmesg | grep -i machine | cut -c40-120`\n #H"
Next time you log in, you will be met with a nice Debian logo and some useful info.
Change the string "by bodhi" in the command with whatever you'd like. Or add some new string to the command above.