LINESERVE

Learn

Guides

Longer-form, concept-first guides to understand the platform.

How I Built a Full ISP Network in a Lab: BGP Multihoming with MikroTik

I built a working ISP edge in a lab: MikroTik BGP multihoming with two transits, two IXPs, and BGP customers — every command and output is real.

Jul 19, 2026Read
Windows

Automating JNLP Downloads with PowerShell Using Session Cookies

Automate authenticated JNLP downloads in PowerShell using a WebRequestSession, manual cookie handling, URL-encoding, and Invoke-WebRequest with browser headers.

Jan 22, 2026Read
Windows

Complete Guide to Downloading Files with PowerShell

Download files with PowerShell’s Invoke-WebRequest, from basic saves to custom headers, cookie strings, and WebRequestSession-based login for authenticated resources.

Jan 22, 2026Read
DevOps & Cloud

The Complete Guide to Installing StorCLI on Linux and Windows

Install Broadcom’s StorCLI for LSI MegaRAID controllers on Linux and Windows via .deb, RPM, or manual binary, with symlink setup and verification commands.

Jan 15, 2026Read
Monitoring

SNMP Exporter Installation Guide

Install the Prometheus SNMP Exporter on Linux via binary and a systemd service, creating a dedicated user, deploying snmp.yml, and exposing metrics on port 9116.

Jan 12, 2026Read
Authentication

Setting Up Stripe SSO with Auth0 (SAML) — Complete Guide (Account-Level)

Configure Stripe SSO with Auth0 as the SAML identity provider, covering domain verification, SAML2 settings, and injecting Stripe-Role attributes via Auth0 Actions.

Jan 9, 2026Read
Authentication

Enable WordPress SSO with Auth0 using miniOrange (SAML)

Enable WordPress SSO with Auth0 as the SAML IdP using the miniOrange SAML SP plugin, covering SP metadata, Auth0 SAML2 config, metadata exchange, and role mapping.

Jan 9, 2026Read
AI & Tools

Windows installation guide for Codex CLI

Install OpenAI’s Codex CLI on Windows 10 and 11 via WSL2 or a native setup, covering Node.js prerequisites, sandbox limitations, and the GPT-5.2-Codex model.

Jan 8, 2026Read
AI & Tools

Authenticating Codex CLI on a Remote Linux Server from Windows

Fix Codex CLI OAuth login failures on a remote Linux server using SSH port forwarding (ssh -L 1455) to tunnel the localhost:1455 callback back to Windows.

Jan 8, 2026Read
AI & Tools

Comprehensive Guide to Installing Codex CLI on Linux

Install OpenAI’s Codex CLI on Ubuntu Linux using npm or Homebrew, covering Node.js and Git prerequisites, NVM setup, and verifying the installation.

Jan 8, 2026Read
How to Access GitHub from a Linux Server Using SSH Keys (Step-by-Step Guide)
Git

How to Access GitHub from a Linux Server Using SSH Keys (Step-by-Step Guide)

Set up SSH key authentication for GitHub on a Linux server with ssh-keygen (ed25519), the ssh-agent, and an ssh -T test, plus deploy-key best practices.

Jan 8, 2026Read
Git

The Ultimate Guide to Undoing Git Commits

Undo Git commits with the right tool: git reset (soft, mixed, hard), git revert for pushed changes, and commit –amend, with HEAD~ and HEAD^ notation explained.

Dec 10, 2025Read
Web Development

Two Submit Buttons in One Form — How to Know Which Was Clicked

Detect which submit button was clicked in a form by giving buttons the same name with unique values, with server-side examples in PHP, Flask, Express, and Rails.

Dec 10, 2025Read