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.

Remote Development Using Digital Ocean: Devpod

Remote Development Using Digital Ocean: Devpod

In the previous post, Remote Development Using Digital Ocean: Remote SSH, I outlined how to set up an existing devcontainer github repo to use a Digital Ocean Droplet. Now I'm going to do the same, but using devpod, an opensource CodeSpaces like development environment. First, you'll
13 Jun 2025 2 min read
Remote Development Using Digital Ocean: Remote SSH

Remote Development Using Digital Ocean: Remote SSH

A few years ago, I wrote an article about Using a DigitalOcean Droplet as a Development Environment, which focused on how to quickly create a droplet and connect using ssh, tmux & vim from my iPad Pro. Let's update that for using devcontainers from a Macbook Pro and
13 Jun 2025 2 min read
Devcontainers for Typescript

Devcontainers for Typescript

Setting up a consistent development environment shouldn’t feel like herding cats. With devcontainers, you can define a ready-to-code workspace that runs anywhere, locally or in the cloud. If you're building Typescript projects and are tired of the “works on my machine” problem, devcontainers offer a clean, reproducible
12 Jun 2025 2 min read
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost