<?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>nGook &#187; Everything</title>
	<atom:link href="http://www.ngook.com/archives/category/everything/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ngook.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 05 May 2010 18:37:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why you can&#8217;t install BSD (Or anything else for that matter) on a Godaddy Server</title>
		<link>http://www.ngook.com/archives/198</link>
		<comments>http://www.ngook.com/archives/198#comments</comments>
		<pubDate>Wed, 05 May 2010 07:34:02 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Fixes and Repairs]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[install FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[VDS]]></category>
		<category><![CDATA[Virtual Dedicated Server]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.ngook.com/?p=198</guid>
		<description><![CDATA[For those of you keeping up, I have been having server problems.  I finally have my server working properly, and along the way I have learned much about godaddy&#8217;s Virtual Dedicated Servers.  I am about to enlighten you as to what I&#8217;ve learned.
1.  The shortfalls of Godaddy Virtual Dedicated Servers (VDS also known as VPS).
2. [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you keeping up, I have been having server problems.  I finally have my server working properly, and along the way I have learned much about godaddy&#8217;s Virtual Dedicated Servers.  I am about to enlighten you as to what I&#8217;ve learned.</p>
<p>1.  The shortfalls of Godaddy Virtual Dedicated Servers (VDS also known as VPS).<br />
2. What was tried and why it failed (FreeBSD)</p>
<h2>Section 1 &#8211; The shortfalls of Godaddy Virtual Dedicated Servers.</h2>
<p>Godaddy&#8217;s VDS (The basic cheap package) claims to have everything you need to get your server up and running.  For the most part that is true.  My experience has been with Centos 5 and RHEL 7.  Being cheap that I am, I went with the free simple control panel.</p>
<p>So I ended up with about 12 domains (long story), Most of them see no traffic and never got set up, so I figure I&#8217;ll just throw a page up there and forward the traffic here.  I set up my website, hooked the forwards, and went to bed.  The next day I wake up, point IE to my website, and see a page cannot be found.  Hmm&#8230;  Turns out I can&#8217;t connect to it to service it either.  I had to log into Godaddy&#8217;s control panel and &#8220;Request a power cycle&#8221;.  A power cycle takes &#8220;Between 5 and 30 minutes&#8221; to complete but usually had my server back up and running within 10 minutes.</p>
<p>After doing this 3 times a week, suffering with a server that had the stability of an epileptic at a night club, I got pissed.  I gave Godaddy a call.  Godaddy told me that my server was using more than the 256 Megs of memory I purchased with my server, and that my best solution would be to upgrade.  What the hell, I thought the point of using linux to run a server was because it was small and lean and didn&#8217;t need a whole lot of memory to run, And this asshole tells me that my server is using more memory than in necessary to run 1 website that sees 25 hits a day?  The basic server I purchased to run 1 website (which is what it was designed for and was marketed as being capable of running so much more) was not even able to do that? This was unacceptable.</p>
<p>I started digging and my investigation revealed that my nice lean linux machine was using more than 200 Megs of ram to run the free &#8220;Simple Control Panel&#8221;.  The hell was Godaddy thinking. (I found a lot of information from <a href="http://www.colinmcnamara.com/why-godaddy-linux-virtual-dedicated-hosting-sucks-how-to-fix-it/">http://www.colinmcnamara.com/why-godaddy-linux-virtual-dedicated-hosting-sucks-how-to-fix-it/</a> , gotta give credit where it&#8217;s due). </p>
<p>Turns out that the control panel is coded in the memory hungry java. Saying Java is better because its cross platform compatible is like saying anal sex is better because its cross gender compatible.  So following the instructions in Colin&#8217;s blog, I was able to ssh into my server, Turn off Simple Control panel as well as tomcat, And all my problems went away.  For a little while.  I&#8217;m told tomcat is part of the problem, and very few people will ever need to use it (and you will hopefully know who you are), but when I reprovisioned my server to RHEL 7, Tomcat was available but not turned on so if your Linux ssh throws you an error when you try to disable it, you can probably safely ignore it.</p>
<p>You can do it with these commands (Colin&#8217;s blog goes into way more detail):<br />
Log in to your favorite ssh software.  I use putty available at: <a href="http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe">http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe</a> because its small, quick, free, and its probably the only one you will ever need.  This is also the software Colin recommends in his blog, but I have been using it for years.  If you need better directions see Colin&#8217;s Blog, its easier than retyping everthing here.  I don&#8217;t recommend using the simple control panel ssh because it may crash on you when you disable simple control panel.  Not sure, haven&#8217;t tested that theory, but you never know.  Run the following commands (Ignore parenthesis):<br />
su - root (puts you into super user mode aka the &#8220;root&#8221; user)<br />
/etc/init.d/turbopanel stop (stops simple control panel)<br />
/etc/init.d/tomcat55 stop (stops tomcat)<br />
chkconfig turbopanel off (disables turbopanel from starting with the server)<br />
chkconfig tomcat55 off (same thing but for tomcat).</p>
<p>Colin&#8217;s guide goes into installing a program called memhog that will clean up the memory used by turbopanel, but in theory a server restart will do the same.  The memhog method means you won&#8217;t have to restart your server.  If you want to install it type this into your ssh window:</p>
<p>yum install numactl (Installs memhog)<br />
memhog 200m (runs memhog to clear up unused memory)</p>
<p>The reason Colin recommends installing memhog, its small, doesn&#8217;t stay running, and Colin says you can simply turn on Simple control panel when you need to use it.  The only caveat to this is that simple control panel will fill up your memory again.  Then you need to run memhog again.  I recommend a different solution.  Webmin.  Webmin is a different front end that doesn&#8217;t hog all your memory, and will allow you to administer your website quite easily.  With your ssh open (and still logged in), type:</p>
<p>rpm -i http://prdownloads.sourceforge.net/webadmin/webmin-1.510-1.noarch.rpm</p>
<p>If you highlight the command, and hit copy, and right click on your Putty screen, putty will paste the command in there.  That small paragraph is 1 command.  RPM will install webmin, and fire it up.  The only difference is that when you need to log into your server, you change your port to 10000, instead of 9999.  For example 97.74.x.x:10000 instead of 97.74.x.x:9999 (which shows up when you log into simple control panel).</p>
<p>So now godaddy will stop crashing.  Excellent.  A few weeks later, my email stopped working, and it turned out that somehow my sendmail program had been deleted.  Maybe I got hacked, who knows.  So after spending 3 days trying to restore my email server, I gave up.  Apparently the email server files are included with Linux, but god help you if you lose them.</p>
<p>So I decided that since Godaddy&#8217;s server was sad to begin with, I would try something new and better: BSD.  BSD is unix, and is supposedly bulletproof.  It&#8217;s set it and forget it software.  I&#8217;m told installing it is a walk in the park.  I was also told configuring it was like trying to break out of prison with a toothpick: Once you have a hole in the wall you&#8217;re home free, but getting that hole there is gonna be a bitch.</p>
<p>This leads me to Section 2: What I tried and Why it failed. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/198/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fallout 3 Guide to a maxed out character</title>
		<link>http://www.ngook.com/archives/155</link>
		<comments>http://www.ngook.com/archives/155#comments</comments>
		<pubDate>Mon, 05 Apr 2010 11:29:16 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[bobbleheads]]></category>
		<category><![CDATA[Fall out 3]]></category>
		<category><![CDATA[Fallout 3]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Maxed out Character]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ngook.com/?p=155</guid>
		<description><![CDATA[This is going to be fun.  A maxed out level 30 character is quite a joy to play&#8230; so much so that my last game I made I did 2 quests (which are required to get certain things a certain way so that I could get certain perks), and then did the scrap metal glitch [...]]]></description>
			<content:encoded><![CDATA[<p>This is going to be fun.  A maxed out level 30 character is quite a joy to play&#8230; so much so that my last game I made I did 2 quests (which are required to get certain things a certain way so that I could get certain perks), and then did the scrap metal glitch (<a href="http://www.ngook.com/archives/140">http://www.ngook.com/archives/140</a>) to get to 30 so I could play the rest of the game like that.</p>
<p>1. Plan your character.<br />
2. Starting Stats.<br />
3. Recommended Quests<br />
4. The Importance of bobbleheads and Stats explained in detail.<br />
5. Books.<br />
6. Summary.</p>
<h3>Section 1 &#8211; Plan Your Character</h3>
<p>Fire up your favorite spread sheet program.  I&#8217;ve made you a nice little file with all the perks layed out (including quest perks/Comma Seperated Values so it should be compatable with everything):<br />
<a href="http://www.ngook.com/files/perks.csv">http://www.ngook.com/files/perks.csv</a> (Right Click Save As). This file is All The perks you can get in the game.<br />
<a href="http://www.ngook.com/files/usefulperks.csv">http://www.ngook.com/files/usefulperks.csv</a> This File has all the perks with the useless ones (mentioned below) removed.  I recommend just getting this one but I included the other one so you can decide if you want any of the useless perks.</p>
<p>This file is my build.  Blank lines are wildcards (I pick a perk based on how I felt and which way the wind was blowing):<br />
<a href="http://www.ngook.com/files/mybuild.csv">http://www.ngook.com/files/mybuild.csv</a></p>
<p>Now I&#8217;m going to list completely USELESS perks and the reason why:</p>
<p>Daddy&#8217;s Boy/Girl, Gun nut, little leaguer, Thief, Swift Learner, Scoundrel, Size Matters, Impartial Mediation, Tag!: These add points to stats only. We can do that with books (and we will top them all out) without wasting a perk on them.</p>
<p>Swift Learner: Once you are at level 30 this perk is pointless.</p>
<p>Night Person: Your Intelligence will be topped out by the end of this guide.  Actually, your intelligence should be topped out by level 2.  This will not do anything because you will already have 10 points in the stats it affects.</p>
<p>Here and Now: Just a plain waste&#8230; Especially if you scrap metal your way to 30.</p>
<p>Infiltrator / Computer Whiz: If you haven&#8217;t figured out how to back out of a hack before locking yourself out and trying again, you are a retard.  If you save before you force a lock you can reload.  These are &#8220;convenience&#8221; perks but there&#8217;s better things to get.</p>
<p>Solar Powered: You will have 10 str, and 1 hp every 10 seconds?  Really? At 536 health it will take you 2680 seconds to get to full health from half health.  Thats 44 minutes of your charactor just standing&#8230; doing nothing&#8230;  Use a stimpack&#8230; Find a bed.  If it was 1 health a second it would be useful&#8230; but its totally gimped.  Also there is only 1440 seconds worth of daylight in the game (6am to 6pm is your solar powered perks span, and the game operates at a rate of 2 seconds to 1 game minute means 12 hours a day * 60 Min to an hour * 2 seconds to the minute = 1440.  The game cycle is a 48 minute cycle.  This means a level 30 character can be brought down to half health, and allowed to stand in the sunlight from 6am to 6pm game time (24 minutes) would be brought up to just more than 75 percent health.  Then 24 minutes later after the night cycle ends you can stand there for another 20 minutes and heal.  WTF were you thinking Bethesda&#8230;?  Do you offer your employees&#8217; cars as a bonus for doing good work only for that employee to find out that the car tops out at 3.5 mph?  Somebody should really get fired over this perk&#8230;  ok maybe if we weren&#8217;t going to top out strength it *might* have some use&#8230; but the health regen shouldn&#8217;t even be there.  Either commit or back out, but don&#8217;t stand around like an alzheimer patient on a freeway trying to remember which side he was trying to cross to.  Ok I&#8217;m done with my rant on retarded gimping of perks.</p>
<p>Deep Sleep: Gives you an xp bonus for 8 hours in any bed slept in. At level 30 you won&#8217;t be earning xp, and you can always sleep in your own bed if that extra 10% means that much to you.</p>
<p>Devil&#8217;s Highway, Escalator to Heaven, Karmic Rebalance: Karma can be altered without waisting a perk on it.  Spend money in a church to go up, enslave raiders to bring it down (its like 100 points per enslave it&#8217;ll get you down quick).</p>
<p>No Weakness: At level 30 you will have 10 in everything so this is a waste.</p>
<p>Party Boy / Girl, Chem Resistant, Chemist: Even if you do get addicted to alcohol/Chems&#8230; My first lab and cure yourself as necessary.  Also at level 30 the effects of alcohol/Chems will not be there because your stats are topped out, so no point in taking chems in the first place.</p>
<p>Nerves of steel: Your Ap fills up pretty fast as it is&#8230; same problem as solar powered&#8230; +1 ap every 10 seconds&#8230; I&#8217;m usually completely refilled on my action points at about 15 seconds or so&#8230;  1 point?  really?!  If you get grim reapers sprint (very cool perk) you get full action points anyways if you make a kill in vats.</p>
<p>Rad Absorption, Rad tolerance: My first Infirmiry.  Same problem as solar powered&#8230; -1 rad every 20 seconds&#8230; really?  It could be useful if it wasn&#8217;t retardedly gimped. Rad tolerance is useless if you go home every once in a while and hit up the med kit.</p>
<p>Matter of opinion perks (Some may find useful, some may not):</p>
<p>Explorer: You don&#8217;t NEED to know where everything is.  But god damned its handy (I love this perk).</p>
<p>Warmonger: A convenience Perk as you can always go through the game and get schematics.  Has a bonus tho: You don&#8217;t need to give up 30 nuka quantums to that one bitch for the 3rd schematic for the nuka grenade.</p>
<p>You cannot get Nuclear Anomaly with this guide because level 30 perk will be &#8220;Almost Perfect&#8221;.</p>
<p>Required Perks: Almost Perfect.<br />
Recommended Perk: Educated, Comprehension.</p>
<p>Note the requirements to get the perks you want.  You need to meet them before you can get the perk, so on previous levels you will need to level up certain skills.  I recommend you delete the lines of the perks you don&#8217;t want, compress them (like I did) and print it.  Follow it.</p>
<p>Next: Section 2 &#8211; Starting Stats</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/155/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The ngook Fallout 3 guide to scrap metal glitching (maximum value)</title>
		<link>http://www.ngook.com/archives/140</link>
		<comments>http://www.ngook.com/archives/140#comments</comments>
		<pubDate>Sun, 04 Apr 2010 23:22:38 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Cheats and Glitches]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Fall out 3]]></category>
		<category><![CDATA[Fallout 3]]></category>
		<category><![CDATA[Glitch]]></category>
		<category><![CDATA[Scrap metal]]></category>
		<category><![CDATA[Scrapmetal]]></category>

		<guid isPermaLink="false">http://www.ngook.com/?p=140</guid>
		<description><![CDATA[The scrap metal glitch explained in detail with a quick start guide.
I have been a bit more thorough.  Some people like thorough.
To perform this glitch you will need the following:
6 ScrapMetal
2 Stealth boys OR high sneak (luck doesn&#8217;t hurt either).  Stealth boys still recommended.
The Quick Guide
This will take you about 10-20 minutes to accomplish, but it is [...]]]></description>
			<content:encoded><![CDATA[<p>The scrap metal glitch explained in detail with a quick start guide.<br />
I have been a bit more thorough.  Some people like thorough.</p>
<p>To perform this glitch you will need the following:<br />
6 ScrapMetal<br />
2 Stealth boys OR high sneak (luck doesn&#8217;t hurt either).  Stealth boys still recommended.</p>
<h3>The Quick Guide</h3>
<p>This will take you about 10-20 minutes to accomplish, but it is well worth it (at least if you want to speed level to 20 or 30)<br />
The quick guide is as follows:<br />
1. Sell 6 scrap metal to Protector Casdin (2 at a time/Fort Independence).  Your Reward Doesn&#8217;t Matter (except grenades as they add weight, but they won&#8217;t affect the glitch).<br />
2. Stealth boy.<br />
3. Save.<br />
4. Steal (pickpocket) 6 scrap metal (all of it).  If you fail here Reload the save.<br />
5. Sell (or drop) 4 scrap metal.<br />
6. Save (your stealthboy should still be active).<br />
7. Try and swipe his rifle.<br />
8. Sell him scrap metal until he has about 25 Percent more than you want.<br />
9. Wait for 73 hours.<br />
10. Fast travel SOMEWHERE ELSE.  Then back.<br />
11. Stealth boy.<br />
12. Save.<br />
13. Steal most of the scrap back.  Reload save if necessary.  Stealing it back a chunk at a time (IE 50 at a time) will not work.  It will glitch on the &#8220;last&#8221; chunk you stole, even if you didn&#8217;t exit the pickpocket screen. Success depends on luck as well, and at a luck of 5, I find that if I hit the Left trigger once when selecting how much scrap to steal, I am successful (approx 150ish). So try to steal back approx 75 percent of what you sold him, if it&#8217;s over 100.  I did 250 and stole back 200 successfully.  If you can get your luck up this will help.<br />
14. Save.<br />
15.  Drop all but 2 pieces of scrap metal<br />
16. Steal his rifle. You will get caught.<br />
18. Never pick up scrap metal again.<br />
If done properly you should have an invisible scrap metal in your inventory equal to what you were able to steal minus 2. You can level up with Walter in about 10 minutes with the take all my scrap metal dialog option. I went from 10 to 30 and got about 119000 caps as well, so not bad.</p>
<h3>The Complete Glitch Explained (as best as I can figure)</h3>
<p>Now starts the in depth part of the guide with technical descriptions (for those of you who are curious or simply want to understand the glitch).</p>
<p>1. Sell 6 scrap metal to Protector Casdin (2 at a time/Fort Independence).  Your Reward Doesn&#8217;t Matter (except grenades as they add weight, but they won&#8217;t affect the glitch).  6 is the minimum but any even number above 6 will work.  I tried it with 4 and the game said no (PC Version).  6 is recommended for step 1 as its quick and easy.  After you sell it to Casdin make sure you have none in your inventory.  At this point the game assigns ownership of the scrap metal to Casdin.</p>
<p>2. Stealth Boy.  Ups your sneak to 100 and makes a cloak field, which makes it a hell of a lot easier to steal back your scrap metal.</p>
<p>3. Save. If you fail pickpocketing you will need to reload your save.  I also save after popping the stealthboy so I don&#8217;t have to re-pop it if I fail the steal and need to reload.</p>
<p>4. Steal (pickpocket) all the scrap metal he has on him.  If you fail here Reload the save.  At this point the scrap-metal&#8217;s ownership is assigned to Casdin, and the game keeps track of how much you stole from him (6).</p>
<p>5. Sell or drop 4 scrap metal (or all of it except for 2 pieces).  You need to keep 2 in your inventory.  Remember the game sells in groups of 2 to Casdin.  If you&#8217;re stingy, sell. If you&#8217;re lazy, drop.</p>
<p>6. Save (your stealthboy should still be active.  You will know because if you bring up your pipboy you can see through most of it).</p>
<p>7. Get caught stealing. When you get caught stealing the game causes the character to take back what you stole.  However, it takes back the original amount stolen (so long as you kept at least 2, it seems that if you only have 1, it just says &#8220;Scrap metal removed&#8221; instead of &#8220;### Pieces of Scrap Metal Removed&#8221;.  So it takes back the 6 scrapmetal you stole and subtracts it from what you have in your inventory (2).  So the game subtracts 6 scrap metal instead of 2 leaving you with -4 scrap metal.  The game is not equipped to handle this negative, non-zero value, so it treats it like a positive value (+4) but since it&#8217;s negative, it doesn&#8217;t put the scrap metal in your inventory (it&#8217;s invisible and weightless), but when you come across someone who wants your scrap metal (Casdin, Walter, that ghoul in underworld, the ammo press if you have the pit add-on, etc) the game uses that value.  The reason it works well, is because the game takes that value, and subtracts it from itself when you use scrap metal for something, and it still has a negative value, and therefore leaves the number alone.  The value is permanent if you never pick up another piece of scrap metal again.  I theorize that the game uses a seperate value dedicated to the amount of scrap metal you have, and it rely&#8217;s on this number before it does anything like remove it from your inventory. </p>
<p>8. Sell him scrap metal until he has more than 200 (202, 204&#8230; etc) or approx 33% more than you want (If you want 150 glitched, sell him 200)  as 150 is 75% of 200, and 200 is 133% of 150.  We are using the scrap metal glitch to create more scrap metal to use so we can do the scrap metal glitch with more scrap.  Cleaver huh?  I find that you will be much more successful in stealing back approx 75% of the scrap metal that he has in his inventory.  The best I was able to get was 250 in his inventory and I was able to steal 80 percent (after many fails) or about 200 leaving me with a 198 glitched scrap metal in my inventory.  The second time I did this I went to 200 but could not successfully steal more than 150 (at 1 time).  This must be done in 1 go (you cannot do it multiple times, even if you don&#8217;t exit the pickpocket screen, as the game will use the last amount stolen for the glitch.  Example: You steal 202 scrap in chunks of 50, 50, 50, and 52.  The game will glitch on the 52 scrap you stole last).</p>
<p>9. Wait for 73 hours. The reason for this is the game resets a lot of variables every 72 hours.  Start laying waste to the citizens of Rivet City? Guards all up in your business? Wait 72 hours and its &#8220;Good to see ya.&#8221;  These people have the attention span of a ham sandwich.  Anyways if you get caught pickpocketing Casdin 2 times in a 72 hour period he gets all &#8220;That&#8217;s not yours&#8221; and &#8220;I&#8217;m gonna murder me a mothaf&#8230;&#8221;, well, all butt-hurt anyways.  He&#8217;s very difficult to sell to when he&#8217;s trying to kill you.  Wait 72 hours and he forgets you stole his scrap metal and helped him look for it like a tweaker. I add an hour to be thorough. but in theory it should be fine.</p>
<p>10. Fast travel somewhere else.  If you do not leave the area it will continue to tell you that Casdin already caught you pickpocketing him.  Fast traveling from Fort Independence to Fort Independence will not work.  I just went to Megaton and then Immediatelly back.  You will probably need to do this to keep track of the values in step 8 (I just counted each time I saw 5.56 on the screen until I hit 100, remember it sells in units of 2).</p>
<p>From here on out you are basically repeating the glitch.<br />
11. Stealth Boy. It has worn off by this point.<br />
12. Save.</p>
<p>13. Steal back that 75% we talked about.  Reload save if necessary. Stealing chunks at a time will not work, it must be in 1 go. The more weight you steal the higher your odds of getting caught, but this seem&#8217;s to be offset by the total amount of weight.</p>
<p>14. Save.<br />
15.  Drop all but 2 pieces of scrap.  I figured out that you do not need to sell it back to him like so many other guides say, as long as you have more than 1 stolen scrap in your inventory the game will &#8220;remove&#8221; what you stole leaving you with the negative number. If you keep only 1 piece of scrap it will simply say &#8220;Scrap metal removed&#8221; instead of &#8220;### pieces of scrap metal removed&#8221; and it won&#8217;t glitch.<br />
16. Save.<br />
17. Try and swipe his rifle.<br />
18. Never pick up scrap metal again.<br />
Go see Walter.  Level up.  Repeatedly.</p>
<p>Additional Notes: <br />
1. I have tried to drop 1 piece of scrap metal (so that i only had 1 in the inventory) so that way when the number got removed, it would be negative an extra number (ie it would remove 6 and 4 from 1 leaving a negative 5 or 5 scrap metal (the first value, the second value, after dropping 1) but it did not work.<br />
2. This guide is nice because you don&#8217;t need a high investment to get a high return.<br />
3. The Stealth Boys are optional (But damned convenient and you will reload less).<br />
4. Please don&#8217;t copy this, just link to it.  This way my server will pay for itself (hopefully&#8230; one day).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/140/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Old Site</title>
		<link>http://www.ngook.com/archives/127</link>
		<comments>http://www.ngook.com/archives/127#comments</comments>
		<pubDate>Tue, 10 Nov 2009 07:49:38 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.ngook.com/?p=127</guid>
		<description><![CDATA[I seem to notice that a large number of people visiting my website have been referred by old links to the old site.  The old site (i no longer update it and have closed it) still has information that i have not converted over to the new blog.  It can be found here http://www.ngook.com/backups/index.html if [...]]]></description>
			<content:encoded><![CDATA[<p>I seem to notice that a large number of people visiting my website have been referred by old links to the old site.  The old site (i no longer update it and have closed it) still has information that i have not converted over to the new blog.  It can be found here <a href="http://www.ngook.com/backups/index.html" target="_self">http://www.ngook.com/backups/index.html</a> if anyone is still interested in anything i have there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/127/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nGook&#039;s guide to remove a Virus Method 1</title>
		<link>http://www.ngook.com/archives/102</link>
		<comments>http://www.ngook.com/archives/102#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:52:43 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Fixes and Repairs]]></category>
		<category><![CDATA[anti virus]]></category>
		<category><![CDATA[diy anti virus]]></category>
		<category><![CDATA[diy popup removal]]></category>
		<category><![CDATA[diy slow computer]]></category>
		<category><![CDATA[diy spyware]]></category>
		<category><![CDATA[fix your own spyware]]></category>
		<category><![CDATA[fix your own virus]]></category>
		<category><![CDATA[remove spyware]]></category>
		<category><![CDATA[remove virus]]></category>
		<category><![CDATA[slow computer]]></category>
		<category><![CDATA[speed up pc]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://www.ngook.com/?p=102</guid>
		<description><![CDATA[Difficulty:  Swatting flys.
Estimated Cost: 0 dollars.  Fixing it yourself: Priceless.
Required Patience: Between 6 and 10.
Summary: This guide will help you get rid of a virus by means of installing antivirus software, anti-spyware software, and touches into hijack this!  This method is about 20 percent effective but when it works, you shouldn&#8217;t need to reinstall anything [...]]]></description>
			<content:encoded><![CDATA[<p>Difficulty:  Swatting flys.<br />
Estimated Cost: 0 dollars.  Fixing it yourself: Priceless.<br />
Required Patience: Between 6 and 10.<br />
Summary: This guide will help you get rid of a virus by means of installing antivirus software, anti-spyware software, and touches into hijack this!  This method is about 20 percent effective but when it works, you shouldn&#8217;t need to reinstall anything or take apart the computer.</p>
<p>Note:  This guide assumes you have internet on the infected pc, or have a thumb drive that you can copy these programs to and from to get them onto the infected pc.  It also assumes the infected pc is bootable.  If it is not, then goto Virus alert 2.  It should also be noted that since viruses can protect themselves, a majority of viruses (that can be prevented) can defend themselves if they get on your system before the antivirus software does.  This method is effective about 20 percent of the time, but does not require cracking open the case when it works.</p>
<p>Ok so for starters, you can call me on my bullshit &#8220;level&#8221; chart.  Just like the governments &#8220;Terror Alert Level&#8221;, I made it up.  I am refering to a virus that has a low difficulty removal level and your system has probably been infected because you have no antivirus on it.  Since you are here I assume you missed my guide on prevention.  Moving on, we have 3 steps to removing a weak virus from your system.  If this doesn&#8217;t work, then proceed to my guide on level 2 removal.</p>
<p>Next: Step 1: Anti-virus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/102/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Server Change</title>
		<link>http://www.ngook.com/archives/98</link>
		<comments>http://www.ngook.com/archives/98#comments</comments>
		<pubDate>Tue, 20 Oct 2009 04:01:27 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.ngook.com/?p=98</guid>
		<description><![CDATA[For those of you who tried to visit my site the past few days sorry i changed servers but we are back up and in business :)
]]></description>
			<content:encoded><![CDATA[<p>For those of you who tried to visit my site the past few days sorry i changed servers but we are back up and in business :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The nGook guide to Free Virus and Spyware Prevention</title>
		<link>http://www.ngook.com/archives/34</link>
		<comments>http://www.ngook.com/archives/34#comments</comments>
		<pubDate>Thu, 01 Oct 2009 00:44:39 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Fixes and Repairs]]></category>
		<category><![CDATA[anti virus]]></category>
		<category><![CDATA[computer wont connect]]></category>
		<category><![CDATA[diy anti virus]]></category>
		<category><![CDATA[diy popup removal]]></category>
		<category><![CDATA[diy slow computer]]></category>
		<category><![CDATA[diy spyware]]></category>
		<category><![CDATA[fix your own spyware]]></category>
		<category><![CDATA[fix your own virus]]></category>
		<category><![CDATA[popup removal]]></category>
		<category><![CDATA[remove spyware]]></category>
		<category><![CDATA[remove virus]]></category>
		<category><![CDATA[slow computer]]></category>
		<category><![CDATA[speed up pc]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://www.ngook.com/?p=34</guid>
		<description><![CDATA[Intro: This is a simple guide that explains how to set up virus and spyware protection on your PC.
Difficulty Level: Feeding the ducks.
Applicable Operating Systems: Windows XP, Vista, and Windows 7, although there is no reason I can think of that this wouldn&#8217;t apply to previous versions.
So perhaps you have heard horror stories, from friends [...]]]></description>
			<content:encoded><![CDATA[<p>Intro: This is a simple guide that explains how to set up virus and spyware protection on your PC.<br />
Difficulty Level: Feeding the ducks.<br />
Applicable Operating Systems: Windows XP, Vista, and Windows 7, although there is no reason I can think of that this wouldn&#8217;t apply to previous versions.</p>
<p>So perhaps you have heard horror stories, from friends or colleagues, about that bad new virus that just came out.  Maybe you have had a virus on your pc in the past, and you paid the neighbor kid 20 bucks to get rid of it.  Maybe someone on the news said something about the &#8216;next big virus&#8217; to hit pc&#8217;s (or perhaps it was on the news anchors pc, and now because of it, the story she was working on is lost forever and she had to report about something, right?). So everyone runs out to the local pc store to pick up a copy of [name of antivirus product here] because they get all flipped out over it.  Good news, YOU can ease your finger off the panic button.  A little prevention can go along way.</p>
<p>Part 1: (Free) Antivirus Software.  You would be surprised at how many people have released to the public, free antivirus software.  I recommend avg (<a href="http://free.avg.com">http://free.avg.com</a>) , because that&#8217;s what I use, and I have had good experiences with it.  It&#8217;s also pretty popular (#1 result in google if you type in &#8220;free antivirus&#8221;).  I used a product called Antivir from a company called avira, and the software was good as well, but every day when it updated the virus definitions, it would pop up a window to tell me what it was doing and the window would also have an add in it to get Antivir pro.  I do not like annoying things, and when my antivirus cannot update quietly, it has to go.  If you download and don&#8217;t like avg, feel free to look around for other antivirus software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The nGook no nonsense guide to un-drming WMP based Wma&#039;s</title>
		<link>http://www.ngook.com/archives/136</link>
		<comments>http://www.ngook.com/archives/136#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:56:53 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[copy protection removal]]></category>
		<category><![CDATA[drm guide]]></category>
		<category><![CDATA[drm removal]]></category>
		<category><![CDATA[drm removal guide]]></category>
		<category><![CDATA[fair use]]></category>
		<category><![CDATA[fair use wm]]></category>
		<category><![CDATA[fair use wma]]></category>
		<category><![CDATA[fairuse4wm]]></category>
		<category><![CDATA[fairuse4wma]]></category>
		<category><![CDATA[music copy protection removal]]></category>
		<category><![CDATA[ngook]]></category>
		<category><![CDATA[undrm]]></category>
		<category><![CDATA[undrming]]></category>
		<category><![CDATA[without changing current setup]]></category>

		<guid isPermaLink="false">http://www.ngook.com/?p=1</guid>
		<description><![CDATA[Remove DRM from music you've purchased so you can play it in any device.  This method utilizes virtual pc's and therefore won't require any modification of any of your current system settings.  It includes step by step directions and links to the software needed.  [...]]]></description>
			<content:encoded><![CDATA[<p>nGook&#8217;s Comprehensive No-Nonsense Guide to Undrming your music for Windows Media Player Based drm without screwing with any of your current setup. Complete with links to software.</p>
<p>Difficulty Level: Stealing Candy from small Children.</p>
<p>Im going to compress what took me 3 days into about an hour of your time.</p>
<p>Step 1: Go get (and install) a copy of Virtual Box.</p>
<p><a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">http://www.virtualbox.org/wiki/Downloads</a></p>
<p>Its Like vmware or virtual pc but its free and works great. I chose amd64 on windows as a host os. It didnt care that im using an intel processor, but if your using a 32 bit processor you will want that one instead. Get whatever your host os is.  I&#8217;m told that vmware and/or virtualpc have free versions available, but I have not investigated this.  It theory it shouldn&#8217;t matter, so use whatever you want.</p>
<p>Step 2: Use N-lite on your copy of xp to remove wmp from the install. You can also get rid of a lot of unnecessary junk and make the xplite machine boot and run smooth and fast.</p>
<p><a href="http://www.nliteos.com/download.html" target="_blank">http://www.nliteos.com/download.html</a></p>
<p>Alternatively you can go download a copy of tinyxp (legal as long as you own a copy of xp&#8230; people give me old pcs so i have a stack of cdkeys in a drawer somewhere). If you go the tiny xp route make sure the install you choose doesnt have wmp installed on it. Im not linking any tinyxp dls for obvious reasons.</p>
<p>Step 3: Set up virtual box with the basics. Nothing special here. Make sure you have a network adapter set up and set it to nat. I gave mine a 10 gig hd and 512 megs of ram. Also make sure you have a shared folder with full access. Under cd-rom, select image and choose the image file for your xp install or tiny xp image file (ie xplite.iso or whatever you named yours). Start the emulation and install xp onto the box.</p>
<p>if your guest os network adapter throws an error (check the device manager) change the image file in the cd drive to the vboxguestaddons.iso file, and in device manager hit update driver and goto cdrom drive(most likely D)\32Bit\Windows\3rdParty\AMD_PCnet and use that driver.<br />
Also autoplay (install the addons) as it allows things like seamless transition from host to guest os with the mouse.</p>
<p>To get to your shared folder (on virtual machine) goto network places, entire network, virtualbox shared folders, and then i like to right click on the folders and hit map network drive&#8230; it puts it in the my computer section for ease of access. Dump all your necessary download files into this folder (on host machine) and drag them to desktop on guest machine. You can also use your browser on guest os to download directly.</p>
<p>We will refer to your desktop pc as the host os and the virtual one running inside virtual box as the guest os.<br />
Restart guest os.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/136/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
