Using Git

  • Post author:
  • Post last modified:August 15, 2024
  • Reading time:7 mins read

Git is a popular, widely used, source code management system, originally developed by Linus Torvalds. Common Git commands are listed.

Continue ReadingUsing Git

Bash idioms

  • Post author:
  • Post last modified:August 15, 2024
  • Reading time:6 mins read

bash idioms are tiny scripts, mostly one-liners, that accomplish a lot and can be used as building blocks in larger scripts.

Continue ReadingBash idioms

umask in Linux

  • Post author:
  • Post last modified:August 15, 2024
  • Reading time:6 mins read

The umask command is used for setting a mask which is used for managing the permissions of files created by processes during a login session.

Continue Readingumask in Linux