ARArpit Rathoreinarpitrathore.com·Sep 22, 2025 · 3 min readRedis CheatsheetInstall Redis cli $ brew install redis-cli General PING # Test connection, returns PONG AUTH <password> # Authenticate with password SELECT <db> # Switch to a specific database (default is 0) DBSIZE # Get total nu...00
ARArpit Rathoreinarpitrathore.com·Sep 16, 2025 · 2 min readInfluxDB3 cheatsheetInfluxDB 3 client: influxctl influxctl is the official command-line tool for managing and interacting with InfluxDB 3 clusters. Think of it as your Swiss Army knife for database setup, bucket management, and query execution. This cheatsheet gives you...00
ARArpit Rathoreinarpitrathore.com·Jul 9, 2025 · 6 min readLinux cheatsheetHere is an extended and fully annotated version of the Linux Cheatsheet blog in Markdown, with: Brief descriptions for each command An Advanced Topics section covering cron, systemd, firewalld, SELinux, and more Linux Cheat sheet System Informat...00
ARArpit Rathoreinarpitrathore.com·Jun 30, 2025 · 3 min readMilestone: 1 year of leetcode1 Year on LeetCode: Lessons, Struggles, and Growth Exactly one year ago, I made a commitment — to open LeetCode daily, without excuses, and start solving problems that once made me uncomfortable. What started as a casual attempt to improve my DSA ski...00
ARArpit Rathoreinarpitrathore.com·Jun 20, 2025 · 4 min readGit CheatsheetGit Cheatsheet – The Ultimate Guide Whether you're just getting started with Git or you're a seasoned developer, having a handy cheatsheet saves time and avoids Googling the same commands over and over again. This guide is organized into Basic, Inter...00