How I Scaled a WordPress Server Horizontally at Robu.in – A Self-Managed Success Story Scaling a WordPress server horizontally in a self-managed environment is no small feat, especially when you’re not leveraging fully managed cloud services like AWS, Azure, or GCP. This was one of the most challenging and rewarding projects I undertook during my time at Robu.in. By configuring and optimizing virtual machines (VMs) on DigitalOcean, we achieved […] Written by Ravikant Kushwaha March 11, 2025March 11, 2025 Saving Bookmark this article Bookmarked
How to Write a Secure Shell Script to Run MySQL Queries via Cron Shell scripting is one of the most powerful tools available on Linux and UNIX-like systems, allowing developers and system administrators to automate repetitive tasks, run SQL queries, and maintain servers efficiently. One common use case is updating database records automatically using cron jobs. In this tutorial, we’ll walk you through creating a shell script that […] Written by Ravikant Kushwaha April 15, 2025April 15, 2025 Saving Bookmark this article Bookmarked
Mastering the grep Command in Linux – From Beginner to Advanced Whether you’re just starting with Linux or you’re a seasoned developer, the grep command is an essential tool in your command-line arsenal. If you need linux commands for common task, you can read this article, Linux CheatSheet for common tasks In this article, we’ll walk through: Let’s dive in! ✅ What is GREP in Linux? […] Written by Ravikant Kushwaha April 12, 2025April 15, 2025 Saving Bookmark this article Bookmarked
Linux How to Write a Secure Shell Script to Run MySQL Queries via Cron Shell scripting is one of the most powerful tools available on Linux and UNIX-like systems, allowing developers and system administrators to automate repetitive tasks, run SQL queries, and maintain servers efficiently. One common use case is updating database records automatically using cron jobs. In this tutorial, we’ll walk you through creating a shell script that […] Written by Ravikant Kushwaha April 15, 2025April 15, 2025 Saving Bookmark this article Bookmarked
Linux Mastering the grep Command in Linux – From Beginner to Advanced Whether you’re just starting with Linux or you’re a seasoned developer, the grep command is an essential tool in your command-line arsenal. If you need linux commands for common task, you can read this article, Linux CheatSheet for common tasks In this article, we’ll walk through: Let’s dive in! ✅ What is GREP in Linux? […] Written by Ravikant Kushwaha April 12, 2025April 15, 2025 Saving Bookmark this article Bookmarked
AWS (Amazon Web Services) How to Set Up WordPress with CloudFront on AWS Using ALB and Private Subnets Looking to host a fast, secure, and scalable WordPress site on AWS? In this step-by-step tutorial, we’ll walk you through how to set up WordPress using Amazon CloudFront, an Application Load Balancer (ALB), and private subnets—perfect for both test and production environments. Using our demo domain wp.ituptodate.com, this guide is ideal for beginners looking to […] Written by Ravikant Kushwaha April 11, 2025April 11, 2025 Saving Bookmark this article Bookmarked
AWS (Amazon Web Services) VPC Configuring an EC2 Instance as a NAT for Private Subnet EC2 – A Cost-Optimized Alternative to NAT Gateway In AWS, providing internet access to EC2 instances in private subnets is a common requirement for secure architectures. While AWS offers the managed NAT Gateway service for this purpose, it comes with a cost—approximately $32/month per gateway plus data transfer fees. For small-scale projects, startups, or cost-conscious developers, this can add up quickly. Fortunately, you […] Written by Ravikant Kushwaha April 8, 2025April 8, 2025 Saving Bookmark this article Bookmarked
Cheat Sheet Linux Linux CheatSheet for common tasks 1. File and Directory Management ls -lah # List files with details (including hidden)cd /path/to/dir # Change directorypwd # Show current directorymkdir newdir # Create a directoryrmdir emptydir # Remove empty directoryrm -rf dir_or_file # Remove file or directory forcefullycp file1 file2 # Copy filemv file1 file2 # Move/rename filefind /path -name "*.txt" # Find […] Written by Ravikant Kushwaha March 13, 2025March 13, 2025 Saving Bookmark this article Bookmarked
Cheat Sheet Git Git Cheatsheet Basic Git Commands Branching & Merging Stashing Changes Undoing Changes Viewing History Remote Repositories Tagging Git Configuration Written by Ravikant Kushwaha March 11, 2025March 11, 2025 Saving Bookmark this article Bookmarked
AWS (Amazon Web Services) How to Set Up WordPress with CloudFront on AWS Using ALB and Private Subnets Looking to host a fast, secure, and scalable WordPress site on AWS? In this step-by-step tutorial, we’ll walk you through how to set up WordPress using Amazon CloudFront, an Application Load Balancer (ALB), and private subnets—perfect for both test and production environments. Using our demo domain wp.ituptodate.com, this guide is ideal for beginners looking to […] Written by Ravikant Kushwaha April 11, 2025April 11, 2025 Saving Bookmark this article Bookmarked
AWS (Amazon Web Services) VPC Configuring an EC2 Instance as a NAT for Private Subnet EC2 – A Cost-Optimized Alternative to NAT Gateway In AWS, providing internet access to EC2 instances in private subnets is a common requirement for secure architectures. While AWS offers the managed NAT Gateway service for this purpose, it comes with a cost—approximately $32/month per gateway plus data transfer fees. For small-scale projects, startups, or cost-conscious developers, this can add up quickly. Fortunately, you […] Written by Ravikant Kushwaha April 8, 2025April 8, 2025 Saving Bookmark this article Bookmarked
Linux How to Write a Secure Shell Script to Run MySQL Queries via Cron Shell scripting is one of the most powerful tools available on Linux and UNIX-like systems, allowing developers and system administrators to automate repetitive tasks, run SQL queries, and maintain servers efficiently. One common use case is updating database records automatically using cron jobs. In this tutorial, we’ll walk you through creating a shell script that […] Written by Ravikant Kushwaha April 15, 2025April 15, 2025 Saving Bookmark this article Bookmarked
Linux Mastering the grep Command in Linux – From Beginner to Advanced Whether you’re just starting with Linux or you’re a seasoned developer, the grep command is an essential tool in your command-line arsenal. If you need linux commands for common task, you can read this article, Linux CheatSheet for common tasks In this article, we’ll walk through: Let’s dive in! ✅ What is GREP in Linux? […] Written by Ravikant Kushwaha April 12, 2025April 15, 2025 Saving Bookmark this article Bookmarked
Linux How to Write a Secure Shell Script to Run MySQL Queries via Cron Shell scripting is one of the most powerful tools available on Linux and UNIX-like systems, allowing developers and system administrators to automate repetitive tasks, run SQL queries, and maintain servers efficiently. One common use case is updating database records automatically using cron jobs. In this tutorial, we’ll walk you through creating a shell script that […] Written by Ravikant Kushwaha April 15, 2025April 15, 2025 Saving Bookmark this article Bookmarked
Linux Mastering the grep Command in Linux – From Beginner to Advanced Whether you’re just starting with Linux or you’re a seasoned developer, the grep command is an essential tool in your command-line arsenal. If you need linux commands for common task, you can read this article, Linux CheatSheet for common tasks In this article, we’ll walk through: Let’s dive in! ✅ What is GREP in Linux? […] Written by Ravikant Kushwaha April 12, 2025April 15, 2025 Saving Bookmark this article Bookmarked