Skip to content

Features & Utilities

Beyond application installation and system setup, Linutil includes categories for security hardening, gaming, and a wide range of system utilities.

Security

Apply firewall baselines to protect your Linux system. Based on CTT’s recommended security rules — for more detail see christitus.com/linux-security-mistakes.

UFW Firewall Baselines

UFW (Uncomplicated Firewall) is a user-friendly frontend for iptables. This script:

  • Installs UFW if not present
  • Applies CTT’s recommended baseline rules for IPv4 and IPv6
  • Enables the firewall
# Check UFW status after running the script
sudo ufw status verbose

FirewallD Baselines

An alternative to UFW, FirewallD is the default firewall manager on Fedora and RHEL-based systems. This script configures FirewallD with CTT’s recommended rules.

Gaming

Gaming Dependencies

Installs the libraries and tools needed to run games on Linux across different distributions (Steam, Wine, DXVK, Vulkan drivers, etc.).

Emulators

EmulatorConsole
RetroArchMulti-system frontend
DolphinGameCube / Wii
PCSX2PlayStation 2
RPCS3PlayStation 3
RyujinxNintendo Switch
mGBAGame Boy Advance
MelonDSNintendo DS / DSi
bsnes / snes9xSuper Nintendo
Mupen64Plus / Gopher64Nintendo 64
FlycastSega Dreamcast
KronosSega Saturn
XEMUOriginal Xbox
BlastemSega Genesis

Note

No game ROMs or BIOS files are included. You must supply your own legally obtained files.

Game-Specific Configs

  • Diablo II Resurrected — Loot Filter: Highlights high-value drops for Battle.net and single player
  • Fallout 76 — INI & Mods: Performance and stability improvements
  • Arc Raiders — Match Optimizations: Shorter transition videos and optimized config for VRR

Utilities

Monitor Control

ScriptDescription
Auto Detect DisplaysDetect and apply recommended monitor config
Set ResolutionChange the resolution of a connected monitor
Set BrightnessAdjust monitor brightness
Change OrientationRotate a monitor
Scale MonitorsChange display scaling
Set Primary MonitorDesignate the primary display
Extend DisplaysExtend across multiple monitors
Duplicate DisplaysMirror displays
Disable / Enable MonitorToggle a monitor on or off
Manage ArrangementSet the physical arrangement of monitors
Reset ScalingRevert scaling to default

Printers

ScriptDescription
CUPSInstall the CUPS printing system
Epson DriversInstall Epson printer drivers
HP DriversInstall HP printer drivers

System Utilities

ScriptDescription
Bluetooth ManagerManage Bluetooth devices
WiFi ManagerManage wireless connections
Service ManagerEnable, disable, and manage systemd services
Numlock on StartupEnable Num Lock at boot
Auto Mount DriveAutomate mounting a drive at startup
OllamaManage Ollama (local AI model runner)
US Locale SetupFix US UTF-8 locale and folder listings
Last updated on