archit13.hashnode.devA glimpse at the OG File Editor (vi or vim)There are multiple file editors in the market like: emacs, nano, gedit (GUI based), but most of the Linux users and even developers prefer vi or vim (Modified Vim) editor. Things to know in vim editor… We need to follow certain steps to insert the da...Mar 1, 2025·7 min read
archit13.hashnode.devLinux System Admin Journey - Day 1 {Basic Stuff}Prerequisites Checkout Day 0 BLOG → HERE What are OS, Kernel, and Shell, and How do they interact with each other? Linux is a modified Kernel. It was replaced in place of Unix that's why it's called "Unix-like Kernel", not completely Unix kernel. No...Feb 28, 2025·53 min read
archit13.hashnode.devLinux System Admin Journey - Day 0 {Glimpse on Hardware}Prerequisites to know, before starting any technology. If we want to do something in the field of technology (either its Linux (OS), Networking, Programming, etc), we should have a brief understanding of the 3 components of Computer Hardware.1. CPU (...Feb 28, 2025·9 min read
archit13.hashnode.devContainerize the game using Docker, and then deploy it on Amazon Elastic Beanstalk.Introduction In this blog, we'll take this game called, "2048", from GitHub, make a Dockerfile of it, and then deploy it on Amazon Elastic Beanstalk. Let's get started... Step1: Launch the AWS EC2 Instance Go to your AWS console, select EC2, and laun...Nov 14, 2023·6 min read
archit13.hashnode.devHow AWS is helping big companiesWhat is AWS? AWS also called Amazon Web Services is the world leading cloud-computing platform that offers a variety of services, like storage, computing, network devices, databases, and other IT resources which a user can access from any remote loca...Feb 19, 2023·5 min read