Search for: kvm

Howto install and setup SMB File Sharing Server (dance Samba) with GNU Linux – virtualbox and kvm template vms – samba losing files after reboot (RAM cache not synced too often)
04 Aug 2017

the best about samba: thanks for samba, it provides users with a fast (of course depends also on harddisk speed) rock-solid no-limit-to-maximum-users file-server for maximum file-transfer-and-sharing-and-storage productivity (and they will USE that T: temp drive for EVERYTHING! prepare for TERRABYTES […]

KVM vs Virtualbox – Cloning a Machine
23 Jul 2015

usually it works like this… the user sets upa Template (like basic WindowsXXX or Linux installation) and clone this template for various purposes (spezialize on…). in KVM it looks like this: su – root virt-clone –connect=qemu:///system –original CloneThisVM –name NameOfClone […]

20 Jul 2015

gui-way: DO NOT USE ANY OTHER HARDDISK FORMAT THAN THE DEFAULT QCOW2!!! with VirtualBox it’s the same. THEORETICALLY they support Micro$oft’$ HYPER_V_DISK_IMAGE.VHD BUT PRACTICALLY THINGS WILL FALL APART QUICKLY! (broken/corrupted disk image) So just stick to the defaults and you […]

12 Mar 2015

This video was published on Sep 13, 2012… I/O-Wise KVM does not seem to do a lot of RAM-Caching… VirtualBox does? dd shurely runs a lot faster on VirtualBox 😀 KVM does some impressive GPU-Pass-Through: Gaming on a Linux host […]

how to install cisco packet tracer on gnu linux debian 13
20 Aug 2026

it has to be debian 13 ! officially it’s for ubuntu! 1. make a account at cisco https://www.netacad.com/ 2. download the deb package from https://www.netacad.com/resources/lab-downloads?courseLang=en-US hostnamectl Static hostname: debian13 Icon name: computer-vm Chassis: vm 🖴 Virtualization: kvm Operating System: Debian […]

running AI locally with a beautiful web interface: unsloth
30 Apr 2026

BEFORE ANYONE ESCALATES: ALL AI LLM EXPERIMENTS WERE CONDUCTED IN A KVM VM USING SOLAR POWER 😎☀️🙌 after a lot of trouble with airllm have the user heared of https://www.nomic.ai/gpt4all a desktop gui that makes selecting and downloading models easy […]

GNU Linux Ubuntu 24 Ubuntu 24 how to disable time consuming wait-online.service and nerve wrecking dong system sounds (when in terminal and hitting tab) + how to disable automatic screensaver screen lock + how to install NVIDIA GPU drivers
08 Aug 2025

should be simple but canonical has changed the settings and there are outdated howtos out there confusing users hostnamectl; # tested on Static hostname: ubuntu24 Icon name: computer-vm Virtualization: kvm Operating System: Ubuntu 24.04.3 LTS Kernel: Linux 6.8.0-71-generic Architecture: x86-64 […]

GNU Linux bash how to prioritize routes how to delete add default route
24 Jul 2025

hostnamectl; # tested on Static hostname: workstation Operating System: Debian GNU/Linux 13 (trixie) Kernel: Linux 6.12.30-amd64 Architecture: x86-64 # theoretical lowest possible value 0 (highest priority) and highest possible value 4294967295 (hex 0xffffffff, guint32 (unsigned 32-bit integer, lowest priority) for […]

GNU Linux emacs stallman + linus favorite IDE revisited
19 Jan 2025

as a long-time vim user (R.I.P Bam) there are very interesting youtube video tutorials about emacs how to setup? https://github.com/hubisan/emacs-wsl?tab=readme-ov-file#install-ubuntu of course instead of apt install emacs, every true hardcore user compiles programs from src 😉 hostnamectl; # tested on […]

run LLM AI locally without internet access
04 Jan 2025

ChatGPT is not open source 2023: “Why is ChatGPT not open source anymore?” GROK only v1 was Apache-2.0 (Grok-1) now its License: Proprietary BUT…. when Grok3 is released, Grok2 will become open source. grok 2 also had to google for […]

GNU Linux (Ubuntu 22.04 and Debian12) how to build LTFS from src aka scratch
03 May 2024

https://github.com/LinearTapeFileSystem/ltfs hostnamectl; # tested on Static hostname: ubuntuxts Virtualization: kvm Operating System: Ubuntu 22.04.4 LTS Kernel: Linux 5.15.0-107-generic Architecture: x86-64 hostnamectl; # also tested on Virtualization: kvm Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-34-amd64 Architecture: x86-64 Hardware Vendor: […]

GNU Linux review best git gui 2024 comparison – how to setup and git clone a repo via ssh with SmartGit – how to use with eclipse – how to automatically git pull download refresh repo with latest changes before editor gui ide start?
10 Mar 2024

git is a complex source code repository management system that completely relies on file transactions this means: there is no running service or open port (except if git-over-ssh is used, all it needs for network multi developer cooperation is a […]