<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>SysAdmin Valley</title>
	<link>http://www.sysadminvalley.com</link>
	<description>I might as well write this stuff down so I remember it tomorrow</description>
	<lastBuildDate>Tue, 18 May 2010 17:22:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>How to delete the MBR in Linux</title>
		<description><![CDATA[There have been times where I&#8217;ve installed Linux on a computer and needed to reinstall Windows.  Sometimes I&#8217;ve had an issue where after the install gets finished, the installer appears fine but it doesn&#8217;t update the MBR (Master Boot Record).  So when you reboot the computer you get a Lilo or Grub error saying that [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/05/18/how-to-delete-the-mbr-in-linux/</link>
			</item>
	<item>
		<title>Search and Replace in MySQL</title>
		<description><![CDATA[I do a lot of work with MySQL and I&#8217;ve had this reoccuring problem were I need to find some text in a table and replace it with new text. Like say I have a table of data that talks about dogs and I want to replace every occurrence of dog with cat. The old [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/05/18/search-and-replace-in-mysql/</link>
			</item>
	<item>
		<title>Configuring Cisco ASA 5505 with primary &amp; backup ISP</title>
		<description><![CDATA[Here&#8217;s an example config for configuring an ASA5505 with primary and backup ISP&#8217;s. ASA5505(config)# interface ethernet 0/0 ASA5505(config-if)# switchport access vlan 2 ASA5505(config-if)# no shutdown ASA5505(config)# interface ethernet 0/1 ASA5505(config-if)# switchport access vlan 1 ASA5505(config-if)# no shutdown ASA5505(config)# interface ethernet 0/2 ASA5505(config-if)# switchport access vlan 3 ASA5505(config-if)# no shutdown ASA5505(config)# interface vlan 1 ASA5505(config-if)# nameif [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/03/23/configuring-cisco-asa-5505-with-primary-backup-isp/</link>
			</item>
	<item>
		<title>Basic Configuration for a Cisco 2621 part 2</title>
		<description><![CDATA[Here&#8217;s a sample config you might use for a Cisco 2600 router for a point to point T1. The Cisco would need to have a built in CSU/DSU for this configuration. Router#sh run Building configuration... Current configuration : 1158 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/03/23/basic-configuration-for-a-cisco-2621-part-2/</link>
			</item>
	<item>
		<title>Basic Configuration for a Cisco 2621</title>
		<description><![CDATA[Here is a basic configuration for a Cisco 2621 using interface FastEthernet0/0 to connect to your ISP, and FastEthernet0/1 to connect to your local network. Router#sh run Building configuration... Current configuration : 1158 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/03/23/basic-configuration-for-a-cisco-2621/</link>
			</item>
	<item>
		<title>Configuring Basic Cisco Router Security</title>
		<description><![CDATA[Network security is a hot topic today, and will only increase in importance in the months and years ahead. While most of the attention is paid to exterior threats, there are some steps you can take to prevent unwanted Cisco router access from within your organization. Whether you want to limit what certain users can [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/03/23/configuring-basic-cisco-router-security/</link>
			</item>
	<item>
		<title>Cisco Router (801) ISP ISDN Config Example</title>
		<description><![CDATA[Here is an example ISDN config for a Cisco 801 router version 12.0 ! no ip domain-lookup isdn switch-type basic-net3 ! ! ! interface Ethernet0 ip address 172.16.1.1 255.255.255.0 no ip directed-broadcast ip nat inside ! interface BRI0 ip address negotiated no ip directed-broadcast ip nat outside encapsulation ppp dialer string (put ISDN phone number [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/03/23/cisco-router-801-isp-isdn-config-example/</link>
			</item>
	<item>
		<title>Excluding files in FIND results</title>
		<description><![CDATA[Find is one of my favorite little tools under linux.  It helps me &#8220;find&#8221; almost anything, I can find files older than a certain date, newer than a certain date, modified on a certain date.  I can find files that have a certain name, or match a part of a name, file extension.  Once I&#8217;ve [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/03/09/excluding-files-in-find-results/</link>
			</item>
	<item>
		<title>Some interesting MySQL projects to check out</title>
		<description><![CDATA[While working on some MySQL stuff today I came across some interesting projects.  About 2 years ago I attended the Boston MySQL Meetup group which had a guest speaker (Patrick Galbraith) and he spoke about setting up MySQL in a Multi-Master setup.  This is where you have two MySQL database servers and each one is [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/02/11/some-interesting-mysql-projects-to-check-out/</link>
			</item>
	<item>
		<title>Working with Percona&#8217;s MySQL and RPM dependency problems</title>
		<description><![CDATA[I&#8217;ve started using Percona&#8217;s version of MySQL 5.1 and have run into a few issues trying to get other tools such as mytop or maatkit to install but have been having problems with RPM dependency&#8217;s.  I found the solution on this guy&#8217;s blog.  Basically, if you install the MySQL-client-percona, MySQL-percona, MySQL-server-percona, MySQL-shared-percona and Percona-XtraDB, instead [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/02/11/working-with-perconas-mysql-and-rpm-dependency-problems/</link>
			</item>
</channel>
</rss>
