Category: GNU/Linux
-
KVM: Intel iGPU passthrough to Windows Guest
Getting intel iGPU passed through to VM can be challenging. This post provides an step by step guide for full iGPU passthrough to Windows guest.
-
GPU pass-through with QEMU
This was more painful than I thought.
-
sshd: disallow user from logging into a shell
There are times where you may want to disallow a user to run any commands on the server, without completely disabling the account. For example, to allow an account to open port forwards, but no shell access.
-
Make samba fast
Samba’s default settings are defined with security and compatibility in mind. In the modern world, we can trade off compatibility and some security for faster speed.
-
GRUB2: add custom font with secureboot
In the latest versions of GRUB2, loading unsigned custom fonts have been disabled when secureboot is active. So we need a workaround.
-
Linux kernel incremental patch
How to download incremental patch to Linux kernel from any version
-
Linux kernel makefile env variables of interest
Interesting environment variables to make use of when compiling Linux