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

Link down on RedHat Linux 3

  • Mark Allen

Mark Allen

15 Nov 2006

On RedHat Enterprise 3 Linux on VMWare each interface link is always down.

The following needs to be added to all the ifcfg-eth in /etc/sysconfig/networking-scripts/

check_link_down() {
return 1;
}

See http://www.vmware.com/support/guestnotes/doc/guestos_redhat90.html for more information.

Dependency Walker – A Vintage Tool That Still Delivers in DevOps

Dependency Walker – A Vintage Tool That Still Delivers in DevOps

Why Dependency Walker Still Matters in 2025 If you've ever shipped a Windows app only to hear “it works on my machine” when it crashes elsewhere, you’re not alone. One of the most common culprits? Missing or incompatible DLLs. In DevOps, where speed and automation rule, subtle
09 Jul 2025 22 min read
Typescript Linting

Typescript Linting

Think of linting as your code’s first line of defense, like a spell checker for your syntax and structure. It analyzes source files to identify errors, enforce style guidelines, and highlight patterns that may lead to bugs. By integrating linting into your development workflow or CI pipeline, you create
09 Jul 2025 24 min read
Python Linting

Python Linting

Linting is like a spell check for your code. It scans your files for common errors, formatting issues, and bad practices before they ever reach production. By enforcing consistent style and catching bugs early, linting tools help teams write cleaner, more maintainable code. When integrated into a build pipeline, linting
08 Jul 2025 7 min read
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost