September 2010
S M T W T F S
« Aug    
 1234
567891011
12131415161718
19202122232425
2627282930  

Thomas' Photography

Turkey - IstanbulStephen at ZooKidsFeatured PhotographySpain - GranadaPatel ChristeningFamily - Mi FamiliaMardi GrasAquariumSpain - BarcelonaJamieFrench QuarterCemeteriesSpainOrlando

Shuttle Launch

During our recent trip to Disney I had the opportunity to watch (from afar) the Shuttle launch. I’m going through pictures and figured I would share one.

It was about 6:00 in the morning and it was very dark out. When it launched it lit the entire eastern side of the sky, an amazing [...]

Updates & Changes

I know I have at least three friends that are not on Facebook for one reason or another. Those people may be unaware that I have started to get a little more serious about my photography. I am start to book jobs and am trying to get a little income out of the deal. I [...]

SMS Email Gateways

I find myself looking up this page rather often. Rather than consulting Google all the time I figure I will just put the link here.

This is a livejournal page that has, what appears to be, a very inclusive list of all the SMS email gateways. This makes it really easy to page a person with [...]

DRM Creates Criminals!

I can’t think of a better way to say it…

A picture is worth a thousand words

General Updates

I haven’t updated in awhile so I’m just going to get everything up to speed real quickly.

Katrina interrupted my educational plans so I’m re-enrolled at UNO double majoring in mathematics and computer science

I am planning on running in the Mardi Gras marathon on Feburary 1, 2009

I have been running with my brother lately, however I [...]

Scientific Purity

http://xkcd.com

Slow Terminal Sessions with Vista and Windows 2003

Every time I reload or get a new laptop I run into this problem and need to search for the answer.

When I terminal into a Windows 2003 server from Vista the session is really slow on all the mouse clicks, however keyboard input is normal.

The fix is to enter this at the command prompt and [...]

Perl Backup Script

I wrote a perl script a few years ago to backup a system and keep the backup for one month. I’m wondering if anyone can make improvements and explain them.

 

#!/usr/bin/perl -w

 

($second, $Minute, $Hour, $Day, $Month, $Year, $WeekDay, $DayOfYear, $IsDST) = localtime(time) ;

 

# In Perl, you’ll need to increment the month by 1

my $RealMonth = $Month [...]

Slackware re-Installation

I acquired some new drives from some recently retired hardware. I’m currently in the process of rebuilding the system. Hopefully everything will remain operating through the night and until morning.

I’m going to try and get the entire LAMP stack working tonight. It wasn’t that difficult the first time, but I did find a great guide [...]

Slackware Server

I decided I’m going to rework my blog and photography site, plus I have a few people that are asking me to redevelop their sites. Not a problem I have an old HP DL360 I can use as a sandbox server with RAID and work until everything is perfect (never happened) and not mess up [...]

Re-learning Perl

Here’s the story – I’m a “Systems Administrator” for a mostly Microsoft network, however because of management we have an Oracle implementation that is running on RHEL4. I am making the case to migrate it to AIX, and with the datacenter constraints it really shouldn’t be difficult. Because of my current server operating systems I’ve [...]

IBM Power 6 and Oracle

I haven’t been posting for awhile now, but I figured I would update. Lately I’ve been working on our Oracle implementation and am desperately trying to convince management that we need to put it on AIX rather than RedHat Linux. I really like the System p hardware and the new Power 6 chip absolutely rocks, [...]

Get Disabled Users and When They Were Modified Last

This is turning into my PowerShell notebook but I’m finding some good applications and don’t want to forget or lose, so here’s another one.

It searches AD in the domain and OU specified for users that do not have NULL values for the homeDirectory and sorts by when they were changed last. Seems to work unless [...]

PowerShell Script to Reset Home Directory Permissions

We had something happen at work and all the user home directory permissions were totally reconfigured. This meant that every user was able to read ever other user’s home directories. Not a good thing!

Over time and various fileserver migrations these permissions have been mangled and I have wanted to write a script to reset all [...]

Figuring thing out…

This is just a small blurb from a PowerShell Blog about novice and senior administrators that I found interesting.

 

http://blogs.msdn.com/powershell/archive/2007/06/19/figuring-things-out.aspx