
Sun Feb 23 2020
How to Set Up Nginx Server Blocks on Debian 10
A server block is an Nginx directive that defines settings for a specific domain, allowing you to run more than one website on a single server.
Read more

Sat Feb 22 2020
How to Install TensorFlow on CentOS 8
TensorFlow is a free and open-source platform for machine learning built by Google. This tutorial explains how to install TensorFlow on CentOS 8.

Fri Feb 21 2020
Last Command in Linux
last is a command-line utility that displays information about the last login sessions of the system users. It is very useful when you need to track user activity or investigate a possible security breach.

Thu Feb 20 2020
How to Install VMware Tools in Ubuntu 18.04
The VMware Tools offer several useful functionalities such as faster graphics performance, shared folders, shared clipboard, drag and drop operations, and more. This tutorial explains how to install VMware Tools package on Ubuntu 18.04 guests.
Thu Feb 20 2020
Linux Sleep Command (Pause a Bash Script)

Tue Feb 18 2020
Pgrep Command in Linux

Mon Feb 17 2020
Scheduling Cron Jobs with Crontab

Mon Feb 17 2020
How to Install VirtualBox Guest Additions on Debian 10 Linux

Sat Feb 15 2020
How to List Cron Jobs in Linux

Thu Feb 13 2020
How to Install and Use Curl on CentOS 8
