Archive

Archive for the ‘News’ Category

MAC – Reset office 2008 serial

December 29th, 2009 No comments

I use a time machine backup to build MAC’s for our employees, saves me time on install and configurations, however our MAC users use office 2008 and require a unique key from our licensed copy. to re enter the office serial I just run the following two commands in terminal :

rm "/Applications/Microsoft Office 2008/Office/OfficePID.plist"
rm "~/Library/Preferences/Microsoft/Office 2008/Microsoft Office 2008 Settings.plist"

and re launch office.

CentOS 5.4 – install oracle client

October 22nd, 2009 No comments

oracle install will need :

yum install xorg-x11-deprecated-libs

CentOS 5 – add dag repo

October 22nd, 2009 No comments

rpm -Uvh http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm

Show pre-shared-key on ASA

October 21st, 2009 No comments

This command will show you the pre-shared-key configured on your ASA

more system:run | be tunnel-group ip.add.re.ss

php form field – safty

July 12th, 2009 No comments
        $value = htmlentities(stripslashes(strip_tags($value)));