Anit Shrestha
Anit Shrestha
Basic implementation is done. Steps taken: - At home router, port forwarded all the requests to from 80 to one of the computer. - At the domain register, mapped the...
Came to know about Traefik which automates the HTTPS and other processes to run website from locally. Created [repo](https://github.com/codeanit/traefik-impl) for practice.
Came to know about Traefik. It seems to automate the all alot of things including HTTPS management with LetsEncrypt. https://github.com/codeanit/traefik-impl
Tried to implement from another source - https://medium.com/@containeroo/traefik-2-0-docker-a-simple-step-by-step-guide-e0be0c17cfa5 - https://medium.com/@containeroo/traefik-2-0-docker-an-advanced-guide-d098b9e9be96 Could not make it workable and the last error is `too many failed authorizations recently` As this is for development...
https://docs.traefik.io/v2.0/user-guides/docker-compose/basic-example for basics on docker with Tarefik.
### Docker with LetsEncrypt and NGINX https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71 https://gist.github.com/ezhulkov/355fff964e54ffed541ed09e80341fd0 https://github.com/wmnnd/nginx-certbot https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04 https://docs.docker.com/compose/install https://github.com/wmnnd/nginx-certbot
https://www.darkreading.com/network-and-perimeter-security/most-home-routers-are-full-of-vulnerabilities/d/d-id/1332987
Some tunneling solution - [ ] https://github.com/anderspitman/awesome-tunneling - [ ] https://derrick.blog/2020/01/26/open-source-ngrok-alternative
Cups seems to be running. Stopped and disabled. ```bash sudo systemctl stop cups sudo systemctl disable cups ``` CUPS - Print Server The primary mechanism for Ubuntu printing and print...
Ran a multi-node Kubernetes cluster. Control-plane node Protocol | Direction | Port Range | Purpose | Used By -- | -- | -- | -- | -- TCP | Inbound...