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 [...]
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 [...]
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 [...]
I can’t think of a better way to say it…
A picture is worth a thousand words
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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, [...]
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 [...]
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 [...]
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
Recent Comments