#bash-script
Read more stories on Hashnode
Articles with this tag
Introduction I host all of my websites on DigitalOcean Droplets and I also use Cloudflare as my CDN provider. One of the benefits of using Cloudflare...
Introduction One of the first things that I would usually do in case I notice high CPU usage on some of my Linux servers would be to check the process...
Introduction The jq command-line tool is a lightweight and flexible command-line JSON processor. It is great for parsing JSON output in BASH. One of...
Introduction Bash scripting lets you automate a lot of your tasks on Linux and UNIX systems. Bash combines the power of Linux commands and tools with...