<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Loops and HoopsLoops and Hoops</title>
	<link>http://dev-loop.net</link>
	<description>tech notes</description>
	<lastBuildDate>Sat, 28 May 2011 11:46:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>Testing SMTP and POP3 Connections</title>
		<description><![CDATA[It often happens that I need to check a certain SMTP and POP3 connections. Whether it is the user credentials or the authentication methods. Using telnet is one method, but you have to make sure you don&#8217;t make typos while you are in the session. A much easier approach is to use a GUI tool [...]]]></description>
		<link>http://dev-loop.net/2011/05/testing-smtp-and-pop3-connections/</link>
			</item>
	<item>
		<title>Clearing datastores in ESXi (Call &#8220;HostDatastoreSystem.RemoveDatastore&#8221; for object &#8220;ha-datastoresystem&#8221; on ESXi x.x.x.x failed)</title>
		<description><![CDATA[When trying to delete a datastore you get following error message Call "HostDatastoreSystem.RemoveDatastore" for object "ha-datastoresystem" on ESXi Checked that all VMs are deleted, no ISO images are being referenced from any VM, but the problem still persisted. After checking the logs, I found this error message: ValidateLayout: Invalid block boundaries: curStart: 522 prevEnd: 522 [...]]]></description>
		<link>http://dev-loop.net/2011/05/clearing-datastores-in-esxi-call-hostdatastoresystem-removedatastore-for-object-ha-datastoresystem-on-esxi-x-x-x-x-failed/</link>
			</item>
	<item>
		<title>Measuring Network throughput in Windows</title>
		<description><![CDATA[There is a nice tool called netperf to measure the network throughput. There is a port for Windows available here and it is very easy to use: On the server side start: cd c:\downloads\netperf\ netserver.exe On the client side start: cd c:\downloads\netperf\ netclient.exe -H &#60;IP.OF.SERVER&#62; You can find more info over here.]]></description>
		<link>http://dev-loop.net/2011/05/measuring-network-throughput-in-windows/</link>
			</item>
	<item>
		<title>(BuyVM/FranTech) VPS PPTP VPN Setup</title>
		<description><![CDATA[Install pptp package apt-get install pptpd Edit pptp.conf nano /etc/pptpd.conf Add the ip address which the server should hand out to the dialing in client: localip 192.168.10.1 remoteip 192.168.10.101-200 Enable ip forwarding nano /etc/sysctl.conf net.ipv4.ip_forward=1 Add credentials for dial-in: nano /etc/ppp/chap-secrets dialin_user pptpd dialin_password * Add to firewall iptables -A INPUT -p tcp --dport 1723 [...]]]></description>
		<link>http://dev-loop.net/2011/01/buyvmfrantech-vps-pptp-vpn-setup/</link>
			</item>
	<item>
		<title>Backing up your Motorola Milestone/Droid using nandroid</title>
		<description><![CDATA[Preperation Prerequisites: your phone has to be rooted USB drivers installed on your Windows machine the Android SDK charge your phone to 100% otherwise you can get into serious troubles ADBRecovery.zip Then&#8230; Extract ADBRecovery.zip everything in the folder &#8220;in_sd_root&#8221; has to be moved to the root of your SD card. Make sure you do *not* [...]]]></description>
		<link>http://dev-loop.net/2010/08/backing-up-your-motorola-milestonedroid-using-nandroid/</link>
			</item>
	<item>
		<title>Windows XP logs off immediately</title>
		<description><![CDATA[After entering your password Windows XP logs you off. You can see briefly how it tries to log on, then loads your settings, logs you off and saves your settings. This is usually caused by malware, which change the userinit.exe file in Windows. There are multiple workarounds where you have to restore the userinit.exe file [...]]]></description>
		<link>http://dev-loop.net/2010/07/windows-xp-logs-off-immediately/</link>
			</item>
	<item>
		<title>Logging File Access in OSX</title>
		<description><![CDATA[If you want to log all file accesses start the terminal, switch to root-user and type fs_usage -w -f filesys &#62; cap.txt Every file access will be logged to cap.txt. You can grep, view edit for post analysis.]]></description>
		<link>http://dev-loop.net/2010/02/logging-file-access-in-osx/</link>
			</item>
	<item>
		<title>Protected: Windows XP hal.dll Not Found</title>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<link>http://dev-loop.net/2010/01/windows-xp-hal-dll-not-found/</link>
			</item>
	<item>
		<title>Disk Thrashing After Suspending a VM</title>
		<description><![CDATA[I have had the issue that after suspending a certain VM the disk activity would go up after a few minutes. Quite annoying because the system was almost unusable. Kind of like it was doing some defragmentation. After a few minutes of researching (a.k.a googling ) I came across this thread on the VMWare user [...]]]></description>
		<link>http://dev-loop.net/2009/09/disk-thrashing-after-suspending-a-vm/</link>
			</item>
	<item>
		<title>Connecting to a VM&#8217;s console via a SSH tunnel</title>
		<description><![CDATA[From the client you have to build an SSH tunnel forwarding ports 443, 902, 903. Make sure you are *not* forwarding from 127.0.0.1 (since according to this posting on the VMware forums) this seems to have a special meaning when using the VMWare client, instead use 127.0.0.2. In this example the server&#8217;s IP address is [...]]]></description>
		<link>http://dev-loop.net/2009/08/connecting-to-a-vms-console-via-a-ssh-tunnel/</link>
			</item>
</channel>
</rss>

