Explore >> Select a destination


You are here

yepoleb.github.io
| | blogops.mixinet.net
3.6 parsecs away

Travel
| | This entry explains how I have configured a linux bridge, dnsmasq and iptables to be able to run and communicate different virtualization systems and containers on laptops running Debian GNU/Linux. I've used different variations of this setup for a long time with VirtualBox and KVM for the Virtual Machines and Linux-VServer, OpenVZ, LXC and lately Docker or Podman for the Containers. Required packagesI'm running Debian Sid with systemd and network-manager to configure the WiFi and Ethernet interfaces, bu...
| | functionallyparanoid.com
3.3 parsecs away

Travel
| |
| | nbailey.ca
3.8 parsecs away

Travel
| | Kubernetes is our generation's Asbestos.
| | 128bit.io
64.8 parsecs away

Travel
| SSH is one of my favorite tools on a Linux/Unix system. There is so much you can do from copying files, to tunneling data security. SSH is a great way to get access to your system at home, but also access to your network. Lets go over some things about SSH tunneling and why it's good to use! Basic Idea: The idea of tunneling is to give you a secure way to pass data from one point to another.