<?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>RND GROUP LIMITED</title>
	<atom:link href="http://www.rndgroup.co.nz/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rndgroup.co.nz/blog</link>
	<description>Technology ...</description>
	<lastBuildDate>Sat, 31 Jan 2009 03:12:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware tools in an Endian appliance</title>
		<link>http://www.rndgroup.co.nz/blog/2009/01/30/vmware-tools-in-an-endian-appliance/</link>
		<comments>http://www.rndgroup.co.nz/blog/2009/01/30/vmware-tools-in-an-endian-appliance/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 08:21:55 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/?p=25</guid>
		<description><![CDATA[I have been working on a server consolidation project for one of my clients and we have found several Endian firewalls running EFC 2.1.2.  Due to their low foot-print requirement and basic storage requirement (IMHO) these are ideal candidates for consolidation by virtualisation.  Using VMware ESXi 3.5 as a platform I found there [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on a server consolidation project for one of my clients and we have found several Endian firewalls running EFC 2.1.2.  Due to their low foot-print requirement and basic storage requirement (IMHO) these are ideal candidates for consolidation by virtualisation.  Using VMware ESXi 3.5 as a platform I found there wasn&#8217;t a &#8220;quick-fix&#8221; for getting VMware tools (enhanced networking and time sync) enabled inside the guest &#8211; which would have been a major for stateful services and fail-over.</p>
<p>Below are how I managed to compile the VMware tools and disable NTP sync to get the guest humming&#8230;  While the information I&#8217;m providing is based on EFC 2.1.2 it should work (give or take package names and gcc4 on 2.2 (RC&#8217;s)).  In my guests I have set the following (in the VMX configuration file):</p>
<blockquote><p>ethernetX.virtualDev = &#8220;e1000&#8243;</p></blockquote>
<ol>
<li>Install vmware-tools from the VMware Infrastucture Client</li>
<li>Install wget (and dependant info package) so you can get other packages
<ul>
<li><strong>rpm -Uvh http://archives.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/os/Fedora/RPMS/info-4.7-5.i386.rpm </strong> </li>
<li><strong>rpm -Uvh http://archives.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/os/Fedora/RPMS/wget-1.9.1-17.i386.rpm </strong> </li>
</ul>
</li>
<li>Find the download url via the following URL http://www.endian.com/en/community/download/updates-and-source/ the package your after will depend on your version of endian (in my case the following works):
<ul>
<li><strong>wget http://internode.dl.sourceforge.net/sourceforge/efw/EFW-COMMUNITY-2.1.1-devel-RPMS.tar.bz2</strong></li>
</ul>
</li>
<li>Extract the Endian developer packages
<ul>
<li><strong>bunzip2 -cd EFW-COMMUNITY-2.1.1-devel-RPMS.tar.bz2 | tar xfsv -</strong></li>
</ul>
</li>
<li>Install the required packages
<ul>
<li><strong>cd EFW-COMMUNITY-2.1.1-devel-RPMS</strong></li>
<li><strong>rpm -Uvh binutils-*.rpm cpp-*.rpm glibc-kernheaders-*.rpm kernel-devel-*.rpm patch-*.rpm make-*.rpm glibc-devel-*.rpm glibc-headers-*.rpm gcc-3*.rpm </strong> </li>
<li><strong>cd ..</strong></li>
</ul>
</li>
<li>Symlink the kernel headers to save us having to path to it during the install
<ol>
<li><strong>ln -s /usr/src/kernels/`uname -r`-`uname -m` /usr/src/linux</strong></li>
</ol>
</li>
<li>Unpack the VMware tools
<ul>
<li><strong>mkdir -p /mnt/cdrom</strong></li>
<li><strong>mount /dev/cdrom /mnt/cdrom</strong></li>
<li><strong>gunzip -cd /mnt/cdrom/VMwareTools-3.5.0-123630.tar.gz | tar xfsv -</strong></li>
</ul>
</li>
<li>patch VMware tools for Endian (which can be downloaded from <a href="http://www.rndgroup.co.nz/files/vmware-tools-distribution.patch" target="_blank">here</a>)
<ol>
<li><strong>cat vmware-tools-distribution.patch | patch -p 0</strong></li>
</ol>
</li>
<li>build the tools
<ol>
<li><strong>export CC=/usr/bin/gcc</strong></li>
<li><strong>cd vmware-tools-distrib</strong></li>
<li><strong>./vmware-install.pl</strong></li>
<li><strong>cd bin</strong></li>
<li><strong>sh startup-fix.sh</strong></li>
</ol>
</li>
<li>reboot</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2009/01/30/vmware-tools-in-an-endian-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to adjust the time/date display in Mac OS X task bar</title>
		<link>http://www.rndgroup.co.nz/blog/2008/10/18/how-to-adjust-the-timedate-display-in-mac-os-x-task-bar/</link>
		<comments>http://www.rndgroup.co.nz/blog/2008/10/18/how-to-adjust-the-timedate-display-in-mac-os-x-task-bar/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 04:48:53 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/?p=24</guid>
		<description><![CDATA[My wife was asking me if it was possible to adjust the time and date display in the Mac OS X task bar to make it more like Windows (which in my opinion is a bit nicer).  After a quick stint on &#8220;the google&#8221; I managed to find this:
http://paulstamatiou.com/2006/06/11/how-to-display-date-in-os-x-menu-bar
Follow it to the word and you [...]]]></description>
			<content:encoded><![CDATA[<p>My wife was asking me if it was possible to adjust the time and date display in the Mac OS X task bar to make it more like Windows (which in my opinion is a bit nicer).  After a quick stint on &#8220;the google&#8221; I managed to find this:</p>
<p><a href="http://paulstamatiou.com/2006/06/11/how-to-display-date-in-os-x-menu-bar" target="_blank">http://paulstamatiou.com/2006/06/11/how-to-display-date-in-os-x-menu-bar</a></p>
<p>Follow it to the word and you will be able to customise!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2008/10/18/how-to-adjust-the-timedate-display-in-mac-os-x-task-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring SQL Server backups manually</title>
		<link>http://www.rndgroup.co.nz/blog/2007/10/08/restoring-sql-server-backups-manually/</link>
		<comments>http://www.rndgroup.co.nz/blog/2007/10/08/restoring-sql-server-backups-manually/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 22:10:58 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/2007/10/08/restoring-sql-server-backups-manually/</guid>
		<description><![CDATA[After installing SQL Server Express 2005 and the Studio Express application I set to to restore a database from a SQL backup file (.BAK file).  Quite a simple task you first might think?  Not when you have the data sets stored on one partition, logs on another and the catalog on another.  [...]]]></description>
			<content:encoded><![CDATA[<p>After installing SQL Server Express 2005 and the Studio Express application I set to to restore a database from a SQL backup file (.BAK file).  Quite a simple task you first might think?  Not when you have the data sets stored on one partition, logs on another and the catalog on another.  First off Studio Express threw up lots of errors which didn&#8217;t really help me (&#8221;The data is the error&#8221; &#8211; nice one Microsoft!!).</p>
<p>After much google searching and finding no real helpful answers I decided to check out the technet manuals.</p>
<p>I found the following:</p>
<p><strong>RESTORE FILELISTONLY FROM DISK = &#8216;[full file system path to the .BAK file]&#8216; </strong></p>
<p>This command displays the logical sets and the physical paths they should be stored.  From this I was able to see  the &#8220;LogicalNames&#8221; of each of the data sets in the backup and where they are currently stored.  From here I used the following command:</p>
<p><strong> RESTORE DATABASE [name of database (doesn't need to exist)] FROM DISK = &#8216;</strong><strong>[full file system path to the .BAK file]&#8216; WITH MOVE &#8216;[LogicalName]&#8216; TO &#8216;[destination file name]&#8216;, REPLACE</strong></p>
<p>As your backup may include multiple sets (LogicalNames) you can duplicate the MOVE &#8216;..&#8217; TO &#8216;..&#8217;, section as many times for each of the respective row returned in the first query.</p>
<p>Hope this saves someone else some time..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2007/10/08/restoring-sql-server-backups-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid iptables or stupid me?</title>
		<link>http://www.rndgroup.co.nz/blog/2007/09/26/stupid-iptables-or-stupid-me/</link>
		<comments>http://www.rndgroup.co.nz/blog/2007/09/26/stupid-iptables-or-stupid-me/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 02:50:31 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/2007/09/26/stupid-iptables-or-stupid-me/</guid>
		<description><![CDATA[Well there we have it.  Working on a production system lock down ssh and bang!  Can&#8217;t ssh in any more.  How many times have I told myself that I should have a cronjob that stops iptables after 5 mins so you can get in if you stuff it all up!  Anyway [...]]]></description>
			<content:encoded><![CDATA[<p>Well there we have it.  Working on a production system lock down ssh and bang!  Can&#8217;t ssh in any more.  How many times have I told myself that I should have a cronjob that stops iptables after 5 mins so you can get in if you stuff it all up!  Anyway for those of you who have typo-minded fingers drop the following in /etc/cron.d/iptables before you add or reload iptables:</p>
<p><strong>*/5 * * * *   root  /etc/init.d/iptables stop</strong></p>
<p>If you make a mistake cron (presuming its running) should stop iptables and you should be able to get back in.  Don&#8217;t forget to remove it once your finished otherwise there isn&#8217;t much use in having iptables running in the first place.</p>
<p>Good luck! <img src='http://www.rndgroup.co.nz/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2007/09/26/stupid-iptables-or-stupid-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic VMware VMX Configuration</title>
		<link>http://www.rndgroup.co.nz/blog/2007/07/31/dynamic-vmware-vmx-configuration/</link>
		<comments>http://www.rndgroup.co.nz/blog/2007/07/31/dynamic-vmware-vmx-configuration/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 00:50:39 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/2007/07/31/dynamic-vmware-vmx-configuration/</guid>
		<description><![CDATA[For those of us who want to make modifications to some of the VMX configuration options under a VMware guest but don&#8217;t want to restart will be happy when you find out what the vmware-guestd can do! For example:
vmware-guestd &#8211;cmd &#8220;vmx.set_option synctime 0 1&#8243;
This command under a Linux VMware host will set the VMX synctime [...]]]></description>
			<content:encoded><![CDATA[<p>For those of us who want to make modifications to some of the VMX configuration options under a VMware guest but don&#8217;t want to restart will be happy when you find out what the vmware-guestd can do! For example:</p>
<p><font size="-1"><strong>vmware-guestd</strong> &#8211;<strong>cmd</strong> &#8220;vmx.set_option <strong>synctime</strong> 0 1&#8243;</font></p>
<p>This command under a Linux VMware host will set the VMX synctime option to true (if it was previously disabled).  This means that you don&#8217;t need to shutdown and restart your VM &#8211; excelent for production VMs.  There are loads of additional VMX settings some are read-only but some are read-write.</p>
<p>I can&#8217;t confirm but I presume you can set the respective options under a Windows host also.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2007/07/31/dynamic-vmware-vmx-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco router simulator</title>
		<link>http://www.rndgroup.co.nz/blog/2007/05/11/cisco-router-simulator/</link>
		<comments>http://www.rndgroup.co.nz/blog/2007/05/11/cisco-router-simulator/#comments</comments>
		<pubDate>Fri, 11 May 2007 04:11:21 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/2007/05/11/cisco-router-simulator/</guid>
		<description><![CDATA[I managed to stumble onto dynamips (Cisco 7200 Simulator) while the name indicates 7200 the simulator (or emulator) supports 3600, 2691, 3725 and 3745 series routers.  So I set to out to try and get a 3640 running under VMware (as I couldn&#8217;t get it running under Windows cleanly).I had a CentOS 5 guest up [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to stumble onto dynamips (<a href="http://www.ipflow.utc.fr/blog/" target="_blank">Cisco 7200 Simulator</a>) while the name indicates 7200 the simulator (or emulator) supports 3600, 2691, 3725 and 3745 series routers.  So I set to out to try and get a 3640 running under VMware (as I couldn&#8217;t get it running under Windows cleanly).I had a CentOS 5 guest up and running so I downloadded the simulator and had a crack.  Don&#8217;t forget you will need a  valid supported IOS version for the router you wish to emulate. Once I had all of that I executed the following:</p>
<p>dynamips-0.27-RC3-x86.bin -P 3600 -P 0:NM-1FE-TX -s 0:0:linux_eth:peth0 C3640-I-.bin</p>
<p>And I had a console connection to the router&#8230;  <img src='http://www.rndgroup.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I found that the Linux installation didn&#8217;t come with any reference documentation and the web site didn&#8217;t help much so I downloaded the Win32 version as it had supported documentation.</p>
<p>You are able to add multiple &#8220;virtual&#8221; interfaces so you could emulate your testing, production environment which is very nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2007/05/11/cisco-router-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shared virtual disks&#8230;</title>
		<link>http://www.rndgroup.co.nz/blog/2007/05/11/shared-virtual-disks/</link>
		<comments>http://www.rndgroup.co.nz/blog/2007/05/11/shared-virtual-disks/#comments</comments>
		<pubDate>Fri, 11 May 2007 03:57:38 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/2007/05/11/shared-virtual-disks/</guid>
		<description><![CDATA[I have been working on a proof of concept for a virtualised clusterd file system and needed the ability to share several virtual disks.
The virtualisation platform I have been using is VMware Server and on the guest start-up it locks the virtual disks so it aint going to happen!  After searching and much reviewing [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on a proof of concept for a virtualised clusterd file system and needed the ability to share several virtual disks.</p>
<p>The virtualisation platform I have been using is VMware Server and on the guest start-up it locks the virtual disks so it aint going to happen!  After searching and much reviewing the VMware documentation I found the following configuration options that can be applied to the VMX configuration file for a given VM.</p>
<p>The following options allow you to share disks between one or more VM&#8217;s:</p>
<p>disk.locking = &#8220;false&#8221;<br />
diskLib.dataCacheMaxSize = &#8220;0&#8243;</p>
<p>scsi0.sharedBus = &#8220;virtual&#8221;<br />
scsi0:1.present = &#8220;TRUE&#8221;<br />
scsi0:1.fileName = &#8220;pathToSharedDisk.vmdk&#8221;<br />
scsi0:1.mode = &#8220;independent-persistent&#8221;<br />
scsi0:1.redo = &#8220;&#8221;</p>
<p>Depending on the configuration you have you may need to change scsi0 to the bus id that your disks reside on and :1 for the scsi id and the fileName parameter to the path of your shared disks.</p>
<p>While setting this shared disk you need to ensure your using a cluster aware file system otherwise there is bound to be data corruption.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2007/05/11/shared-virtual-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capacity and Availability Management</title>
		<link>http://www.rndgroup.co.nz/blog/2007/02/22/capacity-and-availability-management/</link>
		<comments>http://www.rndgroup.co.nz/blog/2007/02/22/capacity-and-availability-management/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 20:31:48 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/2007/02/22/capacity-and-availability-management/</guid>
		<description><![CDATA[Those sound like some “pretty big words” and for most of us it’s about how big’s the pipe and what’s the uptime; but to a number of the clients we are working with it’s about auditing I.T. Infrastructure and provider Service Level Agreements to ensure ongoing operations are meeting their defined criteria. 
There are a [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="font-size: 10pt">Those sound like some “<em>pretty big words</em>” and for most of us it’s about how big’s the pipe and what’s the uptime; but to a number of the clients we are working with it’s about auditing I.T. Infrastructure and provider Service Level Agreements to ensure ongoing operations are meeting their defined criteria. <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt">There are a number of key open source software applications that are critical in providing cost effective solutions to achieve <strong>visibility </strong>and history of your environment and these are a few we can’t rave enough about!<o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left: 36pt"><strong><span style="font-size: 10pt">Capacity Management<o:p><br />
</o:p></span></strong></p>
<p class="MsoNormal" style="margin-left: 72pt"><span style="font-size: 10pt">If your not familiar with <a href="http://www.cacti.net/" target="_blank">Cacti</a> once it is configured it can provide you with a visual representation of how your infrastructure is performing allowing you to create baselines and trends to allow you to scale or size your infrastructure requirements. There are a ton of templates available from the <a href="http://www.cacti.net/" target="_blank">Cacti</a> community that would get monitoring your different appliances and systems quite quickly.<span>  </span><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left: 72pt"><span style="font-size: 10pt">One of the biggest things I tell our clients is “if you can manually do it” we can figure out a way to turn that into a graph to plot it against your operations.<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left: 36pt"><strong><span style="font-size: 10pt">Availability Management<o:p></o:p></span></strong><span style="font-size: 10pt"><span>            </span><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left: 72pt"><span style="font-size: 10pt"><a href="http://www.nagios.org/" target="_blank">Nagios</a> or as it was previously know Netsaint is a key application to monitor the health or availability of your environment.<span>  </span>With Nagios you can alert based on applications, devices or services not performing to their configured parameters (i.e. failing health checks).<span>  </span>Plug-in’s are a dime a dozen and while they are simple to construct there are a large number of them provided by community developers of the <a href="http://www.nagios.org/" target="_blank">Nagios</a> project. There are people out there that are monitoring disk space to ups’s to environmentals.<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left: 72pt"><span style="font-size: 10pt">I sound like a broken record but once again “if you can manually check something not performing” there are ways to automate that and allow your engineers to get back to drinking coffee or reading the newspaper (all the useful things).<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left: 36pt"><strong><span style="font-size: 10pt">Configuration Management<o:p></o:p></span></strong><span style="font-size: 10pt"><span>            </span><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left: 72pt"><span style="font-size: 10pt">“Change Control” I’m sure almost any engineer would rather just make changes than fill in countless numbers of change forms.<span>  </span>With rancid it allows you to audit your Cisco (or other vendor supported) environment to detect changes to platform and configuration to ensure you can tie up any loose ends.<span>  </span>While <a href="http://www.shrubbery.net/rancid/" target="_blank">Rancid</a> isn’t designed to be a replacement for your change control procedures it allows you to streamline your process’s to ensure your teams know the state of the environment. With <a href="http://www.shrubbery.net/rancid/" target="_blank">Rancid</a> you have the ability to apply bulk changes via single commands thus bringing down the total cost of management.</span></p>
<p class="MsoNormal"><span style="font-size: 10pt">Taking the time to invest into proactive management of your environment can pay itself back many, many times over as we have seen time and time again.<span>  </span>While the details of the open source applications we have listed above aren’t the be-all and end-all it’s a good place to start.<span>  </span>There are many commercial applications in the three defined groups above and many tie closely to the <a href="http://en.wikipedia.org/wiki/ITIL" target="_blank">ITIL framework</a> which may or may not be required within your environment.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt"><a href="http://www.adventnet.com/" target="_blank">AdventNet</a> provide some very cost effective commercial implementations that can really tie together some of the dispirit systems you may have laying around inside your environment.<span>  </span>Why not have a look on their web site.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt">We look forward to any questions or suggestions you may have on how people can enhance or provide proactive management to their environments.  </span><span style="font-size: 10pt; font-family: Wingdings"><span> <img src='http://www.rndgroup.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </span></span><span style="font-size: 10pt"><o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2007/02/22/capacity-and-availability-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lost+found</title>
		<link>http://www.rndgroup.co.nz/blog/2007/02/06/lostfound/</link>
		<comments>http://www.rndgroup.co.nz/blog/2007/02/06/lostfound/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 01:46:49 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/2007/02/06/lostfound/</guid>
		<description><![CDATA[Over time we all loose (or miss-place) thing we need.  Recently I have been asked about the locate command under Linux and have found one of the best explanations I have seen that has examples of locate and the find utility under Linux:
http://www.secguru.com/article/quick_tips_to_find_files_on_linux_file_system
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>Over time we all loose (or <strong>miss-place</strong>) thing we need.  Recently I have been asked about the locate command under Linux and have found one of the best explanations I have seen that has examples of locate and the find utility under Linux:</p>
<p><a href="http://www.secguru.com/article/quick_tips_to_find_files_on_linux_file_system" title="lost+find" target="_blank">http://www.secguru.com/article/quick_tips_to_find_files_on_linux_file_system</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2007/02/06/lostfound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our new web site&#8230;</title>
		<link>http://www.rndgroup.co.nz/blog/2007/01/18/our-new-web-site/</link>
		<comments>http://www.rndgroup.co.nz/blog/2007/01/18/our-new-web-site/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 01:46:42 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.rndgroup.co.nz/blog/2007/01/18/our-new-web-site/</guid>
		<description><![CDATA[After 6 months of not redeveloping our corporate web site we had the guys at Martian Labs develop one for us.  We are very pleased with the outcome and look forward to working with them again in the future. We hope the new web site explains a little more about what we do as [...]]]></description>
			<content:encoded><![CDATA[<p>After 6 months of <strong>not </strong>redeveloping our corporate web site we had the guys at <a title="Martian Labs" target="_blank" href="http://www.martian.co.nz/">Martian Labs</a> develop one for us.  We are very pleased with the outcome and look forward to working with them again in the future. We hope the new web site explains a little more about what we do as a company and some of the clients we are working on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rndgroup.co.nz/blog/2007/01/18/our-new-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
