Computers
The Network As A Symptom: DNS
by Eric Stewart on Apr.21, 2016, under Computers, Networking, Technology
We have an on call rotation at $JOB where, for a week, a given engineer is responsible for responding to after hours phone calls as well as tickets and ACL requests. During a recent turn of mine with the football, I got an ACL request that didn’t make sense, and after working it through with the DB Admin that made the request, I figured I’d write this. It’s sad that it’s probably mostly networking people that read the blog, because they already understand everything this will explain. It’s the DBAs, Developers, and other IT support personnel that could benefit from what I go over here.
NTP, ntpd, ntpq, and The Perils Of “Time”
by Eric Stewart on Aug.06, 2015, under Computers, Networking, Technology
We ran into a “time” situation at work, and I learned quite a bit about how NTPD works, and what exactly all the information in ntpq means. This has to do with the “Leap Second” that was instituted on June 30, 2015.
A Day With the iMac: Photo Syncing
by Eric Stewart on Nov.29, 2014, under Computers, Technology
So we’ve had some computers die and were in need of something for a specific purpose: something to sync and backup our iOS devices with. Seeing as how we were originally using Windows for that, you’d think we’d have just gotten a cheap Dell or something. But, no. After some discussion, we got a refurbished iMac from Apple. Given that we were used to how Windows worked, this may have not been the best idea … even for someone who otherwise likes Macs, like me.
MySQL Replication: Multi-Master with Slaves
by Eric Stewart on Aug.25, 2013, under Computers, Technology
Ran into a little issue at work and decided to write up some things to keep in mind when you have multiple masters with slaves behind each individual master.
xinetd (tftpd), the “bind” option, and clustering
by Eric Stewart on Jul.11, 2013, under Computers, Networking, Technology
Just a quickie, probably subject to some editing later on, about how to use the “bind” option multiple times with a given service – mainly, to have a TFTP server operate from behind a virtual IP as the virtual IP (instead of becoming its real IP in the middle of the transfer).
A couple of days with Windows 8
by Eric Stewart on Jul.04, 2013, under Computers, Technology
Having obtained a new MacBook Pro from work, along with a copy of VMWare Fusion, I decided to seek out a copy of Windows 8 to see what people were complaining about. While it might seem a little sacrilegious to full screen Windows 8 on a Mac, I take this sacrifice for you to let you know what I think.
It’s not all bad.
But it’s still pretty bad.
XUbuntu notes
by Eric Stewart on Oct.11, 2012, under Computers, Technology
More for myself than anything else, these are the notes I need when doing a fresh install of Xubuntu. I’ve moved my laptop to it at the time of writing this, and plan on moving all of my computers from stock Ubuntu to Xubuntu.
VMWare Tools Upgrades for CentOS Systems
by Eric Stewart on Jun.27, 2012, under Computers, Technology
Just a quickie post outlining something I ran into; I installed/upgraded VMWare Tools and ended up having no Ethernet device. This is what I think would be a streamlined procedure to get things where they should be.
Creating your own CentOS 6.2 LiveDVD
by Eric Stewart on Jun.12, 2012, under Computers, Technology
When I started, I had no real knowledge of kickstart files. Now I know a little, and I figured I could share with other CentOS/Red Hat admins how one might customize a kickstart file to create a LiveDVD ISO.
Synergy secured with Cygwin SSHD on Windows 7
by Eric Stewart on May.02, 2012, under Computers, Networking, Technology
Subject to changes: Windows 7 is where I find myself spending most of my time: At home it’s my game machine, and at work … well, it makes a passable platform for my email and web browsers. So, that’s where my keyboard and mouse live. However, at both home and work I have an Ubuntu (Linux variant) system next to the Windows box, and occasionally I add my laptop (also running Ubuntu) to the mix. I use Synergy to control the Linux systems from the Windows system, and use SSH tunnels to secure the connection. Here’s how I do it.