BashPodder: A new update

Yes it certainly has been a while since I have done *anything* with BashPodder. I have, however, received a few requests for things and some for access to the code on GitHub so it could be worked into some actual distribution packages. Queue this post. BashPodder – the original, now on GitHub. https://github.com/lincgeek/bashpodder Have at […]

Multi-threaded scripts using screen

Recently I had to do some more email migrations, and I wanted to script them. But how do you take hundreds of migrations and run, say, 15 at a time, scripted, so you don’t beat up your mail server? Good question! What I settled on was writing a bash script to call a certain number […]

Screenshots

I have long been fascinated by different peoples computing environments. Somehow I believe it shows a little glimpse into someone’s mind. With that in mind, I thought it might be interesting to other people as well so I polled a group of my friends who are some of the most influential computing buddies I have. […]

Rsync bug

Bitten by the rsync bug? I was. Apparently in the new RHEL 5.7, and I am sure the RH clones like CentOS, Scientific Linux and ClearOS(?) as well, there is a bug in rsync when you use it with ssh transport like so: rsync -avz -e ssh remotehost:/data /data The fix is to make sure […]

Linux Shell Scripting Cookbook

   As a full time Senior Linux System Administrator in real life I was quite interested to get my fingers on this book for a review. After all, the job of a smart sysadmin pretty much dictates scripting away as much of your work as possible. We are a lazy bunch and we call that […]

Stay Tuned!

I have been asked to review the “Linux Shell Scripting Cookbook” by Packt Publishing. It’s supposed to be coming in a couple days, so here’s your teaser to stay tuned! Packt Pub vs. Curmudgeonly SyaAdmin, a dead tree death match, only here at lincgeek.org/blog.

My Web Workers Toolkit

Ahh, it’s been far too long since I have had anything to say here. I have to say that I have been *legitimately* busy this time. As many of you know, we have come to a close on the first season of The LinuxLink TechShow. That’s 365 (about) 2 hour long episodes over the course […]

Playing catch-up

I decided that on my vacation I would do some catch-up work. I have many times mentioned that I am a consummate procrastinator, and if you combine that with me being just generally whooped tired after 12 hours away from home on any average day, you understand why my computers seem to go uncared for. […]

Ubuntu 9.10 and Grub 2

Yes, another post about Ubuntu 9.10. I know I tried it out before, but I put it on this new (old) laptop and am giving it a little better run this time. I still believe 9.10 (Karmic) to be a fine running distribution and this time I got to test out my method of installing […]

Coding FLB style.

In between bouts of making Linc’s World Famous Potato Soup, I had a few minutes to do some catch-up coding today on FreeLinuxBox. It desperately needed an rss feed, so that is what I coded up. How else are you supposed to know there is new stuff there right? Well, all finished and added the […]