-
What’s up guys this is Harshith, and in this article, I’m going to show you how you can use old NVIDIA graphics cards in Kubuntu 22.04. I recently switched to a much older PC with great specs and an NVIDIA Quadro K2000M. I wanted to use the graphics card to the max, so I Googled…
-
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 Harshtih and in this article, I will be sharing some of my favorite ZSH Themes. Starship Starship is a minimal fast shell platform for most of the shells like Bash, ZSH, Fish, and more. I have talked about Starship and I used Starship for more than a year Starship uses…
-
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 am going to be talking about why you will be better off with Arch rather than Open Suse. Arch is a rolling release OS which means that it doesn’t have a major release every few years but pulls the latest version of whatever you…
-
What’s up guys this is Harshith and in this article, I am going to show how you can set up WordPress using NGINX. Prerequisites Knowledge about basic Linux Commands A server (A VM will do) First Install the dependencies required for Nginx to run Then install PHP and its dependencies We will also need MySQL…
-
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 guys this is Harshith and in this article I am going to show you guys how you can setup and use flutter even if you don’t have Android studio. To start with you will be needing Flutter and I have explained how to install Flutter in this article. First open your terminal and…
-
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…