Skip to content

var-bin/terminalForCoder__WSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminalForCoder__WSD

repository for practice *nix terminal (Ubuntu prefer)

Articles (EN)

  1. Console Into Mass. The Transit to the Light Side.
  2. Console Into Mass. The Transit to the Light Side. Part Two.
  3. Console Into Mass. The Transit to the Light Side. Bash-scripting.
  4. Console Into Mass. The Transit to the Light Side. Automatization of Routine Tasks.

Статьи (RU)

  1. Консоль в массы. Переход на светлую сторону. Часть первая.
  2. Консоль в массы. Переход на светлую сторону. Часть вторая.
  3. Консоль в массы. Переход на светлую сторону. Bash.
  4. Консоль в массы. Переход на светлую сторону. Автоматизация рутинных задач.

Slides (EN)

  1. Console Into Mass__

Слайды (RU)

  1. Консоль в массы__

How to use it

  • Do git clone stuff
$ git clone [email protected]:var-bin/terminalForCoder__WSD.git
  • Enjoy 💻

The list of topics

  1. Terminal managers
    1. screen [Follow this link]
      • Installation
      • Configuration file for screen
      • Basic key combinations
      • How it works
    2. tmux [Follow this link]
      • Installation
      • Basic key combinations
      • How it works
    3. screen vs tmux [Follow this link]
  2. bash [Follow this link]
    1. Basic
      • Variables
      • Passing arguments to the script
      • Processing arguments within the script
    2. Conditions to execute different branches of code
      • if
      • if/else
      • if/elif/else
      • case/in/esac
    3. Loops for repeated code
      • for/in
      • while
  3. Routine tasks automation [Follow this link]
    • Fast diff
    • Fast diff + Jira API
    • Clean _dist
    • Up a large number of repositories
    • Useful aliases

Contributing

Want to contribute? Follow these recommendations.