Everyday DevOps
  • Home
  • One on One
  • Newsletter
  • About
Sign in Subscribe
Linux

Setting up PXE

  • Mark Allen

Mark Allen

08 Jul 2007

PXE is a great way to install linux on a server without the need of have a CD Rom.

The following is a good starting point:
http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/ch-pxe.html

Top 10 Ways to Use SSH: A Practical Guide for Everyday DevOps

Top 10 Ways to Use SSH: A Practical Guide for Everyday DevOps

Secure Shell, SSH, sits at the heart of modern DevOps. You use it to log in, move files, forward ports, run commands remotely, and stitch systems together. Many engineers treat SSH as a simple “remote terminal.” That’s only a fraction of what it can do. Below are the top
27 Dec 2025 4 min read
Feature Flags Without an IdP: Email‑Scoped JWTs with OpenFeature + DevCycle

Feature Flags Without an IdP: Email‑Scoped JWTs with OpenFeature + DevCycle

Progressive delivery without a full identity provider. Use a tiny JWT issuer and OpenFeature with DevCycle to gate experiences by email Overview Feature flags enable you to ship code to production behind a safety net. My workflow is straightforward: I deploy with the flag off, enable it for myself first,
03 Dec 2025 8 min read
Typescript for Node

Typescript for Node

How to get started on a Typescript CLI project using yarn for package management and nvm for managing node versions. Set up the overall environment nvm install lts/* npm install -g strip-json-comments-cli npm install -g yarn Set up the project directory. I use ~/src/<project> mkdir <applicationname&
03 Dec 2025 2 min read
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost