cPanel WHM IP-based Authentication
This method allows you to filter selected domains via our Outgoing filter, while using IP authentication. Any domains not configured here will continue to use the standard cPanel router and…
Roundcube: The “Date” column is blank or incorrect
If your “Date” column is blank, or if it’s showing incorrect values, then check your php.ini file, generally the path is as /usr/local/phpXX/lib/php.ini and set the correct timezone for your…
How To Create Partition and Format Storage Devices in Linux
Partition the New Drive As mentioned in the introduction, we’ll create a single partition spanning the entire disk in this guide. Choose a Partitioning Standard To do this, we first…
How to install wifi driver in RHEL 9 / CentOS 9 Linux
Using dnf you can search for available wireless drivers in the RHEL 9 / CentOS 9 repositories. The built-in way If your wireless card has not been detected automatically by…
How to update Intel NIC drivers on Linux
First Check the NIC driver version installed on the server. # /sbin/lspci | grep Ethernet 0b:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection 15:00.0 Ethernet controller: Intel Corporation 82574L…
Find Exact Installation Date And Time Of Your Linux OS
If you use Arch Linux and its derivatives like Antergos or Manjaro Linux, you can easily find how long have you been without a reinstall by analyzing the pacman logs…
How to Configure Rsyslog in CentOS/RHEL 7 Server
By default, Rsyslog service is automatically installed and should be running in CentOS/RHEL 7. In order to check if the daemon is started in the system, issue the following command…
Setting up Virtual user with VSFTPD with Different Permissions
If you want to setup a virtual user with VSFTPD and also want to share the same directory across multiple users then you can refer the below simple steps to…