<?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>re.trogress.me</title>
	<atom:link href="http://re.trogress.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://re.trogress.me</link>
	<description>Verb:	 Go back to an earlier state, typically a worse one.</description>
	<lastBuildDate>Tue, 07 May 2013 21:04:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Encrypting Your Cloud Storage</title>
		<link>http://re.trogress.me/2013/encrypting-your-cloud-storage/</link>
		<comments>http://re.trogress.me/2013/encrypting-your-cloud-storage/#comments</comments>
		<pubDate>Sat, 04 May 2013 00:47:23 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cryptsync]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encrytion]]></category>
		<category><![CDATA[google drive]]></category>
		<category><![CDATA[skydrive]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=362</guid>
		<description><![CDATA[i was recently asked about the security of cloud storage such as Dropbox, Google Drive, SkyDrive, etc&#8230; and came across an open source project written by Stefan Küng called CryptSync. CryptSync allows you to sync a local folder with your cloud sync&#8217;d folder; allowing for on the fly encryption of your files using 7-Zip (which also [...]]]></description>
				<content:encoded><![CDATA[<p>i was recently asked about the security of cloud storage such as Dropbox, Google Drive, SkyDrive, etc&#8230; and came across an open source project written by Stefan Küng called CryptSync.</p>
<div class="su-frame su-frame-align-center">
<div class="su-frame-shell"><img class="aligncenter size-medium wp-image-364" alt="Dropbox Encryption" src="http://re.trogress.me/wp-content/uploads/2013/05/cloud-encryption-300x200.jpg" width="300" height="200" /><span id="more-362"></span></div>
</div>
<p>CryptSync allows you to sync a local folder with your cloud sync&#8217;d folder; allowing for on the fly encryption of your files using 7-Zip (which also compresses the files at the same time). it allows for syncing both ways or you can just mirror one folder.</p>
<p>to setup CryptSync, download the installer from the google projects page <a title="CryptSync" href="https://code.google.com/p/cryptsync/downloads/list">here</a>. Run the installer and launch CryptSync.</p>
<p>create a folder that you&#8217;ll use for you none-encrypted files (we&#8217;re using c:\Non Encrypted Files) and then create a folder inside your cloud storage folder to sync too (or use the default folder).</p>
<p>click on New Pair and select those folders in CryptSync. enter what ever password you&#8217;d like to use to encrypt your files with. it should be different from normal login password for better security.</p>
<div class="su-frame su-frame-align-center">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2013/05/CryptSync1.png" rel="lightbox[362]" title="Encrypting Your Cloud Storage"><img class="aligncenter size-medium wp-image-367" alt="CryptSync1" src="http://re.trogress.me/wp-content/uploads/2013/05/CryptSync1-300x231.png" width="300" height="231" /></a></div>
</div>
<p><em>optional: selecting Encrypt Filenames will change the name of the files and might make it hard to find the file you are looking for if you download the file directly from the web interface.</em></p>
<p><em>optional: selecting Mirror original folder to encrypted folder will disable two-way syncing .</em></p>
<p>check the box &#8220;Start with Windows&#8221; to ensure the program runs in the background and auto syncs the files. click &#8220;Run in Background&#8221; to start the sync. CryptSync will minimize.</p>
<div class="su-frame su-frame-align-center">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2013/05/CryptSync2.png" rel="lightbox[362]" title="Encrypting Your Cloud Storage"><img class="aligncenter size-medium wp-image-368" alt="CryptSync2" src="http://re.trogress.me/wp-content/uploads/2013/05/CryptSync2-300x231.png" width="300" height="231" /></a></div>
</div>
<p>if you want to access your files outside of your computer/CryptSync, you can download the file you need from your providers web interface. next, download and install 7-Zip (or use a portable version) and extract the file. enter your password and you&#8217;re done!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2013/encrypting-your-cloud-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>check if UAC is enabled via command line</title>
		<link>http://re.trogress.me/2013/check-if-uac-is-enabled-via-command-line/</link>
		<comments>http://re.trogress.me/2013/check-if-uac-is-enabled-via-command-line/#comments</comments>
		<pubDate>Sat, 02 Feb 2013 20:57:34 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=370</guid>
		<description><![CDATA[if you need to check if UAC is enabled on a workstation via command line you can do the following: in a command prompt, run REG QUERY HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ /v EnableLUA if you receive HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System EnableLUA     REG_DWORD     0&#215;1 then UAC is enabled. if you receive HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System EnableLUA     REG_DWORD     [...]]]></description>
				<content:encoded><![CDATA[<p>if you need to check if UAC is enabled on a workstation via command line you can do the following:</p>
<p>in a command prompt, run</p>
<blockquote><p>REG QUERY HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ /v EnableLUA</p></blockquote>
<p>if you receive</p>
<blockquote><p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System</p>
<p>EnableLUA     REG_DWORD     0&#215;1</p></blockquote>
<p>then UAC is enabled. if you receive</p>
<blockquote><p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System</p>
<p>EnableLUA     REG_DWORD     0&#215;0</p></blockquote>
<p>then it is disabled.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2013/check-if-uac-is-enabled-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raspberry Pi Arcade</title>
		<link>http://re.trogress.me/2013/raspberry-pi-arcade/</link>
		<comments>http://re.trogress.me/2013/raspberry-pi-arcade/#comments</comments>
		<pubDate>Wed, 16 Jan 2013 17:47:27 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[raspbian]]></category>
		<category><![CDATA[retro arch]]></category>
		<category><![CDATA[retro pie]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=351</guid>
		<description><![CDATA[i&#8217;ve had my raspberry pi for awhile now and mainly bought it to use with xbmc, but since i have a few other devices doing the same thing, i thought i&#8217;d re-purpose my pi for something more&#8230; fun. welcome RetroPie. RetroPie is a script that allows the easy installation of RetroArch and EmulationStation along with [...]]]></description>
				<content:encoded><![CDATA[<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2013/03/retropieprojectlogofinish.jpg" rel="lightbox[351]" title="Raspberry Pi Arcade"><img class="aligncenter size-medium wp-image-352" alt="retropieprojectlogofinish" src="http://re.trogress.me/wp-content/uploads/2013/03/retropieprojectlogofinish-300x199.jpg" width="300" height="199" /></a></div>
</div>
<p>i&#8217;ve had my raspberry pi for awhile now and mainly bought it to use with xbmc, but since i have a few other devices doing the same thing, i thought i&#8217;d re-purpose my pi for something more&#8230; fun.</p>
<h2><span id="more-351"></span>welcome RetroPie.</h2>
<p>RetroPie is a script that allows the easy installation of RetroArch and EmulationStation along with emulator cores on the default raspbian image.</p>
<p>it was a breeze to setup and get working. the script has a few cool features which make it easy to download box art for the games and it has a few new themes with it which i&#8217;m thinking of making a few themes as well.</p>
<p>if you want to create your own, head over to <a href="blog.petrockblock.com">PetRockBlock</a> and check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2013/raspberry-pi-arcade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto: install restricted drivers via command line</title>
		<link>http://re.trogress.me/2012/howto-install-restricted-drivers-via-command-line/</link>
		<comments>http://re.trogress.me/2012/howto-install-restricted-drivers-via-command-line/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 00:00:09 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=309</guid>
		<description><![CDATA[i was recently setting up a ubuntu based system without using gnome, unity, kde, etc&#8230; and i needed to install the graphics drivers using ubuntu&#8217;s additional drivers program (called jockey) but via command line. i found that it was easier than i thought since jockey comes with a text based version. to get a list [...]]]></description>
				<content:encoded><![CDATA[<p>i was recently setting up a ubuntu based system without using gnome, unity, kde, etc&#8230; and i needed to install the graphics drivers using ubuntu&#8217;s additional drivers program (called jockey) but via command line.</p>
<p>i found that it was easier than i thought since jockey comes with a text based version.<span id="more-309"></span></p>
<p>to get a list of available drives and the status of the drives</p>
<blockquote><p>jockey-test &#8211;list</p></blockquote>
<p>to enable a driver (replace DRIVER with the one you need from the previous command)</p>
<blockquote><p>jockey-text &#8211;enable=DRIVER</p></blockquote>
<p>thats pretty much it. after you install the driver, you may need to reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2012/howto-install-restricted-drivers-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto: install postgrey greylisting on ubuntu</title>
		<link>http://re.trogress.me/2012/howto-install-postgrey-greylisting-on-ubuntu/</link>
		<comments>http://re.trogress.me/2012/howto-install-postgrey-greylisting-on-ubuntu/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 04:50:10 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=302</guid>
		<description><![CDATA[if you run your own mail server you know that spam filtering sucks. i&#8217;ve been using a method called greylisting for years and have had pretty good results with it. greylisting will temporary block an unknown mail server from delivering a message to your server by sending a &#8220;try later&#8221; response. since most spam servers [...]]]></description>
				<content:encoded><![CDATA[<p>if you run your own mail server you know that spam filtering sucks. i&#8217;ve been using a method called greylisting for years and have had pretty good results with it.</p>
<p>greylisting will temporary block an unknown mail server from delivering a message to your server by sending a &#8220;try later&#8221; response. since most spam servers are presummed to not be setup correctly, it is thought that they will not try again. when a properly setup mailserver resends the message, it will then be delivered.<span id="more-302"></span></p>
<p>to start using greylisting in ubuntu, start by installing using apt (append sudo to any command if you need too)</p>
<blockquote><p>apt-get install postgrey</p></blockquote>
<p>now check to see if the postgrey daemon is running</p>
<blockquote><p>ps aux | grep postgrey</p></blockquote>
<p>you should see a line similar to the one below</p>
<blockquote><p>postgrey 24441  Ss   Mar27   0:00 /usr/sbin/postgrey &#8211;pidfile=/var/run/postgrey.pid &#8211;daemonize &#8211;inet=10023</p></blockquote>
<p>make sure to note the &#8211;inet=10023 part since that is the port that postgrey uses to accept connections. this can be modified in /etc/default/postgrey if you like, but for most, the default is fine.</p>
<p>if you want to change the default delay that postgrey will accept a second connection from a server, change &#8211;delay=300 to something that suites you and your environment.</p>
<p>once you have all of your settings saved, reload postfix</p>
<blockquote><p>postfix reload</p></blockquote>
<p>now verify that postgrey is working by sending a test email to your server (from a different server of course). then tail the log files</p>
<blockquote><p>tail -f /var/log/mail.log</p></blockquote>
<p>and you should see a rejection message similar to this</p>
<blockquote><p>Mar 10 12:37:43 xxx postfix/smtpd[26327]: NOQUEUE: reject: RCPT from unknown[***]: 450 4.2.0 &lt;***&gt;: Recipient address rejected: Greylisted, see &#8230;</p></blockquote>
<p>once the mail server tries again, the message will be delivered and the senders information will be stored in the database as a known sender and any new emails sent should be delivered without any delay.</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2012/howto-install-postgrey-greylisting-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the best crock pot bbq pulled pork ever</title>
		<link>http://re.trogress.me/2012/the-best-crock-pot-bbq-pulled-pork-ever/</link>
		<comments>http://re.trogress.me/2012/the-best-crock-pot-bbq-pulled-pork-ever/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 20:17:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[bbq]]></category>
		<category><![CDATA[pulled pork]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=260</guid>
		<description><![CDATA[and cheap to make too! i&#8217;ve been using this recipe for awhile and i have to say it is probably one of my favorites; along with everyone who has tried it. the recipe is super easy to follow and is great for parties or family get togethers. bbq pulled pork ingredients and cost above you [...]]]></description>
				<content:encoded><![CDATA[<p>and cheap to make too!</p>
<p>i&#8217;ve been using this recipe for awhile and i have to say it is probably one of my favorites; along with everyone who has tried it. the recipe is super easy to follow and is great for parties or family get togethers.</p>
<h2>bbq pulled pork ingredients and cost</h2>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_1.jpg" rel="lightbox[260]" title="bbq_pulled_pork_1"><img class="aligncenter size-medium wp-image-262" title="bbq_pulled_pork_1" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_1-300x212.jpg" alt="" width="300" height="212" /></a></div>
</div>
<p><span id="more-260"></span>above you see everything that you will need to make this recipe.</p>
<div class="su-list su-list-style-note">
<ul>
<li>5-7 pound whole pork butt (a.k.a pork shoulder, boston butt, etc..) &#8211; about $7.00</li>
<li>1 medium onion &#8211; $1.00</li>
<li>1 garlic &#8211; $0.30</li>
<li><a href="http://www.pappyschoice.com/" target="_blank">Pappys Choice Seasoning</a> &#8211; $3.00</li>
<li><a href="http://www.pappyschoice.com/Product%20Page_Pappys%20Sweet%20&amp;%20Tangy.htm" target="_blank">Pappys Sweet &amp; Tangy BBQ Sauce</a> &#8211; $6.00</li>
<li>liquid smoke &#8211; $3.00</li>
<li>salt and pepper</li>
</ul>
</div>
<p>total cost for me: $20.30. if you already have some of the ingredients or a favorite bbq sauce then it&#8217;ll be way cheaper for you!</p>
<h2>preparation</h2>
<p>this has got to be one of the easiest preps that i know of. it will take you roughly 15 to 20 minutes to put everything to gether, then you get to sit back and relax!</p>
<p>first, take the onion and quarter it, then smash a few cloves of garlic. take the onions and garlic and drop it into the bottom of the crockpot. season with salt and pepper.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_2.jpg" rel="lightbox[260]" title="bbq_pulled_pork_2"><img class="aligncenter size-medium wp-image-269" title="bbq_pulled_pork_2" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_2-300x229.jpg" alt="" width="300" height="229" /></a></div>
</div>
<p>next take your pork butt and season it with Pappy&#8217;s Choice Seasoning (or your not-as-good seasoning of choice). be generous with it, get all sides, and don&#8217;t be afraid&#8230; you <em>cannot</em> over season with this recipe. if you plan accordingly, the best thing to do is season it, wrap it up in some plastic wrap and refrigerate it over night to help lock in the flavors, but it is not necessary.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_3.jpg" rel="lightbox[260]" title="bbq_pulled_pork_3"><img class="aligncenter size-medium wp-image-271" title="bbq_pulled_pork_3" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_3-300x209.jpg" alt="" width="300" height="209" /></a></div>
</div>
<p>once thoroughly seasoned, drop the pork butt on top of the onions and garlic. now we add the liquid smoke. I usually add between 10 to 15 drops right on top of the pork butt. be careful with the liquid smoke though, a few drops can go along way.</p>
<p>next, fill the crock pot up with about 2/3 of the way with water. if you go any higher than this, theres the possibility that the water will boil over while cooking.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_4.jpg" rel="lightbox[260]" title="bbq_pulled_pork_4"><img class="aligncenter size-medium wp-image-274" title="bbq_pulled_pork_4" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_4-300x238.jpg" alt="" width="300" height="238" /></a></div>
</div>
<p>cover the crock pot and turn on the heat. how long you cook it, is all up to you. if you cook on high, you can finish in about 3 to 4 hours. on low, it would be ready in about 8 to 10 hours. i usually put it on high for about an hour and then on low for about 6 to 8 hours.</p>
<p>some experts say low and slow is the way to go&#8230;</p>
<h2>is the bbq pulled pork done yet?</h2>
<p>after its done cooking for however long you decided, drain the liquid from the crock pot and what you should be left with is something similar to this (liquid already drained). now we need to seperate the bone, fat, and onions/garlic from the good stuff. the meat should be so tender, that by just grabbing the bone, it should just slide right out.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_5.jpg" rel="lightbox[260]" title="bbq_pulled_pork_5"><img class="aligncenter size-medium wp-image-294" title="bbq_pulled_pork_5" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_5-300x225.jpg" alt="" width="300" height="225" /></a></div>
</div>
<p>carefully pull the meat out and place it in a bowl for shredding, you can then just throw away the onions and garlic since we wont be needed those anymore. start &#8220;pulling&#8221; the pork by taking 2 forks and going to town, move the forks in opposite directions. it should be pretty easy since the pork is so tender.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_6.jpg" rel="lightbox[260]" title="bbq_pulled_pork_6"><img class="aligncenter size-medium wp-image-295" title="bbq_pulled_pork_6" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_6-300x225.jpg" alt="" width="300" height="225" /></a></div>
</div>
<p>once completed, it should look like this!</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_7.jpg" rel="lightbox[260]" title="bbq_pulled_pork_7"><img class="aligncenter size-medium wp-image-296" title="bbq_pulled_pork_7" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_7-300x225.jpg" alt="" width="300" height="225" /></a></div>
</div>
<p>take your Pappy&#8217;s Choice Sweet &amp; Tangy BBQ Sauce and pour a good amount on top of you pulled pork; about 1/3 to 1/2 of the bottle depending on your tastes.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_8.jpg" rel="lightbox[260]" title="bbq_pulled_pork_8"><img class="aligncenter size-medium wp-image-297" title="bbq_pulled_pork_8" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_8-300x225.jpg" alt="" width="300" height="225" /></a></div>
</div>
<p>start mixing it in, adding more if needed and the end result should look something like this.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_9.jpg" rel="lightbox[260]" title="bbq_pulled_pork_9"><img class="aligncenter size-medium wp-image-298" title="bbq_pulled_pork_9" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_9-300x225.jpg" alt="" width="300" height="225" /></a></div>
</div>
<h2>the results!</h2>
<p>now just put some on a bun, add more bbq sauce if desired, sit back, and enjoy your delicious bbq pulled pork sandwich!</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_10.png" rel="lightbox[260]" title="bbq_pulled_pork_10"><img class="aligncenter size-medium wp-image-299" title="bbq_pulled_pork_10" src="http://re.trogress.me/wp-content/uploads/2012/02/bbq_pulled_pork_10-300x201.png" alt="" width="300" height="201" /></a></div>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2012/the-best-crock-pot-bbq-pulled-pork-ever/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>the program can’t start because %hs is missing</title>
		<link>http://re.trogress.me/2012/the-program-cant-start-because-hs-is-missing/</link>
		<comments>http://re.trogress.me/2012/the-program-cant-start-because-hs-is-missing/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 12:13:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[%hs]]></category>
		<category><![CDATA[bluescreen]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=108</guid>
		<description><![CDATA[ever get this error on a Windows pc before? last week i had a client call and saw that his computer was in a boot loop. it would boot to Windows 7 and then reboot, over and over again. i brought the computer back to the shop and disabled automatic restart and found the dreaded [...]]]></description>
				<content:encoded><![CDATA[<p>ever get this error on a Windows pc before?</p>
<p>last week i had a client call and saw that his computer was in a boot loop. it would boot to Windows 7 and then reboot, over and over again. i brought the computer back to the shop and disabled automatic restart and found the dreaded &#8220;The program can&#8217;t start because %hs is missing.&#8221;</p>
<p><span id="more-108"></span>in all of my years as a network administrator, support technician, and network consultant, i have never seen this error. what program cant start? where is the program located? is it easy to fix? the blue screen was absolutely useless to me. luckily, i did some searching online and found that a simple registry modification would fix this and allow me to boot into Windows. i grabbed my trusty <a href="http://www.pcregedit.com/" target="_blank">PC Regedit</a> cd (live linux registry editor) and booted it up. i navigated to the following registry locations:</p>
<blockquote><p>HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\SubSystems\<br />
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Session Manager\SubSystems\</p></blockquote>
<p>and modified the value of the Windows key from this</p>
<blockquote><p>%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=<strong>consrv</strong>:ConServerDllInitialization,2 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16</p></blockquote>
<p>to this</p>
<blockquote><p>%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=<strong>winsrv</strong>:ConServerDllInitialization,2 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16</p></blockquote>
<p>making sure to change <strong>consrv</strong> to <strong>winsrv</strong>. the next step was to find out what caused this issue in first place. in my case, it was caused by an unknown mbr infection. each time we rebooted, the registry values would change back and we would need to boot into <a href="http://www.pcregedit.com/" target="_blank">PC Regedit</a> again.</p>
<p>we attempted every method we know to get rid of the mbr infection, but nothing we tried would destroy it. in the end, we had to reformat and reinstall&#8230; not the best solution, but we spent way too much time attempting to fix the issue, that a reformat seemed the best and easiest solution.</p>
<p>has anyone else come across this issue? how did you fix it?</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2012/the-program-cant-start-because-hs-is-missing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>finally moved it!</title>
		<link>http://re.trogress.me/2012/finally-moved-it/</link>
		<comments>http://re.trogress.me/2012/finally-moved-it/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 06:46:28 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=256</guid>
		<description><![CDATA[i finally got all posts moved to the new sites/domain. it took longer than i thought, due to person life and my PS3. if you noticed that there are no comments on the site, that is because i manually moved everything instead of using a word press plugin that backups up the entire database. my [...]]]></description>
				<content:encoded><![CDATA[<p>i finally got all posts moved to the new sites/domain. it took longer than i thought, due to person life and my PS3.</p>
<p>if you noticed that there are no comments on the site, that is because i manually moved everything instead of using a word press plugin that backups up the entire database. my reasoning for this is that i wanted to pick and choose which posts were moved. some posts i just didnt want any more and some i split into multiple posts, etc..\</p>
<p>anyways, with all that said and done, welcome to re.trogress.me!</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2012/finally-moved-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto: change xibo layout designer resolution</title>
		<link>http://re.trogress.me/2011/howto-change-xibo-layout-designer-resolution/</link>
		<comments>http://re.trogress.me/2011/howto-change-xibo-layout-designer-resolution/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 19:47:41 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Xibo Digital Signage]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Xibo]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=245</guid>
		<description><![CDATA[quite a few people have been asking how to increase the resolution or size of the layout designer in xibo, which has a default size of 800&#215;450 (16:9 resolution. media is scaled to the correct res on your display). the accepted way of changing the designer resolution is to go to Management &#62; Resolutions from [...]]]></description>
				<content:encoded><![CDATA[<p>quite a few people have been asking how to increase the resolution or size of the layout designer in xibo, which has a default size of 800&#215;450 (16:9 resolution. media is scaled to the correct res on your display).</p>
<p>the accepted way of changing the designer resolution is to go to <strong>Management &gt; Resolutions</strong> from within the xibo web interface and edit the resolution that you want. when i tried this, for some reason, it did not work for me. an alternate way of changing the resolution is to edit the database which i will show you how to do below. i assume in this howto that you already have phpmyadmin installed and working.</p>
<p>one thing to note is that this method will only work for new layouts that you create, all pre-existing layouts will use the old 800&#215;450 editor size. you can manually change the size on each of the old layouts, but if you do, then you&#8217;ll have to redo the position and size of your content again. i will not go over that part at this time, but can later if people show enough interest.<span id="more-245"></span></p>
<p>log into phpmyadmin with you mysql username/password</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a title="howto: change xibo layout designer resolution" href="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-1.png" rel="lightbox"><img title="xibo-add-media-1" src="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-1-300x235.png" alt="" width="300" height="235" /></a></div>
</div>
<p>click on your xibo database</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a title="howto: change xibo layout designer resolution" href="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-2.png" rel="lightbox"><img title="xibo-add-media-2" src="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-2-300x165.png" alt="" width="300" height="165" /></a></div>
</div>
<p>click on the<strong> template</strong> table</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a title="howto: change xibo layout designer resolution" href="http://re.trogress.me/wp-content/uploads/2012/02/template-5.png" rel="lightbox"><img title="template-5" src="http://re.trogress.me/wp-content/uploads/2012/02/template-5-300x235.png" alt="" width="300" height="235" /></a></div>
</div>
<p>edit your template (i&#8217;ll be using the <em>Full Screen 16:9</em> template) and change the <strong>width/height</strong> tags using a proper resolution. the default resolution for this template is <strong>800&#215;450</strong>. i changed mine to <strong>1280&#215;720</strong> which provided more than enough room to fully edit my layouts with ease on my 1920&#215;1200 computer monitor.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a title="howto: change xibo layout designer resolution" href="http://re.trogress.me/wp-content/uploads/2012/02/template-6.png" rel="lightbox"><img title="template-6" src="http://re.trogress.me/wp-content/uploads/2012/02/template-6-300x191.png" alt="" width="300" height="191" /></a></div>
</div>
<p>once saved, all new layouts using this aspect ratio will have a larger layout designer. again, this will not change the size of your existing layouts; only layouts created from this point forward.</p>
<p>if you are unsure of what resolution you need, this handy calculator will help you. <strong>16:9 Aspect Ratio Calc</strong>: <a href="http://size43.com/jqueryVideoTool.html">http://size43.com/jqueryVideoTool.html</a></p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a title="howto: change xibo layout designer resolution" href="http://re.trogress.me/wp-content/uploads/2012/02/template-7.png" rel="lightbox"><img title="template-7" src="http://re.trogress.me/wp-content/uploads/2012/02/template-7-300x196.png" alt="" width="300" height="196" /></a></div>
</div>
<p>results! remember, xibo automatically scales your layout and content to your display as long as the aspect ratio is correct.</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2011/howto-change-xibo-layout-designer-resolution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>howto: add media types in xibo</title>
		<link>http://re.trogress.me/2011/howto-add-media-types-in-xibo/</link>
		<comments>http://re.trogress.me/2011/howto-add-media-types-in-xibo/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 07:30:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Xibo Digital Signage]]></category>
		<category><![CDATA[media types]]></category>
		<category><![CDATA[Xibo]]></category>

		<guid isPermaLink="false">http://re.trogress.me/?p=236</guid>
		<description><![CDATA[some people over at the xibo launchpad page have been asking how to use different media types, or audio/video/image extensions, with their digital signage setup. since this is a pretty easy task, i thought i&#8217;d give everyone a quick howto. caveat: before i go into details, i should mention that you&#8217;ll need to test the [...]]]></description>
				<content:encoded><![CDATA[<p>some people over at the xibo <a href="launchpad.net/xibo" target="_blank">launchpad page</a> have been asking how to use different media types, or audio/video/image extensions, with their digital signage setup. since this is a pretty easy task, i thought i&#8217;d give everyone a quick howto.</p>
<p><strong>caveat:</strong> <em>before i go into details, i should mention that you&#8217;ll need to test the default programs that xibo uses to show the files types that you are adding. for instance; if you are adding the ability to upload mp4 files using the windows client, you should first attempt to play the file with windows media player to ensure that you have the proper codecs installed and everything is working correctly. the same goes for ubuntu and the python client.</em></p>
<p>there are basically 2 ways to do this; through mysql&#8217;s command line interface or by using a tool like phpmyadmin. for simplicity, i&#8217;ll be showing you how to do this in phpmyadmin. (learn how to <a href="http://re.trogress.me/2011/howto-change-phpmyadmins-address/">install it here</a>)<span id="more-236"></span></p>
<p>open your browser, go to your phpmyadmin page (typically http://serveraddress/phpmyadmin), and log in using your mysql username/password.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-1.png" rel="lightbox" title="xibo-add-media-1"><img title="xibo-add-media-1" src="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-1.png-300x235.png" alt="" width="300" height="235" /></a></div>
</div>
<p>choose your xibo database</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-2.png" rel="lightbox" title="xibo-add-media-2"><img title="xibo-add-media-2" src="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-2-300x165.png" alt="" width="300" height="165" /></a></div>
</div>
<p>from the available tables, choose the <strong>module</strong> table and select either <strong>image</strong> or <strong>video</strong></p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-3.png" rel="lightbox" title="xibo-add-media-3"><img title="xibo-add-media-3" src="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-3-300x152.png" alt="" width="300" height="152" /></a></div>
</div>
<p>now add your new file extension(s) and save the table. go back into your xibo server and you should now be able to upload files with those extensions.</p>
<div class="su-frame su-frame-align-none">
<div class="su-frame-shell"><a href="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-4.png" rel="lightbox" title="xibo-add-media-4"><img title="xibo-add-media-4" src="http://re.trogress.me/wp-content/uploads/2012/02/xibo-add-media-4-300x134.png" alt="" width="300" height="134" /></a></div>
</div>
<p>you&#8217;re done&#8230; enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://re.trogress.me/2011/howto-add-media-types-in-xibo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
