Created
March 29, 2019 11:47
-
-
Save erev0s/081911e90dd31b3a15790e5a0cc790c6 to your computer and use it in GitHub Desktop.
script to isntall csf on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget http://download.configserver.com/csf.tgz | |
tar -xzf csf.tgz | |
ufw disable #in case it is on | |
cd csf | |
sh install.sh | |
#run the test to see if it passed | |
perl /usr/local/csf/bin/csftest.pl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment