nextcube Part 3 - Next Users Guide

Intro In this third installment we’ll do some more NeXT hacking with our nextcube setup and make it more livable. In Part 1, we got OpenStep installed and booting cleanly on VirtualBox. In Part 2, we configured the Unix and network environments, installed development tools, and added some Unix ports. The complete OVA Appliance build published on Archive.org is available if you want to hop right in. Telnet Refresher Before SSH and encryption became standard security practices, Telnet was the default way to access remote systems. It uses plain TCP connections and transmits everything — including usernames and passwords — in plaintext. Despite that (or because of it), it was widely used for administration, file transfers, and troubleshooting and testing network services. ...

November 15, 2025 · 28 min · forfaxx

nextcube, Part 2 – Finishing the OpenStep 4.2 Appliance

Completing the OpenStep 4.2 VirtualBox build — developer tools, modern shells, GNU utilities, X11R6, and a nostalgia-fueled network scan.

November 4, 2025 · 27 min · forfaxx

nextcube, Part 1 - an OpenStep 4.2 VM in 2025

A practical, reproducible OpenStep 4.2 VM on modern hardware—stable networking, fast boots, and sane defaults.

November 2, 2025 · 13 min · forfaxx

SchemaSpy with LocalDB (SQL Server)

How to get SchemaSpy working with SQL Server LocalDB — the quirks of named pipes, the right driver, and a working example.

October 2, 2025 · 8 min · forfaxx

Tcpdump Survival Guide

A practical survival guide to tcpdump — the Swiss Army knife of packet capture. Learn how to capture clean traces, pick the right interface, grab mobile traffic, and filter for relevance.

September 24, 2025 · 10 min · forfaxx

Unix Users Handbook

A practical Unix user accounts guide with history, concepts, and a task-based cheatsheet covering inspection, creation, modification, groups, sudo, and troubleshooting.

September 21, 2025 · 30 min · forfaxx

Git Customization

Bend Git to your will with custom configs, aliases, and colors.

September 18, 2025 · 8 min · forfaxx

Git-Fu

A practical Git guide with clear explanations, a task-based cheatsheet, and helper scripts to make version control less scary.

September 15, 2025 · 17 min · forfaxx

SchemaSpy with SQLite

How to get SchemaSpy working with SQLite — the correct driver, the right flags, and a working example.

September 8, 2025 · 5 min · forfaxx

Dockerizing a Python Script

A step-by-step guide to packaging a Python script into a Docker container — from Dockerfile to image to container, with tips, pitfalls, and best practices.

September 6, 2025 · 11 min · forfaxx
About · Contact ·