
Proxmox in 2025: A Practical, All-In-One Virtualization Stack
What is Proxmox?
Proxmox Virtual Environment (Proxmox VE) is an open-source, type-1 hypervisor and datacenter orchestration platform built on Debian.
What is Proxmox?
Proxmox Virtual Environment (Proxmox VE) is an open-source, type-1 hypervisor and datacenter orchestration platform built on Debian.
Including intallation instructions for Windows, Linux and Mac
Online privacy is a hot topic. From targeted ads to silent trackers, many mainstream browsers share more about you than you’d like. Fortunately, several privacy-oriented browsers exist to help you stay safe and anonymous.
Using pandoc, python, or online tools for convertion to MD
Converting Word documents to Markdown format is a very common task for technical writers, developers, and content creators who want to move their content to platforms with Markdown (like GitHub, GitLab, static site generators like Hugo).
Tried both Kubuntu and KDE Neon, Kubuntu is more stable.
For KDE Plasma fans, two Linux distributions frequently come up in discussion: Kubuntu and KDE Neon. They may appear similar - both ship with KDE Plasma as the default desktop, both are based on Ubuntu, and both are friendly to newcomers.
Notes on configuring static IP in Linux
This guide will walk you through the process of changing the static IP address on an Ubuntu Server.
Alternative voice over IP comunication platform
Mumble is a free and open-source voice over IP (VoIP) application designed primarily for real-time voice communication. It uses a client-server architecture where users connect to a shared server to talk with each other.
Little list of applications for GPU load monitoring
GPU load monitoring applications: nvidia-smi vs nvtop vs nvitop vs KDE plasma systemmonitor.
Choosing the best Kubernetes flavour for our homelab
I’m comparing self-hosted Kubernetes variants that suit the Ubuntu-based homelab with 3 nodes (16GB RAM, 4 cores each), focusing on ease of setup and maintenance, support for persistent volumes and LoadBalancers.
A bit about on common GitHub Actions and their structure.
GitHub Actions is an automation and CI/CD platform within GitHub, used to build, test, and deploy your code based on events like pushes, pull requests, or on a schedule.
Step by step instruction for VirtualBox shared folders set up
To configure VirtualBox shared folders in Linux Guest OS, follow these steps:
Notes on standard Ubuntu 24.04 install sequence
Here is my favorite set of steps when doing fresh install of the Ubuntu 24.04. What I like here - not need to install NVidia drivers! they are installed automagically.
Where is a context menu customisation in Nautilus?
After installing fresh linux on fresh PC I was surprised that I could not find an easy way to customise context menu in Ubuntu 24.04.
quick ubuntu and mint version check
To determine the Ubuntu version that your Linux Mint installation is based on, you can use several methods involving command-line tools and system files.
Ollama on Intel CPU Efficient vs Performance cores
I’ve got a theory to test - if utilising ALL cores on Intel CPU would raise the speed of LLMs? This is bugging me that new gemma3 27 bit model (gemma3:27b, 17GB on ollama) is not fitting into 16GB VRAM of my GPU, and partially running on CPU.
Useful MinIO Commands
MinIO provides two standard UIs: (1) MinIO Console - That’s a web UI, and
(2) MinIO Command - this is a commandline util mc
.