<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">

<channel>
	<title>geek.phatus.com</title>
	
	<link>http://geek.phatus.com</link>
	<description />
	<pubDate>Fri, 16 Oct 2009 20:34:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Geekphatuscom" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Renegade BBS in Ubuntu LINUX (Telnet|Multi-Node) - Tutorial</title>
		<link>http://geek.phatus.com/2009/08/renegade-bbs-in-ubuntu-linux-telnetmulti-node/</link>
		<comments>http://geek.phatus.com/2009/08/renegade-bbs-in-ubuntu-linux-telnetmulti-node/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 21:39:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[bbs]]></category>

		<category><![CDATA[renegade]]></category>

		<category><![CDATA[renegade bbs]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://geek.phatus.com/?p=377</guid>
		<description><![CDATA[A while ago I began thinking back about the the good old days when a dial-up BBS was the only thing even remotely resembling a basic website. Back when kids would unplug their parents phones over night and run their underground boards participating in a brilliant scene of hackers and phreakers that was decades ahead [...]
<script type="text/javascript">
SHARETHIS.addEntry(
	{
	title: "Renegade BBS in Ubuntu LINUX (Telnet&#124;Multi-Node) - Tutorial",
	url: "http://geek.phatus.com/2009/08/renegade-bbs-in-ubuntu-linux-telnetmulti-node/"
	}
	
	
);
</script>
	]]></description>
			<content:encoded><![CDATA[<p><img style="float:right" src="http://www.phatus.com/geekimages/renegadebbs.jpg" alt="" width="200" />A while ago I began thinking back about the the good old days when a dial-up BBS was the only thing even remotely resembling a basic website. Back when kids would unplug their parents phones over night and run their underground boards participating in a brilliant scene of hackers and phreakers that was decades ahead of its time. Since most young hackers typically had little to no money, the free and legendary Renegade BBS always seemed to be at the heart of this scene. Dispensing tens, perhaps even hundreds of megabytes of underground information and warez to all who would dial-in and participate in her communities. Now days I pretty much only use Windows for games and recording so  I wanted to find a way to run a multi-node Renegade BBS under my Ubuntu system that you could telnet to. Below is a tutorial explaining how to accomplish this.</p>
<p><strong>DISCLAIMER</strong>: Before we begin, please note that I am not responsible for any damage done to your system as a result of the following processes. Also note that we will be opening multiple TCP ports for direct connection without any Linux authentication. This is most likely a security issue. PROCEED AT YOUR OWN RISK!</p>
<h2>Automated install&#8230;.</h2>
<p>If you wish to skip the hassle of manually installing renegade, I have created an automated install script below. This script is geared for Ubuntu/Debian systems however if you remove the control statement to check for dosbox in the script, you should be able to use this on just about any Linux system assuming that dosbox is properly installed on that system. Also don&#8217;t forget to run &#8220;chmod 755 renebuntu.sh&#8221; to make the script executable.</p>
<p><center><a href="http://www.phatus.com/geekimages/renebuntu.sh" title=”Download renegade bbs install script for linux"><img src="http://www.phatus.com/geekimages/shellscript.png" alt="" width="24" height="24" /><br />
Download renebuntu.sh</a><br />
(Linux Install script for renegadeBBS)</center></p>
<h2>Manual Install&#8230;.</h2>
<p><strong>step 1</strong> - Install files and support software.<br />
Install DosBox (Linux DOS Emulator)</p>
<blockquote><p>$ sudo apt-get install dosbox</p></blockquote>
<p>Create a folder under your home folder called renegade. NOTE: You may wish to create a new user account named &#8220;renegade&#8221; and grant it minimal permissions. If you choose to do this, be sure to login under the new account before proceeding.</p>
<blockquote><p>$ mkdir ~/renegade</p></blockquote>
<p>Get and Extract Renegade BBS</p>
<blockquote><p>$ cd ~/renegade<br />
$ wget http://mysite.verizon.net/tjm694/rgv100f.zip<br />
$ unzip rgv100f.zip</p></blockquote>
<p>Get and Extract the FOSSIL driver.</p>
<blockquote><p>$ mkdir foss<br />
$ cd foss<br />
$ wget http://fido.mbse.eu/files/local/comms/FCI0106.zip<br />
$ unzip FCI0106.zip<br />
$ cd ..</p></blockquote>
<p>Start DosBox</p>
<blockquote><p>$ dosbox</p></blockquote>
<p>Install Renegade BBS in dosbox.</p>
<blockquote><p>Z:\&gt; mount c ~/renegade<br />
Z:\&gt; c:<br />
C:\&gt; install</p></blockquote>
<p>When the installer asks you for the &#8220;main path&#8221; of the bbs, enter in &#8220;c:\&#8221;.</p>
<p>Keep the DosBox window open&#8230;</p>
<p><img src="http://www.phatus.com/geekimages/ren2.jpg" alt="renegade" /></p>
<p><strong>step 2</strong> - Create and modify the config files.<br />
To create a generic config file for DosBox, type the following command into DosBox.</p>
<blockquote><p>C:\&gt; config -writeconf n1.conf</p></blockquote>
<p>Exit DoxBox</p>
<blockquote><p>C:\&gt; exit</p></blockquote>
<p>Edit the config file</p>
<blockquote><p>$ gedit ~/renegade/n1.conf</p></blockquote>
<p>Find the section labeled [serial] and change its contents to read as follows..</p>
<blockquote><p>[serial]<br />
serial1=modem listenport:2000<br />
serial2=dummy<br />
serial3=disabled<br />
serial4=disabled</p></blockquote>
<p>Now find the section called [autoexec] and add in the following lines(it should be the last section).</p>
<blockquote><p>[autoexec]<br />
mount c ~/renegade<br />
c:<br />
cd foss<br />
fci.exe<br />
cd ..<br />
renegade.exe -N1</p></blockquote>
<p>Save the config file as n1.conf<br />
Now go back and change the listenport on serial1 from 2000 to 2001<br />
Also change the &#8220;-N1&#8243; argument after renegade.exe in the [autoexec] section to -N2 and save as n2.conf<br />
Repeat accordingly until you have created 4 separate config files n1 - n4.conf, utilizing listenports 2000 - 2003 and executing renegade.exe on nodes 1 - 4 using the -N argument.<br />
(I imagine you could essentially create as many nodes as you wish.)<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5832770513565108";
/* 468x60, created 1/31/08 */
google_ad_slot = "4927914197";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><img src="http://www.phatus.com/geekimages/ren3.jpg" alt="renegade" /></p>
<p><strong>step 3</strong> - Create launchers.<br />
Now we will create four launchers that will spawn each node of the BBS.</p>
<p>Right-Click on the desktop and click &#8220;Create Launcher&#8221;<br />
Change the application type to &#8220;Application in terminal&#8221; (optional).<br />
Name the launcher &#8220;RGN1&#8243;<br />
Under command type: &#8220;dosbox -conf ~/renegade/n1.conf&#8221;</p>
<p>Repeat process changing &#8220;RGN1 to RGN2&#8243; and &#8220;n1.conf&#8221; to &#8220;n2.conf&#8221; and so forth until you have created a launcher for all four nodes.</p>
<p><img src="http://www.phatus.com/geekimages/ren4.jpg" alt="renegade" /></p>
<div style="float:left">
<script type="text/javascript"><!--
google_ad_client = "pub-5832770513565108";
/* 125x125, created 8/17/09 */
google_ad_slot = "6205777431";
google_ad_width = 125;
google_ad_height = 125;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><strong>step 4</strong> - Start and test<br />
Now Launch the first node using the launcher (RGN1) that we created in the previous step.</p>
<p>Open a terminal window and type the following command to test the node.</p>
<blockquote><p>$ telnet localhost 2000</p></blockquote>
<p>If all went well in the setup process, you should see a generic Renegade login screen in your telnet session. Don&#8217;t forget to set your character encoding to &#8220;Western (IBM850)&#8221;.</p>
<p>You should be able to launch all four nodes and telnet to each of them on ports 2000-2003. Setup your port forwarding on your router accordingly, and invite your friends to check out your new hella underground hella leet Renegade BBS.</p>
<p>I realize there is still much testing and work to be done on this project so please feel free to send comments and suggestions to <a href="mailto:admin@phatus.com">admin@phatus.com</a></p>
<p>You can also view the instructable <a href="http://www.instructables.com/id/Renegade-BBS-in-Ubuntu-Linux-Telnet-Multi-Node/" title=”Renegade BBS install in linux instructable" onclick="javascript:pageTracker._trackPageview ('/outbound/www.instructables.com');">here.</a></p>
<h2>References</h2>
<p>
<a href="http://nick.declario.com/blog/?p=207">nick.declario.com<br />
</a><br />
<a href="http://www.renegadebbs.net/news.php" title="Renegade Development Team site">	renegadebbs.net<br />
</a><br />
<a href="http://www.bbsdocumentary.com/software/IBM/DOS/RENEGADE/" title"THE ALL-TIME BBS SOFTWARE LIST">bbsdocumentary.com<br />
</a></ul></p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=a6fd8529-04fc-4b55-901a-13840cff42d0&amp;title=Renegade+BBS+in+Ubuntu+LINUX+%28Telnet%7CMulti-Node%29+-+Tutorial&amp;url=http%3A%2F%2Fgeek.phatus.com%2F2009%2F08%2Frenegade-bbs-in-ubuntu-linux-telnetmulti-node%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://geek.phatus.com/2009/08/renegade-bbs-in-ubuntu-linux-telnetmulti-node/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Carry your keys in your multitool - DIY</title>
		<link>http://geek.phatus.com/2009/08/swiss-army-keys-tutorial-and-instructable/</link>
		<comments>http://geek.phatus.com/2009/08/swiss-army-keys-tutorial-and-instructable/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 03:44:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<category><![CDATA[Hacks/Mods]]></category>

		<category><![CDATA[condense keys]]></category>

		<category><![CDATA[diy]]></category>

		<category><![CDATA[diy key mod]]></category>

		<category><![CDATA[key hack]]></category>

		<category><![CDATA[key mod]]></category>

		<category><![CDATA[keychain mod]]></category>

		<category><![CDATA[keychain substitute]]></category>

		<category><![CDATA[swiss army keys]]></category>

		<guid isPermaLink="false">http://geek.phatus.com/?p=199</guid>
		<description><![CDATA[ The minute I finished posting about the &#8220;Swiss Army Keys&#8221; project I found earlier, I immediately had to start fashioning my own. I documented my experience and have posted an Instructable on making something similar. Below is a brief tutorial on how I made it.
Let me first state that I stumbled on this Idea [...]
<script type="text/javascript">
SHARETHIS.addEntry(
	{
	title: "Carry your keys in your multitool - DIY",
	url: "http://geek.phatus.com/2009/08/swiss-army-keys-tutorial-and-instructable/"
	}
	
	
);
</script>
	]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.instructables.com/id/Swiss-Army-Keys-Key-and-Leatherman-Mod/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.instructables.com');"><img style="float:right" width="150" height="125" src="http://www.phatus.com/geekimages/swiss/swisskeys.jpg"/></a> The minute I finished posting about the &#8220;<a href="http://geek.phatus.com/2008/07/diy-swiss-army-keys-brilliant-idea/">Swiss Army Keys</a>&#8221; project I found earlier, I immediately had to start fashioning my own. I documented my experience and have posted an <a href="http://www.instructables.com/id/Swiss-Army-Keys-Key-and-Leatherman-Mod/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.instructables.com');">Instructable</a> on making something similar. Below is a brief tutorial on how I made it.</p>
<p>Let me first state that I stumbled on this Idea browsing through the <a href="http://www.edcforums.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.edcforums.com');">edcforums</a>. There was a post a while back where someone had posted some pictures on building one of these sweet little babies. Check out the original <a href="http://edcforums.com/index.php?PHPSESSID=0a8996b694d19cb26f9ceb25d046211b&#038;topic=10477.msg129681#msg129681" onclick="javascript:pageTracker._trackPageview ('/outbound/edcforums.com');">forums thread started by shadeone here</a>. I take no credit for originating this idea, I&#8217;ve just documented my own experience building one.</p>
<p><strong>Materials</strong>
<ul>
<li>Leatherman Micra - ( I used a cheapo Husky clone that I got at home depot for $2)</li>
<li>Keys - (be sure to make copies of them first)</li>
<li>Drill</li>
<li>Something to cut the keys with - (I used a Dremel with a cutoff wheel</li>
</ul>
<p><center><img src="http://www.phatus.com/geekimages/swiss/1.jpg"/></p>
<p></center></p>
<p><strong>Disassemble the Multi Tool</strong><br />
Start by unscrewing and Disassembling the tool. Make sure you save all of the little parts and washers. Note that I was able to fit 3 keys per side so only undo one side if you are doing 3 keys or less.<br /><center><img src="http://www.phatus.com/geekimages/swiss/2.jpg"/></center></p>
<p><center><img src="http://www.phatus.com/geekimages/swiss/3.jpg"/></center></p>
<p><strong>Select a Matchup Piece</strong><br />
Set one piece aside to use to match your key against when you are cutting it.<br /><center><img src="http://www.phatus.com/geekimages/swiss/4.jpg"/></center></p>
<p><strong>Cut Your Keys</strong><br />
Cut down your keys to roughly match the end of the piece you picked in the previous step. You will be drilling a hole in them so be sure and leave as much meat as possible. You can fine tune it later.<center><img src="http://www.phatus.com/geekimages/swiss/5.jpg"/></center></p>
<p><strong>Mark and Drill the Holes</strong><br />
Place each key one at a time inside the tool in the direction you will be placing it and mark the hole with a fine point marker through the hole in the tool. I placed mine teeth down so it is easier to pull them out by hooking a fingernail in the grooves across the top.</p>
<p>Once you have marked all keys, mark your starting points with a punch or nail and drill your holes. The size of the hole may vary depending on what kind of multi tool you choose. Start small as you can always bore it out more if necessary.<br /><center><img src="http://www.phatus.com/geekimages/swiss/6.jpg"/></center></p>
<p><strong>Put it Back Together</strong><br />
Re-assemble the tool substituting the keys for the tools. Be careful of three things. 1) Be sure you put a washer in between any metal-on-metal contact. 2) Make sure you place the keyring attachment piece somewhere where it will not interfere with a key. 3) Most importantly, remember to leave a gap in the middle of each side for the pliers/cutters to fit into when you collapse the tool. ( I placed two keys all the way to one side, then a bunch of washers and then a key against the other side.</p>
<p>One little tip: If there is a skinny leather punch or mini screw driver piece, you can stick this through the hole when re-assembling the tool to help keep the washers and the pin in place. This also worked well to wiggle around to get everyting to fit together properly.</p>
<p>Enjoy!<br /><center><img src="http://www.phatus.com/geekimages/swiss/7.jpg"/></center></p>
<p><center><img src="http://www.phatus.com/geekimages/swiss/swisskeys.jpg"/></center></p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=a6fd8529-04fc-4b55-901a-13840cff42d0&amp;title=Carry+your+keys+in+your+multitool+-+DIY&amp;url=http%3A%2F%2Fgeek.phatus.com%2F2009%2F08%2Fswiss-army-keys-tutorial-and-instructable%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://geek.phatus.com/2009/08/swiss-army-keys-tutorial-and-instructable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Who is the guy on the Incubus album covers?</title>
		<link>http://geek.phatus.com/2009/08/who-is-that-guy-on-the-incubus-album-covers/</link>
		<comments>http://geek.phatus.com/2009/08/who-is-that-guy-on-the-incubus-album-covers/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 09:29:06 +0000</pubDate>
		<dc:creator>Pyro222</dc:creator>
		
		<category><![CDATA[music]]></category>

		<category><![CDATA[Brandon Boyd]]></category>

		<category><![CDATA[charles mulholland]]></category>

		<category><![CDATA[chuck]]></category>

		<category><![CDATA[Chuck Boyd]]></category>

		<category><![CDATA[incubus]]></category>

		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://geek.phatus.com/?p=341</guid>
		<description><![CDATA[Today I came across one of my long lost and  most prized albums of all time. Incubus&#8217;s S.C.I.E.N.C.E LP. And inevitably there is one question that pops in my mind every time I see the cover. Who the hell is the dude with the mustache? The picture, for some reason, has always struck me [...]
<script type="text/javascript">
SHARETHIS.addEntry(
	{
	title: "Who is the guy on the Incubus album covers?",
	url: "http://geek.phatus.com/2009/08/who-is-that-guy-on-the-incubus-album-covers/"
	}
	
	
);
</script>
	]]></description>
			<content:encoded><![CDATA[<p><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&#038;friendid=14716924" onclick="javascript:pageTracker._trackPageview ('/outbound/profile.myspace.com');"><img style="float:right" src="http://www.phatus.com/geekimages/chuck2.jpg"/></a>Today I came across one of my long lost and  most prized albums of all time. Incubus&#8217;s S.C.I.E.N.C.E LP. And inevitably there is one question that pops in my mind every time I see the cover. Who the hell is the dude with the mustache? The picture, for some reason, has always struck me as somewhat intriguing and mysterious which only ads to the conundrum of this remarkable album. After years of wonderment, I finally took the time to do a little research on just who is Chuck, and found <a href="http://www.geocities.com/incu3602/chuck.html" onclick="javascript:pageTracker._trackPageview ('/outbound/www.geocities.com');">this page</a> which still, unfortunately, leaves question however, it does shed some light on the subject.</p>
<p>
Apparently no one really knows who this guy actually is. Many rumors over the years have suggested things such as that he was a figure in some of the ol&#8217; Miller beer commercials, a porn star, and best of all, a girls cheerleading coach. Some have even speculated that he is former Marlboro Man &#8220;Chuck Boyd&#8221;, father of lead singer Brandon Boyd. In a reported interview with Brandon, he states that the picture is from 1974 and the only thing he is certain on is that &#8220;Chuck&#8221; is in fact Charles Mulholland, a <a href="http://www.geocities.com/incu3602/chuck.html" onclick="javascript:pageTracker._trackPageview ('/outbound/www.geocities.com');"><img style="float:right" src="http://www.phatus.com/geekimages/chuck1.jpg"/></a>Salem cigarette model in 1976. He claims to have met Chuck during the filming of the &#8220;Pardon Me&#8221; video in which Brandon states that Chuck plays an older version of himself. According to the interview, Brandon thought it was a really cool picture so the band decided to throw it up on the album covers and then spread a bunch of ridiculous rumors about who he is. Brandon states that he was &#8220;the coolest guy I ever met&#8221;. But we still can only speculate the truth, I mean, Brandon admits to spreading rumors of his Identity and whats to say the band has ever stopped? I even dug up <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&#038;friendid=14716924" onclick="javascript:pageTracker._trackPageview ('/outbound/profile.myspace.com');">this MySpace Profile</a> in which the user claims to be THE Charles Mulholland himself. Check out the links and decide for yourself. As for getting down to the bottom of the matter, there is really no way to be absolutely certain but one thing I am sure of is that this may very well be one of the most entertaining hooks/gimmicks of all time for probably one of the best rock bands of all time.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5832770513565108";
/* 468x60, created 1/31/08 */
google_ad_slot = "4927914197";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=a6fd8529-04fc-4b55-901a-13840cff42d0&amp;title=Who+is+the+guy+on+the+Incubus+album+covers%3F&amp;url=http%3A%2F%2Fgeek.phatus.com%2F2009%2F08%2Fwho-is-that-guy-on-the-incubus-album-covers%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://geek.phatus.com/2009/08/who-is-that-guy-on-the-incubus-album-covers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
