Skip to content

Latest commit

 

History

History

2018_08_24_TuxWars-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

TuxWars Class - 1

Slides

Click here to download the slides for this class

Resources

Commands to try out(most common utilites)

  1. man
  2. echo (echo -n)
  3. pwd
  4. cd (cd -)
  5. ls
  6. mkdir
  7. touch
  8. cp
  9. whoami
  10. sort
  11. less

Someone asked me an IDM equivalent on linux ?

  • 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

Centos ISO

Download latest ISO of centos here : https://www.centos.org/download/

Ubuntu ISO

Download latest ISO of ubuntu here : https://www.ubuntu.com/download/desktop

Choosing a Linux Distro

Download this image here