bits | andy smith's blog
random stuff from the mind of a twenty-something professional geek

Archive for the ‘Linux’ Category

RedHat, NFS and static ports

12.17.2010 · Posted in Linux, Networking

Using NFS between two machines on the same network is usually free of hassle, so the default behaviour – on Linux, at least – is fine and can be left as it is. However, in a commercial setting (such as the ones I manage in my day job) it’s often the case that the machines ...

iproute2: Life after ifconfig

02.24.2010 · Posted in Linux, Networking

The standard network tools ifconfig, netstat and route will be familiar to anyone with more than a passing interest in UNIX or any of its derivations. Linux is no exception, and if you hop on to your nearest Linux machine, you’ll find these installed. However, for the past few years ifconfig and its ilk (often ...

Fixing Likewise startup scripts on Debian Squeeze

02.11.2010 · Posted in Linux, Tips

Just a quick one, this… If you install Likewise Open on Debian Squeeze, you may notice that it doesn’t start on boot-up. The reason is because the new dependency-based boot sequence doesn’t like the init scripts Likewise provides. Luckily, it’s pretty easy to fix. First, make sure you have chkconfig installed (apt-get install chkconfig if ...

Authenticating Active Directory users on Linux with Likewise Open

01.28.2010 · Posted in Linux, Security, UNIX

Historically, if you wanted to use Active Directory to authenticate users on a UNIX box, you were pretty much limited to using LDAP. This works fine for some people, but it’s not particularly elegant – especially if you’re having to create users home directories all the time, which negates some of the point of centralising ...