Linux

Linux is a family of open-source Unix-like operating systems based on the Linux kernel. Some of the most popular Linux distributions include Debian, Fedora, and Ubuntu.

www.linux.org

logo centos - Permit Root login in CentOS

Permit Root login in CentOS

If you’ve installed the official CentOS image, after trying to login as root you will see the following message: “Please login as the user “centos” rather than the user “root”. Here is how to permit root login in...

files - b374k shell 🐚 3.2

b374k shell 🐚 3.2

Here is yet another PHP Shell which I stumbled upon today. It’s pretty basic and allows an attacker to do pretty much the same as with any other shell. And here is the obfuscated code for the b374k shell 3.2: <?php function...

Business vector created by vectorpouch - www.freepik.com

Top 10 Web Hosting Control Panels 🔝🔟

Quick List of the Best Web Hosting Control Panels OpenPanel – a robust hosting panel designed to provide your users with a VPS-like experience. cPanel – Best Linux-only web hosting control panel for users who want a control panel...

modsecurity disable url - How to disable Mod_Sec for a specific folder/file

How to disable Mod_Sec for a specific folder/file

On a WordPress website that is protected with ModSecurity, when admin edits pages using Elementor or Gutenber in wp-admin dashboard, ModSecurity may falsely detect it as XSS attack. What we usually do is disable specific rules that create this false...

epel install centos 1024x388 1 - Install PIP 🐍 on CentOS 8

Install PIP 🐍 on CentOS 8

PIP is part of Extra Packages for Enterprise Linux (EPEL), so we first need to install EPEL: yum install epel-release Confirm the install and hit enter to complete the install process. then we can install python-pip: yum -y install python-pip...

Cover Image by MilesAndryPrower on DeviantArt

MySQL Database Vulnerability Scanning

Here is how to check MySQL databases for malware: Open up PHPMyAdminLook for anything ‘weird’ It’s that simple. What’s ‘weird’ you ask? Well, anything that’s ‘not supposed to be in the database’...

what is cpanel - 🕒 5-minute guide to cPanel Email Migration and IMAPSync

🕒 5-minute guide to cPanel Email Migration and IMAPSync

The two most frequently used storage methods for email server side are mbox and maildir. The mbox format is older and much less common, since its basically putting all your eggs in one basket. A single database file stores all of the...

itectec.com

🐧 What does kill %1 do

It means to kill job number 1, not process number one. $ kill %1 Jobs can be listed with the jobs command. More broadly, it relates to whichever shell you are using, and the syntax could differ from shell to shell...