Ready to Start Your Career?

By: 5kYp01n7
August 4, 2016
Linux is Fun in Terminal (Really)!

By: 5kYp01n7
August 4, 2016
Linux is fun! Huhhh? OK, so you don’t believe me. Meet me at the end of this article and you'll believe that Linux is actually a fun box.
1. Command: sl (Steam Locomotive)
Install sl
root@5kYp01n7:~# apt-get install sl (In Debian like OS)
root@5kYp01n7:~# yum -y install sl (In Red Hat like OS)
Output
root@5kYp01n7:~# sl

2. Command: telnet
No! No!! It's not as complex as it seems. You'd be familiar with telnet. Telnet is a text-oriented bidirectional network protocol over a network. Here, nothing needs to installed. What you should have is a Linux box and a working Internet.root@5kYp01n7:~# telnet towel.blinkenlights.nl
3. Command: fortune
What about getting your random fortune; sometimes it's funny in terminal.Install fortune
root@5kYp01n7:~# apt-get install fortune (for Debian based system)
root@5kYp01n7:~# yum install fortune (for Red Hat based system)
root@5kYp01n7:~# fortune You're not my type.For that matter, you're not even my species!!! Future looks spotty.You will spill soup in late evening. You worry too much about your job.Stop it.You are not paid enough to worry. Your love life will be... interesting.
4. Command: rev (Reverse)
It reverses every string given to it; it's not funny.root@5kYp01n7:~# rev 123abc cba321 xuniL eb ot nrob born to be Linux
5. Command: factor
root@5kYp01n7:~# factor 5 5: 5 12 12: 2 2 3 1001 1001: 7 11 13 5442134 5442134: 2 2721067
6. Command: Cowsay
root@5kYp01n7:~# apt-get install cowsay (for Debian based OS)
root@5kYp01n7:~# yum install cowsay (for Red Hat based OS)
Output
root@5kYp01n7:~# xcowsay I Love nix

7. Command: yes
It's funny, but useful as well -especially in scripts and for System Administrators where an automated predefined response can be passed to terminal or generated.root@5kYp01n7:~# yes I Love Linux I Love Linux I Love Linux I Love Linux I Love Linux
8. Command: cmatrix
Install cmatrix
root@5kYp01n7:~# apt-get install cmatrix root@5kYp01n7:~# yum install cmatrix
Output
root@5kYp01n7:~# cmatrix

9. Fork Bomb
root@5kYp01n7:~# :(){ :|:& }:
10. Command: espeak
Install espeak
root@5kYp01n7:~# apt-get install espeak root@5kYp01n7:~# yum install espeak
Output
root@5kYp01n7:~# espeak "5kYp01n7 is a very good website dedicated to Foss Community"
11. Linux Tweaks
root@5kYp01n7:~# world bash: world: not found
root@5kYp01n7:~# ^How did the sex change operation go?^ bash: :s^How did the sex change operation go?^ : substitution failed
$ [ whereis my brain? sh: 2: [: missing ]
% man: why did you get a divorce? man:: Too many arguments.
% !:say, what is saccharine? Bad substitute.
server@localhost:/srv$ (- bash: (-: command not found
Have fun and you can thank me later :)Your comments are highly appreciated and they encourage me write more. Tell me which command you liked the most. Stay tuned: I'll be back soon with another article worth reading.