Skip to content

Instantly share code, notes, and snippets.

View nikaro's full-sized avatar
🇵🇸

Nicolas Karolak nikaro

🇵🇸
View GitHub Profile
// launch options :
// -high -fullscreen -refresh 165 -w 1280 -h 1024 -nojoy -softparticlesdefaultoff -exec autoexec.cfg
// perfs
fps_max 0
fps_max_ui "1000"
fps_max_tools "1000"
// perso
sensitivity 0.65
@nikaro
nikaro / kubernetes-cs2-dedicated-server.yaml
Last active December 23, 2023 15:43
kubernetes-cs2-dedicated-server.yaml
---
apiVersion: v1
kind: Namespace
metadata:
name: cs2ds
---
apiVersion: v1
kind: ConfigMap
metadata:
{
"basics": {
"name": "Nicolas Karolak",
"label": "Ingénieur Systèmes Linux",
"image": "https://avatars.githubusercontent.com/u/3918653?v=4",
"email": "[email protected]",
"url": "https://blog.karolak.fr",
"summary": "Passionné d'informatique. Orienté Linux et automatisation. Amateur de logiciels libres et open source. Contributeur occasionnel. Télétravailleur. J'ai besoin que mon travail ait du sens et une utilité sociale.",
"location": {
"city": "Melun",
@nikaro
nikaro / org.nikaro.tmschedule.plist
Last active April 24, 2025 16:13
TMSchedule | Create & rotate Time Machine local snapshots
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.nikaro.tmschedule</string>
<key>Program</key>
<string>/usr/local/bin/tmschedule.rb</string>