<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Tutorials: General Tutorials</title>
	<link>http://fearless-assassins.com/forum/tutorials/category/7-general-tutorials/</link>
	<pubDate>Tue, 07 Sep 2010 13:01:09 +0000</pubDate>
	<ttl>1800</ttl>
	<description></description>
	<item>
		<title>Creating a Windows Vista/7 USB flashdrive</title>
		<link>http://fearless-assassins.com/forum/tutorials/article/99-creating-a-windows-vista7-usb-flashdrive/</link>
		<description><![CDATA[Since more and more modern computers are able to boot from USB flashdrives, installing Operating Systems with a DVD looks a little outdated. This tutorial will show you how to create a bootable USB flashdrive with a Windows Vista or 7 installation on it. There are of course several ways to create such a flashdrive. However, I prefer the non-graphical way.<br />
<br />
<hr class='bbc' /><br />
Open a new command line window by pressing <strong class='bbc'>WIN+R</strong> and typing in <em class='bbc'>cmd</em>.<br />
<br />
<a href='http://img843.imageshack.us/img843/5505/26492296.png' class='bbc_url' title='External link' rel='nofollow external'>http://img843.images...05/26492296.png</a><br />
<br />
<hr class='bbc' /><br />
Enter the following commands, pressing return after each command.<br />
<br />
<ul class='bbcol decimal'><li><strong class='bbc'>diskpart</strong><br />
Opens Windows' integrated disk management tool.<br />
<br /></li><li><strong class='bbc'>list disk</strong><br />
Lists all storage devices that are currently attached to the computer.<br />
<br /></li><li><strong class='bbc'>select disk <span style='color: #FF0000'>X</span></strong><br />
<em class='bbc'>Replace X with the number of your flashdrive.</em><br />
<br /></li><li><strong class='bbc'>list disk</strong><br />
Check if you selected the correct disk with the last command.<br />
<br /></li><li><strong class='bbc'>clean</strong><br />
Erases all data on the flashdrive. If your computer is still online, chances are good that you selected the right disk in the last steps. If not, better luck next time.<br />
<br /></li><li><strong class='bbc'>create partition primary</strong><br />
Creates a new primary partition on the flashdrive.<br />
<br /></li><li><strong class='bbc'>select partition 1</strong><br />
Selects the recently created partition on the flashdrive.<br />
<br /></li><li><strong class='bbc'>active</strong><br />
Marks the partition active which is required to be able to boot from it.<br />
<br /></li><li><strong class='bbc'>format fs=fat32 quick</strong><br />
Formats the flashdrive with the FAT32 filesystem. Make sure you use FAT32 since NTFS isn't supported by most platforms.<br />
<br /></li><li><strong class='bbc'>assign</strong><br />
Assigns a drive letter for the flashdrive.<br />
<br /></li><li><strong class='bbc'>exit</strong><br />
Leaves diskpart.</li></ul><br />
<a href='http://img59.imageshack.us/img59/616/10867177.png' class='bbc_url' title='External link' rel='nofollow external'>http://img59.imagesh...16/10867177.png</a><br />
<br />
<hr class='bbc' /><br />
Now that we've successfully created our bootable flashdrive, let's copy the setup files to it. Grab your Windows Vista/7 image and either load the physical DVD or your ISO-Image. I prefer SlySoft's Virtual Clone Drive to load ISO-Images. However, you could of course use your favorite tool to do that.<br />
<br />
To copy the files to your flashdrive, modify and run the following command:<br />
<br />
<ul class='bbc'><li>xcopy <span style='color: #FF0000'><strong class='bbc'>X</strong></span>:&#092;*.* /s/e/f <span style='color: #FF0000'><strong class='bbc'>Y</strong></span>:&#092;</li></ul><br />
<a href='http://img685.imageshack.us/img685/7903/54775794.png' class='bbc_url' title='External link' rel='nofollow external'>http://img685.images...03/54775794.png</a><br />
<br />
Alternatively, you could also extract the ISO-Image using WinRAR, 7-Zip or any other extraction tool and copy the files with Windows' GUI.<br />
<br />
<hr class='bbc' /><br />
That's it! Plug your USB flashdrive into your computer, boot from it and follow Windows' setup procedure.<br />
<br />
You might need to modify your BIOS' boot list to be able to boot from the flashdrive. Please see your Mainboard's manual for more information on this.]]></description>
		<pubDate>Mon, 06 Sep 2010 11:37:39 +0000</pubDate>
		<guid isPermaLink="false">99</guid>
		<creator>Krauersaut</creator>
		<category>7</category>
	</item>
	<item>
		<title>Slow Internet Connection?!</title>
		<link>http://fearless-assassins.com/forum/tutorials/article/82-slow-internet-connection/</link>
		<description><![CDATA[If your internet connection is slow, but you're not downloading anything, your antivirus is updated, your windows updates is disable, well, what is slowing your internet?!<br />
This is so simple, mostly of the software need a update, check itself if there's new updates, we go to check what kind of process or software got an internet connection.<br />
<br />
 1.- Go to Start and open "Run". If your OS is Vista or 7 you need open "Run" as admin. Also you can find it:  Start -&gt; Accesories -&gt; Run<br />
 2.- Type: <em class='bbc'>cmd</em><br />
 3.- Type: <em class='bbc'>netstat -b 5 &gt; activity.txt</em><br />
 4.- Let it working close 2 mins.<br />
 5.- After the 2 mins., press in same time <em class='bbc'>CTRL + C</em> this to stop it.<br />
 6.- Now Type: <em class='bbc'>activity.txt</em> it open a notepad with a resumen.<br />
<br />
  By example:<br />
 <br />
<pre class='prettyprint'>Conexiones activas

  Proto  Direcci¢n local        Direcci¢n remota       Estado
  TCP    10.63.69.158:49167     cds61:http             CLOSE_WAIT
 &#91;SeaPort.exe&#93;
  TCP    10.63.69.158:49348     67.135.105.184:http    ESTABLISHED
 &#91;PSANHost.exe&#93;
  TCP    10.63.69.158:49358     65.125.72.80:http      ESTABLISHED
 &#91;chrome.exe&#93;
  TCP    10.63.69.158:49378     gx-in-f100:http        ESTABLISHED
 &#91;chrome.exe&#93;
  TCP    10.63.69.158:49380     px-in-f102:http        ESTABLISHED
 &#91;chrome.exe&#93;
  TCP    10.63.69.158:49413     64.210.61.212:http     TIME_WAIT
  TCP    10.63.69.158:49414     mpr1:http              TIME_WAIT
  TCP    10.63.69.158:49416     64.210.61.214:http     TIME_WAIT
  TCP    10.63.69.158:49419     mpr4:http              TIME_WAIT
  TCP    10.63.69.158:49421     mpr4:http              TIME_WAIT
  TCP    10.63.69.158:49422     65.125.72.80:http      ESTABLISHED
 &#91;chrome.exe&#93;
  TCP    10.63.69.158:49426     host:http              TIME_WAIT</pre><br />
<br />
"That <em class='bbc'>[crhome.exe]</em> is my internet browser."<br />
<br />
You must look the process or software between the "<em class='bbc'>[ ]</em>" if is enable by you or give itself the permission. Now you can uninstall or check your PC for malware.<br />
<br />
<a href='http://techtastico.com/files/2007/09/conexiones-secretas.jpg' class='bbc_url' title='External link' rel='nofollow external'>http://techtastico.c...es-secretas.jpg</a>]]></description>
		<pubDate>Mon, 05 Jul 2010 01:33:33 +0000</pubDate>
		<guid isPermaLink="false">82</guid>
		<creator>Papito*</creator>
		<category>7</category>
	</item>
	<item>
		<title>Turn Windows XP into Windows 7</title>
		<link>http://fearless-assassins.com/forum/tutorials/article/66-turn-windows-xp-into-windows-7/</link>
		<description><![CDATA[Here is a quick way to save the extra money and make windows xp look like windows 7. <img src='http://fearless-assassins.com/forum/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /> <br />
<br />
Step1. Go to <a href='http://www.askvg.com.' class='bbc_url' title='External link' rel='nofollow external'>http://www.askvg.com.</a> This website has all the stuff you will need and is safe.<br />
<br />
Step2: Download UXTheme Patcher, run then restart computer. Make shoure you download the right one either sp3 or sp2 depending on you coppy of windows xp.<br />
<br />
Step3. Find the lastest vertion of the theme on the same site.<br />
<br />
Step4. Download the zip file and extract it.<br />
<br />
Step5. In the folder there should be some files. Simply run each file and follow the readme files.<br />
<strong class='bbc'>Extra Common Tasks</strong> (This folder contains 2 extra shell styles: Bottom and Left dark blue.)<br />
<strong class='bbc'>Fonts</strong> (This folder contains Segoe UI fonts required for the theme. Run Fonts.exe file to install them.)<br />
<strong class='bbc'>Iconized Taskbar Hack</strong> (This folder contains registry script to enable Iconized taskbar in Windows XP.)<br />
<strong class='bbc'>Styler Toolbar</strong> (This folder contains "Styler" setup file and "SevenVG RTM" Styler skin. You can apply it to get Windows 7 look-like commandbar in Windows XP Explorer.)<br />
<strong class='bbc'>Theme</strong> (This folder contains the main theme. Run Theme.exe file to install it.)<br />
<br />
<br />
<br />
<br />
There are also many other themes so try them out and give them a go.  <img src='http://fearless-assassins.com/forum/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /> <br />
<br />
<br />
<br />
<a href='http://fc07.deviantart.com/fs47/i/2009/228/9/5/SevenVG_RTM_Theme_for_XP_by_Vishal_Gupta.png' class='bbc_url' title='External link' rel='nofollow external'>http://fc07.devianta...ishal_Gupta.png</a><br />
<br />
<br />
<br />
<br />
Higgeo<br />
<br />
(PS. I will keep the updated with new steps as they come to hand.)]]></description>
		<pubDate>Fri, 14 May 2010 12:43:27 +0000</pubDate>
		<guid isPermaLink="false">66</guid>
		<creator>Higgeo</creator>
		<category>7</category>
	</item>
	<item>
		<title>Total PC Clean</title>
		<link>http://fearless-assassins.com/forum/tutorials/article/64-total-pc-clean/</link>
		<description><![CDATA[First than nothing you need 2 softwares: <a href='http://dw.com.com/redir?edId=3&siteId=4&oId=3000-8022_4-10804572&ontId=8022_4&spi=26e36b446208639d2494091889a5d476&lop=link&tag=tdw_dltext&ltype=dl_dlnow&pid=11356312&mfgId=6290020&merId=6290020&pguid=MY@ZRAoPjAQAAHblHokAAAAU&destUrl=http%3A%2F%2Fdownload.cnet.com%2F3001-8022_4-10804572.html%3Fspi%3D26e36b446208639d2494091889a5d476%26part%3Ddl-10804572' class='bbc_url' title='External link' rel='nofollow external'>Anti Malware</a> and <a href='http://www.filehippo.com/download_ccleaner' class='bbc_url' title='External link' rel='nofollow external'>Ccleaner</a>.<br />
<br />
1.- Install Anti Malware and update it!<br />
2.- Install Ccleaner.<br />
3.- Press winkey + Pause or right click on My PC -&gt; Properties, disable System Restore.<br />
4.- Restart your Pc.<br />
5.- During the start press a few times F8.<br />
6.- If you did it good, this is the screen to show:<br />
<span class='bbc_center'><a href='http://www.mattiasgeniar.be/wp-content/uploads/2008/11/avgprobleem_01.jpg' class='bbc_url' title='External link' rel='nofollow external'>http://www.mattiasge...probleem_01.jpg</a></span><br />
7.- Select Safe Mode, and enter.<br />
8.- After that a window will appear saying: if you prefer to restore your system pressures.... will push us YES, to continue on Safe Mode.<br />
9.- Open your CMD, winkey + R or Start -&gt; Run.. -&gt; cmd.<br />
 9.1.-cd %temp% -&gt; del *.* /F /Q /S<br />
 9.2.-cd %systemroot%&#092;temp -&gt; del *.* /F /Q /S<br />
 9.3.-cd %systemroot%&#092;prefetch -&gt; del *.* /F /Q /S<br />
10.- Completed part of the cleaning, run Anti Malware in Full Scan, when finished, it show you the infected files, will have to restart, reboot.<br />
11.-Run Ccleaner, cleaner and register, the last one run it as 3 times.<br />
12.-Run msconfing and  disables some applications do not need, for a better start.<br />
<br />
I did this with a few pictures so you could print it.]]></description>
		<pubDate>Thu, 22 Apr 2010 02:57:42 +0000</pubDate>
		<guid isPermaLink="false">64</guid>
		<creator>Papito*</creator>
		<category>7</category>
	</item>
	<item>
		<title>Ultimate Computer Building Guide</title>
		<link>http://fearless-assassins.com/forum/tutorials/article/61-ultimate-computer-building-guide/</link>
		<description><![CDATA[<span class='bbc_underline'><span class='bbc_center'><span style='font-size: 36px;'>Onion's Computer Building Guide</span></span></span><br />
<br />
<span class='bbc_center'><a href='http://www.yugatech.com/pclabs/wp-content/uploads/2009/05/inside-gaming-rig.jpg' class='bbc_url' title='External link' rel='nofollow external'>http://www.yugatech....-gaming-rig.jpg</a></span><br />
<br />
Hey there =P. I decided to make this guide for the first time builder. A lot of guides on the web are very dispersed and builders usually have to look in multiple resources just to get the information they need. In this guide, everything you will need to know about choosing computer parts and installing them is all in one place for your convenience. <br />
<br />
For first time builders, I suggest you follow the tutorial in order from top to bottom. The Bonus Content and Sample Rig is optional and is only there as a reference. If you want me to put together a sample rig for you or have questions that I have not answered in my tutorial, you can just post on my <a href='http://fearless-assassins.com/forum/user/1648-onionknight/' class='bbc_url' title='External link' rel='nofollow external'><strong class='bbc'>profile</strong></a> or add me on xfire (<span class='bbc_underline'>ID: demonspike</span>).<br />
<br />
<span class='bbc_underline'><span style='font-size: 26px;'>Table of Contents:</span></span>  <br />
<br />
Just click on the content you would like to view  <img src='http://fearless-assassins.com/forum/public/style_emoticons/default/laugh.gif' class='bbc_emoticon' alt=':lol:' /> <br />
<span style='color: #0000FF'><span style='font-size: 21px;'><br />
<ul class='bbc'><li><a href='http://fearless-assassins.com/forum/blog/22/entry-89-onions-building-a-computer-guide-cases-and-fans/' class='bbc_url' title='External link' rel='nofollow external'>Cases and Fans</a><br /></li><li><a href='http://fearless-assassins.com/forum/blog/22/entry-90-onions-computer-building-guide-motherboard-and-power-supply/' class='bbc_url' title='External link' rel='nofollow external'>Motherboards and Power Supplies</a><br /></li><li><a href='http://fearless-assassins.com/forum/blog/22/entry-94-onions-computer-building-guide-processor-ram-and-coolers/' class='bbc_url' title='External link' rel='nofollow external'>Processors, RAM and Coolers</a><br /></li><li><a href='http://fearless-assassins.com/forum/blog/22/entry-98-onions-computer-building-guide-hard-drives-dvd-drives-and-video-cards/' class='bbc_url' title='External link' rel='nofollow external'>Hard Drives, DVD Drives and Video Cards</a></li></ul></span></span><br />
<br />
<span class='bbc_underline'><span style='font-size: 26px;'>Bonus:</span></span><br />
<ul class='bbc'><span style='color: #0000FF'><span style='font-size: 21px;'></li><li><a href='http://fearless-assassins.com/forum/blog/22/entry-99-alternative-cheap-gaming-mouse-and-keyboards/' class='bbc_url' title='External link' rel='nofollow external'>Cheap Gaming Alternatives for Mice and Keyboards</a><br /></li><li><a href='http://fearless-assassins.com/forum/blog/22/entry-72-the-600-dollar-canadian-gaming-rig/' class='bbc_url' title='External link' rel='nofollow external'>The Under $600 Dollar Canadian Gaming Computer</a><br /></li><li><a href='http://fearless-assassins.com/forum/blog/22/entry-92-increase-your-wireless-connection-the-ghetto-way/' class='bbc_url' title='External link' rel='nofollow external'>How to use Cheap Ghetto Material to Boost your Wireless Connection</a></span></span></li></ul><br />
<br />
<span class='bbc_center'>________________________________________________________________________________________________________________________________________________________<br />
</span><br />
<span class='bbc_underline'><span style='font-size: 26px;'>Sample Rig:</span></span><br />
<br />
<span class='bbc_center'><a href='http://img535.imageshack.us/img535/9092/dscf0956y.jpg' class='bbc_url' title='External link' rel='nofollow external'>http://img535.images...2/dscf0956y.jpg</a></span><br />
<br />
This is a just a personal rig I built in the beginning of the year. It just a reference of what you can build for under $700. <span class='bbc_underline'>If you want me to build you a rig, just tell me your budget. I will create a sample gaming computer and post it on the forums. <br />
</span><br />
<span class='bbc_underline'><span style='font-size: 17px;'> The Under $700 Gaming Computer<br />
</span></span><ul class='bbc'><span style='font-size: 15px;'><br /></li><li>80 mm Antec Fan 34 CFM - $6.70<br /></li><li>80 mm CoolMaster Fan + Blue LED -$5<br /></li><li>92 mm Yale Loon Fan -$4.50<br /></li><li>92 mm GELID 40 CFM Ultrasilent - $8.99<br /></li><li>120 mm Fan  + Blue LED - Came with Case<br /></li><li>Logisys Case - $17<br /></li><li>500 gb Seagate 7200 rpm SATA2 HD - $49.99<br /></li><li>Logisys Dual Red Cathodes -$6 <br /></li><li>Antec Earthwatts 650W Power Supply -$59.99<br /></li><li>Samsung SH-S243D/BEBE 24X Black DVD Writer - $19.99<br /></li><li>Patriot Sector 5 4GB DDR3 -1333 CL 7-7-7-20 Dual Channel (2GB X 2) - $119.99<br /></li><li>AMD Athlon II X4 620 - $108.99<br /></li><li>MSI 790X-G45 ATX AM3 DDR3 CROSSFIRE - $89.99<br /></li><li> XFX Radeon HD 5770 - $174.99<br />
<br />
Total: $672.12 (Canadian Currency)</li></ul></span>]]></description>
		<pubDate>Tue, 23 Mar 2010 23:43:52 +0000</pubDate>
		<guid isPermaLink="false">61</guid>
		<creator>OnionKnight</creator>
		<category>7</category>
	</item>
	<item>
		<title>Daytrading</title>
		<link>http://fearless-assassins.com/forum/tutorials/article/20-daytrading/</link>
		<description><![CDATA[This is the support topic for the tutorial <a href='http://fearless-assassins.com/forum/tutorials/article/9-daytrading/' class='bbc_url' title='External link' rel='nofollow external'>Daytrading</a>.  Please post here if you have any questions or feedback.]]></description>
		<pubDate>Tue, 25 Aug 2009 19:06:26 +0000</pubDate>
		<guid isPermaLink="false">20</guid>
		<creator>PHANTASM</creator>
		<category>7</category>
	</item>
</channel>
</rss>