NavigationRecent UpdatesUpcoming events |
Operating System10 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 | 684 reads
RadmindSubmitted by umeditor on Thu, 2007-02-08 09:46.Configuration Mgmt | Operating System | Operating System
Remote Administration Daemon Mature A suite of Unix command-line tools and a server designed to remotely administer the file systems of multiple Unix machines. For Mac OS X, there's also a graphical interface. At its core, radmind operates as a tripwire. It is able to detect changes to any managed filesystem object, e.g. files, directories, links, etc. However, radmind goes further than just integrity checking: once a change is detected, radmind can optionally reverse the change. Each managed machine may have its own loadset composed of multiple, layered overloads. This allows, for example, the operating system to be described separately from applications. add new comment | 807 reads
NMAPSubmitted by dklein on Sun, 2007-01-14 10:50.Communications | Linux | Network | Networking | Operating System | Operating System | Protocols | Security | TCP | UDP | Unix | User Security | Visualization | Windows
Fast enumeration of network services Active Nmap is a powerful tool for discovering hosts on a network and enumerating what service they are offering. This can be used to find vulnerable systems, to locate rogue services on your network or simply for a first step in troubleshooting. add new comment | 1553 reads
screenSubmitted by scm on Tue, 2006-10-24 12:25.Applications | Communications | Desktop Environment | Operating System | Operating System
screen - screen manager with VT100/ANSI terminal emulation Mature Ever been disconnected from your ssh session while in the middle of something? Ever wished there was a way to reconnect to that lost ssh session? Screen is for you.. Screen is a full-screen window manager that multiplexes a physical terminal between several processes. In fact, when you execute screen, you can imagine that you turned on another screen to the server that you're working on. You then execute your process on that virtual screen, detach your connection from it and return, whenever you please, to that screen in order to continue working. Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows the user to move text regions between windows. When screen is called, it creates a single window with a shell in it (or the specified command) and then gets out of your way so that you can use the program as you normally would. Then, at any time, you can create new (full-screen) windows with other programs in them (including more shells), kill the current window, view a list of the active windows, turn output logging on and off, copy text between windows, view the scrollback history, switch between windows, etc. All windows run their programs completely independent of each other. Programs continue to run when their window is currently not visible and even when the whole screen session is detached from the users terminal. add new comment | 1097 reads
Graphing with RSubmitted by stuartf on Tue, 2006-10-03 07:15.Operating System
I wanted to know who was using our DNS servers for recursive lookups from off campus. Getting all the data together for this wasn't hard, but once I had it it was difficult to read, so I made a graph of it. Here's how: First I got all the data into a csv file one datapoint per line and a header line, it looks like:
The asns and names are pulled from Cymru, queries is the average number of queries from that netblock per day since we started monitoring, and hosts is the average number of unique IPs querying per day since we started monitoring. Getting the data into this format is left as an exercise for the reader (you probably want to graph something completely different anyway. stuartf's blog | add new comment | 10251 reads
Dtrace quick referenceSubmitted by doug on Thu, 2006-09-21 12:59.Applications | Operating System | Operating System | Unix
DTrace Quick Reference Guide New
add new comment | 1037 reads
phpLogConSubmitted by doug on Sun, 2006-08-27 20:54.Desktop Environment | Log Data | Operating System | Security
phpLogCon is a web interface to syslog and other network event data. Active phpLogCon is a web interface to syslog and other network event data. It provides easy browsing and some basic analysis of realtime network events. Depending on the applications feeding the database, it can process Windows event log entries and even SNMP trap data - just to name a few. phpLogCon is part of Adiscon's MonitorWare line of monitoring applications. It runs both under Windows and Unix/Linux. The database can be populated by MonitorWare Agent, WinSyslog or EventReporter on the Windows side and by rsyslog on the Unix/Linux side. phpLogCon itself is free, GPLed software (as are some other memebers of the product line). add new comment | 1186 reads
rsyslogSubmitted by doug on Sun, 2006-08-27 20:47.Applications | Communications | Network | Operating System | Operating System | Operating System | Security | Security | Unix
Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, fil Active Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. An optional web interface - phpLogCon - can be used to visualize all data online. add new comment | 1594 reads
|