<?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>My-Local Tech Talk</title>
	<atom:link href="http://mylocaltechtalk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mylocaltechtalk.wordpress.com</link>
	<description>Tech Ideas and Software Solutions for small Organizations and Corporates</description>
	<lastBuildDate>Fri, 25 Mar 2011 07:24:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mylocaltechtalk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My-Local Tech Talk</title>
		<link>http://mylocaltechtalk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mylocaltechtalk.wordpress.com/osd.xml" title="My-Local Tech Talk" />
	<atom:link rel='hub' href='http://mylocaltechtalk.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ffmpeg: cutting your video via command line</title>
		<link>http://mylocaltechtalk.wordpress.com/2011/03/25/ffmpeg-cutting-your-video-via-command-line/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2011/03/25/ffmpeg-cutting-your-video-via-command-line/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 07:23:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[client apps]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=153</guid>
		<description><![CDATA[Notes from here Cut Video with FFMPEG Here is a quick command that you can use to cut a piece of video with FFMPEG. ffmpeg -sameq -ss [start_seconds] -t [duration_seconds] -i [input_file] [outputfile] Explanation -ss position . Seek to given time position in seconds. “hh:mm:ss[.xxx]” syntax is also supported. -t duration Set the recording time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=153&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Notes from <a href="http://www.joeldare.com/wiki/video:cut_video_with_ffmpeg">here</a></p>
<p>Cut Video with FFMPEG</p>
<p>Here is a quick command that you can use to cut a piece of video with FFMPEG.</p>
<p>ffmpeg -sameq -ss [start_seconds] -t [duration_seconds] -i [input_file] [outputfile]<br />
Explanation</p>
<p>-ss position .</p>
<p>Seek to given time position in seconds. “hh:mm:ss[.xxx]” syntax is also supported.</p>
<p>-t duration</p>
<p>Set the recording time in seconds. “hh:mm:ss[.xxx]” syntax is also supported.</p>
<p>-i filename</p>
<p>input filename</p>
<p>-sameq</p>
<p>Use same video quality as source (implies VBR).</p>
<p>Cut unnecessary scene for your kids :</p>
<p>eg : to cut video at scene :    time: 41.20 .00    to  43.30.00</p>
<p>sample command : [will be update]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=153&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2011/03/25/ffmpeg-cutting-your-video-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>
	</item>
		<item>
		<title>CakePHP &#8211; Quick Tips for Non-English Speaker</title>
		<link>http://mylocaltechtalk.wordpress.com/2010/07/26/cakephp-quick-tips-for-non-english-speaker/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2010/07/26/cakephp-quick-tips-for-non-english-speaker/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 14:32:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=139</guid>
		<description><![CDATA[CakePHP ; when to use to use SINGULAR or PLURAL &#8211; &#8216;the S&#8217; trauma for non-English speaker. Now note this :: (not 100% perfect. Just my quick sketch and will be reviewed constantly) database can be flexible &#8211; with or without S table &#8211; table name must be in plural &#8211; (with S) field &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=139&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://mylocaltechtalk.files.wordpress.com/2010/07/cakephp_logo.gif?w=170" alt="cakephp_logo" /></p>
<p> CakePHP ; when to use to use SINGULAR or PLURAL &#8211; &#8216;the S&#8217; trauma  for non-English speaker.</p>
<p>Now note this :: (not 100% perfect. Just my quick sketch and  will be reviewed constantly)</p>
<p>database can be flexible &#8211; with or without S<br />
table &#8211; table name must be in plural &#8211; (with S)<br />
field &#8211;  shouldn&#8217;t be with S , and must be in lowercase </p>
<p><strong>/app/models .</strong></p>
<p>most things in models DONT use S .</p>
<p><strong>mytable.php</strong>  &#8211; script sample ;</p>
<blockquote><p>&lt;?<br />
class <strong>Mytable</strong> extends AppModel<br />
{<br />
var $name = &#8220;Mytable&#8221;;<br />
var $uses = &#8220;<strong>mytables</strong>&#8221; // table name<br />
}<br />
?&gt;</p></blockquote>
<p>besides the S trauma , check also the UPPERCASE use infront of table name , eg : <strong>Mytable</strong></p>
<p><strong>/app/controllers</strong></p>
<p>most things in controllers <strong>USE S</strong> .</p>
<p>mytable<strong>s</strong>_controller.php ,sample script</p>
<blockquote><p>&lt;?<br />
class <strong>Mytables</strong>Controller extends AppController<br />
{<br />
var $name = &#8216;Mytables&#8217;;<br />
var $scaffold;   // use scaffold to auto generate page views<br />
}<br />
?&gt;</p></blockquote>
<p>This is the basic script how you can crash into CAKEPHP  using &#8216;scaffolding&#8217;.</p>
<p>Point your browser to <em>http://localhost/cake/mytables/</em>    to add/view or delete your data</p>
<p>Hope this help.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=139&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2010/07/26/cakephp-quick-tips-for-non-english-speaker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/07/cakephp_logo.gif?w=170" medium="image">
			<media:title type="html">cakephp_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Mint , TinyXP &amp; Virtualbox</title>
		<link>http://mylocaltechtalk.wordpress.com/2010/07/16/mint-tinyxp-virtualbox/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2010/07/16/mint-tinyxp-virtualbox/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 09:06:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[client apps]]></category>
		<category><![CDATA[linux stuff]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=131</guid>
		<description><![CDATA[Virtualbox ROX ! It just fullfill my Needs! TinyXP for METATRADER apps. Now I can work on my LINUX machine , while sneaking at my chart once a while. SUPERB! I have tried MT under WINE and VMware , but cannot stand the &#8216;drag&#8217;. Virtualbox definitely solve my long hunt. Thanks to Monsoon-X for VBOX [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=131&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.virtualbox.org/">Virtualbox</a> ROX !<br />
<a href="http://mylocaltechtalk.files.wordpress.com/2010/07/minttinyxp_small.png"><img src="http://mylocaltechtalk.files.wordpress.com/2010/07/minttinyxp_small.png?w=300&#038;h=187" alt="" title="mint&amp;tinyXP_small" width="300" height="187" class="alignnone size-medium wp-image-132" /></a></p>
<p>It just fullfill my Needs!</p>
<p>TinyXP for <a href="http://www.metatrader4.com/">METATRADER</a> apps. </p>
<p>Now I can work on my LINUX machine , while sneaking at my chart once a while. SUPERB!</p>
<p>I have tried MT under WINE and VMware , but cannot stand the &#8216;drag&#8217;.</p>
<p>Virtualbox definitely solve my long hunt.</p>
<p>Thanks to Monsoon-X for VBOX introduction and hardy-web for that &#8216;tiny&#8217; CD.</p>
<p>Thanks to SUN as well.</p>
<p><img src="http://www.cathbard.com/images/mint/mint-logo-200.png" alt="linuxmint" /></p>
<p><img src="http://www.geeks3d.com/public/common/virtualbox-logo.jpg" alt="virtualbox" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=131&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2010/07/16/mint-tinyxp-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/07/minttinyxp_small.png?w=300" medium="image">
			<media:title type="html">mint&#38;tinyXP_small</media:title>
		</media:content>

		<media:content url="http://www.cathbard.com/images/mint/mint-logo-200.png" medium="image">
			<media:title type="html">linuxmint</media:title>
		</media:content>

		<media:content url="http://www.geeks3d.com/public/common/virtualbox-logo.jpg" medium="image">
			<media:title type="html">virtualbox</media:title>
		</media:content>
	</item>
		<item>
		<title>Downloading youtube videos using youtube-dl</title>
		<link>http://mylocaltechtalk.wordpress.com/2010/02/28/downloading-youtube-videos-using-youtube-dl/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2010/02/28/downloading-youtube-videos-using-youtube-dl/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 16:34:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=129</guid>
		<description><![CDATA[There are several ways you can download your favourite youtube videos nowdays . Besides using firefox plugins , clive , or downloading from web service , we can also use youtube-dl. This is a very tiny , easy to handle , terminal application script , which can be used to download you fav videos. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=129&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are several ways you can download your favourite youtube videos nowdays .</p>
<p>Besides using firefox plugins , clive  , or downloading from web service , we can also use <a href="http://freshmeat.net/projects/youtube-dl">youtube-dl</a>.</p>
<p>This is a very tiny , easy to handle  , terminal application  script , which can be used to download you fav videos.</p>
<p>I wont&#8217; describe how to install youtube-dl here. But for debian derived linux , a quick apt-get will do.</p>
<p><strong>Quick Tips of using youtube-dl</strong></p>
<blockquote><p>$youtube-dl http://www.youtube.com/watch?v=fb9u4MM1J1w</p></blockquote>
<p>this command will download your video in your current directory. Somehow it will be renamed such BVFMDKID.flv.</p>
<p>In order to put proper name to your file , you can use  <em>-o</em> option , eg :</p>
<blockquote><p>$youtube-dl -o cf101_8_21.flv http://www.youtube.com/watch?v=fb9u4MM1J1w</p></blockquote>
<p>This will give a readable and appropriate name to your file .</p>
<p>Hope this quick tips help.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=129&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2010/02/28/downloading-youtube-videos-using-youtube-dl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Mint8 : BY DEFAULT, user dir (home) accessible by other user/s</title>
		<link>http://mylocaltechtalk.wordpress.com/2010/02/22/mint8-by-default-user-dir-home-accessible-by-other-users/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2010/02/22/mint8-by-default-user-dir-home-accessible-by-other-users/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 06:21:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[mint8]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=124</guid>
		<description><![CDATA[Sypmtom : By DEFAULT config, a user can access other user&#8217;s home directory , and accessing all their files. Im not quite sure , this is mint or kernel issue. For example , these 2 users can access each other files easily . Definitely , this is not a feature. HOW TO FIX. Easy quick [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=124&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sypmtom : By DEFAULT config, a user can access other user&#8217;s home directory , and accessing all their files.</p>
<p>Im not quite sure , this is mint or kernel issue.</p>
<p><a href="http://mylocaltechtalk.files.wordpress.com/2010/02/home_dir.png"><img src="http://mylocaltechtalk.files.wordpress.com/2010/02/home_dir.png?w=300&#038;h=187" alt="" title="home_dir" width="300" height="187" class="alignnone size-medium wp-image-125" /></a></p>
<p>For example , these 2 users can access each other files easily . Definitely , this is not a feature.</p>
<p>HOW TO FIX.</p>
<p>Easy quick fix using chmod command .</p>
<p>switch user to superuser :</p>
<p><em><br />
<blockquote>#su<br />
password :</p></blockquote>
<p></em></p>
<p>and enter your root password. Next, your home directory mod, by not allowing ALL user accessing that folder.</p>
<p><em><br />
<blockquote>#chmod a-wrx /home/username</p></blockquote>
<p></em></p>
<p>then swith user to <em>username</em></p>
<p>and , again </p>
<p><em><br />
<blockquote>#chmod u+wrx  /home/username</p></blockquote>
<p></em></p>
<p>Now only valid user can access his true home directory.</p>
<p>Hope this help.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=124&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2010/02/22/mint8-by-default-user-dir-home-accessible-by-other-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/02/home_dir.png?w=300" medium="image">
			<media:title type="html">home_dir</media:title>
		</media:content>
	</item>
		<item>
		<title>My Mint8 Screenshot</title>
		<link>http://mylocaltechtalk.wordpress.com/2010/02/16/my-mint8-screenshot/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2010/02/16/my-mint8-screenshot/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 12:40:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux stuff]]></category>
		<category><![CDATA[mint8]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=118</guid>
		<description><![CDATA[Good things in Mint8. Great friendly font Workable skype Other deb package availiable. Just do your regular apt-get!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=118&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint11.png"><img src="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint11.png?w=300&#038;h=187" alt="" title="linuxmint1" width="300" height="187" class="alignnone size-medium wp-image-116" /></a><br />
<a href="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint2.png"><img src="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint2.png?w=300&#038;h=187" alt="" title="linuxmint2" width="300" height="187" class="alignnone size-medium wp-image-117" /></a><br />
<a href="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint3.png"><img src="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint3.png?w=300&#038;h=187" alt="" title="linuxmint3" width="300" height="187" class="alignnone size-medium wp-image-119" /></a></p>
<p>Good things in Mint8.</p>
<li>Great friendly font</li>
<li>Workable skype</li>
<li>Other deb package availiable. Just do your regular apt-get!</li>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=118&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2010/02/16/my-mint8-screenshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint11.png?w=300" medium="image">
			<media:title type="html">linuxmint1</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint2.png?w=300" medium="image">
			<media:title type="html">linuxmint2</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/02/linuxmint3.png?w=300" medium="image">
			<media:title type="html">linuxmint3</media:title>
		</media:content>
	</item>
		<item>
		<title>Skype(beta)2.1.0.47 on Linux Mint 8</title>
		<link>http://mylocaltechtalk.wordpress.com/2010/01/23/skypebeta2-1-0-47-on-linux-mint-8/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2010/01/23/skypebeta2-1-0-47-on-linux-mint-8/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 07:26:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[client apps]]></category>
		<category><![CDATA[linux stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=107</guid>
		<description><![CDATA[Several times I tried to setup Skype on my Ubuntu machine. Some how the results was so upset. I lost in pulse-audio config , until my default config , has been smashed badly. Now, since I have adual boot system , Ubuntu and Mint , I&#8217;ll explain here how I successfully setting up Skype , [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=107&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Several times I tried to setup Skype on my Ubuntu machine. Some how the results was so upset. I lost in pulse-audio config , until my default config , has been smashed badly.</p>
<p>Now, since I have adual boot system , Ubuntu and Mint , I&#8217;ll explain here how I successfully setting up Skype , with audio in/out on Mint 8.<br />
<a href="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot1.png"><img src="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot1.png?w=300&#038;h=226" alt="" title="Screenshot1" width="300" height="226" class="alignnone size-medium wp-image-108" /></a></p>
<p>fist thing first, what ever your hardware is , as long as Mint detected it , please change to DUPLEX mode.<br />
This can be done under , CONTROL CENTER&gt; SOUND&gt;HARDWARE.</p>
<p><a href="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot2.png"><img src="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot2.png?w=260&#038;h=300" alt="" title="Screenshot2" width="260" height="300" class="alignnone size-medium wp-image-109" /></a></p>
<p>Next , check you MIC channel. It should be enabled and NOT in MUTE mode. Double check this condition. Adjust your volume as needed.</p>
<p><a href="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot3.png"><img src="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot3.png?w=300&#038;h=200" alt="" title="Screenshot3" width="300" height="200" class="alignnone size-medium wp-image-110" /></a></p>
<p>Finally , under SKYPE&gt;OPTIONS&gt;SOUND DEVICES&gt; , do the &#8216;TEST CALL&#8217; . My setting is as above ,and I&#8217;m using pulseaudio as my microphone/speakers and ringing device. </p>
<p>Change this setting , if you have other options other than pulseaudio , until your mic and speaker work correctly.</p>
<p>Hope this can help , as I found a lot of question asked in forums regarding skype issue.</p>
<p>Drop a line if this article helps , or other questions are welcome.</p>
<p>**No video config at this moment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=107&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2010/01/23/skypebeta2-1-0-47-on-linux-mint-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot1.png?w=300" medium="image">
			<media:title type="html">Screenshot1</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot2.png?w=260" medium="image">
			<media:title type="html">Screenshot2</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2010/01/screenshot3.png?w=300" medium="image">
			<media:title type="html">Screenshot3</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu &amp; Mint : Enabling audio on Lenovo Y400</title>
		<link>http://mylocaltechtalk.wordpress.com/2009/12/10/ubuntu-mint-enabling-audio-on-lenovo-y400/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2009/12/10/ubuntu-mint-enabling-audio-on-lenovo-y400/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 05:25:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux stuff]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[y400]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=105</guid>
		<description><![CDATA[Laptop specification over here : Simple tips . I need to paste it here since I tend to forget which file should I touch to re-enable this sound. I m slowly migrating from Ubuntu to Mint as my desktop. Keyboard layout is USD. Ubuntu 8.04 did not detect the layout , but Mint 8 detected [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=105&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Laptop specification over <a href="http://asia.cnet.com/reviews/notebooks/0,39050488,39312262p,00.htm">here</a> : </p>
<p>Simple tips . I need to paste it here since I tend to forget which file should I touch to re-enable this sound. I m slowly migrating from Ubuntu to Mint as my desktop.</p>
<p>Keyboard layout is USD.  Ubuntu 8.04 did not detect the  layout , but Mint 8  detected it soundly.</p>
<p>The most important is my Wifi detected at once.</p>
<p>sound type  ; from  -&gt; lspci -v</p>
<p>00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)<br />
	Subsystem: COMPAL Electronics Inc Unknown device 0012<br />
	Flags: bus master, fast devsel, latency 0, IRQ 21<br />
	Memory at d4340000 (64-bit, non-prefetchable) [size=16K]<br />
	Capabilities: [50] Power Management version 2<br />
	Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-<br />
	Capabilities: [70] Express Unknown type IRQ 0</p>
<p>symptom :</p>
<p>basically kernel know this audio type and have installed appropriate driver.<br />
Somehow you cannot hear any sound at all.</p>
<p>Some are giving tips to re-compile the alsa driver.  But I found out this tip works , without re-compiling.</p>
<p>Add in /etc/modprobe.d/alsa-base</p>
<blockquote><p>options snd-hda-intel model=laptop-eapd</p></blockquote>
<p>reboot the system  , and clean your hand.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=105&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2009/12/10/ubuntu-mint-enabling-audio-on-lenovo-y400/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Batch resize pictures on linux</title>
		<link>http://mylocaltechtalk.wordpress.com/2009/05/15/batch-resize-pictures-on-linux/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2009/05/15/batch-resize-pictures-on-linux/#comments</comments>
		<pubDate>Fri, 15 May 2009 09:19:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[client apps]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/?p=102</guid>
		<description><![CDATA[Your friends send you some photos of 3072&#215;2304 pixels in size. You need to upload this file back to group photos. That big size of pictures will take some time to upload. So , I need to resize those pictures. Think GIMP. 20 pictures ? 1 by 1 resizing ? No .. I&#8217;m too lazy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=102&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Your friends send you some photos of 3072&#215;2304 pixels in size. You need to upload this file back to group photos. </p>
<p>That big size of pictures will take some time to upload. So , I need to resize those pictures.</p>
<p>Think GIMP. </p>
<p>20 pictures ? 1 by 1 resizing ? No .. I&#8217;m too lazy for that type of job.</p>
<p>Come <a href="http://code.google.com/p/squash/">squash</a> to rescue . Squash is multiplatform application to resize all pictures instantly. Just pick your pictures, set your resize percentage and set your resize pics folder.</p>
<p>Click on resize images button then in seconds , its all done.</p>
<p>Now ready to upload those pics , again.</p>
<p><img src="http://mylocaltechtalk.files.wordpress.com/2009/05/squash1.jpg?w=300&#038;h=209" alt="squash1" title="squash1" width="300" height="209" class="alignnone size-medium wp-image-103" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=102&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2009/05/15/batch-resize-pictures-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>

		<media:content url="http://mylocaltechtalk.files.wordpress.com/2009/05/squash1.jpg?w=300" medium="image">
			<media:title type="html">squash1</media:title>
		</media:content>
	</item>
		<item>
		<title>ALL GOVT AGENCIES TO IMPLEMENT OPEN SOURCE SOFTWARE</title>
		<link>http://mylocaltechtalk.wordpress.com/2009/04/24/all-govt-agencies-to-implement-open-source-software/</link>
		<comments>http://mylocaltechtalk.wordpress.com/2009/04/24/all-govt-agencies-to-implement-open-source-software/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 00:11:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[local_scene]]></category>
		<category><![CDATA[oss_local_scene]]></category>

		<guid isPermaLink="false">http://mylocaltechtalk.wordpress.com/2009/04/24/all-govt-agencies-to-implement-open-source-software/</guid>
		<description><![CDATA[Original Source  Here KUALA LUMPUR, April 23(Bernama) &#8212; The Malaysian Administrative Modernisation and Management Planning Unit (Mampu) expects all government agencies to implement open source software (OSS) by end of next year. To date, 462 agencies from a total of 720 agencies have implemented OSS, which managed to provide a savings of more than RM47 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=100&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://malaysia.news.yahoo.com/bnm/20090423/tbs-mampu-oss-ceeeaba.html" target="_blank">Original Source  Here </a></p>
<blockquote><p>KUALA LUMPUR, April 23(Bernama) &#8212; The Malaysian Administrative Modernisation and Management Planning Unit (Mampu) expects all government agencies to implement open source software (OSS) by end of next year.</p>
<p>To date, 462 agencies from a total of 720 agencies have implemented OSS, which managed to provide a savings of more than RM47 million, said Mampu deputy director of ICT (information and communications technology) policy and planning division, Tan King Ing.</p>
<p>&#8220;We had utilised the OSS development model for rapid development of product at a lower cost by building upon existing solutions,&#8221; she said at a media briefing here today.</p></blockquote>
<p style="text-align:right;"><a href="http://malaysia.news.yahoo.com/bnm/20090423/tbs-mampu-oss-ceeeaba.html" target="_blank">Continue</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mylocaltechtalk.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mylocaltechtalk.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mylocaltechtalk.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mylocaltechtalk.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mylocaltechtalk.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mylocaltechtalk.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mylocaltechtalk.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mylocaltechtalk.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mylocaltechtalk.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mylocaltechtalk.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mylocaltechtalk.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mylocaltechtalk.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mylocaltechtalk.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mylocaltechtalk.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mylocaltechtalk.wordpress.com&amp;blog=4630409&amp;post=100&amp;subd=mylocaltechtalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mylocaltechtalk.wordpress.com/2009/04/24/all-govt-agencies-to-implement-open-source-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/deda70d746d216b708b15a4e3e8e181c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">admin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
