I solved this problem with the following method:
Try to execute lsof | grep delete, you could find there deleted files that haven't seen by du, but use disk. Also you...
lsof | grep delete
du
For that, you'll want a reverse proxy:
ProxyPass /path/ http://128.10.10.10/ ProxyPassReverse /path/ http://128.10.10.10/...
Maybe my question wasn't precise enough. I wanted to know how to configure nameservers with cPanel on a VPS without loosing the redundancy of...
sudo iptables -A INPUT -s 89.111.3.48 -j DROP
If you just run the above command, it just loads that rule into...