<?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>Holdfire Hosting &#187; Techy</title>
	<atom:link href="http://holdfire.net/blog/articles/techy/feed" rel="self" type="application/rss+xml" />
	<link>http://holdfire.net/blog</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 20:59:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backing up a MySQL Database</title>
		<link>http://holdfire.net/blog/backing-up-a-mysql-database.html</link>
		<comments>http://holdfire.net/blog/backing-up-a-mysql-database.html#comments</comments>
		<pubDate>Fri, 23 Jan 2009 04:56:55 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron job]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://holdfire.net/blog/?p=77</guid>
		<description><![CDATA[A couple of our hosting customers recently posted on Twitter that they were looking for a solution to backup their MySQL databases. This is an excellent idea and is highly recommended. With the following script we&#8217;ll provide, you will have &#8230; <a href="http://holdfire.net/blog/backing-up-a-mysql-database.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A couple of our hosting customers recently posted on <a href="http://twitter.com">Twitter</a> that they were looking for a solution to backup their MySQL databases. This is an excellent idea and is highly recommended. With the following script we&#8217;ll provide, you will have the capability backup one or more MySQL databases to either your FTP account or an email address.</p>
<ol>
<li> You will need to log into your cPanel account and create a new email address with the username of &#8220;backups&#8221; so that you have an email to send your DB backups to.</li>
<li> While still in cPanel, go to your MySQL section and create a new database user. Attach that user to the database you want to backup.</li>
<li> Open up your favorite FTP client and sign into your hosting account. </li>
<li> While in your root directory (before public_htmll, create a new directory titled &#8220;backups&#8221; and then navigate to it. </li>
<li> Download the file <a href="http://holdfire.net/blog/wp-content/uploads/db_backup.php.txt">db_backup.php</a>, and then open it in a code editor. </li>
<li> Find line 33-34; This is where you will enter in the details for the database that you want to backup.</li>
<li> Find line  27 &amp; 45. Where you see &#8220;cpuser&#8221; enter in your cPanel username.</li>
<li> If you want the backup sent to your email address, find lines 47-49, and fill out appropriately.</li>
<li> If you want the backup uploaded via FTP, find lines 57-61, and like the email portion, fill it out appropriately.</li>
<li> Once you&#8217;ve made those edits, save and then upload to the /backups/ directory you created. CHMOD the file to 644.
</ol>
<p> Hopefully you&#8217;re not too tired just yet! So far we&#8217;ve created a directory that is outside of your web directory, so that your backup script can sit comfortably. You&#8217;ve also added in the details for the database you want to backup, what email you want it sent to, and if you want it backed up to another (or the same) FTP account. </p>
<p> The next thing we&#8217;re going to do is set up a cron job. This essentially is going to automate the process of backing up your database to the schedule you set for it. So you&#8217;ll be able to let it sit without having to worry about manually backing things up yourself. Find line 27, and copy the snippet that looks like this:</p>
<div class="codesnip-container" >php /home/cpuser/backups/backup.php > /home/cpuser/backups/backup.log</div>
<p> Navigate to the Advanced tab in cPanel, and then click on <strong>Cron Jobs</strong>. You&#8217;ll see two different options to chose from, but you can go ahead and select <em>Standard</em>. Now you&#8217;re going to take the line 27 we copied, and paste that into the &#8220;Command to run:&#8221; input box. Now we have the choice of setting up the schedule for the cron job to run. I recommend leaving the settings at default. As it is right now the cron job will run a backup every month, every day at 3am. Of course you can change any of those options, but I would not backup more than every day. You don&#8217;t need backups every minute! Also, at the top it gives you an option to add an email so you can receive an email about the output; Leave that blank. We&#8217;re already going to be receiving a daily email with your backup, so this isn&#8217;t necessary.</p>
<p>So, go ahead and save your cron job. Now you&#8217;ve got a backup system set in place for your database :).</p>
]]></content:encoded>
			<wfw:commentRss>http://holdfire.net/blog/backing-up-a-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need some Christmas List Ideas?</title>
		<link>http://holdfire.net/blog/need-some-christmas-list-ideas.html</link>
		<comments>http://holdfire.net/blog/need-some-christmas-list-ideas.html#comments</comments>
		<pubDate>Thu, 11 Dec 2008 17:09:48 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[decals]]></category>
		<category><![CDATA[newegg]]></category>

		<guid isPermaLink="false">http://holdfire.net/blog/?p=44</guid>
		<description><![CDATA[With Christmas just a mere 13 days away, it&#8217;s time to start finishing off those Christmas lists! We&#8217;re here to go ahead and give you some ideas of gifts to get for others, or yourself. We know that some of &#8230; <a href="http://holdfire.net/blog/need-some-christmas-list-ideas.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With Christmas just a mere <strong>13 days</strong> away, it&#8217;s time to start finishing off those Christmas lists! We&#8217;re here to go ahead and give you some ideas of gifts to get for others, or yourself. We know that some of you opt for the cash/gift cards so you can get what you want&#8230; Now it&#8217;s just a matter of figuring out what that&#8217;s going to be!</p>
<h3>Computer Periphials</h3>
<p><a href="http://holdfire.net/blog/wp-content/uploads/intp-hero.jpg"><img src="http://holdfire.net/blog/wp-content/uploads/intp-hero-150x150.jpg" alt="intp-hero" title="intp-hero" width="150" height="150" class="alignleft size-thumbnail wp-image-45" /></a> The <a href="http://www.blackmagic-design.com/products/intensity/">Black Magic Intensity Capture Card</a> is perfect for individuals that have always wanted to get into capturing but just didn&#8217;t know what card to get. Not only is this card perfect if you want to capture in HD, but now you can also use your HDTV with it, or maybe even skip that DVI on your <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16824236048&#038;nm_mc=EMC-IGNEFL121108&#038;cm_mmc=EMC-IGNEFL121108-_-Monitors-_-L0A-_-24236048">24&#8243; HDMI Widescreen LCD</a> so you an experience HD in all its glory. This card is also perfect for those that perhaps want to capture their gameplay from <a href="http://halo3.com">Halo 3</a> or <a href="http://cod5.com">COD5</a>.</p>
<p><a href="http://holdfire.net/blog/wp-content/uploads/20-231-145-03.jpg"><img src="http://holdfire.net/blog/wp-content/uploads/20-231-145-03-150x150.jpg" alt="20-231-145-03" title="20-231-145-03" width="150" height="150" class="alignleft size-thumbnail wp-image-47" /></a> Do you run Firefox, Photoshop CS3, an IM client, and other programs all at once? If you are I&#8217;m sure you&#8217;re starting to notice that you&#8217;re running out of RAM and things are slowing down. Well, if that&#8217;s the case then I think it&#8217;s time you upgrade that RAM! Newegg constantly has great deals on RAM, and currently has <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820231145">G.SKILL 2x2GB DDR</a> on sale for $44.99. If you&#8217;re not what kind of RAM you need, install <a href="http://www.cpuid.com/cpuz.php">CPUID</a> which can give you a detailed spec report of your computer.</p>
<p><a href="http://holdfire.net/blog/wp-content/uploads/31us7cxpzl_ss400_.jpg"><img src="http://holdfire.net/blog/wp-content/uploads/31us7cxpzl_ss400_-150x150.jpg" alt="31us7cxpzl_ss400_" title="31us7cxpzl_ss400_" width="150" height="150" class="alignleft size-thumbnail wp-image-50" /></a> Another perfect addition is always adding on extra hard drive space. If you&#8217;re not savvy or comfortable with adding another hard drive, no worries! An external drive is just as functional as your internal drive&#8211;just easier to setup and portable! Amazon currently has the <a href="http://www.amazon.com/Seagate-FreeAgent-3-5-Inch-Drive-ST305004FDA1E1-RK/dp/B000ND75C0/ref=pd_bbs_sr_1?ie=UTF8&#038;s=electronics&#038;qid=1229030990&#038;sr=8-1">Seagate FreeAgent 500GB External Hard drive</a> for $79.99, as it has $50 off! :) If you&#8217;ve got an <a href="http://apple.com">Apple</a> computer with <a href="http://www.apple.com/macosx/features/300.html">Leopard</a>, now you can take advantage of setting up and utilizing <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a>!</p>
<h3>Gaming</h3>
<p><a href="http://holdfire.net/blog/wp-content/uploads/935846_80519_front.jpg"><img src="http://holdfire.net/blog/wp-content/uploads/935846_80519_front-150x150.jpg" alt="935846_80519_front" title="935846_80519_front" width="150" height="150" class="alignleft size-thumbnail wp-image-53" /></a> If you played on a Nintendo 64 years ago, you may have played <a href="http://en.wikipedia.org/wiki/Banjo-Kazooie">Banjo-Kazooie</a>. Well, almost a decade later and we&#8217;ve got a new release from the lovable bear and that every so annoying bird: <a href="http://www.gamestop.com/Catalog/ProductDetails.aspx?product_id=71849">Banjo-Kazooie: Nuts and Bolts</a>. In this new release we&#8217;ve reintroduced to Gruntilda the evil Witch, and a new evil, the Lord of the Games. Complete all the challenges from LOG to win the the right to being the rightful owner of Spiral Mountain.</p>
<p><a href="http://holdfire.net/blog/wp-content/uploads/78-112-002-02.jpg"><img src="http://holdfire.net/blog/wp-content/uploads/78-112-002-02-150x150.jpg" alt="78-112-002-02" title="78-112-002-02" width="150" height="150" class="alignleft size-thumbnail wp-image-55" /></a> A necessity for almost all Wii owners should be a wireless motion sensor bar. <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16878112002">NYKO Wireless Sensor Bar</a> runs $15.99 through Newegg and currently has excellent customer reviews. No more having to worry about the wire hanging off from the side of your tv, or moving your Wii around only to forget your sensor bar is still hooked in, and having it fly behind your tv. This is also perfect for those of you that take your Wii with to a friends house to get everyone involved. Less wires to deal with makes it easier to travel with it!</p>
<p><a href="http://holdfire.net/blog/wp-content/uploads/74-502-001-02.jpg"><img src="http://holdfire.net/blog/wp-content/uploads/74-502-001-02-150x150.jpg" alt="74-502-001-02" title="74-502-001-02" width="150" height="150" class="alignleft size-thumbnail wp-image-57" /></a> If you&#8217;re big into playing on Xbox Live with games like <a href="http://halo3.com">Halo 3</a> or <a href="http://cod5.com">COD5</a>, you know that one of the key ingredients to good teamwork can be communication. So replace your Xbox headset with the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16874502001">Turtlebeach Ear Force X1 [wired] Headset</a>.No relying on batteries, as it plugs directly into your 360&#8242;s USB port. The headset features comfortable ear padding, as well as a volume control. Quality on the mic is decent, with minimal background noise. The wired headset is $49.99 or you can opt for the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16874502002">wireless pair</a> running at $97.99.</p>
<h3>Just Cause</h3>
<p><a href="http://holdfire.net/blog/wp-content/uploads/zebra.gif"><img src="http://holdfire.net/blog/wp-content/uploads/zebra-150x150.gif" alt="zebra" title="zebra" width="150" height="150" class="alignleft size-thumbnail wp-image-60" /></a> If you don&#8217;t need any new techy gadgets in your list, how about some awesome t-shirts? <a href="http://threadless.com">Threadless</a> is home to user-created designs ranging from cute and cuddly, to dark and gloomy. T-shirts can range from $5, $10, $15 or $25 depending on the sale and if the shirt is a new release. Take advantage of their points system which can earn you free swag. Pictures of yourself can earn points, as will referring new sales to them. So what are you waiting for, Race your stripes off.</p>
<p><a href="http://holdfire.net/blog/wp-content/uploads/acda_r2_fish_training_school.jpg"><img src="http://holdfire.net/blog/wp-content/uploads/acda_r2_fish_training_school-150x150.jpg" alt="acda_r2_fish_training_school" title="acda_r2_fish_training_school" width="150" height="150" class="alignleft size-thumbnail wp-image-61" /></a> Don&#8217;t have room for a pet, or can&#8217;t get one? No need, because now you can get a goldfish and <a href="http://www.thinkgeek.com/geektoys/science/adca/zoom/">train your goldfish</a> to play football, basketball, swim through hoops, and zig-zag around poles. ThinkGeek has come up with an amazing training kit that will <a href="http://www.youtube.com/watch?v=L_Iznh9VbsY">seriously train your fish to do that. </a> Now you have no reason to be lonely because you don&#8217;t have any pets! And besides, how many people do you know that have a goldfish that can do more neat tricks than their dog?</p>
<p><a href="http://holdfire.net/blog/wp-content/uploads/polyvinylwall2.jpg"><img src="http://holdfire.net/blog/wp-content/uploads/polyvinylwall2-150x150.jpg" alt="polyvinylwall2" title="polyvinylwall2" width="150" height="150" class="alignleft size-thumbnail wp-image-62" /></a> Looking to spice up your room a little bit? Or are you not able to paint in your apartment or dorm? No need to have a boring room, so check out <a href="http://www.whatisblik.com/walldecals.html">Blik&#8217;s wall decals</a>. You just peel them off, and stick them anywhere you want them, be it a bathroom, kitchen, or bedroom. They&#8217;ve got a variety of decals to chose from (some are from <a href="http://threadless.com">Threadless</a> designs!) to spice your any room in your place. My favorites are the <a href="http://www.whatisblik.com/Merchant2/merchant.mvc?Screen=PROD&#038;Store_Code=B&#038;Product_Code=BL-PPP-PUGF">Pug family</a> and the <a href="http://www.whatisblik.com/Merchant2/merchant.mvc?Screen=PROD&#038;Store_Code=B&#038;Product_Code=TH-116">Fake Pandas Have More Fun</a>.</p>
<p><strong>Readers</strong>: What Christmas list ideas do you have that you&#8217;d like to share?</p>
]]></content:encoded>
			<wfw:commentRss>http://holdfire.net/blog/need-some-christmas-list-ideas.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

