<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>It's all about doing...</title><generator>Tumblr (3.0; @votaguz)</generator><link>http://votaguz.tumblr.com/</link><item><title>Adding PIL support for Django in Ubuntu</title><description>&lt;p&gt;For some reason that i don&amp;#8217;t understand yet, install PIL from pip in Ubuntu simply doesn&amp;#8217;t work, at this point i&amp;#8217;ve found a possible solution, installing it by hand. &lt;br/&gt;&lt;br/&gt;All we need is download PIL from &lt;a href="http://effbot.org/downloads/Imaging-1.1.7.tar.gz" title="PIL Download" target="_blank"&gt;here&lt;/a&gt; extract whenever you want:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Navigate inside the directory&lt;em&gt;&lt;strong&gt; Imaging.x.x.x&lt;/strong&gt;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Open the &amp;#8220;setup.py&amp;#8221; file with your favorite editor&lt;/li&gt;
&lt;li&gt;Go to line 214 and above add &lt;strong&gt;&lt;em&gt;add_directory(library_dirs, &amp;#8220;/usr/lib/i386-linux-gnu&amp;#8221;)&lt;/em&gt;&lt;/strong&gt; if you&amp;#8217;re using a 32 bits distro or &lt;em&gt;&lt;strong&gt;add_directory(library_dirs, &amp;#8220;/usr/lib/x86_64-linux-gnu&amp;#8221;)&lt;/strong&gt;&lt;/em&gt; for 64 bits ones. &lt;/li&gt;
&lt;li&gt;After saving the file simply run &lt;em&gt;&amp;#8220;python setup.py install&amp;#8221;&lt;/em&gt; and wait for a moment.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;span&gt;In some cases it can be necessary install&lt;em&gt; libjpeg, zlib and freetype &lt;/em&gt; first. &lt;/span&gt;&lt;/p&gt;</description><link>http://votaguz.tumblr.com/post/22793009261</link><guid>http://votaguz.tumblr.com/post/22793009261</guid><pubDate>Thu, 10 May 2012 15:58:00 -0400</pubDate><category>ubuntu</category><category>django</category><category>PIL support</category></item><item><title>Install Oracle Java 7 in Ubuntu</title><description>&lt;p&gt;If you want to install Oracle Java 7 in Ubuntu 12.04 try this:  &lt;strong&gt;&lt;em&gt;sudo add-apt-repository ppa:webupd8team/java&amp;#160;; sudo apt-get update&amp;#160;; sudo apt-get install oracle-jdk7-installer&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Very easy and straight forward&amp;#8230; &lt;/p&gt;</description><link>http://votaguz.tumblr.com/post/22383355592</link><guid>http://votaguz.tumblr.com/post/22383355592</guid><pubDate>Fri, 04 May 2012 10:48:00 -0400</pubDate><category>ubuntu software open source</category></item></channel></rss>
