Twitter Updates for 2010-07-30

July 30th, 2010 Tom McClain No comments

Powered by Twitter Tools

Categories: TwitterTweets Tags: ,

Trying the twitter iphone app….

July 29th, 2010 Tom McClain No comments

Trying the twitter iphone app.. Hope it is a good relationship..

Categories: TwitterTweets Tags: ,

@jigar_patel yes sir tres cool…

July 29th, 2010 Tom McClain No comments

@jigar_patel yes sir tres cool…

Categories: TwitterTweets Tags: ,

@jigar_patel txt made it from …

July 29th, 2010 Tom McClain No comments

@jigar_patel txt made it from liferay… Rocks!

Categories: TwitterTweets Tags: ,

Twitter Updates for 2010-07-29

July 29th, 2010 Tom McClain No comments

Powered by Twitter Tools

Categories: TwitterTweets Tags: ,

chocolate chip frenzy.. ugly…

July 28th, 2010 Tom McClain No comments

chocolate chip frenzy.. ugly doesn’t even begin to describe it…

Categories: TwitterTweets Tags: ,

Dash of Bash

July 28th, 2010 Tom McClain No comments

In an effort to remember things that I’ve forgotten, here’s a little ditty to mount/umount a drive on Solaris. The drive in this case happens to be a SAN.

#!/usr/bin/bash
echo -n “Shall we play a game.. enter m or um:”
act1=”m”
act2=”um”
read myax
echo
echo -n “You selected $myax”
echo
if [ "$myax" = "$act1" ]; then
mount -F ufs /dev/dsk/c7t60060160F396110072EA3A6E4BFCD811d0s6 /dassan
echo “Mounted…”
echo
echo “Running df because I am cool like that”
echo “—————————————-”
df
echo “—————————————-”
elif [ "$myax" = "$act2" ]; then
umount /dassan
echo “Running df just to check …”
echo
df
echo
else
echo “No Soup for you”
fi

Categories: Ramblings Tags: , , ,

#paols2010 – added some PR for…

July 28th, 2010 Tom McClain No comments

#paols2010 – added some PR for the event at http://www.tiu11.org

Categories: TwitterTweets Tags: ,

#paols10 – added some PR for t…

July 28th, 2010 Tom McClain No comments

#paols10 – added some PR for the event at http://www.tiu11.org

Categories: TwitterTweets Tags: ,

remember why I script in perl …

July 28th, 2010 Tom McClain No comments

remember why I script in perl vs. bash

Categories: TwitterTweets Tags: ,