If you forgot the MySQL / MariaDB root password, you could reset it easily. In this article, I will show you how to do it. Reminder: If you are running on a live server and it has sizeable MySQL activity, …
Gürki Articles.
Sometimes, you may need to compare two websites of Google PageSpeed results to improve the user experience or web page loading. It can be two versions of a web page or two websites or more websites. I found a great …
Directadmin hasn’t a one-click login button for access to PhpMyAdmin like other panels (cPanel, Plesk) as default. But, it has been added as a feature a while ago. Normally, you should browse http://YOURSERVERIP:2222/phpMyAdmin/ and type exact credentials to access the …
If you get “XYZ is not a valid username” error when you restore an account in Directadmin Panel, the solution is very simple. You need the increase of max_username_length parameter’s value in the directadmin.conf file. This problem can show up …
I found a beautiful PHP Directory Lister script when I prepare a website for someone that I know. It’s well designed, it has a clean interface. Also, it has zero configuration. Just upload it and it will be ready to …
How to change RDP Port? Changing RDP port on windows server via PowerShell. Today, I want to share about changing RDP Port via PowerShell. Because it can be painful when you use Regedit. It’s hard to remember how to do …
It’s a typical programmer entry. When I start to learn PHP in 2011, I used just the echo "Hello, world!"; to test the PHP file’s work. The trainer was doing like that 🙂 Also, WordPress uses these sentences in the …
Follow Me