Posts

Showing posts from December, 2017
Image
           ➽    Lets make some fun using Linux 10 Funny Commands of Linux or Linux is Fun in Terminal 1. Command: sl (Steam Locomotive) You might be aware of command ‘ls‘ the list command and use it frequently to view the contents of a folder but because of miss-typing sometimes you would result in ‘ sl ‘, how about getting a little fun in terminal and not “ command not found “. Install sl root@tecmint:~# apt-get install sl (In Debian like OS) root@tecmint:~# yum -y install sl (In Red Hat like OS) Output root@tecmint:~# sl   2. Command: telnet No ! No !! it is not as much complex as it seems. You would be familiar with telnet . Telnet is a text-oriented bidirectional network protocol over network. Here is nothing to be installed. What you should have is a Linux box and a working Internet. input  root@tecmint:~# telnet towel.blinkenlights.nl   3. Command: fortune what...