How to Block an IP address in WordPress
This post shows you how to block an IP address in WordPress. Why would you need to do this? Well, it turns out that there are many reasons! First, this …
How to Block an IP address in WordPress Read MoreLinux, Code, Cloud Computing, DevOps
This post shows you how to block an IP address in WordPress. Why would you need to do this? Well, it turns out that there are many reasons! First, this …
How to Block an IP address in WordPress Read MorePerformance monitoring is an essential skill for any Linux user. All Linux platforms provide a tool called ‘top’ for this task. I prefer using ‘htop‘, which provides more features. Unfortunately, …
How to install htop on RHEL Read MoreEclipse is a Java Integrated Development Environment (IDE), but it also supports other development languages such as PHP and JavaScript. You can also access other advanced tools such as report …
Install/Uninstall Eclipse Read MoreThe “Call to Undefined Function idn_to_ascii()” error in PHP can be confusing. Many people assume this function is part of PHP, and it is, but not always! It turns out …
Call to Undefined Function idn_to_ascii() Read MoreRecently my PHP scripts became unresponsive, and the browser just kept on trying to load the page. This was odd since the script works on my local machine but not …
PHP-FPM Reached Max Children Read MoreRemoving the file path from a filename in PHP is be easy! The basename() function will remove the file’s path from your string and leave only the filename. So, for example, …
How to remove the base path from a file path in PHP Read More