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
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
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
When using https with an AWS ELB the normal redirect of http requests to https can cause a redirect loop. We have to look at the request, make sure it's…
Read More