Tools

  • What’s up, guys Harshith here in this article, I will be sharing the top 10 Vscode extensions that I use to increase my productivity while developing. Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account,…

  • What’s up guys this is Harshith and in this article, I am going to share a few Linux Emulators you have to try. Default Terminal Emulator Every Desktop Environment comes with its own terminal emulator. The most popular DE’s are GNOME, KDE, i3, XFCE, and more… I have discussed about popular distros here Konsole Konsole…

  • What’s up guys this is Harshith and in this article, I will be showing you how you can install Starship. A clean and modern ZSH prompt with powerline fonts First, make sure you have the following before you install zsh. Then install it using Note that you need Git before you can install Oh My…

  • What’s up people this is Harshith and in this article, I am going to walk you through how you should choose the best Linux distro for you There are a few popular GUI Environments you can choose from for different devices GNOME GNOME is probably the most popular desktop environment among Linux users, it is…

  • Hello, guys, this is Harshith and in this article, I am going to walk you through the basics of git. So let’s get started First I am going to select a folder (test) Ok now I am going to break down the steps into 4 different segments: Initialisation, Staging, Committing, and finally Pushing Now I…

  • Hello, everyone, I am back with another article, and this time, I will walk through the steps to creating a virtual disk or server. For this article, I will be using a Ubuntu Server, for example, make sure you download the proper format. The format you are looking for is ‘.iso’.You can download the ‘iso’…

  • Hi in this article I am going to show you how to set up Git in your project Directory Note: I have used Git Lab in this article. TERMINAL Step 1: go to your terminal Step 2: Navigate to your project directory WEB BROWSER Step 1: got to Git Lab. Register or Sign in Step 2:…

  • CHANGE DIRECTORY Keyword: cd Usage: Takes your terminal to the directory you choose. Example: cd Desktop Types: A. cd.. Usage: Takes you to the Main folder from a Sub-folder CLEAR SCREEN Keyword: clear Usage: Clears the Terminal Screen Example: clear MAKE A FOLDER USING TERMINAL Keyword: mkdir Usage: Used to make a folder from the terminal Example: mkdir example_folder…