Linux

No Image

How to configure NRPE under xinetd

It’s really simple to configure NRPE to run under xinetd in Linux. Here’s how to install it. 1. First install nrpe using yum. Your default Redhat/CentOS distro should come with xinetd pre-installed and running. If not, install xinetd as well….







No Image

Find a Linux or Unix process (PID) based on port

Today I ran into a problem where I wanted to find out what Linux process (PID) was listening on which port. You might A fellow sysadmin coworker showed me this command: lsof -i :port Lsof will list the PID and…



No Image

How to own your own domain name

It’s been a while since I’ve blogged. This is the first post since I’ve moved my old blog http://springdom.blogspot.com to my new home. So I’ve decided to document what I went through. These few months I’ve been toying around owning…


No Image

100Mb Half Duplex problem between Cisco switch and Linux system

Today I ran into a weird scenario where a Linux system’s NIC would set itself to 100Mb half duplex regardless whether the device and NIC was manually configured to operate at full duplex. After strolling through Cisco’s website Troubleshooting Cisco…