redis
This commit is contained in:
parent
3729131510
commit
2a6f1c5dcf
11
redis.md
Normal file
11
redis.md
Normal 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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user