Linux tar Command Tutorial

In this video, you will learn: How to create, extract, and compress an archive. The difference between .tar, tar.gz, and .tgz files. How to use the gzip and gunzip commands.. The difference between “tar cvf” and “tar -cvf” (notice the hyphen…) Some bonus command line tips to speed up working with tar (and any other … Read more

Linux Shell Scripting Tips

From time to time one of my students will ask me to take a look at one of their shell scripts that they are having trouble with. If you know anything about me at all, you know that I love three things. Linux, troubleshooting, and shell scripting. (Make that four things… teaching my love of … Read more

Installing an SSL Certificate on CentOS Running Apache

See below to download the step-by-step instructions for this tutorial. It includes all the commands and everything you see in the video. Introduction to Installing an SSL Certificate on CentOS In this video lesson, you’re going to learn how to install a valid SSL certificate on a CentOS Linux Server running the Apache web server. … Read more