Introduction:Personal access tokens (PATs) are an alternative to using passwords for authentication to GitHub when using the GitHub API or the command line. You can create a personal access token to use in place of a password when you are working with GitHub Operations. To generate the personal access token. Prerequisite:GitHub… Continue Reading How to create a new token from GitHub

Introduction: The FileZilla software program is a free-to-use (open-source) FTP utility allowing users to transfer files from a local computer to a remote computer. Here we are going to see how to use the key pair to login into FTP in the below steps. Prerequisite: Step 1: Navigate to FileZilla… Continue Reading How to use the key pair to login into FTP

Introduction: Mysql is the latest release of the powerful MySQL database management system. To start installing the MySQL 8.0 server on CentOS 7, you must add the official MySQL community repository to your system. Run the following command. Prerequisite: 1. Server root login credentials. Step 1: Adding the MySQL Yum… Continue Reading How to install MySQL 8.0 on CentOS 7

Introduction: If you’re having trouble accessing your server via SSH after a reboot, there are several common issues that you can check. Use the below steps to recover SSH access. Prerequisite: 1. Server root login credentials. Step 1: Please check the SSH service status. $ systemctl status ssh.service Step 2:… Continue Reading How to start the SSH service if it fails after rebooting the server

Introduction: To set up the CPU service monitor on Nagios, you’ll need to follow these general steps. CPU checks CPU usage, load averages, or other performance metrics on the server, and if the process is high, it gives an alert to the Nagois server. Prerequisite 1. Server root login credentials.… Continue Reading HOW TO SET UP THE CPU SERVICE MONITOR ON NAGIOS

Introduction:To set up MongoDB to auto-restart, you can use system-level services and configuration MongoDB files. Prerequisite: 1. Server root login credentials. Step 1: Log in to your Ubuntu or Centos server as a user with sudo privileges. You can use SSH or directly access the server. $ ssh root@Ip Step… Continue Reading How to auto-restart MongoDB

Introduction: In MongoDB, you can create read-only access for users by assigning appropriate roles that grant read-only privileges to the user. MongoDB provides several built-in roles that can be used to grant read-only access. The two most common built-in roles for read-only access are read and readAnyDatabase. Prerequisite: Step 1:Log… Continue Reading How to create read-only access for a user in MongoDB

Introduction: To set up the PM2 service monitor on Nagios, you’ll need to follow these general steps. PM2 is a process manager for Node.js applications, so we’ll assume you’re monitoring Node.js processes managed by PM2. Prerequisite: 1. Server root login credentials. Step 1: Log in to your Ubuntu or Centos… Continue Reading How to set up the PM2 service monitor on Nagios

Introduction: On Ubuntu, the system’s timezone is set during the installation, but it can be easily changed at a later time. Using the correct time zone is important for many system-related tasks and processes. Prerequisite: 1. Server root login credentials. Step 1: Log in to your Ubuntu server as a… Continue Reading How to change the system timezone in Ubuntu