Skip to content

Instantly share code, notes, and snippets.

@amdervis
amdervis / intel-vaapi-setup.sh
Last active June 25, 2025 09:38
Intel VA-API Driver Auto-Installer
#!/bin/bash
# Intel VA-API Installer with Auto Driver Detection and Environment Config
set -e
# Colors
RED='\033[0;31m'
GRN='\033[0;32m'
YLW='\033[1;33m'
@amdervis
amdervis / readme.md
Created March 19, 2025 14:40
PXE Boot Server Setup (Centos 9 Stream)

PXE Boot Server Setup for Debian 12 Installation

Overview

This document describes how to set up a PXE (Preboot Execution Environment) boot server on CentOS 9 to allow network-based installation of Debian 12. The server uses DHCP to assign IP addresses, TFTP to provide boot files, and HTTP to serve installation files.

System Requirements

  • A CentOS 9 server with at least 10GB of free disk space
  • A network where you can control DHCP (either by using a dedicated network or configuring your existing network)