Category: Tools

  • Mastering the Command Line Editing: 10 Essential vi Commands

    Introduction The command line is a powerful tool for interacting with your computer, and for many Linux and Unix users, vi is a text editor of choice. vi is a modal text editor with a steep learning curve, but once you get the hang of it, you’ll find it’s an indispensable tool. In this blog…

  • Markdown in 5 minutes – Quick Refresher Guide

    1. Introduction Markdown is one of the most popular markup languages. It is used to add style to plain text. You might have already used it when writing on StackOverflow or Github. It is also used for writing documentation and creating static websites.This blog is a quick tutorial for Markdown. Some of the famoMarkdownscumentation system…