<?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; Fixes and Repairs</title>
	<atom:link href="http://www.ngook.com/archives/category/computers/fixes-and-repairs/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>nGook&#039;s guide to remove a Virus Method 2</title>
		<link>http://www.ngook.com/archives/106</link>
		<comments>http://www.ngook.com/archives/106#comments</comments>
		<pubDate>Sun, 25 Oct 2009 00:05:53 +0000</pubDate>
		<dc:creator>Jarrod</dc:creator>
				<category><![CDATA[Computers]]></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=106</guid>
		<description><![CDATA[Difficulty:  Remembering your anniversary.
Estimated Cost: Approximately 12 dollars (if you do it the easy way).  Fixing it yourself: Still Priceless.
Required Patience: Between 7 and 10.
Summary: This method involves removing the (boot) drive from the infected machine, and connecting it to a non-infected machine, and then using the virus scanner on that machine to remove the virus from [...]]]></description>
			<content:encoded><![CDATA[<p>Difficulty:  Remembering your anniversary.<br />
Estimated Cost: Approximately 12 dollars (if you do it the easy way).  Fixing it yourself: Still Priceless.<br />
Required Patience: Between 7 and 10.<br />
Summary: This method involves removing the (boot) drive from the infected machine, and connecting it to a non-infected machine, and then using the virus scanner on that machine to remove the virus from the infected hard drive, and then replacing the hard drive back into the original machine.  This method is usually 99 percent effective but if system files are infected, the system may not be boot-able when you finish.  I will add a guide for that in the future.</p>
<p>Note: This method REQUIRES a second non infected PC.  If the infected pc is a laptop then it will have to be disassembled.  You may consider my virus removal method 3 (antivirus boot cd) if you are not ready to take your laptop apart.  Taking apart 2 desktops is usually pretty easy and straight forward, so I like this method personally if I can.</p>
<p>Tools: Screwdriver (large or small depending on weather the infected pc is a desktop or laptop)<br />
Anti-static strap: (Highly recommended, becauseif you esd your board, you won&#8217;t even know it until you try to boot the machine and it does nothing, then you will cry)<br />
A hard drive (ide, sata, or eide) to usb connector/adapter.  This is not necessary if both machines (infected and non-infected) are both PC&#8217;s.  It also makes life real easy, as you only need to take apart the infected machine, and you can plug the infected hard drive into the other computer without having to turn it off.  1 of these will run you between 10 and 20 bucks and they usually can connect all 3 types of drive (not at once).  If the infected pc is a laptop, and you do not have an eide to ide cable, then you will need the adapter.  If the non-infected pc is a laptop, then you will need the adapter.  You are looking for something along these lines: <a href="http://www.google.com/products?q=hard+drive+to+usb+adapter&amp;rls=com.microsoft:en-us&amp;oe=UTF-8&amp;um=1&amp;ie=UTF-8&amp;ei=gIPjSvOZBojosQO238mwBA&amp;sa=X&amp;oi=product_result_group&amp;ct=title&amp;resnum=4&amp;ved=0CCYQrQQwAw">http://www.google.com/products?q=hard+drive+to+usb+adapter&amp;rls=com.microsoft:en-us&amp;oe=UTF-8&amp;um=1&amp;ie=UTF-8&amp;ei=gIPjSvOZBojosQO238mwBA&amp;sa=X&amp;oi=product_result_group&amp;ct=title&amp;resnum=4&amp;ved=0CCYQrQQwAw</a><br />
But I recommend you go to your nearest electronics outlet (Fry&#8217;s electronics, etc&#8230;) and pick 1 up. I recommend the cheap one. I paid 12 bucks (usd) for the one I have and it works great.</p>
<p>Next: Pull the hard drive out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngook.com/archives/106/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>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>
	</channel>
</rss>
