Mark Dragon

Author's posts

Minecraft Client-side SMP Friendly Modding

Minecraft mods can seem very overwhelming and remembering the order to install everything can be a real chore.  Then add SMP into the mix and it gets even worse.  I’ve compiled these few steps to get a small list of client-side mods and a texture pack installed that work with most, if not all, SMP …

Continue reading

Share

How To: Add a Brush to SyntaxHighlighter Evolved

In this example, we will be adding the “Batch” (shBrushBat.js) brush to SyntaxHighlighter Evolved from the blog, Under My Hat.  This is also useful when you upgrade SyntaxHighlighter Evolved and need to readd brushes to your install. Download the brush from Under My Hat. Upload the file “shBrushBat.js” to your WordPress “/wp-content/plugins/syntaxhighlighter/third-party-brushes” folder. Log into your WordPress dashboard and go …

Continue reading

Share

Early 2010 MacBook Pro Windows Drivers

Tracking down the latest drivers for a MacBook Pro to use in Windows can be an absolute pain if you don’t have any tools to help you identify the hardware.  Even with the proper tools, many things have been rebranded to Apple hardware names in these programs.  The information below will only be useful to …

Continue reading

Share

Adobe Flash Player 10.1.102.64 Install Batch Script

Here’s the script I use for deploying Adobe Flash Player via Altiris NS and SCCM 2007 using the System account.  It also works well if you need to run it manually from an Administrator account on the computer.  The script has been tested under Windows XP x86 and Windows 7 x64. If you plan on …

Continue reading

Share

Year Month Day Date Batch Script

Here’s a simple script that will give you today’s date in numeric format in three variables.  This has a bunch of uses, but I use it when I need to audit when a script was last run.  The script has been tested under Windows XP x86 and Windows 7 x64.  You may need to swap …

Continue reading

Share