<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows and Cisco ASA5505 Problems... &#187; Linux</title>
	<atom:link href="http://www.mailbeyond.com/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mailbeyond.com</link>
	<description>...Solved by Anthony Curreri</description>
	<lastBuildDate>Tue, 24 Jan 2012 01:44:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Updating Red Hat from the command line using Yum</title>
		<link>http://www.mailbeyond.com/updating-red-hat-from-the-command-line-using-yum</link>
		<comments>http://www.mailbeyond.com/updating-red-hat-from-the-command-line-using-yum#comments</comments>
		<pubDate>Wed, 04 Mar 2009 00:20:23 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/?p=98</guid>
		<description><![CDATA[Normally, I just: sudo yum check-update sudo yum update sudo reboot Note: A reboot might not be necessary depending on what you are updating. If yum is having problems resolving some dependencies, or you get the error: &#8220;[Errno -1] Metadata file does not match checksum&#8221;, try running the command below, then re-running the commands above. [...]]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/updating-red-hat-from-the-command-line-using-yum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vi: Global Search and Replace</title>
		<link>http://www.mailbeyond.com/vi-global-search-and-replace</link>
		<comments>http://www.mailbeyond.com/vi-global-search-and-replace#comments</comments>
		<pubDate>Tue, 02 Oct 2007 13:11:50 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/vi-global-search-and-replace</guid>
		<description><![CDATA[Hit escape to enter command mode, then type this in: :%s/old text to replace/replace with this new text/g]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/vi-global-search-and-replace/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP error 500 OOPS: cannot change directory</title>
		<link>http://www.mailbeyond.com/ftp-error-500-oops-cannot-change-directory</link>
		<comments>http://www.mailbeyond.com/ftp-error-500-oops-cannot-change-directory#comments</comments>
		<pubDate>Mon, 01 Oct 2007 20:02:55 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/ftp-error-500-oops-cannot-change-directory</guid>
		<description><![CDATA[After installing vsFTPd on RHEL, I got the following error while trying to log in: 500 OOPS: cannot change directory:/home/curreri The problem is that SELinux is standing in the way. I told it in English: &#8220;I know FTP isn&#8217;t secure SELinux, but I promise I&#8217;ll stay behind the hardware firewall.&#8221; Unfortunately SELinux doesn&#8217;t understand English. [...]]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/ftp-error-500-oops-cannot-change-directory/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache and User Permissions on RHEL</title>
		<link>http://www.mailbeyond.com/apache-and-user-permissions-on-rhel</link>
		<comments>http://www.mailbeyond.com/apache-and-user-permissions-on-rhel#comments</comments>
		<pubDate>Wed, 06 Jun 2007 16:28:35 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/apache-and-user-permissions-on-rhel</guid>
		<description><![CDATA[You have a webserver, and you want several users to be able to log in and edit files in the /var/www/html directory. Here&#8217;s some handy commands. After copying new files to the directory, try this command to fix up the permissions. sudo /sbin/restorecon -R -v /var/www/html You want all your web authoring users to be [...]]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/apache-and-user-permissions-on-rhel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opening SMB ports in IPTables on RHEL</title>
		<link>http://www.mailbeyond.com/opening-smb-ports-in-iptables-on-rhel</link>
		<comments>http://www.mailbeyond.com/opening-smb-ports-in-iptables-on-rhel#comments</comments>
		<pubDate>Tue, 13 Mar 2007 17:39:34 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/opening-smb-ports-in-iptables-on-rhel</guid>
		<description><![CDATA[There are gui&#8217;s for configuration, but you have to find them and install them, when you could just edit the files in half the time. These instructions are for Red Hat Enterprise Linux (RHEL) but will probably work on most distros with IPTables, on which you wish to host Samba (SMB) shares. Yay for Windows [...]]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/opening-smb-ports-in-iptables-on-rhel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mbstring on RHEL, download and install</title>
		<link>http://www.mailbeyond.com/mbstring-on-rhel-download-and-install</link>
		<comments>http://www.mailbeyond.com/mbstring-on-rhel-download-and-install#comments</comments>
		<pubDate>Mon, 12 Mar 2007 19:32:28 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/mbstring-on-rhel-download-and-install</guid>
		<description><![CDATA[Well I installed and updated Red Hat Enterprise Linux (RHEL) AS, and installed PHPMyAdmin. But wait! PHPMyAdmin says: The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results. I need this [...]]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/mbstring-on-rhel-download-and-install/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RHEL at the University of Washington!</title>
		<link>http://www.mailbeyond.com/rhel-at-the-university-of-washington</link>
		<comments>http://www.mailbeyond.com/rhel-at-the-university-of-washington#comments</comments>
		<pubDate>Fri, 09 Mar 2007 17:57:16 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/rhel-at-the-university-of-washington</guid>
		<description><![CDATA[Apparently Red Hat Enterprise Linux is free to use at the University of Washington! The only cavat being that you must use UW&#8217;s Servers to get updates using up2date. The setup isn&#8217;t too bad if you follow the Instructions. CAC even says they might help you out if you have Linux problems, and they&#8217;re more [...]]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/rhel-at-the-university-of-washington/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My VimRC</title>
		<link>http://www.mailbeyond.com/my-vimrc</link>
		<comments>http://www.mailbeyond.com/my-vimrc#comments</comments>
		<pubDate>Thu, 01 Mar 2007 21:55:16 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/my-vimrc</guid>
		<description><![CDATA[That&#8217;s right, I use VI, not EMACS! Here&#8217;s my .vimrc: set nocompatible set tabstop=2 set visualbell That tabstop bit is magic. I added the following to my vimrc on Windows (GVIM) file: C:\Program Files (x86)\Vim\_vimrc set smartindent set autoindent set expandtab set tabstop=2 set softtabstop=2 set shiftwidth=2 set cinkeys=0{,0},:,0#,!,!^F set nocompatible set visualbell]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/my-vimrc/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SUSE 10.1 Remote Installation, for free!</title>
		<link>http://www.mailbeyond.com/suse-101-remote-installation-for-free</link>
		<comments>http://www.mailbeyond.com/suse-101-remote-installation-for-free#comments</comments>
		<pubDate>Mon, 23 Oct 2006 18:24:43 +0000</pubDate>
		<dc:creator>Anthony Curreri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mailbeyond.com/suse-101-remote-installation-for-free</guid>
		<description><![CDATA[I&#8217;ve been resisting the geeky, and helping save the environment by not running a server in my house all day. There are two projects now that I can&#8217;t do by ssh&#8217;ing into 1and1&#8216;s servers, so it&#8217;s time to run a linux box again. I decided to run SUSE. It&#8217;s Novell&#8217;s version of linux, and though [...]]]></description>
		<wfw:commentRss>http://www.mailbeyond.com/suse-101-remote-installation-for-free/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

