Skip to content

Instantly share code, notes, and snippets.

@firefly2442
firefly2442 / config.xml
Last active June 15, 2020 21:09
Folding@Home, /etc/fahclient/config.xml - GPU and CPU
<config>
<!-- install proprietary Nvidia drivers through Ubuntu -->
<!-- sudo apt install ocl-icd-opencl-dev nvtop -->
<!-- nvidia-smi OR nvtop -->
<!--- check installed package version on Ubuntu: dpkg -s FAHClient -->
<cause v='COVID_19'/>
<!-- Client Control -->
<fold-anon v='true'/>
@firefly2442
firefly2442 / SteamUpdateMods.py
Last active July 6, 2020 03:07
AlphaSquad Arma3 Server Update via Steam Workshop
#!/usr/bin/env python
import subprocess, sys, os
STEAM_USERNAME = "steamusername"
STEAM_PASSWORD = "steampassword"
WORKSHOP_IDS = [["843425103", "@rhsafrf"],
["843593391", "@rhsgref"],
@firefly2442
firefly2442 / cmake-build.patch
Created February 16, 2013 17:10
Started updating cmake build system for OpenHexagon, not complete
From 3688455524184c3b22e7ed95135da0a09fab9e1e Mon Sep 17 00:00:00 2001
From: firefly2442 <firefly2442@gmail.com>
Date: Sat, 16 Feb 2013 11:03:37 -0600
Subject: [PATCH 1/3] use latest FindSFML.cmake file from upstream
---
cmake/FindSFML.cmake | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmake/FindSFML.cmake b/cmake/FindSFML.cmake