Block Tor IP Addresses with CSF Firewall
To block traffic from TOR using CSF firewall, edit vi /etc/csf/csf.blocklists Add following to end of the file TOR|86400|0|https://www.dan.me.uk/torlist/ 86400 = Tor…
To block traffic from TOR using CSF firewall, edit vi /etc/csf/csf.blocklists Add following to end of the file TOR|86400|0|https://www.dan.me.uk/torlist/ 86400 = Tor…
UPDATE: This is not efficient method. Use new method available at Block Tor IP Addresses with CSF Firewall Here is a PHP…
How to use CSF Firewall Firewall Configuration Restart csf Block an IP Whitelist an IP
On a CentOS server, i get following error in /var/log/messages Jan 17 03:40:02 ss1 kernel: nf_conntrack: table full, dropping packet Jan 17…
umount /home device is busy To see all Open files lsof To see all network activity lsof -i See the connections on…
n is the node version manager. To install, run To list versions of node.js available, run To see all available node versions,…
https://www.passbolt.com – Open source password manager. https://www.grc.com/passwords.htm – Online secure password generator.
az is command line tool for Microsoft Azure. To install, see Install Microsoft Azure CLI on Ubuntu. Once az installed, you need…
To install Microsoft Azure CLI on Ubuntu, run AZ_REPO=$(lsb_release -cs) echo “deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main” | \ sudo tee /etc/apt/sources.list.d/azure-cli.list Now…
First you need to install Remi repository https://rpms.remirepo.net Enable epel repo with yum install epel-release -y On CentOS 7 rpm -ivh https://rpms.remirepo.net/enterprise/remi-release-7.rpm…