<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Technoblog.org</title>
	<link>http://technoblog.org</link>
	<description>Technoblogging</description>
	<lastBuildDate>Tue, 12 Apr 2011 11:47:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>Infoblox: Import DHCP from Windows DHCP when using VoIP</title>
		<description><![CDATA[When importing DHCP scopes and settings from a Microsoft DHCP with the Data Import Wizard, it’s important to verify that the DHCP options are correct. This is especially important when dealing with IP telephones. Recently, when I helped import some DHCP data from a Microsoft DHCP server, the Data Import Wizard changed the call server [...]]]></description>
		<link>http://technoblog.org/2011/01/infoblox-import-from-windows-dhcp-and-ip-telephony/</link>
			</item>
	<item>
		<title>Infoblox NIOS 6.0 and older appliances</title>
		<description><![CDATA[Just a note, if you are stuck with one of the following models: IB: -250, -500, -1000, -1200, -550, -1050, -1550, and -2000 you will not be able to upgrade to 6.0. You can check if your appliance(s) is/are compatible by running the following cli command: show upgrade_compatible 6.0 Running it will look something like [...]]]></description>
		<link>http://technoblog.org/2011/01/infoblox-nios-6-0-and-older-appliances/</link>
			</item>
	<item>
		<title>Infoblox NIOS 6.0.0 released</title>
		<description><![CDATA[Infoblox recently released version 6.0.0 of NIOS. No, you should not upgrade immediately. Wait for them to fix some bugs. In the meantime, you should read about all the awesome features included in version 6.0.0 of NIOS. NIOS 6.0.0 Feature overview - CSV import - NXDOMAIN response replacement - Blacklisting - DHCP Lease Scavenging - [...]]]></description>
		<link>http://technoblog.org/2011/01/infoblox-nios-6-0-0-released/</link>
			</item>
	<item>
		<title>System Forensics, Investigation, And Response by John R. Vacca and K Rudolph</title>
		<description><![CDATA[New book on the block, &#8220;System Forensics, Investigation, And Response&#8221; by John R. Vacca and K Rudolph. Published by Jones &#038; Bartlett Learning. If I manage to get through it, I&#8217;ll write a short review.]]></description>
		<link>http://technoblog.org/2010/12/system-forensics-investigation-and-response-by-john-r-vacca-and-k-rudolph/</link>
			</item>
	<item>
		<title>What does VDI awareness in Trend Micro OfficeScan 10.5 imply?</title>
		<description><![CDATA[One of the new features of Trend Micro OfficeScan 10.5 is &#8220;Virtual Desktop Infrastructure awareness&#8221;. But what does this mean? Trend has implemented two features, to ease the performance impact of running anti-virus in a virtual environment. First of all, before performing a full system scan, OfficeScan will check with the server if other systems [...]]]></description>
		<link>http://technoblog.org/2010/11/what-does-vdi-awareness-in-trend-micro-officescan-10-5-imply/</link>
			</item>
	<item>
		<title>Infoblox NIOS 5.1r3 released</title>
		<description><![CDATA[Infoblox NIOS 5.1r3 has been released today New features are: - Authenticated DHCP - Option 82 Fixed address support - Intermidate Certificates - Enhanced MIB - GUI enhancements - API enhancements - bloxTools enhancements The most exciting new feature is definitely the “Authenticated DHCP”- feature. Authenticated DHCP You can now force user to register, using [...]]]></description>
		<link>http://technoblog.org/2010/11/infoblox-nios-5-1r3-released/</link>
			</item>
	<item>
		<title>How-to: FOR loop inside a FOR loop in batch</title>
		<description><![CDATA[How to do a FOR loop inside a FOR loop in batch? How to do nested FOR loops in batch? Example: @echo off setlocal EnableDelayedExpansion EnableExtensions for /F %%a in (file.txt) do ( set file_content=%%a for /f "tokens=*" %%k in (' %file_content%') do ( set command_result=%%k echo !file_content! !command_result! ) ) ENDLOCAL]]></description>
		<link>http://technoblog.org/2010/10/how-to-for-loop-inside-a-for-loop-in-batch/</link>
			</item>
	<item>
		<title>Trend Micro OfficeScan 10.5 Features and thoughts</title>
		<description><![CDATA[It’s almost 2 months since the release of OfficeScan 10.5. Anyone out there upgraded yet? If so, what’s your experience? I&#8217;ve done a couple of installations and upgrades, and I&#8217;ll share my experiences: First, what’s changed in OfficeScan from version 10.0 SP1? - Active Directory Integration - Smart Protection Solutions - Security Compliance - Virtual [...]]]></description>
		<link>http://technoblog.org/2010/10/trend-micro-officescan-10-5-features-and-thoughts/</link>
			</item>
	<item>
		<title>Howto: Netstat CSV</title>
		<description><![CDATA[How to output netstat result to CSV (comma-separated values/character-separated value). Example netstat to CSV with &#8220;-an&#8221; flags. for /F "tokens=1-4 delims= " %A in ('netstat -an') do echo %A,%B,%C,%D Example netstat to CSV with &#8220;-ano&#8221; flags with output to file. for /F "tokens=1-5 delims= " %A in ('netstat -ano') do echo %A,%B,%C,%D,%E>>outputfile.csv Note if you [...]]]></description>
		<link>http://technoblog.org/2010/10/howto-netstat-csv/</link>
			</item>
	<item>
		<title>Trend Micro Smart Scan Server 2.0 and OfficeScan 10.0 SP1</title>
		<description><![CDATA[When Trend Micro released OfficeScan 10.5 they also released Smart Scan Server 2.0. But is Smart Scan Server 2.0 compatible with OfficeScan 10.0? I&#8217;ve tested it with OfficeScan 10.0 SP1, and it works without any problem. Of course you wont be able to use the &#8220;local&#8221; Web Reputation Server included in the Smart Scan Server [...]]]></description>
		<link>http://technoblog.org/2010/10/trend-micro-smart-scan-server-2-0-and-officescan-10-0-sp1/</link>
			</item>
</channel>
</rss>

