Stop Copy-Pasting: How to Code Directly on Your Remote Server with VS CodeIf you manage a production server, you are probably comfortable handling CLI tasks and service management. But when it comes to actual development work — tweaking a docker-compose.yaml or services.yamJun 4, 2026·3 min read·23
Never Lose Your Zsh History Again: A Simple Backup Script for Daily ProtectionMar 7, 2026·4 min read·38
Git Reset -- Hard: Test Documentation1. Initial Setup Cloning the Repository git clone https://github.com/RScrafted/test.git --progress cd test 2. First Commit: Addition Editing the Script vi calculator.sh a=5 b=5 echo "ADDITION: $((a + b))" :wq Staging and Committing git add calcul...Aug 6, 2025·2 min read·7
Turn Any Keyboard into a Mac Keyboard (Without Spending a Penny)Remap a Windows Keyboard for MacBook LayoutJul 20, 2025·1 min read·6
Automating Linux Updates at Boot: Why Every DevOps Should Script ThisAs a DevOps engineer juggling virtual machines across AWS and Azure, one thing I’ve learned the hard way is this: manual updates don’t scale. Especially when you’re managing fleets of Red Hat, Oracle Linux, or even Ubuntu machines that spin up and te...Jun 22, 2025·3 min read·8
Troubleshooting: Fix “Reuse Previous Session’s Directory” in iTerm2Frustrated when your terminal forgets your last location? I’ve been there! After revamping my terminal, I ran into the same hiccup. Let’s sort this out with a quick fix and ensure iTerm2 always picks up right where you left off! Before we get started...Aug 10, 2024·2 min read·3
Terminal Makeover: Oh My Zsh Edition (MacOS)✨Ahoy! I am Rachit. I’m all about visual customization — whether it’s making my Windows look like macOS or decking out my terminal with a snazzy new look. Who needs defaults when you can make everything pop? So, if you’re tired of your terminal’s plai...Aug 3, 2024·4 min read·5
Implementing GitHub Entra SSO Integration: A Comprehensive GuideIntroduction In today’s digital age, managing authentication and access control across multiple platforms is a growing challenge. As an Infrastructure Engineer, I have implemented Single Sign-On (SSO) solutions to streamline and secure access to vari...Jul 13, 2024·6 min read·103