Explore >> Select a destination


You are here

nbailey.ca
| | eerielinux.wordpress.com
3.8 parsecs away

Travel
| | [New to Gemini? Have a look at my Gemini FAQ.] This article was bi-posted to Gemini and the Web; Gemini version is here: gemini://gemini.circumlunar.space/users/kraileth/neunix/2021/multi-os_pxe-booting_from_fbsd_pt1.gmi This is an introductory article; if you're familiar with PXE you will want to skip the excursion but may be interested in the "Why". The article ends with the post-installation setup...
| | freebsd.uw.cz
3.3 parsecs away

Travel
| | FreeBSD is great operating system to be used as router, firewall, and VPN concentrator. When you install and configure FreeBSD router you sh...
| | jo-m.ch
2.7 parsecs away

Travel
| | Shell Snippets SSH # SSH Keygen # ssh-keygen -o -a 100 -t ed25519 SSH Tunnel # ssh -N -L2001:localhost:80 somemachine Now you can access the website by going to http://localhost:2001/ SSH Proxy # ssh -q -N -D 5001 user@host # e.g. ssh -q -N -D 5001 pi4 You can now set localhost:5001 as a socks proxy in Firefox and it will appear as connecting from host. SSH port forwarding # ssh -R 12345:localhost:22 example.org "sleep 1000; exit" Forwards example.org's port 12345 to your local ssh port, even if your machine is not externally visible on the net. Now you can ssh localhost -p 12345 from example.org and you will log into your machine.
| | www.codevoid.net
16.6 parsecs away

Travel
| Developer inner loops are critical. Getting them setup requires many steps. I take a few steps to make the simplest cases simple in Visual Studio Code and Panic Nova.