Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3203

Linux Logo (no replies)

$
0
0
Now it's time for a bit of fun with Linux Logo!

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.

Viewing all articles
Browse latest Browse all 3203

Trending Articles