<?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>Identity Control</title>
	<atom:link href="http://identity-control.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://identity-control.com</link>
	<description>My Graduate studies in Computer Science, and musings on Programming</description>
	<lastBuildDate>Sun, 17 Apr 2011 07:55:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Android ADB cannot be found in Eclipse (tools and platform-tools)</title>
		<link>http://identity-control.com/?p=145</link>
		<comments>http://identity-control.com/?p=145#comments</comments>
		<pubDate>Sun, 17 Apr 2011 07:55:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=145</guid>
		<description><![CDATA[So you are getting a crazy error in eclipse and you can not get your Android development to occur because Eclipse just refuses to find the Android ADB file. Well the problem most likely lies in that you searched for Android in the Eclipse Marketplace, and you downloaded the latest SDK from Google&#8217;s website. Well, [...]]]></description>
			<content:encoded><![CDATA[<p>So you are getting a crazy error in eclipse and you can not get your Android development to occur because Eclipse just refuses to find the Android ADB file.</p>
<p>Well the problem most likely lies in that you searched for Android in the Eclipse Marketplace, and you downloaded the latest SDK from Google&#8217;s website. Well, that is where the disconnect lies. The Eclipse Marketplace does&#8217;nt have the latest ADT plugin. You need to give Eclipse a different repository address to pull down the latest ADT plugin.</p>
<p>The directions are here, in the downloading section: <a href="http://developer.android.com/sdk/eclipse-adt.html#downloading">http://developer.android.com/sdk/eclipse-adt.html#downloading</a></p>
<p><code></p>
<ol>
<li>Start Eclipse, then select Help > Install New Software....</li>
<li>Click Add, in the top-right corner.</li>
<li>In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/ </li>
<li>Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).</li>
<li>Click OK.</li>
<li>In the Available Software dialog, select the checkbox next to Developer Tools and click Next.</li>
<li>In the next window, you'll see a list of the tools to be downloaded. Click Next.</li>
<li>Read and accept the license agreements, then click Finish.</li>
<li>When the installation completes, restart Eclipse.</li>
</ol>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=145</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OSX Snow Leopard and WireShark</title>
		<link>http://identity-control.com/?p=142</link>
		<comments>http://identity-control.com/?p=142#comments</comments>
		<pubDate>Sun, 10 Apr 2011 23:21:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=142</guid>
		<description><![CDATA[Picked up a new MacBook pro. Love these lil machines. In the process of installing WireShark, i had to do some funny stuff. After ChmodBPF folder into /Library/StartupItems, I then had to run the following lines on the command prompt to setup permissions for this startup folder to properly install: cd /Library/StartupItems sudo chown -R [...]]]></description>
			<content:encoded><![CDATA[<p>Picked up a new MacBook pro. Love these lil machines.</p>
<p>In the process of installing WireShark, i had to do some funny stuff.</p>
<p>After ChmodBPF folder into /Library/StartupItems, I then had to run the following lines on the command prompt to setup permissions for this startup folder to properly install:<br />
<code><br />
cd /Library/StartupItems<br />
sudo chown -R root:wheel ChmodBPF<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=142</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up LEJOS on Ubuntu</title>
		<link>http://identity-control.com/?p=132</link>
		<comments>http://identity-control.com/?p=132#comments</comments>
		<pubDate>Tue, 07 Sep 2010 01:07:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=132</guid>
		<description><![CDATA[If you are planning on doing development work with Java on the Lego NXT robot platform using the Ubuntu Operating system, then you will need to install the following libraries through your package manager: libbluetooth.dev libusb-dev afterwards you can then go to the build directory of the lejos folder and run: sudo ant Happy robot [...]]]></description>
			<content:encoded><![CDATA[<p>If you are planning on doing development work with Java on the Lego NXT robot platform using the Ubuntu Operating system, then you will need to install the following libraries through your package manager:</p>
<p><code>libbluetooth.dev<br />
libusb-dev</code></p>
<p>afterwards you can then go to the build directory of the lejos folder and run:</p>
<p><code>sudo ant</code></p>
<p>Happy robot making!</p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=132</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Open Solaris for Static IP</title>
		<link>http://identity-control.com/?p=125</link>
		<comments>http://identity-control.com/?p=125#comments</comments>
		<pubDate>Mon, 24 May 2010 03:34:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=125</guid>
		<description><![CDATA[Edit etc/resolv.conf to contain the DNS servers Setup nsswitch to dns: # cp etc/nsswitch.conf etc/nsswitch.conf.original # cp etc/nsswitch.dns etc/nsswitch.conf # svcadm restart svc:/network/dns/client:default Edit etc/nwam/llp to contain a static IP for your network device: change the &#8220;nge0 dhcp&#8221; to &#8220;nge0 static 10.10.1.10/24&#8221; Create the following file and add a gateway/router ip address to it on [...]]]></description>
			<content:encoded><![CDATA[<p>Edit etc/resolv.conf to contain the DNS servers</p>
<p>Setup nsswitch to dns:<br />
<code># cp etc/nsswitch.conf etc/nsswitch.conf.original<br />
# cp etc/nsswitch.dns etc/nsswitch.conf<br />
# svcadm restart svc:/network/dns/client:default</code></p>
<p>Edit etc/nwam/llp to contain a static IP for your network device:<br />
change the &#8220;<code>nge0 dhcp</code>&#8221; to &#8220;<code>nge0 static 10.10.1.10/24</code>&#8221;</p>
<p>Create the following file and add a gateway/router ip address to it on its own line:<br />
<code>etc/defaultrouter</code></p>
<p>Add your computers name to the hosts file:<br />
edit etc/hosts and add: <code>xx.xx.xx.xx computername</code></p>
<p>Enable the default networking:<br />
<code>svcadm enable svc:/network/physical:default</code></p>
<p>Restart computer</p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=125</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using apt-get on Debian Distros</title>
		<link>http://identity-control.com/?p=123</link>
		<comments>http://identity-control.com/?p=123#comments</comments>
		<pubDate>Mon, 24 May 2010 03:23:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=123</guid>
		<description><![CDATA[The addresses of the source repositories are listed under this file: /etc/apt/sources.list To sync the local software database with the database on the repositories, run the following on the command prompt: apt-get update To search for software/utilities: # apt-cache search &#124;NAME&#124; To install a package: # apt-get install &#124;NAME&#124; To remove a package: # apt-get [...]]]></description>
			<content:encoded><![CDATA[<p>The addresses of the source repositories are listed under this file:<br />
<code>/etc/apt/sources.list</code></p>
<p>To sync the local software database with the database on the repositories, run the following on the command prompt:<br />
<code>apt-get update</code></p>
<p>To search for software/utilities:<br />
<code># apt-cache search |NAME|</code></p>
<p>To install a package:<br />
<code># apt-get install |NAME|</code></p>
<p>To remove a package:<br />
<code># apt-get remove |NAME|</code></p>
<p>To upgrade all software to the latest version:<br />
<code># apt-get upgrade</code></p>
<p>To upgrade the Operating System:#<br />
<code># apt-get dist-upgrade</code></p>
<p>This command clears all the old installed packages from your system, these files are normally stored in:<br />
<code># apt-get clean</code></p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=123</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A change of blogging&#8230;</title>
		<link>http://identity-control.com/?p=109</link>
		<comments>http://identity-control.com/?p=109#comments</comments>
		<pubDate>Sun, 21 Mar 2010 01:33:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=109</guid>
		<description><![CDATA[So, it has been a while since I have posted anything. I have just been very busy with school, coming up with my research thesis and prepping for the Mid-Atlantic Collegiate Cyber Defence Competition(CCDC). Speaking of the CCDC, we got 2nd place in the Qualifiers, and 1st place in the regional competition! So I am [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://identity-control.com/wp-content/uploads/2010/03/2010_CCDC.gif"><img src="http://identity-control.com/wp-content/uploads/2010/03/2010_CCDC.gif" alt="" title="2010 CCDC Logo" width="260" height="86" class="alignnone size-full wp-image-113" /></a></p>
<p>So, it has been a while since I have posted anything. I have just been very busy with school, coming up with my research thesis and prepping for the Mid-Atlantic Collegiate Cyber Defence Competition(CCDC).</p>
<p>Speaking of the CCDC, we got 2nd place in the Qualifiers, and 1st place in the regional competition! So I am getting an all-expense paid trip to San Antonio, Texas to compete in the NATIONAL Cyber Defence Competition! What an amazing experience this has been, I&#8217;ve been receiving business cards from large corporations attempting to recruit me. I feel desired! lol.</p>
<p>News on our win:<br />
<a href="http://www.midatlanticccdc.org/CCDC/2010/03/towson-wins-5th-mid-atlantic-regional-ccdc/">CCDC News</a><br />
<a href="http://www.towson.edu/main/abouttu/newsroom/cyberdefense031610.asp">Towson University News</a><br />
<a href="http://money.cnn.com/news/newsfeeds/articles/globenewswire/186437.htm">CNN Money</a><br />
<a href="http://money.cnn.com/news/newsfeeds/articles/prnewswire/PH69339.htm">CNN Money 2</a></p>
<p>The tone of this blog will now continue and focus on cyber defence stuff and my thesis, which deals with Context Aware Mobile Computing.</p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=109</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Robot Idea</title>
		<link>http://identity-control.com/?p=85</link>
		<comments>http://identity-control.com/?p=85#comments</comments>
		<pubDate>Sat, 12 Sep 2009 02:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Robots]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=85</guid>
		<description><![CDATA[Ive been toying with this Idea for a while now: A small, simple autonomous wheel-based robot capable of self righting itself or extricating itself from awkward positions. I came up with this concept February 27, 2008. The wheel hubs are domed to prevent the wheels from becoming stands that would keep the robot upright on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Ive been toying with this Idea for a while now:</strong></p>
<p>A small, simple autonomous wheel-based robot capable of self righting itself or extricating itself from awkward positions. I came up with this concept February 27, 2008.</p>
<p>The wheel hubs are domed to prevent the wheels from becoming stands that would keep the robot upright on its side.<br />
The domed wheel hubs also provide a large traction area to also aid in the righting of the robot.<br />
The eye of the robot extends and becomes a lever to help right the robot in an awkward position.<br />
The extending eye also provides for a telescoping platform to aid in navigation and provide a base for the internal wireless antennae.</p>
<p><strong>Mechanics:</strong><br />
Locomotion: Brushless motors<br />
Telescoping Arm: Servo&#8217;s<br />
Viewing Device: Undecided<br />
Controller:  Qwerk Controller -<br />
# 200 MHz ARM9 RISC processor with MMU and hardware floating point unit<br />
# 32 Mbytes SDRAM, 16 Mbytes flash memory<br />
# Latest generation Xilinx Spartan 3E FPGA for custom I/O peripherals</p>
<p><strong>3D design/Views</strong><br />
<img class="alignnone size-full wp-image-89" title="TheRobotRover3-50" src="http://identity-control.com/wp-content/uploads/2009/09/TheRobotRover3-50.jpg" alt="TheRobotRover3-50" width="224" height="179" /><img class="alignnone size-full wp-image-88" title="TheRobotRover2-50" src="http://identity-control.com/wp-content/uploads/2009/09/TheRobotRover2-50.jpg" alt="TheRobotRover2-50" width="237" height="139" /></p>
<p><img class="alignnone size-full wp-image-87" title="TheRobotRover1-50" src="http://identity-control.com/wp-content/uploads/2009/09/TheRobotRover1-50.jpg" alt="TheRobotRover1-50" width="214" height="153" /><img class="alignnone size-full wp-image-90" title="TheRobotRover-SideBackExtended-50" src="http://identity-control.com/wp-content/uploads/2009/09/TheRobotRover-SideBackExtended-50.jpg" alt="TheRobotRover-SideBackExtended-50" width="214" height="204" /></p>
<p><img class="alignnone size-full wp-image-86" title="TheRobotRover-Top-50" src="http://identity-control.com/wp-content/uploads/2009/09/TheRobotRover-Top-50.jpg" alt="TheRobotRover-Top-50" width="186" height="205" /></p>
<p><span id="more-85"></span>I currently have the Qwerk board and a wireless USB adapter for it. I need to create the base, acquire the servos, and find the right camera.</p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=85</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Functionality in Windows</title>
		<link>http://identity-control.com/?p=72</link>
		<comments>http://identity-control.com/?p=72#comments</comments>
		<pubDate>Sun, 06 Sep 2009 03:09:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=72</guid>
		<description><![CDATA[I wanted to dig into the linux kernel. I didnt have acces to my laptop which runs Linux, so I decided to go to kernel.org get the latest Linux kernel source and take a look at it on my windows machine. I suddenly realized that I did not have winzip on my winbox, and I [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to dig into the linux kernel. I didnt have acces to my laptop which runs Linux, so I decided to go to <a href="http://www.kernel.org">kernel.org</a> get the latest Linux kernel source and take a look at it on my windows machine. I suddenly realized that I did not have winzip on my winbox, and I didnt have a way of untarring the kernel source (btw, a Tar file is a packaged file, used mainly in Linux type os&#8217;s.) So I&#8217;m thinking, fuck whats a man to do in this situation?</p>
<p>Well, I downloaded Cygwin from <a href="http://www.cygwin.com/">http://www.cygwin.com/</a>. Cygwin is a Linux like environment that runs on Windows and it provides you many of the Linux tools through the use of cygwin1.dll, which is a Linux API emulation layer that provides Linux functionality. In this case allowing me to untar my kernel source and have access to it via the Cygwin app or my NetBeans IDE. How cool is that?</p>
<p>So for my memory and for those of you whom need the commands to untar your file:</p>
<blockquote><p>The following tutorial assumes the name of your file is yourfile.tar.gz Replace with your actual filename.</p>
<p>   1. From the terminal, change to the directory where yourfile.tar.gz has been downloaded.<br />
   2. Type tar -zxvf yourfile.tar.gz to extract the file to the current directory.</p>
<p>      You can specify a different directory to extract to using -C parameter and a path to the directory as follows:</p>
<p>      Example: tar -C /myfolder -zxvf yourfile.tar.gz</p>
<p>How to open or Untar a &#8220;tar&#8221; file in Linux or Unix:</p>
<p>   1. From the terminal, change to the directory where yourfile.tar has been downloaded.<br />
   2. Type tar -zxvf yourfile.tar to extract the file to the current directory.<br />
   3. Or tar -C /myfolder -zxvf yourfile.tar to extract to another directory.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>School and the New Job has begun!</title>
		<link>http://identity-control.com/?p=70</link>
		<comments>http://identity-control.com/?p=70#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:47:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=70</guid>
		<description><![CDATA[I apologize for the Delay in posting anything recently. I have been quite busy with setting up with my new job, ending my old job, and dealing with the initialization process of school. This semester I will be taking the following courses and will focus much of my writing dealing with these courses: COSC600 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I apologize for the Delay in posting anything recently. I have been quite busy with setting up with my new job, ending my old job, and dealing with the initialization process of school.</p>
<p>This semester I will be taking the following courses and will focus much of my writing dealing with these courses:<br />
<strong>COSC600</strong> &#8211; <em>Advanced Data Structures and Algorithm Analysis</em><br />
<strong>COSC519</strong> &#8211; <em>Operating System Principles</em><br />
<strong>COSC578</strong> &#8211; <em>Database Management Systems</em><br />
<strong>COSC650</strong> &#8211; <em>Computer Networks</em></p>
<p>The above courses are all core requirements, after this semester I get to choose the juicy stuff that I wish to delve into. COSC600 and COSC519 are of particular interest to me. I am very interested in delving deep into data structures/problem solving and I cant wait to dig into Linux, compile my own kernels and learn how to develop drivers, modules, and all the other neat stuff that comes along with Operating Systems.</p>
<p>Ps. If you are thinking about getting your masters or bachelors in computer science. Read the book &#8220;Code&#8221; from microsoft press. Its an amazing book that deals with the workings of a computer, how it gets coded, why we code the way we do&#8230; its am amazing wealth of information for aspiring computer scientists, everyday computer users, and programmers wanting a refresher on the basics.</p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discrete Mathematics is very Obfuscated</title>
		<link>http://identity-control.com/?p=66</link>
		<comments>http://identity-control.com/?p=66#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:28:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://identity-control.com/?p=66</guid>
		<description><![CDATA[My first class in grad school is not going too well. Ive spent countless hours every week(averaging 20+ hours a week, not including class time) devoted to studying the material and squeezing in the homework. I am slowly picking up the concepts, but the ideas are not festering inside my head quick enough to keep [...]]]></description>
			<content:encoded><![CDATA[<p>My first class in grad school is not going too well. Ive spent countless hours every week(averaging 20+ hours a week, not including class time) devoted to studying the material and squeezing in the homework. I am slowly picking up the concepts, but the ideas are not festering inside my head quick enough to keep pace with this summer course.<br/><br/></p>
<p>Granted some of the difficulties lie on the fact that I have not taken a serious mathematics course in more than 8 years. Complicating things further, the professors first language is not english, and although he speaks english well enough that you can understand him, his command of the english language is weak enough that it makes it difficult for him to convey meaning and understanding from his classroom sessions. The icing on this rotten cake is the pace the professor must keep to meet the core requirements that are necessary for the class; you have no time to toil over theorems or proofs that you do not fully comprehend.<br/><br/></p>
<p>We recently just had our midterm. How quickly time flies. Unfortunately, even after hours of studying, I feel that I probably came out of that exam with either a grade of a &#8216;C&#8217; or &#8216;D&#8217;. If the professor does not curve the grades, its quite possible that I may not succeed in my &#8220;Discrete Mathematics&#8221; course. From my understanding I think I may have a second chance in retaking the course and passing it to stay in the program.<br/><br/></p>
<p>If I do manage to pass this class, I made a promise to myself that I will never take another course during the winter or summer sessions.<br/><br/></p>
<p>I look forward to taking the programming based courses.</p>
]]></content:encoded>
			<wfw:commentRss>http://identity-control.com/?feed=rss2&#038;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

