I have a NFS server on FreeBSD providing File Services for multiple Linux systems. On this blog post I will document how to mount NFS to Linux.
Linux Loves (and Is Loved by) Big Companies. IBM (now owner of Red Hat) helped birth the Linux Foundation and poured those billions into making Linux a standard. Google literally built Android on the Linux kernel, and they even pay full-time Linux security engineers to keep things tight. Meanwhile, Microsoft (yes, Microsoft!) has been cozying up to Linux too – think Windows Subsystem for Linux and SQL Server on Linux.
I have a NFS server on FreeBSD providing File Services for multiple Linux systems. On this blog post I will document how to mount NFS to Linux.
A Helm chart is a packaging format for Kubernetes, acting as a blueprint to define, install, and upgrade complex applications. It bundles multiple YAML manifest files (templates) into a single unit, managed via Helm to enable easy versioning, sharing, and configuration reuse across environments.
I primarily use Ubuntu distribution when I need some Linux flavor. The reason is the enterprise support if needed. I very often use virtual machines, therefore there is not a big problem to expand the disk on the hardware level. However, changing size of virtual disk in the infrastructure is not enough. Disk must be resized also within the operating system. In this blog post, I'm showing how to do it in Ubuntu world.
I need to get some hands-on experience with Kubernetes (aka K8s). Unfortunately, it comes also into my kingdom :-) I have decided to create the minimal K8s cluster, which is 3-node cluster hosting control plane but also the data plane (aka workers). The minimal consolidated K8s architecture is depicted on drawing below.
![]() |
| K0s 3-node consolidated Kubernetes cluster |
When you use some kind of virtualization platform like VMware vSphere. VMware Workstation, VMware Fusion, Oracle Virtual Box, you name it, then Virtual Machine cloning is a big thing and operational simplification.
In this blog post I document best practice for image cloning of Ubuntu Server.
KVM (Kernel-based Virtual Machine) is a virtualization technology built into the Linux kernel that allows Linux to run multiple virtual machines (VMs) on a single physical server. KVM converts the Linux kernel into a Type-1 (bare-metal) hypervisor using CPU virtualization features.
In this blog post, I describe what KVM is and how to enable KVM on Linux Server.
Ubuntu Linux is a popular, open-source operating system based on Linux. It is designed to be easy to use, secure, and suitable for desktops, servers, and cloud environments. It is developed and maintained by Canonical Ltd.
In this blog post we will document basic Ubuntu Linux operational procedures.
I have a NFS server on FreeBSD providing File Services for multiple Linux systems. On this blog post I will document how to mount NFS to Lin...