Featured Articles

Ping IPv6 address in WSL 2 Bash

Windows Server

IPv6 support for WSL2! 🥳

Windows Subsystem for Linux (WSL) 2 now has native support for IPv6! 🥳


Latest articles
DevOps/SysOps Infrastructure as a Service flow

Windows Server

Last updated:

Windows 11 and WSL 2 DevOps environment

In this post I describe some of the settings and changes I made to make my Windows 11 and Ubuntu WSL2 into a fully fledged development environment. Here are the settings and tools I use for DevOps / SysOps on Windows.

Windows Server

Last updated:

YubiKey support in OpenSSH for Windows 11

Secure your Windows 11 environment by moving SSH private keys to hardware. Learn how to configure YubiKey FIDO2/U2F support in native OpenSSH, manage the ssh-agent, and eliminate file-based credential risks.

Keys

Windows Server

Last updated:

How to share OpenSSH keys with WSL in Windows

Here is how you can share your SSH keys between Windows 11/10 and WSL 2 if you don’t want to copy over your ssh keys from Windows to WSL 2 Linux, or generate new ones.

Web applications

Last updated:

Hugo development environment in WSL 2

Using WSL 2 it is pretty easy to install Hugo in Windows, setting up your local webdevelopment environment and configure Hugo to listen on your Ubuntu’s IP address, here is how.

virt-manager - virtual machine manager logo

Windows Server

Last updated:

Managing KVM VMs with virt-manager on Windows

In this post, I will show you how to connect to your KVM VMs (virtual machines) in Windows 10 via SSH using virt-manager (Virtual Machine Manager) and qemu+ssh://. This allows you to manage your virtual machines from Windows.

Windows Server

Last updated:

Monit monitoring on Ubuntu 14.04 VM on Hyper-V

In this post you’ll learn about setting up a Monit monitoring service for your websites and services. Monit is a free and open source service monitoring application which can perform various event-based actions. Monit can send email notifications, restart a service or application, or take other responsive actions. We set Monit up on a Ubuntu 14.04 VM, built on Hyper-V. And we use Monit to monitor several websites, and send out notifications on downtime.