Skip to content

Instantly share code, notes, and snippets.

View jeroenlandheer's full-sized avatar

Jeroen Landheer jeroenlandheer

View GitHub Profile
@jeroenlandheer
jeroenlandheer / edgerouter-x.md
Created December 16, 2023 17:45 — forked from Ruben-E/edgerouter-x.md
Configure EdgeRouter X for KPN fiber / glasvezel

Setup interface eth1 and configure the DHCP/DNS server

configure
 
set interfaces ethernet eth1 address 192.168.2.254/24
set interfaces ethernet eth1 description "eth1 - LAN"
set interfaces ethernet eth1 duplex auto
set interfaces ethernet eth1 speed auto
 
@jeroenlandheer
jeroenlandheer / UglyHash.cs
Created January 24, 2023 09:49
GetHashcode unique? I don't think so...
internal class Program
{
private static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
HashSet<NastyEquals> uglyHash = new HashSet<NastyEquals>();
var myHash = new NastyEquals();