You are here |
stuvel.eu | ||
| | | |
zignar.net
|
|
| | | | Personal weblog about programming, linux, life, the universe and everything | |
| | | |
debianaddict.com
|
|
| | | | ||
| | | |
joshuarogers.net
|
|
| | | | In the last few posts we've gone over how to build and secure a reverse proxy. While this is a great option if you want to add extra access controls, rewrite urls, or hide multiple servers behind an IP, sometimes it is just a bit of overkill. Sometimes all that is needed is to change the port that a service listens on. Let's take Atlassian Confluence for example. By default it serves up pages on port 8090. | |
| | | |
rolisz.ro
|
|
| | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/ |