How-To
How-to instructions on completing various tasks on a LINUX system
How to Create a Windows Domain Controller using Debian
1. Introduction This guide will walk you through the steps to set up a Windows Domain Controller using Samba on a Debian server. 2.…
Deploy MS SQL Server on Debian Linux
Prerequisites Step 1: Install curl Step 2: Import the Microsoft GPG key Step 3: Add the SQL Server repository Step 4: Install the SQL…
Search and Replace Text in Multiple Files
To search and replace text in multiple files from the Linux command line, you can use a combination of the find, grep, sed, and xargs commands. Here’s how you…
Install and Configure MariaDB Galera Cluster
Step 1: Prepare the Servers Ensure all servers are updated and have MariaDB installed. For this guide, we will use three servers. Step 2:…
Glances: Installation and Usage Guide
Installation Glances is a cross-platform monitoring tool which aims to present a large amount of monitoring information through a curses or Web-based interface. To…