linux

5 tutorial series · 5 posts

Tutorial Series

Posts

ASUS ProArt X870E-Creator WiFi: NIC Investigation and Wake-on-LAN on the Intel I226-V

The ASUS ProArt X870E-Creator WiFi motherboard running Linux has a notable limitation: the onboard Intel I226-V 2.5GbE NIC does not support Wake-on-LAN, despite correct configurations, while the Aquantia AQC113CS 10GbE NIC functions properly. This issue stems from the chipset's architecture, and users cannot update the NIC firmware without restricted access. The Aquantia NIC is recommended for reliable Wake-on-LAN functionality.

Fixing Wake-on-LAN on the Linux atlantic Driver

A critical kernel bug in the atlantic driver hindered Wake-on-LAN for AQC-series NICs after power off, despite the functionality being recognized. The resolution, a simple one-line fix, restores the intended behavior, ensuring the driver’s compatibility. Deploying it via DKMS guarantees ongoing functionality with future kernel updates.

OpenVPN: Create A Linux VPN iptables Killswitch

If your VPN connection drops your machine usually continues to connect to the internet leaking information. Let me show you how to make an iptables killswitch.

Secure Your Linux Laptop With iptables

Your linux powered laptop is open and vulnerable. Let's harden it a little with the linux iptables firewall. It's not that hard, honest... it is just a text file.

Generate SSH keys with ssh-keygen

A quick start guide to generate your own SSH public/private keypair. A look at generating both RSA and the more secure Elliptic Curve Ed25519 key type.