<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>SimpleScripts.net</title>
	<link>http://www.simplescripts.net</link>
	<description>Simple Scripts to Make Life Easier</description>
	<lastBuildDate>Fri, 31 Oct 2008 23:35:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>FilenameUnifier</title>
		<description><![CDATA[Version: v0.2 Summary: Ever wanted to mass rename a bunch of files into a specific pattern based on their original filenames? Yeah, there are other utilities out there, but this is a simple solution based on my FilenameSanitizer script which locates filenames in a given directory with a specific pattern, and then renames them based [...]]]></description>
		<link>http://www.simplescripts.net/?p=41</link>
			</item>
	<item>
		<title>Filename Sanitizer (v0.6)</title>
		<description><![CDATA[Summary: This script was designed to help ease the migration of data from a Mac or Linux PC to a FAT32 flash drive, which in turn would be compatible with Windows. It does this by attempting to find any questionable characters in any of the file names, and replacing them with hyphens &#8216;-&#8217;. It also [...]]]></description>
		<link>http://www.simplescripts.net/?p=21</link>
			</item>
	<item>
		<title>OneStep DVD-Video (v0.3)</title>
		<description><![CDATA[Summary: A shell script to convert, and make an DVD-Video image of a specified video file. Requirements: ffmpeg dvdauthor mkisofs Code: #!/bin/bash TMP=&#34;${TMPDIR}/&#34; LOG=&#34;${HOME}/.OneStepDVDVideo.log&#34; &#160; ##Write Date &#38; Time to Log File echo &#34;-------------------------------------&#34; &#62; &#34;${LOG}&#34; echo &#34;`date +\%B\ \%d,\ \%Y`&#34; &#62;&#62; &#34;${LOG}&#34; echo &#34;-------------------------------------&#34; &#62;&#62; &#34;${LOG}&#34; &#160; echo &#34;OneStep DVD-Video&#34; echo &#34;Scripted by Blake [...]]]></description>
		<link>http://www.simplescripts.net/?p=18</link>
			</item>
	<item>
		<title>ServerCheck (v0.6)</title>
		<description><![CDATA[Summary: This script will check to see if a web server is functioning properly by checking the output of a specific location. If this output is wrong, or unavailable, a message will be emailed. Additionally, if the server returns output which the script was not expecting, it has the ability to run a custom restore [...]]]></description>
		<link>http://www.simplescripts.net/?p=17</link>
			</item>
	<item>
		<title>Gnome Background Rotator</title>
		<description><![CDATA[Version: v0.5 Summary: This is an easy way to make your desktop rotate images. All you need to do is specify a background location, and it will find all the *.jpg, *.png, and *.svg files in that folder and display them in a random order. Requirements: Gnome find sed wc whoami Code: #!/bin/bash &#160; #User [...]]]></description>
		<link>http://www.simplescripts.net/?p=15</link>
			</item>
	<item>
		<title>FirefoxUpdater (v0.2)</title>
		<description><![CDATA[Summary: Want an easy way to update Firefox to the latest (nightly) build? Want it to automatically update itself? Set this script as a cron job to run nightly, and all that will be taken care of. This can also be used as a way of pushing out Firefox to other computers. Requirements: Firefox wget [...]]]></description>
		<link>http://www.simplescripts.net/?p=13</link>
			</item>
	<item>
		<title>Rockbox Updater (v0.2)</title>
		<description><![CDATA[Summary: Use this simple shell script to update the build of Rockbox on your DAP. Just change the variables at the top, and you should be good to go. Requirements: Linux wget unzip Code: #!/bin/bash RBMOUNTPOINT=&#34;/media/IHP-100&#34; RBZIPURL=&#34;http://build.rockbox.org/dist/build-h300/rockbox.zip&#34; ##Filename must be rockbox.zip. cd &#34;${TMPDIR}&#34; wget &#34;${RBZIPURL}&#34; cd &#34;${RBMOUNTPOINT}/&#34; unzip -o &#34;${TMPDIR}/rockbox.zip&#34; rm &#34;${TMPDIR}/rockbox.zip&#34;]]></description>
		<link>http://www.simplescripts.net/?p=10</link>
			</item>
	<item>
		<title>Fix Hosts File (v1.0)</title>
		<description><![CDATA[Summary: This batch file will make it a bit easier to fix your ‘hosts’ file. Requirements: Windows 2000 / XP / Vista Code: @echo off cls echo Fix the Host File echo By Blake Johnson echo http://www.blakeanthonyjohnson.com echo. echo. echo Are you blocked from a specific web site? Find the domain name and echo if [...]]]></description>
		<link>http://www.simplescripts.net/?p=9</link>
			</item>
	<item>
		<title>Backup2Novell (v2.0)</title>
		<description><![CDATA[Summary: Backup2Novell automates the process of archiving a folder or file, and then adding it to a specific folder on a Novell server. It uses 7zip for Unix for it&#8217;s archives. Requirements: ncpfs p7zip Code: #!/bin/bash &#160; ##By Blake Johnson &#160; USERNAME=&#34;USERNAME&#34; ##Novell Username (this is case sensative to whatever the mounted directory will use.) [...]]]></description>
		<link>http://www.simplescripts.net/?p=8</link>
			</item>
	<item>
		<title>WavPack Frontend (v0.8)</title>
		<description><![CDATA[Summary: Tired of using the command line switches to convert a song to the Wavpack format? This will make your life a bit easier. Requirements: WavPack *.wav file Code: @echo off &#160; :: ::Set wavpackexe to the path of the WavPack exe on your system. :: &#160; set wavpackexe=&#34;C:\Program Files\WavPack\wavpack.exe&#34; &#160; :: ::Other Variables :: [...]]]></description>
		<link>http://www.simplescripts.net/?p=7</link>
			</item>
</channel>
</rss>
