Hold down Ctrl and Alt and press t (Ctrl Alt +t)
Copy/paste or type in to your terminal -
Enter your password when asked.
Once installed whenever you type in your terminal
A Steam Locomotive train will drive, right to left, across your terminal, then return you back to your prompt/work.
Coz reverse stuff can be fun, you can also type in uppercase -
For the same resultĀ
As
in lower case doesn't display the locomotive train, but instead lists the contents of the directory, it is a good way for learning the importance of upper and lower case in Linux, and how they are not the same thing.
Copy/paste or type in to your terminal -
Enter your password when asked.
Code:
sudo apt-get install sl
Once installed whenever you type in your terminal
Code:
sl
A Steam Locomotive train will drive, right to left, across your terminal, then return you back to your prompt/work.
Coz reverse stuff can be fun, you can also type in uppercase -
Code:
LS
For the same resultĀ
As
Code:
ls
in lower case doesn't display the locomotive train, but instead lists the contents of the directory, it is a good way for learning the importance of upper and lower case in Linux, and how they are not the same thing.