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

<channel>
	<title>esjeruk</title>
	<atom:link href="http://esjeruk.org/feed" rel="self" type="application/rss+xml" />
	<link>http://esjeruk.org</link>
	<description>Mari kita mulai dari sini</description>
	<lastBuildDate>Mon, 25 Jul 2011 02:03:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Install IonCube Loader</title>
		<link>http://esjeruk.org/install-ioncube-loader</link>
		<comments>http://esjeruk.org/install-ioncube-loader#comments</comments>
		<pubDate>Tue, 19 Jul 2011 01:58:05 +0000</pubDate>
		<dc:creator>esjeruk</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[ioncube]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://esjeruk.org/?p=89</guid>
		<description><![CDATA[Get the latest version of the ionCube Loader from http://ioncube.com 1. Download Ioncube Loader [root@esjeruk ~]# cd /tmp [root@esjeruk ~]# wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz [root@esjeruk ~]# cd ioncube/ [root@esjeruk -]# mkdir /usr/local/lib/ioncube [root@esjeruk ~]# mv ioncube_loader_lin_5.0.so /usr/local/lib/ioncube/ 2. Now edit /etc/php.ini/ add &#8230; <a href="http://esjeruk.org/install-ioncube-loader">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Get the latest version of the ionCube Loader from</strong></p>
<pre class="brush:shell">http://ioncube.com</pre>
<p><strong>1. Download Ioncube Loader</strong><br />
<strong></strong></p>
<pre class="brush:shell">[root@esjeruk ~]# cd /tmp
[root@esjeruk ~]# wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
[root@esjeruk ~]# cd ioncube/
[root@esjeruk -]# mkdir /usr/local/lib/ioncube
[root@esjeruk ~]# mv ioncube_loader_lin_5.0.so /usr/local/lib/ioncube/</pre>
<p><strong>2. Now edit /etc/php.ini/</strong></p>
<pre class="brush:shell">add this line and right at the beginning
[root@esjeruk ~]# nano /etc/php.ini
[PHP]
zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_5.0.so</pre>
<pre class="brush:shell">[root@esjeruk ~]# php -v
PHP 5.2.10 (cli) (built: Nov 13 2009 11:44:05)
Copyright (c) 1997-2009 The PHP Group
with the ionCube PHP Loader v4.0.9, Copyright (c) 2002-2011, by ionCube Ltd.</pre>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Install+IonCube+Loader+http%3A%2F%2Ftinyurl.com%2F3zvm9hl" title="Post to Twitter"><img class="nothumb" src="http://esjeruk.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://esjeruk.org/install-ioncube-loader/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade PHP 5.1 to 5.2 in Centos</title>
		<link>http://esjeruk.org/upgrade-php-5-1-to-5-2-in-centos</link>
		<comments>http://esjeruk.org/upgrade-php-5-1-to-5-2-in-centos#comments</comments>
		<pubDate>Tue, 12 Jul 2011 09:37:48 +0000</pubDate>
		<dc:creator>esjeruk</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://esjeruk.org/?p=81</guid>
		<description><![CDATA[Step 1: Go to yum folder [root@esjeruk server]# cd /etc/yum.repos.d/ Step 2: Add new repo [root@esjeruk yum.repos.d]# vi C5.repo [c5-testing] name=CentOS-5 Testing baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing includepkgs=php* Step 3 : Upgrade  [root@esjeruk server]# yum install httpd php php-mysql php-gd php-mbstring &#8230; <a href="http://esjeruk.org/upgrade-php-5-1-to-5-2-in-centos">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Step 1: Go to yum folder</strong></p>
<pre class="brush:shell">[root@esjeruk server]# cd /etc/yum.repos.d/</pre>
<p><strong>Step 2: Add new repo</strong></p>
<pre class="brush:shell">[root@esjeruk yum.repos.d]# vi C5.repo
[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
includepkgs=php*</pre>
<p><strong>Step 3 : Upgrade </strong></p>
<pre class="brush:shell">[root@esjeruk server]# yum install httpd php php-mysql php-gd php-mbstring php-mcrypt mysql mysql-server</pre>
<p><strong>Step 4 : Check Version</strong></p>
<pre class="brush:shell">[root@esjeruk server]# php -v
PHP 5.2.10 (cli) (built: Nov 13 2009 11:44:05)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies</pre>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Upgrade+PHP+5.1+to+5.2+in+Centos+http%3A%2F%2Ftinyurl.com%2F3bxvz4m" title="Post to Twitter"><img class="nothumb" src="http://esjeruk.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://esjeruk.org/upgrade-php-5-1-to-5-2-in-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and set password mysql-server on Centos</title>
		<link>http://esjeruk.org/install-and-set-password-mysql-server-on-centos</link>
		<comments>http://esjeruk.org/install-and-set-password-mysql-server-on-centos#comments</comments>
		<pubDate>Tue, 12 Jul 2011 09:24:29 +0000</pubDate>
		<dc:creator>esjeruk</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://esjeruk.org/?p=74</guid>
		<description><![CDATA[Install mysql-server via yum yum install mysql-server /etc/init.d/mysqld restart Then set root password PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password &#8230; <a href="http://esjeruk.org/install-and-set-password-mysql-server-on-centos">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Install mysql-server via yum</strong></p>
<pre class="brush:shell">yum install mysql-server
/etc/init.d/mysqld restart</pre>
<p><strong>Then set root password</strong></p>
<pre class="brush:shell">PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -p -h code.dms.local password 'new-password'</pre>
<p>&nbsp;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Install+and+set+password+mysql-server+on+Centos+http%3A%2F%2Ftinyurl.com%2F3qf85s4" title="Post to Twitter"><img class="nothumb" src="http://esjeruk.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://esjeruk.org/install-and-set-password-mysql-server-on-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert RHEL 5 to Centos 5</title>
		<link>http://esjeruk.org/how-to-convert-rhel-5-to-centos-5</link>
		<comments>http://esjeruk.org/how-to-convert-rhel-5-to-centos-5#comments</comments>
		<pubDate>Tue, 12 Jul 2011 09:05:15 +0000</pubDate>
		<dc:creator>esjeruk</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://esjeruk.org/?p=68</guid>
		<description><![CDATA[Step 1 :  rpm -e --nodeps redhat-release Step 2 :  rpm -e --nodeps yum-rhn-plugin Step 3 : wget http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 Step 4 : rpm --import RPM-GPG-KEY-CentOS-5 Step 5 : rpm -Uvh http://mirror.centos.org/centos/5/os/x86_64/CentOS/centos-release-notes-5.3-3.x86_64.rpm Step 6 : rpm -Uvh http://mirror.centos.org/centos/5/os/x86_64/CentOS/centos-release-5-3.el5.centos.1.x86_64.rpm Step 7 : &#8230; <a href="http://esjeruk.org/how-to-convert-rhel-5-to-centos-5">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Step 1 : </strong></p>
<pre class="brush:shell">rpm -e --nodeps redhat-release</pre>
<p><strong>Step 2 : </strong></p>
<pre class="brush:shell">rpm -e --nodeps yum-rhn-plugin</pre>
<p><strong>Step 3 :</strong></p>
<pre class="brush:shell">wget http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5</pre>
<p><strong>Step 4 :</strong></p>
<pre class="brush:shell">rpm --import RPM-GPG-KEY-CentOS-5</pre>
<p><strong>Step 5 :</strong></p>
<pre class="brush:shell">rpm -Uvh http://mirror.centos.org/centos/5/os/x86_64/CentOS/centos-release-notes-5.3-3.x86_64.rpm</pre>
<p><strong>Step 6 :</strong></p>
<pre class="brush:shell">rpm -Uvh http://mirror.centos.org/centos/5/os/x86_64/CentOS/centos-release-5-3.el5.centos.1.x86_64.rpm</pre>
<p><strong>Step 7 :</strong></p>
<pre class="brush:shell">wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/yum-3.2.19-18.el5.centos.noarch.rpm</pre>
<p><strong>Step 8 :</strong></p>
<pre class="brush:shell">yum clean all
yum update</pre>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+convert+RHEL+5+to+Centos+5+http%3A%2F%2Ftinyurl.com%2F43opjlp" title="Post to Twitter"><img class="nothumb" src="http://esjeruk.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://esjeruk.org/how-to-convert-rhel-5-to-centos-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add symbolic link in Centos</title>
		<link>http://esjeruk.org/how-to-add-symbolic-link-in-centos</link>
		<comments>http://esjeruk.org/how-to-add-symbolic-link-in-centos#comments</comments>
		<pubDate>Tue, 12 Jul 2011 08:52:47 +0000</pubDate>
		<dc:creator>esjeruk</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://esjeruk.org/?p=64</guid>
		<description><![CDATA[ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT] example ln -s /usr/local/bin/mysql mysql]]></description>
			<content:encoded><![CDATA[<p>ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT]</p>
<p>example</p>
<pre class="brush:shell">ln -s /usr/local/bin/mysql   mysql</pre>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+add+symbolic+link+in+Centos+http%3A%2F%2Ftinyurl.com%2F3l6v8e6" title="Post to Twitter"><img class="nothumb" src="http://esjeruk.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://esjeruk.org/how-to-add-symbolic-link-in-centos/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to create a Self-Signed SSL Certificate</title>
		<link>http://esjeruk.org/how-to-create-a-self-signed-ssl-certificate</link>
		<comments>http://esjeruk.org/how-to-create-a-self-signed-ssl-certificate#comments</comments>
		<pubDate>Tue, 12 Jul 2011 06:27:25 +0000</pubDate>
		<dc:creator>esjeruk</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://esjeruk.org/?p=46</guid>
		<description><![CDATA[Step 1: Generate a Private Key [root@esjeruk:/home/server] openssl genrsa -des3 -out server.key 1024 Generating RSA private key, 1024 bit long modulus ..++++++ .......................++++++ e is 65537 (0x10001) Enter pass phrase for server.key: Verifying - Enter pass phrase for server.key: &#160; &#8230; <a href="http://esjeruk.org/how-to-create-a-self-signed-ssl-certificate">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Step 1: Generate a Private Key</strong></p>
<pre class="brush:shell">[root@esjeruk:/home/server] openssl genrsa -des3 -out server.key 1024
Generating RSA private key, 1024 bit long modulus
..++++++
.......................++++++
e is 65537 (0x10001)

Enter pass phrase for server.key:
Verifying - Enter pass phrase for server.key:</pre>
<p>&nbsp;</p>
<p><strong>Step 2: Generate a CSR (Certificate Signing Request)</strong></p>
<pre class="brush:shell">[root@esjeruk:/home/server] openssl req -new -key server.key -out server.csr
Enter pass phrase for server.key:

You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.

There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [GB]:ID
State or Province Name (full name) [Berkshire]:Jakarta
Locality Name (eg, city) [Newbury]:Jakarta
Organization Name (eg, company) [My Company Ltd]:Esjeruk
Organizational Unit Name (eg, section) []:Esjeruk
Common Name (eg, your name or your server's hostname) []:esjeruk
Email Address []:support@esjeruk.org
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:esjeruk
An optional company name []:</pre>
<p>&nbsp;</p>
<p><strong>Step 3: Remove Passphrase from Key</strong></p>
<pre class="brush:shell">[root@esjeruk:/home/server] cp server.key server.key.org
[root@esjeruk:/home/server] openssl rsa -in server.key.org -out server.key
Enter pass phrase for server.key.org:
writing RSA key</pre>
<p>&nbsp;</p>
<p><strong>Step 4: Generating a Self-Signed Certificate</strong></p>
<pre class="brush:shell">[root@esjeruk:/home/server] openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
Signature ok
subject=/C=ID/ST=Jakarta/L=Jakarta/O=Esjeruk/OU=Esjeruk/CN=esjeruk/emailAddress=support@esjeruk.org
Getting Private key</pre>
<p>&nbsp;</p>
<p><strong>Step 5: Installing the Private Key and Certificate</strong></p>
<pre class="brush:shell">[root@esjeruk:/home/server] cp server.crt /usr/local/apache/conf/ssl.crt
[root@esjeruk:/home/server] cp server.key /usr/local/apache/conf/ssl.key</pre>
<p>&nbsp;</p>
<p><strong>Step 6: Configuring SSL Enabled Virtual Hosts</strong></p>
<pre class="brush:shell">SSLEngine on
SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key</pre>
<p>&nbsp;</p>
<p><strong>Step 7: Restart Apache and Test</strong></p>
<pre class="brush:shell">[root@esjeruk:/home/server] /etc/init.d/httpd restart</pre>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+create+a+Self-Signed+SSL+Certificate+http%3A%2F%2Ftinyurl.com%2F3muhlo4" title="Post to Twitter"><img class="nothumb" src="http://esjeruk.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://esjeruk.org/how-to-create-a-self-signed-ssl-certificate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

