Hyper-V (Windows 10) DHCP madness
I wanted to launch a couple of VMs on my test box with one server acting as a DHCP server to another on an “internal” defined network. Its taken me a couple of days to figure out why this was happening...
View ArticleSetting Public/Private/Domain on a NIC after the dialog has gone away.
When you first put a network card into a Windows machine it’ll ask which “profile” the network should abide by. This setting relates to which set of firewall rules to apply the machine as its...
View ArticleDon’t bother trying to run a HTC Vive on a MacBook Pro (2015)
Unsurprisingly the frame rate is looooooooow…… But it was worth a try.
View ArticleThe Waffle, new episode is out!
Tonight James and Adrian discuss cyberattacks, Microsoft, Apple iPhones, Nintendos attendance at E3. We also look at Bitcoin, SpaceX and Wires.. Enjoy! Don’t forget to subscribe here….
View ArticleFamily IT Advice #1 – What AV Should I Use?
I get a lot of questions from my family about various computer related things, I thought I’d write down the answers for a few of the interesting ones…. Anti-Virus, is a bit of software that runs in...
View ArticleCan I get my .NET Core 2.0 WebApp running on Google Cloud (free) in a night?...
Start of a new challenge. I’ve got some .NET code that runs as a web app and its already part of a Continuous Integration Pipeline that compiles and tests itself on a commit or a pull request. Can I...
View ArticleQuick Shell Script to detect Docker et al…..
Needed a quick bit of script to do this… #!/bin/bash echo "INFO doing a docker search ==================================" which docker if [ $? -eq 0 ] then docker --version | grep "Docker version" if [...
View ArticleGetting Started with Kube #1 – Base Software
I’m moving to a new host, but still posting…..here’s the latest. https://techfrontier.me.uk/post/getting-started-kube/
View ArticleUsing Helm.
Quick Intro. On new site…..enjoy: https://techfrontier.me.uk/post/using-helm/
View Article