<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>freebsdguy</title>
	<link>http://www.freebsdguy.co.uk</link>
	<description>freebsd guides from freebsd users</description>
	<lastBuildDate>Tue, 30 Dec 2008 14:11:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Avoid Vulnerabilities with Port Auditing</title>
		<description>Whenever you install a port, you might see this:
===&#62; Vulnerability check disabled, database not found
That's because ports have the ability to be automatically checked for vulnerabilities as they are built.  To enable this functionality, we need to install portaudit.

Portaudit maintains a database of port vulnerabilities.  It can be used to ...</description>
		<link>http://www.freebsdguy.co.uk/2008/12/30/avoid-vulnerabilities-with-port-auditing/</link>
			</item>
	<item>
		<title>R.I.P. CVSup</title>
		<description>CVSup - slow, painful, annoying (imho, prove me wrong!).

For the last year or so I've exclusively used Portsnap.  From the handbook:
Portsnap is a system for securely distributing the FreeBSD ports tree. Approximately once an hour, a “snapshot” of the ports tree is generated, repackaged, and cryptographically signed. The resulting files ...</description>
		<link>http://www.freebsdguy.co.uk/2008/10/16/rip-cvsup/</link>
			</item>
	<item>
		<title>Sharing Media via iTunes &#038; Daapd</title>
		<description>Sharing media over the network using iTunes media sharing is easy, but it's even better when you can set up FreeBSD as  your backend media library server.  We can achieve this by using mt-daapd and mDNSResponder.



Start with my favorite 2 commands:
portsnap fetch
portsnap update
Install daapd:
cd /usr/ports/audio/mt-daapd/
make install clean
cp /usr/local/etc/mt-daapd.conf.sample /usr/local/etc/mt-daapd.conf
Edit /usr/local/etc/daapd.conf ...</description>
		<link>http://www.freebsdguy.co.uk/2008/04/07/sharing-media-via-itunes-daapd/</link>
			</item>
	<item>
		<title>Share files with OS X using NFS</title>
		<description>Last year I bought a Mac Mini with the intention of using it as the front end for a media centre solution.

For my plan to work, I needed to share my media from the FreeBSD server to the Mac.  Considering both of these operating systems are *nix based, I ...</description>
		<link>http://www.freebsdguy.co.uk/2008/03/22/share-files-with-os-x-using-nfs/</link>
			</item>
	<item>
		<title>Xming Server - Bring Xorg to Windows</title>
		<description>Last night a friend (on right) of mine tipped me off about an excellent X server for Windows. I got fed up using the cygwin so decided to try it out. Xming is a cool name too!

Here is what you need to get:

	Root Access
	Xorg installed
	SSH Access to the FreeBSD machine ...</description>
		<link>http://www.freebsdguy.co.uk/2007/12/29/xming-server-bring-xorg-to-windows/</link>
			</item>
	<item>
		<title>OpenFire - Jabber Server and IM Gateway</title>
		<description>As I work in a large corporation who have all their satellite offices (like my own) connect to the Internet through a central structure, I decided I didn't want some IT nerd reading all my IM's.  SSH wasn't good enough - I wanted a robust solution that didn't take ...</description>
		<link>http://www.freebsdguy.co.uk/2007/12/13/openfire-jabber-server-and-im-gateway/</link>
			</item>
	<item>
		<title>Java JDK 1.5</title>
		<description>Installing Java can be a pain in the ass.  You have to download the files manually for licensing purposes :(

cd /usr/ports/java/diablo-jdk15
make install clean

You'll see the notes regarding downloading the files.  Access the urls with a browser, accept the agreements and download the two files it wants.
Note: you need ...</description>
		<link>http://www.freebsdguy.co.uk/2007/12/13/java-jdk-15/</link>
			</item>
	<item>
		<title>RTIR: Request Tracker Incident Response</title>
		<description>RTIR is an incident response module for RT, so clearly we had to take a little peek at the goods.  This is really meant for incident responmse / network operations teams.

RTIR is built on RT, but provides different functionality.  Read here for more information regarding the usefulness of ...</description>
		<link>http://www.freebsdguy.co.uk/2007/12/12/rtir-request-tracker-incident-response/</link>
			</item>
	<item>
		<title>RT: Request Tracker</title>
		<description>A friend of mine is installing RT for use in the company he works for.  I thought I'd give it a spin to see what the fuss was about.  Here's what happened!

This was based on http://wiki.bestpractical.com/index.cgi?InstallationGuides and the README distributed with RT.

What we need:

	root
	Perl
	MySQL (Although you can use ...</description>
		<link>http://www.freebsdguy.co.uk/2007/12/12/rt-request-tracker/</link>
			</item>
	<item>
		<title>Replacing Apache with lighttpd</title>
		<description>As a precursor to researching Apache replacements for work, I decided to look at lighttpd at home.  I already have php5 installed (incluing fast-cgi support).  Here is how I installed lighttpd in my setup.  These steps were carried out as root.
cd /usr/ports/www/lighttpd
make install clean
I had to make ...</description>
		<link>http://www.freebsdguy.co.uk/2007/10/21/replacing-apache-with-lighttpd/</link>
			</item>
</channel>
</rss>
