<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Marcus Nyberg</title>
	<link>http://www.marcusnyberg.com</link>
	<description>Digital and dangerous</description>
	<lastBuildDate>Tue, 09 Mar 2010 12:22:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Sending email in FreeBSD with Gmail</title>
		<description><![CDATA[When I moved my mail functionality (gmail) from my FreeBSD-server to Google Apps I was left with no way to send email from my server (sendmail disabled and gmail removed) from shell. I have no longer the need  to recieve email from my server, thanks to Google! However, I needed to send emails from [...]]]></description>
		<link>http://www.marcusnyberg.com/2010/03/09/sending-email-in-freebsd-with-gmail/</link>
			</item>
	<item>
		<title>Bygga egen spårsläde / spårdragare för längdåkning</title>
		<description><![CDATA[Mitt senaste projekt var att tillverka en hemmagjord spårsläde för klassisk längdåkning som man kan dra efter en vanlig skoter. Det är perfekt att ha en egen spårmaskin en vinter som denna så att man kan dra upp egna skidspår. Efter att ha scannat av nätet för att se hur andra spårmaskiner är konstruerade så [...]]]></description>
		<link>http://www.marcusnyberg.com/2010/02/21/bygga-egen-sparslade-spardragare-for-langdakning/</link>
			</item>
	<item>
		<title>Troubleshoooting device driver installation with setupapilog.txt</title>
		<description><![CDATA[Today I tried to install the &#8221;HP Universal Driver PCL6&#8243; (32-bit) on a Windows XP machine with WMI and VB.NET. All I got was the errorcode 2 and a failed installation. What does that mean? Windows errorcodes is not my (anyones?) speciality&#8230;
After some googling I found this very good post that describes the problem and [...]]]></description>
		<link>http://www.marcusnyberg.com/2010/01/22/troubleshoooting-device-driver-installation-with-setupapilog-txt/</link>
			</item>
	<item>
		<title>How to create a printerqueu with .NET and WMI</title>
		<description><![CDATA[This is an example of how you create a printerqueue with .NET and WMI (Windows Management Instrumentation).  
A list of properties can be found at MSDN Win32_Printer
Other topics:
How to install printerdrivers with wmi and VB.NET
How to create TCP/IP printerports with .NET

Imports System.Management

Dim shared as Boolean = true

Try
 Dim mp As ManagementPath = New ManagementPath("Win32_Printer")
 [...]]]></description>
		<link>http://www.marcusnyberg.com/2010/01/12/how-to-create-a-printerqueu-with-net-and-wmi/</link>
			</item>
	<item>
		<title>Nagios check_nt over ssh-tunnel</title>
		<description><![CDATA[I am a big fan of Nagios for host and service monitoring and this is my first post on the subject. My task was to check services on a Windows Server with Nagios and NSClient++. But the firewall only allowed me to use ssh and thats why I could not connect to port 12489 (that [...]]]></description>
		<link>http://www.marcusnyberg.com/2010/01/04/nagios-check_nt-over-ssh-tunnel/</link>
			</item>
	<item>
		<title>Bash script that open and close an ssh-tunnel automagically</title>
		<description><![CDATA[My problem was that I needed to connect to a port on a server that only was accessible by ssh. This connection should be made in a bash-script that starts and ends within a limited timeframe. That&#8217;s why I needed to solve the problem with a SSH-tunnel. George Notaras has made an article about auto-closing [...]]]></description>
		<link>http://www.marcusnyberg.com/2010/01/04/bash-script-that-open-and-close-an-ssh-tunnel-automagically/</link>
			</item>
	<item>
		<title>Install printerports with WMI and VB.NET</title>
		<description><![CDATA[This is an example of how you install TCP/IP printerports with .NET and WMI (Windows Management Instrumentation).  
A list of properties can be found at MSDN Win32_TCPIPPrinterPort
Other topics:
How to install printerdrivers with wmi and VB.NET
How to create a printerqueu with .NET and WMI

Imports System.Management

Try
  Dim mp As ManagementPath = New ManagementPath("Win32_TCPIPPrinterPort")
  Dim [...]]]></description>
		<link>http://www.marcusnyberg.com/2009/12/11/install-printerports-with-wmi-and-vb-net/</link>
			</item>
	<item>
		<title>Marvel 6162 SATA driver for Windows 7</title>
		<description><![CDATA[There isn&#8217;t any driver for the Marvel 6162 (88SE6162) SATA controller in Windows 7 (32-bit). For my motherboard (Asus M2V) I needed this driver and I could not find them on the Asus support website. I guess Asus havn&#8217;t made these available yet. Lazy bastards! After some modifications to the Vista-drivers I could use them [...]]]></description>
		<link>http://www.marcusnyberg.com/2009/11/27/marvel-6162-sata-driver-for-windows-7/</link>
			</item>
	<item>
		<title>Problem installing Windows 7 on Asus motherboards</title>
		<description><![CDATA[For the last 5 hours I tried to install Windows 7 (x86, 32bit) on my home computer that has an Asus M2V motherboard. I tried everything in the book and couldn&#8217;t install it. I removed and switched hardware, reburned the DVD, updated the BIOS and did everything that I could possibly think of. The installation [...]]]></description>
		<link>http://www.marcusnyberg.com/2009/11/27/problem-installing-windows-7-on-asus-motherboards/</link>
			</item>
	<item>
		<title>Install printerdrivers with WMI and VB.NET</title>
		<description><![CDATA[This is an example of how you install printerdrivers with .NET and WMI (Windows Management Instrumentation). Most examples on the Internet shows how this can be done with vbscript, printui.dll and such&#8230;
A list of properties can be found at MSDN Win32_PrinterDriver
Other topics:
How to install printerports with WMI and VB.NET
How to create a printerqueu with .NET [...]]]></description>
		<link>http://www.marcusnyberg.com/2009/11/23/install-printerdrivers-wmi/</link>
			</item>
</channel>
</rss>
