Skip to content

Instantly share code, notes, and snippets.

View fschrofner's full-sized avatar

Florian Schrofner fschrofner

View GitHub Profile
@fschrofner
fschrofner / openpgp.md
Created December 13, 2020 21:47
OpenPGP Proof

Keybase proof

I hereby claim:

  • I am fschrofner on github.
  • I am fschrofner (https://keybase.io/fschrofner) on keybase.
  • I have a public key whose fingerprint is 7F72 A159 6474 ECE2 11FE 43A6 576B 5126 68FB 44EE

To claim this, I am signing this object:

@fschrofner
fschrofner / start.sh
Last active October 26, 2016 18:39
start script for gog games on arch linux. overrides the libs provided by gog and uses system libraries instead. just rename start.sh to start_2.sh and place this file in the same folder.
LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' ./start_2.sh
@fschrofner
fschrofner / wlo1-eduroam
Created April 14, 2016 19:54
A netctl profile for eduroam wireless networks. Seems to work fine for universities in Austria and the United States, but no guarantees.
Description='Eduroam'
Interface=wlo1
Connection=wireless
Security=wpa-configsection
IP=dhcp
ESSID=eduroam
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=TTLS'