<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jason Van&#039;s Blog &#187; SBR600</title>
	<atom:link href="http://vanjason.wordpress.com/category/sbr600/feed/" rel="self" type="application/rss+xml" />
	<link>http://vanjason.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Sun, 09 Jan 2011 18:25:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vanjason.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jason Van&#039;s Blog &#187; SBR600</title>
		<link>http://vanjason.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vanjason.wordpress.com/osd.xml" title="Jason Van&#039;s Blog" />
	<atom:link rel='hub' href='http://vanjason.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Setup FUNC &#8211; 0.1 Release!</title>
		<link>http://vanjason.wordpress.com/2010/11/13/setup-func-0-1-release/</link>
		<comments>http://vanjason.wordpress.com/2010/11/13/setup-func-0-1-release/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 05:02:27 +0000</pubDate>
		<dc:creator>vanjason</dc:creator>
				<category><![CDATA[SBR600]]></category>

		<guid isPermaLink="false">http://vanjason.wordpress.com/?p=54</guid>
		<description><![CDATA[Update: Oops, forgot that all team members have to blog about their project and not just one member&#8230; so here&#8217;s mine! This update is for the 0.1 Release for Setup FUNC. (click here for Setup FUNC wiki) So my project &#8230; <a href="http://vanjason.wordpress.com/2010/11/13/setup-func-0-1-release/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=54&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong>Update:</strong></span> Oops, forgot that all team members have to blog about their project and not just one member&#8230; so here&#8217;s mine!</p>
<p>This update is for the <strong>0.1 Release</strong> for <strong>Setup FUNC. </strong>(click here for <a href="http://zenit.senecac.on.ca/wiki/index.php/Set_up_FUNC" target="_blank">Setup FUNC</a> wiki)<strong> </strong></p>
<p>So my project partner, Chris Abbott (<a href="http://zenit.senecac.on.ca/wiki/index.php/User:Cabbott" target="_blank">cabbott</a>) posted his blog of Release 0.1, you can click <a href="http://sbr600cabbott.blogspot.com/2010/11/installing-and-configuring-func.html" target="_blank">here</a> to see his post of what he did.<strong></strong></p>
<p>For myself, I ensured that the master was set up properly and then had another slave (which is referred to as a &#8220;minion&#8221; in FUNC) set up to test to make sure that it was working. Here are the steps I did:</p>
<p>For the master, we decided to use Chile. First thing that had to be done of course was to install Func. This step was easy, we just ran <em><strong>yum install func. </strong></em>By installing Func with yum, it also installed &#8220;<strong>certmaster</strong>&#8221; because it was a dependency.</p>
<p>Certmaster originated from the Func project but now is used by many applications that needs to easily exchange SSL certificates.</p>
<p>After Func and Certmaster was installed on the master, we needed to make sure that Certmaster was running and that it was running on runlevel 3, 4 &amp; 5.<br />
<strong><em>chkconfig &#8211;level 345 certmaster on<br />
service certmaster start</em></strong></p>
<p>That was all that had to be done on the master (Chile). The Func service did not have to be started on the master. Now to set up a minion. For Chris, he set up <strong>Romania</strong> as a minion. I used <strong>Iraq</strong> as a minion.</p>
<p>Again, I used <strong><em>yum install func</em></strong> to install both Func and Certmaster. Before I turned any services on, I edited the &#8220;/etc/hosts&#8221; file because the system had both IPv4 and IPv6 addresses and that will cause a mess when Func gets Certmaster to request for a certificate to be signed.</p>
<p><span style="text-decoration:underline;"><strong>Contents of /etc/hosts file (original) &#8211; Iraq:</strong></span><br />
<em>142.204.133.89 iraq   # Added by NetworkManager</em><br />
<em>127.0.0.1       localhost.localdomain   localhost</em><br />
<em>::1     chile   localhost6.localdomain6 localhost6</em></p>
<p><span style="text-decoration:underline;"><strong>Contents of /etc/hosts file (Modified) &#8211; Iraq:</strong></span><br />
<em>142.204.133.89  iraq.proximity.on.ca    iraq    # Added by NetworkManager</em><br />
<em>127.0.0.1       localhost.localdomain   localhost</em></p>
<p>I removed the 3rd line in the &#8220;/etc/hosts&#8221; file because that was the IPv6 address. When Chris started the Func service in Romania, he found out that when IPv6 address was left there, there were two certificate requests (one with the hostname and one with 127.0.0.1). So by removing the IPv6, it will only request for a certificate to be signed using the hostname. In the first line, I added the &#8220;iraq.proximity.on.ca&#8221; hostname because the service cannot resolve the hostname with just &#8220;iraq&#8221;.</p>
<p>So now that the &#8220;/etc/hosts&#8221; file has been modified, the next step I did was to edit the &#8220;/etc/certmaster/minion.conf&#8221; file. Here we need to specify who is the master to sign the certificate requests.</p>
<p><span style="text-decoration:underline;"><strong>Contents of /etc/certmaster/minion.conf file (Original) &#8211; Iraq:</strong></span><br />
<em># configuration for minions</em></p>
<p><em>[main]</em><br />
<em>certmaster = certmaster</em><br />
<em>certmaster_port = 51235</em><br />
<em>log_level = DEBUG</em><br />
<em>cert_dir = /etc/pki/certmaster</em></p>
<p><span style="text-decoration:underline;"><strong>Contents of /etc/certmaster/minion.conf file (Modified) &#8211; Iraq:</strong></span><br />
<em># configuration for minions</em></p>
<p><em>[main]</em><br />
<em>certmaster = chile.proximity.on.ca</em><br />
<em>certmaster_port = 51235</em><br />
<em>log_level = DEBUG</em><br />
<em>cert_dir = /etc/pki/certmaster</em></p>
<p>As you can see, I added Chile&#8217;s full hostname under &#8220;certmaster&#8221; to indicate that Chile was the master.</p>
<p>At this point now, I turned on runlevel 3, 4 &amp; 5 for the Func service and then started Func.<br />
<strong><em>chkconfig &#8211;level 345 funcd on<br />
service funcd start</em></strong></p>
<p>Certmaster service was not started on the minion because it was not going to sign any certificates, but to only request for certificate to get signed.</p>
<p>Now for both Chris and I, we had trouble starting the Func service on the minions because of Iptables. It was blocking the port that Func and Certmaster used. As a temporary solution, we just turned off Iptables and then started the service. Before 0.2 release, we will have this problem figured out.</p>
<p>Now that Func is running on the minion (Iraq) and Certmaster is running on the master (Chile), I went back to Chile to see if there was a request from Iraq to have its certificate signed. To list/view if there are anything pending certificate requests, on the master, enter the command <strong><em>certmaster-ca &#8211;list </em></strong>(or <strong><em>certmaster-ca -l</em></strong>).</p>
<p>Func normally sends a certificate request to the master to get signed, however, if there was some reason why it didn&#8217;t, you can run <strong><em>/usr/bin/certmaster-request</em></strong> on the minion and that will send a request to the master.</p>
<p>To sign any pending certificate requests on the master, enter <strong><em>certmaster-ca &#8211;sign &lt;hostname&gt;</em></strong>. In my case, I had to enter &#8220;<strong><em>certmaster-ca &#8211;sign iraq.proximity.on.ca</em></strong>&#8220;. Next, I verified that it was indeed signed, so on the master, I entered <strong><em>certmaster-ca &#8211;list-signed </em></strong>and that will list all the certificates that were signed. Now since Chris signed a certificate with &#8220;127.0.0.1&#8243;, I &#8220;cleaned&#8221; it up by using the command <strong><em>certmaster-ca &#8211;clean 127.0.0.1 </em></strong>and that got rid of the 127.0.0.1.cert. All signed certificates are stored in the &#8220;/var/lib/certmaster/certmaster/certs&#8221; directory of the master.</p>
<p>Last thing I did was to run a few Func commands to make sure that everything was working as it should and that the master can talk to the minions. The two commands I used was <strong><em>f</em><em>unc &#8220;*&#8221; list_minions </em></strong>and <strong><em>func &#8220;*&#8221; ping</em></strong>.</p>
<p><span style="text-decoration:underline;"><strong>Results from the above commands:</strong></span><br />
<em>[root@chile certs]# func &#8220;*&#8221; list_minions</em><br />
<em>iraq.proximity.on.ca</em><br />
<em>romania.proximity.on.ca<br />
</em><br />
<em>[root@chile certs]# func &#8220;*&#8221; ping</em><br />
<em>[ ok ... ] iraq.proximity.on.ca</em><br />
<em>[ ok ... ] romania.proximity.on.ca</em></p>
<p>And this is it for 0.1 Release! More updates coming soon!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanjason.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanjason.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanjason.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanjason.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vanjason.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vanjason.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vanjason.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vanjason.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanjason.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanjason.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanjason.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanjason.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanjason.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanjason.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=54&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vanjason.wordpress.com/2010/11/13/setup-func-0-1-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e8716dbb2c75b75abc5e9866411332c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vanjason</media:title>
		</media:content>
	</item>
		<item>
		<title>Setup FUNC Project</title>
		<link>http://vanjason.wordpress.com/2010/11/05/setup-func-project/</link>
		<comments>http://vanjason.wordpress.com/2010/11/05/setup-func-project/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 15:50:53 +0000</pubDate>
		<dc:creator>vanjason</dc:creator>
				<category><![CDATA[SBR600]]></category>

		<guid isPermaLink="false">http://vanjason.wordpress.com/?p=55</guid>
		<description><![CDATA[Update: I&#8217;ve been terrible with blogging&#8230; I keep forgetting that for this class we have to blog about (or just about) everything; not just for marks but for the community so see what I&#8217;ve done, how I did it or &#8230; <a href="http://vanjason.wordpress.com/2010/11/05/setup-func-project/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=55&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong>Update</strong></span>: I&#8217;ve been <em>terrible </em>with blogging&#8230; I keep forgetting that for this class we have to blog about (or just about) everything; not just for marks but for the community so see what I&#8217;ve done, how I did it or anything I did that could help them (for example: my post about changing <a href="http://vanjason.wordpress.com/2010/10/10/still-sick-but-need-to-catch-up-on-some-work-screen-resolution-change-on-vm/" target="_blank">Fedora&#8217;s screen resolution on VirtualBox</a>)</p>
<p>So, I have to start blogging again and blog whatever I&#8217;ve done already for the class. But for now, got to get on the project blogs.</p>
<p>For my SBR600 project, I chose &#8220;Setup FUNC&#8221;. For information about FUNC, click <a href="http://zenit.senecac.on.ca/wiki/index.php/Set_up_FUNC" target="_blank">here</a> to go to the wiki page. It&#8217;s not 100% updated yet, but it will be REAL soon.</p>
<p>Currently, there are two project leaders for this project: myself and Chris Abbott (cabbott).</p>
<p>We&#8217;re both hoping to get it fully functional on the ARM machines before the semester ends!</p>
<p>Just recently I&#8217;ve updated the <a href="http://zenit.senecac.on.ca/wiki/index.php/Fall_2010_SBR600_Participants" target="_blank">FALL 2010 SBR600 Participants</a> table and a while back I updated my project choice in the <a href="http://zenit.senecac.on.ca/wiki/index.php/Fall_2010_SBR600_Project_Table">Project Table</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanjason.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanjason.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanjason.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanjason.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vanjason.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vanjason.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vanjason.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vanjason.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanjason.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanjason.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanjason.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanjason.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanjason.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanjason.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=55&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vanjason.wordpress.com/2010/11/05/setup-func-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e8716dbb2c75b75abc5e9866411332c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vanjason</media:title>
		</media:content>
	</item>
		<item>
		<title>Still sick&#8230; but need to catch up on some work&#8230; Screen Resolution Change on VM</title>
		<link>http://vanjason.wordpress.com/2010/10/10/still-sick-but-need-to-catch-up-on-some-work-screen-resolution-change-on-vm/</link>
		<comments>http://vanjason.wordpress.com/2010/10/10/still-sick-but-need-to-catch-up-on-some-work-screen-resolution-change-on-vm/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 21:05:37 +0000</pubDate>
		<dc:creator>vanjason</dc:creator>
				<category><![CDATA[SBR600]]></category>

		<guid isPermaLink="false">http://vanjason.wordpress.com/?p=49</guid>
		<description><![CDATA[Finally.. starting to feel a little better from being so sick&#8230; At least I can sit up now without having the feeling that things are going to come upwards and outwards&#8230; (sorry if that was too much detail..) Well, so &#8230; <a href="http://vanjason.wordpress.com/2010/10/10/still-sick-but-need-to-catch-up-on-some-work-screen-resolution-change-on-vm/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=49&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally.. starting to feel a little better from being so sick&#8230; At least I can sit up now without having the feeling that things are going to come upwards and outwards&#8230; (sorry if that was too much detail..)</p>
<p>Well, so now back to work. I got to choose a project last week that I want to tackle on for the rest of the semester but I still want to catch up on some other things first.</p>
<p>But before anything, I had to find a way to change the screen resolution on Fedora that was installed on my VirtualBox. For some reason, the largest resolution was 800&#215;600! It was killing me! It was so hard to work on!! Just the terminal took up like the whole screen already! For your information, I installed Fedora 13 (32-bit) on VirtualBox 3.2.8. I will refer to VirtualBox as VB for the rest of this blog.</p>
<p>I did some research and found a site that explained why and how to get a larger screen resolution for Linux on VB. If you&#8217;re using VB and also having the same problem, click <a href="http://digitizor.com/2009/05/26/how-to-install-virtualbox-guest-additions-for-a-linux-guest/" target="_blank">here</a> to see the instructions. However, if you want to just quickly fix it without reading a lot, I&#8217;ve included the instructions and steps below that I took to get what I wanted.</p>
<p>First, boot up Fedora (as you already know, 800&#215;600 is the largest resolution you got!).</p>
<p>Now there is a CD/DVD image with VB extras that comes with VB when you install it. Mount it by selecting <strong>Devices &#8211;&gt; Install Guest Additions&#8230; </strong>at the top of the VB window (the one with Fedora running).</p>
<p>Once it&#8217;s mounted, you should see the &#8220;CD&#8221; on your desktop. If not, make sure that <strong>VBoxGuestAdditions.iso</strong> is checked when you go to <strong>Device &#8211;&gt; CD/DVD Devices</strong>.</p>
<p>Now open up the terminal and do the following steps as <strong>root</strong>.</p>
<p>Copy the required file from the CD image to the home directory (~):<br />
<strong><em>cp /media/VBOXADDITIONS_3.2.8_64453/VBoxLinuxAdditions-x86.run ~</em></strong></p>
<p>Update the kernel build and header with yum. Also, install the &#8220;dkms&#8221; package. You should already have &#8220;gcc&#8221; installed as well. If not, then that needs to be installed.<br />
<strong><em>yum install kernel-devel kernel-headers dkms gcc</em></strong></p>
<p>Once those packages are installed/updated, you can run the file that was copied to your root&#8217;s home directory<br />
<strong><em>~/VBoxLinuxAdditions-x86.run</em></strong></p>
<p>Once the installation has been complete, reboot your machine and when it boots up, you will see that VB will now load Fedora with the screen resolution of 1024&#215;768. If you want a higher resolution (like me), then you will have to edit the <strong>/etc/X11/xorg.conf</strong> file. The following is the content of my xorg.conf file. Your file should look 90% the same. The only thing extra that I have is the line where I specified what resolutions I wanted. I have bolded it below.</p>
<p><span style="text-decoration:underline;"><strong>Contents of xorg.conf file:</strong></span><br />
<em># VirtualBox generated configuration file</em><br />
<em># based on /etc/X11/xorg.conf.</em></p>
<p><em>Section &#8220;Monitor&#8221;</em><br />
<em> Identifier   &#8220;Monitor[0]&#8220;</em><br />
<em> ModelName    &#8220;VirtualBox Virtual Output&#8221;</em><br />
<em> VendorName   &#8220;Sun Microsystems Inc&#8221;</em><br />
<em>EndSection</em></p>
<p><em>Section &#8220;Device&#8221;</em><br />
<em> BoardName    &#8220;VirtualBox Graphics&#8221;</em><br />
<em> Driver       &#8220;vboxvideo&#8221;</em><br />
<em> Identifier   &#8220;Device[0]&#8220;</em><br />
<em> VendorName   &#8220;Sun Microsystems Inc&#8221;</em><br />
<em>EndSection</em></p>
<p><em>Section &#8220;Screen&#8221;</em><br />
<em> SubSection &#8220;Display&#8221;</em><br />
<em> Depth      24</em><br />
<strong><em> Modes      &#8220;1440&#215;900&#8243; &#8220;1280&#215;864&#8243; &#8220;1152&#215;864&#8243; &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243;</em></strong><br />
<em> EndSubSection</em><br />
<em> Device       &#8220;Device[0]&#8220;</em><br />
<em> Identifier   &#8220;Screen[0]&#8220;</em><br />
<em> Monitor      &#8220;Monitor[0]&#8220;</em><br />
<em>EndSection</em></p>
<p>That&#8217;s it! If you reboot again, it should load up to your highest resolution (or the first one you specifed in the file). For me, it loaded up to 1440&#215;900.</p>
<p>Hope this helped those that were frustrated about the screen resolution like me!!</p>
<p>Now back to catching up&#8230; still need to finish SRPM rebuild and SPEC file creation. Need to start creating the project page also! So much for a long weekend&#8230;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanjason.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanjason.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanjason.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanjason.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vanjason.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vanjason.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vanjason.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vanjason.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanjason.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanjason.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanjason.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanjason.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanjason.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanjason.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=49&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vanjason.wordpress.com/2010/10/10/still-sick-but-need-to-catch-up-on-some-work-screen-resolution-change-on-vm/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e8716dbb2c75b75abc5e9866411332c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vanjason</media:title>
		</media:content>
	</item>
		<item>
		<title>Rebuilt NLED &amp; VIM on Fedora VM on Desktop</title>
		<link>http://vanjason.wordpress.com/2010/09/27/rebuilt-nled-vim-on-fedora-vm-on-desktop/</link>
		<comments>http://vanjason.wordpress.com/2010/09/27/rebuilt-nled-vim-on-fedora-vm-on-desktop/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 22:57:33 +0000</pubDate>
		<dc:creator>vanjason</dc:creator>
				<category><![CDATA[SBR600]]></category>

		<guid isPermaLink="false">http://vanjason.wordpress.com/?p=43</guid>
		<description><![CDATA[Okay, so now I&#8217;ve re-installed Fedora 13 on my desktop&#8217;s VM, but this time I only installed the default packages. After the installation, I went on to re-build NLED and VIM 7.3 again to test the performance. For NLED, I &#8230; <a href="http://vanjason.wordpress.com/2010/09/27/rebuilt-nled-vim-on-fedora-vm-on-desktop/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=43&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay, so now I&#8217;ve re-installed Fedora 13 on my desktop&#8217;s VM, but this time I only installed the default packages.</p>
<p>After the installation, I went on to re-build NLED and VIM 7.3 again to test the performance.</p>
<p>For NLED, I came across the few errors that a lot of people had when they built NLED. Both occurring when running the <em>make</em> command.</p>
<p><strong>Error #1:<br />
</strong>cc -O -c -o nled.o nled.c<br />
make: cc: Command not found<br />
make: *** [nled.o] Error 127</p>
<p>The above error occurred when I ran <em>make</em> the first time. It indicated that it did not recognize the <em>cc</em> command, which means that I am missing the gcc compiler. So, I installed it by running <strong><em>yum install gcc</em></strong>.</p>
<p>After gcc was installed (along with all the dependencies), I ran the <em>make </em>command again. This time, I got the below error.</p>
<p><strong>Error #2:<br />
</strong>qkdisp.c:125:21: error: ncurses.h: No such file or directory<br />
qkdisp.c: In function ‘qd_boldon’:<br />
qkdisp.c:181: error: ‘A_BOLD’ undeclared (first use in this function)<br />
qkdisp.c:181: error: (Each undeclared identifier is reported only once<br />
qkdisp.c:181: error: for each function it appears in.)<br />
qkdisp.c: In function ‘qd_boldoff’:<br />
qkdisp.c:195: error: ‘A_BOLD’ undeclared (first use in this function)<br />
qkdisp.c: In function ‘qd_cols’:<br />
qkdisp.c:276: error: ‘COLS’ undeclared (first use in this function)<br />
qkdisp.c: In function ‘qd_open’:<br />
qkdisp.c:499: error: ‘stdscr’ undeclared (first use in this function)<br />
qkdisp.c: In function ‘qd_revon’:<br />
qkdisp.c:570: error: ‘A_REVERSE’ undeclared (first use in this function)<br />
qkdisp.c: In function ‘qd_revoff’:<br />
qkdisp.c:584: error: ‘A_REVERSE’ undeclared (first use in this function)<br />
qkdisp.c: In function ‘qd_rows’:<br />
qkdisp.c:593: error: ‘LINES’ undeclared (first use in this function)<br />
qkdisp.c: In function ‘qd_scrollup’:<br />
qkdisp.c:635: error: ‘LINES’ undeclared (first use in this function)<br />
qkdisp.c: In function ‘qd_scrolldown’:<br />
qkdisp.c:682: error: ‘LINES’ undeclared (first use in this function)<br />
make: *** [qkdisp.o] Error 1</p>
<p>For this error, I noticed that on the first line, it indicated that it could not find the file &#8220;ncurses.h&#8221;. So, I used <em>yum</em> again to find it, download it and install it. The command I used was: <em><strong>yum install *ncurses.h</strong></em></p>
<p>Once it was completed, I ran <em>make</em> one more time and this time, it ran successfully without any errors. I think when I built NLED this time, it had errors that I did not see before because like I mentioned in my previous blog, I installed ALL the packages that were included in the installation DVD, but this time, I only installed the default packages to run Fedora.</p>
<p>Great! Now on to VIM.</p>
<p>For VIM 7.3, I actually rebuilt it without any errors. Everything went smoothly.</p>
<p>To see my blog on how I built NLED, click <a href="http://vanjason.wordpress.com/2010/09/16/lab-1-part-12-building-nled/" target="_blank">here</a>.<br />
To see my blog on how I built VIM 7.3, click <a href="http://vanjason.wordpress.com/2010/09/24/lab-1-part-22-building-vim/" target="_blank">here</a>.</p>
<p>Now that I rebuilt both NLED and VIM, I noticed that the performance was much better! I think I was right, it was a mistake installing all the packages when I installed Fedora. On top of that, Fedora hasn&#8217;t froze on me once or was showing any lag!</p>
<p>The specs on both my laptop and desktop is pretty much the same: both dual-core with 3GB of RAM. The only difference is that the CPU speed of my laptop is 2.0GHz whereas the CPU speed of my desktop is 2.4GHz. I don&#8217;t think it would make THAT much of a difference would it?</p>
<p>Anyways, maybe I should re-install Fedora on my laptop when I have time so I can at least work on anything in the future from anywhere. But for now, I must get my own spec file working to package a software from source.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanjason.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanjason.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanjason.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanjason.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vanjason.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vanjason.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vanjason.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vanjason.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanjason.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanjason.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanjason.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanjason.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanjason.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanjason.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=43&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vanjason.wordpress.com/2010/09/27/rebuilt-nled-vim-on-fedora-vm-on-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e8716dbb2c75b75abc5e9866411332c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vanjason</media:title>
		</media:content>
	</item>
		<item>
		<title>VM on laptop VERY slow..</title>
		<link>http://vanjason.wordpress.com/2010/09/27/vm-on-laptop-very-slow/</link>
		<comments>http://vanjason.wordpress.com/2010/09/27/vm-on-laptop-very-slow/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 03:31:13 +0000</pubDate>
		<dc:creator>vanjason</dc:creator>
				<category><![CDATA[SBR600]]></category>

		<guid isPermaLink="false">http://vanjason.wordpress.com/?p=40</guid>
		<description><![CDATA[For the longest time during this weekend, I&#8217;ve been trying to work on packaging VIM with my own spec file, however Fedora has been freezing and lagging on my VM!! I&#8217;ve been hard rebooting so many times! I wonder if &#8230; <a href="http://vanjason.wordpress.com/2010/09/27/vm-on-laptop-very-slow/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=40&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the longest time during this weekend, I&#8217;ve been trying to work on packaging VIM with my own spec file, however Fedora has been freezing and lagging on my VM!! I&#8217;ve been hard rebooting so many times!</p>
<p>I wonder if it&#8217;s because when I installed Fedora, I installed all the packages that came on the DVD; causing it to load a ton of things at start up..</p>
<p>I think I&#8217;m going to re-install Fedora on VM again, but this time on my desktop at home. Hopefully the performance will be better and there will not be any trouble for me when I try to package a software. The hardware specs on both my desktop and laptop is pretty similar so I should be able to tell which is better, but this time when I install, I&#8217;m just going to install the recommended packages and not everything&#8230;.</p>
<p>Anyways, I&#8217;ll blog again when I&#8217;m done installing Fedora on my desktop VM. I&#8217;ll re-build NLED and VIM 7.3 from source again also to see if the performance is better. It shouldn&#8217;t take long now since I know what to do.</p>
<p>I want to make a good spec file to package by Tuesday!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanjason.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanjason.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanjason.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanjason.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vanjason.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vanjason.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vanjason.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vanjason.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanjason.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanjason.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanjason.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanjason.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanjason.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanjason.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=40&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vanjason.wordpress.com/2010/09/27/vm-on-laptop-very-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e8716dbb2c75b75abc5e9866411332c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vanjason</media:title>
		</media:content>
	</item>
		<item>
		<title>Lab 1 Part 2/2- Building VIM</title>
		<link>http://vanjason.wordpress.com/2010/09/24/lab-1-part-22-building-vim/</link>
		<comments>http://vanjason.wordpress.com/2010/09/24/lab-1-part-22-building-vim/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 03:26:25 +0000</pubDate>
		<dc:creator>vanjason</dc:creator>
				<category><![CDATA[SBR600]]></category>

		<guid isPermaLink="false">http://vanjason.wordpress.com/?p=37</guid>
		<description><![CDATA[So the second package I decided to build from source is VIM. VIM stand for Vi IMproved. It is another programmers text editor, however, it is upwards compatible with vi. VIM is very useful for editing programs. For more information &#8230; <a href="http://vanjason.wordpress.com/2010/09/24/lab-1-part-22-building-vim/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=37&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So the second package I decided to build from source is <strong>VIM</strong>.</p>
<p><span style="text-decoration:underline;"><strong>VIM</strong></span> stand for <span style="text-decoration:underline;"><strong>V</strong></span>i <span style="text-decoration:underline;"><strong>IM</strong></span>proved. It is another programmers text editor, however, it is upwards compatible with vi. VIM is very useful for editing programs. For more information about VIM, go to <a href="http://www.vim.org/" target="_blank">VIM&#8217;s home page</a>.</p>
<p>Now back to the build..</p>
<p>So just like NLED, I downloaded VIM using the wget command. The link to the source package was <a href="ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2" target="_blank">ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2</a>.</p>
<p>Once it was downloaded, I unpacked it using <em><strong>tar -xvjf vim-7.3.tar.bz2</strong></em> and then started the build process.</p>
<p>The build process was much like NLED, except probably had a few more steps/command to execute. First, I ran the <em>./configure</em> command, then <em>make</em>, and then <em>make install</em> (as root of course as you need permission that your regular user does not have). All the command executed successfully without any errors and it didn&#8217;t really take that long!</p>
<p>Once that was done, I tested the software (by running the <em>vim </em>command) and made sure that it worked.</p>
<p>I wonder if this package is small enough for me to re-package it?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanjason.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanjason.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanjason.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanjason.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vanjason.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vanjason.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vanjason.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vanjason.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanjason.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanjason.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanjason.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanjason.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanjason.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanjason.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=37&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vanjason.wordpress.com/2010/09/24/lab-1-part-22-building-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e8716dbb2c75b75abc5e9866411332c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vanjason</media:title>
		</media:content>
	</item>
		<item>
		<title>Lab 1 Part 1/2- Building NLED</title>
		<link>http://vanjason.wordpress.com/2010/09/16/lab-1-part-12-building-nled/</link>
		<comments>http://vanjason.wordpress.com/2010/09/16/lab-1-part-12-building-nled/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 22:01:01 +0000</pubDate>
		<dc:creator>vanjason</dc:creator>
				<category><![CDATA[SBR600]]></category>

		<guid isPermaLink="false">http://vanjason.wordpress.com/?p=25</guid>
		<description><![CDATA[NLED &#8211; Stands for Neat Little EDitor and is a text-mode programmer&#8217;s text editor. It has been ported to several platforms and is extremely easy to use and has many unique features. For more information about NLED, you can visit &#8230; <a href="http://vanjason.wordpress.com/2010/09/16/lab-1-part-12-building-nled/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=25&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong>NLED</strong></span> &#8211; Stands for <span style="text-decoration:underline;"><strong>N</strong></span>eat <span style="text-decoration:underline;"><strong>L</strong></span>ittle <span style="text-decoration:underline;"><strong>ED</strong></span>itor and is a text-mode programmer&#8217;s text editor. It has been ported to several platforms and is extremely easy to use and has many unique features.</p>
<p>For more information about NLED, you can visit the NLED site <a href="http://cdot.senecac.on.ca/software/nled/" target="_blank">here</a>.</p>
<p>Here is what I had to do in order to build the NLED package from source:</p>
<ol>
<li>First, I had to download the source code which was in a tar-ball from <a href="http://cdot.senecac.on.ca/software/nled/" target="_blank">http://cdot.senecac.on.ca/software/nled</a>. I did this by opening a terminal and typing this command as a regular user.
<p><strong>$ wget http://cdot.senecac.on.ca/software/nled/nled_2_52_src.tgz</strong></p>
<p>This downloaded the file in the current working directory.</li>
<li>Next was to untar the file.
<p><em><strong> </strong></em><em><strong> </strong></em><strong>$ tar -xzf nled_2_52_src.tgz</strong></p>
<p>Now I have a directory called &#8220;<em>nled-2.52</em>&#8220;</li>
<li>Next I changed into the newly created directory and used the &#8220;make&#8221; command to build NLED.
<p><strong>$ cd nled-2.52/<br />
$ make</p>
<p></strong>When I executed the &#8220;make&#8221; command, everything seemed to have worked fine for me and no errors came up like it did for the others. Maybe I already had all the dependencies installed already..</li>
<li>Last step was to test it to make sure that it was successfully built and working.
<p><strong>$ ./nled</strong></p>
<p>And&#8230; it works!!</p>
<p><a href="http://vanjason.files.wordpress.com/2010/09/nled.jpg"><img class="alignnone size-full wp-image-33" title="nled" src="http://vanjason.files.wordpress.com/2010/09/nled.jpg?w=640&h=484" alt="" width="640" height="484" /></a></li>
</ol>
<p>Now that I successfully built NLED. I need to find another package to build.. Hopefully I can find a simple one like Chris recommeneded. I will post the second part to this lab another blog once I find another package to build.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanjason.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanjason.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanjason.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanjason.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vanjason.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vanjason.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vanjason.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vanjason.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanjason.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanjason.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanjason.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanjason.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanjason.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanjason.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=25&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vanjason.wordpress.com/2010/09/16/lab-1-part-12-building-nled/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e8716dbb2c75b75abc5e9866411332c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vanjason</media:title>
		</media:content>

		<media:content url="http://vanjason.files.wordpress.com/2010/09/nled.jpg" medium="image">
			<media:title type="html">nled</media:title>
		</media:content>
	</item>
		<item>
		<title>My Very First Blog!!</title>
		<link>http://vanjason.wordpress.com/2010/09/10/my-very-first-blog/</link>
		<comments>http://vanjason.wordpress.com/2010/09/10/my-very-first-blog/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 17:04:43 +0000</pubDate>
		<dc:creator>vanjason</dc:creator>
				<category><![CDATA[SBR600]]></category>

		<guid isPermaLink="false">http://vanjason.wordpress.com/?p=9</guid>
		<description><![CDATA[Hi everyone, my name is Jason Van and I am currently in my 6th semester in the CTYC program. I&#8217;m really hoping to graduate after this semester! I have never blogged before and the main reason for me having a &#8230; <a href="http://vanjason.wordpress.com/2010/09/10/my-very-first-blog/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=9&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi everyone, my name is Jason Van and I am currently in my 6th semester   in the CTYC program. I&#8217;m really hoping to graduate after this semester!</p>
<p>I have never blogged before and the main reason for me having a blog is for the SBR600 course. I know many people who blog as well so you never know, maybe this is a good start for me!</p>
<p>Other things that you might want to know about me is that during my spare time, I enjoy communicating with people in all sorts of ways (usually MSN, Facebook, and texting). I also play a variety of sports and enjoy rock climbing and archery. I also just started going to the gym to do some weight training.</p>
<p>Just another note before continuing with what I have to include in this blog is&#8230;.. yesterday was MY BIRTHDAY!!! Though my stomach was very sick this morning (to the point that I couldn&#8217;t even walk to my bathroom), my birthday dinner was pretty good. I enjoyed it!</p>
<p>Well, back to my SBR600 tasks:</p>
<p>The following screenshot is a portion of a IRC conversation I had on the Seneca IRC channel. My IRC nickname is <strong>jvan.</strong> You can click on the picture to enlarge it.</p>
<p><a href="http://vanjason.files.wordpress.com/2010/09/ircchat.jpg"><img class="alignnone size-medium wp-image-16" title="IRCchat" src="http://vanjason.files.wordpress.com/2010/09/ircchat.jpg?w=300&h=236" alt="" width="300" height="236" /></a></p>
<p>As you can see, I am using ChatZilla which is a really user-friendly IRC client. It&#8217;s really easy to install if you have Firefox before it&#8217;s just an add-on! If you would like to get it, simply click <a href="https://addons.mozilla.org/en-US/firefox/addon/16/" target="_blank">here</a>.</p>
<p>I also now have a user page on the Seneca and Fedora Wiki.</p>
<p>Click <a href="https://fedoraproject.org/wiki/User:Jvan" target="_blank">here</a> for my Fedora Wiki User page.<br />
Click <a href="http://zenit.senecac.on.ca/wiki/index.php/User:Jvan" target="_blank">here</a> for my Seneca Wiki User page.</p>
<p>That&#8217;s it for now. Now, I need to find out what I missed this morning since I was too sick to get to school&#8230; Hopefully I didn&#8217;t miss much and can catch up! Wish me luck!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanjason.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanjason.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanjason.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanjason.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vanjason.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vanjason.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vanjason.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vanjason.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanjason.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanjason.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanjason.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanjason.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanjason.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanjason.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanjason.wordpress.com&#038;blog=15795217&#038;post=9&#038;subd=vanjason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vanjason.wordpress.com/2010/09/10/my-very-first-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e8716dbb2c75b75abc5e9866411332c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vanjason</media:title>
		</media:content>

		<media:content url="http://vanjason.files.wordpress.com/2010/09/ircchat.jpg?w=300" medium="image">
			<media:title type="html">IRCchat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
