MyDiary

Openvpn-as New install tried on Ubuntu 22.04 (LTS) x64 Version

sudo apt update

sudo apt upgrade -y

apt update && apt -y install ca-certificates wget net-tools gnupg

wget https://as-repository.openvpn.net/as-repo-public.asc -qO /etc/apt/trusted.gpg.d/as-repository.asc

echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/as-repository.asc] http://as-repository.openvpn.net/as/debian jammy main">/etc/apt/sources.list.d/openvpn-as-repo.list

apt update && apt -y install openvpn-as


At the end of the installation, there will be an output similar to the lines below, do not forget to write down the necessary information!

Access Server Web UIs are available here:

Admin  UI: https://123.45.67.89:943/admin

Client UI: https://123.45.67.89:943/

To login please use the "openvpn" account with "qHAJEy7AW3jd" password.

(password can be changed on Admin UI)

 


A few setup commands or documentation for OpenVpn

sudo apt update

sudo apt upgrade -y

sudo apt install openvpn -y

sudo cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf /etc/openvpn/

sudo nano /etc/openvpn/server.conf


How to uninstall all OpenVPN versions in ubuntu?

sudo apt remove openvpn

sudo apt remove openvpn-as

sudo rm -rf /etc/openvpn



Linux Firefox

wget -O ~/Firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64"

sudo tar xjf firefox-*.tar.bz2

or

sudo tar xjf ~/Firefox.tar.bz2 -C /opt/

XAUTHORITY=$HOME/.Xauthority /snap/bin/firefox


echo "Text to be sent to the server" >> ~/TxtFile.txt
tail -f ~/TxtFile.txt

goodbyedpi

Yorumlar