NavigationRecent UpdatesUpcoming events |
Standards10 Ultimate Rules for Effective System AdministrationSubmitted by spp on Tue, 2008-08-05 14:04.Operating System | Process
I saw on one of the news sites (Slashdot or OSNews, forget which exactly) a story about the following 10 Essential Rules for System Administrators. These are mostly pretty basic and many of them are not really SA specific. I'm not certain that "backup regularly" and "test your backups regularly" are deserving of being two separate rules; I consider that testing backups is part of the overall backup process. One thing I thought was kind of interesting was the timing of this coming out with the number one rule being "Keep it Simple" and my first Black Belt System Administration topic "A punch is just a punch", which is not specifically about system design but about sticking with the basics. spp's blog | 3 comments | 224 reads
darcs: a study in communication failureSubmitted by allberyb on Sun, 2008-08-03 01:12.Process
The darcs revision control system has all but lost out to git within the past few months. A rather large part of the reason is a rushed and very poorly worded release announcement, following a rather long (I'm told 4 years; I haven't been aware of it that long, which itself is perhaps ominous) post-1.0 silence from the darcs developers: allberyb's blog | add new comment | 6496 reads
technical vs. political: an example of how the world worksSubmitted by allberyb on Sun, 2008-07-27 10:38.Process
Even people who are familiar with internal politics may not realize the extent to which technical decision-making can be a distant second, or worse, to political concerns. An extreme case is real politics: allberyb's blog | add new comment | 253 reads
Grub-booting memtest86 on x86 hardwareIt is trivial to set things up so you are able to select memtest86 as a boot option in GRUB: Download the latest memtest source from http://www.memtest86.com. Extract and follow the instructions in the README that comes with it to compile. Copy the resulting memtest.bin to /boot and edit /etc/grub.conf to have the following 3 lines:
title Memtest86
root (hd0,0)
kernel /boot/memtest.bin
Make sure you reboot to test. In theory this should work with any x86 OS + bootloader. I am doing this with RHEL 4 + GRUB. nomad's blog | 1 comment | 17346 reads
Mixing Multiple Volume Managers (especially ZFS and VxVM)I've recently had a number of projects at work that want to mix multiple volume managers on a single server, specifically ZFS and VxVM for SAN volumes (actually, three including SVM for internal boot disk mirroring). The projects generally are for database servers, and want to use VxVM for database volumes because ZFS currently has some serious limitation on database size (limited number of devices recommended in a single zpool) and performance (single threaded checksumming, for one). However, at the same time, they want to have access to some of ZFS's features (in particular, the ability to oversubscribe filesystems, dynamic resize, snapshots and rollback) for some of the other filesystems. spp's blog | add new comment | 517 reads
LinuxFest 2008 Recap.Submitted by mhalligan on Sat, 2008-05-03 19:04.Mentoring | Networking
Last weekend we went to LinuxFest NorthWest 2008 in Bellingham, WA. It was a great time, we handed out a bunch of Tee-Shirts, met a lot of good people, and saw some interesting presentations. I even spoke with around half a dozen potential summer interns. mhalligan's blog | add new comment | 628 reads
How to remove IPv6 on Red Hat nodesSubmitted by Aleksey Tsalolikhin on Sun, 2008-02-03 14:52.Linux
Picked up this tid-bit on how to disable IPv6 (which aligns with the general sys admin philosophy of "if we are not using it, remove it or turn it off to simplify the system and increase security": (1) Edit /etc/sysconfig/network and set NETWORKING_IPV6=no. (2) Issue the following command as root: 'chkconfig ip6tables off'. (3) Reboot the host machine. Aleksey Tsalolikhin's blog | 2 comments | 36053 reads
Leopard Preview cropping weirdness is driving me crazySubmitted by trey on Fri, 2008-01-04 15:09.Mac OS X
Something—I'm honestly not sure what—has changed in Mac OS X Leopard in a subtle way that has totally derailed my workflow for making presentations involving code samples. I give a lot of Keynote talks that are very heavy on code samples. For years, I've had a workflow for creating code-sample slides that's worked pretty well for me: First, I create a directory for the slide show. Inside is my Keynote presentation, and subdirectories for ancillary materials. The relevant ones here are code-samples/ and images/. In the code-samples/ directory, I create little files containing the code fragments. I edit them in Aquamacs Emacs (a very nice Aqua GUI for GNU Emacs) which gives me code syntax highlighting: Random thoughts on mentoringSubmitted by trey on Fri, 2007-12-28 15:39.Documentation | Mentoring
I've been thinking recently about what the term "mentoring" means for professional sysadmins. I've usually said that I'm "self-taught" in system administration. Most sysadmins I know say the same thing. I say this because I didn't take any classes on sysadmin, and in the technical aspects, at least, I was self-directed in my first few system administration jobs. My supervisors and coworkers may have given me hints or things to look at, but I didn't have the opportunity to watch them work directly. But I'm not really "self-taught", certainly not in the way that a musician might be "self-taught" or a cook might be "self-taught". You can imagine someone teaching themselves to play the piano, for instance, by sitting down at the keyboard and pressing different keys in various ways and observing how the piano sounds, or someone trying cooking ingredients in different ways and tasting the results. But can you imagine someone sitting down at a Unix prompt and typing random keystrokes until they learned how to administer a machine? trey's blog | add new comment | 659 reads
CFP: AFS & Kerberos Best Practices Workshop 2008Submitted by moose on Thu, 2007-12-06 01:18.Filesystems
The AFS & Kerberos Best Practices Workshop 2008 announces the 2008 Come talk to your peers about: * Completed projects or anything else of note involving AFS and/or Kerberos. The AFS & Kerberos Best Practices Workshop is a week long conference moose's blog | add new comment | 2363 reads
|