<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on Rishab Kumar</title>
    <link>https://rishabkumar.com/tags/linux/</link>
    <description>Recent content in Linux on Rishab Kumar</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 15 Jun 2023 14:11:07 +0000</lastBuildDate><atom:link href="https://rishabkumar.com/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How I Passed LPI Linux Essentials Certification</title>
      <link>https://rishabkumar.com/blog/how-i-passed-lpi-linux-essentials-certification/</link>
      <pubDate>Thu, 15 Jun 2023 14:11:07 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-i-passed-lpi-linux-essentials-certification/</guid>
      <description>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&amp;rsquo;re new to Linux or pursuing a career in cloud security or cybersecurity, this certification can be highly beneficial. I will discuss the preparation process, the resources I utilized, and my overall exam experience.</description>
    </item>
    
    <item>
      <title>Linux commands I use as a Cloud and DevOps Engineer</title>
      <link>https://rishabkumar.com/blog/linux-commands-i-use-as-a-cloud-and-devops-engineer/</link>
      <pubDate>Mon, 28 Feb 2022 17:45:17 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/linux-commands-i-use-as-a-cloud-and-devops-engineer/</guid>
      <description>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.
Here are the top 7 commands:
𝗹𝘀 command ls is probably the most typed command in the terminal. it lists the content of a directory (current directory by default) 𝗰𝗱 command it refers to “change directory” meaning it switches to the directory you want.</description>
    </item>
    
    <item>
      <title>What is WSL and how to use it with VSCode</title>
      <link>https://rishabkumar.com/blog/what-is-wsl-and-how-to-use-it-with-vscode/</link>
      <pubDate>Wed, 07 Apr 2021 01:41:41 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/what-is-wsl-and-how-to-use-it-with-vscode/</guid>
      <description>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 from Microsoft and I ever since then, I have loved it for development. So in today&amp;rsquo;s blog I will be sharing how I utilize it with VSCode.
What is WSL? The Windows Subsystem for Linux lets developers run a GNU/Linux environment &amp;ndash; including most command-line tools, utilities, and applications &amp;ndash; directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.</description>
    </item>
    
    <item>
      <title>What is Linux and why you should learn it? Free resource included!</title>
      <link>https://rishabkumar.com/blog/what-is-linux-and-why-you-should-learn-it-free-resource-included/</link>
      <pubDate>Mon, 16 Nov 2020 17:48:22 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/what-is-linux-and-why-you-should-learn-it-free-resource-included/</guid>
      <description>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 the hardware assets related with your laptop or PC. To lay it out plainly, the operating system deals with the correspondence between your software and your hardware.</description>
    </item>
    
    <item>
      <title>Securing and Optimizing your webserver</title>
      <link>https://rishabkumar.com/blog/securing-and-optimizing-your-webserver/</link>
      <pubDate>Thu, 20 Aug 2020 04:37:22 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/securing-and-optimizing-your-webserver/</guid>
      <description>This is the last part of the series! if you haven&amp;rsquo;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 served by Nginx. Enable HTTPS Now that you can get free SSL certs from LetsEncrypt, there&amp;rsquo;s really no reason why you shouldn&amp;rsquo;t have HTTPS enabled for your website.</description>
    </item>
    
    <item>
      <title>How to host your website with Nginx</title>
      <link>https://rishabkumar.com/blog/how-to-host-your-website-with-nginx/</link>
      <pubDate>Wed, 19 Aug 2020 15:22:41 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-to-host-your-website-with-nginx/</guid>
      <description>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 comes to hosting static websites nowadays &amp;mdash; Github pages, any number of hosting providers, Amazon S3 or Cloudfront, Netlify etc.
Prerequisites:
Linux server/VM - check part 1 of this series</description>
    </item>
    
    <item>
      <title>How to set up a VM in GCP ☁</title>
      <link>https://rishabkumar.com/blog/how-to-set-up-a-vm-in-gcp/</link>
      <pubDate>Wed, 19 Aug 2020 13:33:47 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-to-set-up-a-vm-in-gcp/</guid>
      <description>This is a three part series. In this article, I&amp;rsquo;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&amp;rsquo;ll need shell access to your server/VM. I would recommend micro instance in Google Cloud and if you are new you can almost get $300 in Google Cloud Credits. Also, check out their free tier.</description>
    </item>
    
    <item>
      <title>Beautify your Terminal - WSL2</title>
      <link>https://rishabkumar.com/blog/beautify-your-terminal-wsl2/</link>
      <pubDate>Sat, 08 Aug 2020 13:46:36 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/beautify-your-terminal-wsl2/</guid>
      <description>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&amp;rsquo;s good. No need to run VM anymore! (Since I only care about the command line functionality). Also, I have been trying out the oh-my-zsh and I gotta say that it is amazing!
Here is a guide on how to get started with WSL by @jeremycmorgan.</description>
    </item>
    
    <item>
      <title>How to set up your own VPN Client in 15 minutes</title>
      <link>https://rishabkumar.com/blog/how-to-set-up-your-own-vpn-client/</link>
      <pubDate>Tue, 21 Jul 2020 01:16:47 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-to-set-up-your-own-vpn-client/</guid>
      <description>I recently set up a VPN client for personal use by using a VM and OpenVPN.
What you&amp;rsquo;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.
Make sure you have open the following ports for inbound connection. During the creation process, we can only unlock the following ports: Port 80 (HTTP), 443 (HTTPS), 3389(RDP) and 22 (SSH).</description>
    </item>
    
    <item>
      <title>Host your Discord Bot on EC2 instance(AWS) 🤖</title>
      <link>https://rishabkumar.com/blog/host-your-discord-bot-on-ec2-instanceaws/</link>
      <pubDate>Mon, 10 Feb 2020 13:49:35 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/host-your-discord-bot-on-ec2-instanceaws/</guid>
      <description>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&amp;rsquo;s dive into it.
##Creating a server instance.
Go to the Amazon EC2 Page and sign up for an account. Navigate to the Amazon web services console. Click on “EC2” (top left of page).</description>
    </item>
    
  </channel>
</rss>
