<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92">
<channel>
	<title>Loops and Hoops</title>
	<link>http://dev-loop.net</link>
	<description>tech notes</description>
	<lastBuildDate>Mon, 08 Feb 2010 17:14:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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 [...]]]></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>
	<item>
		<title>Automatic Restoration of Quarantined McAfee Files</title>
		<description><![CDATA[After reading about the most recent faux-pas from McAfee where couple of system files were identified as infected I found this script which restores the quarantined files:
Option Explicit
on error resume next
Dim fso, f, str, commando, df, fdf, r, ff, WshShell, fx, strfx, rr, arrParm
Set fso = CreateObject("Scripting.FileSystemObject")

if fso.FileExists("C:\quarantine\infected.log") Then
	Set f = fso.OpenTextFile("infected.log", 1)

	Set WshShell = [...]]]></description>
		<link>http://dev-loop.net/2009/07/automatic-restoration-of-quarantined-mcafee-files/</link>
			</item>
	<item>
		<title>Slow Startup After Logging into XP</title>
		<description><![CDATA[So this one friend was complaining about his Windows XP acting sluggish after he has logged in. It takes almost 3 minutes until he is able to open the Windows Explorer &#8211; during that time the computer reacts very slowly, but the CPU load never really jumps up. After installing all updates and such I [...]]]></description>
		<link>http://dev-loop.net/2009/07/slow-startup-after-logging-into-xp/</link>
			</item>
	<item>
		<title>GPG error &#8211; Key error while apt-get update</title>
		<description><![CDATA[Invoking apt-get update led to following error message
#apt-get update
[...]
Fetched 254kB in 7s (35.8kB/s)
Reading package lists... Done
W: There is no public key available for the following key IDs:
9AA38DCD55BE302B
W: GPG error: http://ftp2.de.debian.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
W: GPG error: http://ftp.uni-stuttgart.de testing Release: The following signatures [...]]]></description>
		<link>http://dev-loop.net/2009/06/gpg-error-key-error-while-apt-get-update/</link>
			</item>
	<item>
		<title>Extract eMail Addresses from Mails in Outlook</title>
		<description><![CDATA[You want to send a newsletter to a bunch people who have sent you an email? Easy&#8230;

Move (or copy) all mails into one folder
Click on File -&#62; Import/Export -&#62; Export into a file -&#62; Comma seperated values (Windows)
Choose the folder which holds the mails
Choose export file location
Enable the action export emails from folder
Click on &#8220;map [...]]]></description>
		<link>http://dev-loop.net/2009/06/extract-email-addresses-from-mails-in-outlook/</link>
			</item>
	<item>
		<title>Recovery of Failure Due to Partial Harddisk Failure</title>
		<description><![CDATA[Recently a colleague called us and asked whether we could help him. His gentoo-system suffered from a boot problem and he was not able to start his system up which was showing "BOOT DRIVE FAILURE". Since he did not setup the system (which was his IMAP-server, fax-server, phone-management server and on top his webserver to [...]]]></description>
		<link>http://dev-loop.net/2009/06/recovery-of-failure-due-to-partial-harddisk-failure/</link>
			</item>
	<item>
		<title>Raw ext2 Recovery (Part 1)</title>
		<description><![CDATA[Recovering a ext2 partition which has been partly overwritten
What a stupid mistake that was. I had my ext2 drive in my windows box. Since I was trying out a few things I was trying to mount a drive via iSCSI and I accidentally formatted the local drive instead of the iSCSI drive (that explains why [...]]]></description>
		<link>http://dev-loop.net/2009/06/raw-ext2-recovery/</link>
			</item>
</channel>
</rss>
