How to install wireless driver in RHEL 8 / CentOS 8 Linux
Using dnf you can search for available wireless drivers in the RHEL 8 / CentOS 8 repositories. The built-in way If your wireless card has not been detected automatically by…
Updating Intel NIC drivers on Linux centos
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…
Some of the selected domains or aliases were not activated.Unable to activate the domain: Either the domain owner or their subscription is suspended.
Issue occurs when administrator suspend domain. Cause due to renewal date. Fix you can try. Open RDP and run following command. plesk bin site –on example.com replace example.com with your…
How to Restore One Database From All Database mysqldump
In this tutorial we are going to learn how to restore single MySQL database from a mysql backup file, which contains multiple databases. What if you backed up all databases…
IIS Rewrite MSI package installation fails on Plesk server: The call to SRSetRestorePoint API failed
Log in to Plesk server via RDPOpen gpedit.msc and go to Computer Configuration > Administrative Templates > Windows Components > Windows InstallerEnable ‘Prohibit Rollback’ policy and press OKInstall IIS Rewrite…
Mount LVM disk using Ubuntu LiveCD
Mounting is an easy process to do, provided the filesystem type you are using is supported. What happens when you have an LVM formatted disk, and you need to mount…