No instance of Revive is totally secure but I though it might be useful to share a few of the tips I’ve gathered over the years in regard to securing the ad server. The intention being for others to add their own, with any luck we’ll create a half decent resource for new users. Tips …
Category Archives: Linux
Download webpage and dependencies, including css images
wget –page-requisites http://example.com/page.html
Memcached localhost connections
We got an abuse for our Fresh X5 demo install. CERT-Bund#2015012628000389] Dear Sir or Madam Memcached[1] is an open source cache server which is used to store and retrieve data from memory easily. Memcached is frequently used in connection with web applications. The memcached server does not support any authentication, so that attackers have unrestricted …
Fail2ban change example.com default mail on Plesk
edit #nano /etc/fail2ban/jail.conf
Linux Find and Replace with nano
To find and replace text within the current document:
Linux find in files
If youu want to find keyword example.com in files on folder etc/ here the command