<?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>SupremeTechs &#187; Internet</title>
	<atom:link href="http://supremetechs.com/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://supremetechs.com</link>
	<description>Anything and everything techy</description>
	<lastBuildDate>Mon, 07 May 2012 11:47:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Clickbank Analytic Software</title>
		<link>http://supremetechs.com/2012/04/21/clickbank-analytic-software/</link>
		<comments>http://supremetechs.com/2012/04/21/clickbank-analytic-software/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 03:43:54 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Money]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[click bank niches]]></category>
		<category><![CDATA[clickbank analytics]]></category>
		<category><![CDATA[hot clickbank products]]></category>
		<category><![CDATA[products to promote on clickbank]]></category>
		<category><![CDATA[which products should I promote on clickbank]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=758</guid>
		<description><![CDATA[There's a site called cb-analytics.com which has always been a great resource for information on Clickbank products. However, I've always found the site hard to navigate and I wanted a site that showed some of the "hot" clickbank products. So, I've written a site called cbniches.com which I hope will rectify these issues. The site [...]<p><a href="http://supremetechs.com/2012/04/21/clickbank-analytic-software/">Clickbank Analytic Software</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>There's a site called cb-analytics.com which has always been a great resource for information on Clickbank products. However, I've always found the site hard to navigate and I wanted a site that showed some of the "hot" clickbank products. So, I've written a site called <a href="http://cbniches.com" title="cb niches" target="_blank">cbniches.com</a> which I hope will rectify these issues. </p>
<p>The site shows all the latest products in each category and shows gravity and earnings per sale. It also has a graph for each product to show gravity over time. I think this will be pretty helpful to affiliate markets looking for new products to promote on Clickbank. Check it out at <a href="http://cbniches.com" title="cb niches" target="_blank">http://cbniches.com</a>. I wrote it with the latest version of my LavaPHP framework, another product I've been developing as open source. <a href="https://github.com/lpcustom/LavaPHP" title="lava php" target="_blank">LavaPHP can be found on github</a>, but it's still in early development.</p>
<p><a href="http://supremetechs.com/2012/04/21/clickbank-analytic-software/">Clickbank Analytic Software</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/04/21/clickbank-analytic-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing the size of tmpDSK and /tmp in a CPanel Environment</title>
		<link>http://supremetechs.com/2012/03/09/increasing-size-tmpdsk-tmp-cpanel-environment/</link>
		<comments>http://supremetechs.com/2012/03/09/increasing-size-tmpdsk-tmp-cpanel-environment/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 08:43:04 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Server Stuff]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[/tmp]]></category>
		<category><![CDATA[changing tmpdsk size]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[resize tmpdsk]]></category>
		<category><![CDATA[tmpDSK]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=716</guid>
		<description><![CDATA[I recently ran into an issue in cPanel after recompiling Apache with some new settings. I enabled the eAccelerator extension in my EasyApache configuration for PHP. Now cPanel uses a default size for its /tmp mount of 512mb. I found out rather quickly that this isn't enough for eAccelerator. I actually ended up resetting this [...]<p><a href="http://supremetechs.com/2012/03/09/increasing-size-tmpdsk-tmp-cpanel-environment/">Increasing the size of tmpDSK and /tmp in a CPanel Environment</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I recently ran into an issue in cPanel after recompiling Apache with some new settings. I enabled the eAccelerator extension in my EasyApache configuration for PHP. Now cPanel uses a default size for its /tmp mount of 512mb. I found out rather quickly that this isn't enough for eAccelerator. I actually ended up resetting this value to 4096mb (4GB). As a reminder to myself and so anyone else looking for the solution to this problem, I will outline what needs to be done below.</p>
<p>First, ssh into your server and login as root or su - root after logging in as a regular user. Now use the power of the command line. Don't panic!</p>
<p>Stop Apache, MySQL, and cPanel</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">service httpd stop
service mysql stop
service cpanel stop</pre></td></tr></table></div>

<p>Next unmount the existing /tmp</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #660033;">-l</span> <span style="color: #000000; font-weight: bold;">/</span>tmp</pre></td></tr></table></div>

<p>Remove /usr/tmpDSK</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>tmpDSK</pre></td></tr></table></div>

<p>Next, use your favorite editor (Vim in this example) to change the config file for the tmpDSK</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>scripts<span style="color: #000000; font-weight: bold;">/</span>securetmp</pre></td></tr></table></div>

<p>Search the file for "tmpdsksize" (in Vim type /tmpdsksize and hit enter). The line should look like this by default:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$tmpdsksize</span>     <span style="color: #339933;">=</span> <span style="color: #cc66cc;">512000</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;"># Must be larger than 250000</span></pre></td></tr></table></div>

<p>Change the 512000 to a higher number in Kilobytes. For my 4GB, I changed it to 4096000.<br />
Save the file (vim :wq enter).<br />
Run the script...</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>scripts<span style="color: #000000; font-weight: bold;">/</span>securetmp</pre></td></tr></table></div>

<p>Answer y to the two questions it asks.<br />
Finally start your services back up.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">service httpd start
service mysql start
service cpanel start</pre></td></tr></table></div>

<p>That should have you set with more /tmp space.</p>
<p><a href="http://supremetechs.com/2012/03/09/increasing-size-tmpdsk-tmp-cpanel-environment/">Increasing the size of tmpDSK and /tmp in a CPanel Environment</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/03/09/increasing-size-tmpdsk-tmp-cpanel-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Godaddy Alternative Registrar</title>
		<link>http://supremetechs.com/2012/01/27/godaddy-alternative-registrar/</link>
		<comments>http://supremetechs.com/2012/01/27/godaddy-alternative-registrar/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 19:10:43 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Money]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[best godaddy alternative]]></category>
		<category><![CDATA[best registrar]]></category>
		<category><![CDATA[godaddy alternative]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=673</guid>
		<description><![CDATA[Many of you may be die-hard GoDaddy users. GoDaddy's support of the SOPA has led many people to start looking for a new registrar, including myself. After a boycott, GoDaddy broke away from its support of SOPA. However, their initial support for the legislation was enough to turn me away. I do not plan to [...]<p><a href="http://supremetechs.com/2012/01/27/godaddy-alternative-registrar/">Best Godaddy Alternative Registrar</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Many of you may be die-hard GoDaddy users. GoDaddy's support of the SOPA has led many people to start looking for a new registrar, including myself. After a boycott, GoDaddy broke away from its support of SOPA. However, their initial support for the legislation was enough to turn me away. I do not plan to do any further business with them and will be slowly migrating my existing sites over to another registrar as time goes by.</p>
<p>In my search for a GoDaddy alternative, I found that I really like <a title="NameCheap" href="http://www.namecheap.com?aff=25717" target="_blank">NameCheap.com</a>. They offer good rates on domain transfers and registration. I also like their control panel much better than GoDaddy. They don't have as much up-selling going on when you register a domain. I always found that annoying about GoDaddy. I also didn't care for GoDaddy's domain manager. Once, I tried out GoDaddy's <a href="http://supremetechs.com/category/windows/" >Windows</a> hosting as well. It was terrible. So if you are looking for a viable alternative to GoDaddy, you should definitely give <a title="NameCheap.com" href="http://www.namecheap.com?aff=25717" target="_blank">NameCheap.com</a> a try.</p>
<p><a href="http://supremetechs.com/2012/01/27/godaddy-alternative-registrar/">Best Godaddy Alternative Registrar</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/01/27/godaddy-alternative-registrar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset a WordPress password</title>
		<link>http://supremetechs.com/2012/01/24/reset-wordpress-password/</link>
		<comments>http://supremetechs.com/2012/01/24/reset-wordpress-password/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 02:16:36 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[change password in wordpress]]></category>
		<category><![CDATA[reset wordpress password]]></category>
		<category><![CDATA[resset wp password]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=651</guid>
		<description><![CDATA[I'll make this post short and sweet. Let's say you've forgotten your login for a WordPress site. To reset the password to something new, you can simply use a SQL query. If you have access to PHPMyadmin or the MySQL command line, this is really straight forward. From PHPMyAdmin, open the database for the WordPress [...]<p><a href="http://supremetechs.com/2012/01/24/reset-wordpress-password/">Reset a WordPress password</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I'll make this post short and sweet. Let's say you've forgotten your login for a WordPress site. To reset the password to something new, you can simply use a SQL query. If you have access to PHPMyadmin or the MySQL command line, this is really straight forward.</p>
<p>From PHPMyAdmin, open the database for the WordPress installation. If you don't know which database to use, check out your wp-config.php file inside your main WordPress installation folder. You'll find constants defined in that file for your database name and database user. Once you've found the database, you can execute a SQL statement by clicking the SQL button. In there, type:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">&nbsp;
<span style="color: #993333; font-weight: bold;">UPDATE</span> wp_user <span style="color: #993333; font-weight: bold;">SET</span> user_pass <span style="color: #66cc66;">=</span> MD5<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;yourpassword&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">WHERE</span> user_login <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">&quot;admin&quot;</span>;</pre></div></div>

<p>That's assuming that your username is "admin". Change it to whatever username you are using. Once you run that SQL statement, your password will be set to whatever you put in "yourpassword". Both the username and password need to be quoted in the SQL statement.</p>
<p>To do the same thing in the MySQL command line, connect to the database with:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mysql -u<span style="color: #000000; font-weight: bold;">&lt;</span>username<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #660033;">-p</span></pre></div></div>

<p>Substitute &lt;username&gt; with your actual username from the wp-config.php file.<br />
You will be prompted for a password. Use the password from the wp-config.php file.<br />
Once you are logged into the mysql command problem type:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">USE</span> <span style="color: #66cc66;">&lt;</span>databaseName<span style="color: #66cc66;">&gt;</span></pre></div></div>

<p>Substitute the actual database name from the wp-config.php file.<br />
Finally, type the update statement above and hit enter.</p>
<p>After you've updated the table via SQL, you should be able to login to your WordPress installation.</p>
<p><a href="http://supremetechs.com/2012/01/24/reset-wordpress-password/">Reset a WordPress password</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/01/24/reset-wordpress-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Free &#8220;Net Nanny&#8221; Solution using OpenDNS</title>
		<link>http://supremetechs.com/2012/01/22/free-net-nanny-solution-opendns/</link>
		<comments>http://supremetechs.com/2012/01/22/free-net-nanny-solution-opendns/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 16:34:30 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[blocking porn sites]]></category>
		<category><![CDATA[dns domain blocking]]></category>
		<category><![CDATA[net nanny alternative]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=642</guid>
		<description><![CDATA[Many internet users understand that a large portion of the internet is pornographic in nature. Many parents want to restrict their children from being able to view pornographic sites, and with sites like Youporn and other "porn tubes" which do not require identification or a credit card, this is even harder to restrict. There are [...]<p><a href="http://supremetechs.com/2012/01/22/free-net-nanny-solution-opendns/">A Free &#8220;Net Nanny&#8221; Solution using OpenDNS</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Many internet users understand that a large portion of the internet is pornographic in nature. Many parents want to restrict their children from being able to view pornographic sites, and with sites like Youporn and other "porn tubes" which do not require identification or a credit card, this is even harder to restrict. There are programs available to block such sites, but sometimes they aren't very effective, and there are easy ways around them.</p>
<p>There is a good alternative for parents in their search, however. OpenDNS, which is a free DNS service with many features, has built in site blocking capabilities. You simple sign up for an OpenDNS account at http://opendns.com and configure your router to use the OpenDNS servers. That last part isn't as hard as it sounds, but it's different on various routers. Typically the DNS settings are in the main router configuration settings. It will typically be set to automatically use the DNS servers provided by your ISP. You should be able to use manual DNS servers, however, and you can find the IPs for these servers at the bottom of your OpenDNS account page.</p>
<p>Once you have your router using OpenDNS's servers, you can configure your home network's settings on the OpenDNS accounts page. There are various levels of blocking, plus you can block individual domains if you want. They also have good stats available, if you enable it. This will track all domain name requests and show you what everyone on your home network has been looking at. I'd say a few wives just raised their eyebrows.</p>
<p>Of course, with enough know how, one can get around these types of blocks, just like any other block. Most children will not know how to do this, however. Tech savvy teenagers may have more ability to get around these blocks, but once they are at the point where they'll go to such great lengths to look at porn, just let them do it. They aren't going to listen to you anyway <img src='http://supremetechs.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><a href="http://supremetechs.com/2012/01/22/free-net-nanny-solution-opendns/">A Free &#8220;Net Nanny&#8221; Solution using OpenDNS</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/01/22/free-net-nanny-solution-opendns/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GoDaddy Alternatives &#124; Boycott GoDaddy</title>
		<link>http://supremetechs.com/2011/12/23/godaddy-alternatives-boycott-godaddy/</link>
		<comments>http://supremetechs.com/2011/12/23/godaddy-alternatives-boycott-godaddy/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 21:00:35 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cheap domain registrar]]></category>
		<category><![CDATA[godaddy alternative]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=572</guid>
		<description><![CDATA[Due to its support of SOPA, many people are calling for a boycott on GoDaddy. At first GoDaddy was laughing because of the planned boycott. After about 24 hours, their tone changed and they proclaimed that they were no longer supporting the legislation. Many people are looking for alternatives to Godaddy. I searched for a [...]<p><a href="http://supremetechs.com/2011/12/23/godaddy-alternatives-boycott-godaddy/">GoDaddy Alternatives | Boycott GoDaddy</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Due to its support of SOPA, many people are calling for a boycott on GoDaddy. At first GoDaddy was laughing because of the planned boycott. After about 24 hours, their tone changed and they proclaimed that they were no longer supporting the legislation. Many people are looking for alternatives to Godaddy.</p>
<p>I searched for a bit and found that about the best deal in town is <a title="godaddy alternative" href="http://www.namecheap.com?aff=25717" target="_blank">namecheap.com</a>. There is a transfer fee for moving domains over to them, but you get a free year of registration with the transfer. So for around $7 bucks you can transfer and renew a .com. If you have a few months left before it's time to renew your .com, you can still transfer the domain and get a free year along with the remaining time of your current registration.</p>
<p>Check out their deals. Let's show GoDaddy that we do not like their support of this unconstitutional legislation.</p>
<p><a title="godaddy alternative" href="http://www.namecheap.com?aff=25717" target="_blank">NameCheap.com</a></p>
<p><a href="http://supremetechs.com/2011/12/23/godaddy-alternatives-boycott-godaddy/">GoDaddy Alternatives | Boycott GoDaddy</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2011/12/23/godaddy-alternatives-boycott-godaddy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny vWorker Job Posting</title>
		<link>http://supremetechs.com/2010/11/07/funny-vworker-job-posting/</link>
		<comments>http://supremetechs.com/2010/11/07/funny-vworker-job-posting/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 19:22:09 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Funny Pics]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Money]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[job posting]]></category>
		<category><![CDATA[vworker]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=528</guid>
		<description><![CDATA[One of the most entertaining emails I received daily is the vWorkers mailer. It is a list of all the latest freelance work that is available at vWorker.com. It's entertaining because of some of the amazing things some people want written for peanuts. There are many foreign programmers waiting on jobs like this, and they [...]<p><a href="http://supremetechs.com/2010/11/07/funny-vworker-job-posting/">Funny vWorker Job Posting</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float: left;"><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-4964963679178590"; /* 300x250, created 11/7/10 */ google_ad_slot = "4787137960"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></div>
<p>One of the most entertaining emails I received daily is the vWorkers mailer. It is a list of all the latest freelance work that is available at vWorker.com. It's entertaining because of some of the amazing things some people want written for peanuts. There are many foreign programmers waiting on jobs like this, and they are willing to work for near nothing. However, it still gives me a good chuckle when someone thinks they have come up with some amazing idea and just need someone to code it. Why is that funny? Because most people have good ideas, even those idiot code monkeys. The main difference is that a code monkey realizes when an idea is ridiculous.</p>
<p>Today's job posting was funny for a whole new reason. The irony in this post is just amazing. Here is a screen shot of the listing. I've highlighted a clue to the irony. Enjoy!</p>
<p><a href="http://supremetechs.com/wp-content/uploads/2010/11/Selection_004.png"><img class="size-full wp-image-535 alignleft" title="Selection_004" src="http://supremetechs.com/wp-content/uploads/2010/11/Selection_004.png" alt="" width="637" height="263" /></a></p>
<p style="text-align: center;">
<p><a href="http://supremetechs.com/2010/11/07/funny-vworker-job-posting/">Funny vWorker Job Posting</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/11/07/funny-vworker-job-posting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best PHP Framework?</title>
		<link>http://supremetechs.com/2010/11/03/php-framework/</link>
		<comments>http://supremetechs.com/2010/11/03/php-framework/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 18:35:45 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[codeignitor]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=524</guid>
		<description><![CDATA[I've been really interested in using a PHP framework. One thing holding me back is deciding which one to work with. It seems that every time I start looking at frameworks, I end up deciding to just code everything manually. The major contenders seem to be Yii, Zend, Symfony, CakePHP, and CodeIgnitor. However, I have [...]<p><a href="http://supremetechs.com/2010/11/03/php-framework/">The Best PHP Framework?</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I've been really interested in using a PHP framework. One thing holding me back is deciding which one to work with. It seems that every time I start looking at frameworks, I end up deciding to just code everything manually. The major contenders seem to be Yii, Zend, Symfony, CakePHP, and CodeIgnitor. However, I have no idea which one I'm going to use. It's hard to decide without learning the ins and outs of each one and making a good decision based on that knowledge.</p>
<p>My latest attempt was with the Zend framework. I was getting into it and realized that most of the documentation for setting it up bases the setup from a virtual host in Apache. This would be fine, but it actually makes development and deployment overly complicated for me. My development environment is a <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> machine that is my main desktop. My production server is my own dedicated server with CPanel. Zend doesn't work very well with this setup from what I can tell.</p>
<p>I want my site to transfer easily between the two environments. I like them to be self-contained as well. I want to throw the framework into a lib folder or link to it in some way. I don't like that the forward-facing web site is in the "public" folder. I want the root of the website to be the forward-facing public website.</p>
<p>I would really like to use Zend because it has a lot of good extensions for utilizing various web services.</p>
<p>I'd like to hear from others. Which framework would you recommend and why?</p>
<p><a href="http://supremetechs.com/2010/11/03/php-framework/">The Best PHP Framework?</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/11/03/php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Killing Linux and Software Freedom?</title>
		<link>http://supremetechs.com/2010/07/16/killing-linux-software-freedom/</link>
		<comments>http://supremetechs.com/2010/07/16/killing-linux-software-freedom/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 03:51:27 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adobe killing linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=509</guid>
		<description><![CDATA[I know many will say "we knew that already" when they read what I'm about to write, but I just came to this realization today. I was reading a blog title "I miss using Linux". The author was describing some of the reasons he can't avoid using Windows. There are many good reasons like the [...]<p><a href="http://supremetechs.com/2010/07/16/killing-linux-software-freedom/">What&#8217;s Killing Linux and Software Freedom?</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I know many will say "we knew that already" when they read what I'm about to write, but I just came to this realization today. I was reading a blog title "<a href="http://robmcguire.net/linux/i-miss-using-linux/" target='_blank'>I miss using Linux</a>". The author was describing some of the reasons he can't avoid using <a href="http://supremetechs.com/category/windows/" >Windows</a>.</p>
<p>There are many good reasons like the ones he offers. Some people want to game, but game companies just don't make games for <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> because it isn't popular enough. Others need certain programs that are only available for <a href="http://supremetechs.com/category/windows/" >Windows</a>. Whatever the reasons, it's not going to be the "year of the <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> Desktop" any time soon. </p>
<p>One part that really stood out to me about the post was the reiteration that Photoshop was a main reason for not using <a href="http://supremetechs.com/category/windows/" >Windows</a>. I would actually go so far as to say that the entire creative suite is a major reason more people don't switch to <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> completely. </p>
<p>Sure, one could possibly run it in a VM but that's not a good solution. If you need a VM of <a href="http://supremetechs.com/category/windows/" >Windows</a>, why not just run <a href="http://supremetechs.com/category/windows/" >Windows</a>, right? That's the correct reasoning if you ask me, and I'm a <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> advocate. The problem could be that more people are procrastinating truthfully. They simply don't want to switch completely or don't feel comfortable enough in <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> to use it full time. I don't think this is the prime reason, but for some it could be a factor. </p>
<p>Adobe is the problem, at least in my mind. Adobe is the last non-open company. Microsoft office uses an open document format finally. There is a lot of compatibility with Open Office. Most other programs have decent open source alternatives. Even Photoshop has a decent open source alternative in the Gimp, but some people don't think it is enough. Adobe has a lock on a lot of the media on the web right now with Flash, even though there are better alternatives to using Flash, most sites use it. </p>
<p>Adobe is holding back <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a>. Rather, our dependency on Adobe products is holding back <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> tremendously. There would be a lot more people to adopt <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> if the Creative Suite was available in it. There would be a lot of people adopt <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> is Flash was no longer the defacto standard for media on the web. </p>
<p><a href="http://supremetechs.com/category/apple/" >Apple</a> has the right idea by not including Flash support on the <a href="http://pda.gotmineforless.com/Cell-Phones-and-PDAs/Apple-Iphone" >iPhone</a>. This will help push us away from the closed-standard. I'm for this change.</p>
<p><a href="http://supremetechs.com/2010/07/16/killing-linux-software-freedom/">What&#8217;s Killing Linux and Software Freedom?</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/07/16/killing-linux-software-freedom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driver Scanning Scammers</title>
		<link>http://supremetechs.com/2010/07/11/driver-scanning-scammers/</link>
		<comments>http://supremetechs.com/2010/07/11/driver-scanning-scammers/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 19:38:33 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[driver download scam]]></category>
		<category><![CDATA[find the right driver download]]></category>
		<category><![CDATA[how to find the right driver]]></category>
		<category><![CDATA[locate the correct driver]]></category>
		<category><![CDATA[scam driver scanner software]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=504</guid>
		<description><![CDATA[I was trying to locate a simple audio driver for a Windows XP VM I have. Basically, I'm in Linux and I want to watch Netflix but my main VM is having trouble with SilverLight for some strange reason, and rather than deal with that, I decided to use a spare VM. The movies play [...]<p><a href="http://supremetechs.com/2010/07/11/driver-scanning-scammers/">Driver Scanning Scammers</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I was trying to locate a simple audio driver for a <a href="http://supremetechs.com/category/windows/" >Windows</a> XP VM I have. Basically, I'm in <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> and I want to watch Netflix but my main VM is having trouble with SilverLight for some strange reason, and rather than deal with that, I decided to use a spare VM. The movies play but I don't have sound in that VM. I realized that the VM was an N-Lite created image, which means that most of the drivers were stripped out of it. So I decided to find the driver and install it.</p>
<p>This is when I started getting furious. The problem is, when you search Google for driver downloads, you will undoubtedly run into nothing but scams. This is the same for Bing and Yahoo. The entire first page of just about any driver download search will have nothing but scams. By scams I mean people trying to get you to download software that costs money, just so you can download and install FREE drivers for you hardware that you've already bought.</p>
<p>So, looking through these scams I realized that there are at least three different pieces of software everyone is trying to sell. The first one I ran into was Driver Detective. This seemed to be the most spammed software out there. Tons of fake sites with fake "Thanks" comments on them, but no true download for your driver, blanket the first page of search results. These sites don't actually have the driver, only a download link for the DriverDetective software. Whether or not the driver detective software works isn't even the questions. The tactics used to sell this software make it nearly impossible for even a very computer-literate person to find the driver they need.</p>
<p>It's days like this that make me appreciate some of the OEMs like Dell, which make it very easy for customers to find drivers. Undoubtedly the adsense to the right of this post will have links to driver software, but that is expected, those are ads. They clearly say so. They are required to disclose what they are selling.</p>
<p>If you run into this problem, here's probably the easiest way to find the correct driver for your system. Open up device manager. This is usually accomplished through the <a href="http://supremetechs.com/category/windows/" >Windows</a> Control Panel. Once there, find the problem device, with the exclamation point beside it, and right click on it. Choose "Properties". Go to the details and look for the VEN and DEV ids. These should each be four characters long. Pull up <a href="http://pcidatabase.com" target="_blank">http://pcidatabase.com</a> on your browser. Search for those ids. You should get the manufacturer and device from that. This will at least help narrow down what driver you need. Get the drivers from the manufacturers website. Don't even bother Googling it.</p>
<p><a href="http://supremetechs.com/2010/07/11/driver-scanning-scammers/">Driver Scanning Scammers</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/07/11/driver-scanning-scammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

