Knowledge Base Linux

Knowledge Base Linux

Kblinux is an abbreviation for the phrase "Knowledge Base Linux." The website shares instructional articles related to the Linux system. I hope my small blog will reach many people who share the same passion for Linux.

How to install CSF on CentOS 7

What is CSF? ConfigServer Security & Firewall (CSF) is a popular and feature-rich firewall management tool and security enhancement suite for Linux-based servers, including CentOS. It is designed to help administrators secure their servers by providing a comprehensive set of…

Gzip Command in Linux

gzip command compresses files. Each single file is compressed into a single file. The compressed file consists of a GNU zip header and deflated data.If given a file as an argument, gzip compresses the file, adds a “.gz” suffix, and…

Chattr command in linux

chattr (Change Attribute) is a command line Linux utility that is used to set/unset certain attributes to a file in Linux system to secure accidental deletion or modification of important files and folders, even though you are logged in as a…

How to uninstall ImunifyAV

ImunifyAV isn’t for everyone. There are many factors when choosing between ImunifyAV FREE and ClamAV. If for whatever reason you decide not to continue using it, uninstalling it is easy via SSH. Stop ImunifyAV ImunifyAV runs as a daemon so…