<?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>Jason L. Froebe - Tech tips and How Tos for Fellow Techies &#187; blog</title>
	<atom:link href="http://froebe.net/blog/index.php/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://froebe.net/blog</link>
	<description>Tips &#38; Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more</description>
	<lastBuildDate>Sat, 07 Jan 2012 22:12:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How To:  Fix Nick Berlette&#8217;s excellent Redirect Plugin for WordPress 2.6 and higher</title>
		<link>http://froebe.net/blog/2010/02/19/static-pages-working-again/</link>
		<comments>http://froebe.net/blog/2010/02/19/static-pages-working-again/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:18:18 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Nick Berlette]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[redirect plugin]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=1217</guid>
		<description><![CDATA[The static pages (like Store) are working again.  I&#8217;ve had to fix the redirect plugin by Nick Berlette.  If you want it to work with your modern WordPress blog (2.6 or higher) you just need to change a tiny bit. Remove this: require_once&#40;$_SERVER&#91;&#8216;DOCUMENT_ROOT&#8217;&#93; . &#8216;/wp-config.php&#8217;&#41;; Replace with: $root = dirname&#40;dirname&#40;dirname&#40;dirname&#40;__FILE__&#41;&#41;&#41;&#41;; if &#40;file_exists&#40;$root.&#8216;/wp-load.php&#8217;&#41;&#41; &#123; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>The static pages (like <a href="http://froebe.net/blog/store/">Store</a>) are working again.  I&#8217;ve had to fix the <a href="http://www.pancak.es/plugins/redirect/">redirect plugin</a> by <a title="Visit author homepage" href="http://www.pancak.es/">Nick Berlette</a>.  If you want it to work with your modern WordPress blog (2.6 or higher) you just need to change a tiny bit.<br />
Remove this:</p>
<div class="php dean_ch"><span class="kw1">require_once</span><span class="br0">&#40;</span><span class="re0">$_SERVER</span><span class="br0">&#91;</span><span class="st_h">&#8216;DOCUMENT_ROOT&#8217;</span><span class="br0">&#93;</span> <span class="sy0">.</span> <span class="st_h">&#8216;/wp-config.php&#8217;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
<p>Replace with:</p>
<div class="php dean_ch"><span class="re0">$root</span> <span class="sy0">=</span> <a href="http://www.php.net/dirname"><span class="kw3">dirname</span></a><span class="br0">&#40;</span><a href="http://www.php.net/dirname"><span class="kw3">dirname</span></a><span class="br0">&#40;</span><a href="http://www.php.net/dirname"><span class="kw3">dirname</span></a><span class="br0">&#40;</span><a href="http://www.php.net/dirname"><span class="kw3">dirname</span></a><span class="br0">&#40;</span><span class="kw4">__FILE__</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span></p>
<p><span class="kw1">if</span> <span class="br0">&#40;</span><a href="http://www.php.net/file_exists"><span class="kw3">file_exists</span></a><span class="br0">&#40;</span><span class="re0">$root</span><span class="sy0">.</span><span class="st_h">&#8216;/wp-load.php&#8217;</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; <span class="kw1">require_once</span><span class="br0">&#40;</span><span class="re0">$root</span><span class="sy0">.</span><span class="st_h">&#8216;/wp-load.php&#8217;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span> <span class="kw1">else</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; <span class="kw1">require_once</span><span class="br0">&#40;</span><span class="re0">$root</span><span class="sy0">.</span><span class="st_h">&#8216;/wp-config.php&#8217;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span></div>
<p>It should work fine now <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2010/02/19/static-pages-working-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FW: Wesley McGrew&#8217;s forensics class lecture on ext2/3 (Linux)</title>
		<link>http://froebe.net/blog/2008/12/02/fw-wesley-mcgrews-forensics-class-lecture-on-ext23-linux/</link>
		<comments>http://froebe.net/blog/2008/12/02/fw-wesley-mcgrews-forensics-class-lecture-on-ext23-linux/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 18:41:08 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ext2]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[file systems]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[lecture]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[wesley mcgrew]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=764</guid>
		<description><![CDATA[I was looking for the exact differences between the Linux file systems EXT2 and EXT3, other than journaling, when I came across Wesley McGrew&#8217;s lecture about ext2/3 forensics.  Keep in mind the lecture should be thought of as an Introduction to ext2/3 forensics. It should be helpful for forensics or to retrieve data from a [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for the exact differences between the Linux file systems EXT2 and EXT3, other than journaling, when I came across Wesley McGrew&#8217;s lecture about ext2/3 forensics.  Keep in mind the lecture should be thought of as an <em>Introduction to ext2/3 forensics</em>.</p>
<p>It should be helpful for forensics or to retrieve data from a failing drive.</p>
<blockquote>
<h2><a href="http://www.mcgrewsecurity.com/2008/10/12/slides-for-a-forensics-class-lecture-on-ext23"><em>Slides for a forensics class lecture on ext2/3</em></a></h2>
<p><small><em>Sunday, October 12th, 2008</em></small><a href="http://www.mcgrewsecurity.com/"><img class="alignright size-full wp-image-765" style="margin: 2px;" title="Wesley McGrew" src="http://froebe.net/blog/wp-content/uploads/2008/12/wesleymcgrew.jpg" alt="" width="267" height="71" /></a></p>
<p><em>Tommorow at 8:00AM, I will be giving a lecture to the CSE 4273/6273 Computer Crime and Forensics class here at Mississippi</em><em> State University.  I was asked to speak on the topic of “Linux Filesystems”, and I have chosen to focus on the ext2 and ext3 filesystem data structures.  The class is using the excellent “File System Forensic Analysis” by Brian Carrier as its textbook, so it’s a great opportunity to cover the chapters on ext2/3 (chapters 14 &amp; 15).</em></p>
<p><em>It’s a 50-minute class, and pretty strictly so, since the Information and Computer Security class is held immediately afterwards <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  Due to the limited time I have, I’ve scaled back my coverage of these two chapters to what you see in the following slides.  I’m focusing on the basic data structures used by “extx” to point at files and metadata, such as the superblock, group descriptor tables, and inodes.  I’ve included an example of finding a file on a filesystem using only dd piped through xxd and less, and some discussion of what a forensic examiner or someone tasked with data recovery should be on the look-out for.</em></p>
<p><em>Unfortunately with this PDF version of the slides, you won’t see the slick Keynote animations I’ve worked into my lecture.  I’m considering expanding the detail and coverage of this, and recording the slideshow as a video with narration for this site:</em></p>
<p><em><a href="http://mcgrewsecurity.com/training/extx.pdf">Slides &#8211; PDF Format</a></em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/12/02/fw-wesley-mcgrews-forensics-class-lecture-on-ext23-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vote for Adrian Bridgwater for Computer Weekly IT Blog Awards 08</title>
		<link>http://froebe.net/blog/2008/07/14/vote-for-adrian-bridgwater-for-computer-weekly-it-blog-awards-08/</link>
		<comments>http://froebe.net/blog/2008/07/14/vote-for-adrian-bridgwater-for-computer-weekly-it-blog-awards-08/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 20:35:49 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Geek Spotlight]]></category>
		<category><![CDATA[ISUG]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[TechWave]]></category>
		<category><![CDATA[Adrian Bridgwater]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[award nomination]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Computer Weekly]]></category>
		<category><![CDATA[Computer Weekly IT Blog Awards]]></category>
		<category><![CDATA[Core Techs]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[ISUG Technical Journal]]></category>
		<category><![CDATA[ZDNet]]></category>
		<category><![CDATA[ZDNet UK]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=568</guid>
		<description><![CDATA[Not only is Adrian Bridgwater a blogger for ZDNet UK&#8217;s Core Techs, he is the editor for the ISUG Technical Journal.  He has been nominated for a Computer Weekly IT Blog Award.  Please go cast a vote for our Adrian! Computer Weekly IT Blog Award -&#62; Programming and technical blogs -&#62; Adrian Bridgwater: Software application [...]]]></description>
			<content:encoded><![CDATA[<p>Not only is Adrian Bri<a href="http://froebe.net/blog/wp-content/uploads/2008/07/adrianbridgwater.jpg"><img class="alignright size-full wp-image-569" title="Adrian Bridgwater" src="http://froebe.net/blog/wp-content/uploads/2008/07/adrianbridgwater.jpg" alt="Adrian Bridgwater" width="100" height="100" /></a>dgwater a blogger for ZDNet UK&#8217;s <a href="http://www.zdnet.co.uk/misc/communityfaq/#19">Core Techs</a>, he is the editor for the ISUG Technical Journal.  He has been nominated for a <a href="http://www.computerweekly.com/blogawards.htm">Computer Weekly IT Blog Award</a>.  Please go <a href="http://www.computerweekly.com/blogawards.htm">cast a vote</a> for our Adrian! <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4><strong><a href="http://www.computerweekly.com/blogawards.htm">Computer Weekly IT Blog Award</a> -&gt; Programming and technical blogs -&gt; Adrian Bridgwater: Software application development</strong></h4>
<p>ZDNet&#8217;s biography of Adrian:</p>
<blockquote><p><em>Adrian Bridgwater a freelance journalist specialising in cross platform software application development as well as all related aspects of software engineering and project management.</em></p>
<p><a href="http://froebe.net/blog/wp-content/uploads/2008/06/cover.jpg"><img class="alignleft size-thumbnail wp-image-540" title="ISUG Journal" src="http://froebe.net/blog/wp-content/uploads/2008/06/cover-150x150.jpg" alt="" width="72" height="84" /></a></p>
<p><em>Adrian is a regular blogger with ZDNet.co.uk covering the application development </em></p>
<p><em>landscape and the movers, shakers and start-ups that make the industry the vibrant </em><em>place that it is.</em></p>
<p><em>His journalistic creed is to bring forward-thinking, impartial, technology editorial to a professional (and hobbyist) software audience around the world. His mission is to objectively inform, educate and challenge &#8211; and through this champion better coding capabilities and ulti</em><a href="http://froebe.net/blog/wp-content/uploads/2008/07/zdnetuk-tech-means-business-v2.png"><img class="alignleft size-medium wp-image-570" title="ZDNet UK" src="http://froebe.net/blog/wp-content/uploads/2008/07/zdnetuk-tech-means-business-v2.png" alt="ZDNet UK" width="202" height="95" /></a><em>mately better software engineering.</em></p>
<p><em>Adrian has worked as a freelance technology journalist and public relations consultant for over fifteen years. His work has been published in various international publications including the Wall Street Journal, The Register, BBC World Service magazines, the UAE’s Khaleej Times and SYS-CON’s Web Developer’s Journal. He has worked as technology editor for international travel &amp; retail magazines and also produced annual technology industry review features for UK-based publishers ISC.</em></p>
<p><em>In previous commercially focused roles, Adrian directed publicity work for clients including IBM, Microsoft, Compaq, Intel, Motorola, Computer Associates, Ascom, Infonet and RIM. Adrian has also conducted media training and consultancy programmes for companies including Sony-Ericsson, IBM, RIM and Kingston Technology.</em></p>
<p><em>He is also a published travel writer and has lived and worked abroad for 10 years in Tanzania, Australia, the United Arab Emirates, Italy and the United States.</em></p></blockquote>
<p>Please go <a href="http://www.computerweekly.com/blogawards.htm">cast a vote</a> for our Adrian! <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/07/14/vote-for-adrian-bridgwater-for-computer-weekly-it-blog-awards-08/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FW (David Wein): Looking for feedback: logical process manager</title>
		<link>http://froebe.net/blog/2008/07/10/fw-david-wein-looking-for-feedback-logical-process-manager/</link>
		<comments>http://froebe.net/blog/2008/07/10/fw-david-wein-looking-for-feedback-logical-process-manager/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 17:36:51 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[ASE]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[ASE kernel]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Dave Wein]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[logical process manager]]></category>
		<category><![CDATA[LPM]]></category>
		<category><![CDATA[Sybase ASE]]></category>
		<category><![CDATA[Sybase Engineering]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=556</guid>
		<description><![CDATA[David Wein is a well known and highly respected engineer at Sybase working on Adaptive Server Enterprise.  I&#8217;m reposting his blog article here to help increase the exposure of his request for comments: I am working on a future version of ASE and am interested in hearing about your experiences with the logical process manager [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linkedin.com/in/davidwein">David Wein</a> is a well known and highly respected engineer at Sybase working on Adaptive Server Enterprise.  I&#8217;m reposting his <a title="(Sybase Blog) Looking for feedback: logical process manager" href="http://blogs.sybase.com/master/master_07100802.asp">blog article</a> here to help increase the exposure of his request for comments:</p>
<blockquote><p><em>I am working on a future version of ASE and am interested</em><a href="http://froebe.net/blog/wp-content/uploads/2008/07/davidwein.jpg"><img class="alignright size-medium wp-image-557" title="David Wein" src="http://froebe.net/blog/wp-content/uploads/2008/07/davidwein.jpg" alt="David Wein, Sybase Engineering" width="80" height="80" /></a><em> in hearing about your experiences with the logical process manager (LPM).  LP</em><em>M consists of engine groups and execution classes, as well as the ability to set spid priority in an ad-hoc </em><em>man</em><em>ner via sp_setpsexe.  This functionality is sometimes referred to as application queues.</em></p>
<p><em>If you have used this feature I’d like to know: </em></p>
<ul type="disc">
<li><em>What was the use case (in other words, why did you use it)?</em></li>
<li><em>What elements did you use?  How did you use it?</em></li>
<li><em>Did it meet your needs?  Did you run into problems?</em></li>
<li><em>Any shortcomings or requirements that weren’t met?</em></li>
<li><em>What was your overall impression?</em></li>
</ul>
<p><em>If you evaluated the functionality but chose not to use it, please let me know what you were trying to accomplish and why you decided against using LPM.</em></p>
<p><em>Finally, if you have use cases or requirements around managing multiple applications in a single ASE server, or managing the priority / resources of specific spids, please pass those along.  Unaddressed use cases are extremely useful to hear about.</em></p>
<p><em>Please provide your feedback directly to me at <a href="mailto:david.wein@sybase.com?subject=Re:%20logical%20process%20manager%20feedback">david.wein@sybase.com</a>, and include “logical process manager feedback” in the mail subject (I get a lot of mail and this will help make sure I don’t miss your mail!).  Please be as detailed and specific as you can about your use cases and results.</em></p>
<p><em>Thanks a bunch,<br />
Dave</em></p></blockquote>
<p>Let&#8217;s help Dave, and ourselves, out by giving him our experiences with the logical process manager.  Please be descriptive as &#8220;it sucks&#8221; or &#8220;it&#8217;s great&#8221; doesn&#8217;t really help. <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>If anyone wants to post their experiences to this blog post, that&#8217;s okay too.  I&#8217;ll forward any comments to Dave.</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/07/10/fw-david-wein-looking-for-feedback-logical-process-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Big Road and a Nut</title>
		<link>http://froebe.net/blog/2008/06/13/the-big-road-and-a-nut/</link>
		<comments>http://froebe.net/blog/2008/06/13/the-big-road-and-a-nut/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 16:18:29 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[owner-operator]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[semi-truck]]></category>
		<category><![CDATA[the big road and a nut]]></category>
		<category><![CDATA[thenose]]></category>
		<category><![CDATA[trucking]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=505</guid>
		<description><![CDATA[My dad is an Owner-Operator of his own 18 wheel rig.  Anything that involves my dad I&#8217;m usually pretty facinated by it: Imagine my surprise and delight when I discovered the blog The Big Road and a Nut run by &#8220;thenose&#8220;.  He is a big time Linux user and a truck driver.  Who can&#8217;t love [...]]]></description>
			<content:encoded><![CDATA[<p>My dad is an <a href="http://en.wikipedia.org/wiki/Owner-operator">Owner-Operator</a> of his own 18 wheel rig.  Anything that involves my dad I&#8217;m usually pretty facinated by it:</p>
<p>Imagine my surprise and delight when I discovered the blog <a href="http://thenose.journalspace.com/"><em>The Big Road and a Nut</em></a> run by &#8220;<a href="http://twitter.com/TheNose100">thenose</a>&#8220;.  He is a big time Linux user and a truck driver.  Who can&#8217;t love that?</p>
<p>Even though my dad is a 15 to 20 years older and doesn&#8217;t &#8216;get&#8217; the whole computer thing, thenose&#8217;s posts make me feel like I&#8217;m taking a peek into my dad&#8217;s world of Trucking <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/06/13/the-big-road-and-a-nut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

