sexta-feira, 19 de maio de 2023

Install and Setup Pritunl VPN Server on Debian

 

Install MongoDB on Debian


apt install gnupg
wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add -

echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main" |  tee /etc/apt/sources.list.d/mongodb-org-4.4.list

apt update

apt install -y mongodb-org
systemctl start mongod
systemctl status mongod
systemctl enable mongod
apt install net-tools
netstat -altnp | grep :27


Install and Setup Pritunl VPN Server on Debian

apt show pritunl
 tee /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt bullseye main
EOF
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
apt update
apt-cache policy pritunl
apt install pritunl
systemctl enable --now pritunl
systemctl status pritunl



Ref.:
https://kifarunix.com/install-mongodb-on-debian-10/
https://kifarunix.com/install-and-setup-pritunl-vpn-server-on-debian/
https://stackoverflow.com/questions/60309575/mongodb-service-failed-with-result-exit-code

Nenhum comentário:

Postar um comentário