Yug Patelpython-automation-script.hashnode.dev·Feb 14, 20255 Powerful Python Automation Scripts to Save Hours of Work!# 5 Best Python Automation Scripts to Skyrocket Your Productivity 🚀 Introduction: Why Waste Time on Repetitive Tasks? Imagine saving hours of manual work with just a few lines of Python code. Sounds amazing, right? Python is a powerhouse when it com...20 likesPython
Omkar Mahanduleweather-script.hashnode.dev·Feb 12, 2025Check Weather Like a Pro: A Simple Bash Script for Your TerminalHave you ever wanted to check the weather forecast directly from your terminal? In this blog, I'll show you how to create a simple Bash script that fetches weather details for any city using the free wttr.in weather service. Why Use a Bash Script for...10 likesBash
Omkar Mahandulemonitor-docker-automatically.hashnode.dev·Feb 12, 2025Automate Docker Service Monitoring with a Bash Script.Docker is a powerful tool for containerization, but what happens if the Docker service stops unexpectedly? Manually checking and restarting the service can be tedious, especially in production environments. In this blog, we’ll automate the monitoring...10 likesDocker
Omkar Mahandulescripting.hashnode.dev·Feb 12, 2025Automate The Large File Compression With BashAre you running out of storage space on your Linux system? One way to free up space is by compressing large files. Manually identifying and compressing big files can be tedious, but a simple Bash script can automate the process. In this blog, we’ll c...10 likesBash
Gaurav Kumarautomating-nfs-setup-with-vagrant-bash.hashnode.dev·Feb 8, 2025🚀 Automating NFS Server-Client Setup with Vagrant & BashManaging shared storage in a DevOps environment can be challenging. To simplify this, I created a Vagrant-based NFS Server-Client setup that automates provisioning using Bash scripts. 🔹 Features ✅ Automated NFS server and client setup✅ Persistent sh...Devops
Arya M. Pathakarya2004.hashnode.dev·Jan 24, 2025Understanding Linux Cron for Task Scheduling (with Golang Example)Cron is a built-in utility on Linux and Unix-like systems. Its main purpose is to schedule and automate tasks (known as jobs) so that you do not have to run them manually. These automated tasks can include sending emails, cleaning up files, monitorin...20 likes·35 readsGo Deep: Mastering Golang FundamentalsLinux
Ashwin Padiyarpadiyar.hashnode.dev·Jan 24, 2025Java Options with windows-special-character in Windows Batch Scripts (.cmd or .bat)How does a batch script work? When you run a batch script, the Windows Command Prompt reads and executes the commands line by line. The Command Prompt opens the .bat or .cmd file and reads it line by line. Each line is treated as a command or instruc...package handler
Sai Praneethterraformiac.hashnode.dev·Jan 19, 2025ShellScript - 1What is a Shell? Shell is a program that takes the commands whatever the user is typing and it will give to the OS to execute. It acts as an interface between the user and the OS. In most of the Linux systems bash is the default shell., Linux support...shell script
RichGod Usenrichgodsblog.hashnode.dev·Jan 12, 2025My little adventure into the world of scriptingHow scripting made setting up Vite + React projects 100x easier for me How it all began Well, one afternoon at work, I had a couple of projects to set up and trust me, I’m no fan of the grueling process involved in setting up a folder/file structure...20 likes·26 readsTech Journey Shenanigansvite
Aniket R Chateani-r.hashnode.dev·Jan 8, 2025scrcpy Wireless Connector: Automate Your Android Screen MirroringThis blog will introduce you to a simple Windows script that automates the process of connecting your Android device wirelessly over Wi-Fi and launching scrcpy to mirror your device’s screen. It’s specifically tested and optimized for Windows users, ...Windows