How to move MySQL datadir to another drive

Is your MySQL database consuming a significant amount of space, and your current drive is running out of storage? Moving your MySQL database to another drive can be a viable solution, minimizing downtime while potentially boosting MySQL performance, particularly on high-speed drives like Raptor or SCSI. In this guide, we’ll walk you through the process. I’m assuming: – the second…

Read More »

Why does grep report “Binary file matches”?

The grep command is a powerful tool for searching for text in files. However, it can sometimes report “Binary file matches” if the file it is searching contains binary data. This is because grep by default assumes that a file is binary if the first few bytes of the file indicate that it contains binary data. Today I found an…

Read More »

How to disable Drupal comment block timestamp?

Drupal is a free software package that allows an individual or a community of users to easily publish, manage and organize a wide variety of content on a website. Official website: http://drupal.org We will disable the comment block timestamp, something like this: # Lorem ipsum… 1 weeks 1 day ago # Lorem ipsum… 1 day ago After hack: # Lorem…

Read More »

How to fix Fantastico De Luxe wget and shell_exec issues?

Fantastico De Luxe is the leading autoinstaller for cPanel servers. With more than 10.000 installations, it provides more than one million end users the ability to quickly install dozens of the leading open source content management systems into their web space. Fantastico De Luxe official website: http://www.netenberg.com/fantastico.php If you want to improve your web site with a discussion forum or…

Read More »

How to block blank referrer in PHProxy?

PHProxy is a webproxy written in PHP to bypass firewalls and other proxy restrictions through a web interface very similar to the popular CGIProxy. The server that this script runs on simply acts as a medium that retrives resources for you. The only IP address shown will be the server’s IP address so basically it is indirect browsing. The only…

Read More »