Reaction
This commit is contained in:
@@ -64,5 +64,11 @@ a2enmod remoteip
|
|||||||
|
|
||||||
### SMTP
|
### SMTP
|
||||||
|
|
||||||
|
```shell
|
||||||
apt install --no-install-recommends msmtp-mta
|
apt install --no-install-recommends msmtp-mta
|
||||||
systemctl enable msmtpd
|
systemctl enable --now msmtpd
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
apachectl configtest
|
||||||
|
```
|
||||||
|
|||||||
4
rsync.md
4
rsync.md
@@ -20,3 +20,7 @@ rsync -aHhP --numeric-ids --delete /home/neotech/phpmyadmin/ root@192.168.137.44
|
|||||||
|
|
||||||
|
|
||||||
--delete delete extraneous files from dest dirs
|
--delete delete extraneous files from dest dirs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
rsync -aHhP --numeric-ids --delete /home/eureka/ps9/ root@192.168.137.44:/home/eureka/ps9
|
||||||
|
|||||||
@@ -88,3 +88,7 @@ local banFor(time) = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
nft list ruleset inet
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user