Articles
The tutorial is for those people, who wish to set up their own KMS server with...
Disk Health Check with Hard Disk Sentinel Linux EditionFirst of all, download the latest version of HDSentinel on your server and extract the archive:...
Effortless MySQL: Import and Export DatabasesTo import a database using MySQL, follow these steps: Open a terminal or command prompt....
Failed to download metadata for repo ‘AppStream’We're writing the tutorial to fix the issue of the mentioned title, because, one of our clients...
Find the IP address of the client in an SSH sessionYou could use the command: server:~# pinky that will give to you something like this: Login...
Fix - Nginx socket() failed (24: Too many open files)If you have an issue with NGINX like the followings (the output of error_log file): [crit]...
Google Drive Backup Plugin Problem with aaPanelRun the following command lines to fix the issue with aaPanel related to the Google Drive plugin...
How to Install Nextcloud on AlmaLinux 8/RHELWhat is Nextcloud? Nextcloud is a self-hosted file sync and collaboration platform that...
How to Install Poptop VPN Server on CentOS 7Continuing the VPN series, today we cover Poptop, or pptpd. It is easier to configure than other...
How to Install any App with CLI in Webuzo V3Use the following commands: webuzo --installapp app=APP_NAME Make sure to replace APP_NAME with...
How to Manage a Webuzo v3 Server for Production UsageFirst of all, make sure to install Webuzo v3 on your CentOS/Ubuntu server. If you haven't...
How to Set Up Dante Proxy on Ubuntu 20.04 LTSHere's a tutorial on setting up Dante proxy on Ubuntu 20.04: Update your system: apt update...
How to add welcome message when SSH start?You need to change the contents of /etc/motd. Unfortunately, by default, /etc/motd is a link to...
How to backup the installed package/RPM on Linux?rpmrebuild is a tool to build an RPM file from a package that has already been installed in a...
How to change CLI PHP Version on CyberPanelBefore proceeding with the changes, first of all, we've to check the current CLI PHP version, so...
How to change root password when SSH logged inRun the following command: passwd Now type your new passwordOnce done, retype new passwordDone!...
How to check if Redis connection Establishes with PHP?In order to check if the Redis connection establishes successfully on your website with PHP,...
How to clean YUM cache in CentOS / RHEL?What is yum?The Yellowdog Updater, Modified (yum) is an open-source command-line...
How to download a File from Google Drive to Server?To download a file from Google Drive using the command line, follow these steps: Ensure that...
How to expand the allocated space of /tmp in Linux?On a Linux server /tmp partition was only 1 GB, it gets full at times, no matter how many times...
How to extract .tar.gz files in Linux/UNIX OSA tarball is a group of files that are bundled together using the tar command. Use the...
How to fix Dovecot/Postfix Issue/s with CyberPanelSending emails with CyberPanel does not work by default. Since the team of CyberPanel made it...
How to install & compile Redis from source on Linux OSDownloading the source files The Redis source files are available on [this site's Download...
How to install CyberPanel on CentOS/Ubuntu serverCyberPanel is a LiteSpeed-based control panel that provides a graphical interface for Linux...
How to install Hostname SSL on Webuzo v3 with ZeroSSL?If you wish to install SSL on the hostname, log in to Webuzo v3 first with root credentials. Now,...
How to install Pinguzo on any Linux/UNIX OSLogin to Pinguzo panel using Softaculous account or create an account of Pinguzo To add new...
How to install Webuzo v3 on CentOS/Ubuntu serverWebuzo is a multi-user shared hosting control panel that allows the deployment of multiple...
How to install ionCube Loader 12 extension on CyberPanel?We all already know that CyberPanel is an open-source web hosting control panel that comes with...
How to kill all processes of logged-in users as root in LinuxAs root, you can use the pkill command to kill all processes for a specific user. To kill all...
How to reduce the physical memory / RAM on Linux OSIn order to perform the changes follow the above instructions: Log into your server with SSH...
How to restrict direct root access in LinuxWe can do it just in two steps. Step One: At first we will create new root user as follows (for...
How to use CyberPanel Utility Tools with CLI/TerminalProcedure: Log into your server with SSH (root) Open the Terminal and run:...
How to use Postfix as Relay for Mailgun SMTP RelayMailgun is a popular SMTP Relay/API service, one of my favorites. For transactional emails, I...
Install Go (Golang) on CentOS 7 / RHEL 7Go or GoLang, as it is called, is an open-source programming language designed to help ease the...
Install re2c on RHEL8 / CentOS 8 / AlmaLinuxYou can get the following error during steps dependent on re2c, for example, while executing the...
Installation of Hestia Control Panel on Debian/UbuntuWant to get started today? Installation is easy. Just follow a few simple steps: Step 1:...
Installation of V2Board with aaPanel on Fresh VPSRequirements CentOS 7 x64-bit 1GB of Memory 20GB of Storage KVM Virtualization...
Modifying Max Memory and its policy in Redis ConfigFirst of all, log in to your server with SSH (root). Once you've logged into the server, open the...
Redis Installation on CentOS/RHEL 6/7 cPanel ServerFirst of all, log in to the server, with SSH (root). Open the Terminal and execute the command...
Setup Backup Destination and Schedule on Webuzo v3Log into your Webuzo v3 control panel with the root credentials. Once, you've logged into it, at...
Troubleshooting File Manager's Code Editor in Webuzo V3If you're encountering issues with the Code Editor in Webuzo V3's File Manager, here are a few...
Troubleshooting High I/O Wait in LinuxLinux has many tools available for troubleshooting some are easy to use, some are more advanced....
Unique WP Cache Name for Redis or MemcachedIf you have multiple WordPress websites on your server, enabling cache at the same time will have...
Usages of kill cmd, how to terminate processesOne of my biggest pet peeves as a Linux sysadmin is when I see users, or even other sysadmins...