Skip to content

Instantly share code, notes, and snippets.

@jderrien
jderrien / esxi.md
Last active February 7, 2021 16:02 — forked from nfarrar/esxi.md

ESXi (Free) Management

Exploring management options for an ESXi server in a home/lab environment.

  • It's so fucking rad that ESXi free doesn't provide a web interface. /sarcasm
  • Having a dedicated Windows VM for ESXi management is suck.
  • Running vSphere Client in Wine/Crossover requires hacks to install and doesn't work correctly.
  • How much does it cost to get a license for a lab environment?
  • Can we use the DCUI (Direct Console User Interface) without a license? (Answer: YES, via a directly console, over SSH, but we can only do very basic things)
  • Can we use the CLI/SDK/API tools? (Answer: PARTIALLY, Without a license it's locked down to read-only)
  • Can we SSH to the bare-metal host and use command line tools for manaagement? (Answer: YES, but we have to enable SSH)
@jderrien
jderrien / 00-intro.md
Created March 21, 2020 15:40 — forked from mdo/00-intro.md
Instructions for how to affix an Ikea Gerton table top to the Ikea Bekant sit-stand desk frame.

Ikea Bekant standing desk with Gerton table top

@jderrien
jderrien / magicclicker.ch-blog-index.md
Created January 22, 2023 20:44
Index of blog posts from magicclicker.ch found on the Wayback Machine
@jderrien
jderrien / docker-iptables.md
Last active August 31, 2024 11:36
Docker & iptables

Default iptables config

This is the default config after a fresh install.

vagrant@vagrant:~$ sudo iptables -L -v -n
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)