Skip to content

Latest commit

 

History

History
110 lines (79 loc) · 2.77 KB

linux.md

File metadata and controls

110 lines (79 loc) · 2.77 KB

Linux


Checklist

Check your Linux educational progress with the following list:

  • Basic commands

    • pwd
    • ls
      • How to list hidden files?
      • How to list content using long list format?
    • cd
      • What 'cd ..' means?
      • What will happen when running 'cd -'?
    • touch
    • rm
      • how to remove a directory?
  • File system hierarchy

    • What is '/'?
    • What is stored in '/bin'?
    • What '/home' is usually used for?
    • What can you find in '/var'?
  • I/O redirection

  • Network

    • netstat
  • Users

    • commands
      • useradd
      • usermod
      • who
    • how to add a new user?
    • should you be using your user or root?
  • Monitoring and performence commands

    • top
    • stat
  • Processes

    • Running in ackground (&)
  • Archives

    • what is it good for
    • tar
    • zip
    • commands
      • create an archive
      • list archive's content
      • remove an archive
  • Storage, Filesystem

    • inode

Learn Linux

Name Comments
Linux Journey Written guides + exercises + quiz
Techmint Linux Written articles/lessons
Linux Survival Interactive guide

Books

Author Title Comments
William Shotts The Linux Command Line Free
Christopher Negus Linux Bible

Sites

Name Comments
Linux From Scratch
Operating Systems: Three Easy Pieces

Videos

Presenter Video Length Level
Joseph Delgadillo The Complete Linux Course: Beginner to Power User! 07:23:52 Beginner

Tweak OS

Fedora disable alert sound

dconf write /org/gnome/desktop/sound/event-sounds "false"

Presentations

Author Presentation Level Comments
Arie Bregman Linux Networking Beginner
Andrew McNico tcpdump Beginner

Cheat Sheet

Get SElinux denials

semodule -DB

sudo ausearch -m avc -m user_avc -m selinux_err -m user_selinux_err -i -ts today