Categories
ubuntu

Why port you opened on Azure is still blocked?

You can check your specific ports nmap -sV -Pn -p 80,8080 192.168.1.0 If it says filtered then the port is open in the azure side but clocked on the server side. You need to enable it with sudo ufw allow 8080

Categories
ansible GNU/Linux ubuntu

How to install Ubuntu 16.04 and Automatically Install all my apps

How to install Ubuntu 16.04 and Automatically Install all my apps I’m assuming this gets searched quite a lot. It is one thing installing ubuntu, but another hugely time consuming gig installing all the old applications that you like. Couple that with your configurations of .bashrc, application configs, editor configs and logins for apps and […]