Click here to download the slides for this class
- Download the The linux command line (TLCL) book : here
- Check out linux distro watch : here
- File system Hierarchy 3.0 : here
- IO Redirection : here at tldp { btw : tldp is an excellent resource :) }
- Booting Process :
- here at slashroot.in
- here at IBM developer works : it is one of my favourite resource to study about linux/unix. Really a good resource. Checkout their other articles as well.
- Wildcards :
- read here at tldp
- see it in action at techmint.com : I personally find techmint very helpful, they have really nice articles/demos. Checkout their other articles as well
- man
- echo (echo -n)
- pwd
- cd (cd -)
- ls
- mkdir
- touch
- cp
- whoami
- sort
- less
- install 'aria2c' utility on your linux system
- Try this : aria2c -x 16 -s 16 'download_url'
- it attempts to create 16 connections to download the file specified by download_url.
- -x, --max-connection-per-server=
- -s, --split= of connections to the same host
Download latest ISO of centos here : https://www.centos.org/download/
Download latest ISO of ubuntu here : https://www.ubuntu.com/download/desktop
Download this image here