<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="0.92">
<channel>
	<title>Matt Conroy</title>
	<link>http://www.mattconroy.com</link>
	<description>My NoLedge</description>
	<lastBuildDate>Fri, 02 May 2008 16:40:42 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Hello to the World!</title>
		<description>Just figured I would say hi to the world. I haven't posted in a while and a friend of mine is always saying that they get way more hits than me. Oh well, I guess I will have to be second best ;) </description>
		<link>http://www.mattconroy.com/index.php/2008/05/02/hello-to-the-world/</link>
			</item>
	<item>
		<title>Arts and Crafts and Other Fun Stuff</title>
		<description>Go to Molly's site @ http://www.mollysevertson.com </description>
		<link>http://www.mattconroy.com/index.php/2008/04/01/arts-and-crafts-and-other-fun-stuff/</link>
			</item>
	<item>
		<title>Sugar Alley</title>
		<description>"Sugar Alley specializes in marshmallow treats for weddings, baby showers,                            and birthday parties. We also make special creations to suit large events and ...</description>
		<link>http://www.mattconroy.com/index.php/2008/03/28/sugar-alley/</link>
			</item>
	<item>
		<title>Goofy Flash Javascript Movie</title>
		<description>A friend of mine finds things like this all the time. Watch this silent movie. Very witty!

http://users.telenet.be/kixx/ </description>
		<link>http://www.mattconroy.com/index.php/2008/03/10/goofy-flash-javascript-movie/</link>
			</item>
	<item>
		<title>Installing SSH on Ubuntu 7.04</title>
		<description>I am going to start creating videos for little things that I setup on Ubuntu. Maybe it will help someone. If not I wasted time, but I got another post :)
Ubuntu SSH Install </description>
		<link>http://www.mattconroy.com/index.php/2008/02/27/installing-ssh-on-ubuntu-704/</link>
			</item>
	<item>
		<title>Regular Grammar Help</title>
		<description>I found a good document for regular grammars and thought I would post it so I wouldn't lose it.

Have fun!

http://www.cset.oit.edu/~yangs/CST229/Lecture/6_grammarforms.pdf

Regular Grammar </description>
		<link>http://www.mattconroy.com/index.php/2008/01/29/regular-grammar-help/</link>
			</item>
	<item>
		<title>Finding Large Files Linux</title>
		<description>To find large files in linux you can use the find command.

As an example you can find all files that are close to 1GB or over by issuing the command:

find . -type f -size +1000000

The above command will list all files larger than 1GB recursively from the current working directory. </description>
		<link>http://www.mattconroy.com/index.php/2008/01/29/finding-large-files-linux/</link>
			</item>
	<item>
		<title>VSFTP Users without access to a shell cannot log in</title>
		<description>If you are here you have probably seen this error "530 Login incorrect"

In order to fix this problem you need to ensure that the shell being used for the user in question is in the file /etc/shell.

# /etc/shells: valid login shells
/bin/csh
/bin/sh
/usr/bin/es
/usr/bin/ksh
/bin/ksh
/usr/bin/rc
/usr/bin/tcsh
/bin/tcsh
/usr/bin/esh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/screen

Any shell that is in this file will allow the ...</description>
		<link>http://www.mattconroy.com/index.php/2008/01/26/vsftp-users-without-access-to-a-shell-cannot-log-in/</link>
			</item>
	<item>
		<title>Quick and dirty backups for linux using tar</title>
		<description>I found this link useful. I have attached the actual backup script located on this page just in case it is gone in the future.

Tar Backup Script
Tar Backup Web Page </description>
		<link>http://www.mattconroy.com/index.php/2008/01/23/quick-and-dirty-backups-for-linux-using-tar/</link>
			</item>
	<item>
		<title>Hello World PHP</title>
		<description>Just paste this code into a file named HelloWorld.php.

&#60;?php

echo 'Hello World!';

?&#62;
Navigate to the page and you have "hello world." </description>
		<link>http://www.mattconroy.com/index.php/2008/01/14/hello-world-php/</link>
			</item>
</channel>
</rss>
