Check if a Port is in Use
A practical bash script to determine if a specific TCP port is currently being listened on, essential for debugging network issues or starting services.
Curated list of production-ready BASH scripts and coding solutions.
A practical bash script to determine if a specific TCP port is currently being listened on, essential for debugging network issues or starting services.
A bash script to automate the archiving of log files by date-stamping them and optionally compressing, helping manage server disk space and log history.
Automate downloading multiple files from a list of URLs using `wget` in a bash script, ideal for bulk content retrieval and asset management.
Automate full website backups, including files and MySQL database, with timestamped archives for easy restoration and disaster recovery.
Continuously monitor web server log files in real-time for specific error messages or keywords, enabling immediate detection of critical issues.
Streamline web application deployment by automating Git pull, installing project dependencies, and restarting web server services.
Automate cleanup of old build artifacts, temporary files, or cache directories in web projects to free up disk space and maintain tidiness.
Quickly verify if a specific network port on a server or localhost is open and actively listening, crucial for debugging network services.
Safeguard your data with a bash script that performs daily MySQL database backups, compresses them, and timestamps the archives for easy recovery.
Streamline your web application deployment with a bash script that pulls the latest Git changes, installs dependencies, and restarts your service efficiently.
Keep your web servers healthy by monitoring disk usage with a bash script that sends email notifications when space falls below a critical threshold.
Efficiently manage server log files using a bash script that rotates, compresses, and archives old logs to save disk space and maintain order.