Navigating Docker NetworksDay 14 - Simple Guide to Docker Networks with Real-Life Examples Docker has revolutionized the way we build, ship, and run applications. But if you're not a techie, concepts like Docker networking can seem overwhelming. Don’t worry! We’re here to bre...Aug 23, 2024·5 min read
Demystifying Linux Commands: SSH, SCP, and Systemctl for BeginnersDay 9 - SSH, SCP and Systemctl Linux can seem like a complex world with its own language of commands and tools. Three essential tools you will often hear about are SSH, SCP, and Systemctl. Let's break down what these tools are and how you can use the...Jul 12, 2024·3 min read
Unlocking the Mystery: A Guide to Linux Shell PermissionsDay 8 - Linux Permissions What Are Permissions? In Linux, permissions control who can read, write, or execute files and directories. Think of it as a security system that determines what users can and cannot do with files and directories on the syste...Jul 11, 2024·3 min read
#!/bin/bash or #!/bin/sh? Are both same or different?Day 7 - Shebang #!/bin/bash and #!/bin/sh What are they? The #!/bin/bash and #!/bin/sh lines are known as shebang lines. They are used at the beginning of a script to specify the interpreter that should be used to execute the script. #!/bin/bash: T...Jul 10, 2024·2 min read
Effortless Automation: How Cron Jobs Can Simplify Your LifeDay 6 - Cron Job Automation Have you ever wondered how certain tasks on your computer or website just happen automatically? Like backups, updates, or sending you reminders? These tasks are often handled by something called a "cron job." While it migh...Jul 9, 2024·4 min read
Unlock the Power of Automation: A Beginner's Guide to Shell ScriptingDay 5 - Introduction to Shell Scripting Shell scripting might sound intimidating, but it's essentially about telling your computer what to do in a language it understands. Think of it like writing a recipe for a dish you love—step-by-step instruction...Jul 8, 2024·3 min read
SSH : Where spirituality meets technologyDay 4 - SSH (Secure Shell) connectivity process Let us understand SSH with our very known ancient Indian epic RAMAYANA 👑🏹👸🐒🦅🌳🔥🗡️ Shri Ram (Localhost) Sita Maiya (Remote Host) Hanumanji (SSH) Ring (Private Key) Explanation Shri Ram Ques...Jul 7, 2024·1 min read