Main Contents

What is Perl and how do I get started

June 18, 2009

Perl is short for “Practical Extraction and Report Language” and it merges the gap between scripting languages of SED and AWK and languages of C and C++. It has alot of the power of the formal languages but the ability to quickly get started like the scripting languages.
Where do I get Perl
So you have decided [...]

Filed under: Perl, Programming | Comments (1)

Querying and identifying PCI devices

June 5, 2009

Technorati Tags: PCI Devices,Symantec Endpoint Protection,WMI Scripting,Quering PCI devices,device control
The other day I was working with Symantec Endpoint protection trying to setup device control to disable wireless when a laptop was in the office. This was going to be used to prevent clients connected to a corporate network from connecting to wireless networks, and possibly [...]

Filed under: Programming | Comments (2)

Launching Programs from C#

October 17, 2008

Recently I was tasked with getting my clients users to login in to their vpn connection. The connection is an ssl vpn, simple right just give them the url and your all set right. Well the rub came in the client reserves the right to change the url at any time and communication etc. would [...]

Filed under: C#, Programming | Comments (0)