Author: James

Installing Git on Ubuntu 18.04
Git

Installing Git on Ubuntu 18.04

This guide will show you how to install Git on an Ubuntu 18.04 server using two methods: the package manager and from source. Each method offers unique advantages.

setting up a CentOS server
CentOS

CentOS server initial setup

This tutorial guides you through the initial server setup process for CentOS 8, covering essential tasks like user management, security hardening, and basic software installation.

MySQL installation and initial setup
MySQL

Setting up and configuring MySQL

Learn how to verify installation, secure the initial setup, interact with the MySQL shell, and examine system databases and tables.

linux monitoring tool with bash
Linux

Creating a Linux monitor with Bash

Build a Linux monitoring tool with bash script will track CPU, memory, and disk usage in real time, displaying the usage percentages as they update.