<?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>LinuxFileSystem.com &#187; config</title>
	<atom:link href="http://linuxfilesystem.com/tag/config/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxfilesystem.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 May 2012 02:14:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Setting up a Network Connection in Linux (Backtrack)</title>
		<link>http://linuxfilesystem.com/uncategorized/setting-up-a-network-connection-in-linux-backtrack</link>
		<comments>http://linuxfilesystem.com/uncategorized/setting-up-a-network-connection-in-linux-backtrack#comments</comments>
		<pubDate>Mon, 21 Feb 2011 09:00:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[BASE]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Denial]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[easiest]]></category>
		<category><![CDATA[Emulate]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[Friend]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[Gen"]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Legal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Maintain]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Prompt]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[RAT]]></category>
		<category><![CDATA[Really]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Stop]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[ware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workstation]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/setting-up-a-network-connection-in-linux-backtrack</guid>
		<description><![CDATA[This tutorial demonstrates how to configure a network connection in Linux (Backtrack specifically). Normally a network connection can be automatically established and configured but in some situations this isn&#8217;t the case. In such instances, an IP, Gateway, Subnet Mask, and &#8230; <a href="http://linuxfilesystem.com/uncategorized/setting-up-a-network-connection-in-linux-backtrack">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/1lor5rzzl1o?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1lor5rzzl1o?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>This tutorial demonstrates how to configure a network connection in Linux (Backtrack specifically). Normally a network connection can be automatically established and configured but in some situations this isn&#8217;t the case. In such instances, an IP, Gateway, Subnet Mask, and DNS must be assigned the the network adapter. This tutorial will also show how to configure a wireless adapter to connect to a desired network. &#8211; Commands Used: ifconfig (Shows a listing of recognized network interfaces on the system) sudo ifconfig [INTERFACE] up (Enables the specified network interface) sudo ifconfig [INTERFACE] [IP ADDRESS] netmask [SUBNET MASK] (Assigns an IP Address to the network interface. A LAN IP should begin with 192.168.xxx.xxx [EX: 192.168.0.112]. Netmask will assign a subnet mask to the interface as well which is normally 255.255.255.0) sudo iwconfig [INTERFACE] mode managed (Sets the interface to managed mode) sudo iwconfig [INTERFACE] essid [NAME OF NETWORK] key [ENCRYPTION KEY] (Connects you to the specified secure network) sudo route add default gateway [GATEWAY IP ADDRESS] (Assigns the default gateway to the interface. This will be the IP Address of your router which varies from model to model. Most will be either 192.168.0.1 or 192.168.1.1) sudo sh -c &#8220;echo nameserver [DNS IP] [GREATER THAN SYMBOL] /etc/resolv.conf&#8221; (This writes the DNS IP to your resolv.conf file. This is needed to resolve domain names to IP addresses. Your DNS will either be assigned by your ISP <b>&#8230;</b></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/setting-up-a-network-connection-in-linux-backtrack/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Transparent Menus &#8211; CCSM &#8211; Ubuntu 10.10</title>
		<link>http://linuxfilesystem.com/uncategorized/transparent-menus-ccsm-ubuntu-10-10</link>
		<comments>http://linuxfilesystem.com/uncategorized/transparent-menus-ccsm-ubuntu-10-10#comments</comments>
		<pubDate>Sat, 25 Dec 2010 05:40:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[CCSM]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[meerkat]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[opacity]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[transparent]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[uhg]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/transparent-menus-ccsm-ubuntu-10-10</guid>
		<description><![CDATA[This video shows you how to get your menus transparent. The easiest way, is to do it in Ubuntu Tweak and from there edit the transparency in CCSM. Ubuntu Tweak: ubuntu-tweak.com Tooltip &#124; Menu &#124; PopupMenu &#124; DropdownMenu Subscribe for &#8230; <a href="http://linuxfilesystem.com/uncategorized/transparent-menus-ccsm-ubuntu-10-10">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/7kInXl1eIFk?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/7kInXl1eIFk?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>This video shows you how to get your menus transparent. The easiest way, is to do it in Ubuntu Tweak and from there edit the transparency in CCSM. Ubuntu Tweak: ubuntu-tweak.com Tooltip | Menu | PopupMenu | DropdownMenu Subscribe for more Ubuntu videos.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/transparent-menus-ccsm-ubuntu-10-10/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Linux Mint 9 Isadora Overview</title>
		<link>http://linuxfilesystem.com/uncategorized/linux-mint-9-isadora-overview</link>
		<comments>http://linuxfilesystem.com/uncategorized/linux-mint-9-isadora-overview#comments</comments>
		<pubDate>Sat, 22 May 2010 16:32:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[candidate]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Faster]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[installed]]></category>
		<category><![CDATA[Isadora]]></category>
		<category><![CDATA[Kde]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[minty]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[overview]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Synaptic]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/linux-mint-9-isadora-overview</guid>
		<description><![CDATA[This is a long waited overview of Linux Mint 9 Isadora. I have been working on this review in quite a long time. Now its up! Isadora is like a whole new Linux Mint. Its got more features and its &#8230; <a href="http://linuxfilesystem.com/uncategorized/linux-mint-9-isadora-overview">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/HHS0GItw-X8?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/HHS0GItw-X8?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>This is a long waited overview of Linux Mint 9 Isadora. I have been working on this review in quite a long time. Now its up! Isadora is like a whole new Linux Mint. Its got more features and its faster. You get the whole package with Isadora. Much easier than Ubuntu, cause a lot of the software you need, is already installed for you. And ofcourse &#8211; Mint always has that Minty feeling! Subscribe for more videos!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/linux-mint-9-isadora-overview/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Auto Torrent RSS Part 3: Flexget Check &amp; Test Run &#8211; Linux Mint 8</title>
		<link>http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-3-flexget-check-test-run-linux-mint-8</link>
		<comments>http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-3-flexget-check-test-run-linux-mint-8#comments</comments>
		<pubDate>Tue, 16 Mar 2010 22:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Check]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[config.yml]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Flexget]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[part]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[series]]></category>
		<category><![CDATA[shows]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[Torrent]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[tvshows]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-3-flexget-check-test-run-linux-mint-8</guid>
		<description><![CDATA[simulated the download process, without wrtitng flexget &#8211;test it check ur shit if is correct flexget &#8211;check creates database files (need to do this once) flexget &#8211;initdb now you can use just the command: $ flexget try it out and &#8230; <a href="http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-3-flexget-check-test-run-linux-mint-8">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Ll0EPj0T7KQ?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Ll0EPj0T7KQ?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>simulated the download process, without wrtitng flexget &#8211;test it check ur shit if is correct flexget &#8211;check creates database files (need to do this once) flexget &#8211;initdb now you can use just the command: $ flexget try it out and it will download the torrent files into the assigned folder</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-3-flexget-check-test-run-linux-mint-8/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Auto Torrent RSS Part 2: Flexget Configuration File &#8211; Linux Mint 8</title>
		<link>http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-2-flexget-configuration-file-linux-mint-8</link>
		<comments>http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-2-flexget-configuration-file-linux-mint-8#comments</comments>
		<pubDate>Sun, 14 Mar 2010 12:01:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[config.yml]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Flexget]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[part]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[series]]></category>
		<category><![CDATA[shows]]></category>
		<category><![CDATA[Torrent]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[tvshows]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-2-flexget-configuration-file-linux-mint-8</guid>
		<description><![CDATA[heres mine as an example from the video paste2.org read more on it here if u like flexget.com Common mistakes, read at least these! Indentation level. Always use (multiples of) 2 spaces and never use tab-key! All plugins are supposed &#8230; <a href="http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-2-flexget-configuration-file-linux-mint-8">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/zZupthYLZ5Q?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/zZupthYLZ5Q?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>heres mine as an example from the video paste2.org read more on it here if u like flexget.com Common mistakes, read at least these! Indentation level. Always use (multiples of) 2 spaces and never use tab-key! All plugins are supposed to be indented at the same level (rss, series, download etc) Missing colons. Pay special attention to these when looking at the examples and documentation If text value contains any of {}[]%: characters it must be quoted with &#8221; If you want to pass a number as a text (ie. series 24), value must be quoted with &#8221; Location By default flexget tries to find config.yml from current path and in ~/.flexget/. Creating the ~./flexget/ directory and placing your config.yml in there is considered currently as the best practice.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/auto-torrent-rss-part-2-flexget-configuration-file-linux-mint-8/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Hack Wireless Networks (WPA &#8211; Windows/Linux) &#8211; Part 1</title>
		<link>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wpa-windowslinux-part-1</link>
		<comments>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wpa-windowslinux-part-1#comments</comments>
		<pubDate>Sun, 07 Mar 2010 19:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA["Visual]]></category>
		<category><![CDATA[1337]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[BASE]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[Denial]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[Drug]]></category>
		<category><![CDATA[easiest]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[Friend]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Gen"]]></category>
		<category><![CDATA[Ha]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[High]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Lap]]></category>
		<category><![CDATA[Legal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[Maintain]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Nub]]></category>
		<category><![CDATA[Omg]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[out"]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PowerAmazing]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Prompt]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[RAT]]></category>
		<category><![CDATA[Really]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[Rofl]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[Sex]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Stop]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[ware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wpa-windowslinux-part-1</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Ngs5GUOA5ts?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Ngs5GUOA5ts?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wpa-windowslinux-part-1/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How To INSTALL Backtrack (Linux) In A Virtual Machine &#8211; Part 2</title>
		<link>http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-2</link>
		<comments>http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-2#comments</comments>
		<pubDate>Wed, 24 Feb 2010 10:31:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA["Visual]]></category>
		<category><![CDATA[1337]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[BASE]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[Denial]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[easiest]]></category>
		<category><![CDATA[Emulate]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[Friend]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[Gen"]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Lap]]></category>
		<category><![CDATA[Legal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Maintain]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[out"]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Prompt]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[RAT]]></category>
		<category><![CDATA[Really]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Stop]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[ware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workstation]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-2</guid>
		<description><![CDATA[This tutorial shows how to INSTALL Backtrack 4 to a VMDK (Virtual Machine Disk) in vmware Player or vmware Workstation along with vmware Tools. These steps can be used to install any Linux OS or even Windows OS. Keep in &#8230; <a href="http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-2">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/bvaeA7S7yS4?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/bvaeA7S7yS4?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>This tutorial shows how to INSTALL Backtrack 4 to a VMDK (Virtual Machine Disk) in vmware Player or vmware Workstation along with vmware Tools. These steps can be used to install any Linux OS or even Windows OS. Keep in mind, this isn&#8217;t the same as referencing an ISO directly but rathering installing the OS as you would on your hard-drive while still remaining Virtual. I also go over how to change your resolution in Backtrack, login as a root user, and install vmware Tools. LINKS: Backtrack 4 Download: www.backtrack-linux.org vmware Player: www.filehippo.com Enjoy <img src='http://linuxfilesystem.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-2/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How To INSTALL Backtrack (Linux) In A Virtual Machine &#8211; Part 1</title>
		<link>http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-1</link>
		<comments>http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-1#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA["Visual]]></category>
		<category><![CDATA[1337]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[BASE]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[Denial]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[easiest]]></category>
		<category><![CDATA[Emulate]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[Friend]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[Gen"]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Lap]]></category>
		<category><![CDATA[Legal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Maintain]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[out"]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Prompt]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[RAT]]></category>
		<category><![CDATA[Really]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Stop]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[ware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workstation]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-1</guid>
		<description><![CDATA[This tutorial shows how to INSTALL Backtrack 4 to a VMDK (Virtual Machine Disk) in vmware Player or vmware Workstation along with vmware Tools.. These steps can be used to install any Linux OS or even Windows OS. Keep in &#8230; <a href="http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-1">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/7R4H0rzzhz8?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/7R4H0rzzhz8?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>This tutorial shows how to INSTALL Backtrack 4 to a VMDK (Virtual Machine Disk) in vmware Player or vmware Workstation along with vmware Tools.. These steps can be used to install any Linux OS or even Windows OS. Keep in mind, this isn&#8217;t the same as referencing an ISO directly but rathering installing the OS as you would on your hard-drive while still remaining Virtual. I also go over how to change your resolution in Backtrack, login as a root user, and install vmware Tools. LINKS: Backtrack 4 Download: www.backtrack-linux.org vmware Player: www.filehippo.com Enjoy <img src='http://linuxfilesystem.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/how-to-install-backtrack-linux-in-a-virtual-machine-part-1/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>How To Hack Wireless Networks (WPA &#8211; Windows/Linux) &#8211; Part 2</title>
		<link>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wpa-windowslinux-part-2</link>
		<comments>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wpa-windowslinux-part-2#comments</comments>
		<pubDate>Sat, 06 Feb 2010 03:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA["Visual]]></category>
		<category><![CDATA[1337]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[amazing]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[BASE]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[Denial]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[Drug]]></category>
		<category><![CDATA[easiest]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[Friend]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Gen"]]></category>
		<category><![CDATA[Ha]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[High]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Lap]]></category>
		<category><![CDATA[Legal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[Maintain]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Nub]]></category>
		<category><![CDATA[Omg]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[out"]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Prompt]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[RAT]]></category>
		<category><![CDATA[Really]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[Rofl]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[Sex]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Stop]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[ware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wpa-windowslinux-part-2</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/cO5RXxvK9vA?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/cO5RXxvK9vA?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wpa-windowslinux-part-2/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How To Hack Wireless Networks (WEP &#8211; Windows/Linux) &#8211; Part 2</title>
		<link>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wep-windowslinux-part-2</link>
		<comments>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wep-windowslinux-part-2#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:32:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA["Visual]]></category>
		<category><![CDATA[1337]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[BASE]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[Denial]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[Drug]]></category>
		<category><![CDATA[easiest]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[Friend]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Gen"]]></category>
		<category><![CDATA[Ha]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[High]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Lap]]></category>
		<category><![CDATA[Legal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[Maintain]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Nub]]></category>
		<category><![CDATA[Omg]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[out"]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PowerAmazing]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Prompt]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[RAT]]></category>
		<category><![CDATA[Really]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[Rofl]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[Sex]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Stop]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[ware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wep-windowslinux-part-2</guid>
		<description><![CDATA[This is very easy(Noob-Friendly) yet detailed tutorial on how to hack WEP-Secured wireless network passwords. This video shows how to do it on a Windows OS(XP, Vista, 7) or a Linux OS. There are two reasons why I used a &#8230; <a href="http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wep-windowslinux-part-2">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/0mreVJrCeqw&#038;f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/0mreVJrCeqw&#038;f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>This is very easy(Noob-Friendly) yet detailed tutorial on how to hack WEP-Secured wireless network passwords. This video shows how to do it on a Windows OS(XP, Vista, 7) or a Linux OS. There are two reasons why I used a virtual OS rather then running the cracking tool locally in a Windows environment; 1 &#8211; I want this tutorial to assist not only Windows-Users but also Linux-Users and 2 &#8211; Compatibility issues are very common with airmon-ng when using in the Windows Environment and will not &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/uncategorized/how-to-hack-wireless-networks-wep-windowslinux-part-2/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

