<?xml version="1.0" encoding="iso-8859-1"?>
<feed version="0.3" 
	xmlns="http://purl.org/atom/ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xml:lang="en">
	<title>OISec</title>
	<link rel="alternate" type="text/html" href="http://oisec.net/index.php"/>
	<modified>2008-11-10T11:10:31+01:00</modified>
	<author>
	<name>Dimmu</name>
	<url>http://oisec.net/index.php</url>
	<email>cliff@oisec.net</email>
	</author>
	<tagline>Cliff Albert's Weblog</tagline>
	<id>tag:pivotpowered,2008:oisec</id>
	<generator url="http://www.pivotlog.net" version="Pivot - 1.40.1: 'Dreadwind'">Pivot</generator>
	<copyright>Copyright (c) 2008, Authors of OISec</copyright>
	
	
	
	<entry>
		<title>No updates</title>
		<link rel="alternate" type="text/html" href="http://oisec.net/archive/2008/01/14/no_updates" />
		<modified>2008-01-14T16:17:00+01:00</modified>
		<issued>2008-01-14T16:17:00+01:00</issued>
		<created>2008-01-14T16:17:00+01:00</created>
		<id>tag:pivotpowered,2008:oisec.171</id>
		<link rel="related" type="text/html" href="" title="" />
		<summary type="text/plain"><p>
I haven&#39;t really updated my blog in ages.. Mostly that&#39;s because I blog most stuff on my hyves profile these times.. It&#39;s in dutch, and more personal, then this one... So check that one out if you&#39;re interested at <a href="http://cliffalbert.hyves.nl/"  target='_blank'>http://cliffalbert.hyves.nl/</a>
</p>
<p>
A lot has happened in the last 1.5 year, of which I haven&#39;t written an lot here.. A little summary for those who don&#39;t speak dutch:
</p>
<ul>
	<li>&nbsp;I have new furniture in my home</li>
	<li>The job is going great!</li>
	<li>Participating with Carnaval</li>
	<li>Starting a social live uhuh!</li>
	<li>Meeting a lot of new old friends</li>
	<li>Started doing a lot of sports! Mountainbiking, Running, Snowboarding</li>
	<li>Went to Pinkpop and Urpop for the first time in my life :)<br />
	</li>
	<li>I met a wonderful lady and fell in love, unfortunately that was not mutual :( Altough she still wanted to be best buddies, which is something that seemd to be very difficult for me unfortunately :( Miss you girl! </li>
	<li> Started playing the Cornet (ok, i must admit, she had something to do with it)</li>
	<li>Started to learn riding a motorbike, unfortunately my wrist was fucked up so I had to give that up for a while</li>
	<li>Visited quite a few concerts, Kamelot, TurboNegro, Marilyn Manson and Motorhead </li>
	<li>Went clay pidgeon hunting in Kentisbeare with friends </li>
	<li>Celebrated a great christmas!</li>
	<li>Started a great new year :)</li>
</ul>
So that is a little summary of what happened in the last 1.5 year :) More to come maybe.. but when, I wouldn&#39;t know :)</summary>
		<dc:subject>No updates</dc:subject>
		<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://oisec.net/archive/2008/01/14/no_updates"><![CDATA[ <p>
I haven&#39;t really updated my blog in ages.. Mostly that&#39;s because I blog most stuff on my hyves profile these times.. It&#39;s in dutch, and more personal, then this one... So check that one out if you&#39;re interested at <a href="http://cliffalbert.hyves.nl/"  target='_blank'>http://cliffalbert.hyves.nl/</a>
</p>
<p>
A lot has happened in the last 1.5 year, of which I haven&#39;t written an lot here.. A little summary for those who don&#39;t speak dutch:
</p>
<ul>
	<li> I have new furniture in my home</li>
	<li>The job is going great!</li>
	<li>Participating with Carnaval</li>
	<li>Starting a social live uhuh!</li>
	<li>Meeting a lot of new old friends</li>
	<li>Started doing a lot of sports! Mountainbiking, Running, Snowboarding</li>
	<li>Went to Pinkpop and Urpop for the first time in my life :)<br />
	</li>
	<li>I met a wonderful lady and fell in love, unfortunately that was not mutual :( Altough she still wanted to be best buddies, which is something that seemd to be very difficult for me unfortunately :( Miss you girl! </li>
	<li> Started playing the Cornet (ok, i must admit, she had something to do with it)</li>
	<li>Started to learn riding a motorbike, unfortunately my wrist was fucked up so I had to give that up for a while</li>
	<li>Visited quite a few concerts, Kamelot, TurboNegro, Marilyn Manson and Motorhead </li>
	<li>Went clay pidgeon hunting in Kentisbeare with friends </li>
	<li>Celebrated a great christmas!</li>
	<li>Started a great new year :)</li>
</ul>
So that is a little summary of what happened in the last 1.5 year :) More to come maybe.. but when, I wouldn&#39;t know :) ]]></content>
		<author>
			<name>Cliff</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Quick and unsecure tunneling on Cisco (voor Arjen)</title>
		<link rel="alternate" type="text/html" href="http://oisec.net/archive/2007/02/26/quick_and_unsecure_tunneling_o" />
		<modified>2007-02-26T08:56:00+01:00</modified>
		<issued>2007-02-26T08:56:00+01:00</issued>
		<created>2007-02-26T08:56:00+01:00</created>
		<id>tag:pivotpowered,2008:oisec.170</id>
		<link rel="related" type="text/html" href="" title="" />
		<summary type="text/plain"><p>
interface Tunnel0<br />
&nbsp;description Tunnel to ams-cr01<br />
&nbsp;ip address &lt;PTP-IP&gt; &lt;PTP-NETMASK&gt;<br />
 no ip redirects<br />
&nbsp;no ip unreachables<br />
&nbsp;no ip proxy-arp<br />
&nbsp;ip mtu 1480<br />
&nbsp;ip tcp adjust-mss 1420<br />
 tunnel source Dialer0<br />
&nbsp;tunnel destination &lt;TUNNELSERVER&gt;<br />
&nbsp;tunnel mode ipip<br />
<br />
Add additional routes for the network on the other sides ;)</p></summary>
		<dc:subject>Quick and unsecure tunneling on Cisco (voor Arjen)</dc:subject>
		<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://oisec.net/archive/2007/02/26/quick_and_unsecure_tunneling_o"><![CDATA[ <p>
interface Tunnel0<br />
 description Tunnel to ams-cr01<br />
 ip address &lt;PTP-IP&gt; &lt;PTP-NETMASK&gt;<br />
 no ip redirects<br />
 no ip unreachables<br />
 no ip proxy-arp<br />
 ip mtu 1480<br />
 ip tcp adjust-mss 1420<br />
 tunnel source Dialer0<br />
 tunnel destination &lt;TUNNELSERVER&gt;<br />
 tunnel mode ipip<br />
<br />
Add additional routes for the network on the other sides ;)</p> ]]></content>
		<author>
			<name>Cliff</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Two blogs :)</title>
		<link rel="alternate" type="text/html" href="http://oisec.net/archive/2007/02/16/two_blogs_" />
		<modified>2007-02-16T09:54:00+01:00</modified>
		<issued>2007-02-16T09:54:00+01:00</issued>
		<created>2007-02-16T09:54:00+01:00</created>
		<id>tag:pivotpowered,2008:oisec.169</id>
		<link rel="related" type="text/html" href="" title="" />
		<summary type="text/plain"><p>
It seems I&#39;ve started a <a href="http://cliffalbert.hyves.nl/"  target='_blank'>second blog</a>, this one resides on the dutch community site <a href="http://www.hyves.nl/"  target='_blank'>Hyves</a>, and is in dutch. The blog here at <a href="http://oisec.net/"  target='_blank'>oisec.net</a> will remain for technical things and rantings in english, the one at hyves is a more personal one in dutch.
</p>
<p>
If you&#39;re dutch, you should read my life laundry post. And the question remain, should I integrate them both here ? Because the layout of this site actually sucks ass ;)</p></summary>
		<dc:subject>Two blogs :)</dc:subject>
		<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://oisec.net/archive/2007/02/16/two_blogs_"><![CDATA[ <p>
It seems I&#39;ve started a <a href="http://cliffalbert.hyves.nl/"  target='_blank'>second blog</a>, this one resides on the dutch community site <a href="http://www.hyves.nl/"  target='_blank'>Hyves</a>, and is in dutch. The blog here at <a href="http://oisec.net/"  target='_blank'>oisec.net</a> will remain for technical things and rantings in english, the one at hyves is a more personal one in dutch.
</p>
<p>
If you&#39;re dutch, you should read my life laundry post. And the question remain, should I integrate them both here ? Because the layout of this site actually sucks ass ;)</p> ]]></content>
		<author>
			<name>Cliff</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Snowboarding!</title>
		<link rel="alternate" type="text/html" href="http://oisec.net/archive/2006/12/21/snowboarding" />
		<modified>2006-12-21T15:33:00+01:00</modified>
		<issued>2006-12-21T15:33:00+01:00</issued>
		<created>2006-12-21T15:33:00+01:00</created>
		<id>tag:pivotpowered,2008:oisec.168</id>
		<link rel="related" type="text/html" href="" title="" />
		<summary type="text/plain"><p>Since a few months I&#39;m snowboarding quite a lot in Snowworld Landgraaf. I always wanted my own board, but didn&#39;t have the cash to back it up. But now due to some extra cash I made my choice! I&#39;m going for the following setup:</p><ul><li><a href="http://www.burton.com/ProductDetail.aspx?pid=7"  target='_blank'>Burton Custom (162)</a></li><li><a href="http://www.burton.com/ProductDetail.aspx?pid=70"  target='_blank'>Burton Mission Bindings (M)</a></li></ul><p>Still have to decide on the boots, but I&#39;ll go for the best fit :) I want them! :)</p></summary>
		<dc:subject>Snowboarding!</dc:subject>
		<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://oisec.net/archive/2006/12/21/snowboarding"><![CDATA[ <p>Since a few months I&#39;m snowboarding quite a lot in Snowworld Landgraaf. I always wanted my own board, but didn&#39;t have the cash to back it up. But now due to some extra cash I made my choice! I&#39;m going for the following setup:</p><ul><li><a href="http://www.burton.com/ProductDetail.aspx?pid=7"  target='_blank'>Burton Custom (162)</a></li><li><a href="http://www.burton.com/ProductDetail.aspx?pid=70"  target='_blank'>Burton Mission Bindings (M)</a></li></ul><p>Still have to decide on the boots, but I&#39;ll go for the best fit :) I want them! :)</p> ]]></content>
		<author>
			<name>Cliff</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Fontys verkoopt snailmail spam!</title>
		<link rel="alternate" type="text/html" href="http://oisec.net/archive/2006/11/24/fontys_verkoopt_snailmail_spam" />
		<modified>2006-11-24T15:26:00+01:00</modified>
		<issued>2006-11-24T15:26:00+01:00</issued>
		<created>2006-11-24T15:26:00+01:00</created>
		<id>tag:pivotpowered,2008:oisec.167</id>
		<link rel="related" type="text/html" href="" title="" />
		<summary type="text/plain"><p>Ik kreeg onlangs een via Fontys gestuurde folder van een bedrijf wat opzoek was naar nieuwe werknemers. Hier was ik uiteraard niet van gediend, dus hieronder mijn e-mail zoals verstuurd naar de afdeling die het verstuurde en het juridsche persoon binnen fontys verantwoordelijk voor het privacy regelement:</p>
<pre>Geachte ontvanger,                                                              <br />                                                                                <br />Ik was zeer onsteld toen ik er achter kwam dat er wederom een wervings          <br />actie ten aanzien van vactures bij een bedrijf via Fontys gestuurd is.          <br />Ik heb al meerdere malen aangeven na het ontvangen van dit soort post           <br />dat ik hier absoluut NIET in geinteresseerd was, toch blijf ik dit              <br />ontvangen.                                                                      <br />                                                                                <br />Deze keer ging het om een werving van Peak-IT voor banen en cursussen           <br />welke door jullie rondgestuurd is naar studenten. Ik kan mij daarnaast          <br />niet herinneren jullie hier ooit toestemming voor gegeven te hebben. Ik         <br />heb zojuist nogmaals gekeken op de Fontys ICT Alumni site, en hier zie          <br />ik ook dat ik alleen maar toestemming gegeven heb voor mailings die te          <br />maken hebben met reunie&#39;s.                            </pre><pre>Daarnaast is vermeld in de gedragscode Gegevensverstrekking aan derden -        <br />informatie uit studentenadministratie (opgesteld door de afdeling               <br />Juridische Zaken,                                                               <br />http://www.fontys.nl/generiek/bronnenbank/sendfile.aspx?id=19746, en            <br />zoals vermeld in het privacyreglement Studenten,                                <br />http://www.fontys.nl/generiek/bronnenbank/sendfile.aspx?id=24691)               <br />vermeld op pagina een dat er alleen persoonsgegevens doorgegeven mogen          <br />worden indien jullie daartoe wettelijk verplicht zijn, de student               <br />toestemming gegeven heeft of in noodsituaties. Het rondsturen van               <br />reclame post valt in mijn ogen niet binnen een van deze punten.                 <br />                                                                                <br />Mocht ik in de toekomst nogmaals een soortgelijke mailing ontvangen, dan        <br />zal ik per direct een aanklacht doen ivm overtreding van de Wet                 <br />Bescherming Persoonsgegevens.</pre><pre>&nbsp;</pre></summary>
		<dc:subject>Fontys verkoopt snailmail spam!</dc:subject>
		<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://oisec.net/archive/2006/11/24/fontys_verkoopt_snailmail_spam"><![CDATA[ <p>Ik kreeg onlangs een via Fontys gestuurde folder van een bedrijf wat opzoek was naar nieuwe werknemers. Hier was ik uiteraard niet van gediend, dus hieronder mijn e-mail zoals verstuurd naar de afdeling die het verstuurde en het juridsche persoon binnen fontys verantwoordelijk voor het privacy regelement:</p>
<pre>Geachte ontvanger,                                                              <br />                                                                                <br />Ik was zeer onsteld toen ik er achter kwam dat er wederom een wervings          <br />actie ten aanzien van vactures bij een bedrijf via Fontys gestuurd is.          <br />Ik heb al meerdere malen aangeven na het ontvangen van dit soort post           <br />dat ik hier absoluut NIET in geinteresseerd was, toch blijf ik dit              <br />ontvangen.                                                                      <br />                                                                                <br />Deze keer ging het om een werving van Peak-IT voor banen en cursussen           <br />welke door jullie rondgestuurd is naar studenten. Ik kan mij daarnaast          <br />niet herinneren jullie hier ooit toestemming voor gegeven te hebben. Ik         <br />heb zojuist nogmaals gekeken op de Fontys ICT Alumni site, en hier zie          <br />ik ook dat ik alleen maar toestemming gegeven heb voor mailings die te          <br />maken hebben met reunie&#39;s.                            </pre><pre>Daarnaast is vermeld in de gedragscode Gegevensverstrekking aan derden -        <br />informatie uit studentenadministratie (opgesteld door de afdeling               <br />Juridische Zaken,                                                               <br />http://www.fontys.nl/generiek/bronnenbank/sendfile.aspx?id=19746, en            <br />zoals vermeld in het privacyreglement Studenten,                                <br />http://www.fontys.nl/generiek/bronnenbank/sendfile.aspx?id=24691)               <br />vermeld op pagina een dat er alleen persoonsgegevens doorgegeven mogen          <br />worden indien jullie daartoe wettelijk verplicht zijn, de student               <br />toestemming gegeven heeft of in noodsituaties. Het rondsturen van               <br />reclame post valt in mijn ogen niet binnen een van deze punten.                 <br />                                                                                <br />Mocht ik in de toekomst nogmaals een soortgelijke mailing ontvangen, dan        <br />zal ik per direct een aanklacht doen ivm overtreding van de Wet                 <br />Bescherming Persoonsgegevens.</pre><pre> </pre> ]]></content>
		<author>
			<name>Cliff</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Expanding web services</title>
		<link rel="alternate" type="text/html" href="http://oisec.net/archive/2006/11/16/expanding_web_services" />
		<modified>2006-11-16T08:33:00+01:00</modified>
		<issued>2006-11-16T08:33:00+01:00</issued>
		<created>2006-11-16T08:33:00+01:00</created>
		<id>tag:pivotpowered,2008:oisec.166</id>
		<link rel="related" type="text/html" href="" title="" />
		<summary type="text/plain"><p>Currently I&#39;m in the progress of moving some heavy traffic websites I&#39;m hosting off dropkick and towards murphies. Murphies is my &quot;new&quot; HP DL 380 G3 Server (Xeon 3.06Ghz, 2G RAM, SmartArray5i raid controller, 6x 18G 10KRPM). So it might be that my website will be unreachable :)</p> <p><em><strong>Update: </strong></em>Currently the new DL380 is doing production service. Here are some apache stats:</p><dl><dt>Server uptime:  1 day 4 hours 37 minutes 26 seconds</dt><dt>Total accesses: 1511719 - Total Traffic: 232.9 GB</dt><dt>CPU Usage: u19.29 s2.99 cu0 cs0 - .0216% CPU load</dt><dt>14.7 requests/sec - 2.3 MB/second - 161.5 kB/request</dt><dt>112 requests currently being processed, 11 idle workers</dt></dl><dl> My weblog is running on it to, but only on the http://mt.oisec.net/ link, and not the main http://oisec.net/ link :) </dl></summary>
		<dc:subject>Expanding web services</dc:subject>
		<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://oisec.net/archive/2006/11/16/expanding_web_services"><![CDATA[ <p>Currently I&#39;m in the progress of moving some heavy traffic websites I&#39;m hosting off dropkick and towards murphies. Murphies is my &quot;new&quot; HP DL 380 G3 Server (Xeon 3.06Ghz, 2G RAM, SmartArray5i raid controller, 6x 18G 10KRPM). So it might be that my website will be unreachable :)</p> <p><em><strong>Update: </strong></em>Currently the new DL380 is doing production service. Here are some apache stats:</p><dl><dt>Server uptime:  1 day 4 hours 37 minutes 26 seconds</dt><dt>Total accesses: 1511719 - Total Traffic: 232.9 GB</dt><dt>CPU Usage: u19.29 s2.99 cu0 cs0 - .0216% CPU load</dt><dt>14.7 requests/sec - 2.3 MB/second - 161.5 kB/request</dt><dt>112 requests currently being processed, 11 idle workers</dt></dl><dl> My weblog is running on it to, but only on the http://mt.oisec.net/ link, and not the main http://oisec.net/ link :) </dl> ]]></content>
		<author>
			<name>Cliff</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Samba 3.0.23c (and older) and Roaming Profiles</title>
		<link rel="alternate" type="text/html" href="http://oisec.net/archive/2006/11/06/samba_3023c_and_older_and_roam" />
		<modified>2006-11-06T11:03:00+01:00</modified>
		<issued>2006-11-06T11:03:00+01:00</issued>
		<created>2006-11-06T11:03:00+01:00</created>
		<id>tag:pivotpowered,2008:oisec.165</id>
		<link rel="related" type="text/html" href="" title="" />
		<summary type="text/plain"><p>As we are currently rolling out a new project with a lot of Samba based PDC&#39;s with Windows XP clients, we ran into the following issue:</p><p>If we are using roaming profiles for users and the users logs in, works a little, and then logs out again. Windows XP presents the error that the network name can not be found. However, if you bump up the debug level to say 32 the problem vanishes, and everything just works fine. Isn&#39;t that strange ;)</p><p> It seemed some other user also bumped into the same problem in <a href="http://lists.samba.org/archive/samba-technical/2001-July/015084.html"  target='_blank'>July 2001</a>. Currently I haven&#39;t found any normal fix for the problem. If you are going to use this workaround, make sure your log size is small, or else you are probably going to get a very FULL disk in 2 days ;)</p><p>The samba bugreport is <a href="https://bugzilla.samba.org/show_bug.cgi?id=4208"  target='_blank'>4208</a></p></summary>
		<dc:subject>Samba 3.0.23c (and older) and Roaming Profiles</dc:subject>
		<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://oisec.net/archive/2006/11/06/samba_3023c_and_older_and_roam"><![CDATA[ <p>As we are currently rolling out a new project with a lot of Samba based PDC&#39;s with Windows XP clients, we ran into the following issue:</p><p>If we are using roaming profiles for users and the users logs in, works a little, and then logs out again. Windows XP presents the error that the network name can not be found. However, if you bump up the debug level to say 32 the problem vanishes, and everything just works fine. Isn&#39;t that strange ;)</p><p> It seemed some other user also bumped into the same problem in <a href="http://lists.samba.org/archive/samba-technical/2001-July/015084.html"  target='_blank'>July 2001</a>. Currently I haven&#39;t found any normal fix for the problem. If you are going to use this workaround, make sure your log size is small, or else you are probably going to get a very FULL disk in 2 days ;)</p><p>The samba bugreport is <a href="https://bugzilla.samba.org/show_bug.cgi?id=4208"  target='_blank'>4208</a></p> ]]></content>
		<author>
			<name>Cliff</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Deploying Windows using Linux</title>
		<link rel="alternate" type="text/html" href="http://oisec.net/archive/2006/10/29/deploying_windows_using_linux" />
		<modified>2006-10-29T21:53:00+01:00</modified>
		<issued>2006-10-29T21:53:00+01:00</issued>
		<created>2006-10-29T21:53:00+01:00</created>
		<id>tag:pivotpowered,2008:oisec.164</id>
		<link rel="related" type="text/html" href="" title="" />
		<summary type="text/plain"><p>Currently we are busy building a way to deploy Windows XP client installs using a Linux bootstrap. Using Linux solves a few problems you normally would encounter using a DOS bootstrap:</p><ul><li>Driver support, Linux supports more NICs, IDE, SCSI and SATA controllers.</li><li>Speed, Linux has a better TCP/IP and IO stack then DOS</li><li>Features, All Linux tools can be used, DOS tools are getting more and more limited</li><li>Cheap, Most tools used are free, we don&#39;t need Ghost Licenses </li></ul>Normally one would use DOS and Symantec Ghost to deploy workstation installs. We use a new tool called <a href="http://www.drivesnapshot.de/en/index.htm"  target='_blank'>DriveSnapshot</a>, the main benefit of this tool is that it has Windows, DOS and Linux clients. (NB. The Linux client isn&#39;t linked from the site but it can be downloaded <a href="http://www.drivesnapshot.de/download/snapshot.static"  target='_blank'>here</a>). The only problem that DriveSnapshot has and might be a problem is the fact that DriveSnapshot doesn&#39;t resize the partition that&#39;s inside the image to the real partition size as on disk. We solved this by making the image as little as possible. After we are done imaging we use parted to resize the partition to the maximum size. We bootstrap this way to make all necessary changes to the image before booting the client (think sysprep.inf, and adding drivers).</summary>
		<dc:subject>Deploying Windows using Linux</dc:subject>
		<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://oisec.net/archive/2006/10/29/deploying_windows_using_linux"><![CDATA[ <p>Currently we are busy building a way to deploy Windows XP client installs using a Linux bootstrap. Using Linux solves a few problems you normally would encounter using a DOS bootstrap:</p><ul><li>Driver support, Linux supports more NICs, IDE, SCSI and SATA controllers.</li><li>Speed, Linux has a better TCP/IP and IO stack then DOS</li><li>Features, All Linux tools can be used, DOS tools are getting more and more limited</li><li>Cheap, Most tools used are free, we don&#39;t need Ghost Licenses </li></ul>Normally one would use DOS and Symantec Ghost to deploy workstation installs. We use a new tool called <a href="http://www.drivesnapshot.de/en/index.htm"  target='_blank'>DriveSnapshot</a>, the main benefit of this tool is that it has Windows, DOS and Linux clients. (NB. The Linux client isn&#39;t linked from the site but it can be downloaded <a href="http://www.drivesnapshot.de/download/snapshot.static"  target='_blank'>here</a>). The only problem that DriveSnapshot has and might be a problem is the fact that DriveSnapshot doesn&#39;t resize the partition that&#39;s inside the image to the real partition size as on disk. We solved this by making the image as little as possible. After we are done imaging we use parted to resize the partition to the maximum size. We bootstrap this way to make all necessary changes to the image before booting the client (think sysprep.inf, and adding drivers). ]]></content>
		<author>
			<name>Cliff</name>
		</author>
	</entry>
	
	
	
</feed>