Posted on March 30, 2020
Speed up your work flow with “!!”
Today I will teach you a very useful trick to speed up your terminal workflow. Have you ever written up a really long command only to mistakenly forget to run it as sudo? If you have, there’s no… Read More
Posted on March 28, 2020
How to use the “Find” command in Linux
Today I will teach you how to use the find command. The find command is used to search and locate files in a given directory. I will show you how to use the command in its most basic… Read More
Posted on March 26, 2020
How to setup and install a LEMP stack
Today I’m going to show you how to setup a LEMP stack. LEMP stands for LINUX, NGINX, MYSQL, PHP. LEMP is a great stack to use for WordPress and various other applications. It leverages Nginx and Php-Fpm for… Read More