This commit is contained in:
Paul Trowbridge 2020-01-12 21:28:28 -05:00
parent 3729131510
commit 2a6f1c5dcf
32 changed files with 2252 additions and 2238 deletions

11
redis.md Normal file
View File

@ -0,0 +1,11 @@
should be set to bind to 127.0.0.1::1 so as to only accept localhost connections
should be able to run `redis-cli` after clean install which defauts to run on port 6379
run `openssl rand 60 | openssl base64 -A` to generate a random strong password
set as value at `requirepass {pw}`
some addition info on disabling dangerous commands
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04

View File

@ -5,3 +5,6 @@ sudo nmap -T Aggressive -A -v 127.0.0.1 -p 1-10000
sudo netstat --tcp --udp --listening --program
sudo lsof +M -i4 -i6
let's encrypt certbot instructions for apache:
https://certbot.eff.org/lets-encrypt/ubuntubionic-apache