Skip to content

Instantly share code, notes, and snippets.

View hashworks's full-sized avatar

Justin Kromlinger hashworks

View GitHub Profile

It appears that rasengan (Andrew Lee) of Private Internet Access believes that ownership of the company Freenode Ltd. gives him the right to unilaterally replace the current staff team.

We may have had our disagreements with staff, but freenode being run by a volunteer team, using servers provided by sponsors, is a key reason that we appreciate freenode.

As such, we do not believe that such a unilateral replacement by a corporate interest is appropriate.

If this attemped takeover by Andrew Lee continues, we will be advocating to move our communities elsewhere.

Context: Fuchs' leaked (not by him) draft resignation letter that caused Andrew Lee to come onto #freenode: https://fuchsnet.ch/privat/fn-resign-letter.txt

@Airradda
Airradda / BepInExonLinux.txt
Created April 13, 2019 01:56
Getting BepInEx Console Working for Risk of Rain 2 on Linux
You will need Protontricks [https://github.com/Matoking/protontricks] or know how to access the Proton WineCFG for a specific Steam game.
ProtonTricks Instructions:
1. Open terminal and type protontricks --gui
2. Select the Risk of Rain 2 option [https://i.imgur.com/0BgCjaf.png] and click Ok
Afterwards:
1. Proceed to the Winetricks menu and select the Select default wineprefix option [https://i.imgur.com/BDCznr8.png] and click Ok
2. Select Run winecfg [https://i.imgur.com/CPdJMA1.png] and click `Ok`
3. Select Libraries tab
4. Open the New override for library drop [https://i.imgur.com/T7maGOE.png], select winhttp, click Add, Apply, and finally click Ok
@willurd
willurd / web-servers.md
Last active May 8, 2024 18:19
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@mtigas
mtigas / gist:952344
Last active April 3, 2024 07:57
Mini tutorial for configuring client-side SSL certificates.

Client-side SSL

For excessively paranoid client authentication.


Updated Apr 5 2019:

because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.

some other notes: