NavigationUpcoming events |
ApplicationsNooleus App Launcher for System AdministratorsSubmitted by andy_barry on Thu, 2010-01-14 09:15.Applications | System management
A graphical tool that allows you to create diagrams of your infrastructure and then use those diagrams to launch other tools. Active Nooleus is a graphical tool that allows you to quickly create diagrams of your infrastructure (servers, databases, switches, etc), and then use those diagrams to launch any external tool such as Putty, VNC, Exceed, Sqlplus, URLs...anything you like really. add new comment | 116 reads
Just submitted an article on Cfengine 3 to the Sys Advent Calendar blogSubmitted by Aleksey Tsalolikhin on Fri, 2009-12-18 21:26.Applications
Just submitted an article on Cfengine 3 to http://sysadvent.blogspot.com/ - I guess it'll be a few days before it's posted. Aleksey Tsalolikhin's blog | add new comment | 501 reads
How to compile xtrlock on CentOS (transparent screen saver, useful for NOC display station)Submitted by Aleksey Tsalolikhin on Tue, 2009-10-20 15:19.Applications
Download xtrlock source code from the Debian project (I used http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_2.0-13.tar.gz) Follow the instructions in debian/README.Debian: xmkmf make Then, take the first of the two gcc commands that were run by make, and rerun it manually, but add -DSHADOW_PWD to the defines section of the command line (-Dthis -Dthat -DSHADOW_PWD). (I tried to muck around with the 1000+ line Makefile but found it easier to just re-run the gcc commands) Then re-run the rest of the commands from that previous run of make make install chmod u+s /usr/bin/xtrlock (if you want non-root users to use it) Aleksey Tsalolikhin's blog | add new comment | 572 reads
How to run different mailservers side by side for the same domainSubmitted by ski on Thu, 2009-10-08 12:43.Applications | Linux | Unix
We are migrating from our old mail server to a new one with a completely different internal structure and many new features. I am using imapsync to migrate the data over (slow, but it works well). Before we do the last sync, my boss asked me to figure out a way to run the servers side by side so we could have the early adopters try the new mail server. The kicker is that both servers are set up to serve the same domain and we need to be able to have the early adopters get to their mail from either server. This solution works for us, but I am not sure if this is the best solution and would love to hear your ideas. ski's blog | add new comment | 648 reads
Sending SIGQUIT (ctrl-\) to ping will make it print a status line and continue pinging.Submitted by Aleksey Tsalolikhin on Tue, 2009-09-29 12:10.Applications
http://blog.sqawasmi.com/index.php/2009/09/28/ping-tip-ctl-backslash/ confirmed on Linux Aleksey Tsalolikhin's blog | add new comment | 563 reads
Nice setup for a software development startupSubmitted by ski on Wed, 2009-08-12 06:31.Applications | Backups | Directory Services | DNS | hardware components | Linux | Mac OS X | SAN | Storage | Unix | Windows
I was asked recently to find a low cost setup for a small software development company (about 30 people) for their infrastructure that had growth potential. I came up with the following: - One server running Open-E DSS software SAN/NAS: This holds 12 1TB disks in a raid 10 mirror and shares out the disks via iscsi, smb, and nfs (I am not using the other protocols available such as AFP, FTP...). It is certified for VMware. They use it for home directories and as an iscsi SAN for ESXi. - Two servers running ESXi software attached via iscsi to the SAN. along with a UPS, rack, switch, and firewall. ski's blog | add new comment | 601 reads
Transparent dynamic reverse proxy with nginxSubmitted by cmdln on Sun, 2009-07-12 13:58.Applications | Linux | Mentoring | WWW
A while back I wrote about using Apache as a dynamic reverse proxy. Anyone who has done even minimal research into web servers knows that Apache is the swiss army knife. It trys to be everything for everyone, and like a swiss army knife may not be as good as a more refined too at least as far as efficiency is concerned.Read the full article Transparent dynamic reverse proxy with nginx at
cmdln's blog | add new comment | 822 reads
Last Night's Atlanta Linux Enthusiasts: Getting to Know the Linux Kernel Virtual MachineSubmitted by villyard on Fri, 2009-06-19 09:29.Applications
Last night's presentation was Ryan Matteson ("Matty") talking about KVM. If you missed it, there's more info here, including slides. villyard's blog | add new comment | 569 reads
The National Society of Black Engineers Carnegie Mellon University Chapter/Data Processing Associates Pittsburgh ChapterSubmitted by ksmit5a on Tue, 2008-09-30 08:20.Applications
National Websites: Pre-College NSBE Alumni NSBE International NSBE National Convention Regional Sites: R1 R2 R3 R4 R5 R6 ID: 70634 Mr. Kenneth Smith Logout View Resume National Society of Black Engineers Created: Sunday, August 31, 2008 at 5:30 PM EST Edit this Resume ksmit5a's blog | add new comment | 1929 reads
The Display of Percent CPU in topSubmitted by wnl on Tue, 2007-07-31 11:48.Applications
The single most important piece of information processed by top is the
measure of a process's percentage cpu utilization, known as percent
cpu. Although top is perfectly capable of display and sorting on a
variety of information, by default it sorts by percent cpu. The
reason for this is that most people use top to find out what the cpu
is doing, or more specifically which process is hogging the cpu.
Percent cpu readily reveals this information.
wnl's blog | add new comment | 63563 reads
|