<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Hacking Habits</title>
	<link>http://hackinghabits.com</link>
	<description>Machine learning, Internet, Programming and life</description>
	<lastBuildDate>Sat, 31 Jul 2010 04:48:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>ValueError: insecure string pickle</title>
		<description><![CDATA[Did you find yourself with the error saying &#8221; insecure string pickle&#8221;  when you tried to unpickle a long pickled object?  The following is the type of traceback that you might get.
 File &#8220;/usr/lib/python2.6/pickle.py&#8221;, line 1370, in load
return Unpickler(file).load()
 File &#8220;/usr/lib/python2.6/pickle.py&#8221;, line 858, in load
dispatch[key](self)
File &#8220;/usr/lib/python2.6/pickle.py&#8221;, line 966, in load_string
raise ValueError, &#8220;insecure string pickle&#8221;
 ValueError: [...]]]></description>
		<link>http://hackinghabits.com/2010/06/01/valueerror-insecure-string-pickle/</link>
			</item>
	<item>
		<title>Eclipse plugin : Console window</title>
		<description><![CDATA[Plugins are one of the most beautiful things that had happened to software development and applications.  Firefox plugins are easy first step for everyone to try out. There are numerous tutorials online that will get you started with firefox development. Another application that lets you customize your application using plugins is Eclipse. It is [...]]]></description>
		<link>http://hackinghabits.com/2010/05/05/eclipse-plugin-development/</link>
			</item>
	<item>
		<title>XAMPP Mysql and PHPmyAdmin Issues</title>
		<description><![CDATA[After you install XAMPP using the tutorial steps provided here there are two common issues that can occur which would prevent the working of MySQL and PHPMyAdmin. Lets us tackle the two problems as follows.
Problem 1:  XAMPP: Couldn&#8217;t start MySQL!
As suggested in the tutorial, you can start XAMPP server using /opt/lampp start and you [...]]]></description>
		<link>http://hackinghabits.com/2010/02/03/xampp-mysql-and-phpmyadmin-issues/</link>
			</item>
	<item>
		<title>Apache server for linux</title>
		<description><![CDATA[Adding apache server in your linux installation is easy using XAMPP.  It was earlier called LAMPP and is now being called the XAMPP.  The understanding is that 
 it stands for X (linux), A (apache), M (mysql), Php (php). 
This is a nice way to develop php websites locally on your computer before [...]]]></description>
		<link>http://hackinghabits.com/2010/01/17/apache-server-for-linux/</link>
			</item>
	<item>
		<title>Send exe files in gmail</title>
		<description><![CDATA[Trying to send an exe file in Gmail throws up an error saying that your email cannot be sent with the attachment as it is a security risk to Gmail. The easy way out is to hide the extension. 
 Solution : 1 
Rename the ABC.exe to ABC.txt . Attach the ABC.txt file in your [...]]]></description>
		<link>http://hackinghabits.com/2010/01/09/send-exe-files-in-gmail/</link>
			</item>
	<item>
		<title>Eclipse : Configure PHP (PDT), How to ? Part : 2</title>
		<description><![CDATA[[3] Installing the perspective  is the step where you actually ask eclipse to install the perspectives for you. In step 2 we had just listed the urls/locations where our package would be found. To install the new perspective, get to help > Install new software. 



[4] Select the url to download the software from [...]]]></description>
		<link>http://hackinghabits.com/2010/01/08/eclipse-configure-php-pdt-how-to-part-2/</link>
			</item>
	<item>
		<title>Eclipse : Configure PHP (PDT), How to ? Part : 1</title>
		<description><![CDATA[Eclipse is a great development environment that will help you develop projects in almost all the most common languages that you might want to use. Eclipse can be configured to be used for Java, C, C++, Python, Ruby, HTML and PHP developments. There are potentially more possible developments but the above is just a list [...]]]></description>
		<link>http://hackinghabits.com/2010/01/08/eclipse-configure-php-pdt-how-to/</link>
			</item>
	<item>
		<title>Database design tutorial : UML, SQL &amp; Normalization</title>
		<description><![CDATA[Numerous websites online offer tutorials on database designing. Some specifically detail php+Mysql usage. While there are numerous aspects of a database driven website, the two most important aspects are design and implementation. While most websites teach you how to write effective sql queries, not many teach you the art of design. 
Tom Jewett  form [...]]]></description>
		<link>http://hackinghabits.com/2010/01/07/database-design-tutorial-uml-er-sql-and-normalization/</link>
			</item>
	<item>
		<title>Brightness not working : X60 + Mandriva + Thinkpad</title>
		<description><![CDATA[The issue is to tacked the functioning of brightness control on a Lenovo thinkpad X60 tablet PC running mandriva 2007 spring edition. The feature of screen brightness control does not work out of the box and a small tweak must be done in order to get that working.
Issue: 
Brightness control not working in X60 tablet [...]]]></description>
		<link>http://hackinghabits.com/2010/01/07/brightness-not-working-x60-mandriva-thinkpad-2/</link>
			</item>
	<item>
		<title>Unmount External Hard Disk in Linux</title>
		<description><![CDATA[External hard disks must be unmounted properly before you disconnect it off your system. After you mount hard drive for normal usage, unmount must be performed to safely remove the device. In some cases the HDD would still be running even after you had unmounted the HDD.
The below solution worked on Mandriva Linux 2007, Linux [...]]]></description>
		<link>http://hackinghabits.com/2010/01/07/unmount-external-hard-disk-in-linux/</link>
			</item>
</channel>
</rss>
