Skip to content

Instantly share code, notes, and snippets.

View nullconfig's full-sized avatar
:octocat:

Billy Galloway nullconfig

:octocat:
  • Seattle, WA
View GitHub Profile
@nullconfig
nullconfig / README.md
Last active May 17, 2026 20:12
CS2 Practice Configuration File

CS2 Practice Config

An offline/local server config for Counter-Strike 2 practice sessions. Enables cheats, infinite money, grenade trajectory helpers, and useful keybinds so you can focus on learning lineups and mechanics without friction.


Setup

  1. Download practice_config.cfg and place it in your CS2 cfg folder:
@nullconfig
nullconfig / default_settings.cfg
Last active May 17, 2026 20:02
Counter Strike 2 Settings Config
// Movement Keys
bind "a" "+left"
bind "d" "+right"
bind "w" "+forward"
bind "s" "+back"
bind "ctrl" "+duck"
bind "shift" "+sprint"
bind "mwheeldown" "+jump"
// Binds
@nullconfig
nullconfig / healer.py
Created December 28, 2021 06:30 — forked from jhernand/healer.py
Simple integration between Prometheus alert manager and Ansible Tower
#!/usr/bin/python3
import http.client
import http.server
import json
import ssl
import urllib.parse
# AWX connection and job template details:
AWX_HOST = 'tower.private'
@nullconfig
nullconfig / valheim-docker-server.md
Last active March 25, 2021 20:39
Dedicated Valheim server running inside docker