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
In Laravel there are different caching mechanisms in place that you may need to flush from time to time. Here's a breakdown of each and what they do: Application Caching…
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