Remove page i
article thumbnail

Technology Short Take 153

Scott Lowe

I’ve still been collecting links to share with you, though, and here’s the latest collection. I hope you’re able to find something useful here! Although Linux is often considered to be superior to Windows and macOS with regard to security, it is not without its own security flaws. Networking. Servers/Hardware.

Linux 74
article thumbnail

Technology Short Take #87

Scott Lowe

I have a mix of newer and older items for you this time around. While I’m a bit short on links in some areas, hopefully this is outweighed by some good content in other areas. Vincent Bernat has a really in-depth article on IPv4 route lookup on Linux (and one on IPv6 route lookup as well). Networking. Virtualization.

Storage 60
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Getting Started with Kubernetes Using Minikube

Linux Academy

If you’re ready to start learning it, I think the best way is to use Minikube to run a Kubernetes cluster locally. On the macOS machine that I’m going to use,I will download the latest static binary, make it executable, and put it into my $PATH: $ curl -Lo minikube [link] && chmod +x minikube && mv minikube /usr/local/bin/.

article thumbnail

CoreOS Continued: Fleet and Docker

Scott Lowe

I’m assuming that you’re already reasonably familiar with CoreOS, etcd, and Docker. While the example I’m going to provide here is fairly simple, it should serve as a reasonable basis upon which to build later. These are topics I hope to be able to explore here in the near future. An Overview of Fleet.

Linux 61