<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-10013783-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<meta name="description" content="ervanmardianto.com is personal blog from Ervan Mardianto"/>
<meta name="keywords" content="linux, sms gateway, mysql ,php, apache, web server, database, bash, shell, linux command, mail"/>
<meta http-equiv="CHARSET" content="ISO-8859-1"/>
<meta http-equiv="AUTHOR" content="Ervan Mardianto"/>
<meta http-equiv="CLASSIFICATION" content="Linux Tutorial"/>
<meta http-equiv="CONTENT-LANGUAGE" content="english"/>
<meta http-equiv="VW96.OBJECT TYPE" content="Document"/>
<meta name="RATING" content="General"/>
<meta name="ROBOTS" content="index,follow"/>
<meta name="REVISIT-AFTER" content="2 days"/>

<script type='text/javascript'>
	(function(){
		var corecss = document.createElement('link');
		var themecss = document.createElement('link');
		if ( themecss.setAttribute ) {
				themecss.setAttribute( "rel", "stylesheet" );
				themecss.setAttribute( "type", "text/css" );
				themecss.setAttribute( "href", themecssurl );
		} else {
				themecss.rel = "stylesheet";
				themecss.href = themecssurl;
		}
		document.getElementsByTagName("head")[0].appendChild(themecss);
	})();
	SyntaxHighlighter.config.clipboardSwf = 'wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf?m=1253219630g';
	SyntaxHighlighter.config.strings.expandSource = 'show source';
	SyntaxHighlighter.config.strings.viewSource = 'view source';
	SyntaxHighlighter.config.strings.copyToClipboard = 'copy to clipboard';
	SyntaxHighlighter.config.strings.copyToClipboardConfirmation = 'The code is in your clipboard now';
	SyntaxHighlighter.config.strings.print = 'print';
	SyntaxHighlighter.config.strings.help = '?';
	SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
	SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
	SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
	SyntaxHighlighter.all();
</script>

<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shCore.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushJScript.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushBash.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushPhp.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushPowerShell.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushSql.js"></script>
<link href="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/styles/shThemeEmacs.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
     SyntaxHighlighter.all()
</script>
<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>ervan:~# tail -f /var/log/blog</title>
	<link>http://ervanmardianto.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 09:24:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Installing OCI8 On Debian 5.0 i686</title>
		<description><![CDATA[OCI8 is an extension for providing APIs to Oracle database management system. Requirement * PHP * Oracle Instant Client Autoconf installation root@linux:~# wget http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz root@linux:~# tar -zvxf m4-1.4.9.tar.gz root@linux:~# cd m4-1.4.9/ root@linux:~# ./configure &#38;&#38; make &#38;&#38; make install root@linux:~# cd .. root@linux:~# wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.62.tar.gz root@linux:~# tar -zvxf autoconf-2.62.tar.gz root@linux:~# cd autoconf-2.62/ root@linux:~# ./configure &#38;&#38; make [...]]]></description>
		<link>http://ervanmardianto.com/installing-oci8-on-debian-i686?source=rss</link>
			</item>
	<item>
		<title>Setting Up PHPMyAdmin</title>
		<description><![CDATA[Related Post * MySQL * PHP * Apache Compiling libmcrypt root@linux:~ # wget -c 'http://easynews.dl.sourceforge.net/sourceforge/mcrypt/libmcrypt-2.5.7.tar.gz' root@linux:~ # gunzip libmcrypt-2.5.7.tar.gz root@linux:~ # tar -xvf libmcrypt-2.5.7.tar root@linux:~ # cd libmcrypt-2.5.7 root@linux:~ # ./configure --disable-posix-threads root@linux:~ # make &#038;&#038; make install Config mcrypt extension for PHP5 root@linux:~ # cd php-5.2.10/ext/mcrypt/ root@linux:~ # phpize ; aclocal root@linux:~ # ./configure [...]]]></description>
		<link>http://ervanmardianto.com/setting-up-phpmyadmin?source=rss</link>
			</item>
</channel>
</rss>

