Question
Using ConnectBot..Kernel Ubuntu 14.04 x64 vmlinuz-3.13.0-57-generic..Why cant repository pritunl.Keep getting Cannot add PPA: 'ppa:pritunl'
Install TinyProxy:
apt-get install tinyproxy
Re-Config:
nano /etc/tinyproxy.conf
Edit To:
Allow 127.0.0.1
Allow (ur droplets IP)
Close the Config & Save
Restart TinyProxy:
/etc/init.d/tinyproxy restart
Install Mongodb:
sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 7F0CEB10
echo “deb http://repo.mongodb.org/apt/ubuntu ”$(lsb_release -sc)“/mongodb-org/3.0 multiverse” | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
apt-get update
apt-get install -y mongodb-org
Done
Install Pritunl:
add-apt-repository -y ppa:pritunl Cstuck here due to PPA cannot add)
apt-get update
apt-get install -y pritunl
/etc/init.d/tinyproxy restart
service tinyproxy restart
service tinyproxy start
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Any idea.. Normaly i alwy do that no problem for me..I using connectbot
I’m having the same problem. Did you find a fix for this?