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...

jquery - Remove jQuery from WordPress ✔️

Remove jQuery from WordPress ✔️

To completely remove jQuery from your WordPress website add the following code in the functions.php file in your active theme folder: /** * Remove jQuery from front-end*/ function my_init() { if (!is_admin()) {...

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...

linux - Setting up ✉️ Sendmail better method

Setting up ✉️ Sendmail better method

To generate a sendmail configuration file you must edit the file /etc/mail/sendmail.mc (make a copy of it first for future reference). This file is used to generate the sendmail.cf file which is the main sendmail configuration...

hax 403 - ⚠️ 407 Authentic Exploit Shell

⚠️ 407 Authentic Exploit Shell

During a rutine malware cleanup a file named hax.html caught my attention. On the outside the file was a simple “you’re hacked page” that looked like this: 407 Authentic Exploit Shell But with a POST method sent to it a nice little...

what is cpanel - ⚠️ cPanel pure-ftpd: [ERROR] Illegal load limit: 0

⚠️ cPanel pure-ftpd: [ERROR] Illegal load limit: 0

If you receive the following error message in the /var/log/messages file while restarting the pure-ftpd service, the problem is in the ftp configuration file at /etc/pure-ftpd.conf pure-ftpd: (?@?) [ERROR] Configuration error: Illegal load limit: 0...