Explore >> Select a destination


You are here

www.adamtuliper.com
| | blog.huque.com
6.6 parsecs away

Travel
| | Singh Nanotechnology Center on the Penn campus.
| | blog.kazuhooku.com
5.9 parsecs away

Travel
| | Push is a feature of HTTP/2, that allows a server to speculatively send response to a client, anticipating that the client will use the resp...
| | www.rockfishsec.com
7.2 parsecs away

Travel
| | Password cracking is an activity that comes up from time to time in the course of various competitions. While it would be nice to have a ded...
| | sookocheff.com
113.5 parsecs away

Travel
| Still in search of a Kubernetes development environment I can run on my development machine that somewhat replicates, I was recently introduced to both the multipass and microk8s projects from Canonical. multipass is a prerequisite for microk8s, so let's start there. With multipass, you can easily launch and run Ubuntu virtual machines with a single command. ? multipass launch --name foo Launched: foo With a virtual machine in hand, you can run execute arbitrary commands on the machine using the exec subcommand.