<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>liggyman&#039;s blog</title>
	<atom:link href="http://liggyman.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://liggyman.com</link>
	<description>rants and knowledge dumps</description>
	<lastBuildDate>Wed, 17 Mar 2010 00:51:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tribes2:  evo_mapRotation.cs  (mission list)</title>
		<link>http://liggyman.com/?p=146</link>
		<comments>http://liggyman.com/?p=146#comments</comments>
		<pubDate>Wed, 17 Mar 2010 00:51:02 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[Tribes]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tribes2]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=146</guid>
		<description><![CDATA[I invested some time into creating this map rotation list for a server I&#8217;m running.  (for use with evoadmin MOD)

// Use of this file
// To add a new map follow this rules:
// 1. Find the file name, ending in .mis (ie BeggarsRun.mis)
// 2. Add a line with this syntact: addRotationMap(filename, gametype, %ffa, %cycle);
//
// %ffa [...]]]></description>
			<content:encoded><![CDATA[<p>I invested some time into creating this map rotation list for a server I&#8217;m running.  (for use with evoadmin MOD)</p>
<p><code><br />
// Use of this file<br />
// To add a new map follow this rules:<br />
// 1. Find the file name, ending in .mis (ie BeggarsRun.mis)<br />
// 2. Add a line with this syntact: addRotationMap(filename, gametype, %ffa, %cycle);<br />
//<br />
// %ffa = changing this to 0, will remove the map from the FFA mode<br />
// %cycle = changing this to 0 will remove the map from the FFA cycle, but not from the rotation (optional)<br />
//                                if %ffa is 0, %cycle is useless<br />
//<br />
// Note: filename must be written without .mis<br />
//<br />
// Example: addRotationMap(BeggarsRun, CTF, 1, 1);<br />
//                                Beggar's Run will be in the FFA mapRotation. It's in the cycle and can be voted<br />
//<br />
// Example: addRotationMap(BeggarsRun, CTF, 1, 0);<br />
//                                Beggar's Run will be in the FFA mapRotation. It's not in the cycle, but can be voted<br />
//<br />
// Example: addRotationMap(BeggarsRun, CTF, 0);<br />
//                                Beggar's Run won't be in the FFA mapRotation. It's not in the cycle and can't be voted<br />
//<br />
// Info:<br />
// If you don't want a map to be played neither in Tournement Mode, write // at the beginning of the line (or delete the line)<br />
// If you don't want a gametype to be played, just don't add any map of that gametype<br />
// Some Mods (ie LakRabbit) use own maps. To use this mods, you must add the maps in this file<br />
// %cycle variable is optional and if not included the map will always be in the cycle (if %ffa is 1).</p>
<p>// ******************************<br />
// * Capture The Flag Base Maps *<br />
// ******************************</p>
<p>addRotationMap("Archipelago", CTF, 1, 1);<br />
//addRotationMap("BeggarsRun", CTF, 1, 1);<br />
//addRotationMap("Damnation", CTF, 1, 1);<br />
//addRotationMap("DeathBirdsFly", CTF, 1, 1);<br />
//addRotationMap("Desiccator", CTF, 1, 1);<br />
//addRotationMap("DustToDust", CTF, 1, 1);<br />
//addRotationMap("Firestorm", CTF, 1, 1);<br />
//addRotationMap("Katabatic", CTF, 1, 1);<br />
//addRotationMap("Minotaur", CTF, 1, 1);<br />
//addRotationMap("Quagmire", CTF, 1, 1);<br />
//addRotationMap("Recalescence", CTF, 1, 1);<br />
//addRotationMap("Reversion", CTF, 1, 1);<br />
//addRotationMap("RiverDance", CTF, 1, 1);<br />
//addRotationMap("Sanctuary", CTF, 1, 1);<br />
//addRotationMap("Slapdash", CTF, 1, 1);<br />
//addRotationMap("ThinIce", CTF, 1, 1);<br />
//addRotationMap("Tombstone", CTF, 1, 1);</p>
<p>// *********************************<br />
// * Capture The Flag Classic Maps *<br />
// *********************************</p>
<p>//addRotationMap("AcidRain", CTF, 1, 1);<br />
//addRotationMap("Blastside_nef", CTF, 1, 1);<br />
//addRotationMap("Broadside_nef", CTF, 1, 1);<br />
//addRotationMap("Confusco", CTF, 1, 1);<br />
//addRotationMap("DangerousCrossing_nef", CTF, 1, 1);<br />
//addRotationMap("DesertofDeath_nef", CTF, 1, 1);<br />
//addRotationMap("Gorgon", CTF, 1, 1);<br />
//addRotationMap("Hillside", CTF, 1, 1);<br />
//addRotationMap("IceRidge_nef", CTF, 1, 1);<br />
//addRotationMap("Lakefront", CTF, 1, 1);<br />
//addRotationMap("Magmatic", CTF, 1, 1);<br />
//addRotationMap("Raindance_nef", CTF, 1, 1);<br />
//addRotationMap("Ramparts", CTF, 1, 1);<br />
//addRotationMap("Rollercoaster_nef", CTF, 1, 1);<br />
//addRotationMap("Sandstorm", CTF, 1, 1);<br />
//addRotationMap("Scarabrae_nef", CTF, 1, 1);<br />
//addRotationMap("ShockRidge", CTF, 1, 1);<br />
//addRotationMap("Snowblind_nef", CTF, 1, 1);<br />
//addRotationMap("Starfallen", CTF, 1, 1);<br />
//addRotationMap("Stonehenge_nef", CTF, 1, 1);<br />
//addRotationMap("Sub-zero", CTF, 1, 1);<br />
//addRotationMap("Surreal", CTF, 1, 1);<br />
//addRotationMap("Titan", CTF, 1, 1);<br />
//addRotationMap("WhiteDwarf", CTF, 1, 1);</p>
<p>// ******************************</p>
<p>// * TWL Map pack *</p>
<p>// ******************************</p>
<p>addRotationMap("TWL_Abaddon", CTF, 1, 0);<br />
addRotationMap("TWL_BaNsHee", CTF, 1, 0);<br />
addRotationMap("TWL_BeachBlitz", CTF, 1, 0);<br />
addRotationMap("TWL_BeggarsRun", CTF, 1, 0);<br />
//addRotationMap("TWL_BlueMoon", CTF, 1, 0);<br />
addRotationMap("TWL_Boss", CTF, 1, 0);<br />
//addRotationMap("TWL_Celerity", CTF, 1, 0);<br />
addRotationMap("TWL_Chokepoint", CTF, 1, 0);<br />
addRotationMap("TWL_Cinereous", CTF, 1, 0);<br />
addRotationMap("TWL_Clusterfuct", CTF, 1, 0);<br />
addRotationMap("TWL_Crossfire", CTF, 1, 0);<br />
addRotationMap("TWL_Curtilage", CTF, 1, 0);<br />
addRotationMap("TWL_Damnation", CTF, 1, 0);<br />
addRotationMap("TWL_DangerousCrossing", CTF, 1, 0);<br />
addRotationMap("TWL_DeadlyBirdsSong", CTF, 1, 0);<br />
addRotationMap("TWL_Deserted", CTF, 1, 0);<br />
addRotationMap("TWL_Desiccator", CTF, 1, 0);<br />
//addRotationMap("TWL_Drifts", CTF, 1, 0);<br />
addRotationMap("TWL_Feign", CTF, 1, 0);<br />
addRotationMap("TWL_Frostclaw", CTF, 1, 0);<br />
addRotationMap("TWL_Frozen", CTF, 1, 0);<br />
addRotationMap("TWL_Harvester", CTF, 1, 0);<br />
addRotationMap("TWL_Horde", CTF, 1, 0);<br />
addRotationMap("TWL_Katabatic", CTF, 1, 0);<br />
addRotationMap("TWL_Magmatic", CTF, 1, 0);<br />
addRotationMap("TWL_Minotaur", CTF, 1, 0);<br />
addRotationMap("TWL_Neve", CTF, 1, 0);<br />
addRotationMap("TWL_NoShelter", CTF, 1, 0);<br />
addRotationMap("TWL_OsIris", CTF, 1, 0);<br />
addRotationMap("TWL_Pandemonium", CTF, 1, 0);<br />
addRotationMap("TWL_Quagmire", CTF, 1, 0);<br />
addRotationMap("TWL_Raindance", CTF, 1, 0);<br />
addRotationMap("TWL_Ramparts", CTF, 1, 0);<br />
addRotationMap("TWL_Reversion", CTF, 1, 0);<br />
addRotationMap("TWL_Rollercoaster", CTF, 1, 0);<br />
addRotationMap("TWL_Runenmacht", CTF, 1, 0);<br />
addRotationMap("TWL_Sandstorm", CTF, 1, 0);<br />
addRotationMap("TWL_Slapdash", CTF, 1, 0);<br />
addRotationMap("TWL_Snowblind", CTF, 1, 0);<br />
addRotationMap("TWL_Starfallen", CTF, 1, 0);<br />
addRotationMap("TWL_Stonehenge", CTF, 1, 0);<br />
addRotationMap("TWL_SubZero", CTF, 1, 0);<br />
addRotationMap("TWL_Surreal", CTF, 1, 0);<br />
addRotationMap("TWL_Titan", CTF, 1, 0);<br />
addRotationMap("TWL_WhiteDwarf", CTF, 1, 0);<br />
addRotationMap("TWL_WilderZone", CTF, 1, 0);<br />
//addRotationMap("TWL_WoodyMyrk", CTF, 1, 0);</p>
<p>// ******************************</p>
<p>// * TWL2 Map pack *</p>
<p>// ******************************</p>
<p>addRotationMap("TWL2_Bleed", CTF, 1, 0);<br />
addRotationMap("TWL2_BlueMoon", CTF, 1, 0);<br />
addRotationMap("TWL2_CanyonCrusadeDeluxe", CTF, 1, 0);<br />
addRotationMap("TWL2_Celerity", CTF, 1, 0);<br />
addRotationMap("TWL2_CloakOfNight", CTF, 1, 0);<br />
addRotationMap("TWL2_Crevice", CTF, 1, 0);<br />
addRotationMap("TWL2_Dissention", CTF, 1, 0);<br />
addRotationMap("TWL2_Drifts", CTF, 1, 0);<br />
addRotationMap("TWL2_Drorck", CTF, 1, 0);<br />
addRotationMap("TWL2_FrozenGlory", CTF, 1, 0);<br />
addRotationMap("TWL2_FrozenHope", CTF, 1, 0);<br />
addRotationMap("TWL2_Hildebrand", CTF, 1, 0);<br />
addRotationMap("TWL2_IceDagger", CTF, 1, 0);<br />
addRotationMap("TWL2_JaggedClaw", CTF, 1, 0);<br />
addRotationMap("TWL2_Magnum", CTF, 1, 0);<br />
addRotationMap("TWL2_MidnightMayhemDeluxe", CTF, 1, 0);<br />
addRotationMap("TWL2_MuddySwamp", CTF, 1, 0);<br />
addRotationMap("TWL2_Norty", CTF, 1, 0);<br />
addRotationMap("TWL2_Ocular", CTF, 1, 0);<br />
addRotationMap("TWL2_RoughLand", CTF, 1, 0);<br />
addRotationMap("TWL2_Ruined", CTF, 1, 0);<br />
addRotationMap("TWL2_Skylight", CTF, 1, 0);<br />
addRotationMap("TWL2_WoodyMyrk", CTF, 1, 0);</p>
<p>// *****************************************<br />
// * Capture The Flag (Practice) Base Maps *<br />
// *****************************************</p>
<p>addRotationMap("Archipelago", PracticeCTF, 1, 1);<br />
//addRotationMap("BeggarsRun", PracticeCTF, 1, 1);<br />
//addRotationMap("Damnation", PracticeCTF, 1, 1);<br />
//addRotationMap("DeathBirdsFly", PracticeCTF, 1, 1);<br />
//addRotationMap("Desiccator", PracticeCTF, 1, 1);<br />
//addRotationMap("DustToDust", PracticeCTF, 1, 1);<br />
//addRotationMap("Firestorm", PracticeCTF, 1, 1);<br />
//addRotationMap("Katabatic", PracticeCTF, 1, 1);<br />
//addRotationMap("Minotaur", PracticeCTF, 1, 1);<br />
//addRotationMap("Quagmire", PracticeCTF, 1, 1);<br />
//addRotationMap("Recalescence", PracticeCTF, 1, 1);<br />
//addRotationMap("Reversion", PracticeCTF, 1, 1);<br />
//addRotationMap("RiverDance", PracticeCTF, 1, 1);<br />
//addRotationMap("Sanctuary", PracticeCTF, 1, 1);<br />
//addRotationMap("Slapdash", PracticeCTF, 1, 1);<br />
//addRotationMap("ThinIce", PracticeCTF, 1, 1);<br />
//addRotationMap("Tombstone", PracticeCTF, 1, 1);</p>
<p>// *********************************<br />
// * Capture The Flag Classic Maps *<br />
// *********************************</p>
<p>//addRotationMap("AcidRain", PracticeCTF, 1, 1);<br />
//addRotationMap("Blastside_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("Broadside_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("Confusco", PracticeCTF, 1, 1);<br />
//addRotationMap("DangerousCrossing_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("DesertofDeath_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("Gorgon", PracticeCTF, 1, 1);<br />
//addRotationMap("Hillside", PracticeCTF, 1, 1);<br />
//addRotationMap("IceRidge_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("Lakefront", PracticeCTF, 1, 1);<br />
//addRotationMap("Magmatic", PracticeCTF, 1, 1);<br />
//addRotationMap("Raindance_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("Ramparts", PracticeCTF, 1, 1);<br />
//addRotationMap("Rollercoaster_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("Sandstorm", PracticeCTF, 1, 1);<br />
//addRotationMap("Scarabrae_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("ShockRidge", PracticeCTF, 1, 1);<br />
//addRotationMap("Snowblind_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("Starfallen", PracticeCTF, 1, 1);<br />
//addRotationMap("Stonehenge_nef", PracticeCTF, 1, 1);<br />
//addRotationMap("Sub-zero", PracticeCTF, 1, 1);<br />
//addRotationMap("Surreal", PracticeCTF, 1, 1);<br />
//addRotationMap("Titan", PracticeCTF, 1, 1);<br />
//addRotationMap("WhiteDwarf", PracticeCTF, 1, 1);</p>
<p>// ******************************</p>
<p>// * TWL Map pack *</p>
<p>// ******************************</p>
<p>addRotationMap("TWL_Abaddon", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_BaNsHee", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_BeachBlitz", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_BeggarsRun", PracticeCTF, 1, 0);<br />
//addRotationMap("TWL_BlueMoon", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Boss", PracticeCTF, 1, 0);<br />
//addRotationMap("TWL_Celerity", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Chokepoint", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Cinereous", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Clusterfuct", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Crossfire", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Curtilage", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Damnation", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_DangerousCrossing", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_DeadlyBirdsSong", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Deserted", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Desiccator", PracticeCTF, 1, 0);<br />
//addRotationMap("TWL_Drifts", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Feign", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Frostclaw", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Frozen", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Harvester", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Horde", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Katabatic", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Magmatic", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Minotaur", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Neve", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_NoShelter", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_OsIris", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Pandemonium", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Quagmire", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Raindance", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Ramparts", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Reversion", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Rollercoaster", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Runenmacht", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Sandstorm", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Slapdash", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Snowblind", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Starfallen", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Stonehenge", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_SubZero", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Surreal", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_Titan", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_WhiteDwarf", PracticeCTF, 1, 0);<br />
addRotationMap("TWL_WilderZone", PracticeCTF, 1, 0);<br />
//addRotationMap("TWL_WoodyMyrk", PracticeCTF, 1, 0);</p>
<p>// ******************************</p>
<p>// * TWL2 Map pack *</p>
<p>// ******************************</p>
<p>addRotationMap("TWL2_Bleed", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_BlueMoon", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_CanyonCrusadeDeluxe", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Celerity", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_CloakOfNight", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Crevice", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Dissention", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Drifts", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Drorck", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_FrozenGlory", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_FrozenHope", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Hildebrand", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_IceDagger", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_JaggedClaw", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Magnum", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_MidnightMayhemDeluxe", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_MuddySwamp", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Norty", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Ocular", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_RoughLand", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Ruined", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_Skylight", PracticeCTF, 1, 0);<br />
addRotationMap("TWL2_WoodyMyrk", PracticeCTF, 1, 0);<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openfiler:  How to join an active directory domain</title>
		<link>http://liggyman.com/?p=141</link>
		<comments>http://liggyman.com/?p=141#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:57:04 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[openfiler]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=141</guid>
		<description><![CDATA[Below are the steps I take to join an Openfiler machine to an Active Directory domain.  I hope this helps anyone who is having issues with their setup.
Assumptions:
domain is named:  domain.tld
domain controller is dc.domain.tld
Use Windows domain controller and authentication [checked]
Security model:      Active Directory
Domain / Workgroup:  domain
Domain controllers: [...]]]></description>
			<content:encoded><![CDATA[<p>Below are the steps I take to join an Openfiler machine to an Active Directory domain.  I hope this helps anyone who is having issues with their setup.</p>
<p>Assumptions:<br />
domain is named:  domain.tld<br />
domain controller is dc.domain.tld</p>
<p><code>Use Windows domain controller and authentication [checked]<br />
Security model:      Active Directory<br />
Domain / Workgroup:  domain<br />
Domain controllers:     dc.domain.tld<br />
ADS realm:  DOMAIN.TLD<br />
Join domain:      [checked]<br />
Administrator username:     domain\Administrator<br />
Administrator password:     password</code></p>
<p>I submit the form once or twice to get the Openfiler server to showup in the Computers OU on the DC, waiting 2-3 minutes between attempts.  After it appears I wait another 3 minutes to see if the groups populate on OF.  If not I repeat the above again, and OF pulls the groups down.</p>
<p>It&#8217;s a little weird, but this behaviour has been consistent for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tribes2:  Terrain Packs</title>
		<link>http://liggyman.com/?p=136</link>
		<comments>http://liggyman.com/?p=136#comments</comments>
		<pubDate>Fri, 12 Mar 2010 15:58:08 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[Tribes]]></category>
		<category><![CDATA[tribes2]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=136</guid>
		<description><![CDATA[Many years ago I repacked a couple of terrain sets for use with Tribes2.  Recently, I have been getting more and more requests to share these packs.
Enjoy:
zLiggy-Original-terrain.vl2
zLiggy-UT2k3-terrain.vl2 
]]></description>
			<content:encoded><![CDATA[<p>Many years ago I repacked a couple of terrain sets for use with Tribes2.  Recently, I have been getting more and more requests to share these packs.</p>
<p>Enjoy:<br />
<a href="http://www.mediafire.com/file/t0gnykibnht/zLiggy-Original-terrain.vl2">zLiggy-Original-terrain.vl2</a><br />
<a href="http://www.mediafire.com/file/zyndttzjmuz/zLiggy-UT2k3-terrain.vl2">zLiggy-UT2k3-terrain.vl2</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue installing SP3 on Windows XP</title>
		<link>http://liggyman.com/?p=128</link>
		<comments>http://liggyman.com/?p=128#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:23:57 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[IT issues]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=128</guid>
		<description><![CDATA[This is a note from awhile ago, and I&#8217;m not sure what the original source for this solution is.
The Problem:  The Service Pack 3 installation would start, but was unable to complete successfully.
The Solution involved registering a bunch of .DLL files by running the below commands.  A popup appears after running each line.

net [...]]]></description>
			<content:encoded><![CDATA[<p>This is a note from awhile ago, and I&#8217;m not sure what the original source for this solution is.</p>
<p>The Problem:  The Service Pack 3 installation would start, but was unable to complete successfully.</p>
<p>The Solution involved registering a bunch of .DLL files by running the below commands.  A popup appears after running each line.</p>
<p><code><br />
net stop wuauserv<br />
regsvr32 wuapi.dll<br />
regsvr32 wuweb.dll<br />
regsvr32 atl.dll<br />
regsvr32 wups2.dll<br />
regsvr32 wuaueng1.dll<br />
regsvr32 wups.dll<br />
regsvr32 MSXML3.dll<br />
regsvr32 wucltui.dll<br />
regsvr32 wuaueng.dll<br />
net start wuauserv<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=128</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tribes2:  Interpolation Script</title>
		<link>http://liggyman.com/?p=121</link>
		<comments>http://liggyman.com/?p=121#comments</comments>
		<pubDate>Thu, 25 Feb 2010 21:23:46 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[Tribes]]></category>
		<category><![CDATA[interpolate]]></category>
		<category><![CDATA[tribes2]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=121</guid>
		<description><![CDATA[I put this script together to adjust interpolation settings while the chaingun is firing and revert back to defaults when firing stops.
Download: LiggyInterpol.vl2
Additional:
How do I configure this script?
Once installed, you need to go into the scripts settings screen in-game and input the desired IP settings.  Depending on which version of support.vl2 you have this [...]]]></description>
			<content:encoded><![CDATA[<p>I put this script together to adjust interpolation settings while the chaingun is firing and revert back to defaults when firing stops.</p>
<p>Download: <a href='http://liggyman.com/wp-content/uploads/2010/02/LiggyInterpol.vl2'>LiggyInterpol.vl2</a></p>
<p>Additional:<br />
<strong>How do I configure this script?</strong><br />
Once installed, you need to go into the scripts settings screen in-game and input the desired IP settings.  Depending on which version of support.vl2 you have this will either be a button at the bottom of the main screen, or a tab on the settings screen.</p>
<p><strong>What values should I use?</strong><br />
This varies based on network conditions and personal preference.  The most commonly used settings in the community appear to be 5, 25, 0, 0.  You may find other values more appropriate.</p>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird + Windows Image Viewer Issue</title>
		<link>http://liggyman.com/?p=115</link>
		<comments>http://liggyman.com/?p=115#comments</comments>
		<pubDate>Tue, 08 Dec 2009 19:43:46 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[IT issues]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=115</guid>
		<description><![CDATA[I recently migrated an XP Virtual machine from VMWare to KVM.  The process required doing a system repair using the XP install cd.
After doing this image attachments in Thunderbird were being opened by IE instead of the Windows Image Viewer.  The image viewer wasn&#8217;t even an option to use.
I had to run the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently migrated an XP Virtual machine from VMWare to KVM.  The process required doing a system repair using the XP install cd.</p>
<p>After doing this image attachments in Thunderbird were being opened by IE instead of the Windows Image Viewer.  The image viewer wasn&#8217;t even an option to use.</p>
<p>I had to run the following from a command prompt to resolve the issue:</p>
<blockquote><p>regsvr32 /i shimgvw.dll
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Tip: Lowering Archive size of Windows Virtual Machine images.</title>
		<link>http://liggyman.com/?p=97</link>
		<comments>http://liggyman.com/?p=97#comments</comments>
		<pubDate>Fri, 04 Sep 2009 03:48:56 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=97</guid>
		<description><![CDATA[If you do incremental or diff based backups, or if you compress your Windows Virtual Machine you will find that this tip will save you plenty of time, bandwidth, and disk space.
The Windows page file changes constantly and is large.   It&#8217;s up to 4GB on some of my Virtualized workstations.  It also [...]]]></description>
			<content:encoded><![CDATA[<p>If you do incremental or diff based backups, or if you compress your Windows Virtual Machine you will find that this tip will save you plenty of time, bandwidth, and disk space.</p>
<p>The Windows page file changes constantly and is large.   It&#8217;s up to 4GB on some of my Virtualized workstations.  It also doesn&#8217;t compress well and is really not needed in your backups.</p>
<p>By filling the pagefile with zeros when shutting the VM down to do a backup, that part of the image will be unchanged between increments/diffs.  It will also compress down to almost nothing.</p>
<p>To achieve this we need to set one registry key to do this you can import the following from a .reg file or make the appropriate changes manually.</p>
<blockquote><p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]<br />
&#8220;ClearPageFileAtShutdown&#8221;=dword:00000001
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Bogons file</title>
		<link>http://liggyman.com/?p=88</link>
		<comments>http://liggyman.com/?p=88#comments</comments>
		<pubDate>Thu, 20 Aug 2009 03:35:10 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[IT issues]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[bogon]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[pfSense]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=88</guid>
		<description><![CDATA[I recently assisted someone on IRC with a network issue they were having with pfSense related to bogon networks.  The cause was a stale bogons file which didn&#8217;t take the latest assignment into account.
[removed bogons file contents]
On pfSense this file is located at:
/etc/bogons
Update:
I did some further research into this and discovered that the bogons [...]]]></description>
			<content:encoded><![CDATA[<p>I recently assisted someone on IRC with a network issue they were having with pfSense related to bogon networks.  The cause was a stale bogons file which didn&#8217;t take the latest assignment into account.</p>
<p>[removed bogons file contents]</p>
<p>On pfSense this file is located at:<br />
/etc/bogons</p>
<p>Update:<br />
I did some further research into this and discovered that the bogons file is actually updated on the first of every month using a cron job.  The script that is run uses a random delay to prevent hammering of the pfSense server.  The file that is retrieved is located at <a href="http://files.pfsense.org/bogon-bn-nonagg.txt">http://files.pfsense.org/bogon-bn-nonagg.txt</a>.  I have verified that this file is up to date. </p>
<p>The update bogons script is located at:  /etc/rc.update_bogons.sh</p>
<p>Running the script at the end of the build process is a good idea if you don&#8217;t want to update the bogons file directly.  For immediate results you will want to <del datetime="2010-01-08T20:48:08+00:00">create a copy of the script and edit out the parts that create a delay</del> run the script with the &#8216;now&#8217; argument.</p>
<blockquote><p>/etc/rc.update_bogons.sh now</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset MySQL root password on Ubuntu Linux the quick and dirty way.</title>
		<link>http://liggyman.com/?p=77</link>
		<comments>http://liggyman.com/?p=77#comments</comments>
		<pubDate>Fri, 24 Jul 2009 16:26:49 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[IT issues]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password reset]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=77</guid>
		<description><![CDATA[Sometimes you need a quick and dirty way of resetting a MySQL root password.  Typical scenario is when taking over Administrative duties on a server which has no documentation.
First we need stop MySQL and start it with the &#8211;skip-grant-tables option set:

sudo /etc/init.d/mysql stop
sudo mysqld --skip-grant-tables

Then we login to mysql as root:

mysql -u root mysql

Once [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you need a quick and dirty way of resetting a MySQL root password.  Typical scenario is when taking over Administrative duties on a server which has no documentation.</p>
<p>First we need stop MySQL and start it with the &#8211;skip-grant-tables option set:</p>
<blockquote><p>
<code>sudo /etc/init.d/mysql stop<br />
sudo mysqld --skip-grant-tables</code>
</p></blockquote>
<p>Then we login to mysql as root:</p>
<blockquote><p>
<code>mysql -u root mysql</code>
</p></blockquote>
<p>Once logged in we can set the new password:</p>
<blockquote><p><code>UPDATE user SET Password=PASSWORD('NewPassword') WHERE User='root';<br />
FLUSH PRIVILEGES;<br />
exit;</code></p></blockquote>
<p>Warning:  This is not the most secure way of doing this.  I disconnect the server from the network before doing this, and reconnect after.</p>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook: &#8220;An extension failed to initialize: Can&#8217;t open EXTEND.DAT.&#8221;</title>
		<link>http://liggyman.com/?p=68</link>
		<comments>http://liggyman.com/?p=68#comments</comments>
		<pubDate>Sat, 16 May 2009 12:22:32 +0000</pubDate>
		<dc:creator>liggyman</dc:creator>
				<category><![CDATA[IT issues]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://liggyman.com/?p=68</guid>
		<description><![CDATA[I was deploying and testing an Outlook plugin for a client the other day.  On one machine I came across an error message when launching Outlook 2003.
&#160;
The message:
An extension failed to initialize: Can&#8217;t open EXTEND.DAT.
&#160;
The Solution:

 Rename the extend.dat file to something like extend.dat.backup.
 The next time Outlook is launched the extend.dat file will [...]]]></description>
			<content:encoded><![CDATA[<p>I was deploying and testing an Outlook plugin for a client the other day.  On one machine I came across an error message when launching Outlook 2003.<br />
&nbsp;</p>
<p>The message:</p>
<address>An extension failed to initialize: Can&#8217;t open EXTEND.DAT.</address>
<p>&nbsp;<br />
The Solution:</p>
<ul>
<li> Rename the extend.dat file to something like extend.dat.backup.</li>
<li> The next time Outlook is launched the extend.dat file will be recreated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://liggyman.com/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
