Skip to content

Instantly share code, notes, and snippets.

@erev0s
Created March 29, 2019 11:47
Show Gist options
  • Save erev0s/081911e90dd31b3a15790e5a0cc790c6 to your computer and use it in GitHub Desktop.
Save erev0s/081911e90dd31b3a15790e5a0cc790c6 to your computer and use it in GitHub Desktop.
script to isntall csf on ubuntu
#!/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