Sys_Basher

Late last ‘week I noticed that my new nagios server was not responding anymore. Well, I checked it and it was down. Not only that, it was a vm on my test server and the entire server was down as well. Arrrgh. Usually I use this as a foray to tell you all to remember […]

Command Line Mail

Here’s one for the book…: I have a script that monitors a process and I want it to email my cellphone (to page me) if things don’t look just right. The problem is that just using “mail” or “mailx” in a script fails because my carrier divines whether or not my return address is real. […]

Nagios

Even though I wrote and use OSM I also use Nagios at work (along with OSM). Actually, I administer Nagios there, however I have never actually installed and configured it. It was in place before I started there. That being said, my manager asked me how to get it installed and running today, as he […]

CentOS 5.x and SVN server

Just a quickie tutorial on how to set up a web based subversion server on a CentOS server in a hurry. To start with you need a CentOS 5.x install with a working web server. # yum install subversion mod_dav_svn Pick a directory where you want to house your repo. We’ll say for argument mine […]

Building an rpm to install script files

On an rpm based system, say CentOS, first make sure that the rpm-build package is installed. In your user account, not as root (bad form and all) make the following directories: mkdir -p ~/rpm mkdir -p ~/rpm/BUILD mkdir -p ~/rpm/RPMS mkdir -p ~/rpm/SOURCES mkdir -p ~/rpm/SPECS mkdir -p ~/rpm/SRPMS mkdir -p ~/rpm/tmp And create an […]

BashPodder

I mentioned previously that I was thinking of adding some new functionality to my BashPodder pages. I wanted something to help me keep track of information and new user contrib scripts there instead of me manually taking care of it all. The best solution I could think of was a forum. Then, I got thinking […]

Catch up

I know I haven’t posted in a while again. It’s getting to be one of those things where I have so much going on I don’t know where to start 🙂 I have been working on my RackSpace application a bit. Well, enough to get it registered on Sourceforge. Not sure what else to do […]

New Modem

I wrote a little bit ago about my writing a little service monitor script, OpenServerMon, yes, I know the name has changed already. Well, the reason I wrote the script initially is I wanted to be notified when my home internet service went down. Wouldn’t you know it, it worked…. A LOT! Apparently, I put […]

IdentiBash

Apparently the code tags here don’t really like some code. This is made notable by the complete omission of some of the code that belonged in the sed commands of the script. So, in order for you all to actually get the complete code I put the code here at http://lincgeek.org/linc/scripts/identibash. Have at it and […]

IdentiBash

I was reading my rss feeds today and ran across this great article telling how to use wget or curl to make a twitter post. Well I just happen to use identica (free and all) server that my friend Dann set up, so that stuff didn’t quite work. Drat. Well, when I saw Dann pop […]