Docker and Node.js: A Love Story with Containers and Code (No Drama, Just Dockerama!)Nov 19, 2023·8 min read
Deploy your website on Cloudflare.You just finished building your portfolio or maybe your personal project website, and you want to send it to your friend to have a look at, but the website address is http://localhost:5500/. Now it's time to deploy your website online where the world...Oct 4, 2022·2 min read
Be Anonymous using Tor.You are surfing a website or using an app, you are using someone else's computer/server that is centralized, and that server is in control of your data and even that server knows, Who are you? What do you do on the website? Where are you coming fro...Sep 28, 2022·3 min read
Privacy for everyone.Your phone is a single big asset to your digital life, it's like a digital image of you and privacy is a big concern in this modern online world. It's very difficult to browse the internet with full privacy and anonymously without giving up your data...Sep 27, 2022·5 min read
Git BasicsGit is an version controller tool developed by legend Linus Torvalds, which helps Developer tracking changes in any set of files, sometimes its a life saver, believe me Learn Git fundamentals in this short blog OR use it as a cheatsheet for future r...Sep 25, 2022·2 min read
Processes in LinuxPrerequisites - Basics of Linux & Linux Administrator ps(process) : Programs Running on the machine. Managed by Kernel. Each process has its unique ID (PID) associated with it. Kernel use PID to identify processes Each process is associated with a...May 28, 2022·6 min read
Linux System AdministratorWelcome to the part 2 of Journey to become Linux Wizard Part 1 User Management User & Groups User ID [UID] use to identify user Group ID [GID] use to identify groups Other users like System Daemon, Root user/Superuser, etc. Root User User who ha...May 25, 2022·5 min read