Useful and Fun things to do with the Ubuntu Terminal
If you want to have fun with ubuntu terminal this is for you
Entertainment
Watch Star Wars telnet towel.blinkenlights.nl
Chat with a bot telnet the-funk.net 7000
Custom ascii text banner
See how long your machine has been running uptime
To see the arbitrary precision calculator (7^500 is interesting! That’s 7 to the 500th power) bc
Must enter below code to use the next few sudo apt-get install cowsaySee
your fortune
fortune
Use cowsay (replace “message” with your own text in single quotes) cowsay ‘message’
Cowsay your Amarok lyrics
dcop amarok player lyrics | cowsay
Must enter below code to use the next few sudo apt-get emacs21
To play ’snake’ emacs21 Once emacs21 opens, hit… Esc>>”X” Type in… snake
To play ‘tetris’ emacs21 Once emacs21 opens, hit… Esc>>”X” Type in… tetris
Useful
Show some computer stats lspci
Access a dictionary through terminal (must have a working internet connection) Note: Replace ‘word’ with whatever you’d like to search for (without quotes) curl dict://dict.org/d:word
Check system temperature and battery charge acpi -t
See a list of all running processes ps aux
View the current time, date, and year date
Show a simple calendar cal
See what programs are running with the path names ps -aux
See your current IP address ifconfig -a
See what your system is doing at startup dmesg
Show information about the computer users finger -l