<?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"
	>

<channel>
	<title>Tech Mix</title>
	<atom:link href="http://techmix.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://techmix.net/blog</link>
	<description>Beautify the mixture ... and my Love for Morcheeba ~</description>
	<pubDate>Sat, 31 Jul 2010 04:26:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>How to clear DNS cache in Mac (Tiger, Leopard, Snow Leopard)</title>
		<link>http://techmix.net/blog/2010/07/31/how-to-clear-dns-cache-in-mac-tiger-leopard-snow-leopard/</link>
		<comments>http://techmix.net/blog/2010/07/31/how-to-clear-dns-cache-in-mac-tiger-leopard-snow-leopard/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:25:59 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[cache]]></category>

		<category><![CDATA[clear cache]]></category>

		<category><![CDATA[dns]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[macos]]></category>

		<category><![CDATA[snow leopard]]></category>

		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/2010/07/31/how-to-clear-dns-cache-in-mac-tiger-leopard-snow-leopard/</guid>
		<description><![CDATA[Sometimes you may need to clear the DNS cache of your MacOS, just do it  as followed:
1. Goto Applications -&#62; Utilities -&#62; Terminal2. At the terminal, type:For MacOS Tiger &#38; older:

lookupd -flushcache 

For MacOS Leopard &#38; Snow Leopard 
dscacheutil  -flushcache



    

	]]></description>
			<content:encoded><![CDATA[<p>Sometimes you may need to clear the DNS cache of your MacOS, just do it  as followed:</p>
<p>1. Goto Applications -&gt; Utilities -&gt; Terminal<br />2. At the terminal, type:<br /><u>For MacOS Tiger &amp; older</u>:<br />
<blockquote>
<p>lookupd -flushcache </p>
</blockquote>
<p><u>For MacOS Leopard &amp; Snow Leopard </u><br />
<blockquote>dscacheutil  -flushcache</p></blockquote>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d6b459d4-3ba6-8865-a371-c971cfb40628" /></div>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=How%20to%20clear%20DNS%20cache%20in%20Mac%20%28Tiger%2C%20Leopard%2C%20Snow%20Leopard%29&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2010%2F07%2F31%2Fhow-to-clear-dns-cache-in-mac-tiger-leopard-snow-leopard%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2010/07/31/how-to-clear-dns-cache-in-mac-tiger-leopard-snow-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Validation with Jquery</title>
		<link>http://techmix.net/blog/2010/07/26/validation-with-jquery/</link>
		<comments>http://techmix.net/blog/2010/07/26/validation-with-jquery/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 04:08:54 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[client validation]]></category>

		<category><![CDATA[javascripts]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[plug-in]]></category>

		<category><![CDATA[validation]]></category>

		<category><![CDATA[validity]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/2010/07/26/validation-with-jquery/</guid>
		<description><![CDATA[Ever wonder how to write easy validation for your form with Jquery? I&#8217;ve been using quite a few but none can compete with Validity, it&#8217;s a nice little javascripts snippet that can handle most of our needs for client validation. And the syntax is beautiful, too, just have a look&#160;
Documentation is perfect !!!!!!! So what [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder how to write easy validation for your form with Jquery? I&#8217;ve been using quite a few but none can compete with <a target="_blank" href="http://validity.thatscaptaintoyou.com/">Validity</a>, it&#8217;s a nice little javascripts snippet that can handle most of our needs for client validation. And the syntax is beautiful, too, just have a look<br />&nbsp;<br /><img style="max-width: 800px;" src="http://techmix.net/blog/wp-content/uploads/2010/07/screen-shot-2010-07-26-at-110325-am.png" /></p>
<p>Documentation is perfect !!!!!!! So what are you waiting for, try and see it <a target="_blank" href="http://validity.thatscaptaintoyou.com/">here</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Validation%20with%20Jquery&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2010%2F07%2F26%2Fvalidation-with-jquery%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2010/07/26/validation-with-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add your Google Apps email to Palm Pre</title>
		<link>http://techmix.net/blog/2010/07/19/add-your-google-apps-email-to-palm-pre/</link>
		<comments>http://techmix.net/blog/2010/07/19/add-your-google-apps-email-to-palm-pre/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 16:32:22 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[google apps]]></category>

		<category><![CDATA[googleapps]]></category>

		<category><![CDATA[palm]]></category>

		<category><![CDATA[palmpre]]></category>

		<category><![CDATA[pre]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/2010/07/19/add-your-google-apps-email-to-palm-pre/</guid>
		<description><![CDATA[I&#8217;ve just got a new Palm Pre and really, really it&#8217;s fantastic, especially with the email capability of handling various email account (include exchange).
For those of you want to add your own domain Google Apps account to Palm Pre, it&#8217;s simple in few steps:
1. Open Email -&#62; Preferences &#38; Accounts2. Select &#8220;Add An Account&#8221; from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just got a new Palm Pre and really, really it&#8217;s fantastic, especially with the email capability of handling various email account (include exchange).</p>
<p>For those of you want to add your own domain Google Apps account to Palm Pre, it&#8217;s simple in few steps:</p>
<p>1. Open Email -&gt; Preferences &amp; Accounts<br />2. Select &#8220;Add An Account&#8221; from the Preferences window<br />4.Put in Email address your domain Google Apps email address, appending with @gmail.com<br />For example, if your email if your.name@company.com then put in your.name@company.com@gmail.com<br />5. Put in your password<br />6. And voila`, you are done!</p>
<p>Tell me if it works for you, too!</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Add%20your%20Google%20Apps%20email%20to%20Palm%20Pre&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2010%2F07%2F19%2Fadd-your-google-apps-email-to-palm-pre%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2010/07/19/add-your-google-apps-email-to-palm-pre/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install packages for PEAR in XAMPP (Ubuntu Linux)</title>
		<link>http://techmix.net/blog/2010/03/17/install-packages-for-pear-in-xampp-ubuntu-linux/</link>
		<comments>http://techmix.net/blog/2010/03/17/install-packages-for-pear-in-xampp-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 04:26:13 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[lampp]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[packages]]></category>

		<category><![CDATA[pear]]></category>

		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/?p=120</guid>
		<description><![CDATA[You want to install some packages for PEAR in XAMPP in linux, assume XAMPP &#38; PEAR are already  installed at /opt/lampp
1. Go to /opt/lampp/bin
2. $ sudo ./pear install &#60;package-names&#62;
DONE!

    

	]]></description>
			<content:encoded><![CDATA[<p>You want to install some packages for PEAR in XAMPP in linux, assume XAMPP &amp; PEAR are already  installed at /opt/lampp</p>
<p>1. Go to /opt/lampp/bin</p>
<p>2. $ sudo ./pear install &lt;package-names&gt;</p>
<p>DONE!</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Install%20packages%20for%20PEAR%20in%20XAMPP%20%28Ubuntu%20Linux%29&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2010%2F03%2F17%2Finstall-packages-for-pear-in-xampp-ubuntu-linux%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2010/03/17/install-packages-for-pear-in-xampp-ubuntu-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skype on Ubuntu Lucid Lynx 10.04</title>
		<link>http://techmix.net/blog/2010/03/17/skype-on-ubuntu-lucid-lynx-1004/</link>
		<comments>http://techmix.net/blog/2010/03/17/skype-on-ubuntu-lucid-lynx-1004/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 01:46:19 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[lucid lynx]]></category>

		<category><![CDATA[skype]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/?p=118</guid>
		<description><![CDATA[
Easy steps for running Skype on Lucid Lynx 10.04
Download first, check your system 32bit or 64bit and download the corresponding file:
32 bit
64 bit
Launch the skype deb file and you are in business

    

	]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 410px"><img title="Skype" src="http://weblogs.baltimoresun.com/news/technology/skype.jpg" alt="Skype" width="400" height="400" /><p class="wp-caption-text">Skype</p></div>
<p>Easy steps for running Skype on Lucid Lynx 10.04</p>
<p>Download first, check your system 32bit or 64bit and download the corresponding file:</p>
<blockquote><p><a href="http://www.skype.com/go/getskype-linux-beta-ubuntu-32">32 bit</a></p>
<p><a href="http://www.skype.com/go/getskype-linux-beta-ubuntu-64">64 bit</a></p></blockquote>
<p>Launch the skype deb file and you are in business</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Skype%20on%20Ubuntu%20Lucid%20Lynx%2010.04&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2010%2F03%2F17%2Fskype-on-ubuntu-lucid-lynx-1004%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2010/03/17/skype-on-ubuntu-lucid-lynx-1004/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hamachi on Ubuntu Karmic Koala 9.10 error</title>
		<link>http://techmix.net/blog/2009/10/27/hamachi-on-ubuntu-karmic-koala-910-error/</link>
		<comments>http://techmix.net/blog/2009/10/27/hamachi-on-ubuntu-karmic-koala-910-error/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:27:11 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[hamachi]]></category>

		<category><![CDATA[karmic]]></category>

		<category><![CDATA[koala]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/?p=114</guid>
		<description><![CDATA[I have Hamachi installed on Jaunty successfully by following this article, but having error when trying to make the same on Karmic.
Step 17 failed simple with &#8220;Killed&#8221; message when I put the command
$ sudo hamachi-init -c /etc/hamachi
After googling around, I found out this posts, it solved my problem, so I put it here for those [...]]]></description>
			<content:encoded><![CDATA[<p>I have Hamachi installed on Jaunty successfully by following <a href="http://www.sucka.net/2009/07/install-hamachi-on-ubuntu-9-04/2/">this article</a>, but having error when trying to make the same on Karmic.</p>
<p>Step 17 failed simple with &#8220;Killed&#8221; message when I put the command</p>
<p>$ sudo hamachi-init -c /etc/hamachi</p>
<p>After googling around, I found out <a href="http://art.ubuntuforums.org/showthread.php?p=8157606">this posts</a>, it solved my problem, so I put it here for those who are struggling with the Hamachi installation on Karmic. Sum it up, you need to do these before proceeding to step 17:</p>
<p>sudo apt-get install upx-ucl<br />
cd /usr/bin<br />
sudo upx -d hamachi</p>
<p>You will get like this</p>
<p>Ultimate Packer for eXecutables<br />
Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007<br />
UPX 3.01        Markus Oberhumer, Laszlo Molnar &amp; John Reiser   Jul 31st 2007</p>
<p>File size         Ratio      Format      Name<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;   &#8212;&#8212;   &#8212;&#8212;&#8212;&#8211;   &#8212;&#8212;&#8212;&#8211;<br />
830676 &lt;-    331144   39.86%    linux/386    hamachi</p>
<p>Unpacked 1 file.</p>
<p>Now continue your installation with step 17, everything will be fine!</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Hamachi%20on%20Ubuntu%20Karmic%20Koala%209.10%20error&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2009%2F10%2F27%2Fhamachi-on-ubuntu-karmic-koala-910-error%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2009/10/27/hamachi-on-ubuntu-karmic-koala-910-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Speedup your flock browser (applied to firefox too)</title>
		<link>http://techmix.net/blog/2009/10/25/speedup-your-flock-browser-applied-to-firefox-too/</link>
		<comments>http://techmix.net/blog/2009/10/25/speedup-your-flock-browser-applied-to-firefox-too/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 05:40:38 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[flock]]></category>

		<category><![CDATA[karmic]]></category>

		<category><![CDATA[speedup]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/2009/10/25/speedup-your-flock-browser-applied-to-firefox-too/</guid>
		<description><![CDATA[I decided to try Flock on my new Ubuntu Karmic installation, which is running beautifully on my old-boy Toshibar R100. And to make it faster, you may try as I did, I bet it will make your flock much faster when browsing

1. In Address bar type about:config . A warning is displayed, just proceed with [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to try Flock on my new Ubuntu Karmic installation, which is running beautifully on my old-boy Toshibar R100. And to make it faster, you may try as I did, I bet it will make your flock much faster when browsing</p>
<p><img src="http://flock.com/images/template/logo.gif" style="margin: 0pt auto 10px; display: block; text-align: center;" title="" alt="" /></p>
<p>1. In Address bar type about:config . A warning is displayed, just proceed with the button &#8220;I&#8217;ll be careful, I promise&#8221; <img src='http://techmix.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
2. In the Filter, type network.http</p>
<p>3. Now, locate the row named network.http.pipelining and double click it to change the value from false to true</p>
<p>4. Do the same to network.http.proxy.pipelining</p>
<p>5. Locate the row named network.http.pipelining.maxrequests – double click and change the value to 30 or higher  (I’m using 40)</p>
<p>6. Restart your Flock and see <img src='http://techmix.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Hopefully that works for you too</p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Speedup%20your%20flock%20browser%20%28applied%20to%20firefox%20too%29&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2009%2F10%2F25%2Fspeedup-your-flock-browser-applied-to-firefox-too%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2009/10/25/speedup-your-flock-browser-applied-to-firefox-too/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get back your Alt+Ctrl+Backspace in Karmic</title>
		<link>http://techmix.net/blog/2009/10/18/get-back-your-altctrlbackspace-in-karmic/</link>
		<comments>http://techmix.net/blog/2009/10/18/get-back-your-altctrlbackspace-in-karmic/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:14:58 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[alt+ctrl+Backspace]]></category>

		<category><![CDATA[karmic]]></category>

		<category><![CDATA[keyboard]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/2009/10/18/get-back-your-altctrlbackspace-in-karmic/</guid>
		<description><![CDATA[Alt+Ctrl+Backspace is disabled by default in Karmic, to enable it back, it&#8217;s quite easy
1. GNOME
- Goto  System-&#62;Preferences-&#62;Keyboard- Choose Layout tab, then click &#8220;Layout Options&#8221; button- Select &#8220;Key sequence to kill the X server&#8221;and tick the option Alt+Ctrl+Backspace
2. KDE
- From your terminal, launch &#8220;systemsettings&#8221;- Select &#8220;Regional &#38; Language&#8221; -&#62; &#8220;Keyboard Layout&#8221;- In &#8220;Layout&#8221; tab, click [...]]]></description>
			<content:encoded><![CDATA[<p>Alt+Ctrl+Backspace is disabled by default in Karmic, to enable it back, it&#8217;s quite easy</p>
<p>1. GNOME</p>
<p>- Goto  System-&gt;Preferences-&gt;Keyboard<br />- Choose Layout tab, then click &#8220;Layout Options&#8221; button<br />- Select &#8220;Key sequence to kill the X server&#8221;and tick the option Alt+Ctrl+Backspace</p>
<p>2. KDE</p>
<p>- From your terminal, launch &#8220;systemsettings&#8221;<br />- Select &#8220;Regional &amp; Language&#8221; -&gt; &#8220;Keyboard Layout&#8221;<br />- In &#8220;Layout&#8221; tab, click on &#8220;Enable keyboard layouts&#8221;<br />- Choose &#8220;Advanced&#8221; tab, select &#8220;Key sequence to kill the X server&#8221; and tick on &#8220;Control + Alt + Backspace&#8221;</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a1ad2f68-f283-8ce8-a0ab-0c7a03ba2904" /></div>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Get%20back%20your%20Alt%2BCtrl%2BBackspace%20in%20Karmic&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2009%2F10%2F18%2Fget-back-your-altctrlbackspace-in-karmic%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2009/10/18/get-back-your-altctrlbackspace-in-karmic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Duplicate a website like Teleport on Ubuntu Jaunty Linux</title>
		<link>http://techmix.net/blog/2009/10/14/duplicate-a-website-like-teleport-on-ubuntu-jaunty-linux/</link>
		<comments>http://techmix.net/blog/2009/10/14/duplicate-a-website-like-teleport-on-ubuntu-jaunty-linux/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 07:34:36 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[alternatives]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[duplicate]]></category>

		<category><![CDATA[jaunty]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[teleport]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/2009/10/14/duplicate-a-website-like-teleport-on-ubuntu-jaunty-linux/</guid>
		<description><![CDATA[If you are a Windows user, you probably know about Teleport to download or create a copy of a website on your hard-disk
What about on Linux? Well, you have another alternative powerful option: using wget
- To mirror your website:
wget --convert-links -r http://www.yoursite.com
- To download specific file types:
wget &#8211;accept=.html,.doc,.docx,.pdf,.xls,.xlsx,.ppt,.pptx &#8211;recursive &#8211;no-clobber &#8211;page-requisites &#8211;convert-links &#8211;restrict-file-names=windows &#8211;domains yoursite.com [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a Windows user, you probably know about Teleport to download or create a copy of a website on your hard-disk</p>
<p>What about on Linux? Well, you have another alternative powerful option: using wget</p>
<p>- To mirror your website:<br />
<blockquote><code>wget </code><code>--convert-links </code><code>-r http://www.yoursite.com</code><br /><code></code></p></blockquote>
<p><code><br /></code><br />- To download specific file types:<br />
<blockquote><code></code>wget &#8211;accept=.html,.doc,.docx,.pdf,.xls,.xlsx,.ppt,.pptx &#8211;recursive &#8211;no-clobber &#8211;page-requisites &#8211;convert-links &#8211;restrict-file-names=windows &#8211;domains yoursite.com &#8211;no-parent http://yoursite.com/path</p></blockquote>
<p>Is there any better alternatives? Please share with me.</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=3240fe77-31db-8870-b268-4edafb78e53d" /></div>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Duplicate%20a%20website%20like%20Teleport%20on%20Ubuntu%20Jaunty%20Linux&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2009%2F10%2F14%2Fduplicate-a-website-like-teleport-on-ubuntu-jaunty-linux%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2009/10/14/duplicate-a-website-like-teleport-on-ubuntu-jaunty-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Looking no more! I found the best Mind Map for my Ubuntu</title>
		<link>http://techmix.net/blog/2009/10/06/looking-no-more-i-found-the-best-mind-map-for-my-ubuntu/</link>
		<comments>http://techmix.net/blog/2009/10/06/looking-no-more-i-found-the-best-mind-map-for-my-ubuntu/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 08:59:37 +0000</pubDate>
		<dc:creator>number.0</dc:creator>
		
		<category><![CDATA[My Everything]]></category>

		<category><![CDATA[chart]]></category>

		<category><![CDATA[draw]]></category>

		<category><![CDATA[freemind]]></category>

		<category><![CDATA[jaunty]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[mind map]]></category>

		<category><![CDATA[mindmap]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[xmind]]></category>

		<guid isPermaLink="false">http://techmix.net/blog/2009/10/06/looking-no-more-i-found-the-best-mind-map-for-my-ubuntu/</guid>
		<description><![CDATA[I have been missing Mindmap Manager when switching to Ubuntu from my Windows box and wondering for a while to find a powerful &#38; competitive alternative free solution.
Freemind is the first one that came up on my Ubuntu Jaunty 9.04 system, it satisfied my needs but the graphics seem to be plain &#38; poor compare [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px;" src="http://static.xmind.net/images/logo.png" /><br />I have been missing Mindmap Manager when switching to Ubuntu from my Windows box and wondering for a while to find a powerful &amp; competitive alternative free solution.</p>
<p>Freemind is the first one that came up on my Ubuntu Jaunty 9.04 system, it satisfied my needs but the graphics seem to be plain &amp; poor compare to the windows counterpart. Here is the screenshot of Freemind.</p>
<p><img style="max-width: 800px;" src="http://techmix.net/blog/wp-content/uploads/2009/10/freemind.jpg" /></p>
<p>And today I found out XMind, another great Mind Map software, it comes out as Free and Pro version and available on all platforms. I registered and downloaded the free XMind Ubuntu/Debian package and installed on my Ubuntu laptop. It works great, and the graphics are beautiful <img src='http://techmix.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Have a look at the screenshot (It&#8217;s sexy, right?) and try yourself<br />Download: <a target="_blank" href="http://www.xmind.net/">http://www.xmind.net/</a></p>
<p><img style="max-width: 800px;" src="http://techmix.net/blog/wp-content/uploads/2009/10/xmind.png" /></p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=74cd4991-9513-8f00-aac3-87608e21f858" /></div>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Tech%20Mix&amp;siteurl=http%3A%2F%2Ftechmix.net%2Fblog%2F&amp;linkname=Looking%20no%20more%21%20I%20found%20the%20best%20Mind%20Map%20for%20my%20Ubuntu&amp;linkurl=http%3A%2F%2Ftechmix.net%2Fblog%2F2009%2F10%2F06%2Flooking-no-more-i-found-the-best-mind-map-for-my-ubuntu%2F"><img src="http://techmix.net/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://techmix.net/blog/2009/10/06/looking-no-more-i-found-the-best-mind-map-for-my-ubuntu/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
