Report this

What is the reason for this report?

Using ConnectBot..Kernel Ubuntu 14.04 x64 vmlinuz-3.13.0-57-generic..Why cant repository pritunl.Keep getting Cannot add PPA: 'ppa:pritunl'

Posted on September 23, 2015

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.