Skip to content

Instantly share code, notes, and snippets.

View ktwrd's full-sized avatar

kate ktwrd

View GitHub Profile
@Fraeven
Fraeven / open-fortress-setup.md
Last active March 22, 2025 16:10
How to setup a Linux server for Open Fortress

Last Updated 2025-03-22

Open Fortress Linux Dedicated Server Setup Guide

Prerequisites

Install dependencies.

Debian / Ubuntu < 24.04LTS (RECOMMENDED)

@twolfson
twolfson / README.rst
Last active October 12, 2025 00:31
Evaluation and comparison of various Python templating libraries

gist-python-templating-evaluation

@cnayan
cnayan / Impersonator.cs
Last active January 13, 2025 05:24
Impersonates as a user like "runas /netonly" feature.
// Check http://pinvoke.net/default.aspx/advapi32/LogonUser.html for Win32 functions and structures.
// Code based on answer on SO: https://stackoverflow.com/a/11672293/315151
// Impersonates as a user like "runas /netonly" feature.
public static void Impersonate(string userName, string password, string domain, Action action)
{
if (action == null)
{
return;
@zziuni
zziuni / stuns
Created September 18, 2012 08:05
STUN server list
# source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list
# A list of available STUN server.
stun.l.google.com:19302
stun1.l.google.com:19302
stun2.l.google.com:19302
stun3.l.google.com:19302
stun4.l.google.com:19302
stun01.sipphone.com
stun.ekiga.net