Skip to content

Instantly share code, notes, and snippets.

View Tomcatt's full-sized avatar
💭
Never stop learning...

TomCatT Tomcatt

💭
Never stop learning...
  • Cats Nest International, LLD.
  • South Korea
  • 12:21 (UTC +09:00)
View GitHub Profile
@troubleNZ
troubleNZ / user.cfg
Last active May 9, 2026 22:29
Star Citizen VR User Config for alpha 4.8
; last updated: 2025-05-10 [4.8 PTU Tactical Strike Groups]
; all alpha 4.8 cvars : https://gist.github.com/troubleNZ/706fe024442619f26e828e6bd60ed1d7
; alpha 4.8 default keybinds : https://gist.github.com/troubleNZ/5c32ecdf047fa0e8a14d0eee22955e11
; Unlock the extended console commands list
Con_Restricted = 0
# MrKraken's Language Pack
g_language = english
@ironicbadger
ironicbadger / nvidia.sh
Last active February 5, 2022 13:42
nvidia linux overclocking for crypto mining
#!/bin/bash
#nvidia-xconfig --allow-empty-initial-configuration --enable-all-gpus --cool-bits=28 --separate-x-screens
nvidia-smi -pm ENABLED
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100