Explore >> Select a destination


You are here

www.christopherburg.com
| | fnordig.de
2.9 parsecs away

Travel
| | Personal website of Jan-Erik Rediger
| | golb.hplar.ch
3.8 parsecs away

Travel
| | [AI summary] The user has followed a comprehensive guide to secure and configure their VPS server. They have successfully set up SSH with key-based authentication, disabled root login, configured a firewall, and set up a non-root user for system management. The guide also covers changing the SSH port, disabling SSH protocol 1, and setting up SSH agent for passwordless login. The user is now ready to deploy additional services and applications on their secure server.
| | daenney.github.io
2.8 parsecs away

Travel
| | I blog about what catches my fancy
| | blog.oddbit.com
20.2 parsecs away

Travel
| A question that crops up regularly on #docker is "How do I attach a container directly to my local network?" One possible answer to that question is the macvlan network type, which lets you create "clones" of a physical interface on your host and use that to attach containers directly to your local network. For the most part it works great, but it does come with some minor caveats and limitations. I would like to explore those here.