Explore >> Select a destination


You are here

superuser.com
| | blog.florentdelannoy.com
2.5 parsecs away

Travel
| | Florent Delannoy's blog
| | dustymabe.com
2.5 parsecs away

Travel
| | It is common practice among Linux users to exchange ssh keys between machines so that you can ssh between them without having to authenticate. The manual process for doing this involves taking the public key of the local host (~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub) and appending it to the ~/.ssh/authorized_keys file of the remote host you wish to log in without a password. This process is simple, but requires a few different steps.
| | monicalent.com
3.2 parsecs away

Travel
| | Here's an easy way to deploy your static websites on your digital ocean droplet using Travis CI.
| | techblog.jeppson.org
14.8 parsecs away

Travel
| Nginx proxy manager is a really convenient UI wrapped around nginx. It covers the most common use cases very well. If you have more advanced needs, then it requires some custom configuration. In my case, I wanted to load balance my Proxmox servers. This is how you do that, as per https://nginxproxymanager.com/advanced-config/#custom-nginx-configurations and https://www.reddit.com/r/selfhosted/comments/1fp5mxz/nginx_proxy_manager_fails_when_adding_load/ In ... Continue reading Load balancing behind Nginx Proxy Manager ?