Actualizar 'README.md'
This commit is contained in:
17
README.md
17
README.md
@@ -210,3 +210,20 @@ sudo systemctl status mongodb
|
||||
git push heroku master
|
||||
|
||||
```
|
||||
|
||||
## Instalar Mongo ubuntu 22:04
|
||||
```sh
|
||||
curl -LO http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.20_amd64.deb
|
||||
sudo dpkg -i ./libssl1.1_1.1.1-1ubuntu2.1~18.04.20_amd64.deb
|
||||
|
||||
```
|
||||
|
||||
## Habilitar ufw
|
||||
```sh
|
||||
sudo ufw app list #lista las app permitidas
|
||||
sudo ufw allow OpenSSH # habilta comunicacion ssh
|
||||
sudo ufw allo port # habilita un puerto
|
||||
sudo ufw deny port # bloquea el puerto
|
||||
sudo ufw enable #habilita el firewall
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user