Category: DevOps
Linux servers can run out of disk space because of growing logs, backups, caches, or Docker data, potentially causing databases, websites, and other services to fail. This article explains …
Time to Say Goodbye to PHP 7.4 — My Blogs Are Finally Getting an Upgrade After Years on PHP 7.4, It’s Finally Time to Upgrade to 8.x PHP 7.4 …
How to Remove All NVM Node.js Versions Except One NVM is Node Version Manager, which can be installed via github. With NVM, one can easily manage and installs multiple …
Side Projects and My Fleet of 28 Servers Over the years, I have worked on various small projects—blogs, online tools, and being a STEEM witness. Currently, I manage 28 …
To check the HTTP response code after running a curl command, you can use the -w option with curl, which allows you to specify a custom output format. Here’s …