Into this tutorial we will learn how to identify a user account or who is logged into system with commands like who or who am i. If multiple users use a single system, then everyone may have their own user account. At this time, it will be helpful...
Virtualizor has a license verification function inside: /usr/local/virtualizor/main/functions.php content is encrypted, but in older versions, it wasn’t, so to bypass license verification you can simply replace the current file content with...
We can enable chroot in the recovery console, so customers can start essential services and use it to generate MySQL database backup.
A few months ago I was approached by blank from blank on Fiverr regarding “WordPress Development” job, but actually, it had nothing to do with Development, but rather just building PBN’s. For those of you that don’t know...
Add the following code to your active theme’s functions.php file and then add this shortcode [show_ip] anywhere on your website where you want the IP to display. /** * IP shortcode*/ function get_the_user_ip() { if ( ! empty(...
Back in 2017 when I built my very first WordPress plugin I had trouble uploading it to WordPress.org because I’ve never used SVN before. As a Git guy I’ve never worked with SVN before and at the time I was searching all over the web for...
If you have deleted a large part of your table or updated many variable length rows, you should consider running the optimize command. If you want to quickly generate the optimize commands for every table in you database, executing the...
You may see the mysql database size as zero in cPanel >> ‘Mysql Databases’ option, though the databases contains tables and data. In order to include the size of the databases while displaying disk usage in cPanel/WHM, perform...