[RESOLVED] UFW Blocking Apt-Get Update
I had a problem where UFW is blocking apt-get, ping and so on. I found this thread, and here is the correct solution (that is working on ubuntu 14.04): The order is important: ufw reset ufw allow git ufw allow out http ufw allow in http ufw allow out https ufw allow in https ufw … Read more