<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lost in Cyberspace</title>
	<atom:link href="http://djkaos.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://djkaos.wordpress.com</link>
	<description>http://www.djsh.net</description>
	<lastBuildDate>Thu, 28 Apr 2011 06:00:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='djkaos.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Lost in Cyberspace</title>
		<link>http://djkaos.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://djkaos.wordpress.com/osd.xml" title="Lost in Cyberspace" />
	<atom:link rel='hub' href='http://djkaos.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Moving my Blog</title>
		<link>http://djkaos.wordpress.com/2011/04/24/moving-my-blog/</link>
		<comments>http://djkaos.wordpress.com/2011/04/24/moving-my-blog/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 05:32:01 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=339</guid>
		<description><![CDATA[After nearly 2 years of inactivity I have decided to resume the work on my blog and this time i have bought hosting. Please bookmark the new link http://djsh.net Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=339&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After nearly 2 years of inactivity I have decided to resume the work on my blog and this time i have bought hosting.</p>
<p>Please bookmark the new link  <a href="http://djsh.net"> http://djsh.net</a></p>
<br />Filed under: <a href='http://djkaos.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=339&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2011/04/24/moving-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple espeak Program (speak_lib)</title>
		<link>http://djkaos.wordpress.com/2009/12/27/simple-espeak-program-speak_lib/</link>
		<comments>http://djkaos.wordpress.com/2009/12/27/simple-espeak-program-speak_lib/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 09:53:55 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Fedora 11]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=322</guid>
		<description><![CDATA[One of my friends was making a project requiring espeak. He was using speak_lib.h and wanted help on using it , so here is a simple c/c++ program  i wrote: DEPENDENCIES: portaudio-devel espeak-devel USAGE: (Assuming speak_lib.h in your current dir) (Replace g++ by gcc and .cpp with .c for compiling as c ) g++ -g -I. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=322&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of my friends was making a project requiring espeak. He was using speak_lib.h and wanted help on using it , so here is a simple c/c++ program  i wrote:</p>
<h2><span style="font-weight:normal;"><span style="text-decoration:underline;">DEPENDENCIES:</span></span></h2>
<pre>portaudio-devel
espeak-devel</pre>
<h2><span style="font-weight:normal;"><span style="text-decoration:underline;">USAGE:</span></span></h2>
<p>(Assuming speak_lib.h in your current dir)</p>
<p>(Replace g++ by gcc and .cpp with .c for compiling as c )</p>
<pre>
<div id="_mcePaste">g++ -g -I. Speak.cpp -lportaudio -lespeak -o Speak</div>
<div id="_mcePaste">./Speak</div>
</pre>
<h2><span style="text-decoration:underline;"><span style="font-weight:normal;">SOURCE CODE</span></span></h2>
<p><span style="font-weight:normal;"><a href="http://sites.google.com/site/djaylink/Home/Speak.cpp">Download</a></span></p>
<br />Posted in Fedora 11  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=322&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/12/27/simple-espeak-program-speak_lib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
		<item>
		<title>MEDIAFIRE DIRECT LINK GENERATOR</title>
		<link>http://djkaos.wordpress.com/2009/12/08/mediafire-link-resolver/</link>
		<comments>http://djkaos.wordpress.com/2009/12/08/mediafire-link-resolver/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 18:03:38 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Mediafire]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=316</guid>
		<description><![CDATA[THIS SCRIPT DOESN&#8217;T WORK ANYMORE! IF ANY FUTURE SCRIPTS WILL BE MADE THEY WILL BE POSTED  AT MY NEW BLOG http://djsh.net/ UPDATE2: Mediafire updated their page leaving this script non functional. UPDATE: Added Proxy Support This is a python based Mediafire link resolution script . It resolves the input link to give the direct link [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=316&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><strong>THIS SCRIPT DOESN&#8217;T WORK ANYMORE!</strong></p>
<p style="text-align:center;"><strong>IF ANY FUTURE SCRIPTS WILL BE MADE THEY WILL BE POSTED  AT MY NEW BLOG</strong></p>
<p style="text-align:center;"><strong><a title="New Blog" href="http://djsh.net/wp">http://djsh.net/</a></strong></p>
<p>UPDATE2: Mediafire updated their page leaving this script non functional.</p>
<p style="text-align:left;">UPDATE: Added Proxy Support</p>
<p style="text-align:left;">This is a python based Mediafire link resolution script . It resolves the input link to give the direct link to the file.</p>
<p style="text-align:left;"><strong>By using this script you are automatically agreeing to MediaFire &#8216;s Terms and Conditions.</strong></p>
<p style="text-align:left;">If you wish to have the source code , contact me.</p>
<p style="text-align:left;"><strong><a title="Mediafire Link Resolver" href="http://sites.google.com/site/djaylink/Home/mediafire.pyc" target="_blank">DOWNLOAD</a></strong></p>
<p style="text-align:left;">For help use &#8220;mediafire.pyc &#8211;help&#8221;</p>
<br />Posted in Bash, Linux, python, Windows  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=316&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/12/08/mediafire-link-resolver/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
		<item>
		<title>Freeing up RAM in Linux</title>
		<link>http://djkaos.wordpress.com/2009/07/27/freeing-up-ram-in-linux/</link>
		<comments>http://djkaos.wordpress.com/2009/07/27/freeing-up-ram-in-linux/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 10:58:35 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[Fedora 11]]></category>
		<category><![CDATA[Fedora 8]]></category>
		<category><![CDATA[Fedora 9]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[Memory]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=313</guid>
		<description><![CDATA[NOTE: Little clarification, this is not needed at all ,as memory is freed when required. WHY IT MAY BE HELP-FULL: This clears the page-cache , dentires and inodes. IT&#8217;S TRANSLATION : It may be that you are watching a movie or using a Virtual Machine , a resource hungry process has filled up your ram [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=313&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>NOTE: </strong>Little clarification, this is not needed at all ,as memory is freed when required.</p>
<p><strong>WHY IT MAY BE HELP-FULL</strong>: This clears the page-cache , dentires and inodes.</p>
<p><strong>IT&#8217;S TRANSLATION </strong>: It may be that you are watching a movie or using a Virtual Machine , a resource hungry process has filled up your ram by caching data and the data needs to be continuously removed  to make space for new data . This  is managed by the kernel.</p>
<p><strong>IF YOU STILL DON&#8217;T  GET IT: </strong>Notice  video in your movie hanging (not audio) while your ram gets cached Or your system running a bit slow ?</p>
<p><code><br />
1) Stop the process consuming loads of memory. (Check System Monitor).<br />
2) Open a terminal with root privileges .<br />
3)<em> Sync</em><br />
4)<em> echo 3 &gt; /proc/sys/vm/drop_caches</em><br />
5)<em> echo 0 &gt; /proc/sys/vm/drop_caches</em></code></p>
<br />Posted in Bash, Fedora 10, Fedora 11, Fedora 8, Fedora 9, Linux, openSUSE, Ubuntu 8.10, Ubuntu 9.04  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=313&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/07/27/freeing-up-ram-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 11 Fixing Various Problems</title>
		<link>http://djkaos.wordpress.com/2009/07/02/fedora-11fixs/</link>
		<comments>http://djkaos.wordpress.com/2009/07/02/fedora-11fixs/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 05:58:42 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Fedora 11]]></category>
		<category><![CDATA[audio problems]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[Leonidas]]></category>
		<category><![CDATA[mouse tap]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=307</guid>
		<description><![CDATA[0)  Graphic Driver Problems - For ATI RadeonHD cards (especially x1250 and x1200) yum install xorg-x11-drv-radeonhd if /etc/X11/xorg.conf doesnt exist yum install system-config-display Run system-config-display &#8211;reconfig in terminal. Modify /etc/X11/xorg.conf "Device" Section Driver "radeonhd" Option "DRI" "True" - Or Install fglrx (At the time of writing of post official rpmfusion drivers dont exist) Hence Fedora [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=307&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>0)  Graphic Driver Problems</strong></p>
<p>- For ATI RadeonHD cards (especially x1250 and x1200)</p>
<p><code> yum install xorg-x11-drv-radeonhd </code></p>
<p>if /etc/X11/xorg.conf doesnt exist<br />
<code>yum install system-config-display </code><br />
Run <em>system-config-display &#8211;reconfig</em> in terminal.</p>
<p>Modify /etc/X11/xorg.conf<br />
<code><br />
"Device" Section<br />
Driver   "radeonhd"<br />
Option "DRI"  "True"</code></p>
<p>- Or Install fglrx (At the time of writing of post official rpmfusion drivers dont exist)</p>
<p>Hence Fedora 10 &#8216;s kernel needs to be installed .Refer this post</p>
<p>(Make sure that you use correct driver since ati recently removed support for many cards )</p>
<p><strong>http://forums.fedoraforum.org/showthread.php?t=224519</strong></p>
<p><strong>1)  Enabling OSS</strong><br />
(This is needed for Real Player 11 as it crashes with ALSA)</p>
<p>(In Root /Sudo Mode)<br />
<code><br />
nano /etc/modprobe.d/dist-oss.conf<br />
</code><br />
uncomment line as mentioned</p>
<p><strong>2)  Fixing glitchy sound problems.</strong><br />
There are many solutions to the sound problems listed in http://fedoraforums.org<br />
They mainly deal with  time scheduling<br />
Other solutions consist of</p>
<p>- Enable OSS (See Above)<br />
- Install OSS v4.x ( <strong>This replaces all the ALSA/Pulse Audio kernel modules</strong>)</p>
<p><strong>3)  Enabling TAP in MousePad / Touchpad<br />
</strong></p>
<p><strong><em>- Temporary Measure</em></strong><br />
<code><br />
synclient TapButton1=1<br />
synclient TapButton2=1<br />
</code></p>
<p><strong><em>- Permanent Measures</em></strong></p>
<p>- System &gt; Prefrences &gt; Mouse &gt;Touchpad &gt; Enable mouse clicks</p>
<p><strong>OR</strong></p>
<p>- Modifying xorg.conf</p>
<p><a href="http://fedoraforum.org/forum/showthread.php?t=188383">See this link.</a></p>
<p><strong>NOTE: IF YOU FIND ANY PROBLEM / ALTERNATE SOLUTION WITH ABOVE FIXES PLEASE POST A COMMENT.</strong></p>
<br />Posted in Fedora 11  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=307&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/07/02/fedora-11fixs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 11 Leonidas Essentials Guide Part 2: More Config</title>
		<link>http://djkaos.wordpress.com/2009/06/24/fedora-11-leonidas-essentials-guide-part-2-more-config/</link>
		<comments>http://djkaos.wordpress.com/2009/06/24/fedora-11-leonidas-essentials-guide-part-2-more-config/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:07:14 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Fedora 11]]></category>
		<category><![CDATA[Leonidas]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=302</guid>
		<description><![CDATA[NOTE:All Commands to be entered in terminal in Super User/root mode. (.:. su &#8211; or sudo) 1) Setup sudo In Fedora the root and normal user accounts are different and one can switch between them to do administrative tasks. However if you want to give a user other than root administrative priviliges nano /etc/sudoers Add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=302&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>NOTE:All Commands to be entered in terminal in Super User/root mode. (.:. su &#8211; or sudo)</p>
<p>1)<span style="text-decoration:underline;"><strong> Setup sudo</strong></span><br />
In Fedora the root and normal user accounts are different and one can switch between them to do administrative tasks.<br />
However if you want to give a user other than root administrative priviliges</p>
<p><code>nano /etc/sudoers</code></p>
<p>Add to the end<br />
<span id="more-302"></span><br />
<code>&lt;name&gt; ALL=(ALL) ALL</code></p>
<p>is the user name you want to give sudo privilige.</p>
<p><code>&lt;name&gt; ALL=(ALL) NOPASSWD: ALL</code></p>
<p>if you dont want to be asked the password .(NOT RECOMMENDED)</p>
<p><span style="text-decoration:underline;"><strong>2)Permanantly Mounting Partitions:</strong></span></p>
<p>Fedora 11 has ntfs 3g preinstalled but sometimes the partitions don’t get mounted  (or you just may want to get rid of manual mounting)</p>
<p>Editing fstab gives read/write support on boot</p>
<p>a) use fdisk : <code>/sbin/fdisk -l</code></p>
<p>b) note down partions u wnt to access name (eg sda1) type (eg ntfs or FAT32)</p>
<p>c)Make mount points:</p>
<p><code>mkdir /media/&lt;name&gt;</code><br />
&lt;name&gt;can be replaced by whatever name you choose.</p>
<p>d)open gedit in sudo mode</p>
<p>e)Open /etc/fstab</p>
<p>f)For ntfs drive ( mount point here is DATA)</p>
<pre><code>   /dev/sda1 /media/DATA ntfs-3g rw,defaults,umask=0000 0 0
or /dev/sda1 /media/DATA ntfs-3g defaults 0 0</code></pre>
<p>if drive is FAT32/FAT16 use vfat instead of ntfs-3g , other lines are NOT REQUIRED</p>
<p><span style="text-decoration:underline;"><strong>3)Adobe Flash :</strong></span></p>
<p>For 32 bit:</p>
<p>install the Adobe YUM repository, and install through yum:</p>
<p><code>rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm<br />
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux</code></p>
<p><code>yum install flash-plugin </code> (if you dont do this no sound for flash applicatons)<br />
For 64 bit:</p>
<p>There are 2 ways.</p>
<p><em>OLDER WAY:</em> (NOT NEEDED AS 64 BIT FLASH PLAYER WORKS)</p>
<p><code>mkdir -p /usr/lib/mozilla/plugins<br />
yum install nspluginwrapper.{i386,x86_64} pulseaud/io-lib.i386<br />
yum install flash-plugin<br />
mozilla-plugin-config -i -g -v</code></p>
<p><em>NEWER WAY:</em></p>
<p>Download 64 bit Flash Player 10 </p>
<p>http://get.adobe.com/flashplayer/</p>
<p>4)<span style="text-decoration:underline;"><strong> Installing Sun Java<br />
</strong></span></p>
<p><strong> a) Download JDK from http://java.sun.com/javase/downloads</strong><br />
To install rpm<br />
rpm -ivh .rpm<br />
To install bin<br />
chmox +x .bin<br />
./.bin</p>
<p><code>/usr/sbin/alternatives --install /usr/bin/java java /usr/java/jre/bin/java 100<br />
/usr/sbin/alternatives --install /usr/bin/jar jar /usr/java/jre/bin/jar 100<br />
/usr/sbin/alternatives --install /usr/bin/javavc javavc /usr/java/jre/bin/javavc 100<br />
/usr/sbin/alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so 100<br />
</code><br />
<strong> b) To use Switch among javas:</strong><br />
<code>/usr/sbin/alternatives --config java<br />
/usr/sbin/alternatives --config libjavaplugin.so<br />
/usr/sbin/alternatives --config jar<br />
</code><br />
<strong> c)For Java Programs(You Probably Already Have This):</strong><br />
<code>yum install libXp compat-libstdc++-*</code></p>
<br />Posted in Fedora 11  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=302&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/06/24/fedora-11-leonidas-essentials-guide-part-2-more-config/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 11 Leonidas Essentials Guide Part 1: Getting Started</title>
		<link>http://djkaos.wordpress.com/2009/06/24/f11e1/</link>
		<comments>http://djkaos.wordpress.com/2009/06/24/f11e1/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:42:38 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Fedora 11]]></category>
		<category><![CDATA[Leonidas]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=297</guid>
		<description><![CDATA[Fedora 11 Leonidas essentials guide Well Howdy Folks ! ,thou having trouble with getting Fedora 11 Leonidas Up and Running ? Well then you have come to the right place !!! NOTE:all commands r to be typed in terminal with sudo or su login or su -c PS: All yum commands can be replaced by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=297&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Fedora 11 Leonidas essentials guide</strong></p>
<p><em>Well Howdy Folks ! ,thou having trouble with getting Fedora 11 Leonidas Up and Running ?</em></p>
<p><em>Well then you have come to the right place !!!</em><br />
<strong>NOTE:all commands r to be typed in terminal with sudo or su login or su -c<br />
PS: All yum commands can be replaced by package kit alternatives type “info pkcon” in terminal.</strong></p>
<p><strong>0) PRESTO PLUGIN FOR YUM: </strong>Presto is a delta rpm plugin for  yum . (Delta rpm is only the difference in old and new version of packages Hence Saves Precious Bandwidth.<br />
    <code> yum install yum-presto </code><br />
<span id="more-297"></span><br />
<strong>1)</strong><strong>RPM-FUSION:</strong>Adding rpmfusion as a repository to get access to lot of other packages and features.</p>
<p>(VERY ESSENTIAL ALL OTHER STEPS REQUIRE THIS)<br />
<code><br />
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm  http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</code></p>
<p><em><code>yum update</code></em></p>
<p>To install something in command line use</p>
<p><code><em>yum install Name of Packages Seperated by spaces</em> -y<br />
</code></p>
<p>of course to find the exact package name use</p>
<p><code><em>yum search Package</em></code></p>
<p><em><br />
</em></p>
<p><strong>2)</strong><strong>Package Management Frontend GUI</strong> :</p>
<p>Fedora already has PackageKit (<em>System&gt;Administration&gt;Add/Remove Software)</em></p>
<p><em> </em>but it doesn&#8217;t quite compare up to <strong>yumex</strong></p>
<p><em><code>yum install yumex</code></em></p>
<p><strong>3)MP3 Support</strong>:</p>
<p>Well, everybody loves their songs right ?</p>
<p><em>yum install gstreamer-plugins-bad gstreamer-plugins-ugly xine xine-lib libdvdcss xine-lib-extras-nonfree<br />
</em></p>
<p><em><br />
</em></p>
<p><strong>4)Music Players:</strong></p>
<p>Everybody has a different choice of a music player , I personally prefer Songbird and Amarok which have everything from cover management ,id3tag editing,online Music Store Support and Global key Shortcuts.</p>
<p>Few of the most used players.</p>
<pre style="font:normal normal normal 12px/18px Consolas, Monaco, 'Courier New', Courier, monospace;">                     -Amarok
                     -Audacious
                     -Banshee
                     -Exaile
                     -Listen
                     -Rhythmbox
                     -Xmms
                     -Songbird</pre>
<p><strong>4)GCC compatibility:</strong></p>
<p><strong> </strong>GCC is the GNU compiler supporting a lot of languages. Its needed for old packages.</p>
<p><em>yum install gcc gcc-c++ compat-libstdc++-33 compat-libstdc++-296</em></p>
<p>5)<strong>Video Codecs</strong>:</p>
<p>Fedora doesn&#8217;t with proprietary codecs for playing Codecs.</p>
<p>Download them.</p>
<p><em><code>wget  http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2</code></em></p>
<p>then</p>
<p><em><code>mkdir -p /usr/lib/codecs</code></em></p>
<p><em><code>tar -jxvf all-20071007.tar.bz2 --strip-components 1 -C /usr/lib/codecs/</code></em></p>
<p><strong>5)Video Players</strong>:</p>
<p>Totem is installed by default but its not a favourite of mine.</p>
<p><em><strong>Real Player</strong></em></p>
<p>Download RealPlayer 11 GOLD from: http://www.real.com/linux/. ( preferably use .bin file)</p>
<p>Select: “Advanced Installation RedHat Package”</p>
<p>Before installing RealPlayer, make sure to have the compat-libstdc++-33 compatibility libraries installed.<br />
yum install compat-libstdc++-33</p>
<p><em>chmod +x name.bin</em></p>
<p><em>./name.bin</em></p>
<p>Read Agreement Go to end and press y and enter (keep pressing enter, till it starts installing)</p>
<p><strong><em>For RPM:</em></strong><br />
<em>sudo rpm -ivh RealPlayer11.rpm</em></p>
<p>note:if real/helix or any plugin doesnt load in firefox use:<br />
<code>sudo /usr/bin/mozilla-plugin-config -i -f</code></p>
<p><strong><em>Other Players</em></strong></p>
<p>mplayer: <em><code>yum install mplayer mplayer-gui mplayer-skins mplayer-fonts mplayerplug-in mencoder</code></em><br />
xine:       <em><code>yum install xine xine-lib-extras xine-lib-extras-nonfree libdvdcss</code></em><br />
vlc:         <em><code>yum install vlc</code></em></p>
<p>kaffeine<em> <code>yum install kaffeine kdemultimedia kdemultimedia-libs</code></em></p>
<p>Dragon : <em><code>yum install dragon kdemultimedia kdemultimedia-libs</code></em></p>
<p><strong>Note: After this if it doesn’t work refer to my other posts</strong></p>
<br />Posted in Fedora 11  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=297&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/06/24/f11e1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 11 Leonidas Whats New!</title>
		<link>http://djkaos.wordpress.com/2009/06/09/f11-rev/</link>
		<comments>http://djkaos.wordpress.com/2009/06/09/f11-rev/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:15:00 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Fedora 11]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=293</guid>
		<description><![CDATA[Fedora 11 Leonidas has been released today (9th June 2009). 10 Reasons for you to Download it now 1) DNSSEC (DNS Security Extensions) &#8211; services protect against most of the threats to the Domain Name System 2) 20 sec Boot up time being the fastest in Major desktop Linux distributions 3) EXT4 As default file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=293&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Fedora 11 Leonidas has been released today (9th June 2009).</em></p>
<p>10 Reasons for you to <a href="http://mirrors.fedoraproject.org/publiclist/Fedora/11/"><strong>Download it now</strong></a></p>
<p>1) DNSSEC (DNS Security Extensions) &#8211; services protect against most of the threats to the Domain Name System</p>
<p>2) 20 sec Boot up time being the fastest in Major desktop Linux distributions</p>
<p>3) EXT4 As default file system which raises max file system size up to 1 Exabyte and max file size to 16 TB boosts computers overall speed</p>
<p>4) Xserver 1.6 = Better Graphics (however ctrl+alt+backspace combo is disabled by default)</p>
<p>5) RPM 4.7 reduces the memory consumption (of packaging process)</p>
<p>6) Much more responsive synaptic touchpad</p>
<p>7) Automatic Fonts &amp; Mime Installer &#8211; Allows programs on the desktop to automatically install applications, fonts, multimedia capabilities, and clipart.</p>
<p>8)Fingerprint Readers &#8211; Support for finger print authentication on some devices.</p>
<p>9) Volume Control (Widget) &#8211; An awesome, flexible volume control.</p>
<p>10) MinGW Cross-compiler &#8211; Build and test Microsoft Windows programs directly from fedora without getting blue screens</p>
<br />Posted in Fedora 11  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=293&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/06/09/f11-rev/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu 9.04 Jaunty Jackalope A Review</title>
		<link>http://djkaos.wordpress.com/2009/04/25/ubuntu-904-jaunty-jackalope-a-review/</link>
		<comments>http://djkaos.wordpress.com/2009/04/25/ubuntu-904-jaunty-jackalope-a-review/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 09:45:23 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=290</guid>
		<description><![CDATA[Ubuntu is back with its new flavour &#8220;Jaunty Jackalope&#8221; . After the not so exciting 8.10 Release , the new edition has quite a few improvements. The old theme is still retained as the default but with refreshing new themes Dust ,Dust Sand And New Wave NEW FEATURES/IMPROVEMENTS - The boot up acpi problem is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=290&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">
<div id="attachment_291" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-291" title="Ubuntu 9.04 with Dark Room Theme" src="http://djkaos.files.wordpress.com/2009/04/screenshot.png?w=300&#038;h=187" alt="Ubuntu 9.04" width="300" height="187" /><p class="wp-caption-text">Ubuntu 9.04 with Dark Room Theme</p></div>
<p>Ubuntu is back with its new flavour &#8220;Jaunty Jackalope&#8221; . After the not so exciting 8.10 Release , the new edition has quite a few improvements. The old theme is still retained as the default but with refreshing new themes Dust ,Dust Sand And  New Wave</p>
<p><span style="text-decoration:underline;"><strong>NEW FEATURES/IMPROVEMENTS</strong></span></p>
<p>- The boot up acpi problem is fixed</p>
<p>- Kernel being used is 2.6.28-11 .</p>
<p>- EXT4 Filesystem Support</p>
<p>- GNOME 2.26</p>
<p>- New Notification System</p>
<p>- Coherence tools (UPnP Plugin)</p>
<p>- Computer Janitor ( For removing unused Packages)</p>
<p>- USB Startup Disk Creator</p>
<p>- System Testing ( For Submitting Details to Ubuntu Hardware Database)</p>
<p><span style="text-decoration:underline;"><strong>OTHER POINTS OF INTEREST</strong></span></p>
<p>The radeon driver being used is glitchy (screen break up) and fps is low (as compared to fedora 10) but is bearable.</p>
<p>The b43/ssb drivers for wireless support for Broadcom Card still don&#8217;t work for BCM4312 Series but they can be replaced with wl which works directly.</p>
<p>The Notification System looks great ( hmm.. reminds me of the Mac Notification System Growl).</p>
<p>It comes with Firefox 3.08 instead of Firefox 3.1 Beta which is a bit disappointing.</p>
<p><span style="text-decoration:underline;"><strong>JUDGEMENT</strong></span></p>
<p>Overall Canonical has done a decent job to avoid another disappointment like Intrepid Ibex.</p>
<p><strong>Rating: 8.5/10 (Try it Out!)<br />
</strong></p>
<br />Posted in Ubuntu 9.04  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/290/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=290&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/04/25/ubuntu-904-jaunty-jackalope-a-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>

		<media:content url="http://djkaos.files.wordpress.com/2009/04/screenshot.png?w=300" medium="image">
			<media:title type="html">Ubuntu 9.04 with Dark Room Theme</media:title>
		</media:content>
	</item>
		<item>
		<title>Python GMail SMTP Send Email Script</title>
		<link>http://djkaos.wordpress.com/2009/04/08/python-gmail-smtp-send-email-script/</link>
		<comments>http://djkaos.wordpress.com/2009/04/08/python-gmail-smtp-send-email-script/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 11:11:27 +0000</pubDate>
		<dc:creator>djays</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://djkaos.wordpress.com/?p=287</guid>
		<description><![CDATA[Here is a small script that i made some time ago , it uses GMail&#8217;s mail servers to send an email. #!/usr/bin/python # PyGms 1.0 # Gmail SMTP Script Made by Djays import smtplib from email.MIMEMultipart import MIMEMultipart from email.MIMEBase import MIMEBase from email.MIMEText import MIMEText from email import Encoders import os ver = "v1.0" [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=287&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a small script that i made some time ago , it uses GMail&#8217;s mail servers to send an email.</p>
<pre>
#!/usr/bin/python
# PyGms 1.0
# Gmail SMTP  Script Made by Djays

import smtplib
from email.MIMEMultipart import MIMEMultipart
from email.MIMEBase import MIMEBase
from email.MIMEText import MIMEText
from email import Encoders
import os

ver = "v1.0"
gmail_user = ""	#Username
gmail_pwd  = ""		#Password
gmail_alt  = " "		#Alias ID
gmail_alias = ""+gmail_alt		#nickname
mailing_list = ""
class mailz:
  def __init__(self):
    self.files=[""]
    self.mail = MIMEMultipart()

  def attach(self,fil):
    self.files.append(fil)

  def mailprep(self,to, subject, text):
    self.to = to
    self.mail['From'] = gmail_alias
    self.mail['To'] = to
    self.mail['Subject'] = subject
    if (mailtoBcc !="") :
      self.mail['BCC'] = mailtoBcc

    text+="\n\n\n_________________________\nMail generated By  PyGmS "+ver+"\n       - Made By Djays\n        http://djsh.net"

    self.mail.attach(MIMEText(text))
    print self.files

    for attach in self.files:
      if (attach != "") :
          part = MIMEBase('application', 'octet-stream')
          part.set_payload(open(attach, 'rb').read())
          Encoders.encode_base64(part)
          part.add_header('Content-Disposition','attachment; filename="%s"' % os.path.basename(attach))
          self.mail.attach(part)

  def sendmail(self):
    self.mailServer = smtplib.SMTP("smtp.gmail.com", 587)
    self.mailServer.ehlo()
    self.mailServer.starttls()
    self.mailServer.ehlo()
    self.mailServer.login(gmail_user, gmail_pwd)
    self.mailServer.sendmail(gmail_user, self.to, self.mail.as_string())
    self.mailServer.close()

mailto   =  raw_input("Enter Recepients (Seperated By a Comma): ")
mailtoBcc=  raw_input("Enter BCCRecepients (Seperated By a Comma): ")
mailsubj =  raw_input("Enter Subject: ")
mailmsg  =  raw_input("Enter Message: ")
mailattch = ""
newmail  = mailz()

while 1:
 mailattch = ""
 c = raw_input("Attach a File ? (y/n)")
 if c == 'n':
   break
 if c != 'y':
   continue
 mailattch = raw_input("Enter Path of file: ")
 newmail.attach(mailattch)
newmail.mailprep(mailto,mailsubj,mailmsg)

newmail.sendmail()
</pre>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djkaos.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djkaos.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djkaos.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djkaos.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;blog=2150720&amp;post=287&amp;subd=djkaos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djkaos.wordpress.com/2009/04/08/python-gmail-smtp-send-email-script/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/783b386a75d6c1af5b069311d8e212a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djays</media:title>
		</media:content>
	</item>
	</channel>
</rss>
