Install OPEN VPN
mkdir vpninstall
8 cd vpninstall/
9 curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
10 chmod +x openvpn-install.sh
11 ./openvpn-install.sh
12 sudo ./openvpn-install.sh
13 ls
14 cd
15 ls
16 vim hemant.ovpn
17 sudo apt install nodejs
18 sudo apt install npm
19 npm i -g http-server
20 sudo npm i -g http-server
21 http-server
22 http-server -p 80
23 sudo http-server -p 80
24 sudo ./vpninstall/openvpn-install.sh
25 ls
Comments
Post a Comment