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 […]
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 […]
“Error starting domain: internal error Network ‘default’ is not active.” how to permanently fix it: su – root; # become root virsh net-start default virsh net-autostart default Details: Error starting domain: Requested operation is not valid: network ‘default’ is not […]
Posted on October 4, 2014 by Dan Nanni Leave a comment source: http://ask.xmodulo.com/change-default-location-libvirt-vm-images.html Question: I am using libvirt and virt-manager to create VMs on my Linux system. I noticed that the VM images are stored in /var/lib/libvirt/images directory. Is there […]
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 […]
You can not have VirtualBox and KVM running on the same host at once. If you want to do Android App development on Linux (which uses KVM for running the Emulator) then you have a problem 😀 KVM seems to […]
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 […]
Virtualization is a must, if you want to have 50x mail servers, 20x windows servers and 10x linux servers on the same machine 😉 meaning: if your requirements reach a certain complexity, you will not be able to get all […]
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 […]
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 […]
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 […]
in short: forget it X-D ending up compining gcc (worked) and Chromium from scratch (fails) https://chromium.googlesource.com/ https://chromium.googlesource.com/v8/v8/+/refs/heads/main/include/v8config.h A LOT of devs are using vscode… especially those with the macbooks mostly using eclipse try to build vscode from src X-D (is […]
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 […]
brasero is actually a nice CD-R DVD-R burning based on wodim (formely known as cdrecord, now cdrecord is only a softlink to wodim) but it has some pitfalls problems on Debian 13: Schilling claims, “is the only CD-R program available […]
got to know: Desktops that use wayland will profit from high framerate (x11 based not) make sure the NVIDIA card uses it’s own monitor output, if it’s outputting only on virt-manager virtio device: ./NVIDIA.run reinstall drivers in single-user-mode (init 2) […]
convenience vs security: it’s always a tradeoff credit card scammers and scimmers: when the shop owner HIMSELF is the thief if not already put all cards with “wireless” functionality (bank ec credit id healthcare cards maybe even drivers licence) into […]
mongodb WARNING! [+] it is 100% open source 😀 [?] currently Server Side Public License (SSPL) licenced (wiki) [?] 3-letter-agencies might have been involved in the initial funding mongodb (which might or might not be a problem) (Wiki) [-] documentation […]
pixelfed is under heavy development, so it’s imho still beta this howto is unfinished, because pixelfed setup is too complicated and (sorry) author dansup ignored UNIX KISS principles so the project seems to be a wee bit messy maybe this […]
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 […]
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 […]
sometimes the most simple things are the trickiest X-D the question was, why if shutdown -r now is specified in a script or crontab directly: why won’t the server reboot (to activate newly via updates installed kernel?) the answer: crontab […]
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: […]
the benchmark game https://benchmarksgame-team.pages.debian.net/benchmarksgame/index.html WORK IN PROGRESS!!! quick answers: PHP + Python are both great languages PHP performs FASTER on the benchmark game than Python but Python performs FASTER on marix multiplications file performance wise they should also be equal […]
tape: is it worth the hazzle? what is better (+ cheaper +faster +easier): 1PetaByte of tape or 1PetaByte of harddisk storage server? the race is on! that’s what it might look from the inside: a lot of dirt and dust […]
since 2022: ARM in the datacenter for example Gigabyte R272-P33 in the ARM Ampere Altra Max Version: 2HE All-NVMe Server happyware.com) while Ampere Altra ARM CPUswere geekbenched a bit NO ONE GEEKBENCHED THIS SERVER YET! 😀 BE THE FIRST! 😀 […]
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 […]
has the system been shutdown properly “gracefully” or has it crashed? it does not have to be a software or hardware problem it could also be: insufficient shielding from terrestrial microwaves satellites lightning strike near by? or extra-terrestrial (the cosmos […]
variant1: the most minimalist approach works but imho it is very primitive 🙂 (but it works) variant2: a wee bit better let’s go hostnamectl; # tested with Virtualization: kvm Operating System: Ubuntu 22.04.4 LTS Kernel: Linux 5.15.0-94-generic Architecture: x86-64 # […]
it works now! 😀 THE PENGUIN CAN NOW MEASSURE THE TEMPERATURE! thanks ALL INVOLVED 😀 TIP: it actually has 2x temp sensors 1x meassures inside usb stick 1x meassures with the metal-probe at the end of the cable WARNING! it […]
most recent version 2024-03 is https://www.python.org/downloads/ python 3.12 First released: 2023-10-02 End of support: 2028-10 Release schedule: PEP 693 python for automation: So for performance critical tasks python is actual just the “controller” that then calls C or or C++ or […]






















