<?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>MiguelitoNet &#187; Cool programs</title>
	<atom:link href="http://www.miguelito.org/category/cool-programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miguelito.org</link>
	<description>My little corner o' the web where I spout any crap I feel like spouting. If you disagree... either leave, or better yet, comment. Note: All postings on this site are my opinion, and mine alone. They do not reflect the opinions of my employer or any group I might be officially (or unofficially) accociated with. And yes, It really is getting that bad out there.</description>
	<lastBuildDate>Wed, 25 Mar 2009 00:10:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NX server auth suggestion&#8230; local/passwd auth without allowing passwd auth on public sshd</title>
		<link>http://www.miguelito.org/2008/07/21/nx-server-auth-suggestion-localpasswd-auth-without-allowing-passwd-auth-on-public-sshd/</link>
		<comments>http://www.miguelito.org/2008/07/21/nx-server-auth-suggestion-localpasswd-auth-without-allowing-passwd-auth-on-public-sshd/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 05:41:38 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Cool programs]]></category>
		<category><![CDATA[My l337 skillz]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=102</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I thought this was pretty simple, but after chatting with a few, apparently not a lot have thought of it.&nbsp; If you want to use NX to connect to a server from the internet, but also want more security on that same host by only allowing known rsa/dsa keys the ability to login, and you don&#8217;t like the nx passworddb option; you can use the following setup:
<ul>
<li>Leave the &#8220;public&#8221; sshd process listening on port 22, only allowing known keys (and don&#8217;t allow root logins IMO).</li>
<li>Setup a 2nd &#8220;local&#8221; sshd process listening on another port.&nbsp; My setup is as follows:</li>
<ul>
<li>Create /etc/ssh/sshd_config_local, in that file there will be 2 differences&#8230;</li>
<li>Port 222</li>
<li>UsePAM yes (or set PasswordAuthentication yes if you don&#8217;t use PAM).</li>
<li>For extra super security, also set: ListenAddress 127.0.0.1</li>
</ul>
<li>Setup another init script (I just copied sshd to sshd_local) and add the following to the line that spawns the sshd process:</li>
<ul>
<li>-f /etc/ssh/sshd_config_local</li>
</ul>
</ul>
<p>Setup your links, run chkconfig, whatever your distribution does, and then start the service (sudo su &#8211; root -c &#8216;/etc/init.d/sshd_local start&#8217;).&nbsp;&nbsp; You should now have another daemon running that looks like:<br />&nbsp;/usr/sbin/sshd -f /etc/ssh/sshd_config_local</p>
<p>The only configs needed for nx (I&#8217;m using the free nomachine server, not freenx, might be slight differences) are (in /usr/NX/etc/server.cfg):
<ul>
<li>SSHDAuthPort to 222</li>
<li>EnablePasswordDB = 0</li>
</ul>
<p>..and that&#8217;s it.&nbsp; Now connections to the server connect to port 22 as user nx using the key that came with the client (or you can setup a custom key&#8230; you figure that out) and then it does the ssh step (to auth/fwd the connection) via basically doing an &#8216;ssh -p 222 -l $USER localhost&#8217; on the server, so it uses your &#8220;local&#8221; sshd copy and passwords work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2008/07/21/nx-server-auth-suggestion-localpasswd-auth-without-allowing-passwd-auth-on-public-sshd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I got a fever, and the only prescription&#8230;</title>
		<link>http://www.miguelito.org/2007/11/25/i-got-a-fever-and-the-only-prescription/</link>
		<comments>http://www.miguelito.org/2007/11/25/i-got-a-fever-and-the-only-prescription/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 18:04:23 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Cool programs]]></category>
		<category><![CDATA[Poker / Gaming]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=96</guid>
		<description><![CDATA[Rock Band is extremely cool.  Yes, it&#8217;s basically just a compilation of the Guitar Hero, Karaoke and a drum game.. but when put together, it&#8217;s more then just the sum of it&#8217;s parts.  The solo careers are pretty much run of the mill; much like the previous games already listed.  However, when you play in a group, [...]]]></description>
			<content:encoded><![CDATA[<p>Rock Band is extremely cool.  Yes, it&#8217;s basically just a compilation of the Guitar Hero, Karaoke and a drum game.. but when put together, it&#8217;s more then just the sum of it&#8217;s parts.  The solo careers are pretty much run of the mill; much like the previous games already listed.  However, when you play in a group, it&#8217;s so much fun it&#8217;s insane.  We played for several hours over at my parent&#8217;s house on Thanksgiving, and man was it fun.  Of course my parents and grandparents didn&#8217;t care for a lot of the music included, but even they were singing along with some of the songs, like Bon Jovi&#8217;s Wanted Dead or Alive.</p>
<div><br class="webkit-block-placeholder" /></div>
<div>The new drum set (the one real new addition to the game over previous Harmonix games) are both extremely cool, and quite hard.  My niece was actually the most talented out of the box.   She was wailing on stuff on Medium with barely any practice at all.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Not having played the karaoke games, this is the first experience I&#8217;ve had with the singing.  While everyone seems embarrassed to try it in front of a group, it is a lot of fun to do in the privacy of your own home without anyone around to hear. <img src='http://www.miguelito.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div><br class="webkit-block-placeholder" /></div>
<div>Anyway, to refer back to the title.  The BOC classic <span class="Apple-style-span" style="font-weight: bold;">is</span> included.  Even better, there are periods in songs where the vocalist can hit the mic in time with some marks on the screen as a tambourine.  However, in this track, you actually are doing the cowbell&#8230; I started laughing so hard when that first happened.  Here&#8217;s a little taste to show you (yes, it&#8217;s crappy quality.. I just pulled out my little cam to snag this real quick):</div>
<div><br class="webkit-block-placeholder" /></div>
<div><span class="Apple-style-span" style="color: #000000; font-family: Courier; font-size: 18px;"><br />
</span></div>
<div><span class="Apple-style-span" style="color: #000000; font-family: Courier; font-size: 18px;"><br class="webkit-block-placeholder" /></span></div>
<p><object width="400" height="300" data="http://www.miguelito.org/files/mediaplayer.swf" type="application/x-shockwave-flash"><param name="flashvars" value="file=http://www.miguelito.org/files/DIGI0003.flv&amp;displayheight=300" /><param name="src" value="http://www.miguelito.org/files/mediaplayer.swf" /></object></p>
<div><br class="webkit-block-placeholder" /></div>
<div>No, I&#8217;m not posting any of me singing on here.  :P</div>
<div><br class="webkit-block-placeholder" /></div>
<div>If you already knew about Rock Band and were on the fence, then you need to get your ass off there and find yourself a bundle.  I&#8217;ve read that they might really be having supply issues on the east coast, but on the west coast, there are (or were before Black Friday anyway) tons of them in stock (for the xbox 360 at least) all over the place.  The Best Buy in Mission Valley near me had tons of them on Tuesday when it was released.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Update (12/17/2007): Switched to much better flash player</div>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2007/11/25/i-got-a-fever-and-the-only-prescription/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox&#8217;s Stylish plugin rocks</title>
		<link>http://www.miguelito.org/2007/01/07/firefoxs-stylish-plugin-rocks/</link>
		<comments>http://www.miguelito.org/2007/01/07/firefoxs-stylish-plugin-rocks/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 02:58:07 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Comments on other blog entries]]></category>
		<category><![CDATA[Cool programs]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=68</guid>
		<description><![CDATA[[ Watching: "Titus - Seasons 1 &#38; 2" (Kevin Sullivan, Howard Murray, Michael Lessac, Robert Berlinger) ] I read a lot of blogs, and I find that a lot of them seem to think it&#8217;s cool to use really narrow columns to display their text&#8230; I guess they want to appear like a newspaper or [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align:center">
<h2>[ Watching:<br />
<img src="http://ec2.images-amazon.com/images/P/B0009K8LCA.01._SCTHUMBZZZ_V1117726011_.jpg" alt="" /><br />
<a href="http://www.amazon.com/gp/redirect.html%3FASIN=B0009K8LCA%26tag=miguelitonet-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/B0009K8LCA%253FSubscriptionId=02ZH6J1W0649DTNS6002">"Titus - Seasons 1 &amp; 2" (Kevin Sullivan, Howard Murray, Michael Lessac, Robert Berlinger)</a> ]</h2>
<p>I read a lot of blogs, and I find that a lot of them seem to think it&#8217;s cool to use really narrow columns to display their text&#8230; I guess they want to appear like a newspaper or something.  While it&#8217;s not a big deal reading text like that in a newspaper, I find it extremely annoying annoying when reading websites.  This wouldn&#8217;t be a big deal if the site admins would set widths with percentages so that the text resizes with the window size, but too many of them use hard-coded pixel sizes instead.  Here&#8217;s an example of a recent site I visited that was just way too damn narrow.</p>
<p><a onclick="window.open('http://www.miguelito.org/images/StylishBefore-1.jpg','popup','width=1464,height=974,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false" href="http://www.miguelito.org/images/StylishBefore-1.jpg"><img src="http://www.miguelito.org/images/StylishBefore-1-tm.jpg" border="1" alt="Stylishbefore-1" hspace="4" vspace="4" width="150" height="100" /></a></p>
<p>No matter how wide you make your browser, the text stays as it is.  Make the fonts bigger and it gets worse&#8230; less and less words on each line.</p>
<p>So I found and installed the <a href="https://addons.mozilla.org/firefox/2108/">Stylish add-on</a> and gave it a shot.   Does exactly what I want.   Only thing that sucks is you need to check the source of the page and set overrides for the css tags the site uses, but it works.</p>
<p>Here&#8217;s the same site with the overrides I did:</p>
<p><a onclick="window.open('http://www.miguelito.org/images/StylishAfter.jpg','popup','width=1467,height=977,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false" href="http://www.miguelito.org/images/StylishAfter.jpg"><img src="http://www.miguelito.org/images/StylishAfter-tm.jpg" border="1" alt="Stylishafter" hspace="4" vspace="4" width="150" height="100" /></a></p>
<p>Much, much easier to read.  The overrides I wrote look like:</p>
<pre>@-moz-document domain(thesitesdomain.com) {
#outer-wrapper { width: 95% ! important; }
#main-wrapper { width: 80% ! important; }
}</pre>
<p>Man I love Firefox and how extensible it is.</p>
<p>BTW, if you happen to recognize this as your site&#8230; take the advice, change your lame, narrow columns into something easier to read.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2007/01/07/firefoxs-stylish-plugin-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

