os211

Top 10 List of Week 01

  1. RegExr
    This is one of my personal favourite. Regexr is a simple web app for learning, building, and testing Regex. It also has a cheatsheet for Regex.

  2. Explain Shell
    A web app for explaining each part of a shell command.

  3. Arch Wiki
    One of the best documentation about linux. Used mainly for arch linux but some of it’s content also applies to other linux distribution as well.

  4. Openvim
    Resource for learning vim interactively on the web.

  5. 20 Amusing Linux Command
    In the spirit of trying many linux commands, this is 20 other unique and fun linux command to try.

  6. Linux Directories Explained in 100 Seconds
    Linux has different file hierarchy than windows, this video explains the basic of linux file structure in 100 seconds.

  7. Vi vs Vim
    This statckexchange post explain vi vs vim.

  8. Neovim
    Turns out there’s also neovim! Neovim is a more modern text editor based on vim.

  9. Git Cheatsheet
    A simple cheat sheet for git. If you go to the basedomain, there’s also cheatsheet for other languanges.

  10. Resource for awk, sed, and grep
    Stackexchange post for a few information regarding resource to learn grep, awk, and sed.