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

explain a2 736x491 - explainshell.com – learn about terminal commands

explainshell.com – learn about terminal commands

There are a lot of commands available in the Linux terminal. The usual way to learn Linux terminal commands is through experience. The fastest method we have to do know a command is the man command itself, through the following syntax: man...

image 38 736x337 - Using wget to download files from Google Drive

Using wget to download files from Google Drive

Step 1. Go to Google Drive and right-click on the file that you wish to download, then go to Share Step 2. Click the Change button at the bottom of the dialog box to Anyone Step 3. Copy the link and from it simply take the FILEID: Step 4. Change the...

K3jiBTVg82 736x491 - Troubleshooting Inodes Usage on cPanel and CloudLinux

Troubleshooting Inodes Usage on cPanel and CloudLinux

An Inode is a data structure used to store the metadata of a file. in cPanel – inode number represents the collective number of files and folders present in your web hosting account. Check Inode usage inside cPanel Most cpanel...

Exim 736x474 - Exim log files and exigrep

Exim log files and exigrep

/var/log/exim_mainlog – logs every email that is processed by Exim/var/log/exim_rejectlog information about all rejected emails/var/log/exim_paniclog error related to Exim itself Exim has it’s own version of grep: exigrep...

du9 736x284 - Top 10 du commands in Linux

Top 10 du commands in Linux

Here are my top 10 du commands with examples: Disk usage for all files in dir This is the most basic usage of the du command: du /path/to/folder Human Readable format By default du command prints size in Disk Blocks, to use human-readable format...

notepad 23Z4fPgsFR - Different Ways to Check MySQL version in cPanel or Linux

Different Ways to Check MySQL version in cPanel or Linux

By far MySQL is the most popular Relational database management system and knowing which MySQL version you are running can be important in some situations. Here are different ways to check the version of the MySQL server installed on your WHM/...

php nadlers compared pcx3 736x203 - PHP handlers Compared

PHP handlers Compared

In plain English: PHP handlers are Apache modules that interpret and run PHP code. Using right PHP handler on your website can have a huge impact on the overall performance. In cPanel you can have different PHP versions with different handlers for...