How I Passed LPI Linux Essentials Certification

How I Passed LPI Linux Essentials Certification

Introduction In this blog post, I will share my experience and the resources I used to successfully pass the Linux Essentials certification. This certification is a fundamental level exam that provides a solid foundation in Linux. Whether you're new ......

June 15, 2023 · 3 min · Rishab Kumar
Linux commands I use as a Cloud and DevOps Engineer

Linux commands I use as a Cloud and DevOps Engineer

Hey Friends, as we know that I am a huge advocate of Linux and I think it is important aspect if you are entering Cloud Computing or DevOps. I wanted to reflect back on some commonly used linux commands while my time as a Cloud and DevOps Engineer. H......

February 28, 2022 · 2 min · Rishab Kumar
What is WSL and how to use it with VSCode

What is WSL and how to use it with VSCode

Hello amazing people 👋 Hope you guys had great weekend, I surely did 👇 https://twitter.com/rishabk7/status/1378857237356163079?s=20 So for quite a while now, I have been using WSL - Windows Subsystem for Linux. It was really impressive to see this ......

April 7, 2021 · 3 min · Rishab Kumar
What is Linux and why you should learn it? Free resource included!

What is Linux and why you should learn it? Free resource included!

What is Linux? Much the same as Windows, iOS, and Mac OS, Linux is an operating system. Indeed, one of the most well known on earth, Android, is controlled by the Linux operating system. An operating system is software that deals with the entirety of......

November 16, 2020 · 3 min · Rishab Kumar
Securing and Optimizing your webserver

Securing and Optimizing your webserver

This is the last part of the series! if you haven't read the first two articles, here they are : How to set up a VM in GCP ☁ How to host your website with Nginx ⚙ In this article, we will optimize our web server and secure our site, which is being ......

August 20, 2020 · 3 min · Rishab Kumar
How to host your website with Nginx

How to host your website with Nginx

NGINX is a high‑performance, highly scalable, highly available web server, reverse proxy server, and web accelerator (combining the features of an HTTP load balancer, content cache, and more). Now, keep in mind that there are many options when it com......

August 19, 2020 · 4 min · Rishab Kumar
How to set up a VM in GCP ☁

How to set up a VM in GCP ☁

This is a three part series. In this article, I'll walk you through one way that you can take your site and host it on your own server. Step 1: Linux server or a VM. You'll need shell access to your server/VM. I would recommend micro instance in Goog......

August 19, 2020 · 2 min · Rishab Kumar
Beautify your Terminal - WSL2

Beautify your Terminal - WSL2

I used Ubuntu as a VM for front-end development. But recently I have been testing Windows Subsystem of Linux (WSL 2) and so far it's good. No need to run VM anymore! (Since I only care about the command line functionality). Also, I have been trying o......

August 8, 2020 · 2 min · Rishab Kumar
How to set up your own VPN Client in 15 minutes

How to set up your own VPN Client in 15 minutes

I recently set up a VPN client for personal use by using a VM and OpenVPN. What you'll need: A Linux VM in the Cloud ☁ OpenVPN Client For this article, I will be using a VM in Azure. Getting your Linux VM ready! Launch a VM Ubuntu 18.04 in Azure. ......

July 21, 2020 · 2 min · Rishab Kumar
Host your Discord Bot on EC2 instance(AWS) 🤖

Host your Discord Bot on EC2 instance(AWS) 🤖

Hey Everyone, Today I will be sharing on how to host your Discord Bot on AWS (EC2 Instance). Assuming that you already have a discord bot created (if not, please checkout this amazing article :Creating your first Discord Bot — Part 1 Let's dive into ......

February 10, 2020 · 4 min · Rishab Kumar