How to Install WHM CPanel on Almalinux 9 or Rocky Linux 9

WHM Cpanel installation on Almalinux 9 or Rocky Linux 9

WHM cPanel is a popular software that provides a web-based control panel for command-line servers. Cpanel allows users to easily manage websites, emails, databases, and other server configurations using a graphical user interface. This article will show how to install WHM Cpanel in Almalinux 9, …

Read more

How to Check GitLab Runner Configuration

Check Runner Configuration File

GitLab Runner is a lightweight and highly scalable agent that runs various CI jobs defined in GitLab CI/CD pipelines and, once completed, sends the results back to the GitLab instance. Therefore, it is highly recommended that GitLab Runner should be configured correctly. This article will …

Read more

How to install VMware Workstation Pro on Kali Linux

Vmware Workstation Pro installation on Kali Linux

Install the VMware workstation player or Pro on Kali Linux to run virtual machines and get a free VirtualBox alternative. Earlier, VMware Player was only accessible for personal purposes without paying any license cost, but now it’s also available for Workstation Pro. VMware doesn’t need …

Read more

How do you use Netstat to find a Remote IP address?

netstat basic command syntax

The netstat command is not limited to Linux. It can also be used on Windows and macOS to get information about network connections, routing tables, interface statistics, masquerade connections, and more. Netstat is quite helpful in listing network connections and further identifying the IP address …

Read more

How to Find Public IP Address from Hostname

getent Command to find hostname public ipaddress

We can use a few commands with server “hostname” to find the corresponding public IP address associated with that. Here are the ways to use the command line on Linux, Windows, or macOS to get the hostname IP address. Using the nslookup Command The first …

Read more

How to Check NIC Firmware Version in Linux

How to Check NIC Firmware Version in Linux

Without a Network Interface Controller (NIC), we cannot have connectivity to the network on our Linux system. Therefore, quickly knowing our NIC firmware version to update or install drivers and troubleshoot other network-related issues becomes essential, ensuring network hardware compatibility and optimal performance. So, to …

Read more

How to Unzip and Extract a tar.gz File

Unzip and Extract a tar.gz File

Unzipping and extracting Tar.gz files is routine work for a system administrator or developer, so we’ve created a tutorial on extracting Tar.gz files easily using the command line. What is a tar.gz File? A tar.gz file combines TAR (Tape Archive) and GZ (Gzip) compression. Both …

Read more

10 Popular and Best Antivirus Solutions for Linux in 2024

Best Antivirus Solutions for Linux in 2024

LinuxLinux is considered the most secure system, but this does not make it impervious to malware or other security breaches. The vast scale of Linux system use makes protection against potential threats significant. Antivirus software can bring an extra layer to your system, as it …

Read more