Skip to content

Instantly share code, notes, and snippets.

View erodewald's full-sized avatar
🏠
Working from home

Eric Rodewald erodewald

🏠
Working from home
  • SmartThings
  • Minneapolis, MN
View GitHub Profile

Keybase proof

I hereby claim:

  • I am erodewald on github.
  • I am erodewald (https://keybase.io/erodewald) on keybase.
  • I have a public key ASAhhMzDT_zmRoRBvXu8d2yOBuzD0h0vV7T-IRBbLEJ_GAo

To claim this, I am signing this object:

@erodewald
erodewald / 1.Prerequisites.md
Last active October 2, 2023 04:28
Reverse proxy on Windows with Apache 2.4 for Couchpotato/Sonarr

###Pre-requisites:

  1. Any version of Windows newer than XP or Server 2003.
  2. A good text editor. I recommend Sublime Text 2.
  3. If you use Sublime Text, you can get very helpful syntax highlighting while editing Apache Conf files by installing Package Control. Once fully installed and SublimeText is restarted, CTRL+SHIFT+P -> Install Package -> ApachConf (enter).
  4. This assumes you have a public domain pointing to your WAN IP. Figure that out from whatismyip.com. If you purchase a domain and use a CNAME or A-record, it can take some time for the DNS changes to propagate. I've seen anywhere from 15 mins to several hours.
  5. Within your router, you must forward port 80 to your LAN IP which hosts Apache.
@erodewald
erodewald / AttachedProperties.cs
Last active August 29, 2015 14:20
WPF CheckBox with flow direction
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
namespace YourNamespace {
public class Flow {
public static readonly DependencyProperty DirectionProperty = DependencyProperty.RegisterAttached(
"Direction", typeof (FlowDirection), typeof (Flow), new PropertyMetadata(default(FlowDirection)));
@erodewald
erodewald / UserOptions.ini
Created January 20, 2013 21:53
My "High" settings for Planetside 2. Note that this is a truncated version of the UserOptions.ini so don't do a direct copy-paste.
[Display]
FullscreenRefresh=0
Maximized=1
FullscreenWidth=1920
FullscreenHeight=1200
WindowedWidth=1920
WindowedHeight=1200
RenderQuality=1.000000
Mode=Fullscreen
FullscreenMode=Fullscreen