Monday, September 30, 2019

Angular



nodejs 10 on Ubuntu 16




curl -sL https://deb.nodesource.com/setup_10.x | sudo bash

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...