Recent articles
-
Pterodactyl File Manager increase 250 file limit
Pterodactyl is an open-source game control panel. When you view game server files, the file manager only lists 250 files per directory. This is done to improve page loading performance,…
-
Cloudflare Restore Real IP Address in Cpanel Server
When using Cloudflare, website visitors visit the Cloudflare CDN server configured as a reverse proxy server. Cloudflare CDN server fetches pages from your web server and caches them for a…
-
How to Open Port on Oracle Cloud Ubuntu Server
Oracle Cloud Ubuntu virtual machines are not compatible with UFW firewall. This is because oracle cloud needs some iptables rules to communicate with storage devices. To open a port in…
-
Find who added a file to git repo
To find which user and when a file gets committed to a git repository, you can use the command git log –diff-filter=A — FILE_NAME_HERE For example boby@sok-01:~$ git log –diff-filter=A…
-
How to uninstall Imunify360 on Cpanel Server
To uninstall Imunify360, login to WHM, go to terminal and run following commands. You can also run these commands in SSH after login as user root. rm -f i360deploy.sh wget…