Cycling, Coding, and LEGO

  • Rectangle Spaceship

    I was looking at Pintrest and this shape stood out to me. I don’t think it was actually a spaceship but some futuristic product. The shape was super cool and I thought of how I could make it with LEGO. Additionally, I was playing around with how to connect the two parts, I wound up…

  • Kubernetes Cheat-sheet

    Kubernetes Cheat-sheet

    kubectl get pods -n namespace ### get the id of the pod just made for given namespace kubectl logs namespace-tag-6b59cf4fbc-k5wdc -n namespace ### show the logs of what’s happening to it kubectl get ingress -A ### get a list of ingress points for all namespace kubectl get svc -A ### get a list of all…

  • Docker Cheat-sheet

    Docker Cheat-sheet

    Some semi-random commands for Docker. Image commands: Working with containers: The one’s that I needed while working with Azure: *** if this fails, try to clear account on server –goto directy with docker file and run? –tag is version number, might be in helm chart Found this fix for build failure with copying too many…

  • Linux Cheat-sheet

    Linux Cheat-sheet

    As I get into Linux a little more and learn some handy commands, I’m going to document them here. ssh user@server -m [algorithm] Sometimes when reaching from Windows into Linux you need to force agreement on the security algorithm both sides are using ssh -Q mac to query what security algorithm are available nano –linenumbers…

  • Lucky 13 Racing

    Lucky 13 Racing

    I got the kids an Xbox for Christmas and started enjoying Forza Horizon 4 myself. The driving is simplistic with a joystick but I don’t want to commit enough to justify a $400 steering wheel for the console. That said, the game has a fantastic way of adding your own graphics to the vehicles. I…