Skip to content

Instantly share code, notes, and snippets.

View AdaFrame's full-sized avatar

Ada AdaFrame

View GitHub Profile
@Caffe1neAdd1ct
Caffe1neAdd1ct / eve-online-install.md
Last active September 4, 2024 15:06
Eve Online with Wine and Arch Linux

EveOnline Install for Arch Linux

There are a few different configurations depending on your laptop/desktop and harware due to some driver and software issues. Personally I've setup a prefix per DX/VK configuration and installed EVE Online inside each one for testing purposes.

Install

Packages

Firstly install the required libraries (will require checking the 64bit option in the EVE Online launcher settings, the vulkan libraries are only needed if you intend to use DXVK and Vulkan conversions from DX9/DX11 (see Wine Tricks section later on):

@Caffe1neAdd1ct
Caffe1neAdd1ct / aur.sh
Created March 4, 2016 13:19
AUR helper script
#!/bin/bash
OPTIND=1
AUR="https://aur.archlinux.org/"
INSTALL="0"
UPDATE="0"
PURGE="0"
REINSTALL="0"
NAME="0"
# mail.example.com should be one of the results of a `dig +short mx example.com`
# Note that your provider might block all port 25.
# If STARTTLS header is missing or mangled, but https://starttls.info/ shows example.com as supporting STARTTLS,
# there might be a downgrade going on.
(echo EHLO foo ; sleep 3) | nc mail.example.com 25
anonymous
anonymous / tmux.conf
Created September 9, 2014 18:35
vim friendly tmux configuration
#Prefix is Ctrl-a
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -sg escape-time 1
set -g base-index 1
setw -g pane-base-index 1
#Mouse works as expected
@kyledrake
kyledrake / ferengi-plan.txt
Last active September 5, 2024 01:47
How to throttle the FCC to dial up modem speeds on your website using Nginx
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited
#
# Current known FCC address ranges:
# https://news.ycombinator.com/item?id=7716915
#
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft
#
# In your nginx.conf:
location / {
anonymous
anonymous / night-before-opsmas.txt
Created December 24, 2013 07:19
Twas the night before Opsmas..
'Twas the night before Christmas, when all through the racks
Not a server was alerting, not even Compaqs.
The backups were written to tapes with care
In hopes that later the data would be there.
The machines were nestled all snug in their sleds
Whilst visions of vengeance danced in their heads;
And oncall in his three-wolf and I in my rack.
Had just settled down for some syn and some ack.
@oscarcck
oscarcck / afp.conf
Created July 18, 2012 08:49
afp.conf sample for osx 10.7 lion time machine with netatalk 3.0 afpd on ubuntu 12.04
;
; Netatalk 3.x configuration file
; http://netatalk.sourceforge.net/3.0/htmldocs/afp.conf.5.html
;
[Global]
; Global server settings
vol preset = default_for_all_vol
log file = /var/log/netatalk.log
uam list = uams_dhx.so,uams_dhx2.so