<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>Geeks and Phreaks :: We Hack.</title>
	<link>http://www.geeksandphreaks.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jul 2008 15:29:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Firefox 3 optimization</title>
		<description><![CDATA[The following hack makes firefox 3 go from a normal v6 engine to a screamin v8 with unlimited horsepower.  Use at your own risk, this will increase productivity!
1.Type &#8220;about:config&#8221; into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests
Normally the browser will make one request to a web [...]]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/07/28/firefox-3-optimization/</link>
			</item>
	<item>
		<title>Use google as a warez search tool.</title>
		<description><![CDATA[Replace keywords with whatever file you want.
&#8220;keywords&#8221; intext:rapidshare.com/files/ OR intext:megaupload.com/?d= OR intext:sendspace.com/file/
]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/07/25/use-google-as-a-warez-search-tool/</link>
			</item>
	<item>
		<title>Firefox 3 : Wrap bookmarks toolbar entries</title>
		<description><![CDATA[Isn&#8217;t it a pain in the ass to have to press the &#62;&#62; continuation buttons to get those important bookmarks/rss feeds you have on the bookmarks toolbar?
We&#8217;ll here&#8217;s an easy solution that involves editing your userchrome.css in %APPDATA%\mozilla\firefox\profiles\XXXXX.default\chrome\userChrome.css
Simply add this bit of CSS and you will have a multi line bookmarks toolbar that wraps.
/* Multi-row [...]]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/06/19/firefox-3-wrap-bookmarks-toolbar-entries/</link>
			</item>
	<item>
		<title>PHP / PHProxy error 12263</title>
		<description><![CDATA[It means your system is out of memory! DOH!  Took me a while to figure this one out.
]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/04/15/php-phproxy-error-12263/</link>
			</item>
	<item>
		<title>MySQL backup in windows environment</title>
		<description><![CDATA[In order to backup MySQL database in windows, we need to make a batch file.  The contents of the batch file should be as follows:
o&#8212;&#8211;
@echo off
echo Running dump&#8230;
c:
cd \
cd &#8220;wampp2&#8243;
cd mysql
cd bin
mysqldump -u&#60;user&#62; -&#60;pass&#62; &#8211;all-databases &#8211;result-file=&#8221;c:\data\backup.%DATE:~0,3%.sql&#8221;
echo Done!
0&#8212;&#8211;
Okay now that our batch file is made we can run it and verify that it created an output [...]]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/03/25/mysql-backup-in-windows-environment/</link>
			</item>
	<item>
		<title>Play World of Warcraft through a VPN</title>
		<description><![CDATA[Here&#8217;s a quick email I sent about how to create a VPN to play World of Warcraft.  I know it&#8217;s vague. If you have questions, post them in the comments.
On your windows clients use: openvpn.se it&#8217;s a gui.   All you do is install it, throw a config in the right place and use the [...]]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/03/24/play-world-of-warcraft-through-a-vpn/</link>
			</item>
	<item>
		<title>Create Remote Desktop Shortcut</title>
		<description><![CDATA[Ever wanted to make a remote desktop shortcut so that you wouldn&#8217;t have to enter information every time you wanted a terminal services connection?
Here&#8217;s How:
create a shortcut to:
mstc.exe /v:&#60;ip address&#62; /w:&#60;width&#62; /h:&#60;height&#62;
]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/03/13/create-remote-desktop-shortcut/</link>
			</item>
	<item>
		<title>Hide Command Prompt Windows</title>
		<description><![CDATA[I&#8217;m sure we&#8217;ve all came across a time when we were programming some type of beneficial or data mining script/batch file that we didn&#8217;t want the user to see.  Since there&#8217;s no option for running a batch file as hidden, it requires a small hack utilizing vbscript.
To hide batch files when you run them:
1. Create [...]]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/03/05/hide-command-prompt-windows/</link>
			</item>
	<item>
		<title>Rumor Mill: Demonoid making a comeback!</title>
		<description><![CDATA[The Pirate Bay has offered a home for Demonoid.  We&#8217;ve all missed our favorite torrent tracker.  The Pirate Bay has welcomed Demonoid in sweeden and has even gone as far as offering them 2 servers!  Demonoid was one of the most popular trackers in it&#8217;s day and I&#8217;m sure it would make an even stronger [...]]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/01/16/rumor-mill-demonoid-making-a-comeback/</link>
			</item>
	<item>
		<title>New Year Goals</title>
		<description><![CDATA[I&#8217;d like to wish everyone a Happy New Year!  I&#8217;d like to dedicate this post to some goals I have for the New Year:

Start my own business.
Get 100k pages indexed in Google
Make $100/day via the internet
Start a Masters Degree program
Work towards becoming a minimalist.




]]></description>
		<link>http://www.geeksandphreaks.com/index.php/2008/01/08/new-year-goals/</link>
			</item>
</channel>
</rss>
