Loading README.md +133 −1 Original line number Diff line number Diff line # LinuxCommands No newline at end of file Lets Have Some Fun! =================== ---------- ### 1) thefuck-command ------------- #### installation run `pip install thefuck` in terminal #### Running  ### 2) aria2 - Terminal Based Downloader ------------- #### installation run `sudo apt-get install aria2` in terminal #### Running * open Terminal in the directory where you want to download the file * type `aria2c -x16 "paste the link here"` in the terminal * the file will be downloaded ### 3) z- Directory Jumper ------------- #### installation * Go to `https://github.com/rupa/z` and download the repo and extract it somewhere * Copy the `z.sh` file to home directory * `echo ". ~/z.sh" >> ~/.bashrc` add this line in .bashrc file located in the home directory #### Running * cd around for a while to build up the db * use `z "keywords of the directory"` to move to any directory * Note: What z does is make a database of where you go using cd command. so only the directories which you have gone using cd can be used in z. ### 4) elinks-Terminal Browser ------------- #### installation * `sudo apt-get install elinks` #### Running * type `elinks` and browse!! ### 5) Cowsay and Xcowsay ------------- #### installation * `sudo apt-get install cowsay` * `sudo apt-get install xcowsay` #### Running * `cowsay hello` * `xcowsay hello` ### 6) sl ------------- #### installation * `sudo apt-get install sl` #### Running * `sl` ### 7) fortune ------------- #### installation * `sudo apt-get install fortune` #### Running * `fortune` ### 8) yes ------------- #### Running * `yes hello` ### 9) Banner ------------- #### Running * `figlet hello` ### 10) Pi ------------- #### installation * `sudo apt-get install pi` #### Running * `pi some integer` ### 11) xeyes ------------- #### Running * `xeyes` ### 12) espeak ------------- #### installation * `sudo apt-get install espeak` #### Running * `espeak "Hello We Are From GeekHaven" ### 13) Twitter Status Update ---------- url -u YourUsername:YourPassword -d status="Your status message" http://twitter.com/statuses/update.xml Loading
README.md +133 −1 Original line number Diff line number Diff line # LinuxCommands No newline at end of file Lets Have Some Fun! =================== ---------- ### 1) thefuck-command ------------- #### installation run `pip install thefuck` in terminal #### Running  ### 2) aria2 - Terminal Based Downloader ------------- #### installation run `sudo apt-get install aria2` in terminal #### Running * open Terminal in the directory where you want to download the file * type `aria2c -x16 "paste the link here"` in the terminal * the file will be downloaded ### 3) z- Directory Jumper ------------- #### installation * Go to `https://github.com/rupa/z` and download the repo and extract it somewhere * Copy the `z.sh` file to home directory * `echo ". ~/z.sh" >> ~/.bashrc` add this line in .bashrc file located in the home directory #### Running * cd around for a while to build up the db * use `z "keywords of the directory"` to move to any directory * Note: What z does is make a database of where you go using cd command. so only the directories which you have gone using cd can be used in z. ### 4) elinks-Terminal Browser ------------- #### installation * `sudo apt-get install elinks` #### Running * type `elinks` and browse!! ### 5) Cowsay and Xcowsay ------------- #### installation * `sudo apt-get install cowsay` * `sudo apt-get install xcowsay` #### Running * `cowsay hello` * `xcowsay hello` ### 6) sl ------------- #### installation * `sudo apt-get install sl` #### Running * `sl` ### 7) fortune ------------- #### installation * `sudo apt-get install fortune` #### Running * `fortune` ### 8) yes ------------- #### Running * `yes hello` ### 9) Banner ------------- #### Running * `figlet hello` ### 10) Pi ------------- #### installation * `sudo apt-get install pi` #### Running * `pi some integer` ### 11) xeyes ------------- #### Running * `xeyes` ### 12) espeak ------------- #### installation * `sudo apt-get install espeak` #### Running * `espeak "Hello We Are From GeekHaven" ### 13) Twitter Status Update ---------- url -u YourUsername:YourPassword -d status="Your status message" http://twitter.com/statuses/update.xml