How to Backup and Restore Omnibus GitLab
How to Backup and Restore Omnibus GitLab When we backup GitLab, there are two components that need to be backed up: GitLab Configuration Files Gitlab Application Files 1. GitLab Configuration … Read More
How to Backup and Restore Omnibus GitLab When we backup GitLab, there are two components that need to be backed up: GitLab Configuration Files Gitlab Application Files 1. GitLab Configuration … Read More
How to use Cron | Crontab in Linux | Ubuntu Server What is Cron Job? Cron jobs allow a user to run specific command or a script at a scheduled … Read More
How to add a user to Linux | Ubuntu Server One of the basic commands to add a user to a linux server is ‘useradd’. Today, we will learn how … Read More
SSH (Secure Shell) without password using Putty SSH Protocol SSH (Secure Shell) is network protocol which helps to securely access the computer, mostly Linux based computers. SSH is one way … Read More
This is a beginner’s guide to navigating through the Linux File System. In this article, we will learn about the following commands: Content: pwd cd ls Command: pwd This command … Read More
The fdisk command is used for hard-disk partitions on Linux. It’s one of the most incredible assets you can use to oversee allotments, yet it’s befuddling to new clients. Step … Read More
The Linux filesystem is a tree-like hierarchy hierarchy of directories and files. At the base of the filesystem is the “/” directory, otherwise known as the “root” (not to be … Read More
Before we continue to learn about Linux shell commands, it is important to know that there are many symbols and characters that the shell interprets in special ways. This means … Read More
Add a New Group If you want to create a new group on your system, use the groupadd command following command, replacing new_group with the name of the group you want to create: … Read More
Create a New User Log in to your server as the root user. Use the adduser command to add a new user to your system. Be sure to replace username with the user that you want … Read More