var-bin / terminalForCoder__WSD

repository for practice *nix terminal (Ubuntu prefer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

About

repository for practice *nix terminal (Ubuntu prefer)


Languages

Language:CSS 78.7%Language:Shell 12.0%Language:JavaScript 5.8%Language:HTML 3.4%