Privacy Policy
RSS
#Linux
#Docker
#C
#NodeJS
My Docker development shell
I just made a simple docker container to use as a development shell. This will make it easier and faster for me to just build the docker container and run it when I need …
#Debian 11
#Linux
#Docker
Restrict Docker network ranges
So I have had some issues where some of my Docker images have been created with a network of 192.168.16.x. And I have my VLAN for WIFI is running on 192.168.20.x. This is …
#Debian Sid
#Virtualization
#Libvirt
#Linux
Dual NVIDIA GPU with passthrough on Debian
I have a brand new Gigabyte x570 Aorus Pro, this motherboard has super awesome iommu groups. Finally can I use both my NVME drives and two GPUs. My old Ryzen 5 3600 cpu …
#Debian Sid
#Linux
Installing Debian Sid and Xanmod-cacule kernel
I have been running Manjaro Mate for a while, mostly because I had a need to try some Arch based distro. It was nice, but at the moment I like Debian more. So I’m …
#Debian 10
#Graylog
#Linux
#Docker
Setup Graylog as central syslog server
I was searching for information about running a local syslog server in my network when I stumbled on Graylog. I’m currently running an ElastiFlow server with …
#Virtualization
#Libvirt
#Linux
#Qemu
Restore data from QCow2 missing backing file (data recovery part 4)
I have successfully restored data from my QCow2 file with a missing backing file. I wrote lots of C code to be able to convert the QCow2 file into an IMG file. Then I …
#Virtualization
#Linux
#Qemu
#Programming
#C
Read QCow2 file using C (data recovery part 3)
Time to write some code but I will not go into all the details on how to write C code. I will only reference some of the C code specific to reading the actual QCow2 file. …
#Virtualization
#Libvirt
#Linux
#Qemu
QCow2 File format (data recovery part 2)
QCow2 image file is used by Qemu for virtual harddrive images. I will not go into any details about the file format, I will only scratch the surface enough to be able to …
#Virtualization
#Libvirt
#Linux
#Qemu
Failed at backup... (data recovery part 1)
So everywhere can you read about how important it is to backup your data. Are you actually doing it? I don’t do it, although I have a private git server where I …
#Debian 10
#Linux
Debian mount NFS share
Another cheat sheet, this one is for mounting NFS shares on boot in Debian 10. First we need to install nfs-common $ sudo apt install nfs-common and then add the NFS …
#Virtualization
#Linux
#Gaming on Linux
Linux gaming VM issues (part 5 of Debian as type 1 hypervisor)
So I have been running a Linux virtual machine as my main OS for a while. Recently I changed things a bit, moved my Linux VM over to the big GPU (RTX2060) and enlarged …
#Debian 10
#Virtualization
#Libvirt
#Linux
#Gaming on Linux
Isolating CPU cores from VM host
It is possible to isolate the CPU cores/threads from the Host OS, so it will not use those cores/threads for anything. This is done by using the isolcpus paramater to the …
#Debian 10
#Linux
#Docker
Install Docker and docker-compose on Debian 10
Docker is awesome to quickly get a service up an running. Installing Docker on Debian 10 is not just apt-get install docker There is an official guide over at …
#Debian 10
#Linux
Debian 10 static IP
Cheat sheet to set a static IP address on Debian, just because I can’t remember how to do it. By default Debian use dhcp, so we need to edit /etc/network/interfaces …
#Debian 10
#Linux
#Gaming on Linux
Gaming on Debian, Lutris and Steam
Most people already know about Steam, Lutris is a similar frontend for installing and running mostly Windows games on Linux through Wine. It’s pretty easy to …
#Debian 10
#Virtualization
#Linux
#Gaming on Linux
#Game Streaming
Game streaming server (part 4 of Debian as type 1 hypervisor)
Using my Windows VM to act as a game streaming server, both Geforce Experience and Steam. Well I have already tried to game on Linux and for me it works perfectly, I have …
#Linux
#Mumble
#Docker-Compose
#Docker
Complete mumble server using Docker-compose
I went to the process of creating a mumble server with mumble-web as fronted, mumble-django as admin portal and murmur for the actual mumble server. All of them running …
#Debian 10
#Linux
Change username for a Linux user
This is how I change my login username for my Linux (Debian) machine. First I log out to make sure no processes are running for that user, then I log in as root. Then …
#Debian 10
#Linux
Install Nvidia drivers for Debian 10
This is just a short how to for installing Nvidia drivers on Debian 10, including the i386 packages needed for Lutris and/or Steam gaming. First enable i386 architecture …
#Virtualization
#Libvirt
#Linux
Libvirt automatic USB passthrough scripts
Short guide to setup automatic USB passthrough for a virtual machine. With these scripts it is possible to dedicate USB port(s) for one virtual machine. Anything plugged …
#Debian 10
#Virtualization
#Linux
Install Debian VM (part 3 of Debian as type 1 hypervisor)
To make the Debian host OS acting like a type 1 hypervisor, the desktop OS must run as a virtual machine too. So the second GPU will be passthrough to the second virtual …
#Debian 10
#Virtualization
#Linux
Installing Windows VM and passthrough GPU (part 2 of Debian as type 1 hypervisor)
Now we are ready to install our first virtual machine. But first we need something to install from. You can download the ISO directly from Microsoft these days, just make …
#Debian 10
#Virtualization
#Linux
Debian as type 1 hypervisor for gaming, part 1
This is my notes of how I got a Gaming VM up and running on Debian. And I just don’t want to do stuff like others, so I am going to run a second VM for my Linux …
Tags
Archlinux (1)
Arduino (2)
Barrier (2)
Bootstrap (1)
C (2)
Crashing (1)
Debian 10 (14)
Debian 11 (1)
Debian 12 (6)
Debian Sid (3)
Docker (9)
Docker-compose (5)
Dual Monitor (3)
Edgerouter (2)
ElastiFlow (2)
Element.io (1)
ELK Stack (1)
ESP8266 (2)
ESXI (1)
FreeBSD (3)
FreeCAD (3)
Game Streaming (1)
Gaming on Linux (4)
GravCMS (1)
Graylog (8)
HamsterCage (3)
HAProxy (1)
Hugo (2)
KDE (1)
Libvirt (10)
Linux (23)
log4j (1)
Macro keyboard (1)
Matrix.Org (1)
Mumble (1)
Netflow (2)
Nginx (5)
NodeJS (1)
OPNsense (1)
Programming (3)
Qemu (5)
Radeon RX 7700 XT (1)
Solaris 7 (1)
SPARC (1)
Synapse (1)
TrueNAS (1)
Unattended upgrades (1)
Virtualization (18)
Windows 11 (2)
ZFS (1)