Skip to content

Instantly share code, notes, and snippets.

@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 / 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 / error-sqlite.rb
Last active December 26, 2015 23:01
sequel-sqlite-error
require 'sequel'
DB = Sequel.sqlite
DB.create_table(:topics) do
String :url
end
DB.create_table(:messages) do
String :text, :unique => true
@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)