Introduction Ever heard of ModSecurity? If you're in the world of WHM cPanel, you probably have. ModSecurity is a powerful open-source web application firewall (WAF) that provides robust security against…
Read More
The Power of Immunify360: Comprehensive Security for your Web Servers Immunify360 is a comprehensive security solution for Linux web servers. Developed by CloudLinux, a leading provider of Linux operating system…
Read More
In Linux. using SSH, you can zip an entire directory and it's contents quickly using the following command: zip -r myfiles.zip mydir Example - You'd like to zip up a…
Read More
Basic .htaccess redirects are pretty simple when you're just taking one static url and pointing it to another. How about when you need to redirect multiple URLs that contain a…
Read More
PM2 Runtime is a Production Process Manager for Node.js applications with a built-in Load Balancer. It allows you to keep applications alive forever, to reload them without downtime and facilitate…
Read More
So you've decided to try out Amazon Web Services finally. Easy enough, in a few clicks you register, setup billing then dive into the EC2 server setup. Your first instinct…
Read More
We're working on a new project in Laravel 5.6 and along the way plan on providing tutorials for several of the Laravel functions and guides. Even a simple Laravel install…
Read More
In the Laravel installation documentation it says: Make sure to place composer's system-wide vendor bin directory in your $PATH so the laravel executable can be located by your system. This directory exists…
Read More
To list all packages installed in Centos you run: yum -qa Just had someone ask what's the equivalent to this command in Ubuntu, well here you go: apt list --installed
Read More
While SSH'd into my Centos server recently, I kept getting strange errors when trying to run PHP Artisan and Composer commands. I couldn't figure out for the life of me…
Read More