Linux






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

iSCSI @ Home

iSCSI or internet SCSI is a standard for running SCSI over an ip based network. For people familiar with this technology it basically enables you to mount remote disks over your existing IP infrastructure. Today I setup a simple iSCSI…