KVM and containers are both technologies that allow multiple workloads to run on the same physical machine, but they do so in very different ways. Understanding these differences is important when choosing the right tool for virtualization, application deployment, or cloud infrastructure.
(more…)Category: Technology
-

KVM Kernel-based Virtual Machine
In today’s cloud-driven, scalability-focused IT landscape, virtualization sits at the core of nearly every modern infrastructure. Among the numerous platforms available, KVM (Kernel-based Virtual Machine) has emerged as a powerful, open-source virtualization technology that blends the flexibility of Linux with the performance of hardware-accelerated virtual machines. Whether powering public clouds, enterprise data centers, or development sandboxes, KVM is a proven foundation for high-performance virtual workloads.
(more…) -

How To Share a Folder between Windows guest and Linux Host in KVM environment
In this guide we will learn how to configure a shared folder between a Windows OS guest Virtual Machine and a Linux Host system
This procedure allow you also to install the required driver for to automatically resize the resolution of Windows when you change the window of the guest system
(more…) -

Avoid Standby in Windows (no Administrator)
Download for free
I recently created a very simple app in python for to be sure that my PC cannot go in sleep state (standby) and turn off the screen
The app is really simple (code below) and have a really useful icon tray for to enable and disable it
(more…) -

Install Docker on Debian Server
Let’s start this simple tutorial about installing docker system on your OS. I used Debian 13 as Linux System
(more…) -

How-to install phpmyamdin on Debian
for me phpmyamdin is a really great tool for to manage mysql from the web. It’s always the first thing I install just after setting up mysql
this tutorial will show you how to install phpmyamdin on debian (I tried on debian 13, but it’s the same for other Debian versions)
(more…) -

How to install WordPress on Debian 13 Trixie
We are using the LAMP stack (Apache, MariaDB/MySQL, PHP) on a fresh Debian 13 server with sudo privileges.
(more…)

