Cyberpanel: Enable FTP over TLS implicit encryption
I recently installed CyberPanel on one of my web servers for easy administration of my web server. However, my organization doesn’t allow users to use FTP accounts on port 21. … Read More
I recently installed CyberPanel on one of my web servers for easy administration of my web server. However, my organization doesn’t allow users to use FTP accounts on port 21. … Read More
Fix Error: “rpmdb open failed” in CentOS Sometimes when you attempt to update your CentOS server by running yum update, you might run into the error rpmdb open failed. It … Read More
How to update Linux Server | CentOS As a system administrator, one of our responsibilities is to run server updates. However, if these updates are not installed carefully, they might … Read More
How to check if a user has Sudo Rights on Linux Sometimes we provide temporary sudo access to a guest user on your server and forget to remove the sudo access. … Read More
How to set-up SFTP without SSH access for a user Most of the time, System Administrators don’t want to allow users to access the SFTP server through SSH (Secure Shell) … Read More
What is FirewallD? FirewallD is a firewall management solution used in Linux distributions. Firewall helps to make the server secure and provides more control in your hands. We will learn … Read More
How to Install and Configure Samba on Linux | CentOS 7 Server Samba is an open-source re-implementation of the SMB/CIFS file-sharing protocol. Server Message Block (SMB) Protocol is a file-sharing … 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