<?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>rodoTelmi</title>
	<atom:link href="http://rodotelmi.rebstech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rodotelmi.rebstech.com</link>
	<description>Programming, Code, Tutorial, Project, Software</description>
	<pubDate>Wed, 19 Nov 2008 08:45:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Coldfusion MX 7 on Linux Gentoo</title>
		<link>http://rodotelmi.rebstech.com/2008/11/16/coldfusion-mx-7-on-linux-gentoo/</link>
		<comments>http://rodotelmi.rebstech.com/2008/11/16/coldfusion-mx-7-on-linux-gentoo/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 15:39:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Apache 2.2]]></category>

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

		<category><![CDATA[Linux Server]]></category>

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

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=29</guid>
		<description><![CDATA[
This gonna be a series of article, &#8220;migrating web application developed on windows to linux server running coldfusion MX7&#8243;.
So I have the installer coldfusion-702-lin.bin, put in /opt directory
and here the step by step what Im doing to get coldfusion running on Linux Gentto

# adduser cfusion
# cat /home/endy/coldfusion-702-lin.bin &#124; sed &#34;s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/&#34; &#62; coldfusion-702-lin.bin
# cd [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/11/16/coldfusion-mx-7-on-linux-gentoo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Football Fans</title>
		<link>http://rodotelmi.rebstech.com/2008/11/03/football-fans/</link>
		<comments>http://rodotelmi.rebstech.com/2008/11/03/football-fans/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 15:51:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Take a Break!]]></category>

		<category><![CDATA[Web Tv]]></category>

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=27</guid>
		<description><![CDATA[
After 6 hours gluing my self with CakePHP on my current project chat software, it&#8217;s feel the right time to take a little breath just stumbled upon, looking up some sites. I found this cool flash site Carlsberg web-tv a channel about football and fan life, if you are football fans you should visit this [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/11/03/football-fans/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CakePHP themes made easy</title>
		<link>http://rodotelmi.rebstech.com/2008/10/15/cakephp-themes-made-easy/</link>
		<comments>http://rodotelmi.rebstech.com/2008/10/15/cakephp-themes-made-easy/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 05:32:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CakePHP]]></category>

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

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=25</guid>
		<description><![CDATA[ 
Another great features of this great framework, yes themes. My past client need dynamic theme plug into his website on each user login, with this cake feature it&#8217;s easy to implement
here&#8217;s the step:

class AppController extends Controller &#123;
    ...
    var $view = 'Theme';
    ...
   [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/10/15/cakephp-themes-made-easy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>421 unable to read controls (#4.3.0)</title>
		<link>http://rodotelmi.rebstech.com/2008/09/09/421-unable-to-read-controls-430/</link>
		<comments>http://rodotelmi.rebstech.com/2008/09/09/421-unable-to-read-controls-430/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 10:00:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

		<category><![CDATA[mail server]]></category>

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

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

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=23</guid>
		<description><![CDATA[
After installing Qmail on Gento distro, i try to check if the service smtp running, by doing this

# nc localhost 25
# 421 unable to read controls (#4.3.0)

damn,
google come in rescue, found the solution by adding this files on /var/qmail/control
defaultdelivery
defaultdomain
me
rcpthosts


Bookmark It

































Hide Sites



$$('div.d23').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/09/09/421-unable-to-read-controls-430/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Zend Optimizer on cPanel</title>
		<link>http://rodotelmi.rebstech.com/2008/09/09/installing-zend-optimizer-on-cpanel/</link>
		<comments>http://rodotelmi.rebstech.com/2008/09/09/installing-zend-optimizer-on-cpanel/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 09:47:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

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

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

		<category><![CDATA[Zend Guard]]></category>

		<category><![CDATA[Zend Optimizer]]></category>

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=22</guid>
		<description><![CDATA[One of my customer need to upload his PHP script encoded by Zend Guard, my default install cPanel doesn&#8217;t include the extension.
here&#8217;s the step

/scripts/installzendopt


Downloading tarball for Zendopt
Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz/Cpanel/Easy/Zendopt.pm.tar.gz.linux-generic-64 &#40;0&#41;....@208.109.109.239......connected......receiving...1%...2%...3%...4%...5%...6%...7%...8%...9%...10%...11%...12%...13%...14%...15%...16%...17%...18%...19%...20%...21%...22%...23%...24%...25%...26%...27%...28%...29%...30%...31%...32%...33%...34%...35%...36%...37%...38%...39%...40%...41%...42%...43%...44%...45%...46%...47%...48%...49%...50%...51%...52%...53%...54%...55%...56%...57%...58%...59%...60%...61%...62%...63%...64%...65%...66%...67%...68%...69%...70%...71%...72%...73%...74%...75%...76%...77%...78%...79%...80%...81%...82%...83%...84%...85%...86%...87%...88%...89%...90%...91%...92%...93%...94%...95%...96%...97%...98%...99%...100%......Done
&#91;/scripts/updatephpconf&#93;: Improper PHP installation prefix /usr/local/php4. Not a directory, check your installation.
Installing Zendopt
Preconfiguring Zend Optimizer installer
Running Zend Optimizer installer for /usr/local
Please, wait ...
&#160;
&#160;
Welcome to the Zend Optimizer [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/09/09/installing-zend-optimizer-on-cpanel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CakePHP and ExtJS EditorGridPanel</title>
		<link>http://rodotelmi.rebstech.com/2008/08/13/cakephp-and-extjs-grid-editor/</link>
		<comments>http://rodotelmi.rebstech.com/2008/08/13/cakephp-and-extjs-grid-editor/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 11:50:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CakePHP]]></category>

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

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=19</guid>
		<description><![CDATA[Here&#8217;s another basic tutorial combining CakePHP and ExtJS, this time using grid editor. For this tutorial I assume that you have the basic knowledge cakephp, using bake utilities.
here&#8217;s the online demo

table we need, based on my previous tutorial

CREATE TABLE `users` &#40;
  `id` int&#40;11&#41; NOT NULL AUTO_INCREMENT,
  `username` varchar&#40;255&#41; NOT NULL DEFAULT '',
  [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/08/13/cakephp-and-extjs-grid-editor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Daily backup files with rsync</title>
		<link>http://rodotelmi.rebstech.com/2008/08/04/daily-backup-files-with-rsync/</link>
		<comments>http://rodotelmi.rebstech.com/2008/08/04/daily-backup-files-with-rsync/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

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

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=17</guid>
		<description><![CDATA[When we manage a lot of server we need to make sure everything run well, and if something wrong happen, easily we can restore the configuration, data, to the last state that working.This where rsync will help

create crontab

05 00 * * * /root/backup_data.sh &#38;gt;/dev/null 2&#38;gt;&#38;amp;1

run the backup process by running the backup_data.sh script 5 minute [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/08/04/daily-backup-files-with-rsync/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automated download with &#8220;Free Account&#8221; on Rapidshare</title>
		<link>http://rodotelmi.rebstech.com/2008/07/31/automated-download-with-free-account-on-rapidshare/</link>
		<comments>http://rodotelmi.rebstech.com/2008/07/31/automated-download-with-free-account-on-rapidshare/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 03:49:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Perl]]></category>

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

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=15</guid>
		<description><![CDATA[Rapidshare has change the way &#8220;free account&#8221; download files, there is no need for captcha anymore, just wait for 60 seconds and you may download for 500kbps speed. Well that&#8217;s enough for me, i have plenty files to download and im in no hurry. So how can i automate download listed files from rapidshare.com with [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/07/31/automated-download-with-free-account-on-rapidshare/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Protection against ARP Spoofing Malware</title>
		<link>http://rodotelmi.rebstech.com/2008/07/23/protecting-against-arp-spoofing-malware/</link>
		<comments>http://rodotelmi.rebstech.com/2008/07/23/protecting-against-arp-spoofing-malware/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 07:49:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=13</guid>
		<description><![CDATA[&#8220;Why my connection so sloww&#8221;
&#8220;Where the hell g.asdafdgfgf.com cmfrom, appear on my browser status,
each time i try open a website ?&#8221;
&#8220;I cann&#8217;t open Youtube &#8230;!!@@#$$@%, it so sloww&#8221;
well that&#8217;s a snip complain from my friend at office.
My office have a dedicated internet connection, and each client NAT-ed to connect to internet with private IP 192.168.1.0/24
my [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/07/23/protecting-against-arp-spoofing-malware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CakePHP and ExtJs  Login Form</title>
		<link>http://rodotelmi.rebstech.com/2008/07/22/cakephp-and-extjs-login-form/</link>
		<comments>http://rodotelmi.rebstech.com/2008/07/22/cakephp-and-extjs-login-form/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 16:43:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CakePHP]]></category>

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

		<guid isPermaLink="false">http://rodotelmi.rebstech.com/?p=11</guid>
		<description><![CDATA[This&#8217;s a quick tutorial how we can make login form with CakePHP and ExtJs,  Auth component used for simplicity on user authorization, for more info about those two, you can visit their website.

creating user table

CREATE TABLE `users` &#40;
  `id` int&#40;11&#41; NOT NULL AUTO_INCREMENT,
  `username` varchar&#40;255&#41; NOT NULL DEFAULT '',
  `password` varchar&#40;255&#41; NOT [...]]]></description>
		<wfw:commentRss>http://rodotelmi.rebstech.com/2008/07/22/cakephp-and-extjs-login-form/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
