And here I am sitting in front of four working monitors (three external, two via #HDMI, one via #USBC), all configured through #KDE and using #Displaylink and #EVDI #KernelModules without any faffing around, except for plugging things into the correct ports to begin with. #FreeSoftware has come a long way in the decades since I started using it. And now, more often that not, #ItJustWorks!

#Fedora #GNU #USB #StraightOutOfTheBox

lsmod insmod & rmmod are commands that anyone running Linux should Master way before you even understand how kernel mods work

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #Programming #kernel #modules #kernelModules

Do you want to learn how to write Linux kernel mods? This course will teach you the basics of how to write them. Be prepared that writing kernel modules is a #black #Art. It is not as easy as you may have thought and it's much more difficult than you can imagine. Sometimes a no operation #NOP is a difference between a functional mod and a dead one, needing debugging

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #Programming #kernel #modules #kernelModules

https://www.freecodecamp.org/news/how-to-create-linux-device-drivers/

How to Create Linux Device Drivers

Linux device drivers are critical pieces of software that allow your operating system to communicate with hardware like keyboards, printers, and other peripherals. Developing these drivers is a highly specialized skill that provides deep insights int...

freeCodeCamp.org