• Windows Server,  Windows XP

    Windows: Using SUBST to Map a Drive Letter to a Folder

    So you’re using some old app, like FoxPro and it points to a drive letter.  You only have one disk but need to spoof or mimic that drive letter.  Well, subst to the rescue.  Basically, pick a letter.  Let’s say S: as it’s not currently in use.  Then use the subst command followed by the letter followed by the path to map a drive letter to it.  For example, if you want tot mount up c:/sales as S: then use this command: subst s: c:/sales Now, don’t misuse this command as a replacement for, let’s say net use.  If it’s a network path still map it using the net use…

  • Mac OS X,  Unix

    Regular Expressions

    Basically, a regular expression is a pattern describing a certain amount of text. Their name comes from the mathematical theory on which they are based. But we will not dig into that. Since most people including myself are lazy to type, you will usually find the name abbreviated to regex or regexp. I prefer regex, because it is easy to pronounce the plural “regexes”. On this website, regular expressions are printed as regex. If your browser has proper support for cascading style sheets, the regex should be highlighted in red. This first example is actually a perfectly valid regex. It is the most basic pattern, simply matching the literal text…

  • On the Road

    On the Road: Travels with Charlie

    I travel a bit for work, and so a part of this blog is going to be dedicated to those travels.  To start this off, I thought I’d cover a little of how I like to travel rather than little notes about where.  So when I fly I like to be unencumbered with my bags.  So I almost always check my bags.  Then when I see people running up and down the isles trying to get their gargantuan bags crammed into little cubby holes I can laugh at them…  Of course, this means I have to wait for my bag to come out on the carousel but that’s a small price to pay for…

  • Mac OS X,  Mac OS X Server,  Unix

    The Basics of pico (or nano)

    At your Unix shell prompt, type: pico filename Replace filename with the name of the file you want to create or edit. For example, to create a file and name it indiana.txt, type: pico charles.txt If the file already exits, Pico opens it for you to edit. If it doesn’t exist yet, Pico creates it and places you in an editing buffer. Pico displays a menu bar of commonly-used commands at the bottom of the screen. Pico accepts commands from your keyboard but not from your mouse. To insert text into your Pico editing screen at the cursor, just begin typing. Pico inserts the text to the left of the…

  • sites

    https://krypted.com/

    So I haven’t told anyone about this site yet.  But I’m getting some hits and interested in what the people coming here would like for me to talk about.  Please submit requests via email and I’ll post away…

  • public speaking

    Speaking at DefCon

    This year’s DefCon seminar will cover the features and fundamental concepts of OS 10.3.4 Server. We will begin by describing the various roles of OS 10.3 SERVER in both small and medium sized offices. We will cover managing the webserver, email server and file storage. Finally, we will cover upgrading from 10.2 and data backup strategies. Bio for Charles Edge:Charles is a Senior Systems Engineer for Three18, Inc. and is a leader within the technical department and a mentor to the other field technicians as well as a trusted advisor to hundreds of Three18’s companies here in Los Angeles. His 10+ years of experience, coupled with his in-depth knowledge of…